/*
 Theme Name:   The Coffee shop
 Version:      1.0.0
 Text Domain:  thecoffeeshop
*/

/* header */
#myBtn {
    display: none;
    position: fixed;
    bottom: 160px;
    right: 30px;
    z-index: 99;
    font-size: 25px;
    outline: none;
    background: #fff;
    color: #333;
    cursor: pointer;
    padding-bottom: 7px;
    border-radius: 31px;
    border: 1px solid #ddd;
    width: 45px;
    height: 45px;
    opacity: 0.8;
}

#myBtn:hover {
    background: #333;
    color: #fff;

}


.header-search {
    background: #f8f8f8;
    padding-top: 10px;
}
.customize-support{
    position: relative;
}
.container{
    max-width: 1600px;
}
#menu-desktop {
    background-color: rgba(198, 178, 153, 0.207843);
    z-index: 50;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}
.menu-header {
    display: flex;
    transition: all ease .3s;
    justify-content: space-between;
}
.logo-header img{
    padding-top: 4px;
}
.nav_primary{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu{
    display: flex;
    grid-gap: 20px;
}
.menu .nav_primary li a:hover{
    color: #ea8024;
}
.menu .nav_primary li ul{
    list-style: none;
    padding: 0;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
    padding: 5px 0px 0px;
    position: absolute;
    display: none;
    top: 47px;
    z-index: 12;
}
.menu .nav_primary li ul:before{
    content: "";
    position: absolute;
    top: -14px;
    left: 40px;
    border-top: 7px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
}
.menu .nav_primary li ul li a{
    font-size: 14px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    float: left;
    min-width: 160px;
    padding: 5px 7px;
    margin: 2px 0 0;
}
.menu .nav_primary li ul li a:hover{
    color: #ea8024;
}
.cart-desktop{
    color: #fff;
    position: relative;
    padding-top: 5px;
    font-size: 21px;
}

.cart-desktop a i{
    color: #fff;
}
.cart-desktop span {
    color: #fff;
    position: absolute;
    right: -11px;
    top: 9px;
    background: orange;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    text-align: center;
}
.page-search{
    padding-top: 50px;
}
.page-search .content-lien-he h1 {
    padding: 20px 0px;
}
.search-desktop{
    color: #fff;
    font-size: 21px;
    padding-top: 5px;
    position: relative;
}
.search-desktop #search{
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    top: 44px;
    right: -8px;
    display: none;
    z-index: 15;
}
.search-desktop #search input{
    width: 251px;
    max-width: 100%;
    outline: none;
    background: #fff;
    min-width: 160px;
    padding: 5px 9px;
    margin: 2px 0 0;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.nav_primary >li{
    position: relative;
    padding: 12px 16px;
}
.nav_primary >li >a{
    position: relative;
    display: block;
    white-space: nowrap;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}
.nav_primary >li span {
    color: #fff;
    position: absolute;
    top: 8px;
    right: -9px;
    padding: 0px 10px;
    font-size: 19px;
}
.header-mobile{
    display: none;
}
.main-menu-mobile {
    left: -100%;
    position: absolute;
    display: none;
}

/* homepage*/
.price-new >span >bdi{
    font-size: 15px;
    color: #e32124;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    text-decoration: none;
}
.modal-dialog {
    max-width: 900px;
}
.modal-quick-view{
    display: flex;
    grid-gap: 65px;
}
.thumbnail-quick-view{
    width: 555px;
}
.thumbnail-quick-view img{
    width: 100%;
    height: auto;
}
.content-quick-view{
    text-align: left;
    color: #333333;
    width: 100%;
}
.content-quick-view h2{
    font-size: 15px;
}
.content-quick-view .price{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.content-quick-view .price del{
    font-size: 16px;
    font-weight: 500;
    padding-top: 5px;
    color: #626060;
}
.content-quick-view .price ins{
    font-size: 20px;
    color: #e32124;
    font-weight: bold;
    margin-right: 10px;
    text-decoration: none;
}
.quick-view-add-to-cart{
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
}
.content-quick-view .quick-view-add-to-cart button{
    margin-right: 15px;
    margin-top: 20px;
    padding-left: 45px;
    border: none;
    position: relative;
    display: inline-block;
    font-weight: bold;
    height: 48px;
    width: 200px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: linear-gradient(#ec1010,#da0b00);
    background-color: #da0b00;
}
.content-quick-view .quick-view-add-to-cart button a{
    color: #fff;
    text-decoration: none;
}
.content-quick-view .quick-view-add-to-cart button .icon_cart_btn{
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    background: center center no-repeat #c11212;
}
.banner {

    display: flex;
    position: relative;
}
.banner >.icon-left{
    position: absolute;
    top: 45%;
    z-index: 1;
    background: #fff;
    padding: 10px 12px;
    opacity: 0.7;
    display: none;
}


.banner >.icon-right{
    position: absolute;
    top: 45%;
    z-index: 1;
    right: 0;
    background: #fff;
    padding: 10px 12px;
    opacity: 0.7;
    display: none;
}
.slick-list:hover .icon-right{
    display: block;
}
.content_1{
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
}
.noi-dung{
    text-align: -webkit-center;
    background: no-repeat center right;
}
.noi-dung-1{
    width: 1200px;
    text-align: center;
}
.content_title h2{
    font-size: 40px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding-top: 50px;
}
.content_title >p{
    margin: 15px 0 0;
    font-size: 17px;
    color: #000;
    font-weight: 400;
}
.content_image{
    text-align: left;
}
.content_image >.content_image_0{
    position: relative;
}
.content_image img +img{
    margin-top: -70px;
    z-index: 2;
}
.list-anh{
    column-count: 4;
}
.list-anh >img{
    width: 100%;
    height: auto;
}
.list-anh-group-1{
    margin-bottom: -3px;
}
.list-anh-group-1 img{
    width: 100%;
    height: auto;
}
.anh-group-1-1{
    padding: 2px;
}
.list-anh-group-1-2{
    padding: 2px;
}
.anh-group-1-2-0{
    padding: 0px 2px 0px 11px;
}
.anh-group-1-2-1{
    padding: 0px 11px 0px 2px;

}
.anh-group-1-3{
    padding: 2px 11px;
}
.anh-group-1-4{
    padding: 4px 2px;
}

.list-anh-group-2 img{
    width: 100%;
    height: auto;
}
.anh-group-2-1{
    padding: 2px;
}
.list-anh-group-2-2{
    padding: 2px;
}
.anh-group-2-2-0 {
    padding: 0px 3px 4px 11px;
}
.anh-group-2-2-1 {
    padding: 0px 3px 4px 11px;
}
.anh-group-2-3{
    padding: 0px 12px 10px 0px;
}
.anh-group-2-4{
    padding: 2px 2px;
}
.content_3{
    margin: 20px 0px;
}
.content_4{
    margin: 20px 0px;
}
.content_5{
    margin: 20px 0px;
}
.group-collection{
    text-align: -webkit-center;
}
.title-collection{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}
.title-collection >span{
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 3px;
}
.share {
    position: absolute;
    right: 2px;
    top: 9px;
    padding: 2px 10px;
    font-size: 14px;
}
.share >a{
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.share i{
    color: #fe708a;
    font-size: 20px;
}
.title-collection >span:after{
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #333333;
}
.collection{
    display: flex;
    width: 1200px;
    flex-wrap: wrap;
    grid-gap: 14px;
}
.collection .product-information{
    width: 24%;
    border: 1px solid #EFEFEF;
    height: auto;
    position: relative;
}
.collection .product-information::before {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    height: 5px;
    opacity: 0;
    top: -6px;
    FONT-VARIANT: JIS04;
    FONT-VARIANT: JIS04;
    transition-duration: 0.3s;
    transition-property: opacity;
}
.collection .product-information:hover::before {
    opacity: 1;
}
.collection .product-information:hover::after {
    opacity: 1;
}
.collection .product-information::after {
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 5px;
    opacity: 0;
    bottom: -6px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.product-information:hover >.product-information-image >a >img{
    transform: scale(1.1);
    transition: all 0.7s ease;
    overflow: hidden;
}
.product-information-image{
    position: relative;
    overflow: hidden;
}
.product-information-image >a >img{
    width: 100%;
    height: auto;
    transition: all .4s ease-in-out;
    overflow: hidden;
}
.product-information-image >a >.onsale{
    background: #ff9600;
    position: absolute;
    top: 22px;
    right: 11px;
    font-weight: bold;
    color: #fff;
    width: 50px;
    height: 30px;
    padding: 3px 0px;
}
.product-information-content{
    text-align: left;
    padding: 10px;
}
.product-information-content >a{
    margin: 0;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 15px;
    color: #333333;
    text-decoration: none;
    font-weight: 600;
}
.price-new{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 10px 0px;
}
.price-new >del{
    color: #858585;
    font-size: 14px;
}
.price-new >ins{
    font-size: 15px;
    color: #e32124;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    text-decoration: none;
}
.onsale:before{
    border-right: 6px solid #ff9600;
    content: "";
    position: absolute;
    left: -12px;
    top: 9px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
}

.product-buttons{
    text-align: center;
    height: 60px;
    position: relative;
}
.product-buttons >#quickview{
    font-size: 14px;
    padding: 10px 12px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    text-transform: uppercase;
    background: #fff;
    color: #666;
    font-weight: bold;
    position: absolute;
    left: 82px;
    transition: 0.4s ;
    top: 12px;
    box-shadow: none;
}
.product-buttons >.btn-addtocart{
    font-size: 14px;
    padding: 10px 12px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    text-transform: uppercase;
    background: #fff;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    z-index: 1;
    left: 81px;
    position: absolute;
    top: 12px;
}
.product-buttons >.whist-list{
    font-size: 14px;
    padding: 10px 12px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    text-transform: uppercase;
    background: #fff;
    color: #666;
    font-weight: bold;
    position: absolute;
    right: 91px;
    transition: 0.4s ;
    top: 12px;
}
#quickview:hover{
    background: #333;
    color: #fff;
}
.whist-list:hover{
    background: #333;
    color: #fff;
}
.btn-addtocart:hover{
    background: #333;
    color: #fff;
    transition: 0.7s ;
}
.product-information:hover #quickview{
    left: 38px;
    transition: 0.7s ;
}
.product-information:hover .whist-list{
    right: 38px;
    transition: 0.9s ;
}
.collection-post{
    display: flex;
    width: 1200px;
    flex-wrap: wrap;
    grid-gap: 14px;
}
.collection-post .new-post{
    width: 32%;
    height: auto;
    position: relative;
    padding: 0px 7px;
}
.new-post-image a img{
    width: 100%;
    height: auto;
}
.new-post-content{
    display: flex;
    position: absolute;
    top: 175px;
    width: 100%;
}
.new-post-content .new-post-time{
    background-color: #ec5198;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 15px;
    text-align: center;
    display: block;
    height: 64px;
    margin-top: 27px;
    width: 20%;
    padding: 3px 0px;
}
.new-post-content .new-post-time hr{
    margin: 7px 16px;
}
.new-post-content .post-content{
    background-color: #fff;
    text-align: left;
    padding: 2px 5px;
    width: 81%;
}
.new-post-content .post-content a {
    text-decoration: none;
}
.new-post-content .post-content a h1{
    font-size: 14px;
    color: #333;
    font-weight: 700;
    margin: 5px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
}
.new-post-content .post-content p{
    font-size: 14px;
    color: #666;
    overflow: hidden;
}


/* Giới thiệu*/
.gioi-thieu{
    padding-top: 50px;
}
.tieu-de-gioi-thieu{
    background: #F8F8F8;
    margin-bottom: 10px;
}
.tieu-de{
    display: flex;
    grid-gap: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tieu-de a{
    font-size: 15px;
    color: #3E3E3E;
    white-space: nowrap;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li {
    padding-left: 7px;
}
.tab-content a{
    text-decoration: none;
}
.tieu-de p{
    font-size: 14px;
    color: #3E3E3E;
    white-space: nowrap;
    text-decoration: none;
    margin: 0;
}
#tabs{
    display: flex;
    border: none;
    grid-gap: 64px;
}
.ui-tabs-nav{
    border: none;
    background: #ffff;
    padding: 25px 0px;
}
.ui-tabs-nav >.ui-tabs-tab{
    background: none;
    border: none;
}
.ui-tabs-nav li a{
    padding: 12px 0px !important;
}
.ui-tabs-nav >.ui-state-active a{
    color: #e60f1e;
    position: relative;
    width: 100%;
    display: inline-block;

}
.tab-content{
    border-left: 1px solid #d7d7d7;
}
#tabs-1{
    color: #333;
    font-size: 15px;
    font-weight: 500;
}
#tabs-1 ul{
    list-style: none;
    padding: 0;
}
#tabs-2{
    color: rgb(127, 127, 127);
    font-size: 16px;
    font-weight: 500;
}
#tabs-1 h1{
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #161616;
    display: table;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 600;
}
#tabs-1 h1:after {
    content: "";
    float: right;
    width: 27px;
    background: #333;
    height: 1px;
    margin: 9px;
}
#tabs-2 h1{
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #161616;
    display: table;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 600;
}
#tabs-2 h1:after {
    content: "";
    float: right;
    width: 27px;
    background: #333;
    height: 1px;
    margin: 9px;
}
/* page archive product*/
.woocommerce-ordering{
    display: none !important;
}
.image-banner-archive-product img{
    width: 100%;
}
.fill{
    padding-top: 30px;
}
.products{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    grid-gap: 11px;
    padding: 0;
    margin: 16px 0px;
}
.products .fillter-description{
    display: none;
}
.products-collums {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    grid-gap: 11px;
    padding: 0;
    margin: 16px 0px;
    flex-direction: column;
}
.products-collums li {
    width: 100% !important;
    display: flex;
    grid-gap: 30px;
}
.products-collums li a {
    text-decoration: none;
    text-align: left;
    grid-gap: 30px !important;
}
.products-collums li a {
    width: 500px;
    height: auto;
    position: relative;
}
.products-collums .content-product-titile{
    padding-top: 45px;
    text-align: left;
}
.products-collums li .ajax_add_to_cart {
    width: 135px;
}
.products-collums li .product-buttons >.btn-addtocart {

    left: 118px !important;
    top: 12px!important;;
    width: 110px;
}
.products-collums .product-buttons >.whist-list {
    right: 106px;
    top: 12px;
    width: 45px;
}
.products-collums .product-buttons >#quickview {
    left: 118px;
}
.products-collums li:hover #quickview {
    left: 69px !important;;
    transition: 0.7s;
}
.products-collums .product-buttons >#quickview {
    width: 44px;
}
.products-collums a .price {
    padding: 7px 0px !important;
}
.products-collums li:hover .whist-list {
    right: 57px !important;
    transition: 0.9s;
}
.products-collums .product-buttons{
    width: 334px;
}
.products-collums li .content-product-titile h2 {
    height: 20px !important;
    padding: 0 !important;
}
.products-collums >li >.content-product-titile >.price {
    padding: 0 !important;
}
.products-collums .fillter-description{
    font-size: 15px;
    color: #726b6b;
    font-weight: 500;
    display: block !important;
}

