/*
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:'Roboto';src:url(fonts/Roboto-Light.woff2);font-weight:300;font-display:block;font-style:normal}
@font-face{font-family:'Roboto';src:url(fonts/Roboto-Regular.woff2);font-weight:400;font-display:block;font-style:normal}
@font-face{font-family:'Roboto';src:url(fonts/Roboto-Medium.woff2);font-weight:500;font-display:block;font-style:normal}
@font-face{font-family:'Roboto';src:url(fonts/Roboto-Bold.woff2);font-weight:700;font-display:block;font-style:normal}
@font-face{font-family:'Roboto';src:url(fonts/Roboto-Black.woff2);font-weight:900;font-display:block;font-style:normal}
body{font-family: 'Roboto', sans-serif;overflow-x: hidden;font-size: 14px;color: #666666;}
body::-webkit-scrollbar {width: 10px;
    background-color: #F5F5F5;border-radius: 0px;} 
body::-webkit-scrollbar-thumb {
    background-color: #999;border-radius: 10px;}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);border-radius: 0px;
    background-color: #F5F5F5;}


*{margin:0;padding:0;line-height:1.5}
a{text-decoration:none;color:#212529;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:}
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}
.img img{width:100%;height:auto;object-fit:cover}
.zek_background{background-size:cover;background-repeat:no-repeat;background-position:center}
.zek_position{position: relative;}
.zek_linkfull{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;}
.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{animation:stuckMoveDown .6s;box-shadow:1px 1px 10px rgba(0,0,0,0.15)}
@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}
}
/* Image */
.img_hover{overflow:hidden;position:relative}
.img_hover img{transition:all 1.5s}
.img_hover:hover img{transform:scale(1.1)}
.img_hover:before,.button_home:before{position:absolute;top:0;left:-100%;display:block;content:'';width:50%;height:100%;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,0.3)));background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg);z-index:2}
.img_hover:hover:before,.button_home:hover:before{-webkit-animation:shine 1.3s;animation:shine 1.3s}
.center{text-align: center;}
@-webkit-keyframes shine {
100%{left:125%}
}
@keyframes shine {
100%{left:125%}
}
/* Container (FAKE theo từng web) */
@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: 1070px;}
}
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1250px;}
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 1320px;}
}
.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)}

.flex{display:flex;flex-wrap:wrap}
.flex-center{align-items:center}
.flex-between{justify-content: space-between;}
.row-reverse{flex-direction:row-reverse}
.column-reverse{flex-direction:column-reverse}
.row0{--bs-gutter-x: 0}
.row0>div{padding: 0;}
.row8{--bs-gutter-x: 16px}
.row4{--bs-gutter-x: 8px}
.row-margin8{--bs-gutter-y:var(8px);margin-top: calc(-.5 * var(--bs-gutter-y));margin-bottom: calc(-.5 * var(--bs-gutter-y));}
.row-margin8>*{margin-top: 0;padding-top: calc(var(--bs-gutter-x) * .5);padding-bottom: calc(var(--bs-gutter-x) * .5)}


/* input-button */
.btn,input[type="submit"]{display:inline-block;height:40px;line-height:40px;padding:0 20px;text-align:center;white-space:nowrap;outline:none!important;cursor:pointer;border:none;letter-spacing:0;-webkit-transition:background-color .1s ease-in;-moz-transition:background-color .1s ease-in;-ms-transition:background-color .1s ease-in;-o-transition:background-color .1s ease-in;transition:background-color .1s ease-in;-webkit-border-radius:0;border-radius:0}
input[type="text"],input[type="search"],input[type="password"],input[type="email"],input[type="file"],input[type="number"],input[type="tel"],textarea,select{border:1px solid #c4c4c4;padding:10px;width:100%;max-width:100%;display:block;line-height:18px;outline:none}
.buttons_added input{border:1px solid #777;margin:0;height:33px;display:inline-block;vertical-align:middle;padding:0 10px}
.devvn-popup-title span{display: initial;}
.mfp-content .devvn-popup-quickbuy a.devvn_buy_now_style{display:none}
.image-product{position:relative}
.sale-flash{display:none;}
.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;}
#ftwp-container #ftwp-contents.ftwp-border-medium,#ftwp-container #ftwp-trigger.ftwp-border-medium{border-width:1px}
.content-post iframe{display:block;margin:20px auto;width:100%;height:450px;object-fit:contain}
.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:28px;}
.content-post h2{font-size:24px;}
.content-post h3{font-size:20px;}
.content-post h4{font-size:18px;}
.content-post h5,.content-post h6{font-size:16px;}
.content-post blockquote{padding:15px 15px 15px 25px;border-left:5px solid #000;background:#f6f6f6}
.content-post .gallery{display:flex;flex-wrap:wrap;margin:-12px!important}
.content-post .gallery br{display:none}
.content-post .gallery .gallery-item{padding:12px}
.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%;position:relative;overflow:hidden;padding-top:56.25%}
.content-post .gallery .gallery-item .gallery-icon img{position:absolute;top:0;left:0;width:100%;height:100%;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:15px auto}
.content-post .alignright{float:right;margin:10px 0 15px 15px}
.content-post .alignleft{float:left;margin:10px 15px 15px 0}
a img.alignright{float:right;margin:10px 0 15px 15px}
a img.alignnone{margin:10px 15px 15px 0}
a img.alignleft{float:left;margin:10px 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:10px 15px 15px 0}
.wp-caption.alignleft{margin:10px 15px 15px 0}
.wp-caption.alignright{margin:10px 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;}
div.wpcf7 .ajax-loader{position:absolute}
.widget-tabs{padding:7px;margin-bottom:0;border:0;list-style:none;margin-left:0;margin-right:0;background-color:#33b5e5;margin-bottom:1.7rem;word-wrap:break-word}
.tabs-2 li{width:50%}
.nav-tabs .nav-link,.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{border:0;color:#fff}
.nav-tabs .nav-item.active .nav-link,.nav>li>a:focus,.nav>li>a:hover,.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{background-color:rgba(255,255,255,0.2);color:#fff;-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;-ms-transition:all 1s;transition:all 1s;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px}
.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}
.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}
.sticky{position:-webkit-sticky;position:sticky;top:10px}
.block_slider{margin:-15px}
.item_slider{padding:15px}
.zek_supports{position: fixed;right: 40px;bottom: 50px;z-index: 999;}
.zek_supports a{display: flex;align-items: center;justify-content: center; margin-top: 15px;transition: all .8s;box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);border-radius: 50%;}
.zek_supports a svg{width: 40px;height: 40px;}
.zek_supports a span{display: none;}



