/*
Theme name: ESCO
Description: Custom Theme
*/

/******* ESCO WordPress CSS *******/

/* Common elements styling */
.post .entry h1 { font-size: 20px; line-height: 30px}
.post .entry h2 { font-size: 18px; line-height: 27px}
.post .entry h3 { font-size: 16px; line-height: 24px}
.post .entry h4 { font-size: 14px; line-height: 21px}
.post .entry h5 { font-size: 12px; line-height: 18px}
.post .entry h6 { font-size: 10px; line-height: 15px}

.post .entry ul { margin-left: 25px; }
.post .entry ol { margin-left: 25px; }
.post .entry a img { border: 0 }

p img { padding: 0;	max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { margin: 2px 0 2px 7px; display: inline; }
img.alignleft { margin: 2px 7px 2px 0; display: inline; }
.alignright { float: right; display: inline; }
.alignleft { float: left; display: inline; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Calendar widget */
#wp-calendar { empty-cells: show; margin: 10px auto 0; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
.wp-caption { border: 1px solid #ddd; text-align: center; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}

/* Big images in rich text editor should not break page layout */
.post .entry { overflow: hidden; }

/******* /ESCO WordPress CSS *******/

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { min-height: 100%; height: auto; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; }

body { font-smoothing: antialiased; }

img { border: 0; vertical-align: middle; }
strong { font-weight: bold; }
small { font-size: 80%; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; font-smoothing: antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { font-size: 18px; color: #313131; font-family: 'Roboto', sans-serif; line-height: 1.5; font-weight: 300; }

ol,
ul { list-style-type: none; }

a,
a:hover { text-decoration: none; }

.otw-sc-box {
	line-height: 14px;
}


/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

.alignnone,
.alignleft,
.alignright,
.aligncenter { margin: 5px 15px 10px; }
.alignleft { margin-left: 0; }
.alignright { margin-right: 0; }
.alignnone { display: block; margin-left: 0; margin-right: 0; }
.aligncenter { margin-left: auto; margin-right: auto; display: block!important}

.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }

.wp-caption { position: relative; }
.wp-caption img { width: 100%; }
.wp-caption-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 5px 10px; background: rgba(0, 0, 0, 0.5); color: #fff; }

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }

/* Clear */
.woocommerce div.product .woocommerce-tabs .panel .article:after,
.slide-wrapper:after,
.bar:after,
.shell:after,
.section-product .article .article-body:after,
.tabs-nav:after,
.section-member .article:after,
.section .section-body:after,
.products:after,
.updates:after,
.features:after,
.slider .slide:after,
.nav-secondary > ul:after,
.header:after { content: ''; line-height: 0; display: table; clear: both; }
.supsystic-tables-wrap>a{display:none}

/* Notext */
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1380px; margin: 0 auto; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { text-align: right; left: 0; right: 0; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.header .shell { border-bottom: 1px solid #8f8f8f; padding: 39px 0 28px 0; }

.fixed .header { background: rgba(0, 0, 0,.4); }

.header-wrapper { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 100; }
.admin-bar .header-wrapper { padding-top: 32px; }

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro { padding: 88px 0; color: #fff; text-align: center; }

.intro .intro-title { font-size: 64px; font-weight: 900; text-transform: uppercase; position: relative; line-height: 1; padding-bottom: 20px; }
.intro .intro-title:after { content: ''; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); height: 1px; width: 103px; background: #fff; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { background: #313131; text-align: center; padding: 17px 0; }

.footer-nav { font-size: 13px; line-height: 1; position: relative; top: -4px; font-weight: 400; }

.footer-nav > ul > li,
.footer-nav { display: inline-block; }

.footer-nav > ul > li { vertical-align: top; }

.footer-nav > ul > li > a { display: inline-block; padding: 0 5px; color: #707070; position: relative; }
.footer-nav > ul > li > a:hover { color: #fff; }
.footer-nav > ul > li > a:after { content: ''; position: absolute; right: -2px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); bottom: 0; height: 79%; width: 1px; background: #707070; }

.footer-nav > ul > li:last-child > a:after { display: none; }

.footer-logo { background: url(../png/logo_footer_2025.png) 0 0 no-repeat; width: 133px; height: 39px; float: left;background-size: 133px 39px; }
.footer-logo-secondary { background: url(../png/footer-logo-secondary.png) 0 0 no-repeat; width: 205px; height: 13px; float: right; background-size: 205px 13px; margin-top: 14px; }

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content { float: right; width: 63.3%; }

.content { padding: 30px 0 20px 0; }

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar { float: left; width: 30%; padding: 72px 0; ; }

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Animations
\* ------------------------------------------------------------ */

.logo,
.header .shell,
.nav,
.slider-products .slide,
.section-comments a,
.comment-respond .form-submit input,
.comments .comment-reply a,
.widgets .widget a,
.widget_categories .dk-selected:before,
.article-single p a,
.file-upload-btn,
.woocommerce form input[type="submit"],
.woocommerce .main ul.products li.product .button,
.section-member .article-secondary .article-body > ul > li > a,
.widget_category .sub-menu > li > a,
.breadcrumbs a,
.woocommerce nav.woocommerce-breadcrumb a,
.footer-nav > ul > li > a,
.btn,
.nav > ul > li > a,
.back-to-top,
.socials > ul > li > a { transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }

/* ------------------------------------------------------------ *\
	Fullscreen images
\* ------------------------------------------------------------ */

.fullscreen-image { display: none; }
.fullscreen-image-container { -webkit-background-size: cover; background-size: cover; background-position: center center; }

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container { transition: all .1s ease; -moz-transition: all .1s ease; -webkit-transition: all .1s ease; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { background: url(../png/logo.png) 0 0 no-repeat; width: 370px; height: 108px; float: left; background-size: 370px 108px; }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { font-size: 16px; text-transform: uppercase; font-weight: 500; margin-top: 92px; }

.nav > ul > li,
.nav { display: inline-block; }

.nav > ul > li { margin-right: 42px; }
.nav > ul > li:last-child { margin-right: 0; }
.nav > ul > li > a { color: #fff; }

.nav > ul > li > a:hover { color: #ffd100; }

.nav > ul + ul { display: none; padding-top: 0; }
.nav > ul + ul > li { margin-right: 0; }
.nav > ul + ul > li > a { color: #fff; padding: 12px 9px; }

.nav > ul > li.menu-item-has-children { position: relative; }
.nav > ul > li.menu-item-has-children > ul.sub-menu { position: absolute; display: none; background-color: #131514; text-align: left; }
.nav > ul > li.menu-item-has-children:hover > ul.sub-menu { display: block; }
.nav > ul > li.menu-item-has-children > ul.sub-menu > li { padding: 5px 15px; }
.nav > ul > li.menu-item-has-children > ul.sub-menu > li > a { color: #fff; white-space: nowrap; }
.nav > ul > li.menu-item-has-children > ul.sub-menu > li > a:hover { color: #ffd100; }

/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */

.bar > .yith-ajaxsearchform-container,
.search-wrapper { width: 50%; float: left; position: relative; padding-right: 89px; font-size: 20px; }

.woocommerce .bar > .yith-ajaxsearchform-container form input[type="submit"]:hover { background: url(../jpg/ico-search.jpg) 0 0 no-repeat; }

.woocommerce .bar > .yith-ajaxsearchform-container > form { border: 0; }

.page-template-distributor-portal .bar > .yith-ajaxsearchform-container form { max-width: 100%; }

#yith-ajaxsearchform select,
#yith-ajaxsearchform input[type=search] { margin-bottom: 0; }

#yith-ajaxsearchform .search-navigation { display: block; }

.bar > .yith-ajaxsearchform-container label { display: none; }

.bar > .yith-ajaxsearchform-container label + input,
.search-wrapper input { width: 100%; border-radius: 0; -webkit-appearance: none; border: 0; padding: 20px 9px 21px 51px; display: inline-block; height: 66px; }

.bar > .yith-ajaxsearchform-container input::-webkit-input-placeholder,
.search-wrapper input::-webkit-input-placeholder { color: #838383; text-transform: uppercase; }
.bar > .yith-ajaxsearchform-container input:-moz-placeholder,
.search-wrapper input:-moz-placeholder { color: #838383; text-transform: uppercase; }
.bar > .yith-ajaxsearchform-container input::-moz-placeholder,
.search-wrapper input::-moz-placeholder { color: #838383; text-transform: uppercase; }
.bar > .yith-ajaxsearchform-container input:-ms-input-placeholder,
.search-wrapper input:-ms-input-placeholder { color: #838383; text-transform: uppercase; }

.bar > .yith-ajaxsearchform-container input[type="submit"],
.search-wrapper .search-btn { background: url(../jpg/ico-search.jpg) center no-repeat; width: 89px; height: 66px; position: absolute; right: 0; top: 0; font-size: 0; line-height: 0; text-indent: -4004px; padding: 0; border: 0 ; border-radius: 0; }

.bar > .yith-ajaxsearchform-container input[type="search"]::-webkit-search-decoration,
.search-wrapper input[type="search"]::-webkit-search-decoration,
.bar > .yith-ajaxsearchform-container input[type="search"]::-webkit-search-cancel-button,
.search-wrapper input[type="search"]::-webkit-search-cancel-button,
.bar > .yith-ajaxsearchform-container input[type="search"]::-webkit-search-results-button,
.search-wrapper input[type="search"]::-webkit-search-results-button,
.bar > .yith-ajaxsearchform-container input[type="search"]::-webkit-search-results-decoration,
.search-wrapper input[type="search"]::-webkit-search-results-decoration { display: none; }

.autocomplete-suggestion img { height: auto; }

/* ------------------------------------------------------------ *\
	Nav Secondary
\* ------------------------------------------------------------ */

.nav-secondary { font-size: 14px; text-align: center; text-transform: uppercase; width: 32%; float: left; }

.nav-secondary > ul > li { float: left; width: 50%; height: 66px; }
.nav-secondary > ul > li > a { display: inline-block; width: 100%; color: #fff; padding: 19px 9px; height: 66px; }

.nav > ul > li.btn-lightgray > a,
.nav-secondary > ul > li.btn-lightgray > a { background: #909090; }

.nav > ul > li.btn-gray > a,
.nav-secondary > ul > li.btn-gray > a { background: #606060; }

.nav > ul > li.btn-darkgray > a,
.nav-secondary > ul > li.btn-darkgray > a { background: #2b2b2b; }

.fixed .logo { width: 195px; height: 56px; background-size: 195px 56px; }
.fixed .header .shell { padding: 10px 0; }
.fixed .nav { margin-top: 15px; }

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider { height: 100%; color: #fff; line-height: 1.6; padding: 30px 0; font-size: 30px; position: relative; }

.slider .slider-clip { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 0; }

.slider .slide .slide-content { width: 49%; float: left; }
.slider .slide p { padding-bottom: 42px; }

.slider .slide .slide-title { text-transform: uppercase; font-weight: 900; line-height: 1; position: relative; padding-bottom: 21px; text-transform: uppercase; margin-bottom: 16px; font-size: 65px; }
.slider .slide .slide-title:after { content: ''; position: absolute; left: 0; bottom: 0; width: 105px; height: 1px; background: #fff; }

.slider .slide .slide-image { width: 36.4%; float: right; }
.slider .slide .slide-image img { width: 100%; height: auto; }

.slider-logos .slick-dots,
.slider .slick-dots { text-align: center; }

.slider-logos .slick-dots > li,
.slider .slick-dots > li { display: inline-block; margin: 0 5px; }

.slider-logos .slick-dots > li > button,
.slider .slick-dots > li > button { background: url(../png/ico-dot.png) 0 0 no-repeat; width: 18px; height: 16px; font-size: 0; line-height: 0; text-indent: -4004px; border: 0; }

.slider-logos .slick-dots > li.slick-active > button,
.slider .slick-dots > li.slick-active > button { background: url(../png/ico-dot-secondary.png) 0 0 no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%; }

.slider .slide .slide-background img { display: none; }

/* ------------------------------------------------------------ *\
	Slider Logos
\* ------------------------------------------------------------ */

.slider-logos .slide img { margin: 0 auto;
	-webkit-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	     -o-transform: scale(0.9);
	        transform: scale(0.9);
}
.slider-logos .slide { -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.slider-logos .slide:hover { -webkit-filter: grayscale(0); filter: grayscale(0); }

/* ------------------------------------------------------------ *\
	Btn
\* ------------------------------------------------------------ */

.bar > .yith-ajaxsearchform-container label > input
.woocommerce .main ul.products li.product .button,
.btn { display: inline-block; background: #ffd100; font-size: 21px; color: #fff; text-transform: uppercase; font-weight: 700; padding: 26px 50px; line-height: 1; border: 1px solid #ffd100; }

.file-upload-btn:hover,
.woocommerce form input[type="submit"]:hover,
.woocommerce .main ul.products li.product .button:hover,
.btn:hover { background: #fff; color: #ffd100; }

/*.woocommerce form input[type="submit"],*/
.woocommerce .main ul.products li.product .button,
.btn-secondary { width: 100%; font-size: 20px; }

.btn-teritary { background: #6e6e6e; border: 1px solid #6e6e6e; }
.btn-teritary:hover { color: #6e6e6e; }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section { padding: 80px 0; }
.section-products .page-title,
.section .section-title { font-size: 65px; font-weight: 700; line-height: 1; margin-bottom: 67px; text-transform: uppercase; text-align: center; }

.section .section-aside { width: 21.4%; float: left; }
.section .section-content { width: 71.4%; float: right; }

.section .section-actions { margin-top: 47px; }

/* ------------------------------------------------------------ *\
	Section Features
\* ------------------------------------------------------------ */

.section-features { padding: 100px 0 1px 0; }

/* ------------------------------------------------------------ *\
	Products
\* ------------------------------------------------------------ */

.slider-products,
.products { text-align: center; font-size: 18px; line-height: 1.33; }

.products { padding: 45px 0; }

.product { display: inline-block; vertical-align: top; position: relative; /* transition: top .3s ease; -moz-transition: top .3s ease; -webkit-transition: top .3s ease; */ top: 0; }

.slider-products .slide-title,
.product .product-title { text-transform: uppercase; font-size: 21px; font-weight: 700; margin-bottom: 9px; }

.slider-products .slide .slide-title a { color: #313131; }


.slider-products .slide:hover .slide-title,
.slider-products .slide:hover .slide-title a,
.product .product-title a { color: #c92037; }

.slider-products .slide-image,
.product .product-image { border-radius: 50%; overflow: hidden; margin-bottom: 36px; display: inline-block; position: relative; }

.slider-products .slide-image img {
	-webkit-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	     -o-transform: scale(0.9);
	        transform: scale(0.9);
}

.slider-products .slide-image:before,
.slider-products .slide-image:after,
.product .product-image:after,
.product .product-image:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 50%; overflow: hidden; opacity: 0; }

.slider-products .slide-image:after,
.product .product-image:after { border: 4px solid #c92037; }
.slider-products .slide-image:before,
.product .product-image:before { border: 9px solid #fff; }

.slider-products .slide-image a { position: absolute; top: 0; left: 0; z-index: 1; display: block; width: 100%; height: 100%; }

.slider-products .slide:hover .slide-image:before,
.slider-products .slide:hover .slide-image:after,
.product:hover .product-image:after,
.product:hover .product-image:before { opacity: 1; }

.slider-products .slide-inner,
.product .product-wrapper { max-height: 0; overflow: auto; position: absolute; top: 100%; left: 0; right: 0; }

.slider-products .slide:hover .slide-inner,
.product:hover .product-wrapper { max-height: 200px; }

.slider-products .slide:hover .slide-inner { max-height: 165px; }

.slider-products .slide:hover,
/* .product:hover { top: -88px; } */

/* ------------------------------------------------------------ *\
	Slider Products
\* ------------------------------------------------------------ */

.slider-products .slide { padding: 160px 0 44px 0; }
.slider-products .slide { position: relative; top: 0; }

.slider-products .slick-arrow { position: absolute; top: 50%; z-index: 1; display: block; width: 30px; height: 30px; padding: 2px; border: 2px solid #c92037; border-radius: 50%; margin-top: -10px; background: #c92037; font-size: 0; line-height: 0; color: #fff; box-shadow: inset 0 0 0 2px #fff; }

.slider-products .slick-prev:before,
.slider-products .slick-next:after { content: ''; position: absolute; top: 50%; width: 8px; height: 8px; border-width: 0 0 2px 2px; border-style: solid; border-color: #fff; margin-top: -5px;
	-webkit-transform: skew(-10deg, -10deg);
	   -moz-transform: skew(-10deg, -10deg);
	    -ms-transform: skew(-10deg, -10deg);
	     -o-transform: skew(-10deg, -10deg);
	        transform: skew(-10deg, -10deg);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
         -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}

.slider-products .slick-prev { left: 0; }
.slider-products .slick-prev:before {
	left: 50%; margin-left: -3px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.slider-products .slick-next { right: 0; }
.slider-products .slick-next:after {
	right: 50%; margin-right: -3px;
	-webkit-transform: rotate(-135deg);
	   -moz-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	     -o-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

.slider-products .slide-content { position: relative; }

/* ------------------------------------------------------------ *\
	Section Slider
\* ------------------------------------------------------------ */

.section-slider .section-title { margin-bottom: 0; }
.section-slider { padding: 120px 0 45px 0; }

/* ------------------------------------------------------------ *\
	Section Primary
\* ------------------------------------------------------------ */

.section-primary { color: #fff; text-align: center; font-size: 27px; padding: 110px 0; line-height: 1.6; }
.section-primary .section-title { margin-bottom: 52px; }

/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */

.features { font-size: 18px; line-height: 1.5; color: #fff; text-align: center; }

.feature { float: left; width: 29.03%; -webkit-background-size: cover; background-size: cover; background-position: center center; margin: 0 88px 88px 0; height: 301px; position: relative; }
.feature:nth-child(3n+3) { margin-right: 0; }

.feature a { color: #fff; display: inline-block; width: 100%; height: 100%; }

.feature .feature-title { font-size: 27px; font-weight: 700; line-height: 1; position: relative; text-align: left; padding: 21px 19px; }
.feature .feature-wrapper:after { content: ''; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); background: url(../png/ico-arrow-right.png) 0 0 no-repeat; width: 31px; height: 30px; margin-right: 20px; }
.feature .feature-wrapper { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(197,32,47,.8); top: auto; transition: top .3s ease; -moz-transition: top .3s ease; -webkit-transition: top .3s ease; top: 77%; }

.feature:hover .feature-title { text-align: center; font-size: 23px; }
.feature:hover .feature-ovarlay { max-height: 100%; }
.feature:hover .feature-wrapper { top: 0; padding: 20px 28px; }
.feature:hover a { padding-bottom: 8px; }

.feature .feature-ovarlay { max-height: 0; overflow: hidden; padding: 0 16px; }
.feature:hover .feature-wrapper:after { margin-right: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); top: auto; bottom: 17px; }

.feature img { display: none; }

/* ------------------------------------------------------------ *\
	Section Updates
\* ------------------------------------------------------------ */

.section-updates { padding: 55px 0; }

.section-updates .section-row { border-bottom: 1px solid #fff; }
.section-updates .section-row:last-child { border-bottom: 0; }

/* ------------------------------------------------------------ *\
	Updates
\* ------------------------------------------------------------ */

.updates { font-size: 21px; color: #fff; line-height: 1.5; }

.update { width: 50%; float: left; border-right: 1px solid #fff; padding: 61px 89px 81px 122px; position: relative; }
.update:last-child { border-right: 0; }

.update + .update { padding-left: 256px; padding-right: 5px; margin-top: -1px; }
.update + .update .update-meta-outer { margin-left: 110px; }

.update a { font-weight: 700; color: #c92037; }

.update .update-title { font-weight: 300; }
.update .update-meta-outer { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 0; border-radius: 50%; overflow: hidden; background: #c92037; width: 92px; height: 92px; margin-top: -8px; }
.update .update-meta { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); text-transform: uppercase; text-align: center; line-height: 1.2; font-weight: 400; }

.update .update-meta span { display: block; position: relative; padding: 5px 0px 7px 0px; }
.update .update-meta span:first-child:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; width: 74%; background: #fff; margin: 0 auto; }

.update a { position: relative; display: inline-block; padding-right: 18px; }
.update a:after { content: ''; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); background: url(../png/ico-arrow-right-secondary.png) 0 0 no-repeat; width: 11px; height: 10px; right: 0; margin-top: 1px; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }

.update a:hover:after { right: -5px; }

/* ------------------------------------------------------------ *\
	Section Logos
\* ------------------------------------------------------------ */

.section-logos { padding: 0; }
.section-logos .section-title { font-size: 21px; color: #fff; margin-bottom: 22px; }

.section-logos .section-head { padding: 33px 0; }
.section-logos .section-body { padding: 72px 0; }

.section-logos .section-head { background: #c92037; text-align: center; }
.section-logos .section-body { background: #838383; }

/* ------------------------------------------------------------ *\
	List Logos
\* ------------------------------------------------------------ */

.list-logos { display: table; width: 100%; text-align: center; }
.list-logos > li { display: table-cell; }
.list-logos li img {
	-webkit-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	     -o-transform: scale(0.9);
	        transform: scale(0.9);
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials { bottom: 172px; padding-right: 10px; }

.back-to-top,
.socials > ul > li img {
	-webkit-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	     -o-transform: scale(0.9);
	        transform: scale(0.9);
}
.socials > ul > li { margin-bottom: 14px; }
.socials > ul > li:last-child { margin-bottom: 0; }

.back-to-top,
.socials > ul > li > a { opacity: .4; }

.back-to-top:hover,
.socials > ul > li > a:hover{ opacity: 1; }

.socials,
.back-to-top { position: fixed; right: 0; z-index: 33; }


/* ------------------------------------------------------------ *\
	Back to top
\* ------------------------------------------------------------ */

.back-to-top { background: url(../png/back_to_top.png) 0 0 no-repeat; width: 50px; height: 50px; display: inline-block; bottom: 108px; margin-right: 10px; }

/* ------------------------------------------------------------ *\
	Bar secondary
\* ------------------------------------------------------------ */

.bar-secondary { background: #e1e1e1; }

/* ------------------------------------------------------------ *\
	Google Translate
\* ------------------------------------------------------------ */

.admin-bar .goog-te-gadget-simple { top: 32px; }
.goog-te-gadget-simple { width: 18%; position: absolute; top: 0; right: 0; border: 0 !important; padding: 0 !important; text-align: center; }

.goog-te-gadget-simple .goog-te-menu-value { display: inline-block; width: 100%; margin: 0; font-size: 14px; padding: 19px 9px; border: 0; background: #2b2b2b; color: #fff; height: 66px; }
.goog-te-gadget-simple .goog-te-menu-value { color: #fff !important; }

.goog-te-gadget-simple .goog-te-menu-value span { border: 0 !important; position: relative; padding-right: 15px; }
.goog-te-gadget-simple .goog-te-menu-value span:nth-child(1):after { content: ''; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); background: url(../png/ico-arrow-down.png) 0 0 no-repeat; width: 19px; height: 20px; right: -15px; }
.goog-te-gadget-simple .goog-te-menu-value span:last-child { display: none; }
.goog-te-gadget img { display: none; }

/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */

.breadcrumbs,
.woocommerce nav.woocommerce-breadcrumb { font-size: 13px; font-weight: 500; font-style: italic; padding: 11px 0; margin: 0; }

.breadcrumbs span,
.woocommerce nav.woocommerce-breadcrumb span { margin: 0 4px; }

.breadcrumbs a,
.woocommerce nav.woocommerce-breadcrumb a { color: #7b7b7b; }

.breadcrumbs a:hover,
.woocommerce nav.woocommerce-breadcrumb a:hover { color: #ffd100; }

/* ------------------------------------------------------------ *\
	Section Products
\* ------------------------------------------------------------ */

.section-products { padding-top: 83px; padding-bottom: 46px; }

.section-products .section-head { padding-bottom: 80px; }

.section-products .page-title,
.section-products .section-title { font-size: 50px; line-height: 1; margin-bottom: 5px; font-weight: 400; text-align: left; }

/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */

.widget.widget_product_categories { font-size: 16px; border-top: 4px solid #313131; font-weight: 400; padding: 0; }

.widget.widget_product_categories ul > li { padding: 0; }

.widget.widget_product_categories ul > li > a { display: block; padding: 23px 50px 23px 25px; color: #313131; position: relative; border-bottom: 1px solid #313131; }
.widget_product_categories ul > li.cat-parent > a:after { content: "\f13a"; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 20px; width: 18px; height: 18px; padding: 2px; border-radius: 50%; background: #ffd100; font: normal normal normal 19px/1 FontAwesome; color: #fff; text-align: center; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.widget_product_categories .children { background: #f5f5f5; font-size: 14px; max-height: 0; overflow: hidden; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; line-height: 1; font-weight: 300; }

.widget_product_categories .children.active { max-height: 1000px; border-bottom: 1px solid #313131; }

.widget_product_categories .children > li > a { border-bottom: 0; padding: 18px 20px; }
.widget_product_categories .children > li > a:hover { color: #ffd100; }

.widget_product_categories .children > li > a { padding: 35px 28px; }

.widget_product_categories .children > li > a,
.widget_product_categories .children > li { border: 0 !important; }

.widget_product_categories .children > li > a:after { display: none; }

/* ------------------------------------------------------------ *\
	Woocommerce Pagination
\* ------------------------------------------------------------ */

.woocommerce nav.woocommerce-pagination ul li a { background: #ffd100; color: #fff; padding: 11px 12px; }

.woocommerce nav.woocommerce-pagination ul li span { }

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current { background: #313131; color: #fff; padding: 11px 12px; }

/* ------------------------------------------------------------ *\
	Section Products
\* ------------------------------------------------------------ */

.products-secondary { font-size: 17px; padding: 0; }

.woocommerce.archive .main ul.products li.product { float: none; margin: 0 118px 87px 0; width: 243px; display: inline-block; }
.woocommerce .main ul.products-secondary li.product:nth-child(3n+3) { margin-right: 0; }

.products-secondary .product:hover { top: 0; }

.products-secondary .product .product-title { color: #ffd100; line-height: 1.09; text-transform: none; }

.products-secondary .product .product-image { border-radius: 0; overflow: visible; border: 1px solid #434343; margin-bottom: 27px; width: 100%; }
.products-secondary .product .product-image img { width: 100%; height: auto; }
.products-secondary .product .product-actions { margin-top: 20px; }

.products-secondary .product .product-image:after,
.products-secondary .product .product-image:before { display: none; }

/* ------------------------------------------------------------ *\
	Section Member
\* ------------------------------------------------------------ */

.section-member .tabs-nav .current a { background: #ffd100; }

.woocommerce div.product .woocommerce-tabs .panel,
.section-member .tab { height: 0; opacity: 0; overflow: hidden; position: relative; top: -50px; transition: top .5s, opacity .8s; -moz-transition: top .5s, opacity .8s; -webkit-transition: top .5s, opacity .8s; }

.woocommerce div.product .woocommerce-tabs .panel.current,
.section-member .tab.current { height: 100%; top: 0; opacity: 1; }

.section-member .article { line-height: 1.91; }

.section-member .article .article-entry ul { padding: 14px 0 0 49px; }
.section-member .article .article-entry ul > li { position: relative; padding-left: 20px; margin-bottom: 19px; }

.section-member .article .article-entry ul > li:after { content: "\2022 "; position: absolute; top: 0px; left: 0px; color: #ffd100; }

.section-member .article .article-image { width: 35.7%; float: left; border: 1px solid #4c4c4c; }
.section-member .article .article-image img { width: 100%; height: auto; }

.section-member .article .article-content { width: 59%; float: right; }

.section-member .article .article-title { font-size: 55px; margin-bottom: 40px; text-transform: uppercase; font-weight: 400; line-height: 1; }
.section-member .article .article-title a { font-size: 20px; color: #ffd100; }
.section-member .article .article-tabs { clear: both; padding: 40px 0 0 0; }

.section-member .article .tabs-nav { font-size: 24px; text-transform: uppercase; text-align: center; font-weight: 700; }

.section-member .article .tabs-nav > li { width: 50%; float: left; background: #313131; border-right: 1px solid #fff; position: relative; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.section-member .article .tabs-nav > li.current:after { content: ''; position: absolute; bottom: -22px; left: 50%; margin-left: -11px; border-style: solid; border-width: 22px 22px 0 22px; border-color: #ffd100 transparent transparent transparent; margin: 0; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.section-member .article .tabs-nav > li > a { display: block; color: #fff; padding: 16px 0; }

.section-member .article .tabs-content { padding: 80px 0 0 0; }

.section-member .article-secondary { line-height: 1.91; }
.section-member .article-secondary h1 { font-size: 40px; margin-bottom: 10px; line-height: 1; font-weight: 400; }
.section-member .article-secondary .article-body { padding: 36px 0 0 0; }

.section-member .article-secondary .article-body > ul { font-weight: 500; text-align: center; line-height: 1; }

.section-member .article-secondary .article-body > ul > li { background: #f8f8f8; }
.section-member .article-secondary .article-body > ul > li:nth-child(even) { background: #f0f0f0; }

.section-member .article-secondary .article-body > ul > li > a { color: #313131; display: inline-block; padding: 20px 10px; }
.section-member .article-secondary .article-body > ul > li > a:hover { color: #ffd100; }

.section-member .form-controls { font-size: 24px; }

.file-upload { display: block; position: relative; overflow: hidden; margin-top: 51px; }
.file-upload-btn { width: 33%; float: right; background: #ffd100; text-align: center; color: #fff; font-weight: 700; padding: 12px 10px; border: 1px solid #ffd100; position: relative; height: 69px; text-transform: uppercase; }
.file-upload-input { opacity: 0; font-size: 0; position: absolute; bottom: 0; right: 0; cursor: pointer; top: 0; left: 0; width: 100%; }
.file-upload-names { width: 61%; float: left; border: 0; background: #f0f0f0; padding: 20px 30px; }

.file-upload-names::-webkit-input-placeholder { color: #313131; }
.file-upload-names:-moz-placeholder { color: #313131; }
.file-upload-names::-moz-placeholder { color: #313131; }
.file-upload-names:-ms-input-placeholder { color: #313131; }

.file-upload-input { filter: alpha(opacity=0); }

/* ------------------------------------------------------------ *\
	Section Product
\* ------------------------------------------------------------ */

.section-product .product { width: 100%; }
.section-product .product:hover { top: 0; }
.section-product .sku_wrapper { display: block; margin-bottom: 31px; }

.section-product { padding-top: 128px; }

.woocommerce div.product .product_title { margin-bottom: 7px; }

/* ------------------------------------------------------------ *\
	Section Single
\* ------------------------------------------------------------ */

.section-single { padding: 30px 0 80px 0; }

/* ------------------------------------------------------------ *\
	Article Single
\* ------------------------------------------------------------ */

.article-single { line-height: 1.5; width: 100%; top: 0; }
.article-single:hover { top: 0; }

.article-single p a { color: #ffd100; font-weight: 500; }
.article-single p + p { padding-top: 16px; }

.article-single p a:hover { color: #A05057; }
.article-single p:last-child { padding-bottom: 0; }

.article-single h1 { font-size: 50px; }
.article-single h2 { font-size: 45px; }
.article-single h3 { font-size: 36px; }
.article-single h4 { font-size: 32px; }
.article-single h5 { font-size: 27px; }
.article-single h6 { font-size: 23px; }

.article-single h1 { text-transform: uppercase; font-weight: 400; line-height: 1; margin-top: 20px; }
.article-single h2 { text-transform: uppercase; font-weight: 400; line-height: 1; margin-top: 20px; }
.article-single h3 { text-transform: uppercase; font-weight: 400; line-height: 1; margin-top: 20px; }
.article-single h4 { text-transform: uppercase; font-weight: 400; line-height: 1; margin-top: 20px; }
.article-single h5 { text-transform: uppercase; font-weight: 400; line-height: 1; margin-top: 20px; }
.article-single h6 { text-transform: uppercase; font-weight: 400; line-height: 1; }

.article-title a { color: #313131; }

/* ------------------------------------------------------------ *\
	Forms
\* ------------------------------------------------------------ */

.gform_wrapper form {
	text-align: left;
	max-width: 100%;
	margin: 0 auto;
	background: #eee;
	padding: 40px;
	margin: -16px 0;
}

.gform_wrapper {
	margin: 0;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 10px; }

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] { font-size: 20px; background: #ffd100; border: 1px solid #ffd100; color: #fff; text-transform: uppercase; padding: 20px 10px; border-radius: 0; -webkit-appearance: none; border-radius: 0; border: none; min-width: 200px; font-weight: 600; text-transform: uppercase; }


/* Woocommerce */
.woocommerce div.product .product_title { font-size: 50px; text-transform: uppercase; font-weight: 400; line-height: 1; }

.woocommerce div.product .model { margin-bottom: 42px; }

.woocommerce div.product .description ul { padding: 28px 0 42px 0; }
.woocommerce div.product .description ul li { padding-left: 12px; position: relative; margin-bottom: 28px; }
.woocommerce div.product .description ul li:last-child { margin-bottom: 0; }
.woocommerce div.product .description ul li:before { content: "• "; color: #313131; position: absolute; top: 0px; left: 0px; }

.woocommerce div.product .product_actions { text-align: center; padding: 30px 0 43px 0; }
.woocommerce div.product .product_actions > ul > li { margin-bottom: 36px; }
.woocommerce div.product .product_actions > ul > li:last-child { margin-bottom: 0; }
.woocommerce div.product .product_actions > ul > li > a { width: 100%; }
.woocommerce div.product .product_actions > ul > li:before { content: ''; }

.woocommerce-page div.product div.thumbnails a { clear: none !important; }
.woocommerce-page div.product div.thumbnails a:last-child { margin-right: 0 !important; }

.woocommerce-page div.product div.images { width: 589px; float: right; margin-top: 4px; }
.woocommerce-page div.product div.images .product_actions { display: none; padding: 67px 0 23px 0; }
.woocommerce-page div.product .entry-summary div.images { float: none; width: auto; display: none; }

.woocommerce-page div.product div.images a { display: block; border: 1px solid #484848; }
.woocommerce-page div.product div.summary { width: 50%; float: left; }

.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 50px; }

.model { display: block; }

.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; width: 100%; text-align: center; text-transform: uppercase; color: #fff; overflow: visible; margin-bottom: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before { display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:after { border: 0; right: 0; box-shadow: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li { float: left; width: 25%; padding: 0; border: 0; border-right: 4px solid #fff; background: #313131; margin: 0; border-radius: 0; position: relative; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after { box-shadow: none; border-radius: 0; height: 0; width: 0px; right: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child { border-right: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a { display: block; color: #fff; padding: 19px 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover { color: #fff; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: #ffd100; }

.woocommerce div.product .woocommerce-tabs { border: 1px solid #313131; border-width: 0 1px 1px 1px; }

.woocommerce div.product .woocommerce-tabs .panel { margin-bottom: 0; padding: 0; }
.woocommerce div.product .woocommerce-tabs .panel .article { padding: 95px 60px; }
.woocommerce div.product .woocommerce-tabs .panel .article h1 { font-size: 40px; font-weight: 400; line-height: 1; margin-bottom: 9px; }
.woocommerce div.product .woocommerce-tabs .panel .article p { padding-bottom: 71px; }

.related.products { padding: 96px 0 0 0; }
.related.products h2 { font-size: 40px; font-weight: 400; line-height: 1; margin-bottom: 92px; text-align: left; text-transform: uppercase; }

.woocommerce .related.products ul.products li.product { margin-bottom: 8px; }

.woocommerce ul.products { margin: 0; font-size: 17px; font-weight: 400; }
.woocommerce ul.products li a { display: block; }

.woocommerce ul.products li.product h3 { font-size: 20px; color: #ffd100; font-weight: 700; margin-bottom: -3px; min-height: 64px; }

.woocommerce .related ul.products li.product h3 { margin-bottom: 0; padding: 13px 0; }
.woocommerce div.related.products .model { margin-bottom: 56px; }

.woocommerce ul.products li.product a { color: #787d83; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product { margin: 0 9% 2.992em 0; width: 24.333333%; }

.woocommerce ul.products li.product .button { margin-top: 34px; }

.woocommerce ul.products li.product:last-child,
.woocommerce-page ul.products li.product:last-child { margin-right: 0; }

.woocommerce ul.products li.product a img {
  border: 1px solid #434343;
  width: 250px;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.woocommerce ul.products li.product .button { font-size: 18px; background: #ffd100; border: 1px solid #ffd100; color: #fff; text-transform: uppercase; padding: 26px 9px; border-radius: 0; }

.woocommerce-page div.product div.images { display: flex; flex-direction: column; }
.woocommerce-page div.product div.images .flex-viewport { order: 1; }
.woocommerce-page div.product div.images .flex-control-thumbs { order: 3; }
.woocommerce-page div.product div.images .flex-control-thumbs li { border: 1px solid #484848; }
.woocommerce-page div.product div.images h3 { font-size: 22px; font-weight: 700; text-transform: uppercase; padding-bottom: 17px; line-height: 1; margin: 61px 0; border-bottom: 1px solid #313131; position: relative; order: 2; }
.woocommerce-page div.product div.images h3:after { content: ''; position: absolute; left: 0; bottom: 0; background: #ffd100; width: 86px; height: 9px; }

.woocommerce-page div.product div.thumbnails a { margin-right: 3.9%; }

.woocommerce div.product .woocommerce-tabs .panel { display: block !important; }

body.single-product .content { width: 100%; }
body.single-product .section-aside { display: none;  }

.woocommerce-page section.related ul.products li.product {
    margin: 0 2% 2.992em 2%;
    width: 21%;
}
.woocommerce-page section.related ul.products li.product:before { content : ''; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
}
.nocomments { display: none; }

/* magnific pop up */
.mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; }

.mfp-fade.mfp-wrap .mfp-content { -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }

.mfp-fade.mfp-wrap .mfp-content,
.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }

.mfp-iframe-scaler iframe { border: 10px solid #fff; }

.mfp-iframe-holder .mfp-close { width: 50px; height: 50px; text-align: center; padding: 0; background: #000; opacity: 1; border-radius: 50%; overflow: hidden; font-size: 45px; font-weight: 700; font-family: "Times New Roman", Georgia, Serif; top: -34px; right: -29px; }

/* ------------------------------------------------------------ *\
	SEction Product
\* ------------------------------------------------------------ */

.section-product .article { line-height: 1.91; }
.section-product .article .article-head { margin-bottom: 50px; }
.section-product .article .article-title { font-size: 40px; line-height: 1; text-transform: uppercase; font-weight: 400; margin-bottom: 10px; }

.section-product .article ul { text-align: center; line-height: 1; }
.section-product .article ul > li { margin-bottom: 40px; }
.section-product .article ul > li > a { color: #313131; border-bottom: 1px solid #313131; }
.section-product .article ul > li > a:hover { color: #ffd100; border-color: #ffd100; }
.section-product .article ul > li:last-child { margin-bottom: 0; }

.section-product .article .article-content { width: 46%; float: left; }

.section-product .article .article-image { width: 54%; float: right; }
.section-product .article .article-image img { max-width: 100%; height: auto; }

/* ------------------------------------------------------------ *\
	Videos
\* ------------------------------------------------------------ */

.videos { display: inline-block; font-size: 26px; font-weight: 700; padding: 6px 0; margin-bottom: -40px; }

.video { position: relative; display: inline-block; width: 380px; height: 200px; margin-right: 52px; -webkit-background-size: cover; background-size: cover; background-position: center center; }
.section-product .article ul.videos > li:last-child { margin-bottom: 40px; }

.videos.full-width { display: table; margin: 0 auto; }
.videos.full-width .video { width: 760px; height: 400px; margin-right: 0; }

.video:nth-child(3n) { margin-right: 0; }

.video .video-title { font-size: 26px !important; font-weight: 700 !important; color: #ffd100; margin-bottom: 39px; }

.video .video-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.video .video-wrapper > a:after { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); background: url(../png/ico-play.png) 0 0 no-repeat; width: 60px; height: 60px; }

.video .video-wrapper img { display: none !important; }
.video .video-wrapper > a { display: inline-block; width: 100%; height: 100%; background: rgba(0,0,0,.3); position: relative; }

/* ------------------------------------------------------------ *\
	List Letters
\* ------------------------------------------------------------ */

.wc-tab ol { counter-reset: listStyle; }

.wc-tab ol > li { counter-increment: listStyle; position: relative; text-align: left; padding-left: 54px; margin-bottom: 30px; padding-top: 4px; }
.wc-tab ol > li:last-child { margin-bottom: 0; }

.wc-tab ol > li:after,
.wc-tab ol > li:before { position: absolute; top: 0; left: 0; }

.wc-tab ol > li:before { content: counter(listStyle, decimal); color: #ffd100; font-weight: 700; font-size: 20px; left: 13px; z-index: 3; line-height: 38px; }

.wc-tab ol > li:after { content: ''; border: 3px solid #ffd100; padding: 5px; border-radius: 50%; width: 23px; height: 23px; }

/* ------------------------------------------------------------ *\
	Section Locations
\* ------------------------------------------------------------ */

.section-locations { padding: 162px 0 315px 0; background: url(../jpg/section-locations-background.jpg) 0 0 repeat; position: relative; text-align: center; overflow: hidden; }

.section-locations .location-wrapper { display: inline-block; position: relative; }

.section-locations img { max-width: 100%; height: auto; width: 100%; }

.section-locations .section-actions { position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); padding-bottom: 173px; }

.section-locations .search-locations { font-size: 20px; }

.select2-container--default .select2-selection--single { padding: 10px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { background: url(../png/ico-arrow-down-white.png) 0 0 no-repeat; width: 21px; height: 21px; z-index: 2; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 12px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b { display: none; }

.section-locations .select2-container .select2-selection--single { position: relative; }
.section-locations .select2-container .select2-selection--single:after { content: ''; position: absolute; top: 0; width: 47px; background: #ffd100; height: 100%; right: -1px; }

.section-locations .search-locations label { font-size: 20px; margin-right: 20px; }

.section-locations .select2-container--default .select2-selection--single { border: 2px solid #525252; text-align: left; }
.section-locations .select2-hidden-accessible { margin: 0 !important; }

.section-locations .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #000; }
.section-locations .select2-container .select2-selection--single { height: auto; }

.section-locations .select2-container { width: 402px !important; }

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected],
.section-locations .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: transparent !important; color: #000; }

.select2-container--default .select2-results__option--highlighted[aria-selected] { color: #ffd100; }
.select2-container--open .select2-dropdown--below { border-bottom: 4px solid #313131; border-width: 0 0 4px 0; }

.section-locations .select2-container--open .select2-dropdown--below { font-size: 15px; }
.select2-results__option { padding: 3px 25px; font-size: 15px; }

/* ------------------------------------------------------------ *\
	Locations
\* ------------------------------------------------------------ */

.location { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); opacity: 0; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; cursor: pointer; z-index: 3; }
.location.active,
.location:hover { opacity: 1; }

.location.active { z-index: 90; }

.location.africa { margin-left: 3.67777%; margin-top: 4.60001%; width: 22.55555%; }
.location.asia { margin-left: 22.89999%; margin-top: -1.89999%; width: 28.77777%; }
.location.europe { margin-top: -11.1%; margin-left: 19.92999%; width: 51.55555%; }
.location.canada { margin-top: -11.84999%; margin-left: -23.84999%; width: 32.55555%; }
.location.mexico { margin-left: -30.41444%; margin-top: -2.1%; width: 7.66666%; }
.location.oceania { margin-left: 38.46999%; margin-top: 8.07111%; width: 19.94555%; }
.location.south-america { width: 14.6%; margin-left: -20.69777%; margin-top: 8.58555%; }
.location.caribbean { width: 7.2%; margin-top: -0.33333%; margin-left: -22.67777%; }

.location.midwestern-united-states { width: 5.89444%; margin-left: -28.02222%; margin-top: -6.8488%; }
.location.western-united-states { width: 18.97999%; margin-left: -39.83889%; margin-top: -7.444444%; }
.location.southeastern-united-states { width: 7.65%; margin-left: -28.2%; margin-top: -3.95%; }
.location.eastern-united-states { width: 6.5%; margin-left: -23.9%; margin-top: -5.2%; }


.location.international { width: 100%; top: 0; left: 0; transform: translate(0,0); }

.location .article-outer { position: absolute; left: 100%; top: 0; max-height: 0; overflow: hidden; width: 478px; }
.location .article-outer-secondary { left: auto; right: 100%; }

.location.active .article-outer { max-height: 1000px; cursor: default; }

.location.international .article-outer-secondary { left: 40%; right: unset; top: 20%; }

.location .article { font-size: 14px; color: #707070; line-height: 2.14; background: #e1e1e1; border-top: 3px solid #313131; -moz-box-shadow: 0 3px 7px rgba(0,0,0,.35); -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.35); box-shadow: 0 3px 7px rgba(0,0,0,.35); padding: 12px 20px; text-align: left; position: relative; margin: 15px; }

.location .article .article-title { font-size: 20px; color: #707070; line-height: 1.4; font-weight: 700; margin-bottom: 30px; }

.location .article .article-image { width: 36%; float: left; border: 3px solid #b8b8b8; }
.location .article .article-image img { width: 100%; height: auto; }

.location .article .article-content { width: 64%; float: right; padding-left: 27px; }

.location .article .article-content ul > li { position: relative; padding-left: 31px; }
.location .article .article-content ul > li a { color: inherit; }
.location .article .article-content ul > li:last-child { margin-bottom: 0; }

.location .article .article-entry { border-top: 1px solid #cfcfcf; padding-top: 16px; clear: both; margin-top: 27px; display: inline-block; }

.location .article .article-actions { position: absolute; top: 20px; right: 10px; }
.location .article .article-actions a { display: inline-block; color: #fff; background: #000; width: 28px; height: 28px; text-align: center; border-radius: 50%; overflow: hidden; font-size: 14px; font-weight: 300; }

.location .phone:after { background: url(../png/ico-phone.png) 0 0 no-repeat; width: 17px; height: 17px; }
.location .email:after { background: url(../png/ico-email-small.png) 0 0 no-repeat; width: 17px; height: 17px; }
.location .address:after { background: url(../png/ico-pin.png) 0 0 no-repeat; width: 14px; height: 19px; }
.socials-linkedin:after { background: url(../png/ico-linkedin-small.png) 0 0 no-repeat; width: 15px; height: 14px; }

.location .phone:after,
.location .email:after,
.location .address:after,
.socials-linkedin:after { content: ''; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 0; }

/* ------------------------------------------------------------ *\
	Sample
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article-body p img { /* width: 240px; height: 206px; */ display: inline-block; }

.article-body .wp-caption-text { padding: 5px 10px; }

.article-body .wp-caption { width: 250px; }

.article-body .wp-caption img { width: 250px; }

.article-body blockquote { padding-left: 18.2px; border-left: 3px solid #5286B5; margin: 18.2px 0; font-style: italic; }
.article-body blockquote p:last-child { padding-bottom: 0; }

.article-body hr { border: 1px solid #787878; margin: 29.2px 0; }

/*
.article-body .article-entry ol { counter-reset: numbers; }
.article-body .article-entry ol li:before { counter-increment: numbers; content: counters(numbers,".") "."; margin-right: 2px; }
*/
.article-body .article-entry ol li ol { padding-left: 15px; padding-bottom: 0; }

.article .article-entry ul li { padding-left: 13px; position: relative; }

.article .article-entry ol li ol li,
.article .article-entry ul li ul li { padding-bottom: 0; }

.article .article-entry ul li:before,
.content .article-entry ul li:before {content: "\2022 "; color: #ffd100; position: absolute; top: 0; left: 0; }

.article-single .article-body ul,
.article-single .article-body ol { padding-bottom: 18.2px; margin-left: 25px; }

/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */

.gallery { position: relative; overflow: hidden; padding-bottom: 20px; }

.gallery .wp-caption-text { right: 10px; bottom: 10px; left: 10px; }

.gallery-item { float: left; position: relative; padding: 10px; }
.gallery-item img { width: 100%; }

.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33.33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16.67%; }
.gallery-columns-7 .gallery-item { width: 14.29%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11.11%; }

.gallery-columns-7 .wp-caption,
.gallery-columns-8 .wp-caption,
.gallery-columns-9 .wp-caption { display: none; }

/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */

.paging { padding: 20px 0; text-align: center; }

.paging ul { overflow: hidden; list-style: none outside none; }

.paging ul,
.paging li { display: inline-block; vertical-align: top; }

.paging li { padding: 0 2px; }

.paging a { display: inline-block; padding: 4px 10px; border: 1px solid #000; border-radius: 4px; color: #ffd100; }
.paging .paging-prev { float: left; }
.paging .paging-next { float: right; }

.paging .current a,
.paging a:hover { text-decoration: none; background: #000; color: #fff !important; }

.paging-label { padding-right: 10px; }

/* ------------------------------------------------------------ *\
	Comments
\* ------------------------------------------------------------ */

.section-comments { padding-top: 15px; }

.section-comments p { padding-bottom: 18.2px; }

.section-comments ol,
.section-comments ul { padding: 0; margin: 0; list-style: none outside none; }

.section-comments a { color: #ffd100; }
.section-comments a:hover { color: #A05057; }

.section-comments h3 { position: relative; padding: 0 0 10px; }

.section-comments h3 small { position: absolute; top: 0; right: 0; }

.comments,
.comments .children { position: relative; }

.comments .children:before,
.comments .children:after { content: ''; position: absolute; display: block; }
.comments .children:before { top: 33px; left: 23px; width: 32px; height: 27px; border-left: 8px solid #c3c3c3; border-bottom: 8px solid #c3c3c3; border-radius: 0 0 0 8px; }
.comments .children:after { top: -5px; left: 8px; border: 20px solid transparent; border-width: 20px 19px; border-bottom-color: #c3c3c3; }

.comments .comment { position: relative; border-top: 1px dashed #363636; }

.comments .children { padding-left: 70px; }

.comments .avatar { position: absolute; top: 28px; left: 0; width: 48px; height: 48px; border-radius: 50%; border: 1px solid #ccc; }

.comments .says { padding-left: 5px; }

.comments .moderation-notice { display: inline-block; margin: 3px 0 8px; color: #999; }

.comments .comment-entry { position: relative; padding: 30px 0 30px 65px; }

.comments .comment-text p:last-child { padding-bottom: 0; margin-bottom: 0; }

.comments .comment-meta { padding-bottom: 12px; }

.comments .comment-meta a { color: #ffd100; }
.comments .comment-meta a:hover { color: #A05057; }

.comments .comment-reply { padding-top: 10px; text-align: right; }
.comments .comment-reply a { display: inline-block; padding: 5px 10px; color: #fff; border-radius: 6px; border: 1px solid #a05057; background: #ffd100; }

.comment-respond .form-submit input:hover,
.comments .comment-reply a:hover { background: #fff; color: #ffd100; }

.comment-respond { width: 100%; padding-top: 30px; border-top: 1px solid #363636; }

.comment-respond .required { color: #e40000; }

.comment-respond h3 { position: relative; }
.comment-respond small { position: absolute; top: 0; right: 0; }
.comment-respond label { display: block; padding-bottom: 4px; }
.comment-respond input[type="text"],
.comment-respond textarea { display: block; width: 80%; padding: 10px; border: 1px solid #ccc; background: #f7f7f7; -webkit-appearance: none; border-radius: 0; }
.comment-respond textarea { width: 100%; height: 100px; }
.comment-respond input[type="text"]:focus { background-color: #fff; }
.comment-respond input[type="text"]::-webkit-input-placeholder { color: #777; }
.comment-respond input[type="text"]::-moz-placeholder { color: #777; }
.comment-respond input[type="text"]:-ms-input-placeholder { color: #777; }
.comment-respond input[type="text"]::placeholder { color: #777; }
.comment-respond textarea { width: 100%; }

.comment-respond .comment-notes { padding-top: 15px; }

.comment-respond .form-submit input { display: block; width: 160px; height: 40px; font-size: 14px; font-weight: bold; color: #fff; cursor: pointer; border-radius: 4px; border: 1px solid #a05057; background: #ffd100; -webkit-appearance: none; border-radius: 0; }

.nocomments { padding-top: 12px; font-weight: bold; font-size: 18px; }

/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */

.widget_search,
.search-form { position: relative; overflow: hidden; }

.widget_search .search-field,
.search-form .search-field { display: block; width: 100%; padding: 10px; border: 1px solid #ffd100; background: #fff; -webkit-appearance: none; border-radius: 0; }

.widget_search .search-field:focus,
.search-form .search-field:focus { background-color: #fff; }

.widget_search .search-field::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder { color: #000; }

.widget_search .search-field::-moz-placeholder,
.search-form .search-field::-moz-placeholder { color: #000; }

.widget_search .search-field:-ms-input-placeholder,
.search-form .search-field:-ms-input-placeholder { color: #000; }

.widget_search .search-field::placeholder,
.search-form .search-field::placeholder { color: #000; }

.widget_search .screen-reader-text,
.search-form .screen-reader-text { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0; }

.widget_search .search-btn { display: none; }

.widgets { list-style: none outside none; }

.widgets .widget a { color: #ffd100; font-weight: 400; }
.widgets .widget a:hover { color: #A05057; }

.widget { padding: 9px 14px; margin-bottom: 14px; }

.widget ul { list-style: none outside none; margin: 0; }
.widget li { padding: 5px 0; }

.widget-title { padding-bottom: 5px; font-weight: 400; border-bottom: 1px solid #000; margin-bottom: 11px; color: #181818; }

.widget_categories .screen-reader-text { display: none; }

.widget_categories .post-form { width: 100%; padding: 5px; color: #000; border: 0;}

.widget_categories .post-form option:hover { background: #ccc; }

.widget_calendar td,
.widget_calendar th { padding: 5px; border: 1px solid #000; }

.widget_calendar table { width: 100%; border-spacing: 0; border-collapse: collapse; text-align: center; }
.widget_calendar caption { padding: 12px 12px 10px 12px; font-weight: bold; position: relative; margin-bottom: 10px; }
.widget_calendar caption:after { content: ''; position: absolute; width: 60%; left: 50%; margin-left: -30%; bottom: -2px; background: #fff; height: 2px; }
.widget_calendar tfoot { font-weight: bold; }

.widget_rss .rsswidget { vertical-align: middle; }

.widget_rss .rsswidget img { float: left; margin: 5px 8px 0 0; }

.widget_categories .dk-selected { background: transparent; border: 0; }

.widget_categories .dk-select-open-up .dk-select-options,
.widget_categories .dk-option-selected,
.widget_categories .dk-select-multi:focus .dk-select-options,
.widget_categories .dk-select-options .dk-option-highlight { background: #A05057; color: #fff; }

.widget_categories .dk-select-options { padding: 0; border-color: #A05057; }
.widget_categories .dk-option { padding: 0 12px; }

.widget_categories .dk-selected:after { display: none; }

.dk-selected:hover:before,
.dk-selected:focus:before { border-top-color: #A05057; }

.widget_categories .dk-select-open-up .dk-selected:before,
.widget_categories .dk-select-open-down .dk-selected:before { border-bottom-color: #A05057; }

/* ------------------------------------------------------------ *\
	Product pages
\* ------------------------------------------------------------ */

.article-body ul.children,
.article-body ul.product-categories { margin-left: 0; }
.article-body ul.product-categories li { width: 100%; }
.article-body ul.products-secondary { display: flex; flex-wrap: wrap; }
.article-body ul.children { padding-bottom: 0px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #ffd100;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 57px;
}

/* ------------------------------------------------------------ *\
	Btn Menu
\* ------------------------------------------------------------ */

.nav-trigger { position: relative; display: none; width: 40px; height: 26px; vertical-align: top; margin-top: 35px; z-index: 10; }
.nav-trigger span { position: absolute; display: block; height: 4px; width: 100%; background: #ffd100; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; }
.nav-trigger span:nth-child(1) { top: 0; }
.nav-trigger span:nth-child(2) { top: 12px; }
.nav-trigger span:nth-child(3) { top: 25px; }

.nav-trigger.active span { transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; }

.nav-trigger.active span:nth-child(3),
.nav-trigger.active span:nth-child(1) { top: 12px; background: #ffd100; }

.nav-trigger.active span:nth-child(2) { opacity: 0; }
.nav-trigger.active span:nth-child(1) { transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.nav-trigger.active span:nth-child(3) { transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

/* ------------------------------------------------------------ *\
	# WooCommerce Form
\* ------------------------------------------------------------ */

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form { border: 1px solid #4c4c4c; border-radius: 0; }
.woocommerce .edit-account { padding: 20px; }
.woocommerce label { cursor: pointer; }
.woocommerce fieldset { border-width: 0; }
.woocommerce form .form-row > input { display: block; width: 100%; height: 57px; padding: 5px 9px; border: 1px solid #4c4c4c; font-weight: 300; color: #444; -webkit-appearance: none; border-radius: 0; }
.woocommerce form input[type="submit"] { font-weight: 700; color: #fff; }
.woocommerce form a { color: #ffd100; }

.woocommerce form  { padding: 20px 20px 15px; }

.woocommerce .header-wrapper form { padding: 0; }

/* ------------------------------------------------------------ *\
	# Woocommerce Edit Account
\* ------------------------------------------------------------ */

.woocommerce-edit-account.woocommerce-account .woocommerce-MyAccount-content { float: none; width: auto; }

/* ------------------------------------------------------------ *\
	Responsive
\* ------------------------------------------------------------ */

@media(max-width: 1520px){
	body { font-size: 20px; }

	.header .shell { padding: 27px 18px; }
	.fixed .header .shell { padding: 10px 20px; }
	.shell { padding: 0 20px; }

	.features { text-align: center; }
	.feature { float: none; display: inline-block; margin: 0 20px 30px; width: 340px; vertical-align: top; }
	.feature:nth-child(3n+3) { margin-right: 20px; }

	.woocommerce.archive .main ul.products li.product { margin: 0 45px 54px; }
	.woocommerce .main ul.products-secondary li.product:nth-child(3n+3) { margin-right: 45px; }
	.section-products .section-aside { padding-right: 0; }

	.video { margin: 0 40px 40px; }
	.section-product .article ul > li:last-child { margin-right: 40px; }
	.section-product .article .article-body ul > li:last-child { margin-right: 0; }

	.home .section-primary .shell,
	.section-slider .shell,
	.slider .slide .shell { padding: 0 45px; }

	.feature .feature-title { font-size: 23px; padding: 19px 17px; }
	.feature .feature-wrapper:after { width: 25px; height: 24px; margin-right: 16px; background-size: 25px 24px; }
	.feature .feature-wrapper { top: 80%; }

	.feature:nth-child(3n+3) {  }

	.section-features { padding-bottom: 70px;  }
}

@media(max-width: 1280px){
	.btn { font-size: 18px; }

	.slider { font-size: 23px; }
	.slider .slide .slide-title { font-size: 57px; }

	.section { padding: 70px 0; }
	.section-locations { padding-bottom: 211px; }
	.section-locations .section-actions { padding-bottom: 85px; }

	.section-products .page-title,
	.section .section-title { margin-bottom: 38px; }

	.product { /* width: 285px; */ margin: 0 20px 70px 20px; }
	.products { padding-bottom: 0; }

	.article-single { width: 100%; margin: 0; }

	.update { padding: 40px 55px 40px 125px; }
	.update + .update .update-meta-outer { margin-left: 22px; }
	.update + .update { padding-left: 150px; padding-right: 32px; }

	.section-logos { padding: 0; }

	.nav > ul > li { margin-right: 25px; }

	.section-products .section-aside { padding-right: 0; }

	.woocommerce div.product { margin: 0; }

	.slider-logos .slick-slide { padding: 0 10px; }

	.woocommerce-page div.product div.images { width: 50%; }
	.woocommerce-page div.product div.summary { padding-right: 20px; }

	.woocommerce ul.products li.product .button { padding: 20px 9px; }
}

@media(max-width: 1150px){
	.footer-nav { display: none; }
}

@media(max-width: 1146px){
	.header { position: relative; }

	.nav-secondary { display: none; }

	.goog-te-gadget-simple { position: relative; width: 100%; }

	.bar > .yith-ajaxsearchform-container,
	.search-wrapper { width: 100%; }

	.nav-trigger { display: inline-block; }
	.fixed .nav-trigger { margin-top: 18px; }
	.nav { font-size: 30px; position: absolute; top: 0; margin: 0 -20px; background: rgba(255,255,255,.95); left: 0; right: 0; max-height: 0; overflow: hidden; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; text-align: center; z-index: 3; }
	.nav > ul > li { display: block; margin-right: 0; }

	.nav > ul > li > a { color: #2b2b2b; display: inline-block; width: 100%; padding: 9px 10px; }

	.nav > ul { padding: 133px 0 0 0; }

	.nav.active { max-height: 1000px; }

	.nav > ul + ul { display: block; }

	.woocommerce-page div.product div.images { width: 40.5%; }

	.goog-te-gadget-simple .goog-te-menu-value { padding: 0; }

	.goog-te-gadget-simple .goog-te-menu-value { padding: 20px 0; font-size: 22px; height: auto; }
	.nav > ul + ul > li > a { padding: 8px 10px; }

	.bar > .yith-ajaxsearchform-container label + input,
	.search-wrapper input { padding: 20px 10px 20px 36px; height: 59px; }

	.bar > .yith-ajaxsearchform-container input[type="submit"],
	.search-wrapper .search-btn { height: 59px; width: 72px; -webkit-background-size: 100% 100%; background-size: 100% 100%; }

	.bar > .yith-ajaxsearchform-container,
	.search-wrapper { padding-right: 72px; }
}

@media(max-width: 1024px){
	.slider-products .slide { padding-top: 80px; }

	.fixed .nav { margin-top: 0; }

	.section-locations .section-actions { padding: 190px 0 100px 0; }
	.logo { background: url(../png/logo-secondary.png) center no-repeat; width: 107px; height: 100px;
		-webkit-background-size: cover;
		        background-size: cover; }
	.fixed .logo { width: 71px; height: 67px; background-size: contain; }

	.bar > .yith-ajaxsearchform-container,
	.search-wrapper { font-size: 16px; }
	.bar > .yith-ajaxsearchform-container input[type="submit"],
	.search-wrapper .search-btn { height: 59px; }

	.slider .slide .slide-content { width: 63%; }
	.socials > ul > li img { width: 100%; height: auto; max-width: 30px; }

	.back-to-top { width: 30px; height: 30px; -webkit-background-size: 100% 100%; background-size: 100% 100%; bottom: 122px; }

	.section-products .page-title,
	.section .section-title { font-size: 60px; }
	.section-logos .section-title { font-size: 24px; margin-bottom: 19px; }

	.woocommerce.archive .main ul.related.products li.product { width: 21.25%; margin: 0 5% 2.992em 0; }
	.woocommerce.archive .main ul.products li.product { width: 239px; }

	.widget_product_categories ul > li.cat-parent > a:after { right: 0; }

	.widget.widget_product_categories ul > li > a { padding: 17px 25px 17px 20px; }
	.widget_product_categories .children > li:last-child > a { padding-bottom: 20px; }
	.widget_product_categories .children > li:first-child > a { padding-top: 20px; }

	.section-products .page-title,
	.section-products .section-title { font-size: 55px; }

	.intro .intro-title { font-size: 60px; }
	.section-single { padding-top: 40px; }

	.woocommerce div.product .product_title { font-size: 48px; }

	.video { width: 362px; }
	.slider-logos .slide img { width: 100%; height: auto; }
	.slider-logos .slick-slide { padding: 0 25px; }

	.section-locations { padding: 80px 20px; }

	.location .article .article-actions,
	.section-locations .location-wrapper img { display: none; }

	.location .article .article-image img { display: block; }

	.location { margin: 0 !important; width: 100% !important; left: 0; right: 0; transform: none; -moz-transform: none; -webkit-transform: none; }
	.location .article-outer-secondary { right: 0; left: 0; }

	.location .article-outer,
	.location { position: relative; }

	.section-locations .select2-container { width: 100% !important; }
	.section-locations .search-locations { text-align: left; }
	.section-locations .section-actions { position: relative; padding: 0; margin: 0; }
	.section-locations .search-locations label { display: inline-block; width: 100%; font-size: 26px; margin-bottom: 20px; }

	.location .article { margin: 30px 0 0 0; }

	.location .article { font-size: 22px; line-height: 1.7; }

	.location { z-index: 0; }
	.location .article .article-content ul > li { margin-bottom: 20px; }
	.location .article .article-content { padding-left: 60px; }
	.location .article-outer { width: 70%; display: block; margin: 0 auto; }

	.feature:hover .feature-wrapper:after { bottom: 22px; }
	.feature:hover .feature-wrapper { padding-bottom: 55px; }

	.woocommerce div.product .woocommerce-tabs .panel .article img { float: none; margin: 0 auto; display: block; }

	.video .video-title { margin-bottom: 15px; }

	.woocommerce-page .related ul.products li.product { margin: 0 5% 2.992em 0; width: 21.25%; }
	.woocommerce-page .related ul.products li.product:last-child { margin-right: 0; }

	.section-primary { font-size: 25px; }
	.feature .feature-wrapper { top: 74.6%; }

	.section-member .article .article-title a { display: inline-block; }

	.section-slider .shell { padding: 0 20px;  }
}

@media(max-width: 782px){
	.admin-bar .header-wrapper { padding-top: 46px; }
	.admin-bar .goog-te-gadget-simple { top: 46px; }
}

@media(max-width: 768px){
	.admin-bar .goog-te-gadget-simple { top: 0; }
	.feature .feature-wrapper { top: 76.6%; }

	.section .section-content { padding-bottom: 20px; }

	.section { padding: 90px 0; }
	.section-logos { padding: 0; }

	.slider { font-size: 22px; }

	.slider .slide .slide-title { font-size: 56px; }
	.slider .slide .slide-image { margin-top: 13%; }
/*
	.product { width: 199px; }
*/
	.product .product-title { font-size: 20px; }
	.product .product-image { margin-bottom: 28px; }
	.product .product-image img { width: 100%; height: auto; max-width: 162px; }
	.woocommerce-page div.product div.images { display: none; }
	.woocommerce-page div.product .entry-summary div.images { display: flex; }

	.feature { margin: 0 10px 58px 10px; width: 341px; }
	.feature:nth-child(3n+3) { margin-right: 10px; }

	.feature .feature-title { font-size: 25px; }

	.feature:hover .feature-wrapper:after { bottom: 21px; }
	.feature:hover .feature-wrapper { padding: 22px 3px 56px 3px; }

	.section .section-content,
	.section .section-aside,
	.section-member .article .article-content,
	.woocommerce-page div.product div.summary,
	.woocommerce-page div.product div.images,
	.section-product .article .article-image,
	.file-upload-names,
	.file-upload-btn,
	.section-member .article .article-image,
	.section-product .article .article-content,
	.update { width: 100%; float: none; }

	.update { border-right: 0; padding: 70px 55px 70px 157px; }
	.update + .update .update-meta-outer { margin-left: 0; }

	.update { border-bottom: 1px solid #fff; }
	.update:last-child { border-bottom: 0; }

	.section-updates .shell { padding: 0; }

	.update + .update .update-meta-outer,
	.update .update-meta-outer { margin-left: 27px; }

	.list-logos > li,
	.list-logos { display: inline-block; }

	.list-logos > li { width: 24%; padding: 0 15px; margin-bottom: 20px; }
	.list-logos > li img { width: 100%; height: auto; }

	.woocommerce.archive .main ul.products li.product { margin: 0 45px 60px; }
	.product .product-image img { max-width: 100%; }

	.section-products { padding-bottom: 50px; }

	.section-member .article .article-image { padding-right: 0; display: block; margin: 0 auto; margin-bottom: 60px; max-width: 524px; }
	.section-member .article .article-image img {display: block; margin: 0 auto; }

	.section-member .article .tabs-nav { margin: 0 -20px; }
	.section-member .tab.current { overflow: visible; }
	.section-member .article-secondary .article-body > ul { margin: 0 -20px; }
	.section-member .article .tabs-content { padding-top: 90px; }

	.section-single { padding-top: 40px; }
	.woocommerce div.product .summary .product_actions { display: none; }
	.woocommerce-page div.product div.images .product_actions { display: block; }

	.woocommerce div.product .description ul { padding-bottom: 10px; }

	.woocommerce div.product .woocommerce-tabs { border: 0; }

	.woocommerce div.product .woocommerce-tabs .panel .article { padding: 70px 24px; }

	.section-product .article .article-content { margin-bottom: 60px; }

	.woocommerce ul.products { text-align: center; }
	.woocommerce.archive .main ul.products li.product { float: none; display: inline-block; margin: 0 30px 80px 30px; width: 301px; }
	.woocommerce ul.products li.product:last-child { margin-right: 30px; clear: both; float: none; }
	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) { float: none; }

	.related.products { padding-bottom: 0; padding-top: 20px; }
	.woocommerce ul.products { margin-bottom: 0; }

	.file-upload-names { margin-bottom: 30px; }
	.file-upload-btn { text-transform: uppercase; }

	.widget { padding: 10px 0; }

	.section-locations { padding: 68px 30px 68px 30px; }
	.location .article-outer { width: 100%; }

	.mfp-iframe-holder .mfp-close { right: -15px; width: 40px; height: 41px; font-size: 31px; top: -29px; }

	.mfp-container { padding-left: 20px; padding-right: 20px; }

	.article-body .wp-caption-text,
	.gallery .wp-caption-text { font-size: 15px; }

	.wc-tab ol { margin-bottom: 40px; }
	.woocommerce div.product .woocommerce-tabs ul.tabs { font-size: 16px; }

	.woocommerce img,
	.woocommerce-page img { margin: 0; }

	.woocommerce-page .related ul.products li.product { float: none; display: inline-block; margin: 0 30px 30px 30px; width: 301px; }

	.woocommerce .related.products ul.products li.product { margin-bottom: 30px; }

	.woocommerce-page .related ul.products li.product:last-child { margin-right: 30px; }

	.section-updates { padding: 0; }
	.related.products h2 { margin-left: 30px; }

	.video { width: 100%; max-width: 600px; margin-bottom: 80px !important; }

	.video .video-wrapper { height: 366px; }
	.video .video-title { margin-bottom: 33px !important; }
	.section-product .article ul > li:last-child { margin-right: 0; }
	.woocommerce-page div.product div.summary { padding-right: 0; }

	.article-single { width: 100%; margin: 0; }
}

@media(max-width: 767px){
	body,
	.slider { font-size: 17px; }
	.slider .slide .slide-image { padding-left: 20px; margin: 0; }

	.article-single { line-height: 1.75; }

	.section { padding: 61px 0; }

	.shell { padding: 0 10px; }

	.header .shell { padding: 30px 10px; }
	.fixed .header .shell { padding: 10px 10px; }

	.socials,
	.back-to-top { display: none; }

	.bar > .yith-ajaxsearchform-container,
	.search-wrapper { font-size: 13px; }

	.bar > .yith-ajaxsearchform-container label + input,
	.search-wrapper input { padding: 13px 10px 13px 10px; height: 41px; }

	.bar > .yith-ajaxsearchform-container input[type="submit"],
	.search-wrapper .search-btn { height: 41px; width: 51px; }

	.bar > .yith-ajaxsearchform-container,
	.search-wrapper { padding-right: 51px; }

	/*.slider .slide .slide-content { width: 100%; float: none; }*/
	.slider .slide .slide-title { font-size: 29px; }

	.btn { font-size: 14px; padding: 14px 27px; }

	.slider-logos .slick-dots > li > button,
	.slider .slick-dots > li > button { width: 9px; height: 9px; -webkit-background-size: 100% 100%; background-size: 100% 100%; }

	.slider .slide .slide-content { padding-bottom: 20px; }

	.section-products { padding: 30px 0; }
	.section-products .section-body { display: flex; flex-flow: row wrap; }
	.section-products .section-content { order: 2; }
	.section-products .section-aside { order: 1; margin-bottom: 30px; }
	.section-products .page-title,
	.section .section-title { font-size: 25px; margin-bottom: 10px; }

	.product { margin-bottom: 100px; }
	.product .product-image img { max-width: 100px; }
	.product .product-title { font-size: 17px; }

	.product:last-child { margin-bottom: 0; }

	.products { padding: 61px 0 21px 0; }

	.features { font-size: 14px; }

	.feature { width: 280px; height: 185px; margin-bottom: 30px; }
	.feature .feature-ovarlay { padding: 0 10px; }

	.feature .feature-title { font-size: 15px; padding: 12px 16px; }
	.feature .feature-wrapper:after { width: 16px; height: 16px; -webkit-background-size: 100% 100%; background-size: 100% 100%; }

	.feature .feature-wrapper { top: 78.8%; }

	.feature:hover .feature-wrapper { }
	.feature:hover .feature-title { font-size: 15px; padding-top: 0; }

	.updates { font-size: 14px; }

	.update + .update,
	.update { padding: 50px 10px 50px 88px; }

	.update .update-meta-outer { width: 51px; height: 51px; }

	.update + .update .update-meta-outer,
	.update .update-meta-outer { margin-left: 18px; }

	.update .update-meta span:first-child:after { height: 2px; }
	.update .update-meta span { padding: 3px 0px 5px 0px; }

	.section-updates,
	.section-logos { padding: 0; }

	.footer-logo { width: 75px; height: 23px; }
	.footer-logo-secondary { width: 96px; height: 7px; }

	.footer-logo,
	.footer-logo-secondary { -webkit-background-size: 100% 100%; background-size: 100% 100%; }

	.nav > ul { padding-top: 97px; }
	.nav { font-size: 23px; margin: 0 -10px; }

  .nav.active { max-height: 100vh; height: auto; overflow-y: auto; }
  .nav > ul > li.menu-item-has-children > ul.sub-menu { position: relative; display: block; background-color: #d0d0d0; }
  .nav > ul > li.menu-item-has-children > ul.sub-menu > li > a { color: #505050; }

	.woocommerce.archive .main ul.products li.product { margin: 0 5px 60px; width: 137px; }
	.woocommerce .main ul.products-secondary li.product:nth-child(3n+3) { margin-right: 5px; }
	.section-products .section-head { padding-bottom: 20px; }

	.products-secondary { font-size: 14px; }
	.products-secondary .product .product-title { font-size: 15px; }

	.btn { padding: 14px; }

	.widget.widget_product_categories { font-size: 15px; }

	.intro { padding: 73px 0; }
	.intro .intro-title { font-size: 30px; }

	.article-single h1 { font-size: 28px; }
	.article-single h2 { font-size: 25px; }
	.article-single h3 { font-size: 20px; }
	.article-single h4 { font-size: 18px; }
	.article-single h5 { font-size: 15px; }
	.article-single h6 { font-size: 13px; }

	.article-single h1,
	.article-single h2,
	.article-single h3,
	.article-single h4,
	.article-single h5,
	.article-single h6 { margin-top: 34px; }

	.section-single { padding-top: 20px; }

	.section-member .article .article-title { font-size: 28px; margin-bottom: 25px; }
	.section-member .article .article-image { max-width: 264px; display: block; margin: 0 auto; margin-bottom: 30px; }

	.section-member .article .tabs-nav { margin: 0 -10px; }

	.section-member .article .article-entry ul { padding-left: 13px; }
	.section-member .article .article-entry ul > li { padding-left: 13px; margin-bottom: 9px; }

	.section-member .article .tabs-nav { font-size: 16px; }

	.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
	.section-member .article .tabs-nav > li.current:after { border-width: 15px 17px 0 17px; bottom: -15px; }

	.section-member .article .tabs-content { padding-top: 50px; }
	.section-member .article .tabs-nav > li > a { padding: 9px 0; }
	.section-member .article-secondary .article-body > ul { margin: 0 -10px; }

	.footer-logo-secondary { margin-top: 8px; }

	.breadcrumbs,
	.woocommerce nav.woocommerce-breadcrumb { font-size: 11px; }

	.woocommerce div.product .product_title { font-size: 28px; }
	.section-product { padding: 53px 0 13px 0; font-size: 15px; }
	.section-product .sku_wrapper,
	.woocommerce div.product .model { margin-bottom: 10px; }

	.woocommerce-page div.product div.images { margin-bottom: 20px; }
	.woocommerce div.product .woocommerce-tabs ul.tabs { font-size: 14px; line-height: 1; }
	.woocommerce div.product .woocommerce-tabs ul.tabs li { width: 100%; float: none; border-right: 0; margin-bottom: 0; }
	.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 23px 14px; }
	.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child { margin-bottom: 0; }
	.woocommerce div.product .woocommerce-tabs .panel .article { padding: 37px 6px 17px 6px; }

	.section-product .article .article-title { font-size: 25px; }

	.wc-tab ol > li { padding-left: 44px; }
	.wc-tab ol > li:before,
	.wc-tab ol > li:after { top: -6px; }

	.section-product .article ul > li:last-child { margin-right: 0; }

	.video { margin: 0; width: 290px; }
	.video .video-title { font-size: 19px; margin-bottom: 10px; }

	.video .video-wrapper { height: 168px; }
	.video .video-wrapper > a:after { width: 30px; height: 30px; -webkit-background-size: 100% 100%; background-size: 100% 100%; }

	.related.products h2 { font-size: 20px; }

	.woocommerce ul.products { font-size: 13px; }

	.woocommerce ul.products li.product h3 { font-size: 16px; min-height: 60px; }
	.woocommerce.archive .main ul.products li.product { width: 100%; margin: 0 0 40px 0; }
	.woocommerce .main ul.products li.product .button { padding: 14px; font-size: 14px; line-height: 1; }
	.woocommerce ul.products li.product:nth-child(2n) { margin-right: 5px; }

  .woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    object-fit: none;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: block;
    -webkit-line-clamp: none;
    overflow: auto;
    height: auto;
  }

	.slider-logos .slick-slide img { width: 100%; height: auto; }

	.slider-logos .slick-slide { padding: 0 10px; }

	.section-logos .section-head { padding: 25px 0; }
	.section-logos .section-body { padding: 50px 0; }

	.section-logos .section-title { font-size: 15px; margin-bottom: 18px; }
	.section-logos .section-head img { width: 100%; height: auto; max-width: 71px; }

	.content,
	.gallery-item,
	.gallery-columns-3 .gallery-item,
	.sidebar { width: 100%; float: none; }

	.article-body p img { width: 100%; height: auto; }

	.article-body .wp-caption,
	.comment-respond input[type="text"],
	.comment-respond textarea,
	.article-body .wp-caption img { width: 100%; }

	.section-comments ul { display: none; }

	.sidebar { padding: 30px 0; }

	.section-locations .search-locations label { font-size: 17px; margin-right: 0; }

	.section-locations { padding: 50px 10px; }

	.location .article .article-content,
	.location .article .article-image { width: 100%; float: none; }

	.location .article .article-content { padding-left: 0; }
	.location .article .article-content ul > li { margin-bottom: 10px; }
	.location .article .article-title { margin-bottom: 16px; }

	.location.active .article-outer,
	.location:hover .article-outer { max-height: 1700px; }

	.location .article { font-size: 17px; padding: 14px 13px; }
	.location .article .article-image { margin-bottom: 15px; }
	.location .article .article-entry { margin-top: 15px; }

	.select2-container--default .select2-selection--single { padding: 4px; }

	.file-upload-names { margin-bottom: 17px; padding: 20px 26px; }
	.file-upload-btn { height: 55px; }

	.section-product .article ul { line-height: 1.5; }

	.update a:after { width: 10px; height: 7px; background-size: 100% 100%; margin-top: 0; }
	.update a { padding-right: 15px; }

	.slider { height: auto !important; }

	.slider .slider-clip { top: 0; transform: none; -moz-transform: none; -webkit-transform: none; }
	.slider { padding: 30px 0; }

	.container { min-height: 1px !important; }

	.woocommerce div.product .woocommerce-tabs .panel .article p { padding-bottom: 30px; }
	.section-product .article ul > li { margin-bottom: 30px; }

	.woocommerce-page .related ul.products li.product { width: 137px; margin: 0 5px 40px 5px; }
	.woocommerce-page .related ul.products li.product:last-child { margin-right: 5px; }

	.slider-products .slide:hover { top: -44px; }

	.woocommerce nav.woocommerce-pagination ul li a:focus,
	.woocommerce nav.woocommerce-pagination ul li a:hover,
	.woocommerce nav.woocommerce-pagination ul li a,
	.woocommerce nav.woocommerce-pagination ul li span,
	.woocommerce nav.woocommerce-pagination ul li span.current,
	.woocommerce nav.woocommerce-pagination ul li a { padding: 6px 7px; }

	.section-member .article-secondary h1,
	.section-products .page-title { font-size: 28px; }

	.woocommerce div.product .description ul li { margin-bottom: 15px; }
	.woocommerce-page div.product div.images h3 { font-size: 15px; margin: 40px 0; }

	.woocommerce-page div.product div.images .product_actions { padding-top: 30px; }

	.woocommerce div.product .product_actions > ul > li { margin-bottom: 24px; }

	.woocommerce div.product .woocommerce-tabs .panel .article h1 { font-size: 25px; }
	.video .video-title { font-size: 19px !important; margin-bottom: 20px !important; }
	.video { margin-bottom: 50px !important; }

	.related.products h2 { margin-bottom: 40px; margin-left: 5px; }

	.section-member .form-controls { font-size: 16px; }

	.slider-products .slide-title { font-size: 20px; }

	.section-slider { padding-bottom: 20px; }

	.section-primary { font-size: 17px; }

	.section-primary .section-title { margin-bottom: 20px; }

	.section-logos .section-head .list-logos > li { width: auto; margin-bottom: 0; }

	.nav { overflow: auto; height: 486px; }

	.goog-te-gadget-simple .goog-te-menu-value { font-size: 19px; padding: 11px 0; }

	.home .section-primary .shell,
	.slider .slide .shell { padding: 0 25px;  }
}

@media(max-width: 600px){
	.admin-bar .header-wrapper { padding-top: 0; }
	.admin-bar .goog-te-gadget-simple { top: 0; }

	.slider .slide .slide-content,
	.slider .slide .slide-image { float: none; }
	.slider .slide .slide-content { width: 100%; }
	.slider .slide .slide-image { width: 50%; padding: 20px 0 0; }
}

.otw-sc-box {
  line-height: 12px !important;
  margin-bottom: 20px;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 0;
}
