/**** add igrkiv.ru ***/

/**** A modern CSS reset ***/
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}p{margin-top:0;margin-bottom:1em;}
fieldset {border:none; padding:0; margin:0}
::placeholder {color: #999;}

:root {

--red: #D3007C;
--blue:#000E75;
--blue2:#374192;
--dark:#353E3E;
--black:#222;
--light:#F3FFFF;

--bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif;

}

input[type="text"]:focus { outline: none; }   
input[type="button"]:focus { outline: none; }   
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
a:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
/* input#search-area118:focus { outline: none; }  */
button:focus { outline: none; }   

button:active, button:focus {
outline: none !important;
}
button::-moz-focus-inner {
border: 0 !important;
}

body {
background: #F3FFFF;
background: #f6f4ff;
font-family: var(--bs-font-sans-serif);
font-family: 'Rubik', sans-serif;
/* font-feature-settings: 'pnum' on, 'lnum' on; */
color: var(--black);
overflow-x: hidden;

}

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

a {
color: var(--blue);
text-decoration:none;
transition:0.3s;
}
a:hover {
    color: var(--red);

}

h1, h2, h3, h4 {
	font-weight:500;
	line-height:1.2;
	margin-bottom:1em; 
}

h1 {font-size:28px; }
h2 {font-size:24px; }
h3 {font-size:20px; }
h4 {font-size:18px; }

h3.modtitle {
    /* border-bottom: 2px solid #f0f0ee; */
    /* border-bottom: 2px solid rgba(178, 179, 170, .2); */
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
	font-size:25px;
	text-align:center;

}	
h3.modtitle:before {
    content: "";
/* border-right: 3px solid #ffffff; */
    position: absolute;
    bottom: -2px;

    left: 50%;
	transform:translateX(-50%);
    height: 2px;
    width: 90px;

background-color: var(--red);
}

.sidebar-a .moduletable {
	margin-bottom:15px;
}

.btn-primary {
	background: var(--blue);
    color: #fff;
    padding: 5px 30px;
	transition:0.3s;
	border-radius:10px;
}
.btn-primary:hover {
	background: var(--red);
	color: #fff;
}

input, button, textarea, select {
padding:7px 12px;
border-radius:10px;
}

/****** scrollbars ******/

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--blue2) #eee;
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #eee;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--blue2);
  border-radius: 50px;
}


/***** header *****/	
.site-header {
	
}
.toolbar {
padding: 10px 0;
	display:flex;
	gap:0 50px;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}
.top-geoip {
	display:flex;
	align-items:center;
	gap:15px;
}
.new-shops {
    background: url(./img/marker.svg) left center no-repeat;
    background-size: 18px;
    padding-left: 20px;
    display: flex;
	font-size:18px;
}
.new-shops span {
    color: #353E3E;
    border-bottom: 1px solid #353E3E;
}
.geoip-city {
	/* font-size:14px; */
}
.geoip-city-name {
	color:var(--blue);
}
.phone-top {
    background: url(./img/phone.svg) left center no-repeat;
    background-size: 22px;
    padding-left: 20px;
    display: flex;
	font-size:18px;	
	font-weight:500;
	color:var(--dark);
}
.header2-callback {
	text-align:center;
}

.navbar-nav {
	padding:0;
	margin:0;
	list-style-type:none;
	display:flex;
	gap:15px 50px;
}

.navbar-nav .nav-item a, .navbar-nav .nav-item .separator   {
	display:block;
    font-size: 18px;
    color: var(--red);
	transition:0.2s;	
	white-space: nowrap;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	/* font-size:14px; */
}
.navbar-nav .nav-item a:hover, .navbar-nav .nav-item .separator:hover {
border-bottom:1px solid var(--blue);
/* background:var(--color-dark); */
color:#777;
}

.navbar-nav .nav-item.deeper {
position:relative;
}
.navbar-nav .nav-item.deeper:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #444;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
	position: absolute;
    top: 20px;
    right: 3px;
}

.dropdown-menu {
    position: absolute;
    float: left;
    text-align: left;
    list-style: none;
    background-color:var(--color-gdark);
    border: none;
    border-radius: 0;
	min-width:250px;
	box-shadow:0 10px 15px rgba(0,0,0,0.2);
	margin-top:0px;
	padding:0;
}


.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-item.active, .dropdown-item:active {
background: #af2592;
}

.header-inner {
padding: 10px 0;
	display:flex;
	gap:20px 50px;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	position:relative;
}

.logo {
	max-width:280px
}


/*** topsearch  ***/
.topsearch  {
	flex:1 1;
	min-width:200px;
}
.search-form-inner {
position:relative;	
}

.btn-topsearch{
	display:inline-block;
	background: #f5f5f5 url(./img/search.svg) center center no-repeat;
	background-size:24px;
	color:#fff;
	width:58px;
	height:58px;	
    border: none;
	transition:0.2s;
	border-radius: 7px;
	position:absolute;
	top:1px;
	right:1px;
}
.btn-topsearch:hover {
	background: #e5e5e5 url(./img/search.svg) center center no-repeat;
}

