html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

a:hover {
	text-decoration: none;
	color: white;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}


/* COLORS */

:root {
	--red: #b22227;
    --l-red: #d21e25;
	--green: #74c444;
	--deep-green: #12a66a;
	--blue: #566fff;
}

.red {
	color: #b22227;
}

.red-bg {
	background-color: #b22227;
}

.green {
	color: #74c444;
}

.green-bg {
	background-color: #74c444;
}

.deep-green {
	color: #12a66a;
}

.deep-green-bg {
	background-color: #12a66a;
}

.deep-grey {
	color: #242628;
}

.deep-grey-bg {
	background-color: #242628;
}

.grey {
	color: #36383b;
}

.grey-bg {
	background-color: #36383b;
}

.light-grey {
	color: #aeaeae;
}

.light-grey-bg {
	background-color: #aeaeae;
}

.orange {
	color: #f26521;
}

.orange-bg {
	background-color: #f26521;
}

.violet {
	color: #8781bd;
}

.violet-bg {
	background-color: #8781bd;
}
.white-bg {
    background-color: white!important;
}
a {
    color: #000;
    text-decoration: none;

}
a:hover {
 //   color:var(--l-red);
    text-decoration: none;

}
.nav-tabs {
    border-bottom:none;
}
/* FONTS */

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

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

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

