/* ============================================================
 * Cosmestic child theme - custom CSS
 * Tách từ inline <style> trong functions.php để cache & minify được.
 * ============================================================ */

/* --- Quick buy button --- */
.devvn-quickbuy button.single_add_to_cart_button.loading:after {
    display: none;
}
.devvn-quickbuy button.single_add_to_cart_button.button.alt.loading {
    color: #fff;
    pointer-events: none !important;
}
.devvn-quickbuy button.buy_now_button {
    position: relative;
    color: rgba(255, 255, 255, 0.05);
}
.devvn-quickbuy button.buy_now_button:after {
    animation: spin 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px;
}

/* --- Read more: mô tả chi tiết sản phẩm --- */
.single-product .panel.entry-content {
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}
.fix_height {
    max-height: 400px;
    overflow: hidden;
    position: relative;
}
.devvn_readmore_flatsome {
    padding-top: 10px;
    text-align: left;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
    background: #fff;
}
.devvn_readmore_flatsome:before {
    height: 20px;
    margin-top: -20px;
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    display: block;
}
.devvn_readmore_flatsome a {
    text-decoration: underline;
    color: #e67e22;
    font-weight: 500;
}
.devvn_readmore_flatsome a:after {
    content: '';
    width: 17px;
    height: 15px;
    background-image: url(/wp-content/uploads/2023/09/chevrons-right-svgrepo-com-1.svg);
    background-repeat: no-repeat;
    background-size: 19px;
    display: inline-block;
}
.devvn_readmore_flatsome_less a:after {
    display: none;
}
.devvn_readmore_flatsome_less:before {
    content: '';
    width: 17px;
    height: 15px;
    background-image: url(/wp-content/uploads/2023/09/chevrons-left-svgrepo-com.svg);
    background-repeat: no-repeat;
    background-size: 19px;
    display: inline-block;
    margin-right: 5px;
}

/* --- Read more: mô tả danh mục sản phẩm --- */
.term-description {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px;
}
.giuseart_readmore_taxonomy_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.giuseart_readmore_taxonomy_flatsome:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    display: block;
}
.giuseart_readmore_taxonomy_flatsome a {
    color: #318A00;
    display: block;
}
.giuseart_readmore_taxonomy_flatsome a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #318A00;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.giuseart_readmore_taxonomy_flatsome_less:before {
    display: none;
}
.giuseart_readmore_taxonomy_flatsome_less a:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #318A00;
}