#mod_virtuemart_search {
    height: 60px;
    background: #fff;
    padding: 0 58px 0 16px;
    border: 1px solid #424648;
    box-sizing: border-box;
    border-radius: 7px;
	width:100%;
}

.button {
	display:inline-block;
	background: var(--color-gdark);
	color:#fff;
	padding: 3px 20px;
    border: 2px solid var(--color-gdark);
	transition:0.2s;
}
.button:hover {
	color:#fff;
	background:var(--color-gdark);
}

.header1 {
	margin-right:auto;
}
.catalog-toggle {
	display:flex;
	align-items:center;
	justify-content:center;		
	height:60px;
	padding:5px 25px;
	color:#fff;
	font-size:20px;
    background-color: var(--blue);
    box-shadow: 2px 2px 4px rgba(114, 142, 171, 0.1), -6px -6px 20px #FFFFFF, 4px 4px 20px rgba(111, 140, 176, 0.41);
    border-radius: 7px;
    transition: .3s;
	cursor:pointer;
}
.catalog-toggle:hover {
	color:#fff;
    background-color: var(--blue2);
    box-shadow: 
	inset 2px 2px 4px rgba(114, 142, 171, 0.1), 
	inset 4px 4px 20px rgba(111, 140, 176, 0.41);
    transition: .3s;
}

.header-megamenu {
position:absolute;
top:75px;
left:0;
width:100%;
z-index:9999;
opacity:0;
height:0;
overflow:hidden;
transition:0.4s;
box-shadow: 0 15px 30px rgba(0,0,0, 0.3);
background:#fff;	
border-radius:15px;
}
@media (min-width: 1200px) {
.megamenu-wrap:hover .header-megamenu {
opacity:1;
height:auto;
transition:0.4s;
}
}

.header-megamenu.open {
opacity:1;
height:auto;
transition:0.4s;
}


.megamenu-inner {
padding:50px;
}	

.menu.megamenu {
display:flex;
flex-wrap:wrap;
gap:15px 30px;
margin:0;
padding:0;
list-style-type:none;	
}
.megamenu li {
width:calc(25% - 25px);
min-width:250px;	
}
.megamenu a{
display:flex;
align-items:center;
justify-content:center;
text-align:center;
width:100%;
height:60px;
padding:5px 20px;	
border:1px solid #ddd;
border-radius:10px;
transition:0.3s;
}
.megamenu a:hover{
background:var(--light);
border:1px solid #bbb;
	box-shadow: 0 5px 15px rgba(0,0,0, 0.15);
}

.btn-header {
	width:60px;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	border-radius:10px;
	transition:0.3s;
}
.btn-header:hover {
box-shadow:5px 5px 10px rgba(0,0,0,0.2);	
}


/*** end nav ***/


.hslider-item {
max-height:400px;
border-radius:50px;
}
.hslider-item img{
width:100%;
height:100%;
max-height:400px;
object-fit:cover;
border-radius:50px;
}
.hslider .slick-dots {
	/* bottom:12px; */
}
.hslider .slick-dots li button {
background:#f5f5f5;
border-radius:100%;
width:19px;
height:18px;
}
.hslider .slick-dots li button:before {
	font-size:12px;
}


.carousel-item-image {
	height:100%;
}
.carousel-item img{
object-fit: cover;
    width: auto;
    height: 100%;
}
.carousel-item {
transition: transform 1s ease, opacity .5s ease-out;	
}
.carousel .carousel-caption {
/*background:none;*/
  padding-top: 20px;
}
.carousel-caption h3 {
	font-size:30px;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}
.btn-round {
	padding:10px 40px;
	border-radius:50px;
	color:#fff;
	background:var(--color-gdark);
	border:2px solid #fff;
	transition:0.3s;
}
.btn-round:hover {
		border:2px solid #fff;
	color:#fff;
	background:#a51920;
	box-shadow:0 0 15px rgba(255,255,255, 0.5);
}

.top0 {
background: var(--color-gdark);
padding:20px 0;
color:#fff;	
}
.top0 i{
color:#fff;
font-size:25px;	
margin-right:15px;
}
.advatages1__item {
	border:1px solid #fff;
	padding:20px;
	text-align:center;
height:100%;
}
.advatages1__item_header {
	font-size:20px;	
	margin-bottom:15px;
	line-height:1.2;
}
.advatages1__item_txt {
	font-size:16px;
	line-height:1.2;
}

.breadcrumb {
	margin:15px 0;
	padding:0;
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
	gap:10px;
background:none;	
}
.breadcrumb li{
	display:flex;
	gap:10px;
	align-items:center;
}

.breadcrumb a, .breadcrumb li.active span {
    color: #565a60;
    border-radius: 50px;
    padding: 6px 12px;
    background: #f3ffff;
    box-shadow: 1px 1px 1px #00000029;
	font-size:14px;
}


/* .breadcrumb span{ */
/* color:#777; */
/* font-size:14px; */
/* } */

.breadcrumb .divider img{
filter:grayscale(100%);

}



.top1, .top2, .top3  {
	padding-top:30px;
	padding-bottom:30px;
}

