


body {
	font-family: 'Karla', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
	color: #1F2232;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #1F2232;
	font-family: 'Karla', sans-serif;
}


/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 36px;
	line-height: 42px;
}
h2 {
	font-size: 36px;
	line-height: 42px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	color: #FD9711;
	text-decoration: none;
	transition: .3s;
}
a:active, a:focus { outline: none; }
button:active, 
button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
input, textarea {
	font-family: 'Karla', sans-serif;
	outline:none;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
a.btn-def,
a.btn-primary,
a.btn-default,
button.btn-def,
button.btn-default,
button.btn-primary,
input.btn-def,
input.btn-default,
input.btn-primary{
    background: #0074C4;
    border-radius: 3px;
    height: 55px;
    padding: 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: none;
    transition: .3s;
}
a.btn-def:hover,
a.btn-primary:hover,
a.btn-default:hover,
button.btn-def:hover,
button.btn-default:hover,
button.btn-primary:hover,
input.btn-def:hover,
input.btn-default:hover,
input.btn-primary:hover {
	background: #FD9711;
	color: #fff;
}
input.btn-default,
a.btn-default{
	color: #1F2232;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
}

#catform .field_error{

}

.text-danger {
    color: #ff0000;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    top: 3px;
}
.container{
	width: 1348px;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.top-header-baner{
	overflow: hidden;
	height: 40px;
	background: linear-gradient(90.07deg, #0074C4 8.05%, #00A7FE 85.81%);
}
.top-header-baner.no-active{
	display: none;
}
.top-header-baner>.container{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	overflow: hidden;
}
.top-header-baner h3{
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0;
	margin-right: 55px;
	position: relative;
}
.top-header-baner h3:after{
	content: "";
	position: absolute;
	top: -11px;
	left: -200px;
	width: 110px;
	height: 40px;
	background-repeat: no-repeat;
	background-image: url(../image/two-cubes.png);
}
.top-header-baner a{
	display: block;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	position: relative;
}
.top-header-baner a:hover{
	color: #FD9711;
}
.top-header-baner a:after{
	content: "";
	position: absolute;
	right: -18px;
	top: 4px;
	width: 10px;
	height: 9px;
	background-size: 100% 100%;
	background-image: url(../image/arrow-right-white.svg);
}
.top-header-baner a:hover:after{
	background-color: #FD9711;
	-webkit-mask: url(../image/arrow-right-white.svg) no-repeat center;
	mask: url(../image/arrow-right-white.svg) no-repeat center;
	background-image: none;
}
.top-header-baner .but-close{
	display: block;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 16px;
	height: 16px;
	background-image: url(../image/icons-close.svg);
	background-size: cover;
	cursor: pointer;
}
.sel-city{
	position: relative;
}
.sel-city span{
	position: relative;
	display: inline-flex;
	align-items: center;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #597C90;
	cursor: pointer;
	min-width: 120px;
	margin-bottom: 0;
	transition: .3s;
}
.sel-city span:hover{
	color: #FD9711;
}
.sel-city span:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../image/icon-map.svg);
	background-size: cover;
	margin-right: 7px;
}
.sel-city .sel-city-main-item:after{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../image/arrow-down.svg);
	background-size: cover;
	margin-left: 3px;
}
.sel-city span:hover:before{
	background-color: #FD9711;
	-webkit-mask: url(../image/icon-map.svg) no-repeat center;
	mask: url(../image/icon-map.svg) no-repeat center;
	background-image: none;
}

.sel-city span.no-select {
    color: #FD9711;
    font-weight: bold;
}

.sel-city span.no-select:before {
	background-color: #FD9711;
	-webkit-mask: url(../image/icon-map.svg) no-repeat center;
	mask: url(../image/icon-map.svg) no-repeat center;
	background-image: none;
}
.item-select-wrap{
	display: flex;
}
.sel-city-items{
  position: absolute;
  background: #fff;
  padding: 7px 28px 0px 3px;
  left: 0;
  top: 22px;
  z-index: 10;
  border: 1px solid #d4e2eb;
  border-top: 0;
  display: none;
  transition: filter .3s ease;
}
.sel-city-items.load {
    filter: blur(2px);
    pointer-events: none;
}
.sel-city-items .sel-city-main-item{
	padding-bottom: 0;
}
.sel-city .item-select-wrap .sel-city-items span{
	padding-bottom: 12px;
}

.sel-city-items.active{
	display: block;
}
.sel-city,
.head-phone {
	display: inline-flex;
	align-items: center;
}
.head-phone a{
	font-size: 13px;
	line-height: 15px;
	color: #597C90;
	display: inline-flex;
	height: 18px;
	align-items: flex-end;
	margin-left: 50px;
	font-weight: 400;
}
.head-phone a:hover{
	color: #FD9711;
}
.head-phone a:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../image/icon-phone.svg);
	background-size: cover;
	margin-right: 8px;
}
.head-phone a:hover:before{
	background-color: #FD9711;
	-webkit-mask: url(../image/icon-phone.svg) no-repeat center;
	mask: url(../image/icon-phone.svg) no-repeat center;
	background-image: none;
}
.head-login a{
	font-size: 13px;
	line-height: 15px;
	color: #597C90;
	font-weight: 400;
}
.head-login .dropdown>a{
	margin-left: 52px;
}
.dropdown-menu{
	min-width: 90px;
}
.head-login a:hover{
	color: #FD9711;
}
.head-login .dropdown{
	display: flex;
}
.head-login .dropdown .dropdown-toggle:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../image/icon-login.svg);
	background-size: cover;
	margin-right: 8px;
}
.head-login .dropdown .dropdown-toggle:hover:before{
	background-color: #FD9711;
	-webkit-mask: url(../image/icon-login.svg) no-repeat center;
	mask: url(../image/icon-login.svg) no-repeat center;
	background-image: none;
}
.head-login .dropdown .dropdown-toggle{
	height: 18px;
	display: inline-flex;
	align-items: flex-end;
}
.head-login .dropdown .dropdown-toggle>span {
	max-width: 50px;
}
.head-login .dropdown-menu li{
	
}
.head-login .dropdown-menu li a{
	
}
/* top */
#top {
	border-bottom: 1px solid #F3F3F3;
	padding: 0;
	margin: 0;
	min-height: 38px;
}
#top .container {
	display: flex;
	align-items: center;
	height: 40px;
	position: relative;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	position: absolute;
	right: 15px;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links ul{
	margin-bottom: 0;
}
#top-links ul li{
	padding-left: 15px;
	padding-right: 15px;
}
#top-links ul li:last-child{
	padding-right: 0;
}
#top-links ul li a{
	font-size: 13px;
	line-height: 15px;
	color: #597C90;
	font-weight: 400;
}
#top-links ul li a:hover{
	color: #FD9711;
}

/* logo */
#logo {
	display: flex;
	align-items: center;
	margin: 0;
}
.header-wrap{
	height: 90px;
	display: flex;
	align-items: center;
}
.logo-and-description{
	display: flex;
}
.header-wrap #search{
	margin: 0 auto;
}
.description-wrap{
	margin-left: 18px;
	padding-left: 18px;
	border-left: 1px solid #DADADA;
	display: inline-block;
	width: 265px;
	font-size: 13px;
	line-height: 150%;
	color: #8A909C;
}
/* search */
#search {
	width: 360px;
	border: 1px solid #DFDFDF;
	border-radius: 3px;
}
#search .btn{
	height: 50px;
	width: 50px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	box-shadow: none;
	background-image: url(../image/icon-search.svg);
}
#search .input-lg {
	height: 50px;
	line-height: 20px;
	padding: 0 10px;
	border: none;
	box-shadow: none;
}
#search .input-lg::placeholder {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #8A909C;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 15px 20px;
	text-shadow: 0 1px 0 #FFF;
}
.header-review-wrap .head-rev{

}
.head-rev .head-rev-title{

}
.head-rev .head-rev-rating{

}
.head-rev .head-rev-total-stars{

}
.head-rev .head-rev-total-stars ul{

}
.head-rev .head-rev-total-stars li{

}
.head-rev .head-rev-total-stars .head-rev-total-rev{

}
.head-icons-menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head-icons-menu>img{
	margin-right: 30px;
}
.head-icons-menu span a,
.head-icons-menu #cart > .btn{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.head-icons-menu span a img,
.head-icons-menu #cart > .btn img{
	margin-bottom: 7px;
}
.head-icons-menu span a span{
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #445D77;
	transition: .3s;
}
.head-icons-menu span a:hover span{
	color: #FD9711;
}
.head-icons-menu #cart > .btn {
	width: auto;
	box-shadow: none;
	background: #fff;
	background-image: none;
	border: none;
	padding-right: 0;
	padding-left: 0;
}
.head-icons-menu #cart-total{
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #445D77;
	text-shadow: none;
}
.head-icons-menu>span{
	display: inline-flex;
	margin: 0;
}
.head-icons-menu #cart-total span{
	position: absolute;
	top: 7px;
	right: -2px;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	background: #FD9711;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}
.head-icons-menu #cart{
	width: auto;
	margin-bottom: 0;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: max-content;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
.head-menu-wrap {
	background: #F3F8FE;
	height: 56px;
	display: flex;
	align-items: center;
}
.head-menu-wrap .head-menu-wrap-list{
	display: flex;
	justify-content: space-between;
}
.head-menu-wrap a{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #1A3A5A;
	position: relative;
	padding-left: 45px;
	display: inline-flex;
	width: inherit;
}
.head-menu-wrap a:nth-child(6){
	justify-content: flex-end;
}
.head-menu-wrap a:last-child{
	justify-content: flex-end;
}
.head-menu-wrap a:hover{
	color: #FD9711;
}

.head-menu-wrap a span{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
	background-repeat: no-repeat;
	background-position: center center;
	transition: .3s;
	background: transparent;
}
.head-menu-wrap a:nth-child(1) span{
	background-color: transparent;
	background-image: url(../image/icon-top-menu-1.svg);
}
.head-menu-wrap a:nth-child(1):hover span{
	background-color: #FD9711;
	-webkit-mask: url(../image/icon-top-menu-1.svg) no-repeat center;
	mask: url(../image/icon-top-menu-1.svg) no-repeat center;
	background-image: none;
}
.head-menu-wrap a:nth-child(2) span{
	background-image: url(../image/icon-top-menu-2.svg);
}
.head-menu-wrap a:nth-child(2):hover span{
	background-color: #FD9711;
	-webkit-mask: url(../image/icon-top-menu-2.svg) no-repeat center;
	mask: url(../image/icon-top-menu-2.svg) no-repeat center;
	background-image: none;
}
.head-menu-wrap a:nth-child(3) span{
	background-image: url(../image/icon-top-menu-3.svg);
}
.head-menu-wrap a:nth-child(3):hover span{
	background-color: #FD9711;
	-webkit-mask: url(../image/icon-top-menu-3.svg) no-repeat center;
	mask: url(../image/icon-top-menu-3.svg) no-repeat center;
	background-image: none;
}
.head-menu-wrap a:nth-child(4) span{
	background-image: url(../image/icon-top-menu-4.svg);
}
.head-menu-wrap a:nth-child(4):hover span{
	background-color: #FD9711;
	-webkit-mask: url(../image/icon-top-menu-4.svg) no-repeat center;
	mask: url(../image/icon-top-menu-4.svg) no-repeat center;
	background-image: none;
}
.head-menu-wrap a:nth-child(5) span{
	background-image: url(../image/icon-top-menu-5.svg);
}
.head-menu-wrap a:nth-child(5):hover span{
	background-color: #FD9711;
	-webkit-mask: url(../image/icon-top-menu-5.svg) no-repeat center;
	mask: url(../image/icon-top-menu-5.svg) no-repeat center;
	background-image: none;
}
.head-menu-wrap a:nth-child(6) span{
	background-image: url(../image/icon-top-menu-6.svg);
}
.head-menu-wrap a:nth-child(6):hover span{
	background-color: #FD9711;
	-webkit-mask: url(../image/icon-top-menu-6.svg) no-repeat center;
	mask: url(../image/icon-top-menu-6.svg) no-repeat center;
	background-image: none;
}
.head-menu-wrap a:nth-child(7) span{
	background-image: url(../image/icon-top-menu-7.svg);
}
.head-menu-wrap a:nth-child(7):hover span{
	background-color: #FD9711;
	-webkit-mask: url(../image/icon-top-menu-7.svg) no-repeat center;
	mask: url(../image/icon-top-menu-7.svg) no-repeat center;
	background-image: none;
}
/*.head-menu-wrap a:nth-child(6) span{
	left: 20%;
}
.head-menu-wrap a:last-child span{
	left: 50%;
}*/