@font-face {
	font-family: 'cuprum regular italic';
	src: url('../fonts/cuprum-italic-webfont.eot');
	src: local('cuprum regular Light Italic'), local('cuprum-italic-webfont'), url('../fonts/cuprum-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cuprum-italic-webfont.woff2') format('woff2'), url('../fonts/cuprum-italic-webfont.woff') format('woff'), url('../fonts/cuprum-italic-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'cuprum regular';
	src: url('../fonts/cuprumBold.eot');
	src: local('cuprum regular Bold'), local('cuprumBold'), url('../fonts/cuprumBold.eot?#iefix') format('embedded-opentype'), url('../fonts/cuprumBold.woff2') format('woff2'), url('../fonts/cuprumBold.woff') format('woff'), url('../fonts/cuprumBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'cuprum bold';
	src: url('../fonts/cuprum-bold-webfont-Italic.eot');
	src: local('cuprum bold Italic'), local('cuprum-bold-webfont-Italic'), url('../fonts/cuprum-bold-webfont-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/cuprum-bold-webfont-Italic.woff2') format('woff2'), url('../fonts/cuprum-bold-webfont-Italic.woff') format('woff'), url('../fonts/cuprum-bold-webfont-Italic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'cuprum regular Book';
	src: url('../fonts/cuprum-Italic.eot');
	src: local('cuprum regular Book Italic'), local('cuprumBook-Italic'), url('../fonts/cuprumBook-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/cuprumBook-Italic.woff2') format('woff2'), url('../fonts/cuprumBook-Italic.woff') format('woff'), url('../fonts/cuprumBook-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'cuprum regular Black';
	src: url('../fonts/cuprumBlack-Italic.eot');
	src: local('cuprum regular Black Italic'), local('cuprumBlack-Italic'), url('../fonts/cuprumBlack-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/cuprumBlack-Italic.woff2') format('woff2'), url('../fonts/cuprumBlack-Italic.woff') format('woff'), url('../fonts/cuprumBlack-Italic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'cuprum regular';
	src: url('../fonts/cuprumBold-Italic.eot');
	src: local('cuprum regular Bold Italic'), local('cuprumBold-Italic'), url('../fonts/cuprumBold-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/cuprumBold-Italic.woff2') format('woff2'), url('../fonts/cuprumBold-Italic.woff') format('woff'), url('../fonts/cuprumBold-Italic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'cuprum regular';
	src: url('../fonts/cuprum-regular-webfont-Italic.eot');
	src: local('cuprum regular Regular Italic'), local('cuprum-regular-webfont-Italic'), url('../fonts/cuprum-regular-webfont-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/cuprum-regular-webfont-Italic.woff2') format('woff2'), url('../fonts/cuprum-regular-webfont-Italic.woff') format('woff'), url('../fonts/cuprum-regular-webfont-Italic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'cuprum regular Thin';
	src: url('../fonts/cuprumThin.eot');
	src: local('cuprum regular Thin'), local('cuprumThin'), url('../fonts/cuprumThin.eot?#iefix') format('embedded-opentype'), url('../fonts/cuprumThin.woff2') format('woff2'), url('../fonts/cuprumThin.woff') format('woff'), url('../fonts/cuprumThin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'cuprum regular Black';
	src: url('../fonts/cuprumBlack.eot');
	src: local('cuprum regular Black'), local('cuprumBlack'), url('../fonts/cuprumBlack.eot?#iefix') format('embedded-opentype'), url('../fonts/cuprumBlack.woff2') format('woff2'), url('../fonts/cuprumBlack.woff') format('woff'), url('../fonts/cuprumBlack.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'cuprum regular Thin';
	src: url('../fonts/cuprumThin-Italic.eot');
	src: local('cuprum regular Thin Italic'), local('cuprumThin-Italic'), url('../fonts/cuprumThin-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/cuprumThin-Italic.woff2') format('woff2'), url('../fonts/cuprumThin-Italic.woff') format('woff'), url('../fonts/cuprumThin-Italic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100000;
}
body {
    padding-top: 70px;
}

.text-18 {
	font-size: 18px;
}

.text-20 {
	font-size: 20px;
}

.text-22 {
	font-size: 22px;
}

.text-24 {
	font-size: 24px;
}

.text-26 {
	font-size: 26px;
}

.text-28 {
	font-size: 28px;
}

h2 {
	font-family: 'cuprum bold';
	font-size: 44px;
	letter-spacing: 2px;
}

h4 {
	font-family: 'cuprum bold';
	font-size: 16px;
}

body {
	font-family: 'cuprum regular';
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: top center;
	/*background-image: url("../images/bg2.jpg");*/
}

.burger a {
	background-image: url("../icons/burger-icon.svg");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}

.burger {
	width: 70px;
	height: 70px;
	border-right: 1px solid #2e3235;
}

.burger:hover a {
	background-color: #1f2224;
	background-image: url("../icons/burger-icon--hover.svg");
}

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

.logo-bg {
	width: 207px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../icons/logo2.jpg");
	background-color: #831017;
	background-size: 80%;
}

.header-phone {
	font-family: 'cuprum regular';
	font-weight: 500;
	font-size: 18px;
	font-size: 18px;
	color: white;
	text-align: center;
}

.city-chooser {
	width: 150px;
	height: 70px;
	border-right: 1px solid #2e3235;
}

.city-chooser:hover {
	background-color: #1f2224;
}

.city-chooser>div {
	color: white;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("../icons/location-icon.svg");
	padding-left: 20px;
	border-bottom: 2px dotted #2e3235;
}

.header-menu .row>div {
	width: 70px;
	height: 100%;
	border-left: 1px solid #2e3235;
	cursor: pointer;
}

.header-menu .row {
	justify-content: flex-end;
	height: 100%;
}

.header-cart {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../icons/cart-icon.svg");
	position: relative;
}

.header-cart:hover {
	background-image: url("../icons/cart-icon--hover.svg");
	background-color: #1f2224;
}

.header-cart span {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 6px;
	border-radius: 50%;
	background: var(--red);
	color: white;
	font-size: 12px;
	font-weight: 800;
	text-align: center;
	padding-top: 1px;
}

.header-wish {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../icons/wish-icon.svg");
	position: relative;
}

.header-wish:hover {
	background-image: url("../icons/wish-icon--hover.svg");
	background-color: #1f2224;
}

.header-wish span {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 6px;
	border-radius: 50%;
	background: var(--green);
	color: white;
	font-size: 12px;
	font-weight: 800;
	text-align: center;
	padding-top: 1px;
}

.header-comp {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../icons/comp-icon.svg");
}

.header-comp:hover {
	background-image: url("../icons/comp-icon--hover.svg");
	background-color: #1f2224;
}

.header-search {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../icons/search-icon.svg");
}

.header-search:hover {
	background-image: url("../icons/search-icon--hover.svg");
	background-color: #1f2224;
}

.header-whatsapp a.whatsapp-link {
	height: auto;
	width: auto;
}

.header-whatsapp img {
	height: auto;
	width: 30px;
	margin: auto;
}

.header-whatsapp:hover {
	background-color: #1f2224;
}

.header-login {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../icons/login-icon.svg");
}

.header-login:hover {
	background-image: url("../icons/login-icon--hover.svg");
	background-color: #1f2224;
}

.banner-top {
	height: 600px;
	padding-top: 90px;
	color: white;
	background-image: url("../images/slide2.png");
	background-position: center center;
	background-size: cover;
}

.banner-top h4 {
	font-size: 25px;
	font-weight: 100;
	font-family: 'cuprum regular Thin';
}

.banner-top h2 {
	font-size: 45px;
	font-weight: bold;
	font-family: 'cuprum regular';
}

.banner-top h1 {
	font-size: 60px;
	font-weight: 600;
	font-family: 'cuprum regular';
	line-height: 60px;
	padding: 0;
	margin: 0;
}

.button {
	width: 210px;
	height: 50px;
	display: flex;
	color: white;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 3px;
}

.button-cart {
	width: 100%;
	height: 60px;
	display: flex;
	color: white;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 3px;
}

.button-grey {
	width: 210px;
	height: 50px;
	display: flex;
	color: #818181;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 3px;
	background: #f6f6f6;
}

.button-white {
	width: 210px;
	height: 50px;
	display: flex;
	color: #818181;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 3px;
	background: #fff;
}

.button-grey:hover {
	background: var(--red);
	color: white;
}

.button.red-bg:hover {
	background-color: #d21e25;
}

.button-white:hover {
	background: var(--red);
	color: white;
}

.categorywall>div {}

#news .product-thumb .image {
	padding-top: 0;
}

.categorywall_thumbnail {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	padding-top: 140%;
}



.categorywall_thumbnail:hover {
	box-shadow: 0 5px 20px 0 #e5e5e5;
	
}

#categorywall,
#categorywall1 {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #f8f8f8;
}

.category_name {
	text-align: center;
	color: white;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	position: absolute;
	height: 140px;
	padding: 0 20px;
	padding-bottom: 20px;
	left: 15px;
	right: 15px;
	bottom: 0;
	font-size: 18px;
	background-image: url("../images/11.png");
	background-position: bottom center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

a:hover .category_name {
	color: #b6b6b6;
}

.popular-products {
	padding-top: 70px;
	padding-bottom: 70px;
}

.new-products .sw-container {
	padding-top: 50px;
}

#news .sw-container {
	padding-top: 50px;
}

.product-thumb .image {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-size: contain;
	padding-top: 100%;
}

#news .product-thumb .image {
	height: auto;
}

.product-thumb .image img {
	width: 100%;
}

.product-thumb {
	padding: 40px 30px 0 30px;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	background: white;
	background-repeat: no-repeat;
	background-position: center center;
    padding-bottom: 75px;
}
.product-thumb h4 {
    overflow: hidden;
    margin-right: -10px;
    display: block;
    position: relative;
}

.product-thumb h4:after {
    content: ' ';
    position: absolute;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(white));
    background-image: linear-gradient(to right,rgba(255,255,255,0),#fff);
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
}
.product-thumb:hover {
	box-shadow: 0 5px 20px 0 #e5e5e5;
}

#catalog .product-thumb {
	background: none;
}

#news .product-thumb {
	padding: 20px;
	height: auto;
}

.product-cat {
	color: #a7a7a7;
	font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
}
.product-cat:after, .snippet__title:after {
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    content: '';
}
.product-cat:after {
    position: absolute;
    background-image: linear-gradient(to right,rgba(255,255,255,0),#fff);
}

.prod-availab {
	font-size: 14px;

}

.product-thumb .prod-availab {
    position: absolute;
    bottom: 60px;
    left: 30px;
}
.product-thumb .caption {
	padding-top: 30px;
}

#news .caption {
	margin-top: 20px;
}

.product-thumb.big .caption {
	position: absolute;
	bottom: 0;
	left: 25px;
	color: white;
}

.product-thumb .price {
	font-family: 'cuprum bold';
	font-size: 24px;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.prod-inform .price {
	font-family: 'cuprum bold';
	font-size: 38px;
	line-height: 1;
}

.product-thumb.big .price {
	font-family: 'cuprum bold';
	font-size: 34px;
	color: yellow;
}
.product-thumb.big .price {
    position: relative;
    left: 0;
}
.product-thumb.big h4:after {
    content: none;

}

.product-thumb h4 {
	color: black;
}
.price.red span {
  font-size: 16px;
}

#news h4 {
	color: black;
	font-size: 20px;
	margin-top: 15px;
    min-height: 50px;
}

#news h4:hover {
	color: var(--red);
	text-decoration: underline;
}

.product-thumb.big h4 {
	color: white;
	font-size: 32px;
	font-family: 'cuprum regular';
}

.product-thumb h4:hover {
	color: var(--red);
	text-decoration: underline;
}

.product-thumb .prod-label {
	position: absolute;
	height: 25px;
	left: -10px;
	top: -20px;
	color: white;
	border-radius: 4px;
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
	padding-top: 1px;
}

.thumbnails .prod-label {
	display: inline-block;
	height: 25px;
	position: absolute;
	top: 30px;
	left: 65px;
	width: auto;
	color: white;
	border-radius: 4px;
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
	padding-top: 1px;
	z-index: 1000;
}

.label-recomend {
	background: var(--deep-green);
}

.product-thumb.big .prod-label {
	left: 0;
	top: -20px;
	position: relative;
	display: inline-block;
}

.thumbnails .prod-label.label-new,
.product-thumb .prod-label.label-new {
	background: var(--blue);
}

.thumbnails .prod-label.label-action,
.product-thumb .prod-label.label-action {
	background: var(--green);
}

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

.align-vcenter {
	display: flex;
}

#service {
	padding-top: 70px;
	padding-bottom: 120px;
	background: #f8f8f8;
}

#service .row>div {
	padding-left: 160px;
	height: 110px;
	font-size: 18px;
}

#service h2 {
	padding-bottom: 70px;
}

#service .row>div p {
	padding-top: 25px;
}

.service-col1 {
	background-image: url("../images/1.png");
	background-repeat: no-repeat;
	background-position: left 60px center;
}

.service-col1 img {
	position: absolute;
	left: 65px;
	top: 30px;
}

.service-col2 {
	background-image: url("../images/2.png");
	background-repeat: no-repeat;
	background-position: left 60px center;
}

.service-col2 img {
	position: absolute;
	left: 70px;
	top: 30px;
}

.service-col3 {
	background-image: url("../images/3.png");
	background-repeat: no-repeat;
	background-position: left 60px center;
}

.service-col3 img {
	position: absolute;
	left: 80px;
	top: 30px;
}

