/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://dev.roddycarter.com/wp-content/themes/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Mace
 Author URI:   http://infinityoasis.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  helloelementorchild
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

head {
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden; 
}

.headerCart{ 
    width: 100%;
	max-width: 1170px;
    padding: 15px;
	margin: 0 auto;
    margin-top: 50px;
}
.headerCart h2.cartPageheading{
    font-family: 'Avenir Black';
    font-size: 44px;
    color: #103351;
    padding-bottom: 15px;
}
.sftCustomizeCart{
    padding: 0 0 50px 0;
}
.sftCustomizeCart .container{
    width: 100%;
	max-width: 1170px;
    padding: 15px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}
.sftCustomizeCart__items{
	width: 75%;
	

}
.sftCustomizeCart__items .woocommerce-cart-form{ 
	border: 1px solid #d3d3d3;
    border-radius: 9px;
    padding: 6px 18px;
    box-sizing: border-box;
}



.___itemDiv{ display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-top: 1px solid #d3d3d3;}
.___itemDiv:first-child{ border-top: 0;}
.___itemDiv .image{ width: 24%; padding: 0; box-sizing: border-box;}
.___itemDiv .image a{ display: block;}
.___itemDiv .image img{ width: 100%; height: auto;     border-radius: 6px;     display: block;}
.___itemDiv .titleData{ width: 45%; text-align: left; box-sizing: border-box; padding: 15px;}
.___itemDiv .price{ width: 18%; text-align: center;} 
.___itemDiv .cancel{ width: 12%; text-align: right;}
.___itemDiv .cancel a.remove{ 
    display: inline-block;
    font-size: 14px;
    width: auto;
    height: auto;
    color: #033d78 !important;
    font-family: "Avenir Heavy", sans-serif;
    line-height: 25px;
}
.___itemDiv .cancel a.remove:hover{ background: transparent;  color: #b60b28 !important;}
.___itemDiv .cancel a.remove span{ 
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
}


.___itemDiv .titleData h3{
    font-family: "Avenir Black", sans-serif;
    font-size: 30px;
    text-decoration: underline;
    color: #103351;
}
.___itemDiv .titleData .staticLIst{ margin: 0; padding: 0;}
.___itemDiv .titleData .staticLIst li{
    font-family: "Avenir light", sans-serif;
    list-style-type: none;
    display: block;
    padding-left: 25px;
    font-size: 16px;
    color: #929292;
    position: relative;
    font-weight: normal;
    margin: 8px 0;
}
.___itemDiv .titleData .staticLIst li::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/listTick.png) no-repeat -2px -3px;
    width: 21px;
    height: 21px;
}

.___itemDiv .price{
	font-size: 20px;
    font-weight: 600;
    font-family: "Avenir Heavy", sans-serif;
}





.sftCustomizeCart__total{ width: 25%; padding: 0; margin: 0; box-sizing: border-box; padding-left: 30px;}
.sftCustomizeCart__total .cart-collaterals .cart_totals{ width: 100%;}
.sftCustomizeCart__total .cart-collaterals  .cart_totals > h2{ display: none;}

.sftCustomizeCart__total .cart-collaterals .cart_totals table.shop_table{ border: 0;}
.sftCustomizeCart__total .cart-collaterals .cart_totals table.shop_table .cart-subtotal{ background-color: transparent;}
.sftCustomizeCart__total .cart-collaterals .cart_totals table.shop_table  td,
.sftCustomizeCart__total .cart-collaterals .cart_totals table.shop_table  th{ 
    background: transparent !important; border-bottom: 1px dashed #000; font-size: 20px;
    font-family: "Avenir Heavy", sans-serif;
}