/* content */
#content {
	min-height: 600px;
}
/* home */
.home-slider-and-baner{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home-slider-and-baner-mobile {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home-top-slider-left{
	position: relative;
	height: 480px;
	border-radius: 5px;
	overflow: hidden;
	width: 62%;
}
.home-top-slider-left img{
	max-width: none;
    max-height: none;
    width: auto;
    height: 100%;
    object-fit: cover;
}
.home-top-slider-left a{
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.home-top-slider-left .block-description>p{
	display: none;
}
.bottom-but-slider{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	right: 30px;
	bottom: 10px;
}
.bottom-but-slider.swiper-pagination-bullets.swiper-pagination-horizontal{
	right: 21px;
    bottom: 37px;
    left: auto;
}
.bottom-but-slider.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	display: inline-flex;
	width: 11px;
	height: 11px;
	margin: 0 10px;
	border-radius: 50%;
	background: #fff;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .3s;
	opacity: 1;
}
.bottom-but-slider.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #FD9711;
    width: 11px;
    height: 11px;
    margin: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #FD9711;
    position: relative;
}
.bottom-but-slider.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 50%;
    top: -8px;
    left: -8px;
    border: 1px solid #FD9711;
}
.bottom-but-slider ul{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.bottom-but-slider ul li{
	display: inline-flex;
	width: 11px;
	height: 11px;
	margin: 0 10px;
	border-radius: 50%;
	background: #fff;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .3s;
}
.bottom-but-slider ul li:hover{
	background: #FD9711;
}
.bottom-but-slider ul li.active{
	background: #FD9711;
    width: 11px;
    height: 11px;
    margin: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #FD9711;
    position: relative;
}
.bottom-but-slider ul li.active:after{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 50%;
    top: -8px;
    left: -8px;
    border: 1px solid #FD9711;
}
.home-top-baner-right{
	position: relative;
	height: 480px;
	border-radius: 5px;
	overflow: hidden;
	width: 37%;
}
.home-top-baner-right img{
	max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-top-baner-right .home-top-baner-descr{
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 280px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 32px;
	background: linear-gradient(133.08deg, rgba(255, 255, 255, 0.88) 3.75%, rgba(255, 255, 255, 0.4) 94.53%);
	backdrop-filter: blur(10px);
	border-radius: 3px;
}
.home-top-baner-right .home-top-baner-title a{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.home-top-baner-right h4{
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	color: #1F2232;
	margin-top: 0;
	margin-bottom: 0px;
}
.home-top-baner-right p{
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	color: #8A909C;
	margin-bottom: 0;
}

.more-than-company{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	margin-top: 90px;
}
.more-than-company span{
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FD9711;
	position: absolute;
	top: 0;
	left: 0;
}
.more-than-company h1{
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #1F2232;
	margin-top: 29px;
	margin-bottom: 46px;
	width: 55%;
}
.more-than-company p{
	font-weight: 300;
	font-size: 18px;
	line-height: 170%;
	color: #1F2232;
	width: 45%;
	padding-left: 58px;
	padding-top: 3px;
}

.home-service-list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding-inline-start: 0;
	margin: 60px 0;
	gap: 15px;
}
.home-service-list li{
	flex:1;
	height: auto;
	min-height: 114px;
	display: inline-flex;
	align-items: flex-start;
	padding: 17px 25px 20px 95px;
	justify-content: flex-start;
	flex-direction: column;
	background-color: #F3F8FE;
	border-radius: 3px;
	background-position: 25px center;
	background-repeat: no-repeat;
}


.home-service-list li:nth-child(1){
	background-image: url(../image/icon-security.svg);
}
.home-service-list li:nth-child(2){
	background-image: url(../image/icon-payment-method.svg);
}
.home-service-list li:nth-child(3){
	background-image: url(../image/icon-gift-card.svg);
}
.home-service-list li:nth-child(4){
	background-image: url(../image/icon-support.svg);
}
.home-service-list li p{
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #1F2232;
	margin-bottom: 3px;
}
.home-service-list li span{
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #8A909C;
    flex: 1;
    display: flex;
    align-items: center;	
}

.home-calc-block{
	display: flex;
	margin-top: 55px;
	align-items: center;
	height: 177px;
	background-color: #0068AD;
	background-image: url(../image/bg-calculate-block.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	flex-wrap: wrap;
	border-radius: 3px;
	overflow: hidden;
}
.home-calc-block-left{
	margin-left: 17%;
	width: 50%;
	padding-right: 70px;
}
.home-calc-block-left h2{
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 18px;
}
.home-calc-block-left p{
	font-weight: 300;
	font-size: 18px;
	line-height: 170%;
	color: #95B8FF;
	margin-bottom: 0;
}
.home-calc-block-right{
	margin-left: 55px;
	width: 298px;
	align-items: center;
}
.home-calc-block-right a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
}
.home-calc-block-right .home-calc-block-but1{
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #1F2232;
	margin-bottom: 15px;
	background: #FFFFFF;
	border-radius: 3px;
}
.home-calc-block-right .home-calc-block-but1:hover{
	color: #fff;
	border: 1px solid #FD9711;
	background: #FD9711;
}
.home-calc-block-right .home-calc-block-but2{
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 3px;
}
.home-calc-block-right .home-calc-block-but2:hover{
	background: #FD9711;
	border: 1px solid #FD9711;
	color: #fff;
}

.home-prod-cat{
	margin-top: 80px;
}
.sec-title-top{
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FD9711;
	margin-bottom: 0;
}
.sec-title{
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #1F2232;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
.home-prod-cat .module-home-category{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-inline-start: 0;
}
.home-prod-cat .module-home-category>a {
	width: 32%;
	height: 419px;
	margin-right: 2%;
	position: relative;
	background-size: cover;
	display: inline-flex;
	cursor: pointer;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 25px;
	background-size: 100% 100%;
	background-position: center center;
	-webkit-transition: background-size .7s linear 0s;
	-moz-transition: background-size .7s linear 0s;
	-o-transition: background-size .7s linear 0s;
	transition: background-size .7s linear 0s;
}
.home-prod-cat .module-home-category>a:hover{
	background-size: 106% 106%;
}
.home-prod-cat .module-home-category>a:nth-child(3n){
	margin-right: 0;
}
.home-prod-cat .module-home-category>a>img{
	max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-prod-cat .module-home-category>a>span{
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	bottom: 30px;
	left: 30px;
	height: 55px;
	padding-left: 20px;
	padding-right: 20px;
	background: linear-gradient(155.82deg, rgba(255, 255, 255, 0.74) 20.97%, rgba(255, 255, 255, 0.41) 85.98%);
	backdrop-filter: blur(7px);
	border-radius: 3px;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #1F2232;
}
.home-prod-cat ul li:nth-child(1){
	background-image: url(../image/prod-cat-1.jpg);
}
.home-prod-cat ul li:nth-child(2){
	background-image: url(../image/prod-cat-2.jpg);
}
.home-prod-cat ul li:nth-child(3){
	background-image: url(../image/prod-cat-3.jpg);
}
.home-prod-cat ul li:nth-child(4){
	background-image: url(../image/prod-cat-4.jpg);
}
.home-prod-cat ul li:nth-child(5){
	background-image: url(../image/prod-cat-5.jpg);
}
.home-prod-cat ul li:nth-child(6){
	background-image: url(../image/prod-cat-6.jpg);
}

.home-about-company{
	margin-top: 95px;
	margin-bottom: 95px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-about-company-left{
	width: 35%;
	position: relative;
}


.home-about-company-left img {
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: relative;	
}

.home-about-company-left::after {
    content: '';
	position: absolute;
	left: 16px;
	top: 0;
	width: 400px;
	height: 400px;
	background-image: url(../image/cercle-transparent.svg);
}

.home-about-company-img{
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: relative;
	background-image: url(../image/home-about-company.jpg);
}
.home-about-company-img-border{
	display: block;
	position: absolute;
	left: 16px;
	top: 0;
	width: 400px;
	height: 400px;
	background-image: url(../image/cercle-transparent.svg);
}
.home-about-company-right{
	width: 65%;
}
.home-about-company-right .sec-title-top-left{
	margin-top: 20px;
}
.sec-title-top-left{
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FD9711;
}
.home-about-company-right h3{
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #1F2232;
	margin-top: 10px;
	margin-bottom: 35px;
}
.home-about-company-right p{
	font-weight: 300;
	font-size: 18px;
	line-height: 170%;
	color: #1F2232;
	margin-bottom: 20px;
}

.safe-materials-img-right{
	position: absolute;
  right: 0;
  z-index: 1;
  width: 50%;
  overflow: hidden;
  height: 580px;
}
.safe-materials-img-left{
	position: absolute;
  left: 0;
  z-index: 1;
  width: 50%;
  overflow: hidden;
  height: 580px;
}
.safe-materials-img-right img,
.safe-materials-img-left img{
	width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-safe-materials{
	display: flex;
	flex-wrap: wrap;
	height: 580px;
	position: relative;
}
.safe-materials-left{
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #F3F8FE;
}
.safe-materials-content{
	position: absolute;
    left: calc(50% - 674px);
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.safe-materials-content h4{
	margin-top: 0;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #111111;
	max-width: 440px;
}
.safe-materials-content p{
	font-weight: 300;
	font-size: 18px;
	line-height: 170%;
	color: #1F2232;
	margin-top: 15px;
    margin-bottom: 48px;
    max-width: 440px;
}
.icons-row{
	display: inline-flex;
}
.icons-row-item{
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 17px;
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.icons-row-item-1{
	background-image: url(../image/icon-non-toxic.svg);
}
.icons-row-item-2{
	background-image: url(../image/icon-iso-9001.svg);
}
.safe-materials-right{
	width: 50%;
	background-size: cover;
	background-image: url(../image/bg-safe-materials.jpg);
}

.home-modern-design{
	display: flex;
	flex-wrap: wrap;
	height: 580px;
	position: relative;
}
.modern-design-left{
	width: 50%;
	height: 100%;
	background-size: cover;
	background-image: url(../image/bg-modern-design.jpg);
}
.modern-design-right{
	width: 50%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	background: #FEFCF3;
	padding: 0 140px;
}
.modern-design-content{
	height: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	left: calc(50% - 674px);
	top: 0;
	flex-direction: column;
	align-items: flex-end;
}
.modern-design-content h4{
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #111111;
	margin-top: 0;
	margin-bottom: 25px;
	width: 440px;
	max-width: 100%;
	text-align: left;
}
.modern-design-content p{
	font-weight: 300;
	font-size: 18px;
	line-height: 170%;
	color: #1F2232;
	margin-bottom: 18px;
	max-width: 440px;
}

.home-practic-and-quality{
	display: flex;
	flex-wrap: wrap;
	height: 580px;
	position: relative;
}
.practic-and-quality-left{
	width: 50%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	background: #FEFCF3;
	padding: 0 135px;
	background: #F5F5FF;
}
.practic-and-quality-content{
	position: absolute;
    left: calc(50% - 674px);
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.practic-and-quality-content h4{
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #111111;
	margin-top: 0;
	margin-bottom: 25px;
	max-width: 440px;
}
.practic-and-quality-content p{
	font-weight: 300;
	font-size: 18px;
	line-height: 170%;
	color: #1F2232;
	margin-bottom: 18px;
	max-width: 440px;
}
.practic-and-quality-right{
	width: 50%;
	height: 100%;
	background-size: cover;
	background-image: url(../image/bg-quality.jpg);
}

.bestsellers-wrap{
	padding: 90px 0;
	display: flex;
	flex-wrap: wrap;
}
.best-wrap-left{
	width: 25%;
    padding-left: 20px;
    height: 472px;
    position: relative;
}
.best-before-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FD9711;
}
.best-title {
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #1F2232;
	margin-top: 0;
	margin-bottom: 48px;
}
.best-list-meta{
	display: flex;
	flex-wrap: wrap;
	padding-inline-start: 0px;
}
.best-list-meta li{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #1F2232;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #CFD4E8;
	box-sizing: border-box;
	border-radius: 3px;
	margin-right: 12px;
	margin-bottom: 12px;
	transition: .3s;
	cursor: default;
}
.best-list-meta li:hover{
	color: #FD9711;
	border: 1px solid #FD9711;
}
.best-view-all{
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 25px;
}
.but-view-all-left{
	display: inline-block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #CFD4E8;
	background-repeat: no-repeat;
	background-position: center center;
	transition: .3s;
	background-image: url(../image/arrow-left-blue.svg);
}
.but-view-all-left:hover{
	border: 1px solid #FFAB3D;
}
.text-view-all{
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #597C90;
	padding-left: 25px;
	padding-right: 25px;
	display: inline-flex;
}
.text-view-all:hover{
	color: #FD9711;
}
.but-view-all-right{
	display: inline-block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #CFD4E8;
	transition: .3s;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../image/arrow-right-blue.svg);
}
.but-view-all-right:hover{
	border: 1px solid #FFAB3D;
}
.best-items-right{
	width: 75%;
	display: flex;
    flex-wrap: nowrap;
}
.best-item{
	width: 317px;
	height: 472px;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	border-radius: 3px;
	margin-right: 20px;
	overflow: hidden;
	transition: .3s;
}
.best-item:hover{
	border: 1px solid #FED8A7;
}
.best-item:hover .best-descr {
	color: #FD9711;
}
.best-img{
	width: 100%;
	height: 330px;
	position: relative;
	background-size: cover;
}
.shower-screens-item-1 .best-img{
	background-image: url(../image/image-shower-screen-1.jpg);
}
.shower-screens-item-2 .best-img{
	background-image: url(../image/image-shower-screen-2.jpg);
}
.shower-screens-item-3 .best-img{
	background-image: url(../image/image-shower-screen-3.jpg);
}
.wardrobe-sliding-doors-1 .best-img{
	background-image: url(../image/wardrobe-sliding-doors-1.jpg);
}
.wardrobe-sliding-doors-2 .best-img{
	background-image: url(../image/wardrobe-sliding-doors-2.jpg);
}
.wardrobe-sliding-doors-3 .best-img{
	background-image: url(../image/wardrobe-sliding-doors-3.jpg);
}
.pool-fencing-item-1 .best-img{
	background-image: url(../image/image-pool-fencing-1.jpg);
}
.pool-fencing-item-2 .best-img{
	background-image: url(../image/image-pool-fencing-2.jpg);
}
.pool-fencing-item-3 .best-img{
	background-image: url(../image/image-pool-fencing-3.jpg);
}
.wardrobe-sliding-doors{
	background: #F3F8FE;
}
.best-img-label{
	position: absolute;
	width: 56px;
	height: 31px;
	background: #FFAB3D;
	border-radius: 0px 3px 3px 0px;
	top: 19px;
	left: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.best-descr{
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	color: #1F2232;
	padding: 15px 24px 0;
	transition: .3s;
}
.best-bottom-row{
	display: flex;
	align-items: flex-end;
	position: absolute;
	bottom: 24px;
	left: 24px;
	right: 24px;
}
.best-price{
	font-weight: 800;
	font-size: 16px;
	line-height: 19px;
	color: #1F2232;
	margin-right: 15px;
}
.best-old-price{
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: line-through;
	color: #8A909C;
}
.best-heart{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 22px;
	height: 19px;
	background-size: cover;
	cursor: pointer;
	background-image: url(../image/icon-heart-prod-item.svg);
}

.shower-screen-form{
	margin-top: 80px;
	display: flex; /* видалити якщо треба 2 колонки */
    justify-content: center; /* видалити якщо треба 2 колонки */	 
}
.shower-screen-form-title span{
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FD9711;
}
.shower-screen-form-title h4{
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #1F2232;
	margin-top: 0;
	margin-bottom: 25px;
}
.shower-screen-form-left{
	padding-right: 45px;
}
#homeform .field_error{
		color: #ffffff;
    font-size: 13px;
    line-height: 130%;
    background: #ff7e7e;
    width: 100%;
    display: flex;
    justify-content: center;
}
.form-input-row{
	display: flex;
	justify-content: space-between;
}
input[type=text].form-control,
input[type=password].form-control,
input[type=email].form-control,
input[type=tel].form-control,
select.form-control,
.shower-screen-form-left input[type=text],
.shower-screen-form-left input[type=email]{
	height: 55px;
	background: #FFFFFF;
	border: 1px solid #CFD4E8;
	box-sizing: border-box;
	padding-left: 18px;
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	border-radius: 3px;
	color: #1F2232;
}
#product #options-combinations-container{
	padding-right: 0;
}
#product #options-combinations-container select.form-control{
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(../image/arrow-bottom-filter.svg) no-repeat 95% center;
    outline: 0;
}
#product div.options-combinations-error{
	font-size: 16px;
}
#homeform .but-send-form{
	width: 100%;
    background: #0074C4;
    border-radius: 3px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-shadow: none;
    box-shadow: none;
    border-color: #0074C4;
    transition: .3s;
    padding: 0 25px;
    border: none;
}
#homeform .but-send-form:hover {
	background: #FD9711;
    border-color: #FD9711;
}
.shower-screen-form-left .succ-wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 300px;
}
.shower-screen-form-left .succ{
	font-size: 22px;
	font-weight: 700;
	color: #FD9711;
}
.shower-screen-form-left .succ-red{
	color: #fd2611;
}
.shower-screen-form-left .succ-wrap img{
	width: 150px;
	height: auto;
	margin-top: 40px;
}
.shower-screen-form-left input[type=text],
.shower-screen-form-left input[type=email]{
	width: 300px;
}
#quickcheckoutconfirm .quickcheckout-cart .btn.btn-primary.button-update,
#quickcheckoutconfirm .quickcheckout-cart .btn.btn-danger.button-remove{
	height: auto;
	padding: 4px 10px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#quickcheckoutconfirm .quickcheckout-cart .btn.btn-danger.button-remove{
	margin-top: 4px;
}
#quickcheckoutconfirm .text-danger{
	font-size: 12px;
    line-height: 21px;
    text-align: center;
    position: relative;
    top: -15px;
}
#quickcheckoutconfirm #payment-address .quickcheckout-content{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
}
#quickcheckoutconfirm #payment-address .quickcheckout-content>.col-sm-6.required label{
	display: none;
}
#quickcheckoutconfirm #payment-address .quickcheckout-content>.col-sm-6.required input,
#quickcheckoutconfirm #payment-address .quickcheckout-content>.col-sm-6.required select{
	margin-bottom: 15px;
}
#quickcheckoutconfirm .quickcheckout-cart td.image {
    width: 25%;
}
#quickcheckoutconfirm .quickcheckout-cart td.name {
    width: 42%;
}
#quickcheckoutconfirm .quickcheckout-cart td.name a{
    display: inline-flex;
    font-size: 16px;
    line-height: 20px;
}
#quickcheckoutconfirm .quickcheckout-cart td.quantity {
    width: 11%;
    min-width: 97px !important;
}
#quickcheckoutconfirm .quickcheckout-cart td.price1 {
    width: 12%;
}
#quickcheckoutconfirm .quickcheckout-cart td.quantity .input-group.btn-block{
	display: flex;
}
#quickcheckoutconfirm .quickcheckout-cart td.quantity .input-group .form-control[name^=quantity]{
	text-align: center;
    padding: 0 10px;
}
#quickcheckoutconfirm .quickcheckout-cart td.quantity .input-group-btn{
	display: inline-flex;
	flex-direction: column;
	width: 40px;
}
#quickcheckoutconfirm .quickcheckout-cart td.image img {
    width: 80px;
}
#quickcheckoutconfirm .quickcheckoutmid .terms{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
	row-gap: 12px;
}
#quickcheckoutconfirm .terms #button-payment-method.btn-primary{
	padding: 0 50px;
}
#quickcheckoutconfirm .terms label{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    color: #1A3A5A;
    cursor: pointer;
}
#quickcheckoutconfirm .terms label a{
	margin-left: 5px;
}
#quickcheckoutconfirm .terms input[type=checkbox]{
	margin: 0 0 0 10px;
}