.promo-cat {
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:30px;
}
.promo-cat-item {
	height:240px;
	border-radius:20px;
	overflow:hidden;
	position:relative;
}
.promo-cat-img {
	height:100%;
	width:100%;
	object-fit:cover;
	transition:0.3s;
}
.promo-cat-title {
	position:absolute;
	bottom:20px;
	font-size:24px;
	color:#fff;
	text-align:center;
	padding:0 20px;
width:100%;
z-index:3;
}

.promo-cat-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 40%;
    transition: opacity 0.3s ease;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.promo-cat-item:hover .promo-cat-img {
	transform:scale(1.05);
}
/* .promo-cat-item:hover:after { */
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* top: 0; */
    /* transition: opacity 0.3s ease; */
    /* z-index: 1; */
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); */
/* } */
.promo-cat-item:before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    z-index: 2;
}
.promo-cat-item:hover:before {
    opacity: 1;
    transition: opacity 0.3s ease;
}
.promo-cat-item:hover:after {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.category-home2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1rem;	
}
.category-block {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	height:270px;
	border-radius:20px;
	border:1px solid var(--dark);
/* background: var(--dark); */
	text-align:center;
	/* max-width:600px; */
}
.category-block_img {
	height: 100%;
}
.category-block img {
	 width: 100%; 
	/*max-height: 100%;*/
	transition-duration: .5s;
	/* background:var(--color-dark); */
	/* opacity:0.6; */
	max-height:270px;
	object-fit:cover;
}
.category-block:hover img {
	transform: scale(1.1);
	background:#fff;
	opacity:1;
}
.category-block__title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background-color: rgba(128, 0, 0, 0.7); */
	background-color:rgba(211, 0, 124, 0.6);
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 20px;
}

.bottom1, .bottom2  {
	padding-top:30px;
	padding-bottom:30px;	
}

.btn-price {
	display:inline-block;
	padding: 15px 50px;
    border: 2px solid var(--color-gdark);
    font-size: 20px;
	transition:0.2s;
}
.btn-price:hover {
	color:#fff;
	background:var(--color-gdark);
}
.btn-price:hover i{
	color:#fff;
}

 
.main {
	padding-top:20px;
	padding-bottom:20px;	
}
.home .main {
/* background:#f5f5f5;	 */
}
.sidebar-a .moduletable, .sidebar-b .moduletable, .innertop .moduletable {
margin-bottom:20px;	
} 

.items-row {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #999;
}
details[open] summary {
    margin-bottom: 15px;
}
.gidromanufactures {
text-align:center;	
}
.gidromanufactures img{
	max-width:180px;
	max-height:70px;
	margin-bottom:12px;
}
.gidromanufactures p{
margin-bottom:0;	
}

.readmore a{
display: inline-block;
    padding: 5px 20px;
    color: #fff;
    background: var(--color-gdark);
    margin-top: 15px;
}

