@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
html {
    height: 100%;
}
body {
	font-family: 'Montserrat';
	font-weight: 500;
	color: #0B063C;
	font-size: 15px;
	line-height: 1.3;
	width: 100%;
	padding: 40px;
}
@media screen and (min-width:  1310px) {
    body {
        display: flex; 
        height: 100%; 
        flex-direction: column;
    }
}
h1, h2, h3, h4, h5, h6 {
	color: #0B063C;
}
* {
	outline: 0;
}
img {
	max-width: 100%;
}
ul {
	list-style-position: inside;
	padding-left: 20px;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1, .h1 {
    font-size: 38px;
    color: #0B063C;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 40px 0;
}
/* css if for the case when column is higher and it breaks the line */
.row.flex.wrap {
	display: flex;
	flex-wrap: wrap;
}
h1[data-heading]::after,
.h1[data-heading]::after {
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 150px;
	position: absolute;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}


.blog-article h1 {
    font-size: 15px;
    color: #0B063C;
    font-weight: 700;
    margin-bottom: 20px;
}
h1::before, .h1::before {
  	content: attr(data-heading);
  	color: rgb(11 6 60 / 3%);
  	font-size: 200px;
  	white-space: nowrap;
    overflow: hidden;
	letter-spacing: -12px;
}
.blog-article .date {
    font-size: 18px;
    font-weight: 500;
    color: rgb(0 0 0 / 24%);
}
img.blog-article-img {
    float: left;
    margin: 0 20px 40px 0;
}
h1 span, .h1 span {
    position: absolute;
    left: 0;
    margin: auto;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 36px;
    font-weight: 500;
    line-height: 1;
    margin: 30px 0;
    text-align: center;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #0B063C;
	transition: color ease .3s;
}
a:hover,
a:focus,
#menu a:hover,
footer a:hover {
	color: #64ABFF;
	text-decoration: none;
}
p {
	margin: 0 0 15px;
	font-weight: 400;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, 
input[type="text"].form-control, input[type="password"].form-control, 
input[type="datetime"].form-control, input[type="datetime-local"].form-control, 
input[type="date"].form-control, input[type="month"].form-control, 
input[type="time"].form-control, input[type="week"].form-control, 
input[type="number"].form-control, input[type="email"].form-control, 
input[type="url"].form-control, input[type="search"].form-control, 
input[type="tel"].form-control, input[type="color"].form-control,
input.form-control::placeholder,
textarea.form-control::placeholder {
	font-size: 15px;
	font-weight: 500;
	font-family: 'Montserrat';
	color: #0B063C;
}
input.form-control::placeholder,
textarea.form-control::placeholder {
	color: #E1E1E1;
}
form {
    margin: 20px auto 0;
    width: 100%;
    padding-bottom: 40px;
}
input.form-control, textarea.form-control,
.form-control:focus,
.checkout-simplecheckout input,
.checkout-simplecheckout select,
.checkout-simplecheckout textarea {
    display: flex;
    width: 100%;
    min-height: 72px;
    border: 1px solid #E1E1E1;
    border-radius: 0;
    box-shadow: none;
    padding: 0 20px;
    margin: 0 0 40px 0;
}
.has-error .form-control,
.has-error .form-control:focus {
    border-color: #EE7887;	
	box-shadow: none;
	margin-bottom: 0;
}

textarea.form-control, textarea.form-control:focus {
    padding-top: 20px;
    resize: none;
    height: 230px;
}
* {
	outline: 0;
}
.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;
}
.g-recaptcha {
    padding-bottom: 20px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
    margin-bottom: 0;
    border: none;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* 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 */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#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 {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
header .row {
    display: flex;
    align-items: center;
}
header {
    position: relative;
    z-index: 3;
    padding-top: 38px;
    margin-bottom: 117px;
    flex: inherit;
}

.dropdown .language-select {
	cursor: pointer;
	min-width: 70px;
	text-align: left;
}

header .dropdown {
	margin-right: 47px;
}

.language-dropdown-menu {
	box-shadow: none;
	border-radius: 0;
	padding: 16px;
	margin-left: -17px;
	background: none;
	min-width: 100px;
	margin-top: -35px;
}
#form-language {
    display: inline-flex;
    width: auto;
    margin: 0;
    padding: 0;
}
.language-select {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .3s;
}
.language-active,
.language-select:hover {
    color: #64ABFF;
}
#information-information { 
    flex: 1 0 auto;
}
.common-home header {
	margin-bottom: 0;
	position: absolute;
	left: 0;
    right: 0;
}
#common-home {
    margin-top: 0px;
}
.slide-info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 5%;
    display: flex;
    align-items: center;
}
#common-home .slideshow {
    width: 50%;
    display: inline-flex;
}
.slideshow-item {
    position: relative;
}
.slideshow-item .blur {
    position: absolute;
    top: calc(50% + 20px);
    right: 25%;
    transform: translate(50%, -50%);
}
.slideshow-item .btn.slideshow-btn {
    background: #7B67D4;
    width: 130px;
    color: #fff;
}
.slideshow-item .btn.slideshow-btn:hover {
    background: #9482e7 !important;
}
.common-home .bg-slideshow {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    top: 0;
    transform: translate(-40px, 40px);
    background-size: auto;
    background-repeat: no-repeat;
    filter: blur(64px);
    opacity: .44;
}
.slideshow-banner {
    display: flex;
    margin: 0 -15px 100px;
    align-items: center;
}
.slideshow-banner > div {
    display: flex;
    width: 100%;
    max-width: 50%;
    padding: 0 15px;
    position: relative;
}
.banner-wrapper {
    width: 100%;
}
.slideshow-banner picture img {
    display: block;
    margin-left: auto;
}
.btn-slide {
    display: flex;
    height: 50px;
    width: 150px;
    background: #FFE55C;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    margin-top: 40px;
	transition: .3s all;
}
a.btn-slide:hover,
a.btn-slide:active,
a.btn-slide:focus {
	background: #ffea7d;
	color: initial;
	text-decoration: none;
}
.blur {
	position: relative;
	display: inline-flex;
}
.blur a {
	z-index: 2;
	position: relative;
}
.blur:after {
	content: '';
    width: 110px;
    height: 40px;
    filter: blur(30px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    display: block;
}
.banner .blur:after {
	background-color: rgb(130 166 71 / 70%);
}
.slideshow .blur:after {
	background-color: #D4AE1E;
}
.slide-info .title {
    font-size: 130px;
    font-weight: 700;
    line-height: 1;
	display: block;
}
.slide-info h1.title:before {
	display: none;
}
.slide-info h1.title span {
    font-size: 39px;
    font-weight: 500;
    display: block;
	left: unset;
	margin: auto;
	position: relative;
}
.description-slide {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    text-align: center;
}
/* logo */
#logo {
	margin: 0 0 0px 0;
}
#logo img { height: 22px;}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
.terms {
    color: #0B063C;
    font-weight: 700;
    margin-right: 50px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    text-decoration: none;
	position:relative;
	transition: .15s all;
	overflow: hidden;
	height: fit-content;
}
.terms:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #64ABFF;
  content: "";
  transform: scale(0);
  transition: transform .3s cubic-bezier(0.11, 0.7, 0, 1);
}
.terms:hover:after {
  transform: scale(1);
}
.common-home .terms {
	transition: .7s all;
}
.common-home .terms:focus {
	color: initial;
    text-decoration: none;
}
.common-home .terms:after {
	background-color: #0B063C;
}
.common-home .terms:hover {
	color: initial;
}
#cart {
	margin-bottom: 0px;
	backdrop-filter: blur(7px);
}
#cart .icon {
    display: flex;
    width: 56px;
    height: 56px;
    background-color: #64ABFF;
    align-items: center;
    justify-content: center;
    position: relative;
	transition: .7s all;
}
.common-home #cart .icon {
	background: #CDF197;
	box-shadow: 0px 4px 12px rgba(144, 184, 80, 0.4);
}
.common-home #cart:hover {
	color: #0B063C;
}
.common-home #cart:hover .cart_button .icon {
	background-color: #ffe55c;
}

