.woocommerce-page .site-main{
    width:100%;
}

.woocommerce-page #primary{
    width:100%;
}

.woocommerce-page .content-area{
    width:100%;
}

.woocommerce ul.products{
    display:flex;
    flex-wrap:wrap;
    margin: 0 -15px;
}

.woocommerce ul.products li.product{
    width:calc(100% / 4) !important;
    margin:0 !important;
    padding: 0 15px;
    margin-bottom: 25px !important;
}
.product_btn .button{
    font-size: 14px !important;
    font-weight: 500 !important;
    background: var(--gold-color) !important;
    color: var(--white-color) !important;
    border: 0 !important;
    padding: 12px 24px !important;
    text-transform: uppercase;
    transition: all .3s ease;
    border-radius: 30px !important;
}

.product_btn .button:hover{
    background: var(--black-color) !important;
    color: var(--white-color) !important;
}



/* Single Product Layout */
/* Main Image */
.single-product .woocommerce-product-gallery__image{
    overflow:hidden;
    border-radius:0;
}

.single-product .woocommerce-product-gallery__image img{
    width:100%;
    display:block;
}

/* Sale Badge */
.single-product .onsale{
    font-size: 14px !important;
    line-height: normal !important;
    font-weight: 400 !important;
    top: 20px !important;
    background-color: var(--black-color) !important;
    color: var(--white-color) !important;
    padding: 5px !important;
    min-height: auto !important;
    min-width: auto !important;
    border-radius: 0 !important;
    left: 0 !important;
}

/* Right Content */
.single-product .summary{
    width:calc(52% - 60px);
    margin:0 !important;
}

