:root {
	--main-color: #ff6701;
	--small-size: 12px;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
}

a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: var(--small-size)
}

h6 {
	font-size: 10.2px;
}

a {
	color: var(--main-color);
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {}



/* content */
#content {
	min-height: 600px;
}


/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	background-color: transparent;
	border: none;
}

.breadcrumb>li+li:before {
	padding: 0px;
	margin-right: 10px;
	font-size: var(--small-size)
}

.breadcrumb i {
	font-size: 20px;
}

.breadcrumb>li {
	padding: 0 5px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li a {
	font-size: var(--small-size)
}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border-radius: 4px;
	background-color: var(--main-color);
	color: #fff;
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #fff;
	background-color: var(--main-color);
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: var(--main-color);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #333;
	background-position: 0 -15px;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	font-weight: bold;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
	right: -1px;
}



/*Верстка*/
/*СБРОС стилей*/
ul {
	margin: 0px;
	padding: 0px;
}

.checkbox+.checkbox,
.radio+.radio {
	margin: 0px;
}



/*СБРОС стилей*/

@media (min-width: 1440px) {
	.container {
		width: 1440px;
	}
}

.social {
	display: flex;
	align-items: center;
	gap: 5px;
}

.social__ico {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-color: #fff;
}

.social__ico-telegram {
	background-image: url(../image/svg/telegram.svg);
}

.social__ico-whatsapp {
	background-image: url(../image/svg/whatsapp.svg);
}

header {
	background-color: #fff;
}

.top {
	background-color: #f1f1f1;
	display: flex;
	align-items: center;
}

.top__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top__address {
	display: none;
}

.address {
	margin-bottom: 0px;
}

.address__link {
	font-size: 16px;
	color: #000;
	background-image: url(../image/svg/address.svg);
	background-repeat: no-repeat;
	padding-left: 28px;
	padding-right: 20px;
	background-size: 18px;
}

.call {
	font-size: 14px;
	color: #000;
	background-image: url(../image/svg/call.svg);
	background-repeat: no-repeat;
	padding-left: 28px;
	padding-right: 20px;
}

.login {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.login__enter {
	background-image: url(../image/svg/enter.svg);
	background-size: 20px;
	background-position: 15px 5px;
	background-repeat: no-repeat;
	background-color: var(--main-color);
	color: #fff;
	padding: 5px 15px 5px 45px;
	font-size: 14px;
	display: block;
}

.login__enter:hover {
	color: #000;
}

.login__register {
	background-image: url(../image/svg/register.svg);
	background-size: 20px;
	background-position: 12px 5px;
	background-repeat: no-repeat;
	background-color: #dfdfdf;
	color: #0f0f0f;
	padding: 5px 15px 5px 45px;
	font-size: 14px;
	display: block;
}

.login__register:hover {
	color: #000;
}

/*header*/
.header__wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;

}