#capdosing {
	padding-bottom: 80px;
	padding-top: 70px;
	color: white;
	background-image: url("../images/slide3.png");
	background-position: center  center;
	background-repeat: no-repeat;
	background-color: #1e1f21;
}

.button-free-round {
	display: inline-block;
	padding: 0 35px;
	height: 40px;
	color: #fff;
	border-radius: 20px;
}

.button-free-round a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
}

.button-free-round:hover {
	background-color: var(--red);
}

#capdosing .cat-list li {
	margin: 0 10px 20px 0;
}

.column2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

#capdosing .cat-text {
	font-family: 'cuprum regular';
	font-size: 14px;
	padding-top: 15px;
}

#capdosing .cat-text p {
	padding-top: 22px;
	padding-bottom: 10px;
}

#capdosing .cat-text h5 {
	margin-left: 30px;
	display: inline-block;
	position: relative;
	border-bottom: 2px dotted var(--red);
}

#capdosing .cat-text h5::before {
	content: " ";
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--green);
	left: -30px;
	top: 4px;
	background-image: url("../images/check--green.svg");
	background-position: center center;
	background-repeat: no-repeat;
}

.new-products {
	padding-top: 70px;
	padding-bottom: 50px;
}

.product-thumb.big {
	position: relative;
	background: black;
}

.new-products .row>div {
	margin-bottom: 30px;
}

.brand-review {
	padding-top: 50px;
	padding-bottom: 90px;
	background-size: cover;
	color: white;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url("../images/bg1.jpg");
}

.brand-review p.white {
	padding-top: 10px;
}

.brand-review .row {
	padding-top: 70px;
}

#news {
	padding-top: 70px;
	padding-bottom: 50px;
}

#news .date-public {
	color: white;
	padding: 5px 15px;
	border-radius: 4px;
	font-size: 14px;
}

.recomends-products {}

.featured-products {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #f8f8f8;
}

#clients-service {
	padding-top: 70px;
	padding-bottom: 80px;
}

#clients-service h4 {
	font-size: 19px;
	border-bottom: 2px dotted var(--red);
	display: inline-block;
}

/* #clients-service h4:hover {
	color: var(--red);
	border-bottom: 2px dotted black;
} */

#clients-service .row>div {
	margin-bottom: 30px;
}

#clients-service .row>div>div {
	padding: 30px 30px 20px 120px;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	position: relative;
}

#clients-service .row>div>div img {
	position: absolute;
	left: 35px;
	top: 35px;
	;
}

#clients-service .short-desc {
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
}

.footer {
	padding-top: 60px;
	padding-bottom: 60px;
	color: white;
	background-color: #1e1f21;
}

.footer h4 {
	font-size: 20px;
}

.footer-menu {
	margin-top: 20px;
}

.footer-menu li {
	padding-bottom: 6px;
}

.footer-menu li a {
	color: white;
	font-size: 16px;
}

.footer-menu li a:hover {
	color: var(--red);
	text-decoration: underline;
}

.footer-phone {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
}

.social {
	margin-right: 10px;
}

