body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #444;
	min-width: 320px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #0b7abb;
}

a:focus,
a:hover {
	color: #000000;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit
}

h1 {
	font-size: 27px;
}

@media only screen and (min-width: 768px) {
	h1 {
		font-size: 36px;
	}
}

h3.product-title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	background: #fff;
	padding: 20px;
	margin-bottom: 1px;
}

@media (max-width: 480px) {
	h3.product-title {
		font-size: 19px;
	}
}

a:hover {
	text-decoration: none
}

label {
	font-size: 13px;
	font-weight: 600;
	color: #000;
}

svg:not(:root) {
	vertical-align: middle;
}

#content {
	min-height: 600px;
}

@media (min-width: 1200px) {
	#content.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	#content.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
}

.fa {
	font-size: 14px
}

img {
	margin: 0 auto
}

.open .fa-caret-down,
.open .caret {
	transform: rotate(180deg);
	transition: all 0.2s
}

.items-not-empty {
	text-align: center;
	padding: 3rem 0;
	color: #999;
	font-size: 14px
}

.caret,
.fa-caret-down {
	transition: all 0.2s
}

.card,
.content-bg-white {
	background: #fff;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none
}

:focus {
	outline: none!important
}

.form-control {
	box-shadow: none;
	border-color: #ededed;
}

.form-control:focus {
	border-color: #0b7abb;
	outline: none;
	color: #606975;
	box-shadow: none !important;
}

.form-control:not(textarea) {
	height: 40px;
}

.has-error .form-control {
	border-color: #dc3545;
}

.well {
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

input:focus::-webkit-input-placeholder {
	color: transparent
}

input:focus:-moz-placeholder {
	color: transparent
}

input:focus::-moz-placeholder {
	color: transparent
}

input:focus:-ms-input-placeholder {
	color: transparent
}


/* nav-tabs */

.nav-tabs-container {
	background: #fff;
	border-bottom: 1px solid #ededed;
}

.nav-flex {
	width: 100%;
	margin: 0;
	background: #f7f7f7;
}
@media (min-width: 1025px){
#contact-header-mobsearch {
    display: block !important;
}
.user-block-search {
    display: none !important;
}
}
@media (min-width: 768px) {
	.nav-flex {
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		list-style-type: none;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
}

.nav-tabs-container ul li {
	height: 50px;
	margin-left: -1px;
}

.nav-tabs-menu>li {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-flex: 0;
}

.nav-tabs-menu>li>a {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
}

.nav-tabs-menu>li.active>a {
	background: #ffffff;
}

.nav-tabs-container ul li a {
	position: relative;
	padding: 0 30px;
	line-height: 50px;
	color: inherit;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid transparent;
	border-width: 0 1px;
}

.nav-tabs-container ul li.active>a {
	border: 1px solid #ededed;
	border-width: 0 1px;
}

@media only screen and (min-width: 768px) {
	.nav-tabs-menu>li.active>a:after {
		background: #fff;
		bottom: -1px;
		content: "";
		display: block;
		height: 1px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
	}
}

div.required .control-label:before {
	content: '* ';
	color: red;
	font-weight: 700
}


/* header */
input[readonly] {
     cursor: text;
     background: #ffffff !important;
}

.header {
	position: relative;
	border-bottom: 1px solid #ededed;
	z-index: 3;
}

@media screen and (max-width: 1024px) {
	.header>.container {
		padding: 0;
	}
}

.header-inside {
	height: 61px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (min-width: 1274px) {
	.header-inside {
		height: 61px;
	}
}

@media screen and (max-width: 535px) {
	.header-inside {
		height: 45px;
	}
}
.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 4;
    left: -100%;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: left 0.3s ease;
}
.header-logo {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	margin-top: 10px;
}

.header-logo h1 {
	margin: 0;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.header-logo {
		margin-left: 15px;
	}
	.header-logo h1 {
		font-size: 25px;
		padding-top: 6px;
	}
}

@media screen and (max-width: 533px) {
	.header-logo {
		margin-left: 10px;
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.header-logo img {
		width: 128px;
	}
}

.header-mobile-logo {
	background: #fff;
	display: block;
	border-bottom: 1px solid #ededed;
	padding-top: 2px;
    padding-bottom: 6px;
}

@media screen and (min-width: 534px) {
	.header-mobile-logo {
		display: none;
	}
}

.phone {
	color: #337ab7;
	font-size: 22px;
}

@media screen and (min-width: 1274px) {
	.phone a {
		font-size: 24px;
	}
}

@media screen and (max-width: 1024px) {
	.phone {
		font-size: 19px;
	}
}

.phone-link {
	text-decoration: none;
	color: #0b7abb;
}

.phone-link:hover {
	color: #337ab7;
}

.header-fixed {
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
}

.header-menu {
	background: #f4f4f4;
	height: 30px;
	line-height: 30px;
}


/* menu */




.hamburger-icon-inline {
	display: inline-block;
	vertical-align: bottom
}

@media only screen and (min-width:1200px) {
	.hamburger-icon-inline {
		margin-right: 1rem
	}
}

.hamburger-icon-inline .hamburger-icon {
	width: 1.8rem;
	height: 1.8rem;
	display: block
}

.hamburger-line {
	position: relative;
	display: block;
	width: 1.8rem;
	height: 2px;
	margin-top: 3px;
	transition: .3s;
	border-radius: 1rem;
	background-color: #fff
}
.header-center .menu.open .hamburger-icon .hamburger-line:nth-of-type(1) {
	-webkit-transform: translateY(5px) translateZ(0) rotate(45deg);
	transform: translateY(5px) translateZ(0) rotate(45deg)
}

.header-center .menu.open .hamburger-icon .hamburger-line:nth-of-type(2) {
	opacity: 0
}

.header-center .menu.open .hamburger-icon .hamburger-line:nth-of-type(3) {
	-webkit-transform: translateY(-5px) translateZ(0) rotate(-45deg);
	transform: translateY(-5px) translateZ(0) rotate(-45deg)
}

.header-center .menu.open .hamburger-icon .hamburger-line {
	background-color: #0b7abb
}

.header-center .menu.open>button span {
	color: #0b7abb
}

.header-center .menu.open>button {
	background: #fff;
	border: 2px solid #0b7abb;
	box-shadow: none
}

.header-center .menu button {
	display: inline-block;
	height: 4.5rem;
	padding: 0 1.6rem;
	border: 2px solid transparent;
	border-radius: 5px;
	background: #0b7abb;
	transition: background .2s;
	border-width: 2px;
	white-space: nowrap;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .12)
}

.header-center .menu button i {
	font-size: 1.8rem;
	color: #fff;
	margin-right: 1rem
}

.header-center .menu button span {
	color: #fff;
	font-size: 1.6rem
}

@media only screen and (max-width:991px) {
	.header-left .logo h1 {
		margin: 0;
		text-align: center
	}
	.header-left .logo img {
		margin: 0 auto;
	}
	.header-left {
		width: 100%;
		vertical-align: middle;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 0;
	}
}

@media only screen and (min-width:992px) {
	.header-block {
		padding: 2rem 0
	}
}

/* Главное меню и мобильное меню */

/* PC Menu */

.header-nav__submenu {
	display: none;
	z-index: 22;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	width: 100%;
	height: auto;
	min-height: calc(100vh - 130px);
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	overscroll-behavior: contain;
	transition: display .3s ease-in-out;
}

@media screen and (max-width: 767px) {
	.header-nav__submenu {
		display: none;
	}
}

.header-submenu__col {
	width: 100%;
}

.header-submenu__col--grey {
	flex-shrink: 0;
	width: auto;
	min-width: 25%;
	background-color: #f4f4f4;
}

.header-submenu__col--white {
	display: flex;
}

.header-submenu__title {
	padding: 0;
	margin: 0 0 24px;
	font-weight: 700;
	font-size: 22px;
	line-height: 34px;
}

.header-submenu__list {
	list-style: none;
	margin: 0;
	padding: 12px 0;
}

.header-submenu .category-link {
	height: 50px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 15px;
	line-height: 19px;
	display: flex;
	align-items: center;
	transition: color .25s ease;
	color: inherit;
	position: relative;
}

@media screen and (min-width: 1600px) {
	.header-submenu .category-link {
		padding-left: calc((100vw - 1600px)/2 + 48px);
	}
}

.header-submenu__item.active .category-link:after {
	position: absolute;
	content: "";
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.813 9.012c0 .338-.113.563-.338.788L7.1 13.175c-.45.45-1.125.45-1.575 0a1.088 1.088 0 010-1.575l2.588-2.588-2.588-2.587a1.088 1.088 0 010-1.575c.45-.45 1.125-.45 1.575 0l3.375 3.375c.225.225.338.45.338.787z' fill='%23999'/%3E%3C/svg%3E")
}

.header-submenu__item.active .category-link {
	color: #0b7abb;
	background-color: #fff;
}

.header-submenu .category-link img {
	margin-right: 16px;
	flex-shrink: 0;
	mix-blend-mode: multiply;
}

.header-submenu .category-link span {
	flex-grow: 1;
	max-width: 240px;
}

.header-submenu__block {
	display: none;
	width: 100%;
	padding: 28px 32px;
	margin-left: 20px;
}

@media screen and (min-width: 1600px) {
	.header-submenu__block {
		padding-right: calc((100vw - 1600px)/2 + 36px);
	}
}

.header-submenu__block.active {
	display: block;
}

.header-submenu__container {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.header-submenu__inner {
	flex-grow: 1;
	column-count: 3;
	column-gap: 20px;
}

@media screen and (max-width: 1599px) {
	.header-submenu__inner {
		column-count: 3;
	}
}

@media screen and (max-width: 1365px) {
	.header-submenu__inner {
		column-gap: 10px;
	}
}

@media screen and (max-width: 1023px) {
	.header-submenu__inner {
		column-count: 2;
	}
}

.header-submenu__column {
	page-break-inside: avoid;
	break-inside: avoid;
	padding-bottom: 35px;
	text-align: center;
	line-height: 1.15;
}

.submenu-link {
	position: relative;
	line-height: 20px;
	color: #00182f;
}

.link-bold {
	font-weight: 700;
	display: inline-grid;
}

.header-submenu__subchild {
	margin-top: 12px;
	margin-bottom: 0;
	padding: 0;
	page-break-inside: avoid;
	list-style-type: none;
	break-inside: avoid;
	font-size: 15px;
}

.header-submenu__subchild__item {
	margin-bottom: 6px;
}

.child-link {
	color: inherit;
	line-height: 24px;
	font-size: 15px;
}

.submenu-link:hover,
.child-link:hover {
	color: #0b7abb;
}


/* Mobile menu */

.mobile-catalog {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	flex-direction: column;
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
	background-color: #fff;
}

.mobile-catalog__panel {
	display: flex;
	justify-content: start;
	align-items: center;
	height: 60px;
	min-height: 60px;
	background-color: #ededed;
	padding-left: 20px;
}

.mobile-catalog__title {
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
}

.mobile-catalog__close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 100%;
	margin-left: auto;
	color: #4c1e87;
	transform: rotate(180deg);
	appearance: none;
}

.mobile-catalog__inner {
	flex-grow: 1;
}

.mobile-catalog__list {
	list-style: none;
	margin: 0;
	background-color: #fff;
	padding: 0 0 70px;
}

.mobile-catalog__item:not(:last-of-type) {
	border-bottom: 1px solid #ededed;
}
.mobile-item {
	appearance: none;
	display: flex;
	align-items: center;
	width: 100%;
	height: 52px;
	padding: 18px 20px 18px 26px;
	color: rgba(0, 0, 0, .5);
	font-size: 13px;
	line-height: normal;
}

.mobile-catalog__name {
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #000;
	flex-grow: 1;
}

.mobile-catalog__back {
	display: flex;
	margin-right: 20px;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 100%;
	color: #000;
	appearance: none;
}

.mobile-catalog__image {
	margin-right: 16px;
}

.mobile-catalog__icon__arrow {
	color: #999;
}



/* Конец главного меню и моб меню */

.main-menu {
	width: 100%;
	border: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, transform .3s;
	transform: translateY(20px);
	margin: 1px 0 0 0;
	padding: 2.2rem 0;
	border-radius: 0;
	max-height: 1000px;
	overflow-y: auto
}

.main-menu img {
	margin-left: inherit
}

.main-menu .container>ul {
	display: flex;
	flex-wrap: wrap
}

.main-menu .submenu {
	padding-left: 0;
	list-style: none
}

.main-menu .submenu>li>a>i {
	margin-right: 7px;
	display: none
}

.main-menu .sub {
	padding: 0 0 2rem 0;
	width: 20%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.main-menu .sub {
		width: 25%
	}
}

.main-menu .sub a {
	font-size: 14px;
	display: block;
	padding: 0 0 7px 0;
	color: #3c454e;
}

.main-menu .sub a:hover {
	color: #0b7abb;
}

.main-menu .sub .sub-child {
	font-weight: 500;
	color: #000;
	margin-bottom: .7rem;
	font-size: 17px;
}

.main-menu .sub .sub-child:hover {
	color: #0b7abb;
}

.header-center .menu.open .main-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	box-shadow: 0 9999px 0 9999px #ffffff;
}
@media screen and (max-width: 767px) {
	.main-menu .container>ul {
    display: block;
    flex-wrap: wrap;
}
.main-menu .sub {
    width: 100%;
    display: flex;
}
.main-menu .sub .sub-child {
        margin-top: 0px;
        margin-bottom: 0.1em;
        line-height: 3.5em;
        width: 100%;
}
    .header-center .menu button {
      background: transparent;
      box-shadow: none;
    }
    .header-center .menu button span {
    color: #000;
    font-size: 3.6rem;
}
.hamburger-line {
    background-color: #000;
    width: 2.8rem;
}
.hamburger-icon-inline .hamburger-icon {
    height: 1.4rem;
}
.header-center .menu.open>button {
    background: transparent;
    box-shadow: none;
    border: none;
}
.main-menu .sub {
    padding: 0 0 1rem 0;
}
.mb-20, .m-b-2 {
    margin-bottom: 1px !important;
}
}
@media (min-width: 768px) and (max-width: 1024px){
    .header-center {
        margin-top: 10px;
    }
    .header-center .menu.open .main-menu{
        margin-top: 10px;
    }
}
/* menu */

