html, body, .app-container, .app-container2{
    background: #fff !important;
    padding: 0;
    margin: 0;
}

.handy-modal-open{
    overflow: hidden;
}

*{
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}
.app-container{
    height: 100%;
    background: #fff;
}

.app-container2{
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.content-container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
}

.content-container > div{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.FadeIn {
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex:1 1;
      flex:1 1;
  width: 100%;
}

.step-nav-page-wrapper{

}


.pac-item {
	font-size: 16px;
    height: 45px;
    line-height: 45px;
}

.pac-item-query {
	font-size: 16px;
    height: 45px;
    line-height: 45px;
}

.pac-icon{
    margin-top: 13px;
}

.btn-wrapper-center {
    max-width: 335px;
    padding: 0 10px;
    margin: 0 auto;
}

@media (max-width: 700px) {
    .pac-item {
    	font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .pac-item-query {
    	font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .pac-icon{
        margin-top: 10px;
    }
}

.loader-position-down{
    position: relative;
    top:50px;
}

.no-match-page{
    -ms-flex:1 1;
        flex:1 1;
}

.no-match-page div{
    width : 300px;
    margin: auto;
    color:#017aff;
    background-color: #12FFCD;
    text-align: center;
    padding : 20px;
    border-radius: 6px;
}

.no-match-page h1{
    margin : 50px 0px;
    text-align: center;
}

.funnel-start-loader-wrapper{
    height: 100px;
}

.select-time-day-item, .time-content-box, .select-time-continue-button-active,
.select-address-continue-button-active, .my-cart-small-items-edit, .header-x-icon,
.my-cart-device-section-remove-button, .promo-code-cancel, .promo-code-validate, .my-cart-small-remove-coupon:hover{
    cursor: pointer;
}


    /* width */
#no-scorll-bar::-webkit-scrollbar, #no-scorll-bar-time::-webkit-scrollbar, #no-scorll-bar-time-select::-webkit-scrollbar {
  width: 0px !important;
  display: none;
}

.mobile-height-spacer{
    height: 50px;
}

.show-desktop-comp{
    display: block !important;
}

.show-mobile-comp{
    display: none !important;
}

@media (max-width: 700px) {
    .show-desktop-comp{
        display: none !important;
    }

    .show-mobile-comp{
        display: block !important;
    }
}

.puls-prime-color{
    color: #017aff;
}
.puls-dark-color{
    color: #46475c;
}


@-webkit-keyframes fadeAndUp {
    0%{
        opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}


@keyframes fadeAndUp {
    0%{
        opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@-webkit-keyframes fadeAndDown {
    0%{
        opacity: 0;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes fadeAndDown {
    0%{
        opacity: 0;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.header{
    position: fixed;
    width : 100%;
    height: 80px;

    z-index: 3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 11px 30px 0 30px;
}
.header a{
    text-decoration: none;
    color:#fff;
    font-size: 22px;
}

.header a:visited{
    color:#fff;
}

.header-animated-wrapper-active{
    top: 0px;
}

.header.not-clickable-link{
    pointer-events: none;
    cursor: default;
}

.header-mobile{
    z-index: 3;
    width : 100%;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 10px;
    height: 50px;
    background: #017aff;
    display: none;
}

.header-x-icon{
    float: right;
    margin: 5px;

}

.referral-info-box{
    background: #F7F7F8;
    border-radius: 5px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    color:  #908E8E;
    position: relative;
    top: 75px;
    max-width: 450px;
    margin: 0 auto;
}


@media (max-width: 700px) {
    .header{
        display: none;
    }

    .header-mobile{
        display: block;
    }

    .referral-info-box{
        color:  #908E8E;
        top: 0;
        max-width: unset;
        border-radius: 0;
    }
}

.puls-plus-logo{
    margin-top: 6px;
    height: 16px;
}

.mobile-header-wrapper{
	display: none;
	position: relative;
}

.mobile-header-wrapper button{
	position: absolute;
	left: 20px;
	top: 15px;
	border: none;
	background: none;
}

@media (max-width: 700px) {
	.mobile-header-wrapper{
		width: 100%;
	    display: block;
		text-align: center;
	}

	.mobile-header-wrapper .img{
		width: 136px !important;
		height: 62px !important;
		position: relative;
		top: 15px;
		content: url("/create-appointment/images/titan.png");
	}

	.mobile-header-wrapper .img.sale-icon {
		width: 64px;
		height: 34px;
	}
}

.img-plus{
	position: relative;
	top: 5px;
}


.chance-box-wrapper{
    padding: 0 10px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 100px;
}

.chance-box-wrapper.wrapper-sale {
    padding-top: 5px;
}

.chance-box-wrapper img{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.chance-box-wrapper p{
    margin:0;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
}

.chance-box-wrapper b p{
    font-family: "Circular-Pro-Bold";
}

.special-offer-banner-wrapper{
    position: fixed;
    bottom: 50px;
    z-index: 10;
}

.special-offer-banner{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: -400px;
    padding: 20px 40px;
    width: 229px;
    text-align: center;
    border-radius: 0 25px 25px 0;
    color: #fff;
    font-size: 22px;
    -webkit-box-shadow: 18px 14px 27px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 18px 14px 27px 0 rgba(0, 0, 0, 0.3);
    background-color: #017aff;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.special-offer-active{
    left: 0px;
}

.special-offer-banner-wrapper .confetti-wrapepr{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.empty-text-title-header{
    height: 70px;
}

.chance-box-wrapper .sub-title {
    font-weight: normal;
    font-size: 18px;
    color: #171717;
}

.chance-box-wrapper .email-invalid-for-sale-error {
    font-size: 14px;
    color: crimson;
    -webkit-animation: fadeAndDown 0.4s ease-in;
            animation: fadeAndDown 0.4s ease-in;
}

@media (max-width: 700px) {
    .empty-text-title-header{
        height: 0px;
    }

    .chance-box-wrapper img{
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .chance-box-wrapper{
        padding-top: 20px;
        margin-bottom: 31px;
    }
    .chance-box-wrapper p{
        padding: 0px 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 24px;
    }

    .special-offer-banner-wrapper{
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left:0;
        z-index: 10;
    }

    .special-offer-banner{
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        top: -200px;
        left: 0;
        text-align: center;
        border-radius: 0;
        color: #fff;
        font-size: 22px;
        -webkit-box-shadow: 18px 14px 27px 0 rgba(0, 0, 0, 0.3);
                box-shadow: 18px 14px 27px 0 rgba(0, 0, 0, 0.3);
        background-color: #017aff;
        position: relative;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .special-offer-active{
        left: 0px;
        top: 0;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .special-offer-banner-wrapper .confetti-wrapepr{
        position: relative;
        top: -100px;
    }

}

@media (max-width: 374px) {
    .chance-box-wrapper p{
        font-size: 25px;
    }
}

.time-estimation-changed p{
    text-align: center;
    color: #017aff;
    font-size: 12px;
}


.single-answer-component-wrapper{
    max-width: 400px;
    margin: 0 auto;
    padding: 0 15px;
}

.single-answer-component-wrapper .answer-content:disabled{
    opacity: 0.5;
    cursor: unset !important;
}

.single-answer-component-wrapper .answer-content{
    margin: 0 15px;
    margin-bottom: 10px;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 1px #eceef1;
    border-radius: 10px;
    -webkit-box-shadow:  0 2px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    color: #46475c;
    text-align: left;
    /* outline-color: red; */
    display: block;
    background: #fff;
    margin: 20px 0;
    width: 100%;
    border: solid 1px rgba(218, 220, 228, 0.06);
}

.single-answer-component-wrapper .answer-content .price, .multiple-answer-component-wrapper .answer-content .price{
    color: red;
    font-size: 14px;
    color: #bbb;
    display: inline-block;
    margin-left: 10px;
}

.single-answer-component-wrapper .answer-content.with-image{
    max-height: 60px;
    min-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.single-answer-component-wrapper .answer-content.with-image img{
    margin-right: 10px;
}

.single-answer-component-wrapper .answer-content.with-image span{
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: -0.12px;
    color: #9297a3;
}

.single-answer-component-wrapper .answer-content.with-image{
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.single-answer-component-wrapper .answer-content.with-image .img-single{
    height: 25px;
    float: right;
    margin: 0;
}

.multiple-answer-component-wrapper{
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e1e5e5;
    margin-bottom: 20px;
    padding-top: 5px;
    border-radius: 6px;
    padding: 12.5px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    color: #46475c;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(218, 220, 228, 0.06);
    background: #ffffff;
    display: block;
    text-align: left;
    /* outline-color: red; */
}

@media (max-width: 700px) {
    .multiple-answer-component-wrapper{
        outline: none;
    }
}
@media (max-width: 360px) {
    .single-answer-component-wrapper .answer-content{
        font-size: 14px;
        padding: 15px 10px;
    }
}

.multiple-answer-component-wrapper .selection-inidicator{
    display: inline-block;
    text-align: center;
    margin-right: 16px;
    vertical-align: top;
}

.multiple-answer-component-wrapper .selection-inidicator .check-img{
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    vertical-align: middle;
}

.multiple-answer-component-wrapper .selection-inidicator span{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #e1e5e5;
    vertical-align: middle;
}

.multiple-answer-component-wrapper .answer-content{
    display: inline-block;
    position: relative;
    top: 2px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: calc(100% - 50px);
}

.single-answer-component-wrapper .answer-content:hover, .multiple-answer-component-wrapper:hover{
    cursor: pointer;
}

.discount-icon-badge{
    display: inline-block;
    margin-left: 5px;
    background: #12ffcd;
    border-radius: 9px;
    padding: 0 10px;
    color: #017aff;
}

.price-with-line{
    display: inline-block;
    margin-left: 5px;
    color: #000 !important;
    position: relative;
    font-size: 12px !important;
}

.price-with-line:after {
    content: " ";
    position: absolute;
    border-bottom: 2px solid #017aff;
    height: 0;
    top: 50%;
    left: -3px;
    right: -3px;
    -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
            transform: rotate(25deg);
}

.discount-icon-badge{
    font-size: 12px !important;
    line-height: 19px;
}
.discount-icon-badge img{
    margin-right: 7px !important;
    position: relative;
    top: 1px;
}
.discount-icon-badge span{
    color: #017aff !important;
    font-size: 12px;
}

.single-answer-component-wrapper .single-answer-bage{
    position: absolute;
    top: 0;
    right: 0;
}

.single-answer-component-wrapper label:hover{
    cursor: pointer;
}

.with-selection-term{
    border: 2px #017aff solid !important;
}

.single-answer-component-wrapper .answer-content .color-box{
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    right: 20px;
    border-radius: 50%;
}


.fade-only-on-mount{
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.fade-on-mount{
    position: relative;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.fade-on-mount-modal{
    width: 100%;
    height: 100%;
    z-index: 5;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.normal-elemnt-active{
    opacity: 1;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    right: 0px;
    bottom: 0px;
    top: 0px;
}


.my-cart-comps-total-price{
    padding :0px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: baseline;
        align-items: baseline;
}

.my-cart-comps-total-price .price{
    color: #017aff;
    font-size: 24px;
    font-family: 'Circular-Pro-Bold';
}

.my-cart-comps-total-price .text{
    font-size: 18px;
    font-family: 'Circular-Pro-Bold';
}

.my-cart-small-items-wrapper{
    padding: 15px;
    color: #46515B;
}

.my-cart-small-items-wrapper-colored{
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(131, 134, 163, 0.12);
            box-shadow: 0 3px 20px 0 rgba(131, 134, 163, 0.12);
    border: solid 1px #eceef1;
    background-color: #ffffff;
}
.device-properties-container{
    padding-top: 10px;
    line-height: 23px;
}
.my-cart-small-items-count{
    width:70px;
    text-align: right;
}

.my-cart-small-items-container{
    padding : 10px 20px;
}

.my-cart-small-items-wrapper .time-title{
    width : 50px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Circular-Pro-Bold';
}

.my-cart-small-items-wrapper  .time-image{
    position: relative;
    top: 3px;
}

.my-cart-small-items-text{
    color: #46515B;
    font-size: 16px;
    line-height: 21px;
    margin: 8px 0 0;
}

.my-cart-small-items-edit{
    display: -ms-flexbox;
    display: flex;
    color:#017aff;
    float: right;
    font-size: 13px;
}

.my-cart-small-items-edit img{
    margin-right:3px;
}

.my-cart-small-items-devices-wrapper{
    padding: 10px 0;
    color: #46515B;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.my-cart-small-items-devices-wrapper-border{
    border-top: 2px solid #E0E4E7;
}

.my-cart-small-items-title{
    font-size: 18px;
    margin-bottom: 3px;

}

.my-cart-wrapper-overflow{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.my-cart-small-text-bold{
    font-size: 18px;
    font-family: 'Circular-Pro-Bold';
}

.my-cart-small-items-device-header{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 10px;
}

.my-cart-small-items-device-header span , .my-cart-small-items-device-header span > *{
    font-family: 'Circular-Pro-Bold';
    font-size: 18px;
}

.my-cart-small-component-spacer{
    height: 30px;
}

.my-cart-small-price-section{
    border-top: 2px solid #E0E4E7;
    padding-top : 10px;
    margin-top: 20px;
}

.my-cart-small-total-price{
    font-size: 18px;
    padding: 10px 0;
    margin-top: 10px;
    border-top: 1px solid rgba(85, 94, 105, 0.26);
}
.my-cart-small-price-section div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 5px;
    height : 25px;
}

.my-cart-device-section-phone-issue-wrapper{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.my-cart-device-section-phone-item{
    padding: 10px 0;
    margin: 10px 0;

}

.my-cart-device-section-phone-item > div{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.my-cart-device-section-phone-item > div > span:first-child{
    padding-right: 10px;
}


.my-cart-device-section-phone-item-price-float{
    display: inline-block;
    float: right;
    font-family: 'Circular-Pro-Bold';
}

.desktop-edit-image{
    display: block;
}

.mobile-edit-image{
    display: none;
}

@media (max-width: 1200px) {
    .my-cart-small-items-wrapper{
        padding: 12px;
    }

    .my-cart-small-items-wrapper .time-title {
        font-size: 16px;
        line-height: 18px;
    }

    .my-cart-small-items-wrapper .time-image {
        height: 16px;
        width: 16px;
        top: 2px;
    }

    .my-cart-device-section-phone-item {
        font-size: 14px;
        margin: 15px 0 0;
        padding: 0;
    }

    .my-cart-device-section-phone-item > div{
        margin: 5px 0 0;
    }

    .my-cart-small-price-section{
        margin-top: 10px;
        font-size: 14px;
    }

    .my-cart-small-total-price, .my-cart-small-items-text{
        font-size: 16px;
        line-height: 16px;
    }

    .my-cart-small-text-bold{
        font-size: 16px;
        line-height: 24px;
    }

}


@media (max-width: 700px) {
    .my-cart-small-items-container{
        background: #fff;
        border-radius: 6px;
        max-width: 450px;
        margin: 20px auto 0;
        padding: 20px 0;
    }

    .my-cart-small-items-wrapper{
        background: #fff;
        padding:0;
    }

    .time-image{
        display: none;
    }

    .my-cart-small-items-wrapper > div{
        padding: 0 20px;
    }

    .my-cart-small-items-wrapper .my-cart-small-price-section{
        padding: 0;
    }

    .my-cart-small-items-wrapper .my-cart-small-price-section > div{
        padding: 8px 20px 0;
    }

    .my-cart-small-items-wrapper .time-title{
        margin-left: 0;
    }

    .my-cart-small-items-edit span{
        display: none;
    }

    .desktop-edit-image{
        display: none;
    }

    .mobile-edit-image{
        display: block;
    }

    .my-cart-small-price-section{
        font-size: 15px;
    }

    .my-cart-small-total-price, .my-cart-small-price-section{
        border-top: 1px solid #E0E4E7;
    }

    .my-cart-small-sub-total, .my-cart-small-total-price{
        display: none !important;
    }

    .my-cart-small-price-section{
        border: none;
    }

    .my-cart-device-section-phone-item  b{
        font-weight: 300;
        font-family: "Circular-Pro-Book" !important;
        color: #798693;
    }

    .my-cart-small-total-border-top{
        display: none;
    }

}

.my-cart-small-remove-coupon{
    color: #017aff;
    font-size: 14px;
    margin-left: 10px;
    background: none;
    border: none;
    /* outline-color: red; */
    padding: 0;
}

.my-cart-small-total-border-top{
    border-top: 2px solid #E0E4E7;
    margin: 15px 0;
}

.my-cart-small-sub-total{
    margin-bottom: 15px;
}


.crossed-price-cart-wrapper{
    position: relative;
}

.crossed-price-cart{
    display: inline-block;
    margin-right: 5px;
    opacity: 0.5;
    text-decoration: line-through;
}

.trust-and-service-fee{
    position: relative;

}
.trust-and-service-fee:after{
    clear: both;
}
.trust-and-service-fee:hover{
    cursor: help;
}

.trust-and-service-fee .row-title:after {
    display: inline-block;
    content: "\003F";
    padding: 3px;
    background: #ccc;
    font-size: 9px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    color: #fff;
    position: relative;
    top: -2px;
    left: 3px;

}

.trust-and-service-fee .fee-tooltip{
    padding: 5px 0;
    color:red;
    font-size: 13px;
    color: #aaa;
}

@media (max-width: 700px) {
    .trust-and-service-fee .fee-tooltip{
        width: 250px;
    }
}

.cart-subscription-discount{
    clear: both;

    font-family: 'Circular-Pro-Bold';
}

.sale-disclaimer{
    padding-top: 10px;
    border-top: 1px solid #ceced8;
    margin-top: 10px;
}


.my-cart-desktop{
    display: block;
}

.my-cart-mobile{
    display: none;
}

.my-cart-wrapper{
    position:fixed;
    top: 50px;
    right: 0;
    height: calc(100% - 50px);
    width: 355px;
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.my-cart-wrapper-not-fixed{
    height: 100% ;
    width: 355px;
    background-color: #FFFFFF;
    -webkit-box-shadow: -50px 7px 50px 0 rgba(201,201,201,0.25);
            box-shadow: -50px 7px 50px 0 rgba(201,201,201,0.25);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease;
    overflow-y: auto;
}

.my-cart-wrapper-overflow{

}

.my-cart-wrapper-closed{
    width: 0;
    opacity: 0;
}

.my-cart-content-wrapper{
    position: relative;
    -ms-flex:1 1;
        flex:1 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.my-cart-content-wrapper .my-cart-upsells-container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    border-top: 1px solid #cccccc;
    margin: 12px 0 0;
    padding: 9px 0 0;
}

.my-cart-content-wrapper .my-cart-upsells-container > div{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    /*margin: 2px 0;*/
}

.my-cart-content-wrapper-small-cart{
    -ms-flex:1 1;
        flex:1 1;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

.my-cart-device-section-wrapper{
    padding: 15px;
    background: #EFF2F5;
    margin : 10px 20px;
    min-width: 280px;
    color: #46515B;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(131, 134, 163, 0.12);
            box-shadow: 0 3px 20px 0 rgba(131, 134, 163, 0.12);
    border: solid 1px #eceef1;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.my-cart-device-section-wrapper > div{
    line-height: 24px;
}

.my-cart-device-section-wrapper .subtotal-container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-top: 1px solid #ccc;
    margin: 10px 0 0;
    padding: 10px 0;
}

@media (max-width: 700px) {
    .my-cart-device-section-wrapper{
        padding: 15px;
        background: #FFF;
        margin : 20px;
        border-radius: 7px;
        min-width: 100px;
    }
}

.my-cart-device-section-header{
    display: -ms-flexbox;
    display: flex;
    color : #46515B;
    font-size: 20px;
    margin-bottom: 10px;
}

.my-cart-device-section-header img{
    margin-right: 10px;
}

.my-cart-device-section-header > * , .my-cart-device-section-header-image-title > *, .my-cart-device-section-header-image-title > * > *{
    font-family: "Circular-Pro-Bold";
    font-size: 18px;
}

.my-cart-device-section-header-image-title{
    display: -ms-flexbox;
    display: flex;
    /*flex-direction: column;*/
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex: 1 1;
        flex: 1 1;
}

.my-cart-device-section-header-image-title img{
    margin-right: 10px;
    height: 22px;
    width: 22px;
    min-width: 22px;
    margin-bottom:10px;
}

.my-cart-device-section-header img{
    height: 22px;
    width: 22px;
}

.additional-serviec-text{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 0px 20px;
    margin-top: 20px;
}
.additional-serviec-text span{
    color: #017aff;
    font-size: 19px;
    line-height: 26px;
    min-width: 280px;
    font-family: "Circular-Pro-Bold";
}

.additional-serviec-text img{
    position: relative;
    top: 5px;
    margin-right: 8px;
}

.my-cart-device-section-phone-color{
    margin:0 5px;
    border : 2px #000 solid;
    display: inline-block;
    position: relative;
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.my-cart-add-another-device{
    margin: 2px 20px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 80px;
    font-size: 18px;
    font-family: Circular-Pro-Bold;
    color: #017aff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(131, 134, 163, 0.12);
            box-shadow: 0 3px 20px 0 rgba(131, 134, 163, 0.12);
    border: solid 1px #eceef1;
    background-color: #ffffff;
}

.my-cart-add-another-device span{
    border: none;
    background: transparent;
    cursor: pointer;
}

.my-cart-add-another-device div{
    height: 50px;
    line-height: 50px;
	border: 1px solid #017aff;
	border-radius: 6px;
    text-align: center;
    color : #017aff;
    font-family: "Circular-Pro-Bold";
}

.my-cart-device-section-remove-button{
    font-size: 14px;
    color : #017aff;
    display: block;
    float: right;
}

.remove-button-absolute{
    position: absolute;
    right: 20px;
    top: 20px;
}

.disclaimer-container {
    border-top: 1px solid #cccccc;
    padding: 10px 0 0;
}

.disclaimer-container h1{
    font-size: 18px;
    line-height: 21px;
    font-family: 'Circular-Pro-Bold';
}

@media (max-width: 700px) {
    .my-cart-desktop{
        display: none;
    }

    .my-cart-mobile{
        display: block;
    }
}


@media (max-width: 1200px) {
    .my-cart-wrapper{
        width : 280px;
    }

    .my-cart-wrapper-not-fixed{
        width : 280px;
    }

    .my-cart-wrapper-closed{
        width: 0px;
    }

    .my-cart-device-section-header > * , .my-cart-device-section-header-image-title > *, .my-cart-device-section-header-image-title > * > *{
        font-family: "Circular-Pro-Bold";
        font-size: 16px;
    }

    .remove-button-absolute{
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 14px;
    }

    .my-cart-device-section-header img{
        margin-right:  5px;
        height: 18px;
        width: 18px;
        min-width: 18px;
        margin-bottom: 0;
    }

    .my-cart-device-section-wrapper{
        padding:12px;
        min-width: unset;
    }

    .my-cart-device-section-wrapper > div > div{
        font-size: 14px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
    }
}

.my-cart-total-price{
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px #ccc solid;
}

.my-cart-total-price span{
    font-size: 18px;
}

.my-cart-total-price > div{
    clear: both;
}


/* zip code */
.zip-code-wrapper{
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
}

.zip-code-wrapper .partner-greeting{
    margin-top: 50px;
    vertical-align: middle;
    color: #46475C;
    margin-bottom: 10px;
    font-size: 22px;
}

.zip-code-wrapper .partner-greeting span{
    font-size: 40px;
    vertical-align: top;
    color: #46475C;
    display: inline-block;
    margin: 0 10px;
}

.zip-code-wrapper .animated-input img{
    display: none;
}

.houses-wrapper {
    text-align: center;
    margin-bottom: 25px;
}

.text-wrapper {
    color: #130F26;
    margin-bottom: 30px;
    font-size: 22px;
}

.zip-code-input-wrapper{
    max-width: 335px;
    margin: 0 auto;
}

.zip-code-input-wrapper .animated-input {

    width: 100%;
}

.enter-details-continue-button-active{
    color:#017aff;
    background-color: #12FFCD;
    cursor: pointer;
}

.enter-details-continue-button-active:hover{
    background: #73F5DA;
}

.zip-code-invalid-text{
    color: red;
    text-align: center;
    margin-top: 10px;
}

.zip-code-wrapper .new-action-button{
    max-width: 335px;
}

.zip-code-wrapper .animated-input{
    margin-top: 0;
}

.facebook-social-sontent{
    max-width: 300px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    font-family: "Circular-Pro-Bold";
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #505167;
}
.facebook-social-sontent .facebook-badge{
    background: #017aff;
    border-radius: 13px;
    display: inline-block;
    color: #fff;
    padding: 3px 10px;

}
.facebook-social-sontent .facebook-badge img{
    position: relative;
    top: 0.5px;
}

.facebook-social-sontent .light-text{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #747474;
}

.zip-code-modal-text-wrapper {
    color: #46475C;
    font-size: 22px;
    line-height: 28px;
    padding: 30px 25px;
}



@media (max-width:700px) {
    .houses-wrapper img{
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }

    .zip-code-modal-text-wrapper {
        font-size: 18px;
        padding: 10px;
    }

    .zip-code-wrapper .partner-greeting img{
        max-height: 35px;
    }

    .zip-code-wrapper .partner-greeting span{
        font-size: 30px;
    }
}

/* action buttons */
.new-action-button{
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #017aff;
    padding: 11px 50px;
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
    border: none;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-animation: small-hope 0.3s; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         small-hope 0.3s;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,4,185,0.2);
    box-shadow: 0px 10px 20px 0px rgba(0,4,185,0.2);
    position: relative;
    top: 0px;
    max-height: 50px;
    /* outline-color: red; */
}

.new-action-button:hover{
    cursor: pointer;
    background: #0171ED;
}

.new-action-button:disabled{
    top: 10px;
    background: #e1e2e9;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-animation: none; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.new-action-button-negative{
    background: transparent;
    border-radius: 2px;
    border: solid 1px #4088ff;
    color: #4088ff;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.new-action-button-negative:hover{
    background: transparent;
}

.new-action-button-negative:disabled{
    background: transparent;
    margin-top: 5px;
}

.new-action-button-blocklevel{
    width: 100%;
}

@-webkit-keyframes small-hope {
    0% {-webkit-transform: scale(1);transform: scale(1);}
    50% {-webkit-transform: scale(1.05);transform: scale(1.05);}
    100% {-webkit-transform: scale(1);transform: scale(1);}
}

@keyframes small-hope {
    0% {-webkit-transform: scale(1);transform: scale(1);}
    50% {-webkit-transform: scale(1.05);transform: scale(1.05);}
    100% {-webkit-transform: scale(1);transform: scale(1);}
}

.new-action-button:disabled:hover{
    cursor: unset;
}

.new-action-button-negative{
    background: transparent;
    border-radius: 2px;
    border: solid 1px #4088ff;
    color: #4088ff;
}

@media (max-width: 700px) {
    .new-action-button{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        outline: none;
    }

    .floating-action-button{
        position: fixed;
        bottom: 0;
        left: 0;
        background: transparent;
        width: 100%;
        padding: 0px;
        border-radius: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .floating-action-button .new-action-button{
        border-radius: 0 !important;
    }

    .new-action-button:not([disabled]).button-ripple::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        outline: none;
        background-image: -webkit-radial-gradient(circle, #0747a6 10%, transparent 10.01%);
        background-image: -o-radial-gradient(circle, #0747a6 10%, transparent 10.01%);
        background-image: radial-gradient(circle, #0747a6 10%, transparent 10.01%);
        background-repeat: no-repeat;
        background-position: 50%;
        -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
                transform: scale(0, 0);
        opacity: 0;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        z-index: -1;
    }

    .new-action-button:not([disabled]).button-ripple:active::before {
        -webkit-transform: scale(10, 10);
            -ms-transform: scale(10, 10);
                transform: scale(10, 10);
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
        opacity: 1;
    }

    .small-font-cta-size {
        font-size: 15px;
        padding: 15px 10px;
    }
}

.new-action-button.button-ripple {
    position: relative;
    overflow: hidden;
    outline: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    height: 49px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.new-action-no-border{
    border: none;
}
.new-action-button-mobile-cart-open{
    opacity: 0;
    pointer-events: none;
}

.new-action-button:disabled.new-action-button-disable-top-on-valid{
    top: 0 !important;
}

/* call to us */
.call-to-us {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    font-weight: 300;
    color: #87889e;
}
.call-to-us > a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    color: #87889e;
}

.call-to-us > .hoverable:hover{
    cursor: pointer;
}

.call-to-us .separator{
    display: inline-block;
    margin: 0 15px;
}

@media (max-width: 700px){
    .call-to-us .separator{
        height: 10px;
        overflow: hidden;
        color: transparent;
        display: block;
        margin: 0 ;
    }
}

/* input */

.new-input-comp, .react-autosuggest__container{
    position: relative;
    max-width: 400px !important;
    margin: 0 auto;
}

.new-input-comp input, .new-input-comp textarea, .react-autosuggest__container .react-autosuggest__input{
    padding: 10px 40px 10px 20px;
    border: solid 1px #ebebeb;
    border-radius: 10px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: -0.1px;
    color: #46475c;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width:100% !important;
    max-width: 400px !important;
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}

.react-autosuggest__container .react-autosuggest__input{
    margin: 0 0 15px;
}

.react-autosuggest__container .react-autosuggest__input:focus{
    border: solid 2px #017aff;
}

.react-autosuggest__container .react-autosuggest__suggestions-container {
}

.react-autosuggest__container .react-autosuggest__suggestions-container--open {
    margin: -25px 0 0;
}

.react-autosuggest__container .react-autosuggest__suggestions-container--open .react-autosuggest__suggestions-list {
    padding: 0;
}

.react-autosuggest__container .react-autosuggest__suggestions-container--open .react-autosuggest__suggestion{
    display: block;
}

.autocomplete-suggestion-item {
    display: block;
    padding: 12.5px 40px 12.5px 20px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #46475c;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.44;
    letter-spacing: -0.1px;
    cursor: pointer;
    border-radius: 10px;
    -webkit-transition: all .05s ease-in;
    -o-transition: all .05s ease-in;
    transition: all .05s ease-in;
}

.autocomplete-suggestion-item:hover {
    background: #017aff;
    color: white;
}

.bottom-separator {
    /*border-bottom-left-radius: 0;*/
    /*border-bottom-right-radius: 0;*/
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #cccccc), color-stop(0%, rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(left, #cccccc 33%, rgba(255,255,255,0) 0%);
    background-image: -o-linear-gradient(left, #cccccc 33%, rgba(255,255,255,0) 0%);
    background-image: linear-gradient(to right, #cccccc 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 19px 1px;
    background-repeat: repeat-x;
}

.input-loader-container{
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 5;
}

.new-input-comp .invalid-input{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: -0.2px;
    color: #017aff;
    margin-top: 5px;
    text-align: center;
}

.new-input-comp .invalid-input img{
    margin-right: 5px;
    position: relative;
    top: 2px;
}

/* STATE */

.new-input-comp input:disabled, .new-input-comp textarea:disabled{
    border: solid 1px #ceced8;
}

.new-input-comp input:hover, .new-input-comp textarea:hover{
    border: solid 1px #ceced8;
}

.new-input-comp input:focus, .new-input-comp textarea:focus{
    border: solid 2px #017aff;
}

/* GENERAL */

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #878c98;
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #878c98;
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #878c98;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #878c98;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #878c98;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #878c98;
}

.new-input-comp input:disabled{
    opacity: 0.3;
}

.suggestion-item{
    padding: 15px 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #46515B;
    font-size: 14px;
}

.suggestion-item:hover{
    cursor: pointer;
}
.suggestion-item img{
    margin-right: 10px;
    display: inline-block;
}

.suggestion-item span{
}

.suggestion-item--active{
    background: rgba(18,255,205, 0.5);
    color: #017aff;
}

.autocomplete-dropdown-container{
    position: absolute;
    top:70px;
    width: 100%;
    z-index: 9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(131, 134, 163, 0.12);
            box-shadow: 0 3px 20px 0 rgba(131, 134, 163, 0.12);
    border: solid 1px #eceef1;
    background-color: #ffffff;
}

.autocomplete-select-address-headline{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0;
    padding-left: 15px;
    font-size: 18px;
    color: #46515B;
}

.email-checker-box {
    margin: 15px 0 10px;
}
.email-checker-box span{
    color: #017aff;
}

/* mobile carts */
.mobile-cart-wrapper{
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: calc(80px - 100%);
    left:0;
    background: #fff;
    right:0;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 6;
    color: #46515B;
    border: solid 1px rgba(1, 122, 255, 0.05);
    background-color: #ffffff;
    -webkit-box-shadow: 0 -1px 10px 0 rgba(17, 21, 65, 0.08);
    box-shadow: 0 -1px 10px 0 rgba(17, 21, 65, 0.08);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;

}

.mobile-cart-background{
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.mobile-cart-background-active{
    visibility: visible;
    opacity: 1;
    z-index: 4;
    background-color: black;
        opacity: 0.5;

}

.mobile-cart-wrapper-open{

    bottom: calc(-80px);
    border-radius: 25px;

}

.hide-mobile-cart{
    top: 100% !important;
}

.completion-bar-wrapper{
    height: 4px;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.completion-bar-wrapper.faded-out{
    opacity: 0;
}

.completion-bar-wrapper > div{
    height: 4px;
    border-radius: 2px;
    background: #017aff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mobile-cart-wrapper .minimum-hours-label {
    font-size: 12px;
}

.handyman-info-icon {
    width: 14px;
    vertical-align: middle;
    margin-left: 3px;
    cursor: pointer;
}

@media (min-width: 700px){
    .mobile-cart-wrapper{
        display: none;
    }
}
.mobile-cart-content-wrapper{
    padding: 20px;
    padding-top: 0px;
    font-size: 14px;
}

.mobile-cart-top-content-wrapper{
    width: calc(100% - 160px);
    padding: 15px 0 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 100px;
}

.mobile-cart-top-content-wrapper.cart-opened{
    width: 100%;
}
.mobile-cart-content-wrapper .services-and-prices .prices{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #46515b;
}

.mobile-cart-top-content-wrapper .cart-open-mode-details{
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: normal;
    color: #017aff;
    padding: 5px;
    padding-left: 0px;
}



.small-price-hour{
    font-size: 13px;
}

.cart-open-order-summery-header img{
    padding: 15px;
    height: 14px;
    width: 14px;
    position: relative;
    left: -15px;
}

.cart-open-order-summery-header h1{
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: -0.29px;
    color: #46475c;
    margin-top: 0;
    margin-bottom: 25px;
}

.cart-open-order-summery-header h2{
    font-size: 18px;
    margin-bottom: 0;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #46475c;
}

.mobile-cart-content-wrapper .estimation-header{
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #46515b;

}

.mobile-cart-content-wrapper .device-properties{
    margin-top: 20px;
}

.mobile-cart-content-wrapper .device-properties > div{
    font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #46515b;

}

.mobile-cart-content-wrapper .no-payments{
    width: calc(100%);
    margin: 30px 0;
    padding: 15px 0;
    border-radius: 10px;
    background-color: rgba(93, 218, 237, 0.3);
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #414141;
}

.mobile-cart-content-wrapper .how-estimate-works h1{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #46515b;
}

.mobile-cart-content-wrapper .how-estimate-works p{
    margin-top: 0;
    max-width: 300px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: normal;
    color: #888fad;
}

.mobile-cart-content-wrapper .user-details-wrapper{

}
 /* add to cart */
.add-to-cart-wrapper{
    width: 90%;
    max-width: 300px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,4,185,0.2);
    box-shadow: 0px 10px 20px 0px rgba(0,4,185,0.2);
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 18px;
}

.add-to-cart-wrapper h2{
    text-align: center;
    font-size: 20px;
}

.add-to-cart-wrapper p{
    text-align: center;
    font-size: 14px;
}


.add-to-cart-wrapper .new-action-button{
    padding-left: 10px;
    padding-right: 10px;
}

.modal-wrapper{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    bottom: 0;
    opacity: 0;
    background: rgba(255,255,255,0.9);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 888;
}

.modal-wrapper.blur {
    background: rgba(70, 71, 92, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}

.modal-opend{
    opacity: 1;
}

.modal-content{
    max-width: 300px;
    background: #f9f9f9;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 4px;
}

.modal-content-open{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}


.modal-content-title{
    text-align: center;
    padding: 20px 10px;
    font-size: 18px;
    color : #017aff;
    font-family: Circular-Pro-Bold-S;
    letter-spacing: 1px;
}

.modal-content-body{
    padding : 10px;
    font-size: 15px;

}
.modal-content-button{
    margin : 20px 0px;
}

.modal-content-button > div{
    border-radius: 4px;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #12FFCD;
    margin: 0 auto;
}

/* time styles */
.select-time-wrapper{
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff !important;
    padding: 0 10px;
    height: 100%;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;

}

.select-time-day-selector-container-mobile{
    display: none;
}

.select-time-content-text{
    text-align: center;
    margin-top:50px;
    color : #4A4A4A;
    font-size: 26px;
}

.select-time-day-selector-container-desktop{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

.select-time-day-selector-wrapper{
    position: relative;
    left: 0;
    margin:0;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.select-time-day-selector-box{
    width: 495px;
    margin:0;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.select-time-day-item-wrapper{
    padding: 0px 12px;
    background: none;
    margin: 3px 0;
}

.select-time-day-item{

    width:75px;
    height:75px;
    background: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border: solid 1.2px rgba(85, 94, 105, 0.26);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
        /* outline-color: red; */
}

.select-time-weekday{
    line-height: 15px;
    text-align: center;
    font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.select-time-day-in-number{
    font-size: 22px;
    line-height: 22px;
    font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
}

.select-time-button-wrapper{
    clear: both;
    text-align: center;
}
.day-active{
    background: #017aff;
    color: #fff !important;
}

.select-time-time-picker-wrapper{
    margin: 50px auto 0;
    width : 840px;
}

.time-content-box{
    float: left;
    height: 50px;
    width: 158px;
    margin: 5px 5px;
    line-height: 50px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    cursor: pointer;
    border: none;
    padding:0 7px;
    /* outline-color: red; */
    border-radius: 10px;
    border: solid 1px rgba(85, 94, 105, 0.26);
    background-color: #ffffff;
    color: #48465c;
}

.time-content-box p{
    margin: 0;
    font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: -0.1px;
  text-align: center;

}
.time-content-box-active{
    background: #017aff;
    color : #fff;
}

.time-content-box.disabled{
    color: #cccccc;
}

.hours_buttons{
    margin-right: 10px;
}

.select-time-continue-button{
    width: 310px;
    height: 58px;
    color: #a9aeb3;
    background-color: #e1e8ec;
    margin : 40px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 5px;
    text-align: center;
    font-family: "Circular-Pro-Medium";
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 20px;
    cursor: pointer;
}

.select-time-continue-button-active{
    color:#017aff;
    background-color: #12FFCD;
}

.select-time-bottom-text-container{
    margin-top: 50px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
}

.select-time-bottom-text-container h1{
    color: #3D4248;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    text-align: center;
    margin: 14px 0 0;
}

.select-time-day-selector-triangle{
    padding: 0;
    border: none;
    background: none;
    /* outline-color: red; */
}
.select-time-day-selector-triangle img{
    margin : 0 20px;
    height: 26px;
    width : 14px;
    cursor: pointer;
}

.triangle-reverse{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}


.select-time-day-selector-wrapper-left{
    left : -495px;
}

@media (max-width: 1300px) {
    .select-time-time-picker-wrapper{
        width : 672px;
    }

    .select-time-continue-button {
        width: 336px;
    }
}

@media(max-width : 1000px) {
    .select-time-wrapper{
        padding: 0 10px;
    }

    .select-time-day-item{
        width: 60px;
        height: 60px;
        min-width: 60px;
        -webkit-tap-highlight-color: transparent;
    }

    .select-time-day-selector-box{
        width: 350px;
        margin:0;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
    }

    .select-time-day-item-wrapper {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0px 5px;
    }

    .select-time-day-selector-wrapper-left{
        left : -350px;
    }

    .select-time-time-picker-wrapper{
        margin: 0px auto;
        margin-top: 50px;
        width : 336px;
    }

    .select-time-continue-button {
        width: 336px;
    }
}


@media(max-width : 800px) {
    .select-time-wrapper{
        padding: 0
    }

    .select-time-day-item{
        width: 50px;
        height: 50px;
        min-width: 50px;
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    .select-time-day-selector-box{
        width: 300px;
        margin:0;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
    }

    .select-time-day-item-wrapper {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0px 5px;
    }

    .select-time-day-selector-wrapper-left{
        left : -300px;
    }

    .select-time-weekday {
        font-size: 12px;
        letter-spacing: 0.3px;
        line-height: 13px;
        text-align: center;
    }

    .select-time-day-in-number{
        font-size: 16px;
        line-height: 16px;
        text-align: center;
    }

    .select-time-bottom-text-container{
        display: none;
    }
}

.select-time-continue-button-wrapper{
    margin-top: 40px;
    text-align: center;
}

@media (max-width: 700px) {
    .time-content-box{
        outline: none;
    }

    .select-time-day-selector-container-desktop{
        display: none;
    }

    .select-time-day-selector-container-mobile{
        display: block;
    }

    .select-time-wrapper{
        padding: 0;
    }

    .select-time-continue-button-wrapper{
        display: none;
        pointer-events: none;
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9);
        opacity: 0;
    }

    .mobile-wrapper-active {
        position: fixed;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        left: 0;
        bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end;
        -ms-flex-pack: center;
            justify-content: center;
        height: 132px;
        width: 100%;
        opacity: 1;
        pointer-events: none;
    }

    .select-time-continue-button{
        height: 54px;
        /*width: 325px;*/
        border-radius: 4px;
        background-color: #12FFCD;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
        color: #017aff;
        font-family: "Circular-Pro-Medium";
        font-size: 20px;
        border: none;
        pointer-events: all;
        margin: 18px 0;
        width: 100%;
    }

    .select-time-time-picker-wrapper{
        width: 100%;
        margin: 15px 0 140px;
        -ms-flex-pack: center;
            justify-content: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .select-time-day-item-wrapper{
        padding: 0 3px;
    }

    .select-time-day-item{
        width:17vw;
        height:17vw;
        max-width: 80px;
        max-height: 80px;
        -webkit-tap-highlight-color: transparent;
    }

    .select-time-bottom-text-container{
        display: none;
    }

    #time-height-spacer{
        height: 1px;
    }

    .select-time-button-wrapper{
        background: transparent;
        width: 100%;
        padding: 0px;
        border-radius: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .select-time-button-wrapper-inner{
        position: relative;
        top: 1px
    }
}
@media (max-width: 340px) {
    .time-content-box{
        width: 140px;
    }

    .select-time-bottom-text-container{
        display: none;
    }
}

.select-time-day-selector-content-mobile{
    width: calc(100vw - 20px);
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    padding: 0px 10px;
    -webkit-overflow-scrolling: touch;
}

.react-calendar{
    border: none !important;
    margin: 0 auto !important;
}

/* select address */
.select-address-wrapper{
    padding:0 20px;
    background: #fff;
    width: 100%;
    padding-bottom: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.select-address-content-wrapper{
    width: 100%;
    max-width: 400px;
    margin:  0 auto;
}

.select-address-content-text{
	color: #4A4A4A;
	font-size: 26px;
	font-weight: 300;
	line-height: 33px;
	text-align: center;
    margin-top: 50px;
}

.select-address-continue-button-wrapper{
    text-align: center;
}

.select-address-market-no-aligned{
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: red;
}

.select-address-map-container.address-map-container-sale {
    border-radius: 10px;
    border: 1px solid #CECED8;
    -webkit-box-shadow: 0px -1px 10px rgba(206, 206, 216, 0.4);
            box-shadow: 0px -1px 10px rgba(206, 206, 216, 0.4);
    -webkit-animation: fadeAndUp 0.6s ease-in-out;
            animation: fadeAndUp 0.6s ease-in-out;
}

@media (max-width: 700px) {
    .select-address-wrapper{
        padding:0 10px;
        padding-bottom: 100px;
    }

    .select-address-wrapper .step-nav-wrapper{
        margin: 34px 0 26px;
    }
}


.select-address-validation{
    color:#017aff;
    margin-top: 10px;
    text-align: center;
}

.select-address-map-container{
    height: 0px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.select-address-map-container-active{
    height: 150px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}

/* user details */
.enter-details-wrapper{
    background: #fff;
    padding: 0 10px;
    padding-bottom: 20vh;
}

.enter-details-content-wrapper{
    margin: 0;
    text-align: center;
}

.enter-details-content-text{
    color: #4A4A4A;
    font-size: 26px;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
    margin-top: 50px;
}

.enter-details-continue-button-wrapper{
    text-align: center;
    min-height: 80px;
    max-width: 400px;
    margin: 0 auto;
}

.enter-details-continue-button-wrapper .loading-container{
    margin: 30px 0 40px;
}

.desktop-mode{
    display: -ms-flexbox;
    display: flex;
}

.mobile-mode{
    display: none;
}

.mobile-details-note{
    max-width: 210px;
    margin: 0 auto;
    margin-top: 30px;
    color: #4a4a4a;
    line-height: 19px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
}

.enter-details-continue-button-wrapper .enter-details-continue-button{
    color: #a9aeb3;
    background-color: #e1e8ec;
    margin : 30px auto 40px;
    border-radius: 5px;
    text-align: center;
    font-family: "Circular-Pro-Medium";
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 20px;
    width: 310px;
    height: 58px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer;
}

.enter-details-continue-button-wrapper .enter-details-continue-button.enter-details-continue-button-active{
    color:#017aff;
    background-color: #12FFCD;
}

.enter-details-continue-button-wrapper .enter-details-continue-button.enter-details-continue-button-active:hover{
    background-color: #73F5DA;
}

@media (max-width: 700px) {
    .enter-details-wrapper{
        padding:0 20px;
    }

    .enter-details-continue-button-wrapper .enter-details-continue-button{
        position: fixed;
        bottom: 19px;
        height: 54px;
        border-radius: 4px;
        color: #a9aeb3;
        background-color: #e1e8ec;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
        font-family: "Circular-Pro-Medium";
        font-size: 20px;
        border: none;
        width: calc(100% - 40px);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        margin: 0;
        padding: 0;
    }
}

.userdetails-coupon-button {
    margin : 30px auto;
    margin-bottom: 50px;
    text-align: center;
    color : #017aff;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
}

.userdetails-coupon-button:hover{
    cursor: pointer;
}

.enter-details-content-wrapper .small-font > button{
    font-size: 12px !important;
    color: red;
    border: none;
    border-color: red;
    display: none;
}

@media (max-width: 700px) {
    .userdetails-coupon-button {
        display: none;
    }

    .enter-details-content-wrapper .small-font > button{
        display: block;
    }
}

.no-border-box button{
    border: none;
}

.new-user-inputs-ab-test {
    max-width: 400px;
    margin: 0 auto;
}

.new-user-inputs-ab-test span {
    display: inline-block;
}

.new-user-inputs-ab-test .new-input-comp{
    width: calc(50% - 5px);
    display: inline-block;
}

.default-email-indicator{
    color: #017aff;
    width: 320px;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 12px;
}

.enter-details-content-wrapper .payment-disclaimer{
    color: #46515B;
    margin-top: 15px;
}

.email-in-use-message {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    max-width: 400px;
    width: 100%;
    padding: 8px;
    margin: 0 auto;
}

.multi-section-wrapper{
    max-width: 800px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    padding-bottom: 10px;
}

.multi-section-wrapper .multi-section-inner-wrapper{
    border-radius: 10px;
    border: 1px solid #eceef1;
    -webkit-box-shadow: 0 3px 20px 0 rgba(131,134,163,.12), 0 2px 4px 0 rgba(0,0,0,.04);
            box-shadow: 0 3px 20px 0 rgba(131,134,163,.12), 0 2px 4px 0 rgba(0,0,0,.04);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 15px 10px;
    position: relative;
}

.multi-section-wrapper .multi-section-inner-wrapper .close-button{
    position: absolute;
    top:0;
    right: 0;
    padding: 13px 20px;
}

.multi-section-wrapper .multi-section-inner-wrapper .close-button:hover{
    cursor: pointer;
}

.multi-section-wrapper .multi-section-inner-wrapper .section-title{
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    padding-bottom: 7px;
    color: #3d4248;
    font-size: 19px;
    width: 100%;
    background: none;
    border: none;
    /* outline-color: red; */
}

.multi-section-wrapper .multi-section-inner-wrapper .section-title:hover{
    cursor: pointer;
}

.multi-section-wrapper .selections-wrapper{
    height: 0;
    overflow: hidden;
}

.multi-section-wrapper .selections-wrapper.section-open{
    height: auto;
}

@media (min-width: 700px) {
    .desktop-fixed-to-bottom-with-cart{
        width: calc(100% - 280px);
        max-width: calc(100% - 280px);
        position: fixed;
        left: 0;
        bottom: 0;
        height: 100px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        padding: 0;
    }
    .desktop-fixed-to-bottom-with-cart .new-action-button{
        max-width: 350px;
    }
}

@media (min-width: 1200px) {
    .desktop-fixed-to-bottom-with-cart{
        width: calc(100% - 355px);
        max-width: calc(100% - 355px);
        position: fixed;
        left: 0;
        bottom: 0;
        height: 100px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        padding: 0;
    }
    .desktop-fixed-to-bottom-with-cart .new-action-button{
        max-width: 350px;
    }
}


.multi-selection-option{
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    position: relative;
}

.multi-selection-option {
    vertical-align: top;
}

.multi-selection-option .selected-indicator{
    position: absolute;
    top: 20px;
    right: 20px;
}

.multi-selection-option .selected-indicator .not-selected{
    display: inline-block;
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    border: 1px  #ccc solid;
}

.multi-selection-option .selected-indicator .check-img svg{
    width: 18px;
    height: 18px;
}

.multi-selection-option .inner-wrapper{
    min-height: 175px;
    border: 1px solid #e1e5e5;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    padding-top: 35px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    background: none;
    /* outline-color: red; */
}

.multi-selection-option .inner-wrapper .img-wrapper{
    height: 35px;
    margin-bottom: 5px;
}

.multi-selection-option .inner-wrapper .text{
    color: #3d4248;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    padding: 0 5px;
    height: 60px;
    overflow: hidden;
}

.multi-selection-option .inner-wrapper .price{
    color: #bbb;
    font-size: 14px;
}

.multi-selection-option .inner-wrapper .tooltip{
    opacity: 0;
    position: absolute;
    color: black;
    font-size: 12px;
    top: 0;
    left: 0;
    background-color: white;
    -webkit-box-shadow: 0 3px 20px 0 rgba(131,134,163,.12), 0 2px 4px 0 rgba(0,0,0,.04);
            box-shadow: 0 3px 20px 0 rgba(131,134,163,.12), 0 2px 4px 0 rgba(0,0,0,.04);
    -webkit-transform: translateY(-90%);
        -ms-transform: translateY(-90%);
            transform: translateY(-90%);
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.multi-selection-option .inner-wrapper:hover .tooltip{
    -webkit-animation: fadeAndUpToolTip 0.6s ease-in-out forwards;
            animation: fadeAndUpToolTip 0.6s ease-in-out forwards;
}

.multi-selection-option .inner-wrapper .info-icon{
    position: absolute;
    width: 20px;
    right: 15px;
    bottom: 15px;
}

.multi-selection-option .inner-wrapper .info-icon img{
    width: 100%;
    opacity: 0.3;
}

.discount-badge-wrapper{
    position: absolute;
    top: 18px;
    left: 16px;
}

@media (max-width: 1000px) {
    .discount-badge-wrapper{
        position: absolute;
        top: 12px;
        left: 10px;
    }

    .multi-selection-option{
        width: 33%;
        padding: 5px;
    }

    .multi-selection-option .selected-indicator{
        top: 15px;
        right: 15px;
    }
}
@media (max-width: 850px) {
    .multi-selection-option{
        width: 50%;
        padding: 5px;
    }
}

@media (max-width: 700px) {
    .multi-selection-option .inner-wrapper{
        outline: none;
    }

    .multi-section-wrapper .multi-section-inner-wrapper .section-title{
        outline: none;
    }
}

@media (max-width: 380px) {
    .multi-selection-option .inner-wrapper .text{
        font-size: 13px;
        line-height: 15px;
    }
}

@-webkit-keyframes fadeAndUpToolTip {
    0%{
        opacity: 0;
        -webkit-transform: translateY(-70%);
                transform: translateY(-70%);
    }
    100%{
        opacity: 1;
    }
}

@keyframes fadeAndUpToolTip {
    0%{
        opacity: 0;
        -webkit-transform: translateY(-70%);
                transform: translateY(-70%);
    }
    100%{
        opacity: 1;
    }
}