
.cart_overview{
    /*    padding-top: 50px;
        padding-bottom: 150px;*/
}

.cart_overview h2{
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 60px;
}

.cart_overview_card{
    padding: 20px;
    padding-bottom: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
}

/*.cart_steps .cart_overview_card{
    background-color: #ffffff;
}*/

.cart_overview_card .content_spinner{
    display: none;
}

.cart_overview_card .promocode{
    margin-bottom: 20px;
}
.cart_overview_card .promocode h3{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cart_overview_card .promocode input{
    width: 100%;
    height: 48px;
    border: 1px solid #d3d4de;
    padding: 0 20px;
    padding-right: 130px;
    font-size: 14px;
}

.cart_overview_card .promocode button{
    background-color: #000000;
    color: #ffffff;
    height: 48px;
    border: none;
    float: right;
    margin-top: -48px;
    z-index: 1;
    position: relative;
    padding: 0 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.cart_overview_card .promocode .lost_card{
    font-size: 14px;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: underline;
}

.add_in_cart_wrapper.overview .products .product_card .img_box{
    height: 170px;
    width: 33%;
}

.add_in_cart_wrapper.overview .products .product_card .content {
    width: 50%;
    display: inline-block;
    padding-left: 15px;
    vertical-align: top;
}

.add_in_cart_wrapper.overview .products .product_card h3 {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 33px;
}

.add_in_cart_wrapper.overview .quantity .pro-qty{
    width: 84px;
}

.add_in_cart_wrapper.overview .products .product_card .price{
    margin-top: 6px;
    font-size: 18px;
}

.add_in_cart_wrapper.overview .products{
    height: auto;
    padding: 0px;
}

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

.cart_overview_card ul li{
    margin-bottom: 7px;
}

.cart_overview_card ul li .left{
    text-align: left;
    display: inline-block;
    width: 50%;
    background: none;
}

.cart_overview_card ul li .title{
    font-weight: 700;
    font-family: 'Exo';
    text-transform: uppercase;
}

.cart_overview_card ul li .right{
    text-align: right;
    display: inline-block;
    width: 48%;
    border: none;
    vertical-align: top;
}

.cart_overview_card ul.promocode_list{
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding-top: 9px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.cart_overview_card ul li .extra{
    font-size: 12px;
    display: block;
    margin-top: -5px;
}



.cart_overview_card ul li .left.extra {
    display: inline-block;
}

.cart_overview_card ul li .right.extra{
    display: inline-block;
}


.cart_overview_card.promocode_box{
    padding: 0;
}

.next_step{
    display: block;
    cursor: pointer;
    font-size: 15px;
    line-height: 45px;
    padding: 0 25px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
    /*border: 1px solid #2fac98;
    background: #2fac98;*/
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    background-color: var(--black);
    border: none;
}

.next_step:hover{
    opacity: 0.7;
    color: #ffffff;
}



.add_in_cart_wrapper.steps .products{
    height: auto;
    padding: 0px;
}

.add_in_cart_wrapper.steps .products .product_card h3{
    margin-top: 10px;
    font-size: 16px;
}

.steps_subtitle{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}


.cart_steps{
    background-color: #f7f7f7;
}

.main_form{
    margin-bottom: 20px;
    position: relative;

}

.main_form .content_spinner{
    display: none;
}

.main_form h3{
    font-size: 20px;
}

.main_form h4{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 35px;
}

.main_form h4 a{
    color: #520067;
    text-decoration: underline;
}

.main_form label{
    display: block;
    font-weight: 500;
    margin: 0px;
}

.main_form input{
    width: 100%;
    height: 42px;
    border: 1px solid #d3d4de;
    padding: 0 20px;
    font-size: 14px;
}

.main_form .checkbox_container a{
    color: #2fac98;
    text-decoration: underline;
}

.main_form.check_form{
    background-color: #ffffff;
    padding-bottom: 20px;
}

.checkbox_seperator{
    margin-bottom: 20px;
}

.cta_back{
    text-align: center;
    display: block;
    color: #000000;
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.cta_back:hover{
    opacity: 0.8;
    color: #000000;
}

.main_form label.checkbox_container{
    font-size: 14px;
    font-weight: 400;
}

.main_form label.checkbox_container .payments{
    display: inline-block;
    margin-left: 20px;
}

.main_form label.checkbox_container .payments li{
   display: inline-block;
    margin-right: 10px;
}

.main_form label.checkbox_container .payments li img{
    width: 30px;
}

.main_form label.checkbox_container .payments li img.klarna{
    width: 50px;
}

.promocode_error{
    display: none;
    font-size: 12px;
    padding: 10px;
    color: red;
    font-weight: 500;
}

.promocode_success{
    font-size: 12px;
    margin-top: 7px;
    text-decoration: underline;
    cursor: pointer;
}

.promocode_success img{
    width: 12px;
    margin-right: 5px;
}


.promocode_gift_card_remove{
     font-size: 12px;
    margin-top: 7px;
    text-decoration: underline;
    cursor: pointer;
}


.cart_steps .add_in_cart_wrapper{
    padding: 0px;
}

/*.cart_steps .add_in_cart_wrapper h3{
    text-align: center;
}*/

.multi-steps {
    margin-bottom: 40px;
    margin-top: 30px;
}

.multi-steps > li.is-active h4:after{
    content: '';
    position: absolute;
    background-image: url(../images/icons/right.svg);
    background-size: contain;
    height: 10px;
    width: 10px;
    margin-left: 5px;
    margin-top: 4px;
    filter: invert(79%) sepia(0%) saturate(8%) hue-rotate(172deg) brightness(96%) contrast(85%);
}

.multi-steps > li.active{
    color: #2fac98;
}

.multi-steps > li .img_box img{
    width: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.multi-steps .is-active .img_box{
    opacity: 1;
}

.multi-steps .is-active.is-done .img_box{
    border: 1px solid #2fac98;
}

.multi-steps .is-active.is-done .img_box img{
    filter: invert(47%) sepia(93%) saturate(330%) hue-rotate(121deg) brightness(101%) contrast(83%);
}

.multi-steps .is-active.is-done .img_box:hover{
    cursor: pointer;
    opacity: 0.8;
}

.multi-steps > li h4{
    font-size: 14px;
    margin-right: 20px;
     cursor: pointer;
}


.multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: 18px;
    font-weight: 500;
}

/*.multi-steps > li:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #cb5612;
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: -1;
    display: none;
}
.multi-steps > li:last-child:after {
    display: none;
}
.multi-steps > li.is-active:before {
    background-color: #c9a8d2;
    color: #222222;   
}

.multi-steps > li.is-active ~ li:before {
    background-color: #ffffff;
    color: #222222;
}

*/

.payment-method-details{
    padding: 20px;
    background-color: #f7f7f7;
    margin-bottom: 15px;
}

.payment-method-details .extra_price{
    font-weight: 700;
}


#card-element, .MyStripeElement {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border-radius: 4px;
    width: 100%;
    height: 42px;
    border: 1px solid #d3d4de;
    font-size: 12px;
    background-color: #ffffff;
}

.MyStripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.MyStripeElement--invalid {
    border-color: #fa755a;
}

.MyStripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#payment-request-button{
    display: none;
}

.StripeLabel {
    width: 100%;
    text-align: left;
}

.step3_box{
    background-color: #ffffff;
    margin-top: 20px;
}

.step3_box h2{
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
    text-align: left;
}

.step3_box h4{
    font-weight: 300;
    font-size: 18px;
    margin-top: 10px;
}

.step3_box h4 div{
    margin-bottom: 20px;
    font-size: 16px;
}

.step3_box .cta{
    display: block;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    color: #333333;
    line-height: 45px;
    padding: 0px 45px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
    border: 1px solid #333333;
    background: none;
    width: max-content;
    margin: 0 auto;
    margin-top: 30px;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 30px;
}

.step3_box .cta:hover{
    background-color: #ffffff;
}


.cart_steps textarea{
    min-height: 100px;
    width: 100%;
    resize: none;
    border: 1px solid #d3d4de;
    padding: 20px;
    font-size: 14px;
}

.promocode_disclamer{
    font-size: 10px;
}

.shop_select{
    width: 100%;
    height: 42px;
    border: 1px solid #d3d4de;
    padding: 0 20px;
    font-size: 12px;
}

.free_delivery_box{
    background-color: #e4f4d8;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
}

.free_delivery_box img{
    width: 30px;
    display: inline-block;
}

.free_delivery_box h4{
    display: inline-block;
    margin: 0px;
    margin-top: 0px;
    vertical-align: top;
    width: 85%;
    margin-left: 16px;
}

.free_delivery_box h4 span{
    font-weight: 700;
}

.checkbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none;
}

.checkbox_container .checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #c0bcbc;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox_container .checkmark:after {
    left: 9px;
    top: 2px;
    width: 6px;
    height: 16px;
    border: solid #2fac98;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.special_offer{
    text-align: left;
    padding: 0px;
    border-bottom: 1px solid #e7e7e7;
}