.slick-prev:before, .slick-next:before {
content:none;
}
.slick-next, .slick-next:hover {
	background:#fff url(./img/next.png) center center no-repeat;
	background-size:15px;
	opacity:1;
	z-index:99;
}
.slick-prev, .slick-prev:hover {
	background:#fff url(./img/prev.png) center center no-repeat;
	background-size:12px;
	opacity:1;
	z-index:99;
}
.slick-prev, .slick-next {
	width:40px;
	height:40px;
}
.slick-prev {
    left: 10px; 
}
.slick-next {
    right: 10px; 
}
.slick-track {
	display:flex;
	align-items: stretch;
}
.slick-slide {
    height: auto;
}
.slick-slide img {
	display:inline-block;
}
.mod-product-item-wrap {
	margin-bottom:10px;

}
.mod-product-container {
	padding:0 10px;	
	text-align:center;
	height:100%;
}
.mod-product-item {
display:block;
height:100%;

    padding: 25px;
    background: #fff;
    box-shadow: 0px 0px 8px rgb(191 229 229);
    position: relative;
	border-radius:15px;
transition:0.3s;
    display: flex;
    flex-direction: column;
    align-items:center;
}
.vmproduct .slick-slide {
	padding:15px 0;
}
.mod-product-item:hover {
border:1px solid var(--color-gdark);
box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.mod-product-img {
	height:220px;
	margin-bottom:15px;
}
.mod-product-img img{
	max-height:100%;
	height:100%;
	width:100%;
	object-fit:cover;
}
.mod-product-title {
	padding:0 15px;
	height:40px;
	overflow:hidden;
	font-size:18px;
	color:#444;
	line-height:1.1;
	margin-bottom:5px;
}
.mod-product-price-add {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:15px;
	margin-top:15px;
	width:100%;
}
.mod-product-price {
	width:100%;
	float:left;
	padding:0 15px;
}
.mod-product-price .product-price {
	width:100%;
	float:left;	
	font-size:20px;
	padding:0 15px;
}
.PricesalesPrice {
	text-align:center;
}
.mod-product-add-cart{
	display:inline-block;
	background: #f5f5f5 url(./img/basket.svg) center center no-repeat;
	background-size:30px;
	width:50px;
	height:50px;	
    border: none;
	transition:0.2s;
	border-radius: 7px;
	flex:none;
}

.details-button.prod-details.btn.btn-black {
color:#fff;
background:var(--color-gdark);
padding:5px 15px;
margin:0 auto;
border-radius:0;
}

.pagination ul {
	list-style-type: none;
}
.pagination ul li{
display:inline-block;
margin-bottom:15px;
}

.benefits-wrapper {
	padding-top:0px;
	padding-bottom:30px;
}

.benefits {
    padding: 1rem 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.benefits-list {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.benefit {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.benefit-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -0.5rem;
}
.benefit-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
}
.benefit-caption {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0.5rem;
    /* color: #330606; */
    line-height: 1.2;
}

/***** category - view ****/

.category-view .subsection_item {
    border: 1px solid #ebebeb;
    display: block;
	margin: 15px 0 ;
    transition: all 0.4s;

} 
.category-view .subsection_item:hover {
    box-shadow: 0 0 5px 4px #dcdcdc;
}
.category-view .subsection_item .img {
    padding: 20px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-view .subsection_item .img img {
	width:auto;
	max-height:100%;
}
.category-view .subsection_item .text {
    border-top: 1px solid #ebebeb;
    padding: 20px;
    background: #f8f8f8;
    height: 60px;
	line-height:1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 14px; */
    color: #333;
	font-weight:bold;
	text-align:center;
}
.display-number {
	display:flex;
	gap:10px;
	align-items:center;
}
.display-number select {
	height:30px;
	width:70px;
	border-radius:5px;
}

.orderlistcontainer div.activeOrder {
    /* background: #FFF top right no-repeat url(../images/vmgeneral/arrow_down.png); */
	background-position: right center;
    cursor: pointer;
    border: solid #CAC9C9 1px;
    border-radius: 0px;
    /* padding: 5px 24px 5px 12px; */
}
.orderlistcontainer {
    position: relative;
font-size: 14px;
}
.orderlistcontainer div.orderlist {
width:100%;
}
.orderlistcontainer a {
    text-decoration: none;
    display: block;
    padding: 5px 15px;
}
.orderby-displaynumber {
background:#f8f8f8;
font-size: 14px; 
display: flex;
justify-content: space-between;	
align-items: center;
	padding:5px 15px;
}
.product-view-button {
	font-size:20px;
}

.cat-product-items {
display:grid;
gap:20px;
grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));	
}



.cat-product-container {
	height: 100%;
}
.cat-product-items .product-wrap  {
	
}
.cat-product-item {
	background:#fff;
box-shadow: 0px 0px 8px rgb(191 229 229);
border-radius:10px;
height: 500px;
border: none;
padding: 15px;
display:flex;
flex-direction: column;
justify-content:space-between;
margin:0;
transition: 0.3s;
overflow:hidden;
max-width:320px;
margin:0 auto;
}
.cat-product-item:hover {
box-shadow:0 0 10px rgba(0,0,0,0.4);
}
.cat-product-img {
height:220px;
margin-bottom:15px;
/* display:flex; */
/* align-items:center; */
/* justify-content:center; */
}
.cat-product-img img{
height:385px; 
width:290px; 
object-fit:cover;
transition:0.3s;
}
.cat-product-item:hover .cat-product-img img{
transform:scale(1.05);	
}
.cat-product-descr {
color:#333;
padding:0 5px;
text-align:center;
margin-bottom:-152px;	
}
.cat-product-title {
	font-weight:400;
}
.cat-product-price .product-price {
	font-size:20px;
	font-weight:bold;
	padding:10px;
	float:none;
	margin:0 auto;
}
.cat-product-price-addtocart {
	text-align:center;
}
.cat-product-price-addtocart .product-price {
    margin: 0 0 6px;
    text-align: center;
    float: none;
    line-height: 1.2;
	font-size:18px;
	font-weight:500;
	color:var(--dark);
}
.cat-product-price-addtocart .product-fields-title {
	font-size:14px;
}
.cat-product-item .quantity-box, .cat-product-item .quantity-controls {
	/* display:none; */
}
span.quantity-controls {
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: -5px;
}
.quantity-box .quantity-input, .cart-summary .quantity-input {
    height: 34px;
    width: 34px;
    text-align: center;
    font-weight: normal;
	border:1px solid var(--color-dark);
	/* border-right:0; */
	border-radius:0;
	background:none;
	color: var(--color-dark);
}
span.quantity-controls input.quantity-plus, span.quantity-controls input.quantity-minus {
	width:17px;
	height:17px;
	display:block;
	border:1px solid var(--color-dark);
	border-radius:0;
    margin: 0;
	background:none;
	position:relative;
	padding:0;
	font-size:20px;
	border-left:0;
}
span.quantity-controls input.quantity-plus {
border-bottom:0;
}

.cat-product-details-button {
	background:var(--color-gdark);
	color:#fff;
	padding:5px 30px;
	margin:0 auto;
	
}

.cat-product-price-addtocart {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button, span.addtocart-button span.addtocart-button-disabled {
	display: inline-block;
    max-width: 100%;
    background: var(--blue);
    color: #fff;
    border: solid var(--blue) 1px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 15px;
    margin-bottom: 0;
}
span.addtocart-button input.addtocart-button {
	font-size:0;
	padding:0;
    display: inline-block;
    background: #f5f5f5 url(./img/basket.svg) center center no-repeat;
    background-size: 30px;
    width: 50px;
    height: 50px;
    border: none;
    transition: 0.3s;
    border-radius: 7px;
    flex: none;
}
span.addtocart-button input.addtocart-button:hover {
    background: #f5f5f5 url(./img/basket.svg) center center no-repeat;
    background-size: 35px;
box-shadow:5px 5px 10px rgba(0,0,0,0.2);
}
.addtocart-bar {
    margin: 0;
display:flex;
align-items:center;
gap:5px;
}

.vm-pagination {
float:none!important;
}
.vm-pagination ul{
padding-left:0;
list-style-type: none;
font-size:14px;
}
.vm-pagination ul li {
    display: inline-block;
	margin-top:10px;
}
.vm-page-counter {
    float: none;
}
.pagenav {
    padding: 3px 8px;
    margin: 0 4px;
    border: 1px solid #aaa;
    background-color: #fafafa;
    color: #909090;
	border-radius:5px;
}
a.pagenav {
    color: var(--black);
    text-decoration: none;
}
.product-view-button a{
    display: inline-block;
    color: #bbb;
}
.product-view-button a i{
    color: #bbb;
}
.product-view-button a.active i{
    color: var(--blue2);
}

.list-view .product {
    width: 100%;
-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-bottom:-1px;
}
.list-view .cat-product-item  {
	display:flex;
	flex-direction: row;
	align-items:center;
justify-content: flex-start;
padding-bottom: 0;
}
.list-view .cat-product-img{

    width: 100px;
	height:100px;
    float: left;
	margin-bottom:0;
	margin-right:20px;

}
.list-view .cat-product-price-addtocart{
margin-left:auto;
margin-right:15px;
}
.list-view .spacer .vm-product-descr-container .vm-product-rating-container span{
    float: left;
}
.list-view .spacer .vm-product-detail-container{
    width: 30%;
    float: left;
}

/***** product-details ****/

.productdetails .product-addinfo {
	color:#aaa;
}

.productdetails .manufacturer {
display:inline-block;
}
.spacer-buy-area {
	display:flex;
	align-items:center;
	gap:20px;
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f5f5f5;
	padding:20px;
	border-radius:15px;
}
.quantity-box-wrap {
padding:5px 10px;
background:#fff;
box-shadow:0 0 5px rgba(0,0,0,0.2);
border-radius:10px;	
    display: flex;
    align-items: center;
}
.addtocart-wrap {

	align-items:center;
	justify-content:space-around;
}
.productdetails-view .spacer-buy-area .product-price {
    font-size: 30px;
    font-weight: 400;
	float:none;
	margin:0;
}
.productdetails-view .main-image {
	text-align:center;
}
.productdetails-view .main-image img{
	max-height:600px;
}
.productdetails-maininfo {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:20px;
	
}
.product-addinfo {
margin-bottom:15px;	
}


.buyplushki {
    /* height: 150px; */
    padding: 0;
    margin-top: 30px;
    line-height: 18px;
}
.plushkibox {
    /* width: 350px; */
    padding: 10px 20px 0 22px;
    float: left;
    position: relative;
    font-size: 14px;
}
.inphone {
    width: 32px;
    height: 32px;
    /* background: #fff url(/images/icons_in.png); */
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
	font-size:28px;
	color:#E74C3C;
}
.inpay {
    width: 32px;
    height: 32px;
    /* background: #fff url(/images/icons_in.png); */
    background-repeat: no-repeat;
    background-position: -64px 0;
    float: left;
	font-size:28px;
	color:#E74C3C;
}
.indost {
    width: 32px;
    height: 32px;
    /* background: #fff url(/images/icons_in.png); */
    background-repeat: no-repeat;
    background-position: -32px 0;
    float: left;
	font-size:28px;
	color:#E74C3C;
}
.plushkibox p {
    padding-left: 47px;
    word-wrap: break-word;
}

.product-container.productdetails-view.productdetails input.addtocart-button {
box-shadow:2px 2px 10px rgba(0,0,0,0.1);
}
.product-container.productdetails-view.productdetails span.addtocart-button input.addtocart-button:hover {
box-shadow:5px 5px 10px rgba(0,0,0,0.2);
}

.product-container.productdetails-view.productdetails input.addtocart-button:hover {
/* opacity:0.9;	 */
}
.product-container.productdetails-view.productdetails span.addtocart-button {
    position: relative;
}
.product-field.product-field-type-E select {
	min-width:120px;
}

.productdetails .quantity-box .quantity-input{
	width:50px;
}
/* .productdetails .quantity-box, .productdetails .quantity-controls { */
	/* display:none; */
/* } */


.productdetails-descrinfo {
	margin-top:30px;
	margin-bottom:30px;
}
.productsdetails-tabs .nav-tabs {
margin:0;
padding:0;
list-style-type:none;
}
.productsdetails-tabs .nav-tabs .nav-link {
border:none;
border-bottom: 3px solid #eee;
text-decoration:none;
text-transform:uppercase;
font-weight:600;
}

.productsdetails-tabs .nav-tabs .nav-item {
    margin-bottom: -3px;
}
.productsdetails-tabs .tab-content {
	padding:30px 0;
}

.productsdetails-tabs .nav-tabs .nav-item.show .nav-link, .productsdetails-tabs  .nav-tabs .nav-link.active {
font-weight:400;
text-transform:uppercase;
list-style-type:none;
margin:0;
border: 1px solid var(--blue);
padding:5px 15px;
border-radius:5px;
    background: #F3FFFF;
    color: var(--blue);

}

.product-field.product-field-type-R {
margin-bottom: 25px;
margin-left: 9px;
margin-right: 9px;
text-align: center;
background: #FFF;
border: 1px solid #ddd;
padding-bottom:15px;
transition: all .2s ease-in-out;
float:left;
width:25%;
}
.product-field.product-field-type-R:hover {
border-color: #ddd;
    box-shadow: 0 1px 8px 0px rgba(0,0,0,.15);
    transition: all .2s ease-in-out;
}
.productdetails-view .vm-product-media-container .main-image{
	
}

.product-neighbours {
    color: #777;
    margin: 0 0 16px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.product-neighbours a.previous-page {
    background: none;
position:relative;
}
.product-neighbours a.previous-page:before {
	  content: "";
width:16px;
height:16px;
background:url(./img/prev.png) center center no-repeat;
background-size:contain;
    position: absolute;
    left: 0;
    top: 0px;
    pointer-events: none;
}
.product-neighbours a.next-page {
    background: none;
position:relative;
}
.product-neighbours a.next-page:after {
	  content: "";
width:16px;
height:16px;
background:url(./img/next.png) center center no-repeat;
background-size:contain;
    position: absolute;
    right: 0;
    top: 0px;
    pointer-events: none;
}

.vm-product-details-container {
    float: left;
    width: 100%;
}
.vm-product-details-container .alert-aboutprice {
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-size: 14px;
    line-height: 1.2;
	padding:10px;
	border-radius:10px;
}
.buyplushki-special-price {
	padding:20px;
	background:#f5f5f5;
	border:2px dashed var(--red);
	border-radius:15px;
	margin-top:15px;
	font-size:14px;
	line-height:1.1;
}

.additional-images img {
    margin-right: 8px;
    width: 100px;
    height: 100px;
}

.addtocart-wrap {
	display:flex;
}
.productdetails-view .addtocart-bar {
    margin: 0;
	display:flex;
	align-items:20px;
	gap:20px;
}

.product-related-products {
    padding-top: 50px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.product-related-products .product-fields-title-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-gdark);
    font-size: 18px;
}
.product-field.product-field-type-E .product-fields-title-wrapper{
	
}

.product-related-products .product-field-type-R {
    flex-basis: calc(33.33% - 15px);
    margin: 0;
margin-left: 15px;
margin-bottom:20px;
}
.product-field-type-R .product-field-display a img {
    display: block;
	height:200px;
	width:100%;
	object-fit:cover;
	margin-bottom:15px;
}
.product-field-type-R  p.product_s_desc {
    height: auto;
    max-height: 40px;
}
.related-product-name {
	padding:0 15px;
}

/***** end product-detaila ****/
/***** mod virtuemart category ***/
ul.VMmenu, .VMmenu ul {
border: 1px solid #ebebeb;
padding:0;
}

.VMmenu .nav-item {
display: block;
width: 100%;
position:relative;
background: #f8f8f8;
border-bottom: 1px solid #ebebeb;	
}
ul.VMmenu a{
display:block;
padding:15px 15px;
width:100%;
color:#333;
line-height:1.1;
}
.vm-child-menu {
background: #e8e8e8;	
padding:0;
}
.vm-child-menu  .VmClose  {
display: block;
width: 100%;
position:relative;
border-bottom: 1px solid #ebebeb;	
}
ul.VMmenu a.vm-plus  {
position: absolute;
top: 4px;
right: 0;
width:auto;
}

/**cart module***/
.show-vmCartModule {
	position:relative;
	text-align:right;
	float:right;
}
.show-vmCartModule .fa {
	font-size:28px;
	color:var(--color-gdark);
}
.total_products-round {
	position:absolute;
	right:-15px;
	top:-12px;
	right:0;
	top:0;
	width:20px;
	height:20px;
	font-size:12px;
	border-radius:50%;
	color:#fff;
	background:var(--red);
	display:flex;
	align-items:center;
	justify-content:center;
}
.show-vmCartModule img{
width:38px;
}
.vmCartModule {
	background:rgba(255,255,255,1);
	opacity:0;
	transform:translate(0,100px);
	transition:0.3s;
	z-index:-1;
	position:absolute;
	right:0;
	top:55px;
	width:320px;
	padding:15px;
	border-radius:10px;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
font-size:14px;
}
.vmCartModule .total {
	padding-left:10px;
}
.vmCartModule .customProductData {
	display:none;
}
.show_cart > a {
	margin-top:10px;
	display:block;
	padding:5px 20px;
	background:var(--blue);
	color:#fff;
	border-radius:15px;
}

.show-vmCartModule:hover .vmCartModule {
	opacity:1;
	transform:translate(0,0);
	z-index:1;
}
.vmCartModule .product_name {
	line-height:1;
}

.cart-padded .continue_link {
    color: #fff;
    background: var(--dark);
    padding: 5px 15px;
    border-radius: 15px;
float:left;
}
.cart-padded .showcart {
    color: #fff;
    background: var(--dark);
    padding: 5px 15px;
    border-radius: 15px;
}
.cart-padded .continue_link:hover, .cart-padded .showcart:hover {
box-shadow:5px 5px 10px rgba(0,0,0,0.3);
}
.cart-padded h4 {
display:block;
text-align:center;
margin-top:20px;
}

.product_row {
	padding:5px 0;
	border-bottom:1px solid #eee;
	margin-bottom:5px;
}

#adminForm {
	display:flex;
	flex-direction:column;
}
#adminForm .buttonBar-right {
	order:2;
	float:none;
	text-align:left;
	margin-top:15px;
}

