/*
Theme Name: Budx Theme
Author: Dmytro Filipov (mrdias11@gmail.com)
*/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&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;}

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;}
.hentry h2, .hentry h3, .hentry h4 {margin: 30px 0 15px 0;}

.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-weight: 400;
    font-style: normal;
}
.wrapper {
	margin-top: 125px;
}
.home .wrapper {
	margin-top: 74px;
}
h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 55px;
    color: #2B2B2B;
    margin: 10px 0 30px 0;
}
h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #2B2B2B;
    margin: 0;
}
h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    color: #2B2B2B;
    margin: 0;
}
.header {
    position: fixed;
    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;
}
.fullcontainer {
	width: 100%;
	margin: 0 auto 30px auto;
	max-width: 2560px;
}
.breadcrumbs a { text-decoration: none; }
.filterheader {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #000;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px #ccc solid;
}
.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: 7px;
	left: 2px;
	background: transparent url('/wp-content/themes/budxtheme/images/check-mark-green.svg') 50% 50%/contain no-repeat;
}
.main-menu .menu-item-has-children { 
	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/budxtheme/images/triangle-right.svg') 50% 50%/contain no-repeat; **/
}
.main-menu .menu-item-has-children:hover:after { 
/**	background: transparent url('/wp-content/themes/budxtheme/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;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	padding: 18px;
	background: #fff;
	z-index: 991;
}
/** .main-menu .menu-item-has-children:hover .sub-menu li {	margin: 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;
}
.top-line {
	background-color: #eeeeee;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	position: relative;
	height: 30px;
	z-index: 4;
}
.tempphrase {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
}
.tempphraseclose {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 7px;
	right: 20px;
	background: transparent url('/wp-content/themes/budxtheme/images/closecross.svg') 50% 50%/contain no-repeat;
	cursor: pointer;
}
.menu-line-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	box-shadow: 0 1px 20px #555;
	background: #444444;
}
.menu-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	padding: 7px 0;
	width: 100%;
	max-width: 1440px;
}
.top-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row;
	width: 15%;
}
.menu-line .main-menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	padding-left: 30px;
	width: 70%;
}
.menu-line .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	max-width: 140px;
	width: 15%;
}
.menu-line .logo img { width: 100%; }
.menu-line2-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	margin: 0;
	position: relative;
	background-color: #666666;
}
.menu-line2 {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	padding: 3px 0;
	margin: 0 auto;
	max-width: 1440px;
}
.menu-main-menu-container ul.menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	margin: 0;
}
.menu-main-menu-container ul.menu li {
    margin: 0;
    padding: 0 25px;
    list-style-type: none;

}
.menu-main-menu-container ul.menu li:first-child { padding-left: 0; }
.menu-main-menu-container ul.menu li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 56px;
    border-bottom: 4px transparent solid;
    transition: border-color 0.5s ease;  
    white-space: nowrap;
}
.menu-main-menu-container ul.menu > li.menu-item-has-children > a {
	padding-right: 20px;
	background: transparent url('/wp-content/themes/budxtheme/images/triangle-down.svg') 100% 50%/15px no-repeat;
}
.menu-main-menu-container ul.menu > li.menu-item-has-children > a:hover {
	background: transparent url('/wp-content/themes/budxtheme/images/triangle-right.svg') 100% 50%/15px no-repeat;
}
/**
.menu-main-menu-container ul.menu li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > a {
	padding-right: 20px;
	background: none;
}
.menu-main-menu-container ul.menu li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > a:hover {
	background: none;
}
**/
.menu-main-menu-container ul.menu > li {
    border-bottom: 4px transparent solid;
}
.menu-main-menu-container ul.menu > li:hover {
    border-bottom: 4px #fff solid;
}
.menu-main-menu-container ul.sub-menu { display: none; }
.menu-main-menu-container ul.menu > li:hover > .sub-menu,
.menu-main-menu-container ul.menu > li.static > .sub-menu {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	position: absolute;
	width: 100%;
	top: 71px;
	left: 0;
	background: #555555;
	padding: 10px 15px 10px 15px;
	box-sizing: border-box;
}
.menu-main-menu-container ul.menu li:hover .sub-menu li a,
.menu-main-menu-container ul.menu li.static .sub-menu li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    white-space: nowrap;
    padding: 0 25px 0 0;
}
.menu-main-menu-container ul.menu > li:hover > .sub-menu > li,
.menu-main-menu-container ul.menu > li:static > .sub-menu > li {
	position: relative; 
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	height: 50px;
}
.menu-main-menu-container ul.menu > li:hover > .sub-menu > li > a,
.menu-main-menu-container ul.menu > li.static > .sub-menu > li > a {
	padding-bottom: 0;
	margin: 0;
}
.menu-main-menu-container ul.menu > li:hover > .sub-menu > li.menu-item-has-children { 

}
.sub-menu.showpanel { display: none!important; }

