body {
	margin: 0;
	padding: 0;
	color: #000;
	height: 100%;
	min-height: 100vh;
	min-width: 320px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	background: #ecf0f1
}

.loading {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .7;
	left: 0;
	top: 0
}

.content-loading {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0
}

.load-speeding-wheel {
	width: 36px;
	height: 36px;
	margin: 0 auto;
	border: 3px solid #212529;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	animation: load-spin .88s infinite linear
}

@keyframes load-spin {
	100% {
		transform: rotate(360deg)
	}
}

a {
	color: orange;
	transition: all .3s;
}

a,
body {
	position: relative
}

a {
	transition: color .1s ease;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #F07639
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-family: 'Open Sans', sans-serif;
	color: inherit
}

h1 {
	font-size: 33px
}

h2 {
	font-size: 27px
}

h3.product-title {
	display: block;
	background: #fff;
	padding: 20px;
	margin-bottom: 1px;
	font-size: 22px;
	color: #08090a;
	height: 59px;
	line-height: 19px
}

@media(max-width:480px) {
	h3.product-title {
		font-size: 18px;
		padding-right: 125px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}
	ul.sort_block{
		padding-left: 0 !important;
	}
	ul.sort_block li{
		margin-right: 10px !important;
		font-size: 13px !important;
	}
	.sort_main_block{
		justify-content: center;;
	}
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif
}

a:hover {
	text-decoration: none
}

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

.header-overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 9;
	transition: all .3s;
	opacity: 0;
	visibility: hidden
}

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

#content {
	min-height: 540px
}

@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
}

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

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

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

.card {
	padding: 15px
}

@media(min-width:768px) {
	.card {
		padding: 20px
	}
}

.text-empty {
	font-size: 24px;
	color: #dee2e6;
	font-weight: 900;
	font-family: 'Oswald', sans-serif
}

:focus {
	outline: none!important
}

input::-moz-input-placeholder,
input::-ms-input-placeholder,
input::-o-input-placeholder,
input::-webkit-input-placeholder {
	color: #6a6a6a
}

.form-control {
	box-shadow: none;
	border-color: #eee;
	border-radius: 2px;
	font-size: 13px
}

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

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

.has-error .form-control {
	border-color: #ffbdc9;
	background: #fdf8f8;
	box-shadow: none
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #e62222
}

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-container {
	background: #fff;
	border-bottom: 1px solid #ecf0f1
}

.nav-flex {
	width: 100%;
	margin: 0;
	background: #f7f7f7;
	padding: 0;
	list-style: none
}

@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: #fff
}

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

@media screen and (min-width:992px) {
	.nav-tabs-container ul li a {
		padding: 0 30px;
		font-size: 15px
	}
}

.nav-tabs-container ul li.active>a {
	border: 1px solid #ecf0f1;
	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%
	}
}

.nav-tabs-menu>li>a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #f7f7f7
}

.nav-tabs-menu>li.active>a:before {
	background: #F07639
}

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

@media only screen and (max-width:767px) {
	#tab-specification .attr-product-content-block {
		padding: 0
	}
}

.header {
	background: #fff;
	z-index: 20;
	position: relative
}

@media screen and (min-width:1025px) {
	.header {
		position: relative;
		margin-bottom: 15px;
	}
}

@media screen and (max-width:1024px) {
	.header>.container {
		padding: 0
	}
	#carousel0.owl-carousel.carousel .owl-item{
		margin-right: 0 !important;
	}
}

.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: 1000;
	display: flex;
	justify-content: space-between;
	align-items: center
}

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

@media screen and (max-width:1024px) {
	.header-inside {
		height: 45px
	}
}

.header-logo {
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
	padding-right: 30px
}

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

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

@media screen and (max-width:599px) {
	.header-logo {
		display: none
	}
}

@media screen and (max-width:1024px) {
	.header-logo img {
		width: 128px
	}
	.header-mobile-logo {
		padding: 15px 0
	}
}

.header-mobile-logo {
	background: #fff;
	display: flex;
	border-top: 1px solid #ecf0f1;
	width: 100%;
	justify-content: space-between;
	align-items: center
}

.header-mobile-logo img {
	max-width: 200px;
}

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

.phone {
	font-size: 17px;
	display: flex;
	white-space: nowrap;
	align-items: center;
	margin-right: 20px
}

@media screen and (max-width:599px) {
	.header-phone {
		display: none!important;
	}
}

.info-phone {
	line-height: 38px
}

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

.phone-link {
	text-decoration: none;
	color: #000;
	display: flex;
	height: 100%;
	align-items: flex-end;
	padding: 0 20px
}
.phone-link>svg{
	display: none;
}

.phone-link span {
	height: 25px;
	display: inline-block;
	line-height: 25px;
	/*padding-left: 7px;*/
	font-family: 'Oswald', sans-serif
}

.phone-link:hover {
	color: #F07639
}

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

.mobile-img {
	margin-left: 14px
}

.mobile-phone {
	margin-right: 14px
}

.mobile-phone span {
	/*font-weight: bold;*/
	color: #333;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
}

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

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

.header-menu-item.open>span {
	background: #f5f7f9
}

.header-menu-link {
	display: flex;
	margin: 0;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
	align-items: center;
	height: 100%;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	text-align: center
}

@media screen and (min-width:1025px) {
	.header-menu-link {
		padding: 0 15px
	}
}

.header-menu-link:hover {
	text-decoration: none;
	background: #f5f7f9
}

.user-menu {
	font-size: 0;
	display: flex;
	justify-content: flex-end;
	flex-grow: 1;
	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 (max-width:1024px) {
	.user-menu {
		height: 45px
	}
}

.user-block-language .language-select,
.user-block-currency .currency-select {
	text-align: left;
	color: #000;
	font-size: 13px;
	border: 0;
	padding: 0 15px;
	height: 33px;
	margin: 0;
	background: rgba(247, 248, 250, 1)
}

.user-block-language .language-select:hover,
.user-block-currency .currency-select:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	background: rgba(86, 142, 175, 1)
}

.currency-name,
.language-name {
	display: block;
	padding-top: 3px;
	line-height: 1
}

#search {
	position: relative;
	flex: 1
}

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

@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 {
	height: 51px;
	border: 0;
	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;
	border-radius: 0;
	border-color: #f0f2f4
}

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

@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 {
	box-shadow: none;
	background: #fff;
	font-size: 13px
}

#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: 0;
	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 #ecf0f1;
	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: 72px
	}
}

@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: 45px
	}
}

@media screen and (max-width:599px) {
	.user-block {
		width: 100%
	}
	.user-block-login {
		border-left: 0
	}
}

.user-block-currency .menu-icon,
.user-block-language .menu-icon,
.user-block-compare .menu-icon,
.user-block-wishlist .menu-icon,
.user-block-login .menu-icon,
.user-block-cart .menu-icon,
.user-block-search .menu-icon {
	color: #333
}

#search .input-group-btn:hover,
.user-block:hover,
.user-block.open {
	background: #f5f7f9
}

.user-block .dropdown-menu {
	min-width: 200px
}

.user-block.user-block-login .dropdown-menu {
	font-size: 13px
}

.user-block-language .dropdown-menu,
.user-block-currency .dropdown-menu {
	min-width: 100%;
	padding: 5px
}

@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;
	color: #000
}

@media screen and (min-width:1025px) {
	.user-block>a {
		padding: 0 15px
	}
}

.header-top {
	min-height: 35px;
	color: #17191b;
	background-color: #f5f7f9
}

.header-top>.container {
	padding: 0
}

ul.menu-content {
	padding: 0;
	margin: 0;
	list-style: none
}

ul.menu-content li {
	display: inline-block
}

#menu {
	background: #17191b;
	margin: 0 auto;
	height: 47px
}

#menu .menu-wrapper {
	display: flex
}

#menu .menu-wrapper,
#menu .menu-information,
#menu .menu-information .dropdown {
	display: flex
}

#menu,
#menu .menu-wrapper,
#menu .menu-information {
	position: relative
}

#menu .menu-information {
	color: #fff;
	cursor: pointer;
	width: 54px;
	height: 47px
}

#menu .menu-information,
#menu .menu-information .dropdown {
	align-items: center;
	justify-content: center
}

#menu .menu-information .dropdown {
	height: 100%;
	width: 100%;
	justify-content: center
}

@media(max-width:1024px) {
	#menu .menu-information {
		display: none
	}
}

#menu .header-menu-item .header-menu-link {
	text-align: left
}

#menu .menu-information.open .dropdown-menu {
	display: block
}

@media screen and (max-width:1024px) {
	#menu .menu-container {
		display: none
	}
}

#menu .menu-content {
	display: flex;
	flex-direction: row
}

#menu .menu-content .sub-item:hover>a {
	background: #2f3338;
	color: #fff
}

#menu .menu-content .sub-item>a:focus,
#menu .menu-content .sub-item>a:hover {
	text-decoration: none;
	color: #fff
}

#menu .menu-catalog-content {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	line-height: 20px
}

#menu .menu-content .dropdown-menu {
	width: 100%;
	padding: 0;
	border: 0
}

#menu .dropdown-menu-column {
	padding: 30px 30px 0;
	width: 100%;
	display: flex;
	justify-content: space-between
}

