.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{
    background: var(--gold-color) !important;
    color: var(--white-color) !important;
    border: 0 !important;
    padding: 12px 24px !important;
    font-size: 14px !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:48px;
    line-height:1.1;
    margin-bottom:15px;
    text-transform:uppercase;
    font-weight:600;
}

/* 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:52px;
    border:1px solid #ddd;
    text-align:center;
}

/* 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;
}

.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:16px;
    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{
    background:#c9a44c !important;
    color:#fff !important;
    border:none !important;
    border-radius:40px !important;
    padding:15px 35px !important;
    text-transform:uppercase;
    font-weight:600;
    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:40px;
    width:450px;
    max-width:100%;
}

.cart_totals h2{
    font-size:42px;
    font-weight:600;
    text-transform:capitalize;
    margin-bottom:30px;
}
.woocommerce-cart #coupon_code{
    height:50px;
    border:1px solid #ddd;
    padding:0 15px;
    min-width:250px;
}

.woocommerce-checkout h3{
    font-size:38px;
    font-weight:600;
    margin-bottom:30px;
    color:#222;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
    height:55px;
    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%;
    height:60px;
    background:#c9a44c !important;
    color:#fff !important;
    border:none !important;
    border-radius:40px !important;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    transition:.3s;
}

#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-form-login{
    background:#fff;
    border:1px solid #ececec;
    padding:50px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    max-width:900px;
    margin:80px auto;
}
.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:15px 40px !important;
    text-transform:uppercase;
    font-weight:600;
}

.woocommerce-form-login button:hover{
    background:#111 !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-account .u-column1,
.woocommerce-account .u-column2 {
    width: 50%;
}

/* Form Card */
.woocommerce-account form.login,
.woocommerce-account form.register {
    border: 1px solid #e5e5e5;
    padding: 35px;
    background: #fff;
    border-radius: 0;
}

/* 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 {
    background: #caa64b !important;
    color: #fff !important;
    border: none !important;
    min-width: 180px;
    height: 55px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .3s;
}

.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;
}


.woocommerce-order{
    background:#fff;
    padding:40px;
    border:1px solid #eee;
}

/* Mobile */
@media(max-width:991px){

    .woocommerce-account .u-columns {
        flex-direction: column;
        gap: 30px;
    }

    .woocommerce-account .u-column1,
    .woocommerce-account .u-column2 {
        width: 100%;
    }

    .woocommerce-account .u-columns h2 {
        font-size: 32px;
    }
}

@media(max-width:991px){

    .checkout_layout{
        display:block;
    }

    .checkout_left,
    .checkout_right{
        width:100%;
    }

    .checkout_right{
        margin-top:40px;
    }

    .checkout_summary{
        position:static;
    }
}

@media(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;
    }
}