body {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5rem;
    font-size: 18px;
    color: #212121;
	background-color: #F9FAFB;
	padding-top: 4.5rem;
}
a {
    transition:all 0.3s ease 0s;
    text-decoration: none;
    color:#000;
}
a:hover {
    color: #154A9A;
}
.navbar-brand img {
	width: 234px;
}
.fs-18 {
    font-size: 18px !important;
}
.footer--copy--logo img {
	width: 150px;
}
.m-t-40 {
    margin-top: 40px;
}
.m-t-10 {
	margin-top: 10px;
}
.fs-14 {
    font-size: 14px;
}
.fs-20 {
    font-size: 20px;
}
.navbar-top {
	box-shadow: 0px 0px 15px #d1d9e6;
}
.grecaptcha-badge {
	display:none !important;
}
.catalog-image {
	width: 50px;
	margin-right: 5px;
}
.catalog-button:after {
	display:none;
}
.catalog-button {
	display: flex;
	align-items: center;
	background-color:#2fbaff;
	color: #fff;
	font-size: 1.4rem;
	padding: 8px 20px !important;
	border-radius: 8px;
}
.catalog-button:hover,
.catalog-button:focus {
	background-color:rgba(47,186,255,0.7);
	color: #fff;
}

.catalog-button:hover .hamburger-menu-icon,
.catalog-button:hover .hamburger-menu-icon:after,
.catalog-button:hover .hamburger-menu-icon:before {
	/*background-color: rgba(255,255,255,0.7);*/
}
.hamburger-menu-icon {
    display: inline-block;
    width: 22px;
    height: 2px;
    background-color: #FFF;
    margin: 8px 0 8px 10px;
    transition: background-color 0.4s ease-in-out 0s,transform 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out;
}
.hamburger-menu-icon:before,
.hamburger-menu-icon:after {
    display: inline-block;
    width: 22px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #FFF;
    transition: background-color 0.4s ease-in-out 0s,transform 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out;
}
.hamburger-menu-icon:before {
    transform: translateY(-8px);
}
.hamburger-menu-icon:after {
    transform: translateY(8px);
}
.catalog-button.show .hamburger-menu-icon {
	background-color: rgba(255,255,255,0);
}
.catalog-button.show .hamburger-menu-icon:before {
	transform: rotate(43deg);
}
.catalog-button.show .hamburger-menu-icon:after {
	transform: rotate(-43deg);
}
@media (min-width:992px) {
	.show-catalog-section {
		display:none;
	}
}
.phone--info {
	font-size: 12px;
	color: #b7b7b7;
}
/*** owl ***/
.owl-carousel-main .owl-stage-outer {
	border-radius: 8px;
	overflow: hidden;
}

.owl-carousel-brands .item {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content:center;
}
.owl-carousel-brands .item img {
	width: auto !important;
}
.owl-carousel-cetificate {
    text-align: center;
}
.owl-carousel-cetificate .item img {
    width: auto !important;
    height: 180px;
    display:inline;
}
/*** owl [end] ***/
@media (max-width: 992px) {
	#submenu-block {
		display:none;
	}
}