/* Product Title */
.single-product .product_title{
    font-size: var(--font-size-36);
    line-height: var(--line-height-base);
    font-weight: 500;
    color: var(--black-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Price */
.single-product .price{
    margin-bottom:25px !important;
}

.single-product .price del{
    color:#999;
    font-size:24px;
}

.single-product .price ins{
    color:#c8a85d;
    font-size:32px;
    text-decoration:none;
    font-weight:600;
}

/* Quantity */
.single-product .quantity input.qty{
    width: 70px;
    height: 40px;
    border: 1px solid #ddd;
    text-align: center;
    margin-right: 10px;
}

/* Add To Cart */
.single-product .single_add_to_cart_button{
/*
    background:#c8a85d !important;
    color:#fff !important;
    border:none !important;
    border-radius:30px !important;
    padding:0 35px !important;
    height:52px;
    text-transform:uppercase;
    font-weight:600;
    transition:.3s;
*/
    
    font-size: 14px !important;
    font-weight: 500 !important;
    background: var(--gold-color) !important;
    color: var(--white-color) !important;
    border: 0 !important;
    padding: 12px 24px !important;
    text-transform: uppercase;
    transition: all .3s ease;
    border-radius: 30px !important;
}

.single-product .single_add_to_cart_button:hover{
    background:#000 !important;
}

/* Category */
.single-product .product_meta{
    margin-top:30px;
    font-size:16px;
}

.single-product .product_meta a{
    color:#c8a85d;
}

/* Tabs */
.single-product .woocommerce-tabs{
    width:100%;
    margin-top:80px;
}

.single-product .woocommerce-tabs ul.tabs li.active{
    border-top:2px solid #c8a85d;
}

.single-product .woocommerce-tabs ul.tabs li a{
    font-weight:600;
}

/* Gallery Thumbnails */
.single-product .flex-control-thumbs{
    margin-top:15px !important;
}

.single-product .flex-control-thumbs li{
    padding:5px;
}

/* Zoom Icon */
.single-product .woocommerce-product-gallery__trigger{
    background:#fff !important;
    border-radius:50%;
}

.woocommerce div.product div.images .flex-control-thumbs li{
    height: 125px;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    height: 100%;
    object-fit: cover;
}
.single-product .woocommerce-product-gallery__image{
    aspect-ratio: 1 / 1;
    overflow:hidden;
}

.single-product .woocommerce-product-gallery__image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.single-product .summary{
    padding-top:30px;
}

.single-product .woocommerce-tabs ul.tabs{
    border:none;
}

.single-product .woocommerce-tabs ul.tabs li{
    border:none;
    background:none;
    margin-right:20px;
}

.single-product .woocommerce-tabs ul.tabs li.active a{
    color:#c8a85d;
}

.single-product .woocommerce-tabs ul.tabs li a{
    font-weight:600;
    text-transform:uppercase;
}



/* Cart Page */
/*
.woocommerce-cart .woocommerce{
    padding:80px 0;
}
*/

.woocommerce-cart table.shop_table{
    border:1px solid #e5e5e5;
    border-collapse:collapse;
    background:#fff;
}

.woocommerce-cart table.shop_table th{
    font-size:var(--font-size-18);
    font-weight:600;
    text-transform:uppercase;
    color:#222;
    padding:20px;
    border-bottom:1px solid #e5e5e5;
}

.woocommerce-cart table.shop_table td{
    padding:20px;
    vertical-align:middle;
}

.woocommerce-cart table.shop_table img{
    width:90px;
    height:90px;
    object-fit:cover;
}


.woocommerce-cart .product-name a{
    color:#222;
    font-size:20px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.woocommerce-cart .product-name a:hover{
    color:#c9a44c;
}

.woocommerce-cart a.remove{
    color:#222 !important;
    font-size:24px;
    font-weight:400;
    transition:.3s;
}

.woocommerce-cart a.remove:hover{
    color:#c9a44c !important;
    background:none !important;
}
.woocommerce-cart .quantity .qty{
    font-size:18px;
    border:1px solid #ddd;
    text-align:center;
    width:90px;
    height:55px;
}
.woocommerce-cart .button,
.woocommerce-cart .checkout-button{
    font-size: var(--font-size-base) !important;
    background:#c9a44c !important;
    color:#fff !important;
    border:none !important;
    border-radius:40px !important;
    padding:15px 35px !important;
    text-transform:uppercase;
    font-weight:500 !important;
    transform:translateY(0);
    transition:.3s ease;
}

.woocommerce-cart .button:hover,
.woocommerce-cart .checkout-button:hover{
    background:#222 !important;
    transform:translateY(-3px);
}
.cart-collaterals{
    display:flex;
    justify-content:flex-end;
    margin-top:50px;
}

.cart_totals{
    background:#fff;
    border:1px solid #e5e5e5;
    padding:30px 25px;
    width:450px;
    max-width:100%;
}

.cart_totals h2{
    text-transform: capitalize;
    margin-bottom: 20px;
}
.woocommerce-cart #coupon_code{
    height:50px;
    border:1px solid #ddd;
    padding:0 15px;
    min-width:250px;
}

.woocommerce-checkout h3{
    margin-bottom: 15px;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
    height:50px;
    border:1px solid #ddd;
    border-radius:0;
    padding:0 20px;
    font-size:15px;
    background:#fff;
}

.woocommerce-checkout textarea{
    height:140px;
    padding-top:15px;
    resize:none;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus{
    border-color:#c9a44c;
    box-shadow:none;
    outline:none;
}

.woocommerce-billing-fields,
.woocommerce-additional-fields{
/*
    background:#fff;
    padding:35px;
    border:1px solid #ececec;
*/
    height:100%;
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-coupon{
    background:#fff;
    border:1px solid #ececec;
    padding:25px;
    margin-bottom:40px;
}
/*
.woocommerce-form-coupon .button{
    background:#c9a44c !important;
    color:#fff !important;
    border:none !important;
}
*/
#order_review table{
    border-collapse:collapse;
}
#order_review th{
    font-weight:600;
    text-transform:uppercase;
    color:#222;
}
#order_review td,
#order_review th{
    padding:15px 12px;
}
.order-total td,
.order-total th{
    font-size:24px;
    font-weight:700;
    color:#c9a44c;
}
#payment{
    background:#faf8f3 !important;
    border:1px solid #ececec;
    margin-top:30px;
}

#payment .payment_box{
    background:#fff !important;
}
#place_order{
    width: 100%;
    background: #c9a44c !important;
    color: #fff !important;
    border: none !important;
    border-radius: 30px !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
    padding: 14px 20px;
    margin-top: 15px;
}

#place_order:hover{
    background:#222 !important;
}

.checkout_layout{
    display:flex;
    gap:50px;
    align-items:flex-start;
}

.checkout_left{
    width:60%;
}

.checkout_right{
    width:40%;
}

