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, 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,
article, aside, canvas, details, embed,
figure, figcaption, .footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: 'Helvetica Neue', 'Myriad Set Pro', Helvetica, Arial, sans-serif;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.title {
	font-size: 20px;
	text-align: center;
	font-weight:bold;
	margin: 30px 0 20px;
}
.navbar {
	min-height: 45px;
}
.navbar-nav > li > a {
	padding-top: 12px;
	padding-bottom:12px;
}
.main {
	padding-bottom: 20px;
}
.footer-menu .title {
	margin: 0px 0 10px;
}
/* Защита от копирования изображений */
img:not(.img-copy) {
	pointer-events: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
.footer, header, menu, nav, section {
	display: block;
}
html body {
	min-height: 100%;
	overflow-x: hidden;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
input[type="checkbox"] {
	position:relative;
	top:-1px;
	right:2px;
}
blockquote, q {
	quotes: none;
}
.clear {
	clear:both;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border:0;
}
p {
	margin: 5px 0;
	line-height: 20px;
}
a {
	color: #3297b9;
	cursor: pointer;
}
.line {
	text-decoration: underline;
}
a:hover {
	color:#ee8476;
}
h1 {
	margin: 20px 0 15px;
	font-size:34px;
	text-align: center;
}
h2 {
	text-align: center;
	margin: 15px 0;
}
.center {
	text-align: center;
}
/* --- Header --- */
.phone {
	background: url(../img/marketplace/phone.png) no-repeat left;
	background-size: 40px;
	font-size: 19px;
	font-weight: bold;
	min-height: 40px;
	color: #727272;
	padding: 9px 7px 7px 55px;
	margin-top: -3px;
}
header .callback {
	margin-top:15px;
}
.cart {
	background: url(../img/cart.svg);
	text-align: center;
	height: 38px;
	width: 39px;
	line-height: 49px;
	margin-top: 2px;
	color: #000000;
	background-size: 100%;
	font-size: 16px;
	margin-left: 5px;
}
.cart-text {
	color: #000;
	margin: 0;
}
.cart-link, .cart, .cart-text {
	cursor: pointer;
}
.cart-link:hover > .cart {
	position: relative;
	top: -1px;
}
.logo {
	margin-bottom:-2px;
}
.logo img {
	width: 100%;
	max-width: 180px;
}
.menu {
	background: #222;
	color:#fff;
}
.menu .navbar {
	margin:0;
}
.mobile-menu {
	padding:0;
	text-align: center;
}
.mobile-menu .navbar-toggle {
	margin:9px 0;
}
.mobile-menu .icon-bar {
	background: #000;
	width: 30px;
	height: 3px;
	border-radius: 3px;

}
.mobile-callback {
	text-align: center;
}
.mobile-callback span {
	font-size: 22px;
	font-weight: bold;
	padding: 5px 0;
	background: url(../img/phone.png);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 48px;
	margin: 15px 0 15px;
	background-size: 33px;
}
.mobile-buttons {
	text-align: center;
}
.mobile-buttons .row button {
	width: 100%;
}

/* --- Categories --- */
.categories-wrap {
	margin-top:15px;
}
.category-wrap,  .item-wrap {
	text-align: center;
	margin-bottom:10px;
	padding:10px;
	position: relative;
}
.category-wrap:hover {
	box-shadow: 0 0 10px #aaa;
}
.category-wrap:hover img {
	border-color:#fff;
}
.category-logo {
	border: 1px solid #000;
	width:100%;
	max-width:200px;
}
.category-title, .item-title {
	width: 100%;
	font-weight: bold;
	margin: 5px 0;
	line-height: 18px;
}
.category-title a, .item-title a {
	color:#000;
}
.category-title a:hover, .item-title a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
.item-title {
	font-weight: normal;
	height: 36px;
	overflow: hidden;
	margin-top:10px;
}
.for-woman .category-wrap {
	max-width: 282px;
}
.load-text {
	text-align: center;
	font-size: 20px;
	padding: 100px 5px;
}

/* --- Item --- */
.sale, .top-sale, .new {
	position: absolute;
	background-image: url(../img/sale.png?a=1);
	background-size: 100% 100%;
	width: 51px;
	height: 75px;
	left:0;
}
.product .sale {
	top:-12px;
}
.old-price {
	display: inline-block;
	background: #ffeaea;
	padding: 3px 3px 3px 20px;
}
.wholesale {
	display: inline-block;
	background: #ff6853;
	color: #fff;
	padding: 2px 9px;
	border-radius: 10px;
	font-weight: bold;
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	margin-top: 3px;
}
.wholesale-btn {
	margin-left:10px;
}
.retail {
	background: #00a935;
	margin-left: -28px;
}
.retail2 {
	background: #0081a9;
	margin-left: -48px;
}
.insert_products .sale, .top-sale, .new {
	background: url(../img/sale2.png);
	right: 0px;
	top: 30px;
	left: auto;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.top-sale {
	background-image: url(../img/top_sale.png);
	width: 51px;
	height: 75px;
	margin-top: -16px;
}
.new {
	background: url(../img/new.png);
	height: 54px;
	width: 83px;
	left: 10px;
	top: 10px;
}
.prices {
	text-align: center;
	margin-top:2px;
	position: relative;
	bottom:0;
}
.bonus {
	padding: 3px 0 10px;
	padding-left:10px;
	font-size: 16px;
}
.bonus-money {
	height: 18px;
	position: relative;
	bottom: -3px;
	width:18px;
	display: inline-block;
	background-image: url("../img/bonus.png");
	background-size: 100%;
}
.product .price {
	display:inline-block;
}
.product .price s{
	color:#ff6853;
}
.product .slash {
	font-size: 50px;
	display: inline-block;
	margin:0 10px;
}
.product .prices b {
	display: inline-block;
	margin: 5px 0;
}
.wholesale-text {
	margin-left:10px;
	line-height: 20px;
}
.item-wrap:hover {
	box-shadow: 0 0 10px #d6d6d6;
}
.item-wrap .type-title {
	font-size: 12px;
	color: #aaa;
	margin-top:5px;
	margin-bottom: -3px;
}
.item {
	cursor: pointer;
	margin-bottom:15px;
	text-align: center;
}
.photo {
	height: 260px;
	background-repeat: no-repeat;
	background-size: auto 240px;
	background-position: center;
	width: 100%;
}
.photo[data-type="vertical"] {
	background-size: auto 100%;
}
.photo[data-type="horizontal"] {
	background-size: 100% auto;
}
.photos {
	height: 60px;
	overflow: hidden;
	padding:3px 0;
	margin-top:10px;
}
.photos img {
	position: relative;
	height: 55px;
	max-width: 55px;
	border:1px solid #aaa;
	border-radius: 3px;
	min-width: 30px;
}
.photos img[data-type="vertical"] {
	margin:0 3px;
}
.photos img.active {
	border: 2px solid #fc4026;
}
.photo-items img {
	width:48%;
	margin-bottom: 8px;
}
.top-sale-text {
	color:#0000FF;
	font-size: 20px;
	margin: 10px 0;
	padding-left: 10px;
}
.other-colors {
	border-radius: 5px;
	margin-top:25px;
}
.color-photo {
	height:200px;
	background-repeat:no-repeat;
	background-size: auto 200px;
	background-position: center;
	width: 100%;
}
.other-colors .item-wrap {
	box-shadow: 0 0 10px #d6d6d6;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -5px;
}
.other-colors .item-wrap:hover {
	box-shadow: 0 0 3px #888;
}
.item-wrap {
	/*background-image: url(../img/loader.gif);
	background-position: center;
	background-repeat: no-repeat;*/
	border: 1px solid #eee;
	background-color: #fff;
	box-shadow: 0 0 3px #eee;
	margin-bottom:26px;
}
.item-wrap .arrows {
	margin-top: 50%;
	font-size: 30px;
	opacity: 0.5;
	cursor: pointer;
	display: none;
	text-shadow: 0 0 5px #fff;
	position: relative;
	padding: 10px;
}
.item-wrap .left {
	float: left;
	margin-left: -25px;
}
.item-wrap .right {
	float:right;
	margin-right: -25px;
}
.item-wrap .arrows:hover {
	opacity:0.8;
}
.item-wrap:hover .arrows {
	display:block;
}
.view-button {
	margin-top: 10px;
}
.view-button a {
	width:100%;
}
/* --- filters --- */
#filters {
	margin-bottom: 10px;
}
#filters .dropdown, #filters .select-color, #filters .select-checkbox {
	display: inline-block;
	margin:3px 0 5px 18px;
}
#filters .select-checkbox {
	cursor: pointer;
	font-weight: normal;
}
#filters .select-checkbox input {
	position: relative;
	top:1px;
}
.hide-desctop {
	display: none;
}
#filters .dropdown-menu .selected {
	background: #eee;
}