.special_offer .timer {
    font-family: 'Exo';
    font-size: 28px;
    font-weight: 800;
    margin-top: 5px;
    text-align: center;
}

.special_offer h4{
    font-size: 18px;
    font-weight: 800;
}

.special_offer h5{
    font-size: 16px;
    font-weight: 300;
}


.shop_nav{
    background-color: #000000;
    height: 50px;
    line-height: 50px;

}


.shop_nav a{
    color: #ffffff;
    font-size: 14px;
}

.shop_nav a:hover{
    color: #2fac98;
}

.shop_nav a img{
    width: 20px;
    filter: invert(1);
    transform: rotate(181deg);
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}


.special_offer .cross_sell{
    padding: 0px;
    margin-top: 0px;
}

/*.cross_sell .product{
    background: none;
}*/


.special_offer .top{
    border-top: 1px solid #e7e7e7;
    padding: 20px 0px;
}

.special_offer .cross_sell .product{
    border-top: 1px solid #e7e7e7;
}

.special_offer .cross_sell .bg{
    height: 127px;
    margin-top: 7px;
}

.special_offer .cross_sell .product h3{
    margin-bottom: 5px;
}


.requiredInput {
    border: 1px solid red !Important;
}

.requiredCheckbox {
    color: red !Important;
}