/*
.checkout_summary{
    background:#fff;
    padding:35px;
    border:1px solid #ececec;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
}
*/
.woocommerce-checkout label{
    font-size:17px;
    line-height: 1.2;
    font-weight:600;
    color:#222;
    margin-bottom:8px;
}

/* My account page */
.woocommerce-MyAccount-navigation{
    background:#fff;
    border:1px solid #ececec;
    padding:25px;
}
.woocommerce-MyAccount-navigation ul{
    margin:0;
    padding:0;
    list-style:none;
}

.woocommerce-MyAccount-navigation li{
    margin-bottom:10px;
}

.woocommerce-MyAccount-navigation a{
    display:block;
    padding:14px 18px;
    color:#222;
    text-decoration:none;
    border-radius:6px;
    transition:.3s;
    font-weight:500;
    border: 1px solid #ececec;
}
.woocommerce-MyAccount-navigation-link.is-active a{
    background:#c9a44c;
    color:#fff;
}

.woocommerce-MyAccount-navigation a:hover{
    background:#c9a44c;
    color:#fff;
}
.account_layout .woocommerce-MyAccount-navigation{
    width: 100%;
    float: none;
}
.account_content{
    background:#fff;
    border:1px solid #ececec;
    padding:40px;
}
.account_content p{
    font-size:18px;
    line-height:1.8;
}
.account_content a{
    color:#c9a44c;
    text-decoration:none;
}

.account_content a:hover{
    color:#222;
}

/* other page of my account */
.woocommerce-Addresses{
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-Address{
    background:#fff;
    border:1px solid #ececec;
    padding:30px;
    transition:.3s;
}

.woocommerce-Address:hover{
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.woocommerce-Address-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.woocommerce-Address-title h3{
    font-size:24px;
    font-weight:600;
}

.woocommerce-Address-title a{
    color:#c9a44c;
    font-weight:600;
}

.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"]{
    height:55px;
    border:1px solid #ddd;
    border-radius:0;
    padding:0 18px;
    transition:.3s;
}

.woocommerce-account input:focus{
    border-color:#c9a44c;
    box-shadow:none;
    outline:none;
}
.woocommerce-account fieldset{
    margin-top:40px;
    padding-top:30px;
    border-top:1px solid #ececec;
}

.woocommerce-account legend{
    font-size:28px;
    font-weight:600;
    margin-bottom:20px;
}
.woocommerce-account button[name="save_account_details"]{
    background:#c9a44c !important;
    color:#fff !important;
    border:none !important;
    padding:15px 35px !important;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.woocommerce-account button[name="save_account_details"]:hover{
    background:#111 !important;
}
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-info{
    background:#fafafa;
    border-top:3px solid #c9a44c;
    padding:15px 20px 15px 50px;
    margin:0;
}
.woocommerce-info::before {
    color: var(--gold-color);
}

.woocommerce-MyAccount-content .woocommerce-message a.button,
.woocommerce-MyAccount-content .woocommerce-info a.button{
    background:#c9a44c;
    color:#fff;
    border:none;
}

/* Login */
.woocommerce-MyAccount-content .woocommerce-message a.button:hover,
.woocommerce-MyAccount-content .woocommerce-info a.button:hover{
    background:#111;
}
body > h1{
    display:none;
}
.woocommerce-account form.login, .woocommerce-account form.register, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce-ResetPassword, .woocommerce-billing-fields, .woocommerce-additional-fields, .checkout_summary{
    background: #fff;
    border: 1px solid #ececec !important;
    padding: 30px 25px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    max-width: 900px;
    border-radius: 0 !important;
    margin: 20px 0 !important;
}
.woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="password"]{
    height:60px;
    border:1px solid #ddd;
    padding:0 20px;
    background:#fff;
}
.woocommerce-form-login input:focus{
    border-color:#c9a44c;
    box-shadow:none;
}
.woocommerce-form-login button{
    background: #c9a44c !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 35px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    border-radius: 30px !important;
}

.woocommerce-form-login button:hover{
    background:#111 !important;
}
.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before{
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(10%) hue-rotate(306deg) brightness(104%) contrast(100%);
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
    right: 0;
    border-radius: 0 !important;
}
.woocommerce-form-login .woocommerce-form-login__rememberme{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-left:20px;
}
.woocommerce-LostPassword{
    margin-top:20px;
}

.woocommerce-LostPassword a{
    color:#c9a44c;
    font-weight:600;
}
.woocommerce-ResetPassword{
    background:#fff;
    border:1px solid #ececec;
    padding:50px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}
.woocommerce-ResetPassword button{
    background:#c9a44c !important;
    color:#fff !important;
    border:none !important;
    padding:15px 40px !important;
    text-transform:uppercase;
}

/* Login & Register Wrapper */
.woocommerce-account .u-columns {
    display: flex;
    gap: 40px;
    align-items: stretch;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
    display: inline-flex;
    margin: 10px 0 0;
}
.woocommerce form .form-row{
    margin: 0 0 20px;
    padding: 0;
}
.woocommerce-account label{
    font-size: var(--font-size-18) !important;
    line-height: var(--line-height-base) !important;
    font-weight: 500 !important;
    color: var(--black-color) !important;
    text-transform: capitalize;
    margin-bottom: 10px !important;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
    width: 50%;
}

/* Form Card */
/* Headings */
/* Labels */
.woocommerce-account label {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    margin-bottom: 8px;
}

/* Inputs */
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"] {
    height: 55px;
    border: 1px solid #ddd;
    background: #fff !important;
    padding: 0 18px;
    font-size: 15px;
}