/** sidebar menu **/
.sidebar-a ul.accordion, .sidebar-a .accordion ul  {
	padding:0;
	margin:0;
	list-style:none;
}
.sidebar-a ul.accordion.menu {
border: 1px solid #ebebeb; 
overflow: hidden;
background: #f8f8f8;
/* border-bottom: 1px solid #ebebeb; */
}

.sidebar-a ul.accordion .menu-child {
display:none;
/* opacity:0; */
/* height:0; */
background:#eee;
/* transition:0.3s; */
}
.sidebar-a ul.accordion .show .menu-child  {
/* display:block!important; */
/* display:block; */
/* opacity:1; */
/* height:auto; */
}
.sidebar-a ul.accordion .active.menu-deeper .menu-child {
display:block;
opacity:1;
height:auto;
}

.sidebar-a ul.accordion .active.menu-deeper > a {
background: var(--color-gdark);
color: #fff;
}

.sidebar-a ul.accordion .menu-parent {
position:relative;
}
.sidebar-a ul.accordion .menu-child-toggle {
position: absolute;
top:0;
right:0;
width:50px;
height:40px;
display:flex;
align-items:center;
justify-content:center;
}
.sidebar-a ul.accordion .menu-child-toggle:hover {
cursor:pointer;
}
.sidebar-a ul.accordion .menu-child-toggle:after {
content:"";
border-top:1px solid #888;
border-right:1px solid #888;
display:block;
width:9px;
height:9px;
transform: rotate(45deg);
}
.sidebar-a ul.accordion .active.menu-deeper .menu-child-toggle:after {
border-top:1px solid #fff;
border-right:1px solid #fff;
}