.zek_supports_social{position: fixed;right: 0px;bottom: 190px;z-index: 999;}
.zek_supports_social .item_sp{position: relative;display: block;cursor: pointer;}
.zek_supports_social .item_sp .label{width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;box-shadow: 0 4px 8px 0 #81818133;background: #fff;}
.zek_supports_social .item_sp:nth-child(1) .label{background: #0ed00b;border-radius: 16px 0 0 0}
.zek_supports_social .item_sp:nth-child(3) .label{background: #0180c7}
.zek_supports_social .item_sp .label svg{width: 32px;height: 32px;display: block;fill: #fff;}
.zek_supports_social .item_sp ul{display: none;position: absolute;top: 0;right: 100%;    z-index: 2;background: #ffff;border: 1px solid #dddddd75;padding: 15px 10px;display: none;width: 220px}
.zek_supports_social .item_sp ul li{list-style: none;    margin-bottom: 10px;}
.zek_supports_social .item_sp ul li:last-child{margin-bottom: 0}
.zek_supports_social .item_sp ul li a{display: flex;    align-items: center;}
.zek_supports_social .item_sp ul li a:hover{color: #fb6202}
.zek_supports_social .item_sp ul li a svg{width: 22px;display: inline-block;margin-right: 5px;height: auto;}
.zek_supports_social .item_sp ul.show{display: block;}






/* Header */
.zek_header_mb{display: none;}
.zek_header_pc{padding: 10px 0;height: 80px;display: flex;align-items: center;}








.zek_header_logo a img{width: auto;max-height: 60px;object-fit: contain;}
.zek_header_menu{    display: flex;align-items: center;justify-content: flex-end;}
.zek_header_menu .cart_header{margin-left: 25px;}
.zek_header_menu .cart_header a{    display: flex;align-items: center;font-weight: 500;line-height: 50px;color: #fb6202;font-size: 16px;}
.zek_header_menu .cart_header a .icon{display: inline-block;margin-left: 8px;font-size: 18px;position: relative;}
.zek_header_menu .cart_header a .icon .number{position: absolute;top: -5px;right: -10px;font-size: 12px;color: #fff;background: #d00;border-radius: 50%;width: 16px;height: 16px;text-align: center;line-height: 16px;}




.zek_header_menu .menu li>i{display: none;}
.zek_header_menu ul{list-style: none;margin-bottom: 0;}
.zek_header_menu .menu{display: flex;align-items: center;justify-content: flex-end;}
.zek_header_menu .menu>li{display: block;margin-right: 24px;}
.zek_header_menu .menu>li:last-child{margin-right: 0;}
.zek_header_menu .menu li{position: relative;}
.zek_header_menu .menu>li>a{display: flex;align-items: center;font-weight: 500;line-height: 50px;color: #444;}
.zek_header_menu .menu>li.current-menu-item>a{font-weight: 700;}
.zek_header_menu .menu ul{opacity:0;visibility:hidden;position:absolute;z-index:99;border-radius: 10px; background:#fff;width:auto;padding:10px 0;min-width:220px;-webkit-box-shadow:0 1px 1px #ccc;-moz-box-shadow:1px 1px 10px #ccc;-o-box-shadow:1px 1px 10px #ccc;-ms-box-shadow:1px 1px 10px #ccc;box-shadow:1px 1px 15px #ccc;transition:all .3s}
.zek_header_menu .menu>li>ul{top:100%;left:-20px;transform:scaleY(0);transform-origin:0 0;}
.zek_header_menu .menu>li>ul ul{top:0;left:100%;transform:scaleX(0);transform-origin:0 0}
.zek_header_menu .menu>li>ul li{padding: 5px 20px;}
.zek_header_menu .menu>li>ul li>a{display: block;white-space: nowrap;font-size: 16px;}
.zek_header_menu .menu li:hover>ul{opacity:1;visibility:visible;}
.zek_header_menu .menu>li:hover>ul{transform:scaleY(1);}
.zek_header_menu .menu>li>ul li:hover>ul{transform:scaleX(1);}
.zek_search_head .woocommerce-product-search {position: relative;border-radius: 8px;}
.zek_search_head .woocommerce-product-search input{border: 1px solid #fb6202;border-radius: 8px;height: 40px;line-height: 40px;padding: 0 20px;}
.zek_search_head .woocommerce-product-search button{border: none;background: none;height: 40px;width: 40px;text-align: center;position: absolute;top: 0;right: 0;border-left: 1px solid #fb6202;font-size: 18px;color: #999;line-height: 43px;}
.zek_header_logo{display: flex;align-items: center;justify-content: space-between;position: relative;}
.box_touch_menu{    position: initial;height: 80px;display: flex;align-items: center;}
.home .box_touch_menu{display: none;}
.home .zek_header_logo a img{max-height: 60px;}

.zek_header_logo .box_touch{display: flex;align-items: center;cursor: pointer;}
.zek_header_logo .box_touch p{display: inline-block;margin-bottom: 0;font-weight: 600;font-size: 18px;color: #444;}
.zek_header_logo .zek_touchmenu{display: block;margin-right: 5px;width: 32px;height: 32px;position: relative;cursor: pointer;}
.zek_header_logo .zek_touchmenu:after,.zek_header_logo .zek_touchmenu:before{content: "";display: block;width: 24px;height: 2px;background-color: #212529;position: absolute;left: 3px;-moz-transition: .3s ease;-o-transition: .3s ease;-webkit-transition: .3s ease;transition: .3s ease;}
.zek_header_logo .zek_touchmenu span{display: block;width: 24px;height: 2px;background-color: #212529;position: absolute;left: 3px;top: 50%;transform: translateY(-50%);-moz-transition: .3s ease;-o-transition: .3s ease;-webkit-transition: .3s ease;transition: .3s ease;}
.zek_header_logo .zek_touchmenu:after{bottom: 7px;}
.zek_header_logo .zek_touchmenu:before{top: 7px;}
.zek_header_logo .box_touch.opened p{color: #fb6202;}
.zek_header_logo .box_touch.opened .zek_touchmenu .line {display: none;}
.zek_header_logo .box_touch.opened .zek_touchmenu:before {transform: rotate(-45deg);top: 15px;background: #fb6202;}
.zek_header_logo .box_touch.opened .zek_touchmenu:after {transform: rotate(45deg);bottom: 15px;background: #fb6202;}
.box_touch_menu .menu_cate{position: absolute;top: 100%;left: 0;z-index: 99;    width: 100%;box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);    opacity: 0;visibility: hidden;transform: scaleY(0);transform-origin: 0 0;-webkit-transition: -webkit-transform .5s;transition: transform .5s;transition: transform .5s,-webkit-transform .5s; }
body.zek_active .box_touch_menu .menu_cate{-webkit-transform: scaleY(1);transform: scaleY(1);opacity: 1;visibility: visible;}






/* Footer */

.footer_top{padding: 20px 0;position: relative;font-size: 16px;border-bottom: 1px solid #EBEBEB;}
.zek_footer_title{font-size: 18px;font-weight: 700;color: #444;text-transform: uppercase;margin-bottom: 16px;} 
.footer a{color: #444;}
.footer a:hover{color: #fb6202;}
.footer_top ul li{margin-bottom: 10px;list-style: none;}
.social_footer {margin-bottom: 0;}
.social_footer li{list-style: none;display: inline-block;}
.footer_bot{padding: 10px 0;position: relative;}
.footer_bot img{max-height: 42px;width: auto;}
.footer_bot p{margin-bottom: 0;font-size: 16px;color: #999999;    width: auto;}



/* Page */
.zek_breadcrumbs{padding:10px 0;background:#f5f5f5}
.zek_breadcrumbs *{margin-bottom: 0;}
.breadcrumbs .separator{margin:0 3px;font-size: 14px;}
.breadcrumbs *{margin-bottom:0}
#zek_page_default{padding: 40px 0;}
.zek_page_title{  font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 16px;}

.page_about{padding: 32px 0;position: relative;}
.title_pages{    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 16px;} 
.support_about{    margin-bottom: 16px;
    background: rgba(78, 185, 139, 0.1);
    border-radius: 8px;
    position: relative;
    padding: 15px;}
.support_about h3{    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #444;}
.support_about .desc ul {margin-bottom: 0;}
.support_about .desc ul li{list-style: none;margin-bottom: 10px;text-transform: uppercase;}

.box_bank .item_bank{background: #F5F5F5;border-radius: 8px;padding: 15px;display: flex;align-items: center;width: 40%;}
.box_bank .item_bank .logo{width: 40%;}
.box_bank .item_bank .logo img{width: auto;max-height: 40px;}
.box_bank .item_bank .cnt{width: 60%;}
.box_bank .item_bank .cnt h3{font-size: 16px;font-weight: 600;}
.box_bank .item_bank .cnt p{margin-bottom: 0;}
.page_about .featured_procat{padding: 32px 0;position: relative;background: #f6f6f6;margin-top: 32px;}
.check_bao_hanh .all_box{padding: 32px 0;position: relative;text-align: center;}
.check_bao_hanh .all_box .box-search{width: 50%;display: block;margin: 0 auto 35px;}
.check_bao_hanh .all_box .box-search .desc{margin-bottom: 32px;    color: #444;}
.box-search .form-inline{position: relative;display: flex;align-items: center;justify-content: space-between;margin-bottom: 32px;}
.box-search .form-inline input{width: 80%;height: 40px;line-height: 40px;border-radius: 8px;border: 1px solid #fb6202;padding: 0 15px;}
.box-search .form-inline button{width: 15%;border-radius: 8px;background: #fb6202;color: #fff;text-align: center;}
.box-search .sub_search{margin-top: 32px;}

.box-search .inner{padding: 30px;}
.form-search-bao-hanh .mkh{text-align: center;text-transform: uppercase;font-size: 16px;margin-bottom: 30px;}
.table-bao-hanh table{text-align: center;border-color: #242424;}
.table-bao-hanh table td,.table-bao-hanh table th{border-color: #242424 !important;}
.table-bao-hanh table thead th{border-bottom-width: 1px !important;background: #fde7a9;}











/* Category */
.zek_category_content{margin-bottom: 15px;}
.zek_list_news{position: relative;margin: 0 -8px;}
.zek_item_news {width: 100%;display: flex;align-items: center;flex-wrap: wrap;margin-bottom: 16px;border-bottom: 1px solid #EBEBEB;position: relative;float: left;    padding: 0 8px 16px;}
.zek_item_news .img{padding-top: 15%;margin-bottom: 10px;width: 25%;border-radius: 8px;overflow: hidden;}
.zek_item_news .info {width: 75%;padding-left: 20px;}
.zek_item_news .info .name{font-size: 16px;font-weight: 700;margin-bottom: 8px;}
.zek_item_news .info .desc{margin-bottom: 8px;}
.zek_item_news .info .meta{font-size: 12px;}
.zek_list_news .zek_item_news:nth-child(-n+5){width: 25%;}
.zek_list_news .zek_item_news:nth-child(-n+5) .img{width: 100%;padding-top: 61.39%;}
.zek_list_news .zek_item_news:nth-child(-n+5) .info{width: 100%;padding-left: 0;}
.zek_list_news .zek_item_news:nth-child(-n+5) .info .name{    height: 42px;}
.zek_list_news .zek_item_news:nth-child(-n+5) .info .desc{display: none;}
.zek_list_news .zek_item_news:first-child{width: 50%;}
.zek_list_news .zek_item_news:first-child .img{padding-top: 71%;}
.zek_list_news .zek_item_news:first-child .info .desc{display: block;}
.zek_list_news .zek_item_news:first-child .info .name{font-size: 24px;height: auto;}



.pagination{justify-content: center;padding: 20px 0 10px;}
.pagination ul{margin-bottom: 0;list-style: none;}
.pagination ul li{display: inline-block;margin: 3px;}
.pagination ul li span,.pagination ul li a{display: block;padding: 5px;height: 38px;width: 38px;text-align: center; background: #EAEEF3;line-height: 28px;}
.pagination ul li .current,.pagination ul li span:hover,.pagination ul li a:hover{background: #00adef;color: #fff;}


/* Single */
.zek_single_title{ font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 16px;}
.zek_single_meta{color: #666;font-size: 13px;}
.zek_single_meta span{display: inline-flex;align-items: center;}
.zek_single_meta span:not(:last-child){margin-right: 10px;}
.zek_single_meta svg{width: 12px;height: 12px;margin-right: 5px;}
.zek_single_content{padding: 20px 0;}
.zek_tags{padding-bottom: 20px;color: #666;font-size: 13px;}
.zek_tags a{display: inline-block;height: 24px;line-height: 24px;border-radius: 3px;padding: 0 8px;background-color: #f5f5f5;margin-left: 3px;}
.zek_single_related{padding-top: 10px;}
.zek_single_related .title{text-transform: uppercase;font-weight: bold;font-size: 24px;margin-bottom: 15px;}
.zek_single_related .item .img{padding-top: 56.25%;margin-bottom: 10px;}
.zek_single_related .item .name{margin-bottom: 0;font-size: 16px;font-weight: bold;}
.zek_single_related{position: relative;background: #f6f6f6;padding: 32px 0;margin-top: 32px;}









/* Sidebar */
.zek_sidebar .widget:not(:last-child){margin-bottom:30px}
.zek_sidebar_title{font-size:20px;font-weight:700;text-transform:uppercase;margin-bottom:15px}
.zek_sidebar_post .item:not(:last-child){margin-bottom: 15px;}
.zek_sidebar_post .item .img{padding-top: 56.25%;margin-bottom: 10px;}
.zek_sidebar_post .item .info .name{font-size: 16px;font-weight: bold;margin-bottom: 5px;}
.zek_sidebar_post .item .info .date{color: rgba(20,22,35,0.6);font-size: 14px;}

.zek_sidebar .menu,.zek_sidebar .widget_categories >ul{list-style:none;margin-bottom:0;background-color: #f5f5f5;padding: 10px 15px;}
.zek_sidebar .menu>li,.zek_sidebar .widget_categories >ul>li{display:block;margin-bottom:10px;font-size:16px}
.zek_sidebar .menu>li:last-child,.zek_sidebar .widget_categories >ul>li:last-child{margin-bottom:0}
.zek_sidebar .menu>li.current-menu-item>a,.zek_sidebar .menu>li.current-menu-parent>a,.zek_sidebar .menu>li.current-post-parent>a,.zek_sidebar .widget_categories >ul>li.current-cat>a{font-weight:700}
.zek_sidebar .menu li>ul,.zek_sidebar .widget_categories >ul li>ul{list-style: none;margin-bottom: 0;padding: 5px 8px;background-color: #fff;margin-top: 8px;display: none;}
.zek_sidebar .menu li>ul>li:not(:last-child),.zek_sidebar .widget_categories >ul li>ul>li:not(:last-child){margin-bottom: 5px;}
.zek_sidebar .menu li,.zek_sidebar .widget_categories >ul li{position: relative;}
.zek_sidebar .menu li.menu-item-has-children >a,.zek_sidebar .widget_categories >ul li.cat-parrent>a{padding-right: 20px;}
.zek_sidebar .menu li.menu-item-has-children i,.zek_sidebar .widget_categories >ul li.cat-parrent i{position: absolute;cursor: pointer;right: 0;top: 0;height: 22px;width: 22px;text-align: center;line-height: 22px;}
.zek_sidebar .tagcloud{display:flex;flex-wrap:wrap}
.zek_sidebar .tagcloud a{font-size:14px!important;height:40px;padding:0 24px;line-height:40px;background-color:#ECECEC;border-radius:2px;margin:0 5px 8px 0}
.zek_sidebar iframe{width: 100%;height: auto; object-fit: cover;}
.zek_sidebar .widget_media_image img{width: 100%;height: auto;object-fit: contain;}
.product_sibar .title_sibar{font-weight: 700;font-size: 20px;text-transform: uppercase;color: #444;margin-bottom: 16px;}
.post_sibar .list_post .item_postsibar{display: flex;align-items: center;    margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px dotted #fb6202;}
.post_sibar .list_post .item_postsibar .thumb{width: 120px;    border-radius: 8px;overflow: hidden;}
.post_sibar .list_post .item_postsibar .thumb a {display: block;}
.post_sibar .list_post .item_postsibar .thumb a img{width: 100%;height: 100px;object-fit: cover;min-height: 100px;}
.post_sibar .list_post .item_postsibar .cnt{width: calc(100% - 120px);padding-left: 12px;}
.post_sibar .list_post .item_postsibar .cnt .name{font-size: 14px;font-weight: 600;text-transform: uppercase;}
.post_sibar .list_post .item_postsibar .cnt .name a{display: block;color:#2F2E2E;}
.post_sibar .list_post .item_postsibar .cnt .meta{font-size: 12px;color: #686868;}
.page_pro .product_sibar .pro_bot{margin: 0;    background: none;    padding: 0;}
.page_pro .product_sibar .pro_bot .item_pro{width: 100%;margin-bottom: 16px;}
.page_pro .product_sibar .pro_bot .item_pro .ss a{color: #fb6202;font-size: 12px;}





/* Product */
body.search .cate_child{display: none;}
.page_pro{padding: 32px 0;position: relative;}
.product_title{font-weight: 700;font-size: 24px;color: #444;}
.woocommerce div.product form.cart div.quantity{display: none !important;}
.info_product .meta_pro{display: flex;align-items: center;font-size: 13px;color: #999;margin-bottom: 16px;}
.info_product .meta_pro >div{margin-right: 20px;}
.info_product .meta_pro >div span{color: #fb6202;}
.info_product .price{margin-bottom: 16px;font-weight: 700;font-size: 24px !important;color: #fb6202 !important;display: flex;align-items: center;}
.info_product .price del{order: 2;font-weight: 400;font-size: 20px;color: #BBBBBB;}
.info_product .price ins{order: 1;text-decoration: none;margin-right: 10px;font-size: 24px;font-weight: 600;color: #fb6202;font-weight: 700;}
.info_product .policy_pro{background: #F5F5F5;border: 1px solid #EBEBEB;border-radius: 8px;padding: 15px;margin-bottom: 16px;}
.info_product .policy_pro ul{margin-bottom: 0;}
.info_product .policy_pro ul li{list-style: none;margin-bottom: 8px;}
.info_product .policy_pro ul li span{    display: inline-block;margin-right: 5px;width: 16px;height: 16px;background: #fb6202;text-align: center;line-height: 18px;color: #fff;border-radius: 50%;font-size: 11px;}
.woocommerce div.product form.cart{display: flex;flex-wrap: wrap;}
.woocommerce div.product form.cart .single_add_to_cart_button { border: 1px solid #fb6202 !important;   order: 2;width: 100%;background: #fb6202;display: flex;flex-wrap: wrap;align-items: center;border-radius: 8px;float: none;font-size: 18px;text-transform: uppercase;box-shadow: 0px 12px 5px rgb(0 0 0 / 1%), 0px 7px 4px rgb(0 0 0 / 5%), 0px 3px 3px rgb(0 0 0 / 9%), 0px 1px 2px rgb(0 0 0 / 10%), 0px 0px 0px rgb(0 0 0 / 10%);height: 50px;line-height: 1.3;padding: 0;transition: all .3s ease;}
.woocommerce div.product form.cart .single_add_to_cart_button strong{display: block;width: 100%;line-height: 1;margin-top: 5px;}
.woocommerce div.product form.cart .single_add_to_cart_button span{display: block;line-height: 1;margin: 0;width: 100%;font-size: 14px;    transition: all .3s ease;text-transform: initial;font-weight: 400;margin-bottom: 5px;}

.woocommerce div.product form.cart .devvn_buy_now{border: 1px solid #fb6202 !important;padding: 0;width: 100%;margin-bottom: 16px;display: flex;flex-wrap: wrap;align-items: center;max-width: 100%;height: 50px;line-height: 1.3;font-size: 20px;background: #fb6202;border-radius: 8px;box-shadow: 0px 12px 5px rgba(0, 0, 0, 0.01), 0px 7px 4px rgba(0, 0, 0, 0.05), 0px 3px 3px rgba(0, 0, 0, 0.09), 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);}
.woocommerce div.product form.cart .devvn_buy_now strong{display: block;width: 100%;line-height: 1;margin-top: 5px;}
.woocommerce div.product form.cart .devvn_buy_now span{display: block;line-height: 1;margin: 0;width: 100%;transition: all .3s ease;margin-bottom: 5px;}
.woocommerce div.product form.cart .devvn_buy_now:hover{background: #fff;color:#fb6202 !important;}
.woocommerce div.product form.cart .devvn_buy_now:hover span{color:#fb6202 !important;}
.woocommerce div.product form.cart .single_add_to_cart_button:hover{background: #fff;color:#fb6202 !important;}
.woocommerce div.product form.cart .single_add_to_cart_button:hover span{color:#fb6202 !important;}

.page_product_top{margin-bottom: 24px;}
.info_product .contact_hotline{position: relative;padding-top: 20px;}
.info_product .contact_hotline h3{text-align: center;font-size: 14px;color: #444;text-transform: uppercase;margin-bottom: 8px;  font-weight: 700;}
.info_product .contact_hotline .wpcf7-form{position: relative;}
.info_product .contact_hotline .wpcf7-form input{width: 100%;height: 40px;line-height: 40px;border: 1px solid #fb6202;border-radius: 8px;padding: 0 20px;  }
.info_product .contact_hotline .wpcf7-form input[type='submit']{    padding: 0;width: 60px;text-align: center;color: #fff;background: #fb6202;border-radius: 0 8px 8px 0;position: absolute;right: 0;top: 0;z-index: 4;text-transform: uppercase;font-weight: 600;}
.sibar_product .box_sibar {margin-bottom: 16px;background: rgba(78, 185, 139, 0.1);border-radius: 8px;position: relative;padding: 15px;}
.sibar_product .box_sibar h3{font-weight: 700;font-size: 16px;text-transform: uppercase;margin-bottom: 16px;color: #444;}
.sibar_product  .commit_pro{position: relative;}
.sibar_product  .commit_pro .box_commit{margin-bottom: 0;}
.sibar_product  .commit_pro .box_commit li{list-style: none;margin-bottom: 15px;    display: flex;align-items: center;}
.sibar_product  .commit_pro .box_commit li .icon{width: 24px;display: inline-block;}
.sibar_product  .commit_pro .box_commit li p{display: inline-block;margin-bottom: 0;width: calc(100% - 24px);padding-left: 15px;}
.sibar_product  .commit_pro .box_commit li:first-child{padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #fb6202;;}
.sibar_product  .commit_pro .box_commit li:first-child .icon{width: 40px;}
.sibar_product  .commit_pro .box_commit li:first-child p{color: #fb6202;font-size: 14px;text-transform: uppercase;font-weight: 700;width: calc(100% - 40px)}
.sibar_product .box_store ul.tab-title{border: 1px solid #E4E4E4;border-radius: 8px;display: flex;align-items: center;}
.sibar_product .box_store ul.tab-title li {width: calc(100%/3);list-style: none;}
.sibar_product .box_store ul.tab-title li a{display: block;text-align: center;height: 40px;line-height: 40px;border-radius: 8px;color: #444;}
.sibar_product .box_store ul.tab-title li a.active,.sibar_product .box_store ul.tab-title li:hover a{background: #fb6202;color: #fff;}
.sibar_product .box_store .tab-content .list_store{padding: 15px 0;border-top: 1px solid #fb6202;margin-top: 15px;}
.sibar_product .box_store .tab-content .list_store li{list-style: none;margin-bottom: 15px;}
.sibar_product .box_store .tab-content .list_store li:before{content: "\f3c5";    font-family: "Font Awesome 6 Pro";font-weight: 900;color: #fb6202;display: inline-block;margin-right: 5px;}
.page_pro .content_detail{padding: 24px 0;position: relative;background: #f6f6f6;}
.page_pro .content_detail .content-product .title{    font-weight: 700;font-size: 24px;color: #444;margin-bottom: 10px;}
.page_pro .pro_bot{    display: flex;align-items: center;justify-content: space-between;margin: 32px 0;background: #fff;padding: 15px;border-radius: 8px;}
.page_pro .pro_bot .item_pro{width: 60%;display: flex;align-items: center;}
.page_pro .pro_bot .item_pro .img{    width: 120px;padding-top: 120px;border-radius: 8px;overflow: hidden;}
.page_pro .pro_bot .item_pro .info{width: calc(100% - 120px);padding-left: 15px;}
.page_pro .pro_bot .item_pro .info h3 {font-size: 18px;font-weight: 700;}
.page_pro .pro_bot .item_pro .info h3 a{color: #444;display: block;}
.page_pro .pro_bot .item_pro .info .price{text-align: center;display: flex;align-items: center;justify-content: start;font-size: 16px;font-weight: 600;color: #fb6202;}
.page_pro .pro_bot .item_pro .info .price del{order: 2;font-weight: 400;font-size: 14px;color: #BBBBBB;}
.page_pro .pro_bot .item_pro .info .price ins{order: 1;text-decoration: none;margin-right: 10px;font-size: 16px;font-weight: 600;color: #fb6202;font-weight: 700;}
.page_pro .pro_bot .order_now{width: 40%;}
.page_pro .pro_bot .order_now a{display: block;    padding: 0;width: 100%;margin-bottom: 0;max-width: 100%;height: 60px;line-height: 1.4;font-size: 20px;transition: all .3s ease;background: #fb6202;border-radius: 8px;box-shadow: 0px 12px 5px rgb(0 0 0 / 1%), 0px 7px 4px rgb(0 0 0 / 5%), 0px 3px 3px rgb(0 0 0 / 9%), 0px 1px 2px rgb(0 0 0 / 10%), 0px 0px 0px rgb(0 0 0 / 10%);}
.page_pro .pro_bot .order_now a strong{    text-transform: uppercase;display: block;padding-top: 5px;}
.page_pro .pro_bot .order_now a span{display: block;font-size: 14px;font-weight: 400;}
.page_pro .pro_bot .order_now a:hover{margin-bottom: 10px;}
.related-product{position: relative;margin-bottom: 32px;}
.related-product h2{    font-weight: 700;font-size: 24px;text-transform: uppercase;color: #444;}
.related-product .list_pro .col_pro{width: 25%;}
.comment_form h2{    font-weight: 700;font-size: 24px;text-transform: uppercase;color: #444;}
.comment_form .box_cmt{background: #fff;border-radius: 8px;padding: 20px;}
.comment_form .box_cmt h3{font-weight: 700;font-size: 18px;text-transform: uppercase;color: #444;margin-bottom: 16px;}
.devvn-popup-title,.popup-customer-info-group .devvn-order-btn{background: #fb6202;}
.woocommerce-variation-add-to-cart{display: flex;flex-wrap: wrap;}
.info-product .variations_form .woovr-variations{width: 100%}
.info-product .variations_form .woovr-variations .woovr-variation{margin: 0 6px 10px;border-radius: 5px;box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);border: 2px solid #dddddd;}
.info-product .variations_form .woovr-variations .woovr-variation:before,.woovr-variations.woovr-variations-grid-3 .woovr-variation:before{display: none;}
.info-product .variations_form .woovr-variations .woovr-variation .woovr-variation-name{font-weight: 500}
.info-product .variations_form .woovr-variations .woovr-variation .woovr-variation-price{margin: 0;display: block;color: #fb6202 }
.info-product .woovr-variations[class*="woovr-variations-grid"] .woovr-variation.woovr-variation-active{border-color: #fb6202;}
.woovr-variations[class*="woovr-variations-grid"] .woovr-variation.woovr-variation-active{border-color: #fb6202;}


.devvn-popup-inner .woovr-variations .woovr-variation .woovr-variation-name .woovr-variation-name{font-weight: 500}
.devvn-popup-inner .woovr-variations .woovr-variation .woovr-variation-price{margin: 0;display: block;color: #fb6202 }
.devvn-popup-inner .policy_pro{display: none;}

.woocommerce-checkout #payment ul.payment_methods li{margin-bottom: 15px;}

/* Detail */
.woo-variation-gallery-has-product-thumbnail .woo-variation-gallery-thumbnail-position-bottom .woo-variation-gallery-slider-wrapper{margin-bottom: 20px;}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img{margin: 5px !important;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{padding: 10px 20px;background-color: #fb6202;color: #fff;font-weight: 500;line-height: 28px;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background-color: #fb6202;}
.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;}

.woo-variation-product-gallery{margin-bottom: 0;}
.woo-variation-product-gallery{margin-bottom: 0;}
.wvg-single-gallery-image-container{position: relative;width: 100%;padding-top: 100%;}
.wvg-single-gallery-image-container img{width: auto !important;height: auto !important;max-width: 100% !important;max-height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow, .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow{display: none !important;}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image{opacity: 1;}



.meta_product{display: flex;flex-wrap: wrap;align-items: center;font-size: 14px;margin-bottom: 16px;}
.meta_product .status .stock{color: #A61F23 !important;font-weight: bold;}
.meta_product .slash{margin: 0 10px;}
.meta_product .view span{font-weight: bold;}
.devvn_prod_variable .quantity{padding-left: 0;}
.woo-variation-swatches.wvs-show-label .variations td{text-align: left;}

.woocommerce-product-details__short-description ul,.woocommerce-product-details__short-description ol{margin-left: 16px;}
.woocommerce-product-details__short-description li{margin-bottom: 5px;}

div#reviews.woocommerce-Reviews{max-width: 100%;border-bottom: 0;margin-bottom: 0;}
.devvn_prod_cmt{max-width: 100%;display: none;}
.woocommerce .star-rating{width: 6.4em;letter-spacing: 0.25em;}
.woocommerce .star-rating::before{color: #c4c4c4;}
.woocommerce .star-rating span::before{top: -0.25em;color: #FAA82C !important;}
.woocommerce #reviews #comments h2{display: none;}
span.star_average{color: #FAA82C;}
body.woocommerce #reviews .star-rating{color: #FAA82C;}
.star_box{border: none;padding: 0;margin: 0;}
#comments a.btn-reviews-now,.woocommerce #review_form #respond p.form-submit input#submit, .woocommerce #reviews #comments ol.commentlist #respond p.form-submit input#submit{background-color: #fb6202;}
span.devvn_stars_value i{color: #FAA82C;}
.woocommerce #reviews .commentlist .star-rating span:before{top: -0.15em;}


/* CArt */
.woocommerce-error, .woocommerce-info, .woocommerce-message{border-top-color: #fb6202;}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{color: #fb6202;}

.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:#fb6202;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{font-size:0}
.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{color:#212529;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: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:33px}
.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 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 .cart_totals,.woocommerce .cart-collaterals .cross-sells{margin-top:120px}
.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;max-width:500px}
.woocommerce .cart-collaterals .cart_totals>h2{font-size:24px;padding-bottom:16px;border-bottom:1px solid #ddd;margin-bottom:25px}
.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 form .form-row{display:block;padding:0;margin:0 0 25px}
.woocommerce form .form-row label{margin-bottom:14px;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:30px}
.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:24px;line-height:1.5;margin-bottom:21px}
.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:24px 30px 34px;box-shadow:0 0 10px rgba(0,0,0,.1)}
.woocommerce #order_review .woocommerce-checkout-payment{margin-top:35px;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:18px;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%;margin-top:50px}
.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 15px 0}
.woocommerce table.woocommerce-checkout-review-order-table .product-total{padding:0 0 15px 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 15px 0}
.woocommerce table.woocommerce-checkout-review-order-table tfoot td{padding:0 0 15px 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:15px}
.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:15px;padding-bottom:0;border-top:1px solid #eee}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total th{padding-top:15px;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: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:#fb6202!important}
.bg-primary{background-color:#fb6202!important}
.page_cate .all_box{padding: 32px 0;position: relative;}
.page_cate{background: #f5f5f5;position: relative;}
.woocommerce .woocommerce-result-count{display: none;}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{margin-bottom: 0;float: none;}
.woocommerce .woocommerce-ordering button{  padding-left: 15px ; background: none;border: none;font-weight: 400;font-size: 14px;color: #444;display: inline-block;margin-left: 25px;position: relative;}
.woocommerce .woocommerce-ordering button:nth-child(3){display: none;}
.woocommerce .woocommerce-ordering button:before{    content: '';position: absolute;top: 45%;left: 0;width: 13px;height: 14px;border: 1px solid #ccc;background: #FFFFFF;border-radius: 2px;transform: translate(0,-50%);}
.woocommerce .woocommerce-ordering button:after{    content: "\f00c";font-family: "Font Awesome 5 Pro";font-weight: 900;color: #fff;left: 0;position: absolute;font-size: 14px;}
.woocommerce .woocommerce-ordering button.selected:after,.woocommerce .woocommerce-ordering button:hover:after{color: #fb6202;}
.head_cate{display: flex;align-items: center;justify-content: space-between;margin-bottom: 16px;flex-wrap: wrap;}
.woocommerce-products-header__title{font-weight: 700;font-size: 24px;margin-bottom: 0;    width: 50%;text-transform: uppercase;color: #fb6202;}
.page_cate .list_catepro{padding: 0;position: relative;background: #fff;height: 80px;display: flex;align-items: center;}
.page_cate .list_catepro .box_catepro{display: flex;align-items: center;}
.page_cate .list_catepro .box_catepro p{margin-bottom: 0;font-weight: 700;font-size: 16px;text-transform: uppercase;color: #444;width: 200px;}
.page_cate .list_catepro .box_catepro ul{margin-bottom: 0;}
.page_cate .list_catepro .box_catepro ul li{display: inline-block;margin-right: 40px;list-style: none;font-size: 16px;}
.page_cate .list_catepro .box_catepro ul li a{color: #444;}
.page_cate .list_catepro .box_catepro a{display: inline-block;font-size: 16px;color: #444;}
.page_cate .list_catepro .box_catepro ul li:hover a,.page_cate .list_catepro .box_catepro ul li a.current,.page_cate .list_catepro .box_catepro a.all-categories-link
{color: #fb6202;}

.post-type-archive .list_catepro{display: none;}

.filter_pro{display: flex;align-items: center;width: 50%;justify-content: flex-end;}
.filter_pro .text{font-weight: 700;font-size: 14px;color: #444;text-transform: uppercase;margin-right: 15px;}
.featured_procat{padding: 50px 0 32px;position: relative;}
.featured_procat h2{font-weight: 700;font-size: 24px;margin-bottom: 24px;text-transform: uppercase;text-align: center;}

















/* Acount */
.yith-wcmap .user-image img{margin: 0;}
.yith-wcmap .user-image{margin-bottom: 0;}
#my-account-menu-tab .user-info .username{font-weight: bold;font-size: 18px;text-transform: capitalize;}

/* Home */
.this_mb{display: none;}
.bg_home{background: rgb(0 0 0 / 5%);}
.section_home{position: relative;padding-bottom: 30px;}
.slider_home{margin-bottom: 24px;}
.slider_home .row .col-md-3{width: 20%;}
.slider_home .row .col-md-9{width: 80%;}



.swiper .swiper_next:after,.swiper .swiper_prev:after{display: none;}
.swiper .swiper_next,.swiper .swiper_prev{      width: 36px;height: 36px;border-radius: 50%;font-size: 48px;right: 40px;border: none;color: #fff;transition: all .5s ease;opacity: 0;z-index: 3;}
.swiper .swiper_prev{    right: auto;left: 40px;}
.swiper:hover .swiper_next{right: 30px;opacity: 1;transition: all .3s ease;}
.swiper:hover .swiper_prev{left: 30px;opacity: 1;transition: all .3s ease;}
.swiper .swiper_next:hover,.swiper .swiper_prev:hover{opacity: 1;color: #ee6724;}
.zek_home_banner{position: relative;border-radius: 0 8px 8px 0;overflow: hidden;}
.zek_home_banner .swiper-slide {position: relative;}
.zek_home_banner .swiper-slide .img img {height: 635px;-webkit-transform: scale(1);transform: scale(1);-webkit-transition: -webkit-transform 6000ms ease;transition: -webkit-transform 6000ms ease;transition: transform 6000ms ease;transition: transform 6000ms ease, -webkit-transform 6000ms ease;z-index: 1;}

.zek_home_banner .swiper-slide .img .cnt_slider {opacity: 0;-webkit-transition: all 1000ms ease;transition: all 1000ms ease;transform: translate(0,0);}
.zek_home_banner .swiper-slide-active .img .cnt_slider {opacity: 1;transform: translate(0,-45%);-webkit-transition-delay: 1000ms;transition-delay: 1000ms;}
.zek_home_banner{position: relative;}
.menu_cate .menu{position: relative;padding: 17px 0;background: #F5F5F5;border: 1px solid #EBEBEB;border-radius: 8px 0px 0px 8px;margin-bottom: 0;min-height: 635px;border-right: none;}
.menu_cate .menu li{position: relative;list-style: none;}
.menu_cate .menu li>a{font-size: 16px;color: #444;padding: 5px 15px;transition: 0s;display: flex;align-items: center;justify-content: space-between;position: relative;}
.menu_cate .menu li>a img{max-width: 20px;filter: brightness(0);
  -webkit-filter: brightness(0);}
.menu_cate .menu li>a span{width: calc(100% - 20px);display: block;}
.menu_cate .menu li.menu-item-has-children>a:after{    content: "\f054";font-family: "Font Awesome 5 Pro";font-weight: 900;font-size: 12px;position: absolute;right: 15px;top: 53%;transform: translate(0,-50%);}
.menu_cate .menu li:hover>a{background: #fb6202;color: #fff;}
.menu_cate .menu li:hover>a img{    filter: brightness(0) invert(1);-webkit-filter: brightness(0) invert(1);}
.menu_cate .menu li.menu-item-has-children{position: initial;}
.menu_cate .menu li .sub-menu{list-style: none;margin-bottom: 0;box-shadow: 0 0 20px rgb(0 0 0 / 15%);transform: scaleX(0);transform-origin: 0 0;position: absolute;z-index: 99;left: 100%;background: #fff;min-width: 750px;height: 100%;top: 0;opacity: 0;visibility: hidden;transition: all .5s;padding: 15px 9px 15px 20px;border-radius: 0 8px 8px 0;}
.menu_cate .menu li:hover .sub-menu {opacity: 1;visibility: visible;transform: scaleX(1);}
.menu_cate .menu li .sub-menu > li{width: calc(100%/3 );display: inline-block;margin-left: -4px;}
.menu_cate .menu li .sub-menu > li > a{font-weight: 500;}
.featured_products{position: relative;margin-bottom: 24px;}
.list_featured .item_pro{border: 1px solid #EBEBEB;border-radius: 8px;position: relative;display: flex;align-items: center;padding: 15px 20px;transition: all .5s ease;height: 100%;}
.list_featured .item_pro:hover{box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);}
.list_featured .item_pro .cnt_pro{    width: 60%;}
.list_featured .item_pro .cnt_pro .logo_pro{}
.list_featured .item_pro .cnt_pro .logo_pro img{    width: auto;max-height: 20px;margin-bottom: 5px;}
.list_featured .item_pro .cnt_pro h3{    font-size: 16px;margin-bottom: 25px;font-weight: 700;text-transform: uppercase;}
.list_featured .item_pro .cnt_pro h3 a{color: #444;display: block;}
.list_featured .item_pro .cnt_pro h3:hover a{color: #fb6202;}
.list_featured .item_pro .price_pro{}
.list_featured .item_pro .price_pro p{    font-size: 16px;color: #444;}
.list_featured .item_pro .price_pro p span{    display: block;font-weight: 600;font-size: 18px;color: #fb6202;}
.list_featured .item_pro .img_pro{width: 40%;}
.list_featured .item_pro .img_pro a{display: block;}
.list_featured .item_pro .img_pro a img{width: 100%;}
.policy_home{position: relative;padding: 24px 0 16px;background: #f6f6f6;}
.box_policy{position: relative;}
.box_policy .item_policy{position: relative;background: #FFFFFF;border-radius: 8px;padding: 16px;display: flex;align-items: center;}
.box_policy .item_policy .icon{    width: 120px;background: rgb(78 185 139 / 10%);border-radius: 8px;display: flex;align-items: center;justify-content: center;height: 120px;}
.box_policy .item_policy .icon img{    width: auto;height: auto;max-height: 60px;}
.box_policy .item_policy .cnt{width: calc(100% - 120px);padding-left: 16px;}
.box_policy .item_policy .cnt h4{    font-size: 18px;color: #444;margin-bottom: 8px;text-transform: uppercase;font-weight: 700;}
.box_policy .item_policy .cnt p{font-size: 14px;margin-bottom: 0;}
.cate_home{position: relative;padding: 16px 0;background: #f6f6f6;}
.box_cate .item_cate{position: relative;margin-bottom: 16px;border-radius: 8px;overflow: hidden;transition: all .5s ease;}
.box_cate .item_cate:hover{box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);}
.box_cate .item_cate a{display: block;position: relative;padding-top: 45%;}
.box_cate .item_cate a span{transition: all .5s ease;display: block;position: absolute;left: 24px;top: 24px;width: 45%;color: #444;font-size: 16px;font-weight: 700;    z-index: 2;text-transform: uppercase;}
.box_cate .item_cate a img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;object-fit: cover;}
.box_cate .item_cate a:hover span{color: #fb6202;}
.banner_mid{position: relative;background: #f6f6f6;padding-bottom: 16px;}
.banner_mid .box_banner{border-radius: 8px;overflow: hidden;}
.banner_mid .box_banner a img{width: 100%;height: auto;object-fit: cover;border-radius: 8px;}
.product_home{position: relative;background: #f6f6f6;}
.product_home .box_prohot{position: relative;padding: 16px 0;}
.head_title{display: flex;align-items: center;justify-content: space-between;margin-bottom: 10px;}
.head_title h2{font-weight: 700;font-size: 24px;color: #444;margin-bottom: 0;text-transform: uppercase;position: relative;}
.head_title h2 a{display: block;color: #444;}
.head_title h2:hover a{color: #fb6202;}
.head_title .more{}
.head_title .more a{color: #fb6202;font-size: 16px;display: flex;align-items: center;}
.head_title .more a span{display: flex;width: 16px;height: 16px;text-align: center;line-height: 1;color: #fff;border-radius: 50%;background: #fb6202;font-size: 7px;align-items: center;justify-content: center;margin-left: 10px;}
.product_home .box_prohot .head_title h2{padding-left: 24px;}
.product_home .box_prohot .head_title h2:before{content: '';width: 24px;height: 24px;display: inline-block;background: url(images/iconhot.png);background-size: contain;background-repeat: no-repeat;position: absolute;left: 0;bottom: 9px;}
.col_pro{width: 20%;}
.list_pro .item_pro{position: relative;background: #fff;border-radius: 8px;height: 100%;overflow: hidden;transition: all .5s ease;}
.list_pro .item_pro:hover{box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);}
.list_pro .item_pro .img{padding-top: 100%;background-size: 90% auto;}
.list_pro .item_pro .img .sale-flash{display: flex;align-items: center;justify-content: center; width: 34px;height: 34px;border-radius: 50%;position: absolute;top: 5px;right: 5px;box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);background: #fff;font-size: 12px;color: #fb6202;}
.list_pro .item_pro .info{padding: 8px 15px 16px;text-align: center;position: relative;}
.list_pro .item_pro .info h3{font-size: 14px;color: #444;margin-bottom: 16px;}
.list_pro .item_pro .info h3 a{  display: block;color: #444;height: 100%;height: 35px;overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.list_pro .item_pro:hover .info h3 a{color: #fb6202;}
.list_pro .item_pro .price{text-align: center;display: flex;align-items: center;justify-content: center;font-size: 16px;font-weight: 600;color: #fb6202;}
.list_pro .item_pro .price del{order: 2;font-weight: 400;font-size: 14px;color: #BBBBBB;}
.list_pro .item_pro .price ins{order: 1;text-decoration: none;margin-right: 10px;font-size: 16px;font-weight: 600;color: #fb6202;font-weight: 700;}
.list_pro .img_pro{position: relative;overflow: hidden;border-radius: 8px;transition: all .5s ease;height: 100%;}
.list_pro .img_pro:hover{box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);}
.list_pro .img_pro img{width: 100%;height: 100%;object-fit: cover;}

.product_home .box_prohot .list_pro .item_pro:after{content: '';width: 20px;height: 20px;display: inline-block;background: url(images/iconhot.png);background-size: contain;background-repeat: no-repeat;position: absolute;left: 10px;top: 10px;}
.product_home .box_product{position: relative;padding: 16px 0;}
.banner_pro{padding-top: 24px;position: relative;}
.banner_pro a{display: block;overflow: hidden;border-radius: 8px;}
.banner_pro a img{width: 100%;height: auto;}
.feedback_home{position: relative;padding: 16px 0;}
.list_fb .item_fb{position: relative;}
.list_fb .item_fb .cnt_fb{position: relative;width: 80%;display: block;margin: 0 auto;text-align: center;}
.list_fb .item_fb .cnt_fb .avatar{width: 100px;overflow: hidden;border-radius: 50%;display: block;margin: 0 auto 16px;}
.list_fb .item_fb .cnt_fb .avatar img{width: 100%;height: 100px;object-fit: cover;}
.list_fb .item_fb .desc{font-size: 16px;margin-bottom: 8px;}
.list_fb .item_fb h4{font-size: 20px;}
.list_fb .item_fb p{font-size: 14px;}
.list_fb .item_fb .thumb_fb img{width: 100%;border-radius: 8px;}
.news_home{position: relative;padding: 0 0 24px;;}
.list_post .item_post{position: relative;border-radius: 8px;overflow: hidden;height: 100%;}
.list_post .item_post .img{padding-top: 56%;}
.list_post .item_post .info{padding-top: 8px;}
.list_post .item_post .info h3{font-size: 16px;margin-bottom: 8px;height: 46px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.list_post .item_post .info h3 a{display: block;color: #444;line-height: 1.5;}
.list_post .item_post:hover .info h3 a{color: #fb6202;}
.list_post .item_post .desc{font-size: 14px;}
.gallery_home{position: relative;padding: 16px 0;}
.gallery_home .list_gallery{margin: 0 -8px;}
.gallery_home .list_gallery .col_gal{width: 25%;padding: 0 8px;float: left;}
.gallery_home .list_gallery .col_gal:first-child{width: 50%;}
.gallery_home .list_gallery .item_gallery{position: relative;border-radius: 8px;overflow: hidden;margin-bottom: 16px;padding-top: 56%;}
.gallery_home .list_gallery .item_gallery img{width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;transition: all .5s ease;}
.gallery_home .list_gallery .item_gallery:hover img{transform: scale(1.1);}
.gallery_home .list_gallery .item_gallery h3{position: absolute;bottom: 0;left: 0;padding: 10px 15px;color: #fff;z-index: 3;width: 100%;margin-bottom: 0;font-size: 14px;}
.gallery_home .list_gallery .item_gallery:after{content: '';position: absolute;width: 100%;height: 50%;bottom: 0;left: 0;background: linear-gradient(0deg, #000 65% , rgb(0 0 0 / 10%) 100%);opacity: .3;z-index: 2;}
.gallery_home .list_gallery .col_gal:first-child .item_gallery h3{font-size: 18px;}
.gallery_home .list_gallery .col_gal:first-child .item_gallery{padding-top: 57%;margin-bottom: 0;}
.video_home{position: relative;padding: 16px 0 32px;}
.list_vd .item_vd{position: relative;}
.list_vd .item_vd .thumb_box a{display: block;position: relative;padding-top: 65%;overflow: hidden;border-radius: 10px;}
.list_vd .item_vd .thumb_box a:after{content: "";position: absolute;bottom: 0;left: 0;top: 0;right: 0;width: 40px;height: 40px;margin: auto;background: url(images/Vector22.png)center center no-repeat;border: 1px solid #fff;border-radius: 100%;}
.list_vd .item_vd .thumb_box a img{position: absolute;width: 100%;height: 100%;object-fit: cover;top: 0;left: 0;transition: all .5s ease;display: block;}
.list_vd .item_vd:hover .thumb_box a img{transform: scale(1.1);}
.list_vd .item_vd .cnt_box{}
.list_vd .item_vd .cnt_box h3{font-size: 14px;color: #515151;height: 58px;overflow: hidden;font-weight: 600;line-height: 23px;padding: 12px 0 0;}
.list_vd .item_vd .cnt_box h3 a{color: #515151;display: block;}
.shop_system{position: relative;padding: 32px 0;background: #f6f6f6;border-top: 5px solid #fff;}
.shop_system .head_shop{text-align: center;}
.shop_system .head_shop img{width: auto;max-height: 80px;margin-bottom: 36px;}
.shop_system .head_shop h2{font-weight: 700;font-size: 24px;color: #444;margin-bottom: 20px;text-transform: uppercase;}
.shop_system .list_shop .row{justify-content: center;}
.shop_system .list_shop .item_shop{margin-bottom: 24px;}
.shop_system .list_shop .item_shop h3{text-align: center;font-size: 16px;text-transform: uppercase;font-weight: 600;}
.shop_system .list_shop .item_shop ul{}
.shop_system .list_shop .item_shop ul li{display: block;list-style: none;margin-bottom: 10px;}
.shop_system .list_shop .item_shop ul li i{display: inline-block;margin-right: 5px;}
.shop_system .list_shop .item_shop ul li a{color: #444;}
.shop_system .list_shop .item_shop ul li:hover a{color: #fb6202;}
.single_variation_wrap{width: 100%;}



@media (max-width: 1399px) {
.zek_home5:before{filter: blur(10px);}
body{font-size: 13px;}
.menu_cate .menu li>a{font-size: 13px;}

.menu_cate .menu{height: 563px;}
.zek_home_banner .swiper-slide .img img{height: 563px;}
.footer_top{font-size: 14px;}



}
@media (max-width: 1199px) {
.shop_system .list_shop .item_shop ul li{font-size: 11px;}

.zek_search_head .woocommerce-product-search input {
    border: 1px solid #fb6202;
    border-radius: 8px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 11px;}
.zek_search_head .woocommerce-product-search button{height: 34px;
    line-height: 36px;}
.zek_header_menu .menu>li{margin-right: 5px;}
.zek_header_menu .menu>li a{font-size: 12px;}
.list_featured .item_pro{padding: 15px 10px;}
.list_featured .item_pro .cnt_pro h3 {font-size: 14px;}
.woocommerce-products-header__title{width: 40%;}
.filter_pro{width: 60%;}

.zek_header_logo .box_touch p{font-size: 16px;}


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


.slider_home .row .col-md-9{width: 100%;}

.page_cate .list_catepro{padding: 10px 0;height: auto;}
.page_cate .list_catepro .box_catepro{display: block;}
.page_cate .list_catepro .box_catepro p{width: 100%;margin-bottom: 10px;}
.page_cate .list_catepro .box_catepro ul li{margin-right: 20px;}
.shop_system .list_shop .item_shop ul li {font-size: 14px;}

.sibar_product .box_sibar.store_pro{display: none;}


.info_product .policy_pro{display: none;}


.zek_header_mb .search_mb a{display: inline-block;width: 32px;height: 32px;text-align: center;color: #333;line-height: 29px;border-radius: 5px;font-size: 16px;}


.block_search{position: fixed;left: 0;right: 0;top: 0;width: 100%;height: 0;background: rgba(0, 0, 0, 0.9);display: -ms-flexbox;display: -webkit-box;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;pointer-events: none;visibility: hidden;opacity: 0;z-index: 0;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.block_search.show {height: 100vh;pointer-events: all;visibility: visible;opacity: 1;z-index: 10000;}
.block_search .button_close {position: absolute;top: 15px;right: 15px;border-radius: 50%;border: 2px solid #fff;color: #fff;font-size: 16px;cursor: pointer;z-index: 1000;height: 30px;width: 30px;display: inline-block;text-align: center;line-height: 28px;}
.block_search .button_close:hover{color: #FAE9E5;border: 2px solid #FAE9E5;}
.block_search .search_head{position: relative;}
.block_search .search_head .searchform {position: relative;width: 90%;margin: 0 auto;display: block;}
.block_search .search_head .searchform input{padding: 0 15px;border-color: transparent;background-color: transparent;color: #fff;font-weight: 500;font-size: 16px;border-bottom: solid 1px #fff;height: 40px;line-height: 40px;padding-right: 60px;}
.block_search .search_head .searchform button{position: absolute;background: none;color: #fff;font-size: 22px;border: none;box-shadow: none;top: 0;right: 0;width: 60px;line-height: 50px;height: 50px;text-align: center;display: block;}
.block_search .search_head .searchform button:hover{color: #FAE9E5;}



body{font-size: 14px;}
.this_pc{display: none;}
.this_mb{display: block;}


.menu_cate .menu{display: none;}
.zek_home_banner{border-radius: 8px;}
.zek_home_banner .swiper-slide .img img{height: 215px;}
.list_featured .item_pro {padding: 15px 20px;margin-bottom: 16px;height: auto;}

.zek_supports_social .item_sp .label{width: 44px;height: 44px;}
.zek_supports_social .item_sp .label svg{width: 26px;height: 26px;}

.woocommerce-notices-wrapper .woocommerce-message{display: none;}
.woocommerce table.shop_table.cart td.actions .coupon .input-text {
  width: 100% !important;
  line-height: 46px !important;
  margin-bottom: 15px;
}

.woocommerce-page table.cart td.actions .coupon .input-text + .button{float: none;display: block;margin: 20px auto}

#customer_details .col-1, #customer_details .col-2, .woocommerce div.product form.cart table.variations td.value{width: 100%}


#customer_details {
  float: none !important;
  width: 100% !important;
  margin-bottom: 0;
}

#order_review {
  float: none !important;
  width: 100% !important;
}

.box_policy .item_policy{margin-bottom: 16px;}
.col_pro {width: 50%;}

.list_pro .item_pro .info h3{height: 54px;}
.list_pro .item_pro .price{flex-wrap: wrap;}
.list_pro .item_pro .price del{width: 100%;
display: flex;
justify-content: center;}
.list_pro .item_pro .price ins{margin-right: 0;width: 100%;
display: flex;
justify-content: center;}

.list_pro .img_pro{}

.gallery_home .list_gallery .col_gal {
  width: 50%;
}
.gallery_home .list_gallery .col_gal:first-child {
  width: 100%;
  margin-bottom: 16px;
}
.woo-variation-product-gallery{width: 100%;}


.page_pro .pro_bot{flex-wrap: wrap;}
.page_pro .pro_bot .item_pro{width: 100%;flex-wrap: wrap;}
.page_pro .pro_bot .order_now {
  width: 100%;margin-top: 15px;
}
.related-product .list_pro .col_pro {
  width: 50%;
}


.comment_form .box_cmt{margin-bottom: 20px;}

.page_pro .pro_bot .order_now a{margin-top: 15px;}

.woocommerce-products-header__title {margin-bottom: 15px;
  width: 100%;
}
.filter_pro {
  width: 100%;
}

.logo_about {margin: 20px 0;}
.box_bank .item_bank{width: 100%;}

.zek_list_news .zek_item_news:nth-child(-n+5) {
  width: 100%;
}
.zek_list_news .zek_item_news:first-child {
  width: 100%;
}
.zek_item_news .info {
  width: 100%;
  padding-left: 0;
}
.zek_item_news .img {
  padding-top: 56.25%;
  margin-bottom: 10px;
  width: 100%;}


/* Content-post-mb */
.columns-4,.columns-5,.columns-6{grid-template-columns:repeat(2,1fr);grid-gap:15px}
.columns-3,.columns-2{grid-template-columns:repeat(1,1fr);grid-gap:15px}
.content-post h1{font-size:24px;}
.content-post h2{font-size:20px;}
.content-post h3{font-size:18px;}
.content-post h4{font-size:16px;}
.content-post h5,.content-post h6{font-size:14px;}
.content-post .alignnone{margin:0 10px 10px 0}
.content-post .aligncenter,.content-post div.aligncenter{margin:10px auto}
.content-post .alignright{margin:5px 0 10px 10px}
.content-post .alignleft{margin:5px 10px 10px 0}
a img.alignright{margin:5px 0 10px 10px}
a img.alignnone{margin:5px 10px 10px 0}
a img.alignleft{float:left;margin:5px 10px 10px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption.alignnone{margin:5px 10px 10px 0}
.wp-caption.alignleft{margin:5px 10px 10px 0}
.wp-caption.alignright{margin:5px 0 10px 10px}
.content-post .gallery{margin:-5px!important}
.content-post .gallery .gallery-item{padding:5px;margin-top:0!important}
.content-post .gallery.gallery-columns-3 .gallery-item,.content-post .gallery.gallery-columns-4 .gallery-item,.content-post .gallery.gallery-columns-5 .gallery-item{width:50%!important}
.content-post .gallery.gallery-columns-6 .gallery-item,.content-post .gallery.gallery-columns-7 .gallery-item,.content-post .gallery.gallery-columns-8 .gallery-item,.content-post .gallery.gallery-columns-9 .gallery-item{width:calc(100% / 3)!important}


.zek_header_pc{display: none;}
.zek_header_mb{display: block;padding: 10px 0;}
.zek_header_logo_mb{text-align: center;}
.zek_header_logo_mb img{max-width: 200px;max-height: 80px;}
.zek_touch_menu{display: block;margin-right: 15px;width: 32px;height: 32px;position: relative;cursor: pointer;}
.zek_touch_menu:after,.zek_touch_menu:before{content: "";display: block;width: 24px;height: 2px;background-color: #212529;position: absolute;left: 3px;}
.zek_touch_menu span{display: block;width: 24px;height: 2px;background-color: #212529;position: absolute;left: 3px;top: 50%;transform: translateY(-50%);}
.zek_touch_menu:after{bottom: 7px;}
.zek_touch_menu:before{top: 7px;}




#zek_menu_mobile .title{display: block;padding: 24px;background-color: rgba(255,255,255,.1);text-transform: uppercase;font-weight: bold;font-size: 20px;}
#zek_menu_mobile .title span{display: block;height: 48px;line-height: 48px;background-color: #999;border-radius: 4px;padding: 0 20px;}
#zek_menu_mobile{width: 300px;height: 100%; background-color: #f5f5f5;color: #ccc;-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
transition: transform .5s,-webkit-transform .5s;z-index: 9999;position: fixed;  top: 0;  left: 0;
-webkit-transform: translateX(-300px);
transform: translateX(-300px);}
body.zek_active #zek_menu_mobile{    -webkit-transform: translateX(0);
transform: translateX(0);}
.#zek_menu_mobile ul{list-style: none;padding-left: 0;margin-bottom: 0;}
.#zek_menu_mobile .menu{display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
list-style: none;
padding: 0;
margin: 0;}
#zek_menu_mobile .menu li{position: relative;border-bottom: solid 1px #3c3c3c;margin-left: 0;}
#zek_menu_mobile .menu li:last-child{border-bottom: none;}
#zek_menu_mobile .menu>li{border-bottom-color: #2f2f2f;}
#zek_menu_mobile .menu li>a{display: flex;
padding: 8px 24px !important;color: #333;}
#zek_menu_mobile .menu>li ul{background-color: #ccc;display: none;}
#zek_menu_mobile .menu li>i{position: absolute;right: 0;top: 0;width: 40px;height: 40px;line-height: 40px;font-size: 14px; text-align: center;z-index: 2;cursor: pointer;}
#zek_menu_mobile .menu>li>ul ul{background-color: #4c4b4b}
#zek_web{-webkit-transition: margin .5s;
transition: margin .5s;}
body.zek_active #zek_web{margin-left: 300px;margin-right: -300px;}
.zek_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: 999}
body.zek_active .zek_line_dark{opacity: 1;visibility: visible;cursor: url(images/close.png) 15 15,default;}

.zek_supports{right: 0;width: 100%;bottom: 0;padding: 6px;display: flex;align-items: center;justify-content: center}
.zek_supports a{justify-content: center;height: 40px; padding: 0 10px 0 5px; width: calc(25% - 12px); border-radius: 4px;background-color: #fb6202;color: #fff;margin: 0 6px;}
.zek_supports a span{display: block;}
.zek_supports a svg{width: 32px;height: 32px;}

}
@media(max-width:575px) {
iframe{height:200px}
.zek_supports a{padding: 0 8px 0 4px;margin: 0 4px;width: calc(28% - 4px);font-size: 13px;}
.zek_supports a svg{width: 26px;height: 26px;}
.zek_supports a#back-top{width: calc(16% - 4px)}
}