.catalog-main-page--item {
	border-radius: 5px;
	box-shadow: 2px 6px 9px 0px rgb(99 99 99 / 10%);
	width:100%;
	height:200px;
	padding:20px !important;
	margin: 16px 0;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position:  top right;
	background-color: #fff;
}
@media (min-width:768px) {
	.catalog-main-page--item {
		width:48%;
		height:184px;
	}
}
.catalog-main-page--first-item {
	height:200px;
	width:100%;
	background-repeat: no-repeat;
	background-position:  top right;
	padding:20px !important;
}
@media (min-width:768px) {
	.catalog-main-page--first-item {
		height:300px;
	}
}
@media (min-width:992px) {
	.catalog-main-page--first-item {
		height:400px;
	}
}
.sale-hits--item {
	box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%);
	border-radius: 5px;
	padding: 20px;
	min-height: 300px;
	background-color: #fff;
}
.footer {
	background-color: #fff;
	padding: 70px 0;
	color: #2c2c2c;
	font-size: 16px;
}
.footer--copy {
	font-size:14px;
	color: #6c757d;
}
.footer  h4 {
	font-size: 20px;
	padding-bottom:10px;
}
@media (min-width: 768px) {
	.footer h4 {
		padding-bottom:20px;
	}
}
@media (min-width: 992px) {
	.footer h4 {
		padding-bottom:30px;
	}
}
.footer--menu {
	padding-left: 0;
}
.footer--menu li {
	list-style:none;
	margin-left:0;
	padding:6px 0;
}
.footer a {
	text-decoration:underline;
}
.footer a:hover {
	text-decoration:none;
}
.footer--phone {
	text-decoration:none !important;
	font-size: 24px;
}
.underline-none {
	text-decoration:none !important;
}
.dropdown-item {
	padding: .25rem 0.5rem;
}
/*** catalog row ***/
.navbar-nav--catalog .dropdown-menu.show {
	width: 938px;
	left: -1px;
	display:flex;
	padding: 0;
	border-color: rgba(21,74,154,0.2);
	box-shadow: 0px 0px 10px rgba(21,74,154,0.4);
}
@media (min-width:1200px) {
	.navbar-nav--catalog .dropdown-menu.show {
		width: 1118px;
	}
}
@media (min-width:1400px) {
	.navbar-nav--catalog .dropdown-menu.show {
		width: 1298px;
	}
}
.navbar-nav--catalog .dropdown-menu.show li {
	width:20%;
}
.navbar-nav--catalog .dropdown-menu.show li+li .dropdown-item {
	border-left: 1px solid rgba(21,74,154,0.1);
}
.navbar-nav--catalog .dropdown-menu.show .dropdown-item {
	white-space: break-spaces;
	text-align:center;
	padding: 0.5rem;
	transition: color 0.5s ease 0s;
	height: 100%;
}
.navbar-nav--catalog .dropdown-menu.show .dropdown-item:hover {
	color: #154A9A;
}

.navbar-nav--catalog .dropdown-menu.show .dropdown-item img {
	max-width: 90%;
	margin-bottom: 15px;
}
/*** catalog row [end] ***/

/*** navbar top ***/
.navbar-light .navbar-nav .nav-link {
	color: #000;
}
.navbar-light .navbar-nav .nav-link.show {
	color: #154A9A;
}

@media (max-width: 992px) {
	.navbar-top .dropdown-menu.show {
		border-top:1px solid rgba(21,74,154,0.2);
		border-bottom:1px solid rgba(21,74,154,0.2);
		border-left:0;
		border-right: 0;
		border-radius: 0;
		margin: 0 0 10px 0;
		background:transparent;
	}
}

.navbar-light .navbar-toggler {
	border-color: rgba(21,74,154,0.2);
}
.navbar-light .navbar-toggler:focus {
	box-shadow: 0 0 0 0.1rem rgba(21,74,154,0.1);
}
/*** navbar top end ***/

/*** conditioner item ***/
.conditioner-item--image {
	height: 260px;
	text-align: center;
	position: relative;
}
.conditioner-item--image img {
	max-height: 100%;
}
.conditioner-item--title {
	font-size: 24px;
	text-align: center;
	height: 45px;
}