.contacts {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.telephone {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.telephone__link {
	font-size: 16px;
	color: #000;
	background-image: url(../image/svg/tel.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 0px 0px 0px 25px;
	display: block;
}

.telephone__time {
	font-size: 13px;
	color: #7c7c7c;
}

.email {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.email__link {
	font-size: 16px;
	color: #000;
	background-image: url(../image/svg/email.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 0px 0px 0px 25px;
	display: block;
}

.email__time {
	font-size: 13px;
	color: #7c7c7c;
}

/*search*/
.search-enable {
	background-image: url(../image/svg/search-line.svg);
	width: 40px;
	height: 40px;
	background-color: var(--main-color);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 9px 9px;
	border-radius: 50%;
	cursor: pointer;
}

.search-enable:hover {
	background-color: black;
}

#search {
	width: 0%;
	display: none;
	transition: 1s all ease;
}

#search.active {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 100%;
	display: block;
	transition: 1s all ease;
}

.search__input {
	background: #fff;
	padding: 0px 20px;
	width: 100%;
	height: 100%;
	border: none;
	color: #a4a4a4;
	outline: none;
	font-weight: 300;
	font-size: 14px;
	z-index: 13;
	position: relative;
	color: #000;
	border: 0.1rem solid #ff6904;
}

.search__input:focus {
	box-shadow: 0 0 2rem #ccc;
	border-color: #fff;
}

.search__btn {
	position: absolute;
	top: 0px;
	right: 0%;
	z-index: 100;
	font-size: 0px;
	background-image: url(../image/svg/search-icon.png);
	background-repeat: no-repeat;
	background-position: 20px 17px;
	display: block;
	height: 100%;
	width: 60px;
	outline: none;
	border: none;
	background-color: transparent;
}

/*Menu*/
.menu {
	position: relative;
}

.menu__btn {
	font-size: 18px;
	color: #fff;
	background-color: var(--main-color);
	background-image: url(../image/svg/menu.svg);
	background-repeat: no-repeat;
	background-position: 20px 15px;
	background-size: 25px;
	padding: 10px 20px 10px 60px;
	border: none;
	outline: none;
	height: 50px;
	position: relative;
	margin-right: 20px;
}

.menu:hover .menu__list {
	display: block;
}

.menu__list {
	list-style: none;
	position: absolute;
	left: 0px;
	background-color: #fff;
	z-index: 100;
	padding: 0px;
	width: 300px;
	display: none;
	box-shadow: 0 0 2rem #ccc;
}

.menu__item:not(:last-child) {
	border-bottom: 1px solid #dddddd;
}

.menu__item a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000;
	width: 100%;
	height: 40px;
	padding: 0px 20px;
}

.menu__item.dropdown {
	position: relative;
}

.dropdown-menu {
	position: absolute;
}

/*Горизонтальное меню*/

.main__menu {
	background-color: #000;
}

.main__menu-list {
	display: flex;
	align-items: center;
	gap: 20px;

}

.main__menu-item {
	list-style: none;
}

.main__menu-link {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 15px;
}

.main__menu-link:hover {
	background-color: var(--main-color);
	color: #fff;
}

.main__menu-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu-btn {
	width: 30px;
	height: 30px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 7px;
	display: none;
}

.menu-btn__line {
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: var(--main-color);
}

/*Кнопки сравнение и закладки*/
.wishcomp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0px 20px;
	margin-left: auto;
	margin-right: 20px;
}

.wishcomp__wishlist {
	width: 50px;
	height: 50px;
	position: relative;
	font-size: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../image/svg/wishlist.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 15px 15px;
}

.wishcomp__wishlist:hover {
	background-color: #333;
}

.wishcomp__wishlist-count {
	position: absolute;
	right: 3px;
	top: 3px;
	display: inline-block;
	min-width: 18px;
	min-height: 18px;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 50%;
	font-size: 11px;
	text-align: center;
}

.wishcomp__compare {
	width: 50px;
	height: 50px;
	position: relative;
	font-size: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../image/svg/compare.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 15px 15px;
}

.wishcomp__compare:hover {
	background-color: #333;
}

.wishcomp__compare-count {
	position: absolute;
	right: 3px;
	top: 3px;
	display: inline-block;
	min-width: 18px;
	min-height: 18px;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 50%;
	font-size: 11px;
	text-align: center;
}

/*Корзина*/

.cart__btn {
	position: relative;
	width: 110px;
	padding: 0px 10px;
	height: 50px;
	background-color: #333;
	border: none;
	outline: none;
	color: #fff;
	background-image: url(../image/svg/cart.svg);
	background-repeat: no-repeat;
	background-position: 7px 11px;
	background-size: 26px;
	text-align: right;
}

.cart__number {
	position: absolute;
	left: 25px;
	top: 4px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 50%;
	font-size: 11px;
	text-align: center;
}

.cart__total {
	font-size: 12px;
}

.modal-header {
	padding: 0px;
	display: flex;
	align-items: center;
}

.modal-header .close {
	margin-top: 0px;
	width: 50px;
	height: 50px;
}

.modal-cart {
	background-color: #fff;
	padding: 0px 20px;
}

.modal-cart li {
	list-style: none;
}

.cart-confirm__btn {
	border: 1px solid var(--main-color);
}

.cart-confirm__btn:hover,
.cart-confirm__btn:focus {
	color: var(--main-color);
	background-color: transparent;
}

.cart-list {}

.cart-list__tr {
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: none;
}

.cart-list__tr td {
	border: none !important;
}

.cart-list__btn {}

.cart-confirm {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.cart-confirm__btn {
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 16px;
	background-color: var(--main-color);
}

.title-h1 {
	text-align: center;
	font-size: 36px;
	line-height: normal;
	text-transform: uppercase;
}

/*content-top*/
#common-home .wrapper-top {
	background-color: #ededed;
	padding: 25px 0px 40px 0px;
}


/*Слайдер в файле стилей слайдера*/


/*bestseller товар дня*/
.bestseller {}

.best-product {
	background-color: #fff;
	padding: 22px 20px;
}

.best-product__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.best-product__header-title {
	margin: 0px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px;
	background-color: var(--main-color);
	color: #fff;
}

.best-product__middle {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 25px 0px;
}

.best-product__middle-title {
	min-height: 40px;
}

.best-product__middle-link {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.best-product__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.best-product__footer-price {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin: 0px;
}

.best-product__btn {
	width: 55px;
	height: 45px;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 5px;
	border: none;
	background-image: url(../image/svg/cart.svg);
	background-repeat: no-repeat;
	background-position: 13px 8px;
	background-size: 26px;
}

.best-product__btn:hover {
	background-color: #333;
}

.best-product__footer-text {
	font-size: 0px;
}



/*Слайдер*/
.category-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.category__product {
	width: 265px;
	margin: 10px 5px 0px 5px;
	padding: 20px;
	position: relative;
	border-radius: 10px;
	transition: 0.3s ease;
}

.wrap-product {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.wrap-product .product {
	position: relative;
	width: 265px;
	border-radius: 10px;
	transition: 0.3s ease;
	-webkit-backdrop-filter: blur(0.5rem);
	backdrop-filter: blur(0.5rem);
	box-shadow: 0 3px 22px rgba(0, 0, 0, 0.1490196078);

}

.wrap-product .product:hover {
	transition: 0.3s ease;
	box-shadow: 0 3px 22px rgba(0, 0, 0, 0.3);
}


.product__header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	gap: 10px;
	opacity: 0;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(-5%, -50%);
}

.product:hover .product__header {
	opacity: 1;
}

.product__wishlist {
	width: 40px;
	height: 40px;
	position: relative;
	font-size: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../image/svg/wishlist.svg);
	background-color: #333;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 10px 10px;
	border: none;
	border-radius: 5px;
}

.product__wishlist:hover {
	background-color: var(--main-color);
}

.product__compare {
	width: 40px;
	height: 40px;
	position: relative;
	font-size: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../image/svg/compare.svg);
	background-color: #333;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 10px 10px;
	border: none;
	border-radius: 5px;
}