input[type=text]:hover,
input[type=text]:focus,
textarea:hover,
textarea:focus{
	border: 1px solid #FED8A7;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	color: #8A909C;
}
textarea{
	background: #FFFFFF;
	border: 1px solid #CFD4E8;
	box-sizing: border-box;
	height: 170px;
	width: 100%;
	margin-top: 15px;
	padding-left: 18px;
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	color: #8A909C;
	padding-top: 15px;
	border-radius: 3px;
}
textarea::placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	color: #8A909C;
}
.form-but-row{
	display: flex;
	margin-top: 12px;
}
.shower-screen-form-left input[type=file]{
	
}
.fl_upld{
	width: 22%;
	min-width: 110px;
	margin-right: 3%;
}
#fl_inp{
	display:none;
}
.fl_upld label{
	cursor:pointer;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #0074C4;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: .3s linear;
}
.fl_upld label img{
	margin-right: 10px;
}
.fl_upld label:hover{
	color: #FD9711;
}
#fl_nm{
	margin-top:20px;
	color:#f00;
}
.shower-screen-form-left .send_form{
	width: 75%;
	background: #0074C4;
	border-radius: 3px;
	height: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	border: none;
	transition: .3s;
	cursor: pointer;
}
.shower-screen-form-left .send_form:hover{
	background: #FD9711;
}
.shower-screen-form-right{
	height: 316px;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-image: url(../image/bg-form-right.jpg);
}
.shower-screen-form-calc{
	position: absolute;
	width: 350px;
	height: 99px;
	left: 28px;
	bottom: 28px;
	background-color: #ffffffb3;
	backdrop-filter: blur(4px);
	border-radius: 3px;
	background-image: url(../image/icon-calc.svg);
	background-repeat: no-repeat;
	background-position: 25px center;
	padding-left: 80px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	transition: .3s;
}
.shower-screen-form-calc:hover{
	 backdrop-filter: blur(14px);
}
.shower-screen-form-calc p{
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: #1F2232;
	margin-bottom: 4px;
	position: relative;
}
.shower-screen-form-calc p:after{
	content: "";
	display: inline-block;
	position: absolute;
	right: 24px;
	top: 8px;
	width: 23px;
	height: 8px;
	background-size: 100% 100%;
	background-image: url(../image/arrow-right-black.svg);
}
.shower-screen-form-calc span{
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	color: #8A909C;
}

