/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* GENERAL START */
.width-1400 {
    max-width: 1400px;
    margin: 0 auto!important;
}
.white-bg {
    background: #FFF;
}
.awb-menu {
    z-index: 999;
}
.awb-menu ul {
    padding: 0;
    list-style: none;
}
/* GENERAL END */

.product-card .fusion-woo-rating-tb {
    min-height: 13px;
}
.product-card .fusion-title-heading {
    min-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background: #FFF;
    overflow: hidden;
} 
.product-card .short-description {
    min-height: 90px;
}
.product-card .short-description p {
    margin-bottom: 5px;
}
.before-after img {
    max-height: 500px;
    object-fit: cover;
}
.awb-menu__description {
    display: none!important;
}
.page-hero img {
    width: 100vw;
}
.cc-compass {
    padding: 15px;
    background-color: var(--awb-color5)!important;
    position: fixed;
    bottom: 45px;
    right: 75px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 10px #00000030;
    z-index: 9999999;
    cursor: pointer;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    align-items: center;
    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
    line-height: 1;
}
.cc-compass .licon::before,
.cc-compass.cc-compass-open .licon::before {
        content: "\e903"!important;
        font-family: 'petsupplies' !important;
}
.fixed-whatsapp {
    position: fixed;
    right: 60px;
    bottom: 130px;
}
/* FILTER START */
.wpc-filter-title * {
    font-family: Work Sans;
    text-transform: uppercase;
    font-weight: 600;
}
.wpc-term-item-content-wrapper * {
    font-size: 14px!important;
    letter-spacing: -0.5px;
}
.wpc-term-count-value {
    background: #000;
    color: #FFF;
    border-radius: 50%;
    font-size: 10px!important;
    width: 15px;
    position: absolute;
    height: 15px;
    text-align: center;
    line-height: 15px;
}
.wpc-term-count-0 {
    pointer-events: none;
}
/* FILTER END */

/* PRODUCT START */
.avada-product-gallery .woocommerce-product-gallery__image.flex-active-slide img {
    object-fit: cover;
    aspect-ratio: 1;
    height: 703px;
    object-position: center top;
}
.fusion-woo-product-images .avada-product-gallery .flex-control-thumbs {
    height: 703px;
}
.faq-widget { 
    max-width: 650px;
}
.faq-widget .fusion-toggle-boxed-mode {
    margin-bottom: 0!important;
}
.faq-widget .fusion-toggle-boxed-mode {
    border-bottom: 1px solid var(--awb-color6)!important;
}
.faq-widget .fusion-toggle-boxed-mode:first-of-type {
    padding-top: 50px;
}
.faq-widget .fusion-toggle-boxed-mode:first-of-type:before {
    content: "FAQ";
    font-family: var(--h1_typography-font-family);
    font-size: var(--h1_typography-font-size)!important;
    margin-left: 25px;
}

/* REVIEWS START */
#reviews li {
    display: block;
    background: #FFF;
    width: 50%;
    margin-bottom: 0!important;
}
#reviews li .description {
    min-height: 203px;
    max-height: 203px;
    overflow: hidden;
}
#reviews li .description p {
    font-size: var(--awb-typography5-font-size);
}
#reviews li .star-rating {
    font-size: 12px;
}
.woocommerce-Reviews .review.odd {
    float: right;
    padding-left: 50px;
}
.woocommerce-Reviews .thread-even {
    float: left;
    padding-right: 30px;
    border-right: 1px solid var(--awb-color6);
}
#review_form_wrapper {
    clear: both;
}
.toggle-review-form {
    padding: 12px 26px;
    background: var(--awb-color5);
    color: #FFF;
    border: 1px solid var(--awb-color5);
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin: 30px auto 30px;
    text-align: center;
    float: none;
    top: 30px;
    position: relative;
}
.woocommerce-noreviews {
    text-align: center;
}
/* REVIEWS END */

/* PRODUCT END */

@media screen and (max-width: 480px) {
    .wpc-filters-open-button-container {
        padding: 0!important;
    }
    .fixed-whatsapp {
        right: 5px;
        z-index: 999999;
    }
    .cc-compass {
        right: 20px;
    }
    .place-order button {
        width: 100%;
    }
    #reviews li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #reviews li .comment-text {
        width: 100%!important;
    }
    #reviews li .description {
        min-height: auto;
    }
}