/* Container for the whole gallery */
.wcgs-woocommerce-product-gallery .wcgs-carousel{
    border: 2px solid #dddddd;
    border-radius: 15px;
    padding-bottom: 20px;
    background: #fff;
    min-height: 400px;
}
#wpgs-gallery .wcgs-carousel .wcgs-spswiper-arrow, #wpgs-gallery .wcgs-carousel .wcgs-spswiper-arrow {
    border: 1px solid #dddddd;
}

#wpgs-gallery .wcgs-thumb.spswiper-slide img {
    border-radius: 15px !important;
}

#wpgs-gallery .wcgs-thumb.spswiper-slide img {
    min-height:100px;
    max-height: 100px;
    object-fit: cover;
}

@media only screen and (max-width: 991.8px) {
    #wpgs-gallery .wcgs-thumb.spswiper-slide img {
        min-height:70px;
        max-height: 70px;
        object-fit: cover;
    }
    .wcgs-woocommerce-product-gallery .wcgs-carousel{
        min-height: 300px;
    }

}

.tbay-buy-now.button{
    background: #fff !important;
    color: var(--tb-theme-color ) !important;
    border-color: var(--tb-theme-color) !important;
}

.tbay-buy-now:before {
    color: var(--tb-theme-color) !important;
}
.custom-inline-row {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}


/* Compare */
.summary.entry-summary a.compare.link {
    display: none;
    /* line-height: 33px; */
}

ul.psfw-social-icons {
    margin: 0 !important;
}

@media only screen and (min-width: 1199px) {
    .social-share-section {
        float: right;
    }
}

.psfw-social-wrap{
    .fa-brands.fa-facebook{
        color: blue;
    }
    .fa-brands.fa-pinterest{
        color: red;
    }
}




.product-block.grid .image img {
    width: auto;
    height: 100%;
    max-height: 178px;
    min-height: 178px;
    object-fit: cover;
}

.wcfmmp_sold_by_container_advanced, .summary.entry-summary .tbay-subtitle, .product-block.grid .wcfmmp_sold_by_container, .sold-by-meta.wcvendors_sold_by_in_loop{
    display: none;
}

.woocommerce div.product form.cart{
    margin: 0 !important;
    border: none;
}
.yith-wcwl-add-to-wishlist-button__label{
    line-height: 36px;
}

.woocommerce div.product .entry-summary p.price del{
    font-size: 18px !important;
}

.woocommerce div.product .entry-summary p.price ins{
    font-size: 20px !important;
}

.product-block.grid .name-subtitle h3{
    min-height: 38px;
}

.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-next {
    top: unset !important;
    bottom:10px;
    right:25% !important;
    border: 1px solid #00000080 !important;
}
.wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-prev {
    top: unset !important;
    bottom:10px;
    left: 25% !important;
    border: 1px solid #00000080 !important;
}
.wcgs-carousel .spswiper-pagination .spswiper-pagination-bullet {
    border: 1px solid #00000080 !important;
    width: 15px !important;
    height: 15px !important;
}
@media only screen and (min-width: 320px) and (max-width: 991.8px) {
    .wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-next {
        right: 10% !important;
    }
    .wcgs-carousel .wcgs-spswiper-arrow.wcgs-spswiper-button-prev {
        left: 10% !important;
    }
}

.psfw-social-icons li a{
    border: none !important;
}
.psfw-social-icons li a i{
    font-size:16px !important;
}

@media only screen and (min-width: 320px) and (max-width: 600px) {

    .product-block.grid .image img {
        max-height: 160px;
        min-height: 160px;
        object-fit: contain;
    }
}

.product-block.grid .caption {
    min-height: 191px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-block.grid .price {
    width: 100% !important;
}
.wcfmmp_shipment_processing_display{
    display: none !important;
}