/* Eric Meyer's CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	/*	vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	min-width: 320px;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

a {
	/*text-decoration: underline;*/
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}

a,
input,
button {
	outline: none;
}

b,
strong {
	font-weight: bold;
}

.clearfix:after {
	/*	content: ".";*/
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.text-center,
.text-center h1 {
	text-align: center !important;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.page {
	min-height: 450px;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/*------------- OTHER ---------------------------------------*/

#partners img {
	width: 100%;
	height: auto;
}

@-webkit-keyframes wicket {
	0% {
		-webkit-transform: rotate3d(1, 0, 0, 90deg) translate3d(0, 0, 1px);
	}
	70% {
		-webkit-transform: rotate3d(1, 0, 0, -30deg) translate3d(0, 0, 1px);
	}
	100% {
		-webkit-transform: rotate3d(1, 0, 0, 0deg) translate3d(0, 0, 1px);
	}
}
@-webkit-keyframes wicketout {
	0% {
		-webkit-transform: rotate3d(1, 0, 0, 0deg) translate3d(0, 0, 1px);
	}
	30% {
		-webkit-transform: rotate3d(1, 0, 0, -30deg) translate3d(0, 0, 1px);
	}
	100% {
		-webkit-transform: rotate3d(1, 0, 0, 90deg) translate3d(0, 0, 1px);
	}
}
.hidden {
	display: none !important;
}
.TalignR {
	text-align: right;
}

.sticky .top-bar {
	display: none;
}

.os-animation {
	opacity: 0;
}

.os-animation.animated {
	opacity: 1;
}

.title {
	padding: 15px 0 20px;
	line-height: 42px;
	margin: 0;
	color: #313131;
	text-transform: uppercase;
	text-align: left;
}

.title h2 {
	background-color: #fff;
	padding-right: 20px;
	font-size: 18px;
	font-weight: bold;
	display: inline;
}

.l-title {
	font-size: 18px;
	font-weight: 900;
	margin: 0 0 10px 5px;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
	padding: 20px 15px;
}

.thankyou h5 {
	font-size: 16px;
	font-weight: 900;
	margin: 0 0 20px;
}

.thankyou .order_details {
	padding: 0 0 15px;
}

.thankyou .order_details li {
	color: #137aad;
	text-align: center;
	margin: 0 !important;
	padding: 0 20px !important;
}

.thankyou .order_details li strong {
	margin: 10px 0 0;
}

.thankyou .order_details li:before {
	display: none !important;
}

.mb-30 {
	margin-bottom: 30px;
}
.mt-20 {
	margin-top: 20px !important;
}

.mr0 {
	margin: 0 !important;
}

.single-social {
	padding: 5px 0;
}

.pdrl {
	padding: 0 15px;
}

.woocommerce-info {
	font: normal 17px/27px 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: #212529;
	padding: 50px 15px;
}
.woocommerce-info-back {
	font-weight: bold;
}

.lost_reset_password .button {
	margin-top: 20px;
}

.product .product-label img,
.product-label img {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 82px;
	height: 82px;
}
.product .product-label span,
.product-label span {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 0 0;
	display: block;
	width: 82px;
	height: 82px;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	-moz-transform: rotate(46deg);
	-ms-transform: rotate(46deg);
	-webkit-transform: rotate(46deg);
	-o-transform: rotate(46deg);
	transform: rotate(46deg);
}

.product .product-label img,
.product .product-label span {
	z-index: 999;
}

/*------------- POST ---------------------------------------*/
.post {
	padding: 0 0 25px;
	border-bottom: 1px solid #eee;
	margin: 0 0 30px;
}

.post .post-thumbnail {
	border: 10px solid #fff;
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.post .post-thumbnail a {
	display: block;
}

.post .post-thumbnail a img {
	width: 100%;
	height: auto;
}

.post .post-content {
	padding: 15px 0 0;
}

.post .post-content h1 {
	font-size: 17px;
	font-weight: bold;
	overflow: hidden;
}

.post .post-content h1 span {
	font-size: 14px;
	float: right;
}

.post .post-content h1 a {
	text-decoration: none;
}
.post .post-content h1 a:before {
	content: ' ';
	display: block;
	width: 51px;
	height: 53px;
	position: absolute;
	top: -19px;
	left: -60px;
	background: url(../images/web/container-paper-clips.png) no-repeat 0 0;
}
.post .post-content p {
	font-size: 15px;
	margin: 5px 0 10px;
}

.pagination-main {
	text-align: center;
	padding: 10px 0 25px;
}

.pagination-main li {
	display: inline-block;
	margin: 0 2px;
}

.pagination-main li a {
	text-decoration: none;
}

/*------------- Map ---------------------------------------*/
.map {
	position: relative;
}

.map iframe {
	width: 100%;
}

.map .map-info-wrap {
	position: absolute;
	top: 70px;
	left: 15px;
}

.map .map-info {
	display: inline-block;
	background-color: rgba(45, 45, 45, 0.8);
	padding: 30px;
	margin: 0 0 0 50px;
	border: 2px solid #929292;
}

.map .map-info h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px;
}

.map .map-info ul {
	color: #fff;
}

.map .map-info ul li {
	padding: 3px 0;
}

/*------------- Page ---------------------------------------*/
.page .title {
	padding: 15px 0 20px;
	line-height: 42px;
	margin: 0;
	color: #313131;
	text-transform: uppercase;
	text-align: left;
}

.page .title h1 {
	background-color: #fff;
	padding-right: 20px;
	font-size: 18px;
	font-weight: bold;
	display: inline;
}

.page .content em {
	font-style: italic;
}

.page .content p {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 10px;
}

.page .content ul,
.page .content ol {
	margin: 0 0 10px 20px;
}

.page .content ol {
	list-style-type: decimal;
	padding: 0 0 0 20px;
}

.page .content ol li {
	padding: 2px 0 0 0;
}

.page .content ul li {
	position: relative;
	padding-left: 17px;
	padding: 2px 0 0 17px;
}

.page .content ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	background-color: #2ebcf7;
	border-radius: 6px;
}

/*------------- Cart Form ---------------------------------------*/

.cart-form .row.cart_item {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-form .cart_item .col-lg-12 {
	display: block;
	height: 90px;
	line-height: 90px;
	text-align: center;
}

.cart-form .cart_item .product-remove {
	height: 90px;
}

.cart-form .cart_item .product-remove a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.5em 0 0 -0.5em;
}

.cart-form .cart_item .product-thumbnail a {
	display: block;
	height: 70px;
	margin: 10px 0;
}

.cart-form .cart_item a img {
	width: auto;
}

.cart-form .cart_item .product-name .col-lg-12 {
	text-align: left;
}

.cart-form .cart_item .product-name a {
	font-size: 13px;
	font-weight: bold;
}

.cart_item .product-subtotal .amount {
	color: #ff8303;
	font-weight: bold;
	font-size: 16px;
}

.cart-form .cart-header {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
}

.cart-form .cart_item .hidden-md {
	text-align: center;
	font-weight: bold;
	height: 90px;
	line-height: 90px;
}

.cart-form .ubdate-cart {
	padding: 15px;
	text-align: right;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-collaterals .cart-subtotal-title {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.cart-collaterals .cart-subtotal-price {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 16px;
	text-align: center;
}

.cart-collaterals .shipping_method {
	width: 100%;
}

.cart-collaterals .cart-shipping-title,
.cart-collaterals .cart-total-title {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
}

.cart-collaterals .cart-total-title {
	padding-bottom: 20px;
}

.cart-collaterals .cart-shipping-price {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 16px;
	text-align: center;
}

.cart-collaterals .cart-total-price {
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 16px;
	color: #ff8303;
	font-weight: bold;
	text-align: center;
}

.wc-proceed-to-checkout {
	padding: 20px 0;
}

.woocommerce form .form-row {
	padding: 0 !important;
}

.woocommerce-checkout-review-order {
	margin: 20px 0 0;
}

.woocommerce-checkout #payment div.form-row {
	padding: 1em !important;
}

/*------------- Checkout ---------------------------------------*/
form.checkout label,
form.login label {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 21px !important;
	color: #696e6e;
}

form.checkout input[type='text'],
form.checkout input[type='email'],
form.checkout input[type='tel'],
.woocommerce-checkout .create-account input[type='password'],
form.login input[type='text'],
form.login input[type='password'],
form.login input[type='email'] {
	background: #f5f7f8;
	height: 40px;
	padding: 9px 10px;
	color: #696e6e;
	border: 2px solid #e4e4e2;
	outline: none;
	resize: none;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

form.checkout textarea {
	background: #f5f7f8;
	height: 268px !important;
	height: 40px;
	padding: 9px 10px;
	color: #696e6e;
	border: 2px solid #e4e4e2;
	outline: none;
	resize: none;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.woocommerce-checkout #payment ul.payment_methods li:before {
	display: none;
}

.woocommerce-checkout #payment {
	background: #f5f7f8 !important;
}

.woocommerce-checkout #payment div.payment_box {
	background: #d0ddec !important;
}

.woocommerce-checkout .create-account {
	color: #696e6e;
}

/*------------- Contact Form ---------------------------------------*/
.contact-form-wrap h2,
.s-contacts h2 {
	font-size: 18px;
	font-weight: 900;
	margin: 0 0 10px;
}

.contact-form {
	padding: 0 0 25px;
}

.contact-form label {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 21px !important;
	color: #696e6e;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type='tel'] {
	background: #f5f7f8;
	height: 40px;
	padding: 9px 10px;
	color: #696e6e;
	border: 2px solid #e4e4e2;
	outline: none;
	resize: none;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.contact-form textarea {
	background: #f5f7f8;
	height: 268px !important;
	height: 40px;
	padding: 9px 10px;
	color: #696e6e;
	border: 2px solid #e4e4e2;
	outline: none;
	resize: none;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.s-contacts ul {
	list-style: none;
	margin: 0 !important;
}

.s-contacts ul li {
	padding: 15px 0 !important;
	position: relative;
	border-top: 2px solid #e4e4e2;
}

.s-contacts ul li:last-child {
	border-top: 2px solid #e4e4e2;
	border-bottom: 2px solid #e4e4e2;
}

.s-contacts ul li span {
	display: block;
	padding: 0 0 0 35px;
	font-size: 16px;
}

.s-contacts ul li .fa {
	position: absolute;
	font-size: 20px;
	top: 15px;
	left: 0;
	color: #164cb5;
}
.s-contacts ul li .fab {
	position: absolute;
	font-size: 20px;
	top: 15px;
	left: 0;
	color: #59267c;
	font-weight: bold;
}

.s-contacts ul li:before {
	display: none !important;
}
.article-content p {
	font-family: Roboto, sanf-serif;
	color: #000;
	line-height: 27px;
	font-weight: 400;
	font-size: 14px;
	max-width: 1000px;
}
.article-content p {
	margin-bottom: 10px;
}
.contacts-info {
	margin-top: 18px;
	padding: 0 10px 0 0;
}
.contacts-icon {
	margin-bottom: 10px;
}
.contacts-icon span {
	font-weight: bold;
}
a.contacts {
	color: black;
}
/*------------- Profile ---------------------------------------*/
.order-title,
.wie-order h2,
.wie-order h3 {
	background: none;
	font-size: 18px;
	font-weight: 900;
	margin: 0 0 10px;
	padding: 0;
	line-height: 18px;
	text-transform: lowercase;
}

.wie-order .title {
	background: none;
	margin: 20px 0 0;
	padding: 0;
}

.order-header {
	font-size: 14px;
	font-weight: 900;
	padding-top: 10px;
	padding-bottom: 10px;
}

.order-body-item {
	line-height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.order-body-item .view {
	line-height: 14px;
}

.wie-order .order_details {
	width: 100%;
	margin: 0 0 20px;
}

.wie-order .order_details thead,
.wie-order .order_details tbody {
	border-bottom: 2px solid #e4e4e2;
}

.wie-order .order_details thead th {
	font-size: 16px;
}

.wie-order .order_details th {
	font-size: 13px;
	color: #137aad;
	font-weight: bold;
	padding: 5px 10px;
}

.wie-order .order_details td {
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
}

.wie-order .order_details td.product-total {
	font-size: 15px;
}

.wie-order .customer_details th,
.wie-order .customer_details td {
	padding: 5px 15px 5px 0;
}

.map-img img {
	width: 100%;
	height: auto;
}
.map-img h2 {
	margin-top: 20px;
	border-bottom: 2px solid #e4e4e2;
	padding: 0 0 10px;
}

/*------------- delivery page---------------------------------------*/
.delivery {
	margin: 20px 0 30px 0;
}

.delivery caption {
	font-weight: bold;
	color: black;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #c1c0c0;
	padding: 5px 0;
	background: #e6f3e3;
	border-bottom: none;
}
.delivery th {
	text-align: center;
	padding: 5px;
	border: 1px solid #c1c0c0;
}
.delivery li {
	font-size: 14px;
	line-height: 16px;
}

/*--------------Banner slides---------------*/
.top-slider {
	position: relative;
}
#sync2 {
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: center;
}
#sync2 .owl-item {
	width: 50px !important;
	float: none;
	display: inline-block;
}
#sync2 .owl-wrapper {
	width: 100% !important;
}
#sync1 .item,
#sync2 .item {
	padding: 0px;
	margin: 0;
	text-align: center;
}
#sync2 .item {
	margin: 0 5px;
}
#sync1 .item img,
#sync2 .item img {
	width: 100%;
	height: auto;
}
#sync2 .item img {
	border: 1px solid #212121;
	width: 40px;
	height: 16px;
}
#sync2 .synced .item img {
	border: 1px solid #268eed;
}