#menu .dropdown-column-title {
	font-size: 30px;
	font-weight: 500;
	color: #000;
	font-family: 'Oswald', sans-serif
}

#menu .menu-content .dropdown-catalog {
	line-height: 1.2;
	padding: 10px 0 30px 0
}

#menu .menu-content .dropdown-catalog .menu-child {
	padding: 10px 30px 0;
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer;
	min-height: 155px
}

#menu .menu-content .menu-child:hover a {
	color: #F07639
}

#menu .menu-img {
	padding-bottom: 10px;
	transition: opacity .2s
}

#menu .menu-img:hover {
	opacity: .8
}

#menu .menu-content .dropdown-catalog .menu-child {
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-moz-page-break-inside: avoid;
	page-break-inside: avoid
}

#menu .dropdown-catalog .menu-child a {
	font-size: 13px;
	font-weight: 400;
	color: #6c757d
}

#menu .dropdown-column-title:hover,
#menu .dropdown-column-title:focus,
#menu .dropdown-catalog .menu-child a:hover,
#menu .dropdown-catalog .menu-child a:focus {
	color: #F07639
}

.menu-catalog-container ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

#menu .menu-catalog-list.is-mobile .menu-catalog-horizontal,
#menu .menu-catalog-list.is-mobile .menu-catalog-subchildren {
	border-top: 1px solid #edf1f4
}

#menu .menu-catalog-list.is-mobile .menu-catalog-horizontal-link,
#menu .menu-catalog-list.is-mobile .menu-catalog-subchildren a {
	display: block;
	padding: 12px 20px 13px 19px;
	color: #000
}

#menu .menu-catalog-list.is-mobile .menu-catalog-horizontal-link .caret,
#menu .menu-catalog-list.is-mobile .menu-catalog-subchildren .caret {
	float: right;
	margin-top: 10px
}

#menu .menu-catalog-list.is-mobile .menu-catalog-children,
#menu .menu-catalog-list.is-mobile .menu-catalog-subchild {
	display: none
}

#menu .menu-catalog-list.is-mobile .menu-catalog-children {
	padding-left: 40px;
	background-color: #f6f8fa
}

#menu .menu-catalog-list.is-mobile .menu-catalog-subchildren+.menu-catalog-subchildren {
	border-top: 1px solid #dce4e9
}

#menu .menu-catalog-list.is-mobile .menu-catalog-subchildren>a {
	padding: 10px 15px 10px 0
}

#menu .menu-catalog-list.is-mobile .menu-catalog-subchild {
	padding-left: 10px
}

#menu .menu-catalog-list.is-mobile .menu-catalog-child-children>a {
	display: block;
	padding: 7px 15px 7px 0;
	font-size: 13px
}

#menu .menu-catalog-list.is-mobile .menu-catalog-child-children:last-child {
	padding-bottom: 10px
}

#menu .menu-catalog-subchildren.has_img .menu_img {
	display: none
}

@media screen and (min-width:1025px) {
	#menu .menu-catalog-children {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		/*width: 100%;*/
		background: #fff;
		padding: 15px 0;
		min-height: 100%
	}
	#menu .menu-catalog-horizontal.has-sub:hover .menu-catalog-children {
		display: block
	}
	#menu .menu-catalog-children {
		max-height: 528px;
		overflow: auto;
		padding: 0;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
	}
	#menu .menu-catalog-subchildren a:hover {
		background-color: #f7f7f7;
	}
	#menu .menu-catalog-horizontal:hover .menu-catalog-horizontal-link {
		background: #323435
	}
	#menu .menu-catalog-children::-webkit-scrollbar {
		width: 8px
	}
	#menu .menu-catalog-children::-webkit-scrollbar-track {
		border-radius: 8px
	}
	#menu .menu-catalog-children::-webkit-scrollbar-thumb {
		border-radius: 8px;
		background: #999;
		border: 2px solid #fff
	}
	#menu .menu-catalog-children::-webkit-scrollbar-thumb:window-inactive {
		background: #999;
		border: 2px solid #fff
	}
	#menu .menu-catalog-list {
		height: 47px;
		display: flex;
		justify-content: center;
	}
	#menu .menu-catalog-subchildren.has_img {
		/*padding-left: 60px;*/
		/*min-height: 60px;*/
		width: 100%;
		display: flex;
		align-items: center;
	}
	#menu .flexMenu-viewMore,
	#menu .menu-catalog-horizontal {
		float: left;
		height: 100%;
		position: relative;
	}
	#menu .flexMenu-viewMore>a,
	#menu .menu-catalog-horizontal-link {
		padding: 0 70px;
		height: 100%;
		display: flex;
		color: #fff;
		font-size: 15px;
		align-items: center;
		text-transform: uppercase;
	}
	#menu .flexMenu-popup {
		border: 0
	}
	#menu .flexMenu-popup .menu-catalog-horizontal {
		float: none;
		height: auto
	}
	#menu .flexMenu-popup .menu-catalog-horizontal:hover>a {
		background: #fff
	}
	#menu .flexMenu-popup .menu-catalog-horizontal-link {
		color: #222;
		padding: 14px 29px 14px 19px!important;
		border-top: 1px solid #f0f0f0
	}
	#menu .flexMenu-popup .menu-catalog-children {
		display: none!important
	}
	#menu .menu-catalog-subchildren.has_img .menu_img {
		display: block;
		width: 60px;
		position: absolute;
		top: 0;
		left: 0
	}
	#menu .menu-catalog-subchildren.has_img .menu_img img {
		max-width: 100%
	}
	#menu .menu-catalog-subchildren {
		position: relative;
		display: inline-block;
		width: 25%;
		float: left;
		/*margin: 0 0 30px;*/
		/*padding: 0 20px 0 0*/
	}
	#menu .menu-catalog-subchildren:nth-child(4n+1) {
		clear: left
	}
	#menu .menu-catalog-child-children>a,
	#menu .menu-catalog-subchildren>a {
		display: block;
		font-size: 14px;
		color: #000;
		line-height: 18px;
		padding: 15px 36px 15px 25px;
		white-space: normal;
		width: 100%;
		text-align: center;
	}
	#menu .menu-catalog-child-children>a {
		padding: 4px 19px!important;
		color: #666
	}
}
@media(max-width:1199px){
	#ScrollTop{
		bottom: 9rem !important;
	}
}
@media(max-width:1199px) and (min-width:1025px) {
	#menu .menu-catalog-children .menu-catalog-subchildren {
		width: 33.33%
	}
	#menu .menu-catalog-subchildren:nth-child(3n+1) {
		clear: left
	}
	#menu .menu-catalog-subchildren:nth-child(4n+1) {
		clear: none
	}
}

#menu .menu-info-mobile {
	background: #24303e
}

@media(min-width:1025px) {
	#menu .menu-info-mobile {
		display: none
	}
}

#menu .menu-info-mobile ul li+li {
	border-top: 1px solid #2b3644
}

#menu .menu-info-mobile ul li a {
	display: block;
	padding: 10px 20px;
	color: black;
	font-size: 13px;
	color: #fff
}

.main-menu-link {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	color: #17191b;
	padding: 0 15px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	height: 35px;
	font-size: 12px
}

@media(min-width:1366px) {
	.main-menu-link {
		font-size: 13px
	}
}

.menu-content .sub-item {
	position: relative
}

.mobile-menu__item {
	display: inline-block;
	height: 50px;
	width: 53px;
	border-left: 1px solid #ecf0f1;
	text-decoration: none;
	text-align: center;
	position: relative;
	cursor: pointer;
	vertical-align: top;
	background: #fff;
	-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
}

.mobile-menu__item_type_menu {
	opacity: 0;
	visibility: hidden;
	display: none;
	-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
}

@media screen and (max-width:1024px) {
	.mobile-menu__item_type_menu {
		width: 52px;
		height: 45px
	}
}

@media screen and (max-width:599px) {
	.mobile-menu__item_type_menu {
		width: 100%
	}
}

@media screen and (max-width:1024px) {
	.mobile-menu__item_type_menu {
		display: block!important;
		opacity: 1;
		visibility: visible
	}
}

.mobile-menu__menu-burger {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -10px;
	position: absolute;
	-webkit-transition: transform .2s ease 0s;
	-moz-transition: transform .2s ease 0s;
	-o-transition: transform .2s ease 0s;
	-ms-transition: transform .2s ease 0s;
	transition: transform .2s ease 0s;
	-webkit-transition: -webkit-transform .2s ease 0s
}

.mobile-menu__menu-burger:before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #000;
	top: -7px;
	position: absolute;
	-webkit-transition: top .2s linear .4s;
	-moz-transition: top .2s linear .4s;
	-o-transition: top .2s linear .4s;
	-ms-transition: top .2s linear .4s;
	transition: top .2s linear .4s
}

.mobile-menu__menu-burger-line {
	background: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	-webkit-transition: transform .2s linear .2s;
	-moz-transition: transform .2s linear .2s;
	-o-transition: transform .2s linear .2s;
	-ms-transition: transform .2s linear .2s;
	transition: transform .2s linear .2s;
	-webkit-transition: -webkit-transform .2s linear .2s
}

.mobile-menu__menu-burger:after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #000;
	bottom: -7px;
	position: absolute;
	-webkit-transition: bottom .2s linear .4s;
	-moz-transition: bottom .2s linear .4s;
	-o-transition: bottom .2s linear .4s;
	-ms-transition: bottom .2s linear .4s;
	transition: bottom .2s linear .4s
}

