@font-face {
    font-family: 'RobotoSlab';
    src: local('RobotoSlab'),
         url('/fonts/RobotoSlab-Regular.ttf') format('truetype'),
         url('/fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/RobotoSlab-Regular.woff') format('woff'); 
    font-weight: 400;
    font-style: normal;
}

/* Bold */

@font-face {
    font-family: 'RobotoSlab';
    src: local('RobotoSlab'),
         url('/fonts/RobotoSlab-Bold.ttf') format('truetype'),
         url('/fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/RobotoSlab-Bold.woff') format('woff'); 
    font-weight: 700;
    font-style: normal;
}
body {
margin: 0;
}
#topmenu {
top:0px;
width:100%;
position:fixed;
z-index:1000;
}
.container a {
color: #203b27;
text-decoration: none;
}
.container {
font-size: 16px;
font-family:'RobotoSlab';
color: #6d6d6d;
padding-left: 30px;
padding-right: 30px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
h1,h2,h3,h4 {
text-align: center;
color: #333333;
}
.maininfo {
margin: 20px 0;
}
.btn-ens-style, .btn-ens-cross-style, .easynetshop-buy a {
color: #fff !important;
margin-top:10px;
}
.item {
display: inline-block;
margin: 10px;
width: 200px;
border: 2px solid #d6d6d6;
padding: 10px;
vertical-align: top;
}
.imgtovar {
text-align: center;
height: 120px;
}
.name {
font-weight: bold;
height: 30px;
text-align: center;
font-size: 14px;
}
.description {
font-size: 12px;
height: 60px;
}
.price {
color: #ff0000;
font-weight: bold;
}
.footer {
margin: 0 0 50px 0;
}
/* Адаптивное меню */
#menu {
    background: #203b27;
    width: 100%;
    padding: 10px 0;
    text-align: center;
	margin:0;
}
#menu a {
    color: #fff;
    text-decoration: none;
    padding: 12px 12px;
	font-size: 16px;
    font-family:'RobotoSlab';
}
#menu a:hover {
    border-bottom: 4px solid #fff;
    background: #559e69;
}
.itemsMenu li {
    display:inline;
    width:100%;
    margin: 0 auto;
}
.iconMenu {
    color: #fff;
    cursor: pointer;
    display: none;
}
.showitems {
    display:block !important;
}
@media screen and (max-width: 600px) {
    #menu a{
        padding-bottom: 13px;
    }
    #menu a:hover {
        border-bottom: none; 
    }
    .iconMenu {
      display:block; 
  }
    .itemsMenu {
        display:none;   
    }
        .itemsMenu li {
            display:block;
            padding:10px 0;
        }
}
/* конец Адаптивное меню */
select {
width: 200px;}
.brands1 {
width: 100px;
display: inline-block;
margin: 10px;
}
.best1 {
width: 250px;
display: inline-block;
margin: 10px;
vertical-align: top;
}
.footerbrands, .best {
text-align: center;	
}
@media (min-width: 991px) {
.spoilerx {
display:none;}}
@media (max-width: 991px) {
.spoilery {
display:none;}}
.powered {
display: none;
}

.imgtovar img {
    cursor: zoom-in;
}
#imageModal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}
#imageModal img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.imgtovar {
    position: relative;
    display: inline-block;
}
.product-label {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    padding: 4px 7px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
}
.product-label.new {
    background: #2e9b45;
}
.product-label.sale {
    background: #d93025;
}
.product-label.hit {
    background: #f39c12;
}