/*--------------Стрелка верх---------------*/
.scroll-top {
	position: fixed;
	bottom: 150px;
	right: 50px;
	font-size: 26px;
}
.button-up {
	background: #ffffff;
	padding: 8px 14px;
	border-radius: 41px;
	color: #164cb5;
	border: 4px solid #164cb5;
	z-index: 3;
}
.button-up:hover {
	color: #f9f9f9;
	background: #164cb5;
}

.term-description {
	display: none;
}

/*-------------------------------------------------*/
/* =  mobile_sorter
/*-------------------------------------------------*/

.mobile_sorter {
	position: absolute;
	bottom: -677px;
	width: 100%;
	z-index: 999;
	background: #fff;
	display: none;
	overflow: hidden;
	box-shadow: 0 2px 5px #007fbc;
}
.mobile_sorter.active {
	display: block;
}

.sorter-btn {
	border: 1px solid #08afff;
	font-size: 22px;
	color: #fff;
	width: 85px;
	height: 47px;
	padding: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	vertical-align: middle;
	background-color: #0080bd;
}
.red {
	color: red;
}
.blue {
	color: blue;
}
.align-center {
	text-align: center;
}
.profile_orders .filter-change-item {
	cursor: pointer;
}

.overlay-effect {
	background: rgba(0, 0, 0, 0.35);
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 9;
}

.widget .menu-footer-cat-container ul li a {
	position: relative;
	padding: 10px 12px !important;
	display: block;
	border: 1px solid #c8e6ff;
	margin-bottom: -1px;
	background: #fff;
	color: #333;
}
.widget ul li .sub-menu {
	border: 1px solid #ddd;
	border-radius: 6px;
	box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.3);
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	display: none;
	left: 100%;
	margin-left: -3px;
	margin-top: -1px;
	min-height: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1008;
	max-height: 900px;
}
.widget ul li:hover > .sub-menu {
	border-color: #dddddd;
	display: block;
	opacity: 1;
	top: 0;
}