.conditioner-item--image--price {
    font-size:  18px;
    color: #b51e1e;
    position: absolute;
    top:0;
    left:0;
    font-weight: bold;
}
.conditioner-item--title a {
    text-decoration: underline;
}
.conditioner-item--title a:hover {
    text-decoration: none;
    color:#2fbaff;
}
.conditioner-item--options {
	font-size: 14px;
	color: #495057;
	/*max-height: 120px;*/
}
.conditioner-item--option {
	position:relative;
	margin-bottom: 2px;
}
.conditioner-item--option:after {
	position:absolute;
	content: " ";
	display:block;
	width: 100%;
	height: 1px;
	bottom: 7px;
	border-top: 1px dotted rgba(21,74,154,0.2);
}
.conditioner-item--option--value {
	font-weight: 500;
}
.conditioner-item--option--name,
.conditioner-item--option--value {
	z-index: 1000;
	background-color: #fff;
}
.conditioner-item--option--name {
	padding-right: 3px;
}
.conditioner-item--option--value {
	padding-left: 3px;
}
.conditioner-item--price--actual {
	font-size: 22px;
	font-weight: bold;
}
.conditioner-item--button {
    display: flex;
    justify-content: space-between;
}
.conditioner-item--button--buy {
	font-size: 16px;
	color: #2fbaff;
	padding: 14px 14px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #2fbaff;
	line-height: 1;
	font-weight: 500;
	width: calc(50% - 15px);
    text-align: center;
    max-width: 150px;
    min-width:90px;
}
.conditioner-item--button--buy:hover {
	color: #fff;
	background-color: #2fbaff;
}

.conditioner-item--button--buy--red {

	color: #FF4000;
	border: 1px solid #FF4000;
}
.conditioner-item--button--buy--red:hover {
	color: #fff;
	background-color: #FF4000;
}

/*** conditioner item [end] ***/

/*** slider main page ***/
@media (max-width:768px) {
	#slider {
		display: none;
	}
}
@media (min-width:768px) {
	#slider-mobile {
		display: none;
	}
}

/*** slider main page [end] ***/

/*** breadcrumbs ***/
.B_crumbBox {
    list-style: none;
    display: flex;
    padding-left: 0;
    font-size: 14px;
    color:#757676;
}
.B_crumbBox a {
    color:#757676;
}
.B_crumbBox a:hover {
    text-decoration: underline;
}
.B_crumbBox li {
    margin-right: 10px;
}
.B_crumbBox li+li {
    margin-left: 10px;
}
@media (max-width:768px) {
    .B_crumbBox {
        display: none;
    }
}
/*** breadcrumbs[end] ***/