.home-trust{
	margin-top: 80px;
}
.home-trust>span{
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FD9711;
	display: block;
	text-align: center;
}
.home-trust>h4{
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #1F2232;
	text-align: center;
	margin-top: 0;
	margin-bottom: 38px;
}
.home-trust-content{
	display: flex;
	flex-wrap: wrap;
	height: 470px;
}
.home-trust-left{
	width: 46%;
	height: 100%;
	position: relative;
	background-color: #F0F0F8;
	padding-left: 48px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: 97% bottom;
	background-image: url(../image/bg-trust-us.svg);
}
.home-trust-left h5{
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #1F2232;
	margin-top: 50px;
}
.home-trust-left p{
	font-weight: 300;
	font-size: 18px;
	line-height: 170%;
	color: #8A909C;
	max-width: 355px;
	margin-top: 25px;
	margin-bottom: 50px;
}
.home-trust-left a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 199px;
	height: 55px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	background: #0074C4;
	border-radius: 3px;
}
.home-trust-left a:hover{
	background: #FD9711;
}
.home-trust-right{
	width: 52%;
	margin-left: 2%;
	display: inline-flex;
	flex-direction: column;
}
.home-trust-review-item{
	height: 198px;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 15px;
	padding-left: 34px;
	padding-right: 34px;
}
.trust-review-item-top{
	display: flex;
	position: relative;
	align-items: center;
	margin-top: 28px;
}
.trust-review-star{
	display: inline-flex;
	width: 106px;
	height: 18px;
	background-repeat-y: no-repeat;
	background-size: 22px 20px;
	background-image: url(../image/icon-star.svg);
}
.trust-review-name{
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #1F2232;
	margin-left: 35px;
}
.trust-review-date{
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #8A909C;
}
.home-trust-review-item p{
	margin-top: 20px;
	font-weight: 300;
	font-size: 18px;
	line-height: 170%;
	color: #1F2232;
	height: 92px;
	overflow: hidden;
}
.bottom-but-carusel{
	display: flex;
	align-items: center;
	justify-content: center;
}
.bottom-but-carusel ul{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.bottom-but-carusel ul li{
	display: inline-flex;
	width: 11px;
	height: 11px;
	margin: 0 10px;
	border-radius: 50%;
	background: #D8D8D8;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .3s;
}
.bottom-but-carusel ul li:hover{
	background: #FD9711;
}
.bottom-but-carusel ul li.active{
	background: #FD9711;
	width: 27px;
	height: 27px;
	margin: 5px;
	border: 1px solid #FD9711;
	position: relative;
}
.bottom-but-carusel ul li.active:after{
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	border: 7px solid #fff;
	background: #FD9711;
}

.social-networks{
	display: flex;
	margin-top: 90px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 247px;
	background-size: cover;
	position: relative;
	background-image: url(../image/bg-soc-block.jpg);
}
.social-networks:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #102839;
	opacity: 0.6;
	z-index: 1;
}
.social-networks h6{
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #FFFFFF;
	z-index: 2;
	margin-bottom: 24px;
}
.social-networks-row{
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-networks-soc{
	display: inline-flex;
	margin: 0 9px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
	cursor: pointer;
	transition: .3s;
}
.social-networks-soc:hover{
	border: 1px solid #FD9711;
}
.social-networks-soc-1{
	background-image: url(../image/icon-fb-white.svg);
}
.social-networks-soc-2{
	background-image: url(../image/icon-twitter-white.svg);
}
.social-networks-soc-3{
	background-image: url(../image/icon-insta-white.svg);
}
.home-descripion{
	margin-top: 70px;
	margin-bottom: 72px;
}
.home-descripion h2{
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #131833;
	margin-bottom: 35px;
}
.home-descripion p{
	font-weight: 300;
	font-size: 18px;
	line-height: 170%;
	margin-bottom: 19px;
}


/* footer */
footer {
	padding-top: 48px;
	background-color: #F3F8FE;
	color: #8A909C;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #E2E5EE;
	margin-bottom: 25px;
}
footer a {
	color: #8A909C;
}
footer a:hover {
	color: #fff;
}
.footer-description-1{
	padding-right: 85px;
}
.footer-description-1 img{
	margin-bottom: 30px;
	max-width: 203px;
    height: auto;
}
.footer-description-1 p{
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #868E9D;
}
.footer-description-2{
	display: flex;
	flex-wrap: wrap;
}
.foot-menu{
	width: 33.33%;
}
.foot-menu h5{
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #1F2232;
	margin-top: 0;
}
.foot-menu ul{

}
.footer-menu-1{
	width: 100%;
}
.footer-menu-2{
	width: 100%;
}
.footer-menu-3{
	width: 100%;
}
.foot-menu ul li a{
	font-weight: 400;
	font-size: 16px;
	line-height: 40px;
	color: #8A909C;
}
.foot-menu ul li a:hover{
	color: #FD9711;
}
.foot-menu.footer-menu-3{
	display: flex;
	flex-direction: column;
}
.foot-menu.footer-menu-3 .footer-phone{
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: #0074C4;
}
.foot-menu.footer-menu-3 .footer-phone:hover{
	color: #FD9711;
}
.foot-menu.footer-menu-3 .footer-phone:before{
	content: "";
	display: inline-block;
	position: relative;
	top: 3px;
	width: 21px;
	height: 21px;
	margin-right: 10px;
	background-size: cover;
	background-image: url(../image/icon-phone-blue.svg);
}
.foot-menu a:hover{
	color: #FD9711;
}
.footer-email{
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #868E9D;
	position: relative;
	padding-left: 30px;
	display: inline-flex;
	align-items: center;
	margin-top: 14px;
}
.footer-email:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../image/icon-email.svg);
	position: absolute;
	left: 0;
	top: 5px;
}
.footer-citys{
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #868E9D;
	position: relative;
	padding-left: 30px;
	display: inline-flex;
	align-items: center;
	margin-top: 7px;
}
.footer-citys:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../image/icon-citys.svg);
	position: absolute;
	left: 0;
	top: 13px;
}
.foot-bottom{
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
	margin-bottom: 15px;
}
.foot-bottom p{
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #8A909C;
	margin-bottom: 10px;
}
.foot-bottom p span{
	color: #FD9711;
}

/* alert */
.alert {
    padding: 0 14px;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    vertical-align: middle;
}
/* breadcrumb */
.breadcrumb {
	margin: 50px 0 17px;
	padding: 0;
	background-color: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
}
.breadcrumb > li:first-child {
	padding-left: 0;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	right: -8px;
	width: 12px;
	height: 12px;
	background-size: cover;
	background-image: url(../image/arrow-bread-grey.svg);
}
.breadcrumb > li:last-child:after {
	display: none;
}
html[dir=rtl] .breadcrumb > li::after {
 
}
.breadcrumb > li a{
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #8A909C;
}
.breadcrumb > li a:hover{
	color: #FD9711;
}
.pagination {
	margin: 0;
}
.pagination-wrap .pagination{
	margin-top: 14px;
	margin-bottom: 40px;
}
.pagination-wrap .pagination li{
	display: inline-flex;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	overflow: hidden;
}
.pagination-wrap .pagination li span,
.pagination-wrap .pagination li a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-color: transparent;
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	color: #1A3A5A;
	transition: .3s;
	margin-left: 0px;
}
.pagination-wrap .pagination li a:hover{
	background: #FFF4E7;
}
.pagination-wrap .pagination li.active span{
	background: #FD9711;
	color: #fff;
}
.pagination-wrap .pagination li.active span:hover{
	border-color: transparent;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
}
.btn-primary {
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
	margin-bottom: 10px;
    padding-bottom: 5px;	
}
.product-grid .product-thumb {
	min-height: 400px;
    flex: 1;
    display: flex;
    flex-direction: column;	
}
.product-grid .product-thumb .caption {
    flex: 1;
    display: flex;
    flex-direction: column;	
}


.product-thumb:hover .caption h4 a {
	color: #FD9711;
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .image a {
	display: block;
	height: 100%;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top;
	/* aspect-ratio: 0.1; */
}
.product-list .product-thumb .image {
  float: left;
  height: 120px;
}
#product-category .product-list .product-thumb .image {
    height: 130px;
}
#product-category .product-list .product-thumb .price button {
    top: 0;
}