.burger-active {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: transform .2s linear .4s;
	-moz-transition: transform .2s linear .4s;
	-o-transition: transform .2s linear .4s;
	-ms-transition: transform .2s linear .4s;
	transition: transform .2s linear .4s;
	-webkit-transition: -webkit-transform .2s linear .4s
}

.mobile-menu__item_type_menu.bg-show {
	background: #24303e
}

.burger-active:before {
	-webkit-transition: top .2s linear;
	-moz-transition: top .2s linear;
	-o-transition: top .2s linear;
	-ms-transition: top .2s linear;
	transition: top .2s linear;
	top: 0;
	background: #fff
}

.burger-active .mobile-menu__menu-burger-line {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #fff
}

.burger-active:after {
	-webkit-transition: bottom .2s linear;
	-moz-transition: bottom .2s linear;
	-o-transition: bottom .2s linear;
	-ms-transition: bottom .2s linear;
	transition: bottom .2s linear;
	bottom: 0;
	background: #fff
}

@media screen and (max-width:1024px) {
	#menu.show {
		width: 100%;
		background-color: rgba(0, 0, 0, .3);
		z-index: 40
	}
	#menu.show .menu-catalog-container {
		display: block;
		background: #fff
	}
	#menu {
		display: none
	}
	#menu .dropdown-menu {
		position: relative;
		width: 100%;
		margin: 0!important;
		padding: 0;
		border-top: 0;
		float: none;
		box-shadow: none;
		padding: 0 0 0 25px!important;
		border-bottom: 1px solid #ecf0f1
	}
	#menu .dropdown-menu>li>a {
		color: #000;
		padding: 7px 0;
		font-size: 13px
	}
	#menu .menu-content,
	#menu .menu-content li.sub-item {
		display: block
	}
	#menu .main-menu-link {
		font-size: 13px;
		text-transform: none;
		padding: 10px 20px;
		display: block;
		color: #000;
		background: #fff;
		border-bottom: 1px solid #ecf0f1;
		text-align: left;
		height: auto;
		font-weight: 700
	}
	#menu .main-menu-link .caret {
		float: right;
		margin-top: 7px
	}
	#menu .menu-overlay {
		width: 100%;
		height: 50px
	}
}

.dropdown-menu {
	border-radius: 0;
	margin: 0;
	-webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
	border-top-color: #f0f2f4;
	border-width: 1px 0 0;
	z-index: 1100;
	background-clip: border-box
}

.dropdown-menu>li>a {
	padding: 5px 20px
}

.dropdown-menu>li>a:hover {
	color: #000
}

.count {
	display: block;
	font-size: 9px;
	position: absolute;
	top: 5px;
	right: 5px;
	min-width: 15px;
	height: 15px;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	background: #F07639;
	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
}

@media(min-width:1025px) {
	.count {
		top: 10px;
		right: 10px;
		font-size: 10px;
		min-width: 18px;
		height: 18px;
		line-height: 18px
	}
}

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

@media(min-width:1025px) {
	.cart>button {
		padding: 0 15px
	}
}

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

.cart.open>.btn {
	background-image: none;
	background-color: transparent;
	border: 0;
	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%
	}
	#ScrollTop{
		bottom: 8rem !important;
		right: 1.8rem !important;
	}
	._orinationRight_385 .button_592{
		margin-right: 10px !important;
		margin-bottom: 10px !important;
	}
}

.cart .load .preview {
	border-bottom: 1px solid #ecf0f1;
	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: 18px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	padding: 1px 0 0;
	text-align: center;
	background-color: #F07639;
	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
}

.cart .load .product-price {
	display: block;
	margin: 7px 0 0;
	font-family: 'Oswald', sans-serif;
	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;
	color: #d6d6d6;
	font-size: 15px
}

.cart .dropdown-menu li p svg {
	opacity: .2
}

.cart .mini-basket-empty p span {
	display: block;
	margin-top: 10px
}

.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: 17px;
	font-weight: 700
}

.cart .products:last-child .value {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif
}

.footer-top {
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #F07639
}

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

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

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

.footer-email-input .form-control {
	border: 0
}

.heading-title {
	color: #fff
}

.heading-title p {
	margin: 0
}

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

@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
}

.newsletter-title {
	font-weight: bold;
	text-transform: uppercase
}

footer {
	margin-top: 20px;
	background-color: #17191b
}

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

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

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

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

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

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

footer a {
	transition: all .1s
}

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

footer a.phone {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	font-family: 'Oswald', sans-serif
}
footer a.phone:hover{
	color: #F07639;
}

footer a:focus,
footer a:hover {
	color: #fff
}

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 #ecf0f1
}

.footer-border-top {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #2e3035
}

.breadcrumb {
	background-color: transparent;
	padding: 0
}

.breadcrumb a {
	color: #6d6d6d
}
.breadcrumb a:hover {
	color: #F07639;
}

.breadcrumb>li,
.breadcrumb a {
	font-size: 12px
}

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

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

@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-danger {
	color: #e62222
}

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

.text-primary {
	color: #007bff
}

.text-secondary {
	color: #6c757d
}

.text-success {
	color: #12a730
}

.text-warning {
	color: #ffc107
}

.text-info {
	color: #17a2b8
}

.btn {
	padding: 9px 15px;
	font-size: 13px;
	border-radius: 2px;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease
}

.btn.in_cart {
	background: #dc3545;
	border-color: #dc3545;
	color: #fff;
	box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25)
}

.btn.btn-group-sm>.btn,
.btn.btn-sm {
	padding: 5px 10px;
	font-size: 12px
}

.buttons {
	margin: 1rem 0
}

.btn-primary {
	color: #fff;
	background-color: #17191b;
	border-color: #17191b
}

.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;
	box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25);
	background-color: #F07639;
	border-color: #F07639
}

.btn-default {
	background-color: #f7f7f7;
	border-color: #eee;
	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 {
	color: #000;
	background-color: #f7f7f7;
	border-color: #f0f2f4
}

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

.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: #000;
	border-color: #000;
}

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

.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: #d69600;
	border-color: #d69600
}

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

.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-border {
	color: #F07639;
	border-color: #F07639;
	background: #fff
}

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

.btn-dark {
	color: #fff;
	border-color: #212529;
	background: #212529
}

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

.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
}

.btn-group-lg>.btn,
.btn-lg {
	font-size: 15px
}

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

.list-group a.list-group-item {
	position: relative;
	padding: 15px 20px 15px 20px;
	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;
		font-size: 13px;
		font-weight: 600;
		color: #000;
		text-decoration: none;
		word-wrap: break-word;
		transition: .2s ease-in-out
	}
}

@media only screen and (min-width:1200px) {
	.list-group a.list-group-item {
		padding: 15px 20px 15px 35px
	}
}

#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 #F07639
}

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

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

.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: #fff;
	text-shadow: none;
	transition: all .3s ease;
	margin: -25px 0 0 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #000;
	border-radius: 50%;
	opacity: 0;
}

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

.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: #000;
	border-color: transparent;
	color: #fff;
	opacity: 1
}

#carousel0.owl-carousel.carousel .owl-item {
	text-align: center;
	margin-right: 5px;
}
#carousel0.owl-carousel.carousel .owl-item .item img, #slideshow0 .item, #slideshow0 .item img, #slideshow0, #slideshow0 .owl-wrapper-outer{
	border-radius: 5px;
}

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

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

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

.product-thumb {
	padding: 18px;
	position: relative;
	box-shadow: 0 0 0 1px #ecf0f1;
	background: #fff;
}