span.wstock {
    color: #fd4545;
    font-size: 1.5rem;
    text-transform: uppercase;
}
span.sstock {
    color: #00a046;
    font-size: 1.5rem;
    text-transform: uppercase;
}
span.mstock {
    color: #fe6600;
    font-size: 1.5rem;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
	.header-fixed {
		margin-bottom: 10px;
		margin-top: 0;
		padding: 0;
	}
	.header-menu-list .header-menu-item,
	.header-menu {
		height: 35px;
	}
	.header-menu {
		line-height: 35px;
	}
	.header-menu .container {
		padding: 0;
	}
}

.header-menu-list {
	font-size: 0;
}

.header-menu-item {
	position: relative;
	display: inline-block;
	height: 30px;
	width: auto;
	vertical-align: top;
	font-size: 13px;
	text-align: center;
}

.header-menu-link {
	display: block;
	margin: 0;
	padding: 0 15px;
	text-decoration: none;
	color: #4c4c4c;
	font-size: 14px;
	cursor: pointer;
}

.header-menu-link:hover {
	text-decoration: none;
	color: #0b7abb;
}
.header-menu-linkt {
	margin: 0;
	padding: 0 5px;
	text-decoration: none;
	color: #4c4c4c;
	font-size: 15px;
	cursor: pointer;
}

.header-menu-linkt:hover {
	text-decoration: none;
	color: #0b7abb;
}
.noselectlang {
    font-size: 17px;
    border: none;
    background: none;
    outline: none;
}
.user-menu {
	font-size: 0;
	display: flex;
	height: 61px;
	padding-right: 0;
	-webkit-transition: padding .3s ease-out;
	-moz-transition: padding .3s ease-out;
	-o-transition: padding .3s ease-out;
	-ms-transition: padding .3s ease-out;
	transition: padding .3s ease-out;
}

@media screen and (min-width: 1274px) {
	.user-menu {
		height: 61px;
		padding-right: 0;
	}
}

@media screen and (max-width: 1024px) {
	.user-menu {
		height: 45px;
	}
}

@media screen and (max-width: 533px) {
	.user-menu {
		width: 100%;
		justify-content: space-around;
	}
}


/* language and currency */

.language-select,
.currency-select {
	text-align: left;
	color: #000;
	font-size: 13px;
}
#form-language a.enabled {
    color: #0b7abb;
}
#form-language a {
    color: #000000;
}
#form-language a:first-child {
    border-right: 1px solid #000;
    padding-right: 9px;
}

/* search */

#search {
	display: inline-block;
	height: 61px;
	width: 54px;
	right: -1px;
	position: relative;
	border-left: 1px solid #ededed;
	background: #fff;
}

@media screen and (min-width: 900px) {
	#search {
		height: 61px;
		width: 420px;
	}
}

@media screen and (min-width: 1320px) {
	#search {
		height: 61px;
		width: 650px;
	}
}

@media screen and (max-width: 1024px) {
	#search {
		height: 45px;
		width: 100%;
		position: absolute;
		bottom: -55px;
		left: 0;
		border: 0;
		border-top: 1px solid #ededed;
	}
}

@media screen and (max-width: 730px) {
	#search {
		-webkit-transition: width .2s ease, left .2s ease, position .2s ease;
		-moz-transition: width .2s ease, left .2s ease, position .2s ease;
		-ms-transition: width .2s ease, left .2s ease, position .2s ease;
		-o-transition: width .2s ease, left .2s ease, position .2s ease;
		transition: width .2s ease, left .2s ease, position .2s ease;
	}
}

#search.active_mobile_search>input,
#search.active_mobile_search>.input-group-btn {
	position: fixed;
	z-index: 3;
	display: block;
}

#search .form-control {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 51px;
	border: none;
	display: none;
	color: #323232;
	font-size: 15px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 54px 0 20px;
	margin: 0;
	border-radius: 0;
	border-color: #f0f2f4;
}

@media screen and (min-width: 900px) {
	#search .form-control {
		height: 61px;
		padding: 0 66px 0 15px;
		display: block;
		border-color: #f0f2f4;
		border-top-color: transparent;
	}
}

#search input[type=text].form-control {
	box-shadow: none;
}

@media screen and (max-width: 1024px) {
	#search .form-control {
		height: 45px;
		padding: 0 52px 0 15px;
		border-top-color: transparent;
		display: block;
		font-size: 13px;
	}
	#search input[type=text].form-control {
		border-bottom: 1px solid #ededed;
	}
}

#search .input-group-btn {
	display: block;
	height: 61px;
	width: 54px;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	-ms-transition: background .3s ease-out;
	transition: background .3s ease-out;
}

@media screen and (min-width: 1274px) {
	#search .input-group-btn {
		width: 66px;
		height: 61px;
	}
}

@media screen and (max-width: 1024px) {
	#search .input-group-btn {
		width: 52px;
		height: 45px;
	}
}

#search .input-group-btn .btn {
	border: none;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	font-size: 20px;
	color: #000;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.user-block {
	display: inline-flex;
	height: 61px;
	width: 53px;
	border-left: 1px solid #ededed;
	text-decoration: none;
	text-align: center;
	position: relative;
	cursor: pointer;
	vertical-align: top;
	background: #fff;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	transition: background .1s ease-out;
	z-index: 2;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 1274px) {
	.user-block {
		width: 67px;
		height: 61px;
	}
}

@media screen and (max-width: 600px) {
	.header-logo h1 {
		font-size: 25px;
		padding-top: 6px;
	}
}

@media screen and (max-width: 1024px) {
	.user-block {
		width: 55px;
		height: 55px;
	}
}

@media screen and (max-width: 533px) {
	.user-block {
		width: 100%;
	}
	.mbtn-catalog {
		border-left: 0;
	}
}

.user-block-menu .menu-icon,
.user-block-compare .menu-icon,
.user-block-wishlist .menu-icon,
.user-block-account .menu-icon {
	color: #000;
	cursor: pointer;
	-webkit-transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	-ms-transition: background .3s ease-out;
	transition: background .3s ease-out;
}

.user-block:hover,
.user-block.open {
	background: #f5f7f9;
}

.user-block .dropdown-menu {
	min-width: 200px;
	padding-bottom: 0;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.user-block.open {
		position: static;
	}
}

.user-block>a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* cart */

.count {
    display: block;
    font-size: 11px;
    position: absolute;
    top: 10px;
    z-index: 1;
    right: 10px;
    min-width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
	background: #0b7abb;
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.cart>button {
	background: transparent;
	border: none;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.cart>button>i {
	font-size: 25px;
	color: #000;
}

.cart.open>.btn {
	background-image: none;
	background-color: transparent;
	border: none;
	color: #fff;
	box-shadow: none;
	text-shadow: none
}

.cart.open>.btn:hover {
	color: #fff
}

.cart .load {
	padding: 2rem;
	background: white;
	left: auto;
	right: 0;
	min-width: 360px;
	margin: 0;
	border-radius: 0;
}

@media screen and (max-width: 767px) {
	.cart .load {
		min-width: 100%;
	}
}

.cart .load .preview {
	border-bottom: 1px solid #ededed;
	overflow: hidden
}

.cart .load .img_content {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 20%
}

.cart .load .product-quantity {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 20px;
	line-height: 20px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	padding: 1px 0 0;
	text-align: center;
	background-color: #0b7abb;
	color: #fff;
	font-size: 11px;
	height: 20px;
}

.cart .load .right_block {
	overflow: hidden;
	position: relative;
	padding: 0 20px 0 15px
}

.cart .load .product-name {
	display: block;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: normal;
	text-transform: capitalize;
	padding-right: 15px;
	line-height: 2rem
}

.cart .load .product-name a {
	color: #000;
	font-size: 13px;
}
.grn { font-size: 80%; }
.cart .load .product-price {
	display: block;
	margin: 7px 0 0;
	font-weight: 700
}

.cart .load .remove-from-cart {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #ccc
}

.cart .remove-from-cart span {
	font-size: 1.7rem
}

.cart .load .remove-from-cart:hover {
	color: #F44336
}

.cart .load .attributes_content {
	font-size: 1.2rem;
	margin: .5rem 0 0
}

.cart .load .attributes_content span {
	display: block
}

.cart .right_block strong {
	font-weight: 400
}

.cart .load .price_content {
	overflow: hidden;
	padding: 2rem 0;
	border-bottom: .1rem solid #ebebeb
}

.cart .load .labels {
	float: left
}

.cart .load .value {
	float: right
}

.cart .load .value,
.cart .load .labels {
	color: #3e3d43
}

.cart .load .price_inline {
	overflow: hidden;
	line-height: 2.5rem
}

.cart .load .checkout {
	margin: 2rem 0
}

.cart .load .checkout a {
	display: block;
	box-shadow: none
}

.cart .product-block {
	margin-bottom: 20px;
	display: table;
	width: 100%
}

.cart .mini-basket-empty {
	position: relative;
	overflow: hidden
}

.cart .mini-basket-empty p {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}

.cart .voucher-block {
	overflow: hidden;
	position: relative
}

.cart .voucher-des {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 25rem
}

.cart .voucher-amount {
	font-weight: 700;
	font-size: 1.4rem;
	margin-top: .5rem;
	display: inline-block
}

.cart .voucher-delete {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	cursor: pointer
}

.cart .voucher-delete span {
	font-size: 1.7rem
}

.cart .voucher-delete a {
	color: #ccc
}

.cart .voucher-delete a:hover {
	color: #F44336
}

.cart .products {
	display: none
}

.cart .cart-subtotals .products:last-child {
	display: block
}

.cart .products:last-child .labels,
.cart .products:last-child .value {
	font-size: 1.6rem;
	font-weight: 400
}

.cart .products:last-child .value {
	font-size: 1.8rem;
	font-weight: 700;
}


/* footer */

footer .social-btn a {
	color: #fff;
	font-size: 20px;
	margin-right: 5px;
	background: #0b7abb;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 39px;
}

footer .social-btn a:hover {
	color: #fff;
	background: #b1bac3;
}
.footer-top {
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #d6d7d9;
}

.footer-top>.container {
	max-width: 1024px;
}

.footer-email-content {
	align-items: center;
}

.footer-email-wrapper {
	width: 100%;
	font-size: 15px;
}

.heading-title {
	color: #5e5e5e;
}

.heading-title p {
	margin: 0;
}

.send-content {
	display: flex;
	color: #5e5e5e;
}

@media only screen and (max-width: 767px) {
	.send-content {
		margin-bottom: 15px;
		line-height: 19px;
		font-size: 13px;
		align-items: center;
	}
}

.heading-title {
	padding-left: 20px;
}

footer {
	margin-top: 60px;
	background-color: #f4f4f4
}

.footer-container {
	padding-bottom: 25px;
	padding-top: 25px;
}

@media (min-width: 640px) {
	.footer-container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

footer .container {
	position: relative;
	font-size: 0
}

@media only screen and (min-width: 992px) {
	footer ul {
		margin-bottom: 30px
	}
}

footer h5 {
	color: #4e4e4e;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 15px;
}

footer li {
	margin-bottom: 5px;
	display: block;
	line-height: 18px
}

footer a {
	transition: all .1s
}

footer a,
footer li {
	color: #4c4c4c;
	font-size: 13px
}

footer a.phone {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 20px;
	color: #4c4c4c;
	font-weight: 600;
}

footer a:hover {
	color: #0b7abb;
}

footer .contact-info span {
	margin-left: 5px;
}

footer .footer-bottom {
	text-align: center;
}

footer .footer-bottom p,
footer .footer-bottom a {
	color: #fff;
}

footer .footer-bottom p {
	margin: 0;
	font-size: 13px;
}

.footer-bottom br {
	display: none;
}

.payments li {
	display: inline-block;
	margin-left: 10px
}

.payments a {
	width: 60px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	border: 1px solid #ededed
}

.footer-border-top {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgb(46, 48, 53);
}

.breadcrumb {
	background-color: transparent;
	white-space: nowrap;
    overflow: auto;
}

.breadcrumb a {
	color: #000;
	font-size: 13px;
}
.breadcrumb::-webkit-scrollbar {
    width: 15px;
    height: 5px;
}
 
.breadcrumb::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #aaa / 30%); 
}
 
.breadcrumb::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px #aaa; 
}

/* column-left */

#column-left {
	/*border-right: 1px solid #ededed;*/
}