.sidebar-a ul.accordion a {
display:block;
padding:14px 0 14px 12px;
border-bottom:1px solid #ddd;
/* font-size:15px; */
line-height:1.2;
border-left:2px solid transparent;
}
.sidebar-a ul.accordion .menu-child a {
padding:10px 0 10px 30px;
border-bottom:none;
font-size:14px;
line-height:1.2;
}
.sidebar-a ul.accordion a:hover,  .sidebar-a ul.accordion .current.active > a{
color: var(--color-glight);
border-left:2px solid var(--color-glight);
}

.sidebar-a .mob-sidebarmenu-toggler {
	background:var(--color-gdark);
	color:#fff;
	padding:9px 15px;
	border:none;
  width:100%;
	display:none;
}
.sidebar-a .mob-sidebarmenu-toggler .mob-menu-toggler-ico{
display:inline-block;
transform:rotate(90deg);
letter-spacing:2px;
font-weight:bold;
}

@media(max-width: 992px) {
.sidebar-a .mob-sidebarmenu-toggler {
	display:inline-block;
}
.sidebar-a .sidebarmenu {
	display:none;
}
.sidebar-a .sidebarmenu.open{
	display:block;	
}
.sidebar-a ul.accordion.menu.sidebarmenu.open {
	margin-top:5px;	
}
}