.facebook {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	background-color: #3b5998;
	background-image: url("../icons/facebook-icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}

.vk {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	background-color: #6996c7;
	background-image: url("../icons/VK-icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}

.odnoklas {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	background-color: #f48f22;
	background-image: url("../icons/odnoklass-icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}

.youtube {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	background-color: #dc2828;
	background-image: url("../icons/youtube-icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}

.watsapp {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	background-color: #65bc54;
	background-image: url("../icons/watsapp-icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}

.copyright {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #f8f8f8;
}

.red-link {
	text-decoration: underline;
	color: var(--red);
}

.red-link:hover {
	text-decoration: underline;
	color: black;
}

#breadcrumb {
	background-color: transparent;
}

.breadcrumb {
	background-color: #f8f8f8;
	height: 90px;
	margin-bottom: 0;
}

.breadcrumb li {
	background-image: url("../icons/square1.svg");
	background-repeat: no-repeat;
	background-position: right 8px top 12px;
	padding-right: 20px;
}

.breadcrumb li:last-child {
	background-image: none;
}

.breadcrumb li a {
	font-size: 14px;
	color: black;
}

.breadcrumb li:first-child a {
	color: #aaa;
}

.breadcrumb li a:hover {
	color: var(--red);
	text-decoration: underline;
}

#content {
	padding-top: 80px;
	padding-bottom: 100px;
}

#catalog {
	padding-top: 70px;
	padding-bottom: 100px;
}

.thumbnails {
	width: 45%;
	position: relative;
	padding: 0 0 0 15px;
}

.thumbnails>div {
	width: 100%;
	height: 100%;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 60px 15px;
}

.attributes {
	text-align: center;
}

.attributes h5 {
	font-family: 'cuprum regular';
	font-size: 14px;
	margin-top: 5px;
	border-bottom: 2px dotted var(--red);
	display: inline-block;
}

.icon1 {
	display: block;
	position: relative;
	height: 20px;
	margin-top: 25px;
}

.attributes .icon1::before {
	content: " ";
	position: absolute;
	display: block;
	left: 50%;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--green);
	background-image: url("../images/check--green.svg");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.addit-images {
	margin-top: 40px;
	position: relative;
}

.addit-images .row {}

.addit-images .row>div {
	border: 1px solid #e6e6e6;
	padding: 10px;
	margin: 0 10px;
	width: 100px;
	height: 100px;
	border-radius: 6px;
}

.addit-images .row>div img {
	max-width: 100%;
	max-height: 100%;
}

.swiper-button-prev2 {
    cursor:pointer;
	z-index: 1000;
	position: absolute;
   	background-image: url("../icons/arrow-left--red.svg");
	width: 45px;
	height: 45px;
	background-position: center center;
	background-repeat: no-repeat;
	left: 40px;
	top: 50%;
    background-color: #e8e8e8;
    border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none!important;
}

.swiper-button-next2 {
    cursor:pointer;
	z-index: 1000;
	position: absolute;
	background-image: url("../icons/arrow-right--red.svg");
	width: 45px;
	height: 45px;
	background-position: center center;
	background-repeat: no-repeat;
	right: 40px;
	top: 50%;
    background-color: #e8e8e8;
    border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none!important;
}
 .swiper-button-next2:hover {
     background-image: url("../icons/arrow-right--white.svg");
      background-color: var(--red);
 }
 .swiper-button-prev2:hover {
     background-image: url("../icons/arrow-left--white.svg");
      background-color: var(--red);
 }

.swiper-button-prev1 {
	z-index: 1000;
	position: absolute;
	background-image: url("../icons/arrow-left.png");
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	left: -60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none!important;
}
.swiper-button-next2.swiper-button-disabled {
    	background-image: url("../icons/arrow-right--gray.svg");
         background-color: #fff;
         border: 2px solid  #e8e8e8;
}
.swiper-button-prev2.swiper-button-disabled {
    	background-image: url("../icons/arrow-left--gray.svg");
         background-color: #fff;
         border: 2px solid  #e8e8e8;
}


.swiper-button-next1 {
	z-index: 1000;
	position: absolute;
	background-image: url("../icons/arrow-right.png");
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	right: -60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none!important;
}

.swiper-button-prev1.swiper-button-disabled {
	background-image: url("../icons/arrow-left--disabled.png");
}

.swiper-button-next1.swiper-button-disabled {
	background-image: url("../icons/arrow-right--disabled.png");
}

.prod-inform {
	padding-right: 15px;
	width: 55%;
}

.prod-inform>div {
	width: 100%;
	height: 100%;
	padding: 60px 30px 60px 60px;
	border: 1px solid #e6e6e6;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.button-comp,
.button-wish,
.button-ask,
.button-cart1
{
	width: 170px;
	height: 50px;
	display: flex;
	color: black;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 3px;
	border: 2px solid var(--red);
}
.button-cart2
{
	width: 90px;
    height: 40px;
    display: flex;
    color: black;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 3px;
    border: 2px solid var(--red);
    position: absolute;
    right: 25px;
    bottom: 15px;
    font-size: 12px;
    line-height: 1.2;
}
.button-comp span {
	display: inline-block;
	width: 20px;
	height: 16px;
	background-image: url("../icons/icon1.svg");
	background-position: left center;
	background-repeat: no-repeat;
}

.button-comp:hover,
.button-cart1:hover,
.button-cart2:hover
 {
	background-color: var(--red);
}

.button-comp:hover span {
	background-image: url("../icons/icon1--hover.svg");
}

/*.button-wish span {
	display: inline-block;
	width: 20px;
	height: 16px;
	background-image: url("../icons/icon2.svg");
	background-position: left center;
	background-repeat: no-repeat;
}
*/

.button-wish:hover {
	background-color: var(--red);
}

.button-wish:hover span {
	background-image: url("../icons/icon2--hover.svg");
}

.buttons {
	display: flex;

}
.buttons.text-center {

    justify-content: center;
}
.characters ul li {
	padding-bottom: 5px;
}

.characters ul li::before {
	content: " ";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: var(--red);
	margin-right: 10px;
	margin-bottom: 2px;
}

.all_char {
	border-bottom: 2px dotted var(--red);
	font-family: 'cuprum bold';
	color: black;
}

.all_char:hover {
	color: var(--red);
	border-bottom: 2px dotted black;
}

.prod-inform h6 {
	font-family: 'cuprum regular';
	font-weight: bold;
	font-size: 14px;
}

.prod-inform .deliv p {
	font-family: 'cuprum regular';
	color: #a7a7a7;
	font-size: 14px;
}

.featured-products .cat-list {
	text-align: center;
}

.featured-products .cat-list li {
	margin: 8px;
	background: #e8e8e8;
	width: auto;
}

.featured-products .cat-list li a {
	color: black;
}

.featured-products .cat-list li:hover {
	background: var(--red);
}

.featured-products .cat-list li:hover a {
	color: white;
}

.land-product {
	padding-top: 120px;
	padding-bottom: 90px;
}

.land-product img {
	max-width: 100%;
}

.land-product img {
	border-radius: 6px;
}

.land-product h3 {
	position: relative;
	padding-left: 35px;
	font-family: 'cuprum regular';
}

.land-product h3::before {
	content: " ";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--green);
	left: 0;
	top: 4px;
	background-image: url("../images/check--green.svg");
	background-size: 65%;
	background-position: center center;
	background-repeat: no-repeat;
}

.land-product p {
	font-family: 'cuprum regular';
	padding-top: 10px;
}

.land-product hr {
	padding: 35px;
	border: none;
	text-align: center;
}

.land-product hr::before {
	content: " ";
	display: inline-block;
	width: 18%;
	height: 10px;
	background-color: var(--red);
	border-radius: 4px;
}

.products-charactrs {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f8f8f8;
}

.products-charactrs h6 {
	font-weight: bold;
	font-size: 17px;
	margin: 0;
	line-height: 1;
}

.charactrs-table>div {

	border-radius: 6px;
	width: 100%;
	height: 100%;
	background: #fff;
}

.charactrs-table .row>div {
	padding: 20px 0;
}

.charactrs-table div.char-name {
	padding-left: 40px;
}

button {
	border: none;
	background: none;
	outline: none!important;
}

button.plus {
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-image: url("../icons/minus.svg");
	background-position: center center;
	background-repeat: no-repeat;
}

.width-100 {
	width: 100%!important;
}

.width-50 {
	width: 50%!important;
}

button.plus.collapsed {
	background-image: url("../icons/plus.svg");
}

.table-row {
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
}

.table-row:last-child {
	border-bottom: none;
}

.charactrs-table div.char-body {
	padding: 0 30px 30px 40px;
	font-size: 14px;
}

.char-body li {
	margin-bottom: 8px;
	display: flex;
	justify-content: space-between;
	box-shadow: inset 0 -1px 0 0 #e6e6e6;
}

.char-body li span {
	background: #fff;
}

.char-body li span:last-child {
	font-family: 'cuprum regular';
	font-weight: bold;
}

.download-files {
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	background: #fff;
	text-align: center;
	padding: 40px 0 20px 0;
}

.download-files h6 {
	display: inline-block;
}

.download-files h6 a {
	color: black;
	border-bottom: 2px dotted var(--red);
}

.download-files h6 a:hover {
	color: var(--red);
	border-bottom: 2px dotted black;
}

.artikul {}

.input-sort {
	justify-content: space-around;
	padding: 25px 25px;
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 0 15px;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
}

.input-sort .sorter {
	position: relative;
	padding-right: 15px;
}

.input-sort>.sorter:hover {
	color: var(--red);
	text-decoration: underline;
	cursor: pointer;
}

.input-sort .up {
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	background-image: url("../icons/up.svg");
	background-position: center center;
	background-repeat: no-repeat;
	width: 10px;
	height: 6px;
}

.input-sort .down {
	position: absolute;
	bottom: 5px;
	right: 0;
	display: block;
	background-image: url("../icons/down.svg");
	background-position: center center;
	background-repeat: no-repeat;
	width: 10px;
	height: 6px;
}

.input-sort .up.active {
	background-image: url("../icons/up--hover.svg");
}

.input-sort .down.active {
	background-image: url("../icons/down--hover.svg");
}

.products-list .product-card {
	margin-bottom: 30px;
}

.subcategories-list li {
	padding: 12px 10px 12px 80px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

.subcategories-list li .normal{
    display: block;

	position: absolute;
	left: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
        width: 30px;

}

 .subcategories-list li .normal{
   /*filter: invert(100%);*/
}
 .subcategories-list li:hover .normal{
    filter: none;
}
.subcategories-list {
	background: #f8f8f8;
	border-radius: 6px;
	margin-bottom: 40px;
}

.subcategories-list li a {
	color: black;
}

.subcategories-list li:hover a {
	color: white;
}

.subcategories-list li:hover {
	background-color: var(--red);
}

.subcategories-list li:last-child {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: none;
}

.subcategories-list li:first-child {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}



.prod-filter h6 {
	font-size: 16px;
	margin: 0;
	line-height: 1.5;
}

.prod-filter .row>div {
	padding: 16px 0;
}

.prod-filter div.char-name {
	padding-left: 35px;
}

.prod-filter div.char-body {
	padding: 0 30px 10px 35px;
	font-size: 14px;
}

.prod-filter .custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	font-size: 15px;
	color: #626262;
}

.custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 0.15em;
	margin-right: 0.7em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	outline: none!important;
}

.custom-checkbox:checked+label::before {
	border-color: #d21e25;
	background-color: #d21e25;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
	background-size: 75%;
}

.custom-checkbox:checked+label {
	color: #d21e25;
}


/* стили при наведении курсора на checkbox */

.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color: #ffc4a8;
}


/* стили для активного состояния чекбокса (при нажатии на него) */

.custom-checkbox:not(:disabled):active+label::before {
	background-color: #ffc4a8;
	border-color: #ffc4a8;
}


/* стили для чекбокса, находящегося в фокусе */

.custom-checkbox:focus+label::before {
	box-shadow: 0 0 0 0.2rem rgba(178, 34, 39, 0.15);
}


/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */

.custom-checkbox:focus:not(:checked)+label::before {
	border-color: #ffc4a8;
}


/* стили для чекбокса, находящегося в состоянии disabled */

.custom-checkbox:disabled+label::before {
	background-color: #e9ecef;
}

.prod-filter {

	background: #fff;
}

.prod-filter .char-body li {
	margin-bottom: 8px;
	display: block;
	justify-content: space-between;
	box-shadow: none;
}

#top-menu .modal-dialog {
	width: 450px;
	margin: 0;
	border: none;
	border-radius: 0;
	height: 100%;
}

#top-menu .modal-content {
	border: none;
	border-radius: 0;
	height: 100%;
}

#top-menu .modal-body {
	padding: 15px 0;
}

#top-menu .modal-header {
	padding: 0;
	background: #f2f2f2;
	border-bottom: none;
}

#top-menu .modal-header .close {
	padding: 0;
	margin: 0;
	padding-left: 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../icons/cross-icon.svg");
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 10px;
	opacity: 1;
}