.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	position: relative;
}
.product-thumb .caption h4 a{
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #1F2232;
	transition: .3s;
}
.product-list .product-thumb .price {
  bottom: 25px;
  padding-left: 20px;
}
.product-list .product-thumb .price button {
  top: -53px;
}
.product-list .product-thumb .caption {
	margin-left: 130px;
	min-height: 95px;	
}
.product-list .product-thumb .caption h4{
	margin-top: 25px;
}
.product-thumb .rating {
	_padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #F0B84C;
	font-size: 15px;
}
.rating .fa-star {
	color: #FD9711;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #FD9711;
}
h2.price {
	margin: 0;
}
.cat-products-wrap .product-list .product-thumb{
	display: flex;
	justify-content: space-between;
	height: 130px;
	overflow: hidden;
}
.cat-products-wrap .product-list .product-thumb .caption{
	margin-left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cat-products-wrap .product-list .product-thumb .price{
	position: relative;
	bottom: -7px;
	width: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cat-products-wrap .product-list .product-thumb .price-new{
	order: 2;
}
.cat-products-wrap .product-list .product-thumb .price-old {
    margin-right: 10px;
    order: 1;
}
.cat-products-wrap .product-list .product-thumb .price button{
	position: relative;
	order: 3;
	margin-left: 20px;
}
.cat-products-wrap .product-list .product-thumb .caption h4 a {
    height: 50px;
    display: flex;
    align-items: center;
}
.cat-products-wrap .product-list .product-thumb .caption h4 a:hover {
	color: #FD9711;
}
.cat-products-wrap .product-list .product-thumb>div:last-child {
	width: calc(100% - 150px);
}
.cat-products-wrap .product-list .product-thumb .image img {
    width: auto;
}
.product-thumb .price, .product-thumb .price-new {
	font-weight: bold;
	font-size: 20px;
	margin-top: 5px;
	color: #1F2232;
	margin-right: 10px;
	line-height: 24px;
}
.product-thumb .price-new {
	color: #ff0000;
	order: 2;
}
.product-thumb .price-old {
	font-weight: bold;
	_font-size: 14px;
	line-height: 16px;
	text-decoration-line: line-through;
	color: #8A909C;

}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .price button{
	position: absolute;
	right: 0;
	bottom: 5px;	
	margin-right: 7px;
	border: 0;

	background-color: transparent;
}
.product-thumb .price button span{
	content: "";
	display: inline-block;
	width: 22px;
	height: 19px;
	background-size: cover;
	background-image: url(../image/heart-grey.svg);
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
#product-category .product-grid.col-lg-3,
#product-category .product-grid.col-md-3,
#product-category .product-grid.col-sm-6{
	padding-left: 10px;
	padding-right: 10px;
}
#product-category .cat-description-wrap h2{
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #1F2232;
	margin-top: 57px;
	margin-bottom: 34px;
}
#product-category .cat-description-wrap p{
	font-weight: 300;
	font-size: 18px;
	line-height: 170%;
	margin-bottom: 18px;
}
#product-category .image .best-img-label,
.product-page .image .best-img-label {
    position: absolute;
    width: 56px;
    height: 31px;
    background: #FFAB3D;
    border-radius: 0px 3px 3px 0px;
    top: 19px;
    left: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

.product-grid {
    display: flex;
    flex: 0 0 33%;
    flex-wrap: wrap;	
}

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}

#product-category .cat-title{
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #1F2232;
	margin-top: 0;
	position: absolute;
}
.cat-filter-row{
	margin-top: 0;
	margin-bottom: 34px;
}
.cat-top-filter ul{
	padding-inline-start: 0;
	margin-bottom: 0;
}
.cat-top-filter ul li{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin-right: 15px;
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	border-radius: 3px;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #1A3A5A;
	padding-right: 20px;
	padding-left: 20px;
	cursor: pointer;
	transition: .3s;
}
.cat-top-filter ul li:hover{
	border: 1px solid #FD9711;
}
.cat-top-filter ul li:after{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	margin-left: 7px;
	background-size: cover;
	background-image: url(../image/arrow-bottom-filter.svg);
}
.cat-filter-row #input-sort{
	height: 50px;
	border-radius: 3px;
	font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #1A3A5A;
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: url('../image/arrow-bottom-filter.svg') no-repeat 90% center;
	outline: 0;
}
.cat-filter-row #input-sort:hover{
	border: 1px solid #FD9711;
}
.cat-filter-row .form-group{
	margin-bottom: 0;
}
.cat-filter-row .btn-group{
	display: flex;
}

.faq-container{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.faq-container h3{
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #1F2232;
	margin-bottom: 34px;
}
.faq-item{
	box-sizing: border-box;
	margin-bottom: 11px;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
}
.faq-item>div{
	border: 1px solid #DFDFDF;
	border-radius: 5px;
    margin-bottom: 15px;
}
.faq-container .faq-page {
    color: #444;
    cursor: pointer;
    padding: 24px 20px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
    position: relative;
}
.faq-container .faq-body{
    margin: auto;
	width: 100%; 
	padding: auto;
    background-color: #F4F9FF;
}
.faq-container .active,
.faq-container .faq-page:hover {
    background-color: #F4F9FF;
}
.faq-container .faq-body {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    border: none;
}
.faq-container .faq-page:after {
    content: "";
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../image/faq-arrow-down.svg);
}
.faq-container .active:after {
    background-image: url(../image/faq-arrow-top.svg);
}
.faq-container .faq-page{
	font-weight: 700;
	font-size: 18px;
	line-height: 170%;
	color: #1F2232;
}
.faq-container .faq-body{
	padding-bottom: 11px;
}
.faq-container .faq-body p{
	font-weight: 300;
	font-size: 18px;
	line-height: 170%;
	color: #1F2232;
	margin-bottom: 20px;
}
.category-top .module-title{
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #1F2232;
	margin-bottom: 34px;
}

.right-coll-panel{
    position: fixed;
    right: 0;
    height: 50px;
    width: 196px;
    top: 30%;
    background: #FD9711;
    border-radius: 20px 20px 0px 0px;
    transform: rotate(-90deg);
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    transform-origin: bottom right;
}
.right-coll-panel:after{
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 28px;
	height: 28px;
	background-image: url(../image/icon-right-panel.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.we-can-help{
	height: 252px;
	display: flex;
	margin-top: 60px;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-image: url(../image/bg-we-can-help.jpg);
}
.we-can-help:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #102839;
	opacity: 0.6;
	z-index: 1;
}
.we-can-help h3{
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #FFFFFF;
	z-index: 2;
	margin-top: 0;
	margin-bottom: 25px;
}
.we-can-help-form{
	display: flex;
	z-index: 2;
}
.we-can-help-form input[type=text],
.we-can-help-form input[type=emai]{
	width: 298px;
	height: 55px;
	border: 1px solid #CFD4E8;
	border-radius: 3px;
	padding-left: 15px;
	font-size: 18px;
}
.we-can-help-form .input-wrap{
	position: relative;
}
.we-can-help-form .field_error{
    position: absolute;
    left: 0;
    bottom: -30px;
    color: #fd9711;
    font-size: 16px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.we-can-help-form input[type=submit],
.we-can-help-form input[type=text]{
	margin-right: 12px;
	margin-left: 12px;
}
.we-can-help-form input[type=submit]{
	width: 149px;
	background: #0074C4;
	border-radius: 3px;
	height: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	border: none;
	transition: .3s;
}
.we-can-help-form input[type=submit]:hover{
	background: #FD9711;
}
.we-can-help-form .succ-wrap .succ{
	color: #fff;
}


/*
.product-page .home-service-list{
	margin: 60px 0;
}
.product-page .home-service-list li{
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	border-radius: 3px;
}

.info-bottom-wrap .home-service-list{
	margin-top: 90px;
	margin-bottom: 60px;
}
.info-bottom-wrap .home-service-list li {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 3px;
}
#product-category .home-service-list li{
	border: 1px solid #DFDFDF;
	border-radius: 3px;
}
#product-category .home-service-list{
	margin-top: 90px;
	margin-bottom: 60px;
}
*/

#grid-view span{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: cover;
	background-image: url(../image/icon-item-grid.svg);
}
#list-view span{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: cover;
	background-image: url(../image/icon-item-list.svg);
}
#product-category #grid-view,
#product-category #list-view{
	padding: 14px 5px;
	background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    background-image: none;
    outline: none;
}
.sort-input-sel{
	display: flex;
	justify-content: flex-end;
}
.cat-products-wrap{
	margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;	
}

.product-page h1{
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #1F2232;
	margin-top: 0;
	margin-bottom: 34px;
}
.tabs-wrap{
	position: relative;
}
.product-page .tabs-list-right{
	position: absolute;
	right: 15px;
	top: 0;
	display: flex;
	align-items: center;
}
.product-page .tabs-list-right .rating{
	display: inline-block;
	margin-right: 35px;
}
.product-page .tabs-list-right .rating>p{
	margin-bottom: 0;
}
.product-page .tabs-list-right .but-wishlist,
.product-page .tabs-list-right .but-compare{
	color: transparent;
    text-shadow: none;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    border-color: #fff;
    box-shadow: none;
    height: auto;
}
.product-page .tabs-list-right .but-wishlist span,
.product-page .tabs-list-right .but-compare span{
	display: inline-block;
	width: 26px;
	height: 26px;
	background-size: 100% 100%;
}
.product-page .tabs-list-right .but-wishlist span{
	background-image: url(../image/icon-prod-favorite.svg);
}
.product-page .tabs-list-right .but-compare span{
	background-image: url(../image/icon-prod-compare.svg);
}
.product-page .nav-tabs>li>a{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #1F2232;
	padding-bottom: 20px;
}
.product-page .nav-tabs>li.active a{
	color: #0074C4;
}
.product-page .nav-tabs>li.active>a, 
.product-page .nav-tabs>li.active>a:focus, 
.product-page .nav-tabs>li.active>a:hover {
    color: #0074C4;
    cursor: default;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom-color: #0074C4;
}
.product-page .nav>li>a:focus, 
.product-page .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #FD9711;
    border-color: #fff #fff #0074C4;
}
.product-page .nav-tabs {
    margin-bottom: 34px;
}
.product-page .review-count{
	color: #0074C4;
}

.help-choose{
	background: #FDFACF;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 50px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 24px;
}
.help-choose:before{
	content: "";
	display: inline-flex;
	position: absolute;
	width: 18px;
	height: 18px;
	background-size: 100% 100%;
	background-image: url(../image/icon-phone-orange.svg);
}
.help-choose:hover > span{
	color: #FD9711;
}
.help-choose > span{
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	color: #1F2232;
	padding-left: 30px;
}
.help-choose > div{
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	color: #1F2232;
}
.help-choose-wrap p{
	font-weight: 700;
	font-size: 16px;
	line-height: 170%;
	color: #1F2232;
	margin-bottom: 15px;
}
.help-choose-wrap .choose-delivery-items{
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-inline-start: 0;
	border-bottom: 1px solid #EEEEEE;
}
.help-choose-wrap .choose-delivery-items li{
	font-weight: 300;
	font-size: 16px;
	line-height: 170%;
	color: #1F2232;
	position: relative;
	padding-left: 15px;
	margin-bottom: 15px;
	display: inline-block;
}
.help-choose-wrap .choose-delivery-items li:before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
	background-color: #1F2232;
}
.help-choose-wrap .choose-payment-icons{
	display: flex;
	align-items: center;
	padding-inline-start: 0;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 20px;
}
.help-choose-wrap .choose-payment-icons li{
	display: inline-block;
	margin-right: 35px;
}

.price-and-buttons{
	padding-left: 2px;
	padding-right: 72px;
}
.thumbnails-wrap{
	padding-right: 66px;
}
.product-page .thumbnails > li:first-child{
	height: 500px;
	margin-bottom: 33px;
}
.product-page .thumbnails > li:first-child a{
	display: flex;
	height: 100%;
	width: 100%;
	padding: 0;
	border: none;
}
.product-page .thumbnails > li:first-child a img{
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
[data-category-id="61"].product-page .thumbnails > li:first-child a img {
    object-fit: contain;
}
.product-page .help-choose-wrap{
	padding-left: 53px;
}
.product-page .stock-wrap{
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	color: #64A924;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}
.product-page .stock-wrap:before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../image/check-stock.svg);
	background-size: cover;
	margin-right: 10px;
}
.product-page .price-list{
	display: flex;
	align-items: flex-end;
}
.product-page .price-list h2{
	font-weight: 800;
	font-size: 36px;
	line-height: 42px;
	color: #FD9711;
	margin: 0;
	margin-right: 30px;
}
.product-page .price-list span{
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	text-decoration-line: line-through;
	color: #8A909C;
}
.product-page #button-cart{
	background: #0074C4;
	border-radius: 3px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	margin-bottom: 12px;
	text-shadow: none;
	box-shadow: none;
	border-color: #0074C4;
	transition: .3s;
}
.product-page #button-cart:hover{
	background: #FD9711;
}
.product-page #button-cart:before{
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 14px;
	background-size: cover;
	background-image: url(../image/icon-bag-white.svg);
}
.product-page #one-click-cart{
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #0074C4;
	border: 1px solid #0074C4;
	box-sizing: border-box;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	text-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 55px;
	margin-top: 15px;
	transition: .3s;
}
.product-page #one-click-cart:hover{
	background: #FD9711;
	border-color: #FD9711;
	color: #fff;
}