.sftCustomizeCart__total .checkout_coupon{ 
	display: block !important;
    border: 0 !important;
    padding: 0 !important;
	margin-top: 15px !important;
}
.sftCustomizeCart__total .checkout_coupon > p:first-child{ display: none;} 
.sftCustomizeCart__total  .woocommerce-form-coupon-toggle{ display: none !important;}
.sftCustomizeCart__total .checkout_coupon .form-row-first{
	width: calc(100% - 80px);
	padding: 0;
	margin: 0;
}
.sftCustomizeCart__total .checkout_coupon .form-row-first input[type="text"]{
    border-radius: 8px 0 0 8px;
    border-right: 0;
    font-family: "Avenir Heavy", sans-serif;
    font-size: 14px;
    height: 42px;
    padding: 0 8px;
}
.sftCustomizeCart__total .checkout_coupon .form-row-last{ 
	width: 80px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.sftCustomizeCart__total .checkout_coupon .form-row-last button.button{
    font-family: "Avenir Heavy", sans-serif;
	color: #ffffff;
    background-color: #0d253a;
	width: 100%;
    height: 42px;
    margin: 0;
    padding: 0;
	border-radius: 0 8px 8px 0;
}
.sftCustomizeCart__total .cart-collaterals .cart_totals .cart-subtotal{
    font-family: "Avenir Heavy", sans-serif;
}
.sftCustomizeCart__total .cart-collaterals .cart_totals .cart-subtotal th{ font-weight: 400;}
.sftCustomizeCart__total .cart-collaterals .cart_totals .order-total th{font-family: "Avenir Heavy", sans-serif; }
.sftCustomizeCart__total .cart-collaterals .cart_totals .order-total .woocommerce-Price-amount{font-family: "Avenir Heavy", sans-serif; font-weight: 700;}
.sftCustomizeCart__total .cart-collaterals .cart_totals  .checkout-button{
    font-family: "Avenir Heavy", sans-serif;
    font-weight: 500;
    font-size: 16px;
    border-radius: 8px;
    background: #5e8195;
}
.sftCustomizeCart__total .cart-collaterals .cart_totals  .checkout-button:hover{
   
    background: #0d253a;
}

.centerClasscart{
    width: 100% !important;
    max-width: 1170px !important;
    margin: 0 auto;
}
.centerClasscart .return-to-shop a.button{
    font-family: "Avenir Heavy", sans-serif;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    background: #5e8195;
    color: #FFF;
    padding: 15px 25px;
}
.centerClasscart .return-to-shop a.button:hover{
    background:#0d253a ;
}


@media only screen and (max-width: 767px) {
    .headerCart h2.cartPageheading{ font-size: 38px; padding-bottom: 0;}
    .___itemDiv .titleData h3{    font-size: 26px;}
    .sftCustomizeCart .container{ flex-wrap: wrap;}
    .sftCustomizeCart__total,
    .sftCustomizeCart__items{ width: 100%; padding: 0;}
    .sftCustomizeCart__total{ padding-top: 30px;}
    .___itemDiv{ flex-wrap: wrap;}
    .___itemDiv .image,
    .___itemDiv .titleData{ width: 100%;}
    .___itemDiv .price,
    .___itemDiv .cancel{ width: 50%;}

    .___itemDiv .titleData{ padding: 15px 0;}
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
    .sftCustomizeCart .container{ flex-wrap: wrap;}
    .sftCustomizeCart__total,
    .sftCustomizeCart__items{ width: 100%; padding: 0;}
    .sftCustomizeCart__total{ padding-top: 30px;}
    .___itemDiv .titleData h3{    font-size: 26px;}
    /* .___itemDiv{ flex-wrap: wrap;     position: relative;}
    .___itemDiv .titleData{ width: 58%;}
    .___itemDiv .cancel {
        width: 16%;
        text-align: right;
        position: absolute;
        right: 0;
        top: 0;
    }
    .___itemDiv .titleData h3{font-size: 20px;}
    .___itemDiv .titleData .staticLIst li{ font-size: 13px;}
    .___itemDiv .titleData .staticLIst li::after{
        top: 4px;
        background: url(images/listTick.png) no-repeat 0px -2px;
        width: 14px;
        height: 14px;
        background-size: 100% auto;
    }
    .___itemDiv .titleData .staticLIst li{font-size: 13px;margin: 3px 0; } */
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .sftCustomizeCart__items{ width: 72%;}
    .sftCustomizeCart__total{ width: 28%;}
    .___itemDiv .titleData h3{    font-size: 26px;}
}




/* ========== ----------- Checkout Page -------- ============= */
#sftcheckoutPage{ padding-bottom: 300px;}
#sftcheckoutPage .checkoutAllformWrap{ position: relative;}
#sftcheckoutPage .elementor-column-wrap{ border: 0 !important; box-shadow: none !important;}
#sftcheckoutPage .woocommerce{
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 100px;
}

#sftcheckoutPage .woocommerce form.checkout,
#sftcheckoutPage .woocommerce .checkoutTop{ display: block; justify-content: space-between;}
#sftcheckoutPage .woocommerce form.checkout > div,
#sftcheckoutPage .woocommerce .checkoutTop > div{ 
    width: 48%;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}
#sftcheckoutPage .woocommerce #customer_details > div{ width: 100%;}
#sftcheckoutPage .woocommerce form.checkout > div:first-child,
#sftcheckoutPage .woocommerce .checkoutTop > div:first-child{
    border: 1px solid #c0c0c0;
}
#sftcheckoutPage .woocommerce form.checkout > div:first-child{border-top: 0; border-radius: 0 0 15px 15px;}
#sftcheckoutPage .woocommerce .checkoutTop > div:first-child{border-bottom: 0; border-radius: 15px 15px 0 0;}
.sft__order{}
#sftcheckoutPage .woocommerce form.checkout > div:last-child { padding: 20px; border: 1px solid #c0c0c0;  border-radius: 15px; position: absolute; right: 0; top: 0;}