/*-------------------------------------------------*/
/* =  sticky menu
/*-------------------------------------------------*/
.wrap-blue-line.fixed {
	z-index: 30005;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.wrap-blue-line.shadow {
	box-shadow: 0 7px 17px -2px #757575;
}
/*--------END--------------------------------------*/

/*-------------------------------------------------*/
/* =  Header-2
/*-------------------------------------------------*/
.header__top a {
	text-decoration: none;
}
.header-logo {
	max-height: 88px;
	max-width: 283px;
	line-height: 88px;
}
.header-logo img {
	width: 100%;
	max-width: 290px;
}
.header-logo > a {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.header-menu {
	display: -ms-flexbox;
	display: box;
	display: flex;
	-o-box-pack: distribute;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 33px;
}

.header-menu li {
	display: inline-block;
	white-space: nowrap;
}

.header-menu li a {
	color: #000;
	font-family: Roboto, sans-serif;
	font-weight: regular;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	padding: 10px 20px;
	transition: 70ms;
}

.header-menu li a:hover:after {
	display: block;
}
.header-menu li a:after {
	content: '';
	position: absolute;
	display: none;
	bottom: 3px;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #00aaf0;
}
.header-menu li a:hover {
	color: #00aaf0;
	text-decoration: none;
}
#menu-primary-ro li a:hover {
	color: #00aaf0 !important;
}
.header__phones__wrapper {
	position: relative;
	text-align: right;
	max-width: 306px;
	margin-top: 20px;
}
.header__phones {
	display: inline-block;
	height: 36px;
	z-index: 101;
	background: #fff;
	padding: 0 12px;
	max-width: 100%;
	top: 0;
	white-space: nowrap;
}
.header__phones__default {
	display: block;
}
.header__phones__item {
	display: block;
	padding-right: 26px;
	line-height: 36px;
	text-align: right;
	position: relative;
	margin-bottom: 10px;
}
.header__phones__item .phone-icon {
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
	width: 30px;
	text-align: center;
	margin-right: 10px;
}
.header__phones .phone-icon.hovered {
	display: none;
}
.header__phones.focused .phone-icon.hovered,
.header__phones:hover .phone-icon.hovered {
	display: inline-block;
}
.header__phones.focused .phone-icon,
.header__phones:hover .phone-icon {
	display: none;
}
.header__phones__item .phone-icon img {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.header__phones__item .head_contacts {
	display: inline-block;
	vertical-align: middle;
	font-size: 29px;
}
.header__phones__item .head_contacts .grey:hover {
	text-decoration: none;
	color: #000000;
}
.header__phones__item .head_contacts .grey {
	color: #727373;
}
.header__phones__item .head_contacts .grey span span {
	color: #bfc0be;
}
.header__phones__other {
	display: none;
}

.header__phones.focused .header__phones__other,
.header__phones:hover .header__phones__other {
	display: block;
}
.header__phones.focused,
.header__phones:hover {
	position: absolute;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
	height: auto;
	right: 0;
}
.header__phones__item .arrow {
	display: block;
	position: absolute;
	right: -3px;
	top: 16px;
	transition: 0.4s ease;
	transform: rotate(0);
}
.header__phones.focused .header__phones__item .arrow,
.header__phones:hover .header__phones__item .arrow {
	transform: rotate(180deg);
}
.header__phones hr {
	display: block;
	border-bottom: 1px solid #cfcfcf;
	border-top: none;
	margin: 18px 0 11px;
}
.header__phones .socials-icon-top {
	text-align: right;
}
.header__phones .socials-icon-top li,
.contacts-page .socials-icon-top li {
	display: inline-block;
	list-style: none;
}
.header__phones .socials-icon-top li .top-soc-icons {
	margin-bottom: 10px;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: 0.3s;
}
.header__phones .socials-icon-top li .top-soc-icons:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	filter: grayscale(0);
}

.header-lang-padding .col-md-2 {
	padding: 0;
	text-align: right;
}
.header-top-lang {
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #164cb5;
	text-transform: uppercase;
	border: 1px solid #164cb5;
	text-align: center;
	margin: 20px 0 0 -3px;
	border-top-left-radius: 20px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 5px;
	transition: 0.4s ease;
}
.header-top-lang:hover {
	background: #164cb5;
	border-top-right-radius: 20px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 5px;
}
.header-top-lang .lang-item {
	width: 100%;
	color: #164cb5;
	display: block;
	cursor: pointer;
	padding: 8px 15px;
	transition: 0.4s ease;
	line-height: 1.45;
}
.header-top-lang li {
	list-style: none;
}
.header-top-lang .lang-item a {
	color: #164cb5;
}
.header-top-lang .lang-item a:hover {
	color: #ffffff;
	text-decoration: none;
}

.header-top-lang .lang-item:hover a {
	color: #ffffff;
}
.header-top-lang .lang-item.current-lang {
	display: none;
}
/*--------------------------Mobile-----------------------------------*/
.mobile__menu__header {
	display: -ms-flexbox;
	display: box;
	display: flex;
	-o-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-o-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	line-height: 70px;
	padding: 15px 15px 15px 30px;
	border-bottom: 1px solid #e1e1e1;
}
.mobile__menu__phones {
	display: -ms-flexbox;
	display: box;
	display: flex;
	-o-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-o-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	line-height: 35px;
}
.mobile__menu__icon {
	display: inline-block;
	padding-right: 24px;
}
.mobile__menu__icon img {
	max-width: 32px;
}
.mobile__menu__phones .text {
	display: inline-block;
}
.mobile__menu__phones .text a {
	color: #606060;
	font-size: 14px;
	line-height: 16px;
}
.mobile__menu__phones:hover .text a,
.mobile__menu__catalog a .text:hover,
.mobile__menu__url:hover {
	color: #ee005a !important;
}
.mobile__menu__products.menu-active {
	display: block;
}
.mobile__menu__products {
	display: none;
}
.mobile__menu__categories {
	display: block;
}
.mobile__menu__categories__item {
	display: -ms-flexbox;
	display: box;
	display: flex;
	min-height: 44px;
	margin-bottom: 4px;
	-o-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mobile__menu__categories__item > a {
	padding: 0;
	position: relative;
	display: inline-block;
	width: 100%;
}
.mobile__menu__categories__icon {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	margin-right: 16px;
}
.mobile__menu__categories__icon img {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	max-width: 32px;
	max-height: 32px;
}
.mobile__menu__categories__item > a > span {
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	color: #606060;
}
.mobile__menu__categories__item > a .mobile__menu__arrow__icon {
	float: right;
}
.mobile__menu__categories__item > a .mobile__menu__arrow__icon img {
	max-width: 32px;
	max-height: 32px;
}
.mobile__menu__categories__item > a .mobile__menu__arrow__icon.hovered {
	display: none;
}
.mobile__menu__categories__item:hover > a .mobile__menu__arrow__icon {
	display: none;
}
.mobile__menu__categories__item:hover > a > span {
	color: #ee005a;
}
.mobile__menu__categories__item:hover > a .mobile__menu__arrow__icon.hovered {
	display: inline-block;
}
.mobile__menu__products__btn .text {
	color: #606060;
	font-size: 14px;
}
.mobile__menu__products__btn.is-show .text {
	color: #ee005a;
}
.mobile__menu__products__btn .menu-icon-arrow {
	position: absolute;
	right: 15px;
	padding-right: 0;
}
.mobile__menu__icon.hovered {
	display: none;
}
.mobile__menu__products__btn.is-show .menu-icon-arrow {
	display: none;
}
.mobile__menu__products__btn.is-show .menu-icon-arrow.hovered {
	display: inline-block;
}
.mobile__menu__block__1 {
	padding: 12px 0;
	border-bottom: 1px solid #e1e1e1;
}
.mobile__menu__block__item.mobile__menu__catalog {
	display: block;
}
.mobile__menu__block__item {
	padding: 0 15px 0 30px;
	color: #606060;
	font-size: 14px;
	min-height: 45px;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-o-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
.mobile__menu__products__btn {
	text-align: left;
	width: 100%;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-o-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mobile__menu__products__btn.is-show .mobile__menu__icon {
	display: none;
}
.mobile__menu__products__btn.is-show .mobile__menu__icon.hovered {
	display: inline-block;
}
.mobile__menu__products__btn.is-show .mobile__menu__icon {
	display: none;
}
.mobile__menu__block__2 {
	padding: 12px 0;
	border-bottom: 1px solid #e1e1e1;
}
.mobile__menu__url {
	color: #606060;
	font-size: 14px;
}
.mobile__menu__block__3 {
	padding: 12px 0;
	border-bottom: 1px solid #e1e1e1;
}
.mobile__menu__block__3 {
	padding: 12px 0;
	border-bottom: 1px solid #e1e1e1;
}
.mobile__menu__phones.opened .menu-icon-arrow {
	display: none;
}
.mobile__menu__icon.hovered {
	display: none;
}
.mobile__menu__phones.opened .menu-icon-arrow.hovered {
	display: inline-block;
}
.mobile__menu__phone__other.opened {
	display: block;
}
.mobile__menu__phone__other {
	display: none;
}
/*-------------------------------------------------*/
/* =  blue-line
/*-------------------------------------------------*/
.wrap-blue-line {
	background: #164cb5;
	background-repeat: no-repeat;
	background-size: cover;
	height: 64px;
	z-index: 100;
	position: relative;
}
.header__bottom {
	display: -ms-flexbox;
	display: box;
	display: flex;
	line-height: 64px;
	align-items: center;
}
.header__bottom__menu {
	display: block;
	width: 25%;
	position: relative;
	border-left: 1px solid #537bb7;
	border-right: 1px solid #537bb7;
	max-height: 64px;
}
.header__bottom__searchbox {
	display: block;
	-o-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	padding: 0 12px;
}
.header__bottom__buttons {
	display: block;
	width: auto;
	position: relative;
}
.header__menu .header__menu__btn {
	font-size: 17px;
	color: #fff;
	line-height: 64px;
	display: inline-block;
	text-decoration: none;
}

.header__menu img.top-arrow-menu {
	transform: rotate(180deg);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	transition: 0.4s ease;
}
.header__menu .header__menu__btn > img {
	margin-left: 30px;
}
.header__menu img {
	margin-left: 30px;
}
.header__menu .header__menu__list__item__category__title__all {
	/* padding-left: 15px;*/
	padding-left: 19px;
	text-transform: uppercase;
}
.header__menu__btn > span {
	display: inline-block;
	vertical-align: middle;
}
.categories-not-main {
	position: absolute;
	display: none;
	z-index: 11111;
	background: #fff;
	border: 1px solid #ccc;
	left: 0;
	border-top: none;
	top: 64px;
	padding: 10px;
	font-size: 16px;
	padding-top: 0;
	padding: 0 !important;
}
.not-index .header__menu:hover .categories-not-main {
	display: block !important;
}
.categories-not-main {
	left: -1px;
	right: -1px;
	width: auto;
}
.fixed .header__menu:hover .categories-not-main {
	display: block !important;
}
.header__bottom__menu .header__menu__list__item__level-1 {
	line-height: 1.1;
}
.header__menu
	.header__menu__list__item__level-1__container__products__title:hover {
	color: #28abee;
}
.header__menu a:hover {
	color: #fff;
}
.header__bottom__mobile {
	display: none;
}
.mobile-navigation-menu {
	padding-right: 0;
	position: relative;
	display: block;
	line-height: 64px;
}
.mobile-navigation-menu .mobile-menu-btn {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	position: relative;
	margin: 0;
	height: 27px;
	width: 36px;
	background: 0 0;
	line-height: 1.2;
	opacity: 1;
	-ms-filter: none;
	filter: none;
	border: 0;
	font-size: 16px;
	transition: left 0.2s;
	transition-property: all;
	transition-duration: 0.3s;
}

.mobile-navigation-menu .mobile-menu-btn .icon-bar {
	display: block;
	width: 32px;
	height: 2px;
	position: absolute;
	background-color: #164cb5;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	transition-property: all;
	transition-duration: 0.3s;
}
.header__bottom__logo {
	display: none;
	text-align: center;
}
.header__bottom__logo .header-logo {
	display: inline-block;
}
.mobile-navigation-menu .mobile-menu-btn .b1 {
	top: 0;
}
.mobile-navigation-menu .mobile-menu-btn .b2 {
	top: 10px;
}
.mobile-navigation-menu .mobile-menu-btn .b3 {
	top: 20px;
}
.mobile__menu__phone__other .socials-icon-top {
	text-align: right;
	padding-left: 31px;
}
.mobile__menu__phone__other .socials-icon-top li {
	display: inline-block;
	list-style: none;
}
.mobile__menu__phone__other .socials-icon-top li .top-soc-icons {
	margin-top: 10px;
}

/*----------Search---------------------------------------*/
.header__middle__search {
	width: 100%;
	display: inline-block;
}
.header__middle__search__wrapper {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	line-height: 1;
	position: relative;
	padding-bottom: 2px;
}
.twitter-typeahead {
	width: 100%;
}
.header__middle__search__input {
	width: 100%;
	height: 40px;
	border: none;
	background: #fff;
	font-size: 14px;
	color: #000;
	text-indent: 10px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	padding-right: 170px;
	text-overflow: ellipsis;
	overflow: hidden;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.header__middle__search__input:focused {
	border: 0 solid #28abee !important;
}
.border_radius_right {
	border-bottom-right-radius: 0px !important;
}
.border_radius_left {
	border-bottom-left-radius: 20px !important;
}

.header__middle__search__submit {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 130px;
	border: 0;
	font-size: 14px;
	color: #fff;
	transition: 0.4s ease;
	padding: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background: url(../images/web/btn-search-top-white.png) no-repeat 16px 9px,
		linear-gradient(180deg, #eb4785 0%, rgba(238, 0, 90, 0) 100%), #ee005a;
}
.header__middle__search__submit span {
	line-height: 25px;
	margin-right: -17px;
	font-size: 14px;
	font-weight: 400;
	font-family: Roboto, sans-serif;
}
.header__middle__search__submit:hover {
	background: url(../images/web/btn-search-top-white.png) no-repeat 16px 9px
		#b80045;
}
input[type='search']::-webkit-input-placeholder {
	color: #c5c9cc;
}

input[type='search']::-moz-placeholder {
	color: #c5c9cc;
}
.header__middle__search__wrapper .clear_input {
	right: 130px !important;
	color: black !important;
}
.clear_input span {
	font-size: 27px !important;
}
.header__middle__search__wrapper .clear_input:hover {
	color: #1aa1e0 !important;
}
/* .aws-container .aws-search-form .aws-loader {
	right: 140px !important;
} */

.header__middle__search .tt-menu {
	background: #fff;
	color: #000;
	width: 100%;
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.19);
	position: absolute;
	z-index: 100;
}
.header__middle__search .tt-dataset {
	font-family: Roboto, sans-serif;
	font-weight: regular;
	font-size: 16px;
	/* display: table-cell; */
	width: 95%;
	vertical-align: top;
}
.header__middle__search .tt-suggestion {
	color: #000;
	padding: 2px 0;
	vertical-align: top;
	cursor: pointer;
}
.header__middle__search .left_part {
	display: block;
}
.left_part {
	position: relative;
	height: 75px;
	padding: 0 15px;
	font-weight: 400;
}
.tt-suggestion {
	display: block;
	padding: 4px 0 4px 10px;
	font-size: 14px;
	line-height: 1.4;
	color: #9c9c9c;
}
.header__middle__search .tt-suggestion a {
	color: #000;
	height: 75px;
	display: block;
}
.header__middle__search .tt-selectable .wrap-image-search {
	display: inline-block;
	text-align: center;
	width: 55px;
	height: 55px;
	vertical-align: top;
	line-height: 55px;
	background: #fff;
	margin-top: 8px;
	margin-right: 5px;
	margin-left: 7px;
}
.header__middle__search .tt-selectable .wrap-image-search img {
	display: inline-block;
	text-align: center;
	max-width: 50px;
	max-height: 50px;
	vertical-align: middle;
	line-height: 1px;
	background: #fff;
	overflow: hidden;
	padding: 5px;
}
.header__middle__search .wrap-title-price-description {
	display: inline-block;
	overflow: hidden;
	width: calc(100% - 72px);
}
.tt-dataset .aws_result_sale {
	display: none !important;
}
.wrapper_left_content {
	display: block;
	height: 70px;
	max-height: 70px;
	line-height: 70px;
	overflow: hidden;
	text-align: left;
}
.header__middle__search .wrap-search-title {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding-right: 12px;
	width: calc(100% - 100px);
}
.price-search del .amount {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 50px;
	width: 80px;
	text-align: right;
	font-size: 13px;
	color: #a59d9d;
	text-decoration: line-through;
}
.price-search ins .amount,
.price-search .amount {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 30px;
	width: 80px;
	text-align: right;
}
.wrapper_left_content span {
	/* display: inline-block; */
	/* vertical-align: top; */
	line-height: 1;
}
.price-search {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}
.search_response_all {
	text-align: center;
	height: 80px;
	line-height: 80px;
	background: #fff;
	width: 100%;
	z-index: 1;
	display: block;
	margin-right: 0;
	position: absolute;
	bottom: -79px;
	padding-top: 10px;
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.19);
}
.search_response_all a {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding: 16px 10px 13px 10px;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #0049bc;
	color: #0049bc;
	background: #fff;
	width: 236px;
	margin-top: -10px;
	text-decoration: none;
}
.search_response_all a:hover {
	background: #0049bc;
	color: #fff;
	background-size: cover;
}
.left_part:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 16%;
	width: 63%;
	height: 1px;
	border-bottom: 1px solid #e8e8e8;
}
.wrap-search-title strong {
	color: #ffa800;
	font-weight: 400;
}
.header__middle__search .tt-suggestion:hover a,
.header__middle__search .tt-suggestion:hover .wrap-search-title strong,
.header__middle__search .tt-suggestion:hover .price-search {
	color: #1aa1e0 !important;
}
.main_wrap_mobile-search {
	display: none;
	vertical-align: middle;
	line-height: 1;
}
.main_wrap_mobile-search button {
	width: 29px;
	height: 29px;
	padding: 0;
	border: none;
	background: url(../images/web/mobile_header.svg) no-repeat;
	background-position: -33px 0;
	background-size: cover;
}
.header__middle__search__submit.icon.arrow-left:before {
	content: none;
}
.icon.arrow-left:before {
	content: '';
	display: inline-block;
	width: 31px;
	height: 31px;
	vertical-align: middle;
	line-height: 1;
	background: url(../images/web/crosses-and-chevrons.png) no-repeat -30px -30px;
}
.icon.arrow-left:active:before,
.icon.arrow-left:hover:before {
	background: url(../images/web/crosses-and-chevrons.png) no-repeat -60px -30px;
}
/*----------Search Ends---------------------------*/

/*-------Righ part-------------------------------------*/
.wrap-favotirs-compare {
	display: -ms-flexbox;
	display: box;
	display: flex;
	position: relative;
	width: 100%;
	white-space: nowrap;
	text-align: right;
	height: 64px;
}
.wrap-icons-blue {
	display: inline-block;
	font-size: 0;
}

/*-------Login-------------------------------------*/
.main_wrap_cabinet {
	display: inline-block;
	vertical-align: top;
	height: 64px;
	width: 66px;
	border-left: 1px solid #537bb7;
	transition: 0.4s ease;
}
.main_wrap_cabinet:hover {
	background: #ffffff;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
.main_wrap_cabinet a {
	width: 100%;
	display: block;
	height: 44px;
	line-height: 44px;
	color: #000;
}
.main_wrap_cabinet a > i {
	top: 15px;
	width: 30px;
	height: 34px;
	display: block;
	background-size: contain;
	position: relative;
	margin: 0 auto;
}

.main_wrap_cabinet a > i.profile {
	background: url(../images/web/login_white.svg) no-repeat;
}
.main_wrap_cabinet:hover a > i {
	background: url(../images/web/login_blue.svg) no-repeat;
	background-size: contain;
}
.main_wrap_cabinet a > i.exit {
	background: url(../images/web/exit_white.svg) no-repeat;
}
.main_wrap_cabinet:hover a > i.exit {
	background: url(../images/web/exit_blue.svg) no-repeat;
	background-size: contain;
}
.main_wrap_cabinet a > i.regestration {
	background: url(../images/web/reg_white.svg) no-repeat;
}
.main_wrap_cabinet:hover a > i.regestration {
	background: url(../images/web/reg_blue.svg) no-repeat;
	background-size: contain;
}
.main_wrap_cabinet a > i.authorization {
	background: url(../images/web/authorization_white.svg) no-repeat;
}
.main_wrap_cabinet:hover a > i.authorization {
	background: url(../images/web/authorization_blue.svg) no-repeat;
	background-size: contain;
}
.wrap-icons-blue i {
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 18px;
}

/*-------Cart-------------------------------------*/
.main_wrap_card {
	display: inline-block;
	vertical-align: top;
	height: 64px;
	font-size: 16px;
}
.main_wrap_card:hover .card_text {
	color: #164cb5;
}
.main_wrap_card .wrap_cardShop {
	display: inline-block;
	min-width: 66px;
	text-align: center;
	border-left: 1px solid #537bb7;
	position: relative;
	border-right: 1px solid #537bb7;
	padding: 0 16px;
	max-height: 64px;
}
.main_wrap_card .cardShop {
	background: url(../images/web/icons-cart-blue.svg) no-repeat;
	background-size: cover;
	width: 35px;
	height: 32px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.main_wrap_card .wrap_count_card {
	position: absolute;
	top: -2px;
	right: 0;
	z-index: 0;
	text-align: center;
	font-size: 13px;
	pointer-events: none;
	background: #fff;
	color: #000000;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border-radius: 50%;
}
.main_wrap_card .card_text {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
	width: 75px;
	position: relative;
}
.wrap_card_popup i {
	color: #c11717;
	font-size: 18px;
	position: relative;
	top: 0px;
}
.wrap_card_popup a > .fas,
.wrap_card_popup a:hover > .far {
	display: none;
}
.wrap_card_popup a:hover > .fas {
	display: inline-block;
}
.main_wrap_card .card_text span.ru {
	left: 9px;
}
.card_popup {
	position: absolute;
	top: 64px;
	width: 461px;
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.19);
	display: none;
	color: #000;
	background: #fff;
	z-index: 1;
	line-height: 1.1;
	right: 0;
}
.wrap_card_popup .inner_price del {
	right: 5px;
	position: absolute;
	bottom: 22px;
	color: #bec3c7;
	font-size: 13px;
}
.inner_price del .amount {
	text-decoration: line-through;
}
.wrap_yellow_info {
	text-align: center;
}
.wrap_yellow_info,
.wrap_zero_show {
	display: block;
	background: #d3e1f7;
	color: #000;
	padding: 15px;
	text-transform: initial;
	font-size: 14px;
}

.js-wrap-popup-card {
	text-align: center;
	overflow-y: auto;
	max-height: 450px;
	overflow: hidden;
}
.js-wrap-popup-card li {
	position: relative;
}
.js-card-product-popup-list {
	text-align: left;
	position: relative;
}
.js-card-product-popup-list::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 16%;
	right: 18%;
	height: 1px;
	border-bottom: 1px solid #e8e8e8;
}
.wrap_card_popup {
	transition: 0.4s ease;
}
.wrap_card_popup {
	height: 75px;
	line-height: 75px;
}
.wrap_card_popup {
	display: block;
	position: relative;
	text-align: left;
	width: 100%;
}
.card_popup .wrap_img {
	text-align: center;
	width: 55px;
	height: 55px;
	background: #fff;
	margin-right: 5px;
	margin-left: 7px;
	line-height: 55px;
	display: inline-block;
	vertical-align: middle;
}
.card_popup .wrap_img img {
	display: inline-block;
	text-align: center;
	max-width: 50px;
	max-height: 50px;
	vertical-align: middle;
	line-height: 1px;
	background: #fff;
	overflow: hidden;
	padding: 5px;
	margin-right: 0;
	margin-left: 0;
	width: auto;
}
.wrap-icons-blue img {
	display: inline-block;
	padding: 8px 8px 0 8px;
	margin-top: -3px;
}
.wrap_card_popup .remove {
	float: right;
	margin-right: 14px;
}
.card_popup .wrap_header_price {
	width: 260px;
	display: inline-block;
	white-space: initial;
}
.inner_price,
.wrap_header_price {
	line-height: 1px;
	display: inline-block;
	vertical-align: middle;
}
.card_popup .wrap_header_price .inner_name {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 14px;
	max-height: 40px;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	text-transform: none;
	text-decoration: none;
}
.wrap_card_popup:hover .inner_name,
.wrap_card_popup:hover .inner_price,
.wrap_card_popup:hover .inner_price ins .amount {
	color: #00aaf0;
}
.inner_price,
.inner_price .amount {
	font-weight: 400 !important;
	display: inline-block;
	position: relative;
	margin-left: -5px;
	text-align: right;
	padding: 4px;
}

.inner_price span,
.price-search span span {
	font-weight: 300;
	text-transform: lowercase;
}
.inner_price .woocommerce-Price-currencySymbol,
.price-search .woocommerce-Price-currencySymbol {
	font-size: 14px;
	font-weight: 300;
	color: #b4b4b3;
}
.wrap_buttons_popup {
	margin: 23px 0 34px;
	text-align: center;
}

.wrap_buttons_popup .js-go-to-basket-page,
.wrap_buttons_popup .js-go-to-payment-page {
	color: #0049bc;
	border: 1px solid #0049bc;
	padding: 11px 10px;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.wrap_buttons_popup .js-go-to-payment-page {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.wrap_buttons_popup .js-go-to-basket-page:hover,
.wrap_buttons_popup .js-go-to-payment-page:hover {
	background: #0049bc;
	color: #fff;
	background-size: cover;
}

/*----------------Main cats menu------------------------------------*/
.brd-cat-container {
	display: block;
	width: 25%;
	position: absolute;
	top: 0;
}
.brd-categories {
	border: 1px solid #e8e8e8;
	border-top: 0;
	display: none;
	min-height: 520px;
	background: white;
}
.brd-categories {
	width: 100%;
}
.brd-categories {
	position: relative;
	padding: 0 !important;
	z-index: 8;
}
.header__menu__list__item__level-1__container {
	position: relative;
}
.header__menu__list__item__level-1__container {
	margin: 0 -1px;
	padding: 0 1px;
}
.header__menu__list__item__level-1__container__products {
	background: #fff;
	transition: 0.4s ease;
	font-size: 15px;
}
.wrap-blue-line .header__menu__list__item__level-1__container__products__title,
main .header__menu__list__item__level-1__container__products__title {
	color: #000;
	padding: 14px 58px 14px 72px;
	display: block;
	transition: 0.4s ease;
	position: relative;
	top: -1px;
	min-height: 46px;
	text-decoration: none;
}
.wrap_icons_cat {
	position: relative;
}
.js-item-mnu .wrap_icons_cat .inner_icons {
	position: absolute;
	left: -59px;
	width: 43px;
	text-align: center;
	top: -5px;
}
.js-item-mnu .wrap_icons_cat .inner_icons img {
	max-height: 32px;
}
.wrap_icons {
	position: relative;
}
.wrap_icons:after {
	position: absolute;
	content: '';
	top: -30px;
	right: 29px;
	background: url(../images/web/right-arrow-roz-2.png) no-repeat center center;
	width: 6px;
	height: 10px;
}
.header_menu_2 .wrap_icons:after {
	display: none;
}
.brd-mnu {
	position: relative;
}
.brd-mnu:after {
	position: absolute;
	content: '';
	border-bottom: 1px solid #e8e8e8;
	width: 201px;
	height: 1px;
	background: 0 0;
	top: 0;
	left: 72px;
}
.header_menu_2 {
	z-index: 999;
	min-height: 100%;
	background: #e7e6e6;
}
.header_menu_2 {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	transform: translateX(0);
	z-index: -1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
		z-index 0s linear 10ms;
	box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.1);
}
.header_menu_2 ul {
	position: absolute;
	min-height: 100%;
	width: 100%;
	background-color: #e6e6e7;
	box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.1);
	padding-bottom: 1px;
}
.header_menu_2 ul {
	box-shadow: none;
}
.header__menu__list__item__level-1__container__products:hover .header_menu_2 {
	visibility: visible;
	opacity: 1;
	-ms-filter: none;
	filter: none;
	z-index: 1;
	transform: translateX(100%);
	transition-delay: 0s, 0s, 0.9s;
}
.header__menu__list__item__level-1 .item-menu {
	min-height: 46px;
}
.header_menu_2 ul li {
	cursor: pointer;
}
.header_menu_2
	ul
	a.header__menu__list__item__level-1__container__products__title {
	color: #000;
	position: relative;
}
.header_menu_2 .header__menu__list__item__level-1__container__products__title {
	padding: 14px 10px 14px 17px;
}
.header_menu_2 ul li a {
	position: relative;
	top: -1px;
	transition: z-index 0s;
	min-height: 46px;
}
.header_menu_2 ul a:after {
	position: absolute;
	content: '';
	top: 19px;
	right: 21px;
	background: url(../images/web/right-arrow-grey.png) no-repeat center center;
	width: 6px;
	height: 10px;
}
.header_menu_2 .brd-mnu:after {
	left: 13px;
	width: 278px;
	border-bottom: 1px solid #d8d7d7;
}
main .header__menu__list__item__level-1__container__products__title:hover,
.wrap-blue-line
	.header__menu__list__item__level-1__container__products__title:hover {
	color: #00aaf0 !important;
	background: #f4f4f4;
	z-index: 1;
	text-decoration: none;
	outline: 0;
}
.header_menu_2 ul li a:hover {
	z-index: 1;
	color: #00aaf0 !important;
	background: #fff !important;
	cursor: pointer;
}
.header_menu_2 ul li:hover {
	background: #fff;
}
.header_menu_2
	ul
	a.header__menu__list__item__level-1__container__products__title:hover:after {
	background: url(../images/web/right-arrow-roz-2.png) no-repeat center center;
}

.header_menu_2 ul li:hover .header_menu_3 {
	visibility: visible;
	opacity: 1;
	-ms-filter: none;
	filter: none;
	-ms-filter: none;
	filter: none;
	z-index: 1;
	transform: translateX(100%);
	transition-delay: 0s, 0s, 0.9s;
	min-height: 100%;
	background: #fff;
}
.header_menu_2 ul .header_menu_3 {
	padding-top: 20px;
}

.header_menu_3 {
	position: relative;
}
.header_menu_3 {
	box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.1);
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	transform: translateX(340px);
	z-index: -2;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
		z-index 0s linear 10ms;
}

.header_menu_3 .col-md-3 {
	padding: 0;
}

.header_menu_3 a {
	text-align: center;
	color: #000;
	display: block;
	height: 120px;
}

.header_menu_3 a:hover {
	color: #00aaf0;
}

.header_menu_3 img {
	height: 80px;
	display: inline-block;
	padding-top: 20px;
}
.header_menu_3 .numbers-items a:hover .wrap_subcat_text {
	height: auto;
	background: #fff;
}
.header_menu_2 ul .header_menu_3 .wrap_subcat_text {
	font-size: 15px;
	height: 34px;
	line-height: 40px;
	padding-top: 4px;
	overflow: hidden;
}
.header_menu_2 ul .header_menu_3 .wrap_subcat_text span {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}
.header_menu_3 span {
	text-align: center;
	display: inline-block;
	line-height: 1;
	vertical-align: top;
	font-size: 15px;
	height: 34px;
	padding-top: 4px;
}
.header_menu_3 {
	min-width: 200%;
	padding: 0 20px;
}
.header_menu_3 div a:after {
	display: none;
}
.cbp-spmenu {
	background: #fff;
	position: fixed;
	box-shadow: inset 13px 0 10px -8px rgba(0, 0, 0, 0.3);
	overflow: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	transition: 0.2s left ease-in-out;
	height: 100vh;
	width: 100%;
	opacity: 0;
}
.tss--open .cbp-spmenu {
	opacity: 1;
}

/*----------------Main banner------------------------------------*/
.main__banner {
	display: block;

	width: 100%;
	margin-top: 25px;
	overflow: hidden;
	max-width: calc(75% - 15px);
	float: right;
	opacity: 1;
	filter: none;
	transition: 0.2s opacity ease-in-out;
	height: auto;
	position: relative;
	box-sizing: border-box;
}

#sync1 .item img {
	display: block;
	width: 100%;
	height: 100%;
}

#sync1 .owl-controls {
	margin: 0;
}