.product__compare:hover {
	background-color: var(--main-color);
}

.product__middle {}

.product__img-link img {
	margin: 0 auto;
}

.product__middle-title {
	min-height: 40px;
	padding: 0px 20px;
	text-align: center;
}

.product__middle-link {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.product__middle-description {
	min-height: 60px;
	padding: 20px;
}

.product__dimension {
	padding: 0px 20px;
}

.product__dimension-info {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	font-size: 14px;
}

.product__dimension-text {}

.product__dimension-dots {
	flex-grow: 1;
	border-bottom: 1px dotted #b8babb;
}

.product__dimension-value {}

.product__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	min-height: 40px;
	padding: 0px 20px 20px 20px;
}

.product__rating {
	flex-basis: 100%;
	height: 20px;
}

.product__footer-price {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin: 0px;
}

.price-new {
	color: green;
}

.price-old {
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
}

.product__btn {
	width: 55px;
	height: 45px;
	background-color: var(--main-color);
	background-color: #333;
	color: #fff;
	border-radius: 5px;
	border: none;
	background-image: url(../image/svg/cart.svg);
	background-repeat: no-repeat;
	background-position: 13px 8px;
	background-size: 26px;
}

.product__btn:hover {
	background-color: var(--main-color);
}

.product__footer-text {
	font-size: 0px;
}

.boc_order_category_btn {
	display: block;
	width: 100%;
	border: none;
	background-color: #333;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	margin-top: 20px;
	font-size: 16px;
}

.boc_order_category_btn:hover {
	background-color: var(--main-color);

}

.rating {
	padding: 0px;
	margin: 0px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}


/*Преимущества*/
.advantages {

	margin: 40px 0px;
	padding: 20px 0px;
	background-color: #ededed;
}

.advantages__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 20px;
}