.product-thumb .button-form {
	overflow: hidden;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.product-thumb .features-buttons {
	width: 66px;
	float: right
}

/*.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: right;
}

.product-thumb .features-buttons a {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #000;
	background: #f7f7f7;
	border-radius: 32px;
	border: 1px solid #ecf0f1
}

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

.product-thumb .features-buttons a:hover {
	color: #F07639
}

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

.product-thumb .name .name-link {
	color: #000;
	line-height: 20px;
	display: block;
	position: relative
}

.product-thumb .name .name-link:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1.4em;
	width: 35px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, #fff 100%)
}

.product-thumb .name .name-link:hover {
	color: #F07639
}

.product-thumb .name .name-text {
	font-size: 16px;
	display: inline-block
}

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

.product-thumb .rating .rating-right a {
	font-size: 13px;
	color: #6c757d;
	display: flex
}

.product-thumb .rating-right svg {
	width: 16px;
	height: 16px;
	fill: #999;
	margin-right: 8px
}

.product-sticker span {
	padding: 0 7px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 3px;
	display: inline-block
}

.price-economy {
	background: #ffd700;
	color: #000
}

.price-block-economy {
	margin: 8px 0;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #555
}

.economy-text {
	display: inline-block;
	margin-right: 10px
}

.price-percent {
	background: #e32330;
	color: #fff
}

.price-benefit {
	display: inline-block;
	font-size: 12px;
	padding: 2px 7px 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 16px;
	font-weight: 700
}

.product-thumb .product-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	min-height: 63px;
}

.product-thumb .price .main-price {
	position: relative;
	font-size: 24px;
	font-weight: 400;
	color: #000
}

.product-thumb .price {
	font-family: 'Oswald', sans-serif
}

.product-thumb .price .price-old {
	font-size: 15px;
	color: #fb6000;
	font-weight: 400;
	text-decoration: line-through;
	display: block
}

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

.product-thumb .button-add-cart .btn {
	padding: 5px 10px;
	width: 65px;
	height: 39px;
	color: #fff
}

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

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

.product-thumb .stock {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 3px
}

.short-description-text {
	padding-bottom: 4px;
	line-height: 1.8
}

.short-description,
.product-rating,
.attr-product-content-block {
	padding-bottom: 20px
}

.short-attribute,
.short-description {
	font-size: 13px
}

.short-attribute {
	overflow: hidden;
	color: #6c757d
}

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

.short-attribute-list {
	display: flex;
	justify-content: space-between;
	flex-direction: row
}

.short-attribute-list+.short-attribute-list {
	padding-top: 5px
}

.short-attr-left {
	flex-grow: 1;
	background: url(/image/catalog/attr-dotted.png) left 13px repeat-x
}

.short-attr-left,
.short-attr-right {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.short-attr-right {
	max-width: 50%
}

.short-attr-left span {
	background: #fff
}

@media only screen and (min-width:905px) {
	.product-list .product-thumb:after {
		content: ".";
		clear: both;
		display: block;
		height: 0;
		visibility: hidden
	}
	.product-list .product-thumb .product-bottom,
	.product-list .product-thumb .button-form {
		float: right;
		width: 256px;
		justify-content: flex-end;
		margin-bottom: 0;
		padding: 0 20px
	}
	.product-list .product-thumb .button-form .product-sticker {
		padding-right: 20px
	}
	.product-list .product-thumb .image {
		float: left;
		margin-right: 30px;
		margin-bottom: 0;
		margin-left: 20px;
		max-width: 25%
	}
	.product-list .product-thumb .product-bottom {
		margin: 0;
		flex-direction: column;
		align-items: center;
		justify-content: center
	}
	.product-list .product-thumb .rating {
		width: 145px
	}
	.product-list .product-thumb .name {
		display: inline-block;
		height: 50px;
		max-height: 50px
	}
	.product-list .product-thumb .name,
	.product-list .product-thumb .stock {
		width: 50%
	}
	.product-list .product-thumb .name {
		height: auto
	}
	.product-list .product-thumb .name .name-link {
		line-height: 24px
	}
	.product-list .product-thumb .name .name-text {
		font-weight: 600;
		font-size: 17px
	}
	.product-list .product-thumb .price {
		text-align: center;
		margin-bottom: 20px
	}
	.product-list .product-thumb .price .main-price {
		font-size: 25px
	}
	.product-list .product-thumb .stock {
		display: inline-block
	}
	.product-list .product-thumb .attr-product-content-block .attr-product-list__preview {
		font-size: 13px
	}
	.product-list .product-thumb .name .name-link:after {
		display: none
	}
}

.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: 7px
}

.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 #ecf0f1
}

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

.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: 13px
}

.number-spinner input.form-plus-minus {
	border: transparent;
	font-size: 13px;
	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: 0
}

.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
	}
	.owl-carousel.carousel .owl-buttons div{
		opacity: .5;
		z-index: 999;	
	}
	.owl-carousel.carousel .owl-buttons .owl-prev{
		left: 0;
	}
	.owl-carousel.carousel .owl-buttons .owl-next{
		right: 0;
	}
}

@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
}

.number-spinner,
.cart-product-price {
	padding-top: 20px
}

.cart-product-price__total {
	font-family: 'Oswald', sans-serif;
	font-size: 20px
}

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

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

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

@media only screen and (max-width:767px) {
	.checkout-total-box {
		margin-left: 40px
	}
	.advantage{
		margin: 0;
		margin-bottom: 15px;
	}
	.advantages-block>div:last-child .advantage{
		margin-bottom: 0;
	}
}

.table-total tr:last-child .text-total {
	font-size: 25px;
	font-weight: 700;
	padding: 0;
	white-space: nowrap;
	font-family: 'Oswald', sans-serif;
	vertical-align: middle
}

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

.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 #ecf0f1;
	height: 123px
}

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

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

.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: 0
}

.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: 5px
}

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

.subcat {
	padding: 15px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 15px;
	text-align: center;
	list-style: none;
	margin-bottom: 0
}

@media(min-width:480px) {
	.subcat {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media(min-width:768px) {
	.subcat {
		grid-template-columns: repeat(4, 1fr)
	}
}

@media(min-width:1200px) {
	.subcat {
		grid-template-columns: repeat(6, 1fr)
	}
}

@media(min-width:1600px) {
	.subcat {
		grid-template-columns: repeat(8, 1fr)
	}
}

.refine {
	text-align: center;
	padding: 15px;
	border: 1px solid #f2f2f2;
	border-radius: 2px;
	transition: .2s;
	margin-right: -1px;
	margin-bottom: -1px
}

.refine img {
	margin-bottom: 10px
}

.refine:hover {
	border-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

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

.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: #fff;
	border-color: #f0f2f4
}

.category-content #list-view i,
.category-content #grid-view i {
	color: #F07639
}

.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 {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 0
}

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

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

#input-sort,
#input-limit {
	border-width: 1px;
	height: 35px;
	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 #ecf0f1
}

.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: 13px
}

.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;
	padding: 0;
	list-style: none;
	margin: 0
}

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

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

.img-thumbnail:hover {
	border-color: #ccc
}

.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
}

.attr-product-list__title {
	color: #121212;
	font-size: 22px;
	line-height: 25px;
	padding-bottom: 20px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif
}

.attr-product-list__preview {
	width: 100%;
	margin-bottom: 30px
}

.attr-product-list__preview tr {
	vertical-align: top
}

.attr-product-list__preview tr td {
	color: #343a40;
	font-size: 13px;
	line-height: 20px;
	padding: 5px 0 5px
}

.attr-product-list__preview tr td:first-child {
	padding-right: 10px;
	width: 60%
}

.attr-product-list__preview tr td span.attr-name {
	background: #fff;
	position: relative
}

.attr-product-list__preview tr td:last-child {
	width: 40%
}

@media only screen and (min-width:768px) {
	.attr-product-list__preview tr td:first-child>div {
		background: url(/image/catalog/attr-dotted.png) left 13px repeat-x
	}
}

.attr-product-content-block {
	color: #aaa;
	font-size: 13px
}

.short-attr {
	margin: 0;
	padding: 0;
	list-style: none
}

.short-attr .attr-product-list__preview {
	margin: 0;
	padding-bottom: 5px;
	display: flex;
	justify-content: space-between
}

.short-attr .attr-product-list__preview span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.short-attr .attr-product-list__preview .attr-dotted {
	flex: 1;
	background: url(/image/catalog/attr-dotted.png) left 13px repeat-x
}

.short-attr .attr-product-list__preview .attr-dotted span {
	background: #fff
}

.short-attr .attr-product-list__preview span.right {
	color: #212529;
	max-width: 42%
}

.product-content .viewmore-link {
	display: inline;
	-webkit-transition: all .225s ease;
	-o-transition: all .225s ease;
	transition: all .225s ease;
	border-bottom: 1px dashed #000;
	color: #000;
	font-size: 12px;
	text-decoration: none
}

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

.content-title {
	border-bottom: 1px solid #ecf0f1;
	padding: 20px;
	background: #fff
}

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

.product-content .button-block .btn:hover {
	background: #f2f2f2
}

.product-content .button-toolbar {
	cursor: pointer;
	position: relative;
	color: #6c757d;
	margin-bottom: 8px;
	height: 30px;
	display: flex;
	align-items: center
}

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

.product-content .button-toolbar:hover svg {
	color: #F07639
}

.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: 13px
}

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

.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: 13px;
	font-weight: 700
}

.product-content .price-block__summary .price-block__base {
	position: relative;
	margin: 0;
	font-size: 26px;
	font-weight: 400;
	line-height: 31px;
	font-family: 'Oswald', sans-serif
}

.price-block #button-cart {
	min-width: 100%;
	height: 45px;
	padding: 0 25px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	position: relative
}

.button-cart:before {
	background: url(/image/catalog/icon-svg/checkbox_check.svg);
	content: "";
	height: 8px;
	left: 85px;
	position: absolute;
	top: 18px;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform: scale(0);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	width: 11px
}

.button-cart:after {
	content: 'В кошику';
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	line-height: 18px;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.button-cart.in_cart:after {
	left: 0
}

.button-cart.btn.in_cart {
	color: transparent;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.button-cart.FixedAddCart:before {
	left: 15px;
	top: 15px
}

.button-cart.btn.in_cart:before {
	-ms-transform: scale(2);
	transform: scale(2);
	-webkit-transform: scale(2)
}

.button-cart.FixedAddCart.in_cart:before {
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transform: scale(1.5)
}

.button-cart {
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.price-block .plus-minus {
	display: flex;
	align-items: center;
	width: 120px;
	margin-right: 20px
}

.price-block .plus-minus .btn {
	padding: 0 7px;
	height: 45px;
	border: 0;
	background: #fff;
	box-shadow: none;
	color: #6c757d;
	border: 1px solid #e5e5e5
}

.price-block .plus-minus .btn:hover svg {
	color: #000
}

.price-block .plus-minus .btn.btn-left {
	border-radius: 2px 0 0 2px
}

.price-block .plus-minus .btn.btn-right {
	border-radius: 0 2px 2px 0
}

.price-block .plus-minus input {
	height: 45px;
	border-radius: 0;
	padding: 0 7px;
	border: 1px solid #e5e5e5;
	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-stock {
	position: relative
}

.price-block .button-group,
.price-block .btn-fast-order {
	margin-top: 20px
}

.price-block .button-group-order {
	display: flex;
	align-items: center
}

.price-block .btn-fast-order .btn {
	height: 45px;
	font-size: 14px;
	font-weight: 600
}

.price-block .button-group .btn-incart {
	flex: 1;
	position: relative
}

.product-sku .stock-value {
	height: 26px;
	line-height: 27px;
	white-space: nowrap;
	font-size: 12px;
	color: #000;
	border-radius: 2px;
	background-color: #f7f7f7;
	text-align: center;
	z-index: 1;
	padding: 0 7px;
	display: block
}

.product-info__top h1 {
	display: inline-block;
	margin: 0;
	font-size: 24px;
	line-height: 36px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #08090a
}

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

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

.product-content .list-info li {
	font-size: 13px
}

.product-content .price-block__summary {
	font-family: 'Oswald', sans-serif
}

.product-content .price-block__old-price {
	position: relative;
	padding: 0;
	font-size: 15px;
	text-decoration: line-through;
	color: #fb6000;
	display: inline-block
}

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

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

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

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

.border-left {
	padding: 0
}

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

@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
	}
}

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

@media(min-width:1025px) {
	.product-content .box-left,
	.product-content .box-center,
	.product-content .box-right {
		padding: 30px
	}
}

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

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

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

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

@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 #ecf0f1;
	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: 15px;
	line-height: 1.5;
	font-weight: 700;
	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: 50px;
	display: inline-block;
	float: right
}

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

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

#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
	}
}

.tags-container {
	padding: 30px;
	background: #fff;
	margin-bottom: 20px;
	margin-top: -20px;
	border-top: 1px solid #ecf0f1
}

.tags-container .tags {
	font-size: 0
}

.tags-container .tags a {
	display: inline-flex;
	padding: 0 15px;
	height: 30px;
	align-items: center;
	color: inherit;
	font-size: 13px;
	margin-bottom: 5px;
	margin-right: 5px;
	border-radius: 30px;
	transition: all .3s ease 0s;
	background-color: #f5f5f5
}

.tags-container .tags a:hover {
	background: #76bc21;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .3)
}

.tags-container .tags h4 {
	margin-top: 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: #aaa
}

.black {
	color: #000
}

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

@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;
	border-top: 1px solid #ecf0f1;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.alert-banner {
	margin: 10px 0 20px;
	padding: 17px 10px;
	text-align: center;
	background: #F07639;
	color: #fff;
	border-radius: 4px
}

.alert-banner-title {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 19px
}

.alert-banner-descr {
	font-size: 13px;
	line-height: 19px
}

@media only screen and (min-width:768px) {
	.alert-banner {
		margin: 15px 0 12px;
		padding: 20px
	}
	.alert-banner-title {
		margin-bottom: 12px;
		font-size: 22px;
		line-height: 21px
	}
	.alert-banner-descr {
		font-size: 15px;
		line-height: 20px
	}
}

.card-blue {
	background: #f0f3f7
}

.flex-group {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.empty-block {
	color: #c3cdd8
}

.empty-block-title {
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 20px;
	font-weight: bold
}

.responsive {
	background: #fff
}

.align-middle {
	vertical-align: middle
}

@media screen and (max-width:991px) {
	.m-b-15-sm {
		margin-bottom: 15px
	}
	.empty-block-title {
		font-size: 14px
	}
	.empty-block-title svg {
		width: 24px;
		height: 24px
	}
}

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

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

.text-md {
	font-size: 13px
}

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

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

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

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

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

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

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

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

.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
}

.padding10 {
	padding: 10px
}

.padding15 {
	padding: 15px
}

@media screen and (min-width:768px) {
	.padding-sm {
		padding: 15px
	}
}

@media screen and (min-width:992px) {
	.padding-md {
		padding: 20px
	}
}

@media screen and (min-width:1200px) {
	.padding-lg {
		padding: 30px
	}
}

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

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

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

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

.f-left {
	float: left!important
}

.height-4 {
	height: 40px!important
}

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

.f-s-1 {
	font-size: 12px!important
}

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

.fs13 {
	font-size: 13px!important
}

.f-s-14 {
	font-size: 13px!important
}

.f-s-16 {
	font-size: 15px!important
}

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

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

.d-b {
	display: block!important
}

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

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

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

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

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

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

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

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

.wdth-45 {
	width: 45px!important
}

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

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

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

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

.modal-backdrop.in {
	filter: alpha(opacity=70);
	opacity: .7
}

@media(min-width:768px) {
	.modal-content {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	#modal-wishlist .modal-dialog,
	#modal-compare .modal-dialog,
	#popup-option .modal-dialog {
		width: 500px
	}
}

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

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

@media(min-width:576px) {
	.modal-dialog-centered {
		min-height: calc(100% -(1.75rem * 2))
	}
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% -(.5rem * 2))
}

.close {
	position: absolute;
	top: 10px;
	right: 0;
	margin-right: 1.5rem;
	font-size: 3rem;
	z-index: 100;
	text-shadow: none;
	font-weight: 100;
	opacity: 1
}

#modal-wishlist .modal-success,
#modal-compare .modal-success {
	display: flex;
	align-items: center
}

#modal-wishlist .modal-success .success-content,
#modal-compare .modal-success .success-content {
	padding: 0 20px
}

.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=checkbox],
input[type=radio] {
	position: relative;
	display: inline-block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	margin: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #ebebeb;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer
}

input[type=radio]:checked,
input[type=checkbox]:checked {
	background-color: #000;
}

/*input[type=radio]:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

input[type=checkbox]:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}*/

input[type=radio] {
	border-radius: 50%
}

.fake-checkbox label,
.fake-radio label {
	padding: 0 10px;
	line-height: 33px;
	background: #fff;
	font-size: 13px;
	border-radius: 2px;
	color: #000;
	margin: 0 7px 10px 0;
	border: 1.2px solid #000;
}

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

.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: #000;
	border-color: #000;
	box-shadow: none;
	color: #fff
}

