/*
Theme Name: Imp Theme
Author: Dmytro Filipov (mrdias11@gmail.com)
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* simplest */
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {margin-bottom:1em;}
li {list-style:square; margin:0.5em 0 0 2em;}
dt {margin:1em 0; font-weight:bold;}
dd {margin:0 1em; padding-left:1em; border-left:1px solid #ddd;}
th, td {padding:0.5em; border:1px solid #ddd;}
blockquote {margin:0 1em; padding-left:1em; border-left:1px solid #ddd;}
pre {font-family:monospace; background:#f8f8ff; padding:0.5em; overflow:auto;}
sup, sub {height:0; line-height:1; vertical-align:baseline; position:relative; font-size:10px;}
sup {bottom:1ex;}
sub {top:0.5ex;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}

body {color:#111;font-family: "Inter", sans-serif;}
div{box-sizing: border-box;}
a {color:#111;}
p {line-height:1.3em;}
h1 {font-size:1.7em;}
h2 {font-size:1.3em;}
h3 {font-size:1.1em;}
h1 a {text-decoration:none;}
h1 a:hover {text-decoration:underline;}
h1,h2,h3,h4,h5,h6 {clear:both;}

#container {width:768px; margin:2em auto;}
#header #description {margin-top:-1.5em;}
#header li {display:inline; margin:0 0.5em 0 0;}
#content {margin-top:4em;}
.hentry, .meta, #respond {margin-bottom:2em; padding-bottom:1em; border-bottom:1px solid #ddd;}
.hentry h2, .hentry h3, .hentry h4 {margin-top:2em;}

.widgets {margin-bottom:2em; border-bottom:1px solid #ddd;}
.widget {margin-bottom:2em;}
.pagination {text-align:center; margin:2em auto 1em auto;}
.pagination a {padding:3px 8px; border: 1px solid #ddd;}
 
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2B2B2B;
    overflow-x: hidden;
}
.inter-regular {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.wrapper {

}
h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 60px;
    color: #2B2B2B;
    margin: 20px 0 40px 0;
}
h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #2B2B2B;
    margin: 0;
}
h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #2B2B2B;
    margin: 0;
}
.header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}
section.page {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.container {
	width: 100%;
	margin: 0 auto 30px auto;
	max-width: 1440px;
}
.container-lite {
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
}
.fullcontainer {
	width: 100%;
	margin: 0 auto 30px auto;
	max-width: 2560px;
}
.horizontal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    display: none!important;
}
.wrap_mobile_menu { display: none; }
.mobile_menu { display: none; }
.main-menu {
    display: flex;
    padding: 0 30px 0 0;
    align-items: center;
    justify-content: space-between;
}
.main-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}
.main-menu ul li {
    margin: 0;
    padding: 20px 25px;
    list-style-type: none;
}
.main-menu ul li a {
    text-decoration: none;
    color: #2B2B2B;
}
.main-menu .menu ul.sub-menu { 
	display: none;
	margin: 0; 
}
.main-menu ul.sub-menu .current-menu-item {
	position: relative;
}
.main-menu ul.sub-menu .current-menu-item:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	left: -16px;
	background: transparent url('/wp-content/themes/imptheme/images/check-mark-green.svg') 50% 50%/contain no-repeat;
}
.main-menu .menu-item-has-children { 
	position: relative; 
	padding-right: 20px;
}
.main-menu .menu-item-has-children:after { 
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 21px;
	right: 0;
	background: transparent url('/wp-content/themes/imptheme/images/triangle-right.svg') 50% 50%/contain no-repeat;
}
.main-menu .menu-item-has-children:hover:after { 
	background: transparent url('/wp-content/themes/imptheme/images/triangle-down.svg') 50% 50%/contain no-repeat;
}
	.main-menu .menu-item-has-children:hover ul.sub-menu {
	    -webkit-animation: fadeIn 0.8s;
	    animation: fadeIn 0.8s;
	height: auto;
	width: auto;
	overflow: visible;
	position: absolute;
	top: 10px;
	left: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	padding: 18px;
	border-radius: 0 10px 10px 10px;
	border: 1px #ddd solid;
	background: #fff;
	z-index: 991;
	margin-top: 45px;
}
.main-menu .menu-item-has-children:hover .sub-menu li {
	margin: 0 0 10px 0;
	padding: 0;
} 
.main-menu .menu-item-has-children:hover .sub-menu li:last-child { margin-bottom: 0; }
.main-menu .menu-item-has-children:hover .sub-menu li a {
	white-space: nowrap;
}
.sticky.glued {
	position:fixed;
	left:0;
	top:0;
	right:0;
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	z-index: 100;
	background-color: #fff;
}

.top-line {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row;
	position: relative;
	height: 30px;
	z-index: 4;
}
.top-line a {
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	color: #9E9E9E;
	text-decoration: none;
	padding-left: 20px;
}
.tempphraseclose {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 7px;
	right: 20px;
	background: transparent url('/wp-content/themes/imptheme/images/closecross.svg') 50% 50%/contain no-repeat;
	cursor: pointer;
}
.menu-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	padding: 6px 0;
	background: #fff;
}
.top-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row;
	width: 40%;
}
.menu-line .main-menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	padding-left: 30px;
	width: 40%;
}
.menu-line .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	max-width: 250px;
	width: 20%;
}
.menu-line2 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	background-color: #eeeeee;	
	padding: 7px 60px;
}
.menu-line2 ul.menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	margin: 0;
}
.menu-line2 ul.menu li {
    margin: 0;
    padding: 10px 25px;
    list-style-type: none;
}
.menu-line2 ul.menu li a {
    text-decoration: none;
    color: #2B2B2B;
    font-size: 13px;
    line-height: 13px;
}
.menu-line2 .sub-menu { display: none; }
.top-search { margin: 0 0 0 25px; }
.top-search form {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row;
}
.top-search input {
	display: block;
	border: none;
	box-shadow: none;
	padding: 5px 15px;
	background: transparent;
	border-bottom: 1px #aaa solid;
}
.top-search input:focus {
	border-bottom: 1px #ccc solid;
}
.top-search .searchbutton {
	width: 25px;
	height: 25px;
	background: transparent url('/wp-content/themes/imptheme/images/searchicon.svg') 50% 50%/contain no-repeat;
	cursor: pointer;
	margin-left: 10px;
}
.top-search .searchbutton:hover {
	background: transparent url('/wp-content/themes/imptheme/images/searchicon_hover.svg') 50% 50%/contain no-repeat;
}
.top-langsel {
	margin: 0 25px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.top-langsel ul.language-chooser {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	margin: 0;
	padding: 0;
}
.top-langsel ul.language-chooser li {
	list-style-type: none;
	padding: 0 10px 0 0;
	margin: 0;
}
.top-langsel ul.language-chooser li a {
	text-decoration: none;
	text-transform: uppercase;
}
.top-langsel ul.language-chooser li.active a {
	font-weight: 700;
}
.top-langsel ul.language-chooser li:first-child {
	border-right: 1px #999 solid;
	margin: 0 10px 0 0;
}
.top-wishlist {
	width: 23px;
	height: 23px; 
	cursor: pointer;
	margin: 0 15px 0 0;
	background: transparent url('/wp-content/themes/imptheme/images/wishlist.svg') 50% 50%/contain no-repeat;
}
.top-login {
	width: 23px;
	height: 23px; 
	cursor: pointer;
	margin: 0 15px 0 0;
	background: transparent url('/wp-content/themes/imptheme/images/login.svg') 50% 50%/contain no-repeat;
}

.top-cart {
	position: relative;
}
.top-cart > .woocommerce {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	background: #fff;
	padding: 15px;
	border-radius: 0 0 10px 10px;
	box-shadow: 1px 1px 5px #333;
	position: absolute;
	top: 50px;
	left: 0;
}

.top-cart-button {
	width: 25px;
	height: 25px;
	background: transparent url('/wp-content/themes/imptheme/images/cart.svg') 50% 50%/contain no-repeat;
	cursor: pointer;
	margin: 0;
}
.footer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #fff;
	border-top: 1px #9E9E9E solid;
	margin: 40px 0 20px 0;
}
.footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	padding: 30px 0;
	margin: 0;
}
.footermenu {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	padding: 0 30px 0 0;
	gap: 20px;
}
.footermenu > div {
	width: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
.footermenu > div ul {
	margin: 0;
	padding: 0;
}
.footermenu > div ul li {
	list-style-type: none;
	margin: 0;
	padding: 4px 0;
}
.footermenu > div ul li a {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.footermenu > div ul li a:hover {
	text-decoration: underline;
}
.footermenu > div h3 {
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	margin: 0 0 15px 0;
}
.footermenu5 li a {
	text-transform: uppercase;
	white-space: nowrap;
}
.footercontacts {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
.footer .copyright-social {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	padding-left: 30px;
	margin: 0 0 40px 30px;
	border-left: 1px #999 solid;
}
.footer .social {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	width: 200px;
}
.footer .social a {
	text-decoration: none;
	display: block;
	width: 35px;
	height: 35px;
}
.footer .social a.facebook {
	background: transparent url('/wp-content/themes/imptheme/images/facebook.svg') 50% 50%/contain no-repeat;
}
.footer .social a.instagram {
	background: transparent url('/wp-content/themes/imptheme/images/instagram.svg') 50% 50%/contain no-repeat;
}
.footer .social a.telegram {
	background: transparent url('/wp-content/themes/imptheme/images/telegram.svg') 50% 50%/contain no-repeat;
}
.footer .social a.twitter {
	background: transparent url('/wp-content/themes/imptheme/images/twitter.svg') 50% 50%/contain no-repeat;
}
.bottom_phone {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
	padding: 0 0 0 45px;
	background: transparent url('/wp-content/themes/imptheme/images/phone.svg') 0 50%/contain no-repeat;
	margin: 0 0 15px 0;
	white-space: nowrap;
}
.bottom_email {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
	padding: 0 0 0 45px;
	background: transparent url('/wp-content/themes/imptheme/images/email.svg') 0 50%/contain no-repeat;
	margin: 0 0 25px 0;
	white-space: nowrap;
}

.footer .copyright { text-align: center; }
.fullimage { 
	width: 100%; 
	margin: 40px 0;
}
.fourlogos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	margin: 20px 0 50px 0;
}
.fourlogos > div {
	width: auto;
	text-align: center;
}
.fourlogos > div img {
	width: auto; height: 48px;
}
.minicartwrapper .basket-btn_counter_wrapper {
	position: absolute;
	left: -4px!important;
	top: 17px!important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
    	width: 16px;
	height: 16px;
	border-radius: 8px;
	font-size: 10px;
	color: #000;
	background: #fff;
	border: 1px #aaa solid;
}
.minicartwrapper .cart_dropdown2 {
	display: none;
	position: absolute;
	top: 50px; 
	right: -9px;
	background: #fff;
	z-index: 30;
	box-sizing: border-box;
	box-shadow: 15px 15px 15px rgba(27, 27, 30, 0.25), -10px -10px 15px rgba(27, 27, 30, 0.25);
	border-radius: 14px 0 14px 0;
	padding: 10px;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	width: 490px;
}
.minicartwrapper .cart_dropdown2:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #ffffff transparent;
    border-width: 0 10px 15px;
    top: -15px;
    right: 20px;
    margin-left: -15px;
}

.minicartwrapper .cart_buy_dropdown {
	display: none;
	position: absolute;
	top: 62px; 
	right: 15px;
	background: #fff;
	z-index: 30;
	border: 1px solid #1A3365;
	box-sizing: border-box;
	box-shadow: 30px 30px 30px rgba(27, 27, 30, 0.25);
	border-radius: 21px 0 21px 21px;
	padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.minicartwrapper .cart_buy_dropdown:before,
.minicartwrapper .cart_dropdown2:before {
	content: "";
	width: 33px;
	height: 17px;
	background: transparent url('/wp-content/uploads/icons/cart-dropdown-corner.png') 0 0 no-repeat;
	position: absolute;
	top: -17px;
	right: -1px;
}

.minicartwrapper .cart_dropdown2 .cart_dropdown_product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 1px 0;
  width: 100%;
}
.minicartwrapper .cart_dropdown2 .cart_dropdown_product > div {
  padding: 0 8px;
  box-sizing: border-box;
}
.minicartwrapper .cart_dropdown2 .cart_dropdown_product:not(:last-child) {
	background: url('/wp-content/uploads/icons/cartitembottom.svg') 0 100% no-repeat;
}
.overall {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 10px 10px 0 20px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
  border-top: 1px #ccc solid;
}
.overallsum .woocommerce-Price-amount {
  font-weight: 500;
  font-size: 18px;
}
.cart_dropdown_product_delete {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px #000 solid;
  cursor: pointer;
}
.cart_dropdown_product_header {
	margin: 10px 0;
}
.cart_dropdown_product > * {
	font-size: 13px;
	font-weight: 300;
	color: #000;
	line-height: 24px;
}
.cart_dropdown_product > .cart_dropdown_product_image {
	display: block;
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.cart_dropdown_product > .cart_dropdown_product_name {
	width: 50%;
}
.cart-knopken {
	margin-top: 10px;
	padding: 10px 0;
	text-align: center;
}
.cart-knopken > a {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	line-height: 24px;
	padding: 12px 30px;
	background-color: #e7e7e7;
	border-radius: 8px 0;
	text-decoration: none;
}
.dial_header {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin: 20px 0 40px 0;
}
.dial_wrapper {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	padding: 0 50px;
}
.dial_wrapper .dial {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	margin: 0 0 40px 0;
	position: relative;
	padding: 20px;
	border-radius: 18px 0;
	border: 1px #ccc solid;
	min-width: 200px;
}
.dial_wrapper .dial_img {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 70px;
	height: 70px;
	margin: 0 0 20px 0;
	padding: 0;
}
.dial_wrapper .dial_img a {
	display: block;
	width: 70px;
	height: 70px;
	text-decoration: none;
}
.dial_wrapper .dial_text { min-height: 60px; }
.dial_wrapper .dial_text a {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}	
.dial_wrapper > img { 
	max-width: 100px; 
	margin: 0 15px; 
	position: relative;
	top: 0;
}
.dial_spravka {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background-color: #1a6ba7;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	top: -12px;
	right: -12px;
	cursor: pointer
}
.dial_spravka:before {
	content: "i";
	font-size: 18px;
	font-weight: 800;
	color: #fff;
}
.dial_spravka_popup {
	display: none;
}
.dial_spravka_popup.visible {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	padding: 18px;
	border-radius: 12px 0;
	background-color: #1a6ba7;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 280px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
}

.mblock2_wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	background: #eee;
	padding: 70px 30px;
}
.mblock2_wrapper h3,
.mblock3_wrapper h3 {
	color: #000;
	font-size: 28px;
	font-weight: 600;
	line-height: 30px;
	padding: 0 10px;
	margin-bottom: 25px;
}
.mblock2,
.mblock3 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
}
.mblock2 > div {
	width: 48%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	background-color: #fff;
	border-radius: 20px 0;
	box-sizing: border-box;
	padding: 60px 30px;
	position: relative; 
}
.mblock2 > div h4 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	padding: 0 10px;
}
.mblock2 > div p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	padding: 0 10px;
}
.mblock2 > div a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    padding: 15px 50px;	
    background-color: #56bbe1;
    border-radius: 12px 0 12px 0;
    text-decoration: none;
}
.mblock2 > div .sideimg {
	position: absolute;
	right: 30px;
	top: 60px;
	width: 30%;
}
.mblock3 > div {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	margin: 40px 0;
}
.mblock3 > div p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	padding: 0 10px;
}
.mblock3img {
	width: 110px;
	margin: 0 0 30px 0;
}
.mblock3_wrapper { 
	padding: 60px 20%;
}

