/*
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: 'Open Sans';src:url(fonts/OpenSans-Regular.ttf);font-style: normal;font-weight: 400;}
@font-face{font-family: 'Open Sans';src:url(fonts/OpenSans-Italic.ttf);font-style: italic;font-weight: 400;}
@font-face{font-family: 'Open Sans';src:url(fonts/OpenSans-Medium.ttf);font-style: normal;font-weight: 500;}
@font-face{font-family: 'Open Sans';src:url(fonts/OpenSans-MediumItalic.ttf);font-style: italic;font-weight: 500;}
@font-face{font-family: 'Open Sans';src:url(fonts/OpenSans-SemiBold.ttf);font-style: normal;font-weight: 600;}
@font-face{font-family: 'Open Sans';src:url(fonts/OpenSans-SemiBoldItalic.ttf);font-style: italic;font-weight: 600;}
@font-face{font-family: 'Open Sans';src:url(fonts/OpenSans-Bold.ttf);font-style: normal;font-weight: 700;}
@font-face{font-family: 'Open Sans';src:url(fonts/OpenSans-BoldItalic.ttf);font-style: italic;font-weight: 700;}
@font-face{font-family: 'Roboto Condensed';src:url(fonts/RobotoCondensed-Regular.ttf);font-style: normal;font-weight: 400;}
@font-face{font-family: 'Roboto Condensed';src:url(fonts/RobotoCondensed-Italic.ttf);font-style: italic;font-weight: 400;}
@font-face{font-family: 'Roboto Condensed';src:url(fonts/RobotoCondensed-Medium.ttf);font-style: normal;font-weight: 500;}
@font-face{font-family: 'Roboto Condensed';src:url(fonts/RobotoCondensed-MediumItalic.ttf);font-style: italic;font-weight: 500;}
@font-face{font-family: 'Roboto Condensed';src:url(fonts/RobotoCondensed-SemiBold.ttf);font-style: normal;font-weight: 600;}
@font-face{font-family: 'Roboto Condensed';src:url(fonts/RobotoCondensed-SemiBoldItalic.ttf);font-style: italic;font-weight: 600;}
@font-face{font-family: 'Roboto Condensed';src:url(fonts/RobotoCondensed-Bold.ttf);font-style: normal;font-weight: 700;}
@font-face{font-family: 'Roboto Condensed';src:url(fonts/RobotoCondensed-BoldItalic.ttf);font-style: italic;font-weight: 700;}
/* Option */
body{overflow-x: hidden;font-family: 'Open Sans';}
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;
}
#main{overflow: hidden;}
*{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: #334885;}
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;font-family: 'Roboto Condensed';margin-bottom: 1rem;}
.table{max-width: 100%;table-layout: fixed;word-wrap: break-word;}
.img img{width:100%;height:auto;object-fit:cover}
.background{background-size:cover;background-repeat:no-repeat;background-position:center}
.relative{position: relative;}
.overlay{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;background-color: rgba(0, 0, 0, 0.5);}
.linkfull{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 5;}
.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-fluid,.container,.row{--bs-gutter-x: 20px;}
.flex{display:flex;flex-wrap:wrap}
.align-center{align-items:center}
.align-end{align-items:flex-end;}
.align-start{align-items:flex-start;}
.justify-between{justify-content: space-between;}
.justify-center{justify-content: center;}
.justify-end{justify-content: flex-end;}
.justify-start{justify-content: flex-start;}
.row-reverse{flex-direction:row-reverse;}
.column-reverse{flex-direction:column-reverse;}
@media (min-width: 576px){
	.container, .container-sm {max-width: 540px;}
}
@media (min-width: 768px){
	.container, .container-md, .container-sm { max-width: 720px;}
}
@media (min-width: 992px){
	.container, .container-lg, .container-md, .container-sm {max-width: 960px;}
}
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1140px;}
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 1320px;}
}