/* --- Text --- */
.text {
	line-height: 22px;
}
.text p {
	margin: 15px 0;
}
.page-title {
	margin-bottom:0;
}
.page-text {
	font-size: 14px;
	font-family: tahoma;
	line-height: 20px;
	padding:15px;
}
.page-text img {
	max-width:100%;
	height: 100%;
}
.prices s {
	color:#ff6853;
	display: inline-block;
	margin-right:10px;
	font-size:16px;
}
.prices b {
	font-size:18px;
}
.buy, .add-to-cart {
	padding: 12px 40px 12px 30px;
	font-size: 21px;
}

.buy {
	animation-duration: 2s;
	animation-name: buyPlease;
	animation-iteration-count: infinite;
}

@keyframes buyPlease {
	0% {
		box-shadow: 0 0 0 0;
	}

	50% {
		box-shadow: 0 0 10px #00ff32;
	}

	100% {
		box-shadow: 0 0 0 0;
	}
}

.add-to-cart {
	animation-duration: 2s;
	animation-name: addToCartPlease;
	animation-iteration-count: infinite;
}

@keyframes addToCartPlease {
	0% {
		box-shadow: 0 0 10px #ffc500;
	}

	50% {
		box-shadow: 0 0 0 0;
	}

	100% {
		box-shadow: 0 0 10px #ffc500;
	}
}

