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

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-main .yith-wcwl-add-button a span:before {
    content: '\f004';
    font-family: 'Font Awesome 6 Pro';
    padding-right: 5px;
}
.widget-title {
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 10px;
    margin-bottom: 0px;
    display: inline-block;
    letter-spacing: 0;
}
span.widget-title {
    display: block;
    font-weight: bold;
    color: black;
    font-size: 16px;
}
ul.menu>li+li, .widget>ul>li+li {
    border-top: none;
}
.row-icon-chi-tiet .icon-box{
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#footer li a{
    font-size: 90%;
}
#footer .footer-section{
        border-top: 1px solid #eee;
}
.div-menu-home > .col-inner{
        border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
}
.section-tin-tuc{
    padding-bottom: 0px !important;
}
.section-tin-tuc .post-item{
    padding-bottom: 0px;
}
.section-tin-tuc .post-item .box-image{
    border-radius: 3%;
}
.badge.post-date .badge-inner {
    border: none;
    border-radius: 4px;
    color: #333;
}
.section-tin-tuc .post-item h5.post-title{
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    min-height: 40px;
}
.div-khach-hang .icon img{
    border-radius: 5px;
}
.div-khach-hang .col-inner{
    border-radius: 5px;
}
.section-title-normal span {
    border-color: var(--primary-color);
}
.div-logo > .col-inner{
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 20px 0;
}
.div-logo > .col-inner .gallery-col{
    padding-bottom: 0px !important;
}
li.html_topbar_left a {
 
    font-size: 14px;
    color: #333;
    font-weight: 700;
}
li.html_topbar_left a i{
         display: block;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
    color: #333;
    margin-bottom: 5px;
    padding-right: 5px;
}
.header-vertical-menu {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.header-main .nav-right > li > a {
    display: block;
    text-align: center;

}
.header-nav-main .header-block {
    display: inline-block;
    width: auto;
}
.header-nav-main.nav-left li a{
    font-weight: 700;
    font-size: 14px;
} 
.nav-dropdown-has-border .nav-dropdown{
    font-size: 13px;
    padding: 5px;
}
.nav-right li a span {
        margin-top: 26px;
    display: block;
    font-weight: 500;
    color: #333;
    font-size: 11px;
}
.icon-shopping-basket:before{
        content: "\f290";
}
i.icon-user:before{
        content: "\f007";
}
i.wishlist-icon:before{
        content: "\f004";
}
.header-main .nav-right li a i {
        font-family: 'Font Awesome 6 Pro' !important;
        font-weight: 300 !important;

    display: block;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
    color: #333;
    margin-bottom: 5px;
}
.section-icon-chinh-hang .row .col{
    padding-bottom: 0px  !important;
}
.section-icon-chinh-hang .icon-box-text p{
    margin-bottom: 5px;
}
.section-icon-chinh-hang .icon-box-text h3{
    font-size: 90%;
}
.sticky-icon-links {
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 9999;
}
.div-khach-hang .box h4{
    color: #00aae7;
    font-size: 90%;
    font-style: italic;
}
.sticky-icon-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding: 0.5rem;
    border-radius: 3rem;
    margin: 0;
    background: #333;
}
.sticky-icon-links li {
    position: relative;
}
.sticky-icon-links li:not(:last-child) {
    margin-bottom: 5px;
}
.sticky-icon-links a.zalo {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sticky-icon-links li a {
    display: flex;
    align-items: center;
    transition: color 0.3s,background 0.3s;
    border-radius: 50%;
    color: #fff;
    perspective: 200px;
}
.sticky-icon-links li a img {
    width: 25px;
}
.form-minimal.quantity .qty {
        height: 43px;
    width: 70px;
    min-width: 70px;
}
.quantity .button.plus {
    border-radius: 0 4px 4px 0;
}
.quantity .button.minus {
    border-radius: 4px 0 0 4px;
}
.quantity .button.minus {
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.quantity .button.plus {
    border-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

form.cart input.is-form {
    padding: 0 15px;
}
.expanded-label {
    position: absolute;
    display: block;
    padding: 10px 20px;
    right: 140%;
    top: 50%;
    transform: translate(0%,-50%) rotateY(-60deg);
    transform-origin: right;
    border-radius: 7px;
    background-color: #333;
    color: #fff;
    perspective: 300px;
    transform-style: preserve-3d;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s,visibility 0.3s,transform 0.3s cubic-bezier(.22,.61,.36,1);
    visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
}
.single_add_to_cart_button i{
    display: none;
}
form.cart .single_add_to_cart_button {
    width: 100%;
    border-radius: 4px;
}
form.cart .single_add_to_cart_button:before {
    content: "\f290";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 500;
    font-size: 20px;
    margin-right: 10px;
}
form.cart {
    display: flex;
}
.sticky-icon-links li i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 20px;
}
a:hover>.expanded-label {
    transform: translate(0,-50%);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s,transform 0.3s cubic-bezier(.22,.61,.36,1);
}
.sticky-icon-links li a:focus, .sticky-icon-links li a:hover {
    text-decoration: none;
    background: linear-gradient(104deg,#1c72dd,#5349ff);
}
.expanded-label:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-left-color: #333;
    top: 50%;
    margin-top: -10px;
    right: -20px;
}
.row-icon > .col > .col-inner {
    border: 1px solid #EEE;
    border-radius: 3px;
    padding: 20px 10px;
}
.row-icon .col{
    padding-bottom: 0px;
}
.row-icon .icon-box-text h4{
font-size: 14px
}
.row-icon .icon-box-text p{
    font-size: 12px;
}
.header-nav .header-search-form-wrapper form input {
    height: 44px;
    box-shadow: none;
    border: none;
    background-color: transparent;
    font-size: 12px;
    border-radius: 0;
}
.header-nav.header-bottom-nav:hover .header-vertical-menu__opener {
    color: #FFF;
    background-color: #08a4c2;
    cursor: pointer;
}
.header-bottom {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.header-search-form-wrapper form {
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #08a4c2;
    border-radius: 3px;
}
.header-bottom .flex-col.flex-center {
    max-width: 60%;
    width: 60%;
}
.header-bottom .flex-row {
    gap: 30px;
}
.price_slider_wrapper{
    padding-top: 20px;
}
.wcva_filter-widget-title span.wcva_layered_widget_attribute_name{
    display: none;
}
.wcva_filter-widget-title{
    text-transform: uppercase;
    font-size: 16px;
}
.div-no-padding{
    padding-bottom: 0px !important;
}
.product-small.col .badge-inner {
    font-weight: normal;
    font-size: 12px;
    background-color: transparent;
    background-color: transparent;
}
.product-small.col .badge-container {
    margin: 0;
}
.product-small .product-title{
       font-size: 16px;
    font-weight: bold;
}
.product-small span.price{
        font-size: 17px;
}
.product-small.col .badge-container .badge {
    position: absolute;
    top: 15px;
    padding: 8px 10px;
    background: #ff5e19;
    box-shadow: -1px 2px 3px rgb(0 0 0 / 30%);
    height: unset;
    margin-left: 0;
}
.product-small.col .badge-container .badge:before {
    width: 7px;
    height: 120%;
    top: 0;
    left: -6.5px;
    padding: 0 0 7px;
    background: inherit;
    border-radius: 5px 0 0 5px;
    position: absolute;
    content: '';
}
.product-small.col .badge-container .badge:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    bottom: -5px;
    left: -4.5px;
    background: #ff5e19;
    border-radius: 5px 0 0 5px;
}
.section-banner #text-4075795377 {
        font-size: 1.8rem !important    ;
}
.section-banner .text h2{
        font-size: 2.9em;
}
h3.title-home{
        font-size: 280%;
}
h2.title-banner{
    font-size: 450%;
}
.banner-1{
        background-image: linear-gradient(
247deg
,#ff986b 0%,#ff5454 100%);
    border-radius: 15px;
}
.banner-2{
    background-color: #000 !important;
    border-radius: 15px;
}
.banner-3{
    background-image: linear-gradient(
247deg
,#bfc3ce 0%,#8d949e 100%);
    border-radius: 15px;
}
#text-1595765057 {
    font-size: 2rem;
}
.header-bottom-nav ul.nav-dropdown{
    background: #3365C1
}
.header-bottom-nav ul.nav-dropdown li a{
    color: white;
}
.header-bottom-nav ul.nav-dropdown li:hover{
    background: black;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a{
    border-bottom: none;
}

.shop-page-title .page-title-inner{
    padding-top: 0px;
}
.div-breadcrumb p{
    margin-bottom: 0px;
}
.div-breadcrumb{
    padding-top: 10px;
}

.post-sidebar{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.related-products-wrapper{
    padding-top: 10px;
}
.div-khuyen-mai p{
    margin-bottom: 4px
}
table.variations{
        margin-top: 14px;
    margin-bottom: 0px;
}
.product-footer .right span.widget-title{
      border:none;
      background: #3365C1 !important;
    padding: 13px 20px 8px 20px;
    font-size: 17px !important;
    color: white !important;
    position: relative;
    display: inline-block;
    margin: 0;
    border-top: none;
}
.product-footer .right  span.widget-title:after{
        content: "";
    width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-left: 27px solid #333333;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -27px;
}

.div-khuyen-mai  p:before {
    content: '';
    margin-left: 5px;
    background: url(images/check.png) no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin-right: 10px;
    float: left;
    margin-top: 2px;
}
.div-khuyen-mai .km {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #e2e2e2;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.div-khuyen-mai{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin-top: 5px;
    line-height: 22px;
}



.footer-section .widget_nav_menu{
padding: 0px !important;
}



label.selectedswatch.wcva_single_textblock {
    /* min-height: 104px !important; */
    /* background: #333; */
    color: black;
    /* border: solid 0px white !important; */
    /* outline: solid 0px #9C9999 !important; */
    line-height: 22px;
    padding: 7px 10px;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-radius: 20%;
    border: 1px solid #f9a519 !important;
    background: #fffaf1;
}

.single-product #product-sidebar{padding-bottom:0; padding-left:15px}.product-main {
    padding: 20px 0 10px 0;
}.product-info .breadcrumbs {
    text-transform: none;
    font-size: 14px;
}
.widget .is-divider{display:none}

.nut-dang-ky:hover{color:white}
.nut-dang-ky{
    background: #FFA000;
    padding: 8px 15px;
    text-align: center;
    color: white;
    border-radius: 22px;
    font-size: 15px;font-weight:500}
#breadcrumbs {
    margin-bottom: 10px;
    font-size: 15px;
}.blog-single .entry-header .entry-meta {
    font-size: 14px !important;
    letter-spacing: 0;
    text-transform: none;
    color: gray !important;
    background: none;
    border-top: none !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
}.is-divider {
    display: none;
}

.xem-them .tieu-de-xem-them {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    color: black;
}
.xem-them ul li {
    margin-bottom: 3px;
}
.xem-them ul li a {
    font-weight: 700;
    font-size: 16px;
    color: #2a9e2f;
}
.xem-them ul li a:hover {
    text-decoration: underline;
}
.blog-single .entry-meta {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    color: gray;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
    background: #f9f9f9;
}
.danh-muc {
    margin-bottom: 15px;
}
.danh-muc span.title, .the-tim-kiem span.title {
    border-radius: 4px;
    background: #126e32;
    padding: 4px 10px;
    color: white;
    margin-right: 5px;
}
.danh-muc a, .the-tim-kiem a {line-height:32px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 4px 10px;
    background: #dedede;
    color: #464646;
}
.danh-muc a:hover, .the-tim-kiem a:hover {
    background: #6dca19;
    color: white;
}
.bai-viet-lien-quan {
    margin-top: 15px;
}
.bai-viet-lien-quan h3 {
    font-size: 19px;
    color: black;
}
.bai-viet-lien-quan ul {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.bai-viet-lien-quan ul li {
    list-style: none;
    width: 25%;
    color: graytext;
    float: left;
    padding-left: 4px;
    padding-right: 5px;
}
.bai-viet-lien-quan ul li .box-image img {
    height: 120px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}
.bai-viet-lien-quan h4 {
    font-size: 15px;
    color: black;
    line-height: 19px;
    padding-top: 7px;
    height: 64px;
    overflow: hidden;
}



.blog-single .blog-share {
    text-align: left;
}.blog-single .entry-meta {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    color: gray;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
    background: #f9f9f9;
}.danh-muc {
    margin-bottom: 15px;
}.danh-muc span.title, .the-tim-kiem span.title {
    border-radius: 4px;
    background: #E91E63;
    padding: 4px 10px;
    color: white;
    margin-right: 5px;
}.danh-muc a, .the-tim-kiem a {
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 4px 10px;
    background: #dedede;
    color: #464646;
}.danh-muc a:hover, .the-tim-kiem a:hover {
    background: #FF9800;
    color: white;
}
.shop-page-title{
    padding-top: 10px;
}

.blog-archive .archive-page-header .large-12 {
    text-align: left;
    padding-bottom: 0px;
}
.blog-archive {
    background: #f7f7f7;
}.blog-archive .post-item .box-text {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 10px 20px 10px;
    background: white;
}.box-blog-post .is-divider {
    display: none;
}
.blog-archive .post-item .from_the_blog_excerpt {height:40px; overflow:hidden
}

.archive .product-small.box .box-text{    padding: 15px 10px;
    text-align: center;}
a.back-to-top{background:#333333 !important; border:none !important; color:white}
.woocommerce-ordering select{font-size:14px}
.blog-archive .post-item a:hover{color:black}.page-wrapper {
    padding-top: 30px;
    padding-bottom: 0;
}
.blog-archive .post-item .box-image{border-top-left-radius:5px; border-top-right-radius:5px}
.san-pham-lien-quan h2{font-size:20px}h1.entry-title.mb {
    margin-bottom: 15px;
    text-transform: none;
    letter-spacing: 0;
}
#payment button{border-radius:5px; text-transform:none}
.woocommerce-cart .large-12 .col-inner > .woocommerce{box-shadow: 2px 2px 20px #0000001a;
    padding: 20px;
    border-radius: 5px;
}
.cart_totals .button {
    border-radius: 5px;
    text-transform: none;
}

.button-continue-shopping, .button.primary.mt-0.pull-left{border-radius:5px; text-transform:none;}
.woocommerce-input-wrapper input{font-size: 14px;
    border-radius: 5px;
    box-shadow: none;}
.widget_shopping_cart_content .woocommerce-mini-cart{border:none; box-shadow:none; padding:0}p.form-row-first, p.form-row-last{width:100%}
.widget_shopping_cart_content{padding:15px}
.widget_shopping_cart_content a.button{text-transform:none; border-radius:5px; color:white}
.devvn_prod_cmt{max-width:100%}

@media(max-width: 855px){
    .sticky-icon-links {
    top: auto;
    bottom: 90px;
}
    .div-menu-home{
        padding-bottom: 10px !important;
    }
        .section-slide{
            padding-bottom: 0px !important;
        }
    .section-slide .banner{
            padding-top: 400px !important;
    }
    .title-banner{
font-size: 3em !important;
    }
     .section-slide .banner .img{
    
    width: 45% !important;
     }

     .section-banner .banner .text-box {
        right: 0% !important;
     }
    .section-banner .banner{
        padding-top: 300px !important
    }
    .section-banner .text h2 {
    font-size: 1.5em !important;
}
.title-big{
    font-size: 1.0em !important;
}
    h3.title-home {
    font-size: 224% !important;
}
    .category-page-row{
        padding-top:0px !important;
    }
    .product-tabs .description_tab {
        width:auto !important;
    }
    .single-product .product-main,.single-product .product-info{
        padding-bottom:0px !important;
    }
    .product-info .single_add_to_cart_button{
    width: 100%;
    margin-bottom: 10px;
}

.fa-cart-plus{padding-right:0}
.row2 .row-info .cot1, .row2 .row-info .cot2, .row2 .row-info .cot3{width:100%; padding:10px 0}
.row-info .left, .row-info .right{width:100%; padding:10px 0}.related .product-small.box .box-text {
    padding: 10px 5px;
}.tdk-product-loop-custom-product-meta .version, .tdk-product-loop-custom-product-meta .last-updated-date{font-size:12px}
.related .product-small.col{padding:5px}
.archive .product-small.col{padding:5px}.archive .product-small.box .box-text {
    padding: 10px 5px;}
}


@media(min-width: 1023px){
    .header-main .nav-right li a i {
    
    margin-top: -50px;

}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.bai-viet-lien-quan ul li {
    width: 50%;
}
.bai-viet-lien-quan ul li .box-image img {
    height: 90px;
}

}