/******* oborud *********************************/
.oborud-header {
background: var(--color-dark);
}
.oborud-header .btn {
    width: 100%;
    font-weight: 600;
    color: var(--color-gdark);
    padding: 15px;
}

.chevron-down-wrap {
	width:30px;
	height:30px;
	border-radius:30px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	background: var(--color-gdark);	
}
.chevron-down-wrap i {
    color: #fff;
    color: var(--color-dark);	
}
.cat-oborud .item-image{
    height: 100px;
    width: 100px;
}
.cat-oborud .item-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;	
}

.card-oborud table td:nth-child(1) {
	width:100px;
}
.card-oborud table td:nth-child(2) {
	width:200px;
}
.card-oborud table td:nth-child(3) {

}





/**** forms ****/


.modals .sscf-popup141.sscf-popup {
	display:none;
}

#wrap-contact-form141 {
	text-align:center;
}
.sscf-popup141.sscf-popup {
	margin:0 auto;
}
#wrap-contact-form141 .sscf-popup {
    background: var(--dark);
}
#wrap-contact-form141 .sscf-popup:hover {
    background: var(--dark);
}
.header2-callback .sscf-popup141.sscf-popup {
    color: var(--blue);
    /* text-transform: uppercase; */
    font-size: 14px;
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    border-bottom: 1px dashed var(--blue);

}