#cart .icon .circle {
    width: 8px;
    height: 8px;
    background-color: #EE7887;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
}
#cart .icon .icon-cart {
	width: 22px;
	height: 22px;
    -webkit-mask: url(../image/icon_cart.svg);
    -webkit-mask-size: 22px 22px;
    background: #fff;
}
.common-home #cart .icon .icon-cart {
    background: #0B063C;
}
.text-danger {
    color: #EE7887;
    transform: translate(0px, 0%);
    font-size: 13px;
	margin: 5px 0 30px 0;
	font-weight: 500;
	text-transform: lowercase;
}
.text-danger:first-letter {
    text-transform: uppercase;
}
.justify-content-end {
	justify-content: flex-end;
}
.mfilter-content-opts {
    width: 100%;
}
#cart .cart_button {
	background-color: rgb(100 171 255 / 12%);
    border: none;
    padding: 15px;
    display: flex;
    align-items: center;
    min-width: 240px;
    min-height: 86px;
}
.common-home #cart .cart_button {
	background: rgb(205 241 151 / 32%);
}
.cart_info {
	padding-left: 15px;
}
.cart_info div {
    text-align: left;
    font-weight: 700;
}
#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: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
.d-flex {
	display: flex;
}
.d-flex2 {
    margin: 0;
    color: #0B063C;
    font-size: 14px;
    text-align: right;
    padding-right: 30px;
    font-weight: 700;
    transform: translate(0px, -40px);
}
.flex-wrap {
    flex-wrap: wrap!important;
}
.w-100 {
	width: 100%;
}
.h-auto {
    height: auto;
}
* {
	outline: 0;
}
.align-items-center {
	align-items: center;
}
/* menu */
#menu {
    position: relative;
    margin-left: 25px;
}
#menu a {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0B063C;
    padding: 10px 0;
    display: block;
}
.wrapper_menu {
	position: absolute;
   left: 0%;
   z-index: 9;
   min-width: 250px;
   padding-top: 30px;
   display: none;
   opacity: 0;
   transform: translate(calc(-50% + 12px), 0px);
   transition: all ease .3s;
}
.btn_menu:hover + .wrapper_menu,
.wrapper_menu:hover {
	display: block;
	opacity: 1;
}
#menu ul {
    background-color: #fff;
    padding: 50px 25px;
    background-image: url(/catalog/view/theme/default/image/bg_menu.svg);
    background-position: right bottom;
    position: relative;
    background-repeat: no-repeat;
}
#menu ul:before {
	content: '';
	width: 12px;
	height: 12px;
	border: 12px solid transparent;
	border-bottom: 12px solid #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
}
.btn_menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    cursor: pointer;
}
.btn_menu span {
    width: 67%;
    height: 3px;
    background: #0B063C;
    margin: 0 auto;
}
.btn_menu span:nth-child(2) {
	width: 100%;
}
.btn_menu span + span {
	margin-top: 7px;
}
#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;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	font-weight: 400;
}
.thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
    line-height: 1;
    margin: 0;
}
.thumbnail {
	margin: 0;
	position: relative;
}
.img_mark {
	transform: translate(-40px, 40px);
}
#category-wall {
    position: relative;
    z-index: 2;
    margin-bottom: 95px;
}
.category-wall_wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -15px;
}
.category-wall-panel .category-wall-panel-heading {
    display: flex;
    width: 100%;
    height: 72px;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1E1E1;
    position: relative;
    letter-spacing: 3px;
    padding: 0 0px;
}
.category-wall-panel-title {
    margin: 0;
    font-weight: 700;
    line-height: 110%;
	text-transform: lowercase;
    width: 100%;
    height: 100%;
}
.category-wall-panel-title span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    cursor: default;
}
.category-wall-panel-title a span {
    cursor: pointer;
}
.category-wall-panel:hover .category-wall-panel-title {
	color: #64ABFF;
}
.category-wall-list-group {
    padding: 25px;
}
.category-wall-list-group a,
.category-wall-list-group span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    padding: 12px 0;
}
.category-wall-panel-footer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #E1E1E1;
    border-top: none;
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s;
    background-color: #fff;
    z-index: 2;
}
.category-wall-panel {
    position: relative;
    position: relative;
    width: calc(20% - 15px);
    margin: 0 15px 15px 0;
    min-width: 135px;
}
.category-wall-panel:hover .category-wall-panel-footer {
	opacity: 1;
	visibility: visible;
}
.blog-latest-module {
    margin-bottom: 80px;
}
.blog-latest .date {
    color: rgb(0 0 0 / 24%);
    font-size: 18px;
    font-weight: 700;
    font-family: 'Time New Roman';
    margin-bottom: 15px;
}
.blog-latest__wrapper {
	margin-bottom: 80px;
}
.blog-latest__item p {
    margin: 0;
}
/* footer */
footer {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #E1E1E1;
    flex-shrink: 0;
}
.footer-top,
.footer-bottom {
	line-height: 1;
}
.footer-bottom {
    color: rgb(0 0 0 / 28%);
    font-size: 11px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
ul.soc_links {
    margin: 0px 0 0 40px;
    display: flex;
    align-items: center;
    transform: translate(0px, -2px);
}
.footer-menu {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.footer-contacts span,
.footer-contacts a {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
}
footer .email {
    color: #328AF2;
    margin-left: 20px;
}
.footer-contacts {
    display: flex;
    align-items: center;
}
.soc_links li + li {
    margin-left: 10px;
}
#seo {
    max-width: 990px;
    margin: 0 auto 80px;
    background-image: 
    	url(/catalog/view/theme/default/image/bg_seo_lt.svg),
    	url(/catalog/view/theme/default/image/bg_seo_rt.svg),
    	url(/catalog/view/theme/default/image/bg_seo_lb.svg),
    	url(/catalog/view/theme/default/image/bg_seo_rb.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 
    	left top,
    	right top,
    	left bottom,
    	center bottom;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 40px;
}
#seo h2 {
    text-align: center;
}
#seo h3 {
    font-size: 24px;
	margin: 20px 0 10px 0;
}
.detail {
    display: none;
}
.slider .detail {
    display: block;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all ease .3s;
    text-align: center;
}
#seo ul,
#seo ol {
    font-weight: 400;
}
.open .detail {
    transform: rotate(180deg);
}
#seo .open .detail img {
	transform: rotate(180deg);
}
.hidden-content {
    height: 210px;
    overflow: hidden;
}
#seo .html__wrapper {
    height: 0;
    overflow: hidden;
}
.open .hidden-content,
#seo.open .html__wrapper {
    height: auto;
}
/* alert */
.alert {
	padding: 15px;
}
.btn-danger:hover {
    border-color: transparent;
}
select.form-control {
    cursor: pointer;
    background-image: url(../image/icon/arrow-down.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
}
.alert-success {
    color: #fff;
    background-color: rgb(11 6 60);
    position: relative;
    margin: 0 auto 30px;
    z-index: 9999;
    border: none;
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
	border-radius: 0;
	font-size: 13px;
}
.alert-success a {
	color: rgb(100 171 255);
}
.alert-success .close {
    position: absolute;
    right: 10px;
    float: right;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: .9;
	top:50%;
	margin-top: -11px;
}
.alert-success .close:hover {
	color: #fff;
	opacity: 1;
}
.alert-success .container {
	position: relative;
	padding-right: 40px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0px 0 60px 0;
	padding: 0;
	border: none;
	background: no-repeat;
	border-radius: 0;
}
.breadcrumb > li {
	display: initial;
}
.page-product .breadcrumb {
	margin-bottom: 55px;
}
.breadcrumb a,
.breadcrumb li
{
    font-weight: 700;
    font-size: 14px;
}
.breadcrumb li:last-child a,
.breadcrumb li:last-child {
	color: #64ABFF;
}
.breadcrumb > li {
	padding-right: 15px;
}
.breadcrumb>li+li:before,
.breadcrumb > li:last-child:after {
	display: none;
}
.breadcrumb > li:after {
    content: ">";
    padding: 0 0px 0 15px;
    color: #0B063C;
    font-weight: 700;
    font-size: 12px;
}
.pagination {
	margin: -20px 0 80px 0;
	border-radius: 0;
	display: flex;
}
.pagination li + li {
    margin-left: 10px;
}
.pagination svg {
	height: 23px;
}
.pagination>li>a, .pagination>li>span {
    display: flex;
    width: 72px;
    height: 72px;
    border: 1px solid #E1E1E1;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    color: #0B063C;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}
.pagination>li>a.border-0, .pagination>li>span.border-0 {
	border: none;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover,
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #64ABFF;
    border-color: #64ABFF;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}
li.text_first,
li.text_last {
	
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.mb-50 {
    margin-bottom: 50px;
}
.btn-primary {
    color: #fff;
    background-color: #64ABFF;
    border-color: #64ABFF;
}
.btn-primary[disabled] {
	background-color: #64abff;
	border-color: #64abff;
	opacity: .5;
}
.btn-primary:hover {
	background-color: #7bbaff;
	border-color: #7bbaff;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background:#fff;
}
.btn, #button-confirm {
    font-size: 15px;
    font-weight: 700;
    display: flex;
    width: 204px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    border-radius: 0;
    transition: all ease .3s;
    outline: 0;
    outline-offset: 0;
    background-color: #64abff;
    color: #fff;
    min-height: 56px;
}
.btn#simplecheckout_button_confirm,
.btn#button-confirm {
	width: auto;
	padding: 0 30px;
}
.btn.active, 
.btn:active,
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
	outline: 0;
    outline-offset: 0;
    box-shadow: none;
}
.btn_blue,
.btn_blue:active,
.btn_blue:focus {
	background-color: #64ABFF;
	color: #fff;
	box-shadow: 0px 10px 25px 0px rgb(100 171 255 / 70%) !important;
	letter-spacing: 3px;
}
.btn:hover,
.btn:active,
.btn:focus {
	background-color: #7bbaff !important;
	color: #fff !important;
}
.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 {
	width: 120px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #64ABFF;
    background-image: none;
    font-size: 15px;
    font-weight: 700;
    border: none;
    box-shadow: none;
    font-family: 'Montserrat';
    text-shadow: none;
    padding: 0;
}
select {
	-webkit-appearance: none;
}
#button-cart,
.product-thumb button {
    width: auto;
	padding: 0 30px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #64ABFF;
    background-image: none;
    font-size: 15px;
    font-weight: 700;
    border: none;
    box-shadow: none;
    font-family: 'Montserrat';
    text-shadow: none;
    outline: 0;
    border: 0;
    color: #fff;
}
.product-thumb button {
	background-color: rgb(64 198 218 / 80%);
	transition: all ease .3s;
	-webkit-appearance: none;
}
.product-thumb button:hover {
	background-color: rgb(64 198 218 / 100%);
}
.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 {

}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	
}
/* 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;
}
.subcategory {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.category__title {
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin: 0 0 20px 0;
}
.subcategory > a img {
    display: block;
	margin-right: 20px;
}
.subsubcategory-list a {
    display: block;
    padding: 5px 0;
    color: #0B063C;
}
.subsubcategory-list a:hover {
	color: #64ABFF;
}
header .list-unstyled {
	margin: 0;
	box-shadow: 2px 22px 73px 0px rgb(194 201 191 / 33%);
}

.common-home .list-unstyled {
	box-shadow: none;
}

.subcategory__item {
    display: flex;
    flex-direction: column;
}
.subsubcategory-list {
    list-style-type: none;
    margin: 0;
    max-width: calc(100% - 180px);
	padding-left: 0;
}
/* product list */
.featured .swiper-slide {
    padding: 20px;
}
.product-thumb {
	display: flex;
	position: relative;
	margin-bottom: 100px;
}
.product-thumb.product-article {
    flex-direction: column;
}
.swiper-wrapper .product-thumb {
    margin-bottom: 0;
}
.product-thumb:before {
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	background-color: rgb(124 238 255 / 0%);
	transition: all ease .3s;
	z-index: -1;
}
.product-thumb:hover:before {
	background-color: rgb(124 238 255 / 14%);
}