#sync1 .owl-buttons .fa,
.wrap_brands_slider .fa,
.home-cats .fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#sync1 .owl-buttons .fa-angle-left {
	float: left;
	margin-left: 18px;
}
#sync1 .owl-buttons .fa-angle-right {
	float: right;
	margin-right: 18px;
}
#sync1 .owl-buttons .fa-angle-left:before {
	content: '\f104';
}
#sync1 .owl-buttons .fa-angle-right:before {
	content: '\f105';
}
#sync1 .owl-buttons {
	position: absolute;
	top: 0;
	height: calc(100% - 148px);
	width: 100%;
	z-index: 2;
	margin: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	font-size: 76px;
	opacity: 0.5;
	transition: 0.4s ease;
	color: #fff;
	background: 0 0;
	padding: 0;
	top: 50%;
	position: absolute;
	right: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	font-size: 76px;
	opacity: 0.5;
	transition: 0.4s ease;
	color: #fff;
	background: 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.owl-theme .owl-controls .owl-buttons .owl-next:hover {
	color: #fff;
	opacity: 0.8 !important;
	-ms-filter: none;
	filter: none;
	background: none;
}
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut 1000ms both ease !important;
	-moz-animation: fadeOut 1000ms both ease !important;
	animation: fadeOut 1000ms both ease !important;
}
.owl-fade-in {
	-webkit-animation: fadeIn 1000ms both ease !important;
	-moz-animation: fadeIn 1000ms both ease !important;
	animation: fadeIn 1000ms both ease !important;
}

.owl-pagination {
	position: absolute;
	bottom: 25px;
	z-index: 2;
	padding-left: 0;
	list-style: none;
	left: 50%;
	transform: translateX(-50%);
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	margin: 3px 7px;
	text-indent: -999px;
	cursor: pointer;
	border-radius: 50%;
	background: 0 0;
	width: 16px;
	height: 15px;
	border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-page span {
	visibility: hidden;
}
.owl-theme .owl-controls .owl-page.active {
	background: #fff;
	width: 16px;
	height: 15px;
}
.top-slider .owl-carousel {
	padding: 0;
}

/*--------------------New/SuperSale/BestPrice----------------------*/
.wrapper {
	margin-bottom: 40px;
}
.menu__promo__section {
	font-size: 0;
	margin: 15px 0 0 0;
	text-align: center;
	background: 0 0;
	white-space: nowrap;
	overflow-x: hidden;
}
#header__promo__sections {
	border-bottom: 4px solid #ccc;
}
.menu__promo__section__item {
	display: inline-block;
	height: 49px;
	line-height: 49px;
	position: relative;
	font-size: 22px;
	font-family: Roboto, sanf-serif;
	color: #bdbcbc;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 10px;
}
.menu__promo__section__item span {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	line-height: 1.4;
}
.menu__promo__section__item.selected {
	cursor: inherit;
	pointer-events: none;
}
.menu__promo__section__item.selected,
.menu__promo__section__item:hover {
	color: #000;
}
.menu__promo__section__item.selected:after,
.menu__promo__section__item:hover:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 4px 6px 4px;
	width: 100%;
	bottom: -4px;
	z-index: 1;
	left: 0;
	height: 6px;
}

.promo__block {
	position: relative;
	border-left: 1px solid #dbdbdb;
	z-index: 2;
	margin-bottom: 40px;
	height: 525px;
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	margin-left: -1px;
	overflow: inherit !important;
}