#top-menu .modal-header .close:hover {
	background-image: url("../icons/cross-icon--hover.svg");
}

#top-menu .burger {
	border-right: 1px solid #e8e8e8;
	width: 85px;
}

#top-menu .header-phone {
	color: #000;
}

#top-menu .city-chooser>div {
	color: #000;
}

#top-menu .city-chooser {
	background: #f2f2f2!important;
	border-right: 1px solid #e8e8e8;
}

#top-menu ul li a {
	font-family: 'cuprum regular';
	color: #000;
}

#top-menu ul li a:hover {
	color: var(--red);
	text-decoration: underline;
}

#top-menu h5 {
	font-family: 'cuprum regular';
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
	background-image: url("../icons/login-icon--hover.svg");
	background-position: left 25px center;
	background-repeat: no-repeat;
	padding-left: 60px;
	background-color: #f2f2f2;
	color: var(--red);
}

#top-menu ul li {
	padding: 5px 0;
}

#top-menu ul {
	padding: 15px 25px;
}

.pop-slider {
	margin-top: 60px;
	position: relative;
}

.new-products .pop-slider {
	margin-top: 20px;
	position: relative;
}

#categorywall1 .pop-slider {
	margin-top: 0;
	position: relative;
}

.mg-1 {
	margin-top: -50px;
}

#address {
	background: #252729;
	padding: 20px 0;
	color: #fff;
	font-size: 14px;
}

.footer button.plus.collapsed {
	background-image: url(../icons/plus--white.svg);
}

.footer button.plus {
	position: absolute;
	top: 15px;
	right: 0;
}

.footer .collapse:not(.show) {
	display: block;
}

.display-600 {
	display: none;
}

.display-450 {
	display: none;
}

.display-1200 {
	display: none;
}

.header-phone div {
	width: 100%;
	height: 100%;
}

.product-image {
	max-width: 100%;
}

.addit-images .swiper-container {
	margin: 0 80px;
}

.addit-images .swiper-slide {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 10px;
	height: 100px;
	width: 100px;
}

.addit-images .swiper-slide img {
	max-width: 100%;
}

.products-charactrs .container>.row {
	padding-top: 40px;
}

.charactrs-table {
	margin-bottom: 40px;
}

.display-768 {
	display: none;
}

.featured {
	margin: 30px 0;
}

.land-product-text-r {
	padding-left: 30px;
}

.land-product-text-l {
	padding-right: 20px;
}

.mob-filter {
	padding-bottom: 30px;
}

.mob-filter .button {
	width: 100%;
}

#ui-id-2-button {
	width: 100%;
	height: 50px;
	outline: none!important;
	background: #fff;
	padding-top: 15px;
	border: 1px solid #e6e6e6;
}
p.message {

padding: 100px 0;
text-align: center;
font-size: 20px;
}
.header-menu a {
    width: 100%;
    height: 100%;
    display: block;
}
.featured .swiper-slide {
    width: auto!important;
}
.featured-products  .pop-slider {
    margin-top: 50px;
    position: relative;
}
.featured-products  .cat-list {
    padding-top: 20px;
}
.featured-products h4 {

}
.bf-attr-block
{
    	border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;

}
.bf-form .bf-attr-block:first-child
{
    	border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-top:  1px solid #e6e6e6;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
}
.bf-attr-block.bf-price-filter  {
     border-bottom:  1px solid #e6e6e6;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        margin-bottom: 20px;
}
.bf-form .bf-buttonsubmit {
    margin-right: 0!important;
    background: var(--red);
    border: none;
    outline: none;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
     border: none!important;
    outline: none!important;
    height: 50px;
}
.bf-buttonclear-box {
    border: 0;
    padding: 8px 0!important;
}
.bf-form .bf-buttonsubmit:hover,
.bf-form .bf-buttonsubmit:focus {

    background: var(--red)!important;
    border: none!important;
    outline: none!important;
    box-shadow: none!important;
}
.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.cart-info {

    max-width: 380px;
    margin-left: auto;
    margin-right: auto;

}

.cart-info__date {
    margin-top: 2px;
    padding: 19px 70px 19px 24px;
    background-color: #DDD;
    margin-bottom: 24px;
}

.cart-info__date-title {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.cart-info__date-icon {
    position: absolute;
    top: 24px;
    right: 24px;
}

.cart-info__date-icon .icon {
    height: 21px;
    width: 37px;
    fill: #6B6B6B;
}

.cart-info__date-value {
    color: #1F1F1F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.cart-info__content {
    background-color: var(--red);
    padding: 24px;
     border-radius: 6px;
     color: white;
}
.cart-info__content .table th, .cart-info__content .table td {

    border: none;
    color: white;
  }
 .cart-info__content .table tr:last-child td {

        border-top: 1px solid #fff;

    }

.cart-info__content .order-price {
    margin-bottom: 0;
    width: auto;
    color: #fff;
    padding: 0;
}

.cart-info__content .order-price__title,.cart-info__content .order-price__value {
    color: #ECECEC;
}

.cart-info__content .order-price__title--big,.cart-info__content .order-price__value--big {
    color: #fff;
}

.cart-info__content .order-price__title {
    text-align: left;
}

.cart-info__content .order-price__item--border {
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.cart-info__accept {
    margin-top: 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 18px;
    text-align: center;
}

.cart-info--modal .cart-info__item,.cart-info__row {
    margin-bottom: 16px;
}

.cart-info__accept span {
    cursor: pointer;
    border-bottom: 1px dotted;
}

.cart-info__row {
    display: flex;
    width: 100%;
}

.cart-info__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 16px;
    font-family: "Helvetica Neue";
    background-color: #8C0014;
    border: 1px solid rgba(255,255,255,.3);
    height: 40px;
    font-size: 14px;
    color: #fff;
}

.cart-info__input::-webkit-input-placeholder {
    color: rgba(255,255,255,.5);
}

.cart-info__input::-moz-placeholder {
    color: rgba(255,255,255,.5);
}

.cart-info__input::-ms-input-placeholder {
    color: rgba(255,255,255,.5);
}

.cart-info__input::placeholder {
    color: rgba(255,255,255,.5);
}

.cart-info__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #F0F0F0;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
}

.cart-info__add:hover {
    background-color: #fff;
}

.cart-info__add .icon {
    width: 22px;
    height: 22px;
    fill: #1F1F1F;
}