.woocommerce-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	width: 100%;
}
.woocommerce-filter {
	width: 20%;
	margin-right: 2%;
}
.woocommerce-main {
	width: 100%;
	margin: 0;
}
.woocommerce-filter + .woocommerce-main {
	width: 78%;
	margin: 0;
}
.single-product .product_meta {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
.single-product .product_meta > span {
	display: block;
	width: 100%;
	margin: 0 0 15px 0;
}
.woocommerce-Price-amount {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	color: #000;
}
ul.products li .woocommerce-Price-amount {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
}
.yith-wcan-active-filters .woocommerce-Price-amount {
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}

.woocommerce-result-count {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}
.woocommerce ul.products li.product .button {
	width: 95%;
	text-align: center;
	margin: 0 5% 0 0;
}

.single-product .barcode {
	zoom: 2;	
}
.single-product .barcodetext { 
	margin: 0; 
	position: relative;
	top: 40px;
	padding-top: 20px;
	border-top: 1px #ccc solid;
}
.single-product form.cart {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
}
.single-product .quantity {
	width: 18%;
}
.single-product .input-text.qty {
	display: block!important;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	width: 100%;
	box-sizing: border-box;
	font-size: 22px;
}
.single-product .single_add_to_cart_button {
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	flex-direction: row!important;
	width: 80%!important;
	background-color: #3f5fb7!important;
	color: #ffffff!important;
	letter-spacing: 2px!important;
	height: 50px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	background: #f7f7f7!important;
}
.added_to_cart.wc-forward { display: none!important; }
.subcat_image img {
	width: 50px;
	max-width: 50px;
}
.subcategories-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.subcat_block {
	width: 23%;
	list-style-type: none;
	padding: 15px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	margin: 0 0 15px 2%;
	background: #f7f7f7;
	border-radius: 10px 0 10px 0;
}
.vertically .subcat_block {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 4px 15px;
}
.subcat_image {
	margin: 0 15px 0 0;
}
.subcat_block a { 
	text-decoration: none; 
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
}
.subcat_block a:last-child { 
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	height: 50px; 
	width: 100%;
}
.subcorr { margin-right: auto; }
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
	list-style-type: none;
}
.orderby {
	height: 40px;
	padding: 3px 10px;
	box-sizing: border-box;
	border-radius: 10px 0;
}
.section_header {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	margin: 20px 0;
}
.slick-prev {
	width: 30px!important;
	height: 15px!important;
	background: transparent url('/wp-content/themes/imptheme/images/arrow-left.svg') 50% 50%/contain no-repeat!important;
	left: auto!important;
	right: 80px!important;
	top: -25px!important;
}
.slick-next {
	width: 30px!important;
	height: 15px!important;
	background: transparent url('/wp-content/themes/imptheme/images/arrow-right.svg') 50% 50%/contain no-repeat!important;
	left: auto!important;
	right: 20px!important;
	top: -25px!important;
}
.slick-prev:before, .slick-next:before {
	display: none!important;
}
.product-slide {
	display: flex!important;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	box-sizing: border-box;
	padding: 40px 15px 15px 15px;
	background: #F9F9F9;
	border-radius: 6px;
	margin: 0 15px 0 15px;
	position: relative;
}
.towishlist {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 23px;
	height: 23px; 
	cursor: pointer;
	background: transparent url('/wp-content/themes/imptheme/images/wishlist.svg') 50% 50%/contain no-repeat;
}
.product-image {
	display: block;
	width: 100%;
	aspect-ratio: 8 / 10;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 0 15px 0;
}
.product-name {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
	margin: 0 0 10px 0;
	text-decoration: none;
}
.prodinfo {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
}
.prodprices {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
.prodprice {
	font-size: 24px;
	font-weight: 900;
	line-height: 20px;
	color: #000;
	margin: 0 20px 0 0;
}
.prodprice > del {
	text-decoration: none;
}
.prodprice > del bdi {
	text-decoration: line-through;
	font-size: 13px;
}
.prodsku {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #888;
}
.prodbuttons {

}
.shippinginfo {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #888;
	margin: 0 0 6px 0;
}
.prodbuy {
	width: 20px;
	height: 18px;
	background: transparent url('/wp-content/themes/imptheme/images/cart.svg') 50% 50%/contain no-repeat;	
	cursor: pointer;
}
.home .prodbuy {
	display: none;
}
.double_ad {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	margin: 40px 0;
}
.double_ad > div {
	width: 49%;
}
.double_ad > div a {
	display: block;
	width: 100%;
	aspect-ratio: 10 / 5.5;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 10px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.products3 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	margin: 30px 0;
}
.products3 .product-snap {
	width: 30%;
}
.category_showblock_wrapper {
	margin: 0;
	width: 100%;
}
.category_showblock {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
}
.category_showblock_left {
	width: 50%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.category_showblock_name a {
	display: block;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	color: #000000;
	margin: 0 0 15px 0;
	text-decoration: none;
}
.category_showblock_desc {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin: 0 0 15px 0;
}
.category_showblock_left > a {
	background: #991919;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	padding: 10px 25px;
	text-decoration: none;
}
.category_showblock > a {
	width: 50%;
	display: block;
	aspect-ratio: 10 / 7;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 10px;
}
.page article {
	margin: 50px 0;
	width: 100%;
}
.products.columns-3,
.products.columns-4 {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
.product-snap {
	padding: 20px 15px;
	background: #F9F9F9;
	border-radius: 7px;
}
.products.columns-3 .product-snap {
	width: 31%;
	margin: 0 2% 35px 0;
}
.products.columns-4 .product-snap {
	width: 24%;
	margin: 0 1.33% 35px 0;
}
.products.columns-4 .product-snap:nth-child(3n+4) {
	margin-right: 0;
}
.filterheader {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-align: flex-start;
	color: #000000;
	margin: 0 0 20px 0;
}
.woocommerce-filter h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: flex-start;
	color: #000000;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px #aaa solid;
}
ul.brand-thumbnails li {
	list-style-type: none;
}
.brand-thumbnails li img {
	max-width: 180px;
}
.price_slider_amount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-grow: 0;
}
.price_slider_amount input {
	max-width: 60px;
	height: 25px;
}
.price_slider_amount label {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin-right: 8px;
}
.price_slider_amount label:nth-child(3) {
	margin-left: 8px;
}
.price_slider_amount button {
	margin-left: 8px!important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin: 0;
}
.hentry h2, .hentry h3, .hentry h4 {
    margin-top: 20px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #9f111b!important;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-info::before {
    color: #9f111b;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border: 1px #ccc solid!important;
    border-radius: 5px 0 5px 0!important;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: none!important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%!important;
}
#place_order {
	background: #9f111b!important;
}
li.wc_payment_method {
	list-style-type: none;
}
.posts-grid {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.posts-grid article {
	width: 31%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	margin-top: 10px;
}
.posts-grid article h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
	margin: 0 0 15px 0;
}
.posts-grid header.entry-header { width: 100%; }
.posts-grid article h2 a,
.posts-grid article h2 a:hover {
	text-decoration: none;
}
.posts-grid article a.image {
	display: block;
	width: 100%;
	aspect-ratio: 10 / 7;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 10px;
	margin: 0 0 15px 0;
}
h1.page-title,
h1.entry-title {
	font-size: 34px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	margin: 40px 0;
}
.single-post-thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	margin: 30px 0;
}
.single-post-thumbnail img {
	max-width: 800px;
}