#ScrollTop {
	position: fixed;
	bottom: 4rem;
	right: 2.8rem;
	cursor: pointer;
	display: none;
	z-index: 8;
	text-shadow: .2rem .2rem .4rem rgba(0, 0, 0, .3)
}

#ScrollTop span {
	color: #fff;
	background: #F07639;
	border-radius: 50%;
	width: 50px;
	display: inline-block;
	height: 50px;
	text-align: center;
	transition: all .3s;
	line-height: 50px
}

#ScrollTop span:hover {
	background: #fff;
    color: #000;
}

.review-rating {
	font-size: 0;
	color: #dadae6;
	display: inline-block;
	padding-left: 10px
}

.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: 23px;
	cursor: pointer;
	width: 21px;
	display: inline-block;
	height: 21px;
	line-height: 21px
}

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

#review .review-wrap {
	overflow: hidden;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f1f1f1
}

@media(min-width:768px) {
	#review .review-user-info {
		width: 25%
	}
}

@media(min-width:992px) {
	#review .review-user-info {
		width: 20%
	}
}

@media(min-width:1200px) {
	#review .review-user-info {
		width: 15%
	}
}

#review .review-username {
	font-size: 15px;
	color: #000;
	font-weight: bold
}

#review .review-date {
	font-size: 13px;
	color: #6c757d;
	margin-top: 6px;
	display: block;
	margin-bottom: 6px
}

#review .review-body {
	width: 100%
}

@media(max-width:767px) {
	#review .review-body {
		margin-top: 20px
	}
}

@media(min-width:768px) {
	#review .review-body {
		width: 512px
	}
}

@media(min-width:1200px) {
	#review .review-body {
		width: 50%
	}
}

#review .review-item-text {
	background: #f7f7f7;
	padding: 13px 25px;
	font-size: 14px;
	color: #000;
	border: 1px solid #f0f0f0;
	border-radius: 6px;
	position: relative
}

#review .review-item-text:before {
	content: "";
	position: absolute;
	left: -6px;
	top: 10px;
	width: 10px;
	height: 10px;
	border: 1px solid #f0f0f0;
	background: #f7f7f7;
	transform: rotate(45deg);
	border-right: 0;
	border-top: 0
}

#review .review-answer {
	padding: 10px 0 10px 0;
	overflow: hidden;
	display: flex;
	align-items: center
}

@media(max-width:479px) {
	#review .review-answer {
		flex-wrap: wrap
	}
}

#review .answer-title {
	font-size: 12px;
	color: #000;
	font-weight: 600;
	padding-left: 25px
}

#review .answer-text {
	border: 1px solid #ecf0f1;
	padding: 13px 25px;
	font-size: 14px;
	color: #000;
	position: relative;
	border-radius: 6px
}