.cart-info__item {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-info__item span,.cart-item__image img,.cart-item__image:before {
    display: inline-block;
    vertical-align: middle;
}

.cart-info__item span {
    padding-left: 3px;
    padding-right: 3px;
    background-color: #3AAA35;
    color: #fff;
}

.cart-info__item-remove {
    margin-top: -1px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #1F1F1F;
}

.cart-info__item-remove .icon {
    width: 10px;
    height: 10px;
    fill: #fff;
}

.cart-info--modal .cart-info__item:last-child,.cart-list__item:last-child .cart-item {
    margin-bottom: 0;
}

.cart-info__text {
    padding-right: 16px;
    margin-top: 16px;
    color: #ECECEC;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

.cart-info__controls,.search__more-wrap,.search__section,.search__title {
    margin-top: 24px;
}

.cart-info__controls .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.cart-info--white {
    max-width: 250px;
    width: 100%;
}

.cart-info--white .cart-info__content {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.cart-info--white .cart-info__input {
    background-color: #fff;
    color: #1F1F1F;
    border: 2px solid rgba(31,31,31,.2);
    border-right: none;
}

.cart-info--white .cart-info__add,.kit__label,.stock__tag {
    background-color: #8C0014;
}

.cart-info--white .cart-info__input::-webkit-input-placeholder {
    color: #B0B0B0;
}

.cart-info--white .cart-info__input::-moz-placeholder {
    color: #B0B0B0;
}

.cart-info--white .cart-info__input::-ms-input-placeholder {
    color: #B0B0B0;
}

.cart-info--white .cart-info__input::placeholder {
    color: #B0B0B0;
}

.cart-info--white .cart-info__add .icon {
    fill: #fff;
}

.cart-info--white .cart-info__add:hover {
    background-color: #701;
}

.cart-info--white .cart-info__item-title {
    color: #1F1F1F;
}

@media (max-width:1279.98px) {
    .cart-info {
        margin-top: 24px;
    }
}

@media (max-width:767.98px) {
    .cart-info {
        margin-top: 16px;
        max-width: 100%;
    }
}

.cart-item {
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
    margin-bottom: 16px;
}

.cart-item__content {
    padding: 24px;
   background-color: #fff;
   border: 1px solid #e6e6e6;
   border-radius: 6px;
}

.cart-item__price-mobile {
    display: none;
}

.cart-item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-item__row-item {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
    color: #6B6B6B;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
}

.cart-item__row-item:nth-child(1) {
    text-align: center;
}

.cart-item__row-item:nth-child(2) {
    text-align: left;
}

.cart-item__row-item:nth-child(3) {
    text-align: left;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    max-width: 24%;
}

.cart-item__row-item:last-child {
    -ms-flex-preferred-size: 6%;
    flex-basis: 6%;
    max-width: 6%;
}

.cart-item__row-item_2x {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    text-align: left;
    padding-left: 16px;
}

.cart-item__expanded-item .catalog-sort__item,.cart-item__image {
    padding-left: 0;
    padding-right: 0;
}

.cart-item__count--service {
    -ms-flex-preferred-size: 10%!important;
    flex-basis: 10%!important;
    max-width: 10%!important;
}

.cart-item__service-title {
    color: #555;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.cart-item__service-text {
    color: #B0B0B0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.cart-item__remove {
    cursor: pointer;
}

.cart-item__remove .icon {
    width: 16px;
    height: 19px;
    fill: #B0B0B0;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
}

.cart-item__title,.select-action__item {
    text-decoration: none;
    -webkit-transition: all .15s ease-out;
}

.cart-item__remove:hover .icon {
    fill: #701;
}

.cart-item__image {
    text-align: center;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
    height: 70px;
    white-space: nowrap;
}

.cart-item__image:before {
    content: '';
    width: 1px;
    height: 100%;
}

.cart-item__image img {
    max-width: 100%;
    max-height: 100%;
}

.cart-item__info {
    padding-left: 16px;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
}

.cart-item__info--service {
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
    max-width: 54%;
}

.cart-item__info--service .cart-item__title:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 21px;
    width: 80px;
    background-image: linear-gradient(to right,rgba(255,255,255,0),#fff);
}

.cart-item__title {
    max-height: 37px;
    overflow: hidden;
    color: #494949;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 6px;
    max-width: 256px;
    cursor: pointer;
    transition: all .15s ease-out;
    display: block;
}

.cart-item__title:hover {
    color: #701;
}

.cart-item__category {
    display: block;
    text-decoration: none;
    margin-bottom: 4px;
    color: #494949;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

.cart-item__status {
    font-size: 12px;
    color: #3AAA35;
}



.cart-item__status--not-available {
    color: #F50F0F;
}

.cart-item__status--not-available:before {
    background-color: #F50F0F;
}

.cart-item__status--wait {
    color: #6B6B6B;
}

.cart-item__status--wait:before {
    background-color: #6B6B6B;
}

.cart-item__counter {
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-item__counter-title {
    display: none;
}

.cart-item__counter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-item__counter-value {
    margin-left: 12px;
    margin-right: 12px;
    color: #6B6B6B;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.cart-item__counter-plus {
    cursor: pointer;
    position: relative;
    width: 12px;
    height: 12px;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
}

.cart-item__counter-plus:after,.cart-item__counter-plus:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 2px;
    height: 12px;
    background-color: #494949;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
}

.cart-item__counter-plus:after {
    width: 12px;
    height: 2px;
}

.cart-item__counter-plus:hover:after,.cart-item__counter-plus:hover:before {
    background-color: #701;
}

.cart-item__counter-minus {
    cursor: pointer;
    position: relative;
    width: 12px;
    height: 12px;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
}

.cart-item__counter-minus:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 12px;
    height: 2px;
    background-color: #494949;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
}

.cart-item__counter-minus:hover:after {
    background-color: #701;
}

.cart-item__expanded {
    margin-top: 16px;
    border-top: 2px solid rgba(31,31,31,.1);
    padding-top: 14px;
}

.cart-item__expanded-title {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 11px;
}

.cart-item__expanded-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    margin-bottom: 5px;
}

.cart-item__expanded-item .form__checkbox-title {
    font-size: 14px;
}

.cart-item__expanded-item .catalog-sort {
    width: 35px;
}

.cart-item__expanded-item .catalog-sort__selected {
    height: 24px;
    min-width: 0!important;
    margin-left: auto!important;
}

.cart-item__expanded-item .catalog-sort__list {
    left: 0!important;
    right: 0!important;
    min-width: 0!important;
}

.cart-item__expanded-col {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
    text-align: right;
    color: #6B6B6B;
    font-size: 14px;
    line-height: 16px;
}

.cart-item__expanded-col:nth-child(1) {
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
    max-width: 54%;
    text-align: left;
}

.cart-item__expanded-col:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.cart-item__expanded-col:last-child {
    -ms-flex-preferred-size: 6%;
    flex-basis: 6%;
    max-width: 6%;
}

.cart-item__kit {
    margin-left: -24px;
    margin-right: -24px;
}

.cart-item__kit-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #B0B0B0;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 18px;
    position: relative;
}

.cart-item__kit-title:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 24px;
    right: 24px;
    border-top: 2px solid rgba(31,31,31,.1);
}

.cart-item__kit-title span {
    background-color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    z-index: 1;
}

.cart-item .cart-item {
    margin-bottom: 18px;
}

.cart-item .cart-item:last-child {
    margin-bottom: 0;
}

.cart-item .cart-item .cart-item__content {
    padding-top: 0;
    padding-bottom: 0;
}

.cart-item .mobile,.cart-item__row-mobile {
    display: none;
}

