/*************** CSS CLOUD  ***************/
span.btn-attach,
span.devvn_num_reviews{
    color: var(--fs-color-secondary);
    font-size:14px;
}
#comments .star_box{
    padding:10px 20px;
}
.back-to-top{
    bottom: 50% !important;
}
.ux-mini-cart-empty .return-to-shop{
    display: none;
}
.ux-menu-link__link{
    min-height: auto;
}
.archive-page-header .col{
    padding-bottom: 0px;
}
#post-list{
    background: #FFF;
    padding-top:20px;
}

.cart-container,
#main #product-sidebar .widget, #main .post-sidebar .widget, #main #shop-sidebar .widget{
    background: #FFF;
}
body.single #main article.post,
.post-item .col-inner{
    background: #FFF;
    padding:10px;
}
body.single #main article.post{
    padding:15px;
    margin:0px;
}
.box-list-view .box .box-text, .box-vertical .box-text{
    vertical-align: top;
}
.product-page-accordian .accordion .accordion-inner{
    background: #FFF;
    padding:15px;
}
.flickity-slider .col.product{
    padding-top:10px;
    padding-bottom:10px;
}
#main #product-sidebar .post_comments, #main .post-sidebar .post_comments, #main #shop-sidebar .post_comments,
.entry-meta .comments-link{
    display: none;
}


@media (max-width:849px){

    body.single #main article.post,
    #post-list{
        padding:0px;
    }
    .product-page-accordian .accordion .accordion-inner,
    .related-post .col{
        padding-left:0px;
        padding-right: 0px;
    }
    .medium-flex-wrap .flex-col{
        flex-basis: 100%;
    }

}
@media (max-width:1200px) {
    .none-screen-1200 {
        display: none;
    }
    .full-screen-1200 {
        flex-basis: 100%;
        max-width: 100%;
    }
}


/*************** CSS SIDEBAR  ***************/

