/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 18, 2021, 1:22:11 PM
    Author     : gasper
*/


@font-face {
    font-family: 'NarzissTextHeavy.otf';
    src:  url('../fonts/NarzissTextHeavy.otf') format("opentype");
    font-display: swap;
}



/* GENERAL */

html{
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


body{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #292828;
    background-color: #ffffff;
    font-weight: 400;
}

h1, h2, h3, h4, h5, p{
    margin: 0;
    padding: 0;
}

*:focus {
    outline: 0;
    outline: none;
}

a{
    color: #292828;
    transition: .3s;
}

button{
    outline: none !Important;
}

button:hover{
    cursor: pointer;
}

a:hover{
    text-decoration: none !important;
}
a:visited{
    text-decoration: none;
}


img:focus {
    outline:none !important;
}


.btn.focus, .btn:focus{
    box-shadow: none;
}


h2{
    font-family: 'NarzissTextHeavy.otf';
    font-size: 36px;
}

.title_line{
    width: 80px;
    height: 1px;
    border: solid 1px #979797;
    margin-top: 16px;
}

.title_line_center{
    margin: 0 auto;
    margin-top: 16px;
}

.btn-primary{
    height: 43px;
    padding: 0px 61px 0px 50px;
    line-height: 43px;
    background: none;
    font-weight: 300;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 0.75px;
    color: #292828;
    margin-top: 20px;
    border: 1px solid #d2b887;
    position: relative;
}

.btn-primary:after{
    content: '';
    background-image: url(../images/icons/btn-right-brown.svg);
    background-size: 10px;
    height: 16px;
    width: 25px;
    background-position: right;
    display: inline-block;
    background-repeat: no-repeat;
    border-left: 1px solid #292828;
    position: absolute;
    right: 18px;
    top: 13px;
    transition: .3s;
}

.btn-primary:hover{
    background: none;
    border: 1px solid #d2b887;
    color: #292828;
}

.btn-primary:hover:after{
    right: 13px;
    width: 30px;
}

.btn-secondary{
    height: 43px;
    padding: 0px 61px 0px 50px;
    line-height: 43px;
    background-color: #bd7a96;
    font-weight: 300;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 0.75px;
    color: #ffffff;
    border: 1px solid #bd7a96;
    position: relative;
    text-transform: uppercase;
}

.btn-secondary:after{
    content: '';
    background-image: url(../images/icons/btn-right-light.svg);
    background-size: 10px;
    height: 16px;
    width: 25px;
    background-position: right;
    display: inline-block;
    background-repeat: no-repeat;
    border-left: 1px solid #ffffff;
    position: absolute;
    right: 18px;
    top: 13px;
    transition: .3s;
}

.btn-secondary:hover{
    background-color: #bd7a96;
}

.btn-secondary:hover:after{
    right: 13px;
    width: 30px;
}

p{
    font-weight: 300;
}

/* END OB GENERAL */

.cart{
    background: linear-gradient(90deg, #ffffff 50%, #f1f1f1 50%);
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: scroll;
    padding-bottom: 150px;
}

.cart .form_wrapper{
    width: 84%;
    margin-top: 50px;
}

.cart .subpage_logo{
    margin-top: 40px;
    margin-bottom: 80px;
    display: block;
}

.bc {
    margin-left: -35px;
    padding: 0px;
    list-style-type: none;
    width: 100%;
    max-width: 100%;
    height: 50px;
    counter-reset: breadcrumb;
    position: relative;
    margin-bottom: 0px;
}

.bc:before {
    position: absolute;
    top: 15px;
    left: 12.5%;
    content: '';
    width: 75%;
    height: 3px;
    background: #d2b887;
}

.bc .bc_item {
    float: left;
    padding-top: 33px;
    width: 25%;
    text-align: center;
    position: relative;
    color: #d2b887;
}

.bc .bc_item p{
    color: #d2b887;
    font-weight: 700;
    font-size: 8px;
    margin-left: -14px;
    text-transform: uppercase;
}

.bc .bc_item:after {
    counter-increment: breadcrumb;
    content: counter(breadcrumb);
    position: absolute;
    top: 0px;
    left: calc(50% - 23px);
    width: 30px;
    height: 30px;
    text-align: center;
    border: 3px solid #d2b887;
    border-radius: 50%;
    line-height: 25px;
    background-color: #ffffff;
    font-size: 10px;
    font-weight: 700;
}

.bc .bc_active:after {
    border: 3px solid #333333;
    color: #333333;
}

.bc .bc_complete:after {
    content: '';
    background-image: url(../images/icons/check.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.input-wrapper {
    position: relative;
    line-height: 14px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.input-wrapper label {
    color: #292828;
    font-size: 14px;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 14px;
    padding: 0 2px;
    pointer-events: none;
    background: #fff;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100ms ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.input-wrapper input {
    font-size: 13px;
    color: #555;
    outline: none;
    border: 1px solid #dddddd;
    padding: 8px 20px;
    position: relative;
    width: 100%;
    height: 45px;
}
.input-wrapper input:invalid + label {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.input-wrapper input:focus {
    border-color: #b5b5b5;
}
.input-wrapper input:focus + label {
    color: #b5b5b5;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.cart h3{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.inline_block{
    display: inline-block;
}

.cart .cta1{
    color: #a19688;
    font-weight: 300;
    transition: .3s;
    border: none;
    background: none;
}

.cart .cta1:hover{
    color: #d2b887;
}

.cart form{
    margin-top: 15px;

}

.cart h3.second{
    margin-top: 40px;
}


/* The container */
.ckm {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
}

.ckm input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.ckm_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #dddddd;
}


.ckm:hover input ~ .ckm_checkmark {
    background-color: #ccc;
}

.ckm_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.ckm input:checked ~ .ckm_checkmark:after {
    display: block;
}


.ckm .ckm_checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #d2b887;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cart .ckm{
    margin-top: 25px;
    margin-bottom: 45px;
    font-size: 12px;
}

.cart .btn-secondary{
    background-color: #292f32;
    border: #292f32;
}

.cart .cta2{
    margin-top: 12px;
    display: block;
    color: #292f32;
}

.cart .cta2:before{
    content: '';
    background-image: url(../images/icons/previous.svg);
    height: 12px;
    width: 10px;
    background-position: center;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    transition: .3s;
    margin-top: 6px;
}

.cart .ckm a{
    color: #292f32;
}

.cart .cta2:hover, .cart .ckm a:hover{
    opacity: 0.8;
}

.overview_wrapper{
    width: 84%;
    margin-right: 0px;
    margin-top: 0px;
}

.product_card{
    margin-bottom: 10px;
    font-size: 16px;
}

.product_card h4{
    font-weight: 300;
    font-size: 16px;
}

.product_card .img_box{
    height: 80px;
    width: 100px;
}

.product_card .img_remove_cart{
    width: 15px;
    float: right;
    margin-top: 3px;
    cursor: pointer;
}

.cart .product_card p.price_step1{
    margin-right: 25px;
}

.bg_basic{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cart .product_card p{
    font-weight: 700;
    text-align: right;
}

.cart .promocode_card {
    border: solid 1px #979797;
    margin-top: 60px;
    padding: 20px;
    background-color: #ffffff;
}

.cart .promocode_card input{
    width: 228px;
    height: 45px;
    border: solid 1px #dddddd;
    padding: 0px 8px 0px 13px;
    background-color: #ffffff;
    float: left;
}

.promocode_wrapper{
    display: table;
    width: 100%;
}

.cart .promocode_card button{
    max-width: 100%;
    width: auto;
    height: 45px;
    border: none;
    background-color: #292f32;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 2px;
    box-shadow: none;
    float: left;
    text-transform: uppercase;
}

.cart .promocode_card:after{
    content: "";
    clear: both;
    display: table;
}

.cart .total_price_card{
    padding-top: 25px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: solid 1px #979797;
}

.cart .total_price_card ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    text-transform: uppercase;
}

.cart .total_price_card ul li span{
    float: right;
}

.cart .total_price{
    font-weight: 700;
    text-transform: uppercase;
}

.cart .total_price span{
    float: right;
    font-size: 24px;
    margin-top: -10px;
}

.accordion .card{
    margin-bottom: 5px;
    border: 1px solid #dddddd
}

.accordion .card .card-header {
    border: 0;
    padding: 0;
    outline: none;
    transition: .3s;
    height: 45px;
    border-bottom: 1px solid #dddddd;
    background-color: #f1f1f1;
}

.accordion .card .card-header:focus {
    outline:0 !important;
}

.accordion .card-body{
    font-size: 16px;
    font-weight: 300;
    color: #7c7c7c;
    background-color: #ffffff;
}

.accordion .card .card-header .btn-header-link {
    color: #292828;
    display: block;
    text-align: left;
    padding: 0px 15px;
    font-weight: 700;
    font-size: 14px;
    border: none;
    outline: 0 !important;
    transition: .3s;
    line-height: 45px;
}

.accordion .card .card-header .btn-header-link:after {
    content: "";
    background-image: url('../images/icons/down-arrow.svg');
    font-weight: 900;
    height: 20px;
    width: 50px;
    background-size: 10px;
    background-position: center;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 15px;
}

.accordion .card .card-header .btn-header-link.collapsed:after {
    content: "";
    background-image: url('../images/icons/right-arrow.svg');
    font-weight: 900;
    height: 20px;
    width: 50px;
    background-size: 10px;
    background-position: center;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 15px;
}


.accordion .card .card-header:hover{
    opacity: 0.7;
}

.cart .accordion{
    margin-bottom: 45px;
}

.radio {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 11px;
    margin-left: 15px;
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 50%;
}

.radio:hover input ~ .radio_checkmark {
    background-color: #ccc;
}

.radio_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio input:checked ~ .radio_checkmark:after {
    display: block;
}

.radio .radio_checkmark:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333333;
}

/*.requiredInputCheck{
    border-color: #ff6d6d;
    -webkit-box-shadow: 0 0 0 1px #ff6d6d;
    box-shadow: 0 0 0 1px #ff6d6d;
}*/

.requiredInput.requiredInputCheck{
    border-color: #ff6d6d;
    -webkit-box-shadow: 0 0 0 1px #ff6d6d;
    box-shadow: 0 0 0 1px #ff6d6d;
}

.requiredCheckbox .ckm_checkmark{
    border-color: #ff6d6d;
    -webkit-box-shadow: 0 0 0 1px #ff6d6d;
    box-shadow: 0 0 0 1px #ff6d6d;
}

.error_box{
    color: #ff6d6d;
    text-align: left;
    font-size: 12px;
    padding-left: 5px;
    display: none;
    padding-bottom: 15px;
}

.success_box p{
    margin-bottom: 50px;
}

.status_page{
    padding-top: 75px;
    min-height: 80vh;
}

.status_page h1{
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 30px;
}

.status_page .content{
    font-weight: 300;
    margin-bottom: 75px;
}

.status_page .cta1{
    color: #292828;
    font-size: 14px;
    display: block;
    margin-top: 15px;
}

.status_page .cta1:hover{
    opacity: 0.8;
}

.status_page .btn-secondary{
    border: #292f32;
    background-color: #292f32;
}

.status_page .icon{
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 30px;
    display: block;
    max-width: 70px;
}

.status_page .subpage_logo{
    display: block;
}

.change_pasword_box{
    height: 45px;
    background-color: #ffffff;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    margin-bottom: -45px;
    position: relative;
    z-index: 12;
    opacity: 0.9;
    border: 1px solid #bbb;
}

.card_year_input:before{
    content: '/';
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    color: #bbbbbb;
    margin-left: -19px;
    margin-top: 15px;
}

.payment_error_label{
    font-size: 18px;
    margin-bottom: 80px;
}

.step1_company_box{
    display: none;
    padding-top: 20px;
}


.gift_box{
    border: 1px solid #dddddd;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.gift_box .title{
    margin-left: 15px;
}

.gift_box img{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.gift_box .content{
    display: inline-block;
}

.gift_box h3{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: unset;
}

.gift_box h4{
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
}

.gift_box .content h4{ 
    margin-bottom: 0px;
}

.gift_box .ckm{
    margin-top: 0px;
    margin-bottom: 0px;
}

.gift_box .date_box{
    text-align: right;
    margin-top: -13px;
}

.gift_box .date_box input{
    font-size: 14px;
    font-weight: 400;
    border: solid 1px #dddddd;
    padding: 10px 20px;
    padding-left: 50px;
    position: relative;
    max-width: 100%;
}

.gift_box .date_box:before{
    content: '';
    background-image: url(../images/icons/calendar.svg);
    background-size: 24px;
    height: 24px;
    width: 24px;
    background-position: right;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    transition: .3s;
    z-index: 1;
    margin-left: 10px;
}

.btn-success {
    color: #fff;
    background-color: #292f32;
    border-color: #292f32;
}

.btn-success:hover {
    background-color: #292f32;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #d2b887;
    border-color: #d2b887;
    color: #fff;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect{
    border: 1px solid #dddddd;
}

.status_page .cta1{
    color: #a19688;
    font-weight: 300;
    transition: .3s;
    border: none;
    background: none;
    display: inline-block;
    font-size: 16px;
}

.gift_box p{
    font-size: 10px;
    margin-top: 10px;
}

.daterangepicker td, .daterangepicker th{
    font-size: 12px;
}

.daterangepicker th.next{
    content: '';
    background-image: url(../images/icons/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.daterangepicker th.next:hover{
    background: none;
    content: '';
    background-image: url(../images/icons/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.daterangepicker th.prev{
    content: '';
    background-image: url(../images/icons/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.daterangepicker th.prev:hover{
    content: '';
    background-image: url(../images/icons/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.removePromocode{
    display: none;
    font-size: 12px;
    margin-top: 5px;
    cursor: pointer;
}

.removePromocode img{
    width: 11px;
    vertical-align: top;
    margin-top: 3px;
    margin-right: 7px;
}

.referral_box img{
    width: 35px;
}

.free_accordion_wrapper{
    opacity: 0.6;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.free_accordion_wrapper .radio{
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    cursor: default;
}

.add_bg_color{
    background-blend-mode: multiply;
    background-color: #949494a6 !Important;
}

.courses_packages_step1{
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    margin-top: -10px;
}

.courses_packages_step1 li{
    display: inline-block;
}

.upsell_offer{
    margin-top: 80px;
    border: 1px solid #979797;
    padding: 20px;
    position: relative;
    padding-top: 40px;
}

.upsell_offer h5{
    font-weight: 700;
    font-size: 16px;
}

.upsell_offer p{
    font-weight: 400;
    margin-bottom: 25px;
}

.offer_wrapper .radio{
    margin-left: 0px;
}

.upsell_offer_product p{
    font-weight: 300;
    margin: 0px;
}


.upsell_offer_product_label .radio_checkmark{
    margin-top: 8px;
}

.upsell_offer_product .price{
    font-weight: 700;
    font-size: 14px;
}

.upsell_offer_product .price.price_old{
    font-weight: 400;
    font-size: 12px;
    text-decoration: line-through;
}

.cart .upsell_offer_product h3{
    margin-bottom: 7px;
    font-size: 13px;
}

.upsell_offer_noproduct_label h3{
    text-transform: none;
}

.cart .ckm.upsell_offer_product_label{
    margin-bottom: 0px;
    margin-top: 10px;
}

.upsell_offer .countdown{
    font-weight: 700;
    color: #d2b887;
    font-size: 30px;
    background-color: #f1f1f1;
    width: 200px;
    top: -25px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    text-align: center;
}

.upsell_offer .countdown span{
    font-weight: 400;
    color: #292828;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
    margin-right: 10px;
}


.downsell_offer{
    padding: 50px;
    border: 1px solid #979797;
    font-weight: 400;
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 40px;
}

.downsell_offer h2{
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

.downsell_offer p{
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.downsell_offer label{
    font-size: 12px;
    text-align: center;
    display: block;
}

.downsell_offer .countdown{
    font-weight: 700;
    color: #d2b887;
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
}

.downsell_offer .countdown span{
    font-weight: 400;
    color: #292828;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
    margin-right: 10px;
}

.status_page.downsell_offer_wrapper .content{
    margin-bottom: 25px;
}

.downsell_product_card{
    background-color: #292828;
    color: #ffffff;
    text-align: left;
}

.downsell_product_card .img_box{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
    cursor: pointer;
}


.downsell_product_card h4{
    font-weight: 300;
    font-size: 14px;
    margin-top: 40px;
}

.downsell_product_card h3{
    font-weight: 700;
    font-size: 16px;
}

.downsell_product_card ul{
    padding: 0px;
    font-size: 14px;
    list-style: none;
    margin-top: 15px;
    margin-bottom: 40px;
}

.downsell_product_card ul li{
    display: inline;
}

.downsell_product_card .old_price{
    font-size: 14px;
    opacity: 0.5;
    text-decoration: line-through;
    margin-top: 90px;
}

.downsell_product_card .price{
    font-family: 'Playfair Display', serif;
    color: #d2b887;
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 700;
}

.circles_box {
    position: absolute;
    text-align: center;
    width: 160px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circles_box img {
    margin: 0 auto;
}

.circles_box h3 {
    font-weight: 800 !Important;
    color: #ffffff !Important;
    font-size: 18px !Important;
    margin-top: 12px;
    margin-bottom: 12px !Important;
    text-transform: uppercase;
}

.downsell_offer_wrapper .addToCartButton{
    background-color: #d2b887;
    color: #292828;
    cursor: pointer;
    margin-top: 0px;
    text-transform: uppercase;
}

.downsell_offer_wrapper .addToCartButton:after {
    background-image: url(../images/icons/shopping-cart.svg);
    background-size: 16px;
}

.downsell_offer .cta_box{
    margin-top: 20px;
    text-align: center;
} 

.downsell_offer_wrapper .removeCartButton{
    background-color: #292828;
    color: #292828;
    cursor: pointer;
    margin-top: 0px;
    color: #ffffff;
    border: 1px solid #292828;
    margin-right: 10px;
    outline: none;
    text-transform: uppercase;
}

.downsell_offer_wrapper .removeCartButton:after {
    display: none;
}

.downsell_offer .slick-prev:before, .slick-next:before{
    color: #292828;
    opacity: 1;
}

.downsell_offer .slick-prev, .slick-next{
    top: 26%;
}

.cart .product_card p .old_price{
    font-size: 14px;
    font-weight: 300;
    margin-right: 10px;
    text-decoration: line-through;
}

.cart_page4{
    background-color: #f1f1f1;
    min-height: 100vh;
    padding-top: 0px;
}

.cart_page4 .top_logo_nav{
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
}

.cart_page4 h1{
    font-size: 25px;
    margin-bottom: 10px;
}

.cart_page4 p{
    margin-bottom: 50px;
}

.cart_page4_box .top{
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding-top: 13px;
    padding-bottom: 11px;
    margin-bottom: 20px;
}

.cart_page4_box .product_card{
    text-align: left;
    border-bottom: 1px solid #979797;
    padding-bottom: 13px;
    margin-top: 5px;
}

.cart_page4_box .product_card h4{
    font-size: 14px;
    margin-top: 20px;
}

.cart_page4_box .product_card h3{
    font-size: 16px;
    font-weight: 700;
}

.cart_page4_box .product_card p{
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
} 

.cart_page4_box .product_card p .old_price{
    font-size: 14px;
    display: block;
    text-decoration: line-through;
    font-weight: 400;
} 

.cart_page4 .total_price_card{
    text-align: left;
}

.cart_page4 .total_price_card ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.cart_page4 .total_price_card span{
    float: right;
}

.cart_page4 .total_price{
    text-align: left;
}

.cart_page4 .total_price{
    border-top: 1px solid #979797;
    padding-top: 10px;
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.cart_page4 .total_price span{
    float: right;
}

.downsell_offer_next{
    display: none;
}

.cart_page4 .btn-primary.cta{
    background-color: #292f32;
    color: #ffffff;
    border: 1px solid #292f32;
    margin-top: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.btn-primary.cta:after{
    border-left: 1px solid #ffffff;
}

.upsell_offer_product .info_icon{
    position: absolute;
    top: 9px;
    right: 15px;
}

.upsell_offer_product .info_icon img{
    width: 16px;
}


/* SPINNER */


.content_spinner svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    animation: rotation 1455ms infinite linear;
}

.content_spinner circle {
    stroke: currentColor;
    stroke-dasharray: 44px;
    stroke-dashoffset: 11px;
    transform-origin: center;
    transform: rotatey(180deg) rotate(90deg);
    animation: spinner 3850ms infinite ease;
}

@keyframes spinner {
    0% {
        stroke-dashoffset: 33px;
        transform: rotatey(0deg) rotate(0deg);
    }
    25% {
        stroke-dashoffset: 11px;
        transform: rotatey(0deg) rotate(0deg);
    }
    25.0001% {
        stroke-dashoffset: 11px;
        transform: rotatey(180deg) rotate(270deg);
    }
    50% {
        stroke-dashoffset: 33px;
        transform: rotatey(180deg) rotate(270deg);
    }
    50.0001% {
        stroke-dashoffset: 33px;
        transform: rotatey(0deg) rotate(180deg);
    }
    75% {
        stroke-dashoffset: 11px;
        transform: rotatey(0deg) rotate(180deg);
    }
    75.0001% {
        stroke-dashoffset: 11px;
        transform: rotatey(180deg) rotate(90deg);
    }
    100% {
        stroke-dashoffset: 33px;
        transform: rotatey(180deg) rotate(90deg);
    }
}

@keyframes rotation {
    100% {
        transform: rotate(360deg);
    }
}

.content_spinner {
    width: 80px;
    color: #d2b889;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    display: none;
}

.donwsell_exit{
    background-color: #292828;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: -16px;
    right: -14px;
    cursor: pointer;
}

.donwsell_exit img {
    width: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.downsell_offer .content_box p{
    text-align: left;
    margin-top: 15px;
}

.status_page.downsell_changes{
    padding-top: 50px;
}

.status_page.downsell_changes .icon{
    margin-top: 35px;
    margin-bottom: 15px;
}

.status_page.downsell_changes h1{
    margin-bottom: 10px;
    font-size: 30px;
}

.status_page.downsell_offer_wrapper .content{
    margin-bottom: 15px;
}

.currency_price{
    font-size: 12px;
    font-weight: 400;
}

.currency_price.currency_price_custom2{
    float: right;
}

.cart .total_price span.currency_price{
    font-size: 14px;
    font-weight: 400;
    margin-top: 9px;
    margin-left: 6px;
}

.currency_price.currency_price_custom3{
    display: block;
}
.currency_price.currency_price_custom4{
    display: block;
    margin-top: 2px;
    margin-left: 5px;
}



.ckm_checkmark.disabled_checkbox{
    background-color: #f1f1f1;
    cursor: not-allowed;
}

.book_bg_size{
    background-size: contain;
}

.select2{
    width: 100%;
}

.step1_select{
    margin-bottom: 15px;
}

.step1_select label{
    display: inline-block;
    color: #292828;
    font-size: 14px;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    margin-top: -10px;
    padding: 0 2px;
}

.step1_select .select2-container .select2-selection--single{
    height: 45px;
}

.step1_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555;
    line-height: 45px;
    font-size: 13px;
    border: 1px solid #dddddd;
    padding-left: 21px;
}

.step1_select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 1px;
    right: 4px;
    width: 20px;
}


.step1_select .select2-container .select2-selection--single {
    height: 45px;
    border: none;
}

.step1_select.requiredSelect2 .select2-container--default .select2-selection--single .select2-selection__rendered{
    border: 2px solid #ff6d6d;
}

.subpage_grill_logo{
    width: 160px;
}

/* FOR PHONE */

.iti{
    width: 100%;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]{
    height: 45px;
    border-radius: 0px;
    font-size: 13px;
}

.input_phone label{
    display: inline-block;
    color: #292828;
    font-size: 14px;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    margin-top: -10px;
    padding: 0 2px;
}

.input_phone{
    margin-bottom: 20px;
}

.iti__country-list{
    z-index: 5 !important;
}


.upsell_offer_product{

}

.upsell_offer_product .img_box{
    height: 40px;
    width: 20%;
    display: inline;
    float: left;
    margin-right: 8px;
}

.upsell_offer_product .content{
    display: inline-block;
    width: 76%;
}



/* INSTALLMENTS */

.installments_box .installments_text{
    font-size: 14px;
    position: relative;
}

.cart .installments_box .cta2{
    font-size: 15px;
    text-align: right;
    display: block;
    text-decoration: underline;
}

.cart .installments_box .cta2:before{
    display: none;
}

.installments_box .installments_text label{
    font-weight: 700;
    text-transform: uppercase;
    color: #292828;
    margin-top: 20px;
}

.installments_box .radio_checkmark{
    background-color: #f1f1f1;
}

.installments_box .radio{
    margin: 0px;
    font-size: 14px;
    margin-bottom: 10px;
}

.installments_products .product_card h4{
    font-size: 12px;
    color: #292828;
}

.cart .installments_products .product_card h3{
    font-size: 12px;
    color: #292828;
}

.cart .installments_products .product_card p{
    color: #292828;
    font-size: 12px;
}