.add-to-cart {
	padding: 12px 25px 12px 15px;
}
#loading {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0 0 100px #aaa;
	-moz-box-shadow: 0 0 100px #aaa;
	box-shadow: 0 0 100px #aaa;
	z-index: 100;
	margin: -100px 0 0 -100px;
	text-align: center;
	font-size: 18px;
}

/* --- Home --- */
.home h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 20px;
}
.line-product {
	max-height: 530px;
	overflow: hidden;
}
.no-product {
	max-height: 375px;
	padding-top: 3px;
}
.group {
	border:1px solid #e8e8e8;
	padding:0 10px;
	margin-bottom:20px;
	background:#fff;
	border-radius:10px;
}
.home .item {
	margin:0;
}
.home .buttons {
	padding: 5px 0 20px;
	border-bottom: 1px solid #e8e8e8;
}
.home .item {
	border:0;
}
/* --- Product --- */
.product {
	margin-top:10px;
	padding:10px;
}
.product .image-wrap {
	text-align: center;
	background-image: url(../img/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	min-width: 300px;
	min-height: 360px;
}
.product .image-wrap img {
	max-width: 80%;
	max-height: 500px;
}
.product h1 {
	text-align:left;
}
.product .filter {
	padding:10px 5px;
}
.product .filter .name {
	display: inline-block;
	min-width:110px;
}
.product .prices {
	text-align:left;
	margin-top:15px;
	padding:10px;
}
.product .prices s {
	font-size:20px;
	display: inline-block;
	margin-right:25px;
	margin-top: 30px;
}
.product .prices b {
	font-size:32px;
}
.product .name {
	color:#6d6d6d;
}
.product .color {
	width:22px;
	height:22px;
}
.product .buttons {
	padding:10px;
}
.product .buttons button {
	margin-right:10px;
	margin-bottom:10px;
}
.product .buttons .glyphicon {
	margin-right:10px;
}
.product .images {
	padding:10px;
	text-align:center;
}
.product .images img {
	border:1px solid #aaa;
	margin:0 3px 3px 0;
	cursor: pointer;
	height:65px;
	max-width: 80px;
}
.product .bs-example-tabs {
	margin-top:10px;
}

.product .article b {
	font-size:20px;
}
.product .article {
	padding-left:5px;
}
.product .images .active {
	border: 2px solid #ff6853;
}
.product .sale-time {
	padding:0 10px 5px;
	color: #ff6853;
}
.product .required {
	border: 1px solid #daaeae;
	background: #ffebeb;
	border-radius: 5px;
	margin-bottom:5px;
}
.product .select-color {
	padding: 5px 5px 15px 5px !important;
}
.product .count {
	padding:10px 5px;
}
.product .count .input-group {
	max-width: 135px;
}
.product .count .name {
	float:left;
	padding-top: 10px;
}
.tab-content h3 {
	text-align: center;
	margin: 15px 0;
}

/* --- Similars --- */
.similars {
	max-height: 375px;
	margin-top:20px;
	overflow: hidden;
}
.similars h2 {
	margin-bottom: 25px;
}
.similars .photo {
	height: 190px;
}
.similars .prices b, .similars .prices s {
	font-size:14px !important;
	margin:0;
}
.similars .prices {
	margin:0;
	padding:5px;
	text-align: center;
	min-height: 40px;
}

/* --- Modals --- */
#categories-modal .dropdown-header {
	font-size:12px;
	margin-top:6px;
}
#categories-modal li a {
	color:#459045;
	text-decoration: underline;
}
#categories-modal li.active a {
	color:#fff;
}
#categories-modal hr {
	margin: 5px 0;
}