.woocommerce-ordering{
    display: flex;
    justify-content: space-between;
}
.view-mode{
    display: flex;
}
.layout-archive-product .products li::before {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    height: 5px;
    opacity: 0;
    top: -6px;
    FONT-VARIANT: JIS04;
    FONT-VARIANT: JIS04;
    transition-duration: 0.3s;
    transition-property: opacity;
}
.layout-archive-product .products li:hover::before {
    opacity: 1;
}
.layout-archive-product .products li:hover::after {
    opacity: 1;
}
.layout-archive-product .products li::after {
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 5px;
    opacity: 0;
    bottom: -6px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.products li{
    width: 24%;
    border: 1px solid #f1ecec;
    position: relative;
    padding: 15px 0px;
    text-align: center;
}
.products li .added_to_cart{
    display: none;
}

.products li:hover #quickview {
    left: 10px;
    transition: 0.7s;
}
.products li:hover .whist-list {
    right: 8px;
    transition: 0.9s;
}
.products li .product-buttons >.btn-addtocart {
    font-size: 14px;
    padding: 10px 12px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    text-transform: uppercase;
    background: #fff;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    z-index: 1;
    left: 53px;
    position: absolute;
    top: 12px;
}
.products li .product-buttons >.btn-addtocart:hover{
    background: #333;
    color: #fff;
    transition: 0.7s;

}
.products li .ajax_add_to_cart{
    font-size: 14px;
    padding: 10px 12px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    text-transform: uppercase;
    background: #fff;
    color: #666;
    font-weight: bold;

}
.products li a{
    text-decoration: none;
    text-align: left;
    display: block;
}
.products li a img{
    width: 100%;
    height: auto;
}
.products li .content-product-titile h2{
    margin: 0;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #333333;
    padding: 0px 8px;
    height: 38px;
}
.products li .content-product-titile .price del{
    color: #858585;
    font-size: 14px;
    font-weight: 500;
}
.products li .content-product-titile .price ins{
    font-size: 15px;
    color: #e32124;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    text-decoration: none;
}
.products >li >a >.onsale{
    background: #ff9600;
    position: absolute;
    width: 50px;
    height: 30px;
    padding: 3px 0px;
    font-size: 15px;
    top: 12px;
    right: 9px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.products li .button:hover{
    background: #333;
    color: #fff;
    transition: 0.7s;
}
.products >li >.content-product-titile >.price{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 0px 9px;
}
.fillter-product h3{
    background: #333333;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0 0;
}
.filter-product-cate{
    margin-top: 5px;
    background: #f3f3f3;
    border: 1px solid #efefef;
    padding: 0px 10px 5px;
}
.filter-product-cate >p{
    border-bottom: 1px dotted #CBCBCB;
    text-transform: inherit;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px;
}
.content-category p{
    color: #333;
    padding: 5px 0;
    margin: 0;
    font-size: 15px;
    cursor: pointer;
}
.archive-categpory{
    display: flex;
    grid-gap: 15px;
}
input[type="radio"]:checked ~ label:after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    tranform: translateY(-50%);
    left: 4px;
    content: '';
    background: blue;
}

.filter-product-range{
    margin-top: 5px;
    background: #f3f3f3;
    border: 1px solid #efefef;
    padding: 0px 10px 5px;
}
.filter-product-range >p{
    border-bottom: 1px dotted #CBCBCB;
    text-transform: inherit;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px;
}
.archive-price-ranger{
    display: flex;
    grid-gap: 15px;
    padding: 5px 0px;
    font-size: 15px;
}
.archive-price-ranger p{
    margin: 0;
}

.filter-product-source{
    margin-top: 5px;
    background: #f3f3f3;
    border: 1px solid #efefef;
    padding: 0px 10px 5px;
}
.filter-product-source >p{
    border-bottom: 1px dotted #CBCBCB;
    text-transform: inherit;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px;
}
.archive-product-source{
    display: flex;
    grid-gap: 15px;
    padding: 5px 0px;
    font-size: 15px;
}
.archive-product-source p{
    margin: 0;
}