@media (max-width: 1500px) {
	.fullcontainer {
		margin: 0 0 30px 0;
		padding: 0;
	}
	.container, .footer .container {
		margin: 0 0 30px 0;
		padding: 30px 40px;
	}
	.footer .bottom {
		padding: 0 40px;
		margin: 30px 0 0 0;
	}
}
@media (max-width: 1280px) {
	.footermenu {
		flex-wrap: wrap;
	}
	.footermenu > div {
		width: 32%;
	}
	.footer .copyright-social {
	    padding-left: 0;
	    margin: 0;
	    border-left: none;
	}
}

@media (max-width: 768px) {
	.menu-line { padding: 6px 20px;	}
	.menu-line .main-menu { display: none; }
	.menu-line .logo {
	    max-width: 200px;
	    width: 100%;
	}
	.menu-line .logo img { width: 100%; }
	.mobile_menu { 
		display: block; 
		position: relative;
		z-index: 5;
	}
	.wrap_mobile_menu {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
		padding: 25px;
		background: #ffffff;
		box-shadow: 2px 0 10px #333;
		width: 250px;
		position: fixed;
		left: -261px;
		top: 0;
		bottom: 0;
		transition: left 0.6s ease-in-out;
		z-index: 10;
		padding: 35px 10px 30px 10px;
	}
	.wrap_mobile_menu.visible {
		left: 0;
	}
	.wrap_mobile_menu .top-search {
		margin: 20px 0;
	}
	.wrap_mobile_menu .top-search input {
		max-width: 180px;
	}
	.wrap_mobile_menu .close_menu {
		position: absolute;
		top: 10px;
		right: 20px;
		width: 25px;
	}
	.mobile_menu a { 
		width: 35px; 
		height: 25px;
		display: block;
		background: transparent url('/wp-content/themes/imptheme/images/mobiletoggler.svg') 50% 50%/contain no-repeat;
	}
}
@media (max-width: 767px) {
	.wrapper {
	    margin-top: 0;
	}
	.top-line { display: none; }
	    .container {
	        margin: 0 0 20px 0;
	        padding: 0 15px;
	    }
	.menu-line .logo {
	    max-width: 120px;
	}
	.menu-line {
	        padding: 12px 20px;
	}
	.menu-line2 { display: none; }
	.top-cart-button {
	    margin: 0 15px 0 15px;
	}
	h1 {
	    font-size: 28px;
	    line-height: 40px;
	    margin: 20px 0 30px 0;
	}
	.footer .logo {
	    align-items: center;
	    justify-content: space-between;
	    flex-direction: column;
	}
	.footer .logo > img {
		margin: 0 0 20px 0;
	}
}