#sftcheckoutPage .woocommerce h2.billingHeading,
#sftcheckoutPage .woocommerce h3#order_review_heading{
    font-family: "Avenir Heavy", sans-serif;
    font-size: 32px;
    color: #103351;
}
#sftcheckoutPage .woocommerce .woocommerce-billing-fields > h3,
#sftcheckoutPage .woocommerce .woocommerce-additional-fields > h3{ display: none; }

#sftcheckoutPage .woocommerce #payment,
#sftcheckoutPage #payment div.payment_box{
        background: #f6f6f6;
        border-radius: 12px;
}
#sftcheckoutPage .woocommerce #payment{
    margin-bottom: 50px;
    position: relative;
}
#sftcheckoutPage #payment div.payment_box::before{ display: none !important;}
#sftcheckoutPage #payment div.payment_box{ padding: 0;}
#sftcheckoutPage #payment div.payment_box p{
    font-family: "Avenir light", sans-serif;
    font-size: 16px;
    color: #686868;
    font-weight: normal;
}
#sftcheckoutPage #payment .wc_payment_method > label{
    font-family: "Avenir Heavy", sans-serif;
}
#sftcheckoutPage .woocommerce #payment .form-row{ display: flex;    padding: 0; flex-wrap: wrap; align-items: center; } 
#sftcheckoutPage .woocommerce #payment .form-row > label{ font-family: "Avenir light", sans-serif; width: 30%; text-align: left; line-height: 15px;
    font-size: 14px;}
#sftcheckoutPage .woocommerce #payment .form-row > div{ width: 70%; text-align: left;}
#sftcheckoutPage .woocommerce #payment .form-row > div .wc-stripe-elements-field,
#stripe-exp-element, #stripe-cvc-element{
    border: 1px solid #d4d4d4;
    height: 35px;
    border-radius: 5px;
}
#sftcheckoutPage #stripe-payment-data fieldset p.woocommerce-validated,
#sftcheckoutPage .woocommerce #payment .form-row.validate-required{ 
    font-family: "Avenir light", sans-serif;
    display: block !important;
    color: #525252;
    font-size: 14px;
}
#sftcheckoutPage #stripe-payment-data fieldset{ border: 0; padding: 0;}

#sftcheckoutPage .woocommerce #payment .form-row.place-order,
#sftcheckoutPage .woocommerce #payment .form-row.validate-required{ display: block !important;}
#sftcheckoutPage .woocommerce #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper{ width: 100%; padding: 8px 20px;}
#sftcheckoutPage .woocommerce #payment #place_order, #sftcheckoutPage .woocommerce #payment #place_order{ 
    float: left;
    margin: 10px 20px;
    position: absolute;
    left: -18px;
    top: 100%;
    background: #5d8295;
    font-family: "Avenir Heavy", sans-serif;
    font-size: 15px;
    line-height: normal;
    padding: 15px 30px 11px 30px;
    border: 0;
    border-radius: 6px;
}
#sftcheckoutPage .woocommerce #payment #place_order:hover, #sftcheckoutPage .woocommerce #payment #place_order:hover{
    background: #103351;
}

#sftcheckoutPage .woocommerce-form-login-toggle .woocommerce-info,
#sftcheckoutPage .woocommerce-form-coupon-toggle .woocommerce-info{
    border: 0;
    background: #FFF;
    padding-left: 28px;
    font-family: "Avenir light", sans-serif;
    margin-bottom: 0;
    border-bottom: 1px solid #dcdcdc;
}
#sftcheckoutPage .woocommerce-form-login-toggle .woocommerce-info a,
#sftcheckoutPage .woocommerce-form-coupon-toggle .woocommerce-info a,
#sftcheckoutPage .woocommerce .checkoutTop .woocommerce-form-login  .lost_password a{
    font-family: "Avenir Heavy", sans-serif;
}
#sftcheckoutPage .woocommerce-form-login-toggle .woocommerce-info a:hover,
#sftcheckoutPage .woocommerce-form-coupon-toggle .woocommerce-info a:hover,
#sftcheckoutPage .woocommerce .checkoutTop .woocommerce-form-login  .lost_password a:hover{ color: #103351; text-decoration: underline;}