.filter-where-production{
    margin-top: 5px;
    background: #f3f3f3;
    border: 1px solid #efefef;
    padding: 0px 10px 5px;
}
.filter-where-production >p{
    border-bottom: 1px dotted #CBCBCB;
    text-transform: inherit;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px;
}
.archive-where-production{
    display: flex;
    grid-gap: 15px;
    padding: 5px 0px;
    font-size: 15px;
}
.archive-where-production p{
    margin: 0;
}
.search-product-range input{
    border: 1px solid #efefef;
    background: #fff;
    height: 30px;
    padding: 6px 8px;
    width: calc(100% - 44px);
    font-size: 15px;
}
.search-product-range button{
    background: #333333;
    width: 30px;
    height: 30px;
    border: none;
    vertical-align: top;
}
.search-product-range button i{
    color: #fff;
}
.search-product-source input{
    border: 1px solid #efefef;
    background: #fff;
    height: 30px;
    padding: 6px 8px;
    width: calc(100% - 44px);
}
.search-product-source button{
    background: #333333;
    width: 30px;
    height: 30px;
    border: none;
    vertical-align: top;
}
.search-product-source button i{
    color: #fff;
}
.search-where-production input{
    border: 1px solid #efefef;
    background: #fff;
    height: 30px;
    padding: 6px 8px;
    width: calc(100% - 44px);
}
.search-where-production button{
    background: #333333;
    width: 30px;
    height: 30px;
    border: none;
    vertical-align: top;
}
.search-where-production button i{
    color: #fff;
}
.title-shop{
    padding: 3px 0px;
    border: 1px solid #efefef;
    width: 100%;
    background-color: #f3f3f3;
    display: flex;
    justify-content: space-between;
}
.title-shop .woocommerce-products-header{
    display: flex;
}
.dang-luoi{
    font-size: 22px;
    background: #fff;
    color: #999;
    margin: 5px;
    text-align: center;
    border: 1px solid #333333;
    width: 35px;
    height: 35px;
}
.dang-luoi i{
    color: #333333;
}
.dang-cot{
    font-size: 22px;
    background: #fff;
    color: #999;
    margin: 5px;
    text-align: center;
    border: 1px solid #333333;
    width: 35px;
    height: 35px;
}
.dang-cot i{
    color: #333333;
}

.title-shop .woocommerce-products-header h1{
    font-size: 20px;
    color: #161616;
    text-transform: uppercase;
    padding: 10px 5px 0 10px;
    margin: 0 0 10px;
    display: inline-block;
}
.count_product{
    display: flex;
    vertical-align: middle;
    font-size: 12px;
    color: #888;
    padding-top: 12px;
    grid-gap: 1px;
}
.star-rating{
    display: none;
}

/* single product*/
.woocommerce-product-gallery__image a img{
    width: 100%;
    height: auto;
}
.detail-image  figure{
    width: 100%;
}
.price-single >span >bdi{
    color: #e32124;
    font-size: 14px;
    font-weight: bold;

}
.price >span >bdi{
    font-size: 15px;
    color: #e32124;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    text-decoration: none;
}
.related li{
    border: 1px solid #f1ecec;
    position: relative;
    padding: 15px 0px;
    text-align: center;
    margin-bottom: 20px;
}
.title-single-product{
    background: #F8F8F8;
    margin-bottom: 25px;
    padding-bottom: 13px;
}
.type-product{
    padding-top: 50px;
}
.woocommerce-breadcrumb{
    color: #333;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}
.woocommerce-breadcrumb a{
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}
#primary{
    padding-top: 10px;
}
.detail-image .onsale{
    display: none;
}
.detail-single-product{
    padding-bottom: 80px;
}
.detail-image >.woocommerce-product-gallery {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
}
.woocommerce-product-gallery .flex-viewport{
    width: 70%;
}
.detail-image >.woocommerce-product-gallery >.flex-viewport >.woocommerce-product-gallery__wrapper >.flex-active-slide >a >img{
    width: 100%;
    height: auto;
}
.detail-image >.woocommerce-product-gallery >.flex-control-nav{
    list-style: none;
    padding: 0;
    overflow: auto;
    height: 483px;
}
.detail-image >.woocommerce-product-gallery >.flex-control-nav::-webkit-scrollbar {
    width: 10px;
}
.detail-image >.woocommerce-product-gallery >.flex-control-nav >li{
    border: 1px solid #ddd;
    margin: 15px 0px;
}
.summary h1{
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.summary .price{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.summary .price del {
    color: #858585;
    font-size: 15px;
    font-weight: 600;
    padding-top: 8px;
}
.summary .price ins {
    text-decoration: none;
    color: #e32124;
    font-size: 21px;
    font-weight: 600;
    margin-right: 10px;
}
.summary >#description >ul{
    list-style: none;
    padding: 0;
}
.summary >#description >ul >li{
    font-weight: 400;
    color: #333;
    font-size: 15px;
}
.summary >#description >ul >li i{
    color: #ABABAB;
    font-size: 12px;
}
.woocommerce-product-details__short-description ul{
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.woocommerce-product-details__short-description ul li i{
    color: #998e8e;
}
#myresult{
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 160px;
    height: 160px;
}
.related li{
    width: 100%;
}
.related li::before {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    height: 5px;
    opacity: 0;
    top: -6px;
    FONT-VARIANT: JIS04;
    FONT-VARIANT: JIS04;
    transition-duration: 0.3s;
    transition-property: opacity;
}
.related li:hover::before {
    opacity: 1;
}
.related li:hover::after {
    opacity: 1;
}
.related li::after {
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 5px;
    opacity: 0;
    bottom: -6px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.related .onsale{
    background: #ff9600;
    position: absolute;
    width: 50px;
    height: 30px;
    padding: 3px 0px;
    font-size: 15px;
    top: 12px;
    right: 9px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 4px 9px;
}
.product a .price{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 7px 10px;
}
.cart button{
    background: #da0b00;
    font-weight: bold;
    height: 48px;
    width: 200px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    border: none;
}
.cart .shopping-now{
    background: #f44f00;
    color: #ffffff;
    display: inline-block;
    height: 48px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 200px;
    margin-bottom: 10px;
    border: none;
    text-decoration: none;
    padding: 12px 0px;
}
.product_meta .posted_in{
    font-size: 14px;
    float: left;
    margin: 0;
    font-weight: 700;
}
.product_meta .posted_in a{
    display: inline-block;
    background: #e2e2e2;
    border-left: 3px solid #3bafda;
    color: #333;
    padding: 4px 9px;
    position: relative;
    margin: 5px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
}
.product_meta .posted_in a:before{
    left: 0;
    top: 8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #3bafda;
    border-width: 4px;
}
.quantity {
    margin: 20px 0px;
}
.quantity label{
    margin-bottom: 5px;
    font-weight: 700;
}
.quantity .minus{
    background: #EEE;
    border: solid 1px #E5E5E5;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 0;
    padding: 7px;
}
.quantity .pluss{
    background: #EEE;
    border: solid 1px #E5E5E5;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 0;
    padding: 7px;
}
.quantity input{
    background: #FFF;
    font-weight: 600;
    height: 37px;
    padding: 0;
    text-align: center;
    width: 70px;
    border: 1px solid #E5E5E5;
}
.woocommerce-tabs >.tabs{
    list-style: none;
    display: flex;
    padding: 0;
}
.woocommerce-tabs >.tabs >.active{
    border-top: solid 3px #333333;
    margin: -3px 0 -1px 0px;
    position: relative;
}
.woocommerce-tabs >.tabs >.active a{
    border-top: 3px solid #333;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-bottom: 8px solid #fff;
    color: #365DB5;
    font-weight: bold;
    background: #fff;
    padding: 11px 19px;
    text-decoration: none;
}
.woocommerce-tabs >.tabs >.active a:after{
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top: 4px solid #333333;
}
.woocommerce-tabs >.woocommerce-Tabs-panel{
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    padding: 10px;
}
.woocommerce-tabs >.woocommerce-Tabs-panel h3{
    font-size: 17px;
    color: #333;
}
.tabs li a{
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}
#description >.product-description-wrapper{
    padding: 20px;
}
#description >.product-description-wrapper h3{
    box-sizing: border-box;
    font-family: Roboto-Medium, sans-serif;
    line-height: 1.4;
    color: rgb(17, 17, 17);
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400 !important;
}
#description >.product-description-wrapper p{
    box-sizing: border-box;
    margin: 0px 0px 8px;
    color: rgb(51, 51, 51);
    font-family: Roboto, sans-serif;
    font-size: 13px;
    line-height: 20px;
}
.comment-form-comment >#comment{
    border: 1px solid #d3d6db;
    height: 60px;
}
.comment-form .form-submit .submit {
    background: #fff;
    color: #666;
    padding: 10px 30px;
    text-transform: capitalize;
    border: 1px solid #666 !important;
}
.comment-form .form-submit .submit:hover {
    background: #666 !important;
    color: #fff;
    font-weight: 600;
}
.woocommerce-product-rating{
    display: none;
}
#reviews{
    padding: 20px;
}
#comments >h2{
    display: none;
}
.commentlist{
    list-style: none;
}
.commentlist li #comment-2{
    display: flex;
    grid-gap: 10px;
}
.group-collection-new{
    display: flex;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    grid-gap: 12px;
}
.box-group-collection-new .group-collection-title-new{
    border-bottom: 2px solid #333333;
    padding-bottom: 3px;
}
.box-group-collection-new .group-collection-title-new span{
    position: relative;
    background: #333333;
    color: #fff;
    padding: 8px 5px;
    text-transform: uppercase;
    display: inline-block;
}
.box-group-collection-new .group-collection-title-new span:after{
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    border-top: 23px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 17px solid #333333;
    border-left: 8px solid #333333;
}
.group-collection-new .onsale{
    display: none;
}
.group-collection-new .collection-image{
    width: 130px;
}
.group-collection-new .collection-image a img{
    width: 100%;
    height: auto;
}
.collection-content-new{
    text-align: left;
    padding-top: 10px;
}
.collection-content-new a{
    color: #333333;
    font-size: 11px;
    margin: 10px 0 5px;
    font-weight: 500;
    text-decoration: none;
}
.price-single{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    grid-gap: 10px;
}
.price-single del{
    color: #858585;
    font-size: 12px;
}
.price-single ins{
    color: #e32124;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.recently-viewed-product{
    padding: 50px 0px;
}
.recently-viewed-product .group-collection-title{
    border-bottom: 2px solid #333333;
    padding-bottom: 3px;

}
.recently-viewed-product .group-collection-title span {
    position: relative;
    background: #333333;
    color: #fff;
    padding: 8px 5px;
    text-transform: uppercase;
    display: inline-block;
}
.recently-viewed-product .group-collection-title span:after {
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    border-top: 23px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 17px solid #333333;
    border-left: 8px solid #333333;
}
.list-recently-viewed-product .product-information{
    width: 100%;
    border: 1px solid #EFEFEF;
    height: auto;
    overflow: inherit;
    margin: 20px 0px;
    position: relative;
}
.list-recently-viewed-product .product-information:hover::before{
    opacity: 1;
}
.list-recently-viewed-product .product-information:hover::after{
    opacity: 1;
}
.list-recently-viewed-product .product-information::before{
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    height: 5px;
    opacity: 0;
    top: -6px;
    FONT-VARIANT: JIS04;
    FONT-VARIANT: JIS04;
    transition-duration: 0.3s;
    transition-property: opacity;
}
.list-recently-viewed-product .product-information::after{
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 5px;
    opacity: 0;
    bottom: -6px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.list-recently-viewed-product .product-information:hover #quickview {
    left: 31px;
    transition: 0.7s;
}
.list-recently-viewed-product .product-buttons >.btn-addtocart {
    font-size: 14px;
    padding: 10px 12px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    text-transform: uppercase;
    background: #fff;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    z-index: 1;
    left: 74px;
    position: absolute;
    top: 12px;
}
.list-recently-viewed-product .product-information:hover .whist-list {
    right: 33px;
    transition: 0.9s;
}
.list-recently-viewed-product .product-buttons >#quickview {
    font-size: 14px;
    padding: 10px 12px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    text-transform: uppercase;
    background: #fff;
    color: #666;
    font-weight: bold;
    position: absolute;
    left: 76px;
    transition: 0.4s;
}