/* --- .footer --- */
.footer {
	padding:20px 10px 10px;
	background-image: url('/img/marketplace/allbg.png');
	background-color: #989898;
	color: #e2e2e2;
}
.copy {
	color:#efefef;
}
.footer-pay li {
	display: inline-block;
	margin: 0 5px;
	opacity: 0.8;
}
.footer-menu {
	margin-bottom:20px;
}
.footer-menu li a {
	display: inline-block;
	color:#ccc;
	padding:5px 10px;
	cursor: pointer;
}
.footer-menu li a:hover {
	color:#fff;
}
.footer-menu .title {
	color:#fff;
	padding:0px 0 3px 10px;
	text-align:left;
}
.footer .f-logo {
	border-radius:10px;
}

.thank-you {
	max-width: 100%;
	max-height: 100%;
}

/* -- bootstrap recss */
.btn-danger {
	color: #fff;
	background-color: #ff6853;
	border-color: #ee624e;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger, .btn-danger:focus, .btn-danger.focus {
	background-color: #ff6853;
	border-color: #ee624e;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus,
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus
{
	background-color: #5cb85c;
	border-color: #459045;
}
.pagination > li > a, .pagination > li > span {
	color:#459045;
}
.tab-pane {
	line-height: 20px;
}
.navbar-brand {
	font-size:16px;
	margin-right:5px;
}
.nav .dropdown:hover > .dropdown-menu {
	display: block;
}
.to-cart .modal-dialog {
	min-width: 380px;
}
.to-cart .btn {
	margin-top:5px;
	width: 100%;
}
.to-cart .modal-footer .col-md-6 {
	padding:0 3px;
}
.dropdown-header {
	font-size: 20px;
}
.callback-footer {
	display: inline-block;
	margin: 0;
	position: relative;
	top: -11px;
	margin-right: 10px;
}

/* --- Footer bottom --- */
* {
	margin: 0;
	padding: 0;
}
html,
body {
	height: 100%;
}
.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.content {
	flex: 1 0 auto;
}
.footer {
	flex: 0 0 auto;
}
#search {
	margin-top: 10px;
}
#search input[type="image"] {
	background-image: url(https://www.google.com/uds/css/v2/search_box_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 13px 40px;
}
#search .gsc-input-box {
	height:30px;
}
#search .gsst_a .gscb_a {
	margin-top: 5px;
}
.menu {
	background: #404040;
	background: linear-gradient(#f5f5f5, #dadada);
}
.menu li a {
	color: #6d6d6d !important;
}
.menu li:hover > a {
	color: #fff !important;
}
.navbar-inverse {
	background:none;
	border:none;
}
.mobile-callback {
	display:none;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus
{
	background: #CE181E !important;
	color: #fff !important;
}
.dropdown-menu {
	padding: 0;
}
.dropdown-menu li a {
	padding: 12px 18px;
}
.chart-sizes-info {
	color: #cc0000;
	margin-top: -10px;
	margin-bottom: 10px;
}
.dropdown-menu li:hover > a {
	color: #000 !important;
}
#to-top {
	display: none;
	position: fixed;
	bottom: -1px;
	left: 50%;
	width: 38px;
	margin-left: -15px;
	height: 38px;
	background: #000;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	opacity: 0.6;
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
	color: #fff;
	cursor: pointer;
}
#to-top:hover {
	opacity:0.8;
}
.share-icons {
	margin-right: 10px;
	opacity: 0.9;
	display: inline-block;
}
.share-icons:hover {
	opacity: 1;
}
.footer-callback {
	font-size: 16px;
	margin:5px 0;
	cursor: pointer;
}
.footer-callback-btn {
	margin:8px 0 13px;
}
/* see  - этот товар смотрит еще ... */
#see {
	-webkit-animation: see 2s linear infinite;
	animation: see 2s linear infinite;
}
.rent-title {
	font-size:20px;
	color: #fff;
	padding: 0px 0 3px 10px;
	font-weight:bold;
}
.filter .variant, .filter .variants .selected {
	display: inline-block;
	width: 65px;
	height: 65px;
	margin:0 5px 5px;
	border: 1px solid #aaa;
	padding: 3px;
	cursor: pointer;
	background-size:100%;
	background-position: center;
	background-repeat: no-repeat;
}
.filter .variants .selected {
	cursor:default;
	border:2px solid #ff6853;
}
.radio-type-wrap {
	display: inline-block;
	text-align: left;
}