#column-right {
	border-left: 1px solid #ededed;
}

@media (min-width: 1200px) {
	#column-left.col-sm-3,
	#column-right.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}


/* text colors */
.btn-cupons {
    color: #565656;
    min-width: 100%;
    height: 48px;
    padding: 0 25px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    background-color: rgb(255 87 34 / 13%);
    border: 2px dotted #FF5722;
}
.btn-cupons:hover,.btn-cupons:focus {
    color: #565656;
    background-color: rgb(255 98 48 / 18%);
    border-color: #ff6230;
}
.btn-regsal {
    color: #0b7abb;
    background-color: #ffffff;
    border: 2px dotted #0b7abb;
}
.btn-regsal:hover {
    color: #0b7abb;
    background-color: #ffffff;
    border: 2px dotted #0b7abb;
}
.text-danger {
	color: #dc3545;
}

.form-group.has-error .text-danger {
	font-size: 13px;
}

.text-primary {
	color: #007bff!important;
}

.text-secondary {
	color: #6c757d!important;
}

.text-success {
	color: #28a745!important;
}

.text-warning {
	color: #0b7abb!important;
}

.text-info {
	color: #17a2b8!important;
}


/* buttons */

.btn {
	padding: 9px 15px;
}

.buttons {
	margin: 1rem 0
}

.btn-primary {
	color: #fff;
	background-color: #0b7abb;
	border-color: #0b7abb
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
	color: #fff;
	background-color: #0b7abb;
	border-color: #0b7abb
}

.btn-default {
	background-color: #f7f7f7;
	border-color: #ededed;
	color: #666
}

.btn-default.active,
.btn-default.focus,
.btn-default:focus,
.btn-default:hover,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
	background-color: #f7f7f7;
	border-color: #f0f2f4
}

.btn-info {
	color: #fff;
	background-color: #03a9f4;
	border-color: #03a9f4
}

.btn-info.active,
.btn-info.focus,
.btn-info:focus,
.btn-info:hover,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
	color: #fff;
	background-color: #1394cd;
	border-color: #1394cd
}

.btn-warning {
	color: #fff;
	background-color: #0b7abb;
	border-color: #0b7abb
}

.btn-warning.active,
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
	color: #fff;
	background-color: #b1bac3;
	border-color: #b1bac3
}

.btn-danger {
	color: #fff;
	border-color: #ed143d;
	background: #ed143d
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
	color: #fff;
	border-color: #c31335;
	background: #c31335
}

.btn-inverse {
	color: #fff;
	background-color: #37474f;
	border-color: #37474f
}

.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:focus,
.btn-inverse:hover,
.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse:active,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.open>.btn-inverse.dropdown-toggle,
.open>.btn-inverse.dropdown-toggle.focus,
.open>.btn-inverse.dropdown-toggle:focus,
.open>.btn-inverse.dropdown-toggle:hover {
	color: #fff;
	background-color: #263137;
	border-color: #263137
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	filter: alpha(opacity=40);
	opacity: .4
}

.heightcontent {
    width: 100%;
    margin: 0px;
    background: #f4f4f4;
    padding: 10px;
	margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    list-style: none;
}

/* list-group */

.list-group a.list-group-item {
	border: 0;
}

.list-group a.list-group-item {
	position: relative;
	border-radius: 0
}

@media only screen and (min-width: 768px) {
	.list-group a.list-group-item:before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		width: 88%;
		height: 1px;
		background-color: #f7f7f7;
		transition: .2s ease-in-out;
	}
	.list-group a.list-group-item:first-child:before {
        display: none
    }
	.list-group a.list-group-item {
		position: relative;
		display: block;
		padding: 20px 20px 20px 35px;
		font-size: 15px;
		font-weight: 400;
		line-height: 23px;
		color: #000;
		text-decoration: none;
		word-wrap: break-word;
		transition: .2s ease-in-out;
	}
}

#column-left .list-group a.list-group-item {
	border-left: 3px solid transparent
}

#column-right .list-group a.list-group-item {
	border-right: 3px solid transparent
}

#column-left .list-group a.list-group-item.active,
#column-left .list-group a.list-group-item:hover {
	border-left: 3px solid #0b7abb
}

#column-right .list-group a.list-group-item.active,
#column-right .list-group a.list-group-item:hover {
	border-right: 3px solid #0b7abb
}

.list-group a.list-group-item:last-child {
	border-bottom: 1px solid #ededed
}

.list-group a.list-group-item.active,
.list-group a.list-group-item.active:hover,
.list-group a.list-group-item:hover {
	background: #f7f7f7;
	color: #000;
}

.owl-carousel.carousel .carousel-caption {
	color: #FFF;
	text-shadow: 0 .1rem 0 #000
}

.owl-carousel.carousel .carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome
}

.owl-carousel.carousel .carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome
}

.owl-carousel.carousel .owl-buttons div {
	color: #000;
	text-shadow: none;
	transition: all .3s ease;
	margin: -20px 0 0 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #ececec;
    border-radius: 50%;
    opacity: 0;
}

.owl-carousel.carousel .owl-buttons div i {
	font-size: 14px
}

.owl-carousel.carousel .owl-buttons .owl-prev {
	left: 15px
}

.owl-carousel.carousel .owl-buttons .owl-next {
	right: 15px
}

.owl-carousel.carousel .owl-buttons .owl-prev:hover,
.owl-carousel.carousel .owl-buttons .owl-next:hover {
	background: rgba(226, 226, 226, .7);
	border-color: transparent;
	color: #337ab7
}

.owl-carousel.carousel .owl-item {
	text-align: center
}

.owl-carousel.carousel:hover .owl-buttons div {
	opacity: .5
}

#owl-demo.carousel.owl-theme .item img {
	border: 1px solid #ededed;
	padding: 5px;
	border-radius: 3px;
	max-width: 75px
}

#owl-demo.carousel.owl-theme .item img:hover {
	border-color: #ccc;
}

/* alert */
.alert {
	padding: 8px 60px 8px 75px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 400px;
	font-size: 13px;
	font-weight: 500;
	min-height: 60px;
	display: block;
	border: none;
	z-index: 9999;
	color: #ffffff;
	margin: 0;
	overflow: hidden;
}

.alert .close {
	color: #fff;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 30px;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.09);
}

.alert .close:hover{
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}
@media (max-width: 767px){
.alert {
    display: block;
    width: auto;
    right: 15px;
    left: 14px;
    bottom: auto;
    top: 50px;
}
}
.alert .fa {
	color: #fff;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	width: 60px;
	bottom: 0;
	background: rgba(255, 255, 255, 0.09);
	display: flex;
	align-items: center;
	justify-content: center;
}

.alert a {
    margin: 0 3px;
    color: #ffffff;
}

.alert-success {
	background: #00bf54;
}

.alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
    color: #ffffff;
}

.alert-success .fa{
	background: #03a54a;
}

.alert-danger {
	background-color: #f44336;
}

.alert-danger .fa {
	background-color: #d32f2f;
}

.alert-info {
	background: #1886ff;
}

.alert-info .fa {
	background: #0071ec;
}
/* product-thumb */
.youtube {
    position: absolute;
    margin-top: -55px;
    left: 10px;
}
.product-thumb {
	padding: 18px 15px;
	position: relative;
	box-shadow: 0 0 0 1px #ededed;
	background: #fff;
}
.owl-item .product-thumb {
    box-shadow: -1px 0 0 #ededed, 1px 0 0 #ededed;
}
.product-thumb .button-form {
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    justify-content: right;
    /* align-items: center;*/
}

.product-thumb .features-buttons {
	float: right;
	position: absolute;
	top: 5px;
	right: 5px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	z-index: 1;
}

.product-thumb .features-buttons a.wishlist {
	/* margin-right: 6px; */
}

.product-thumb .features-buttons a.compare,
.product-thumb .features-buttons a.wishlist {
	width: 30px;
	height: 30px;
	float: left;
}

.product-thumb .features-buttons a {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #000000;
	background: #f7f7f77d;
	border-radius: 3px;
}

.product-thumb .features-buttons a i {
	font-size: 17px;
}

.product-thumb .features-buttons a:hover {
	color: #0b7abb;
	border-color: #0b7abb;
}

.product-thumb .name {
	height: 36px;
	max-height: 36px;
	margin-bottom: 12px;
	overflow: hidden;
}

.product-thumb .name .name-link {
	color: #000000;
	font-size: 14px;
	transition: all .3s;
}

.product-thumb .name .name-link:hover {
	color: #0b7abb;
}

.product-thumb .name .name-text {
	font-weight: 400;
	line-height: 18px;
	display: inline-block;
}

.product-thumb .rating {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	margin-bottom: 5px;
}

.product-thumb .rating .rating-right a {
	font-size: 14px;
	color: #808080;
	padding-right: 22px;
	background: url(/image/catalog/icon-png/speech-bubble.png) right center no-repeat;
}

.product-sticker span {
    padding: 0 10px;
    color: #fff;
    text-align: center;
    height: 23px;
    line-height: 23px;
    min-width: 50px;
    font-size: 13px;
    border-radius: 3px;
    display: table;
    margin-bottom: 3px;
}
.label-product {
	color: #fff;
	text-transform: uppercase;
    font-weight: 500;
}

.product-sticker .price-economy {
	background: #f7f7f7;
	color: #222;
}

.product-sticker .price-percent {
	background: #e81226;
}
.price-new-disc {
    color: #e81226;
    font-size: 2.3rem;
}
.econ-price {
    color: #00a046;
    font-weight: 500;
}
.product-thumb .product-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	min-height: 56px;
	margin-bottom: 15px;
}

.product-thumb .price .main-price {
	position: relative;
    font-size: 22px;
    color: #4c4c4c;
    font-weight: 400;
}

.product-thumb .price .price-new {
	color: #e81226;
}

.product-thumb .price .price-old {
    font-size: 13px;
    color: gray;
    font-weight: initial;
    display: table;
    position: relative;
}

.product-thumb .price .price-tax {
	display: block;
	font-size: 13px;
	color: #999;
}

.product-thumb .button-add-cart .btn {
	padding: 0 10px;
	width: 64px;
	height: 35px;
	color: #ffffff;
	border-radius: 5px;
}