.list-recently-viewed-product .product-buttons >.whist-list {
    font-size: 14px;
    padding: 10px 12px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    text-transform: uppercase;
    background: #fff;
    color: #666;
    font-weight: bold;
    position: absolute;
    right: 77px;
    transition: 0.4s;
}
.list-recently-viewed-product #quickview:hover {
    background: #333;
    color: #fff;
}
.list-recently-viewed-product .whist-list:hover {
    background: #333;
    color: #fff;
}
.list-recently-viewed-product .btn-addtocart:hover {
    background: #333;
    color: #fff;
}
.related >.group-collection-title-new{
    border-bottom: 2px solid #333333;
    padding-bottom: 3px;
    width: 100%;
}
.related >.group-collection-title-new span{
    position: relative;
    background: #333333;
    color: #fff;
    padding: 8px 5px;
    text-transform: uppercase;
    display: inline-block;
}
.related >.group-collection-title-new span::after{
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    border-top: 23px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 17px solid #333333;
    border-left: 8px solid #333333;
}
.comment-form-cookies-consent{
    display: flex;
    grid-gap: 15px;
}
.comment-form-cookies-consent label{
    font-size: 12px;
    color: #817878;
    font-weight: 500;
}
.related  li .product-buttons >.btn-addtocart {
    left: 41px;
}
.related  li:hover #quickview {
    left: 0px;
}
.related  li:hover .whist-list {
    right: 0px;
}

/* comment*/
.comment_container{
    display: flex;
    grid-gap: 10px;
}
.comment_container .comment-text .meta{
    color: #333;
    font-size: 13px;
}
.comment_container .comment-text .meta time{
    color: #9d8888;
    font-size: 10px;
}
.comment_container .comment-text .description{
    color: #333;
    font-size: 12px;
    font-weight: 500;
}
.comment-respond #reply-title{
    display: none;
}
.comment-form-comment label{
    color: #333;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0px;
}
.comment-form-rating label{
    color: #333;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0px;
}
.form-submit input{
    background: #333333 !important;
    color: #fff;
    /* border: none; */
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid;
}
.comment-form .form-submit .submit:hover {
    background: #fff !important;
    color: #333333;
    font-weight: 600;
    border: 1px solid;
}
.comment-form-rating p{
    margin: 0;
}
.stars span a{
    color: #333;
    visibility: hidden;
}
.stars span a i{
    visibility: visible;
}
.comment-single-product{
    padding: 40px 0;
}
.comment-single-product >.group-collection-title-new{
    border-bottom: 2px solid #333333;
    padding-bottom: 3px;
}
.comment-single-product >.group-collection-title-new span{
    position: relative;
    background: #333333;
    color: #fff;
    padding: 8px 5px;
    text-transform: uppercase;
    display: inline-block;
}
.comment-single-product >.group-collection-title-new span::after{
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    border-top: 23px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 17px solid #333333;
    border-left: 8px solid #333333;
}
.comment-form p label{
    color: #333;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0px;
}
.comment-notes{
    margin: 0;
    font-size: 12px;
}
.comment-meta{
    display: flex;
}
.comment-author b::before{
    content: none !important;
}
.comment-author b a{
    text-decoration: none;
    color: #333333;
}
.comment-metadata{
    padding-left: 8px !important;
}
.comment-metadata a{
    text-decoration: none;
    font-size: 10px;
}
.edit-link{
    display: none;
}
.comment-content{
    font-size: 15px;
}
.reply a::before{
    content: "\f064" !important;
}
.reply a{
    font-family: 'FontAwesome';
    text-decoration: none;
    color: #333333;
    text-transform: initial;
}
#respond #commentform p{
    margin: 0;
}







    /* archive posts*/
.siebar-post {
    padding-top: 10px;
}
.archive-product-colums{
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    width: 100%;
}
.archive-product-colums .archive-product-item{
    display: grid;
    grid-template-columns: 300px 1fr;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    position: relative;
    grid-gap: 10px;
}
.archive-product-colums .archive-product-item .image-archive-product{
    position: relative;
    /*width: 500px;*/
    /*height: auto;*/
}
.archive-product-colums .archive-product-item .image-archive-product img{
    width: 100%;
    height: auto;
}
.archive-product-colums .archive-product-item .image-archive-product .onsale{
    position: absolute;
    width: 50px;
    height: 30px;
    padding: 3px 0px;
    font-size: 15px;
    top: 61px;
    right: 10px;
    background: orange;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.archive-product-colums .archive-product-item .content-archive-product{
    padding-top: 52px;
}
.archive-product-colums .archive-product-item .content-archive-product .product-buttons{
    text-align: center;
    height: 60px;
    position: relative;
}
.archive-product-item:hover::before{
    opacity: 1;
}
.archive-product-item:hover::after{
    opacity: 1;
}
.archive-product-item::before{
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    height: 5px;
    opacity: 0;
    top: -6px;
    transition-duration: 0.3s;
    transition-property: opacity;
}
.archive-product-item::after{
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 5px;
    opacity: 0;
    bottom: -6px;
    transition-duration: 0.3s;
    transition-property: opacity;
}

.archive-product-item:hover .content-archive-product .product-buttons >#quickview {
    left: 200px;
    transition: 0.4s;
}
.archive-product-item:hover .content-archive-product .product-buttons >.whist-list {
    right: 170px;
    transition: 0.4s;
}