.product-page #one-click-cart.btn-is-disabled-cart {
	background: #0074C4;
	border-radius: 3px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	margin-bottom: 12px;
	text-shadow: none;
	box-shadow: none;
	border-color: #0074C4;
	transition: .3s;
}

.product-page #one-click-cart.btn-is-disabled-cart:hover {
	background: #FD9711;
	border-color: #FD9711;
}
.product-page .prod-select-wrap{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	height: 55px;
	border: 1px solid #CFD4E8;
	box-sizing: border-box;
	border-radius: 3px;
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	color: #1F2232;
	padding: 0 18px;
	transition: .3s;
	margin-top: 22px;
	margin-bottom: 29px;
}
.product-page .prod-select-wrap:hover{
	cursor: pointer;
	border: 1px solid #FD9711;
}
.product-page .prod-select-wrap:after{
	content: "";
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	right: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../image/arrow-down-blue.svg);
}
.product-page .prod-option-wrap{
	max-height: 150px;
	overflow: hidden;
}
.product-page .prod-option-wrap > div,
.product-page .specification-table > div,
.product-page .specification-cart-table > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 13px;
}
.product-page .prod-option-wrap > div:after,
.product-page .specification-table > div:after,
.product-page .specification-cart-table > div:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	top: 16px;
	z-index: 0;
	border-bottom: 1.5px dashed #CDCDCD;
}
.product-page .prod-option-left{
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	color: #1F2232;
	display: inline-block;
	background: #fff;
	padding-right: 18px;
	z-index: 1;
}
.product-page .prod-option-right{
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #1F2232;
	display: inline-block;
	background: #fff;
	padding-left: 18px;
	z-index: 1;
}
.prod-bottom-content{
	position: relative;
}
.prod-icons-services-wrap{
	padding-left: 15px;
	padding-right: 0;
}
.prod-icons-services{
	width: 100%;
	margin-top: 30px;
	height: 63px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-left: 1px solid #DFDFDF;
}
.prod-icons-services span{
	width: 25%;
	height: 100%;
	background-position: center 0;
	background-repeat: no-repeat;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #1F2232;
	display: flex;
	align-items: flex-end;
    justify-content: center;
    border-left: 1px solid #DFDFDF;
}
.prod-icons-services span:nth-child(1){
	background-image: url(../image/prod-icons-service-1.svg);
}
.prod-icons-services span:nth-child(2){
	background-image: url(../image/prod-icons-service-2.svg);
}
.prod-icons-services span:nth-child(3){
	background-image: url(../image/prod-icons-service-3.svg);
}
.prod-icons-services span:nth-child(4){
	border-right: 1px solid #DFDFDF;
	background-image: url(../image/prod-icons-service-4.svg);
}
.prod-title-tab{
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #1F2232;
	display: block;
	margin-bottom: 24px;
}
.tab-content{
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
}
.product-page .tab-content>.tab-pane{
	display: block;
}
.product-page #tab-description{
	_width: 50%;
	_padding-right: 65px;
}
.product-page #tab-specification{
	width: 50%;
}
.product-page #tab-review{
	width: 100%;
	margin-top: 50px;
}
#tab-description p{
	font-weight: 300;
	font-size: 18px;
	line-height: normal;
	color: #1F2232;
	margin-bottom: 16px;
}
#tab-description ul{
  padding-inline-start: 0px;
}
#tab-description li{
	font-weight: 300;
	color: #1F2232;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
#tab-description li:before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
	background-color: #1F2232;
}
.tab-description-bottom{
	display: flex;
	margin-top: 30px;
}
.tab-description-bottom > span{
	display: inline-block;
	width: 64px;
	height: 38px;
	margin-right: 34px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../image/descr-icon-CE.svg);
}
.tab-description-bottom > a{
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #0074C4;
}
.tab-description-bottom > a:hover{
	color: #FD9711;
}
.tab-description-bottom > a > span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../image/descr-icon-download.svg);
}
.tab-description-bottom > a:hover > span {
	background-color: #FD9711;
	-webkit-mask: url(../image/descr-icon-download.svg) no-repeat center;
	mask: url(../image/descr-icon-download.svg) no-repeat center;
	background-image: none;
}
.specification-cart-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 190px;
    overflow: hidden;
    margin-top: 20px;
}
.specification-cart-table.specification-cart-table-2{
	max-height: 240px;
}
.specification-table{
	width: 100%;
	display: flex;
	flex-direction: column;
	max-height: 320px;
    overflow: hidden;
}
.specification-table.view-active{
	max-height: 100%;
    overflow: auto;
}
.link-view-all{
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #0074C4;
}
.link-view-all:hover{
	color: #FD9711;
}
#tab-specification .link-view-all{
	display: inline-flex;
	padding-right: 40px;
	position: relative;
}
#tab-specification .link-view-all:after {
    content: "";
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    right: 16px;
    top: 2px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../image/arrow-down-blue.svg);
}
#tab-specification .link-view-all.active:after{
	transform: rotate(180deg);
}
#tab-specification .link-view-all:hover:after {
	background-color: #FD9711;
	-webkit-mask: url(../image/arrow-down-blue.svg) no-repeat center;
	mask: url(../image/arrow-down-blue.svg) no-repeat center;
	background-image: none;
}

.calculate-project-online {
    display: flex;
    width: 100%;
    margin-top: 90px;
    margin-bottom: 40px;
    align-items: center;
    justify-content: flex-end;
    height: 120px;
    background-color: #0068AD;
    background-image: url(../image/bg-prod-calc-left.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    flex-wrap: wrap;
    border-radius: 3px;
    overflow: hidden;
}
.calculate-project-online h5{
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #FFFFFF;
	margin-right: 85px;
}
.calc-shower-enclosure{
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #1F2232;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 298px;
	height: 55px;
	border: 1px solid #fff;
	background: #FFFFFF;
	border-radius: 3px;
	margin-right: 15px;
	transition: .3s;
}
.calc-shower-screen{
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 298px;
	height: 55px;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 3px;
	background: transparent;
	margin-right: 60px;
	transition: .3s;
}
.calc-shower-enclosure:hover,
.calc-shower-screen:hover{
	background: #FD9711;
	border: 1px solid #FD9711;
	color: #fff;
}

.product-page #form-review{
	display: flex;
	flex-wrap: wrap;
}
.form-review-left{
	width: 64%;
	padding-right: 40px;
}
.product-page .form-review-left .review-count{
	color: #1F2232;
	font-size: 20px;
	line-height: 23px;
}
.prod-rev-wrap{
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 15px;
	padding: 25px 35px;
}
.prod-rev-title{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.prod-rev-title-stars .fa-stack{
	height: 1em;
}
.prod-rev-title-stars .fa{
	color: #F0B84C;
}
.prod-rev-title-autor{
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #1F2232;
	padding-left: 24px;
}
.prod-rev-title-date{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #8A909C;
	margin-left: auto;
}
.prod-rev-text{
	margin-top: 15px;
}
.prod-rev-text p{
	font-weight: 300;
	font-size: 18px;
	line-height: 170%;
	color: #1F2232;
	margin-bottom: 0;
}
.form-review-right{
	width: 36%;
}
.form-review-right .control-label{
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	color: #1F2232;
}
.form-review-right div.required .control-label:before{
	display: none;
}
.form-review-right textarea{
	margin-top: 0;
}
.form-review-right .buttons{
	display: flex;
	justify-content: flex-start;
}
.form-review-right #button-add{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #0074C4;
	border: none;
	box-shadow: none;
	height: 55px;
	display: inline-flex;
	background: transparent;
	align-items: center;
	position: relative;
	left: -12px;
	transition: .3s;
}
.form-review-right #button-add:hover{
	color: #FD9711;
}
.form-review-right #button-review{
	width: 360px;
	height: 55px;
	background: #0074C4;
	border-radius: 3px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	border: none;
	box-shadow: none;
	transition: .3s;
}
.form-review-right #button-review:hover{
	background: #FD9711;
}
.product-page .shower-screen-form{
	width: 100%;
}
.product-page .shower-screen-form-title{
	padding-left: 0;
}
.product-page .shower-screen-form-left{
	padding-left: 0;
}
.prod-under-title{
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FD9711;
	margin-bottom: 0;
	margin-top: 70px;
}
.prod-title-module{
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #1F2232;
	margin-top: 2px;
	margin-bottom: 34px;
}

#information-information h1{
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #1F2232;
	margin-top: 0;
	margin-bottom: 48px;
}
#information-information .info-content-wrap h3{
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #1F2232;
	margin-bottom: 33px;
}
#information-information .info-content-wrap h5{
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #1F2232;
	margin-top: 40px;
	margin-bottom: 24px;
}
#information-information .info-content-wrap p{
	font-weight: 300;
	font-size: 18px;
	line-height: 170%;
	color: #1F2232;
	margin-bottom: 17px;
}
#information-information .info-content-wrap ul{
	padding-inline-start: 0;
	margin-top: 10px;
}
#information-information .info-content-wrap ul li{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 24px;
}
#information-information .info-content-wrap ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../image/check-li.svg);
}
#information-information .info-content-wrap .citata{
	margin: 26px 0 64px;
	padding: 34px 34px 34px 110px;
	display: block;
	background: #FFF5E8;
	border-radius: 3px 0px;
	background-repeat: no-repeat;
	background-position: 34px center;
	background-image: url(../image/lampa.svg);
}
.module-wrap h2{
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #1F2232;
	margin-bottom: 35px;
}
.info-bottom-wrap input[type=text]{
	width: 300px;
}

.mob-menu{
	display: none;
}
.but-burger{
	display: none;
}
.description-wrap-mob{
	display: none;
}
.cat-filter-mob{
	display: none;
}