/***footer  ****/

.footer {
padding: 30px 0 5px 0;
background: #EBECF4;
box-shadow: 0px -4px 8px rgba(0,0,0,0.15);
width: 100%;
}
.footer a {
}
.footer a:hover {

}

.footer-inner {
	display:flex;
	gap:20px;
	flex-wrap:wrap;
	justify-content:space-between;
}
.footer ul {
padding-left:0;
list-style-type: none;
}

.footer li.nav-item{
	display:block;
	width:100%;
}
.logow {
	width:200px;
	/* margin-left:30px; */
	/* filter: brightness(400%); */
}
.footer i {
    color: #fff;
}

.footer1 img {
	/* filter: brightness(0) contrast(0.5) invert(1); */
	/* width: 170px; */
}   

.social-btn a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	line-height:1;
	width:36px;
	height:36px;
	margin:5px;
	border-radius:50%;
	background-color:;
}
.social-btn-vk {
	background:var(--blue) url(./img/vk.svg) center center no-repeat;
	background-size:20px 20px;
}
.social-btn-ok {
	background:var(--blue) url(./img/ok.svg) center center no-repeat;
	background-size:20px 20px;
}
.social-btn-tw {
	background:var(--blue) url(./img/tw.svg) center center no-repeat;
	background-size:20px 20px;
}
.social-btn-fb {
	background:var(--blue) url(./img/fb.svg) center center no-repeat;
	background-size:20px 20px;
}
.social-btn-ml {
	background:var(--blue) url(./img/ml.svg) center center no-repeat;
	background-size:20px 20px;
}
.social-btn a:hover{
box-shadow:0 0 10px rgba(0,0,0,0.2);
}

.underfooter {
	font-size:12px;
}

/***** media ********/

.container {
    padding: 0 30px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
.container {
    max-width: 1560px;
}
}

@media(min-width: 1200px) {
	
}
@media(max-width: 1200px) {

}

.toggle-search {
	display:none;
}

@media(max-width: 992px) {
.container {
    padding: 0 15px;
}
h1 {font-size:24px; }
h2 {font-size:20px; }
h3 {font-size:18px; }
h4 {font-size:16px; }

.navbar-toggler {
	z-index:999;
}

.toolbar {
	gap:0;
}
.geoip-city {
    font-size: 14px;
}
.phone-top {
    background: url(./img/phone.svg) left center no-repeat;
    background-size: 18px;
    padding-left: 18px;
	padding-right:35px;
    font-size: 15px;
}
.header-inner {
    gap: 15px;
}
.logo {
    max-width: 150px;
}
.topsearch  {
display:none;
}
.topsearch.open  {
display:block;
    position: absolute;
    top: 100%;
    z-index: 999;
}
.toggle-search {
	display:flex;
}

.btn-header {
    width: 45px;
    height: 45px;
}
.catalog-toggle {
    height: 45px;
	font-size:15px;
	padding: 5px 20px;
}

.hslider-item {
    max-height: 300px;
    border-radius: 20px;
}
.hslider-item img {
    max-height: 300px;
    border-radius: 20px;
}

.promo-cat {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.productdetails-maininfo {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.productdetails-view .spacer-buy-area .product-price {
    font-size: 22px;
}

.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
}
.slick-prev {
	left:0;
}
.slick-next {
	right:0;
}

h3.modtitle {
	font-size:20px;
}

.megamenu-inner {
    padding: 30px;
}

.menu.megamenu {
max-height:350px;
overflow-y:scroll;
}
.header-megamenu {
	top:57px;
}


} /*** 992 px***/

@media (max-width: 768px) {



}

@media (max-width: 480px) {
.productdetails-view .spacer-buy-area {
    padding: 10px;
}
.logo {
	width:100%;
	max-width: 100%;
	display: flex;
    justify-content: center;
}
.logo img {
	max-width:180px;
	margin:0 auto;
}
.header-megamenu {
	top:120px;
}
}



/**offcanvas****/
.navbar-toggler {
	padding:5px 10px;
	background:var(--dark);
	border:1px solid #fff;
	color:#fff;
	position:fixed;
	top:10px;
	left:10px;
	display:none;
	
	position:fixed;
	top:10px;
	right:10px;
	left:auto;
}


@media (max-width: 991px) {
	.navbar-toggler {
		display:block;
	}
	
  .offcanvas-collapse {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -300px;
	width: 300px;
	padding-top: 3rem;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	z-index:9999;
	background-color: #e3e3e3;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }

  .offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
  }

  .offcanvas-close {
	position: absolute;
	font-size: 1.5rem;
	font-weight: 700;
	cursor: pointer;
	color: var(--dark);
	border: none;
	-webkit-appearance: button;
	background-color: transparent;
	right: 0;
	top: 10px;
	padding: 0 1.5rem;


  }

  .offcanvas-open {
	overflow: hidden;
  }
  
  
  .navbar-nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 15px;
	flex-direction:column;
}

}

@media (min-width: 992px) {
  .offcanvas-close {
	display: none;
  }
}