.product-thumb .button-add-cart .btn i {
	font-size: 24px;
}

.product-thumb .image {
	position: relative;
	margin-bottom: 20px;
}

.product-thumb .stock {
	font-size: 13px;
	margin-bottom: 5px;
    margin-top: 5px;
}

.short-attribute {
	overflow: hidden;
}

@media (min-width: 641px) {
	.short-attribute {
		min-height: 80px;
		max-height: 80px;
	}
}

.short-attribute li {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
}


/* rating */

.rating .star {
	background-image: url(/image/catalog/icon-svg/rating-star.svg);
}

.rating .star-empty {
	background-image: url(/image/catalog/icon-svg/filled-star.svg);
}

.rating span {
	width: 14px;
	height: 14px;
	display: inline-block;
	background-size: cover;
}

.rating span+span {
	margin-left: 0px;
}

.header-container {
	position: relative
}

.header-container .content-bg-white {
	-webkit-box-shadow: 0 1px 10px 0 rgba(104, 104, 104, .1);
	box-shadow: 0 1px 10px 0 rgba(104, 104, 104, .1);
	border-bottom: 1px solid #ededed
}

.checkout-table.table td {
	vertical-align: middle;
	border: none
}

.checkout-table .img-thumbnail {
	border: none
}

.checkout-table .checkout-top__tr {
	background: #f7f7f7
}

.checkout-table .checkout-top__tr>td {
	white-space: nowrap;
	overflow: hidden;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.number-spinner .form-control[name^=quantity] {
	width: 4rem;
	vertical-align: middle;
	border-width: .1rem 0 .1rem 0;
	border-radius: 3px;
	border-color: #f2f2f2;
	height: inherit;
	box-shadow: none;
	padding: 0
}

.number-spinner .form-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.number-spinner .form-count span {
	vertical-align: middle
}

.number-spinner .btn-minus .btn,
.number-spinner .btn-plus .btn {
	border-radius: 50%;
	padding: 3px 6px;
	background: transparent;
	border-color: #eee;
	color: #000;
	height: auto;
	line-height: 1;
	font-size: 14px
}

.number-spinner input.form-plus-minus {
	border: transparent;
	font-size: 14px;
	color: #000
}

.number-spinner .btn-minus,
.number-spinner .btn-plus,
.number-spinner input.form-plus-minus {
	display: inline-block
}

.number-spinner .form-count .btn:hover {
	border-color: #ccc
}

.checkout-continue {
	color: #000
}

@media only screen and (max-width:360px) {
	.continue>div {
		text-align: center
	}
}

.table-total.table td {
	border: none
}

.checkout-product-image {
	padding-top: 15px;
	display: table-cell;
	vertical-align: top;
	width: 15%
}

.checkout-product-image a {
	display: block;
	text-align: center
}

.checkout-product {
	display: table-cell;
	vertical-align: top
}

.checkout-product-name {
	margin-left: 40px;
	position: relative
}

.checkout-table:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden
}

.checkout-product-inner {
	position: relative;
	border-bottom: 1px solid #eeeeef;
	display: table;
	width: 100%
}

@media only screen and (max-width:767px) {
	.checkout-product-inner {
		height: 30rem
	}
}

@media only screen and (min-width:768px) {
	.checkout-product-name {
		float: left;
		width: 50%
	}
	.checkout-product-inner {
		height: 16rem
	}
	.number-spinner {
		display: inline-block;
		vertical-align: middle
	}
	.cart-product-price {
		float: right;
		text-align: right;
		width: 12rem
	}
}

.product-name-info {
	padding: 15px 30px 0 0;
	overflow: hidden;
	display: inline-block;
	height: 5.7rem;
	font-weight: 700;
	vertical-align: middle
}

.number-spinner {
	font-size: 0;
	line-height: 0;
	padding-top: 2rem
}

.cart-product-price {
	padding-top: 2rem
}

.cart-product-price__total {
	font-size: 18px
}

.cart-product-price__total span,
.cart-product-price__total {
	font-weight: 600;
	line-height: 15px;
}

.cart-product-price__total span {
	padding-top: 10px;
	font-weight: 400
}

.remove-prod {
	color: #999;
	cursor: pointer;
	position: absolute;
	right: 0;
	transition: color .1s ease;
	font-size: 13px;
	bottom: 2rem
}

@media only screen and (max-width:767px) {
	.checkout-total-box {
		margin-left: 40px
	}
}

.table-total tr:last-child .text-total {
	font-size: 27px;
	font-weight: 700;
	padding: 0;
	width: 120px;
	vertical-align: middle
}

.remove-prod:hover {
	color: #d73f3f
}


/* offers banners */

.offers-banners {
	margin: 0 0 20px;
	overflow: hidden;
	background-color: #fff
}

.offers-banner_image {
	display: table-cell;
	padding-right: 12px
}

.offers-banners img {
	height: 50px
}

.offers-banners .offers-text_banner {
	font-weight: 700;
	display: table-cell;
	vertical-align: middle
}

.offers-banners .b-r_line {
	border-right: 1px solid #ededed;
	height: 123px
}

.offers-banners .offers-block {
	padding: 37px 0;
	overflow: hidden
}

.offers-banners .b-r_line:last-child {
	border-right: 0
}


/* owl-carousel */

.owl-carousel.carousel .owl-controls {
	background: #f2f2f2
}

.owl-carousel.carousel .owl-wrapper-outer {
	border-radius: 0;
	box-shadow: none
}

.owl-carousel.carousel .owl-wrapper-outer {
	border: none
}

.owl-carousel.carousel .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	background: #ddd;
	border-radius: 20px;
	box-shadow: none
}

.owl-carousel.carousel .owl-controls .owl-page.active span {
	background: #505867
}

.owl-carousel.carousel .owl-pagination {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 1rem
}

.owl-carousel.carousel .owl-carousel .owl-buttons div i {
	line-height: 0
}

.subcat {
	font-size: 0;
	padding: 15px 15px 0;
}

.refine {
	text-align: center;
	display: inline-block;
	line-height: 35px;
	margin: 0 15px 15px 0;
}

@media only screen and (min-width:1200px) {
	.refine:hover img {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}
}
/* без краев */
@media (max-width:767px) {
div#shirina{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.p-t-2 {
    padding-top: 0px !important;
}
.content-wrapper{
    margin-bottom: 0rem !important;

}

}
/* без краев */
.refine img {
	margin: auto;
	margin-top: 30px;
	-webkit-transition: -webkit-transform .15s ease-out;
	transition: transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out
}

.refine .refine-name {
	color: #000;
	font-size: 15px;
	display: block;
	padding: 0 10px;
	background: #f7f7f7;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

.refine .refine-name:hover {
	background: #0b7abb;
	color: #fff;
}

.catmenu {
    margin-bottom: 25px;
}
.category-content #list-view,
.category-content #grid-view {
	height: 35px;
	margin-top: 15px;
	border-radius: 0;
	line-height: 35px;
	padding: 0 10px;
	box-shadow: none;
	background: #ffffff;
	border-color: #f0f2f4;
}

.category-content #list-view i,
.category-content #grid-view i {
	color: #3256c1;
}

.category-content #list-view:hover,
.category-content #grid-view:hover {
	background: #f7f7f7
}

.category-content #list-view.active,
.category-content #grid-view.active {
	background: #24303e;
	border-color: #24303e;
}

.category-content #list-view.active i,
.category-content #grid-view.active i {
	color: #fff;
}


/* input-group-addon */

.input-group-addon {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 0;
}
.jq-more-wrapper {
    margin-bottom: 10px;
}

/* list */

#list-view.active>.fa,
#grid-view.active>.fa {
	color: #000
}

#list-view .fa,
#grid-view .fa {
	color: #999
}

#input-sort,
#input-limit {
	border-width: 1px;
	height: 36px;
	cursor: pointer;
	border-color: #ddd;
	border-radius: 0;
	box-shadow: none;
}

.compare-content .compare-button .btn {
	margin-bottom: .5rem
}

@media only screen and (max-width:767px) {
	.compare-content .table-responsive>.table>tbody>tr>td,
	.compare-content .table-responsive>.table>tbody>tr>th,
	.compare-content .table-responsive>.table>tfoot>tr>td,
	.compare-content .table-responsive>.table>tfoot>tr>th,
	.compare-content .table-responsive>.table>thead>tr>td,
	.compare-content .table-responsive>.table>thead>tr>th {
		white-space: normal
	}
}

.compare-content td {
	width: 32rem
}

.compare-content .table-bordered,
.compare-content .table-bordered>tbody>tr>td,
.compare-content .table-bordered>thead>tr>td {
	border: 1px solid #ededed
}

.compare-content .compare-table .compare-image {
	position: relative
}

.compare-content .compare-image .compare-remove {
	position: absolute;
	top: 0;
	font-size: 2.1rem;
	color: #ccc;
	margin-left: 30px
}

.compare-content .compare-image .compare-remove:hover {
	color: red
}

.compare-content .compare-table>thead>tr>td,
.compare-content .compare-table>thead>tr>th {
	border-bottom-width: 0
}

.compare-content .compare-table>tbody+tbody {
	border-top: transparent
}

.compare-content .compare-table strike {
	color: #ccc;
	display: block;
	font-weight: 400
}

.compare-content .compare-table .compare-price {
	font-size: 1.8rem
}

.compare-content .compare-table strong,
.product-attr-table {
	font-size: 14px
}

.compare-content .compare-table .compare-name a {
	color: #1c1c1c
}

@media only screen and (min-width:768px) {
	.image-content .big-image:hover .view-image {
		display: block
	}
}

.thumbnails {
	position: relative
}

.thumbnail {
	padding: 0;
	border: 0;
	line-height: 1.42857143;
	background-color: #fff;
	position: relative
}

.img-thumbnail {
	border: 1px solid #ededed;
	border-radius: 3px
}

.img-thumbnail:hover {
	border-color: #ccc
}
.blocktovarpro {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .12);
}
.product__zoom {
	position: absolute;
	top: 50%;
	width: 130px;
	height: 36px;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	cursor: pointer;
	left: 50%;
	font-size: 13px;
	transform: translate(-50%, -50%);
	align-items: center;
	justify-content: center;
	display: none;
	border-radius: 50px;
}

.product__zoom>svg {
	margin-right: 6px;
}

.thumbnails .thumbnail:hover .product__zoom {
	display: flex;
}

.product-attr-table .name-attr,
.attr-product-content-block,
.attr-product-content-block .attr-product-list__preview {
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.product-attr-table .name-attr {
		width: 60%;
	}
	.product-attr-table.table>tbody>tr>td {
		font-size: 11px;
	}
}

.attr-product-content-block {
	position: relative;
}

.attr-product-content-block .attr-product-list__preview {
	margin-bottom: 5px;
	white-space: nowrap;
	font-size: 13px;
	text-overflow: ellipsis
}

.product-attr-table .name-attr span {
	padding-right: 5px
}

.product-attr-table .text-attr span {
	padding-left: 5px
}

.product-attr-table .attr-border {
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	width: 100%;
	margin: 0 -100% 0 0;
	vertical-align: baseline;
	border-bottom: 1px dotted #ccc;
}

.product-attr-table.table>tbody>tr>td {
	font-size: 13px;
	width: 50%;
	padding: 10px 0 0 0;
	display: inline-grid;
}

@media (min-width: 768px) {
	.product-attr-table.table>tbody>tr>td {
		font-size: 15px;
		width: 50%;
	}
}

.attr-product-content-block .attr-product-list__preview .attr-product-list__preview-text {
	color: #000
}

.product-content .short-description {
	line-height: 21px;
	padding-bottom: 20px;
	font-size: 13px;
	color: #000;
}
div#tab-description {
    line-height: 2.5rem;
    padding: 3px;
    margin-bottom: 10px;
}

div#tab-specification {
    padding: 3px;
}
.product-content .viewmore-link {
	display: inline;
    -webkit-transition: all .225s ease;
    -o-transition: all .225s ease;
    transition: all .225s ease;
    border-bottom: 1px dashed;
    color: #0b7abb;
    font-size: 13px;
    text-decoration: none;
}

.product-content .viewmore-link:hover {
	border-bottom-color: #000000;
	color: #000000;
	text-decoration: none;
}