.isotope-list {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.promo__block .product-preview {
	display: block;
	float: left;
	min-height: 1px;
	width: 335px;
}
.promo__block .preview {
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
}
.product__item {
	display: block;
	border: 1px solid #dbdbdb;
	text-align: center;
	padding: 8px;
	transition: box-shadow 0.2s;
	background: #fff;
}
.product__item {
	position: relative;
}
.product__item__image {
	display: block;
	width: 100%;
	cursor: pointer;
	height: 200px;
	line-height: 200px;
	text-align: center;
	margin-bottom: 12px;
	position: relative;
	margin-top: 40px;
}
.product__item__image img {
	display: inline-block;
	max-height: 200px;
	position: relative;
	width: auto;
	vertical-align: middle;
	line-height: 1;
}
.promo__block .product-preview img {
	display: inline-block;
	text-align: center;
}
.product__item__title {
	height: 59px;
	line-height: 59px;
	text-align: left;
	margin-bottom: 12px;
}
.product__item__title a,
.product__item__title span {
	color: #000;
	font-family: Roboto, sanf-serif;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	line-height: 1.2;
	height: 57px;
	overflow: hidden;
}
.product__item__buttons {
	margin-top: 23px;
	display: block;
	position: relative;
}
.product__item__buttons .left {
	display: block;
	float: left;
	width: 55%;
	line-height: 42px;
	text-align: left;
	white-space: nowrap;
}
.product__item__buttons .right {
	display: block;
	float: left;
	text-align: right;
	width: 45%;
	line-height: 42px;
}
.product__item__buttons .right .product__item__btn {
	max-width: 100%;
	white-space: nowrap;
}
.viewed-cart button,
.product__item button {
	border: none;
}
.product__item__btn {
	display: inline-block;
	height: 41px;
	line-height: 36px;
	font-family: Roboto, sanf-serif;
	text-transform: uppercase;
	text-align: right;
	width: 138px;
	border-radius: 20px;
	transition: 0.4s ease;
	background: linear-gradient(180deg, #eb4785 0%, rgba(238, 0, 90, 0) 100%),
		#ee005a;
	color: #fff;
}
.product__item__btn .cart__icon {
	width: 29px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/web/white-basket.svg) no-repeat 0px 3px;
	position: relative;
}
.promo__block .added_to_cart,
.wrap_search_page .added_to_cart {
	display: inline-block;
	font-size: 15px;
	line-height: 14px;
	margin-top: 15px;
}
.product__item__btn .cart__icon .checkicon {
	width: 14px;
	height: 14px;
	background: url(../images/web/checkicon-roz.png) no-repeat center;
	position: absolute;
	content: '';
	top: 0;
	left: 8px;
	display: none;
}
.product__item__btn.added-product-effect .checkicon {
	display: block;
}

.product__item__btn span {
	vertical-align: middle;
	font-size: 14px;
	padding-top: 2px;
	display: inline-block;
	line-height: 1;
	font-family: Roboto, sanf-serif;
	color: #fff;
	padding-right: 20px;
}

.product__item__btn.added-product-effect {
	background: #164cb5;
	color: #164cb5;
	box-shadow: 0px 5px 10px rgba(5, 47, 142, 0.4);
}
.product__item:hover .product__item__btn {
	cursor: pointer;
	color: #000;
}
.product__item__btn:hover {
	background: 16px 9px #b80045;
	cursor: pointer;
	border: 1px solid #ed216e;
}

.product__item__buttons del .amount {
	display: inline-block;
	position: relative;
	width: 100%;
	font-size: 18px;
	color: #b3b1b1;
	/*	text-decoration: line-through;*/
}
.product__item__buttons del .amount:after {
	border-bottom: 2px solid #ee005a;
	content: ' ';
	width: 105%;
	top: 20px;
	position: absolute;
	transform: rotate(-15deg);
	left: -5%;
}
.product__item__price-stats {
	display: block;
	width: 100%;
	float: left;
	height: 62px;
	text-align: left;
}
.product__item__buttons ins .amount,
.product__item__buttons .amount {
	display: inline-block;
	position: relative;
	width: 100%;
	font-size: 30px;
	color: #000;
}
.product__item__price-stats del span span {
	font-size: 15px;
	color: #b3b1b1;
}
.product__item__price-stats span span {
	font-size: 18px;
	color: #000000;
}
.product__item__price-stats del {
	position: absolute;
	top: -26px;
	left: 28px;
}
.product__item__price-stats ins {
	display: inline-block;
}

.product__item:hover {
	box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.19);
	z-index: 999999;
	background: #fff;
}
.product__item .product-item-description {
	display: none;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	padding-top: 7px;
	padding-bottom: 0;
	min-height: 50px;
}

.product__item:hover .product-item-description {
	display: block;
}
.product-item-description {
	display: none;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	font-weight: lighter;
	text-align: left;
	padding: 7px 0;
	line-height: 17px;
	border-top: 1px solid #e9e3e3;
	margin: 7px 0 0;
}
.slash {
	color: #ee005a;
}
.brd_product:after {
	position: absolute;
	content: '';
	border-bottom: 1px solid #e8e8e8;
	width: calc(100% - 80px);
	height: 1px;
	background: 0 0;
	left: 42px;
	top: -16px;
}
.brd_product {
	position: relative;
}
.product-view-brand {
	text-align: right;
	position: absolute;
	top: 8px;
	left: 11px;
	max-width: 100px;
}
.product-view-brand img:nth-child(2n) {
	display: none;
}
.product-view-brand img {
	max-width: 100%;
	max-height: 38px;
}
.wrap_form_oder {
	margin-top: 20px;
}
.wrap_form_oder h2,
.home_cats_carousel h2,
.buy_steps h2 {
	text-align: center;
	display: block;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.send-mail__title {
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 24px;
	text-align: center;
	margin-top: 12px;
	color: #46d0fe;
}
.wrap_form_oder form {
	background: #164cb5;
	width: 100%;
	background-size: cover;
	padding: 11px 0;
}
.wrap_form_oder form input {
	width: 100%;
	background-color: #fff;
	border: none;
	color: #4d4d4d;
	text-indent: 10px;
	font-size: 14px;
	padding: 11px 0;
	font-weight: 400;
	text-transform: none;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.wrap_form_oder form input.name {
	padding-left: 10px;
}
.wrap_form_oder form .main-submit-button {
	color: #fff;
	text-transform: uppercase;
	transition: 0.4s ease;
	display: block;
	height: 42px;
	line-height: 42px;
	border: none;
	width: 100%;
	padding-right: 10px;
	background: linear-gradient(180deg, #eb4785 0%, rgba(238, 0, 90, 0) 100%),
		#ee005a;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.wrap_form_oder form .main-submit-button:hover {
	background: #b80045;
}
.wrap_form_oder label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
.wrapper_number {
	display: table;
	background-color: #fff;
}
.tel_number {
	color: #c5c4c4;
	font-weight: 400;
	font-size: 14px;
	border-right: 1px solid #d4d4d4;
}
.wrap_input {
	display: table-cell;
	width: 100%;
}
.tel_number span {
	margin-right: 10px;
	margin-left: 15px;
}
.product-preview {
	width: 25% !important;
}
.product-preview > div {
	position: relative;
	width: 100%;
}
.promo_block__item {
	width: 100%;
	height: 100%;
}
/*-----------------Cats carousel------------------------*/
#cats_carousel {
	padding: 0px;
	margin-bottom: -10px;
}
.wrap_carousel {
	margin-left: 2px;
	margin-top: -105px;
	padding-top: 105px;
	overflow-x: hidden;
	padding-bottom: 105px;
	margin-bottom: -105px;
}
.wrapper_cats {
	background: #eae7f1;
	height: 228px;
	margin: 0 0 100px 0;
}

#cats_carousel .product a img {
	padding: 20px;
}
#cats_carousel .product .thumbnail {
	padding: 0;
}
#cats_carousel .product .product-title {
	margin: -22px 0 0 0;
	padding: 0 10px;
	height: 40px;
}
#cats_carousel .product {
	border-right: 1px solid #ffffff;
	padding-bottom: 7px;
	background: #d1cddc;
}
#cats_carousel .product .product-title a {
	color: #ffffff;
	font-weight: 400;
	font-size: 13px;
}
.product-block {
	transition: all 0.2s ease-in-out;
}
.product-block:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	background: #84c1de;
	border: 4px solid #ffffff;
	border-radius: 20px;
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.19);
	transition: box-shadow 0.2s;
}

#cats_carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
#cats_carousel.owl-theme .owl-controls .owl-buttons .owl-next {
	top: 25%;
}
.home-cats .owl-carousel .owl-wrapper-outer {
	overflow: unset !important;
}
#cats_carousel .owl-item {
	position: relative;
}
.home_cats_carousel {
	margin-top: 120px;
}
.product .thumbnail {
	background: none;
	margin: 0;
	padding: 0 0 18px;
	border: none;
	position: relative;
}
.product .product-title {
	text-align: center;
	margin: -8px 0 0;
	height: 34px;
}

.product .product-title a {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}

/*-----------------4-steps------------------------*/
.buy_steps {
	margin: 200px 0;
}
.buy_steps img.iconic_icon {
	max-height: 135px;
	margin: 0;
}
.buy_steps .nav-icon {
	text-align: center;
	padding-bottom: 12px;
}
.process {
	counter-reset: test;
}
.process > div {
	counter-increment: test;
}
.process__head::before {
	content: counter(test);
}