.advantages__block {
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.advantages__svg {
	width: 65px;
	height: 65px;
}

.advantages__block:nth-child(1) .advantages__svg {
	background-image: url(../image/svg/advantages-product.svg);
}

.advantages__block:nth-child(2) .advantages__svg {
	background-image: url(../image/svg/advantages-mark.svg);
}

.advantages__block:nth-child(3) .advantages__svg {
	background-image: url(../image/svg/advantages-car.svg);
}

.advantages__block:nth-child(4) .advantages__svg {
	background-image: url(../image/svg/advantages-succses.svg);
}

.advantages-block:hover svg {
	fill: #fff;
}

.advantages__text {
	font-size: 16px;
	color: #000;
}


.module-title {
	font-size: 24px;
	color: #000;
	padding: 20px 0px;
	margin: 20px 0px 20px 0px;
	position: relative;
}

.module-title::after {
	content: "";
	width: calc(5% + 100px);
	height: 2px;
	background-color: var(--main-color);
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.radio__text {
	border: 1px solid var(--main-color);
	color: #000;
	padding: 10px;
	border-radius: 5px;
}

.radio input:checked+.radio__text {
	color: #fff;
	background-color: var(--main-color);

}

/*Карта с контатами*/
.contact {
	position: relative;
	display: flex;
	align-items: center;
}

.contact__map {
	width: 100%;
}

.contact__wrapper {
	position: absolute;
	left: 70%;
	display: flex;
	flex-direction: column;
	padding: 25px;
	gap: 20px;
	background-color: #fff;
	height: 100%;
}

.contact__title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;

}

.contact__item-title {
	text-transform: uppercase;
	color: var(--main-color);
}

.contact__item-description {
	margin-bottom: 10px;
	margin-top: 10px;
}

.contact__item-description a {
	color: #000;
}

/*NEWS Новости */
.news-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.news-block {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	display: block;
}

.news-image {
	width: 100%;
	height: 100%;
}

.news-image img {
	width: 100%;
}

.news-caption {
	position: absolute;
	padding: 15px;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
}

.news-link {
	color: var(--main-color);
	font-size: 16px;
}

.news-link:hover {
	color: #000;
}

.news-date {
	color: #000;
	font-size: 13px;
}

/*Footer*/
footer {
	background-color: #ededed;
	padding: 25px 0px;
	margin-top: 25px;
}

.footer-wrap {
	display: flex;
	justify-content: space-between;
}

.footer-logo {
	margin-bottom: 20px;
}

.footer-contacts {
	flex-direction: column;
	gap: 20px;
}

.footer-telephone {
	align-items: flex-start;
}

.footer-email {
	align-items: flex-start;
}

.footer-block h5 {
	font-size: 18px;
	color: #000;
	margin: 0px;
	margin-bottom: 20px;
	line-height: normal;
}

.footer__menu-item {
	list-style: none;
	margin-bottom: 10px;
}

.footer__menu-link {
	color: #000;
	font-size: 14px;
}


/*Страница карточки товара*/

.product__name {
	font-size: 26px;
	margin: 0px;
}

.top-group {
	margin: 20px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.product__wishcomp {
	display: flex;
	align-items: center;
	gap: 10px;
}

.product__wishcomp .product__wishlist,
.product__wishcomp .product__compare {
	width: 30px;
	height: 30px;
	background-size: 15px;
	background-position: 7px 7px;
	cursor: pointer;
}

.product-stock.instock {
	color: #8ebb04;
	font-weight: 500;
	font-size: 16px;
}

.product-stock.instock::before {
	content: "\2713";
	margin-right: 10px;
}

.product-stock.offstock {
	color: #cb2727;
	font-weight: 500;
	font-size: 16px;
}

.product-stock.offstock::before {
	content: "\2715";
	margin-right: 10px;
}

.product-price {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 20px 0px;
}

.product-price li {
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;

}

.product-price__old-text {
	color: #cb2727;
}

.price-new-live {
	color: #8ebb04;
	font-size: 26px;
}

.discounts {
	padding: 20px;

	background-color: whitesmoke;
	font-size: 14px;
}

.discounts__price {
	color: #8ebb04;
	font-size: 14px;
}

.product-labelname {
	font-size: 14px;
}

.product-input {
	display: none;
}

.product-radios {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.product-radio label {
	padding-left: 0px;
}

.radio-name {
	background-color: #333333;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
}

.product-input:checked+.radio-name,
.radio-name:hover {
	background: #8ebb04;
	color: #fff;
}

.product .rating a {
	color: var(--main-color);
}

.buy-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.buy-block .input-group-btn .btn {
	border: 0px;
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	padding: 15px 20px;
	background-color: var(--main-color);
}

.buy-block .form-control {
	height: 47px;
	box-shadow: none;
	z-index: 10;
}

#button-cart {
	background-color: var(--main-color);
	background-image: none;
	border: 1px solid var(--main-color);
	padding: 13px 17px;
	color: #fff;
	text-transform: uppercase;
	transition: 0.2s all ease;
}

#button-cart:hover {
	background-color: transparent;
	border: 1px solid var(--main-color);
	color: #000;
	transition: 0.2s all ease;
}

.fast-buy {
	background-color: transparent;
	background-image: none;
	border: 1px solid var(--main-color);
	padding: 13px 17px;
	color: #000;
	text-transform: uppercase;
	transition: 0.2s all ease;
}

.fast-buy:hover {
	border: 1px solid var(--main-color);
	background-color: var(--main-color);
	color: #fff;
	transition: 0.2s all ease;
}

.btn-block+.btn-block.fast-buy {
	margin-top: 0px;
}

.product .rating .fa-stack {
	line-height: 13px;
	width: 15px;
	height: 15px;
}

.product .rating .fa-star {
	color: var(--main-color);
}

.product .rating .fa-star+.fa-star-o {
	color: #fff;
}

/* .product-info {
	list-style: none;
	font-size: 14px;
	margin: 20px 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #ff670147;
	border-top: 1px solid #ff670147;
} */

.product-info a {
	color: var(--main-color);
}

.product-info__list {
	display: flex;
	align-items: center;
	gap: 15px;
	list-style: none;
}

.stock__text {
	display: inline-block;
	padding: 10px 10px 10px 30px;
	position: relative;
	color: #000;
	font-size: 16px;
	background-color: #fff;
	border-radius: 5px;
}

.stock__text:before {
	content: "";
	width: 18px;
	height: 14px;
	background-image: url(../image/svg/check.svg);
	position: absolute;
	left: 10px;
	top: 12px;
}

.product__wrap-radio {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.product__radio {
	margin: 0px;
}

.product__label {
	padding-left: 0px;
}

/*CATEGORYWALLMODULE*/
.category-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
}

.category-block {
	width: 19%;

	position: relative;
	overflow: hidden;
	background-color: #ededed;
	border-radius: 5px;
	transition: 0.3s ease;
}

.category-block:hover {
	box-shadow: 0px 0px 10px 0px #a7a7a7;
	transition: 0.3s ease;
}

.category-block .caption {
	width: 100%;
	padding: 10px;
	text-align: center;
}

.category-block .caption a {
	color: var(--main-color);
	;
	font-size: 18px;
}

/*Стили убрать, переопределить*/
p {
	margin: 0px;
}

a:focus,
a:hover {
	color: var(--main-color);
	text-decoration: none;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: var(--main-color);
}

.mobile-menu {
	display: none;
}


.logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 350px;
}

