.product-item {
    position: relative;
}

.product-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    background-color: var(--bs-light);
    border-radius: .5rem;
    height: 50%;
    transition: all ease 0.3s;
}

.product-item:hover:before {
    top: 0;
    height: 100%;
}

.product-item img {
    display: block;
    width: 200px;
    margin: 0 auto;
}

.product .product-single--gallery {
    border-width: 3px !important;
}

.product .woo-selected-variation-item-name {
    display: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color {
    border-radius: 50%;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {

}

.product-gallery-swiper .swiper-slide {
    width: 80px;
}

.product-gallery-swiper .swiper-slide .border {
    border-width: 3px !important;
}

.product-gallery-swiper .swiper-slide .border img {
    border-radius: .3rem;
}

.woocommerce div.product div.images {
    margin: 0;
}

.product .sku_wrapper {
    display: none;
}

.woocommerce div.product div.summary {
    margin-bottom: 0px;
}

.woocommerce table.shop_attributes {
    border: 0 !important;
    border-spacing: 10px;
    border-collapse: separate;
}

.woocommerce-product-attributes .woocommerce-product-attributes-item__label,
.woocommerce-product-attributes .woocommerce-product-attributes-item__value {
    padding: 10px !important;
    border-radius: .5rem !important;
}

.woocommerce-product-attributes .woocommerce-product-attributes-item__label {
    border: 0 !important;
    background-color: #fff5eb !important;
    color: var(--bs-secondary);
    font-weight: bold;
    width: 250px !important;
}

@media (max-width: 550px) {
    .woocommerce-product-attributes .woocommerce-product-attributes-item__label {
        width: 150px !important;
    }
}

.woocommerce-product-attributes .woocommerce-product-attributes-item__value {
    border: 3px solid #eeeeee !important;
    background-color: transparent !important;
}

.woocommerce-product-attributes .woocommerce-product-attributes-item__label:before {
    content: "\f100";
    vertical-align: middle;
    margin-right: 10px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.rtl .woocommerce-product-attributes .woocommerce-product-attributes-item__label:before {
    margin-right: 0;
    margin-left: 10px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .swiper-slide-thumb-active .border {
    border-color: #cccccc !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery #singleProductGallery .swiper-slide img{
    height: 280px;
    object-fit: cover;
}


.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
    position: relative;
    background-color: #eeeeee;
    border-radius: var(--bs-border-radius);
    padding: 20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -15px;
    right: 40px;
    border: 15px solid transparent;
    border-right-color: #eeeeee;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.woocommerce #review_form #respond p {
    margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist .star-rating {
    font-size: 1.15rem;
    color: var(--bs-info);
    letter-spacing: 2px;
    width: 5.9em;
}