.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.slideshow .swiper .swiper-pagination {
    left: 50%;
    position: absolute;
    display: inline-flex;
    transform: translate(-50%, -50px);
    width: auto;
    bottom: auto;
	z-index: 1;
}
.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
	.page-product .swiper-pagination {
    	display: block;
	}
}
.caption .manufacturer {
    text-transform: uppercase;
    color: rgb(0 0 0 / 32%);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.product-info .manufacturer {
    text-transform: none;
    color: rgb(0 0 0 / 32%);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: -1px;
}
.product-info .radio label {
    padding: 10px 14px 9px 14px;
}
.page-product h1 {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -3px;
    margin-bottom: 20px;
}
.manufacturer-model {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
th.option {
    text-align: center;
}
td.option .options {
    justify-content: center;
}
td.option {
    vertical-align: middle;
}
td.option .options select {
    min-width: 72px;
    min-height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1E1E1;
    font-size: 18px;
    font-weight: 500;
    color: #0B063C;
    text-align: center;
    padding: 0;
    cursor: pointer;
	background: #fff;
	padding: 0 10px;
}
.price {
    color: #000;
    font-size: 50px;
    display: inline-flex;
    align-items: flex-end;
    line-height: .4;
    font-weight: 700;
}
.price-wrapper {
    margin-bottom: -6px;
}
.price > span {
    display: flex;
    align-items: flex-end;
    line-height: 1;
}
.price .currency {
    order: -1;
    font-size: 27px;
    position: relative;
    bottom: 5px;
    margin-right: 5px;
    font-weight: 500;
}
.btn-remove {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 1px;
    top: 20px;
    width: 12px;
    height: 12px;
}
.btn-remove-mobile {
	display: none;
}
.product-info-cart .manufacturer-model {
    font-size: 12px;
    font-weight: 500;
    color: rgb(0 0 0 / 32%);
}
a.product-name {
    font-size: 22px;
    font-weight: 700;
    color: #0B063C;
    margin-bottom: 30px;
    display: block;
    line-height: 1;
}
a.product-name:hover{
	color: #64ABFF;
}
.btn-remove span {
    display: block;
    width: 14px;
    height: 2px;
    background: #0B063C;
    margin: auto;
    transform: rotate(45deg);
    position: absolute;
}
.btn-remove span + span {
    transform: rotate(-45deg);
}
.product-thumb .product-name {
	margin: 0 0 20px 0;
	line-height: 1.1;
}
.page-category .product-thumb .image + div {
	max-width: calc(100% - 240px);
}
.page-category .product-thumb p {
    margin: 0 0 15px;
    font-weight: 700;
}
.product-thumb .product-name a,
.product-thumb h4 a {
	font-weight: 700;
	font-size: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-word;
}
.product-thumb .caption {
	justify-content: space-between;
    padding: 0 0px 0 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-thumb .image {
    position: relative;
    min-width: 213px;
}
.product-thumb .image + div {
    max-width: calc(100% - 213px);
    width: 100%;
}
.product-thumb .image button {
    position: absolute;
    right: 20px;
    top: 243px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s;
}
.product-thumb:hover .image button {
    opacity: 1;
    visibility: visible;
}
.price-model {
    display: flex;
    justify-content: space-between;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.price-model {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 25px;
}
.caption .model {
    font-size: 12px;
    font-weight: 600;
    color: rgb(0 0 0 / 32%);
    margin-bottom: 6px;
	padding-left: 10px;
}
.caption .options {
    margin: 0 0px 0px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.checkbox label, .radio label {
	min-height: 0px;
    padding-left: 0px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}
.product-thumb .radio label input[type="radio"] {
	display: none;
}
.options .radio {
	margin: 0;
}
.options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.options .checkbox,
.options .radio {
    margin-right: 15px;
	margin-top: 15px;
}
.options .checkbox + .checkbox, .options .radio + .radio {
	margin-top: 15px;
    margin-left: 0px;
}
.simplecheckout-cart .radio {
    margin-right: 0;
    position: relative;
}
.simplecheckout-cart .radio:after {
    content: url(../image/icon_arrow.svg);
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0px);
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	a {
		transition: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
    margin-left: 0px;
    overflow: visible;
    position: relative;
}
.img_mark {
    transform: translate(0px, 0px);
    position: absolute;
    left: -40px;
    bottom: -40px;
    background-color: transparent;
    border: none;
}
.thumbnails > img {
	width: 100%;
}
.thumbnail img {
    margin-left: 0;
}
.product-info {
    background-image: url(../image/halatik.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 57px;
    transform: translate(-15px, 0px);
}
#product .manufacturer {
	margin-bottom: 40px;
}
.form-group {
    margin-bottom: 20px;
}
.product-info .sku {
    font-size: 18px;
    color: #0B063C;
    font-weight: 600;
    margin: 15px 0 60px;
}
.product-info .description {
    margin-bottom: 35px;
}
#product .description p {
    font-size: 18px;
    color: #0B063C;
    font-weight: 600;
}
.option-name {
	display: none;
}
.radio.out_of_stock {
    
}
.radio input {
	display: none;
}
.radio label {
    font-size: 18px;
    font-weight: 600;
    color: #0B063C;
    line-height: 1;
	border: 1px solid #E1E1E1;
    padding: 7px 7px 6px 7px;
}
.option-wrapper {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.option-wrapper .radio {
    margin: 0 10px;
}
.checkbox, .radio {
	margin: 0;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: 0px;
}
input[type=radio]:checked + label,
.radio label:hover {
	color: #64ABFF;
}
.image-additionals {
	display: flex;
}
.image-additional + .image-additional {
    margin-left: 25px;
}
.featured .swiper-button {
    border: 1px solid #E1E1E1;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.basket_icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	-webkit-mask: url(../image/icon_cart.svg);
    -webkit-mask-size: 16px 16px;
	background: rgb(100 171 255);
	vertical-align: middle;
}
@media (min-width: 1422px) {
	.featured .swiper-viewport .swiper-button-next {
		transform: translate(100%, 0px);
		right: -40px;
		opacity: 1;
	}
	.featured .swiper-viewport .swiper-button-prev {
	    transform: translate(-100%, 0px);
	    left: -40px;
	    opacity: 1;
	}
}
.featured .swiper-button-next:before,
.featured .swiper-button-prev:before {
	font-size: 20px;
	text-align: center;
}
#product .price-wrapper {
    margin-right: 40px;
}
#product .availability {
	font-size: 14px;
    font-weight: 600;
    color: rgb(0 0 0 / 32%);
}
.product-info__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 40px;
}
.buy-group {
    margin-left: auto;
}
.share {
	margin-top: 50px;
	display: flex;
	align-items: center;
}
.share span {
    font-size: 14px;
    font-weight: 600;
    color: rgb(0 0 0 / 10%);
    display: inline-flex;
    margin-right: 30px;
}
.share a + a {
	margin-left: 15px;
}
* {
	outline: 0;
}
.featured {
    padding-top: 0px;
    margin: -20px -20px 20px -20px;
}
.common-home .featured h3 {
    display: none;
}
.common-home .featured .number-pagination.swiper-pagination-bullet {
    display: flex;
    width: 72px;
    height: 72px;
    border: 1px solid #E1E1E1;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    color: #0B063C;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    margin: 0;
}
.common-home .featured .number-pagination.swiper-pagination-bullet + .number-pagination.swiper-pagination-bullet {
	margin-left: 10px;
}
.common-home .featured .number-pagination.swiper-pagination-bullet:hover,
.common-home .featured .number-pagination.swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: #fff;
    background-color: #64ABFF;
    border-color: #64ABFF;
}
.common-home .featured .swiper-pagination {
	position: relative;
	display: flex;
	justify-content: flex-start;
	padding: 0px 20px 0;
}
.featured .swiper-grid-column > .swiper-wrapper {
    flex-direction: row;
}
.common-home .featured .swiper-button {
	display: none;
}
.swiper-grid-column .swiper-wrapper .product-thumb {
    margin-bottom: 80px;
}
.page-product .featured {
	padding-top: 120px;
}
.featured .swiper-viewport {
    margin: 0 0 85px;
}
a:focus {
    outline: 0;
    outline-offset: 0;
}
.related-products h3 {
    margin-bottom: 80px;
}

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

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

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

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

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

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

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

/* fix oclabs */
.checkout-simplecheckout h1 {
    display: none;
}
.form-advanced-search-group input,
.form-advanced-search-group input:focus {
    margin: 0;
    width: calc(100% - 72px);
    border-right: none;
}
.form-advanced-search-group {
    display: flex;
    flex-wrap: wrap;
}
.search-button-icon {
	background-image: url(../image/icon/icon_search.svg);
}
.search-button-icon {
    background-image: url(../image/icon/icon_search.svg);
    font-size: 0px;
    width: 72px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-left: none;
}
.advanced-search-form {
    margin: 0;
    padding: 0;
}
.advanced-search .list-group-item {
	display: none;
}
.advanced-search {
	margin-bottom: 80px;
}
.description {
    margin: 60px 0 0;
	font-weight: 400;
}
.description-category {
    max-width: 990px;
    margin: 0 auto 80px;
    background-image: url(/catalog/view/theme/default/image/bg_seo_lt.svg), url(/catalog/view/theme/default/image/bg_seo_rt.svg), url(/catalog/view/theme/default/image/bg_seo_lb.svg), url(/catalog/view/theme/default/image/bg_seo_rb.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left top, right top, left bottom, center bottom;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 40px;
}
#seo a,
#tab-description a,
.description a,
.description-category a,
#content p a {
	color: #328AF2;
}
#seo a:hover,
#tab-description a:hover,
.description a:hover,
.description-category a:hover,
#content p a:hover {
	color: #64ABFF;
}
.smaspp-static-result .table-results tr td.image {
    min-width: 213px;
}
.smaspp-static-result h3.result-title {
	padding-bottom: 20px;
	font-weight: 500;
}
.related-products {
    padding-top: 80px;
}
.simplecheckout-cart td.product-info-cart {
    vertical-align: text-bottom;
    padding-top: 45px;
    padding-right: 20px;
}
.simplecheckout-cart td.total {
    text-align: right;
    white-space: nowrap;
    display: table-cell !important;
    font-size: 36px;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    width: 33%;
}
#mfilter-content-container .buttons {
	position: relative;
	padding:20px 0 40px 0;
	overflow: hidden;
}
#information-contact .form-group > [class^='col-md-'] textarea.form-control,
#information-contact .form-group > [class^='col-md-'] input.form-control,
#information-contact .form-group > [class^='col-md-'] .text-danger {
	margin-bottom: 0;
}
#information-contact .form-group > [class^='col-md-'] {
	padding-bottom: 40px;
}
#information-contact .form-group.has-error .form-control,
#information-contact .form-group.has-error .form-control:focus {
	border-color: #e1e1e1;
}
/* CSS for touch devices */
@media only screen and (hover: none) and (pointer: coarse){
	.category-wall-panel:hover .category-wall-panel-footer {
		opacity: 0;
		visibility: hidden;
	}
	.radio label:hover {
		color: unset;
	}
	.product-thumb .image button {
		transition: none;
	}
	.product-thumb:hover .image button {
		opacity: 0;
		visibility: hidden;
	}
	.product-layout.active .product-thumb .image button {
		opacity: 1;
		visibility: visible;
	}
}