#main #product-sidebar .widget ul,
#main .post-sidebar .widget ul,
#main #shop-sidebar .widget ul{
    padding:5px 10px;
}
#main span.widget-title{
    width:100%;
    background: #FFF;
    height:38px;
    overflow: hidden;
    padding: 0px;
    margin-bottom: 10px;
    line-height: inherit;
    border-bottom: 2px solid var(--fs-color-primary);
    color:var(--fs-color-primary);
}
#main span.widget-title span{
    display: inline-flex;
    font-weight: 700;
    background: var(--fs-color-primary);
    color:#FFF;
    padding:5px 15px;
    position: relative;
    height:40px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 15px;
}
#main span.widget-title span:after{
    content: "";
    position: absolute;
    right: -38px;
    top: 0px;
    border-color: var(--fs-color-primary) transparent;
    border-style: solid;
    border-width: 0px 38px 38px 0px;
}
#main .widget .is-divider,
#main .widget .is-divider,
#main .widget .is-divider{
    display: none;
}
#main .block_widget .section, #main .block_widget .section, #main .block_widget .section{
    padding:0px;
}
#main .widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart .woocommerce-mini-cart-item{
    margin-left:0px;
    padding-left: 50px;
}
#main .widget.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart .woocommerce-mini-cart-item img{
    width: 40px;
    height: 40px;
}
/*************** CSS HOTLINE  ***************/
.child-flatsome-hotline{
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.child-flatsome-hotline svg{
    fill:var(--fs-color-alert);
}
.child-flatsome-hotline span{
    color:var(--fs-color-alert);
    margin-left:5px;
    display: inline-block;
}
.child-flatsome-hotline svg{
    margin-right:10px;
}
/*************** CSS TITLE  ***************/
.child-flatsome-title{
    width:100%;
    background: rgb(226, 226, 226);
    height:38px;
    overflow: hidden;
}
.child-flatsome-title span{
    display: inline-flex;
    font-weight: 700;
    font-size: 110%;
    background: var(--fs-color-primary);
    color:#FFF;
    padding:5px 15px;
    position: relative;
    height:40px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.child-flatsome-title span:after{
    content: "";
    position: absolute;
    right: -38px;
    top: 0px;
    border-color: var(--fs-color-primary) transparent;
    border-style: solid;
    border-width: 0px 38px 38px 0px;
}

/*************** CSS SHAPE DIVIDER  ***************/

.flatsome-shape-divider-top{
    height: 90px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    transform: rotate(180deg);
}
.flatsome-shape-divider-top svg {
    fill: #FFF;
    width: 100%;
    height: 100%;
}
.flatsome-shape-divider-bottom{
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
}

.flatsome-shape-divider-bottom svg {
    fill: #FFF;
    height: 90px;
    width: 100%;
}
.flatsome-shape-divider-incisor{
    height:40px;
    position: absolute;
    left:0px;
    width:100%;
    bottom: -40px;
}
.flatsome-shape-divider-incisor svg{
    fill:#F1F1F1;
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
}

/*************** CSS HOTLINE LOOP PRODUCT  ***************/
.hotline-contact-product,
.content-contact-product{
    display: block;
    width:100%;
    padding-bottom: 10px;
}
.content-contact-product{
    text-align: center;
}
.hotline-contact-product{
    color: #FF0000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
}
.col.product.type-product .col-inner .hotline-contact-product{
    font-size: 15px;
}
body.single.single-product .product-main .hotline-contact-product{
    font-size: 20px;
    text-transform: uppercase;
}
.autocomplete-suggestions .hotline-contact-product{
    font-size:12px;
}
a.contact-zalo{
    background-image: url(../images/icon-zalo.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position-y: center;
    background-color: #f4f4f4;
    padding:5px 10px 5px 35px;
    color: #03a9f4;
    background-position-x: 10px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 13px;
}
.col.product .col-inner:hover .contact-zalo,
.contact-zalo:hover{
    background-color: #2196f3;
    color:#FFF;
}

/*************** CSS VERTICAL MENU  ***************/
.child-flatsome-menu{
    border:1px solid #EEE;
    border-top:0px;
}
.child-flatsome-menu .header-vertical-menu__fly-out{
    position: relative;
    width:100%;
}
.child-flatsome-menu li{
    margin-left:0px !important;
}
body.home .header-wrapper .header-vertical-menu__fly-out{
    display: none;
}
.ux-nav-vertical-menu .menu-item .nav-dropdown{
    border:0px !important;
}
body.home .header-wrapper.stuck .header-vertical-menu:hover .header-vertical-menu__fly-out{
    display: block;
}
/*************** CSS LETTER  ***************/
.letter .col-inner {
    box-shadow: 2px 2px 20px #0000002b;
    border-top: 13px solid transparent;
    border-image: 16 repeating-linear-gradient(-45deg, #e00000 0, #b20000 1em, transparent 0, transparent 2em, #58a 0, #58a 3em, transparent 0, transparent 4em);
    border-bottom: 13px solid transparent;
}
/*************** CSS BUTTON  ***************/
.child-flatsome-button-single-product strong{
    font-weight: 600;
    width:100%;
}
.child-flatsome-button-single-product button,
.child-flatsome-button-single-product a{
    margin:0px;
    line-height: inherit;
    border-radius: 5px;
    width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding:10px 15px;
    font-size:16px;
    text-transform: uppercase;
}
.child-flatsome-button-single-product p{
    margin:0px;
}
.child-flatsome-button-single-product .col{
    padding:5px;
}
.child-flatsome-button-single-product span{
    font-size:13px;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.child-flatsome-button-single-product.row{
    margin-left:-5px !important;
    margin-right:-5px !important;
}
.product-lightbox .child-flatsome-button-single-product button span,
.product-lightbox .child-flatsome-button-single-product a,
.sticky-add-to-cart.sticky-add-to-cart--active .child-flatsome-button-single-product a,
.sticky-add-to-cart.sticky-add-to-cart--active .child-flatsome-button-single-product button span{
    display: none;
}
.sticky-add-to-cart.sticky-add-to-cart--active .child-flatsome-button-single-product button,
.sticky-add-to-cart.sticky-add-to-cart--active .child-flatsome-button-single-product a{
    font-size:14px;
}
.product-lightbox .child-flatsome-button-single-product .col,
.sticky-add-to-cart.sticky-add-to-cart--active .child-flatsome-button-single-product .col{
    flex-basis: 100%;
    max-width: 100%;
}
.product-lightbox .child-flatsome-button-single-product button,
.sticky-add-to-cart.sticky-add-to-cart--active .child-flatsome-button-single-product button,
.sticky-add-to-cart.sticky-add-to-cart--active .child-flatsome-button-single-product a{
    width:auto;
    padding:5px 10px;
}
.sticky-add-to-cart.sticky-add-to-cart--active .product-title-small strong{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:849px){
    .col.product.type-product .add-to-cart-button a{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}