/* Focus */
.woocommerce-account input:focus {
    border-color: #caa64b;
    box-shadow: none;
    outline: none;
}
/* Buttons */
.woocommerce-account button.button, .woocommerce-account input.button, .woocommerce-form-coupon .button{
    background: #caa64b !important;
    color: #fff !important;
    border: none !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: 1px;
    transition: .3s;
    padding: 13px 30px !important;
    border-radius: 30px !important;
}
.woocommerce-account button.button:hover,
.woocommerce-account input.button:hover {
    background: #111 !important;
    color: #fff !important;
}

/* Lost password link */
.woocommerce-account .lost_password a {
    color: #caa64b;
    font-weight: 500;
}

.woocommerce-account .lost_password a:hover {
    color: #111;
}

/* Register privacy text */
.woocommerce-account .woocommerce-privacy-policy-text {
    margin: 20px 0;
    color: #666;
    line-height: 1.8;
    font-size: 14px;
}

/* Password Eye */
.woocommerce-account .show-password-input {
    background: #caa64b;
    color: #fff;
}
form.woocommerce-form.woocommerce-form-login.login > p:first-child, .woocommerce-ResetPassword.lost_reset_password  > p:first-child{
    margin-bottom: 10px;
}

/* product details page */
.product_extra_info{
    margin-top:60px;
}