.menu-main-menu-container ul.menu > li:hover > .sub-menu > li.menu-item-has-children:hover .sub-menu.showpanel,
.menu-main-menu-container ul.menu > li.static > .sub-menu > li.menu-item-has-children:hover .sub-menu.showpanel {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	position: absolute;
	top: 44px;
	left: -10px;
	background: #f4f4f4;
	padding: 15px;
}
.menu-main-menu-container ul.menu li:hover .sub-menu.showpanel li {
	flex-shrink: 1;
	flex-grow: 0;
	flex-basis: 0;
	margin-bottom: 25px;
}
.menu-main-menu-container ul.menu li:hover .sub-menu.showpanel li a {
    line-height: 20px;
    text-align: center;
}
.menu-main-menu-container ul.menu li:hover .sub-menu.showpanel img {
	max-width: 200px;
	margin: 0;
}
.menu-footer-menu-container ul li {
	list-style-type: none; 
	padding-bottom: 10px;
}
.menu-footer-menu-container ul li a {
	text-decoration: none;
}
.breadcrumbs_wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	width: 100%;
}
.breadcrumbs {
	width: 100%;
	max-width: 1440px;
	margin: 20px auto;
	color: #000000;
	font-size: 13px;
	font-weight: 300;
	line-height: 23px;
	white-space: nowrap;
}
.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: none;
	border: none;
	box-shadow: none;
	padding: 5px 15px;
}
.top-search input:focus {
	border-bottom: 1px #ccc solid;
}
.top-search .searchbutton {
	width: 25px;
	height: 25px;
	background: transparent url('/wp-content/themes/budxtheme/images/searchicon_hover.svg') 50% 50%/contain no-repeat;
	cursor: pointer;
	margin-left: 10px;
}
.top-search .searchbutton:hover {
	background: transparent url('/wp-content/themes/budxtheme/images/searchicon.svg') 50% 50%/contain no-repeat;
}
.top-langsel {
	cursor: pointer;
	color: #fff;
}
.top-cart {
	position: relative;
}
.top-cart .minicartwrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	background: #fff;
	padding: 0;
	border-radius: 0 0 10px 10px;
	box-shadow: 1px 1px 5px #333;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 30;
}
.top-cart > .woocommerce .woocommerce-error { display: none; }

