/*
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.
*/
@font-face{font-family: 'Sarabun';src:url(fonts/Sarabun-Light.ttf);font-style: normal;font-weight: 300;}
@font-face{font-family: 'Sarabun';src:url(fonts/Sarabun-LightItalic.ttf);font-style: italic;font-weight: 300;}
@font-face{font-family: 'Sarabun';src:url(fonts/Sarabun-Regular.ttf);font-style: normal;font-weight: 400;}
@font-face{font-family: 'Sarabun';src:url(fonts/Sarabun-Italic.ttf);font-style: italic;font-weight: 400;}
@font-face{font-family: 'Sarabun';src:url(fonts/Sarabun-Medium.ttf);font-style: normal;font-weight: 500;}
@font-face{font-family: 'Sarabun';src:url(fonts/Sarabun-MediumItalic.ttf);font-style: italic;font-weight: 500;}
@font-face{font-family: 'Sarabun';src:url(fonts/Sarabun-SemiBold.ttf);font-style: normal;font-weight: 600;}
@font-face{font-family: 'Sarabun';src:url(fonts/Sarabun-SemiBoldItalic.ttf);font-style: italic;font-weight: 600;}
@font-face{font-family: 'Sarabun';src:url(fonts/Sarabun-Bold.ttf);font-style: normal;font-weight: 700;}
@font-face{font-family: 'Sarabun';src:url(fonts/Sarabun-BoldItalic.ttf);font-style: italic;font-weight: 700;}
@font-face{font-family: 'Sarabun';src:url(fonts/Sarabun-ExtraBold.ttf);font-style: normal;font-weight: 800;}
@font-face{font-family: 'Sarabun';src:url(fonts/Sarabun-ExtraBoldItalic.ttf);font-style: italic;font-weight: 800;}
/* Option */
body{font-size: 14px;font-family: 'Sarabun';color: #333;}
*{margin:0;padding:0;line-height:1.5}
a{text-decoration:none;cursor:pointer;color: #333; -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: #996633;}
ul{padding-left:0;}
img{max-width:100%;border:none;height:auto}
h1,h2,h3,h4,h5,h6{line-height:1.3;margin-top:0;margin-bottom: 1rem;}
.table{max-width: 100%;table-layout: fixed;word-wrap: break-word;}
.img img{width:100%;height:auto;object-fit:cover}
.upe{text-transform: uppercase;}
.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;}
.capt a,.title a,.title span,.title a,.name a,.name span,.capt strong,.title strong,.name strong{line-height:normal}
.screen-reader-text{display:none}
.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}
}

/* 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,.row{--bs-gutter-x: 20px;}
.container-fluid{--bs-gutter-x: 40px;}
.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 #ccc;border-radius: 5px;padding: 5px 20px 5px 10px;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{}

/* Contact-form7 */
.wpcf7-spinner{position: absolute;}
.form-group{margin-bottom: 20px;}
.form-group .name{margin-bottom: 5px;font-weight: bold;}
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}