/* input-button */
input[type="text"],input[type="search"],input[type="password"],input[type="email"],input[type="file"],input[type="number"],input[type="date"],input[type="tel"],textarea,select{width:100%;max-width:100%;display:block;outline:none;border: 1px solid #ccc;background: #fff;padding: 10px;line-height: 18px;}
.form-group select{height: 40px;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{}
input[type="submit"]{padding: 10px 20px;line-height: 20px;background: #334885;color: #fff;font-weight: 500;font-family: 'Roboto Condensed';min-width: 120px;border: none;display: block;}
/* Contact-form7 */
.form-head{margin-bottom: 40px;}
.form-head .title{font-size: 24px;font-weight: bold;text-transform: uppercase;margin-bottom: 10px;}
.form-group{margin-bottom: 15px;}
.wpcf7-spinner{position: absolute;}
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: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:-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;}

/* Header */
#header{font-family: 'Roboto Condensed';}
.zek_header_main{padding: 10px 0;}
.zek_header_main .flex{margin: 0 -10px;}
#zek_menu_mobile{display: none;}
.zek_touch_menu{display: none;padding: 0 10px;}
.zek_header_logo{padding: 0 10px;}
.zek_header_logo img{object-fit: contain;max-height: 80px;max-width: 240px;}
.zek_header_search{width: 500px;padding: 0 10px;}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{padding: 0;border-radius: 0;}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding: 0 15px 0 42px;line-height: 38px;border-radius: 5px !important;background-color: #e7e6ec;font-size: inherit;font-family: 'Roboto Condensed';}
.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color: #334885;}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{width: 42px;height: 42px;top: 0;left: 0;}
.dgwt-wcas-style-pirx .dgwt-wcas-preloader{margin-right: 0;}
.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{right: 0;}
.zek_header_nav{display: flex;justify-content: flex-end;padding: 0 10px;align-items: center;}
.zek_header_nav a{display: flex;padding: 8px;font-weight: 500;border-radius: 5px;position: relative;align-items: center;}
.zek_header_nav .hotline{margin-left: 20px;}
.zek_header_nav a:hover{background: #e7e6ec;}
.zek_header_nav a svg{height: 36px;width: auto;}
.zek_header_nav a img{display: block;height: 37px;width: auto;}
.zek_header_nav a span{display: block;text-transform: uppercase;font-size: 11px;padding-left: 8px;line-height: 1;}
.zek_header_nav a span b{font-size: 14px;color: #334885;}
.zek_header_nav a .cart-counter{position: absolute;width: 15px;display: block; height: 15px;padding: 2px 0 0; border-radius: 2px 2px 0 0;background-color: #334885;color: #fff;display: flex;align-items: center;justify-content: center;text-align: center;top: 0;left: 41px;font-size: 11px;}
.zek_header_menu{background: #e7e6ec;font-size: 15px;}
.zek_header_menu ul{list-style: none;margin-bottom: 0;}
.zek_header_menu .menu{display: flex;align-items: center;}
.zek_header_menu .menu>li{display: block;padding-right: 15px;}
.zek_header_menu .menu li{position: relative;}
.zek_header_menu .menu>li>a{display: block;font-weight: 700;line-height: 48px;padding: 0 10px;text-transform: uppercase;}
.zek_header_menu .menu>li.current-menu-item>a,.zek_header_menu .menu>li:hover>a{color: #334885;background: #fff;}

.zek_header_menu .menu ul{opacity:0;visibility:hidden;position:absolute;z-index:99;background:#fff;width:auto;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;padding: 10px 0;}
.zek_header_menu .menu>li>ul{top:100%;left:0;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: 0 15px;}
.zek_header_menu .menu>li>ul li>a{display: block;padding: 5px 0;font-weight: 600;}
.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);}

/* Footer */
#footer{background: #e7e6ec;font-size: 14px;}
.zek_footer_form{background: #b1b0b5;padding: 25px 0;font-family: 'Roboto Condensed';}
.zek_footer_form .row{--bs-gutter-x: 10px;}
.zek_footer_form .title{margin-bottom: 0;text-transform: uppercase;display: flex;align-items: center;font-weight: 600;color: #fff;}
.zek_footer_form .title img{width: 35px;height: 35px;object-fit: contain;margin-right: 10px;}
.zek_footer_form .text{color: #fff;}
.zek_footer_form .form{width: 300px;margin-left: auto;}
.zek_footer_form .form form{position: relative;padding-right: 55px;}
.zek_footer_form .form form input{border-radius: 3px;}
.zek_footer_form .form form input[type="submit"]{width: 50px;position: absolute;top: 0;right: 0;min-width: inherit;padding: 10px;font-size: 0;background-image: url(images/mail.png);background-size: 30px;background-repeat: no-repeat;background-position: center;}
.zek_footer_main{padding: 50px 0 40px;}
.zek_footer_main .widget{width: 25%;}
.zek_footer_main .zek_widget_title{text-transform: uppercase;font-size: 20px;font-family: 'Roboto Condensed';color: #334885;margin-bottom: 1rem;font-weight: 500;}
.zek_footer_main .logo{margin-bottom: 1rem;}
.zek_footer_main .logo img{object-fit: contain;max-height: 80px;}
.zek_footer_main .menu li:not(:last-child){margin-bottom: 10px;}
.zek_footer_main .facebook{margin-bottom: 1rem;}
.zek_footer_main .social{display: flex;flex-wrap: wrap;}
.zek_footer_main .social a:not(:last-child){margin-right: 15px;}
.zek_footer_main .social a img{object-fit: contain;height: 25px;}
.zek_footer_bot{padding: 0 0 15px;text-align: center;}
.zek_footer_bot *{margin-bottom: 0;}

/* Page */
#zek_page_default{padding: 40px 0;}
.zek_page_banner{height: 200px;display: flex;align-items: center;background-color: #334885;color: #fff;}
.zek_page_banner .title{text-transform: uppercase;font-weight: bold;margin-bottom: 0;font-size: 32px;}
.zek_page_title{text-transform: uppercase;font-weight: bold;font-size: 32px;margin-bottom: 20px;color: #334885;}
.zek_breadcrumbs{padding:10px 0;}
.zek_breadcrumbs *{margin-bottom: 0;}
.zek_breadcrumbs .separator{margin:0 3px;}
.zek_page_banner .zek_breadcrumbs a{color: #fff;}
.zek_home_title{text-transform: uppercase;font-weight: bold;color: #334885;font-family: 'Roboto Condensed';font-size: 32px;margin-bottom: 30px;}
.zek_cta a{display: inline-flex;align-items: center;height: 42px;border: 1px solid #334885;background: #334885;color: #fff;font-weight: 500;text-transform: uppercase;letter-spacing: 2px;font-family: 'Roboto Condensed';padding: 0 30px;border-radius: 4px;font-size: 14px;}
.zek_cta a:hover{background: #fff;color: #334885;}
.swiper-button-next, .swiper-button-prev{color: #334885;}
.swiper-button-next:after, .swiper-button-prev:after{font-size: 30px;}
.top_content{margin-bottom: 30px;}
.bot_content{margin-top: 30px;}

/* About */
.zek_about_sec1{padding: 40px 0;}
.zek_about_sec1 .zek_block{padding: 90px 40px;color: #fff;overflow: hidden;}
.zek_about_sec1 .zek_block .video{width: 100%;height: auto;position: absolute;top: 50%;transform: translateY(-50%); left: 0;aspect-ratio: 16/9;min-height: 100%;}
.zek_about_sec1 .zek_block .video iframe{width: 100%;height: 100%;object-fit: cover;}
.zek_about_sec1 .zek_block .inner{position: relative;z-index: 2;width: 52%;display: block;}
.zek_about_sec1 .zek_block .inner .title{text-transform: uppercase;font-size: 24px;font-weight: normal;margin-bottom: 5px;}
.zek_about_sec1 .zek_block .inner .sub_title{text-transform: uppercase;font-weight: bold;font-size: 42px;margin-bottom: 0;}
.zek_about_sec1 .zek_block .inner .text{margin-top: 15px;margin-bottom: 0;}
.zek_about_sec2{padding: 40px 0;background: #f5f4f9;}
.zek_about_sec2 .quote{padding: 0 19%;margin-bottom: 24px;font-size: 23px;color: #334885;}
.zek_about_sec2 .name{font-size: 14px;}
.zek_about_sec2 .video{display: block;width: 760px;margin: 50px auto;max-width: 100%;}
.zek_about_sec2 .item .icon{display: flex;align-items: center;justify-content: center;height: 70px;margin-bottom: 20px;}
.zek_about_sec2 .item .icon img{object-fit: contain;max-height: 100%;}
.zek_about_sec2 .item .capt{padding: 0 25%;font-size: 24px;font-weight: 600;text-transform: uppercase;margin-bottom: 15px;}
.zek_about_sec2 .item .text{padding: 0 16%;margin-bottom: 0;}
.zek_about_sec2 .item .link{text-transform: uppercase;font-weight: 600;color: #334885;}
.zek_about_sec2 .item .link:hover{text-decoration: underline;}
/* Contact */
.zek_contact_body .map{overflow: hidden;height: 350px;margin-bottom: 30px;}
.zek_contact_body .map iframe{height: 100%;width: 100%;}
.zek_contact_body .form{background: #f8f8f8;border-radius: 8px;padding: 20px;}
.zek_contact_body .form input[type="submit"]{width: 85%;margin: 0 auto;}
.zek_contact_body .content-post iframe{width: 100%;height: 350px;}
/* Category */
.zek_category_content{margin-bottom: 30px;}
.zek_item_news .img{height: 230px;overflow: hidden;background: #324785;}
.zek_item_news .img img{height: 100%;transition: all .5s;}
.zek_item_news:hover .img img{transform: scale(1.05);}
.zek_item_news .overlay{background: #324785b8;}
.zek_item_news .name{margin-bottom: 0;text-transform: uppercase;font-size: 20px;padding: 0 15px;position: absolute;top: 50%;transform: translateY(-50%);width: 100%;left: 0;text-align: center;z-index: 2;color: #fff;}

.pagination{justify-content: center;padding-top: 20px;}
.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: #324785;color: #fff;}

/* Single */
.zek_single_related{margin-top: 30px;}
.zek_single_related .title{font-size: 24px;font-weight: bold;margin-bottom: 20px;}
.zek_single_content .list .item{margin-top: 30px;display: flex;align-items: flex-start;flex-wrap: wrap;}
.zek_single_content .list .item .img{width: 150px;}
.zek_single_content .list .item .inner{width: calc(100% - 150px);padding-left: 30px;}


/* Sidebar */
.zek_sidebar{border-bottom: 3px solid #ccc;}
.zek_sidebar ul{margin-bottom: 0;}
.zek_sidebar .widget:not(:last-child){}
.zek_sidebar .widget{background: #fff;border: 1px solid #ccc;padding: 15px;}
.zek_sidebar .zek_widget_title{font-size: 16px;font-weight: bold;margin-bottom: 8px;}
.zek_searchform{width: 100%;position: relative;}
.zek_searchform .search-input{height: 40px;line-height: 38px;border: 1px solid #c4c4c4;padding: 0 40px 0 10px;font-size: 14px;}
.zek_searchform .search-submit{width: 30px;height: 40px;position: absolute;right: 0;top: 0;border: none;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;}
.zek_sidebar .form{padding: 15px;background: #f8f8f8;border: 1px solid #ccc}
.zek_sidebar .form input[type="submit"]{width: 85%;margin: 0 auto;}
.zek_sidebar .product-categories li{text-transform: uppercase;margin-bottom: 10px;font-weight: 500;}
body.post-type-archive .zek_sidebar .widget{display: none;}
body.post-type-archive .zek_sidebar .widget.widget_product_categories{display: block;}
/* Service */
.zek_list_service{display: flex;flex-wrap: wrap;}
.zek_list_service .item{width: 25%;border: 1px solid #ccc;background: #fff;}
.zek_list_service .item .info{padding: 25px 15px 15px;}
.zek_list_service .item .info .name{text-transform: uppercase;font-size: 18px;font-weight: bold;margin-bottom: 10px;}

/* Product */
.quantity input::-webkit-outer-spin-button,
    .quantity input::-webkit-inner-spin-button {
        display: none;
        margin: 0;
    }
    .quantity input.qty {
        appearance: textfield;
        -webkit-appearance: none;
        -moz-appearance: textfield;
    }
.term-description{margin-bottom: 20px;}
.zek_list_product {display: flex;flex-wrap: wrap;clear: both;}
.zek_list_product .zek_item_category{padding: 15px;width: 50%;}
.zek_item_category a{display: flex;align-items: center;flex-wrap: wrap;}
.zek_item_category img{width: 100px;height: 100px;object-fit: contain;}
.zek_item_category h2{width: calc(100% - 100px);margin-bottom: 0;font-size: 16px;text-transform: uppercase;font-weight: 500;padding-left: 10px;}
.zek_item_category h2 mark{display: none;}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{line-height: 30px;margin-bottom: 20px;font-weight: 500;}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{display: none;}
.actions_taxonomy{margin-bottom: 20px;float: right;display: flex;justify-content: flex-end;}
body.post-type-archive .actions_taxonomy{display: none;}
.actions_taxonomy .icon:not(:first-child){margin-left: 20px;}
.actions_taxonomy .icon{background-size: cover;background-repeat: no-repeat;background-position: center;width: 30px;height: 30px;cursor: pointer;}
.actions_taxonomy .grid{background-image: url(images/grid.png);background-size: 28px;}
.actions_taxonomy .list{background-image: url(images/list.png);}
.actions_taxonomy .tab{background-image: url(images/table.png);}
.actions_taxonomy .grid.active{background-image: url(images/grid2.png);}
.actions_taxonomy .list.active{background-image: url(images/list2.png);}
.actions_taxonomy .tab.active{background-image: url(images/table2.png);}
body.tax-product_cat .option2 .zek_list_product{border: 1px solid #ccc;}
.option2 .zek_item_pro{border-bottom: 1px solid #ccc;width: 100%;display: flex;align-items: flex-start;padding: 15px 15px 25px;flex-wrap: wrap;}
.option2 .zek_item_pro .box_cart{width: 180px;}
.option2 .zek_item_pro .box_info{width: calc(100% - 180px);display: flex;align-items: flex-start;flex-wrap: wrap;}
.option2 .zek_item_pro .box_info .img{width: 160px;}
.zek_item_pro .box_info .img{aspect-ratio: 1/1;}
.zek_item_pro .box_info .img img{object-fit: contain;height: 100%;}
.option2 .zek_item_pro .box_info .info{width: calc(100% - 160px);padding: 0 15px;}
.zek_item_pro .box_info .info .brand{text-transform: uppercase;font-weight: 500;}
.zek_item_pro .box_info .info .sku{color: #8a8a8a;}
.zek_item_pro .box_info .info .name{margin-top: 6px;font-weight: 600;font-size: 18px;margin-bottom: 6px;text-transform: uppercase;}
.zek_item_pro .box_cart .prices{margin-bottom: 8px;display: flex;flex-wrap: wrap;}
.zek_item_pro .box_cart .prices .capt{margin-right: 4px;}
.zek_item_pro .box_cart .prices .price{font-weight: bold;}
.zek_item_pro .box_cart .prices .price del{font-weight: 500;margin-right: 10px;color: #8a8a8a;font-size: 14px;}
.zek_item_pro .box_cart .prices .price ins{text-decoration: none;}
.zek_item_pro .box_cart .carts .isures-custom--qty_wrap{display: flex;flex-wrap: wrap;align-items: flex-start;position: relative;}
.zek_item_pro .box_cart .carts .quantity input.qty{width: 45px !important;padding: 0 8px;height: 40px;line-height: 38px;}
.zek_item_pro .box_cart .carts .quantity input[type="button"]{display: none;}
.zek_item_pro .box_cart .carts .isures-qtv--wrap{margin-right: 5px;margin-bottom: 5px;}
.zek_item_pro .box_cart .carts a.button{height: 40px;display: flex;align-items: center;color: #fff;padding: 0 10px;font-weight: 500;background: #334885;border-radius: 0;font-family: 'Roboto Condensed';}
.zek_item_pro .box_cart .carts a.button:after{display: none;}
.zek_item_pro .box_cart .carts a.added_to_cart{padding-top: 0;margin-top: 0;font-size: 13px;text-decoration: underline;line-height: 1;position: absolute;display: block;top: 100%;left: 0;}
.option1 .zek_item_pro{width: calc(100% / 3);border: 1px solid #ccc;padding: 15px 15px 25px;display: flex;flex-wrap: wrap;flex-direction: column;justify-content: space-between;margin-bottom: 20px;}
.option1 .zek_item_pro .box_info{width: 100%;flex: 1;}
.option1 .zek_item_pro .box_cart{width: 100%;}
.option1 .zek_item_pro .box_info .img{margin-bottom: 10px;}

/* Detail */
.woo-variation-product-gallery{margin-bottom: 0;}
.woo-variation-gallery-has-product-thumbnail .woo-variation-gallery-thumbnail-position-bottom .woo-variation-gallery-slider-wrapper{margin-bottom: 10px;}
.woo-variation-gallery-wrapper .woo-variation-gallery-slider img{aspect-ratio: 1/1;object-fit: contain;}
.woo-variation-gallery-thumbnail-slider.slick-initialized{padding: 0 25px;}
.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider{padding: 0 25px;}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image{opacity: 1;}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img{border: 1px solid #ccc;}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.current-thumbnail img{border-color: #334885;}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.slick-current img{border-color: #334885;}
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow, .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow{width: 25px;background: transparent !important;font-size: 20px;}
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:before, .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:before{color: #334885 !important;}
.woocommerce div.product .product_title{text-transform: uppercase;font-size: 24px;font-weight: bold;margin-bottom: 12px;}
.zek_detail_info .meta_pro{list-style: none;margin-bottom: 10px;color: #888;}
.zek_detail_info .meta_pro li .value{font-weight: bold;}
.zek_detail_info .meta_pro li .value a{color: #888;}
.zek_detail_sidebar .price{display: flex;flex-wrap: wrap;color: #333 !important;font-size: 16px !important;margin-bottom: 10px;}
.zek_detail_sidebar .price .capt{margin-right: 3px;}
.zek_detail_sidebar .price .amount{font-weight: bold;}
.zek_detail_sidebar .price del{margin-right: 8px;}
.zek_detail_sidebar .price del .amount{font-weight: normal;font-size: 14px;}
.zek_detail_sidebar .price ins{text-decoration: none;}
.woocommerce div.product form.cart{margin-bottom: 15px;display: flex;align-items: flex-start;flex-wrap: wrap;}
.woocommerce div.product form.cart div.quantity{float: none;margin-right: 5px;display: flex;margin-bottom: 5px;}
.woocommerce div.product form.cart .button{background: #334885;padding: 0 15px;height: 40px;line-height: 40px;border-radius: 0;font-family: 'Roboto Condensed';font-weight: 500;}
.woocommerce div.product form.cart div.quantity input[type="button"]{width: 20px;height: 40px;background: transparent;border: 1px solid #ccc;}
.woocommerce div.product form.cart div.quantity input[type="number"]{width: 50px;margin: 0 -1px;height: 40px;padding: 0 10px;}

.zek_detail_content{border: 1px solid #ccc;}
.zek_detail_content .title_pro{text-transform: uppercase;font-weight: bold;padding: 10px 15px;margin-bottom: 0;font-size: 20px;border-bottom: 1px solid #ccc;}
.zek_detail_content .content-post{padding: 15px;}
.zek_detail_related{margin-top: 30px;}
.zek_detail_related .title_pro{text-transform: uppercase;font-size: 24px;margin-bottom: 20px;}


/* CArt */
.woocommerce-tabs.wc-tabs-wrapper{display: none;}
.woocommerce nav.woocommerce-pagination{padding-top: 20px;}
.option1 nav.woocommerce-pagination{padding-top: 0;}
.woocommerce-error, .woocommerce-info, .woocommerce-message{border-top-color: #334885;}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{color: #334885;}
.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{display:inline-block;width:38px;height:38px;line-height:38px;padding:0;text-align:center;-webkit-transition:all .5s;transition:all .5s;background-color: #EAEEF3;}
.woocommerce .woocommerce-pagination ul.page-numbers li a.current,.woocommerce .woocommerce-pagination ul.page-numbers li a:hover,.woocommerce .woocommerce-pagination ul.page-numbers li span.current,.woocommerce .woocommerce-pagination ul.page-numbers li span:hover,.woocommerce-page .woocommerce-pagination ul.page-numbers li a.current,.woocommerce-page .woocommerce-pagination ul.page-numbers li a:hover,.woocommerce-page .woocommerce-pagination ul.page-numbers li span.current,.woocommerce-page .woocommerce-pagination ul.page-numbers li span:hover{color:#fff;background-color:#324785;}
.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;height:40px}
.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{display: none;}
.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;display: inline-flex;}
.woocommerce table.shop_table.cart .product-quantity .quantity input[type="number"]{margin: 0 auto;width: 60px;border: 1px solid #d6d6d6;margin: 0 -1px;}
.woocommerce table.shop_table.cart .product-quantity .quantity input[type="button"]{width: 20px;height: 40px;background: transparent;border: 1px solid #d6d6d6;}
.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells{margin-top:32px}
.woocommerce .cart-collaterals .wc-proceed-to-checkout{padding: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: #334885;font-family: 'Roboto Condensed';}
.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: #334885;}
.woocommerce .cart-collaterals .cart_totals{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;display: none;}
.woocommerce .cart-collaterals .cart_totals table,.woocommerce table.woocommerce-checkout-review-order-table{border:0;border-radius:0;margin:0;}
.woocommerce .cart-collaterals .cart_totals table{display: none;}
.woocommerce .cart-collaterals .cart_totals table tr,.woocommerce table.woocommerce-checkout-review-order-table tr{border-width: 0;}
.woocommerce .cart-collaterals .cart_totals table tr.shipping, .woocommerce table.woocommerce-checkout-review-order-table tr.shipping{display: none;}
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal, .woocommerce table.woocommerce-checkout-review-order-table tr.cart-subtotal{display: none;}
.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: #334885;}
.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;box-shadow:0 0 10px rgba(0,0,0,.1)}
.woocommerce #order_review .woocommerce-checkout-payment{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: #334885; 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{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:#334885!important}
.bg-primary{background-color:#334885!important}


/* Home */
.zek_home_banner .swiper-slide{height: auto;}
.zek_home_banner .item{height: 100%;min-height: 25vh;display: flex;align-items: center;}
.zek_home_banner .item .background{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.zek_home_banner .item .inner{position: relative;z-index: 2;color: #fff;width: 100%;}
.zek_home_banner .item .inner .box{display: block;width: 55%;padding: 50px;}
.zek_home_banner .item .inner .box .title{text-transform: uppercase;font-size: 36px;font-weight: bold;margin-bottom: 15px;}
.zek_home_banner .item .inner .box .zek_cta{margin-top: 30px;}
.zek_home_banner .swiper-button-next,.zek_home_banner .swiper-button-prev{color: #fff;}
.zek_home_sec1{color: #fff;}
.zek_home_sec1 .item{padding: 20px;}
.zek_home_sec1 .item .img{width: 50%;aspect-ratio: 5/3;overflow: hidden;}
.zek_home_sec1 .item .img img{height: 100%;transition: all .5s;}
.zek_home_sec1 .item .img:hover img{transform: scale(1.05);}
.zek_home_sec1 .item .info{width: 50%;padding-left: 10px;}
.zek_home_sec1 .item .info .name{text-transform: uppercase;font-weight: bold;margin-bottom: 0;font-size: 20px;}
.zek_home_sec1 .item .info .name a{color: #fff;}
.zek_home_sec1 .item .info .sub{text-transform: uppercase;font-weight: 500;font-size: 15px;margin-bottom: 4px;}
.zek_home_sec1 .item .info .text{overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;font-size: 13px;line-height: 1.3;}
.zek_home_sec1 .item .info .link{display: inline-block;color: #fff;text-transform: uppercase;font-size: 12px;font-weight: 500;margin-top: 4px;}
.zek_home_sec1 .item .info .link:hover{text-decoration: underline;}
.zek_home_sec1 .swiper-button-next,.zek_home_sec1 .swiper-button-prev{color: #fff;}
.zek_home_sec1 .swiper-button-next{right: -20px;}
.zek_home_sec1 .swiper-button-prev{left: -20px;}
.zek_home_sec2{padding: 15px 0;}
.zek_home_sec2 .item{padding: 0 10px;}
.zek_home_sec2 .item img{object-fit: contain;max-height: 140px;width: auto;display: block;margin: 0 auto;transition: all .5s;}
.zek_home_sec2 .item:hover img{transform: scale(1.05);}
.zek_home_sec2 .swiper-button-next{right: -20px;}
.zek_home_sec2 .swiper-button-prev{left: -20px;}
.zek_home_sec3{padding: 15px 0;}
.zek_home_sec3 .item{padding: 0 10px 15px;}
.zek_home_sec3 .item img{object-fit: contain;height: 140px;width: auto;display: block;margin: 0 auto;transition: all .5s;}
.zek_home_sec3 .item:hover img{transform: scale(1.05);}
.zek_home_sec3 .item span{display: block;text-transform: uppercase;font-size: 15px;font-weight: 500;margin-bottom: 0;margin-top: 10px;}
.zek_home_sec3 .swiper-button-next{right: -20px;}
.zek_home_sec3 .swiper-button-prev{left: -20px;}
.zek_home_sec4{padding: 50px 0;}
.zek_home_sec4 .item{height: 100%;box-shadow: rgba(0, 0, 0, 0.13) 1px 7px 11px 0px;display: flex;flex-wrap: wrap;flex-direction: column;border-bottom: 5px solid #334885;background: #fff;}
.zek_home_sec4 .item .img{height: 180px;width: 100%;overflow: hidden;}
.zek_home_sec4 .item .img img{height: 100%;transition: all .5s;}
.zek_home_sec4 .item .img:hover img{transform: scale(1.05);}
.zek_home_sec4 .item .info{width: 100%;display: flex;flex-wrap: wrap;flex-direction: column;flex: 1;padding: 10px 20px 40px;}
.zek_home_sec4 .item .info .name{text-transform: uppercase;font-size: 20px;margin-bottom: 10px;width: 100%;height: 52px;overflow: hidden;}
.zek_home_sec4 .item .info .text{width: 100%;flex: 1;}
.zek_home_sec4 .item .info .link{display: inline-block;margin-top: 20px;letter-spacing: 2px;color: #334885;text-transform: uppercase;font-size: 14px;font-weight: bold;}
.zek_home_sec4 .item .info .link:hover{text-decoration: underline;}
.zek_home_sec4 .zek_cta{margin-top: 40px;}
.zek_home_sec4 .zek_cta a{background: #fff;color: #334885;}
.zek_home_sec4 .zek_cta a:hover{background: #334885;color: #fff;}
.zek_home_sec5:after{content: "";display: block;width: 100%;height: 50%;background-color: #f2f1f6;position: absolute;top: 0;left: 0;}
.zek_home_sec5 .zek_block{z-index: 2;width: 960px;margin: 0 auto;display: block;padding: 50px;color: #fff;background-color: #334885;max-width: 100%;}
.zek_home_sec5 .zek_block .background{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.zek_home_sec5 .zek_block .flex{position: relative;z-index: 2;}
.zek_home_sec5 .zek_block .inner{width: 65%;}
.zek_home_sec5 .zek_block .inner .title{font-size: 35px;text-transform: uppercase;margin-bottom: 30px;}
.zek_home_sec5 .zek_block .inner .text{font-size: 20px;}
.zek_home_sec5 .zek_block .button{width: 35%;display: flex;align-items: center;justify-content: center;}
.zek_home_sec5 .zek_block .button a{display: inline-flex;align-items: center;justify-content: center;border: 2px solid #fff;height: 38px;text-transform: uppercase;letter-spacing: 1px;color: #fff;font-size: 14px;padding: 0 30px;font-weight: 500;}
.zek_home_sec7{color: #fff;padding: 50px 0 40px;}
.zek_home_sec7 .zek_home_title{margin-bottom: 20px;color: #fff;}
.ytdefer{width: 100%;display: block;aspect-ratio: 16/9;}
.ytdefer>div{width: 100% !important;height: 100% !important;}
.ytdefer img{top: 0;left: 0;}
.zek_home_sec8{padding: 50px 0;}
.zek_home_sec8 .zek_slider{padding: 0 30px;}
.zek_home_sec8 .swiper-button-next{right: 0;}
.zek_home_sec8 .swiper-button-prev{left: 0;}
.zek_home_sec8 .tab-title{list-style: none;margin-bottom: 0;}
.zek_home_sec8 .tab-title button{border: none;background: transparent;padding: 15px 20px;display: block;margin: 0 auto;}
.zek_home_sec8 .tab-title button img{object-fit: contain;max-height: 50px;}
.zek_home_sec8 .tab-content{margin-top: 40px;}
.zek_home_sec8 .tab-content .inner_left{width: 60%;}
.zek_home_sec8 .tab-content .inner_left .name{text-transform: uppercase;font-size: 32px;font-weight: bold;margin-bottom: 20px;}
.zek_home_sec8 .tab-content .inner_right{width: 40%;text-align: center;}
.zek_home_sec8 .tab-content .inner_right .logo img{object-fit: contain;max-height: 60px;}
.zek_home_sec8 .tab-content .inner_right .zek_cta{margin-top: 25px;}
.zek_home_sec8 .tab-content .inner_right .zek_cta a{background: #fff;color: #334885;}
.zek_home_sec8 .tab-content .inner_right .zek_cta a:hover{color: #fff;background: #334885;}
.zek_home_sec8 .zek_data{background: #f5f4f9;padding: 50px;margin-top: 50px;}
.zek_home_sec8 .zek_data .item .number{font-weight: bold;font-size: 40px;margin-bottom: 15px;line-height: 1;color: #334885;}
.zek_home_sec8 .zek_data .item .text{max-width: 180px;display: block;margin: 0 auto;}
.zek_home_sec8 .zek_cta{margin-top: 50px;}

@media (max-width: 1399px) {

}
@media (max-width: 1199px) {
body{font-size: 14px;}
.zek_header_nav .hotline{margin-left: 10px;}
.zek_header_menu{font-size: 14px;}
.zek_header_search{width: 400px;}
.zek_about_sec1 .zek_block .inner .title{font-size: 20px;}
.zek_about_sec1 .zek_block .inner .sub_title{font-size: 36px;}
.zek_about_sec2 .quote{font-size: 20px;}
.zek_about_sec2 .item .capt{font-size: 20px;}
.zek_about_sec2 .video{margin: 40px auto;}
.zek_home_sec8{padding: 40px 0;}
.zek_home_sec8 .zek_data{margin-top: 40px;padding: 40px;}
.zek_home_sec8 .zek_cta{margin-top: 40px;}
.form-head .title{font-size: 20px;}
.form-head{margin-bottom: 20px;}
.actions_taxonomy .icon{width: 25px;height: 25px;}
.actions_taxonomy .grid{background-size: 22px;}
.zek_home_sec4{padding: 40px 0;}
.zek_home_sec4 .item .info{padding: 10px 15px 20px;}
.zek_home_sec4 .item .info .link{margin-top: 15px;}
.zek_home_sec5 .zek_block .inner .title{font-size: 32px;margin-bottom: 20px;}
.zek_home_sec7{padding: 40px 0;}
.zek_footer_main{padding: 40px 0 30px;}
}
@media (max-width: 991px) {
.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_cta a{letter-spacing: 1px;padding: 0 20px;}
.zek_header_logo img{max-height: 70px;max-width: 200px;}
.zek_header_search{width: 350px;}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{line-height: 34px;}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{height: 38px;width: 38px;}
.zek_header_nav a{padding: 5px;}
.zek_header_nav a span{display: none;}
.zek_header_nav a img{height: 26px;}
.zek_header_nav a .cart-counter{top: -5px;left: 23px;font-size: 10px;}
.zek_header_menu .menu > li{padding-right: 10px;}
.zek_footer_main{padding: 30px 0 20px;}
.zek_footer_main .widget{width: 50%;padding-bottom: 10px;}
.zek_footer_form .form{margin-right: auto;}
.zek_footer_form .title{justify-content: center;}
.zek_footer_form .text{text-align: center;}
.zek_footer_main .social a img{height: 20px;}
.zek_about_sec1 .zek_block{padding: 50px 30px;}
.zek_about_sec1 .zek_block .inner{width: 100%;}
.zek_about_sec1{padding: 30px 0;}
.zek_about_sec1 .zek_block .inner .title{font-size: 18px;}
.zek_about_sec1 .zek_block .inner .sub_title{font-size: 32px;}
.zek_about_sec2{padding: 30px 0;}
.zek_about_sec2 .quote{font-size: 18px;padding: 0 10%;margin-bottom: 20px;}
.zek_about_sec2 .item .capt{padding: 0 10%;}
.zek_about_sec2 .item .text{padding: 0 10%;}
.zek_home_sec8{padding: 30px 0;}
.zek_home_title{font-size: 28px;margin-bottom: 25px;}
.zek_home_sec8 .tab-title button{padding: 10px;}
.zek_home_sec8 .tab-content{margin-top: 30px;}
.zek_home_sec8 .zek_cta{margin-top: 30px;}
.zek_home_sec8 .tab-content .inner_left .name{font-size: 26px;margin-bottom: 15px;}
.zek_home_sec8 .tab-content .inner_right .logo img{max-height: 50px;}
.zek_home_sec8 .tab-content .inner_right .zek_cta{margin-top: 20px;}
.zek_home_sec8 .zek_data{margin-top: 30px;padding: 30px;}
#zek_page_default{padding: 30px 0;}
.zek_list_service .item .info .name{font-size: 16px;}
.zek_page_banner .title{font-size: 28px;}
.zek_item_news .name{font-size: 18px;}
.off_mobile{display: none;}
.zek_home_banner .item .inner .box{padding: 40px;width: 100%;}
.zek_home_banner .item .inner .box .title{font-size: 30px;}
.zek_home_banner .item .inner .box .zek_cta{margin-top: 25px;}
.zek_home_sec1 .item{padding: 20px 10px;}
.swiper-button-next::after, .swiper-button-prev::after{font-size: 20px;}
.zek_home_sec1 .item .info{padding-left: 0;}
.zek_home_sec1 .item .img{margin-right: 10px;width: calc(50% - 10px);}
.zek_home_sec1 .item .info .name{font-size: 18px;}
.zek_home_sec1 .item .info .sub{font-size: 13px;}
.zek_home_sec1 .item .info .text{font-size: 12px;}
.zek_home_sec1 .item .info .link{font-size: 11px;}
.zek_home_sec2 .item img{max-height: 120px;}
.zek_home_sec3 .item img{max-height: 110px;}
.zek_home_sec3 .item span{font-size: 14px;}
.zek_home_sec4{padding: 30px 0;}
.zek_home_sec5 .zek_block{padding: 30px;}
.zek_home_sec5 .zek_block .inner{width: 100%;}
.zek_home_sec5 .zek_block .button{width: 100%;padding-top: 15px;}
.zek_home_sec5 .zek_block .inner .title{font-size: 28px;margin-bottom: 15px;}
.zek_home_sec5 .zek_block .inner .text{font-size: 16px;}
.zek_home_sec5 .zek_block .button a{padding: 0 20px;}
.zek_home_sec4 .zek_cta{margin-top: 30px;}

}
@media(max-width:767px) {
.zek_touch_menu{display: block;width: 50px;height: 30px;order: 1;margin-right: 55px;background-image: url(images/menu.png);background-size: 24px;background-repeat: no-repeat;background-position: center;cursor: pointer;}
.zek_header_logo{order: 2;}
.zek_header_search{order: 4;width: 100%;margin-top: 10px;}
.zek_header_nav{order: 3;width: 105px;}
.zek_header_nav .hotline{margin-left: 0;}
.zek_header_menu{display: none;}
#zek_menu_mobile .title{display: block;padding: 24px;background-color: #334885;text-transform: uppercase;font-weight: bold;font-size: 20px;}
#zek_menu_mobile .title span{display: block;height: 48px;line-height: 48px;background-color: #fff;color: #334885; border-radius: 4px;padding: 0 20px;}
#zek_menu_mobile{display:block; width: 300px;height: 100%; background-color: #fff;-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: 20px;
margin: 0;overflow-y: auto;max-height: calc(100vh - 100px);}
#zek_menu_mobile .menu li{position: relative;margin-left: 0;}
#zek_menu_mobile .menu li>a{display: flex;font-weight: 600;
padding: 8px 0 !important;color: #334885;text-transform: uppercase;}
#zek_menu_mobile .menu>li ul{display: none;padding-left: 15px;}
#zek_menu_mobile .menu li>i{position: absolute;right: 0;top: 0;width: 27px;height: 37px;z-index: 2;cursor: pointer;font-size: 16px;}
#zek_menu_mobile .menu li>i:after{content: "+";width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: flex;align-items: center;justify-content: center;font-style: normal;}
#zek_menu_mobile .menu li>i.icon_up:after{content: "-";}
#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_footer_main .zek_widget_title{font-size: 18px;margin-bottom: 10px;}
.zek_page_banner{height: 180px;}
.zek_page_banner .title{font-size: 24px;}
.zek_about_sec1 .zek_block{padding: 40px 20px;}
.zek_about_sec1 .zek_block .inner .title{font-size: 16px;}
.zek_about_sec1 .zek_block .inner .sub_title{font-size: 26px;}
.zek_about_sec1 .zek_block .inner .text{margin-top: 10px;}
.zek_about_sec2 .quote{font-size: 16px;padding: 0;}
.zek_about_sec2 .video{margin: 30px auto;}
.zek_home_title{font-size: 26px;margin-bottom: 20px;}
.zek_home_sec8 .tab-content .inner_left .name{font-size: 22px;}
.zek_home_sec8 .tab-content .inner_left{width: 100%;}
.zek_home_sec8 .tab-content .inner_right{width: 100%;}
.zek_home_sec8 .zek_data .item .number{font-size: 30px;}
.zek_list_service .item{width: 50%;}
.zek_item_pro{border: 1px solid #ccc !important;width: 50% !important;}
.option2 .zek_item_pro{flex-direction: column;justify-content: space-between;}
.option2 .zek_item_pro .box_info{width: 100%;flex: 1;display: block;}
.option2 .zek_item_pro .box_info .img{width: 100%;margin-bottom: 10px;}
.option2 .zek_item_pro .box_info .info{width: 100%;padding: 0;}
.option2 .zek_item_pro .box_cart{width: 100%;}
.actions_taxonomy{display: none;}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{margin-bottom: 10px;}
.zek_home_banner .item .inner .box{padding: 40px 0;}
.zek_home_banner .item .inner .box .title{font-size: 26px;}
.zek_home_sec4 .col-item{width: 50%;}

/* 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;}


}
@media(max-width:575px) {
.zek_about_sec1{padding: 20px 0 30px;}
.zek_about_sec2 .item .capt{font-size: 18px;}
.zek_home_sec8 .tab-content{margin-top: 20px;}
.zek_home_sec8 .zek_data{padding: 20px;}
.zek_home_sec8 .zek_data .item .number{font-size: 26px;}
.zek_list_product .zek_item_category{padding: 10px;}
.zek_home_sec1 .swiper-button-next{right: -10px;}
.zek_home_sec1 .swiper-button-prev{left: -10px;}
.zek_home_sec2 .swiper-button-prev{left: -10px;}
.zek_home_sec2 .swiper-button-next{right: -10px;}
.zek_home_sec3 .swiper-button-prev{left: -10px;}
.zek_home_sec3 .swiper-button-next{right: -10px;}
.zek_item_news .img{height: 200px;}

}
@media(max-width:428px) {
.zek_header_nav{width: 95px;}
.zek_header_nav a img{height: 22px;}
.zek_header_nav a .cart-counter{width: 14px;height: 14px;font-size: 9px;left: 19px;}
.zek_touch_menu{margin-right: 20px;}
.zek_item_news .img{height: 180px;}
.zek_list_product .zek_item_category{padding: 10px;width: 100%;}
.zek_item_pro{width: 100% !important;}
.woo-variation-product-gallery{width: 100%;}
.zek_home_sec4 .col-item{width: 100%;}
.zek_footer_main .widget{width: 100%;}

}