/*** gallery images ***/
.gallery--images {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.gallery--images--item,
.gallery--image {
	outline: 1px solid #C0C0C0;
	position:relative;
}
.gallery--images--thumbnail {
	cursor: pointer;
}
/*** gallery images[end] ***/

.btn-primary {
	background-color: #2fbaff;
	border-color:  #2fbaff;
}
.btn-primary:hover {
	
}
.conditioner--price {
	font-size: 1.5rem;
}
.conditioner-item--percent-container {
    height: 70px;
}
.conditioner-item--percent {
    border: 1px solid #2fbaff;
    padding: 10px;
    border-radius: 5px;
    color: #FF4000;
    font-size: 16px;
}
.conditioner-item--percent a {
    font-size: 18px;
    color: #FF4000;
    font-weight: bold;
}
.conditioner-item--percent a:hover {
    opacity:0.7;
}
.conditioner-item--percent--title {
    font-size: 22px;
}
.pay--block {
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 2px 6px 9px 0px rgb(99 99 99 / 10%);
    padding: 20px 30px;
    height: 100%;
}
.pay--block--icon {
    font-size: 42px;
    color: #2fbaff;
}

.stock-row {
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 2px 6px 9px 0px rgb(99 99 99 / 10%);
    padding:  10px 20px;
}
.simplesearch-highlight {
    background: #2fbaff;
    color: #fff;
}

.simplesearch-result .extract {
    max-height: 75px;
    overflow:hidden;
}
.fixed {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}
.fixed a:hover {
    opacity: 0.7;
}
.fixed a {
    font-size: 28px;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}
.fixed a.tel {
    background-color: #47494a;
    font-size: 20px;
}

.fixed a.whatsapp {
    background-color: #0DC143;
}

.fixed a.tg {
    background-color: #2CA5E0;
    font-size: 24px;
}

.main-text h1 {
        
}
@media (max-width: 768px) {
    .main-text h1 {
        font-size: 20px;    
    }
    .main-text p {
        font-size: 14px;    
    }
}
.conditioner-item--price--old {
    font-size: 20px;
    color: #495057;
    float: right;
    text-decoration: line-through;
}
.conditioner--price--old {
    color: #495057;
    text-decoration: line-through;
    margin-left: 20px;
    font-size: 22px;
}
.conditioner-item--out-of-stock,
.conditioner--out-of-stock {
    
    position: absolute;
    background-image: url("../images/out-of-stock.png");
    background-size: cover;
}
.conditioner-item--out-of-stock {
    bottom:5px;
    left:-25px;
    width: 200px;
    height: 71px;
}
.conditioner--out-of-stock {
    bottom:10px;
    left:10px;
    width: 300px;
    height: 106px;
}
.conditioner-item--hit {
    position: absolute;
    width: 120px;
    height: 123px;
    top: -32px;
    right: -33px;
    background-image: url(../images/hit.png);
    background-size: cover;
}
.conditioner--hit {
    position: absolute;
    width: 120px;
    height: 123px;
    top: -12px;
    right: -12px;
    background-image: url(../images/hit.png);
    background-size: cover;
}
.conditioner-item--new {
    position: absolute;
    width: 100px;
    height: 60px;
    top: -21px;
    left: -21px;
    background-image: url(../images/new.png);
    background-size: cover;
    border-top-left-radius: 10px;
}
.conditioner--new {
    position: absolute;
    width: 100px;
    height: 60px;
    top: -1px;
    left: -1px;
    background-image: url(../images/new.png);
    background-size: cover;
}
.conditioner-item--price--discount,
.conditioner--discount {
    color: red;
}
.rating-area {
	overflow: hidden;
	width: 265px;
	margin: 0 auto;
}
.rating-area-view {
	overflow: hidden;
	width: 210px;
	margin: 0 auto 20px 0;
}
.rating-area:not(:checked) > input,
.rating-area-view:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label,
.rating-area-view:not(:checked) > label {
	float: right;
	width: 42px;
	padding: 0;
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-area-view:not(:checked) > label {
    cursor: default;
}
.rating-area:not(:checked) > label:before,
.rating-area-view:not(:checked) > label:before{
	content: '★';
}
.rating-area > input:checked ~ label,
.rating-area-view > input:checked ~ label{
	color: gold;
	text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label {
	color: gold;
	text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active,
.rate-area-view > label:active{
	position: relative;
}

.cursor-default label {
    cursor: default !important;
}

.review-gallery--item img {
    max-width: 100%;
}

.sale-hits--item--carousel {
     max-width: 366px;
     margin-left: auto;
     margin-right: auto;
}
.owl-hits .owl-item img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
.owl-hits .owl-nav button[role=presentation],
.owl-carousel-video .owl-nav button[role=presentation] {
    width: 33px;
    height: 33px;
    position: absolute;
    background: #D6D6D6;
    border-radius: 20px;
    font-size: 16px;
}
.owl-hits .owl-nav .owl-prev,
.owl-carousel-video .owl-nav .owl-prev{
    top: calc(50% - 16px);
    left: -26px;
}
.owl-hits .owl-nav .owl-next,
.owl-carousel-video .owl-nav .owl-next{
    top: calc(50% - 16px);
    right: -26px;
}
.owl-carousel-video .item {
    width: 90%;
    margin: 0 auto;
}
.show--more {
position: absolute;
    height: 40px;
    background: rgb(249,250,251);
    background: linear-gradient(0deg, rgba(249,250,251,1) 0%, rgba(249,250,251,0.7931547619047619) 68%, rgba(249,250,251,0) 100%);
    z-index: 100;
    width: 100%;
    margin-top: -40px;
}
.show--more--button button,
.show--more--reviews button {
    align-items: center;
    display: flex;
    font-size: 14px;
    height: 36px;
    line-height: 1em;
    min-width: 0;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    
}
.show--more--button button i,
.show--more--reviews button i {
    margin-left: 4px;
}
.show--more--button button:hover,
.show--more--reviews button:hover {
    background: #f7f7f7;
}
.conditioner--content {
    height:420px;
    overflow: hidden;
}