@media(max-width:479px) {
	#review .answer-text {
		margin-top: 20px;
		width: 100%
	}
	.advantages-block div .advantage {
	    height: 180px !important;
	}
	/*.advantages-block .advantage a{
		font-size: 11px;
		width: 120px;
	}*/
	.advantages-block .advantage .block_cat{
		width: 260px;
	}
}
@media(max-width:413px){
	.advantages-block div .advantage {
	    height: 155px !important;
	}
}

@media(min-width:480px) {
	#review .answer-text {
		width: 80%
	}
}

#review .answer-text:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 25px;
	top: -6px;
	border: 1px solid #ecf0f1;
	transform: rotate(45deg);
	border-width: 1px 0 0 1px;
	background: #fff
}

#review .review-width {
	display: flex;
	flex-wrap: wrap
}

.review-box-title {
	font-size: 22px;
	font-weight: 700;
	display: block;
	padding-bottom: 20px;
	font-family: 'Oswald', sans-serif
}

.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
}

.review-write-icon {
	width: 56px;
	height: 56px;
	padding: 16px;
	border-radius: 56px;
	background-color: #F07639
}

.review-write-text {
	padding-top: 12px;
	color: #F07639;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px
}

.review-toggle {
	display: flex;
	flex-direction: column;
	padding: 48px 40px 40px;
	cursor: pointer;
	outline: 0;
	justify-content: center;
	align-items: center;
	flex: 1 1 auto
}

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

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

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

.product-sticker {
	left: 0;
	font-family: 'Oswald', sans-serif
}

.pagination {
	margin: 0
}

.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ecf0f1;
	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: #f0f2f4;
	border-color: #f0f2f4;
	color: #000
}

.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
}

@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: 3
}

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

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

.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 #ecf0f1;
	text-align: center
}

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

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

.support-list {
	padding: 0;
	margin: 0;
	list-style: none
}

.support-list .support-link {
	margin-bottom: 20px
}

.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: 13px
}

.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: #F07639;
	border-color: #F07639
}

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

.dropdown-menu .nav-login-btn {
	padding: 0 20px 20px 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 #ecf0f1
}

@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: 154rem;
		width: 100%
	}
}

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

.brand-logo a {
	display: block;
	border: 1px solid #ecf0f1;
	border-radius: 3px
}

.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;
	margin-top: 10px;
	padding: 4px;
	border: 0
}

.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 {
	margin-bottom: 20px
}

.item-carousel {
	padding: 10px 0
}

.viewed-box .product-thumb {
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height: 135px
}

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

.viewed-box .image {
	width: 90px;
	height: 90px;
	margin: 0 15px 0 0
}

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

.viewed-box .product-thumb.transition .caption {
	flex: 1
}

.viewed-box .caption h4 {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 12px;
	max-height: 57px;
	overflow: hidden;
	font-weight: 400;
	height: 55px
}

.viewed-box .caption h4 a {
	display: block;
	height: 100%;
	position: relative
}

.viewed-box .caption h4 a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1.4em;
	width: 35px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, #fff 100%)
}

.viewed-box .caption .price {
	font-size: 14px;
	font-weight: 700;
	color: #212529;
	line-height: 16px
}

.viewed-box .price .price-old {
	font-size: 12px;
	display: inline-block;
	padding-left: 3px;
	line-height: 1
}

#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 {
	padding: 30px 50px 30px 25px;
	margin-bottom: 0;
	position: fixed;
	top: 60px;
	right: 50px;
	width: 400px;
	height: auto;
	border: 0;
	font-size: 13px;
	border-radius: 10px;
	z-index: 999999;
	background-color: #fff;
	color: #2d364c;
	box-shadow: 0 0 15px rgba(76, 88, 103, 0.15)
}

.alert>i,
.alert svg {
	font-size: 34px;
	line-height: 100%;
	float: left;
	margin: 0 20px 10px 0
}

.alert.alert-success i,
.alert.alert-success svg {
	color: #28a745
}

.alert.alert-info i,
.alert.alert-info svg {
	color: #17a2b8
}

.alert.alert-danger i,
.alert.alert-danger svg {
	color: #dc3545
}

.alert-danger,
.alert-danger .close {
	background: #fcf2f5;
	color: #ff5275
}

.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 #000
}

.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: 13px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 1px #000
}

.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
	}
	.advantages-block .advantage {
	    /*padding: 20px !important;*/
	    height: 210px !important;
	}
}

@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
	}
	#modal-cart .modal-success .modal-img {
		text-align: center;
		margin-right: 15px
	}
	#modal-cart .modal-success .modal-message {
		font-size: 13px;
		width: 258px;
		margin-top: 0
	}
}

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

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

#modal-cart .modal-success .old-price {
	font-size: 13px;
	color: #6c757d;
	font-weight: 400;
	text-decoration: line-through;
	padding-right: 5px
}

#modal-cart .modal-success .new-price {
	position: relative;
	font-size: 21px;
	font-weight: 700;
	color: #000
}

#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: 15px;
	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 #ecf0f1
}

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

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

.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: 0;
	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: 13px
}

.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
	}
}

.container-fluid {
	width: 100%;
	max-width: 1540px;
	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 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.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 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.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%
}

.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:1024px) {
	.header-info-item {
		display: none
	}
	.advantage-image img{
		max-width: 100%;
	}
	.advantage{
		padding: 50px 30px;
		height: 200px;
	}
}

@media only screen and (min-width:768px) {
	.mobile-phone {
		display: none
	}
}

.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 .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: 52px;
	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: 700;
	text-align: center;
	line-height: normal;
	transition: all .3s;
	word-break: break-word
}

@media only screen and (min-width:768px) {
	.cat-name {
		font-size: 13px
	}
}

.category-item {
	background: #fff;
	position: relative;
	padding: 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .07);
	margin-bottom: 10px
}

.category-item:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
	z-index: 2;
	border-color: #dcdcdc;
	transform: translateY(-2px)
}

.category-item:hover .cat-name {
	color: #F07639
}

.category-wall .category-fix {
	padding-right: 5px;
	padding-left: 5px
}

.category-wall .row {
	margin-left: -5px;
	margin-right: -5px
}

#popup-cart .form-head,
#modal-quickview .form-head,
#modal-review .form-head,
#modal-fastorder .form-head,
#modal-popuplogin .form-head {
	padding: 30px 75px 30px 35px
}

#popup-cart .main-heading,
#modal-quickview .main-heading,
#modal-review .main-heading,
#modal-fastorder .main-heading,
#modal-popuplogin .main-heading {
	line-height: 36px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #08090a
}
.developer svg{
	width: 120px;
}
@media only screen and (max-width:767px) {
	.franchize{
		display: none;
	}
	.product-thumb .images{
		display: none;
	}
	.product-thumb .button-form{
		margin-bottom: 0;
	}
	.advantage{
		padding: 0 !important;
    	height: 300px !important;
	}
	.advantage .block_link, .advantage .block_cat{
		width: 100% !important;
		display: block !important;
	}
	.advantage>div>a{
		display: none;
		padding: 0;
		font-size: 0;
		width: 100%;
    	height: 100%;
    	margin: 0 !important;
	}
	.advantage>div>a:last-child{
		display: block;
	}
	.advantage>div>a:hover, .advantage>div>a:active, .advantage>div>a:focus{
		background: none !important;
	}
	#popup-cart .main-heading,
	#modal-quickview .main-heading,
	#modal-review .main-heading,
	#modal-fastorder .main-heading #modal-popuplogin .main-heading {
		font-size: 25px
	}
	footer h5{
		margin-top: 15px !important;
		text-align: center;
	}
	footer li{
		text-align: center;
	}
	.contact-info.info-phone>img, .contact-info.info-phone>a{
		display: table;
		margin: 0 auto;
	}
	.developer{
		position: initial !important;
		margin-top: 10px;
	}
	.developer svg{
		width: 100px;
	}
	.category-content>.tollbar-sub{
		display: none;
	}
	.grid-bottom{
		display: table;
		margin: 0 auto;
	}
	.grid-bottom>.text-right{
		display: none;
	}
	.top_bar_image{
		display: none;
	}
	.rating span+span{
		margin-left: 4px;
	}
	.product-thumb{
		padding: 10px;
	}
	.product-thumb .button-add-cart .btn{
		width: 54px;
	}
	.product-thumb .product-bottom{
		min-height: 58px;
		margin-top: 7px;
	}
	.product-thumb .features-buttons{
		width: 30px;
	}
	.product-sticker span{
		padding: 0 2px;
	}
	span.product-new{
		padding: 0 3px !important;
	}
	#d_ajax_search_results{
		top: 45px !important;
	}
	.information-contact #content>.padding15{
		padding: 0 15px;
	}
	.location_block{
		border: none !important;
	    border-bottom: 1px solid #ecf0f1 !important;
	    border-radius: 0 !important;
	    margin: 0 !important;
	    padding-bottom: 15px;
	}
	.alert{
		right: 15px;
    	width: 330px;
	}
	#content{
		min-height: 0;
	}
	.dropdown-menu-right{
		left: 0;
	}
	.list-group.account-block{
		margin-left: -15px;
    	margin-right: -15px;
	}
	.list-group.account-block a{
		font-size: 13px;
		padding: 20px 7px !important;
	}
	.list-group.account-block a:last-child{
		display: none;
	}
}

#modal-review .modal-form,
#modal-fastorder .modal-form,
#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: 12px
}

#modal-popuplogin .form-register-text-value {
	color: #6c757d;
	font-size: 11px
}

