/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/*  Hotline & Chat*/
.mobile-hotline {
    display: none
}

.hotline {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 9000;
    display: block;
    background: #fac100;
    color: red;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 99px;
}

.hotline .hotline-number {
    font-size: 20px;
    color: #b20000;
    font-weight: bold
}

@media (max-width: 1024px) {
    .scrollToTop {
        bottom: 65px !important;
        right: 12px;
    }
}

@media (max-width: 767px) {

    .hotline {

        display: none;

    }

    .alo_div_nvtv {
        display: none !important;
    }

    .input-phone {
        width: 100% !important;
    }

    .mobile-hotline {
        display: block;
        bottom: 0;
        width: 100%;
        position: fixed;
        z-index: 2;
        margin: 0px 0px 0px -15px;
    }

    .mobile-hotline .mobile-hotline-left {
        width: 40%;
        float: left;
        text-align: center;
        background: #a1801b;
        margin-top: 7px;
        height: 45px;
    }

    .mobile-hotline .mobile-hotline-left a {
        color: white;
        line-height: 46px;
        font-size: 16px;
        font-weight: bold
    }

    .mobile-hotline .mobile-hotline-mid {
        width: 30%;
        float: right;
        text-align: center;
        background: #a1801b;
        margin-top: 7px;
        height: 45px;
    }

    .mobile-hotline .mobile-hotline-mid a {
        color: white;
        line-height: 46px;
        font-size: 16px;
        font-weight: bold
    }

    .mobile-hotline .mobile-hotline-right {
        width: 30%;
        float: right;
        text-align: center;
        background: #a1801b;
        margin-top: 7px;
        height: 45px;
    }

    .mobile-hotline .mobile-hotline-right a {
        color: white;
        line-height: 46px;
        font-size: 16px;
        font-weight: bold
    }
}

.tag_in_productcat,
.devvn-title-cat {
    font-size: 0;
    margin: 0 0 12px 0;
}

.tag_in_productcat a,
.devvn-title-cat a {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    margin: 0 5px 5px 0;
    background: #e6e6e6;
}

.tag_in_productcat a:hover,
.devvn-title-cat a:hover {
    background-color: #a1801b;
    color: #fff;
}

a.devvn-title-read-more {
    float: right;
    font-size: 14px;
    margin-top: 15px;
    vertical-align: middle;
    line-height: 1;
}

/* f113 */
a.devvn-title-read-more:after {
    content: "\f113";
    font-family: woodmart-font;
    margin: 0px 0 0 7px;
    display: inline-block;
    font-size: 15px;
    position: relative;
    top: 2px;
}

.footer-sidebar .widget_recently_viewed_products {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 9999;
    background: #ffff;
    width: 280px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    transform: translate3d(280px, 0, 0);
    -moz-transform: translate3d(280px, 0, 0);
    -webkit-transform: translate3d(280px, 0, 0);
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.open_sp_daxem .footer-sidebar .widget_recently_viewed_products {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.footer-sidebar .widget_recently_viewed_products ul.product_list_widget {
    max-height: 330px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 200px;
}

.footer-sidebar .widget_recently_viewed_products h5.widget-title {
    position: absolute;
    background-color: #a48100;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    display: block;
    padding: 7px 10px;
    border-radius: 5px 5px 0 0;
    transform: rotate(-90deg) translate3d(-100%, -100%, 0);
    transform-origin: top left;
    -webkit-transform: rotate(-90deg) translate3d(-100%, -100%, 0);
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
}

.open_sp_daxem .autoAdsMaxLead-widget {
    display: none !important;
}

a.devvn_buy_now.devvn_buy_now_style {
    background: #a1801b;
}

.devvn-popup-title {
    background: #a1801b;
}

.popup-customer-info-group .devvn-order-btn {
    background: #a1801b;
    color: #fff;
}

.devvn_cmt_input textarea {
    min-height: auto;
}

.devvn_cmt_input textarea {
    border-radius: 7px 7px 0 0;
    border-color: #dddddd;
}

.devvn_cmt_form_bottom {
    border-radius: 0 0 7px 7px;
    border-color: #dddddd;
}

#comments a.btn-reviews-now,
.woocommerce #review_form #respond p.form-submit input#submit,
.woocommerce #reviews #comments ol.commentlist #respond p.form-submit input#submit {
    background-color: #a1801b;
}

span.devvn_num_reviews {
    color: #a1801b;
}

i.devvn-star {
    color: #eabe12;
}

#review_form .comment-form-rating p.stars:hover a:before,
.woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating p.stars:hover a:before {
    color: #eabe12 !important;
}

button#devvn_cmt_submit,
button#devvn_cmt_replysubmit {
    background-color: #a1801b;
    color: #fff;
}