.process__head {
	text-align: center;
}
.process__head::before {
	position: absolute;
	top: 10px;
	font: bold 101px/1 'Roboto', sans-serif;
	color: #e1e8f0;
	left: 36px;
}
.process__head::after {
	content: '';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: calc(50% - 36px);
	right: 12px;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #e1e8f0;
	background: url(../images/web/arrow-light.svg) no-repeat center center/cover;
}
.process__head:last-child::after {
	display: none;
}
.process__head .text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: bold 16px/20px 'Roboto', sans-serif;
	color: #000000;
}
.buy_steps h2 {
	margin-bottom: 30px;
}
.buy_steps .iconic_icon {
	animation-duration: 0.5s;
}
.buy_steps .nav-icon:hover {
	-webkit-transform: rotate(5deg) scale(1.2); /* Chrome 4+, Op 15+, Saf 3.1, iOS Saf 3.2+ */
	-moz-transform: rotate(5deg) scale(1.2); /* Fx 3.5-15 */
	-ms-transform: rotate(5deg) scale(1.2); /* IE 9 */
	-o-transform: rotate(5deg) scale(1.2); /* Op 10.5-12 */
	transform: rotate(5deg) scale(1.2); /* Fx 16+, IE 10+ */
}
.buy_steps .nav-icon {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.tab-panel {
	height: 75px;
	background: #164cb5 url(../images/web/background_pattern.png) repeat;
	display: block;
	background-attachment: fixed;
	box-shadow: inset 0 0 13px 1px #031e5a4a;
	margin-top: 100px;
}

/*-------------------About Us---------------------------------------*/
.about-companyNew__info-block {
	padding: 30px 20px;
}
.about-companyNew {
	position: relative;
	padding-bottom: 60px;
	background: #f5f6f7;
	margin: 150px 0 100px 0;
}
.about-companyNew__slider {
	position: relative;
}

.next-control svg,
.prev-control svg {
	cursor: pointer;
}
.prev-control {
	position: absolute;
	bottom: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
@media (min-width: 1024px) {
	.about-companyNew__slider-item {
		display: inline !important;
		position: relative;
	}
}
@media (min-width: 1024px) {
	.about-companyNew__main-link {
		display: flex;
	}
}
@media only screen and (min-width: 1440px) {
	.about-companyNew__slider-img {
		width: 51.25%;
		max-width: 820px;
		max-height: 600px;
	}
}
@media (min-width: 1024px) {
	.about-companyNew__slider-img--desktop {
		display: block !important;
	}
}
@media (min-width: 1024px) {
	.about-companyNew__slider-img img {
		width: 100%;
		height: auto;
	}
}
.about-companyNew__slider-img img {
	display: block;
	max-width: 100%;
}
@media only screen and (min-width: 1440px) {
	.about-companyNew__info-block {
		padding: 80px 100px 0 50px;
		width: 48.75%;
		max-width: 780px;
	}
}

@media (min-width: 560px) {
	.about-companyNew__info-block {
		position: relative;
		padding: 30px 34px;
	}
}

.about-companyNew__title {
	font: bold 40px 'Roboto', sans-serif;
	color: #164cb5;
}
@media (min-width: 560px) {
	.about-companyNew__title {
		margin-bottom: 28px;
		font-size: 40px;
	}
}
.about-companyNew__info-block p {
	cursor: auto;
	-webkit-user-select: text;
	-moz-select: text;
	-ms-select: text;
	user-select: text;
	color: #2b1b35;
}
@media (min-width: 1024px) {
	.about-companyNew__info-block p {
		margin-bottom: 33px;
	}
}
@media (min-width: 560px) {
	.about-companyNew__info-block p {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 24px;
	}
}
@media (min-width: 1024px) {
	.about-companyNew__info-block a {
		display: block;
	}
}
.about-companyNew__info-block a {
	font-size: 12px;
	letter-spacing: 1.35px;
	color: #0049bc !important;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 30px;
}

.about-companyNew__info-block a::after {
	content: '';
	display: inline-block;
	padding: 2.15px;
	margin-left: 10px;
	border: solid #164cb5;
	border-width: 0 2.25px 2.25px 0;
	margin-bottom: 1px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.next-control {
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

@media only screen and (min-width: 1440px) {
	.about-companyNew .my-dots {
		width: calc(48.75% - 150px);
		text-align: center;
		right: 100px;
		margin-right: 0;
		bottom: 94px;
	}
}
@media (min-width: 560px) {
	.about-companyNew .my-dots {
		width: auto;
		position: absolute;
		bottom: 33px;
		right: 34px;
	}
}
.about-companyNew .my-dots {
	margin: 0;
	margin-top: 30px;
}
.my-dots {
	position: absolute;
	margin-bottom: 60px;
	margin-top: 30px;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.my-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
}
.my-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 8px;
	height: 8px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.my-dots li.slick-active button:before {
	opacity: 1;
	color: black;
}
.my-dots li button:before {
	content: '';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	text-align: center;
	opacity: 0.1;
	background: #0049bc;
	color: black;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
@media (min-width: 560px) {
	.about-companyNew {
		padding-bottom: 0;
	}
}
@media (min-width: 1024px) {
	.prev-control {
		bottom: 8%;
		right: calc(50% - 66px);
		margin-right: -18px;
		z-index: 2;
	}
}
@media only screen and (min-width: 1440px) {
	.next-control.slick-arrow,
	.prev-control.slick-arrow {
		z-index: 1;
		transition: 0.4s;
	}
}
@media only screen and (min-width: 1440px) {
	.prev-control {
		bottom: 83px;
		right: calc(48.75% - 87px);
		margin: 0;
		width: 37px;
		height: 37px;
	}
}
@media (min-width: 1024px) {
	.about-companyNew .slick-slide {
		max-height: 44.75vw;
	}
}
@media (min-width: 1024px) {
	.about-companyNew__slider-img {
		width: 50%;
	}
}
@media (min-width: 1024px) {
	.next-control {
		bottom: 8%;
		right: 66px;
	}
}

@media (min-width: 1024px) {
	.about-companyNew .my-dots {
		bottom: calc(8% - 5px);
		right: 25%;
		margin-right: -40px;
	}
}
@media (min-width: 1024px) {
	.about-companyNew__info-block {
		padding: 6.5% 66px;
		height: 100%;
		width: 50%;
	}
}
@media (max-width: 1024px) {
	.about-companyNew .slick-arrow {
		display: none;
	}
}
@media only screen and (min-width: 1440px) {
	.next-control.slick-arrow:hover,
	.prev-control.slick-arrow:hover {
		opacity: 0.5;
	}
}
.my-dots li button:hover,
.my-dots li button:focus {
	outline: none;
}
.my-dots li button:hover:before,
.my-dots li button:focus:before {
	opacity: 1;
}
/*------------------Brands--------------------------------*/
.wrap_brands_slider {
	background: #f6f4f4;
	height: 146px;
	overflow: hidden;
}
.sliders-brands {
	margin: 0 40px;
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.wrap_brands_slider .owl-prev {
	left: -40px;
	color: #464646;
	z-index: 10;
}
.wrap_brands_slider .owl-prev,
.wrap_brands_slider .owl-next {
	display: block;
	line-height: 0;
	position: absolute;
	top: 50%;
	margin-top: -39.5px;
	width: 28px;
	text-align: center;
	height: 79px;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: 0;
	background: 0 0;
}
.owl-next,
.owl-prev {
	font-size: 76px !important;
	transition: 0.4s ease;
	opacity: 0.4 !important;
}
.wrap_brands_slider .owl-next {
	right: -40px;
	color: #464646;
	z-index: 1;
}

.wrap_brands_slider .owl-wrapper-outer:after {
	position: absolute;
	content: '';
	top: 10px;
	right: 0;
	width: 1px;
	height: 50px;
	border-right: 1.3px solid #f6f4f4;
}
.wrap_brands_slider .owl-item {
	position: relative;
	display: block;
	text-align: center;
	transition: 0.4s ease;
	height: 146px;
	line-height: 146px;
	padding: 0 12px;
	vertical-align: top;
	min-height: 1px;
}
.wrap_brands_slider .owl-item a {
	display: inline-block;
	max-width: 160px;
}

.wrap_brands_slider .owl-item img {
	max-width: 100%;
	position: relative;
	max-height: 80px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: ease 0.4s;
	text-align: center;
}

.wrap_brands_slider .owl-item:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -25px;
	width: 1px;
	height: 50px;
	border-right: 1.3px solid #fff;
}
.wrap_brands_slider .owl-item :hover img {
	filter: grayscale(0);
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.brands-items {
	padding: 0 !important;
}
/*--------------footer-------------------------------*/
.footer {
	padding: 45px 0 0;
	background: #164cb5;
}
.footer .footer-contacts li:last-child {
	border: none;
}
.footer img {
	margin: 0 0 10px;
}

.footer .footer-title {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 0 0 12px;
	border-bottom: 1px solid #fff;
}
.footer nav,
.fb-page {
	padding-top: 25px;
}

.footer .footer-menu li a {
	display: block;
	padding: 7px 0px 0px 0;
	color: #fff;
	text-decoration: none;
	font: 400 0.8125em 'Roboto';
}

.footer p {
	color: #fdfeff;
	font: 400 0.9em 'Roboto';
}
.footer .footer-contacts {
	padding: 10px 0 0 0;
}
.footer .footer-contacts li {
	color: #fdfeff;
	font-size: 15px;
	padding: 7px 0;
	border-bottom: 1px solid #fafafa;
}
.footer .footer-contacts li .fa {
	background: transparent;
	margin: 0 5px 0 0;
	color: #ffffff;
	border-radius: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	height: 29px;
	width: 29px;
	border: 2px solid #ffffff;
}
.footer .footer-contacts li a {
	color: #06e3f7;
}
.footer .footer-contacts li .far {
	background: transparent;
	font-weight: 900;
	margin: 0 5px 0 0;
	color: #ffffff;
	border-radius: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	height: 29px;
	width: 29px;
	border: 2px solid #ffffff;
}
.footer_phone {
	color: white !important;
	font-size: 17px;
}
.footer_menu_left {
	text-align: right;
}
.footer-menu .wrap_icons_cat {
	display: none;
}
.footer .copyright {
	background: #252525;
	margin: 40px 0 0;
	padding: 15px 0;
	text-align: center;
}

.footer .copyright p {
	color: #cccbcb;
	font-size: 14px;
	line-height: 14px;
}

.footer .copyright p span {
	color: #ffcf01;
}

.promo-menu a {
	color: #ed005a !important;
	text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff,
		0 -1px 1px #fff;
	font-weight: 700 !important;
}
/*----------------------------------------Category page-----------------------*/
.row-eq-height {
	display: -ms-flexbox;
	display: -ms-flexbox;
	display: box;
	display: flex;
	webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.categories__items {
	display: block;
	width: 25%;
	cursor: pointer;
	min-height: 130px;
	border: 1px solid #e5e5e5;
	padding: 25px 35px 0;
	min-height: 100%;
	position: relative;
	border-right: none;
	border-top: none;
}
.categories_item_link {
	margin-bottom: 24px;
	min-height: 64px;
}
.categories_item_link a {
	font: 24px Roboto, sans-serif;
	/* font: 2.4rem Roboto,sans-serif; */
	font-weight: 700;
	color: #000;
	transition: 0.4s ease;
}
.categories_item_link .cat_arrow {
	display: inline-block;
	position: relative;
}
.categories_item_link .cat_arrow:after {
	position: absolute;
	content: '';
	top: -12px;
	right: -15px;
	background: url(../images/web/right-arrow-roz-2.png) no-repeat center center;
	width: 6px;
	height: 10px;
	filter: grayscale(100%);
}
.categories_item_link:hover .cat_arrow:after {
	filter: grayscale(0);
}
.categories__item__image {
	height: 200px;
	position: relative;
	margin-bottom: 12px;
	line-height: 200px;
	text-align: center;
}
.categories__item__image img {
	max-height: 200px;
	max-width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.woocommerce-breadcrumb {
	max-width: initial;
	margin: 22px 0 0;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: auto;
}
.categories__item__link__list {
	padding: 0 0 5.2rem 0;
	text-align: left;
}
.categories__item__link__list li {
	list-style-type: none;
	padding-bottom: 1rem;
}
.categories__item__link__list a {
	font: 16px Roboto, sans-serif;
	/* font: 1.6rem Roboto,sans-serif; */
	display: inline;
	/* line-height: 2.8rem; */
	padding: 0 0 1rem;
	color: #000;
}
.page__header__title {
	margin: 22px 0 0;
	font-size: 22px;
}

.categories__items:hover .categories_item_link > a {
	color: #00a4da;
}
.categories__items:hover {
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.19);
}
.categories__item__link__list a:hover {
	color: #00aaf0;
}
.view-type-1 {
	padding-bottom: 30px;
}
.wrap_search_page {
	width: 33.33333%;
	display: inline-block;
	float: left;
	height: 414px;
}
.wrap_search_page:not(.no-filter) .product__item {
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
}

.paginator-wrap {
	display: block;
	margin: 40px 0;
}
.paginator-pages {
	display: block;
	text-align: center;
	padding-bottom: 23px;
}
.custom-pagination {
	display: inline-block;
	font-size: 0;
}
.paginator-pages .custom-pagination a:first-child {
	border-left: 1px solid #164cb5;
}
.paginator-pages .custom-pagination a,
.paginator-pages .custom-pagination span {
	display: block;
	float: left;
}
.paginator-pages .custom-pagination a,
.paginator-pages .custom-pagination span {
	display: inline-block;
	padding: 0 6px;
	text-align: center;
	height: 43px;
	min-width: 45px;
	line-height: 43px;
	font-size: 16px;
	border: 1px solid #164cb5;
	border-left: none;
	color: #164cb5;
	text-transform: uppercase;
	cursor: pointer;
}
.paginator-pages .custom-pagination span,
.paginator-pages .custom-pagination a:hover {
	background: #164cb5;
	color: #fff;
}
.result__count {
	padding: 20px 0 0;
}

.result_sort {
	padding: 20px 0 0 5px;
}
.product-sort {
	display: flex;
	float: right;
	font-size: 15px;
}
.breadcrumb_line {
	color: #ee005a;
	margin-left: 5px;
}
.breadcrumb > li + li:before {
	content: ' ';
	padding: 0;
}
.breadcrumbs .breadcrumb li a,
.breadcrumbs .breadcrumb li span {
	font-size: 14px;
	line-height: 1;
	padding-right: 8px;
	font-weight: 400;
}
.breadcrumbs {
	max-width: initial;
	margin: 22px 0 0;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: auto;
}
.breadcrumbs .breadcrumb li a {
	color: #000;
	padding-right: 0;
}
.breadcrumbs .breadcrumb li a:hover {
	color: #164cb5;
}
.page__header {
	margin-bottom: 35px;
}
.breadcrumbs .breadcrumb {
	background: 0 0;
	margin: 0;
	padding: 0;
}
.breadcrumbs ol li:last-child span {
	display: none;
}

/*--------------------------Sidebar------------------------------*/
.filters-open-checkbox {
	display: none;
}
.product-open-filter {
	vertical-align: middle;
}
.product-open-filter label {
	position: relative;
	width: 30px;
}
.filters-sidebar-header {
	display: none;
	line-height: 66px;
}
.filters-sidebar-header__title {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	line-height: 40px;
}
.filters-open-checkbox:checked + .filter-list-container:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 30006;
	background: rgba(0, 0, 0, 0.3);
}
.filters-open-checkbox:checked + .filter-list-container {
	display: block;
}
.filters-open-checkbox:checked + .filter-list-container .filters-sidebar {
	display: block;
}

.filters-sidebar {
	margin-bottom: 21px;
	padding: 6px 0 28px;
}
.filters-sidebar {
	padding: 0 !important;
}
.filters-sidebar .filters-sidebar__filter {
	padding: 0 15px 0 0;
	margin: 0;
}
.filters-sidebar__filter__title,
.wcpf_master_wrap h3 {
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
	padding: 10px 0 5px 0;
	margin: 0;
	font-weight: 100;
	padding-right: 35px;
	position: relative;
}
.filters-sidebar .filters-sidebar__filter__title,
.wcpf_master_wrap h3 {
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: none;
	cursor: default;
}
.meta_slider__price .ui-slider .ui-slider-handle,
.attr_slider .ui-slider .ui-slider-handle {
	width: 27px;
	height: 27px;
	background: #164cb5;
	border-radius: 27px;
	-moz-border-radius: 27px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13);
	cursor: pointer;
	border: 1px solid #fff;
	top: -10px;
}
.meta_slider__price .ui-slider .ui-slider-handle:hover {
	background: #ffffff;
	box-shadow: 1px 1px 4px 1px rgba(238, 0, 90, 0.4);
	border: 1px solid #ee0e63;
}
.ui-slider-horizontal .ui-slider-range {
	background: #00aaf0 !important;
}
.meta_slider__price .ui-widget-content,
.attr_slider .ui-widget-content {
	border: none !important;
}
.meta_slider__price .price_label,
.attr_slider .price_label {
	font-size: 14px;
	padding: 12px 0;
	text-align: center;
}
.meta_slider__price,
.widget_woocommerce_product_filter_attribute,
.attr_slider {
	box-shadow: none;
	padding: 10px 10px;
}
.ui-slider-horizontal {
	height: 4px !important;
}
.ui-slider-horizontal .ui-slider-range {
	top: 2px !important;
	border: 1px solid #164cb5 !important;
}
ul.wcpf_attr_list,
ul.wcpf_nonh_cat {
	padding: 0;
}
.wcpf_master_wrap {
	border-bottom: 1px solid #e1e1e1;
	padding-top: 5px;
}
.textwidget .wcpf_master_wrap:last-child,
.widget_woocommerce_product_filter_nonh_category {
	border-bottom: none;
}
ul.wcpf_attr_list li a,
ul.wcpf_nonh_cat li a {
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	margin-bottom: 22px;
	padding-top: 4px;
	padding-left: 30px;
	color: #424242;
}
.widget ul li a {
	word-break: break-all;
	text-decoration: none;
	overflow: hidden;
}
.widget ul li a:hover,
.widget ul li.current-menu-item a,
.wcpf_attr_list_li.chosen a,
.codenegar_applied_filter.chosen a {
	color: #ee005a;
}
.wcpf_attr_list_li a:before,
ul.wcpf_nonh_cat li a:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 1px;
}
.wcpf_attr_list_li.chosen a:before,
.codenegar_applied_filter.chosen a:before {
	background: url(../images/web/checked-roz.png) no-repeat center center;
}
ul.wcpf_attr_list li,
ul.wcpf_nonh_cat li {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #ecf0f1;
	font-size: 14px;
	margin-left: 6px;
	color: #bababa;
}
.no-padding {
	padding: 0;
}
/*----------------------------SingleProduct----------------------*/
.no-padding.logo a {
	display: block;
	text-align: end;
}
.brand-img {
	max-width: 210px;
	max-height: 46px;
}
.product-view__title {
	line-height: 41px;
}
.page__header .page__header__title h1 {
	margin: 0;
}
.product-view__title h1 {
	display: inline-block;
	vertical-align: middle;
}
.page__header__title h1 {
	font-family: Roboto, sanf-serif;
	font-size: 22px;
	margin: 26px 0 20px;
	line-height: 1;
	word-wrap: break-word;
}
.product-view .product-slider__main.slick-initialized {
	display: block;
}
.product-view .product-slider__main {
	vertical-align: top;
	background: #fff;
	float: right;
	width: 496px;
}
.product-view .product-slider__main__item {
	display: table;
}
.product-view .product-slider__main__item a {
	display: table-cell;
	vertical-align: middle;
	height: 406px;
	width: 496px;
	text-align: center;
	outline: none;
}
.js-product-image img {
	max-width: 100%;
	max-height: 406px;
	display: inline-block;
}
.product-view .product-slider__thumbnails.slick-initialized {
	display: block;
}
.product-view .product-slider__thumbnails {
	width: 113px;
	vertical-align: top;
	position: relative;
}
.product-view .product-slider__thumbnails__item {
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 103px;
	outline: none !important;
}
.product-view .product-slider__thumbnails__item .brd_img {
	display: inline-block;
	vertical-align: middle;
	width: 82px;
	height: 82px;
	background: #fff;
	opacity: 0.7;
	cursor: pointer;
	line-height: 80px;
	overflow: hidden;
}
.product-view .product-slider__thumbnails__item .brd_img img {
	vertical-align: middle;
	line-height: 1;
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	text-align: center;
	width: auto;
}
.product-view .product-slider__thumbnails__item.slick-current div {
	border: 1px solid #164cb59e;
	cursor: inherit !important;
	opacity: 1;
	-ms-filter: none;
	filter: none;
	border-radius: 8px;
}
.slick-slide:active {
	outline: none !important;
}
.product-slider__thumbnails .brd_img:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.product-view-gallery .slick-next.product_slider_arrow.slick-prev,
.product-view-gallery .slick-prev.product_slider_arrow.slick-prev {
	left: 10px;
}

.product-view-gallery .slick-next.product_slider_arrow,
.product-view-gallery .slick-prev.product_slider_arrow {
	border: none;
	background: 0 0;
	font-size: 110px !important;
	position: absolute;
	top: calc(50% - 110px);
	z-index: 1;
	padding: 0;
}
.product-view-gallery .slick-next.product_slider_arrow.slick-next,
.product-view-gallery .slick-prev.product_slider_arrow.slick-next {
	right: 10px;
}
.product-view .product-slider__thumbnails .slick-next,
.product-view .product-slider__thumbnails .slick-prev {
	width: 84px;
	border: 0;
	background: 0 0;
	color: #ccc;
	font: normal normal normal 26px/1 FontAwesome;
	line-height: 1;
	z-index: 100;
	display: inline-block;
}
.product-view .product-slider__thumbnails .slick-prev {
	margin-bottom: 9px;
}
.product-view-gallery .slick-next,
.product-view-gallery .slick-prev {
	font-size: 33px !important;
}

.product-view-gallery .slick-arrow {
	color: #164cb5 !important;
}
.slick-prev:before,
.slick-next:before {
	display: none;
}
.slick-next,
.slick-prev {
	font-size: 76px !important;
	transition: 0.4s ease;
	opacity: 0.4 !important;
}
.slick-next:hover,
.slick-prev:hover {
	opacity: 0.8 !important;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.product-view-info-wrapper .product__item__btn .cart__icon {
	margin-right: 10px;
	top: 2px;
}
.product-view-info-wrapper .product__item__btn span {
	position: relative;
	top: 2px;
}
.product-view-info-wrapper .woocommerce-Price-amount {
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 50px;
	font-weight: 700;
	height: 40px;
	margin-top: 12px;
	white-space: nowrap;
}
.product-view-info-wrapper .woocommerce-Price-amount span {
	font-size: 20px;
	font-weight: 700;
}
.product_price del {
	display: block;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: -25px;
	color: #b3b1b1;
}
.product_price del span {
	display: inline-block !important;
	position: relative;
	font-size: 25px !important;
	font-weight: 300 !important;
	height: auto !important;
	margin: 0 !important;
	padding-left: 5px;
}
.product_price del span span {
	display: none;
}
.product_price del span:before {
	content: '';
	position: absolute;
	bottom: 14px;
	height: 1px;
	background: #b3b1b1;
	width: 100%;
}
.product_price ins span {
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 50px;
	font-weight: 700;
	height: 40px;
	margin-top: 12px;
	white-space: nowrap;
}
.product_price ins span span {
	font-size: 20px;
	font-weight: 700;
}
.product_price ins {
	float: left;
}
.product-view-info-wrapper .brd-bottom {
	border-bottom: 1px solid #ccc;
}
.product-view-info-wrapper {
	margin-left: 15px;
}
.pay-button {
	text-align: center;
	margin-top: 31px;
}
.pay-button a {
	margin-right: 0;
	margin-left: 25px;
}
.product-view-info-wrapper .pay-button a.added_to_cart {
	display: inline-block;
}
.product_description {
	padding-top: 15px;
}
.product_meta {
	padding-top: 10px;
}
.product_meta span {
	font-weight: bold;
	color: #34373e;
}
.product_meta span a {
	font-weight: 300;
	font-style: italic;
	color: #b3b1b1;
	font-size: 15px;
}
.product_meta span a:hover {
	color: #ee005a;
	font-weight: 400;
}
.product_description p {
	color: #34373e;
	text-indent: 10px;
	margin-bottom: 10px;
}
.wrapper_related,
.wrapper_up {
	display: none;
}
.wrapper_related.is-active,
.wrapper_up.is-active {
	display: block;
	overflow-x: hidden;
	padding-bottom: 105px;
	margin-bottom: -105px;
}
#related-products .promo_block__item,
#recently-viewed-products .promo_block__item {
	height: 415px;
}
#related-products.owl-carousel .owl-wrapper-outer,
#recently-viewed-products.owl-carousel .owl-wrapper-outer {
	overflow: visible;
}
.fancybox-item.fancybox-close {
	background: url(../images/web/close-btn-hover.png) no-repeat;
	width: 29px;
	height: 29px;
	transition: 0.4s ease;
	top: 5px;
	right: 5px;
}
.fancybox-item.fancybox-close:hover {
	background: url(../images/web/close-btn-blue.png) no-repeat;
	width: 29px;
	height: 29px;
	cursor: pointer;
}
.fancybox-nav.fancybox-prev:hover span {
	background: url(../images/web/arrow_fancy_prev.png) no-repeat;
	background-size: contain;
}
.fancybox-nav.fancybox-next:hover span {
	background: url(../images/web/arrow_fancy_next.png) no-repeat;
	background-size: contain;
}
.product_description ul {
	color: #34373e;
	margin-bottom: 10px;
}
.product_description a {
	text-decoration: underline;
	margin-left: -10px;
}
.product_description li a {
	text-decoration: none;
	margin-left: 0px;
}
.product_description ul li ul {
	margin-left: 16px;
	margin-bottom: 0;
}
.product_description strong {
	font-size: 17px;
}
.product_description ul li:before {
	color: #ee005a;
	content: '\f058';
	font-size: 11px;
	font-weight: 500;
	padding-right: 7px;
	font-family: 'Font Awesome 5 Free';
	position: relative;
	bottom: 2px;
}
.product_description ul li ul li:before {
	font-size: 15px;
	font-weight: 500;
	bottom: 0px;
	content: '•';
}
.product-view-notification {
	font-size: 13px;
	color: #7f7f7f;
	background: #f6f4f4;
	padding: 20px 0;
	margin-top: 30px;
	margin-bottom: 30px;
}
.product-view-notification .container-fluid {
	max-width: 1200px;
}
.single-logo a:nth-child(2n) img {
	display: none;
}
#tab-additional_information {
	display: block !important;
}
.tabs_item {
	height: 100%;
	font-weight: 400;
	color: #000;
	font-size: 16px;
}

.product-view-features {
	margin-bottom: 45px;
	padding-top: 30px;
	position: relative;
}

.feature-list-item {
	margin-top: 14px;
}
.feature-list-item_left {
	padding: 0;
	display: inline-block;
	width: 50%;
	font-family: Roboto;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	padding-left: 10px;
}
.feature-list-item_right {
	padding: 0;
	display: inline-block;
	width: 49%;
	font-family: Roboto;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
}

.tabs-overview {
	text-align: center;
	margin: 25px 0 0 0;
	background: 0 0;
	border-bottom: 4px solid #ccc;
	white-space: nowrap;
}
.tabs-name-overview {
	line-height: 38px;
	padding: 0;
	position: relative;
	display: inline-block;
}
.tabs-name-overview span {
	border-bottom: 1px solid #fff;
	font-weight: 400;
	display: block;
	letter-spacing: 0;
	outline: 0;
	padding: 0 20px;
	text-decoration: none;
	font-size: 22px;
	text-transform: uppercase;
	cursor: pointer !important;
}

.tabs-name-overview span:after {
	content: '';
	position: absolute;
	border: 3px solid #000;
	height: 0;
	width: 100%;
	bottom: -4px;
	z-index: 1;
	left: 0;
}
.fa-youtube {
	font-size: 60px;
	color: red;
	text-indent: 0;
}
/*---------------------------------------My profile------------------------------------*/
.header_promo_block_category {
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
	border-bottom: 4px solid #ccc;
	position: relative;
	text-align: center;
	margin-top: 15px;
	z-index: -1;
}
.header_promo_block_category span {
	display: inline-block;
	border-bottom: 6px solid #000;
	padding-bottom: 10px;
	margin-bottom: -4px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: default;
	font-weight: 400;
}
.cabinet-profile-header {
	margin-bottom: 30px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	margin-top: 20px;
}
.cabinet-viewed-products-content {
	padding: 0 15px;
}
.cabinet-viewed-products-content-th {
	padding: 24px 0 15px;
}
.cabinet-viewed-products-content-th div,
.order-header div {
	font-family: Roboto;
	color: #a6abae;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	padding: 0 3px;
}
.cabinet-viewed-products-content-product {
	margin-bottom: -1px;
	min-height: 145px;
}
.cabinet-viewed-products-content-row,
.order-body {
	border: 1px solid #dbdbdb;
	margin-bottom: -1px;
	position: relative;
}
.cabinet-viewed-products-content-row > div > div {
	display: table-cell;
	height: 145px;
	font-family: Roboto;
	font-size: 15px;
	vertical-align: middle;
	width: inherit;
	text-align: center;
}
.cabinet-viewed-products-content-row-photo a {
	display: -ms-flexbox;
	display: box;
	display: flex;
	-o-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-o-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 104px;
	width: 104px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.cabinet-viewed-products-content-row
	> .cabinet-viewed-products-content-row-product
	> div {
	text-align: left;
}
.cabinet-viewed-products-content-row
	> .cabinet-viewed-products-content-row-product
	a {
	text-decoration: none;
	color: inherit;
}
.cabinet-viewed-products-content-row
	> .cabinet-viewed-products-content-row-price
	> div {
	font-size: 22px;
}
.cabinet-viewed-products-content-row-photo a > img {
	max-height: 104px;
}
.cabinet-viewed-products-content-row-photo img {
	max-height: 120px;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
.cabinet-viewed-products-content-row:hover,
.order-body:hover {
	background: #e6e6e7;
}
.cabinet-viewed-products-content .woocommerce-Price-amount {
	font-size: 22px;
}
.cabinet-viewed-products-content ins {
	text-decoration: none;
}
.cabinet-viewed-products-content del .woocommerce-Price-amount {
	display: block;
	font-size: 16px;
	font-weight: 300;
	color: #b3b1b1;
}
.cabinet-viewed-products-content-row:hover
	.cabinet-viewed-products-content-row-price,
.cabinet-viewed-products-content-row:hover
	.cabinet-viewed-products-content-row-product
	a {
	color: #164cb5;
}
.cabinet-viewed-products-content-row
	> .cabinet-viewed-products-content-row-product
	a:active,
.cabinet-viewed-products-content-row
	> .cabinet-viewed-products-content-row-product
	a:focus,
.cabinet-viewed-products-content-row
	> .cabinet-viewed-products-content-row-product
	a:hover {
	text-decoration: none;
	outline: 0;
}
.left-bar {
	margin-top: 76px;
}
.left-bar-link {
	line-height: 28px;
	font-size: 16px;
}
.left-bar-link a {
	font-family: Roboto;
	color: #000;
	font-weight: 500;
}
.left-bar-link a.active {
	color: #164cb5;
}
.left-bar-link a:hover {
	color: #ee005a;
}
.special .woocommerce-customer-details h2,
.woocommerce-customer-details h3 {
	margin-bottom: 20px;
}
.special .woocommerce-order-details__title {
	display: none;
}

.order-body .vertical_menu {
	display: none;
}
.profile form {
	padding-right: 15px;
	padding-left: 15px;
}
.profile .form-group {
	padding: 0 0 0 20px;
}
.save_btn {
	margin-left: 20px;
	margin-top: 20px;
}
.profile .btn-mega,
.mt-20 .button_cart,
.place-order .button_cart {
	height: 41px;
	font-family: Roboto, sanf-serif;
	text-transform: uppercase;
	border-radius: 20px;
	transition: 0.4s ease;
	background: linear-gradient(180deg, #eb4785 0%, rgba(238, 0, 90, 0) 100%),
		#ee005a;
	box-shadow: 0px 5px 10px rgba(238, 0, 90, 0.4);
	color: #fff;
	padding: 0 20px;
	border: none;
	width: auto;
}
.cabinet-body {
	margin-top: 20px;
}

.cabinet-body.special {
	margin-bottom: 50px;
}
/*------------------Cart page----------------------------------------*/
.remove_spot i {
	color: #ff0000;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: 0 0;
	font-size: 23px;
}
.remove_spot a > .fas,
.remove_spot a:hover > .far {
	display: none;
}
.remove_spot a:hover > .fas {
	display: inline-block;
}
.woocommerce a.remove:hover {
	background: none !important;
}
.cart_page .woocommerce-message {
	display: none;
}
.cart-steps__containers {
	display: block;
}

.cart_info {
	margin-bottom: 50px;
}
.table-responsive {
	overflow: initial;
}
#js-cart-prods {
	position: relative;
	height: auto !important;
}
.cart_info .collapse {
	display: table;
	visibility: visible;
}
.cart_info .table {
	border: 1px solid #dfdfdf;
}
.cart-steps__containers__item {
	display: block;
}
.cart_info .table tbody {
	border-top: 1px solid #dfdfdf;
}
.cart_info .table.table-condensed tr:not(.row-price) {
	border-bottom: 1px solid #f4f2f1;
}
.cart_info .table.table-condensed tr:not(.row-price):last-child {
	border-bottom: 0;
}
.cart_info .table tr td {
	border-top: 0 none;
	vertical-align: inherit;
}
.cart_product {
	width: 160px;
}
.cart_product {
	display: block;
	margin: 15px 0;
}
.cart_product_position {
	position: relative;
}
.cart_product a {
	width: 100px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.cart_product a.cart_product_image {
	display: block;
	text-align: center;
	line-height: 100px;
	width: 160px;
}
.cart_product a {
	border: 1px solid transparent;
}

table {
	border-collapse: separate !important;
}
.cart_product a.cart_product_image img {
	vertical-align: middle;
	line-height: 1;
	display: inline-block;
	max-width: 160px;
	max-height: 100px;
}
.cart_info .table tbody .cart_product_title {
	width: auto;
	max-width: 300px;
}
.cart_product_title > a {
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	display: block;
	color: #000;
	max-width: 98%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 12px;
}
.cart_product_title > a {
	font-family: Roboto, sans-serif;
	font-size: 15px;
	color: #000;
}
.cart_product_title_breadcrumbs {
	font-family: Roboto, sans-serif;
	font-size: 12px;
}
.cart_product_title a {
	font-family: Roboto, sans-serif;
	color: #000;
}

.cart_quantity button {
	background: #e4e2e2;
	display: inline-block;
	font-size: 14px;
	height: 28px;
	overflow: hidden;
	text-align: center;
	width: 28px;
	font-family: Roboto, sans-serif;
	color: #000;
	border: none;
}
.cart_quantity button:hover {
	background: #ee005a;
	color: #fff;
}
.cart_quantity input {
	width: 28px !important;
	height: 28px !important;
	line-height: 28px;
	border: 0 !important;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	background: #fff !important;
	border-top: 1px solid #eee !important;
	border-bottom: 1px solid #eee !important;
	text-align: center;
}
.cart_total,
.cart_total span {
	font-size: 22px;
	font-weight: 400;
	color: #000;
}
.refresh-btn-wrap {
	display: block;
	margin: 40px 0;
}
.update-cart {
	display: block;
	text-align: center;
	padding-bottom: 23px;
}
.update-cart .button_cart,
.cabinet-body .button_cart,
.contact-form .button_light {
	height: 37px;
	font-size: 14px;
	font-family: Roboto, sanf-serif;
	text-transform: uppercase;
	border-radius: 20px;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	color: #fff;
	padding: 0 20px;
	width: auto;
	border: 1px solid #0049bc;
	background: #0049bc;
	box-shadow: none;
	display: inline-block;
	line-height: 37px;
}
.update-cart .button_cart:hover,
.cabinet-body .button_cart:hover,
.contact-form .button_light:hover,
.button.wc-backward:hover {
	color: #0049bc;
	background: #fff;
	border: solid 1px #e1e1e1;
}
.button.wc-backward:hover {
	color: #0049bc !important;
	background: #fff !important;
	border: solid 2px #e1e1e1 !important;
}
.wc-proceed-to-checkout .button_cart:hover,
.profile .btn-mega:hover,
.mt-20 .button_cart:hover,
.place-order .button_cart:hover,
.thankyou .return a:hover {
	background: 16px 9px #b80045;
	cursor: pointer;
	border: 1px solid #ed216e;
	color: #fff;
}
.button.wc-backward {
	height: 37px;
	font-size: 14px !important;
	font-family: Roboto, sanf-serif;
	text-transform: uppercase;
	border-radius: 20px !important;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	color: #fff !important;
	padding: 0 20px !important;
	width: auto;
	border: 1px solid #0049bc !important;
	background: #0049bc !important;
	box-shadow: none !important;
	display: inline-block;
	line-height: 37px !important;
	font-weight: 400 !important;
	margin-top: 30px !important;
}
.cart-send {
	background: #fff;
	border: 1px solid #dfdfdf;
	padding: 12px 25px;
}
.cart-send-heading {
	font-size: 16px;
	font-family: Roboto, sans-serif;
	color: #000;
	font-weight: 700;
	margin-bottom: 20px;
}
.cart-send-field {
	font-size: 14px;
	color: #a3a3a3;
	font-family: Roboto, sans-serif;
	margin-bottom: 6px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 20px;
}
.delivery-check {
	margin-bottom: 40px;
}
.cart-send-field-value {
	float: right;
	color: #000;
	font-family: Roboto, sans-serif;
}
.cart-send-field-value .amount {
	font-size: 14px;
	letter-spacing: 0.5px;
}
.cart-shipping-price {
	float: right;
	color: #000;
	font-family: Roboto, sans-serif;
	font-size: 13px;
}
.cart-send-separator {
	display: block;
	margin: 21px -25px;
	height: 1px;
	background: #dfdfdf;
}
.wc-proceed-to-checkout .button_cart,
.return a,
.place-order .button_cart {
	display: inline-block;
	line-height: 41px;
	font-family: Roboto, sanf-serif;
	text-transform: uppercase;
	width: 100%;
	border-radius: 20px;
	transition: 0.4s ease;
	background: linear-gradient(180deg, #eb4785 0%, rgba(238, 0, 90, 0) 100%),
		#ee005a;
	box-shadow: 0px 5px 10px rgba(238, 0, 90, 0.4);
	color: #fff;
	padding: 0 4px;
	font-size: 15px;
	height: auto;
	text-align: center;
	max-width: 204px;
	border: none;
}
.cart-send-field.totals {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	line-height: 50px;
}
.cart-send-field.totals > span {
	display: inline-block;
	vertical-align: bottom;
	line-height: 1;
	position: relative;
	top: -6px;
}
.cart-send-field.totals .cart-send-field-value-bold {
	top: 0;
}
.cart-send-field-value-bold {
	font-size: 30px;
	vertical-align: top;
	position: relative;
	top: -4px;
}
.cart-total-price .amount {
	font-size: 50px;
	font-weight: 700;
}
.cart-total-price .amount span {
	font-size: 16px;
}
.cart_delete a {
	height: 27px;
	width: 27px;
	display: block;
	text-align: center;
	line-height: 27px;
	font-size: 25px;
	position: absolute;
	bottom: 60px;
	right: 12px;
	color: #e6e6e7;
}
.validate-required,
.woocommerce form .form-row {
	margin-top: 15px !important;
}
.validate-required label,
.woocommerce form .form-row label,
.form-group label {
	color: black !important;
	font-family: Roboto, sans-serif !important;
	font-size: 15px !important;
}
abbr.required {
	text-decoration: none;
	font-size: 25px;
	color: #ee005a;
}
.thankyou .return {
	text-align: center;
}
/*------------------Promo page----------------------------------------*/
.promos-list {
	display: flex;
	flex-wrap: wrap;
}
.promos-item {
	margin-bottom: 25px;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.promos-item {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.promos-title {
	margin-bottom: 25px;
}
.promos-item-inner {
	background-color: #ecf1f8;
	height: 100%;
}
.flex-column {
	flex-direction: column !important;
}
.d-flex {
	display: flex !important;
}
.promos-item-img {
	position: relative;
	padding-top: 48%;
	width: 100%;
}
.promos-item-img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: -moz-available;
	max-width: -webkit-fill-available;
}
.promos-item-txt {
	padding: 10px 15px;
	color: black;
}
.promos-item-date {
	font-size: 14px;
	color: #b1b1b1;
	font-weight: 300;
}
.promos-item-title:hover {
	color: #ee005a;
}

/*------------------About us page----------------------------------------*/
.tplContentPage-intro {
	max-width: 900px;
	margin-bottom: 20px;
}
.about-content p,
.tplContentPage-intro p {
	line-height: 1.6;
	margin-bottom: 1rem;
}
.about-page-img {
	max-width: 613px;
	width: 100%;
}
.align-items-lg-center {
	display: flex;
	flex-wrap: wrap;
}
.align-items-start {
	align-items: flex-start !important;
}
.mb-15px,
.my-15px {
	margin-bottom: 15px !important;
}
.d-none {
	display: none !important;
}
.col-sm-12-flex,
.col-md-6-flex,
.col-lg-6-flex {
	padding-right: 15px;
	padding-left: 15px;
}
.about-us-header {
	margin-bottom: 13px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
}
/*------------------Delivery page----------------------------------------*/
.sign1 {
	background: #164cb5;
	display: block;
	max-width: 200px;
}

.sign1 span {
	color: white;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Myriad Pro', sans-serif;
	font-weight: 800;
	display: block;
	text-align: center;
	padding: 13px 0 11px 0;
	line-height: 26px;
}
.sign2 {
	display: block;
	max-width: 200px;
}
.sign2 span {
	color: #ee005a;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Myriad Pro', sans-serif;
	font-weight: 800;
	display: block;
	text-align: center;
	padding: 23px 0 120px 0;
	line-height: 1;
}
.sign3 {
	display: block;
	max-width: 215px;
	margin-left: -7px;
}
.sign3 span {
	color: #164cb5;
	font-size: 22px;
	font-family: 'Myriad Pro', sans-serif;
	font-weight: 500;
	display: block;
	text-align: center;
	line-height: 1;
}
.delivery_wrap {
	display: flex;
	justify-content: center;
}
.delivery_sign img {
	width: 100%;
}
.delivery_description p {
	font-family: Roboto, sanf-serif;
	color: #000;
	line-height: 32px !important;
	font-weight: 400;
}
.delivery_description {
	margin-top: 35px;
}
.delivery_banner {
	min-height: 300px;
}

.delivery_head {
	font-size: 25px;
	color: #ee007f;
	font-weight: bold;
	text-transform: uppercase;
	margin: 25px 0 20px;
}
.delivery_text li {
	font-family: Roboto, sanf-serif;
	color: #000;
	line-height: 32px !important;
	font-weight: 400;
	font-size: 14px;
}
.delivery_description h2 {
	margin: 0 0 10px 0;
}
.delivery_text {
	margin-bottom: 20px;
}

.delivery_text li:before {
	top: 14px !important;
	background-color: #164cb5 !important;
}

.aws-container .aws-search-field {
	font-size: 14px !important;
	padding: 6px 40px 6px 15px !important;
	font-size: 14px !important;
	border: none !important;
}

.aws-container .aws-search-form .aws-form-btn {
	width: 130px !important;
	display: flex;
	align-items: center;
	flex-direction: row !important;
	flex-shrink: 0;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
	justify-content: start !important;
	background: linear-gradient(rgb(235, 71, 133) 0%, rgba(238, 0, 90, 0) 100%),
		rgb(238, 0, 90) !important;
	color: white;
	border: none !important;
}
.aws-search-btn.aws-form-btn.border_radius_left.border_radius_right {
	border-bottom-right-radius: 0px !important;
}

.aws-container .aws-search-form .aws-search-btn_icon {
	color: white !important;
}
.aws-container,
.aws-container .aws-search-form {
	height: 40px !important;
}
.aws_result_price .woocommerce-Price-currencySymbol {
	font-size: 14px;
	font-weight: 300;
	color: #b4b4b3;
}
.aws-search-result .aws_result_link {
	align-items: center;
	display: flex !important;
	width: 100%;
}
.aws-search-result .aws_result_content {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: 14px;
	gap: 15px;
}
.aws-search-result .aws_result_title {
	color: black !important;
}
.aws_result_title strong {
	color: rgb(255, 168, 0);
}
.aws-search-result ul li.aws_search_more {
	text-align: center;
	height: 80px;
	line-height: 80px;
	background: #fff;
	width: 100%;
	z-index: 1;
	display: block;
	margin-right: 0 !important;
	position: absolute;
	bottom: -79px;
	padding-top: 10px;
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.19);
}

.aws_result_item.aws_search_more a {
	display: inline-block !important;
	vertical-align: middle;
	line-height: 1 !important;
	padding: 16px 10px 13px 10px;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #0049bc !important;
	color: #0049bc !important;
	background: #fff;
	width: 236px;
	margin-top: -10px;
	text-decoration: none !important;
}
.aws_result_item.aws_search_more a:hover {
	background: #0049bc !important;
	color: #fff !important;
	background-size: cover !important;
}
.aws-search-result .aws_result_item.hovered {
	background-color: white !important;
}
.aws-search-btn.aws-form-btn.icon.arrow-left:before {
	content: none;
}
.aws-search-result .aws_result_price {
	text-align: right;
}
.wrap_form_oder {
	position: relative;
}
.wrap_form_oder .info {
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	position: absolute;
	width: 100%;
	top: 20px;
	display: flex;
}
.wrap_form_oder .info.error {
	color: red;
}
.wrap_form_oder .info.succes {
	color: #0049bc;
}

.top-soc-icons {
	width: 30px;
	margin-left: 2px;
}
.wrap_brands_slider .owl-item img,
.product-view-brand img {
	width: 100%;
}

.product-label {
	z-index: 9999990;
	position: relative;
}