.content-archive-product .product-buttons >#quickview:hover{
    background: #333333;
    color: #fff;
    transition: 0.4s;
}
.content-archive-product .product-buttons >.btn-addtocart:hover{
    background: #333333;
    color: #fff;
    transition: 0.4s;
}
.content-archive-product .product-buttons >.whist-list:hover{
    background: #333333;
    color: #fff;
    transition: 0.4s;
}
.content-archive-product .product-buttons >#quickview {
    font-size: 12px;
    padding: 10px 12px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    text-transform: uppercase;
    background: #fff;
    color: #666;
    font-weight: bold;
    position: absolute;
    left: 245px;
    transition: 0.4s;
    top: 20px;
}
.content-archive-product .product-buttons >.btn-addtocart {
    font-size: 14px;
    padding: 10px 12px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    text-transform: uppercase;
    background: #fff;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    z-index: 1;
    left: 245px;
    position: absolute;
    top: 20px;
}
.content-archive-product .product-buttons >.whist-list {
    font-size: 14px;
    padding: 10px 12px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    text-transform: uppercase;
    background: #fff;
    color: #666;
    font-weight: bold;
    position: absolute;
    right: 249px;
    transition: 0.4s;
    top: 20px;
}
.content-archive-product a{
    margin: 0;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #333333;
    text-decoration: none;
}
.description-archive-product{
    font-size: 15px;
    color: #333;
    font-weight: 500;
}
.blog-tin-tuc {
    padding: 46px 0px;
}
.tieu-de-tin-tuc{
    background: #F8F8F8;
    margin-bottom: 10px;
}
.item-post{
    display: flex;
    grid-gap: 20px;
    margin: 30px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 33px;
    width: 100%;
}
.item-post-content a{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.post-date{
    display: flex;
}
.post-date p{
    font-size: 13px;
    color: #999;
    margin: 5px 0px 10px;
}
.short-content-post{
    height: 94px;
    overflow: hidden;
    font-size: 13px;
}
.sidebar-blog .blog-title-sidebar{
    color: #365DB5;
    font-size: 14px;
    background-position: 0 50%;
    background-repeat: repeat-x;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.sidebar-blog .blog-title-sidebar span {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    padding-right: 15px;
    color: #365DB5;
    text-transform: uppercase;
}
.sidebar-blog .blog-title-sidebar span:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    color: #999;
    content: "\f036";
    margin-right: 8px;
}
.nav_sidebar li{
    list-style-type: disc;
}
.nav_sidebar li a{
    display: block;
    padding: 5px 0;
    color: #333333;
    text-decoration: none;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 19px;
}
.post-featured .item-post-featured{
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-gap: 13px;
    margin: 19px 0px;
}
.item-post-featured-image a img{
    width: 100%;
    height: auto;
}
.item-post-featured-content a{
    margin: 0;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
}
.item-post-featured-content p{
    font-size: 12px;
    color: #999;
    margin: 10px 0px;
}
.image-sidebar img{
    width: 100%;
    height: auto;
    padding: 20px 0px;
}
/* single post*/
.single-post{
    padding-top: 50px;
}
.content-single-post h1{
    color: #008A7B;
    font-size: 28px;
    margin-top: 0px;
}
.content-single-post >p{
    color: #999;
    font-size: 12px;
    margin-bottom: 12px;
}
.single-description{
    color: #333;
    font-size: 15px;
    font-weight: 400;
}
.single-description .shop{
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #111;
    display: flex;
    justify-content: flex-end;
}
.info-title-comment{
    margin: 20px 0 5px;
    font-size: 21px;
}
.info-box-comment{
    border: 1px solid #dadada;
    border-top: 2px solid #888;
    box-shadow: 0 2px 0px #f7f7f7;
    padding: 10px;
    padding-bottom: 0;
}
.info-box-comment >.wrap-form-comment >#comments >#respond >#reply-title{
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.info-box-comment >.wrap-form-comment >#comments >#respond >#commentform p a{
    color: #385898;
    text-decoration: none;
}
.info-box-comment >.wrap-form-comment >#comments >#respond >#commentform >.comment-form-comment label{
    font-weight: 600;
}
.info-title-related-article{
    background-position: 0 50%;
    background-repeat: repeat-x;
    overflow: hidden;
    text-transform: uppercase;
    margin: 15px 0px 5px;
}

.info-title-related-article span{
    background: none repeat scroll 0 0 #FFFFFF;
    font-weight: 500;
    font-size: 17px;
    color: #008A7B;
    list-style: none outside none;
    padding: 10px 0px;
    text-transform: uppercase;
}
.info-related-articles ul{
    list-style: none;
    padding: 0;
}
.info-related-articles ul li{
    line-height: 14px;
    border-bottom: 1px #ddd dashed;
}
.info-related-articles ul li a{
    color: #555;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
}
.info-related-articles ul li a i{
    padding-right: 5px;
    color: #008A7B;
}

/* page Liên hệ*/
.page-lien-he{
    padding: 20px 0px;
}
.header-lien-he {
    background: #f8f8f8;
    padding-top: 37px;
}
.header-title{
    display: flex;
    grid-gap: 8px;
    font-size: 14px;
    color: #3E3E3E;
    white-space: nowrap;
}
.header-title a{
    text-decoration: none;
    font-size: 14px;
    color: #3E3E3E;
    white-space: nowrap;
}
.content-lien-he{
    padding-top: 20px;
}
.content-lien-he h1{
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #161616;
    display: table;
    margin-bottom: 10px;
}
.content-lien-he h1::after{
    content: "";
    float: right;
    width: 27px;
    background: #333;
    height: 1px;
    margin: 9px;
}
.map iframe{
    width: 100%;
}
.form-contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form{
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
}
.page-left-title {
    display: flex;
    grid-gap: 12px;
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    margin: 5px 0 15px;
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ddd;
}
.page-left-title span{
    color: #333;
    font-weight: 700;
    background: #fff;
    margin-right: 8px;
}
.list-form {
    display: flex;
    grid-gap: 60px;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    margin: 5px 0px;
}
.input-group span{
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    padding: 6px 12px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 51px;
    height: 34px;
}
.input-group .wpcf7-form-control-wrap{
    width: 201px;
    border: none;
    padding: 0;
}
.input-group span i{
    font-size: 20px;
}
.input-group .form-control{
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    font-size: 12px;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 34px;
    padding: 6px 12px;
}
.input-group textarea{
    border-radius: 0;
    background: #fff;
    font-size: 12px;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin: 0;
    height: 110px;
    padding: 6px 12px;
    border: 1px solid #ccc;
}
.submit-form{
    text-align: center;
    margin-top: 25px;
}
.submit-form input{
    color: #fff;
    background: #333;
    border: 1px solid #333;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 15px;
    position: relative;
    width: auto;
    white-space: nowrap;
    margin-top: 10px;
}
.contact{
    padding: 20px 0px;
}
.contact .phone{
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    margin: 5px 0;
    overflow: hidden;
    padding-bottom: 5px;
    display: flex;
    grid-gap: 20px;
}
.contact .phone i{
    font-size: 16px;
    width: 30px;
    text-align: center;
}
.contact .phone span{
    font-weight: 700;
}
.contact .phone span::after{
    content: '';
    width: 100%;
    float: left;
    position: absolute;
    height: 0;
    border-top: 1px dashed #d7d7d7;
    top: 0;
    bottom: 0;
    margin: auto;
}
.text-indent-page p{
    text-indent: 56px;
  padding: 0;
    width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ddd;
    color: #333;
    font-size: 13px;
    font-weight: 600;
}

    /*Page Cart*/
.return-to-shop a{
    border: 1px solid !important;
    background: #333 !important;
    color: #fff !important;
}
.return-to-shop a:hover{
    background: #fff !important;
    color: #333 !important;
}
.woocommerce a.remove:hover {
    background: none;
}
.product-thumbnail a img{
    max-width: 30%;
}
.woocommerce-message{
    font-size: 13px;
    border-top-color: #333;
}
.woocommerce-message a{
    background: #fff !important;
    border: 1px solid !important;
}
.woocommerce-message a:hover{
    background: #333333;
    color: #fff;
}
.woocommerce-message::before{
    color: #333 !important;
}
.layer-page{
    padding-top: 45px;
}
.cart_item >td{
    border-right: 1px solid rgba(0,0,0,.1);
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

.product-quantity .quantity label{
    display: none;
}
.product-quantity .quantity .quantity-input{
    text-align: center !important;
}
.product-quantity .quantity .quantity-input .minus{
    background: #EEE;
    border: solid 1px #E5E5E5;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 37px;
    width: 37px;
    text-align: center;
    border-radius: 0;
    padding: 6px;
    display: none;

}
.product-quantity .quantity .quantity-input input{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
    width: 100px;
    border: 1px solid #ddd;
    padding-right: 0;
    margin: auto;
    text-align: center;
}
.product-quantity .quantity .quantity-input .pluss{
    background: #EEE;
    border: solid 1px #E5E5E5;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 37px;
    width: 37px;
    text-align: center;
    border-radius: 0;
    padding: 6px;
    display: none;
}
.shop_table >thead >tr >th{
    border-right: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.product-name{
    text-align: start !important;
}
.product-name a{
    font-size: 16px;
    text-decoration: none;
    color: #706969;
    font-weight: 400;
    text-transform: lowercase;
    font-family: sans-serif;
}
.product-price bdi{
    color: #e20004;
    font-size: 16px;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}
.product-subtotal bdi{
    color: #e20004;
    font-size: 16px;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}
.product-remove a i{
    color: #5e5a5a;
}
.coupon{
    display: flex;
    grid-gap: 5px;
}
.coupon input{
    box-shadow: 0 0 0 1px #d9d9d9;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 6px;
    font-size: 14px;
    width: 124px !important;
}
.coupon button{
    border: 0px;
    background: #333 !important;
    color: #fff !important;
    font-size: 13px !important;
    text-transform: uppercase;
    padding: 5px 7px !important;
    position: relative;
    text-decoration: none;
    width: 120px;
    height: 38px;
    font-weight: 500 !important;

}
.actions >button{
    border: 0px;
    background: #333 !important;
    color: #fff !important;
    font-size: 13px !important;
    text-transform: uppercase;
    padding: 5px 7px !important;
    position: relative;
    text-decoration: none;
    width: 159px;
    height: 38px;
    font-weight: 500 !important;
}
.cart_totals h2{
    color: #333333;
    font-family: Helvetica Neue, sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.cart_totals .wc-proceed-to-checkout a{
    border: 0px;
    background: #333 !important;
    color: #fff !important;
    font-size: 13px !important;
    text-transform: uppercase;
    padding: 12px 7px !important;
    position: relative;
    text-decoration: none;
    width: 190px;
    height: 38px;
    font-weight: 500 !important;
}
.cart-subtotal th{
    color: #333333;
    font-family: Helvetica Neue, sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.cart-subtotal td span bdi{
    color: #e20004;
}
.order-total bdi{
    color: #e20004;
}

    /* Page Checkout*/
.cart-subtotal th{
    border: 1px solid #ddd;
}
.cart-subtotal td{
    border: 1px solid #ddd;
}
#order_review .cart_item td{
    border: 1px solid #ddd;
}
#order_review .shop_table >thead >tr >th {
    border: 1px solid #ddd;
}
#order_review .cart_item td a img{
    height: auto;
    max-width: 35%;
}
.woocommerce-info {
    font-size: 15px;
    border-top-color: #333333 !important;
    margin-top: 15px;
}
.woocommerce-info::before{
    color: #333333;
}
.woocommerce-info a{
    text-decoration: none;
    color: #338dbc;
}
.woocommerce-billing-fields h3{
    font-size: 20px;
}
#order_review_heading{
    font-size: 20px;
}
.woocommerce-billing-fields__field-wrapper >p >span >input{
    box-shadow: 0 0 0 1px #d9d9d9;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 5px;
    font-size: 15px;
    word-break: normal;
    border: 1px solid #ddd;
}
.woocommerce-billing-fields__field-wrapper p{
    padding: 0;
    margin: 16px 0 6px;
}
.woocommerce-billing-fields__field-wrapper p label{
    color: #333;
    font-size: 15px;
    padding: 6px 0px;
    font-weight: 600;
}
.selection >span >span{
    box-shadow: 0 0 0 1px #d9d9d9;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 3px 5px;
    font-size: 15px;
    word-break: normal;
    border: 1px solid #ddd;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}


.place-order button{
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
    padding: 1.4em 1.7em !important;;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out !important;;
    position: relative;
    background: #338dbc !important;
    color: white !important;;
}
.woocommerce-additional-fields h3{
    display: none;
}
.woocommerce-additional-fields label{
    color: #333;
    font-size: 13px;
    padding: 6px 0px;
    font-weight: 600;
}
.woocommerce-additional-fields textarea{
    box-shadow: 0 0 0 1px #d9d9d9;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 5px;
    font-size: 15px;
    word-break: normal;
    border: 1px solid #ddd;
}
#payment ul{
    list-style: none;
}
#payment >ul >li{
    color: #5e5959;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 5px;
}
.woocommerce-privacy-policy-text p{
    color: #817d7d;
    font-weight: 500;
    font-size: 13px;
}
.woocommerce-privacy-policy-text p a{
    text-decoration: none;
    color: #338dbc;
}
#order_review td{
    text-transform: lowercase;
    font-size: 15px;
    color: #6a6666;
    font-weight: 500;
}
#order_review td span bdi{
    color: #e20004;
}









    /* footer*/