#sftcheckoutPage .woocommerce-form-login-toggle .woocommerce-info:before{
    content: "";
    width: 25px;
    height: 25px;
    background: url(images/userIcon.png) no-repeat 0 0px;
    left: 0;
}
#sftcheckoutPage .woocommerce-form-coupon-toggle .woocommerce-info:before{
    content: "";
    width: 25px;
    height: 25px;
    background: url(images/coupon.png) no-repeat 0 2px;
    left: 0;   
}
#sftcheckoutPage  .billDetlsleft label,
#sftcheckoutPage .woocommerce .checkoutTop .woocommerce-form-login label{
    font-family: "Avenir light", sans-serif;
}
#sftcheckoutPage .woocommerce .checkoutTop .woocommerce-form-login input[type="text"],
#sftcheckoutPage .woocommerce .checkoutTop .woocommerce-form-login input[type="password"],
#sftcheckoutPage .woocommerce-form-coupon input[type="text"],
#sftcheckoutPage  .billDetlsleft input[type="text"],
#sftcheckoutPage  .billDetlsleft input[type="email"],
#sftcheckoutPage  .billDetlsleft select,
#sftcheckoutPage  .billDetlsleft .select2-selection--single,
#sftcheckoutPage  .billDetlsleft input[type="password"]{
    border: 1px solid #c0bfbf;
    border-radius: 6px;
    height: 45px;
    font-family: "Avenir light", sans-serif;
}

#sftcheckoutPage  .billDetlsleft  .select2-selection__rendered{
    line-height: 45px;  
    font-family: "Avenir light", sans-serif;
}

.select2-results__options li{font-family: "Avenir light", sans-serif !important;}


#sftcheckoutPage .woocommerce .checkoutTop .woocommerce-form-login p{font-family: "Avenir light", sans-serif;}
#sftcheckoutPage .woocommerce .checkoutTop .woocommerce-form-login .woocommerce-form-login__submit,
#sftcheckoutPage .woocommerce-form-coupon button[type="submit"]{
    background: #5d8295;
    color: #FFF;
    font-family: "Avenir Heavy", sans-serif;
    font-size: 15px;
    line-height: normal;
    padding: 14px 30px;
    border: 0;
    border-radius: 6px;
}
#sftcheckoutPage .woocommerce .checkoutTop .woocommerce-form-login .woocommerce-form-login__submit:hover,
#sftcheckoutPage .woocommerce-form-coupon button[type="submit"]:hover{
background: #103351;
}

#sftcheckoutPage .woocommerce-form-login__rememberme{font-family: "Avenir light", sans-serif;}


#sftcheckoutPage  form.checkout table.shop_table{
    border-radius: 8px;
}
#sftcheckoutPage  form.checkout table.shop_table th,
#sftcheckoutPage  form.checkout table.shop_table td{ border: 0 !important;}
#sftcheckoutPage  form.checkout table.shop_table .cart_item td{ 
    background: #FFF;
    border-top: 1px solid #dad8d8 !important;
}
#sftcheckoutPage  form.checkout table.shop_table .cart-subtotal th,
#sftcheckoutPage  form.checkout table.shop_table .cart-subtotal td{
    border-top: 1px solid #dad8d8 !important;
    border-bottom: 1px solid #dad8d8 !important;
    font-family: "Avenir light", sans-serif !important;
}
#sftcheckoutPage  form.checkout table.shop_table .product-name,
#sftcheckoutPage  form.checkout table.shop_table .cart-subtotal th,
#sftcheckoutPage  form.checkout table.shop_table .order-total th{  border-right: 1px solid #dad8d8 !important; font-family: "Avenir light", sans-serif !important;}
#sftcheckoutPage  form.checkout table.shop_table thead .product-name,
#sftcheckoutPage  form.checkout table.shop_table thead .product-total{
    color: #103351;
}

#wc-stripe-cc-form > div.form-row-first,
#wc-stripe-cc-form > div.form-row-last{ width: 100%;}
.select2-container--default .select2-selection--single .select2-selection__arrow{ height: 40px;}
p.woocommerce-SavedPaymentMethods-saveNew label{vertical-align: super;}
p.woocommerce-SavedPaymentMethods-saveNew input[type="checkbox"]{ float: left; margin-right: 10px;}

@media only screen and (max-width: 767px) {
    #sftcheckoutPage .woocommerce form.checkout > div, #sftcheckoutPage .woocommerce .checkoutTop > div{ width: 100%;}
    #sftcheckoutPage .woocommerce form.checkout > div:last-child{ position: static; margin-top: 25px;}
    #sftcheckoutPage .woocommerce .checkoutTop > div:last-child{ display: none;}
    #sftcheckoutPage{ padding-bottom: 60px;}
    #sftcheckoutPage .woocommerce{ padding-top: 30px;}
    #sftcheckoutPage .woocommerce-form-login-toggle .woocommerce-info, #sftcheckoutPage .woocommerce-form-coupon-toggle .woocommerce-info{ line-height: 19px;}
    #sftcheckoutPage .woocommerce #payment .form-row > div,
    #sftcheckoutPage .woocommerce #payment .form-row > label{ width: 100%;}
}