.woocommerce #reviews .star-rating span:before {
    color: #eabe12;
}

span.devvn_perc_rating {
    background-color: #a1801b !important;
}

span.star_average {
    color: #a1801b;
}

ul.vc_tta-tabs-list li.vc_tta-tab a {
    padding: 0 !important;
    margin: 10px 40px 10px 0;
}

.hot-deal .labels-rounded {
    display: block !important;
}

@media (min-width: 767px) {
    ul.vc_tta-tabs-list span.vc_tta-title-text {
        font-size: 26px;
    }

}

/*@media (min-width: 992px) {
    div#reviews {
        float: left;
        width: 49% !important;
    }
    div#hoi-dap {
        width: 49% !important;
        float: right;
    }
    div#reviews.woocommerce-Reviews {
        border-bottom: 0;
        margin-bottom: 0;
    }
    .devvn_prod_cmt > strong {
        font-size: 18px;
        font-weight: 700;
        color: #2D2A2A;
        text-transform: uppercase;
        margin-bottom: 16px;
    }
    .woocommerce #reviews #comments h2 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .devvn_cmt_input textarea {
        height: 96px !important;
    }

}*/
@media (max-width: 1024px) {
    .tag_in_productcat {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .devvn-title-cat .wpb_wrapper {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
}

/*lazyload*/
/*.h-lazy,.lazy,.lazyloading,.lazy-hidden {
    opacity: 1;
    transition: opacity 300ms;
    background: url('hoangweb/asset/loader.gif') no-repeat center;  
    background-size: auto !important;
    min-height: 20px;
    min-width: 20px;
}*/
img {
    aspect-ratio: attr(width) / attr(height);
}

/*wp video & custom*/
.video.video-fit.lazy-vd {
    padding: 0px !important;
}

.start-video {
    position: absolute;
    top: 37%;
    padding: 0px;
    left: 45%;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s;
    background: #dadada;
    border-radius: 50%;
}

.widget_media_video iframe {
    width: 100%;
    min-height: 400px;
}

mediaelementwrapper>iframe {
    width: 100%;
    height: 100%;
}

.mejs-overlay-play {
    width: 100% !important;
}

body.single-product table.variations td.label>label {
    display: block !important;
}

@media (max-width: 1024px) {
    .home .products.elements-grid.grid-columns-5 .product-grid-item:nth-child(5) {
        display: none;
    }
}

@media (max-width: 768px) and (min-width: 576px) {

    .home .products.elements-grid.grid-columns-5 .product-grid-item:nth-child(5),
    .home .products.elements-grid.grid-columns-5 .product-grid-item:nth-child(4) {
        display: none;
    }
}

@media (max-width: 575px) {
    .home .products.elements-grid.grid-columns-5 .product-grid-item:nth-child(5) {
        display: none;
    }
}

/* Hoang */
body,
.font-text,
.menu-item-register .create-account-link,
.menu-label,
.widgetarea-mobile .widget_currency_sel_widget .widget-title,
.widgetarea-mobile .widget_icl_lang_sel_widget .widget-title,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title,
.woodmart-more-desc table th,
.product-image-summary .shop_attributes th,
.woocommerce-product-details__short-description table th {
    font-family: Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}

.blog-post-loop .entry-title,
.post-single-page .entry-title,
.single-post-navigation .post-title,
.portfolio-entry .entry-title,
td.product-name a,
.category-grid-item .wd-entities-title,
.product-image-summary .entry-title,
.autocomplete-suggestion .suggestion-title,
.widget_recent_entries ul li a,
.widget_recent_comments ul li>a,
.woodmart-recent-posts .entry-title a,
.woodmart-menu-price .menu-price-title,
.product-title,
.product-grid-item .product-title,
.group_table td.label a {
    font-family: Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}

.woodmart-title-style-underlined .liner-continer {
    border-bottom: 2px solid rgba(119, 119, 119, 0.17);
}

.category-grid-item .wd-entities-title {
    color: #333;
    font-weight: 600;
    line-height: 1.5;
}

.woodmart-title-style-underlined.woodmart-title-color-default .title {
    border-color: #CCC;
}

.woodmart-title-style-underlined .title {
    display: inline-block;
    margin-bottom: -2px;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
}

.woodmart-title-size-medium .woodmart-title-container {
    font-size: 26px;
}
.blog-post-loop .wd-entities-title {
    margin-bottom: 10px;
    word-wrap: break-word;
    font-weight: 600;
}
@media (min-width: 1025px) {
    .category-grid-item .wd-entities-title {
        font-size: 13px !important;
    }

    .owl-items-lg-4 .post-slide .entry-title {
        font-size: 20px;
    }
}