@media(min-width:768px) {
	#modal-fastorder .modal-dialog,
	#modal-popuplogin .modal-dialog {
		width: 480px
	}
}

#modal-popuplogin .form-footer {
	padding: 28px 0 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 {
	padding: 8px 15px;
	font-size: 13px
}

#modal-quickview .modal-loadspin,
#modal-fastorder .modal-loadspin {
	position: relative;
	height: 100%;
	min-width: 100%;
	box-sizing: border-box;
	padding: 30px 50px
}

#modal-quickview .modal-loadspin,
#modal-fastorder .modal-loadspin {
	font-size: 15px
}

#modal-quickview .modal-loadspin .modal-informer,
#modal-fastorder .modal-loadspin .modal-informer {
	display: flex;
	flex-direction: column;
	text-align: center;
	position: relative;
	align-items: center
}

#modal-quickview .modal-informer h3,
#modal-fastorder .modal-informer h3 {
	margin-top: 0
}

@media(min-width:768px) {
	.modal-md {
		width: 450px
	}
}

#modal-quickview .modal-body {
	padding: 0;
	display: flex;
	flex-direction: row;
	margin: 0
}

#modal-quickview .modal-body .quickview-image {
	width: 310px;
	padding: 30px;
	text-align: center
}

#modal-quickview .quickview-center {
	width: 300px;
	padding: 30px;
	max-height: 560px;
	overflow-y: auto;
	overflow-x: hidden
}

#modal-quickview .quickview-center .attr-product-list__preview {
	font-size: 12px
}

#modal-quickview .quickview-image .thumb {
	margin-bottom: 20px
}

#modal-quickview .quickview-center::-webkit-scrollbar {
	width: 5px;
	background-color: #f2f2f2
}

#modal-quickview .quickview-center::-webkit-scrollbar-thumb {
	background-color: #6c757d;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	border-radius: 4px
}

#modal-quickview .quick-view-right {
	width: 288px;
	padding: 30px;
	max-height: 560px;
	overflow-y: auto;
	overflow-x: hidden;
	border-left: 1px solid #ecf0f1
}

#modal-quickview .form-head {
	padding-top: 23px;
	padding-bottom: 24px;
	z-index: 2;
	background: #fff;
	position: relative
}

.modal-header {
	border-bottom: 1px solid #ecf0f1
}

#modal-quickview .quickview-buttons .plus-minus {
	width: 102px
}

#modal-quickview .plus-minus .form-control,
#modal-quickview .plus-minus .btn {
	height: 38px
}

#modal-quickview #additional-images .img-thumbnail {
	border-width: 2px;
	border-color: #f2f2f2;
	border-radius: 2px;
	width: 59px;
	height: 59px;
	margin-bottom: 3px;
	opacity: .5
}

#modal-quickview #additional-images .img-thumbnail.active {
	border-color: #1976d2
}

#modal-quickview #additional-images .img-thumbnail:hover,
#modal-quickview #additional-images .img-thumbnail.active {
	opacity: 1
}

#modal-quickview .quickview-buttons .fastorder-btn {
	height: 38px
}

.btn-quick-view {
	display: none
}

@media(min-width:992px) {
	.btn-quick-view {
		display: block
	}
}

.btn-quick-view {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all .3s
}

.product-thumb:hover .btn-quick-view {
	opacity: 1;
	visibility: visible
}

.btn-quick-view .btn:active,
.btn-quick-view .btn:focus,
.btn-quick-view .btn:active:focus,
.btn-quick-view .btn {
	background: rgba(0, 0, 0, 0.5);
	border: 0;
	color: #fff
}

@media screen and (min-width:992px) {
	#ProductFixedPanel .container {
		position: relative
	}
	#ProductFixedPanel.fixedContent {
		position: fixed;
		transition: top .3s ease-in-out;
		top: -100px;
		background: #fff;
		z-index: 300;
		width: 100%;
		left: 0
	}
	#ProductFixedPanel.fixedContent._fixed {
		top: 0;
		-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1)
	}
	#ProductFixedPanel .fixed-box {
		height: 80px
	}
	#ProductFixedPanel .fixed-image {
		position: absolute;
		left: 15px;
		top: 0;
		display: block;
		height: 100%;
		width: 100px;
		overflow: hidden;
	}
	#ProductFixedPanel .fixed-image img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		max-width: 80px;
		padding: 10px
	}
	#ProductFixedPanel .fixed-name {
		position: absolute;
		left: 128px;
		top: 0;
		height: 100%;
		max-width: 33.333333%;
		padding-top: 10px
	}
	#ProductFixedPanel .fixed-name>p {
		white-space: nowrap;
		overflow: hidden;
		font-size: 17px;
		text-overflow: ellipsis;
		font-weight: 700;
		font-family: 'Oswald', sans-serif
	}
	#ProductFixedPanel .fixed-price {
		position: absolute;
		right: 230px;
		top: 0;
		height: 100%;
		padding-top: 15px
	}
	#ProductFixedPanel .fixed-btn-cart {
		position: absolute;
		right: 20px;
		top: 0;
		height: 100%;
		padding-top: 15px;
		width: 180px
	}
	#ProductFixedPanel .fixed-price .fixed-priceBase {
		font-size: 33px;
		font-weight: 600;
		color: #000;
		font-family: 'Oswald', sans-serif
	}
	#ProductFixedPanel .fixed-price .fixed-Oldprice {
		display: none
	}
	#ProductFixedPanel .fixed-buttons {
		text-align: center;
		width: 100px;
		margin: 0 auto
	}
	#ProductFixedPanel .fixed-Compareblock {
		display: flex;
		justify-content: space-between;
		position: relative
	}
	#ProductFixedPanel .fixed-Compareblock:before {
		content: "";
		position: absolute;
		width: 1px;
		background: #dadada;
		height: 25px;
		left: 50%
	}
	#ProductFixedPanel .fixed-addToCart {
		display: block;
		width: 130px;
		margin: 0 auto;
		margin-top: 7px
	}
	#ProductFixedPanel .fixed-addToCart .btn {
		padding: 8px 12px;
		position: relative;
		width: 100%
	}
	#ProductFixedPanel .fixed-Compareblock>span {
		display: inline-block;
		width: 40px;
		height: 30px;
		line-height: 33px;
		cursor: pointer
	}
	#ProductFixedPanel .fixed-Compareblock>span:hover i {
		color: #0082cb
	}
	#ProductFixedPanel .fixed-Compareblock>span>i {
		font-size: 23px;
		color: #c3c3c3
	}
	#ProductFixedPanel .rating.fixed-rating>a {
		font-size: 13px;
		padding-left: 10px
	}
}

@media screen and (max-width:991px) {
	#ProductFixedPanel {
		display: none!important
	}
	.advantage{
		padding: 20px;
		height: 170px;
	}
}

.category-description {
	font-size: 15px;
	position: relative
}

.description.text-collapse {
	max-height: 235px;
	overflow: hidden;
	position: relative
}

.description.text-collapse:after {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .82) 55%, #fff 65%, #fff 75%, #fff 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .82) 55%, #fff 65%, #fff 75%, #fff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .82) 55%, #fff 65%, #fff 75%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: opacity .25s ease
}

.description .toggle {
	position: absolute;
	left: 50%;
	bottom: 0;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	cursor: pointer
}

.description>span {
	color: #333;
	border-bottom: 1px dashed #333;
	line-height: 17px;
	z-index: 2;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all .3s
}

.description>span:hover {
	color: #F07639;
	border-color: #F07639
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0
}

.contacts table {
	color: #666;
	border: 0;
	border-collapse: collapse
}

.contacts table td {
	padding-bottom: 10px;
	line-height: 21px;
	vertical-align: top
}

.contacts table td span {
	color: #121212;
	font-size: 21px;
	line-height: 25px;
	padding-bottom: 20px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif
}

.fa.big-icon {
	height: 54px;
	width: 54px;
	line-height: 54px;
	font-size: 29px;
	border-radius: 50%;
	background: #666;
	color: #fff;
	text-align: center
}

body .fa.big-icon {
	background: #415fff
}

.fa.big-icon.s45 {
	height: 45px;
	width: 45px;
	line-height: 45px;
	font-size: 18px
}

.contacts table td .fa.big-icon {
	margin: 0 20px 20px 0
}

.maps-size {
	width: 100%;
	height: 400px
}

.advant {
	margin-bottom: 30px
}

.advant__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.advant__item {
	width: -webkit-calc(100%);
	width: calc(100%);
	padding: 25px;
	text-align: center;
	background-color: #fff;
	transition: all .3s;
	cursor: default
}

@media only screen and (min-width:768px) {
	.advant__item {
		width: -webkit-calc(20% - 10px);
		width: calc(20% - 10px)
	}
}

.advant__item:hover {
	background: #F07639
}

.advant__item:hover>div {
	color: #fff
}

.advant__value {
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 15px;
	color: #fb6000;
	font-family: 'Oswald', sans-serif
}

.advant__label {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	color: #000
}

.advant__percent {
	font-size: 24px
}

.tooltip {
	line-height: 1
}

.tooltip.in {
	opacity: 1
}

.tooltip.top {
	padding: 8px 0;
	margin-top: 0
}