@media (max-width:1023.98px) {
    .cart-item__expanded,.cart-item__kit-title {
        margin-top: 0;
    }

    .cart-item {
        padding-left: 16px;
        padding-right: 16px;
    }

    .cart-item .mobile {
        display: block;
    }

    .cart-item__amount,.cart-item__count,.cart-item__date,.cart-item__discount,.cart-item__price {
        display: none;
    }

    .cart-item__title {
        max-height: none;
    }

    .cart-item__price-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cart-item__price-mobile-old {
        line-height: 24px;
        font-size: 12px;
        text-decoration: line-through;
        color: #B0B0B0;
        white-space: nowrap;
    }

    .cart-item__price-mobile-value {
        line-height: 24px;
        font-size: 16px;
        font-weight: 800;
        color: #1F1F1F;
        margin-right: 8px;
        white-space: nowrap;
    }

    .cart-item .form__list {
        font-size: 14px;
    }

    .cart-item .form__list-item:last-child {
        margin-bottom: 0;
    }

    .cart-item .form__list-value {
        max-width: 80%;
        color: #6B6B6B;
    }

    .cart-item .form__list-value-old {
        color: #B0B0B0;
        font-size: 12px;
        text-decoration: line-through;
        margin-right: 8px;
        line-height: 12px;
    }

    .cart-item__image {
        min-width: 70px;
    }

    .cart-item__info {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: 100%;
    }

    .cart-item__row--service .cart-item__remove {
        top: 0;
    }

    .cart-item__remove {
        position: absolute;
        top: 20px;
        right: 0;
    }

    .cart-item__row {
        position: relative;
        padding-right: 24px;
    }

    .cart-item__content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .cart-item__counter-value {
        font-size: 16px;
    }

    .cart-item__counter-value:last-child {
        margin-right: 0;
    }

    .cart-item__counter-minus,.cart-item__counter-plus {
        width: 20px;
        height: 20px;
    }

    .cart-item__counter-minus:before,.cart-item__counter-plus:before {
        height: 20px;
    }

    .cart-item__counter-minus:after,.cart-item__counter-plus:after {
        width: 20px;
    }

    .cart-item__kit {
        margin-left: -16px;
        margin-right: -16px;
    }

    .cart-item__kit-title:before {
        left: 16px;
        right: 16px;
    }

    .cart-item__kit .cart-item {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .cart-item__row-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 24px;
        padding-bottom: 16px;
    }

    .cart-item__row-mobile:last-child {
        margin-bottom: -24px;
        padding-bottom: 24px;
    }

    .cart-item__row-mobile .catalog-filter__more {
        margin-bottom: 0;
    }

    .cart-item__row-mobile .form__list {
        width: 100%;
    }

    .cart-item__expanded .form__list-item {
        position: relative;
        z-index: 1;
    }

    .cart-item__expanded .form__list {
        margin-top: 21px;
    }

    .cart-item__expanded-item {
        height: auto;
    }

    .cart-item__expanded-col {
        -ms-flex-preferred-size: 100%!important;
        flex-basis: 100%!important;
        max-width: 100%!important;
        display: none!important;
    }

    .cart-item__expanded-col:first-child {
        display: block!important;
    }
}

.cart-list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
}

.cart-list__header-item {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
    white-space: nowrap;
    color: #1F1F1F;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
}

.cart-list__header-item:nth-child(1) {
    padding-left: 0;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    text-align: left;
}

.cart-list__header-item:nth-child(2) {
    text-align: left;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    max-width: 24%;
}

.cart-list__header-item:nth-child(3),.kit__label {
    text-align: center;
}

.cart-list__header-item:last-child {
    -ms-flex-preferred-size: 6%;
    flex-basis: 6%;
    max-width: 6%;
}
.cart {
    padding-top: 50px;
}
.cart-item__remove button{
     background-image:url("../icons/cross-icon.svg");
     background-repeat: no-repeat;
     background-position: top right;
     width: 30px;
     height: 30px;
     box-shadow: none!important;
}
.cart-item__remove button:hover{
    background-image:url("../icons/cross-icon--hover.svg");
    }
.cart__sidebar {
    margin-top: 35px;

}
.wishlist_remove {
    position: absolute;
    background-image:url("../icons/cross-icon.svg");
    background-repeat: no-repeat;
    background-position: top right;
    width: 30px;
    height: 30px;
    box-shadow: none!important;
    right: 10px;
    top: 10px;
     z-index: 1000;
}
.product-thumb {
    position: relative;
}

.wishlist_remove:hover{
    background-image:url("../icons/cross-icon--hover.svg");
    }