.logo__title {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
}

.logo__subtitile {
	font-size: 16px;
	color: #000;
	text-align: center;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

.gallery img {
	width: 300px;
	height: 300px;
	border-radius: 10px;
}


@media(max-width:1440px) {
	.top__address {
		display: block;
	}

	.header__address {
		display: none;
	}
}

@media(max-width:1200px) {
	.advantages-block {
		flex-direction: column;
	}

	.advantages-block__right {
		text-align: center;
	}
}

@media(max-width:1100px) {
	.slideshow {
		margin-bottom: 20px;
	}

	.slick-prev.slick-arrow {
		top: -16%;
		right: 10%;
		left: auto;
	}

	.slick-next.slick-arrow {
		top: -16%;
		right: 4%;
	}
}

@media(max-width:992px) {

	/*Верхний header с информацией */

	.logo {
		width: 250px;
	}

	.header__social {
		display: none;
	}

	.best-product:nth-child(1) {
		margin-right: 10px;
	}

	.best-product:nth-child(2) {
		margin-left: 10px;
	}

	.advantages {
		margin-top: 20px;
		gap: 20px 0px;
		flex-wrap: wrap;
	}
    .advantages__inner{
        flex-wrap:wrap;
    }
	.advantages__block {
	   
		width: calc(50% - 10px);
	}

	.slick-prev.slick-arrow {
		right: 15%;
	}

	.menu-btn {
		display: flex;
	}

	.main__menu-list {
		display: none;
	}

	.mobile-menu.open {
		width: 80%;
		max-width: 400px;
		height: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		padding: 50px 20px 20px 20px;
		background-color: #ffffff;
		z-index: 100;
		box-shadow: 1px 0px 5px 0px #333333;
	}

	.menu-close {
		position: absolute;
		right: 0px;
		top: 0px;
		padding: 15px;
		color: var(--main-color);
		font-size: 20px;
	}

	.menu__list.open {
		position: static;
		display: block;
		box-shadow: none;
		width: 100%;
		background-color: transparent;
	}

	.menu__item:not(:last-child) {
		border: none;
	}

	.mobile-menu__catalog {
		width: 100%;
	}

	.mobile-menu__catalog-link,
	.mobile__menu-link {
		display: block;
		width: 100%;
		color: #000;
		border-bottom: 1px solid #ececec;
		padding: 10px 0px;
		text-transform: uppercase;
		font-size: 16px;
		position: relative;
	}

	.mobile-menu__catalog-link:after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 2px;
		vertical-align: middle;
		border-top: 4px dashed;
		border-top: 4px solid\9;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		position: absolute;
		right: 0px;
		top: 20px;
		transform: rotate(-90deg);
	}

	.mobile-menu__catalog-link.open:after {
		transform: rotate(0deg);
	}

	.menu__item .dropdown-toggle:after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 2px;
		vertical-align: middle;
		border-top: 4px dashed;
		border-top: 4px solid\9;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		position: absolute;
		right: 0px;
		top: 20px;
		transform: rotate(-90deg);
	}

	.menu__item.open .dropdown-toggle:after {
		transform: rotate(0deg);
	}

	.menu__item.open .dropdown-menu {
		position: static;
		background-color: transparent;
		max-width: none;
		width: 100%;
		box-shadow: none;
		border: none;
		padding: 0px 10px;
	}

	.menu__item:hover {
		background-color: transparent;
	}

	.menu__item a {
		padding: 10px 0px;
		display: block;
		height: auto;
		color: var(--main-color);
		border-bottom: 1px solid #ececec;
		padding: 10px 10px;
	}

	.mobile-menu__article {
		width: 100%;
	}

	.mobile__menu-item {
		list-style: none;
	}

	.mobile-info {
		display: flex;
		flex-direction: column;
		margin-top: 20px;
		gap: 20px;
	}

	.mobile-menu__link {
		font-size: 16px;
	}

	/*CATEGORY*/
	.category-row {
		gap: 20px;
	}

	.category-block {
		width: 31%;
	}

	/*CATEGORY*/

}