/* Remove-woo */
.woocommerce a.remove{width:30px;height:22px;position:relative;transition:opacity 200ms;vertical-align:top;display:block;-webkit-appearance:none;background:none;border:none;cursor:pointer;outline:none;padding:0;text-indent:-9999px}
.woocommerce a.remove:before,.woocommerce a.remove:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC) 0 0 no-repeat;left:8px;position:absolute;right:8px;top:2px;display:inline-block;content:''}
.woocommerce a.remove:before{height:6px;transform-origin:-7% 100%;-moz-transform-origin:-7% 100%;-webkit-transform-origin:-7% 100%;transition:transform 150ms;-moz-transition:transform 150ms;-webkit-transition:transform 150ms;width:14px}
.woocommerce a.remove:after{background-position:-1px -4px;height:12px;margin-left:1px;margin-right:2px;margin-top:4px;width:11px}
.woocommerce a.remove:hover:before{transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transition:transform 250ms;-moz-transition:transform 250ms;-webkit-transition:transform 250ms}
.woocommerce a.remove:hover{background:transparent}
/* 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:20px;}
.content-post li{position:relative;margin-bottom:10px}
.content-post strong,.content-post b,.content-post i,.content-post a{line-height:normal}
.content-post .gca-column+br{display:none}
.content-post h1{font-size:24px;}
.content-post h2{font-size:22px;}
.content-post h3{font-size:18px;}
.content-post h4{font-size:14px;}
.content-post h5,.content-post h6{font-size:12px;}
.content-post blockquote{padding:15px 15px 5px 35px;background:#f4f4f4;border-radius: 10px;position: relative;}
.content-post blockquote:after{content: close-quote;position: absolute;opacity: 0;font-weight: bold;font-size: 30px;bottom: 0;right: 0;}
.content-post blockquote:before{content: open-quote;position: absolute;font-weight: bold;font-size: 40px;left: 5px;top: 0;}
.content-post .gallery{display:flex;flex-wrap:wrap;margin:-15px!important}
.content-post .gallery br{display:none}
.content-post .gallery .gallery-item{padding:15px}
.content-post .gallery.gallery-columns-2 .gallery-item{width:50%!important}
.content-post .gallery.gallery-columns-3 .gallery-item{width:calc(100% / 3)!important}
.content-post .gallery.gallery-columns-4 .gallery-item{width:25%!important}
.content-post .gallery.gallery-columns-5 .gallery-item{width:20%!important}
.content-post .gallery.gallery-columns-6 .gallery-item{width:calc(100% / 6)!important}
.content-post .gallery.gallery-columns-7 .gallery-item{width:calc(100% / 7)!important}
.content-post .gallery.gallery-columns-8 .gallery-item{width:calc(100% / 8)!important}
.content-post .gallery.gallery-columns-9 .gallery-item{width:calc(100% / 9)!important}
.content-post .gallery .gallery-item .gallery-icon{width:100%;}
.content-post .gallery .gallery-item .gallery-icon img{width:100%;height:auto;object-fit:cover;border:0!important}
.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 15px 15px 0}
.content-post .aligncenter,.content-post div.aligncenter{display:block;margin:0 auto 15px;}
.content-post .alignright{float:right;margin:0 0 15px 15px}
.content-post .alignleft{float:left;margin:0 15px 15px 0}
a img.alignright{float:right;margin:0 0 15px 15px}
a img.alignnone{margin:0 15px 15px 0}
a img.alignleft{float:left;margin:0 15px 15px 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 15px 15px 0}
.wp-caption.alignleft{margin:0 15px 15px 0}
.wp-caption.alignright{margin:0 0 15px 15px}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:100%}
.wp-caption p.wp-caption-text{margin:0;padding:10px 10px 0;text-align: center;}
/* 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}
.columns-2{grid-template-columns:repeat(2,1fr);display:grid;grid-gap:30px}
.columns-3{grid-template-columns:repeat(3,1fr);display:grid;grid-gap:30px}
.columns-4{grid-template-columns:repeat(4,1fr);display:grid;grid-gap:30px}
.columns-5{grid-template-columns:repeat(5,1fr);display:grid;grid-gap:30px}
.columns-6{grid-template-columns:repeat(6,1fr);display:grid;grid-gap:30px}

/* Support */
.sticky{position:-webkit-sticky;position:sticky;top:10px;z-index: 99;}
.zek_supports{position: fixed;z-index: 999;bottom: 160px;right: 40px;}
.zek_supports .item:not(:first-child){margin-top: 16px;}
.zek_supports .item a{height:54px;width:54px;background:#fff;border-radius:50%;box-shadow: 0px 0px 5px 0px #00000033;display:flex;align-items:center;justify-content:center;}
.zek_supports .item a img{object-fit: contain;max-width: 30px;max-height: 30px;}
.zek_supports .item a.zalo img{max-width: 37px;}
.zek_supports .item a:hover{box-shadow: 0px 0px 10px 0px #00000087;}
.zek_backtop{position: fixed;right: 40px;bottom: 70px;transition: .5s;z-index: 999;}
.zek_backtop a{height:54px;width:54px;background:#fff;border-radius:50%;box-shadow: 0px 0px 5px 0px #00000033;display:flex;align-items:center;justify-content:center;}
.zek_backtop a img{object-fit: contain;max-width: 30px;max-height: 30px;}
.zek_backtop a:hover{box-shadow: 0px 0px 10px 0px #00000087;}
.zek_slider{position: relative;}
.zek_cta{display: inline-flex;align-items: center;height: 40px;border-radius: 5px;background: #72442c;padding: 0 30px;color: #fff;font-weight: bold;box-shadow: 3px 3px 0 #72442c94;}
.zek_cta:hover{color: #fff;background: #72442cba;box-shadow: -3px 3px 0 #72442c;}
/* Header */
.link_all{margin-top: 20px;}
#header{box-shadow: 0 1px 1.5px rgba(40, 40, 40, 0.1);background: #fff;position: relative;z-index: 999;}
.zek_touch_menu{display: none;}
#zek_menu_mobile{display: none;}
.zek_header_top{background: #72442c;color: #fff;padding: 5px 0;}
.zek_header_top ul{list-style: none;margin-bottom: 0;display: flex;align-items: center;}
.zek_header_top a{color: #fff;}
.zek_header_top svg{fill: #fff;}
.zek_header_top .info{gap: 30px;}
.zek_header_top .info li{position: relative;}
.zek_header_top .info li:not(:last-child):after{content: "";display: block;width: 2px;height: 10px;background: #fff;border-radius: 2px;position: absolute;top: 50%;transform: translateY(-50%);right: -16px;}
.zek_header_top .navs .search{position: relative;}
.zek_header_top .navs .search .icon{cursor: pointer;width: 36px;height: 33px;display: flex;align-items: center;justify-content: center;}
.zek_header_top .navs .search .icon svg{width: 15px;}
.zek_header_top .navs .search .zek_header_search{display: none;position: absolute;top: calc(100% - 5px);right: -5px;}
.zek_header_top .navs .search:hover .zek_header_search{display: block;}
.zek_header_main{padding: 10px 0;border-bottom: 1px solid #f1f1f1;position: relative;}

.zek_header_search{width: 300px;}
.zek_header_search form{width: 100%;position: relative;}
.zek_header_search form .search-submit{position: absolute;border: none;background: transparent;display: flex;align-items: center;justify-content: center;height: 100%;width: 40px;top: 0;right: 0;}
.zek_header_search form .search-submit svg{width: 15px;fill: #333;}
.zek_header_cart a{width: 36px;height: 33px;display: flex;align-items: center;justify-content: center;position: relative;}
.zek_header_cart a svg{width: 15px;}
.zek_header_cart a .cout{width: 20px;height: 20px;padding-bottom: 2px; color: #fff;font-size: 10px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background-color: #996633;position: absolute;right: -5px;top: -5px;}
.zek_header_main .col-logo{width: 100px;}
.zek_header_main .col-menu{width: calc(50% - 50px);}
.zek_header_main .col-touch{display: none;width: 30px;}
.zek_header_main .col-cart{width: 30px;display: none;}
.zek_header_logo{text-align: center;}
.zek_header_logo img{object-fit: contain;max-height: 80px;}
.zek_header_menu ul{list-style: none;margin-bottom: 0;}
.zek_header_menu .menu{display: flex;align-items: center;column-gap: 30px;}
.col-menu.right .zek_header_menu .menu{justify-content: flex-end;}
.zek_header_menu .menu>li{position: relative;}
.zek_header_menu .menu>li>a{display: block;font-size: 16px;font-weight: bold;line-height: 40px;}
.zek_header_menu .menu ul{position: absolute;z-index: 99;background: #fff;opacity: 0;visibility: hidden;padding: 10px 0;min-width: 180px;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}
.zek_header_menu .menu li:hover>ul{opacity: 1;visibility: visible;}
.zek_header_menu .menu>li>ul{top: 100%;left: -15px;}
.zek_header_menu .menu>li li>ul{left: 100%;top: 0;}
.zek_header_menu .menu>li li>a{display: block;white-space: nowrap;padding: 5px 15px;}

/* Footer */
#footer{background-color: #72442c;padding: 50px 0 25px;color: #fff; background-image: url(images/line_footer.png);background-size: 100% auto;background-repeat: no-repeat;background-position: top center;}
#footer a{color: #fff;}
.zek_footer_main .widget{width: 20%;}
.zek_footer_main .zek_widget_title{text-transform: uppercase;font-size: 16px;font-weight: bold;margin-bottom: 20px;}
.zek_footer_main li{margin-bottom: 16px;}
.zek_footer_main .support li{position: relative;padding-left: 20px;}
.zek_footer_main .support li img{position: absolute;top: 4px;left: 0;width: 14px;height: 14px;object-fit: contain;-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);}
.zek_footer_copyright{padding-top: 25px;border-top: 1px solid #ccc;margin-top: 25px;}
.zek_footer_copyright .zek_widget_title{display: none;}
.zek_footer_copyright *{margin-bottom: 0;}
/* Page */
.zek_page_body{padding: 50px 0;}
.zek_breadcrums{display: flex;align-items: center;justify-content: center;margin-bottom: 50px;}
.zek_breadcrums .wrap{display: flex;align-items: center;justify-content: center;min-width: 620px;font-size: 25px;font-weight: bold;color: #6c757d;padding: 10px;border-radius: 50px;background: #fff9ee;gap: 8px;}
.zek_breadcrums .wrap a.main{color: #6c757d;}
.zek_page_title{font-size: 25px;font-weight: 600;}
.swiper-pagination-bullet-active{background: #996633;}
.swiper-button-next, .swiper-button-prev{color: #996633;font-weight: bold;width: 30px;height: 30px;}
.swiper-button-next:after, .swiper-button-prev:after{font-size: 30px;}
.swiper-button{background-color: #f1f1f1;border-radius: 50%;}
.swiper-button:after{font-size: 14px;}

/* Category */
.zek_item_news{height: 100%;display: flex;flex-direction: column;gap: 8px;}
.zek_item_news .img{aspect-ratio: 8/5;overflow: hidden;}
.zek_item_news .img img{transition: all 1s;height: 100%;}
.zek_item_news:hover .img img{transform: scale(1.1);}
.zek_item_news .info{display: flex;flex-direction: column;gap: 8px;padding-bottom: 12px;}
.zek_item_news .info .name{text-transform: uppercase;font-weight: bold;font-size: 18px;margin-bottom: 0;}
.zek_item_news .info .date{color: #996633;}
.zek_item_news .info .desc{color: #666;}
.zek_item_news .info .more a{display: inline-block;font-weight: bold;font-size: 24px;line-height: 12px;}
.pagination{justify-content: center;padding-top: 20px;}
.pagination ul{margin-bottom: 0;list-style: none;display: flex;align-items: center;justify-content: center;}
.pagination ul li{display: inline-block;margin: 5px;}
.pagination ul li span,.pagination ul li a{display: block;padding: 0;height: 30px;width: 30px;text-align: center;border-radius: 50%; background: #f4f4f4;display: flex;align-items: center;justify-content: center;color: #999;font-size: 12px;}
.pagination ul li .current,.pagination ul li span:hover,.pagination ul li a:hover{background: #996633;color: #fff;}


/* Single */
.zek_single_body{display: block;margin: 0 auto;width: 800px;max-width: 100%;}
.zek_single_meta{margin-bottom: 16px;display: flex;flex-wrap: wrap;gap: 4px;}
.zek_single_meta .slash{margin: 0 2px;}
.zek_single_related{display: flex;align-items: center;justify-content: space-between;margin-top: 24px;gap: 16px;}
.zek_single_related a{display: block;background-size: 19px;background-repeat: no-repeat;padding-bottom: 2px;color: #222;}
.zek_single_related .prev a{background-position: left center;background-image: url(images/prev.png);padding-left: 25px;}
.zek_single_related .next a{background-position: right center;background-image: url(images/next.png);padding-right: 25px;}

/* Sidebar */
.zek_sidebar .widget:not(:last-child){margin-bottom:30px}
.zek_searchform{width: 100%;position: relative;}
.zek_searchform .search-input{height: 34px;line-height: 32px;border: 1px solid #c4c4c4;border-radius: 5px;padding: 0 40px 0 10px;}
.zek_searchform .search-submit{width: 34px;height: 34px;position: absolute;right: 0;top: 0;border: none;border-radius: 0 5px 5px 0; background-color: #333;background-image: url(images/icon_search_white_24x24.png);background-size: 20px;background-repeat: no-repeat;background-position: center;}
.zek_sidebar .tagcloud{display:flex;flex-wrap:wrap}
.zek_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}
.zek_sidebar .widget_media_image img{width: 100%;height: auto;object-fit: contain;}


/* Product */
.yith-wcan-filters{margin: 30px 0;}
.yith-wcan-filters .filters-container form{display: flex;justify-content: center;flex-wrap: wrap;gap: 8px;align-items: flex-start;}
.yith-wcan-filters .yith-wcan-filter .filter-title{font-size: 15px;color: #fff;background: #996633;}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter{margin-bottom: 0;}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable{padding: 7px 10px;margin-right: 0;margin-bottom: 0;border: none;}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened{border: none;box-shadow: none;}
.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.closed:after, .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:not(.opened):after, .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:not(.open):after{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content{min-width: calc(100% - 8px);padding: 10px 0 10px 10px;width: auto;}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened + .filter-content{border: none;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label{white-space: nowrap;}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content .filter-items{padding: 0 10px 0 0;margin-bottom: 0;}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content > .filter-items .filter-item input{position: relative;top: 1px;margin-right: 4px;}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content > .filter-items::-webkit-scrollbar {-webkit-appearance: none;width: 4px;}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content > .filter-items::-webkit-scrollbar-thumb {background-color: #996633;border-radius: 4px;}
.yith-wcan-reset-filters{background: #996633;font-size: 15px;padding: 7px 10px;border: none;line-height: 1.3;height: auto;border-radius: 4px;}
.yith-wcan-filters-opener{background: #996633;font-size: 15px;padding: 6px 10px;border: none;line-height: 1.3;height: auto;border-radius: 4px;display: none;}
.yith-wcan-filters-opener i.filter-icon{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover{color: #996633;}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a{color: #996633;}
.zek_list_product{display: flex;flex-wrap: wrap;margin: -10px;justify-content: center;}
.zek_list_product .zek_item_pro{width: 25%;padding: 10px;}
.zek_list_product .zek_item_pro2{width: calc(100% / 3);padding: 10px;}
.zek_item_pro .box{height: 100%;background: #fff;border: 1px solid #E6E6E6;border-radius: 5px;transition: all .3s;overflow: hidden;padding: 1px;}
.zek_item_pro .box:hover{box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);}
.zek_item_pro .box .img{width: 100%;aspect-ratio: 1/1;overflow: hidden;}
.zek_item_pro .box .img img{height: 100%;}
.zek_item_pro .box .info{padding: 15px 10px;display: flex;flex-direction: column;gap: 5px;}
.zek_item_pro .box .info .name{font-weight: bold;margin-bottom: 0;font-size: 16px;}
.zek_item_pro .box .info .price{font-weight: bold;font-size: 15px;color: #FF6D00;}
.zek_item_pro .box .info .price del{color: #666;margin-right: 8px;}
.zek_item_pro .box .info .price ins{text-decoration: none;}
.zek_item_pro .box .info .meta{display: none;align-items: center;justify-content: space-between;gap: 8px;}
.zek_item_pro2 .box{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;background: #fff;border: 1px solid #996633;border-radius: 5px;padding: 15px 10px;height: 100%;}
.zek_item_pro2 .box .img{width: 30%;aspect-ratio: 1/1;overflow: hidden;}
.zek_item_pro2 .box .img img{height: 100%;}
.zek_item_pro2 .box .info{width: 70%;padding-left: 20px;display: flex;flex-direction: column;gap: 8px;}
.zek_item_pro2 .box .info .name{font-size: 16px;margin-bottom: 0;font-weight: bold;}
.zek_item_pro2 .box .info .price{font-weight: bold;color: #FF6D00;font-size: 13px;}
.zek_item_pro2 .box .info .price del{margin-right: 8px;color: #666;}
.zek_item_pro2 .box .info .price ins{text-decoration: none;}
.zek_item_pro2 .box .info .parameter{list-style: none;margin-bottom: 0;display: flex;flex-direction: column;gap: 5px;}

.swiper-product{margin: -10px;}
.swiper-product .swiper-slide{padding: 10px;height: auto;}
.swiper-product .swiper-slide .zek_item_pro{height: 100%;}

/* Detail */
.zek_detail_image{display: flex;flex-wrap: wrap;margin: -10px;}
.zek_detail_image .swiper-thumb{width: 20%;padding: 10px;}
.zek_detail_image .swiper-gallery{width: 80%;padding: 10px;}
.zek_detail_image .img{width: 100%;aspect-ratio: 1/1;overflow: hidden;}
.zek_detail_image .img img{height: 100%;}
.zek_detail_image .swiper-thumb .img{cursor: pointer;}
.zek_detail_image .swiper-slide-thumb-active .img{border: 1px solid #996633;}
.devvn_prod_variable .quantity{padding-left: 0;}
.woo-variation-swatches.wvs-show-label .variations td{text-align: left;}
.zek_detail_info{background: #fbfbfb;padding-top: 30px;}
.woocommerce div.product .product_title{padding: 0 30px 8px;margin-bottom: 0;font-size: 22px;font-weight: bold;}
.zek_detail_info .price{padding: 15px 30px;border-top: 1px dotted #dee2e6;border-bottom: 1px dotted #dee2e6;font-size: 18px !important;color: #fd7c00 !important;font-weight: bold;margin-bottom: 0;}
.zek_detail_info .price del{color: #666;margin-right: 10px;opacity: 1;}
.zek_detail_info .price ins{text-decoration: none;}
.woocommerce-product-details__short-description{padding: 15px 30px;border-bottom: 1px dotted #dee2e6;}
.woocommerce-product-details__short-description *{margin-bottom: 0;}
.zek_detail_info .parameter{list-style: none;margin-bottom: 0;padding: 0 30px 15px;display: flex;flex-wrap: wrap;font-size: 13px;}
.zek_detail_info .parameter li{width: 50%;position: relative;padding-left: 15px;}
.zek_detail_info .parameter li:before{content: "";display: block;width: 5px;height: 5px;border-radius: 50%;background: #996633;position: absolute;left: 0;top: 8px;}
.zek_detail_info .parameter li .attribute-value{font-weight: bold;}
.zek_detail_info .parameter li .attribute-value .stock{color: #333 !important;}
.zek_detail_info .share{padding: 10px 30px 20px;display: flex;align-items: center;gap: 10px;}
.zek_detail_info .share a{width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;border: 1px solid #dee2e6;border-radius: 50%;}
.zek_detail_info .share a svg{width: 20px;height: 20px;transition: all .3s;}
.zek_detail_info .share a:hover{background: #996633;border-color: #996633;}
.zek_detail_info .share a:hover svg{fill: #fff;}
.variations.table-bordered>:not(caption)>*{border-width: 0;}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{line-height: normal;padding: 0;}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations td label, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th label{margin: 0;}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item){border-radius: 0;}
.quantity{display: flex;}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}
.quantity input[type="button"]{border: 1px solid #ccc;background: transparent;width: 35px;height: 35px;padding: 0;}
.quantity input.qty {
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;height: 35px;width: 70px !important;border: 1px solid #ccc;border-radius: 0;padding: 0 10px;text-align: center;margin: 0 -1px;
}
.woocommerce div.product form.cart{margin-bottom: 0;padding: 15px 30px;}
.woocommerce div.product form.cart div.quantity{float: none;margin: 0 0 15px 0;}
.zek_detail_info .buttons{display: flex;flex-wrap: wrap;gap: 10px;}
.zek_detail_info .button{width: calc(50% - 5px);height: 35px;border-radius: 0 !important;padding: 0 10px !important;display: flex !important;justify-content: center;text-align: center;text-transform: uppercase;align-items: center;}
.zek_detail_info button.button{background: #996633 !important;}
.zek_detail_body{padding-top: 30px;}
.zek_scroll{overflow-x: auto;}
.zek_tab_title{list-style: none;margin-bottom: 0;border-bottom: 1px solid #dee2e6;display: flex;flex-wrap: nowrap;width: max-content;overflow: hidden;min-width: 100%;}
.zek_tab_title li:not(:last-child){margin-right: 40px;}
.zek_tab_title button{border: none;border-bottom: 2px solid transparent;background: transparent;padding: 5px 0 10px;font-size: 18px;font-weight: 600;}
.zek_tab_title button.active{color: #996633;border-bottom-color: #996633;}
.zek_tab_content{padding-top: 30px;}
.zek_detail_related{padding-top: 30px;}
.zek_detail_related .title{display: flex;align-items: center;justify-content: space-between;text-transform: uppercase;font-weight: bold;color: #996633;font-size: 20px;margin-bottom: 30px;}
.zek_detail_related .title span{white-space: nowrap;padding: 0 20px;}
.zek_detail_related .title:after,.zek_detail_related .title:before{content: "";display: block;width: 50%;height: 1px;background: #dee2e6;}

/* CArt */
body.woocommerce-cart .zek_page_title,body.woocommerce-checkout .zek_page_title{display: none;}
.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}
.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{font-size:16px;color:#212529;font-weight:600;display:inline-block;width:40px;height:40px;line-height:40px;padding:0;text-align:center;border-radius:50%;-webkit-transition:all .5s;transition:all .5s}
.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:#fd7c00;background-color:#f5f5f5}
.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 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:16px 8px;border:0;background-color:#f5f5f5}
.woocommerce table.my_account_orders td{border:0}
.woocommerce table.shop_table.cart td{border:0;padding:16px 8px}
.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-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;margin: 0 -1px;}
.woocommerce table.my_account_orders td.actions,.woocommerce table.shop_table.cart td.actions{padding:16px 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 table.shop_table.cart td.actions{}
.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:50px;}
.woocommerce table.shop_table.cart .product-name{width: 40%;}
.woocommerce table.shop_table.cart .product-price,.woocommerce table.shop_table.cart .product-quantity,.woocommerce table.shop_table.cart .product-subtotal{text-align:center;width: 25%;}
.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 .cart_totals,.woocommerce .cart-collaterals .cross-sells{margin-top:32px}
.woocommerce .cart-collaterals .wc-proceed-to-checkout{padding:16px 0 0}
.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button{font-size:1rem;line-height:2.75rem;padding:0 2.1875rem}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{margin-bottom: 0;}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{background-color: #fd7c00;}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover{background-color: #fd7c00;}
.woocommerce .cart-collaterals .cart_totals{border: 1px solid #eee;padding:20px;max-width:500px}
.woocommerce .cart-collaterals .cart_totals>h2{font-size:20px;padding-bottom:8px;border-bottom:1px solid #ddd;margin-bottom:16px;font-weight: 600;}
.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 tr,.woocommerce table.woocommerce-checkout-review-order-table tr{border-width: 0;}
.woocommerce .cart-collaterals .cart_totals table th{border:0;padding:0 8px 16px 0;font-size:15px;font-weight:500}
.woocommerce .cart-collaterals .cart_totals table td{border:0;padding:0 0 16px 8px;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:20px;color: #fd7c00;}
.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:16px}
.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 form .form-row input.input-text, .woocommerce form .form-row textarea{background: #f5f5f5;border: 1px solid #f5f5f5;border-radius: 3px; padding: 13px 20px;color: #444 !important;}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder, .woocommerce form .form-row textarea::-webkit-input-placeholder{color: #444 !important;}
.woocommerce form .form-row{display:block;padding:0;margin:0 0 16px}
.woocommerce form .form-row label{margin-bottom:8px;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{margin-top:16px}
.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:16px;font-weight: 600;display: none;}
.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:20px;border: 1px solid #eee;}
.woocommerce #order_review .woocommerce-checkout-payment{margin-top:24px;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{display: flex;align-items: center;flex-wrap: wrap;}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li input{position:relative;margin-right:5px;}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li label{margin-bottom:0;color:#212529;font-weight:500}

.woocommerce #order_review .woocommerce-checkout-payment .place-order{padding:16px 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;font-weight:600}
.woocommerce table.woocommerce-checkout-review-order-table .product-name{padding:0 8px 16px 0}
.woocommerce table.woocommerce-checkout-review-order-table .product-total{padding:0 0 16px 8px;text-align:right}
.woocommerce table.woocommerce-checkout-review-order-table td.product-name{font-size: 14px;}
.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.order_details td,.woocommerce table.order_details li,.woocommerce table.woocommerce-checkout-review-order-table li,.woocommerce table.woocommerce-checkout-review-order-table li,.woocommerce table.woocommerce-checkout-review-order-table li{margin-bottom: 0;}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th{font-weight:600;padding:0 8px 16px 0}
.woocommerce table.woocommerce-checkout-review-order-table tfoot td{padding:0 0 16px 8px;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:16px}
.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:20px;font-weight:700;color: #fd7c00; padding-top:16px;padding-bottom:0;border-top:1px solid #eee}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total th{padding-top:16px;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 .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads{margin-bottom: 16px;}
.woocommerce ul.order_details{padding-left: 0;margin: 0 0 16px;}
.woocommerce ul.order_details li{margin-top:0}
.woocommerce .woocommerce-order-details .woocommerce-order-details__title,.woocommerce-column__title,.customnew h2{font-size:20px !important;line-height:1.5;font-weight: 600;}
.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:16px 8px;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:20px}
#customer_details{float:left;width:50%;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:48%}
#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:#fd7c00!important}
.bg-primary{background-color:#fd7c00!important}

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

/* Home */
.zek_home_banner .swiper-pagination{position: absolute;margin-top: 0;bottom: 80px;}
.zek_home_body .section{padding: 25px 0;}
.zek_home_policy .container-fluid{max-width: 1640px;position: relative;}
.zek_home_policy .inner{padding: 20px;background: #fff;border-radius: 10px;box-shadow: 0 10px 20px rgba(0,0,0,.0),0 10px 10px rgba(0,0,0,.1);position: absolute;left: 20px;transform: translateY(-50%);width: calc(100% - 40px);z-index: 2;}
.zek_home_policy .item{position: relative;border: 1px solid #996633;padding: 20px;height: 100%;}
.zek_home_policy .item:before{content: "";display: block;width: 10px;height: 60%;background-color: #fff;position: absolute;z-index: 2;left: -5px;top: 50%;transform: translateY(-50%);}
.zek_home_policy .item .icon{width: 56px;}
.zek_home_policy .item .icon img{width: 100%;height: auto;}
.zek_home_policy .item .box{max-width: calc(100% - 56px);padding-left: 15px;}
.zek_home_policy .item .box .name{text-transform: uppercase;font-size: 20px;font-weight: 500;}
.zek_home_body.have_policy .section:nth-child(2){padding-top: 100px !important;}
.zek_home_title{text-align: center;display: flex;flex-direction: column;gap: 10px;align-items: center;margin-bottom: 40px;}
.zek_home_title .title{margin-bottom: 0;text-transform: uppercase;font-size: 50px;color: #996633;}
.zek_home_title .title a{color: #996633;}
.zek_home_title .text{margin: 0 auto;display: block;width: 750px;max-width: 100%;}
.zek_home_title .icon{display: flex;align-items: center;justify-content: center;gap: 15px;}
.zek_home_title .icon img{object-fit: contain;width: 35px;height: 35px;}
.zek_home_title .icon:after,.zek_home_title .icon:before{content: "";display: block;width: 110px;height: 10px;background-size: auto;background-image: url(images/line_title.webp);background-repeat: no-repeat;background-position: center;}
.zek_home_about .item{width: 30%;display: flex;flex-direction: column;gap: 8px;}
.zek_home_about .list{row-gap: 50px;column-gap: 30%;padding: 20px 0;}
.zek_home_about .item .icon{height: 70px;margin-bottom: 12px;}
.zek_home_about .item .icon img{height: 100%;object-fit: contain;transition: all .3s;}
.zek_home_about .item:hover .icon img{animation: icon-bounce 1200ms ease-out infinite;}
.zek_home_about .item .name{font-size: 20px;font-weight: bold;margin-bottom: 0;}
.zek_home_about .img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 40%;}
.zek_home_about .img img{animation: jumpUp 2s infinite linear;}
@keyframes jumpUp {
  0% {
    transform: translateY(-20px); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(-20px); }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
}
.swiper-news{margin: 0 -10px;}
.swiper-news .swiper-slide{padding: 0 10px;height: auto;}
.swiper-pagination{position: unset;margin-top: 10px;}
.zek_home_partner .logo img{object-fit: contain;max-height: 160px;}
.zek_banner_bot{margin-top: 40px;}
.zek_home_product1{background-size: 100% auto;background-repeat: no-repeat;background-position: bottom center;}
.zek_home_product1 .zek_item_pro .box{border: 2px solid rgba(196,120,86,.5);box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);}

@media (max-width: 1399px) {
.zek_header_menu .menu{column-gap: 20px;}
.zek_header_menu .menu>li>a{font-size: 15px;}

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

#footer{padding: 40px 0 20px;}
.zek_footer_main .zek_widget_title{font-size: 15px;margin-bottom: 15px;}
.zek_page_body{padding: 30px 0;}
.zek_breadcrums{margin-bottom: 30px;}
.zek_breadcrums .wrap{font-size: 18px;min-width: 520px;}
.zek_item_news .info .name{font-size: 16px;}
.zek_page_title{font-size: 24px;}
.zek_list_product .zek_item_pro{width: calc(100% / 3);}
.zek_list_product .zek_item_pro2{width: 50%;}
.zek_detail_info{padding-top: 20px;}
.woocommerce div.product .product_title{font-size: 20px;padding: 0 20px 8px;}
.zek_detail_info .price{padding: 12px 20px;}
.zek_detail_info .parameter{padding: 0 20px 12px;}
.woocommerce-product-details__short-description{padding: 12px 20px;}
.woocommerce div.product form.cart{padding: 12px 20px;}
.zek_detail_info .share{padding: 5px 20px 15px;}
.zek_tab_title li:not(:last-child){margin-right: 30px;}
.zek_tab_title button{font-size: 16px;}
.zek_tab_content{padding-top: 20px;}
.zek_detail_related .title{margin-bottom: 20px;}
.zek_home_policy .item{padding: 15px;}
.zek_home_policy .item .box .name{font-size: 18px;}
.zek_home_title{margin-bottom: 30px;}
.zek_home_title .title{font-size: 32px;}
.zek_home_about .item .name{font-size: 18px;}
.zek_home_about .list{padding: 10px 0;}
.zek_banner_bot{margin-top: 20px;}
.zek_home_body .section{padding: 20px 0;}
.zek_home_partner .logo img{max-height: 120px;}

.zek_home_policy .item .icon{width: 48px;}
.zek_home_policy .item .box{max-width: calc(100% - 48px);padding-left: 12px;}
.zek_home_policy .item .box .name{font-size: 16px;}
.zek_home_title .title{font-size: 28px;}


}
@media (max-width: 991px) {
html {
	overflow-y: scroll;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
body {
	overflow-y: visible;
	position: relative;
}
html, body {
	overflow-x: hidden;
	margin: 0;
}
.zek_header_menu .menu>li>a{font-size: 14px;}
#main{overflow: hidden;}
.zek_supports{right: 20px;bottom: 140px;}
.zek_supports .item a{width: 44px;height: 44px;}
.zek_supports .item a img{max-width: 24px;max-height: 24px;}
.zek_supports .item a.zalo img{max-width: 30px;}
.zek_backtop{right: 20px;bottom: 60px;}
.zek_backtop a{width: 44px;height: 44px;}
.zek_backtop a img{max-width: 24px;max-height: 24px;}
.zek_footer_main .widget{width: 50%;}
.zek_footer_main .widget:first-child{width: 100%;}
.zek_footer_copyright{padding-top: 15px;margin-top: 15px;}
.zek_home_banner .swiper-pagination{bottom: 0;}
.zek_home_policy .inner{position: unset;transform: none;width: 100%;border-radius: 0;box-shadow: none;padding: 20px 0;}
.zek_home_body .section.have_policy{padding-top: 20px !important;}

}
@media(max-width:767px) {
.sticky{position: unset;}
.container-fluid{--bs-gutter-x: 20px;}
.zek_header_top{display: none;}
.zek_header_main .col-touch{display: block;}
.zek_header_main .col-menu{display: none;}
.zek_header_main .col-cart{display: block;}
.zek_header_logo img{max-height: 70px;}
.zek_header_cart a{width: 30px;height: 30px;}
.zek_header_cart a .cout{right: -6px;top: -6px;}
.zek_touch_menu{display: block;width: 30px;height: 30px;cursor: pointer;background-image: url(images/menu.png);background-size: 24px;background-repeat: no-repeat;background-position: center;}
.zek_line_dark{display: block; opacity: 0;transition: all .3s;visibility: hidden;width: 100%;height: 100%;position: fixed;top: 0;left: 100%;background-color: rgba(0,0,0,.8);z-index: 9999;}
body.zek_active .zek_line_dark{opacity: 1;left: 0; visibility: visible;cursor: url(images/close.png) 15 15,default;}
#zek_menu_mobile{display: block;z-index: 9999;width: 300px;height: 100%; background: #fff;position: fixed;top: 0;right: -300px;transition: all .3s;opacity: 0;}
body.zek_active #zek_menu_mobile{right: 0;opacity: 1;}
#zek_menu_mobile .title{height: 40px;background: #8B0021;padding: 0 20px;display: flex;align-items: center;}
#zek_menu_mobile .title a{display: inline-flex;align-items: center;color: #fff;font-weight: 500;}
#zek_menu_mobile .title a svg{width: 14px;height: 14px;fill: #fff;margin-right: 6px;position: relative;top: -0.5px;}
#zek_menu_mobile .box{height: calc(100% - 40px);}
#zek_menu_mobile .box .inner{height: 100%;display: flex;flex-direction: column;padding: 60px 10px 10px 20px;overflow-y: auto;}
#zek_menu_mobile ul{list-style: none;margin-bottom: 0;}
#zek_menu_mobile .menu li{position: relative;}
#zek_menu_mobile .menu li>a{display: inline-flex;padding: 6px 0;font-weight: 500;}
#zek_menu_mobile .menu li>a img{object-fit: contain;width: 20px;height: 20px;filter: brightness(0);
  -webkit-filter: brightness(0);position: absolute;left: 0;top: 7px;}
#zek_menu_mobile .menu ul{padding-left: 15px;}
#zek_menu_mobile .menu>li>ul>li ul{display: none;}
#zek_menu_mobile .menu li>svg{width: 20px;height: 20px;padding: 4px;position: absolute;right: 0;top: 10px;}
#zek_menu_mobile .closebt{cursor: pointer;width: 30px;height: 30px;background-image: url(images/icclose.png);background-size: 20px;background-repeat: no-repeat;background-position: center;position: absolute;z-index: 2;top: 15px;right: 5px;}
#zek_menu_mobile .support{display: flex;flex-direction: column;gap: 10px;margin-top: auto;}
#zek_menu_mobile .support a{display: flex;align-items: center;gap: 4px;}
#zek_menu_mobile .support .icon{width: 24px;}
#zek_menu_mobile .support .icon img{width: 100%;height: auto;object-fit: contain;}
#zek_menu_mobile .support span{display: block;}
#zek_menu_mobile .support .boxx .key{color: #4C5E7D;font-size: 12px;font-weight: 500;display: block;}
#zek_menu_mobile .support .boxx .value{color: #29303D;font-weight: 600;font-size: 14px;display: block;}
.zek_breadcrums .wrap{font-size: 16px;gap: 5px;}
.zek_breadcrums{margin-bottom: 20px;}
.zek_page_title{font-size: 22px;}
.yith-wcan-filters-opener{margin-bottom: 20px;}
.yith-wcan-filters .yith-wcan-filter .filter-title{color: #333;background: transparent;}
.yith-wcan-filters.filters-modal .yith-wcan-filter{margin-bottom: 10px;min-width: 160px;padding: 10px;}
.yith-wcan-reset-filters{padding: 11px 10px;}
.yith-wcan-filters.filters-modal .main-modal-button{background-color: #996633;color: #fff;border-color: #996633;}
.zek_list_product .zek_item_pro{width: 50%;}
.zek_list_product .zek_item_pro2{width: 100%;}
.zek_detail_image .swiper-thumb .swiper-slide{height: auto !important;}

/* Cart-mb */
.woocommerce table.shop_table.cart td{padding: 8px 8px;}
.woocommerce table.shop_table.cart .product-name{width: 100%;}
.woocommerce table.shop_table.cart .product-price, .woocommerce table.shop_table.cart .product-quantity, .woocommerce table.shop_table.cart .product-subtotal{width: 100%;}
.woocommerce .cart-collaterals .cart_totals{padding: 12px;max-width: 100%;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells{margin-top: 20px;}
#customer_details{width: 100%;}
#order_review{width: 100%;padding: 12px;}
.woocommerce table.woocommerce-checkout-review-order-table .product-name{padding: 0 8px 8px 0;}
.woocommerce table.woocommerce-checkout-review-order-table .product-total{padding: 0 0 8px 8px;}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th{padding: 0 8px 8px 0;}
.woocommerce table.woocommerce-checkout-review-order-table tfoot td{padding: 0 0 8px 8px;}
.woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td, .woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th{padding-top: 8px;}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total th{padding-top: 8px;}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total td{padding-top: 8px;font-size: 20px;}
.woocommerce #order_review .woocommerce-checkout-payment{margin-top: 16px;}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li label{font-size: 16px;}
.woocommerce table.order_details tfoot tr:last-child td{font-size: 16px;}
.woocommerce table.shop_table.cart .product-quantity .quantity:not(.mini_cart_item .quantity){justify-content: flex-end;}

.zek_home_title .title{font-size: 24px;}
.zek_home_about .img{position: unset;transform: none;margin: 0 auto;}
.zek_home_about .list{column-gap: 20px;row-gap: 30px;}
.zek_home_about .item{width: calc(50% - 10px);}
.zek_home_partner .logo img{max-height: 80px;}

}
@media(max-width:575px) {
.zek_breadcrums .wrap{min-width: inherit;width: 100%;font-size: 14px;}
.zek_page_body{padding: 15px 0 25px;}
.zek_list_news .col-item{width: 100%;}
.zek_item_pro .box .info{padding: 10px;}
.zek_item_pro .box .info .name{font-size: 14px;}
.zek_item_pro .box .info .price{font-size: 14px;}
.zek_detail_info{padding-top: 15px;}
.woocommerce div.product .product_title{padding: 0 15px 6px;}
.zek_detail_info .price{padding: 10px 15px;}
.zek_detail_info .parameter{padding: 0 15px 10px;}
.woocommerce-product-details__short-description{padding: 10px 15px;}
.woocommerce div.product form.cart{padding: 10px 15px;}
.zek_detail_info .share{padding: 5px 15px 10px;}
.zek_home_about .item .name{font-size: 16px;}
.zek_home_partner .col-item{width: calc(100% / 3);}
}
@media(max-width:428px) {
.zek_list_product .zek_item_pro{width: 100%;}
.zek_home_about .item{width: 100%;}
.zek_home_about .list{row-gap: 20px;}
.zek_home_policy .item{padding: 5px;}
.zek_home_policy .item .icon{width: 32px;}
.zek_home_policy .item .box{max-width: calc(100% - 32px);padding-left: 10px;}
.zek_home_policy .item .box .name{font-size: 13px;}
.zek_home_policy .item .box .text{font-size: 13px;}

}