@media only screen and (min-width : 1025px) {
#sc_header-mainMenu #menu-main-menu > li:hover > ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.sc_filter-box-hangxe .k-item:nth-child(3n+1){
    clear: left;
}
.sc_block-baochi > *{
    width: calc(100% / 6);
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: calc(58% - 20px);
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 42%;
}
}
@media only screen and (max-width : 1024px) {
}
@media only screen and (max-width : 768px) {
html.no-scrollM,html.no-scrollM body{
    overflow: hidden;
}
.triggerAllCats{
    display: none;
}
.triggerMenuMobile {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    flex: 0 0 30px;
    margin-left: 15px;
    text-align: right;
    margin-right: 10px;
}
a.cartTop{
    width: 37px;
}
a.triggerMenuMobile.active{
    color: #fff;
}
.sc_filter-box-hangxe .k-item:nth-child(2n+1){
    clear: left;
}
body{
	font-size: 13px;
}
.sc_header-menu{
	display: none;
}
.sc_header-mainMenu{

}
.sc_header-box {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
.logo, .sc_header-search {
    width: auto;
}
.logo img {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    transform: scale(1.5);
}
body.home{
	background-color: #fff;
}
.sc_filter .item{
	font-size: 12px;
}
.sc_filter .item.hangxe, .sc_filter .item.dongxe {
    flex: 0 0 33%;
}
.sc_filter .item.nam,button.sc_filter_btn{
    flex: 0 0 17%;
}
.sc_home-banner .owl-next, .sc_home-banner .owl-prev, .sc_slide-product .owl-next, .sc_slide-product .owl-prev {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.sc_home-banner .owl-prev, .sc_slide-product .owl-prev{
	left: -10px;
}
.sc_home-banner .owl-next, .sc_slide-product .owl-next{
	right: -10px;
}
.sc_block-home-cat{
    overflow: hidden;
    overflow-x: auto;
}
.sc_best-sell {
    padding: 0;
}
.sc_slide-product .item{
	padding: 0;
}
.product-item .product-gift-info {
    font-size: 10px;
}
.product-items .item:nth-child(2n+1){
	clear: left;
}
.product-item .price {
    font-size: 12px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.product-item .typical_features span {
    font-size: 8px;
    margin-bottom: 3px;
    margin-right: 3px;
    padding: 0px 3px;
    border-radius: 2px;
}
.product-items .product-item {
    padding-bottom: 5px;
}
.product-item .product-name h3,.product-item .product-name{
    line-height: 1.1;
}
.product-item .product-name a {
    font-size: 12px;
}
.product-item .product-name {
    min-height: auto;
    line-height: 1.1;
}
.product-item .product-gift {
    font-size: 10px;
    padding: 5px;
    margin-top: 3px;
    line-height: 1.2;
}
.sc_block-title {
    margin-top: 20px;
    font-size: 30px;
}
.pd-mb-lr-0{
	padding-left: 0;
	padding-right: 0;
}
.sb_block-xe .item span {
    display: none;
}
.hLists_icon_items,.hLists_icon .col-md-3:not(:last-child) .hLists_icon_items{
	border-right: 0;
}
.logo_footer b{
	display: none;
}
.title_name_company {
    font-size: 12px;
}
.hLists_icon .col-xs-6:nth-child(2n+1){
	clear: left;
}
.hLists_icon_items {
    display: block;
    text-align: center;
}
.hLists_icon_items__img {
    display: block;
    margin: 10px auto;
}
.hLists_icon_items__content--title {
    font-size: 13px;
}
.hLists_icon_items__content--sub_title {
    font-size: 12px;
}
.sc_home-banner {
    margin-bottom: 15px;
}
.sc_header-search {
    position: absolute;
    width: 200px;
    border-radius: 0;
    background-color: var(--cl-0);
    padding: 10px 15px;
    top: -13px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.sc_header-search.active{
    left: 0;
}
.sc_header-search input {
    line-height: 30px;
    font-size: 12px;
}
.sc_header-search button {
    line-height: 30px;
    border-radius: 0;
}
.closeSearchM {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-left: 15px;
}
.triggerMenuMobile.active i:before{
    content: "\f00d";
}
.sc_header-mainMenu {
    position: fixed;
    z-index: 1000;
    top: 50px;
    height: calc(100vh - 50px);
    left: -100%;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
}
.sc_header-mainMenu.active{
    left: 0;
    opacity: 1;
    background-color: var(--cl-1);
}
#sc_header-mainMenu #menu-main-menu {
    display: flex;
    flex-direction: column;
}
.sc_header-mainMenu .container {
    padding-left: 0;
    padding-right: 0;
}
#sc_header-mainMenu #menu-main-menu > li > a, .sc_header-mainMenu-smobile li > a {
    padding: 10px 0;
    font-size: 14px;
    display: block;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
}
.admin-bar .sc_header-mainMenu {
    top: 115px;
    height: calc(100vh - 115px);
}
#sc_header-mainMenu #menu-main-menu li,.sc_header-mainMenu-smobile li{
    padding-left: 15px;
    border-bottom: 1px solid #555;
}
#sc_header-mainMenu #menu-main-menu li.menu-item-has-children{
    padding-right: 50px;
    position: relative;
}
#sc_header-mainMenu #menu-main-menu > li.menu-item-has-children a:after{
    display: none;
}
#sc_header-mainMenu #menu-main-menu > li.menu-item-has-children:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    transform: translateY(-3px);
    margin-left: 5px;
    color: #fff;
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 20px;
}
#sc_header-mainMenu #menu-main-menu > li.active:after{
    top: 8px;
    content: "\f0dd";
    color: var(--cl-3);
}
#sc_header-mainMenu #menu-main-menu li > ul {
    display: none;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    box-shadow: 0 0 0;
}
#sc_header-mainMenu #menu-main-menu > li > ul li a {
    width: 100%;
    color: #fff;
    padding: 7px 15px;
}
#sc_header-mainMenu #menu-main-menu > li > ul li {
    border-bottom: 0;
    border-top: 1px solid #555;
    padding: 0;
}
#sc_header-mainMenu #menu-main-menu li:hover > ul {
    display: none;
}
#sc_header-mainMenu #menu-main-menu li.active > ul {
    display: block;
}
.sc_header-mainMenu-smobile {
    display: block;
}
.sc_block-morebuy {
    display: block;
    margin-bottom: 30px;
}
.sc_block-morebuy .name {
    font-size: 17px;
    line-height: 1.3;
}
.sc_block-morebuy .price{
    margin-top: 5px!important;
}
.sc_footer-cn {
    margin-bottom: 0;
}
.sc_footer-menu a {
    font-size: 13px;
}
.hasMenuM .sc_footer-title {
    font-size: 15px;
}
.sc_slide.hasnav.sc_slide-lapdatthucte .owl-prev {
    left: -25px;
}
.sc_slide.hasnav.sc_slide-lapdatthucte .owl-next {
    right: -25px;
}
.sc_section{
    margin-top: 15px;
}
.product-items .product-item:hover, .sc_slide-product .product-item:hover {
    transform: translateY(0);
}
.sc_slide-product .product-item {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
}
.sc_block-chinhsachcamket .item {
    margin-bottom: 15px;
}
.sc_block-baochi .item {
    margin-bottom: 10px;
}
.sc_block-chinhsachcamket .item .title {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 10px;
    justify-content: center;
}
.sc_block-filter {
    padding-top: 15px;
    padding-bottom: 15px;
}
.sc_block-filter .title {
    font-size: 15px;
    margin-bottom: 10px;
}
.sc_home-cats img {
    max-height: 50px;
}
.sc_home-cats .item {
    line-height: 1.1;
}
.sc_home-cats a {
    font-size: 12px;
}
.ftuvan-block-field {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.ftuvan-block-field input {
    margin-right: 0;
    margin-bottom: 10px;
}
.sc_filter .item {
    line-height: 35px;
}
button.sc_filter_btn{
    line-height: 35px;
}
#sc_filter-f input {
    line-height: 35px;
}
.compare_title_k {
    font-size: 9px;
    letter-spacing: -0.4px;
}
.compare-item {
    padding: 0;
}
.compare-item .close {
    right: 5px;
    top: 5px;
    line-height: 1;
}
.compare-add-btn {
    font-size: 11px;
}
.box-Compare td.sub {
    padding: 0px 8px;
}
.content_p table {
    font-size: 12px;
    line-height: 1.3;
}
.product-items{
    grid-template-columns: repeat(2,1fr);
}
.sc_block-parallax .content.text-center {
    width: 100%;
    padding: 0 15px;
}
.sc_block-parallax .title {
    font-size: 20px;
}
.sc_block-parallax {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sc_block-fomo2 .text {
    margin-bottom: 20px;
}
.sc_block-fomo2 {
    padding-top: 30px;
    padding-bottom: 15px;
}
.sc_cover h1 {
    font-size: 40px;
    line-height: 1.3;
}
.sc_cover .box {
    padding: 60px 0;
}
.sc_header-top-menu{
    display: none;
}
img.sc_banner-img-1 {
    height: 220px;
}
img.sc_banner-img-2 {
    height: 130px;
    margin-top: 20px;
}
img.sc_banner-img-3{
    height: 130px;
}

.product-items > .item:nth-child(1), .product-items > .item:nth-child(2), .product-items > .item:nth-child(3), .product-items > .item:nth-child(4), .product-items > .item:nth-child(5) {
    border-top: 1px solid #ddd;
}
.product-items > .item:nth-child(5n){
    border-right: 1px solid #ddd;
}
#footer{
    padding-top: 0;
}
.box_meta_single_gallery_thumbanil img {
    height: 70px!important;
}
.sc_single-product-detail {
    display: block;
}
.woocommerce .woocommerce-ordering, .woocommerce-result-count {
    margin-bottom: 30px;
}
.sc_banner-countdown .content {
    width: 100%;
    left: 0;
    padding: 0 30px;
}
.sc_banner-countdown .content h3 {
    font-size: 30px;
}
.iCountDown {
    font-size: 30px;
}
.iCountDown > span {
    margin-right: 10px;
}
.iCountDown > span{
    margin-right: 10px;
    padding-left: 20px;
}
.woocommerce ul.order_details li {
    float: none;
    border: 0;
    margin-bottom: 15px;
}
.woocommerce ul.order_details li strong {
    margin-top: 3px;
}
.woocommerce-page table.cart td.actions .coupon {
    display: flex;
}
.woopq-quantity-input {
    justify-content: flex-end;
}
.woopq-quantity-input-plus, .woopq-quantity-input-minus, .woopq-quantity-input .qty{
    height: 36px;
    line-height: 34px;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity::before {
    margin-top: 9px;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    margin-right: 40px;
}
.woocommerce tr.woocommerce-cart-form__cart-item.cart_item a.remove {
    display: inline-block;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-remove {
    text-align: right;
}
.woocommerce-page table.cart tr.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
    display: block;
    text-align: center!important;
}
.woocommerce-page table.cart tr.woocommerce-cart-form__cart-item.cart_item .product-thumbnail:before{
    display: none!important;
}
.woocommerce-cart table.cart tr.woocommerce-cart-form__cart-item.cart_item img {
    width: 70px;
}
.product-remove-hidden-mobile{
    display: none!important;
}
.product-remove-hidden-desktop{
    display: block!important;
}
.product-item .product-info {
    min-height: 130px;
}
.sc_archive-nomarly .img {
    height: 245px;
}
.sc_archive-default .img_box {
    margin-right: 0;
}
.call_to_action {
    bottom: 10px;
    top: inherit;
    transform: translateY(0);
    left: 10px;
}
.call_to_action a {
    display: inline-block;
    margin: 0 5px;
}
.product-img img {
    height: 55vw;
}
.itemSlideProduct .item {
    padding: 5px;
}
.sc_home-banner .owl-next, .sc_home-banner .owl-prev, .sc_slide-product .owl-next, .sc_slide-product .owl-prev, .sc_slide.hasnav .owl-next, .sc_slide.hasnav .owl-prev{
    right: -10px;
}
.sc_home-banner .owl-prev, .sc_slide-product .owl-prev, .sc_home-banner .owl-prev, .sc_slide.hasnav .owl-prev {
    left: -10px;
}
.sc_archive-nomarlys > .item:nth-child(2n+1){
    clear: left;
}
.sc_slide-khachhang .item {
    scale: 1 !important;
}
.filterBoxList {
    grid-template-columns: repeat(2, 1fr);
}
.ar_box-nav{
    display: none;
}
.home .sc_archive-nomarly .img {
    height: 100px;
}
.hasMenuM:last-child{
    display: none;
}
.home .sc_home-cats img {
    max-height: 90px;
}
.sc_block-title-flex a {
    flex: 0 0 55px;
    font-size: 11px;
}
}