.woocommerce {
    width: 100%;
    margin: auto;
}



@media (min-width: 768px) {
    .woocommerce {
        width: 100%;
        margin: auto;
    }
}



.woocommerce-message {
    /* background-color: #262f2f;
    color: white; */
    display: none !important;
}

.woocommerce-message:focus {
    border: none;

}



.quantity.buttons_added {
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}


.quantity .minus,
.quantity .plus {
    border: none;
    padding: 6px 12px;
    font-size: 16px;
    width: 40px;
    display: flex;
    justify-content: center;
}

.quantity .minus:hover,
.quantity .plus:hover {
    background-color: #403e3e;
    cursor: pointer;
}

.quantity input.qty {
    border: none;
    width: 50px !important;
    text-align: center;
    padding: 6px;
    outline: none;
}



/* css slider image */

.woo-product-gallery-slider {
    width: 100%;

}

.woo-product-gallery-slider .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    background-color: #e1e1e1;
}

.woo-product-gallery-slider .slick-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}


.wpgs-nav .slick-slide {
    border: 1px solid #55343692 !important;
    border-radius: 8px;
    padding: 10px;
}

.wpgs-nav .slick-current {
    border: 2px solid #f54046 !important;
}

.slick-list {
    /* margin: 16px 0 !important; */
    padding: 0 !important;
}


.wpgs-for.slick-initialized {
    border-radius: 12px;
}

/* .wpgs-for.slick-initialized .flaticon-right-arrow {
    right: 30px;
} */

.wpgs-nav .slick-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
}

.wpgs-nav .slick-slide {
    flex: 0 0 auto !important;
}



/* related product */
.related.products .swiper-button-prev,
.related.products .swiper-button-next {
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    background: rgba(0, 0, 0, 0.6);
}

.related.products .swiper-button-prev::after,
.related.products .swiper-button-next::after {
    font-size: 14px;
    color: #fff;
}

.related.products .swiper-button-prev {
    left: 0;
}

.related.products .swiper-button-next {
    right: 0;

}

.swiper {
    padding: 24px 0 32px 0 !important;
}



/* 
.payment-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    cursor: pointer;
} */

.payment-icon img {
    max-height: 32px;
}

.payment-content {
    padding: 15px;
}


input[type="radio"].input-radio {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #555;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

input[type="radio"].input-radio:checked {
    background-color: #0073e6;
    border-color: #0073e6;
}


input[type="radio"].input-radio:checked::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}

.comment-form-rating .stars {
    margin: 8px 0 !important;
    color: yellow;
}

.comment-respond .comment-reply-title {
    margin-bottom: 16px !important;
}

.comment-form .form-submit .submit {
    background-color: #bd0000 !important;
    color: white !important;

}

.comment-form .form-submit .submit:hover {
    background-color: #ff000093 !important;
}

.comment_container img {
    margin: 16px 0 0 16px !important;
}