.cart-info__controls .primary {
    color: #000;
    background-color: white;
    padding: 10px;
    border: none;
    width: 100%;
}
.cart-info__controls .primary:hover {
    color: #000;
    background-color: #e6e6e6;
    box-shadow: 0 0 5px #e6e6e6;
}
.cart-info__controls .primary:focus {
    color: #000!important;
    background-color: white!important;
     box-shadow: none!important;

}
.cart-info__controls .continue  {

    width: 100%;
    color: white;
    font-size: 14px;
    margin-top: 10px;
     box-shadow: none!important;
}
 .cart-info__controls .continue:hover {
    color: #e6e6e6;

}
#product-compare .img-thumbnail {

    border:none;

}
#product-compare .table  {
   font-size: 12px;
}
.btn-primary {
    color: #fff;
    background-color: var(--red);
    border: none;
}
.btn-primary {
    color: #fff;
    background-color: var(--red);
    border: none;
    box-shadow: none!important;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: var(--l-red)!important;
    border: none;
}
#button-cart:hover   {
    background-color: var(--l-red)!important;
}
     /* для элемента input c type="radio" */
    .custom-radio {
        position: absolute!important;
        z-index: -1;
        opacity: 0;
    }
    /* для элемента label связанного с .custom-radio */
    .custom-radio+label {
        display: inline-flex;
        align-items: center;
        user-select: none;
    }
    /* создание в label псевдоэлемента  before со следующими стилями */
    .custom-radio+label::before {
        content: '';
        display: inline-block;
        width: 1em;
        height: 1em;
        flex-shrink: 0;
        flex-grow: 0;
        border: 1px solid #adb5bd;
        border-radius: 50%;
        margin-right: 0.5em;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50%;
    }
    /* стили при наведении курсора на радио */
    .custom-radio:not(:disabled):not(:checked)+label:hover::before {
        border-color: var(--l-red);
    }
    /* стили для активной радиокнопки (при нажатии на неё) */
    .custom-radio:not(:disabled):active+label::before {
        background-color: var(--l-red);
        border-color: var(--l-red);
    }
    /* стили для радиокнопки, находящейся в фокусе */
    .custom-radio:focus+label::before {
        box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.15);
    }
    /* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
    .custom-radio:focus:not(:checked)+label::before {
        border-color: var(--l-red);
    }
    /* стили для радиокнопки, находящейся в состоянии checked */
    .custom-radio:checked+label::before {
        border-color: var(--red);
        background-color: var(--l-red);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    }
    /* стили для радиокнопки, находящейся в состоянии disabled */
    .custom-radio:disabled+label::before {
        background-color: #e9ecef;
    }
    #d_quickcheckout .checkbox label, #d_quickcheckout .radio label {

     padding-left: 0!important;

}
#d_quickcheckout label {
    font-size: 14px;
    font-weight: normal;
}
#d_quickcheckout .panel {
    border-color: #e6e6e6;
}
#d_quickcheckout .panel .panel-heading {
    color: #666;
    background-color: #fff;
    border:  none;
}
#d_quickcheckout .panel-title {

    font-weight: bold;
}
#d_quickcheckout .btn-primary {
    background-color: var(--red);
    border-color:var(--red);
    background-image: none;
}
#d_quickcheckout .btn-primary:hover {
    background-color: var(--l-red);
    border-color:var(--l-red);
    background-image: none;
}
#capdosing .tab-pane p {

    position: relative;
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    max-height: 120px;
    overflow: hidden;
    padding-bottom: 24px;
}
#capdosing .tab-pane p:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 24px;
    width: 150px;
    background-image: -webkit-gradient(linear,right top,left top,from(#1e1f21),to(rgba(107,107,107,0)));
    background-image: linear-gradient(to left,#1e1f21,rgba(107,107,107,0));
}
.bf-buttonclear{
   
}
.information-layoutlist .thumbnail {
    padding-bottom: 40px;
    align-items: center;
}
.information-layoutlist .image img   {
    width: 100%;
}
#information-information .images img {
    width: 100%;
}
#information-information .images {
    margin-bottom: 30px;
}
.list-flex .button-free-round {

    display: inline-block;
    padding: 0 35px;
    height: 40px;
    color: #000;
    border-radius: 20px;
    margin: 0 10px;
    background-color: #fff;
    border: 1px solid #ccc;


}
.list-flex .button-free-round a {

    color: #000;
}
.list-flex {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.list-flex .button-free-round:hover {
    background-color: var(--red);
    border: 1px solid var(--red);
  }
.list-flex  .button-free-round:hover a  {
     color: #fff;
  }

.alert {
    background-color: white;
    width: calc(100% - 3em);
    max-width: 24em;
    padding: 1em 1.5em 1em 1.5em;
    border-left-width: 6px;
    border-left-style: solid;
    border-radius: 3px;
    position: relative;
    line-height: 1.5;
        position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px #ccc;
    text-align: center;
    z-index: 1000;
}

 .alert + .alert {
        margin-top: 80px;
    }

    .alert:before {
        color: white;
        width:  1.5em;
        height: 1.5em;
        position: absolute;
        top: 1em;
        left: -3px;
        border-radius: 50%;
        transform: translateX(-50%);
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
    }

    .alert p {
        margin: 0 0 1em;


    }
.alert  p:last-child {
            margin-bottom: 0;
        }
.alert-error {
    border-left-color: var(--red);


}
.alert-error:before {
        background-color: var(--red);
        content: "‼";
    }
.alert-danger {
    border-left-color: darkorange;


}
.alert-danger:before {
        background-color: darkorange;
        content: "!";
    }
.alert-success {
    border-left-color: var(--green);


}
 .alert-success:before {
        background-color: var(--green);
        content: "✔";
    }
.btn-info {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}
.btn-info:hover, .btn-info:focus {
    color: #fff;
    background-color: #999;
    border-color: #999;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    color: inherit;
}
.pagination  li  {
    width: 50px;
    height: 50px;
    margin: 5px;
    display: flex;
        justify-content: center;
    flex-direction: column;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
}
.pagination  li a, .pagination  li span {
    text-align: center;
}
.pagination  li.active {
    border: 1px solid var(--red);
    background: var(--red);
    color: #fff;
}
.pagination  li.active span {

    color: #fff;
}
.categorywall
{
    justify-content: center;
}
.swiper-slide {
    height: auto;
}
.bf-arrow {
    background-position: 50% -153px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
     transform: translateY(-50%);
     margin-top: 0;
}
.bf-attr-header {

    padding-right: 30px;
}

.accordion__item {
    margin-top: -1px;
   border-bottom: 1px solid #e6e6e6;

}

.accordion__item.active .accordion__title {

}

.accordion__item.acti-ve .accordion__title:before {
    opacity: 1;
    background-color: #6B6B6B
}

.accordion__item .accordion__title span {
    padding-right: 30px;
    padding-left: 40px;
}

.accordion__item.acti-ve .accordion__title span:before {
    height: 0
}

.accordion__title {
    cursor: pointer;
    position: relative;
    font-weight: bold;
    font-size: 17px;
    margin: 0;
    line-height: 1;

}



.accordion__title span:after,
.accordion__title span:before {
    background-color: #000;
    content: ''
}

.accordion__title span:before,
.preview__category,
.preview__title {
    -webkit-transition: .15s ease-out
}

.accordion__title:hover:before {
    opacity: 1
}

.accordion__title span {
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.accordion__title span:before {
    position: absolute;
    right: 24px;
    top: 50%;
    width: 2px;
    height: 16px;
    transition: .15s ease-out;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 1px
}

.accordion__title span:after {
    position: absolute;
    right: 17px;
    top: 50%;
    width: 16px;
    height: 2px
}

.accordion__content {
    padding-top: 24px;
    padding-bottom: 24px;
    display: none
}

.fake__item-content,
.fake__list {
    display: -webkit-box;
    display: -ms-flexbox
}

.accordion__content p:last-child {
    margin-bottom: 0
}
.accordion__list
{
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    background: #fff;
}
.settings-table__item{
   
    font-size: 14px;

    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    box-shadow: inset 0 -1px 0 0 #e6e6e6;
}
.accordion__content {
    margin: 0 40px 0 40px;
    font-size: 14px;

}
.settings-table__item span {
    background: #fff;
    padding-bottom: 2px;
}

.bf-form .bf-buttonsubmit:hover {

    background: var(--l-red)!important;
}
.header-phone {
    padding-left: 0!important;
    width: 180px!important;
}
.modal {
   
    z-index: 105000;
    }

.footer-phone a {
	color: #fff;
}

/* Pages Styles */
.installation-and-configuration h2, 
.installation-and-configuration h3 {
	margin-top: 50px;
	margin-bottom: 20px;
}

.installation-and-configuration h2 {
	font-size: 36px;
	text-align: center;
}

.installation-and-configuration h3 {
	font-size: 32px;
    line-height: 40px;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
	
}

.installation-and-configuration ul {
	padding: 0 0 0 18px;
}

.installation-and-configuration ul li {
    list-style-type: disc;
}

.premium-service h2, h3 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 36px;
}

.page-privacy-policy h2, h3 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
.page-privacy-policy h2 {
	font-size: 36px;
}

.page-privacy-policy h3 {
	font-size: 32px;
}

.header__whatsapp {
	height: 100%;
}

.header__whatsapp a {
	width: auto;
	height: auto;
}

.header__whatsapp a img {
	height: auto;
	width: 30px;
}

.header__whatsapp.header__whatsapp--mobile {
	position: absolute;
	top: 5px;
	height: auto;
	width: auto;
	right: 25px;
}

.header__whatsapp.header__whatsapp--mobile a img {
	height: auto;
	width: auto;
}

@media (max-width:767.98px) {
    .swiper-button-next2, .swiper-button-prev2 {
		width: 25px;
		height: 25px;
    }
}
.ask_price {
    background: var(--red);
    color: #fff!important;
	cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow-x: hidden; 
}
.ask_price .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear;
}
@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
/*.ask_price {
  cursor: pointer;
}
.ask_price:hover {
  color: #fff!important;
}*/
#art_ask_price .product_name {
  font-size: 16px;
}
.modal-search_icon {
  display: flex;
  padding-left: 24px;
  padding-bottom: 15px;
  padding-top: 15px;
  color: var(--red);
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
  font-family: 'cuprum regular';
  font-size: 16px;
  font-weight: bold;
}
.modal-search_icon svg {
  width: 24px;
  fill: var(--red);
}
.mfp-wrap {
  z-index: 100001!important;
}
.ocf-footer {
  display: none;
}