/*
Theme Name: DEV ZEKVN
Theme URI: https://zek.vn/
Author: Zekvn
Author URI: https://zek.vn/
Version: 1.0
Description: ZEK AGENCY sở hữu hơn 500+ mẫu giao diện về tất cả các lĩnh vực và ngành hàng khác nhau, đáp ứng mọi nhu cầu của khách hàng với từng phân khúc giá. Cập nhật những mẫu thiết kế mới chuẩn xu hướng.
*/

/* Option */
body{font-size: 16px;color: #333;background-color: #f4f4f4;display: block;margin: 0 auto;max-width: 1920px;width: 100%;}
*{margin:0;padding:0;line-height:1.5}
a{text-decoration:none;color:#181818;cursor:pointer;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}
a:hover,a:focus,a:visited{text-decoration:none;outline:none}
a:active,a:hover{color: #27ae60;}
ul{padding-left:0;}
img{max-width:100%;border:none;height:auto}
b,strong{font-weight: bold;}
h1,h2,h3,h4,h5,h6{line-height:1.3;margin-top:0;margin-bottom: 1rem;}
h1 *,h2 *,h3 *,h4 *,h5 *,h6 *{line-height: normal;}
h1{font-size: 28px;}
h2{font-size: 24px;}
h3{font-size: 20px;}
h4{font-size: 16px;}
h5{font-size: 14px;}
h6{font-size: 14px;}
.table{max-width: 100%;table-layout: fixed;word-wrap: break-word;}
.img img{width:100%;height:auto;object-fit:cover}
.background{background-size:cover;background-repeat:no-repeat;background-position:center}
.relative{position: relative;}
.overlay{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;background-color: rgba(0, 0, 0, 0.5);}
.linkfull{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 5;}
.screen-reader-text{display:none}
.head{animation: stuckMoveUp .5s;}
.head.navbar-fixed-top{box-shadow:1px 1px 10px rgba(0,0,0,0.15);position: fixed !important;top: 0;left: 0;width: 100%;z-index: 999;animation: stuckMoveDown .5s;}
@keyframes stuckMoveDown {
0%{transform:translateY(-100%)}
100%{transform:translateY(0)}
}
@keyframes stuckMoveUp {
0%{transform:translateY(100%)}
100%{transform:translateY(0)}
}
@keyframes stuckFadeIn {
0%{opacity:0}
100%{opacity:1}
}
@media all and (min-width: 800px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}
.menu-button-cat .row{margin: 0 -5px}
.menu-button-cat .row > div{padding: 0 5px}
.menu-button-cat .row > div{margin-bottom: 10px}
.menu-button-cat .link a:hover{background:  #27ae60;color: #fff}
.menu-button-cat .link a{    color: #27ae60;
    border-width: 1px;
    border-style: solid;
    border-color: #27ae60;
    border-image: initial;    display: block;
    font-size: 13px;
    font-weight: bold;
    text-align: center;    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
    transition: 0.3s;}
/* Container (FAKE theo từng web) */
.row-margin{--bs-gutter-y:var(--bs-gutter-x);margin-top: calc(-.5 * var(--bs-gutter-y));margin-bottom: calc(-.5 * var(--bs-gutter-y));}
.row-margin>*{margin-top: 0;padding-top: calc(var(--bs-gutter-x) * .5);padding-bottom: calc(var(--bs-gutter-x) * .5)}
.container-fluid,.container,.row{--bs-gutter-x: 20px;}
.flex{display:flex;flex-wrap:wrap}
.align-center{align-items:center}
.align-end{align-items:flex-end;}
.align-start{align-items:flex-start;}
.justify-between{justify-content: space-between;}
.justify-center{justify-content: center;}
.justify-end{justify-content: flex-end;}
.justify-start{justify-content: flex-start;}
.row-reverse{flex-direction:row-reverse;}
.column-reverse{flex-direction:column-reverse;}
@media (min-width: 576px){
	.container, .container-sm {max-width: 540px;}
}
@media (min-width: 768px){
	.container, .container-md, .container-sm { max-width: 720px;}
}
@media (min-width: 992px){
	.container, .container-lg, .container-md, .container-sm {max-width: 960px;}
}
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1140px;}
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 1320px;}
}

/* input-button */
input[type="text"],input[type="search"],input[type="password"],input[type="email"],input[type="file"],input[type="number"],input[type="date"],input[type="tel"],textarea,select{width:100%;max-width:100%;display:block;outline:none;border: 1px solid #E6E6E6;padding: 10px 12px;color: #999999;border-radius: 5px;line-height: 20px;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{color: #999999;}
input[type="submit"]{font-weight: 500;padding: 10px 24px;color: #fff;background-color: #27ae60;border-radius: 5px;text-align: center;border: none;transition: all .3s;border: 1px solid #27ae60;line-height: 20px;}
input[type="submit"]:hover{background-color: #27ae60;color: #fff;}
.select2-container .select2-selection--single{height: 42px;}
.select2-container--default .select2-selection--single{border: 1px solid #E6E6E6;}
.select2-container .select2-selection--single .select2-selection__rendered{padding-left: 12px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 40px;color: #999999;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 40px;}
.select2-dropdown{border: 1px solid #E6E6E6;}
.select2-container--default .select2-search--dropdown .select2-search__field{border: 1px solid #E6E6E6;}
.select2-search--dropdown{padding: 4px 4px 12px 4px;}
.select2-container--default .select2-results>.select2-results__options{font-size: 14px;}
/* Contact-form7 */
form .row{--bs-gutter-x: 20px;}
.wpcf7-spinner{position: absolute;}
.form-group{margin-bottom: 20px;position: relative;}
.form-group .name{margin-bottom: 5px;font-weight: 600;}
div.wpcf7 .ajax-loader{position:absolute}
.wpcf7-form-control-wrap{position:initial}
.wpcf7 .wpcf7-not-valid-tip{position:relative;padding:5px 10px!important;line-height:1.2em;left:auto!important;border-radius:3px;background-color:#f1f1f1!important;border:0!important;color:#000;position:absolute;right:0;top:40px;z-index:99;font-size:12px;margin-bottom:5px}
.wpcf7 .wpcf7-not-valid-tip:after{bottom:100%;left:30px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136,183,213,0);border-bottom-color:#f1f1f1;border-width:5px;margin-left:-10px}
.wpcf7 .wpcf7-validation-errors{display:none!important}
/* Content-post */
.wp-block-image.aligncenter>figcaption, .wp-block-image .aligncenter>figcaption, .wp-block-image.alignleft>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image.alignright>figcaption, .wp-block-image .alignright>figcaption{display: block;}
.content-post ul,.content-post ol{padding-left:18px;}
.content-post li{position:relative;margin-bottom:6px}
.content-post blockquote{background:#f6f6f6;position: relative;padding: 16px 16px 6px 32px;}
.content-post blockquote:before{content: open-quote;font-weight: bold;font-size: 30px;position: absolute;left: 8px;top: 0;}
.content-post blockquote:after{content: close-quote;font-weight: bold;font-size: 30px;position: absolute;bottom: 0;right: 8px;opacity: 0;visibility: hidden;}
.content-post .gallery{display:grid;grid-column-gap:16px;grid-row-gap:16px}
.content-post .gallery br{display:none}
.content-post .gallery.gallery-columns-2{grid-template-columns:repeat(2,1fr)}
.content-post .gallery.gallery-columns-4{grid-template-columns:repeat(4,1fr)}
.content-post .gallery.gallery-columns-3{grid-template-columns:repeat(3,1fr)}
.content-post .gallery.gallery-columns-5{grid-template-columns:repeat(5,1fr)}
.content-post .gallery.gallery-columns-5{grid-template-columns:repeat(6,1fr)}
.content-post .gallery.gallery-columns-5{grid-template-columns:repeat(7,1fr)}
.content-post .gallery.gallery-columns-5{grid-template-columns:repeat(8,1fr)}
.content-post .gallery.gallery-columns-5{grid-template-columns:repeat(9,1fr)}
.content-post .gallery-item{margin:0!important;width:100%!important;display:flex;align-items:flex-start;float:none !important;flex-wrap: wrap;}
.content-post .gallery-item img{border:none!important;width: 100%;height: auto;object-fit: cover;}
.content-post a{color: #27ae60;}
.content-post a:hover{text-decoration:underline}
.content-post .wp-caption.aligncenter{max-width:100%!important}
img.aligncenter{display:block;margin:0 auto}
.content-post .alignnone{margin:0 16px 16px 0}
.content-post .aligncenter,.content-post div.aligncenter{display:block;margin:0 auto 16px;}
.content-post .alignright{float:right;margin:0 0 16px 16px}
.content-post .alignleft{float:left;margin:0 16px 16px 0}
a img.alignright{float:right;margin:0 0 16px 16px}
a img.alignnone{margin:0 16px 16px 0}
a img.alignleft{float:left;margin:0 16px 16px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{border:none;max-width:100%;padding:0;}
.wp-caption.alignnone{margin:0 16px 16px 0}
.wp-caption.alignleft{margin:0 16px 16px 0}
.wp-caption.alignright{margin:0 0 16px 16px}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:100%}
.content-post .wp-caption-text{margin:0;padding:6px;text-align: center;background: #eee;font-size: 14px;}
/* Widget */
.widget ul,.widget ol{list-style: none;}
.widget iframe{width: 100%;height: auto; object-fit: cover;}
.widget .gallery{display:grid;grid-column-gap:10px;grid-row-gap:10px}
.widget .gallery br{display:none}
.widget .gallery.gallery-columns-2{grid-template-columns:repeat(2,1fr)}
.widget .gallery.gallery-columns-4{grid-template-columns:repeat(4,1fr)}
.widget .gallery.gallery-columns-3{grid-template-columns:repeat(3,1fr)}
.widget .gallery.gallery-columns-5{grid-template-columns:repeat(5,1fr)}
.widget .gallery-item{margin:0!important;width:100%!important;display:flex;align-items:center;float:none}
.widget .gallery-item img{border:none!important}

/* Remove-woo */
.product-remove{position: relative;}
.woocommerce .product-remove a.remove{color: #fff !important;width: 30px;height: 30px;font-weight: normal;display: flex;align-items: center;justify-content: center;background: #918e8e;position: absolute;top: 10px;right: -10px;font-size: 12px;}

/* Support */
.sticky{position:-webkit-sticky;position:sticky;top:100px;z-index: 9;}

.backtop{position: fixed;right: 20px;bottom: 40px;transition: .5s;z-index: 999;}
.backtop a{height:48px;width:48px;background:#27ae60;border-radius:50%;box-shadow: 0px 0px 5px 0px #00000033;display:flex;align-items:center;justify-content:center;}
.backtop a img{object-fit: contain;max-width: 30px;max-height: 30px;-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);}
.backtop a:hover{box-shadow: 0px 0px 10px 0px #00000087;}

.swiper-button-next, .swiper-button-prev{width: 44px;height: 44px;border-radius: 50%;top: 50%;margin-top: 0;transform: translateY(-50%);border: 1px solid #ebebeb;background: #ebebeb;opacity: .7;transition: all .3s;color: #333;}
.swiper-button-next:after, .swiper-button-prev:after{font-size: 14px;font-weight: 900;}
.swiper-button-next:hover, .swiper-button-prev:hover{box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);background: #fff;}
.swiper-pagination-bullet{opacity: .5;}
.swiper-pagination-bullet-active{background: #27ae60;opacity: 1;}
.addThis_listSharing {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  background-color: transparent;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.addThis_listSharing .listSharing_action {
  position: absolute;
  bottom: 140px;
  border-radius: 12px;
  right: 31px;
  max-width: 300px;
  background-color: #f5f6fa;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 100% bottom;
  transform-origin: 100% bottom;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1); padding-top: 20px}
.addThis_listing{margin-bottom: 0}
.addThis_listing .addThis_item {
  margin: 0;
  padding: 10px 15px; list-style: none;}

.addThis_listing .addThis_item:not(:last-of-type) {
  border-bottom: 1px solid #ecedf1;
  box-shadow: 0 1px 0 0 #fff; }

.addThis_listing .addThis_item .addThis_item--icon {
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.addThis_listing .addThis_item .addThis_item--icon svg {
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11); }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  opacity: 1;
  visibility: visible;
  position: initial;
  width: calc(100% - 30px);
  padding-left: 15px;
  text-align: left;
  background: transparent;
  color: #1d243e;
  font-size: 13px;
  font-weight: 400; }



.addThis_listSharing .addThis_close {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  border: 0;
  outline: none;
  padding: 6px;
  background: transparent; }

.addThis_listSharing .addThis_close svg {
  opacity: 0.6;
  width: 24px;
  height: 24px;
  display: block;
  margin: auto; }

.addThis_iconContact {
  position: fixed;
  bottom: 105px;
  right: 20px;
  margin: 0;
  z-index: 990;
  cursor: pointer; }

.addThis_iconContact .svgico svg {
  fill: #ffffff;
  width: 28px;
  height: 46px;
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }

.addThis_iconContact .box-item .svgico > svg {
  animation: iconSkew 1s infinite ease-out; }
@keyframes iconSkew {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }
.addThis_iconContact .svgico .svgico--close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.3);
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }

.addThis_iconContact .svgico .svgico--close svg {
  fill: #ffffff;
  width: 17px;
  height: 46px; }

.addThis_listSharing.active + .addThis_iconContact .svgico .svgico--close {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1); }

.addThis_listSharing.active + .addThis_iconContact .svgico > svg {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.3); }

.addThis_listSharing.active {
  opacity: 1;
  visibility: visible; }

.addThis_listSharing.active .listSharing_action {
  -ms-transition-delay: 0.1s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.1s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.addThis_listSharing.active + .addThis_iconContact .item-livestream {
  opacity: 0;
  visibility: hidden; }

.addThis_iconContact .box-item {
  position: relative; }
  .addThis_iconContact .box-item + .box-item {
    margin-top: 18px; }
  .addThis_iconContact .box-item .svgico {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: #27ae60;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite; }
  .addThis_iconContact .box-item.item-livestream .svgico {
    background: #ff0000; }
  .addThis_iconContact .box-item.item-livestream:before, .addThis_iconContact .box-item.item-livestream:after {
    background: #ff0000; }
  .addThis_iconContact .box-item:before, .addThis_iconContact .box-item:after {
    position: absolute;
    content: '';
    height: 48px;
    width: 48px;
    left: 0;
    top: 0;
    background: #27ae60;
    border-radius: 50%; }
  .addThis_iconContact .box-item:before {
    animation: euiBeaconPulseSmall 2s infinite ease-out; }
  .addThis_iconContact .box-item:after {
    animation: euiBeaconPulseSmall 2s  infinite ease-out 0.4s; }



.listSharing_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
.addThis_listSharing.active .listSharing_overlay{opacity: 1;visibility: visible;}
@keyframes euiBeaconPulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.4);
    opacity: 0; } }

@media (min-width: 1200px) {
  .fb_dialog.fb_dialog_advanced, .fb_dialog.fb_dialog_mobile {
    z-index: 999 !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  }

@media (max-width: 991px) {
  .addThis_listSharing .listSharing_action {
    bottom: 80px;
    left: 14px;
    right: 14px;
    max-width: 100%; }
  .addThis_listing .addThis_item .addThis_item--icon svg {
    width: 28px;
    height: 28px; }
  .addThis_listing .addThis_item.addThis_item__fbchat {
    display: block; }
}
.boxArticle-detail {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}
/* Header */
#menu-mobile{display: none;}
#header{position: relative;z-index: 999}
#header.head.navbar-fixed-top .header-banner{display: none;}
.header-main{background: #fff;}
.header-main .container{position: relative;}
.header-main .logo{height: 80px;display: flex;align-items: center;padding: 10px 0;justify-content: center;}
.header-main .logo img{max-height: 60px;object-fit: contain;}
#touch-menu{cursor: pointer;font-weight: 500; display: flex;align-items: center;gap: 5px;text-transform: uppercase;color: #27ae60;height: 100%;}
#touch-menu svg{width: 20px;height: 20px;fill: #27ae60;}
.header-main .col-menu{width: 140px;position: relative;}
.header-main .col-logo{width: 200px;}
.header-main .col-nav{width: 380px;gap: 20px;}
.header-main .col-search{width: calc(100% - 140px - 200px - 380px);}
.header-main .col-nav a{display: flex;align-items: center;gap: 10px;color: #27ae60;position: relative;font-size: 14px;}
.header-main .col-nav a svg{width: 30px;height: 30px;fill: #27ae60;}
.header-main .col-nav a .box{display: flex;flex-direction: column;}
.header-main .col-nav a .box .value{font-weight: 500;font-size: 16px;}
.header-main .col-nav a .cout{position: absolute;width: 18px;height: 18px;font-size: 12px; border-radius: 50%;display: flex;align-items: center;justify-content: center;color: #000;background: #ffcb05;position: absolute;top: 0;right: -5px;}
.header-main .col-hotline-mb{display: none;}
.yith-ajaxsearchform-container {width: 100%;}
#yith-ajaxsearchform{position: relative;}
#yith-ajaxsearchform .search-navigation{display: block;}
#yith-ajaxsearchform .search-navigation .screen-reader-text{display: none;}
#yith-ajaxsearchform .search-navigation input[type="search"]{margin-bottom: 0;height: 40px;font-size: 14px;padding: 0 60px 0 15px;font-weight: normal;}
#yith-ajaxsearchform input[type="submit"]{width: 50px;height: 34px;position: absolute;top: 3px;right: 3px;border-radius: 4px;background-color: #27ae60;background-image: url(images/icon-search.png);background-size: 18px;background-repeat: no-repeat;background-position: center;font-size: 0;padding: 0;}
.menu-main{list-style: none;margin-bottom: 0;background: #fff;z-index: 99;border: 1px solid #e1e1e1;top: calc(100% + 1px);position: relative;}
.header-main .col-menu .menu-main{display: none;position: absolute;left: 0;width: 300px;}
.header-main .col-menu:hover .menu-main{display: block;}
.menu-main ul{list-style: none;margin-bottom: 0;position: absolute;top: -1px;left: 100%;border: 1px solid #e1e1e1;padding: 10px 0;background: #fff;width: 300px;font-size: 14px;min-height: calc(100% + 2px);display: none;}
.menu-main>li{padding: 8px 15px;display: flex;justify-content: space-between;align-items: center;}
.menu-main>li>a{display: flex;align-items: center;gap: 8px;min-height: 24px;}
.menu-main>li>a img{width: 24px;height: 24px;object-fit: contain;}
.menu-main>li>a span{padding: 0 !important;}
.menu-main ul>li{display: flex;align-items: center;justify-content: space-between;padding: 5px 20px;}
.menu-main li:hover>ul{display: block;}
.menu-main svg{width: 18px;height: 18px;padding: 2px;}
/* Footer */
#footer{background: #fff;}
.footer-top{padding: 30px 0;background: #f7f7f7;border-top: 1px solid #fff;}
/*
.footer-top .inner{display: flex;flex-direction: column;gap: 10px;margin: 0 auto;width: 640px;max-width: 100%;}
.footer-top .inner .title{font-size: 24px;font-weight: 600;}
.footer-top .form form{width: 100%;position: relative;}
.footer-top .form form input[type="submit"]{position: absolute;top: 0;right: 0;border-radius: 0 5px 5px 0;}
*/
.footer-top .item .icon{width: 80px;}
.footer-top .item .icon img{width: 100%;height: auto;}
.footer-top .item .box{width: calc(100% - 80px);padding-left: 20px;display: flex;flex-direction: column;}
.footer-top .item .box .name{font-size: 15px;font-weight: 600;}
.footer-top .item .box .text{font-size: 13px;color: #a7a4a4;}

.footer-main{padding: 25px 0 10px;font-size: 13px;}
.footer-main .widget{padding-top: 15px;width: 25%;}
.footer-main .widget-title{text-transform: uppercase;font-weight: bold;font-size: 16px;margin-bottom: 16px;}
#footer .textwidget p,#footer .textwidget ul,#footer .textwidget ol,#footer .textwidget table,#footer .textwidget h1,.footer-main .textwidget h2,.footer-main .textwidget h3,.footer-main .textwidget h4,.footer-main .textwidget h5,.footer-main .textwidget h6{margin-bottom: 10px;}
.footer-main .textwidget li{margin-bottom: 5px;}
.footer-bot{font-size: 12px;padding: 10px 0;}
.footer-bot .widget-title{display: none;}
.footer-bot .widget{width: auto;}

/* Page */
.breadcrumbs{background: #eee;color: #999;padding: 12px 0;font-size: 14px;}
.breadcrumbs *{margin-bottom: 0;}
.page-body{padding: 20px 0;}
.page-content{background: #fff;padding: 15px;border-radius: 8px;}
.page-title{border-bottom: 1px solid #eee;padding-bottom: 5px;margin-bottom: 20px;font-size: 20px;font-weight: bold;}
.page-title img{object-fit: contain;max-height: 50px;}
.page-title a.link{display: inline-flex;gap: 2px;color: #27ae60;font-weight: 500;font-size: 16px;align-items: center;}
.page-title a.link svg{fill: #27ae60;width: 14px;height: 14px;}
/* Contact */
.contact-title{font-size: 22px;}
.contact-info{list-style: none;display: flex;flex-direction: column;gap: 5px;}
.contact-info li svg{fill: #27ae60;width: 15px;height: 15px;margin-right: 5px;}
.contact-form{padding-top: 16px;margin-top: 16px;border-top: 1px solid #dee2e6;}
.contact-form .title{text-transform: uppercase;font-size: 16px;font-weight: 500;margin-bottom: 16px;}
.contact-form input[type="submit"]{width: 100%;}
.contact-maps{width: 100%;height: 100%;overflow: hidden;border-radius: 5px;}
.contact-maps iframe{width: 100%;height: 100%;}
/* Category */
.item-news{padding: 15px;display: flex;align-items: flex-start;flex-wrap: wrap; gap: 15px;border-bottom: 1px solid #eee;}
.item-news:last-child{border-bottom: 0;}
.item-news:first-child{padding-top: 0;}
.item-news .img{width: 200px;}
.item-news .info{width: calc(100% - 215px);display: flex;flex-direction: column;gap: 3px;}
.item-news .info .name{font-size: 20px;margin-bottom: 2px;}
.item-news .info .author{font-size: 12px;color: #000;text-transform: capitalize;}
.item-news .info .date{font-size: 10px;color: #6c757d;}
.item-news .info .desc a{font-size: 14px;color: #12487f;}
.big-item .item-news .img{width: 100%;}
.big-item .item-news .info{width: 100%;}
.list-item .item-news{padding: 15px 0;}
.list-item .item-news:first-child{padding-top: 0;}
.list-item .item-news:last-child{padding-bottom: 0;}
.list-item .item-news .img{width: 100px;}
.list-item .item-news .info{width: calc(100% - 115px);}
.list-item .item-news .info .desc{font-size: 14px;}
.list-item .item-news .info .flex{column-gap: 15px;row-gap: 2px;}
.pagination{justify-content: flex-end;padding-top: 20px;}
.pagination ul{margin-bottom: 0;list-style: none;display: flex;justify-content: flex-end;align-items: center;gap: 5px;}
.pagination ul li{display: block;margin: 0;}
.pagination ul li span,.pagination ul li a{display: flex;padding: 0;height: 36px;width: 36px;text-align: center;align-items: center;justify-content: center;border-radius: 50%;border: 1px solid #dee2e6;color: #8898aa; background: #fff;}
.pagination ul li .current,.pagination ul li span:hover,.pagination ul li a:hover{background: #27ae60;color: #fff;border-color: #27ae60;}


/* Single */
.news-body .col-sidebar{border-right: 1px solid #eee;}
.single-meta{padding-bottom: 10px;margin-bottom: 15px;border-bottom: 1px solid #eee;display: flex;flex-direction: column;gap: 3px;}
.single-meta .title{font-size: 24px;margin-bottom: 0;}
.single-meta .author{color: #000;display: flex;align-items: center;gap: 5px;text-transform: capitalize;}
.single-meta .author svg{width: 14px;height: 14px;fill: #000;}
.single-meta .date{font-size: 13px;color: #6c757d;display: flex;align-items: center;gap: 5px;}
.single-meta .date svg{width: 14px;height: 14px;fill: #6c757d;}
.single-tags{padding-top: 10px;color: #666;font-size: 14px;display:flex;flex-wrap:wrap;align-items: center;column-gap: 15px;row-gap: 5px;}
.single-tags span{font-weight: 500;}
.single-tags a{display: inline-flex;align-items: center;justify-content: center;text-align: center;padding: 0 8px 2px;height: 18px;background: #545b62;color: #fff;border-radius: 10px;font-size: 12px;}



/* Sidebar */
.page-sidebar{font-size: 14px;}
.page-sidebar .widget:not(:last-child){margin-bottom:30px}
.page-sidebar .tagcloud{display:flex;flex-wrap:wrap}
.page-sidebar .tagcloud a{display: inline-block; font-size:14px!important;height:30px;padding:0 10px;line-height:30px;background-color:#ECECEC;border-radius:3px;margin:0 5px 5px 0}
.page-sidebar .widget_media_image img{width: 100%;height: auto;object-fit: contain;}
.page-sidebar .widget-title{font-weight: 600;cursor: pointer;padding-bottom: 8px;border-bottom: 1px solid #eae4e8;position: relative;margin-bottom: 10px;font-size: 16px;}

/* Product */
.sale-flash{display: none;font-size: 12px;color: #fff;line-height: 22px;height: 22px;border-radius: 4px;background: #ff0000;letter-spacing: 0.5px;padding: 0 5px;position: absolute;top: 5px;left: 5px;z-index: 2;}
.woocommerce-error, .woocommerce-info, .woocommerce-message{background-color: transparent;margin: 0 0 20px;outline: none;}
.taxonomy-meta{margin-bottom: 20px;display: flex;align-items: center;column-gap: 20px;row-gap: 10px;flex-wrap: wrap;}
.icon-filter{display: none;}
.taxonomy-meta .title{margin-bottom: 0;font-size: 24px;font-weight: 600;}
.woocommerce .woocommerce-result-count{float: none;margin: 0;font-size: 14px;margin-right: auto;}
.woocommerce .woocommerce-ordering{margin: 0;float: none;width: 240px;}
.woocommerce .woocommerce-ordering select{padding: 0 12px;height: 42px;line-height: 40px;color: #333;}
.list-product{display: flex;flex-wrap: wrap;margin: -10px;}
.list-product .item-product{width: calc(100% / 3);padding: 10px;}
.product-related .list-product .item-product{width: 25%;}
.item-product{display: flex;flex-direction: column;}
.item-product .img{width: 100%;aspect-ratio: 1/1;overflow: hidden;position: relative;}
.item-product .img img{height: 100%;}
.item-product .img .sale-flash{display: block;}
.item-product .info{padding: 10px;width: 100%;flex: 1;display: flex;flex-direction: column;gap: 5px;}
.item-product .info .name{margin-bottom: 0;font-size: 18px;}
.item-product .info .price{display: flex;flex-direction: column;}
.item-product .info .price .amount{color: #ff0000;font-weight: bold;font-size: 14px;}
.item-product .info .price del{order: 2;font-weight: normal;color: #878c8f;}
.item-product .info .price ins{text-decoration: none;order: 1;}
.item-product .info .price del .amount{font-weight: normal;color: #878c8f;font-size: 13px;}
.item-product .info .link{padding-top: 5px;margin-top: auto;}
.item-product .info .link a{display: flex;align-items: center;justify-content: center;border: 1px solid #27ae60;border-radius: 5px;padding: 0 15px;color: #27ae60;text-transform: uppercase;font-size: 12px;gap: 6px;height: 32px;font-weight: 500;}
.item-product .info .link a svg{fill: #27ae60;width: 20px;height: 20px;transition: all .3s;}
.item-product .info .link a:hover{color: #fff;background: #27ae60;}
.item-product .info .link a:hover svg{fill: #fff;}
.term-description{margin-top: 20px;}
.taxonomy-filter .widget-title{display: flex;align-items: center;justify-content: space-between;gap: 5px;}
.taxonomy-filter .widget-title svg{width: 14px;height: 14px;}
.product-categories li:not(:last-child){margin-bottom: 8px;}
.product-categories ul{display: none;padding-left: 15px;width: 100%;padding-top: 4px;}
.product-categories li{display: flex;align-items: center;justify-content: space-between;gap: 5px;flex-wrap: wrap;}
.product-categories li>a{max-width: calc(100% - 19px);}
.product-categories li>svg{width: 14px;height: 14px;transition: all .3s;}
.product-categories li.re-arrow>svg{transform: rotate(45deg);}
.yith-wcan-filters .yith-wcan-filter{margin-bottom: 20px;position: relative;}
.yith-wcan-filters .yith-wcan-filter:last-child{margin-bottom: 0;}
.yith-wcan-filters .yith-wcan-filter .filter-title{padding-bottom: 8px;border-bottom: 1px solid #eae4e8;cursor: pointer;margin-bottom: 12px;position: relative;}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable .toggle-handle{top: 3px;right: 0;}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .item-count{font-size: 14px;}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a{margin-left: 2px;position: relative;top: -1px;}
.yith-wcan-filters .yith-wcan-filter.filter-price-range .filter-items .filter-item a{font-size: 0;}
.yith-wcan-filters .yith-wcan-filter.filter-price-range .filter-items .filter-item a:before{content: "";font-size: 14px;}
.yith-wcan-filters .yith-wcan-filter.filter-price-range .filter-items .filter-item a .item-count{font-size: 14px;}
.yith-wcan-filters .yith-wcan-filter.filter-price-range .filter-items .filter-item label[for="filter_275_3_price_range_0-500000"] a:before{content: "0 - 500k";}
.yith-wcan-filters .yith-wcan-filter.filter-price-range .filter-items .filter-item label[for="filter_275_3_price_range_500000-1000000"] a:before{content: "500k - 1tr";}
.yith-wcan-filters .yith-wcan-filter.filter-price-range .filter-items .filter-item label[for="filter_275_3_price_range_1000000-1500000"] a:before{content: "1tr - 1tr5";}
.yith-wcan-filters .yith-wcan-filter.filter-price-range .filter-items .filter-item label[for="filter_275_3_price_range_1500000-2000000"] a:before{content: "1tr5 - 2tr";}
.yith-wcan-filters .yith-wcan-filter.filter-price-range .filter-items .filter-item label[for="filter_275_3_price_range_2000000-3000000"] a:before{content: "2tr - 3tr";}
.yith-wcan-filters .yith-wcan-filter.filter-price-range .filter-items .filter-item label[for="filter_275_3_price_range_3000000"] a:before{content: "3tr trở lên";}

/* Detail */
.devvn_prod_variable .quantity{padding-left: 0;}
.woo-variation-swatches.wvs-show-label .variations td{text-align: left;}
.product-body .page-content:not(:last-child){margin-bottom: 20px;}
.product-images .image{width: 100%;aspect-ratio: 1/1;background: #fff;}
.product-images .image img{width: 100%;height: 100%;object-fit: cover;}
.product-images .thumb{width: 100%;aspect-ratio: 3/2;border: 1px solid #eee;border-radius: 4px;overflow: hidden;}
.product-images .thumb img{width: 100%;height: 100%;object-fit: contain;}
.product-images .swiper-slide-thumb-active .thumb{border-color: #27ae60;}
.product-images .swiper-thumb{display: block;margin: 10px auto 0;width: 380px;max-width: 100%;}
.product-title{margin-bottom: 8px;font-size: 28px;}
.product-meta{display: flex;flex-wrap: wrap;column-gap: 20px;row-gap: 2px;font-size: 14px;}
.product-meta>div{position: relative;}
.product-meta>div:not(:last-child):after{content: "";display: block;width: 1px;height: 12px;background: #777;position: absolute;right: -10px;top: 50%;transform: translateY(-50%);}
.product-meta .value{color: #27ae60;}
.product-meta .stock{color: #27ae60 !important;}
.product-price{margin: 15px 0 10px;background: #f1f1f1;padding: 10px 15px;border-radius: 4px;}
.product-price img.sale{object-fit: contain;max-height: 16px;margin-top: 5px;}
.product-price .price{margin-bottom: 0;display: flex;flex-wrap: wrap;align-items: flex-end;gap: 5px;}
.product-price .price .amount{font-size: 28px;color: #ff0000;font-weight: 600;}
.product-price .price del{color: #333;opacity: 1 !important;order: 2;position: relative;top: -3px;}
.product-price .price ins{text-decoration: none;order: 1;}
.product-price .price del .amount{font-size: 20px;color: #333;font-weight: normal;}
.product-price .price .screen-reader-text{display: none;}
.product-price .price *{line-height: 1.2;}
.woocommerce-product-details__short-description{font-size: 15px;}
.woocommerce-product-details__short-description p,.woocommerce-product-details__short-description ul,.woocommerce-product-details__short-description ol,.woocommerce-product-details__short-description table{margin-bottom: 10px;}
.woocommerce div.product form.cart{margin-bottom: 0;}
.woocommerce div.product form.cart div.quantity{float: none;margin: 0;width: 100%;}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}
.quantity input.qty {
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before{display: none;}
.quantity{display: flex;flex-wrap: wrap;}
.quantity input[type="button"]{width: 30px;height: 30px;border: 1px solid #ced4da !important;background: #fff;}
.quantity input.minus{border-radius: 4px 0 0 4px;}
.quantity input.plus{border-radius: 0 4px 4px 0;}
.quantity input[type="number"]{width: 60px !important;height: 30px !important;border: 1px solid #ced4da !important;border-right: 0 !important;border-left: 0 !important;border-radius: 0 !important;background: #e9ecef;color: #333;}
.woocommerce div.product form.cart div.quantity:before{content: "Số lượng:";display: block;margin-bottom: 5px;width: 100%;}
.woocommerce div.product form.cart{display: flex;flex-wrap: wrap;column-gap: 10px;row-gap: 15px;}
.woocommerce div.product form.cart .button{float: none;height: 48px;display: flex;align-items: center;justify-content: center;padding: 0 10px;font-size: 14px;text-transform: uppercase;}
.woocommerce div.product form.cart .single_add_to_cart_button{width: 60%;}
.woocommerce div.product form.cart .single_buy_now_button{width: calc(40% - 10px);}
.woocommerce-variation-add-to-cart{display: flex;flex-wrap: wrap;column-gap: 10px;row-gap: 15px;}
.woocommerce div.product form.cart .variations{margin-bottom: 0;position: relative;border-bottom: 1px solid #eee;margin-bottom: 10px;}
.woocommerce div.product form.cart .reset_variations{position: absolute;font-size: 11px;top: 0;right: 0;padding: 1px 4px;border-radius: 4px;background-color: #27ae60;color: #fff;}
.woocommerce div.product form.cart .variations.table-bordered>:not(caption)>*{border-width: 0;}
.woocommerce div.product form.cart .variations tr{display: flex;align-items: flex-start;}
.woocommerce div.product form.cart .variations td{padding: 0 0 8px 0;}
.woocommerce div.product form.cart .variations label{margin: 0;display: block;}
.woocommerce div.product form.cart .variations th{padding: 6px 8px 8px 0;}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name{display: none;}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item){border-radius: 5px;box-shadow: none;border: 1px solid #ddd;overflow: hidden;}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{font-size: 14px;}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{box-shadow: none;border-color: #27ae60;}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item):before{content: '';
    padding: 4px;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: -15px;
    right: -13px;
    background: #27ae60;
    width: 26px;
    height: 24px;
    transform: rotate(45deg);display: block;border-radius: 0;box-shadow: none;bottom: auto;padding-inline: inherit;min-width: 0;opacity: 0 !important;visibility: hidden !important;}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:before{opacity: 1 !important;visibility: visible !important;}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item):after{    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0;
    width: 6px;
    height: 6px;opacity: 0 !important;visibility: hidden !important;border: none;}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:after{opacity: 1 !important;visibility: visible !important;}
.product-policy{margin-top: 15px;padding: 15px;border-radius: 5px;border: 1px solid #27ae60;display: flex;flex-direction: column;gap: 15px;}
.product-policy .title{font-weight: 600;font-size: 18px;}
.product-policy .list{list-style: none;display: flex;flex-direction: column;gap: 15px;margin-bottom: 0;}
.product-policy .list li{font-size: 14px;display: flex;align-items: center;gap: 15px;}
.product-policy .list li img{width: 32px;height: 32px;object-fit: contain;}
.product-policy .list li span{width: calc(100% - 47px);}
.hidden-content button.btnz{margin: 20px auto;display: none;padding: 8px 16px;background: #fff;color: #27ae60;box-shadow: 0 0 15px rgb(0 0 0 / 10%);font-size: 14px;font-weight: 500;border: 1px solid #27ae60;border-radius: 5px;transition: all .3s;}
.hidden-content button.btnz:hover{background: #27ae60;color: #fff;}
.hidden-content.ellipsis button.btnz{display: block;}
.hidden-content.ellipsis .content-post{height: 600px;overflow: hidden;position: relative;}
#hidden1.hidden-content.ellipsis .content-post{height: 600px;}
.hidden-content.ellipsis .content-post:after{content: "";display: block;width: 100%;height: 100%;position: absolute;z-index: 2;bottom: 0;left: 0;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 82.96%, rgba(255, 255, 255, 0.8) 100%);}
.hidden-content.ellipsis .content-post.heightauto{height: auto;}
#hidden1.hidden-content.ellipsis .content-post.heightauto{height: auto;}
.hidden-content.ellipsis .content-post.heightauto:after{display: none;}
.hidden-content.ellipsis button .down{display: none;}
.hidden-content.ellipsis button .up{display: block;}
.hidden-content.ellipsis button.btn_up .up{display: none;}
.hidden-content.ellipsis button.btn_up .down{display: block;}


/* Cart */
.woocommerce-tabs.wc-tabs-wrapper{display: none;}
.woocommerce nav.woocommerce-pagination{padding-top: 20px;}
.woocommerce .woocommerce-pagination ul.page-numbers,.woocommerce-page .woocommerce-pagination ul.page-numbers{border:0;margin:0;display: flex;justify-content: center;align-items: center;gap: 5px;}
.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{border:0;float:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}
.woocommerce .woocommerce-pagination ul.page-numbers li a,.woocommerce .woocommerce-pagination ul.page-numbers li span,.woocommerce-page .woocommerce-pagination ul.page-numbers li a,.woocommerce-page .woocommerce-pagination ul.page-numbers li span{padding:0;text-align:center;border-radius:50%;-webkit-transition:all .3s;transition:all .3s;width: 36px;height: 36px;color: #8898aa;border: 1px solid #dee2e6;display: flex;align-items: center;justify-content: center;background: #fff;}
.woocommerce .woocommerce-pagination ul.page-numbers li a.current,.woocommerce .woocommerce-pagination ul.page-numbers li a:hover,.woocommerce .woocommerce-pagination ul.page-numbers li span.current,.woocommerce .woocommerce-pagination ul.page-numbers li span:hover,.woocommerce-page .woocommerce-pagination ul.page-numbers li a.current,.woocommerce-page .woocommerce-pagination ul.page-numbers li a:hover,.woocommerce-page .woocommerce-pagination ul.page-numbers li span.current,.woocommerce-page .woocommerce-pagination ul.page-numbers li span:hover{color:#fff;background:#27ae60;border-color: #27ae60;}
.woocommerce .woocommerce-pagination ul.page-numbers li .next,.woocommerce .woocommerce-pagination ul.page-numbers li .prev,.woocommerce-page .woocommerce-pagination ul.page-numbers li .next,.woocommerce-page .woocommerce-pagination ul.page-numbers li .prev{}
.select2-container--open{z-index:999999}
.select2-container--default.select2-container--default .select2-selection--single{background-color:#f5f5f5;border:1px solid #f5f5f5; border-radius:3px;height:48px;margin:0}
.select2-container--default.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:48px;padding-left:20px}
.select2-container--default.select2-container--default .select2-selection--single .select2-selection__arrow{height:48px}
.select2-container--default.select2-container--default .select2-selection--single .select2-selection__placeholder{color:inherit}
.select2-container--default.select2-container--default .select2-selection--single .select2-selection__clear{font-weight:400}
.select2-dropdown{border:1px solid #eee;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{padding: 10px 20px;background-color: #27ae60;color: #fff;font-weight: 500;height: auto;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background-color: #27ae60;}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{background-color: #014c2e;color: #fff;}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{padding: 10px 20px;}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{background-color: #014c2e;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{background-color: #014c2e;}
.woocommerce table.shop_table{border-collapse:collapse}
.woocommerce table.my_account_orders,.woocommerce table.shop_table.cart{border:0;border-radius:0;margin:0}
.woocommerce table.my_account_orders thead tr,.woocommerce table.shop_table.cart thead tr{border:1px solid #eee;border-radius:3px}
.woocommerce table.my_account_orders th,.woocommerce table.shop_table.cart th{font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#212529;line-height:1.6;padding:14px 12px;border:0;background-color:#f5f5f5}
.woocommerce table.my_account_orders td{border:0}
.woocommerce table.shop_table.cart td{border:0;padding:20px 10px}
.woocommerce table.my_account_orders tbody tr,.woocommerce table.shop_table.cart tbody tr{border:1px solid #eee;border-top:none}
.woocommerce table.my_account_orders tbody tr:last-child,.woocommerce table.shop_table.cart tbody tr:last-child{border:0}
.woocommerce table.my_account_orders .product-name a:hover,.woocommerce table.order_details .product-name a:hover,.woocommerce table.shop_table.cart .product-name a:hover{color:var(--g5-color-accent)}
.woocommerce table.my_account_orders .product-price .amount,.woocommerce table.my_account_orders .product-subtotal .amount,.woocommerce table.shop_table.cart .product-price .amount,.woocommerce table.shop_table.cart .product-subtotal .amount{color:#212529;font-size:15px;font-weight:700}
.woocommerce table.my_account_orders .product-price ins,.woocommerce table.my_account_orders .product-subtotal ins,.woocommerce table.order_details .product-total ins,.woocommerce table.shop_table.cart .product-price ins,.woocommerce table.shop_table.cart .product-subtotal ins{background-color:transparent;font-weight:700}
.woocommerce table.my_account_orders .product-price del,.woocommerce table.my_account_orders .product-subtotal del,.woocommerce table.order_details .product-total del,.woocommerce table.shop_table.cart .product-price del,.woocommerce table.shop_table.cart .product-subtotal del{margin-right:5px;font-weight:500;font-size:13px}
.woocommerce table.my_account_orders .product-quantity .quantity .qty,.woocommerce table.shop_table.cart .product-quantity .quantity .qty{width:130px;height:40px}
.woocommerce table.my_account_orders td.actions,.woocommerce table.shop_table.cart td.actions{padding:30px 0 0}
.woocommerce table.my_account_orders td.actions .coupon .input-text,.woocommerce table.shop_table.cart td.actions .coupon .input-text{border-color:#eee;padding:0 25px}
.woocommerce-page table.cart td.actions .coupon .button{width: calc(100% - 254px);}
.woocommerce table.my_account_orders .add_to_cart.button,.woocommerce table.shop_table.cart .add_to_cart.button{font-size:.75rem;line-height:2.75rem;padding:0 2.5rem}
.woocommerce table.shop_table.cart .product-thumbnail{width:100px;padding-left:0}
.woocommerce table.shop_table.cart .product-thumbnail img{width:auto;margin: 0;}
.woocommerce table.shop_table.cart .product-remove{width:40px}
.woocommerce table.shop_table.cart .product-price,.woocommerce table.shop_table.cart .product-quantity,.woocommerce table.shop_table.cart .product-subtotal{text-align:center}
.woocommerce table.shop_table.cart td.actions .coupon .input-text{width:250px;line-height: 46px !important;}
.woocommerce table.shop_table.cart .product-quantity .quantity:not(.mini_cart_item .quantity){justify-content: center;margin: 0 auto;align-items: center;}
.woocommerce .cart-collaterals .cross-sells{margin-top:120px}
.woocommerce-cart .page-content .woocommerce{display: flex;flex-wrap: wrap;margin: -12px}
.woocommerce-cart .page-content .woocommerce .woocommerce-cart-form{width: 100%;max-width: 66.666667%;padding: 12px}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{width: 100%;max-width: 33.333333%;padding: 12px}
.woocommerce .cart-collaterals .wc-proceed-to-checkout{padding:35px 0 0}
.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button{font-size:1rem;line-height:2.75rem;padding:0 2.1875rem}
.woocommerce .cart-collaterals .cart_totals{box-shadow:0 0 10px rgba(0,0,0,.1);padding:20px 30px;width: 100%;}
.woocommerce .cart-collaterals .cart_totals>h2{font-size:24px;padding-bottom:16px;border-bottom:1px solid #ddd;margin-bottom:25px;display: none;}
.woocommerce .cart-collaterals .cart_totals table,.woocommerce table.woocommerce-checkout-review-order-table{border:0;border-radius:0;margin:0}
.woocommerce .cart-collaterals .cart_totals table th{border:0;padding:0 9px 15px 0;font-size:15px;font-weight:500}
.woocommerce .cart-collaterals .cart_totals table td{border:0;padding:0 0 15px 9px;text-align:right}
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,.woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td{color:#212529;font-weight:700}
.woocommerce .cart-collaterals .cart_totals table tr:last-child td,.woocommerce .cart-collaterals .cart_totals table tr:last-child th{padding-bottom:0}
.woocommerce .cart-collaterals .cart_totals table .shipping-calculator-button,.woocommerce .cart-collaterals .cart_totals table small,.woocommerce table.woocommerce-checkout-review-order-table tbody .product-name a{color:inherit}
.woocommerce .cart-collaterals .cart_totals table .select2-container--default .select2-selection--single .select2-selection__rendered{text-align:left}
.woocommerce .cart-collaterals .cart_totals table tr.order-total span.amount{font-weight:700;font-size:24px}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th,.woocommerce table.woocommerce-checkout-review-order-table tbody .product-name strong,.woocommerce table.woocommerce-checkout-review-order-table tfoot ul#shipping_method .amount,.woocommerce table.woocommerce-checkout-review-order-table tfoot ul#shipping_method li label{font-weight:500}
.woocommerce .cart-collaterals .cart_totals table tr.order-total td,.woocommerce .cart-collaterals .cart_totals table tr.order-total th{border-top:1px solid #ddd;padding-top:20px}
.woocommerce .cart-collaterals .cross-sells>h2{font-size:34px;margin-bottom:50px;text-align:center}
.woocommerce .cart-collaterals .shipping-calculator-form{margin-top:25px}
.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2{max-width:100%;padding-left:0;padding-right:0}
.woocommerce form p{margin-bottom:23px}
.woocommerce table.shop_table *{border: none;}
.woocommerce form .form-row{display:block;padding:0;margin:0 0 15px}
.woocommerce form .form-row label{margin-bottom:6px;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.1em;line-height:1.2}
.woocommerce form .form-row textarea{height:8em}
.woocommerce-additional-fields,.woocommerce-shipping-fields{}
.woocommerce-billing-fields__field-wrapper{display: flex;flex-wrap: wrap;justify-content: space-between;}
.woocommerce-billing-fields__field-wrapper .form-row{width: 32% !important;}
.woocommerce-billing-fields__field-wrapper .form-row:last-child{width: 100% !important;}
.woocommerce-shipping-fields>h3{font-size:15px;margin-bottom:21px;font-weight:500}
.woocommerce-shipping-fields>h3 label span{cursor:pointer}
.woocommerce-shipping-fields>h3 label input{position:relative;top:2px;margin:-2px 8px 0 0}
#order_review_heading,.woocommerce-additional-fields>h3,.woocommerce-billing-fields>h3{font-size:20px;line-height:1.5;margin-bottom:15px;font-weight: bold;}
.woocommerce-account-fields .create-account{margin:0!important}
.woocommerce-account-fields label>span{font-size:15px;font-weight:500;text-transform:none;letter-spacing:0;color:#212529;cursor:pointer}
.woocommerce-account-fields label>.input-checkbox{position:relative;top:-2px}
#order_review{padding:10px 20px 20px;box-shadow:0 0 10px rgba(0,0,0,.1)}
.woocommerce #order_review .woocommerce-checkout-payment{margin-top:15px;background:0 0;border-radius:0}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods{padding:0;border-color:#eee}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li input{position:relative;top:2px;margin-right:5px}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li label{margin-bottom:0;font-size:16px;color:#212529;font-weight:500}

.woocommerce #order_review .woocommerce-checkout-payment .place-order{padding:20px 0 0;margin:0}
.woocommerce #order_review .woocommerce-checkout-payment .place-order .button{width:100%;}
.woocommerce table.woocommerce-checkout-review-order-table thead th{border:0;color:#212529;font-weight:500}
.woocommerce table.woocommerce-checkout-review-order-table .product-name{padding:0 5px 10px 0}
.woocommerce table.woocommerce-checkout-review-order-table .product-total{padding:0 0 10px 5px;text-align:right}
.woocommerce table.order_details .product-name a,.woocommerce table.woocommerce-checkout-review-order-table tbody .product-name,.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total{color:#212529}
.woocommerce table.woocommerce-checkout-review-order-table tbody .product-total{color:#212529;font-size:14px;font-weight:700}
.woocommerce table.order_details td,.woocommerce table.order_details th,.woocommerce table.woocommerce-checkout-review-order-table td,.woocommerce table.woocommerce-checkout-review-order-table tfoot td,.woocommerce table.woocommerce-checkout-review-order-table tfoot th{border:0}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th{font-weight:500;padding:0 5px 10px 0}
.woocommerce table.woocommerce-checkout-review-order-table tfoot td{padding:0 0 10px 5px;font-weight:500;text-align:right}
.woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td,.woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th{border-top:1px solid #eee;padding-top:10px}
.woocommerce table.woocommerce-checkout-review-order-table tfoot ul#shipping_method li input{margin:0 5px 0 0;vertical-align:middle}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total td{font-size:24px;font-weight:700;padding-top:10px;padding-bottom:0;border-top:1px solid #eee}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total th{padding-top:10px;padding-bottom:0;border-top:1px solid #eee}
.woocommerce-checkout .woocommerce form .form-row-first,.woocommerce-checkout .woocommerce form .form-row-last{width:100%;float:none}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{font-size:15px;text-transform:none;font-weight:500;letter-spacing:0;display:block;margin-bottom:20px}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input{position:relative;top:1px;margin-right:5px}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:none;margin:0;width:100%}
.woocommerce .woocommerce-form-login .lost_password{margin-bottom:0}
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit{float:none;margin:0;width:100%}
.woocommerce ul.order_details li{margin-top:0}
.woocommerce .woocommerce-order-details .woocommerce-order-details__title,.woocommerce-column__title{font-size:24px;line-height:1.5;margin-bottom:21px}
.woocommerce table.order_details{border:1px solid #eee;border-radius:3px;margin:0}
.woocommerce table.order_details thead th{font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#212529;line-height:1.6;padding:14px 12px;border:0;background-color:#f5f5f5}
.woocommerce table.order_details .product-total .amount{color:#212529;font-size:15px;font-weight:700}
.woocommerce table.order_details tfoot td,.woocommerce table.order_details tfoot th{border:0}
.woocommerce table.order_details tfoot th{font-weight:500}
.woocommerce table.order_details tfoot td{color:#212529}
.woocommerce table.order_details tfoot tr:first-child td,.woocommerce table.order_details tfoot tr:first-child th{border-top:1px solid #eee}
.woocommerce table.order_details tfoot tr:last-child{color:#212529}
.woocommerce table.order_details tfoot tr:last-child td,.woocommerce table.order_details tfoot tr:last-child th{border-top:1px solid #eee}
.woocommerce table.order_details tfoot tr:last-child td{font-size:24px}
#customer_details{float:left;width:58%;margin-bottom:0}
#customer_details .col-1,#customer_details .col-2,.woocommerce div.product form.cart table.variations td.value{width:100%}
#order_review{float:right;width:40%}
#customer_login h2{font-size:24px}
.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0}
.woocommerce-MyAccount-navigation ul li:last-of-type{border-bottom:none}
.woocommerce-MyAccount-navigation ul li>a{position:relative;display:block;padding:14px 20px;font-size:16px;font-weight:700;color:#212529}
.woocommerce-MyAccount-navigation ul li>a:after{font-family:var(--g5-font-icon);font-size:20px;position:absolute;right:20px;line-height:1;font-weight:300;text-transform:none}
.woocommerce-MyAccount-navigation ul li a:hover,.woocommerce-MyAccount-navigation ul li.is-active>a{background-color:#f2f2f2}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard>a:after{content:"\f015"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders>a:after{content:"\f733"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads>a:after{content:"\f019"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address>a:after{content:"\f3c5"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account>a:after{content:"\f406"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout>a:after{content:"\f2f5"}
.woocommerce-MyAccount-content>p:not(.woocommerce-info){padding:20px;background-color:#f2f2f2}
.woocommerce-MyAccount-content>p:not(.woocommerce-info) a{color:inherit}
.woocommerce-MyAccount-content fieldset{padding:20px 40px;margin-top:50px;margin-bottom:30px;border:1px solid;border-color:#eee}
.woocommerce-MyAccount-content fieldset legend{width:auto;padding:0 15px;font-weight:700;font-size:16px;color:#212529}
.woocommerce-MyAccount-content h3{font-size:24px;margin-bottom:35px}
.woocommerce table.my_account_orders{font-size:1em}
.woocommerce table.my_account_orders td{padding:15px;text-align:center}
.woocommerce table.my_account_orders th{text-align:center}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart:after{content:"";display:block;clear:both}
.heading-color{color:#212529!important}
.primary-color{color:#27ae60!important}
.bg-primary{background-color:#27ae60!important}

.woocommerce ul.order_details{padding-left: 0}
.cr-customer-consent{display: none;}

/* Thankyou */
.woocommerce-customer-details{display: none;}

/* Account */
.account-body .box-login{background: #fff;padding: 20px;border: 2px solid #27ae60;width: 468px;max-width: 100%;display: block;margin: 0 auto;}
.account-body .box-login #customer_login h2{font-weight: 600;color: #27ae60;font-size: 24px;}
.account-body .box-login .woocommerce form.login,.account-body .box-login .woocommerce form.register{border: none;margin: 0;padding: 0;border-radius: 0;}
.account-body .box-login [type="submit"]{width: 100%;background: #27ae60;color: #fff;}
.account-body .box-login .lost_password{margin-bottom: 16px;float: right; font-size: 14px;font-weight: 500;}
.account-body .box-login .woocommerce-form-login__rememberme{margin-bottom: 16px;float: left;font-size: 14px;}
.account-body .box-login .note{font-size: 14px;font-weight: 500;padding-top: 4px;}
.account-body .box-login .note a{color: #02AEEE;}
.account-body .box-login .u-column2{display: none;}
.account-body .box-login .note .note2{display: none;}
.account-body .box-login.active .u-column2{display: block;}
.account-body .box-login.active .u-column1{display: none;}
.account-body .box-login.active .note .note2{display: block;}
.account-body .box-login.active .note .note1{display: none;}
.zek_block_login{background: #fff;padding: 30px;border: 2px solid #19334C;}
.woocommerce-account .woocommerce-MyAccount-navigation{float: none;width: 100%;}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style: none;display: flex;flex-wrap: wrap;gap: 10px;margin-bottom: 24px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{width: calc((100% - 50px) / 6);margin-bottom: 0;text-align: center;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{font-weight: 600;display: block;padding: 10px;border: 2px solid #1A1A1A;color: #19334C;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{color: #fff;background: #1A1A1A;}
.woocommerce-account .woocommerce-MyAccount-content{float: none;width: 100%;}
.woocommerce-account .addresses .title .edit{font-size: 12px;font-weight: 500;padding: 2px 4px;background: #1A1A1A;color: #fff;border-radius: 4px;}
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions a, .woocommerce table.my_account_orders th.woocommerce-orders-table__cell-order-actions a{margin: 5px;}
.woocommerce-EditAccountForm fieldset legend{font-weight: bold;font-size: 20px;margin-bottom: 16px;}
.woocommerce-account .addresses .title h3{font-size: 18px;font-weight: bold;}
/* Home */
.home-cta a{display: inline-flex;align-items: center;height: 38px;border: 1px solid #27ae60;border-radius: 5px;padding: 0 20px;background: #27ae60;color: #fff;text-transform: uppercase;font-size: 14px;font-weight: 500;gap: 5px;}
.home-cta a svg{width: 14px;height: 14px;fill: #fff;transition: all .3s;}
.home-cta a:hover{background: #fff;color: #27ae60;}
.home-cta a:hover svg{fill: #27ae60;}
body.home .header-main .col-menu .menu-main{opacity: 0;visibility: hidden;}
body.home #header.head.navbar-fixed-top .header-main .col-menu .menu-main{opacity: 1;visibility: visible;}
body.category .header-main .col-menu .menu-main{opacity: 0;visibility: hidden;}
body.single-post .header-main .col-menu .menu-main{opacity: 0;visibility: hidden;}
.home-body .container>div{padding-bottom: 20px;}
.home-slider .menu-main{width: 300px;}
.home-slider .swiper{width: calc(100% - 300px);}
.banner-pagination .swiper-pagination-bullet{width: 16px;height: 2px;border-radius: 0;background: #fff;}
.banner-pagination .swiper-pagination-bullet-active{background: #27ae60;}
.home-banner{overflow-x: auto;}
.home-banner .flex{overflow: hidden;flex-wrap: nowrap;width: max-content;gap: 20px;}
.home-banner .img{width: 420px;}
.home-product .list-product .item-product{width: 25%;}
.home-product .home-cta{margin-top: 20px;}



@media (max-width: 1399px) {
.home-banner .img{width: 360px;}
.item-product .info .name{font-size: 16px;}
.product-title{font-size: 24px;}

}
@media (max-width: 1199px) {
#touch-menu{font-size: 0;width: 20px;justify-content: center;}
.header-main .col-menu{width: 40px;}
.header-main .col-search{width: calc(100% - 40px - 200px - 380px)}
.home-banner .img{width: 300px;}
.menu-main{font-size: 14px;}
.home-slider .menu-main{width: 240px;}
.menu-main > li > a img{width: 20px;height: 20px;}
.menu-main > li > a{min-height: 20px;}
.home-slider .swiper{width: calc(100% - 240px);}
.header-main .col-menu .menu-main{width: 240px;}
.menu-main ul{width: 240px;}
.contact-title{font-size: 20px;}
.item-news .info .name{font-size: 18px;}
.item-news .info .desc{font-size: 14px;}
.footer-top{padding: 20px 0;}
/*
.footer-top .inner .title{font-size: 20px;}
*/
.single-meta .title{font-size: 20px;}
.taxonomy-meta .title{font-size: 20px;}
.item-product .info{padding: 5px;}
.item-product .info .name{font-size: 15px;}
.product-title{font-size: 20px;}
.product-policy{padding: 15px 10px;}
.product-policy .title{font-size: 16px;}
.product-price .price .amount{font-size: 24px;}
.product-price .price del .amount{font-size: 16px;}
.woocommerce-product-details__short-description{font-size: 14px;}
.woocommerce div.product form.cart .variations th{font-size: 14px;padding: 8px 8px 8px 0;}
.woocommerce div.product form.cart div.quantity:before{font-size: 14px;}
.woocommerce div.product form.cart .button{height: 42px;font-size: 13px;}


}
@media (max-width: 991px) {
html {
	overflow-y: scroll;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
body {font-size: 14px;
	overflow-y: visible;
	position: relative;
}
html, body {
	overflow-x: hidden;
	margin: 0;
}
#main{overflow: hidden;}
h1{font-size: 24px;}
h2{font-size: 20px;}
h3{font-size: 17px;}
h4{font-size: 15px;}
h5,h6{font-size: 13px;}
.supports .item a{width: 44px;height: 44px;}
.supports .item a img{max-width: 24px;max-height: 24px;}
.supports .item a.zalo img{max-width: 30px;}
.backtop a{width: 44px;height: 44px;}
.backtop a img{max-width: 24px;max-height: 24px;}
.header-main .col-menu .menu-main{display: none !important;opacity: 0 !important;visibility: hidden !important;}
.header-banner{display: none;}
.header-main .col-search{width: 100%;order: 5;
  margin-bottom: 15px;}
.header-main .col-menu{margin-right: 20px;width: 50px;}
#touch-menu{width: 30px;}
#touch-menu svg{width: 28px;height: 28px;}
.header-main .col-logo{width: calc(100% - 140px);}
.header-main .row{justify-content: space-between;}
.header-main .col-nav{gap: 10px;width: 70px;}
.header-main .col-nav a .box{display: none;}
.header-main .col-nav a svg{width: 20px;height: 20px;}
.header-main .col-nav a .cout{top: -5px;width: 14px;height: 14px;font-size: 10px;}
.header-main .col-nav .hotline{display: none;}
.header-main .logo{padding: 5px 0;}
.header-main .col-hotline-mb{display: block;}
.header-main .col-hotline-mb .hotline{display: flex;align-items: center;justify-content: center;padding-bottom: 5px;}
.header-main .col-hotline-mb a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #27ae60;
    position: relative;
    font-size: 14px;
}

.header-main .col-hotline-mb a svg {
    width: 20px;
    height: 20px;
    fill: #27ae60;
}

.header-main .col-hotline-mb a .box {
    display: flex;
    flex-direction: column;
}
.header-main .col-hotline-mb a .box span{display: block;line-height: 1.3;}
.header-main .col-hotline-mb a .box .value {
    font-weight: 500;
    font-size: 16px;
}
.line-dark{opacity: 0;transition: all .5s;visibility: hidden;width: 100%;height: 100%;position: fixed;top: 0;left: 0;background-color: rgba(0,0,0,.6);z-index: 1000;}
body.active-menu .line-dark{opacity: 1;visibility: visible;cursor: url(images/close.png) 20 20,default;}
#menu-mobile{display: block;transition: all .5s; background: #fff;z-index: 9999;position: fixed;width: 300px;height: 100%;top: 0;left: -300px;opacity: 0;visibility: hidden;padding-top: 40px;}
body.active-menu #menu-mobile{opacity: 1;visibility: visible;left: 0;}
#menu-mobile .close{width: 24px;height: 24px;cursor: pointer;background-image: url(images/close-menu.png);background-size: 18px;background-repeat: no-repeat;background-position: center;position: absolute;top: 12px;right: 12px;}
#menu-mobile ul{list-style: none;margin-bottom: 0;}
#menu-mobile .menu{height: 100%;overflow-y: auto;padding: 15px 10px 10px 20px;font-size: 16px;}
#menu-mobile .menu ul{display: none;padding-left: 20px;}
#menu-mobile .menu li{position: relative;}
#menu-mobile .menu li>a{display: flex;align-items: center;min-height: 36px;gap: 5x;}
#menu-mobile .menu li>a img{object-fit: contain;width: 20px;height: 20px;}
#menu-mobile .menu li>svg{width: 24px;height: 24px;cursor: pointer;padding: 4px;position: absolute;right: 0;top: 6px;}
#menu-mobile .menu li.re-arrouw>svg{transform: rotate(180deg);}
/* Acount */
.woocommerce-account .woocommerce-MyAccount-navigation ul li{width: calc((100% - 20px) / 3);}
.sticky{position: unset;}
.home-slider .menu-main{display: none;}
.home-slider .swiper{width: 100%;}
.swiper-button-next, .swiper-button-prev{width: 30px;height: 30px;}
.home-banner .img{width: 220px;}
.footer-main .widget{width: 50%;}
.contact-maps{height: auto;aspect-ratio: 2/1;}
.news-body .col-sidebar{display: none;}
.item-news{padding: 15px 0;}
.taxonomy-filter{background: #fff;z-index: 9999;position: fixed;top: 0;left: -300px;width: 300px;height: 100%;padding: 15px;max-width: 100%;transition: all .5s;opacity: 0;visibility: hidden;}
.line-filter{opacity: 0;transition: all .5s;visibility: hidden;width: 100%;height: 100%;position: fixed;top: 0;left: 0;background-color: rgba(0,0,0,.6);z-index: 1000;}
body.active-filter .line-filter{opacity: 1;visibility: visible;cursor: url(images/close.png) 20 20,default;}
body.active-filter .taxonomy-filter{opacity: 1;visibility: visible;left: 0;}
.icon-filter{display: flex;align-items: center;justify-content: center;padding-top: 2px; width: 20px;height: 20px;cursor: pointer;}
.icon-filter svg,.icon-filter img{width: 18px;height: 18px;}
.taxonomy-meta{column-gap: 15px;}
.woocommerce .woocommerce-result-count{display: none;}
.taxonomy-meta .title{margin-right: auto;font-size: 18px;}
.woocommerce .woocommerce-ordering{width: 180px;}
.woocommerce .woocommerce-ordering select{height: 34px;}
.item-product .info .name{font-size: 14px;}
.product-related .list-product .item-product{width: calc(100% / 3);}
.home-product .list-product .item-product{width: calc(100% / 3);}


}
@media(max-width:767px) {

/* Cart */
#customer_details,#order_review{width: 100%}
#order_review{padding: 15px 21px 25px;}
.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail{display: block;}
.woocommerce-cart .page-content .woocommerce .woocommerce-cart-form,.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{max-width: 100%}
.woocommerce table.shop_table.cart td{padding: 10px;}
.woocommerce table.shop_table.cart .product-price{text-align: left !important;padding: 0 10px 10px !important;margin: 0;}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{display: none;}
.woocommerce table.shop_table.cart .product-quantity{position: absolute;bottom: 10px;width: 140px;right: 0;padding: 0;}
.woocommerce table.shop_table.cart .product-remove{padding: 0;}
body .qib-button-wrapper::before{display: none;}
.woocommerce table.shop_table.cart tbody tr{position: relative;padding-top: 20px;}
body .zek_info-product .qib-button-wrapper{float: none;justify-content: left;}
.woocommerce div.product form.cart .qib-button-wrapper div.quantity{width: auto;margin-right: 10px !important;}
body .zek_info-product .qib-button-wrapper:before{content: 'Số lượng:';margin-right: 10px;font-weight: 700;display: inline-block !important;}
.woocommerce table.shop_table.cart .product-name{width: calc(100% - 200px);
    position: absolute;
    left: 100px;
    height: 60px;top: 20px;}
.woocommerce table.shop_table.cart .product-subtotal{width: 100px;position: absolute;
  right: 0;
  top: 20px;}
.woocommerce table.shop_table.cart .product-name a{margin-bottom: 5px;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.woocommerce table.shop_table.cart .product-name .amount{display: block;font-size: 15px;font-weight: bold;}
.woocommerce table.shop_table.cart .product-subtotal .quantity{display: flex;margin-top: 5px;border: 1px solid #f3f4f4;}
.woocommerce table.shop_table.cart .product-subtotal .quantity .minus,.woocommerce table.shop_table.cart .product-subtotal .quantity .plus{width: 28px;height: 28px;background: #f9f9f9;border-radius: 0;}
.woocommerce table.shop_table.cart .product-subtotal .quantity .qty{width: 34px !important;height: 28px;padding: 0 10px;}
.woocommerce .cart-collaterals .cart_totals{padding: 0;box-shadow: none;}
.woocommerce .cart-collaterals .cart_totals table.shop_table{display: none;}
.woocommerce .cart-collaterals .wc-proceed-to-checkout{padding-top: 0;}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background: transparent;}
.woocommerce table.my_account_orders td.actions, .woocommerce table.shop_table.cart td.actions{padding: 20px 0 0;}

.home-banner .img{width: 160px;}
.footer-main{padding: 15px 0 10px;}
.page-content{padding: 10px;}
.page-title{font-size: 18px;}
.item-news .img{width: 180px;}
.item-news .info{width: calc(100% - 195px);}
.item-news .info .name{font-size: 16px;}
.item-news .info .desc{display: none;}
.list-product .item-product{width: 50% !important;}
/*
.footer-top .inner .title{font-size: 18px;}
*/
.page-title img{max-height: 40px;}
.home-cta a{font-size: 13px;height: 34px;padding: 0 16px;}

}
@media(max-width:575px) {

/* Acount */
.woocommerce-account .woocommerce-MyAccount-navigation ul li{width: calc(50% - 5px);}
#customer_login h2{font-size: 20px;}
.woocommerce-billing-fields__field-wrapper .form-row{width: 100% !important;}
.woocommerce .product-remove a.remove{right: -15px;top: 35px}
.footer-main .widget{width: 100%;}
.item-news .img{width: 160px;}
.item-news .info{width: calc(100% - 175px);}
.product-title{font-size: 18px;}
.item-product .info .link a{height: 30px;padding: 0 10px;}
.item-product .info .link a svg{width: 16px;height: 16px;}
.woocommerce table.shop_table.cart tbody tr{padding-top: 10px;}
}
@media(max-width:428px) {
.item-news .img{width: 130px;}
.item-news .info{width: calc(100% - 145px);}
.item-news .info .name{font-size: 15px;}
}