.tooltip-inner {
	font-size: 10px;
	text-transform: uppercase;
	padding: 6px 12px;
	background-color: #fff;
	border-radius: 2px;
	color: #464646;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1)
}

.tooltip.top .tooltip-arrow {
	bottom: 4px;
	border-top-color: #fff
}

::-webkit-scrollbar {
	background: transparent;
	width: .5em;
	position: absolute
}

::-webkit-scrollbar-track {
	background: transparent;
	position: absolute;
	z-index: -2
}

::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background: #888
}
.user-block-compare, .compare{
	display: none !important;
}
.info-phone>img{
	margin: initial;
}
.visa{
	margin-bottom: 5px;
}
.visa img{
	width: 100px;
}
.owl-carousel.carousel{
	background: initial;
}
.phone.header-phone{
	border-left: 1px solid #ecf0f1;
	display: inline-grid;
    text-align: center;
    margin-right: 0;
}
span.callback {
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    display: flex;
    align-self: flex-start;
    margin: 0 auto;
    line-height: 25px;
}
span.callback:hover{
	color: #F07639;
}
#slideshow0.owl-carousel{
	margin-bottom: 0;
}
.list-group.account-block{
	display: flex;
	background-color: #fff;
}
.list-group.account-block a{
	text-align: center;
	padding: 20px 10px;
	width: 100%;
}
.list-group.account-block a.list-group-item:last-child{
	border-bottom: 2px solid #fff;
}
.list-group.account-block a.list-group-item{
	background: initial;
	border-bottom: 2px solid #fff;
}
.list-group.account-block a.list-group-item:hover{
	border-bottom: 2px solid #000;
}
.list-group.account-block a.list-group-item.active{
	border-bottom: 2px solid #000;
}
.list-group.account-block a.list-group-item:before{
	display: none;
}
.account-block .list-group-item:last-child, .account-block .list-group-item{
	margin-bottom: initial;
}
.common-home .header{
	margin-bottom: 7px;
}
#simpleregister .simpleregister-have-account{
	display: none;
}
table{
	text-align: center;
}
.support-geocode svg{
	width: 24px;
    margin-right: 5px;
}
.location_block{
	border: 1px solid #ecf0f1;
    margin-bottom: 30px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.location_block .img-thumbnail{
	border: none;
}
.border_bottom{
	border-bottom: 1px solid;
}
#simplecheckout_shipping .simplecheckout-block-content>p{
	display: none;
}
.size_option {
    display: flex;
    margin-top: 7px;
    min-height: 41px;
}
.size {
    padding: 5px;
    margin: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
.size_option .size:first-child{
	margin-left: 0;
}
.size_option .size:last-child{
	margin-right: 0;
}
.top_bar_image img {
    width: 100%;
    max-width: 100%;
    display: block;
}
#agreement_checkbox a.agree{
	margin-left: 3px;
}
.product-thumb>.btn-fast-order{
	margin-top: 15px;
}
span.product-new {
    padding: 0 7px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    display: inline-block;
    background-color: #0b82f7;
    color: #fff;
}

.ntcd-simple {
  display: inline-block;
  padding-left: 5px;
  text-align: center;
  line-height: 20px; /* on comparison page */
}
.product-grid .ntcd-simple,
.product-thumb.transition .ntcd-simple /* detect Featured module */
{
  display: block;
  padding: 0;
}
.ntcd-simple__invisible {
  visibility: hidden;
}
.ntcd-simple--text {
  margin: 3px auto 5px;
  font-size: 14px;
  font-family: "Open Sans", sans;
  word-spacing: -1px;
}
.ntcd-simple--counter {
  margin: 5px auto 8px;
  font-weight: bold;
  font-stretch: condensed;
  font-size: 27px;
  font-family: "DejaVu Serif", Georgia, sans-serif;
  color: #555;
}
.product-thumb .images{
    position: absolute;
    float: left;
    width: 58px;
    max-height: 168px;
    z-index: 9;
    overflow-y: hidden;
}
.product-thumb .images img{width: 50px;height: 50px;border: 1px solid #ecf0f1;cursor: pointer;margin: 3px 0;}
.countDown svg {
    float: left;
    margin-right: 7px;
    width: 20px;
    height: 20px;
}
.price-block>.countDown{
	display: flex;
    align-items: center;
    font-family: 'Oswald', sans-serif;
}
.price-block>.countDown .ntcd-textual{
	display: flex;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0 !important;
    line-height: initial !important;
}
.pagination>li>a, .pagination>li>span{
	color: #000 !important;
}
.sort_main_block{
	display: flex;
	align-items: center;
}
ul.sort_block{
	display: flex;
	list-style: none;
	margin-bottom: 0;
	padding-left: 3px;
}
ul.sort_block li{
	margin-right: 15px;
	font-family: 'Oswald', sans-serif;
	opacity: .5;
	text-align: center;
}
ul.sort_block li:last-child{
	margin-right: 0;
}
ul.sort_block li.active{
	opacity: 1;
}
ul.sort_block li:hover{
	opacity: 1;
}
ul.sort_block li a{
	color: #000;
}
ul.sort_block li a:hover{
	color: #000;
}
.contact-info.social{
	margin-top: 12px;
}
.contact-info.social a{
	margin-right: 5px;
}
.pb-0{
	padding-bottom: 0;
}
.attr-product-list__preview{
	text-align: left;
}
.rating.product-rating{
	display: flex;
	align-items: center;
}
#product label{
	margin-bottom: 10px;
}
.checkout-order>.btn-default{
	background: none !important;
	border: none;
	text-decoration: underline;
}
.developer{
	position: absolute;
	bottom: 5px;
}
.developer svg:hover, .developer svg:hover rect, .developer svg:hover path, .developer svg:hover text{
	fill: #F07639 !important;
}
.developer svg:hover #Group_80 #Path_2{
	fill: #2e3035 !important;
}
@media(max-width: 360px){
	body{
		min-width: 360px;
	}
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before{
	width: 0;
}
.advantage a{
	font-size: 13px;
	width: 150px;
	background: none;
    border: 1px solid #fff;
    text-transform: uppercase;
}
.advantage .block_link{
	position: relative;
    width: 150px;
    margin: 0 auto;
    display: none;
    transition: .3s;
    align-items: center;
    flex-flow: wrap;
}
.advantage .block_cat{
	width: 320px;
	position: relative;
    margin: 0 auto;
    align-items: center;
    flex-flow: wrap;
    display: none;
    transition: .3s;
}
.advantage:hover{
	background-color: #000;
}
.advantage:hover .advantage-image{
	opacity: .3;
	transition: .3s;
}
.advantage:hover .block_link, .advantage:hover .block_cat{
	display: flex;
	transition: .3s;
}
.advantage .block_cat a{
	margin-bottom: 15px;
}
.advantage .block_cat a:nth-child(even){
	margin-left: 20px;
}
._show_1c1.wrap_d6d{
	z-index: 99 !important;
}
@media (max-width: 576px){
	.fancybox-show-thumbs .fancybox-inner{
		width: calc(100% - 110px);
	}
	.fancybox-caption>.fancybox-caption__body{
		margin-bottom: 15px;
	}
}
.brand-container{
	padding-top: 0;
}
.brand-container a{
	color: #000;
}
.brand-container a:hover{
	color: #F07639;
}
#close-sidebar.fa{
	display: flex;
}
#close-sidebar.fa{
	display: flex;
}
#close-sidebar.fa::before{
	position: absolute;
    right: 10px;
    top: 0px;
    z-index: 99999;
    padding: 10px;
    font-size: 20px;
}
.callme input{
	margin-left: 7px
}

.zoom-box{
    position: relative;
}
.zoom-box img{
    vertical-align: bottom;
}
.zoom-box .zoom-selector{
    position: absolute;
    background-image: url("selector.png");
    background-repeat: repeat;
    display: none;
    cursor: crosshair;
}
.zoom-box .viewer-box{
    z-index:9999;
    position: absolute;
    border: 1px solid rgb(239,237,240);
    display: none;
    overflow: hidden;
}
.zoom-box .viewer-box>img{
    position: absolute;
    left: 0;
    top: 0;
}
.category-content .mfilter-attributes[data-id="13"]{
	display: none;
}
.zoom-box>span{
	display: block !important;
}
.zoom-box>img{
	max-width: 100%;
}
.mfilter-price .mfilter-button-reset, .mfilter-categories .mfilter-button-reset, .mfilter-attributes .mfilter-button-reset{
	display: none;
}
#content .view-more-button{
	color: #fff;
    background: #F07639;
    border: 1px solid #F07639;
    padding: 8px 20px;
    border-radius: 2px;
}
#content .view-more-button:hover{
	background: #fff;
	color: #F07639;
}


.scroller-status {
    display: none;
}
.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}




.new-phone-block {    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new-phone-block a.phone-link, .new-phone-block span.callback {
    flex: 0 1 calc(100% / 2 - 85px);
    display: block;
    align-items: center;
    align-self: auto;
    margin: 0;
    padding: 0 20px;
} 
 
.phone.header-phone {
    max-width: 300px;
}

.mobile-phone {
    text-align: right;
}
.franchize{
	height: 47px;
    display: flex;
}
.franchize a{
	padding: 0 20px;
    line-height: 49px;
    background: #F07639;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
.franchize a:hover{
	text-decoration: underline;
}