/* ---------------------- */
@media (max-width:  1440px) {
    header .container,
    #common-home .banner .container {
        max-width: 1132px;
    }
}
#common-home #banner0 {
    margin: 0 0 110px;
    background: #fff;
    z-index: 1;
    width: 100%;
    position: relative;
    overflow: visible;
}
.newsletter_module {
    text-align: center;
}
.newsletter_module .input-group {
    display: inline-flex;
    margin-top: 30px;
}
#button-subscribe {
    display: flex;
    height: 72px;
    align-items: center;
}
@media (max-width:  1309px) {
	body {
		padding: 0;
	}
	.category-wall-panel .category-wall-panel-heading a {
      	width: 100%;
	}
	.price {
       	font-size: 50px;
	}
	.caption .model {
		margin-left: 0;
		white-space: nowrap;
        margin-bottom: 5px;
	}
	footer .justify-content-end {
    	justify-content: flex-start;
	}
	.footer-contacts {
    	padding-top: 30px;
	}
	.footer-menu {
       	justify-content: flex-start;
	}
	.footer-menu li + li {
		margin-left: 20px;
	}
	ul.soc_links {
    	margin: -6px 0 0 20px;
	}
    .slide-info .title {
        font-size: 120px;
    }
    .slide-info .title span {
        font-size: 36px;
    }
    .product-thumb .product-name a {
        font-size: 18px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        word-break: break-word;
    }
}
@media (max-width:  1024px) {
    header .container, #common-home .banner .container {
        max-width: calc(100% - 60px);
    }
    .swiper-grid-column .swiper-wrapper .product-thumb {
        margin-bottom: 20px;
    }
    .description {
        margin-bottom: 0;
        margin-top: 0;
    }
    .description.long {
        margin-top: 40px;
    }
    header {
        padding-top: 20px;
    }
    .slide-info h1.title {
        font-size: 55px;
    }
    .slide-info h1.title span {
        font-size: 20px;
    }
    .btn-slide {
        margin-top: 20px;
    }
    .product-thumb .image + div {
        width: 100%;
        max-width: calc(100% - 140px);
    }
    .price-model {
        flex-wrap: wrap;
    }
}
@media (max-width:  991px) {
	.terms {
		display: none;
	}
	.category-wall-panel {
		width: calc(25% - 20px);
	}
	.product-thumb .image {
    	min-width: 160px;
	}
	.product-thumb .image button {
	    top: 163px;
	}
	.page-category .product-thumb .image + div {
    	max-width: 185px;
	}
	.caption .manufacturer {
		margin-bottom: 10px;
	}
	.product-thumb {
	    margin-bottom: 50px;
	}
	.blog-latest__item {
    	margin-bottom: 30px;
	}
	.blog-latest__wrapper {
    	margin-bottom: 20px;
    }
    .product-info__bottom {
    	flex-wrap: wrap;
    }
    .buy-group {
    	margin: 20px auto 0 0;
    }
    .swiper-pager {
    	display: none;
    }
    .product-info {
        transform: translate(0px, 0px);
	}
	.html {
		padding: 0 0 20px 0;
	}
	.pagination {
       	flex-wrap: wrap;
	}
	.pagination li {
		margin: 0 10px 10px 0;
	}
	.pagination li + li {
    	margin-left: 0px;
	}
}
@media (max-width:  767px) {
	#seo {
		padding-left: 20px;
		padding-right: 20px;
	}
	.size_table {
		font-size: 12px;
	}
    #product .radio label {
        font-size: 20px;
    }
    .subsubcategory-list {
        padding-left: 0px;
        list-style-type: none;
		min-width: 130px;
		max-width: min-content;
    }
    .page-product h1 {
        font-size: 28px;
    }
    .options .checkbox + .checkbox, .options .radio + .radio {
        margin-top: 15px;
        margin-left: 0px;
    }
    body {
        padding: 40px 25px 0;
    }
    .common-home #cart .icon {
        background: none;
        box-shadow: none;
    }
    #cart {
        backdrop-filter: blur(0px);
    }
    .common-home #cart .cart_button {
        background: none;
        padding: 0;
    }
    #cart .icon {
        width: 30px;
        height: 30px;
    }
	h1::before, .h1::before,
	h1::after, .h1::after	{
      	display: none;
	}
	.h1 span,
	h1 span {
		position: relative;
		margin: 0;
	}
	.category-wall_wrapper {
	    justify-content: center;
	    flex-wrap: wrap;
	    margin: 0 -10px 0 0;
	}
	.category-wall-panel {
	   	width: calc(50% - 10px);
	   	margin: 0 10px 10px 0;
	}
	.category-wall-panel-title span {
	    overflow: hidden;
        font-size: 13px;
		letter-spacing: 2px;
	}
	.mfilter-filter-item {
		max-width: 100% !important;
	}
	.product-thumb .image {
    	min-width: 140px;
    	width: 100%;
    	max-width: 140px;
	}
	.page-category .product-thumb .image + div {
    	max-width: calc(100% - 140px);
	}
	.btn-remove-mobile {
		display: block !important;
		top: 0 !important;
	}
	.btn-remove {
		display: none;
	}
	.product-thumb .image button {
    	right: 15px;
    	left: auto;
    	top: 148px;
	    opacity: 1;
	    margin: auto;
    }
    #cart .cart_button {
    	background-color: transparent;
        min-width: 0px;
        padding: 0;
        min-height: initial;
	}
	#cart-total {
		display: none;
	}
	.common-home #cart:hover .cart_button .icon {
		background: none;
	}
	.breadcrumb {
		padding: 5px 0;
	}
	.breadcrumb > li {
       	padding-right: 10px;
	}
	.mfilter-content_top .box-heading {
    	margin-bottom: 20px !important;
        transform: translate(0%, 0px) !important;
  	    float: inherit !important;
  	}
  	.mfilter-heading {
    	margin-bottom: 20px !important;
	}
	.mfilter-filter-item {
		padding: 15px 20px !important;
	}
  	.product-thumb .product-name {
	    margin: 0 0 10px 0;
	    display: -webkit-box;
	    overflow: hidden;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	}
	.footer-menu {
    	justify-content: flex-start;
    	flex-wrap: wrap;
	}
	.footer-menu li {
		margin-right: 30px;
	}
	.footer-menu li a {
		display: block;
		padding: 5px 0 16px 0;
	}
	.footer-menu li + li {
    	margin-left: 0px;
	}
	.footer-contacts {
    	padding-top: 20px;
	}
	.footer-contacts {
    	display: flex;
    	align-items: flex-start;
    	flex-wrap: wrap;
	}
	ul.soc_links {
    	margin: -2px 0 0 20px;
	}
	.footer-bottom {
	    justify-content: flex-start;
	    margin-top: 30px;
	    flex-wrap: wrap;
	    padding-bottom: 30px;
	}
	footer {
		padding-top: 20px;
		font-size: 13px;
	}
	.address {
    	margin-top: 10px;
	}
	.pagination>li>a, .pagination>li>span {
       	width: 52px;
    	height: 52px;
	}
	.swiper-pager,
	.swiper-pagination {
		display: none;
	}
	#cart .icon {
       	background-color: transparent;
	}
	header .dropdown {
		margin-right: 30px;
	}
	header .d-flex {
       	width: 100%;
	}
	header {
		margin-bottom: 80px;
		padding-top: 0px;
	}
    .common-home header {
        padding: 0px 25px 0;
    }
	header {height: 70px; padding-top: 30px !important; margin-top: -30px;}
	.caption .manufacturer,
    .product-info-cart .manufacturer-model {
       	font-size: 10px;
        margin-bottom: 10px;
		padding-right: 20px;
	}
	.product-thumb .product-name a,
    a.product-name {
    	font-size: 13px;
        font-size: 18px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        word-break: break-word;
	}
	.product-grid .product-thumb .caption {
    	padding: 0 0px 0 20px;
	}
	.description p, .description,
    .sku {
    	font-size: 13px;
	}
	.product-article .description {
		font-size: 15px;
	}
	.caption .options {
    	margin: 0px -5px 0px;
	}
	.radio label {
    	font-size: 16px;
       	padding: 5px;
		z-index: 999;
		position: relative;
	}
	.caption .model {
		font-size: 10px;
		margin-bottom: 1px;
    }
	.price .currency {
        font-size: 20px;
        bottom: 3px;
    }
    .price-model {
       	justify-content: space-between;
	}
	.product-thumb:before {
        left: -15px;
    	right: -15px;
    	top: -15px;
    	bottom: -15px;
	}
	#button-cart, .product-thumb button {
    	width: 110px;
    	height: 50px;
	}
	.price-model .price {
    	font-size: 24px;
    	padding-bottom: 0px;
	}
	.swiper-slide img {
    	margin: 0 auto;
	}
	.breadcrumb > li + li {
    	margin-left: 0px;
	}
	.breadcrumb > li:after {
    	content: '>';
   		padding: 0 0px 0 10px;
	}
	.img_mark {
        left: -10px;
    	bottom: -10px;
    }
    .page-product .breadcrumb {
    	margin-bottom: 40px;
	}
	.swiper-grid-column .swiper-wrapper .product-thumb {
    	margin-bottom: 40px;	
	}
    #common-home #banner0 img {
        max-height: 770px;
        width: 100%;
        object-fit: cover;
        object-position: center bottom;
    }
    header .container, #common-home .banner .container {
        max-width: 100%;
        width: 100%;
    }
    header .row {
        justify-content: space-between;
    }
    #logo img {
        min-width: 75px;
    }
    .slide-info {
        position: absolute;
        left: 5px;
        top: 20%;
        right: 5px;
        bottom: 5%;
        display: flex;
        align-items: flex-start;
    }
	.slide-info .title {
		font-size: 61px;
	}
	.slide-info h1.title span {
		font-size: 20px;
	}
    .description-slide {
        bottom: 5%;
        font-size: 14px;
    }
    .slideshow-banner {
        flex-direction: column;
    }
    #common-home .slideshow,
    .slideshow-banner > div {
        width: 100%;
        max-width: 100%;
        display: inline-flex;
    }
    .slideshow-banner .slideshow {
        margin-bottom: 60px;
    }
    .slideshow .swiper .swiper-pagination {
        transform: translate(-50%, -20px);
    }
    .slideshow-item .blur {
        margin-right: 15px;
		top: calc(50% + 6px);
    }
    #cart .icon .icon-cart {
        background: #0B063C;
    }
    #common-home #banner0 {
        margin: -20px -20px 90px;
        width: auto;
    }
    .mfilter-filter-item {
        flex-wrap: wrap;
    }
    .mfilter-filter-item .mfilter-heading {
        margin: 0px 0px 0px 0px;
        width: 100%;
    }
    .buy-group {
        order: 2;
        margin: 0 0 0 auto;
    }
    .simplecheckout-cart {
        display: flex;
        flex-wrap: wrap;
    }
    .simplecheckout-cart thead {
        display: none;
    }
    .simplecheckout-cart tbody tr {
        display: flex;
        flex-wrap: wrap;
    }
    .simplecheckout-cart td.image {
        width: 160px;
        padding: 0;
    }
    .simplecheckout-cart td.product-info-cart { 
        width: 100%;
        max-width: calc(100% - 160px);
        padding-top: 0;
        padding-right: 0;
        position: relative;
    }
	.option-wrapper .radio {
		margin: 0;
	}
    .simplecheckout-cart tbody tr + tr {
        padding-top: 20px;
        border-top: 1px solid #E1E1E1;
        margin-top: -22px;
    }
    .simplecheckout-cart tbody tr + tr td {
        border-top: none !important;
    }
    .simplecheckout-cart td.option {
        padding: 0;
        margin-left: 160px;
        transform: translate(0px, -100%);
    }
    .simplecheckout-cart td.total {
        padding: 0;
        margin-left: auto;
        width: auto;
        transform: translate(0, -100%);
    }
    td.option .options select {
        min-width: 42px;
        min-height: 42px;
		font-size: 15px;
    }
    td.option .option-wrapper {
        margin: 0;
    }
}
@media screen and (max-width: 374px) {
    body {
        padding: 20px 5px 0;
    }
}

@media (max-width: 500px) {
	.description-category {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 500px) {
    body {
        overflow-x: hidden;
    }
}


/* checkout */
.simplecheckout ul.dropdown-address {
  box-shadow: 2px 22px 73px 0px rgb(194 201 191 / 33%);
}
.simplecheckout .dropdown-address li:hover {
  background-color: #64ABFF;
}
.simplecheckout .dropdown-address li a {
  color: #0B063C;
  transition: none;
}