.content-title {
/*	border-bottom: 1px solid #ededed;*/
	padding: 5px;
	background: #fff;
}

.content-title h1,
.content-title h2 {
	margin: 0;
}

.product-content .button-block .btn:hover {
	background: #f2f2f2;
}
.product-button__toolbar {display: flex;padding-bottom: 5px;} 
.button-toolbar { margin: 0 auto; }
.product-content .button-toolbar {
	cursor: pointer;
	position: relative;
	height: 30px;
	display: flex;
	align-items: center;
}

.product-content .button-toolbar span {
	margin-left: 10px;
}

.product-content .button-toolbar:hover span {
	color: #0b7abb;
}

.product-content .icon-toolbar {
	font-size: 17px
}

.product-content .button-block>div {
	display: inline-block;
	cursor: pointer;
	padding: 5px 16px;
	border: 1px solid #ddd;
	font-size: 14px
}

.product-content .button-block>div:hover,
.product-content .button-block>div:hover {
	border-color: #999
}

.product-content .product-options {
	padding-bottom: 0
}

.product-content .product-options .checkbox,
.product-content .product-options .radio {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	transition: all .2s ease-in-out
}

.product-content .discount-price .discount-summ,
.product-content .price-block .tax-summ {
	font-size: 14px;
	font-weight: 700
}

.product-content .price-block__summary .price-block__base {
	position: relative;
	margin: 0;
	font-size: 36px;
	font-style: normal;
	line-height: 38px;
	font-weight: 400;
}

.price-block #button-cart {
	width: 100%;
	height: 48px;
	padding: 0 25px;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .5px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.btn.btn-m-wc {
    color: #333;
    display: inline-block;
    outline: none;
    height: 48px;
    margin-left: 5px;
    background-color: transparent;
    background-image: none;
    text-transform: uppercase;
    border: 1px solid #a3a3a3;
    border-radius: 4px;    
}

.price-block .plus-minus input {
	border-width: 1px 0;
}

.product-content .price-block .sale-right {
	position: absolute;
	top: 0;
	right: 0
}

.price-block .product-informer {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	flex-wrap: wrap;
	align-items: center;
}

.product-sku .stock-value {
    font-size: 1.5rem;
}
.bsku {
    font-weight: bold;
}

.product-info__top h1 {
	display: inline-block;
	margin: 0;
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
}

.product-content .price-block .discount-price {
	line-height: 24px;
}

.product-content .all-price .sale-right {
	text-align: center;
	display: inline-block
}

.product-content .list-info li {
	font-size: 13px;
}
.product-content .price-block__spec-price {
    position: relative;
    margin: 0;
    font-size: 36px;
    font-style: normal;
    line-height: 38px;
    font-weight: 400;
    color: #e81226;
}
.product-content .price-block__old-price {
    position: relative;
    padding: 0;
    font-size: 20px;
    color: #999;
    display: table;
}
.price-old:after,
.price-block__old-price:after {
  position: absolute;
  content: '';
  height: 1px;
  top: calc(50% - 0px);
  left: -3px;
  right: -3px;
  background-color: #909090;
  -webkit-transform: rotate(185deg);
  -ms-transform: rotate(352deg);
  transform: rotate(185deg);
}
#modal-cart .modal-success .old-price:after {
  position: absolute;
  content: '';
  height: 1px;
  top: calc(50% - 0px);
  left: 0px;
  right: 0px;
  background-color: #909090;
  -webkit-transform: rotate(185deg);
  -ms-transform: rotate(352deg);
  transform: rotate(185deg);
}

.product-content .product-rating {
	padding: 20px 0
}

.product-content .product-rating a {
	font-size: 13px;
	margin-left: 5px
}

.product-info.alert {
	margin-left: -16px;
	border-left: 3px solid red;
	border-radius: 0;
	border-width: 0 0 0 3px;
	background: #f9ecec;
	margin-right: -16px;
	padding: 20px;
	color: #a80010;
}

.product-attr-table>tbody>tr>td>strong {
	font-size: 17px;
}

.product-attr-table>tbody>tr>td,
.product-attr-table.table>tbody+tbody {
	border: none
}

.price-summary .icon-check {
	font-size: 18px
}

.border-left {
	padding: 0
}

@media only screen and (min-width:768px) {
	.border-left {
		border-left: 1px solid #ededed
	}
}

@media only screen and (min-width:768px) {
	.content-wrapper #column-left:before,
	.border-right:before {
		right: -1px
	}
	.content-wrapper #column-left:before,
	.border-right:before {
		content: "";
		width: 1px;
		background: #f0f2f4;
		height: 100%;
		position: absolute;
		display: block;
		bottom: 0;
		z-index: 8
	}
}

.box-left,
.box-center,
.box-right {
	padding: 15px 20px
}

@media (min-width:992px) {
	.flexbox .box-left {
		padding-right: 0
	}
}

@media (max-width:991px) {
	.border-right,
	.border-left {
		border-top: 1px solid #ededed
	}
}

@media (max-width:991px) {
	.box-center {
		border-left: 0
	}
	.product-content {
		padding: 0;
	}
}

.content-wrapper {
	background: #fff;
	width: 100%;
	display: flex;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}

@media (min-width:1200px) {
	.right-block {
		display: inline-block;
		vertical-align: top;
		width: 80%
	}
}

.additional-slider {
	width: 100%;
	max-width: 450px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.additional-img {
	position: relative;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-property: transform, -webkit-transform;
	-ms-flex-negative: 0;
}

.additional-slider .additional-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	-webkit-transition: border-color .225s ease;
	-o-transition: border-color .225s ease;
	transition: border-color .225s ease;
	border: 1px solid #ededed;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	margin: 0 5px;
}

.additional-slider-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 58px;
	max-height: 58px;
}

.additional-slider-image {
	align-self: center;
	max-width: inherit;
	max-height: inherit;
	-ms-flex-item-align: center;
}

.additional-slider .slick-track {
	margin: 0 auto;
}

.additional-slider .prev,
.additional-slider .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 24px;
	z-index: 3;
	background: rgba(241, 241, 241, 0.8);
	display: flex!important;
	height: 60px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.additional-slider .prev {
	right: 0;
}

.additional-slider .next {
	left: 0;
}

#popup-cart .popup-block {
	display: inline-block;
	width: 100%;
	padding: 3rem 2.3rem
}

#popup-cart .popup-block .image-popup {
	margin-right: 2rem;
	float: left
}

#popup-cart .popup-block .image-popup img {
	max-height: 15rem;
	max-width: 15rem
}

@media only screen and (max-width:767px) {
	#popup-cart .popup-block .image-popup img {
		max-height: 10rem;
		max-width: 10rem
	}
}

#popup-cart .image-popup .thumbnail {
	border: 0;
	padding: 0
}

#popup-cart .popup-block h4 {
	height: 6rem;
	overflow: hidden
}

#popup-cart .popup-price {
	display: inline-block;
	margin-top: 1rem
}

@media only screen and (max-width:767px) {
	#popup-cart .popup-block h4 {
		height: 5rem;
		overflow: hidden
	}
}

#popup-cart .popup-h4 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	margin: 0
}

#popup-cart .popup-block .popup-product__price {
	line-height: normal;
	font-size: 32px;
	font-weight: 700
}

#popup-cart .popup-block .popup-button {
	margin-top: 3.6rem;
	display: inline-block;
	float: right
}

#popup-cart .popup-price .old-price {
	font-size: 16px;
	color: #999;
	text-decoration: line-through;
	font-weight: 400
}

#popup-cart .popup-block .popup-product__title {
	font-size: 23px;
	padding-bottom: 30px;
	font-weight: 300;
}

#popup-cart .popup-product__title img {
	padding-right: .5rem
}

@media only screen and (max-width:767px) {
	#popup-cart .popup-button .btn {
		width: 100%;
		margin: 0
	}
}

.tag {
	display: inline-block;
	padding: .25em .4em;
	font-size: 85%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	vertical-align: baseline;
	border-radius: .25rem
}

.tag-success {
	background-color: #5cb85c
}

.tag-info {
	background-color: #5bc0de
}

.orange {
	color: #f0ad4e
}

.skyblue {
	color: #5bc0de
}

.grey {
	color: #999
}

.black {
	color: #000
}

.b-border {
	border-bottom: 1px solid #ededed
}

@media only screen and (min-width:768px) {
	.category-content .row-box.cat-row:before {
		content: '';
		display: block;
		height: 100%;
		width: 1px;
		top: 0;
		position: absolute;
		z-index: 2;
		margin-left: -1px;
		background: #f0f2f4
	}
}

.grid-bottom {
	padding: 15px;
	overflow: hidden;
	display: block;
	justify-content: space-between;
	align-items: center;
}


/* tools */

.responsive {
	background: #fff;
}

.align-middle {
	vertical-align: middle;
}

@media screen and (max-width: 991px) {
	.m-b-15-sm {
		margin-bottom: 15px;
	}
}

.text-xs {
	font-size: 12px;
}

.text-sm {
	font-size: 13px;
}

.text-md {
	font-size: 14px;
}

.text-lg {
	font-size: 15px;
}

.m-t-0 {
	margin-top: 0
}

.m-t-1 {
	margin-top: 10px
}

.m-t-2 {
	margin-top: 20px
}

.mb-10,
.m-b-1 {
	margin-bottom: 10px
}

.mb-20,
.m-b-2 {
	margin-bottom: 5px
}

.mb-30,
.m-b-3 {
	margin-bottom: 30px
}

.mr20 {
	margin-right: 20px;
}

.p-0 {
	padding: 0
}

.p-0-15 {
	padding: 0 1.5rem;
}

.p-1 {
	padding: 1rem
}

.p-r-0 {
	padding-right: 0
}

.p-20-0 {
	padding: 20px 0
}

.p-r-1 {
	padding-right: 10px
}

.p-15 {
	padding: 1.5rem
}

.p-t-0 {
	padding-top: 0
}

.p-b-0 {
	padding-bottom: 0
}

.p-t-1 {
	padding-top: 10px
}

.p-t-2 {
	padding-top: 20px
}

.f-left {
	float: left
}

.height-4 {
	height: 40px
}

.f-s-0 {
	font-size: 0
}

.f-s-1 {
	font-size: 11px
}

.f-s-13 {
	font-size: 13px
}

.f-s-14 {
	font-size: 14px
}

.f-s-16 {
	font-size: 16px
}

.f-s-18 {
	font-size: 18px
}

.f-s-2 {
	font-size: 20px
}

.d-b {
	display: block
}

.m-0-auto {
	margin: 0 auto
}

.m-l-5 {
	margin-left: 5px
}

.m-l-10 {
	margin-left: 10px
}

.m-r-1 {
	margin-right: 10px
}

.m-r-2 {
	margin-right: 20px
}

.m-b-0 {
	margin-bottom: 0
}

.m-t-5 {
	margin-top: 5px
}

.d-i-b {
	display: inline-block
}

.wdth-45 {
	width: 45px
}

.v-a-m {
	vertical-align: middle
}

.border-c {
	border: 1px solid #ccc
}

.m-b-15 {
	margin-bottom: 15px
}

.m-t-15 {
	margin-top: 15px
}

@media (min-width:768px) {
	.modal-content {
		-webkit-box-shadow: 2px 7px 11px 0 rgba(0, 0, 0, .22);
		box-shadow: 2px 7px 11px 0 rgba(0, 0, 0, .22)
	}
	#modal-wishlist .modal-dialog,
	#modal-compare .modal-dialog,
	#popup-option .modal-dialog {
		width: 500px
	}
}
div#popup-cart {
    top: 25%;
}

div#modal-wishlist {
    top: 25%;
}

div#modal-compare {
     top: 25%;
}
.modal-content {
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-animation: submenu-show 0.3s cubic-bezier(.68, -.55, .265, 1.55);
	animation: submenu-show 0.3s cubic-bezier(.68, -.55, .265, 1.55)
}

.modal-header,
.modal-body,
.modal-footer {
	padding: 20px
}

.close {
	position: absolute;
	top: 10px;
	right: 0;
	margin-right: 1.5rem;
	font-size: 3rem;
	z-index: 100;
	text-shadow: none;
	font-weight: 100;
	filter: alpha(opacity=50);
	opacity: 1!important
}

