.woocommerce-title { margin-bottom: 30px; display: none; }
.next-btn { float: right; }
.container.padding { padding: 50px 0; }
.center	{ text-align: center; }
.right { text-align: right; }
.border { border-right: 1px solid #e7e7e7; }

.cu-cart .woocommerce-message, .cu-confirmation .woocommerce-message { border-width: 0; border-top: none; background-color: #dff1b7; line-height: 40px; font-size: 18px; color: rgba(0,0,0,1); padding: 1em 2em 1em 4em; }
.cu-cart .woocommerce-message:before { border-width: 0; top: 1.8em; content: ''; background-image: url(../images/icons/ok-2x.png); background-size: 30px 30px; background-repeat: no-repeat; width: 30px; height: 30px; background-position: 0 0; }
.cu-cart .woocommerce-error { border-width: 0; border-top: none; background-color: #ffd3ca; }
.cu-cart .woocommerce-error:before { content: ''; background-image: url(../images/icons/error-2x.png); background-size: 30px 30px; background-repeat: no-repeat; width: 30px; height: 30px; background-position: 0 0; }
.cu-cart .woocommerce-error li, .cu-cart .woocommerce-info li, .cu-cart .woocommerce-message li { font-size: 18px; padding-left: 20px !important; color: rgba(0,0,0,1); }
.woocommerce-error, .woocommerce-info, .woocommerce-message { margin-top: 30px !important; }

.woocommerce-info { border-width: 0; border-top: none; background-color: #d5eaea; line-height: 24px; font-size: 18px; color: rgba(0,0,0,1); padding: 1em 2em 1em 4em; }

a.button.wc-forward { border-radius: 0; font-size: 14px; font-weight: 700 !important; line-height: 42px; padding: 0 20px; }



body.woocommerce-cart .subtrigger.btn.call.js-free-diagnose-trigger,
body.woocommerce-checkout .subtrigger.btn.call.js-free-diagnose-trigger { display: none; }

/* ====  >>> MINICART ==================================================================================================================================================================================== */

.cart-holder { position: relative; }
.cart-holder .cart-contents { position: absolute; top: 20px; right: -2px; border-radius: 50%; }
.cart-holder .cart-contents .cart-contents-count { height: 18px; width: 18px; display: block; color: #fb7f33; background: transparent;
    border-radius: 50%; text-align: center; font-size: 11px; line-height: 18px; padding: 0 0 0 2px; font-weight: bold; 
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; }


.cart-holder .cart-contents.is-reloading { background: #fb7f33; }
.cart-holder .cart-contents.is-reloading .cart-contents-count { opacity: 0; }
.cart-holder .cart-contents.is-reloading:before { content: "\f49a"; font-family: 'Ionicons'; position: absolute; top: 0; left: 0; 
    line-height: 18px; height: 18px; width: 18px; display: block; color: #fff; font-size: 18px; }



.js-minicart-content { text-align: left; padding: 0; position: absolute; background: #fff; width: 300px; 
    right: -30px; top: 50px; z-index: 9999; box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1); border: solid 1px #d9d7d5; display: none; }
.js-minicart-content.active { display: block; }
.js-minicart-content h3 { border-bottom: solid 2px rgba(94, 75, 60, 0.1); margin-bottom: 0; padding-bottom: 20px; }

.js-minicart-content .scroller { }
.js-minicart-content .scroller .product-loop { height: 60vh; max-height: 420px; overflow: auto; padding: 30px 10px; }
.js-minicart-content .scroller .title-wrapper { padding: 0 30px 0 0; }


@media only screen and ( min-width : 24em ) {

    .js-minicart-content { width: 340px; right: -10px;  }
    .js-minicart-content .scroller .product-loop { padding: 20px; }

}

@media only screen and ( min-width : 48em ) {

    .js-minicart-content { right: 10px; width: 450px; }
    .js-minicart-content .scroller .product-loop { padding: 20px; }
    .cart-holder .cart-contents .cart-contents-count { height: 21px; width: 21px; font-size: 10px; line-height: 21px; padding: 0 0 0 2px; background: #fb7f33; text-shadow: none; color: #fff; }
    .cart-holder .cart-contents.is-reloading:before { position: absolute; top: 1px; left: 0; line-height: 21px; height: 21px; width: 21px; font-size: 22px; }
}

@media only screen and ( min-width : 64em ) {

    .js-minicart-content { right: -20px; }
}

/*
.js-minicart-content.active table.shop_table { width: 100%; }
.js-minicart-content.active table.shop_table .cart_item td { border-bottom: solid 2px rgba(94, 75, 60, 0.1) !important; padding: 20px 0; width: 100%; }

.js-minicart-content.active table.shop_table .cart_item td .product-atts { background: lime; }
.js-minicart-content.active table.shop_table .cart_item td .product-atts span.product-quantity { display: block !important; opacity: 0.65 !important; font-size: 16px; line-height: 24px;}

.js-minicart-content.active table.shop_table .cart_item td.product-subtotal a,
.js-minicart-content.active table.shop_table .cart_item td.product-name a { color: rgba(0,0,0,1); font-size: 16px; }
.js-minicart-content.active table.shop_table .cart_item td.product-subtotal a { opacity: 0; }
.js-minicart-content.active table.shop_table .cart_item td.product-subtotal { text-align: right !important; }
.js-minicart-content.active table.shop_table .cart_item td.product-subtotal span { color: rgba(0,0,0,1); font-size: 24px; font-weight: bold; }
.js-minicart-content.active table.shop_table .cart_item td.product-subtotal span .woocommerce-Price-currencySymbol { font-size: 12px; }

.js-minicart-content.active table.shop_table .cart_item td.product-subtotal .saved-ammount > span { opacity: 0.4; display: inline-block; 
        position: relative; font-size: 14px; top: 0; margin-right: 6px; padding: 0 2px; }
.js-minicart-content.active table.shop_table .cart_item td.product-subtotal  .saved-ammount > span:before { width: 100%; height: 2px; 
    background: #000; display: block; content: ""; position: absolute; left: 0; top: 50%; margin-top: -2px; }
.js-minicart-content.active table.shop_table .cart_item td.product-subtotal  .saved-ammount > span .woocommerce-Price-currencySymbol { font-size: 10px; }


.js-minicart-content.active .minicart-totals { text-align: right; padding: 10px 0; }
.js-minicart-content.active .minicart-totals span.minicart-total { font-size: 25px; line-height: 30px; color: rgba(0,0,0,1); margin-right: 34px; }
.js-minicart-content.active .minicart-totals span.minicart-amount { font-size: 40px; line-height: 64px; color: rgba(0,0,0,1); font-weight: bold; }
.js-minicart-content.active .minicart-totals span.minicart-amount span.woocommerce-Price-currencySymbol { font-size: 30px; font-weight: bold; }
.js-minicart-content.active .minicart-cta a { width: auto !important; height: auto !important; float: right; }
.js-minicart-content.active .minicart-totals span.vat-text { display: block; font-size: 13px; color: rgba(63,63,63,1); position: relative; top: -15px; }

.js-minicart-content.active .minicart-totals span.minicart-amount .woocommerce-Price-amount { }

.js-minicart-content.active .minicart-totals span.minicart-amount span.saved-amount + .woocommerce-Price-amount { padding-top: 20px; }

.js-minicart-content.active .minicart-totals { position: relative; }
.js-minicart-content.active .minicart-totals span.saved-amount { line-height: 28px !important; padding: 0; position: absolute; top: -10px; right: 0; }
.js-minicart-content.active .minicart-totals span.saved-amount > span { display: inline-block; opacity: 0.4; 
        position: relative; font-size: 20px; top: 0; margin-right: 6px; padding: 0 2px; line-height: 28px; }
.js-minicart-content.active .minicart-totals span.saved-amount > span:before { width: 100%; height: 2px; 
    background: #000; display: block; content: ""; position: absolute; left: 0; top: 50%; margin-top: -2px; }
.js-minicart-content.active .minicart-totals span.saved-amount > span .woocommerce-Price-currencySymbol { font-size: 16px; }


/*.cart-holder > a:after,
.cart-holder > a:before { position: fixed; top: 84px; right: 148px; content: ""; height: 24px; width: 24px;
                -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); margin-left: -10px; }
.cart-holder > a:after { z-index: 99999; background: #fff; }
.cart-holder > a:before { background: rgba(0,0,0,0.3); z-index: 99; -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3); box-shadow: 0 0 7px 0 rgba(0,0,0,0.3); }*/

.js-minicart-content.active { opacity: 1; }

/*
.js-minicart-content.active .cd-discount-info { background: #fff; padding: 10px 0; }
.js-minicart-content.active .cart-discount {  background: #f0f0f0; padding: 10px; text-align: right; }
.js-minicart-content.active .cart-discount .cd-coupon-info { font-size: 16px; line-height: 1.68; }
.js-minicart-content.active .cart-discount .cd-coupon-info .cpname { font-style: italic; color: #444; }
.js-minicart-content.active .cart-discount .cd-coupon-info .cd-discount-amount { display: inline-block; font-weight: bold; font-style: normal; color: #121212; }
*/

/* ==== CART =============================================================================================================================================================================================== */


/* CART >>> LAYOUT */
.woocommerce .cu-cart { max-width: 400px; margin: 0 auto; }
.woocommerce .cu-cart .woocommerce-title { margin-bottom: 20px; }

/* CART >>> SAFE MESSAGE */
.woocommerce-page .shop-message { text-align: center; padding: 10px 0; background-color: #f5f5f5; font-size: 14px; color: rgba(0,0,0,1); box-shadow: 0px 2px 7px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.1) inset; -moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.1) inset; margin-bottom: 30px; }

/* CART >>> STEPS */
.woocommerce-page .woocommerce .steps-holder { display: none; }

/* CART >>> CART LOOP */
.order-table-wrapper.cart-content { padding: 0; }
.order-table-wrapper.cart-content h3 { /* border-bottom: solid 2px rgba(94, 75, 60, 0.1); padding-bottom: 20px; margin-bottom: 0; background: lime; */ }

.woocommerce table.shop_table tr { border-bottom: 1px solid rgba(0,0,0,0.3); }
.woocommerce table.shop_table tr td { background: #fff !important; border: none; }

.woocommerce table.shop_table { border: none; margin-bottom: 15px; }
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th { }

.order-table-wrapper.cart-content table.shop_table tr { position: relative; }
    .order-table-wrapper.cart-content table.shop_table td:before { display: none !important; }

.order-table-wrapper.cart-content table.shop_table td.product-subtotal,
.order-table-wrapper.cart-content table.shop_table td.product-name { text-align: left !important; padding: 10px 0 0 0 !important; }
    .order-table-wrapper.cart-content table.shop_table td.product-subtotal a, 
    .order-table-wrapper.cart-content table.shop_table td.product-name a { color: rgba(0,0,0,1); font-size: 18px; line-height: 30px; display: block; padding-right: 35px; }
    .order-table-wrapper.cart-content table.shop_table td.product-name p span span { font-size: 14px; line-height: 20px; display: block; border: none; }
    .order-table-wrapper.cart-content table.shop_table td.product-name p span span em { opacity: 0.5; font-weight: bold; font-size: 13px; padding-left: 3px; 
        display: inline-block; position: relative; top: -1px; }
.order-table-wrapper.cart-content table.shop_table td.product-subtotal a { opacity: 0 !important; margin-bottom: 10px; }

.order-table-wrapper.cart-content table.shop_table td.product-subtotal { padding: 0 0 10px 0 !important; text-align: left !important; }

    .order-table-wrapper.cart-content table.shop_table td.product-subtotal span { font-size: 24px; color: rgba(0,0,0,1); font-weight: bold; display: inline-block; line-height: 30px; }
    .order-table-wrapper.cart-content table.shop_table td.product-subtotal span .woocommerce-Price-currencySymbol { font-size: 14px; }

    .order-table-wrapper.cart-content table.shop_table td.product-subtotal .saved-ammount > span { opacity: 0.4; display: inline-block; 
        position: relative; font-size: 16px; top: -2px; margin-right: 6px; padding: 0 2px; }
    .order-table-wrapper.cart-content table.shop_table td.product-subtotal .saved-ammount > span:before { width: 100%; height: 2px; background: #000; display: block; content: ""; 
        position: absolute; left: 0; top: 50%; margin-top: -3px; }
    .order-table-wrapper.cart-content table.shop_table td.product-subtotal .saved-ammount > span .woocommerce-Price-currencySymbol { font-size: 10px; }

.order-table-wrapper.cart-content table.shop_table td.product-remove { display: block; height: 29px; width: 29px; position: absolute; top: 11px; right: 0; padding: 0 !important; background: transparent !important; }
.order-table-wrapper.cart-content table.shop_table td.product-remove a { height: auto; width: auto; color: rgba(0,0,0,1) !important; font-weight: 500; text-align: center; background: transparent !important; }

/* CART >>> CART TOTALS */
.order-total { }
.order-total td.cd-payment-methods { width: 100%; display: block; text-align: right; margin-bottom: 10px; margin-top: 10px; }
.order-total td.cd-cart-total { width: 100%; display: block; margin-top: 10px; }
    .order-total td.cd-payment-methods { vertical-align: top; }
    .order-total td.cd-payment-methods img { margin-left: 8px; }
    .order-total td.cd-cart-total > span,
    .order-total td.cd-cart-total > strong,
    .order-total td.cd-cart-total > p { display: block; }

td.cd-cart-total { text-align: right; font-size: 18px; color: rgba(0,0,0,1); }
    td.cd-cart-total .woocommerce-Price-amount.amount { font-size: 30px; margin-left: 34px; line-height: 45px; }
    td.cd-cart-total .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol { font-size: 24px; }
    td.cd-cart-total p { font-size: 13px !important; color: rgba(63,63,63,1); display: block; line-height: 18px; }
    td.cd-cart-total .includes_tax .woocommerce-Price-amount.amount { margin-left: 0; }
    
    td.cd-cart-total strong span.saved-amount { display: block; padding-top: 0; text-align: right; }
    td.cd-cart-total strong span.saved-amount > span { display: inline-block; opacity: 0.4; 
            position: relative; font-size: 26px; top: 0; margin-right: 6px; padding: 0 2px; line-height: 34px; }
    td.cd-cart-total strong span.saved-amount > span:before { width: 100%; height: 3px; background: #000; display: block; content: ""; 
        position: absolute; left: 0; top: 50%; margin-top: -2px; } 

    td.cd-cart-total strong span.saved-amount .woocommerce-Price-currencySymbol { font-size: 16px !important; top: -2px; position: relative; }


/* CART >>> CART COUPON */

/* TO DO : Re-enable COUPON Removing this first line */
/*.order-table-wrapper.cart-content .coupon-holder { display: none !important; }*/

.order-table-wrapper.cart-content .coupon-holder { padding: 15px; background: transparent; border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1); margin-top: 30px; }
.order-table-wrapper.cart-content .coupon-holder tr td { font-size: 14px; padding: 0; line-height: 20px; }
.order-table-wrapper.cart-content .coupon-holder .coupon { padding-top: 10px; }
    .order-table-wrapper.cart-content .coupon-holder .coupon label { display: none; }
    .order-table-wrapper.cart-content .coupon-holder .coupon input { }
    .order-table-wrapper.cart-content .coupon-holder .coupon input[type="text"] { margin-bottom: 15px; }
    .order-table-wrapper.cart-content .coupon-holder .coupon input[type="submit"] { }


tr.coupon-info-wrapper td { padding: 0px 10px; text-align: right; width: 100%; background: #f5f5f5; font-size: 16px; line-height: 36px; font-weight: 600; }
.cd-discount-amount { font-size: 20px; }

/* CART >>> CART ACTIONS */

.order-table-wrapper.cart-content .cd-cart-actions { margin-top: 20px;  display: flex; flex-wrap: wrap; }
    .order-table-wrapper.cart-content .cd-cart-actions > div { display: block; width: 100%; text-align: center; margin-bottom: 30px; }
    .order-table-wrapper.cart-content .cd-cart-actions .back-shopping { order: 2; flex: 0 0 100%; }
    .order-table-wrapper.cart-content .cd-cart-actions .back-shopping a { cursor: pointer; width: 100%; }
    .order-table-wrapper.cart-content .cd-cart-actions .wc-proceed-to-checkout { padding: 0; order: 1; flex: 0 0 100%; margin-bottom: 10px; }
    .order-table-wrapper.cart-content .cd-cart-actions .wc-proceed-to-checkout a { margin: 0 auto; width: 100%; }

    .cd-legal { margin: 0 0 30px 0; }

/* .order-table-wrapper.cart-content table.shop_table td.product-name a { color: rgba(0,0,0,1); font-size: 16px; } */
/*
.order-table-wrapper.cart-content table.shop_table td.product-subtotal {  }
.order-table-wrapper.cart-content table.shop_table td.product-subtotal span { font-size: 24px; color: rgba(0,0,0,1); font-weight: bold; }

.order-table-wrapper.cart-content table.shop_table td.product-remove a { height: auto; width: auto; color: rgba(0,0,0,1) !important; font-weight: 500; text-align: right; }
.order-table-wrapper.cart-content table.shop_table td.product-remove a:hover { background-color: transparent; }

.order-table-wrapper.cart-content table.shop_table td.product-name dl.variation { color: rgba(63,63,63,1); }
.order-table-wrapper.cart-content table.shop_table td.product-name dl.variation dt, .order-table-wrapper.cart-content table.shop_table td.product-name dl.variation dd { padding: 5px 0; }

*/
/*






.woocommerce .cu-cart { padding: 25px 0; }

.order-table-wrapper.cart-content { border: 1px solid #d9d7d5; padding: 26px 35px 35px; }
.order-table-wrapper.cart-content h3 { border-bottom: solid 2px rgba(94, 75, 60, 0.1); padding-bottom: 20px; margin-bottom: 0; }
.woocommerce table.shop_table { border: none; margin-bottom: 15px; }

.woocommerce table.shop_table td { border-bottom: solid 2px rgba(94, 75, 60, 0.1); border-top: none; padding: 20px 0; }

.order-table-wrapper.cart-content table.shop_table td.product-name a { color: rgba(0,0,0,1); font-size: 16px; }
.order-table-wrapper.cart-content table.shop_table td.product-subtotal { text-align: right; padding-right: 46px; }
.order-table-wrapper.cart-content table.shop_table td.product-subtotal span { font-size: 24px; color: rgba(0,0,0,1); font-weight: bold; }
.order-table-wrapper.cart-content table.shop_table td.product-subtotal span .woocommerce-Price-currencySymbol { font-size: 12px; }
.order-table-wrapper.cart-content table.shop_table td.product-remove a { height: auto; width: auto; color: rgba(0,0,0,1) !important; font-weight: 500; text-align: right; }
.order-table-wrapper.cart-content table.shop_table td.product-remove a:hover { background-color: transparent; }

.order-table-wrapper.cart-content table.shop_table td.product-name dl.variation { color: rgba(63,63,63,1); }
.order-table-wrapper.cart-content table.shop_table td.product-name dl.variation dt, .order-table-wrapper.cart-content table.shop_table td.product-name dl.variation dd { padding: 5px 0; }

.order-total td.cd-payment-methods, .order-total td.cd-cart-total { width: 50%; }
.order-total td.cd-cart-total { vertical-align: middle; }
.order-total td.cd-payment-methods { vertical-align: top; }
.order-total td.cd-payment-methods img { margin-right: 8px; }
td.cd-cart-total { text-align: right; font-size: 25px; color: rgba(0,0,0,1); }
td.cd-cart-total .woocommerce-Price-amount.amount { font-size: 40px; margin-left: 34px; }
td.cd-cart-total .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol { font-size: 30px; }
td.cd-cart-total .includes_tax { font-size: 13px !important; color: rgba(63,63,63,1); display: block; margin-top: 8px; }
td.cd-cart-total .includes_tax span { font-size: 13px !important; }
td.cd-cart-total .includes_tax .woocommerce-Price-amount.amount { margin-left: 0; }

.order-table-wrapper.cart-content .coupon input#coupon_code { font-family: 'Gotham'; border: solid 1px #d9d7d5; height: 47px; margin-right: 10px; padding: 0 20px 0 20px; text-align: left; color: rgba(0,0,0,1); font-size: 18px; text-transform: uppercase; width: 200px; }

.order-table-wrapper.cart-content .coupon input#coupon_code::-webkit-input-placeholder { color: rgba(0,0,0,1); }
.order-table-wrapper.cart-content .coupon input#coupon_code::-moz-placeholder { color: rgba(0,0,0,1); }
.order-table-wrapper.cart-content .coupon input#coupon_code:-ms-input-placeholder { color: rgba(0,0,0,1); }
.order-table-wrapper.cart-content .coupon input#coupon_code:-moz-placeholder { color: rgba(0,0,0,1); }
.order-table-wrapper.cart-content .coupon input#coupon_code::placeholder { color: rgba(0,0,0,1); }

.order-table-wrapper.cart-content .coupon input.btn.secondary.inline { height: 47px; line-height: 46px !important; cursor: pointer; }

.order-table-wrapper.cart-content table.cd-coupon-code { border-collapse: separate; border-spacing: 0 14px; border-bottom: solid 2px rgba(94, 75, 60, 0.1); padding: 0 0 14px; }
.order-table-wrapper.cart-content table.cd-coupon-code td { color: rgba(0,0,0,1); }
.order-table-wrapper.cart-content table.cd-coupon-code .coupon { display: inline-flex; }

.order-table-wrapper.cart-content .cd-cart-actions { display: flex; justify-content: space-between; }
.order-table-wrapper.cart-content .cd-cart-actions .back-shopping a { cursor: pointer; }
.order-table-wrapper.cart-content .cd-cart-actions .wc-proceed-to-checkout { padding: 0; }

.cd-legal { color: rgba(63,63,63,1); font-size: 13px; padding: 30px 0; line-height: 18px; }

.order-table-wrapper.cart-content .cd-cart-gift .cart-checkbox label { font-family: 'Gotham'; color: rgba(0,0,0,1); font-size: 16px; line-height: 16px; display: inline; padding-left: 0; }
.order-table-wrapper.cart-content .cd-cart-gift .cart-checkbox { padding: 0; }
.order-table-wrapper.cart-content .cd-cart-gift .cart-checkbox .checkbox { padding: 0; }
.order-table-wrapper.cart-content .cd-cart-gift .cart-checkbox .input-checkbox { -webkit-appearance: none; background-color: #ffffff; border: 1px solid #d9d7d5; padding: 9px; display: inline-block; position: absolute; }
.order-table-wrapper.cart-content .cd-cart-gift .cart-checkbox .input-checkbox:active,
	.order-table-wrapper.cart-content .cd-cart-gift .cart-checkbox .input-checkbox:checked:active { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); }
.order-table-wrapper.cart-content .cd-cart-gift .cart-checkbox .input-checkbox:checked { background-color: #ffffff; border: 1px solid #d9d7d5; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1); color: #99a1a7; }
.order-table-wrapper.cart-content .cd-cart-gift .cart-checkbox .input-checkbox:checked:after { content: '\2714'; font-size: 18px; position: absolute; top: -1px; left: 3px; color: #FF732C; }

#gift-checkbox { -webkit-appearance: none; background-color: #ffffff; border: 1px solid #d9d7d5; padding: 9px; display: inline-block; }
#gift-textarea { border: 1px solid #d9d7d5; min-height: 96px; padding: 10px 20px; font-size: 16px; color: rgba(0,0,0,1); }
.cd-cart-gift { position: relative; padding: 20px 0 30px 0; }
.check-box { display: inline-block; height: 32px; }
.check { display: inline-block; padding-left: 34px; }
.check-label { display: inline-block; position: absolute; left: 80px; color: rgba(0,0,0,1); line-height: 20px; }
.cart-textarea { padding: 20px 80px 10px !important; display: none; }
.cart-textarea label { padding-left: 0 !important; font-weight: 700; color: rgba(0,0,0,1); font-size: 16px;  }
.gift-help { padding: 0 0 0 80px; font-size: 13px; line-height: 18px; color: rgba(63,63,63,1); display: none;}

table.cd-discount-info { width: 100%; background-color: #f5f5f5; font-size: 16px; line-height: 60px; font-weight: 700; }
table.cd-discount-info tr.cart-discount td.cd-coupon-info { width: 70%; padding-left: 27px; }
table.cd-discount-info tr.cart-discount td.cd-discount-amount { width: 30%; text-align: right; padding-right: 35px; }
table.cd-discount-info tr.cart-discount td.cd-discount-amount .woocommerce-Price-amount.amount { font-size: 24px; }
table.cd-discount-info tr.cart-discount td.cd-discount-amount .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol { font-size: 12px; }

.woocommerce-cart-form .cart_item td { vertical-align: top !important; }
.woocommerce-cart-form .cart_item td.product-name p { margin-top: 10px; color: rgba(63,63,63,1); font-size: 18px; line-height: 18px; }
.woocommerce-cart-form .cart_item td.product-name a { font-size: 18px !important; line-height: 30px; color: rgba(0,0,0,1); }


*/

/* ==== PAGE >>> CHECKOUT ==================================================================================================================================================================================== */


/* CHECKOUT >>> LAYOUT */
.woocommerce .cu-checkout { max-width: 400px; margin: 0 auto; }
.woocommerce .cu-checkout .woocommerce-title { margin-bottom: 20px; }



.checkout-row .checkout-col-review .cd-legal,
.checkout-row .desktop-legal-link,
.checkout-row .checkout-col-review .cu-review { }

/* CHECKOUT >>> BILLING */

.woocommerce-billing-fields { margin-bottom: 0px; }
.woocommerce-billing-fields .form-row { width: 100% !important; float: none; }

.woocommerce-billing-fields input { border: solid 1px #d9d7d5; color: rgba(0,0,0,1); font-size: 18px; padding: 13px 20px; }
    .woocommerce-billing-fields input::-webkit-input-placeholder { color: rgba(0,0,0,1); }
    .woocommerce-billing-fields input::-moz-placeholder { color: rgba(0,0,0,1); }
    .woocommerce-billing-fields input:-ms-input-placeholder { color: rgba(0,0,0,1); }
    .woocommerce-billing-fields input:-moz-placeholder { color: rgba(0,0,0,1); }

#ui-datepicker-div { background: #fff; padding: 10px 14px 10px; min-width: 250px; box-shadow: 0px 2px 6px rgba(0,0,0,0.3); }
    #ui-datepicker-div .ui-datepicker-calendar { min-width: 250px; }
    #ui-datepicker-div .ui-datepicker-calendar thead { background-color: #eeeeee; }
    #ui-datepicker-div .ui-datepicker-calendar tbody { background-color: #f9f9f9; }
    #ui-datepicker-div .ui-datepicker-calendar th { text-align: right; padding: 6px; }
    #ui-datepicker-div .ui-datepicker-calendar td { padding: 4px 6px; text-align: right; }
    #ui-datepicker-div .ui-datepicker-calendar td:hover a { color: #000000; }
    #ui-datepicker-div .iu-datepicker-header .ui-datepicker-title { text-align: center; }
    #ui-datepicker-div .ui-datepicker-month, #ui-datepicker-div .ui-datepicker-year { width: 50%; padding: 10px; cursor: pointer; margin-bottom: 5px;
        border: 1px solid #eeeeee; color: #ff7f32; font-weight: 600; text-transform: uppercase; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev { display: none; }
    #billing_birthdate_field { }
    #billing_birthdate_field input { width: 80%; border: solid 1px #d9d7d5; color: rgba(0,0,0,1); }
    #billing_birthdate_field .ui-datepicker-trigger { display: inline-block; vertical-align: middle; cursor: pointer; margin-left: 20px; }

#billing_gender_field { padding: 15px 0; display: block; }
    #billing_gender_field input { display: none; }
    #billing_gender_field input + label { font-family: 'Gotham'; color: rgba(0,0,0,1); font-size: 16px; line-height: 18px; position: relative; display: block; padding: 10px 10px 10px 26px; }

    #billing_gender_field input + label:after { display: block; position: absolute; top:10px; left: 0; background: transparent; border-radius: 50%; height: 16px; opacity: 0.5;
        line-height: 16px; width: 16px; content: ""; border: 1px solid #5e4b3c; pointer-events: none; }
    #billing_gender_field input + label:before { display: block; position: absolute; top:10px; left: 0; background: #fff; border-radius: 50%; height: 18px;
        line-height: 18px; width: 18px; content: ""; border: 1px solid transparent; box-sizing: border-box; }
    #billing_gender_field input:checked + label:before { background: #5e4b3c; -webkit-box-shadow: 0 0 0 4px #fff; box-shadow: 0 0 0 4px #fff; line-height: 10px; width: 10px;
        height: 10px; top: 14px; left: 4px; border: 1px solid #5e4b3c; }

    #billing_gender_field input:checked + label:after { left: 0px; }

.wc-terms-and-conditions { padding: 15px 0; }

.wc-terms-and-conditions label { display: block !important; position: relative; line-height: 20px !important; padding: 10px 10px 10px 26px; }
.wc-terms-and-conditions label input { height: 20px; width: 20px; background: #fff; padding: 0; display: block; position: absolute; top:11px; left: 0; border: 1px solid #5e4b3c; }
.wc-terms-and-conditions label input:checked { }
.wc-terms-and-conditions label input:checked:after { content: "\f122"; line-height: 18px; text-align: center; color: #ff7f32; font-family: 'Ionicons'; font-size: 14px; display: block;
    position: absolute; top: 0; left: 0; width: 100%; text-align: center; }

/* CHECKOUT >>> REVIEW */

.cu-review { padding: 40px 0; margin-bottom: 30px; }

.cu-review #order_review table.woocommerce-checkout-review-order-table { }
.cu-review #order_review table.woocommerce-checkout-review-order-table tbody { }

.cu-review #order_review table.woocommerce-checkout-review-order-table td {  }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr.cart_item { border-bottom: none; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr.cart_item td.product-subtotal, 
.cu-review #order_review table.woocommerce-checkout-review-order-table tr.cart_item td.product-name { font-size: 16px; color: rgba(0,0,0,1); border-bottom: none; padding-top: 20px padding-bottom: 0; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr td.product-atts { color: rgba(63,63,63,1); font-size: 18px; padding-top: 0; padding-bottom: 20px }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr td.product-atts span { display: block !important; opacity: 0.85; font-size: 16px; line-height: 24px; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr td.product-total { text-align: right; padding-top: 0; padding-bottom: 20px; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr td.product-total .woocommerce-Price-amount { color: rgba(0,0,0,1); font-size: 20px; line-height: 24px; font-weight: bold; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr td.product-total .woocommerce-Price-amount .woocommerce-Price-currencySymbol { font-size: 12px; }

.cu-review #order_review table.woocommerce-checkout-review-order-table tr td.product-total .woocommerce-Price-amount.saved-ammount > span { opacity: 0.4; display: inline-block; 
        position: relative; font-size: 14px; top: 0; margin-right: 6px; padding: 0 2px; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr td.product-total .woocommerce-Price-amount.saved-ammount > span:before { width: 100%; height: 2px; 
    background: #000; display: block; content: ""; position: absolute; left: 0; top: 50%; margin-top: -2px; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr td.product-total .woocommerce-Price-amount.saved-ammount > span .woocommerce-Price-currencySymbol { font-size: 10px; }



.cu-review #order_review table.woocommerce-checkout-review-order-table tr.order-total { color: rgba(0,0,0,1); }
.cu-review #order_review table.woocommerce-checkout-review-order-table { }
.cu-review #order_review table.woocommerce-checkout-review-order-table tfoot { }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr.order-total th { text-align: left; font-size: 22px; line-height: 30px; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr.order-total td { text-align: right; vertical-align: top; border-top: none;
    border-bottom: none; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr.order-total td .amount { font-size: 30px; line-height: 45px; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr.order-total td .amount .woocommerce-Price-currencySymbol { font-size: 20px; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr.order-total td .vat-text { display: block; color: rgba(63,63,63,1); font-size: 12px !important; font-weight: normal !important; }

.cu-review #order_review .cart-discount td { padding: 20px 12px; }
.cu-review #order_review .cart-discount td.cd-discount-amount { text-align: right; }


.cu-review #order_review table.woocommerce-checkout-review-order-table tr.order-total td .saved-amount { display: block; text-align: right; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr.order-total td .saved-amount > span { display: inline-block; opacity: 0.4; 
            position: relative; font-size: 20px; top: 0; margin-right: 6px; padding: 0 2px; line-height: 28px; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr.order-total td .saved-amount > span:before { width: 100%; height: 2px; 
    background: #000; display: block; content: ""; position: absolute; left: 0; top: 50%; margin-top: -2px; } 
.cu-review #order_review table.woocommerce-checkout-review-order-table tr.order-total td .saved-amount > .woocommerce-Price-currencySymbol { font-size: 12px; }


/* CHECKOUT >>> PAYMENT */

.woocommerce-checkout-payment { background: transparent !important; }
.wc_payment_method { position: relative; }
.wc_payment_method input { -webkit-appearance: none; background-color: #ffffff; border: 1px solid #d9d7d5; padding: 9px; display: inline-block;
    position: absolute; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; top: 8px; }
.wc_payment_method input + label { font-family: 'Gotham'; color: rgba(0,0,0,1); font-size: 18px; line-height: 18px; display: inline; padding-left: 30px; position: relative; margin-right: 40px; }
.wc_payment_method input:checked + label { }
.wc_payment_method input + label:before { position: absolute; top: 0; left: 0; }
.wc_payment_method input:checked + label:before { font-size: 14px; position: absolute; top: 4px; left: 4px;
    color: transparent; width: 12px; height: 12px; border-radius: 15px; -moz-border-radius: 15px; background-color: rgba(0,0,0,1); content: '\2714'; }

#add_payment_method #payment div.payment_box,
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box { background-color: #F1EBE9; }
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before { border: 1em solid #F1EBE9; border-right-color: transparent; border-left-color: transparent; border-top-color: transparent;  }


#add_payment_method #payment ul.payment_methods,
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods { border-bottom: 0; }

.legal-acceptancy { font-size: 12px !important; width: 100%; }
.woocommerce-billing-fields .copy-xs { font-size: 12px !important; }

.button-submit-payment { display: none; margin-bottom: 20px; }
.mobile-only-cu-review .button-submit-payment { display: block; display: block; }

/*



.cu-review { border: 1px solid #d9d7d5; padding: 26px 34px;  }
.cu-review #order_review_heading, .cu-review .order_review_payment { border-bottom: 2px solid rgba(94, 75, 60, 0.1); padding-bottom: 20px; }

.cu-review #order_review table.woocommerce-checkout-review-order-table tr.cart_item { border-bottom: none; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr.cart_item td.product-name { font-size: 16px; color: rgba(0,0,0,1); border-bottom: none; padding-top: 20px padding-bottom: 0; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr td.product-atts { color: rgba(63,63,63,1); font-size: 18px; padding-top: 0; padding-bottom: 20px }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr td.product-total { text-align: right; padding-top: 0; padding-bottom: 20px; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr td.product-total .woocommerce-Price-amount { color: rgba(0,0,0,1); font-size: 24px; font-weight: bold; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr td.product-total .woocommerce-Price-amount .woocommerce-Price-currencySymbol { font-size: 12px; }

.cu-review #order_review table.woocommerce-checkout-review-order-table tr.order-total { color: rgba(0,0,0,1); }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr.order-total th { font-size: 30px; padding: 26px 0 0; font-weight: normal; vertical-align: top; border-top: none; line-height: 50px; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr.order-total td { text-align: right; padding: 26px 0 0; vertical-align: top; border-top: none; border-bottom: none; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr.order-total td .amount { font-size: 40px; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr.order-total td .amount .woocommerce-Price-currencySymbol { font-size: 30px; }
.cu-review #order_review table.woocommerce-checkout-review-order-table tr.order-total td .includes_tax { display: block; color: rgba(63,63,63,1); font-size: 13px; margin-top: 12px; }

#add_payment_method #payment, .woocommerce-cart #payment,
  .woocommerce-checkout #payment { background-color: transparent; margin-top: 50px; }





/*
.wc_payment_method input { -webkit-appearance: none; background-color: #ffffff; border: 1px solid #d9d7d5; padding: 9px; display: inline-block; position: absolute; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; color: rgba(0,0,0,1); font-size: 18px; margin: 8px 0 0 !important; }
.wc_payment_method input:active, .wc_payment_method input:checked:active { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); }
.wc_payment_method input:checked { background-color: #ffffff; border: 1px solid #d9d7d5; box-shadow: 0 }
.wc_payment_method input:checked:after { content: '\2714'; font-size: 14px; position: absolute; top: 3px; left: 3px; color: transparent; width: 12px; height: 12px; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; background-color: rgba(0,0,0,1); }
*/
/*
#add_payment_method #payment div.payment_box,
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box { background-color: #F1EBE9; }
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before { border: 1em solid #F1EBE9; border-right-color: transparent; border-left-color: transparent; border-top-color: transparent;  }


#add_payment_method #payment ul.payment_methods,
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods { border-bottom: 0; }

.form-row.place-order { display: none; }

#billing_postcode_field input { width: 65%; }

.checkout-notice { color: rgba(63,63,63,1); font-size: 13px; line-height: 18px; margin-top: 30px; }

.woocommerce-billing-fields input { border: solid 1px #d9d7d5; color: rgba(0,0,0,1); font-size: 18px; padding: 13px 20px; }
.woocommerce-billing-fields input::-webkit-input-placeholder { color: rgba(0,0,0,1); }
.woocommerce-billing-fields input::-moz-placeholder { color: rgba(0,0,0,1); }
.woocommerce-billing-fields input:-ms-input-placeholder { color: rgba(0,0,0,1); }
.woocommerce-billing-fields input:-moz-placeholder { color: rgba(0,0,0,1); }

#billing_gender_field { padding: 30px 0; }
#billing_gender_field label { font-family: 'Gotham'; color: rgba(0,0,0,1); font-size: 18px; line-height: 18px; display: inline; padding-left: 30px; position: relative; margin-right: 40px; }
#billing_gender_field input { -webkit-appearance: none; background-color: #ffffff; border: 1px solid #d9d7d5; padding: 9px; display: inline-block; position: absolute; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; }


#billing_gender_field input:active, .wc-terms-and-conditions input:checked:active { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); }
#billing_gender_field input:checked { background-color: #ffffff; border: 1px solid #d9d7d5; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1); color: #99a1a7; }
#billing_gender_field input:checked:after { content: '\2714'; font-size: 14px; position: absolute; top: 3px; left: 3px; color: transparent; width: 12px; height: 12px; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; background-color: rgba(0,0,0,1); }

.woocommerce-billing-fields__field-wrapper { border-bottom: solid 1px #d9d7d5; padding-bottom: 50px; margin-bottom: 20px; }

/*#payment { display: none; }*/
/*
.wc-terms-and-conditions { padding: 30px 0; }
.wc-terms-and-conditions label { font-family: 'Gotham'; color: rgba(0,0,0,1); font-size: 13px; line-height: 18px; display: inline; padding-left: 26px; position: relative; }
.wc-terms-and-conditions input { -webkit-appearance: none; background-color: #ffffff; border: 1px solid #d9d7d5; padding: 9px; display: inline-block; position: absolute; left: 0; top: 0; }
.wc-terms-and-conditions input:active, .wc-terms-and-conditions input:checked:active { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); }
.wc-terms-and-conditions input:checked { background-color: #ffffff; border: 1px solid #d9d7d5; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1); color: #99a1a7; }
.wc-terms-and-conditions input:checked:after { content: '\2714'; font-size: 18px; position: absolute; top: -1px; left: 3px; color: #FF732C; }



#order_review .vat-text, .cd-cart-total .vat-text { display: block; font-size: 13px; color: rgba(63,63,63,1); position: relative; font-weight: normal; margin-top: 5px; }
*/



/* ==== PAGE >>> CONFIRMATION ==================================================================================================================================================================================== */

.cu-confirmation { padding: 25px 0; }
.cu-confirmation h3 { font-size: 25px; line-height: 35px; }
.cu-confirmation p.large { font-size: 18px !important; line-height: 30px !important; }
.cu-confirmation .cd-legal-confirmation { border-top: 1px solid #d9d7d5; color: rgba(63,63,63,1); font-size: 13px; padding: 10px 0 30px 0; line-height: 18px; }

.cu-confirmation input { border: solid 1px #d9d7d5; color: rgba(0,0,0,1); font-size: 18px; padding: 13px 20px; display: inline-block; width: 50%; }
.cu-confirmation input::-webkit-input-placeholder { color: rgba(0,0,0,1); }
.cu-confirmation input::-moz-placeholder { color: rgba(0,0,0,1); }
.cu-confirmation input:-ms-input-placeholder { color: rgba(0,0,0,1); }
.cu-confirmation input:-moz-placeholder { color: rgba(0,0,0,1); }

.cu-confirmation .confirmation-form { padding: 30px 0 70px; }


/* ==== PAGE >>> CART EMPTY ==================================================================================================================================================================================== */

.return-to-shop a { margin: 20px 0; }
.container.padding .woocommerce-message { border-width: 0; }



/*

.order-table-wrapper.cart-content .coupon-holder * { display: none !important; }

.order-table-wrapper.cart-content table.cd-coupon-code {  }

.order-table-wrapper.cart-content table.cd-coupon-code td.actions { background: lime; }
.order-table-wrapper.cart-content table.cd-coupon-code td.actions input[type="text"] { background: orange; }
.order-table-wrapper.cart-content table.cd-coupon-code .coupon { display: inline-flex; }

.order-table-wrapper.cart-content table.cd-coupon-code td { color: rgba(0,0,0,1);  padding: 0 0 14px 0; }
.order-table-wrapper.cart-content table.cd-coupon-code .coupon { display: flex; flex-direction: column; }
.order-table-wrapper.cart-content .coupon input#coupon_code { width: 100%; margin-bottom: 10px; }

.order-table-wrapper.cart-content .cd-cart-actions { flex-direction: column; }
.order-table-wrapper.cart-content .cd-cart-actions .back-shopping a { width: 100%; margin-bottom: 10px; font-size: 15px; }
.order-table-wrapper.cart-content .cd-cart-actions .wc-proceed-to-checkout a { width: 100%; font-size: 15px; }
table.cd-discount-info tr.cart-discount td.cd-discount-amount { display: none; }
*/