#product-search .breadcrumb{
	margin-bottom: 0;
	margin-top: 35px;
}
#product-search h1{
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #1F2232;
}
#product-search .checkbox-inline, 
#product-search .radio-inline{
	display: inline-flex;
	align-items: center;
}
#product-search .checkbox-inline input, 
#product-search .radio-inline input{
	margin-top: 0;
}
#product-search .top-row-search{
	display: flex;
	align-items: flex-start;
}
#product-search #button-search{
	height: 55px;
	background: #0074C4;
	border-radius: 3px;
	padding: 0 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	border: none;
	transition: .3s;
}
#product-search #button-search:hover {
	background: #FD9711;
}
#product-search #input-sort,
#product-search #input-limit,
#product-search #compare-total{
	height: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#product-search #compare-total{
	font-size: 16px;
}
#product-search #list-view,
#product-search #grid-view{
	height: 55px;
	width: 55px;
}
.search-product-wrap{
	margin-top: 20px;
}
.search-pag-and-res{
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
}
.search-pag-and-res>div{
	margin-top: 20px;
}
#product-category .mfilter-heading .mfilter-head-icon {
    margin-right: 0px;
    margin-top: 11px;
}
.recommended-products {
	_margin-top: 70px;
	_margin-bottom: 70px;
}
.recommended-products .title-h3{
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FD9711;
	margin-bottom: 3px;
}
.recommended-products .after-title-h3{
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #1F2232;
	display: block;
	margin-bottom: 25px;
}
.recommended-products .rp-swiper-btn-prev {
    left: -50px;
}
.recommended-products .rp-swiper-btn-next {
    right: -50px;
}
.recommended-products .swiper-slide .product-thumb{
	border-radius: 3px;
}
.recommended-products .rp-pagination{
	display: none;
}
.recommended-products .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #D8D8D8;
    border-radius: 50%;
    margin: 0 10px;
    opacity: 1;
    box-shadow: none;
}
.recommended-products .swiper-pagination .swiper-pagination-bullet-active,
.recommended-products .swiper-pagination .swiper-pagination-bullet:hover{
	background: #FD9711;
	position: relative;
}
.recommended-products .swiper-pagination .swiper-pagination-bullet-active:after{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 50%;
    top: -6px;
    left: -6px;
    border: 1px solid #FD9711;
}
#checkout-cart .btn-block-quant{
	display: flex;
	flex-wrap: wrap;
}
#checkout-cart .form-control{
	width: 70%;
	min-width: 30px;
}
#checkout-cart .btns-checkout{
	width: 30%;
	display: inline-flex;
	flex-direction: column;
}
#checkout-cart .btns-checkout .btn {
	display: flex;
	justify-content: center;
  padding: 6px 12px;
}
.wish-but-quant-wrap{
	vertical-align: middle;
}
#account-address td.addr-but-list{
	vertical-align: middle;
}

.product-center-column h1{
	display: none;
}
.product-center-column #product>h3{
	display: none;
}
.product-center-column>.list-unstyled li .generic-label{
	display: none;
}
.product-center-column>.list-unstyled li>span {
	font-weight: 700;
	font-size: 33px;
	color: #8A909C;
	display: flex;
	align-items: center;
}
/*
.product-center-column>.list-unstyled li>span:before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../image/check-stock.svg);
	background-size: cover;
	margin-right: 10px;
}
*/
.product-center-column>.list-unstyled li>div{
	font-weight: 800;
	font-size: 36px;
	line-height: 42px;
	color: #FF0000;
	margin-top: 10px;
}
.product-center-column{
	padding-left: 53px;
}
.alert-dismissable .close, 
.alert-dismissible .close {
    right: -2px;
}
#account-login,
#account-register,
#account-forgotten,
#account-account,
#account-edit,
#account-password,
#account-address,
#account-wishlist{
	padding-top: 50px;
}
#account-register h1,
#account-forgotten h1,
#account-account h1,
#account-edit h1,
#account-password h1,
#account-address h1,
#account-wishlist h1{
	margin-top: 0;
}
#account-wishlist .table-responsive td>a,
#account-wishlist .table-responsive td.text-right,
#account-wishlist .table-responsive td.text-left,
#account-wishlist .table-responsive td.text-center{
	font-size: 14px;
}
#account-wishlist .table-responsive td:nth-child(3),
#account-wishlist .table-responsive td:nth-child(4) {
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
}
#account-wishlist td.text-left,
#account-wishlist td.text-right{
	vertical-align: middle;
}
.gst{
	  font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #1F2232;
    padding-left: 3px;
}
#product .form-group.required label {
		font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #1F2232;
}
#product hr{
	margin-top: 10px;
	margin-bottom: 10px;
}


h4.modal-title{
	font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #1F2232;
}
.quick-enquiry-form .field_error{
	font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #fd9711;
}
.quick-enquiry-form .control-label{
	font-weight: 300;
  font-size: 18px;
  line-height: 170%;
}
.quick-enquiry-form .form-control{

}
.succ-head-wrap{
		padding: 77px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #fd9711;
    display: flex;
}
#but-send-forma{

}

#quickcheckout-disable {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	margin-bottom: 26px;
}
.quickcheckoutleft{
	order: 2;
}
.quickcheckoutright{
	order: 3;
}
.quickcheckoutleft.extra-width{
	order: 1;
	width: 41%;
  margin-right: 1%;
}
#quickcheckoutconfirm .quickcheckoutleft,
#quickcheckoutconfirm .quickcheckoutright{
	width: calc(50% - 13px);
}

#quickcheckoutconfirm .quickcheckoutleft.extra-width{
	width: 100%;
	margin-right: 0;
}

#oneclick{
	display: none;
}
#oneclick .input-group{
	display: flex;
	flex-direction: column;
}
#oneclick .input-group .input-group-btn{
	width: 100%;
}
#oneclick .input-group .input-group-btn #button-oneclick{
	width: 100%;
  margin-left: 0;
  margin-top: 5px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#input-payment-telephone{
	border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#oneclick .help-block{
	display: none;
	font-size: 16px;
}

/* additional styles */
.soc_footer_row{
	display: flex;
	justify-content: flex-start;
	gap: 15px;
	margin: 15px 0;
}
.soc_footer_row .footer_facebook{
	display: inline-block;
	width: 24px;
	height: 25px;
	background: url(../image/icon-fb-grey.svg) 0 0 no-repeat;
}
.soc_footer_row .footer_inst{
	display: inline-block;
	width: 24px;
	height: 25px;
	background: url(../image/icon-insta-grey.svg) 0 0 no-repeat;
}
@media (max-width: 767px){
	.map_box{
		margin-bottom: 30px;
	}
}

.form-group-block label {
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    color: #1F2232;
    margin-bottom: 12px;
}

.form-group-fields {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-group-fields input::-webkit-input-placeholder {transition: opacity .3s ease;}
.form-group-fields input::-moz-placeholder {transition: opacity .3s ease;}
.form-group-fields input:-ms-input-placeholder {transition: opacity .3s ease;}
.form-group-fields input:-moz-placeholder {transition: opacity .3s ease;}

.form-group-fields input:hover::-webkit-input-placeholder {opacity: 0;}
.form-group-fields input:hover::-moz-placeholder {opacity: 0;}
.form-group-fields input:hover:-ms-input-placeholder {opacity: 0;}
.form-group-fields input:hover:-moz-placeholder {opacity: 0;}
.form-group-fields input {
    max-width: 70px;
    padding: 10px!important;
    text-align: center;
}

.form-group-fields span {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #1F2232;
    flex: 1;
}

.form-group-fields:not(:last-child) {
    margin-bottom: 10px;
}
.options-description {
    margin-top: 50px;
}

.measurement-image img {
    max-width: 100%;
    display: block;
}

.measurement-description p {
    margin: 0 0 5px;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #1F2232;
}

.measurement-description {
    margin-top: 20px;
}

.calculate_parent{
	display: none;
}
.product-thumb .caption h4{
    display: flex;
    align-items: center;
	flex: 1;
	margin-bottom: 0;
}

/* google reviews style */
.head-rev{
	padding-left: 50px;
	background: url(../image/google_g_icon.png) 0 50% no-repeat;
	background-size: 50px auto;
	line-height: 18px;
}
.head-rev a{
	text-decoration: none;
}
.reviews_top{
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #445D77;
}
.head-rev-total-stars ul{
	list-style: none;
	display: flex;
	gap: 5px;
	margin: 0;
	padding: 0;
}
.head-rev-total-stars ul li{
	display: inline-block;
	height: 15px;
	width: 15px;
	background: url(../image/google-star-icon.png) 0 0 no-repeat;
	background-size: 15px auto;
}
.head-rev-total-rev{
	font-size: 13px;
	line-height: 18px;
	color: #8A909C;
}
.parent_block{
	position: relative;
}
.home-trust-right{
	position: relative;
	overflow: hidden;
}
.home-trust-right .bottom-but-slider.swiper-pagination-bullets.swiper-pagination-horizontal{
	right: 45px;
	bottom: 20px;
}
.home-trust-right .bottom-but-slider.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	border: 1px solid #FD9711;
}
body.fixed {
	overflow: hidden;
}
.footer_fb{
	background-image: url(../image/icon-fb-grey.svg);
	border: 1px solid #868E9D;
}
.footer_inst{
	background-image: url(../image/icon-insta-grey.svg);
	border: 1px solid #868E9D;
}
.footer_soc{
	margin-top: 20px;
}
.delivery_list{
	display: flex;
	flex-direction: column;
} 
#information-information .info-content-wrap ul.payment_list li{
	padding-left: 110px;
}
#information-information .info-content-wrap ul.payment_list li:first-child::before{
	background: url(../image/transfer.jpg) 0 0 no-repeat;
	width: 100px;
    height: 50px;
	background-size: contain;
	margin-top: -10px;
}
#information-information .info-content-wrap ul.payment_list li:nth-child(2)::before{
	background: url(../image/pay_id.jpg) 0 0 no-repeat;
	width: 100px;
    height: 50px;
	background-size: contain;
	margin-top: -10px;
}
#information-information .info-content-wrap ul.payment_list li:nth-child(3)::before{
	background: url(../image/credit_card.jpg) 0 0 no-repeat;
	width: 100px;
    height: 50px;
	background-size: contain;
	margin-top: -10px;
}
#information-information .info-content-wrap ul.payment_list li:nth-child(4)::before{
	background: url(../image/pay_pal.jpg) 0 0 no-repeat;
	width: 100px;
    height: 50px;
	background-size: contain;
	margin-top: -10px;
}
#information-information .info-content-wrap ul.payment_list li:nth-child(5)::before{
	background: url(../image/zip_pay.jpg) 0 0 no-repeat;
	width: 100px;
    height: 50px;
	background-size: contain;
	margin-top: -10px;
}
#information-information .info-content-wrap ul.payment_list li:nth-child(6)::before{
	background: url(../image/after_pay.jpg) 0 0 no-repeat;
	width: 100px;
    height: 50px;
	background-size: contain;
	margin-top: -10px;
}

#information-information .info-content-wrap ul.payment_list li:nth-child(7)::before{
	background: url(../image/apple_pay.png) 0 0 no-repeat;
	width: 100px;
	margin-left: 42px;
}
#information-information .info-content-wrap ul.payment_list li:nth-child(8)::before{
	background: url(../image/google_pay.png) 0 0 no-repeat;
	width: 100px;
    height: 26px;
    background-size: contain;
    margin-left: 27px;
}
#information-information .info-content-wrap ul.payment_list li:nth-child(9)::before{
	background: url(../image/wechat_pay.png) 0 0 no-repeat;
	width: 100px;
    height: 50px;
	background-size: contain;
}

/* our partners block */
.partners_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    gap: 3%;
    row-gap: 30px;
}
.partners_list a,
.partners_list div{
	flex: 0 0 22%;
	text-align: center;
}
@media  (max-width: 500px){
	.partners_list a,
	.partners_list div{
		flex: 0 0 48%;
	}
}
.partners_list a img,
.partners_list div img{
	max-width: 100%;
	height: auto;
}
.partners_block{
	padding-top: 90px;
}
.locations_title{
	margin-bottom: 15px;
	margin-top: 33px;
}
.one_warehouse_block{
	margin-bottom: 15px;
}
span.option-description {
    display: flex;
    font-size: 14px;
    line-height: 16px;
    color: #0175c2;
    margin-bottom: 20px;
}

