html,
body {
	min-width: 320px;
}

.special-sl .bx-wrapper .bx-viewport .product-label {
	display: block !important;
	left: -10px;
}
.special-sl .bx-wrapper .bx-viewport .product-label .product-new {
	right: -2px;
	left: auto;
}


.mob-but {
	display: none;
}

.mobile-header {
	display: none;
}

.aside-nav__folder-title,
.aside-nav__vendor-title {
	display: block;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: sticky;
	top: 0;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: #69c40a;
	line-height: 1;
	padding: 16px 20px;
	z-index: 3;
	margin-bottom: 10px;
	box-shadow: -1px 1px 4px #4857c1;
	/*border-bottom: 1px dotted #1520e4;*/
}

#sandbox_theme_panel_437611 {
	top: auto !important;
	right: auto !important;
	left: 0;
	bottom: 0;
	font-size: 13px !important;
}

.mini-cart-link {
    display: block;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.aside-nav {
  position: fixed;
  z-index: 555;
  left: 0;
  width: 100%;
  height: 100%;
  top: -80px;
  padding-top: 80px;
  bottom: -80px;
  padding-bottom: 80px;
/*  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  
  display: none;*/
  pointer-events: none;
  opacity: 0;
}
  .aside-nav.opened {
   /* -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    
    display: block;*/
    pointer-events: auto;
    opacity: 1;
  }
  .aside-nav__hr {
  	border-color: #fff;
  }
  .aside-nav__close {
    width: 46px;
    height: 46px;
    background: #69c40a;
    font-size: 0;
    padding: 6px;
    position: absolute;
    z-index: 20;
    top: 0;
    left: -46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: -5px 1px 4px #4857c1;}
   .aside-nav__close svg path:first-child {
   		fill: #fff;
   }
    
  .aside-nav__overlay {
    position: fixed;
    z-index: 10;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: -80px;
    padding-top: 80px;
    bottom: -80px;
    padding-bottom: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    will-change: opacity; }
   .aside-nav.animated .aside-nav__overlay {
		opacity: 1; }
   .aside-nav__navigation {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: 333px;
    height: 100%;
    max-width: 280px;
    padding: 0 15px 0 0;
    background: #fff;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear, -o-transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear, -o-transform 0.2s linear, opacity .2s;
    will-change: transform, opacity; }
    
  .aside-nav.animated .aside-nav__navigation {
    -webkit-transform: translateX(46px);
    -ms-transform: translateX(46px);
    -o-transform: translateX(46px);
    transform: translateX(46px);
    opacity: 1;}
  .aside-nav__scroller {
    position: relative;
    height: 100%;
    /*padding: 4px 0;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .aside-nav__content {
    position: relative;
    height: 100%;
    /*padding: 12px 0;*/
    overflow: hidden;
    margin-right: -10px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .aside-nav__content:hover {
      overflow-y: auto; }
   .aside-nav__content br {
   	display: none;
   }
   .aside-nav__folder-body, .aside-nav__vendor-body {
   	 padding-left: 10px;
   }
  .aside-nav__list {
    border-radius: 5px;
    background-color: #fff;
    /*-webkit-box-shadow: 0px 13px 16px 0px rgba(0,0,0,0.42), inset 0px -3px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 13px 16px 0px rgba(0,0,0,0.42), inset 0px -3px 0px 0px rgba(0,0,0,0.2);*/
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none; }
    
    .aside-nav__list li:before {
    	display: none;
    }
    
    .aside-nav__list li a {
	    display: block;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    position: relative;
	    font-size: 14px;
	    color: #fff;
	    background: #1179DF;
	    text-decoration: none;
	    text-transform: uppercase;
	    font-weight: bold;
	    line-height: 1.2;
	    padding: 16px 20px;
	    z-index: 2;
    }
    
    .aside-nav__list .level-1:not(.has-child) a {
    	background: #176dc1;
    }
    
    .aside-nav__list .level-2 {
    	display: block;
    }
    
    .aside-nav__list .level-2 li a {
    	display: block;
    }
    
    .aside-nav__list--sub {
      display: none;
      background-color: #f1f1f1;
      padding: 15px; }
      .aside-nav__list--sub .aside-nav__link {
        font-size: 14px;
        font-weight: 400; }
    .aside-nav__list .level-2 {
    	list-style: none;
    	margin: 0;
    	padding: 0;
    }
      .aside-nav__list .level-2 a {
        font-weight: 400;
        font-size: 13px; }
  .aside-nav__item {
    margin: 4px 0; }
  .aside-nav ::-webkit-scrollbar {
    width: 4px; }
  .aside-nav ::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #f1f1f1; }
  .aside-nav ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #394851; }
  .aside-nav a {
    display: block;
    vertical-align: top;
    border-radius: 2px;
    padding: 14px 8px;
    font-size: 14px;
    color: #4a4949;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 2px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .aside-nav a:hover, .aside-nav a.is-active {
      background-color: #93c300; 
    	color: #fff;}
  .aside-nav__name {
    display: inline-block;
    vertical-align: top;
    padding-right: 18px; }
    
@media only screen and (min-width: 240px) {
  .aside-nav__navigation {
    max-width: 220px; }

  .aside-nav__content {
    overflow-y: auto; } }

@media only screen and (min-width: 320px) {
  .aside-nav__navigation {
    max-width: 260px; }
   

}

@media only screen and (min-width: 380px) {
  .aside-nav__navigation {
    max-width: 320px; } }

@media only screen and (min-width: 1200px) {
  .aside-nav__content {
    overflow: hidden; }

  .aside-nav__content:hover {
    overflow-y: auto; } }

@media screen and (max-width: 1024px) {
	
	
	.menu-left-wrap, .left-ban, .informers .market {
		display: none;
	}
	
	.site-content-right {
		display: none;
	}
	
	.site-content-middle-in {
		padding: 20px;
		margin: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.menu-top-wrap {
		display: none;
	}
	
	.top-registr {
		display: none;
	}
	
	.nav-links {
		display: none;
	}
	
	.site-logo,
	.site-slogan,
	.site-contacts {
		position: relative;
		left: auto !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
	}
	
	.site-header {
	    position: relative;
	    height: auto;
	    padding: 60px 20px 20px;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-justify-content: space-between;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    -webkit-align-items: center;
	        -ms-flex-align: center;
	            align-items: center;
	}
	
	.site-slogan {
		clear: both;
		margin-left: 45px;
	}
	
	.site-contacts {
		font-size: 18px;
	}

	.mobile-header {
		display: block;
		position: fixed;
		z-index: 500;
		top: 0;
		left: 0;
		width: 100%;
		background: url(menu-top-bg.png) 0 -5px repeat-x;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
		-webkit-transform: translateZ(0);
		transform: translateZ(0); 
		
	}
	  .mobile-header__toolbar {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    padding: 0; }
	
	.toolbar-button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: none;
		border: none;
		outline: none;
		margin: 0;
		padding: 0;
		border-radius: 0;
		display: inline-block;
		background: #69c40a;
		box-shadow: -1px 1px 4px #4857c1;
		vertical-align: top;
		padding: 7px;
		font-size: 0; 
		
	}
	  .toolbar-button.is-opened {
	    background-color: #69c40a; }
	  .toolbar-button.is-opened .toolbar-button-dropdown {
	    -webkit-transform: translateY(2px);
	    -ms-transform: translateY(2px);
	    -o-transform: translateY(2px);
	    transform: translateY(2px);
	    opacity: 1;
	  	pointer-events: auto;
	  }
	  .toolbar-button-icon {
	    display: inline-block;
	    vertical-align: top;
	    width: 32px;
	    height: 32px;
	    fill: #fff; }
	  .toolbar-button-dropdown {
	    position: absolute;
	    top: 100%;
	    left: 0;
	    right: 0;
	    width: 100%;
	    padding: 10px;
	    background: #69c40a;
	    box-shadow: 0 5px 5px rgba(0, 0, 0, .26);
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    font-size: 16px;
	    line-height: 18px;
	    color: #fff;
	    cursor: auto;
	    pointer-events: none;
	    transition: transform .3s, opacity .3s;
	    -webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	    -o-transform: translateY(-100%);
	    transform: translateY(-100%);
	    opacity: 0;
	    will-change: opacity, transform;
	  }
	
	.toolbar-right-actions {
	  font-size: 0;
	  z-index: 150;}
	
	.me-cart-trigger__counter {
	  display: none;
	  vertical-align: top;
	  padding: 2px 6px;
	  font-size: 12px;
	  font-weight: 700;
	  color: #333;
	  background-color: #fff;
	  margin-top: 4px;
	  border-radius: 12px; }
	  .me-cart-trigger__counter--not-null {
	    display: inline-block; }
	  .me-cart-trigger .shop2-block.cart-preview {
	    background: none;
	    margin-bottom: 0; }
	  .me-cart-trigger .block-title {
	    display: none; }
	  .me-cart-trigger .toolbar-button-dropdown {
	    max-width: 260px;
	    right: 0;
	    left: auto; }
	
	.me-user-trigger .toolbar-button-dropdown {
	  left: auto;
	  right: 0;
	  max-width: 240px;
	  padding-bottom: 5px; }
	
	.mobile-user-menu {
	  list-style-type: none;
	  margin: 0;
	  padding: 0; }
	  .mobile-user-menu li {
	    display: block;
	    text-align: left;
	    margin-bottom: 10px; }
	    .mobile-user-menu li:before {
	    	display: none;
	    }
	  .mobile-user-menu li:last-child {
	    margin-bottom: 10px; }
	  .mobile-user-menu li a {
	    display: block;
	    line-height: 40px;
	    padding: 0 15px;
	    font-size: 16px;
	    font-weight: 700;
	    color: #fff;
	    text-decoration: none; }
	
	.mobile-search-form {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: row;
	  flex-direction: row;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  font-size: 0; }
	  .mobile-search-form__input {
	    outline: none;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    -webkit-box-flex: 1;
	    -ms-flex: 1;
	    flex: 1;
	    font-size: 14px;
	    line-height: 40px;
	    border: 1px solid #fff;
	    color: #000;
	    border-radius: 3px 0 0 3px;
	    padding: 0 15px;
	    box-sizing: border-box; }
	  .mobile-search-form__ext-search, .mobile-search-form__submit {
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    background: none;
	    border: none;
	    outline: none;
	    font-size: 14px;
	    margin: 0;
	    padding: 0;
	    border-radius: 0;
	    display: inline-block;
	    vertical-align: top;
	    color: #fff;
	    height: 42px;
	    padding: 0 20px;
	    background-color: #1473e0;
	    margin-left: 2px;
	    font-weight: 700;
	    border-radius: 0 3px 3px 0;
	    text-transform: uppercase;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box; }
	  .mobile-search-form__ext-search {
	    border-radius: 0;
	    padding: 5px;
	    font-size: 0; }
      .mobile-search-form__submit {
      	max-width: 85px;
      	flex: 1;
      	padding: 0;
      }
	  .mobile-search-form__ext-search .toolbar-button-icon {
	    width: 32px;
	    height: 32px; }
	
	.cart-box {
		display: none;
	}
}

@media screen and (max-width: 940px) {
	
	.nav-buttons {
		display: none;
	}
	
	.mob-but {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	
	.mob-but__link {
		margin: 0 2px 5px 2px;
	}
	
}
@media screen and (max-width: 1024px) {
	.wrap-in {
		background: none;
	}	
}
@media screen and (max-width: 768px) {
	/*.special-sl li {
		margin-right: 7px !important;
	}*/
	
	.adaptive-video-iframe iframe {
		width: 100% !important;
		height: 300px !important;
	}
	
	.table-wrap {
		max-width: 100%;
		overflow-x: scroll;
	}
	
	.shop2-group-kinds {
		margin: 0 0 15px;
	}
	
	.shop2-filter {
		text-align: center;
		padding: 15px 0;
	}
	
	.product-list.product-list-thumbs {
		margin-right: 0;
		text-align: center;
	}
	
	.view-shop {
		display: none;
	}
	
	.shop2-sorting-panel {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-justify-content: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}
	
	.shop2-sorting-panel .sorting {
		float: none;
	}
	
	.site-header {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	.site-contacts {
		text-align: center;
	}
	
	.site-contacts p a {
		display: inline-block;
		margin-top: 10px;
	}
	
	.site-slogan {
		margin-bottom: 10px;
	}
	
	.wrap-in {
		background: none;
	}
	
	.mob-but__link {
		margin: 0 15px 15px 15px;
	}
}

@media screen and (max-width: 680px) {
	
	.site-footer {
		padding: 15px 0;
		background: url(bg-footer.jpg) center top repeat-x #085ad7;
	}
	
	.bg-footer-l {
		background: none;
	}
	
	.bg-footer-r {
		background: none;
		height: auto;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    gap: 5px;
	    -webkit-justify-content: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    -webkit-flex-direction: column;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-align-items: center;
	        -ms-flex-align: center;
	            align-items: center;
	}
	
	.soc-ed,
	.site-name,
	.site-copyright,
	.site-counters,
	.bottom-block {
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
	
	.bottom-block {
		margin-left: 0;
		font-size: 15px;
	}
	
	.bottom-block p span {
		font-size: 12px !important;
	}
	
}

.table-wrap::-webkit-scrollbar,
.table-wrap::-webkit-scrollbar {
  -webkit-appearance: none;
}
.table-wrap::-webkit-scrollbar:vertical,
.table-wrap::-webkit-scrollbar:vertical {
  width: 8px;
}
.table-wrap::-webkit-scrollbar:horizontal,
.table-wrap::-webkit-scrollbar:horizontal {
  height: 8px;
}
.table-wrap::-webkit-scrollbar-thumb,
.table-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
}
.table-wrap::-webkit-scrollbar-track,
.table-wrap::-webkit-scrollbar-track {
}

@media screen and (max-width: 600px) {
	
	.site-slogan {
		margin-left: 0;
	}
	
	.shop2-product .product-side-l {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: none;
		margin-bottom: 15px;
	}
	
	.shop2-product .product-side-r {
		overflow: visible;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 0;
	}
	
	.product-side-r .form-add {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	        -ms-flex-wrap: wrap;
	            flex-wrap: wrap;
	    -webkit-justify-content: space-between;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    -webkit-align-items: center;
	        -ms-flex-align: center;
	            align-items: center;
	}
	
	.tpl-form .tpl-field .tpl-value input {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 35px;
	}
	
	.tpl-form .tpl-field .tpl-value textarea {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		min-height: 45px;
	}
}

.mob-cont {
	display: none;
	color: #0d5aa4;
    font: 18px Inter, Helvetica, sans-serif;
}

.mob-cont a {
    text-decoration: none;
}

@media screen and (max-width: 500px) {
	
	.sample-popup {
		width: 94%;
		text-align: center;
		padding: 15px 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.sample-popup h2 {
		margin: 0 0 5px;
	}
	
	.sample-popup h4 {
		margin-top: 5px;
	}
	
	.sample-popup .gr-form {
		padding: 0;
		border: none;
		margin-top: 5px;
		    text-align: left;
	}
	
	.sample-popup .gr-form input {

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.sample-popup .gr-form textarea {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 45px;
	}
	
	.popover-wrap {
		border: none;
		width: 94%;
	}
	
	.f-wrap input {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 30px;
	}
	
	.f-wrap textarea {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 30px;
	}
	
	#shop2-msg {
		top: 50%!important;
		left: 50%!important;
		transform: translate(-50%, 50%);
	}
	
	.shop2-order-options .option-type .option-details {
		padding: 0 15px;
	}
	
	.options-list .option-details .option-item label input {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 30px;		
	}
	
	.options-list .option-details .option-item label textarea {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		min-height: 30px;		
	}
	
	.shop2-order-form .form-item label input {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 30px;			
	}
	
	.shop2-order-form .form-item label textarea {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		min-height: 30px;			
	}
	
	.link_top {
		bottom: 90px;
    	right: 30px;	
		height: 30px;
    	width: 32px;
    	background: url(link-top.png) 88% 50% no-repeat;    	
	}
	
	.button-wrap img {
		/* width: auto !important; */
		height: 140px !important;
	}
	
	#orderForm input {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 35px;
	}
	
	#orderForm img {
		width: auto;
		height: auto;
	}
	
	#orderForm textarea {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 35px;
	}
	
	.shop2-cart-table {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	
	.shop2-cart-table tbody {
		width: 100%;
	}
	
	.shop2-cart-table tr th {
		display: none;
	}
	
	.shop2-cart-table tr {
		display: block;
		border: 2px solid #b8d5ea;
		text-align: center !important;
		border-radius: 11px;
	}
	
	.shop2-cart-table tr:first-child {
		border: none;
	}
	
	.shop2-cart-table tr td {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
		border: none !important;
		display: flex;
		justify-content: flex-end;
	}
	
	.shop2-cart-table tr td.shop2-cart-body {
		text-align: center !important;
	}
	
	.shop2-cart-table tr td.shop2-cart-image a img {
		display: inline-block;
		vertical-align: top;
		width: auto;
		height: auto;
	}
	
	.shop2-cart-table .cart-product .cart-product-image {
		width: 100% !important;
		height: auto !important;
		float: none !important;
		display: block !important;
		margin-bottom: 10px;
	}
	
	.shop2-cart-table td.cart-product .cart-product-image>a {
		display: block;
	}
	
	.shop2-cart-table .cart-product .cart-product-image a img {
		display: inline-block;
		vertical-align: top;
		width: 60%;
		height: auto;
	}
	
	.shop2-cart-table td.cart-product .cart-product-name {
		text-align: center;
		font-size: 16px !important;
	}
	
	.shop2-cart-table td.cart-product .cart-product-article {
		text-align: center;
		font-size: 16px !important;
	}
	
	.shop2-cart-table td.cart-product .cart-product-param li {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #d2cfcf;
	}
	
	.shop2-cart-table td.cart-product .product-param li div {
		font-size: 16px !important;
	}
	
	/* hide delete icon */
	
	.shop2-cart-table td.cart-delete {
	    position: relative;
	    display: flex;
	    justify-content: space-between;
	    width: 100%;
	    box-sizing: border-box;
	}
	
	.shop2-cart-table td.cart-price {
	    position: relative;
	    display: flex;
	    justify-content: space-between;
	    width: 100%;
	    box-sizing: border-box;		
	}
	
	.shop2-cart-table td.cart-amount {
	    position: relative;
	    display: flex;
	    justify-content: space-between;
	    width: 100%;
	    box-sizing: border-box;		
	}
	
	.shop2-cart-table td.cart-amount:before {
		display: inline-block;
		vertical-align: top;
		content: "Кол-во.";
		font-weight: bold;
		font-size: 16px !important;
		color: #7c7c7c;
	}
	
	.shop2-cart-table td.cart-price:before {
		display: inline-block;
		vertical-align: top;
		content: "Цена, руб.";
		font-size: 16px !important;
		color: #7c7c7c;
	}
	
	.shop2-cart-table td:nth-child(3):before {
		display: inline-block;
		vertical-align: top;
		content: "Цена со скидкой, руб." !important;
		font-size: 16px !important;
		color: #7c7c7c;		
	}
	
	.shop2-cart-table td:nth-child(5):before {
		display: inline-block;
		vertical-align: top;
		content: "Сумма." !important;
		font-size: 16px !important;
		color: #7c7c7c;		
	}
	
	.shop2-cart-table td.cart-delete a {
		display: inline-block;
		vertical-align: top;		
	}
	
/* 	.shop2-cart-table td.cart-delete:before {
	display: inline-block;
	vertical-align: top;
	content: "Удалить.";
	font-weight: bold;
	font-size: 16px !important;
	color: #7c7c7c;
} */
	
	.shop2-cart-table tr:first-child {
		margin-bottom: 0;
	}
	
	.shop2-cart-table tr {
		margin-bottom: 10px;
	}
	
	.table-wrap {
		max-width: 100%;
		overflow-x: scroll;
	}
	
	.site-contacts {
		display: none;
	}
	
	.site-contacts p {
		display: block;
		text-align: center !important;
	}
	
	.site-contacts p strong {
		display: none;
	}
	
	.site-contacts p img {
		display: none;
	}
	
	.mob-but__link {
		 margin: 0 5px 5px 5px;
	}
	
	.mob-cont {
		display: block;
	}
}

@media screen and (max-width: 450px) {
	
	.bottom-block {
		width: auto;
	}
	.special-sl {
		/* display: none; /* slider none */
	}	
}

@media screen and (max-width: 420px) {
	
	.site-slogan {
		text-align: center;
	}
	
	.special-sl {
		/* display: none; slider none */
	}
}

@media screen and (max-width: 376px) {
	.special-sl li {
		width: 326px !important;
	}
	.special-sl li .product-item-thumb {
		width: 335px;
	}
	
	.special-sl .bx-wrapper .bx-viewport .product-label {
		left: -45px;
    	top: -3px;
	}
	.site-content-middle-in img {
		width: 100%;
		height: auto;
	}
	.shop2-product-desc img {
		max-width: 100%;
		width: auto;
	}
	
	.product-details .shop2-vendor img {
		max-width: 100%;
		width: auto;
	}
	
	.shop2-product .product-image {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.shop2-product-btn.type-3 {
		width: 100%;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	a.shop2-btn.one-click-button, button.shop2-bargain-btn {
		width: 100%;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.product-side-r .form-add {
		/*flex-direction: column;*/
		text-align: center;
	}
	
	.shop2-product .form-add .product-price {
		margin: 0 0 10px;
	}
	
	.shop2-product .form-add .product-amount {
		margin: 0 0 10px;
	}
	
	.table-filter-param {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.table-filter-param tbody {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
	}
	
	.table-filter-param tbody tr {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
	}
	
	.shop2-sorting-panel .sorting .sort-reset {
		margin-left: 0;
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width: 325px) {
	.special-sl li {
		width: 272px !important;
	}
	.special-sl li .product-item-thumb {
		width: 270px;
	}	
}

.bx-wrapper .bx-controls-direction a {
	z-index: 150 !important;
}

/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
	width: 100%;
	position: relative;
	text-shadow: 1px 1px 13px #1fd004;
	text-transform: uppercase;
	font-weight: bold;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #69c40a;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* Remodal - v1.0.7 ============================================= */
.remodal-title {
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    margin-bottom: 10px;
    /*color: #fff;*/
}

[data-remodal-id=extendedSearch] {
    max-width: 100%;
    padding: 20px;
    border-radius: 5px;
    background:#fff;
}

[data-remodal-id=extendedSearch] .row-title {
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
	text-align: left;
}

[data-remodal-id=extendedSearch] input,
[data-remodal-id=extendedSearch] textarea,
[data-remodal-id=extendedSearch] select {
	width: 100%;
}

.remodal-content .row {
	margin: 10px 0;
	color: #000;
	text-align: center;
}

.remodal-content .row input {
	border: 2px solid #69c40a;
	border-radius: 5px;
	outline: none;
	height: 34px;
	padding: 0 14px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
}

.remodal-content .row select {
	border: 2px solid #69c40a;
	border-radius: 5px;
	outline: none;
	height: 34px;
	padding: 0 14px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	background: #fff;
}

.remodal-content .row input:focus {
	border: 2px solid #7ad03c;
	color: #000;
}

.remodal-content .row .jq-selectbox.jqselect {
	width: 100%;
}

.in-cat {
	width: 96%;
	margin: 0 auto;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: #fff;
    border: 2px solid #b8d5ea;	
}

.in-cat-title {
	text-align: center;
	font-weight: bold;
	padding: 6px 4px;
	text-transform: uppercase;
}

.in-cat-body {
	display: none;
	padding: 4px;
}

.in-cat-body.open {
	display: block;
}

.mod-cat-link-in {
	display: block;
	margin-bottom: 14px;
	color: #000;
    text-align: center;
}

@media all and (max-width: 1024px) {
	.shop2-filter img {
		width: auto;
		max-width: 56px;
	}
}