.main_form label.labelInput{
    position: absolute;
    font-size: 14px;
    background-color: #ffffff;
    padding: 0px 10px;
    margin-top: -10px;
    margin-left: 12px;
    font-weight: 300;
}

.hidden_data_box{
    padding-top: 20px;
}

.send_as_gift_label{
    padding: 20px;
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #d3d4de;
}

.send_as_gift_label .content{

}

.send_as_gift_label .content img{
    width: 36px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
}

.send_as_gift_label .content .text{
    display: inline-block;
    width: 80%;
}

.send_as_gift_label .content .text h4{
    font-family: 'Exo';
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 3px;
}

.send_as_gift_label .content .text h5{
    font-weight: 300;
}


.main_form .send_as_gift_label label.labelInput{
    background: linear-gradient(180deg, #f7f7f7 50%, #ffffff 50%);
}


.sum_total li div{
    font-size: 19px;
}

.reqiredLabel::after{
    content: '*';
    display: block;
    position: absolute;
    top: -2px;
    right: 3px;
    color: red;
}

.error_text{
    color: red;
    text-align: center;
}

.hidden{
    display: none;
}


.shop_box{
    display: flex;
    min-height: 100vh;
}

.shop_box .left{
    width: 55%;
    background-color: var(--white);
}


.shop_box .left .wrapp{
    width: 74%;
    margin-left: auto;
    margin-right: 65px;
}

.shop_box .wrapp .logo{
    margin-top: 20px;
    display: block;
}
.shop_box .wrapp .logo img{
    max-width: 250px;
}

.shop_box .right{
    width: 45%;
    background-color: var(--grey);
    border-left: 1px solid #d3d4de;
}

.shop_box .right .wrapp{
    width: 70%;
    margin-left: 70px;
    margin-top: 70px;
    padding-bottom: 100px;
}

.add_in_cart_wrapper .products .product_card .img_box{
    background-color: #ffffff;
    position: relative;
}

.add_in_cart_wrapper .products .product_card .img_box.img_box_gift{
    background-size: cover;
}

.cart_steps .quantity .pro-qty{
    height: 36px;
    width: 70px;
}

.cart_steps .quantity .pro-qty .qtybtn{
    width: 7px;
    line-height: 36px;
    font-size: 16px;
}

.cart_steps .quantity .pro-qty input{
    height: 36px;
    line-height: 36px;
}


.add_in_cart_wrapper .products .product_card .quantity_text{
    font-size: 13px;
    height: 20px;
    width: 20px;
    background-color: var(--pine);
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: var(--white);
    top: -8px;
    position: absolute;
    right: -6px;
}

.add_in_cart_wrapper .products .product_card .free_gift{
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-top: -10px;
    text-align: center;
    border: 1px solid #e7e7e7;
}

.add_in_cart_wrapper .products .product_card .free_gift img{
    width: 20px;
}


.add_in_cart_wrapper .products .product_card .content{
    position: relative;
}


.payment_error{
    color: red;
    text-align: center;
    font-size: 12px;
    display: none;
}

.price_step1 .inline_discount {
    font-size: 14px;
    color: red;
    font-weight: 600

}


.free_gift_products{
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 20px;
    background-color: #ffffff;
}

.free_gift_products h4{
    font-weight: 700;
    font-family: 'Exo';
    text-transform: uppercase;
    font-size: 18px;
    color: #54a696;
    
}

.free_gift_products h5{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

.free_gift_products h5 span{
    font-weight: 700;
    text-decoration: underline;
}

.free_gift_products .product{
    border: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}


.free_gift_products .product .bg{
    height: 130px;
}

.free_gift_products .product .content{
    padding: 0px;
}


.free_gift_products .top{
    
}



.free_gift_products .top .text{
    
}


.free_gift_products .body{
    
}

.free_gift_products .product button{
    border: 1px solid var(--black);
    width: 100%;
    color: var(--black);
    height: 40px;
    font-weight: 700;
    background: none;
}

.free_gift_products .product button img{
    filter: invert(1);
    width: 23px;
    vertical-align: top;
}

.free_gift_products .product button:hover{
    background-color: var(--black);
    color: #ffffff;
    transition: .3s;
}

.free_gift_products .product button:hover img{
    filter: none;
}


.free_gift_products .product button.more_info_btn{
    font-size: 13px;
    border: none;
    text-decoration: underline;
}

.free_gift_products .product button.more_info_btn:hover{
    background: none;
    color:var(--black);
    opacity: 0.8;
}


.free_gift_products .product .more_informations_text{
    font-size: 12px;
    display: none;
}

.free_gift_products .product button.more_info_btn.more_info_btn_hide{
    text-align: right;
}


.free_gift_products .product button.disabled_btn{
    opacity: 0.4;
    cursor: not-allowed;
}


.gift_cards_box ul{
    border: none;
}

.cart_overview_card .gift_cards_box ul.promocode_list{
    border: none;
}


.add_in_cart_wrapper .products .product_card .content .gift_type{
    font-size: 12px;
    font-weight: 400;
}

.cart_overview_card ul li.stock_text{
    font-size: 12px;
}

.delivery_check span {
    display: block;
    font-weight: 300;
}





.radio_box .checkbox_container .checkmark{
    border-radius: 50%;
}

.radio_box .checkbox_container .checkmark:after {
    left: 4px;
    top: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #30ac97;
}



.toggle_box {
  margin-bottom: 15px;
}

.main_form input.toggle_input {
  position: relative;
  width: 55px;
  height: 28px;
  -webkit-appearance: none;
  appearance: none;
  background: #f1f1f1;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 50%);
}

.main_form input.toggle_input::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 2px;
  transition: 0.5s;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
}

.main_form input.toggle_input:checked::before {
  transform: translateX(100%);
  background: #fff;
  left: 2px;
}

.main_form input.toggle_input:checked {
  background: #30ac97;
}


.toggle_box label{
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    width: 85%;
    font-family: 'Exo';
    margin-left: 20px;
    margin-top: -4px;
    vertical-align: top;
}

.toggle_box label p{
    
}

.toggle_box label .price{
       display: inline-block;
    font-weight: 700;
    font-family: 'Exo';
    text-transform: uppercase;
    margin-left: 10px;
}

.toggle_box label span{
    display: block;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
}


.main_form label.checkbox_container .price{
   display: inline-block;
    font-weight: 700;
    font-family: 'Exo';
    text-transform: uppercase;
    margin-left: 10px;
}


.order_dump{
        position: relative;
}


.order_dump .container-fluid{
    display: flex;
}


.order_dump .top{
    font-size: 36px;
    font-weight: 500;
    font-family: 'Exo';
    color: #ffffff;
    width: max-content;
    padding: 0 30px;
    background-color: #000000;
    height: 76px;
    line-height: 76px;
    margin: 0 auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-transform: uppercase;
}

.order_dump .line{
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    z-index: -1;
}

.order_dump .line-mobile{
    display: none;
}

.order_dump .content{
    width: 490px;
    max-width: 100%;
    margin-top: 56px;
}

.order_dump .content h1{
    font-size: 68px;
    line-height: 81px;
    font-weight: 500;
    font-family: 'Exo';
    text-transform: uppercase;
}


.order_dump .cta-box button{
    background-color: var(--black);
    color: var(--white);
    font-family: 'Exo';
    transition: .3s;
    position: relative;
    text-transform: uppercase;
    padding-left: 35px;
    padding-right: 35px;
    border: none;
    font-weight: 700;
    width: 100%;
    margin-top: 45px;
    font-size: 23px;
    height: 71px;
}

.order_dump .cta-box button:hover{
    background-color: #30AC97;
}

.order_dump .cta-box a{
    color: var(--black);
    border: 1px solid var(--black);
    width: max-content;
    display: block;
    height: 43px;
    margin: 0 auto;
    line-height: 43px;
    padding: 0 45px;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    max-width: 100%;
    background-color: #ffffff;
}

.order_dump .cta-box a:hover{
    opacity: 0.8;
    color: #30AC97;
}

.order_dump .pricing{margin-left: 155px;margin-top: 75px;}

.order_dump .pricing .old{
    height: 138px;
    width: 138px;
    background-color: #30AC97;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Exo';
    margin-left: 60px;
    margin-bottom: -55px;
    z-index: 1;
    position: relative;
}
.order_dump .pricing .old label{
    font-size: 16px;
    margin-top: 37px;
}
.order_dump .pricing .old .price{
    font-size: 32px;
    text-decoration: line-through;
    margin-top: -10px;
}

.order_dump .pricing .new{
    
}

.order_dump .pricing .new .price{
    height: 194px;
    width: 194px;
    border-radius: 50%;
    background-color: #ffffff8a;
    text-align: center;
    font-size: 50px;
    line-height: 194px;
    font-weight: 700;
    font-family: 'Exo';
}


.order_dump .gift{
    width: 100%;
    margin-top: -500px;
    z-index: -1;
    position: relative;
}


.order_dump .bottom{
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0px);
    font-size: 36px;
    font-weight: 500;
    font-family: 'Exo';
    display: none;
}

.order_dump .bottom div{
    display: inline-block;
}

.order_dump .bottom .current{
    
}

.order_dump .gift-mobile{
    display: none;
}

.order_dump .cta-box{
    display: block;
}

.order_dump .cta-box-mobile{
    display: none;
}