/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-small.box {
    background-color: #ffffff;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
}
.filters {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.box-text {
    padding: 5px 15px 12px;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 18px;
    color: #000;
    font-family: Open Sans,helvetica,arial,sans-serif !important;
    text-align: center;
    font-style: normal;
}

.tabs {
    display: none;
}

.shop_attributes th {
    width: 190px;
    white-space: nowrap;
}

.price-wrapper .price {
    display: block;
    font-size: 19px;
    color: #000000;
    font-weight: bold;
    line-height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flickity-slider>li{
    cursor: pointer;
}

.flickity-slider>li video{
    width: 100%;
    pointer-events: none;
    cursor: pointer;
}

#block-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.widget ul li {
    display: flex;
    align-items: flex-start;
}

.breadcrumb-small h3.breadcrumb {
    font-size: 20px;
    padding-bottom: 10px;
}

.berocket_single_filter_widget {
    width: 300px;
}

.easyzoom video{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 700px) {
    .easyzoom video{
        height: 300px;
        max-height: 510px;
    }
    .filters {
        justify-content: center;
        flex-wrap: wrap;
    }

    .berocket_single_filter_widget {
        width: 100%;
    }
}
.flickity-prev-next-button{
    height: 80%;
    top: 40px;
}
.product-thumbnails .flickity-prev-next-button {
    height: 100%;
    top: 0;
}
.screen-reader-text {
    display: none;
}
.social-icons .icon, .yith-wcwl-share li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icons {
    display: flex;
}
.product-image-tools a {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.shop_attributes th {
    width: 190px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}