.woocommerce-breadcrumb{
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

/* .woocommerce-notices-wrapper{
    display: none;
} */

.woocommerce{
    position: relative;
    z-index: 9;
    padding: 10px 0 0;
    min-height: calc(100vh - 500px);
}

.woocommerce-product-gallery__wrapper > div{
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1;
    width: 100%;
    
}

.woocommerce-product-gallery__wrapper > div a{
    cursor: auto;
}

.woocommerce-product-gallery__wrapper > div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    object-position: top center;
}

.gallery__image-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex-control-thumbs{
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.flex-control-thumbs li{
    cursor: pointer;
}

.flex-control-thumbs img{
    border-radius: 12px;
    width: 90px;
    height: 90px;
}

.woocommerce-product-gallery__trigger{
    position: absolute;
    z-index: 9;
    left: 45%;
    top: 35%;
    transform: translate(-50%, -50%);
    background: url(../images/icon-search.png) no-repeat 0 0;
    width: 24px;
    height: 24px;
    background-size: 100%;
}

.woocommerce-product-gallery__trigger img{
    display: none !important;
}

.woocommerce-product-gallery{
    position: relative;
}

.custom-qty{
    display: flex;
    align-items: center;
    gap: 5px;
}

.custom-qty input{
    text-align: center;
    outline: none;
    width: max-content;
}

.size-qty-container{
    display: flex;
    gap: 70px;
    align-items: center;
    flex-wrap: wrap;
}

.single_add_to_cart_button {
    display: none !important;
}

.custom-action-buttons {
    margin: 25px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews-container-box .woocommerce-Reviews-title{
    display: none;
}

.reviews-container-box .commentlist{
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Review form wrapper */
.woocommerce-Reviews form {
    background: #f5f5f5;
    border-radius: 12px;
    margin-top: 20px;
}

/* Input fields */
.review-field input,
.review-field textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 15px;
}

/* Focus */
.review-field input:focus,
.review-field textarea:focus {
    outline: none;
    border-color: #000;
}

/* Submit button */
.custom-review-submit {
    background: #000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.custom-review-submit:hover {
    background: #333;
}

.comment-reply-title {
    font-size: 15px;
    margin: 0;
    color: var(--dark);
    font-weight: 600;
}

.review-field input, .review-field textarea,.custom-review-submit{
    font-family: 'Inter';
    outline: none;
    resize: none;
}

.review-field input:focus, .review-field textarea:focus{
    border-color: #ddd;
}

/* Default (outlined stars) */
.woocommerce p.stars a::before {
    content: "\2606"; /* empty star ☆ */
    font-size: 24px;
    color: #000;
}

/* On hover */
.woocommerce p.stars a:hover::before,
.woocommerce p.stars a:hover ~ a::before {
    content: "\2605"; /* filled star ★ */
    color: #000;
}

/* Active selected stars */
.woocommerce p.stars a.active::before,
.woocommerce p.stars a.active ~ a::before {
    content: "\2605"; /* filled star ★ */
    color: #000;
}

.stars a {
    color: #ccc;
    text-decoration: none;
    font-size: 24px;
}

.stars a.active {
    color: #f5b301 !important;
}
.review-rating-field p.stars:has(span[role="group"]) {
    display: none !important;
}

.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width {
    width: max-content;
}

.wc-block-components-title.wc-block-components-title{
    font-size: 14px !important;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=password], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url],.wc-blocks-components-select .wc-blocks-components-select__select{
    font-size: 13px !important;
    outline: none !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main{
    background: #F6F6F6;
    padding: 20px;
    border-radius: 8px;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label{
    font-size: 13px !important;
}

.myaccount-wrapper{
    max-width: 560px;
    padding: 0 20px;
    width: 100%;
    margin: 40px auto;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
    padding: 10px 0 0;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select,.select2-container .select2-selection{
    width: 100%;

	padding: 15px 20px;

	border: 1px solid #e0e0e0;

	border-radius: 10px;

	font-family: 'Inter', sans-serif;

	font-size: 15px;

	background: #fff;

	transition: var(--transition);
}

.woocommerce form .form-row .input-text:focus,

.woocommerce form .form-row select:focus ,.select2-container .select2-selection:focus{

	border-color: var(--gold);

	outline: none;

	box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);

}

.woocommerce form .form-row label, .woocommerce-page form .form-row label{
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
    font-size: 15px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    border-radius: 15px;
}

/* Hide register initially */
.woocommerce-form-register {
    display: none;
}

/* Toggle button styling */
.account-toggle-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.toggle-btn {
    flex: 1;
    padding: 12px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    border-radius: 25px;
}

.toggle-btn.active {
    background: #000;
    color: #fff;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
    margin: 1em 0;
}

.woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 0;
    margin: 40px 0 30px;
    display: flex;
    gap: 25px;
    justify-content: flex-end;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0;
}

.woocommerce a.button{
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    padding: 1em 1.5em;
}

.wc-block-components-title.wc-block-components-title{
    border-bottom: solid 1px #D1D1D1;
}

.wc-block-components-address-card{
    border: none;
    padding: 0;
}

.wc-block-components-address-card{
    border: none;
}

.category-page{
    position: relative;
    z-index: 9;
    padding: 90px 0 0;
}

@media screen and (max-width: 1400px) {
    .woocommerce-breadcrumb {
        font-size: 1.00vw;
        margin-bottom: 1.43vw;
    }

    .comment-reply-title,.review-field input, .review-field textarea {
        font-size: 1.07vw;
    }

    .woocommerce form .form-row select, .woocommerce form .form-row input{
		font-size: 1.07vw;
        padding: 1.07vw 1.43vw;
    }

    .woocommerce form .form-row label, .woocommerce-page form .form-row label{
        margin-bottom: 0.71vw;
        font-size: 1.07vw;
    }

   .woocommerce form .form-row .input-text, .woocommerce form .form-row select,.select2-container .select2-selection{
        padding: 1.07vw 1.43vw;
        font-size: 1.07vw;
   }

   .woocommerce{
        min-height: calc(100vh - 35.71vw);
    }

   
   

}

@media screen and (max-width: 1024px) {
    .comment-reply-title,.review-field input, .review-field textarea {
        font-size: 13px;
    }

     .woocommerce form .form-row select, .woocommerce form .form-row input {

		padding: 10px 15px;

		font-size: 12px;

	}

     .woocommerce form .form-row label, .woocommerce-page form .form-row label {
       margin-bottom: 7px;
       font-size: 12px;
    }

    .woocommerce form .form-row .input-text, .woocommerce form .form-row select,.select2-container .select2-selection{
        padding: 10px 15px;
        font-size: 12px;
    }

    .woocommerce{
        min-height:unset;
    }

    
    .category-page{
        position: relative;
        z-index: 9;
        padding: 40px 0 0;
    }


}

@media screen and (max-width:600px) {
    .myaccount-wrapper{
        max-width: 100%;
    }
}