.product-slider-arrow {
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #CFD4E8;
	background-repeat: no-repeat;
	background-position: center center;
}

.product-slider-arrow--prev {
	background-image: url(../image/arrow-left-blue.svg);
}

.product-slider-arrow--next {
	background-image: url(../image/arrow-right-blue.svg);
}


.prodcut-item--wishlist button {
	width: 22px;
	height: 19px;
	background-size: cover;
	cursor: pointer;
	background-image: url(../image/icon-heart-prod-item.svg);
	padding: 0;
	border: 0;
	background-color: transparent;
}

.prodcut-item--price {
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    color: #1F2232;
}


.prodcut-item--price .price-new {
	font-weight: 800;
	font-size: 20px;
	line-height: 19px;
	color: #ff0000;    
}

.prodcut-item--price .price-old {
	font-weight: 700;
	line-height: 16px;
	text-decoration-line: line-through;
	color: #8A909C;
	margin-left: 10px;    
}

.prodcut-item--name a {
    font-weight: 400;
    font-size: 16px;
    color: #1F2232;
    transition: color .3s ease;
    display: block;
    line-height: 27px;
}


.prodcut-item:hover .prodcut-item--name a {
    color: #FD9711;
}

.prodcut-item--image {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.prodcut-item--image>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.prodcut-item--image>a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
}

.prodcut-item--info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 16px 24px;
}

.prodcut-item--name {
    width: 100%;
    flex: 1 0 100%;
    margin-bottom: 16px;
    line-height: normal;
    height: 81px;
    align-items: center;
    display: flex;	
}

.prodcut-item--wishlist {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prodcut-item--wrap {
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    transition: border-color .3s ease;
	flex: 1;	
}

.prodcut-item:hover .prodcut-item--wrap {
    border-color: #ffdcae;
}

.product-slider-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: 15px;
}

.product-slider-more a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #597C90;
    transition: color .3s ease;
}

.product-slider-more a:hover {
    color: #FD9711;
}

.recommended-products.blue-background {
    margin-top: 0;
    padding: 20px 30px 40px;
    _margin-bottom: 90px;
    background-color: #F3F8FE;
}

.recommended-products.transparent-background {
	margin-top: 0;
	margin-bottom: 34px;
	padding: 43px 30px 53px;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: flex;
    border: 1px solid #ddd;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
}
.image-additional a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.product-page #button-cart.disabled {
    pointer-events: none;
    background: #8e8e8e;
}
.warning-message--city {
    color: #FD9711;
    font-size: 14px;
    margin-bottom: 8px;
}

.warning-message--city span {
    text-decoration: underline;
    cursor: pointer;
}

.warning-message--city span:hover {
    text-decoration: none;
}

body:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(0 0 0 / 56%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}

body.overlay-active:after {
    visibility: visible;
    opacity: 1;
}

.sel-city {
    z-index: 999;
}
.cart-message {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FD9711;
    border: solid 1px #FD9711;
    padding: 10px 10px;
}
.product-page .calculate-project-online{
	display: none;
}
.search_button_mob .btn{
	height: 50px;
    width: 50px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    box-shadow: none;
    background-image: url(../image/icon-search.svg);
	background-size: 30px;
	padding-right: 5px;
	margin-left: 15px;
	margin-bottom: 3px;
}
.search_block .search_close{
	height: 16px;
    width: 16px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    box-shadow: none;
    background-image: url(../image/icons-search-close.svg);
	position: absolute;
	top: 68px;
	right: 20px;
	z-index: 10;
	display: none;
}
@media (min-width: 480px){
	.search_button_mob,
	.search_block .search_close{
		display: none;
	}
}
@media (max-width: 480px){
	.search_block{
		position: static;
	}
	.search_block #search{
		position: absolute;
		left: 10px;
		top: 49px;
		z-index: 5;
		width: calc(100% - 20px);
		height: 55px;		
	}
	.search_block .open .input-lg{
		margin-right: 30px;
	}
	#search .input-group-btn{
		width: auto;
		margin-left: 2px;
	}
}
.search_block .open{
	display: flex !important;
	background: #fff;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	flex-direction: row-reverse;
}

.search_block .input-group.open + .search_close{
	display: block;
}
.opinion_message{
	font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FD9711;
	margin: 0 0 10px;
}
@media (min-width: 481px){
	.mobile_meassurement{
		display: none;
	}
}
@media (max-width: 480px){
	.desctop_meassurement{
		display: none;
	}
}
#quickcheckoutconfirm .terms label input {
    cursor: pointer;
}

.desktop-hide {
	display: none;
}

@media (max-width: 767px) {
	.desktop-hide {
		display: block;
	}
	.mobile-hide {
		display: none;
	}
	.form-group-block .options-description {
		margin-top: 30px;
		margin-bottom: 40px;
	}
}

.help-choose-wrap .choose-payment-icons li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
}

.help-choose-wrap .choose-payment-icons li img {
    max-width: 100%;
    object-fit: contain;
}

.id_box{
	padding-right: 15px;
	color: #8A909C;
	font-size: 16px;
}

.tabs-list-right .btn-group button.btn-default{
	padding: 0 30px;
}
.paypal-message.container {
	margin-top: 35px;
}
@media (max-width: 767px){
	.id_box{
		flex: 0 0 20%
	}
	.tabs-list-right .btn-group{
		display: flex;
		flex: 0 0 25%;
	}
	.tabs-list-right .rating{
		flex: 0 0 30%;
	}
	.tabs-list-right .btn-group button.btn-default{
		padding: 0 20px;
	}
}

/*03.01.2024 Crypt*/
.crypt_table {
	border: 1px dashed #ddd;
}
.crypt_table>tbody>tr>td {
	border: 1px dashed #ddd;
}
.crypt_cat-description-wrap img {
	max-width: 125px;
	float: left;
	margin: 0 25px 25px 0;
}
.crypt_cat-description-wrap ul {
	display: block;
	clear: both;
}
/*03.01.2024 Crypt*/

/*10.01.2024 Crypt*/
.crypt_mass_media_wrapper {
	display: flex;
	margin-bottom: 35px;
	box-shadow: 1px 5px 5px rgba(0,0,0,0.02);
	padding: 15px 10px;
}
.crypt_mass_image {
	width: 255px;
	min-width: 155px;
}
.crypt_mass_media_wrapper > div:not(:last-child) {
	margin-right: 35px;
}
.crypt_mass_image img {
	width: 100%;
	height: auto;
}
.crypt_mass_description {
	margin: auto 0;
	width: calc(100% - 255px);
	display: flex;
}
#tab-warranty {
	margin-top: 50px;
}
@media (max-width: 430px) {
	.crypt_mass_media_wrapper {
		flex-direction: column;
	}
	.crypt_mass_image {
		width: 100%;
	}
	.crypt_mass_description {
		width: 100%;
	}
}
/*10.01.2024 Crypt*/


/* Blog module fix  */
.bm .bm-post-content .post-nav .media-object { height: auto; }
/* END - Blog module fix  */

/*4.02.2024 Crypt*/
.video_embed {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

iframe.youtube_embed  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*4.02.2024 Crypt*/

/*27.02.2024 Crypt*/
.crypt-recommended-products {
	overflow: hidden;
}
/*27.02.2024 Crypt*/

/*14.03.2024 Crypt*/
.categories_region_row {
	padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 25px;	
}
.categories_region_row ul,.categories_region_row li {
	list-style: none;
	padding: 0;
}
.categories_region_row li a{
	text-align: center;
    transition: all 0.25s;
    background: #fff;
    display: block;
    box-shadow: 2px 2px 7px 0px rgb(151 145 145 / 50%);
}
.categories_region_row .name {
	padding: 10px 0;
}

.categories_region_row li a:hover {
	background: #f9f9f9;
}
#information-information .categories_region_row li {
	display: block !important;
	padding-left: 0px !important;
}
#information-information .categories_region_row li:before {
	all: unset !important;
}
.categories_region_wrapper {
	margin-top: 55px;
}
/*14.03.2024 Crypt*/

/*2.05.2024 Crypt*/
.deliveri_info {
	padding: 20px;
	background: #eee;
	margin-bottom: 40px;
	border-radius: 5px;
}
/*2.05.2024 Crypt*/


.has-error .form-control {
	border: 2px solid #ff0000;
}


#size-error-h, #size-error-w {
	color: #ff0000;
    font-size: 14px;
    line-height: normal;
}

.alert-success {
	background-color: #fff;
    position: fixed;
    z-index: 999;
    border-color: #d6e9c6;
	min-width: 400px;
    max-width: 500px;
    display: block;
    text-align: center;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
	padding: 20px;
	color:#000;
}

.alert-success2 {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: block;
    text-align: center;    
}

.alert-success .button-x {
    position: absolute;
    top: 0;
    right: 4px;
    border: none;	
}
.overlay-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 90;	
}
.buttons {
	width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.button-cart, .button-close {
    border-radius: 3px;
    height: 55px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: none;
    transition: .3s;
	margin-right: 10px;
}
.button-cart {
	background: #0074C4;
}
.button-close {
	background: #ccc;
    opacity: 1;
    text-shadow: none;
	color:#fff !important;
	top: 0 !important;
}

.form-group select {
	cursor:pointer;
}




.form-group .rating {
    direction: rtl;	
	margin: 0 15px;	
}


.rating {
    unicode-bidi: bidi-override;
    font-size: 2rem;
    display: inline-block;
    position: relative;

}

.rating > input {
    display: none;
}

.rating > label {
    cursor: pointer;
    color: #ddd;
    position: relative;
    font-size: 2rem !important;
	transition: color 2s ease-in-out;
}

.rating > label:before {
    content: "\f006"; 
    font-family: FontAwesome;
    display: inline-block;
	pointer-events: none;
}

.rating > input:checked ~ label:before,
.rating > label:hover:before,
.rating > label:hover ~ label:before {
    content: "\f005"; 
    color: #f5b301;
    font-family: FontAwesome;
	transition: color 2s ease-in-out;
	pointer-events: none;
}
#input-review {
	font-size: 14px;
}

.home-slider-and-baner-mobile {
	display:none;
}	

.modal-open .modal {
	z-index: 99999;
}

.products_relates_row {
	display: flex;
    flex-wrap: wrap;	
    gap: 10px;
	justify-content: center;
	margin-bottom: 50px;
}

.products_relates h3 {
    font-weight: 700;
    font-size: 35px;
    color: #1F2232;
    display: block;
    margin-bottom: 20px;
    margin-left: 10px;	
}

.products_relates_row .product-thumb {
    flex: 0 0 24%;
    box-sizing: border-box;
	margin-bottom: 0;
    display: flex;
    flex-direction: column;	
}


.products_relates_row .caption {
	flex: 1;
    display: flex;
    flex-direction: column;
}

.text-in-door-cat {
	font-size: 32px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;	
}


.categories_region_row li img {
	width:100%;
	max-height: 177px;
}

.swiper-slide {
    min-height: 480px;
    display: flex;	
}