.product_extra_info h4{
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.product_detail_list{
    list-style:none;
    padding:0;
    margin:0;
}

.product_detail_list li, .product_points li{
    position: relative;
	padding: 0 0 12px 24px;
}
.product_detail_list li::before, .product_points li::before{
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	background: url(../images/icon/check.svg) no-repeat center;
	background-size: 100% 100%;
	width: 15px;
	height: 15px;
}
.related.products{
    margin-top:60px;
}

.related.products{
    margin-top:60px;
}

.related.products > h2{
    margin-bottom:30px;
    font-size:32px;
    font-weight:600;
}
.product_top_features{
    margin-top:40px;
    margin-bottom:40px;
}

.available_finish{
    margin-bottom:30px;
}

.available_finish h4{
    margin-bottom:15px;
}

.finish_items{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.finish_items span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:90px;
    height:90px;
    border-radius:50%;
    border:1px solid #d4af37;
    font-size:14px;
    text-align:center;
}

.product_icons_wrap{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin:30px 0;
}

.product_icons_wrap .icon_box{
    flex:1;
    min-width:180px;
    background:#fff;
    border:1px solid #e7e7e7;
    padding:20px;
    text-align:center;
    border-radius:6px;
    transition:.3s;
}

.product_icons_wrap .icon_box span{
    display:block;
    font-size:16px;
    font-weight:500;
    line-height:1.4;
}

.product_icons_wrap .icon_box:hover{
    border-color:#d4af37;
}
.woocommerce-variation-price{
    margin-bottom: 20px;
}
.woocommerce-Tabs-panel h2{
    margin-bottom: 10px;
}
.sku_wrapper{
    display: none;
}

/* shop page */
.term-description{
    margin-bottom: 20px;
}
.shop_top_wrap{
    margin: 10px 0 20px;
}
.shop_right{
    justify-content: flex-end;
}
.shop_right span{
    margin-right: 10px;
}
.shop_right select{
    width: 250px;
    height: 40px;
    padding: 7px 18px;
    border: 1px solid #ddd;
    border-radius: 50px;
}
.shop_right .woocommerce-ordering, .woocommerce .shop_left .woocommerce-result-count{
    margin: 0;
}

.woocommerce-account input[type=checkbox], .woocommerce-form-login__rememberme input[type=checkbox]{
    width: 20px;
    height: 20px;
}
.woocommerce-info{
    border-top-color: var(--gold-color);
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
    
}

/*---Wishlist Page Styling---*/
.wishlist_table, .woocommerce table.shop_table{
    width: 100% !important;
    border: 1px solid #e9e9e9 !important;
    border-collapse: collapse !important;
    margin: 0 0 30px !important;
    border-radius: 0 !important;
    font-size: 100% !important;
}
.wishlist_table thead th{
    font-size:var(--font-size-18);
    font-weight:600;
    text-transform:uppercase;
    color:#111;
    padding:22px 20px;
    border-bottom:1px solid #e9e9e9;
    background:#fff;
    text-align:center;
}
.wishlist_table tbody td{
    padding:20px;
    border-bottom:1px solid #e9e9e9;
    vertical-align:middle;
    text-align:center;
}
.wishlist_table tbody tr:last-child td{
    border-bottom:none;
}
/* Product Image */
.wishlist_table tr td.product-thumbnail a{
    max-width: 90px;
    width: 90px;
}
/* Product Name */
.wishlist_table .product-name a{
    font-size:var(--font-size-18);
    font-weight:600;
    color:#111;
    text-decoration:none;
    transition:.3s;
}
.wishlist_table .product-name a:hover{
    color:#c8a55a;
}
/* Price */
.wishlist_table .product-price{
    font-size:18px;
    font-weight:600;
}
.wishlist_table ins{
    background:none;
    text-decoration:none;
    color:#111;
}
.wishlist_table del{
    color:#999;
    margin-right:5px;
}
/* Stock */
.wishlist_table .wishlist-in-stock{
    font-size: var(--font-size-base);
    color:#5a9b3d;
    font-weight:500;
}
/* Remove */
.wishlist_table .product-remove a{
    font-size:24px;
    color:#111 !important;
    transition:.3s;
    font-weight: 400;
}
.wishlist_table .product-remove a:hover{
    color:var(--gold-color) !important;
    background: transparent !important;
}
.wishlist_table tr td.product-remove{
    padding: 16px 20px;
}
/* Add to Cart Button */
.wishlist_table .add_to_cart_button,
.wishlist_table .product-add-to-cart a{
    background: #c8a55a;
    display: inline-block !important;
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
}
.wishlist_table .add_to_cart_button:hover,
.wishlist_table .product-add-to-cart a:hover{
    background:#111;
    color:#fff !important;
}
/* Share */
.yith-wcwl-share{
    display: none;
}

/*---Wishlist Mobile---*/
.wishlist_table.mobile{
    padding:0;
    margin:0;
}
.wishlist_table.mobile > li{
    border:1px solid #e8e8e8;
    padding:20px;
    margin-bottom:20px;
    background:#fff;
}
.wishlist_table.mobile .item-wrapper{
    display:flex;
    gap:15px;
    align-items:flex-start;
}
.wishlist_table.mobile .product-thumbnail img{
    width:80px;
    height:80px;
    object-fit:cover;
}
.wishlist_table.mobile .item-details{
    flex:1;
}
.wishlist_table.mobile .product-name h3{
    margin:0 0 12px;
    font-size:20px;
    font-weight:600;
    line-height:1.2;
}
.wishlist_table.mobile .product-name a{
    color:#111;
    text-decoration:none;
}
.wishlist_table.mobile .item-details-table{
    width:100%;
}
.wishlist_table.mobile .item-details-table td{
    padding:4px 0;
    border:none;
}
.wishlist_table.mobile .label{
    font-weight:600;
    width:70px;
}
.wishlist_table.mobile .additional-info-wrapper{
    margin-top:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.wishlist_table.mobile .product-add-to-cart a{
    background:#c8a55a;
    color:#fff !important;
    padding:10px 24px;
    border-radius:40px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
}
.wishlist_table.mobile .product-remove a{
    font-size:28px;
    color:#111 !important;
}

/*--Order received page--*/
/* Success Message */
.woocommerce-order p:first-child{
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    color: #222;
    margin-bottom: 20px;
}
/* Order Overview */
.woocommerce-order-overview{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px !important;
}
.woocommerce-order-overview li{
    width: calc(100% / 5);
    border: 1px solid #ececec !important;
    padding: 15px 12px !important;
    background: #fff;
    margin: 0 !important;
}
.woocommerce-order-overview li strong{
    display: block;
    margin-top: 8px;
    font-size: 20px;
    color: #111;
    font-weight: 600;
}
/* Section Headings */
.woocommerce-order h2, .woocommerce-order h3{
    margin: 10px 0 15px;
    color: #111;
}
.woocommerce .woocommerce-customer-details address{
    border-radius: 0;
    padding: 15px 15px;
    border-width: 1px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

/* Tables */
.woocommerce-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}
.woocommerce-table th {
    background: #f8f8f8;
    padding: 18px;
    border: 1px solid #ececec;
    font-size: 16px;
    font-weight: 600;
}
.woocommerce-table td {
    padding: 18px;
    border: 1px solid #ececec;
    font-size: 16px;
}
.woocommerce-table tfoot th,
.woocommerce-table tfoot td {
    font-weight: 600;
}
/* Billing Address Box */
.woocommerce-customer-details address {
    border: 1px solid #ececec;
    padding: 30px;
    font-style: normal;
    line-height: 1.9;
    background: #fff;
}
/* Product Link */
.woocommerce-table a {
    color: #caa552;
    text-decoration: none;
    transition: .3s;
}
.woocommerce-table a:hover {
    color: #111;
}
/* Payment Method Text */
.woocommerce-order p{
    font-size: 16px;
}
.wc_payment_methods.payment_methods.methods li input.input-radio{
    height: auto;
}

/* Responsive */
@media only screen and (max-width: 1199px) {
    .woocommerce-order-overview li{
        width: calc(100% / 4);
    }
}

@media only screen and (max-width: 991px) {
    .woocommerce ul.products li.product {
        width: calc(100% / 2) !important;
    }

    .woocommerce-account .u-columns {
        flex-direction: column;
        gap: 0;
    }

    .woocommerce-account .u-column1,
    .woocommerce-account .u-column2 {
        width: 100%;
    }

    .checkout_layout{
        display:block;
    }

    .checkout_left,
    .checkout_right{
        width:100%;
    }

    .checkout_right{
        margin-top:40px;
    }

    .checkout_summary{
        position:static;
    }
    .woocommerce-order-overview li{
        width: calc(100% / 3);
    }
}

@media only screen and (max-width: 767px) {

    .cart-collaterals{
        display:block;
    }

    .cart_totals{
        width:100%;
/*        margin-top:30px;*/
    }

    .woocommerce-cart table.shop_table td,
    .woocommerce-cart table.shop_table th{
        padding:15px 10px;
    }
    .shop_right{
        justify-content: space-between;
        margin-top: 10px;
    }
    .shop_right select{
        width: 205px;
    }
    
    /* Form Card */
    .woocommerce-account form.login, .woocommerce-account form.register, .cart_totals, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce-ResetPassword, .woocommerce-billing-fields, .woocommerce-additional-fields, .checkout_summary{
        padding: 15px 12px !important;
    }
    .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
        margin: 4px 0 15px;
    }
    
    .cart-collaterals{
        margin-top:20px;
    }
    
    .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
        margin: 20px 0;
    }
    .woocommerce-order-overview li{
        width: calc(100% / 2);
    }
}

@media only screen and (max-width: 575px) {
    .woocommerce ul.products li.product {
        width: calc(100% / 1) !important;
    }
    .woocommerce-cart #coupon_code{
        min-width: 100%;
        margin-bottom: 15px;
    }
    .woocommerce-page table.cart td.actions .coupon .button{
        width: 100%;
        margin-bottom: 10px;
    }
    .woocommerce-order-overview li{
        width: calc(100% / 1);
    }
}