.footer{
    background: #333333;
    color: #fff;
    padding: 20px 0;
    margin-top: 20px;
}
.main-footer{
    text-align: -webkit-center;
}
.content-footer{
    display: flex;
    width: 1200px;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding-bottom: 30px;
}
.item-footer{
    text-align: left;
}
.item-footer .title-footer p{
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
.item-footer .footer-content span{
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 4px 0px;
}
.form-footer{
    text-align: left;
}
.form-footer .tieu-de-form p{
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
.form-footer .tieu-de-form span{
    font-weight: 300;
    color: #fff;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    font-size: 13px;
}
.form-email{
    display: flex;
}
.form-email p{
    position: relative;
}
.form-email .email{
    border-color: #333;
    line-height: 40px;
    font-size: 12px;
    display: block;
    width: calc(100% - 78px);
    height: 40px;
    padding: 9px 12px;
    color: #330909;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}
.form-email .wpcf7-spinner {
    display: none !important;
}
.form-email .submit{
    font-size: 12px;
    padding: 13px 19px 12px;
    line-height: 15px;
    font-weight: 600;
    border: none;
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 2;
}
.content-footer-bottom{
    display: flex;
    width: 1200px;
    justify-content: space-between;
    padding: 32px 0px;
}
.logo-footer{
    border-right: 1px solid;
    padding-right: 60px;
}
.address-footer{
    display: block;
}
.address-footer .address{
    text-align: left;
}
.content-address{
    display: flex;
    grid-gap: 20px;
}
.list-icon-footer {
    display: flex;
    justify-content: flex-start;
}
.list-icon-footer a i{
    display: inline-block;
    height: 30px;
    width: 30px;
    color: #333;
    background: #fff;
    box-shadow: 0 3px 5px #616161;
    line-height: 33px;
    border-radius: 50%;
    margin: 0 5px;
    text-decoration: none;
    transition: transform 300ms;
    font-size: 20px;
    text-align: center;

}












































/* Responsive */
@media (max-width: 1600px){
}
@media (max-width: 1440px){
}
@media (max-width: 1366px){

    .product-buttons >.btn-addtocart {
        padding: 10px 31px;
        left: 63px;
    }
    .product-information:hover #quickview {
        left: 18px;
        transition: 0.7s;
    }
    .product-information:hover .whist-list {
        right: 17px;
        transition: 0.9s;
    }
    .new-post-content {
        top: 166px;
    }
}
@media (max-width: 1024px){
    .collection .product-information {
        width: 23%;
    }
    .page-search {
        padding-top: 50px;
    }
    .noi-dung-1 {
        width: auto;
        text-align: center;
    }
    .title-collection {
        width: auto;
    }
    .collection {
        width: auto;

    }
    .product-information {
        width: 32%;
    }
    .product-buttons >.btn-addtocart {
        padding: 10px 23px;
        left: 41px;
    }
    .product-information:hover #quickview {
        left: -3px;
        transition: 0.7s;
    }
    .product-information:hover .whist-list {
        right: -3px;
        transition: 0.9s;
    }
    .collection-post {
        display: flex;
        width: auto;
    }
    .new-post-content {
        top: 123px;
    }
    .collection-post .slick-dots{
        display: none;
    }
    .content-footer {
        display: flex;
        width: auto;
    }
    .content-footer-bottom {
        display: flex;
        width: auto;
        grid-gap: 35px;
    }
    .logo-footer {
        border-right: 1px solid;
        padding-right: 30px;
    }
    .cart button {
        width: 199px;
    }
    .cart .shopping-now {
        width: 199px;
    }
    .products li {
        width: 23%;
    }
    .related .products li {
        width: 100%;
    }
    .layout-archive-product .products li:hover #quickview {
        left: 0px;
    }
    .layout-archive-product .products li .product-buttons >.btn-addtocart {
        padding: 10px 6px;
        left: 38px;
    }
    .layout-archive-product .products li:hover .whist-list {
        right: 0px;
    }
    .content-archive-product .product-buttons >#quickview {
        left: 160px;
    }
    .content-archive-product .product-buttons >#btn-addtocart {
        left: 160px;
    }
    .content-archive-product .product-buttons >.whist-list {
        right: 168px;
    }
    .archive-product-item:hover .content-archive-product .product-buttons >#quickview {
        left: 116px;
        transition: 0.4s;
    }
    .archive-product-item:hover .content-archive-product .product-buttons >.whist-list {
        right: 124px;
        transition: 0.4s;
    }
    .archive-product-colums .archive-product-item .image-archive-product .onsale {
        top: 25px;
        right: 10px;
    }
    .form-contact {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        grid-gap: 25px;
    }
    .list-form {
        grid-gap: 25px;
    }
    .nav_sidebar li a {
        font-size: 15px;
    }
    .item-post-featured-image{
        padding-top: 10px;
    }
    .item-post-featured-image a img{
        width: 93%;
        height: auto;
    }
    .item-post-featured-content a {
        font-size: 12px;
    }
    .item-post-featured-content p {
        font-size: 9px;
        margin: 3px 0px;
    }
    .related  li .product-buttons >.btn-addtocart {
        left: 29px;
    }
    .related  li:hover #quickview {
        left: 30px;
    }
    .related  li .product-buttons >.whist-list{
        right: 40px;
    }
    .related  li:hover .whist-list {
        right: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
}
@media (max-width: 991px){
    .group-collection .slick-dots{
        display: none !important;
    }
    .product-information:hover .whist-list {
        right: -6px;
        transition: 0.9s;
    }
    .product-buttons >.btn-addtocart {
        padding: 10px 21px;
    }
    .noi-dung-1 {
        width: auto;
        text-align: center;
    }
    .title-collection {
        width: auto;
    }
    .collection {
        width: auto;

    }
    .product-information {
        width: 32%;
    }

    .collection-post {
        display: flex;
        width: auto;
    }

    .new-post-content {
        top: 116px;
    }
    .collection-post .slick-dots{
        display: none;
    }
    .content-footer {
        display: flex;
        width: auto;
        flex-direction: row;
        grid-gap: 15px;
    }

    .content-footer-bottom {
        display: flex;
        width: auto;
        grid-gap: 20px;
    }
    .logo-footer {
        border-right: 1px solid;
        padding-right: 20px;
    }
    .cart button {
        width: 192px;
    }
    .cart .shopping-now {
        width: 192px;
    }
    .detail-image >.woocommerce-product-gallery {
        display: flex;
        justify-content: space-around;
        position: relative;
    }
    .list-recently-viewed-product .product-information:hover #quickview {
        left: 6px;
        transition: 0.7s;
    }
    .list-recently-viewed-product .product-buttons >.btn-addtocart {
        left: 49px;
    }
    .list-recently-viewed-product .product-information:hover .whist-list {
        right: 6px;
        transition: 0.9s;
    }
    .products li {
        width: 32%;
    }
    .fill {
        padding-top: 30px;
    }
   .related .products li {
        width: 100%;
    }
   .layout-archive-product .products li:hover #quickview {
       left: 20px;
       transition: 0.7s;
   }
    .layout-archive-product .product-buttons >#quickview {
        left: 71px;
        top: 12px;
    }
    .layout-archive-product .products li .product-buttons >.btn-addtocart {
        left: 70px;
        top: 12px;
    }
    .layout-archive-product .products li:hover .whist-list {
        right: 16px;
    }
    .layout-archive-product .product-buttons >.whist-list {
        right: 91px;
        top: 12px;
    }
    .content-archive-product .product-buttons >#quickview {
        left: 123px;
        top: 20px;
    }
    .content-archive-product .product-buttons >.btn-addtocart {
        left: 123px;
        top: 20px;
    }
    .content-archive-product .product-buttons >.whist-list {
        right: 180px;
        top: 20px;
    }
    .archive-product-item:hover .content-archive-product .product-buttons >#quickview {
        left: 79px;
        transition: 0.4s;
    }
    .archive-product-item:hover .content-archive-product .product-buttons >.whist-list {
        right: 136px;
        transition: 0.4s;
    }
    .form-contact {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        grid-gap: 25px;
    }
    .list-form {
        grid-gap: 25px;
    }
    .nav_sidebar li a {
        font-size: 15px;
    }
    .item-post-featured-image{
        padding-top: 10px;
    }
    .item-post-featured-image a img{
        width: 93%;
        height: auto;
    }
    .item-post-featured-content a {
        font-size: 10px;
    }
    .item-post-featured-content p {
        font-size: 8px;
        margin: 3px 0px;
    }
    .products-collums .product-buttons >#quickview {
        left: 118px;
        top: 12px
    }
    .products-collums .product-buttons >.whist-list {
        right: 106px;
        top: 12px;
    }
}
@media (max-width: 767px){

}
@media (max-width: 598px){
}
@media (max-width: 480px){
    .header-mobile{
        display: block;
    }
    #wpadminbar {
        display: none;
        visibility: hidden
    }

    .noi-dung-1 {
        width: auto !important;
    }
    .collection {
        width: auto !important;
    }
    .product-information {
        width: 48% !important;
    }
    .new-post-content {
        top: 160px;
    }
    .menu-desktop{
        display: none;
    }
    .top-bar{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        background: #333;
        height: 63px;
        height: 63px;
        width: 100%;
        position: fixed;
        z-index: 100;
    }
    .menu-mobile {
        color: #fff;
        padding: 12px;
        font-size: 29px;
    }
    .logo-mobile {
        padding: 14px;
    }
    .logo-mobile img{
        width: 90%;
    }
    .cart-mobile {
        color: #fff;
        padding: 17px 0;
        position: relative;
    }
    .cart-mobile a i {
        color: #fff;
        font-size: 27px;
    }
    .cart-mobile span {
        background: #ff6517;
        color: #fff;
        padding: 0px 6px;
        border-radius: 100%;
        position: absolute;
        left: 16px;
        font-size: 12px;
        line-height: 20px;
        top: 13px;
    }
    .search-mobile {
        color: #fff;
        padding: 12px 18px;
        font-size: 22px;
        position: relative;
    }
    .content-footer-bottom {
        display: flex;
        width: auto;
        flex-wrap: wrap;
    }
    .content-footer {
        display: flex;
        width: auto;
        flex-direction: column;
        grid-gap: 15px;
    }

}
@media (max-width: 425px){
}
@media (max-width: 414px){
    #myBtn {
        bottom: 160px;
    }
    .image-banner-archive-product img {
        width: 100%;
        height: auto;
        padding-top: 60px;
    }
    .page-search {
        padding-top: 70px;
    }
    .main-menu-mobile{
        position: fixed;
        background: #31373d;
        z-index: 200;
        top: 0;
        height: 100%;
        left: -100%;
        display: block;
    }
    .title-menu-mobile{
        display: flex;
        background: #272c31;
        padding: 20px 7px;
        justify-content: space-between;
    }
    .nav-mobile {
        list-style: none;
        padding: 0;
    }
    .nav-mobile >li{
        border-bottom: 1px solid #544f4f;
        position: relative;
    }
    .nav-mobile >li >a{
        color: #fff;
        padding: 10px;
        display: block;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-decoration: none;
        font-weight: 500;
    }
    .nav-mobile >li .sub-menu{
        background: #212529;
        list-style: none;
        padding-left: 20px;
        display: none;
    }
    .nav-mobile >li .sub-menu >li a{
        color: #fff;
        padding: 7px;
        display: block;
        position: relative;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-decoration: none;
        font-weight: 500;

    }
    .nav-mobile >li i {
        position: absolute;
        top: 0;
        right: 10px;
        color: #fff;
        width: 39px;
        height: 41px;
        padding: 10px 10px;
    }
    .image_banner {
        padding-top: 50px;
    }
    .detail-image >.woocommerce-product-gallery >.flex-control-nav {
        list-style: none;
        padding: 0;
        overflow: auto;
        height: 363px;
    }
    .summary h3 {
        font-size: 16px;
    }
    .summary .price ins {
        font-size: 22px;
    }
    .cart button {
        width: 191px;
    }
    .cart .shopping-now {
        width: 194px;
    }
    .list-recently-viewed-product{
        display: flex;
        grid-gap: 10px;
        flex-wrap: wrap;
    }
    #tabs {
        display: flex;
        border: none;
        grid-gap: 64px;
        flex-direction: column;
    }
    .logo-footer {
        border: none;
    }
    .tab-content {
       border: none;
    }
    .ui-tabs .ui-tabs-panel {
         padding: 0;
    }
    .tieu-de {
        grid-gap: 3px;
    }
    .tieu-de {
        padding-top: 22px;
    }
    .fill .tieu-de {
        padding-top: 12px;
    }
    .sidebar-blog .blog-title-sidebar span {
        font-size: 15px;
    }
    .list-icon-footer {
        display: flex;
        justify-content: flex-start;
    }
    .products li {
        width: 48%;
    }
    .fill {
        padding-top: 0px;
    }
    .title-shop .woocommerce-products-header h1 {
        font-size: 13px;
        padding: 10px 0px 0 5px;
    }
    .count_product {
        font-size: 10px;
    }
    .related .products li{
        width: 100%;

    }
    .layout-archive-product .products li:hover #quickview {
        left: 40px;
        top: 0px;
        transition: 0.7s;
    }
    .layout-archive-product .product-buttons >#quickview {
        left: 71px;
        top: 12px;
    }
    .layout-archive-product .products li .product-buttons >.btn-addtocart {
        left: 40px;
        top: 0;
    }
    .layout-archive-product .products li:hover .whist-list {
        right: 54px;
        transition: 0.9s;
    }
    .layout-archive-product .product-buttons >.whist-list {
        right: 91px;
        top: 12px;
    }
    .collection .product-buttons >.btn-addtocart {
        left: 7px;
    }
    .collection .product-buttons >.btn-addtocart {
        left: 20px;
    }
    .product-information:hover #quickview {
        left: 20px;
    }
    .product-information:hover .whist-list {
        right: 25px;
    }
    .list-fillter-product{
        display: none;
    }
    .content-category{
        display: none;
    }
    .content-filter-product-range{
        display: none;
    }
    .content-filter-product-source{
        display: none;
    }
    .content-filter-where-production{
        display: none;
    }
    .archive-product-colums .archive-product-item .image-archive-product {
        width: 164px;
    }
    .content-archive-product a {
        font-size: 12px;
    }
    .description-archive-product {
        display: none;
    }
    .archive-product-colums .archive-product-item .content-archive-product {
        padding-top: 20px;
    }
    .content-archive-product .product-buttons >.btn-addtocart {
        left: 35px;
        top: 0px;
        font-size: 13px;
    }

    .layout-archive-product .product-buttons >#quickview {
        left: 46px;
        top: 0px;
        padding: 9px 12px;
        font-size: 13px;
    }
    .layout-archive-product .product-buttons >.whist-list {
        right: 86px;
        top: 0px;
        font-size: 13px;
    }
    .archive-product-item:hover .content-archive-product .product-buttons >#quickview {
        left: -9px;
        transition: 0.4s;
    }
    .archive-product-item:hover .content-archive-product .product-buttons >.whist-list {
        right: 14px;
        transition: 0.4s;
    }
    .archive-product-colums .archive-product-item {
        display: grid;
        grid-template-columns: 187px 1fr;
        border: 1px solid #EFEFEF;
        border-radius: 3px;
        position: relative;
        grid-gap: 10px;
    }
    .map iframe {
        width: 100%;
        height: auto;
    }
    .list-form {
        display: flex;
        grid-gap: 10px;
        flex-wrap: wrap;
    }
    .contact-form-left{
        width: 100%;
    }
    .contact-form-right{
        width: 100%;
    }
    .blog-tin-tuc {
        padding: 46px 0px;
    }
    .image-sidebar img {
        padding: 20px 10px;
    }
    .item-post-image{
        width: 100%;
    }
    .item-post-image a img{
        width: 100%;
        height: auto;
    }
    .list-recently-viewed-product .product-buttons >.btn-addtocart {
        left: 31px;
    }
    .list-recently-viewed-product .product-information:hover #quickview {
        left: 31px;
        transition: 0.7s;
    }
    .list-recently-viewed-product .product-information:hover .whist-list {
        right: 30px;
        transition: 0.9s;
    }
    .tieu-de a {
        font-size: 10px;
        padding-top: 5px;
    }
    .info-related-articles ul li a {
        font-size: 11px;
    }
    .nav_sidebar li a {
        font-size: 15px;
    }
    #comments .comment-form label {
        font-weight: 600 !important;
    }
    .noi-dung {
         text-align: -webkit-center;
         background-image: none !important;
     }
    .search-mobile {
        color: #fff;
        padding: 15px 18px;
        font-size: 21px;
        position: relative;
    }
    .search-mobile #search-dt{
        padding-left: 5px;
        padding-right: 5px;
        position: absolute;
        top: 60px;
        right: -5px;
        display: none;
    }
    .search-mobile #search-dt input{
        width: 251px;
        max-width: 100%;
        outline: none;
        background: #fff;
        min-width: 160px;
        padding: 5px 9px;
        margin: 2px 0 0;
        font-size: 14px;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    }
    .layer-page {
        padding-top: 90px;
    }

    .product-remove{
        display: flex !important;
        justify-content: space-around;
    }
    .product-quantity .quantity .quantity-input{
        text-align: right !important;
    }
    .post-featured .item-post-featured {
        margin: 10px 0px;
    }
    .item-post-featured-image {
        padding-top: 0px;
    }
    .item-post-featured-image a img {
        width: 100%;
        height: auto;
    }
    .item-post-featured-content a {
        font-size: 12px;
    }
    .item-post-featured-content p {
        font-size: 10px;
        margin: 3px 0px;
    }
    .woocommerce-message {
        font-size: 10px;
    }
    .input-group .wpcf7-form-control-wrap {
        width: 100%;
        border: none;
        padding: 0;
    }
    .wpcf7-form{
        display: flex;
        flex-direction: column;
        grid-gap: 60px;
    }
    .form-contact {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        grid-gap: 25px;
    }
    .header-lien-he {
        background: #f8f8f8;
        padding-top: 57px;
    }
    .single-post {
        padding-top: 57px;
    }
    .comment-form p label {
        font-size: 9px;
    }
    .products-collums li .product-buttons >.btn-addtocart {
        left: 40px !important;
        top: 12px!important;
        width: 110px;
    }
    .products-collums .product-buttons >#quickview {
        left: 41px !important;
        top: 12px !important;;
        padding: 10px 12px !important;;
    }
    .products-collums .product-buttons >.whist-list {
        right: 57px !important;
        top: 12px !important;
        font-size: 13px;
    }
    .woocommerce-breadcrumb {
        font-size: 12px;
        text-transform: lowercase;
    }
    .title-single-product {
        padding-top: 10px;
    }
    .woocommerce-breadcrumb a {
        color: #333;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
    }
    .products-collums li a {
        width: 159px;
    }
    .products-collums .fillter-description {
        display: none !important;
    }
    .products-collums li {
        grid-gap: 15px;
    }
    .products-collums li:hover .whist-list {
        right: 45px !important;
    }
    .products-collums li .whist-list {
        right: -50px !important;
        transition: 0.9s;
    }
    .products-collums li a img {
        width: 120px;
    }
    .products-collums li >a {
        width: 120px;
    }
    .products-collums .content-product-titile >a{
        width: 100%;
    }
    .products-collums li .content-product-titile h2 {
        height: 39px !important;
        padding: 0 !important;
    }
    .products-collums .product-buttons {
        width: 150px;
    }
    .products-collums .content-product-titile {
        padding-top: 8px;
    }
    .related  li .product-buttons >.btn-addtocart {
        left: 25px;
    }
    .related  li:hover #quickview {
        left: 23px;
        transition: 0.7s;
    }
    .related  li:hover .whist-list {
        right: 30px;
        transition: 0.9s;
    }
    .title-collection >span {
        font-size: 15px;
    }
    .product-information-content >a {
        font-size: 12px;
    }
    .recently-viewed-product .group-collection-title span {
        font-size: 13px;
    }
    .recently-viewed-product .group-collection-title span:after {
        border-top: 24px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 12px solid #333333;
        border-left: 9px solid #333333;
    }
    .related .group-collection-title-new span {
        font-size: 13px;
    }
    .related .group-collection-title-new span:after {
        border-top: 24px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 12px solid #333333;
        border-left: 9px solid #333333;
    }
    .comment-single-product >.group-collection-title-new span {
        font-size: 13px;
    }
    .comment-single-product >.group-collection-title-new span::after {
        border-top: 23px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 12px solid #333333;
        border-left: 9px solid #333333;
    }
    .box-group-collection-new .group-collection-title-new span {
        font-size: 13px;
    }
    .box-group-collection-new .group-collection-title-new span:after {
        border-top: 24px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 12px solid #333333;
        border-left: 9px solid #333333;
    }
    .form-email .email {
        width: calc(100% - 40px);
    }
    .form-email .submit {
        right: -39px;
    }
}
@media (max-width: 380px){
    #wpadminbar {
        display: none;
        visibility: hidden
    }

    .noi-dung-1 {
        width: auto !important;
    }
    .collection {
        width: auto !important;
    }
    .product-information {
        width: 48% !important;
    }

    .menu-desktop{
        display: none;
    }
    .top-bar{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        background: #333;
        height: 63px;
        width: 100%;
        position: fixed;
        z-index: 100;
    }
    .menu-mobile{
        color: #fff;
        padding: 10px 10px;
        font-size: 29px;
    }
    .logo-mobile{
        padding: 15px 5px;
    }
    .logo-mobile img{
        width: 90%;
    }
    .cart-mobile{
        color: #fff;
        padding: 15px 5px;
        font-size: 20px;
        position: relative;
    }
    .cart-mobile a i{
        color: #fff;
    }
    .cart-mobile span{
        background: #ff6517;
        color: #fff;
        padding: 0px 6px;
        border-radius: 100%;
        position: absolute;
        left: 20px;
        font-size: 12px;
        line-height: 20px;
        top: 6px;
    }
    .search-mobile{
        color: #fff;
        padding: 15px 18px;
        font-size: 21px;
    }
    .image_banner img{
        margin-top: 63px;
    }
}
@media (max-width: 375px){
    .image_banner {
        padding-top: 0px;
    }
    .collection .product-buttons >.btn-addtocart {
        left: 13px;
    }
    .header-mobile{
        visibility: visible;
    }
    .noi-dung-1 {
        width: auto !important;
    }
    .collection {
        width: auto !important;
    }
    .product-information {
        width: 48% !important;
    }
    .collection-post {
        width: 100% !important;

    }
    .new-post-content {
        top: 149px;
    }
    .new-post-time{
        height: 64px !important;
        margin-top: 12px !important;
        width: 34% !important;
        padding: 8px 0px !important;
    }
    .title-collection >span {
        font-size: 17px;
    }
    .share {
        top: 3px;
    }
    .new-post-content .post-content {
        background-color: #fff;
        text-align: left;
        padding: 2px 5px ;
        width: 81% ;
        height: 76px ;
        overflow: hidden;
    }
    .content-footer{
        width: auto;
        flex-direction: column;
    }
    .item-footer{
        padding-bottom: 20px;
    }
    .content-footer-bottom {
        display: flex;
        width: auto;
        justify-content: space-between;
        padding: 32px 0px;
        flex-direction: column;
        text-align: left;
    }
    .list-icon-footer {
        display: flex;
        justify-content: flex-start;
    }
    .title-collection {
        width: auto;
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 20px;
    }
    .main-menu-mobile{
        position: fixed;
        background: #333;
        z-index: 200;
        top: 0;
        height: 100%;
        left: -100%;
    }


    .title-menu-mobile{
        display: flex;
        background: #272c31;
        padding: 20px 7px;
        justify-content: space-between;
    }
    .nav-mobile {
        list-style: none;
        padding: 0;
    }
    .nav-mobile li{
        border-bottom: 1px solid #544f4f;
    }
    .nav-mobile li a{
        color: #fff;
        padding: 10px;
        display: block;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-decoration: none;
        font-weight: 500;
    }
    .detail-image >.woocommerce-product-gallery >.flex-control-nav {
        list-style: none;
        padding: 0;
        overflow: auto;
        height: 363px;
    }
    .cart button {
        width: 174px;
    }
    .cart .shopping-now {
        width: 172px;
    }
    .list-recently-viewed-product{
        display: flex;
        grid-gap: 10px;
        flex-wrap: wrap;
    }
    #tabs {
        display: flex;
        border: none;
        grid-gap: 64px;
        flex-direction: column;
    }
    .noi-dung-1 {
        width: auto ;
    }
    .collection {
        width: auto ;
    }
    .product-information {
        width: 48% ;
    }

    .new-post-time{
        height: 64px;
        margin-top: 12px;
        width: 34%;
        padding: 8px 0px;
    }
    .new-post-content .post-content {
        background-color: #fff;
        text-align: left;
        padding: 2px 5px;
        width: 81%;
        height: 76px;
        overflow: hidden;
    }
    .content-archive-product .product-buttons >.btn-addtocart {
        left: 26px;
        top: 0px;
    }
    .archive-product-item:hover .content-archive-product .product-buttons >.whist-list {
        right: 86px;
        transition: 0.4s;
    }
    .archive-product-item:hover .content-archive-product .product-buttons >#quickview {
        left: 89px;
        transition: 0.4s;
    }
    .archive-product-colums .archive-product-item .image-archive-product .onsale {
        top: 10px;
    }
}
@media (max-width: 360px){
}
@media (max-width: 320px){
    .widget-home.widget-3 .col-xs-4{
        width: 100%
    }
}
@media (max-width: 240px){
}