.close:hover {
	color: #dc3545;
}

#modal-wishlist .modal-success,
#modal-compare .modal-success,
#popup-option .modal-success,
#review-popup .modal-success {
	font-size: 15px;
	padding: 2.5rem 4.5rem
}

#modal-wishlist .modal-success img,
#modal-compare .modal-success img,
#popup-option .modal-success img,
#review-popup .modal-success img {
	position: absolute;
	left: 1.5rem;
	top: 2.3rem
}

.account-row li {
	margin-bottom: 2rem;
	position: relative
}

.account-row li a {
	text-decoration: none;
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 40px;
	color: #000
}

.account-row li:hover {
	background: #f8f8f8;
}

.account-row li>span {
	position: absolute;
	top: 13px;
	left: 13px;
	z-index: 1;
	font-size: 24px;
	color: #2781ff
}

.account-row h4 {
	border-bottom: 1px solid #ddd;
	min-height: 4rem
}

input[type=radio] {
	vertical-align: sub;
	min-height: 0;
	padding-left: 2.6rem;
	height: 1.6rem;
	line-height: 1.6rem;
	position: relative;
	margin: .2rem
}

input[type=radio]:before {
	border: 2px solid #d9d9d9;
	border-radius: 50%;
	content: ' ';
	background: #fff;
	position: absolute;
	left: -4px;
	top: -2px;
	bottom: 0;
	width: 20px;
	height: 20px;
	cursor: pointer
}

input[type=radio]:checked:before {
	border-color: #0b7abb
}

input[type=radio]:checked:after {
	content: ' ';
	width: 8px;
	height: 8px;
	background: #0b7abb;
	border-radius: 2rem;
	position: absolute;
	left: 2px;
	top: 4px
}

input[type=checkbox],
input[type=radio] {
	cursor: pointer
}

input[type=checkbox] {
	position: relative
}

input[type=checkbox]:before {
	border: 1px solid #919191;
	border-radius: 0px;
	content: ' ';
	background: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -3px;
	left: 0
}

input[type=checkbox]:checked:before {
	background-color: #0b7abb;
	border-color: #0b7abb
}

input[type=checkbox]:checked:after {
	content: ' ';
	width: 6px;
	height: 12px;
	background: transparent;
	position: absolute;
	left: 7px;
	transform: rotate(45deg);
	border: 1px solid #fff;
	border-width: 0 2px 2px 0;
	cursor: pointer
}

.checkbox label,
.radio label,
.checkbox-inline,
.radio-inline {
	padding-left: 30px
}

input[type=radio]:hover:before,
input[type=checkbox]:hover:before {
	border-color: #999
}

input[type=radio]:hover:checked:before,
input[type=checkbox]:hover:checked:before {
	border-color: #0b7abb
}

.checkbox,
.radio {
	margin-bottom: 15px
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	margin-left: -25px
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-bottom: 7px
}

.fake-checkbox label,
.fake-radio label {
	padding: 0 10px;
    border-width: 2px;
    height: 32px;
    line-height: 33px;
    background: #ffffff;
    font-size: 14px;
    background-color: #ededed;
    border-radius: 3px;
    color: #000;
	margin: 0 7px 10px 0
}

.fake-checkbox label:hover,
.fake-radio label:hover {
	background: #eaedef;
	border-color: #eaedef;
	color: #000;
}

.fake-checkbox input[type=checkbox],
.fake-radio input[type=radio] {
	margin-left: 1rem;
	display: none
}

.fake-checkbox input:checked+label,
.fake-radio input:checked+label {
	color: #fff
}

.fake-checkbox input:checked+label,
.fake-radio input:checked+label {
	background-color: #0b7abb;
    box-shadow: none;
    color: #ffffff;
}

#ScrollTop {
	position: fixed;
	bottom: 4rem;
	right: 4rem;
	cursor: pointer;
	display: none;
	z-index: 8;
}

#ScrollTop span {
	color: #6e6e6e;
	background: #eeeeee;
	border-radius: 50%;
	width: 50px;
	display: inline-block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	opacity: 0.7;
	
}

#ScrollTop span:hover {
	background: #e4e4e4;
	color: #6e6e6e
}

.review-rating {
	font-size: 0;
	color: #dadae6;
	display: inline-block;
	vertical-align: middle
}

.review-rating input {
	display: none
}

.review-rating * {
	font-size: 18px;
	margin: 0
}

.review-rating label {
	color: #dadae6
}

.review-rating label .ion-android-star {
	font-size: 28px;
	padding: .2rem .4rem .2rem 0;
	cursor: pointer
}

.review-star.active,
.review-star.checked {
	color: #ffa500
}

#review .review-wrap+.review-wrap {
	padding-top: 30px;
}
.pagination-reviev {
    text-align: center;
    margin-top: 5px;
}
#review .review-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#review .review-head,
#review .review-body {
	width: 100%;
}

@media only screen and (min-width: 992px) {
	#review .review-wrap {
		padding: 0 50px;
	}
	#review .review-head {
		width: 20%;
	}
	#review .review-body {
		width: 80%;
		font-size: 15px;
	}
}

#review .review-head .review-date {
	color: #b5b5b5;
	display: block;
	margin-top: 1rem;
	margin-bottom: .5rem;
	font-size: 14px
}

#review .review-head .rating {
	padding-top: .5rem;
	padding-bottom: .5rem
}

#review .review-date>span {
	padding-right: .3rem
}

#review .review-body {
	position: relative;
	background: #f7f7f7;
	padding: 10px;
}

@media only screen and (min-width: 992px) {
	#review .review-body {
		padding: 20px;
	}
}

#review .review-body:before {
	border-bottom: 16px solid transparent;
	border-right: 16px solid #f7f7f7;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: -16px;
	position: absolute;
	top: 30px;
	width: 0;
}

#review .review-body p {
	padding-left: 30px;
	margin-bottom: 30px;
	color: #666;
	margin-top: 15px;
}

#review .review-body p,
#review .review-answer p {
	position: relative;
}

#review .review-body svg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#review .review-username {
	color: #000;
	font-size: 19px;
}

@media (min-width: 992px) {
	#review .review-username {
		font-size: 19px;
	}
}

#review .review-answer {
	padding: 17px 50px 5px;
	border-top: 1px solid #d9d9d9;
	margin: 0 -20px;
}

#review .answer-title {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 10px;
}

#review .review-answer p {
	margin: 0;
}

.review-box-title {
	font-size: 22px;
	font-weight: 400;
}

.comment-info {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 30px
}

.review-box-title>span {
	padding-bottom: 20px;
	display: inline-block;
}

.comment-info:before {
	content: ' ';
	background: #f0f2f4;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px
}

#myModal .input-title {
	display: block;
	margin-bottom: 1rem;
	font-size: 14px
}

.rating-reviews-qty {
	vertical-align: middle;
	margin-left: 6px;
	font-size: 14px;
	color: #000
}

.rating-reviews-qty .ion-ios-chatbubble {
	font-size: 22px;
	line-height: 1;
	margin-right: 3px
}

.sale-sticker span {
    padding: 0 10px;
    color: #fff;
    text-align: center;
    height: 23px;
    line-height: 23px;
    font-size: 13px;
    border-radius: 3px;
    display: table;
}

.sale-sticker span.percent {
	background: #e81226;
}

.sale-sticker span.economy {
	background: #f7f7f7;
    color: #222;
}

.sale {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 15px
}

.product-sticker {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
}

.pagination {
	margin: 0;
}

.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ededed;
	text-align: center;
	margin-left: -.2rem;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #f4f4f4;
	border-color: #f4f4f4;
	color: #444
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	border-color: #f0f2f4
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background-color: #f8f8f8
}

.tooltip-inner {
	font-family: 'Open Sans', sans-serif;
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .1);
	background: #424A54;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #424A54
}

.tooltip.in {
	filter: alpha(opacity=100);
	opacity: 1
}

.fade.in,
.tooltip.in {
	transition: opacity 0.15s
}

@media (min-width:1200px) {
	.product-layout.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width:1360px) {
	.product-layout.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.cat-layout {
	padding: 0
}

.row-grid {
	margin-bottom: 30px;
	width: 100%;
	position: relative;
	display: inline-block
}

.product-prev,
.product-next {
	position: absolute;
	z-index: 1
}

.product-prev {
	top: -60px;
	right: 60px;
}

.product-next {
	top: -60px;
	right: 0px;
}

.product-prev,
.product-next {
	display: inline-block;
	float: right;
	height: 59px;
	width: 59px;
	line-height: 59px;
}

.product-prev,
.product-next {
	cursor: pointer;
	background: #fff;
	border-left: 1px solid #ededed;
	text-align: center
}

.product-prev:hover:not(.slick-disabled)>*,
.product-next:hover:not(.slick-disabled)>* {
	color: #007bff;
}

.slick-disabled>* {
	opacity: .1;
}

.support-box {
	margin-bottom: 20px;
}

.support li {
	font-size: 13px;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgb(237, 237, 237);
}

.support-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-auto-rows: 200px;
	grid-gap: 15px;
}

.support-list>li>strong {
	display: inline-block;
	padding-bottom: 6px;
	text-transform: uppercase;
	color: #000;
}

.support-list>li>strong,
.support a {
	font-size: 13px;
}

.support a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}

.support-link {
	position: relative;
	display: block;
	padding: 10px
}

.support-link.support-geocode svg {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #0b7abb;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.wishlist a {
	float: right;
	margin-right: 5px;
	width: 40px
}

.account-bookmark:hover {
	box-shadow: none
}

.wishlist .price {
	font-size: 0
}

.account-bookmark h4 a {
	line-height: 18px
}

.wishlist .product_price .price-new {
	font-size: 14px
}

.sitemap a {
	font-size: 14px;
	line-height: 1.5;
	color: #000
}

.sitemap ul {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 40px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 10px
}

.product-thumb .btn-account-wishlist {
	position: absolute;
	top: 15px;
	right: 15px
}

@-webkit-keyframes submenu-show {
	from {
		-webkit-transform: scale(.85);
		transform: scale(.85);
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes submenu-show {
	from {
		-webkit-transform: scale(.85);
		transform: scale(.85);
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.dropdown-menu>li>.btn-sign-in {
	padding: 7px 10px 7px;
	color: #fff;
}

.dropdown-menu>li>.btn-sign-in:focus,
.dropdown-menu>li>.btn-sign-in:active:focus,
.dropdown-menu>li>.btn-sign-in:active:hover,
.dropdown-menu>li>.btn-sign-in:hover {
	color: #fff;
	background-color: #3256c1;
	border-color: #3256c1;
}

.dropdown-menu .nav-login {
	font-size: 13px;
	padding: 20px 20px 0 20px
}

.dropdown-menu .nav-login-btn {
	padding: 0 20px 15px 20px
}

.dropdown-menu .nav-register-link>a {
	background: transparent;
	padding-top: 0;
	padding-bottom: 15px;
	color: #337ab7;
	font-size: 13px;
	font-weight: bold;
}

.dropdown-menu .nav-register-link>a:hover {
	color: #007bff;
	background: transparent
}

hr {
	/*border-top: 1px solid #ededed*/
}

@media (min-width:1200px) {
	.product-layout.col-lg-3 {
		width: 20%
	}
}

@media (min-width:1200px) {
	#content.col-sm-6 .product-layout.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media screen and (min-width:768px) {
	.container {
		max-width: 1575px;
		width: 100%
	}
}

.brand-logo {
	margin-bottom: 10px
}

.brand-logo a {
	display: block
}

.brand-logo img {
	padding: 15px;
	-webkit-transition: -webkit-transform .15s ease-out;
	transition: transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out
}

.brand-logo .brand-name {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 13px
}

.brand-logo .brand-name:hover {
	text-decoration: underline
}

@media only screen and (min-width:1200px) {
	.brand-logo:hover img {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}
}

.banner-apple-text {
	position: absolute;
	z-index: 5;
	top: 10%;
	left: 15%
}

.viewed-box .product-thumb {
	height: 135px;
}

.viewed-box .product-thumb:hover:before {
	display: none;
}

.viewed-box .image {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin: 0;
}

.viewed-box .image img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	max-height: 100%
}

.viewed-box .product-thumb.transition .caption {
	padding-left: 110px;
	min-height: 100px;
}

.viewed-box .caption h4 {
	font-size: 14px;
	line-height: normal;
	margin: 0 0 17px;
	max-height: 36px;
	overflow: hidden;
	font-weight: 500;
}

.viewed-box .caption .price {
	font-size: 15px;
	color: #000;
}

.viewed-box .price .price-old {
	font-size: 13px;
    display: table;
    position: relative;
}

#top-container {
	height: 30px;
	line-height: 30px;
	background-color: #000;
	font-size: 0
}

@media only screen and (max-width:768px) {
	#top-container {
		white-space: nowrap;
		overflow-x: scroll
	}
}

#top-container .top-item>ul>li {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: 400
}