@media(max-width:768px) {

	/*Верхнее меню с информацией*/
	.top {
		display: block;
	}

	.top__address {}

	/*HEADER*/
	.header__wrap {
		flex-wrap: wrap;
		gap: 20px;
	}

	.logo {
		width: 100%;
	}
    .advantages{
        margin:0px;
    }
	.advantages__inner {
		flex-wrap: wrap;
	}

	.advantages__block {
		width: 100%;
	}
    .contact{
        flex-direction:column-reverse;
    }
	.contact__wrapper {
		position: static;
	}

	/*CATEGORY*/
	.category-row {
		justify-content: center;
	}

	.category-block {
		height: auto;
	}

	/*CATEGORY*/
	
	.buy-block{
	    flex-wrap:wrap;
	}

}

@media(max-width:575px) {

	/*HEADER*/
	.header__email {
		display: none;
	}

	/*HEADER*/
	/*MENU*/
	.menu__btn {
		margin-right: 15px;
	}

	.wishcomp {
		margin-right: 15px;
		gap: 0px 15px;
	}

	/*MENU*/
	/*ADVANTAGES*/
	.advantages {
		justify-content: center;
	}

	.advantages-block {
		width: 100%;
		min-height: 100px;

	}

	/*ADVANTAGES*/
	.wrap-product {
		justify-content: center;
	}

	/*BESTSELLER*/
	.best-product__header {
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		min-height: 67px;
		gap: 10px 0px;
	}

	/*BESTSELLER*/

	/*CATEGORY*/
	.category-block {
		width: calc(50% - 10px);
	}

	/*CATEGORY*/
	/*NEWS */
	.news-wrap {
		flex-wrap: wrap;
	}

	.news-block {
		width: calc(50% - 10px);
	}

	/*footer*/
	.footer-wrap {
		flex-wrap: wrap;
	}

	.footer-block {
		width: calc(50% - 10px);
	}

	/*footer*/
}

@media(max-width:420px) {
	.slideshow {}

	.swiper-pager {
		display: none;
	}

	.wishcomp {
		display: none;
	}

	/*ADVANTAGES*/
	.category-block {
		width: 100%;
	}



	.footer-wrap {
		flex-wrap: wrap;
		align-items: center;
	}

	.footer-block {
		width: 100%;
	}
}