.thank-you {
	width: 200px;
}
.modal-header .close {
	font-size: 30px;
}

@-webkit-keyframes see {
	0% { color: #fff; }
	50% { color: #ff0000; }
	100% { color: #fff; }
}
@keyframes see {
	0% { color: #fff; }
	50% { color: #ff0000; }
	100% { color: #fff; }
}

/* rent */
.rent .photo {
	height: 387px;
}

.alert {
	line-height: 20px;
}

#select-type {
	margin-bottom:15px;
}

.benefit {
	background-color: #ffecec;
	background-repeat: no-repeat;
	background-size: auto 100px;
	padding: 26px 26px 26px 92px;
	background-position: 10px center;
	min-height: 109px;
	border-radius: 10px;
	margin-bottom:20px;
	text-shadow: 1px 1px 1px #fff;
	color:#862e30;
	line-height: 18px;
}
.benefit-1 {
	padding-left: 127px;
	background-color: #e2ffd4;
	color: #468228;
	border: 3px solid #a0c78d;
}
.benefit-2 {
	padding-left: 138px;
	background-size: 85px;
	background-position: 20px center;
	background-color: #fffedd;
	border: 3px solid #ffe8a7;
	color: #c37e35;
}
.benefit-3 {
	border: 3px solid #fbd2d0;
}

.languages {
	padding-top: 25px;
	float:right
}

.language {
	display: inline-block;
	padding-left:5px;
	border-left: 1px solid #aaa;
}
.language:first-child {
	margin-right: 5px;
	padding-left:0;
	border-left: none;
}
.language.active {
	cursor: default;
	color:#aaa;
}
.language.active:hover {
	text-decoration: none;
}
.reviews .media-body {
	line-height: 20px;
}
.review-logo {
	width: 64px;
	height: 64px;
	border: 1px solid #aaa;
	border-radius: 50%;
	display: inline-block;
	background-image: url('/img/marketplace/allbg.png');
	background-color: #ddd;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 64px;
	text-shadow: 0px 0px 10px #555;
}
.review-logo-admin {
	background-image: url('/img/marketplace/logos/logo-review.png');
	background-size: 100%;
}
.reviews .media {
	margin-bottom: 30px;
}
.reviews .rating {
	margin: 5px;
	font-size: 20px;
	color: #aaa;
}
.reviews .rating .active {
	color: #ffb741;
}

.global-types .name {
	float:left;
	margin: 0 5px;
}
.global-types .value {
	float:left;
}
.global-types .value b {
	line-height: 20px;
}

.insert {
	margin-bottom:40px;
}

/* --- Media --- */
@media (min-width: 767px) {
	.mobile-menu, .mobile-callback {
		display: none;
	}
	.mobile-buttons {
		display: none;
	}
	.logo {
		padding-left:20px;
	}
	#search .form-group, #search .form-group input {
		min-width:500px;
	}
}
@media (max-width: 992px) {
	#bs-example-navbar-collapse-9, .container-fluid {
		padding:0;
	}
	.sales-products {
		max-height: 475px;
	}
}
@media (max-width: 767px) {
	.mobile-menu, .mobile-callback {
		display: block !important;
	}
	#see {
		text-align: center;
	}
	.photo-items img {
		width:48%;
	}
	.phone-wrap, .cart-text, .menu {
		display: none;
	}
	.logo {
		text-align:center;
		padding-left:10px;
		padding-right:10px;
	}
	.logo img {
		max-width: 160px;
	}
	header {
		box-shadow: 0 1px 3px #aaa;
	}
	.mobile-filters {
		position: relative;
		border-radius: 5px;
	}
	.mobile-filters hr {
		margin:5px 0;
	}
	.hide-desctop {
		display: block;
	}
	.product .buttons,
	.product .prices,
	.product h1,
	.product .images,
	.product .sale-time,
	.bonus
	{
		text-align: center;
	}
	.product .sale, .product .top-sale {
		display: none;
	}
	.product .prices s {
		margin-top:0;
	}
	.item-wrap:hover {
		box-shadow:none;
	}
	.line-product {
		max-height: 1000px;
	}
	.no-product {
		max-height: 370px;
	}
	.item {
		padding-left: 5px;
		padding-right: 5px;
	}
	.sales-products {
		max-height: 100% !important;
	}
}
@media (max-width: 640px) {
	h1 {
		font-size: 22px;
	}
	h2, .h2 {
		font-size: 18px;
	}
}
@media (max-width: 460px) {
	.photo {
		height:300px;
	}
	.no-product {
		max-height: 320px;
	}
	.prices s {
		font-size: 14px;
		margin-right: 5px;
	}
	.prices b {
		font-size: 16px;
	}
}
@media (max-width: 410px) {
	.insert_products.item {
		width: 100%;
	}
	.product .image-wrap img {
		width: 100%;
	}
	.similars {
		max-height: none;
	}
	.table-bordered td, .table-bordered th {
		padding: 5px 2px !important;
		font-size: 14px !important;
		font-weight:normal;
	}
}
@media (max-width: 380px) {
	h2 {
		font-size: 18px;
	}
	.category-wrap {
		width:  50%;
	}
	.photo-items img {
		width:100%;
	}
	.product .slash, .product .pricess p {
		display: none;
	}
	.to-cart .modal-dialog {
		min-width: 0 !important;
	}
	.item-wrap .arrows {
		display:block;
	}
	.item-wrap .left {
		margin-left: -20px;
	}
	.item-wrap .right {
		margin-right: -20px;
	}
	.line-product {
		max-height: 1100px;
	}
	.no-product {
		max-height: 280px;
	}
	.photo {
		height:200px;
	}
}
@media (max-width: 350px) {
	.item {
		width: 100%;
		border-bottom:1px solid #eee;
	}
	.insert_products .sale, .top-sale	 {
		width: 80px;
	}
	.photo {
		height:400px;
	}
	.no-product {
		max-height: 415px;
	}
}
@media (max-width: 250px) {
	.logo {
		display: none;
	}
	.mobile-menu {
		margin:0 30px;
	}
	.mobile-callback span {
		padding-left:0;
		background: none;
	}
	.mobile-buttons .row div {
		width: 100%;
		padding:5px;
	}
	.category-wrap {
		width: 100%;
	}
}

/* remove lety */
app-content {
	display:none;
}