#top-container .top-item>ul>li>a {
	color: #fff;
	display: block;
	padding: 0 15px;
	font-size: 13px
}

#top-container .top-item>ul>li:hover {
	background: #0060e8
}

.alert {
	font-size: 13px;
}

.alert-template {
	margin: 0;
	width: 280px;
	border-radius: 5px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	text-align: center;
	box-shadow: 0 10px 12px rgba(0, 0, 0, .2);
	background: rgba(49, 66, 82, .95);
	border-radius: 0;
	min-height: 40px;
	line-height: 40px;
	padding: 15px;
	top: auto
}

.alert-template .close {
	filter: alpha(opacity=100);
	opacity: 1;
	text-shadow: none;
	color: #fff
}

.alert-template>a {
	font-size: 18px;
	padding: 5px 10px;
	color: #fff;
	border: 1px solid;
	text-shadow: 0 1px rgb(0, 0, 0)
}

.alert-template>a:hover {
	color: #fff;
	border-color: #fff
}

.information-information-8 .alert-template {
	display: none
}

.alert-template .buy-template {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 1px rgb(0, 0, 0)
}

.product-economy_block {
	font-size: 13px;
}

.value-economy {
	padding: 2px 8px;
	background: gold;
	border-radius: 3px;
	font-weight: 700;
	margin-left: 5px
}

#modal-cart h3 {
	margin: 0;
}

#modal-cart .modal-success .modal-img {
	text-align: center
}

#modal-cart .modal-success {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media only screen and (max-width: 599px) {
	#modal-cart .all-price,
	#modal-cart .modal-image {
		width: 100%;
		text-align: center;
	}
}

@media only screen and (min-width: 600px) {
	#modal-cart .modal-success .modal-message,
	#modal-cart .modal-success .modal-img,
	#modal-cart .modal-success .all-price {
		display: inline-block;
		vertical-align: top
	}
	#modal-cart .modal-success .all-price {
		padding-left: 20px;
		text-align: center;
	}
	#modal-cart .modal-success .modal-img {
		text-align: center;
		margin-right: 15px
	}
	#modal-cart .modal-success .modal-message {
		font-size: 14px;
		margin-top: 0
	}
	.modal-msg {
    display: flex;
    align-items: center;
    }
}

#modal-cart .modal-success .modal-message>.form-group:first-child {
	margin-bottom: 5px;
	color: #222;
	font-weight: 600;
	font-size: 14px
}

#modal-cart .modal-success .modal-message .alert-light {
	border-color: #f2f6f8;
	margin-bottom: 0
}

#modal-cart .modal-success .economy {
	padding-top: 10px
}

#modal-cart .modal-success .economy-text {
	display: inline-block
}

@media only screen and (min-width: 600px) {
	#modal-cart .modal-success .new-price,
	#modal-cart .modal-success .old-price,
	#modal-cart .modal-success .product-economy_block {
		text-align: right;
	}
}

#modal-cart .close {
	top: 1rem
}

#modal-compare .modal-body .show-text,
#modal-wishlist .modal-body .show-text {
	overflow: hidden;
	padding: 10px 0 20px 0;
	font-size: 16px;
	display: block
}

#modal-cart .modal-success .sku {
	display: block;
	padding-bottom: 10px
}

.mobile-header {
	height: 5rem;
	background: #252d4c;
	position: fixed;
	width: 100%;
	z-index: 10
}

.mobile-hamburger {
	position: absolute
}

.mobile-icon {
	color: #fff;
	display: block;
	width: 6rem;
	height: 5rem;
	text-align: center;
	line-height: 5rem
}

.mobile-icon>i {
	font-size: 3.3rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5
}

.mobile-sidebar.open {
	transform: translateX(0)
}

.mobile-sidebar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: #fff;
	width: 100%;
	height: 100%;
	transition: transform .45s cubic-bezier(.19, 1, .22, 1);
	transform: translateX(-100%);
	overflow-x: hidden;
	overflow-y: auto
}

.mobile-sidebar_container {
	padding: 0;
	height: 100%
}

.mobile-sidebar_inner {
	max-width: 154rem;
	height: 100%;
	margin: 0 auto
}

.mobile-sidebar-list {
	margin: 0;
	padding: 0 1rem;
	list-style-type: none;
	padding-top: 5rem
}

.mobile-sidebar-list_item {
	border-bottom: 1px solid #ededed
}

.mobile-sidebar-list_item .phone {
	font-weight: 900;
	color: #222
}

.mobile-sidebar-list_item:first-child {
	border-top: 1px solid #ededed
}

.mobile-sidebar-list_item_header {
	background-color: #f0f2f4;
	height: 6rem;
	margin: 0 -1rem;
	font-size: 0;
	line-height: 0
}

.mobile-sidebar-list_item_empty {
	background-color: transparent;
	margin: 0
}

.mobile-sidebar-list_link {
	display: block;
	color: #666
}

.mobile-sidebar-list_link {
	padding: 1.5rem
}

.mobile-logo {
	display: table-cell;
	height: inherit;
	vertical-align: top;
	transition: background .2s ease-in-out;
	padding-left: 5rem
}

.mobile-logo img {
	max-width: 80%
}

.mobile-logo:after {
	content: "";
	width: 0;
	height: 100%
}

.mobile-logo a {
	font-weight: 700;
	color: #fff;
	font-size: 2.4rem
}

.mobile-logo:after,
.mobile-logo a {
	display: inline-block;
	vertical-align: middle
}

.mobile-user_header i,
.mobile-user_cart i,
.mobile-header-wishlist,
.mobile-header-compare i {
	font-size: 3rem;
	color: #fff
}

.mobile-header-compare {
	position: absolute;
	right: 14rem;
	top: 0;
	width: 5rem;
	height: 5rem;
	line-height: 2;
	text-align: center
}

.mobile-header-compare .compare-count,
.mobile-header-wishlist .wishlist-count {
	top: 8px;
	right: 0
}

.mobile-header-wishlist {
	position: absolute;
	right: 7.5rem;
	width: 5rem;
	height: 5rem;
	text-align: center;
	line-height: 1.9
}

.mobile-header-wishlist a {
	color: #fff
}

.mobile-user_cart .cart>button {
	border: none;
	line-height: 0;
	height: 0
}

.mobile-user_cart .cart>button .count {
	top: -5px;
	right: -10px
}

.mobile-user_cart .cart>button .subtotal {
	display: none
}

.mobile-user_cart .cart-text,
.mobile-user_cart .cart-right_container {
	padding: 0
}

.mobile-user_cart .cart-total_content,
.mobile-user_cart .cart-text,
.mobile-user_cart .cart-right_container {
	text-align: left
}

.mobile-user_cart .cart-total_title {
	font-size: 14px
}

.mobile-user_cart .cart-product-inner {
	height: 10rem
}

.mobile-user_cart .cart-product_total {
	padding-left: 1rem
}

.mobile-user_cart .cart-product_remove-button,
.mobile-user_cart .cart-product_total {
	vertical-align: top;
	margin-top: 4px
}

.mobile-user_cart .cart-products {
	margin-bottom: 2rem
}

.mobile-user_cart .cart-dropdown_title,
.mobile-user_cart .cart-block_bottom {
	padding: 0 2rem
}

.mobile-user_cart .cart-body {
	width: 100%
}

.mobile-user_cart .cart-content {
	padding: 8rem 2rem
}

.mobile-user_cart .img-thumbnail {
	max-width: 5rem
}

.mobile-user_cart .cart-options {
	padding: 0 1rem;
	margin: .4rem 0 1rem;
	width: 19rem
}

.mobile-user_cart .cart-image_link {
	float: left;
	padding: 0 1rem
}

.mobile-user_cart .cart-options>a {
	font-size: 13px
}

.mobile-user_cart .cart-dropdown.show {
	position: fixed;
	width: 100%;
	height: 100vh;
	opacity: 1;
	bottom: auto;
	overflow: auto
}

.mobile-user_header {
	position: absolute;
	top: 0;
	right: 20rem;
	line-height: 1.9;
	width: 5rem;
	height: 5rem;
	text-align: center
}

.mobile-user_cart {
	position: absolute;
	right: 25px;
	top: 12px;
	width: 30px;
	height: 30px
}

.mobile-user_cart .mobile-cart-counter {
	display: inline-block;
	vertical-align: middle
}

.mobile-search-close {
	display: none
}

.mobile-top_container {
	position: fixed;
	width: 100%;
	z-index: 10
}

@media only screen and (max-width:991px) {
	.search-mobile {
		visibility: hidden;
		opacity: 0;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: 100vh;
		width: 100%;
		z-index: 100;
		background-color: #fff;
		padding: 0;
		transition: transform .4s cubic-bezier(.19, 1, .22, 1);
		transform: translateY(100%)
	}
	.search-mobile.show {
		visibility: visible;
		opacity: 1
	}
	.search-mobile.open {
		transform: translateY(0)
	}
	.search-mobile_container {
		position: absolute;
		top: 6rem;
		left: 0;
		width: 100%;
		padding: 0 1rem
	}
	.mobile-search-close {
		display: block
	}
}

@media only screen and (min-width:992px) {
	.large-item {
		border: none!important;
		list-style: none;
		display: inline-block;
		vertical-align: top
	}
}


/* bootstrap grid */

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

@media screen and (max-width: 767px) {
	.no-gutters-sm {
		margin-right: 0;
		margin-left: 0;
	}
	.no-gutters-sm>.col,
	.no-gutters-sm>[class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

.col-xs-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-xs-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-xs-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xs-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-xs-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-xs-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 49.777776%;
	flex: 0 0 49.777776%;
	max-width: 49.777776%;
}

.col-xs-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-xs-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-xs-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xs-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-xs-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-xs-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width:576px) {
	.col-xs {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xs-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xs-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xs-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xs-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xs-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xs-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xs-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 49.777776%;
		flex: 0 0 49.777776%;
		max-width: 49.777776%;
	}
	.col-xs-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xs-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xs-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xs-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xs-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xs-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xs-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xs-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xs-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xs-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xs-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xs-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xs-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xs-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xs-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xs-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xs-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xs-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xs-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xs-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xs-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xs-0 {
		margin-left: 0;
	}
	.offset-xs-1 {
		margin-left: 8.333333%;
	}
	.offset-xs-2 {
		margin-left: 16.666667%;
	}
	.offset-xs-3 {
		margin-left: 25%;
	}
	.offset-xs-4 {
		margin-left: 33.333333%;
	}
	.offset-xs-5 {
		margin-left: 41.666667%;
	}
	.offset-xs-6 {
		margin-left: 50%;
	}
	.offset-xs-7 {
		margin-left: 58.333333%;
	}
	.offset-xs-8 {
		margin-left: 66.666667%;
	}
	.offset-xs-9 {
		margin-left: 75%;
	}
	.offset-xs-10 {
		margin-left: 83.333333%;
	}
	.offset-xs-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:768px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:992px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:1200px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:1366px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.d-none {
	display: none!important;
}

.d-inline {
	display: inline!important;
}

.d-inline-block {
	display: inline-block!important;
}

.d-block {
	display: block!important;
}

.d-table {
	display: table!important;
}

.d-table-row {
	display: table-row!important;
}

.d-table-cell {
	display: table-cell!important;
}

.d-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}

.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important;
}