.top-cart-button {
	width: 25px;
	height: 25px;
	background: transparent url('/wp-content/themes/budxtheme/images/topcart_white.svg') 50% 50%/contain no-repeat;
	cursor: pointer;
	margin: 0 35px 0 15px;
}
.minicartwrapper .basket-btn_counter_wrapper {
	position: absolute;
	left: 2px!important;
	top: -37px!important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
    	width: 20px;
	height: 20px;
	border-radius: 10px;
	font-size: 13px;
	color: #000;
	background: #fff;
}
.minicartwrapper .cart_dropdown2 {
	display: none;
	position: absolute;
	top: 0; 
	right: -60px;
	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 {
	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;
}
.footer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	background: #eee;
	margin: 40px 0 0 0;
}
.footer .bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	margin: 30px auto;
	max-width: 1440px;
}
.footer .logo {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	padding: 30px 0 0 0;
}
.footer .logo img { max-width: 130px; }
.footer .copyright-social {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	padding-top: 20px;
	margin: 30px 0 40px 0;
	border-top: 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;
}
.fullimage { 
	width: 100%; 
	margin: 0 0 20px 0;
	position: relative;
	z-index: 1;
}
/** .fullimage:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.5); z-index: 2;} **/
.fullimage .overlay {
	position: absolute;
	z-index: 4;
	bottom: 330px;
	left: 180px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
.fullimage .top-slogan-bold {
	font-size: 106px;
	font-weight: 800;
	line-height: 120px;
	color: #000;
	margin: 0 0 5px 0;
}
.fullimage .top-slogan-small {
	font-size: 26px;
	line-height: 32px;
	margin: 0 0 45px 0;
	color: #000;
}
.fullimage .top-slogan-link {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
.fullimage .top-slogan-link a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    padding: 15px 50px;	
    background-color: #56bbe1;
    border-radius: 12px 0 12px 0;
    text-decoration: none;
}

.background-video-hosted {
	width: 100%;
	height: auto;
}
.fullvideo {
	width: 100%;
}
.fullvideo iframe {
	height: 65vh;
}
.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: 34px;
	font-weight: 500;
	line-height: 40px;
	color: #000;
}
ul.products li .woocommerce-Price-amount {
	font-size: 18px;
	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;
}

@media (max-width: 1440px) {
	.fullcontainer {
		margin: 0 0 30px 0;
		padding: 0;
	}
	.container {
		margin: 0 0 30px 0;
		padding: 0 40px;
	}
	.footer .bottom {
		padding: 0 40px;
		margin: 30px 0 0 0;
	}
}
@media (max-width: 1366px) {
	.menu-line2 ul.menu li .sub-menu.showpanel a {
	    font-size: 14px!important;
	    line-height: 20px!important;
	    white-space: wrap!important;
	}
	.menu-line2 ul.menu li:hover .sub-menu.showpanel img {
		max-width: 160px;
	}
}
@media (max-width: 1024px) {
	.top-slogan { display: 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/budxtheme/images/mobiletoggler.svg') 50% 50%/contain no-repeat;
	}
	.fullimage img { width: 100%; }
}
@media (max-width: 767px) {
	.wrapper {
	    margin-top: 60px;
	}
	    .container {
	        margin: 0 0 20px 0;
	        padding: 0 15px;
	    }
	.breadcrumbs {
		padding: 0 15px;
		font-size: 11px;
		white-space: wrap;
	}
	.top-langsel {
		white-space: nowrap;
	}
	.top-right {
	    width: auto;
	}
	.menu-line .logo {
	    max-width: 90px;
	}
	.menu-line {
	        padding: 12px 20px;
	}
	.menu-line2 { display: none; }
	.top-cart-button {
	    margin: 0 15px 0 15px;
	}
	h1 {
	    font-size: 26px;
	    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;
	}
	.menu-main-menu-container {
		overflow-y: scroll;
	}
	.menu-main-menu-container li {
		list-style-type: none!important;
		margin-left: 0!important;
	}
	.menu-main-menu-container .sub-menu { margin-left: 20px; }
	.menu-main-menu-container li a {
		font-size: 13px!important;
		line-height: 18px!important;
	}
	.dial_wrapper .dial {
	    align-items: center;
	    justify-content: flex-start;
	    flex-direction: column;
	    margin: 0 0 25px 0;
	}
	.dial_wrapper .dial:nth-child(even) {
	    flex-direction: column-reverse;
	}
	.dial_wrapper .dial .dial_text { width: 100%!important; }
	.dial_wrapper .dial .dial_img {
		width: 70%!important;
		margin: 0 15% 20px 15%!important;
		height: 200px!important;
	}
	.dial_wrapper .dial_img > .dial_name {
	    font-size: 20px;
	    line-height: 26px;
	    padding: 15px 10px;
	    border-radius: 15px 0 15px 0;
	}
	.dial_header {
	    font-size: 22px;
	    line-height: 30px;
	    margin: 0 0 40px 0;
	}
	.dial_wrapper .dial_link a {
	    padding: 15px 30px;
	    margin: 10px auto 25px auto;
	    font-size: 18px;
	    line-height: 20px;
	    border-radius: 10px 0 10px 0;
	}
}