@media (min-width:576px) {
	.d-xs-none {
		display: none!important;
	}
	.d-xs-inline {
		display: inline!important;
	}
	.d-xs-inline-block {
		display: inline-block!important;
	}
	.d-xs-block {
		display: block!important;
	}
	.d-xs-table {
		display: table!important;
	}
	.d-xs-table-row {
		display: table-row!important;
	}
	.d-xs-table-cell {
		display: table-cell!important;
	}
	.d-xs-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.d-xs-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media (min-width:768px) {
	.d-sm-none {
		display: none!important;
	}
	.d-sm-inline {
		display: inline!important;
	}
	.d-sm-inline-block {
		display: inline-block!important;
	}
	.d-sm-block {
		display: block!important;
	}
	.d-sm-table {
		display: table!important;
	}
	.d-sm-table-row {
		display: table-row!important;
	}
	.d-sm-table-cell {
		display: table-cell!important;
	}
	.d-sm-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media (min-width:992px) {
	.d-md-none {
		display: none!important;
	}
	.d-md-inline {
		display: inline!important;
	}
	.d-md-inline-block {
		display: inline-block!important;
	}
	.d-md-block {
		display: block!important;
	}
	.d-md-table {
		display: table!important;
	}
	.d-md-table-row {
		display: table-row!important;
	}
	.d-md-table-cell {
		display: table-cell!important;
	}
	.d-md-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media (min-width:1200px) {
	.d-lg-none {
		display: none!important;
	}
	.d-lg-inline {
		display: inline!important;
	}
	.d-lg-inline-block {
		display: inline-block!important;
	}
	.d-lg-block {
		display: block!important;
	}
	.d-lg-table {
		display: table!important;
	}
	.d-lg-table-row {
		display: table-row!important;
	}
	.d-lg-table-cell {
		display: table-cell!important;
	}
	.d-lg-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media (min-width:1366px) {
	.d-xl-none {
		display: none!important;
	}
	.d-xl-inline {
		display: inline!important;
	}
	.d-xl-inline-block {
		display: inline-block!important;
	}
	.d-xl-block {
		display: block!important;
	}
	.d-xl-table {
		display: table!important;
	}
	.d-xl-table-row {
		display: table-row!important;
	}
	.d-xl-table-cell {
		display: table-cell!important;
	}
	.d-xl-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media print {
	.d-print-none {
		display: none!important;
	}
	.d-print-inline {
		display: inline!important;
	}
	.d-print-inline-block {
		display: inline-block!important;
	}
	.d-print-block {
		display: block!important;
	}
	.d-print-table {
		display: table!important;
	}
	.d-print-table-row {
		display: table-row!important;
	}
	.d-print-table-cell {
		display: table-cell!important;
	}
	.d-print-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.d-print-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important;
}

.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important;
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important;
}

.justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}

.justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}

.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}

.justify-content-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important;
}

.align-items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important;
}

.align-items-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important;
}

.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}

.align-items-baseline {
	-webkit-box-align: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important;
}

.align-items-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important;
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important;
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important;
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important;
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important;
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important;
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important;
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important;
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important;
}

@media (min-width:576px) {
	.flex-xs-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}
	.flex-xs-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}
	.flex-xs-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}
	.flex-xs-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}
	.flex-xs-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}
	.flex-xs-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}
	.flex-xs-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}
	.justify-content-xs-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}
	.justify-content-xs-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}
	.justify-content-xs-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.justify-content-xs-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}
	.justify-content-xs-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}
	.align-items-xs-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}
	.align-items-xs-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}
	.align-items-xs-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}
	.align-items-xs-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}
	.align-items-xs-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}
	.align-content-xs-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}
	.align-content-xs-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}
	.align-content-xs-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}
	.align-content-xs-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}
	.align-content-xs-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}
	.align-content-xs-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}
	.align-self-xs-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}
	.align-self-xs-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}
	.align-self-xs-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}
	.align-self-xs-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}
	.align-self-xs-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}
	.align-self-xs-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media (min-width:768px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}
	.align-items-sm-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}
	.align-items-sm-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}
	.align-items-sm-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media (min-width:992px) {
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}
	.align-items-md-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}
	.align-items-md-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}
	.align-items-md-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media (min-width:1200px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}
	.align-items-lg-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}
	.align-items-lg-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}
	.align-items-lg-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media (min-width:1366px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}
	.align-items-xl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}
	.align-items-xl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}
	.align-items-xl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.text-warning {
	color: #de9b28;
}

.information-menu {
	background: #24303e;
	padding: 15px 0;
}

@media only screen and (min-width: 1025px) {
	.information-menu {
		display: none;
	}
}

.information-menu li {
	padding: 0 20px;
}

.information-menu li a {
	display: block;
	color: #fff;
	font-size: 15px;
}

.information-menu li+li {
	padding-top: 12px;
}

@media only screen and (max-width: 767px) {
	.header-info-item {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.mobile-phone {
		margin-left: 5px;
	}
	.header-menu-linkt {
	 padding: 0 2px;   
	}
}


/* category-wall */

.category-wall .category-image {
	text-align: center;
	margin: 0 auto;
}

.cat-image {
	display: block;
}

.category-item img {
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	margin: 0 auto;
}

.cat-caption {
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cat-name {
	text-decoration: none;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	color: inherit;
	font-weight: 600;
	text-align: center;
	line-height: normal;
	transition: all .3s;
}

@media only screen and (min-width: 768px) {
	.cat-name {
		font-size: 13px;
	}
}

.category-item {
	background: #fff;
    position: relative;
    padding: 10px;
    -webkit-transition: box-shadow ease-out .2s, border ease-out .2s;
    -moz-transition: box-shadow ease-out .2s, border ease-out .2s;
    -o-transition: box-shadow ease-out .2s, border ease-out .2s;
    transition: box-shadow ease-out .2s, border ease-out .2s;
    border: 1px solid #ededed;
    margin-top: -1px;
    margin-right: -1px;
}

.category-item:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
	z-index: 2;
	border-color: transparent;
}

.category-item:hover .cat-name {
	color: #0b7abb;
}

.category-wall .category-fix {
	padding: 0;
}

.category-wall .row {
	margin: 0 0 20px 0;
}

#modal-popuplogin .form-head {
    border-bottom: 2px solid;
    padding: 34px 75px 35px 35px;
}

#modal-popuplogin .form-border {
    border-bottom-color: #0b7abb;
}

#modal-popuplogin .main-heading {
	font-size: 1.866em;
    line-height: 28px;
    font-weight: 700;
}

#modal-popuplogin .modal-form {
    padding: 29px 35px 35px;
    min-height: 108px;
}

#modal-popuplogin .form-forgotten {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

#modal-popuplogin .modal-form .text-danger,
#modal-popuplogin .form-register-text-value,
#modal-popuplogin .form-forgotten a {
	font-size: 13px;
}

#modal-popuplogin .form-register-text-value {
	color: gray;
	font-size: 11px;
}

@media (min-width: 768px) {
	#modal-popuplogin .modal-dialog {
		min-width: 420px;
		max-width: 520px;
	}
}

#modal-popuplogin .form-footer {
    padding: 28px 0px 37px;
	padding-left: 35px;
    padding-right: 35px;
	border-top: 1px solid #F2F2F2;
	background: #f7f7f7;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}

#modal-popuplogin .form-footer .form-register-text {
	margin-top: 10px;
}

@media (min-width: 550px) {
	#modal-popuplogin .form-footer .form-register-text {
		flex: 1;
		padding-left: 20px;
		margin: 0;
	}
}

#modal-popuplogin .form-footer .btn-register {
	border: 1px solid #d69400;
    padding: 8px 15px;
    border-radius: 3px;
    color: #d69400;
    font-size: 13px;
}
@media (max-width: 468px){
    #shirina .product-thumb {
     padding: 5px 5px;
    }
    .product-sticker span{
        font-size: 12px;
        padding: 0 5px;
    }
    .product-thumb .button-add-cart .btn {
    width: 50px;
}
.youtube {
    margin-top: -47px;
    left: 2px;
    height: 23px;
}
}

/* freeshipping */
.freeshippingcat {
    width: 15em;
}
.freeshippingpro {
    width: 25em;
}

/* freeshipping */

/* главная о бренде */
.about-us {
  padding: 0 0 73px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-us {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .about-us .align-items-center-lg {
    -ms-flex-align: center!important;
    align-items: center!important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .about-us .align-items-center-lg {
    -ms-flex-align: center!important;
    align-items: center!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us .align-items-center-lg {
    -ms-flex-align: center!important;
    align-items: center!important;
  }
}
@media (max-width: 767px) {
  .about-us .no-padd-xs {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about-us .order-first {
    -ms-flex-order: 0;
    order: 0;
  }
}
.about-us .content {
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 767px) and (max-width: 991px) {
  .about-us .content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about-us .content {
    padding: 0 0 43px;
  }
}
.about-us .content .name-cat {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.25;
  color: #98afc6;
  margin-bottom: 21px;
}
.about-us .content h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
  color: #0b7abb;
  margin-bottom: 21px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us .content h2 {
    font-size: 28px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .about-us .content h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .about-us .content h2 {
    font-size: 24px;
  }
}
.about-us .content b {
  font-weight: bold;
}
.about-us .content p {
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 20px;
}
.about-us .content .btn-main {
  display: inline-block;
  padding: 15px 31px;
  width: auto;
}
.about-us .block_1 {
  position: relative;
  padding-top: 73px;
}
@media (max-width: 767px) {
  .about-us .block_1 {
    padding-top: 27px;
  }
}
.about-us .block_1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 402px;
  background-color: #d6d7d9;
}
@media (min-width: 767px) and (max-width: 991px) {
  .about-us .block_1:after {
    width: 125px;
  }
}
@media (max-width: 767px) {
  .about-us .block_1:after {
    display: none;
  }
}
.about-us .block_1 .content {
  padding-right: 80px;
}
@media (max-width: 991px) {
  .about-us .block_1 .content {
    padding-right: 0;
  }
}
.about-us .block_1 .image {
  width: 100%;
  height: 570px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 767px) and (max-width: 991px) {
  .about-us .block_1 .image {
    height: 371px;
    margin-left: -25px;
  }
}
@media (max-width: 767px) {
  .about-us .block_1 .image {
    height: 180px;
  }
}
.about-us .block_1 .image img {
  position: absolute;
  min-height: 100%;
  max-width: none;
  height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  .about-us .block_1 .image img {
    max-width: 100%;
    height: auto;
  }
}
.about-us .block_2 {
  padding-top: 125px;
  position: relative;
}
@media (max-width: 767px) {
  .about-us .block_2 {
    padding-top: 42px;
  }
}
.about-us .block_2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 397px;
  height: 294px;
  background-color: #d6d7d9;
}
@media (min-width: 767px) and (max-width: 991px) {
  .about-us .block_2:after {
    width: 145px;
    height: 294px;
  }
}
@media (max-width: 767px) {
  .about-us .block_2:after {
    display: none;
  }
}
.about-us .block_2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 182px;
  width: 402px;
  background-color: #d6d7d9;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us .block_2:before {
    height: 118px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .about-us .block_2:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-us .block_2:before {
    display: none;
  }
}
.about-us .block_2 .content {
  padding-right: 80px;
}
@media (max-width: 991px) {
  .about-us .block_2 .content {
    padding-right: 0;
  }
}
.about-us .block_2 .image {
  width: 100%;
  height: 570px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 767px) and (max-width: 991px) {
  .about-us .block_2 .image {
    height: 513px;
    right: -25px;
  }
}
@media (max-width: 767px) {
  .about-us .block_2 .image {
    height: 180px;
  }
}
.about-us .block_2 .image img {
  position: absolute;
  max-width: none;
  height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  .about-us .block_2 .image img {
    max-width: 100%;
    height: auto;
  }
}
/* главная о бренде */

.clear-button {
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    color: inherit;
    background-color: transparent;
}
.header-overlay.active {
    opacity: 1;
    visibility: visible;
}

.header-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
}
.headerpc {
    background: #fff;

}
.headerpcp {
        background: #f4f4f4 !important;
}
.header-menu {
    position: relative;
    border-bottom: 1px solid #ededed;
    z-index: 3;
}
/* преимущества */
  .benefit-item {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 16px;
  }

  .benefit-image {
      flex-shrink: 0;
      width: 100px;
      height: 100px;
  }

  .benefit-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
  }

  .benefit-text {
      display: flex;
      flex-direction: column;
  }

  .benefit-name {
      font-size: 16px;
      font-weight: 600;
      color: #000;
  }

  .benefit-title {
      font-size: 14px;
      margin-bottom: 4px;
  }
/* преимущества */  