body {
	font-family: 'Open Sans', sans-serif;
	min-width: 320px;
	background-color: #ededed;
	color: #323232;
	font-size: 13px;
	min-width: 320px;
}

.disabled {
	overflow: hidden!important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600
}

h1 {
	font-size: 27px;
}

@media only screen and (min-width: 768px) {
	h1 {
		font-size: 36px;
	}
}

h3.product-title {
	display: inline-block
}

h1,
h2,
h3 {
	margin-top: 20px;
	z-index: 1
}

body.modal-open {
	overflow: inherit;
	padding-right: 0!important
}

a:hover {
	text-decoration: none
}

#content {
	min-height: 600px;
}

.fa {
	font-size: 14px
}

img {
	margin: 0 auto
}

label {
	margin-bottom: 10px
}

.open .fa-caret-down,
.open .caret {
	transform: rotate(180deg);
	transition: all 0.2s
}

.items-not-empty {
	text-align: center;
	padding: 3rem 0;
	color: #999;
	font-size: 14px
}

.caret,
.fa-caret-down {
	transition: all 0.2s
}

.content-bg-white {
	background: #fff;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none
}

:focus {
	outline: none!important
}

.well {
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

input:focus::-webkit-input-placeholder {
	color: transparent
}

input:focus:-moz-placeholder {
	color: transparent
}

input:focus::-moz-placeholder {
	color: transparent
}

input:focus:-ms-input-placeholder {
	color: transparent
}

.form-control {
	height: 40px;
	box-shadow: none;
}

.form-group select {
	box-shadow: none
}

.nav-tabs {
	border: none
}

.nav-tabs>li>a {
	border-radius: 3px;
	border: 0;
	font-weight: 700;
	color: #4c4c4c;
	font-size: 15px;
}

@media only screen and (max-width:480px) {
	.nav-tabs>li {
		float: none;
		text-align: center
	}
}

.nav-tabs>li>a:hover {
	border-color: transparent;
	color: #000
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:focus,
.nav-tabs>.active>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: 0;
	color: #fff;
	background-color: #24303e;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, .26)
}

div.required .control-label:before {
	content: '* ';
	color: red;
	font-weight: 700
}


/* header */

.header {
	position: relative;
	margin: 20px auto 20px;
	height: 120px;
	max-width: 1440px;
	padding: 0 15px;
}

@media screen and (min-width: 1274px) {
	.header {
		padding: 0 15px;
	}
}

@media screen and (max-width: 1560px) and (min-width: 1274px) {
	.header {
		margin: 20px auto;
	}
}

@media screen and (max-width: 1019px) {
	.header {
		height: 45px;
		margin: 0 0 65px!important;
		min-width: 0;
		padding: 0;
	}
}

@media screen and (max-width: 730px) {
	.header {
		height: 65px;
		padding: 0;
	}
}

@media screen and (max-width: 533px) {
	.header {
		height: 45px;
	}
}

.header-fixed {
	-webkit-box-shadow: 0 1px 10px 0 rgba(104, 104, 104, .1);
	box-shadow: 0 1px 10px 0 rgba(104, 104, 104, .1);
	max-width: 1440px;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	z-index: 888;
	position: relative;
}

@media screen and (max-width: 1560px) and (min-width: 1274px) {
	.header-fixed {
		width: auto;
	}
}

@media screen and (max-width: 1019px) {
	.header-fixed {
		margin: 0;
		min-width: 0;
	}
}

.header-inside {
	height: 61px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	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: 1019px) {
	.header-inside {
		height: 45px;
	}
}

.header-logo {
	position: relative;
	display: inline-block;
	margin-left: 20px;
}

.header-logo h1 {
	margin: 0;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.header-logo {
		margin-left: 15px;
	}
	.header-logo h1 {
		font-size: 25px;
		padding-top: 6px;
	}
}

@media screen and (max-width: 533px) {
	.header-logo {
		margin-left: 10px;
	}
}

@media screen and (max-width: 1019px) {
	.header-logo img {
		width: 128px;
	}
}

.phone {
	color: #00b956;
	font-size: 22px;
}

@media screen and (min-width: 1274px) {
	.phone a {
		font-size: 27px;
	}
}

@media screen and (max-width: 767px) {
	.phone {
		display: none;
	}
}

@media screen and (max-width: 1019px) {
	.phone {
		font-size: 19px;
	}
}

.phone-link {
	text-decoration: none;
	color: #00b956;
	font-weight: 700;
}

.phone-link:hover {
	color: #019c49;
}

.header-menu {
	background: #24303e;
	height: 30px;
	line-height: 30px;
}

@media screen and (max-width: 1019px) {
	.header-menu-list .header-menu-item,
	.header-menu {
		height: 35px;
	}
	.header-menu {
		line-height: 35px;
	}
	.header-menu .container {
		padding: 0;
	}
}

.header-menu-list {
	font-size: 0;
}

.header-menu-item {
	position: relative;
	display: inline-block;
	height: 30px;
	width: auto;
	vertical-align: top;
	font-size: 13px;
	text-align: center;
}

.header-menu-link {
	display: block;
	margin: 0;
	padding: 0 15px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	cursor: pointer;
}

.header-menu-link:hover {
	text-decoration: none;
	background: #00B956;
	color: #FFFFFF;
}

.user-menu {
	float: right;
	font-size: 0;
	height: 61px;
	padding-right: 0;
	-webkit-transition: padding .3s ease-out;
	-moz-transition: padding .3s ease-out;
	-o-transition: padding .3s ease-out;
	-ms-transition: padding .3s ease-out;
	transition: padding .3s ease-out;
}

@media screen and (min-width: 1274px) {
	.user-menu {
		height: 61px;
		padding-right: 0;
	}
}

@media screen and (max-width: 1019px) {
	.user-menu {
		height: 45px;
		padding-right: 52px;
	}
}


/* language and currency */

.language-select,
.currency-select {
	text-align: left;
	color: #333;
	font-size: 13px;
}


/* search */

#search {
	display: inline-block;
	height: 61px;
	width: 54px;
	right: -1px;
	position: relative;
	border-left: 1px solid #ededed;
	background: #fff;
	-webkit-transition: width .3s ease-out;
	-moz-transition: width .3s ease-out;
	-o-transition: width .3s ease-out;
	-ms-transition: width .3s ease-out;
	transition: width .3s ease-out;
}

@media screen and (min-width: 900px) {
	#search {
		height: 61px;
		width: 280px;
	}
}

@media screen and (min-width: 1320px) {
	#search {
		height: 61px;
		width: 500px;
	}
}

@media screen and (max-width: 1019px) {
	#search {
		height: 45px;
		width: 100%;
		position: absolute;
		bottom: -45px;
		right: 0;
		border: 0;
		border-top: 1px solid #ededed;
	}
}

@media screen and (max-width: 730px) {
	#search {
		-webkit-transition: width .2s ease, left .2s ease, position .2s ease;
		-moz-transition: width .2s ease, left .2s ease, position .2s ease;
		-ms-transition: width .2s ease, left .2s ease, position .2s ease;
		-o-transition: width .2s ease, left .2s ease, position .2s ease;
		transition: width .2s ease, left .2s ease, position .2s ease;
	}
}

#search.active_mobile_search>input,
#search.active_mobile_search>.input-group-btn {
	position: fixed;
	z-index: 3;
	display: block;
}

#search .form-control {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 51px;
	border: none;
	display: none;
	color: #323232;
	font-size: 15px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 54px 0 20px;
	margin: 0;
	border-radius: 0;
	border-color: #ededed;
}

@media screen and (min-width: 900px) {
	#search .form-control {
		height: 61px;
		padding: 0 66px 0 15px;
		display: block;
		border-color: #ededed;
		border-top-color: transparent;
	}
}

@media screen and (max-width: 1019px) {
	#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;
}

#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: 1019px) {
	#search .input-group-btn {
		width: 52px;
		height: 45px;
	}
}

#search .input-group-btn .btn {
	border: none;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	font-size: 20px;
	color: #333;
}

.user-block {
	display: inline-block;
	height: 61px;
	width: 53px;
	border-left: 1px solid #ededed;
	text-decoration: none;
	text-align: center;
	position: relative;
	cursor: pointer;
	vertical-align: top;
	background: #fff;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	transition: background .1s ease-out;
	z-index: 2;
}

.user-block-compare {
	cursor: default;
}

@media screen and (min-width: 1274px) {
	.user-block {
		width: 67px;
		height: 61px;
	}
}

@media screen and (max-width: 533px) {
	.user-block-compare {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.user-block-compare {
		-webkit-transition: width .2s ease;
		-moz-transition: width .2s ease;
		-o-transition: width .2s ease;
		-ms-transition: width .2s ease;
		transition: width .2s ease;
	}
}

@media screen and (max-width: 600px) {
	.user-block-compare,
	.user-block-wishlist {
		display: none;
	}
	.header-logo h1 {
		font-size: 25px;
		padding-top: 6px;
	}
}

@media screen and (max-width: 1019px) {
	.user-block-compare,
	.user-block {
		width: 55px;
		height: 45px;
	}
}

.user-block-compare i,
.user-block-wishlist i,
.user-block-account i {
	font-size: 27px;
	color: #333;
	display: inline-block;
	height: 100%;
	line-height: 61px;
	width: 100%;
	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 (max-width: 1019px) {
	.user-block-compare i,
	.user-block-wishlist i,
	.user-block-account i {
		line-height: 45px;
	}
}

#search .input-group-btn:hover,
.user-block:hover,
.user-block.open {
	background: #24303e;
}

.user-block:hover .count {
	background: #00b956;
	color: #ffffff;
}

#search .input-group-btn:hover i,
.user-block:hover i,
.user-block.open i {
	color: #fff;
}

.user-block .dropdown-menu {
	min-width: 200px;
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
	.user-block.open {
		position: static;
	}
}


/* main menu */

#menu {
	background: #fff;
	max-width: 1440px;
	border-top: 1px solid #ededed;
	margin: 0 auto;
	min-height: 49px;
	position: relative;
}

@media screen and (min-width: 1274px) {
	#menu {
		height: 59px;
	}
}

#menu .dropdown-menu>li>a {
	padding: 6px 20px;
	font-size: 13px;
}

#menu .dropdown-menu>li>a.see-all {
	font-weight: normal;
	color: #00b956;
	font-size: 13px;
}

@media screen and (min-width: 1020px) {
	#menu .dropdown-menu>li>a:focus,
	#menu .dropdown-menu>li>a:hover {
		box-shadow: 3px 0px #00b956 inset;
	}
}

.menu-content {
	font-size: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	text-justify: distribute-all-lines;
	width: 100%;
	zoom: 1;
}

@media only screen and (min-width: 1200px) {
	.menu-content .dropdown-menu {
		display: block;
		opacity: 0;
		transform: translateY(10px);
		visibility: hidden;
		transition: transform .3s, opacity .3s, visibility .3s;
	}
	.menu-content li.sub:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}

.menu-content li.sub {
	display: inline-block;
	position: relative;
	zoom: 1;
}

.menu-content li.sub>a:hover {
	color: #00b956;
}

.main-menu-link {
	display: block;
	font-size: 11px;
	text-align: center;
	height: 58px;
	color: #333;
	padding: 0 10px;
	text-decoration: none!important;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-weight: 700;
	text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
	.main-menu-link {
		font-size: 13px;
		padding: 0 20px;
	}
}

.mobile-menu__item {
	display: inline-block;
	height: 50px;
	width: 53px;
	border-left: 1px solid #ededed;
	text-decoration: none;
	text-align: center;
	position: relative;
	cursor: pointer;
	vertical-align: top;
	background: #fff;
	-webkit-transition: background .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 {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-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: 1019px) {
	.mobile-menu__item_type_menu {
		width: 52px;
		height: 45px;
	}
}

@media screen and (max-width: 1019px) {
	.mobile-menu__item_type_menu {
		display: block!important;
		opacity: 1;
		visibility: visible;
	}
}

.mobile-menu__menu-burger {
	content: '';
	display: block;
	width: 16px;
	height: 2px;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -8px;
	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: 16px;
	height: 2px;
	background: #333;
	top: -5px;
	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: #333;
	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: 16px;
	height: 2px;
	background: #333;
	bottom: -5px;
	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: 1019px) {
	#menu.show {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 126px;
		background-color: rgba(0, 0, 0, .3);
	}
	#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 #ededed;
	}
	#menu .dropdown-menu>li>a {
		color: #2b2b2b;
		padding: 10px 0;
		font-size: 13px;
		font-weight: 700;
	}
	#menu .menu-overlay {
		height: calc(100% - 45px);
		width: 50%;
		overflow: auto;
		background: #fff;
		position: absolute;
		right: 0;
	}
	.menu-content,
	.menu-content li.sub {
		display: block;
	}
	.main-menu-link {
		font-size: 13px;
		text-transform: none;
		padding: 10px 20px;
		display: block;
		color: #000;
		background: #fff;
		border-bottom: 1px solid #ededed;
		text-align: left;
		height: auto;
	}
	.main-menu-link .caret {
		float: right;
		margin-top: 10px;
	}
}

@media screen and (max-width: 730px) {
	#menu .menu-overlay {
		width: 100%;
	}
}


/* dropdown-menu */

.dropdown-menu {
	border-radius: 0;
	margin: 0;
	-webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.1);
	border-top-color: #ededed;
	border-width: 1px 0 0;
}


/* cart */

.count {
	display: block;
	font-size: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	min-width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 50%;
	background: #00b956;
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.cart>button {
	background: transparent;
	border: none;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.cart>button>i {
	font-size: 25px;
	color: #333;
}

.cart.open>.btn {
	background-image: none;
	background-color: transparent;
	border: none;
	color: #fff;
	box-shadow: none;
	text-shadow: none
}

.cart.open>.btn:hover {
	color: #fff
}

.cart .load {
	padding: 2rem;
	background: white;
	left: auto;
	right: 0;
	min-width: 320px;
	margin: 0;
	border-radius: 0;
}

@media screen and (max-width: 767px) {
	.cart .load {
		min-width: 100%;
	}
}

.cart .load .preview {
	border-bottom: 1px solid #ededed;
	overflow: hidden
}

.cart .load .img_content {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 20%
}

.cart .load .product-quantity {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 2.5rem;
	line-height: 2.3rem;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	padding: 1px 0 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: 12px
}

.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;
	line-height: 2rem
}

.cart .load .product-name a {
	color: #333;
	font-size: 13px;
}

.cart .load .product-price {
	display: block;
	margin: 7px 0 0;
	font-weight: 700
}

.cart .load .remove-from-cart {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #ccc
}

.cart .remove-from-cart span {
	font-size: 1.7rem
}

.cart .load .remove-from-cart:hover {
	color: #F44336
}

.cart .load .attributes_content {
	font-size: 1.2rem;
	margin: .5rem 0 0
}

.cart .load .attributes_content span {
	display: block
}

.cart .right_block strong {
	font-weight: 400
}

.cart .load .price_content {
	overflow: hidden;
	padding: 2rem 0;
	border-bottom: .1rem solid #ebebeb
}

.cart .load .labels {
	float: left
}

.cart .load .value {
	float: right
}

.cart .load .value,
.cart .load .labels {
	color: #3e3d43
}

.cart .load .price_inline {
	overflow: hidden;
	line-height: 2.5rem
}

.cart .load .checkout {
	margin: 2rem 0
}

.cart .load .checkout a {
	display: block;
	box-shadow: none
}

.cart .product-block {
	margin-bottom: 20px;
	display: table;
	width: 100%
}

.cart .mini-basket-empty {
	position: relative;
	overflow: hidden
}

.cart .voucher-block {
	overflow: hidden;
	position: relative
}

.cart .voucher-des {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 25rem
}

.cart .voucher-amount {
	font-weight: 700;
	font-size: 1.4rem;
	margin-top: .5rem;
	display: inline-block
}

.cart .voucher-delete {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	cursor: pointer
}

.cart .voucher-delete span {
	font-size: 1.7rem
}

.cart .voucher-delete a {
	color: #ccc
}

.cart .voucher-delete a:hover {
	color: #F44336
}

.cart .products {
	display: none
}

.cart .cart-subtotals .products:last-child {
	display: block
}

.cart .products:last-child .labels,
.cart .products:last-child .value {
	font-size: 1.6rem;
	font-weight: 400
}

.cart .products:last-child .value {
	font-size: 1.8rem;
	font-weight: 700;
}

footer {
	margin-top: 60px;
	padding-top: 3rem;
	background-color: #0f131f
}

footer .container {
	position: relative;
	font-size: 0
}

@media only screen and (min-width: 992px) {
	footer ul {
		margin-bottom: 3rem
	}
}

footer h5 {
	margin-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
}

footer li {
	margin-bottom: 10px;
	display: block;
	line-height: 18px
}

footer a {
	transition: all .1s
}

footer a,
footer li,
footer p {
	color: #999;
	font-size: 13px
}

footer a.phone {
	font-size: 3rem;
	font-weight: 700;
	color: #fff
}

footer a:hover {
	color: #fff
}

.footer-bottom {
	margin-top: 15px
}

.payments li {
	display: inline-block;
	margin-left: 10px
}

.payments a {
	width: 60px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	border: 1px solid #ededed
}

.footer-border-top {
	border-top: 1px solid #2d2d2d
}

.breadcrumb {
	background-color: transparent;
	padding: 0
}

@media only screen and (max-width:767px) {
	.breadcrumb {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		overflow-y: scroll;
		white-space: nowrap
	}
}

.breadcrumb a {
	color: #000;
	font-size: 13px;
}


/* column-left */

#column-left {
	position: relative;
}

#column-left:after,
#column-right:before {
	background: #ededed;
	content: '';
	display: block;
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0;
	z-index: 3;
}

#column-left:after {
	right: 0;
}

#column-right:before {
	left: 0;
}


/* text colors */

.text-danger {
	color: #dc3545!important;
}

.text-primary {
	color: #007bff!important;
}

.text-secondary {
	color: #6c757d!important;
}

.text-success {
	color: #28a745!important;
}

.text-warning {
	color: #ffc107!important;
}

.text-info {
	color: #17a2b8!important;
}


/* buttons */

.btn {
	padding: 9px 12px;
}

.buttons {
	margin: 1rem 0
}

.btn-primary {
	color: #fff;
	background-color: #24303e;
	border-color: #24303e
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
	color: #fff;
	background-color: #00b956;
	border-color: #00b956
}

.btn-default {
	background-color: #f5f5f5;
	border-color: #ccc;
	color: #666
}

.btn-default.active,
.btn-default.focus,
.btn-default:focus,
.btn-default:hover,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
	background-color: #f5f5f5;
	border-color: #e7e6e6
}

.btn-success {
	color: #fff;
	background-color: #00b956;
	border-color: #00b956
}

.btn-success.active,
.btn-success.focus,
.btn-success:focus,
.btn-success:hover,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
	color: #fff;
	background-color: #00b253;
	border-color: #00b253
}

.btn-info {
	color: #fff;
	background-color: #03a9f4;
	border-color: #03a9f4
}

.btn-info.active,
.btn-info.focus,
.btn-info:focus,
.btn-info:hover,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
	color: #fff;
	background-color: #1394cd;
	border-color: #1394cd
}

.btn-warning {
	color: #fff;
	background-color: #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: #ed143d;
	background: #ed143d
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
	color: #fff;
	border-color: #c31335;
	background: #c31335
}

.btn-inverse {
	color: #fff;
	background-color: #37474f;
	border-color: #37474f
}

.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:focus,
.btn-inverse:hover,
.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse:active,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.open>.btn-inverse.dropdown-toggle,
.open>.btn-inverse.dropdown-toggle.focus,
.open>.btn-inverse.dropdown-toggle:focus,
.open>.btn-inverse.dropdown-toggle:hover {
	color: #fff;
	background-color: #263137;
	border-color: #263137
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	filter: alpha(opacity=40);
	opacity: .4
}


/* .btn-circle {
	border-radius: 50px;
} */


/* list-group */

.list-group a {
	border: none;
	padding: 10px 15px;
	font-weight: 600;
	color: #323232;
}

@media only screen and (min-width: 992px) {
	.list-group a {
		padding: 15px 30px;
	}
}

#column-left .list-group a {
	border-left: 3px solid transparent
}

#column-right .list-group a {
	border-right: 3px solid transparent
}

.list-group-item {
	border-radius: 0!important
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #333;
	background: #f5f5f5;
	text-shadow: none;
	border-left-color: #00b956;
	z-index: 1
}

#column-left .list-group a:hover {
	border-left: 3px solid #00b956
}

#column-right .list-group a:hover {
	border-right: 3px solid #00b956
}

.list-group-item:last-child {
	border-bottom: 1px solid #ededed
}

.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 {
	opacity: 1;
	color: #333;
	text-shadow: none;
	transition: all .3s ease;
	margin: -20px 0 0 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: rgba(245, 245, 245, 0.9);
	border-radius: 50%
}

.owl-carousel.carousel .owl-buttons div i {
	font-size: 14px
}

.owl-carousel.carousel .owl-buttons .owl-prev {
	left: 15px
}

.owl-carousel.carousel .owl-buttons .owl-next {
	right: 15px
}

.owl-carousel.carousel .owl-buttons .owl-prev:hover,
.owl-carousel.carousel .owl-buttons .owl-next:hover {
	background: rgba(226, 226, 226, .7);
	border-color: transparent;
	color: #00b956
}

.owl-carousel.carousel .owl-item {
	text-align: center
}

.owl-carousel.carousel:hover .owl-buttons div {
	opacity: 1
}

#owl-demo.carousel.owl-theme .item img {
	border: 1px solid #ededed;
	padding: 5px;
	border-radius: 3px;
	max-width: 75px
}

#owl-demo.carousel.owl-theme .item img:hover {
	border-color: #ccc;
}

.product-thumb {
	position: relative;
	margin-bottom: 20px;
	padding: 19px 15px 20px 15px;
}

.product-thumb.transition {
	background: #fff;
	padding: 19px 15px 20px 15px;
	box-shadow: 0 0 0 1px #ededed inset;
	margin: -1px;
}

.product-thumb.transition:hover {
	z-index: 5;
}

.product-thumb.transition:hover:before {
	position: absolute;
    content: "";
    background: #fff;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-thumb .price .main-price {
	color: #001a34;
	display: block;
	line-height: normal;
	font-size: 20px;
	font-weight: 700;
}

.product-thumb .price-new.main-price {
	color: #ff004b;
}

.product-thumb .price .price-old {
	display: inline-block;
	margin-right: 7px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #001a34;
	position: relative;
	vertical-align: middle;
}

.product-thumb .price .price-old:before {
	content: "";
	position: absolute;
	top: 9px;
	width: 100%;
	height: 1px;
	display: block;
	background: #ff004b;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.product-thumb .price .price-tax {
	display: block;
	font-size: 11px;
	margin: 3px 0 0 0;
}

.related .product-thumb {
	background: #fff;
	box-shadow: 0 0 0 1px inset #ededed;
}

.product-thumb .pr-name {
	margin-bottom: 10px;
	min-height: 40px;
}

.related .product-thumb .pr-name {
	height: 37px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-thumb .pr-name a {
	color: #333;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 60px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
}

.product-thumb .pr-name a:hover {
	color: #00b956;
}

.product-thumb .flex-caption {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product-thumb .descr {
	font-size: 12px;
	margin-top: 10px;
	color: #7d7d7d;
	line-height: 18px;
	height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-thumb .rating {
	font-size: 0;
	display: flex;
	align-items: center;
	height: 20px;
}

.related .product-thumb .rating {
	margin: 0 -1px 4px -1px;
}

.product-thumb .image {
	margin: 10px 0;
	position: relative;
}

.product-thumb .caption .button-group {
	margin-top: 16px;
}

.product-thumb .button-group button {
	height: 36px;
	width: 52px;
	font-size: 0;
	font-weight: normal;
	position: relative;
	padding: 0 15px;
}

.product-thumb:hover .button-group button {
	width: auto;
	padding-left: 45px;
	font-size: 15px;
}

.product-thumb:hover .button-group button:after {
	left: 25px;
}

.product-thumb .button-group button:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/image/catalog/icon-svg/cart.svg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: -9px 0 0 -11px;
}

@media only screen and (min-width: 768px) {
	.product-list .product-thumb {
		padding: 15px 0;
		overflow: hidden;
	}
	.product-list .product-thumb .image {
		width: 25%;
		text-align: center;
		position: relative;
		margin: 0;
		float: left;
		padding-left: 15px;
	}
	.product-list .product-thumb .caption {
		width: 45%;
		padding: 0 20px!important;
		float: left;
	}
	.product-list .product-thumb.transition .short-attribute {
		display: block;
		z-index: 5;
		position: static;
		width: 30%;
		padding: 0;
		float: right;
	}
	.product-list .product-thumb.transition .short-attribute:before,
	.product-list .product-thumb.transition:hover .short-attribute:after,
	.product-list .product-thumb.transition:hover:before {
		display: none;
	}
	.product-list .product-thumb.transition .short-attribute__list {
		border-radius: 4px;
		position: relative;
		padding: 8px 16px;
		border: none;
		background: #fff;
		margin-right: 15px;
		border: 1px solid #f2f2f2;
	}
	.product-list .product-thumb .button-form {
		right: auto;
		left: 10px;
		top: 10px;
	}
	.product-list .product-thumb .caption-content {
		min-height: 165px;
	}
	.product-list .product-thumb .button-group button {
		width: auto;
		font-size: inherit;
		padding-left: 45px;
	}
	.product-list .product-thumb .button-group button:after {
		left: 25px;
	}
}

.price-economy {
	color: #008a29;
	white-space: nowrap;
	display: inline-block;
	font-size: 12px;
	background: transparent;
	padding: 3px 7px 3px;
	line-height: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 7px 0 0 0;
	border: 1px solid #008a29;
}

.price-percent {
	display: inline-block;
	font-size: 11px;
	color: #fcfeff;
	background: #ff004b;
	min-width: 35px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	border-radius: 3px;
	font-weight: 600;
}

.rating span {
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	padding: 0 1px;
	display: inline-block;
	box-sizing: content-box;
}

.rating .star {
	background-image: url(/image/catalog/icon-svg/review-star.svg);
}

.rating .star-empty {
	background-image: url(/image/catalog/icon-svg/empty-star.svg);
}

.product-thumb .caption {
	padding: 10px;
	position: relative;
}

.product-thumb.transition .caption {
	padding: 0;
}

.product-thumb .caption-content {
	min-height: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.related .product-thumb .caption-content {
	min-height: 139px;
}

.product-thumb .rating .reviews-count {
	color: #bfbfbf;
	margin-left: 8px;
	font-size: 13px;
	line-height: normal;
}

.product-thumb.transition .short-attribute {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	margin-top: 0;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.product-thumb.transition:hover .short-attribute {
	display: block;
}

.product-thumb.transition .short-attribute:before {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	z-index: 1;
	height: 20px;
	content: "";
	background: #fff;
}

.product-thumb.transition:hover .short-attribute:after {
	position: absolute;
	content: "";
	border-radius: 0 0 3px 3px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	background: #fff;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
}

.product-thumb.transition .short-attribute__list {
	position: relative;
    z-index: 1;
    padding: 10px 0;
    line-height: 20px;
    border-top: 1px solid #ededed;
    margin: 0 15px;
}

.product-thumb.transition .short-item span {
	font-size: 13px;
}

.product-thumb.transition .short-item .attr-left {
	padding: 0 6px 0 0;
	color: #929292;
}

.product-thumb.transition .short-item .attr-right {
	color: #000;
}

.product-extension .caption {
	padding: 10px 15px;
}

.product-thumb .button-form {
	overflow: hidden;
	z-index: 1;
}

.product-thumb .button-form {
	position: absolute;
	left: auto;
	right: 10px;
	text-align: center;
	top: 10px;
	bottom: auto;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

@media only screen and (min-width: 1200px) {
	.product-thumb .button-form {
		right: 10px;
		top: 10px;
		opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
	}
}

.product-thumb:hover .button-form {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.product-thumb .button-form button+button {
	width: 20%;
	border-left: 1px solid #e7e7e7;
}

.product-thumb .button-form .wishlist {
	border: 0 none;
	display: inline-block;
	vertical-align: top;
	height: 35px;
	width: 35px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	font-size: 0;
	padding: 0;
	line-height: 0;
	background-size: 16px;
	background-image: url(/image/catalog/icon-svg/heart-outline.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-box-shadow: inset 0px 3px 10px 0px rgba(153, 153, 153, 0.35);
	-moz-box-shadow: inset 0px 3px 10px 0px rgba(153, 153, 153, 0.35);
	box-shadow: inset 0px 3px 10px 0px rgba(153, 153, 153, 0.35);
}

.product-thumb .button-form .compare {
	border: 0 none;
	display: inline-block;
	vertical-align: top;
	height: 35px;
	width: 35px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	font-size: 0;
	padding: 0;
	line-height: 0;
	background-size: 16px;
	background-image: url(/image/catalog/icon-svg/scale-in-balance.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-box-shadow: inset 0px 3px 10px 0px rgba(153, 153, 153, 0.35);
	-moz-box-shadow: inset 0px 3px 10px 0px rgba(153, 153, 153, 0.35);
	box-shadow: inset 0px 3px 10px 0px rgba(153, 153, 153, 0.35);
}

.product-thumb .button-form .wishlist:hover {
	background-image: url(/image/catalog/icon-svg/heart-outline-white.svg);
	background-color: #00b956;
	color: #ffffff;
	transition: all 0.1s ease-out 0s;
}

.product-thumb .button-form .compare:hover {
	background-color: #00b956;
	color: #ffffff;
	background-image: url(/image/catalog/icon-svg/scale-in-balance-white.svg);
	transition: all 0.1s ease-out 0s;
}

.product-thumb .button-form .fa {
	font-size: 17px;
	display: none;
}

.rating i {
	font-size: 19px;
	vertical-align: middle;
	letter-spacing: .1rem
}

.rating .icon-active>i {
	color: #ffa500
}

.rating .icon-outline>i {
	color: #cdcdcd
}

.header-container {
	position: relative
}

.header-container .content-bg-white {
	-webkit-box-shadow: 0 1px 10px 0 rgba(104, 104, 104, .1);
	box-shadow: 0 1px 10px 0 rgba(104, 104, 104, .1);
	border-bottom: 1px solid #ededed
}

.checkout-table.table td {
	vertical-align: middle;
	border: none
}

.checkout-table .img-thumbnail {
	border: none
}

.checkout-table .checkout-top__tr {
	background: #F5F5F5
}

.checkout-table .checkout-top__tr>td {
	white-space: nowrap;
	overflow: hidden;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.number-spinner .form-control[name^=quantity] {
	width: 4rem;
	vertical-align: middle;
	border-width: .1rem 0 .1rem 0;
	border-radius: 3px;
	border-color: #f2f2f2;
	height: inherit;
	box-shadow: none;
	padding: 0
}

.number-spinner .form-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.number-spinner .form-count span {
	vertical-align: middle
}

.number-spinner .btn-minus .btn,
.number-spinner .btn-plus .btn {
	border-radius: 50%;
	padding: 3px 6px;
	background: transparent;
	border-color: #eee;
	color: #000;
	height: auto;
	line-height: 1;
	font-size: 14px
}

.number-spinner input.form-plus-minus {
	border: transparent;
	font-size: 14px;
	color: #000
}

.number-spinner .btn-minus,
.number-spinner .btn-plus,
.number-spinner input.form-plus-minus {
	display: inline-block
}

.number-spinner .form-count .btn:hover {
	border-color: #ccc
}

.checkout-continue {
	color: #000
}

@media only screen and (max-width:360px) {
	.continue>div {
		text-align: center
	}
}

.table-total.table td {
	border: none
}

.checkout-product-image {
	padding-top: 15px;
	display: table-cell;
	vertical-align: top;
	width: 15%
}

.checkout-product-image a {
	display: block;
	text-align: center
}

.checkout-product {
	display: table-cell;
	vertical-align: top
}

.checkout-product-name {
	margin-left: 40px;
	position: relative
}

.checkout-table:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden
}

.checkout-product-inner {
	position: relative;
	border-bottom: 1px solid #eeeeef;
	display: table;
	width: 100%
}

@media only screen and (max-width:767px) {
	.checkout-product-inner {
		height: 30rem
	}
}

@media only screen and (min-width:768px) {
	.checkout-product-name {
		float: left;
		width: 50%
	}
	.checkout-product-inner {
		height: 16rem
	}
	.number-spinner {
		display: inline-block;
		vertical-align: middle
	}
	.cart-product-price {
		float: right;
		text-align: right;
		width: 12rem
	}
}

.product-name-info {
	padding: 15px 30px 0 0;
	overflow: hidden;
	display: inline-block;
	height: 5.7rem;
	font-weight: 700;
	vertical-align: middle
}

.number-spinner {
	font-size: 0;
	line-height: 0;
	padding-top: 2rem
}

.cart-product-price {
	padding-top: 2rem
}

.cart-product-price__total {
	font-size: 18px
}

.cart-product-price__total span,
.cart-product-price__total {
	font-weight: 600;
	line-height: 15px;
}

.cart-product-price__total span {
	padding-top: 10px;
	font-weight: 400
}

.remove-prod {
	color: #999;
	cursor: pointer;
	position: absolute;
	right: 0;
	transition: color .1s ease;
	font-size: 13px;
	bottom: 2rem
}

@media only screen and (max-width:767px) {
	.checkout-total-box {
		margin-left: 40px
	}
}

.table-total tr:last-child .text-total {
	font-size: 18px;
	font-weight: 700;
	padding: 0;
	width: 120px;
	vertical-align: middle
}

.remove-prod:hover {
	color: #d73f3f
}


/* offers banners */

.offers-banners {
	margin: 0 0 20px;
	overflow: hidden;
	background-color: #fff
}

.offers-banner_image {
	display: table-cell;
	padding-right: 12px
}

.offers-banners img {
	height: 50px
}

.offers-banners .offers-text_banner {
	font-weight: 700;
	display: table-cell;
	vertical-align: middle
}

.offers-banners .b-r_line {
	border-right: 1px solid #ededed;
	height: 123px
}

.offers-banners .offers-block {
	padding: 37px 0;
	overflow: hidden
}

.offers-banners .b-r_line:last-child {
	border-right: 0
}


/* owl-carousel */

.owl-carousel.carousel {
	border-radius: 3px
}

.owl-carousel.carousel .owl-controls {
	background: #f2f2f2
}

.owl-carousel.carousel .owl-wrapper-outer {
	box-shadow: none
}

.owl-carousel.carousel .owl-wrapper-outer {
	border: none
}

.owl-carousel.carousel .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	background: #ddd;
	border-radius: 20px;
	box-shadow: none
}

.owl-carousel.carousel .owl-controls .owl-page.active span {
	background: #505867
}

.owl-carousel.carousel .owl-pagination {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 1rem
}

.owl-carousel.carousel .owl-carousel .owl-buttons div i {
	line-height: 0
}

.subcat {
	font-size: 0;
	padding: 15px 15px 0;
}

.refine {
	text-align: center;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0 15px 15px 0;
}

@media only screen and (min-width:1200px) {
	.refine:hover img {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}
}

.refine img {
	margin: auto;
	margin-top: 30px;
	-webkit-transition: -webkit-transform .15s ease-out;
	transition: transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out
}

.refine .refine-name {
	color: #000;
	font-size: 13px;
	display: block;
	padding: 0 10px;
	background: #f5f5f5;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.refine .refine-name:hover {
	background: #00b956;
	color: #fff;
}

.category-content #list-view,
.category-content #grid-view {
	height: 35px;
	margin-top: 15px;
	border-radius: 0;
	line-height: 35px;
	padding: 0 10px;
	box-shadow: none;
	background: #ffffff;
	border-color: #ededed;
}

.category-content #list-view i,
.category-content #grid-view i {
	color: #00b956;
}

.category-content #list-view:hover,
.category-content #grid-view:hover {
	background: #f5f5f5
}

.category-content #list-view.active,
.category-content #grid-view.active {
	background: #24303e;
	border-color: #24303e;
}

.category-content #list-view.active i,
.category-content #grid-view.active i {
	color: #fff;
}


/* input-group-addon */

.input-group-addon {
	background-color: #f5f5f5;
	border: 1px solid #ededed;
	border-radius: 0;
}


/* list */

#list-view.active>.fa,
#grid-view.active>.fa {
	color: #000
}

#list-view .fa,
#grid-view .fa {
	color: #999
}

#input-sort,
#input-limit {
	border-width: 1px;
	height: 35px;
	cursor: pointer;
	border-color: #ededed;
	border-radius: 0;
}

.compare-content .compare-button .btn {
	margin-bottom: .5rem
}

@media only screen and (max-width:767px) {
	.compare-content .table-responsive>.table>tbody>tr>td,
	.compare-content .table-responsive>.table>tbody>tr>th,
	.compare-content .table-responsive>.table>tfoot>tr>td,
	.compare-content .table-responsive>.table>tfoot>tr>th,
	.compare-content .table-responsive>.table>thead>tr>td,
	.compare-content .table-responsive>.table>thead>tr>th {
		white-space: normal
	}
}

.compare-content td {
	width: 32rem
}

.compare-content .table-bordered,
.compare-content .table-bordered>tbody>tr>td,
.compare-content .table-bordered>thead>tr>td {
	border: 1px solid #ededed
}

.compare-content .compare-table .compare-image {
	position: relative
}

.compare-content .compare-image .compare-remove {
	position: absolute;
	top: 0;
	font-size: 2.1rem;
	color: #ccc;
	margin-left: 30px
}

.compare-content .compare-image .compare-remove:hover {
	color: red
}

.compare-content .compare-table>thead>tr>td,
.compare-content .compare-table>thead>tr>th {
	border-bottom-width: 0
}

.compare-content .compare-table>tbody+tbody {
	border-top: transparent
}

.compare-content .compare-table strike {
	color: #ccc;
	display: block;
	font-weight: 400
}

.compare-content .compare-table .compare-price {
	font-size: 1.8rem
}

.compare-content .compare-table strong,
.product-attr-table {
	font-size: 14px
}

.compare-content .compare-table .compare-name a {
	color: #1c1c1c
}

@media only screen and (min-width:768px) {
	.image-content .big-image:hover .view-image {
		display: block
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	position: relative
}

.thumbnail {
	padding: 0;
	border: 0;
	line-height: 1.42857143;
	background-color: #fff;
	position: relative
}

.img-thumbnail {
	border: 1px solid #ededed;
	border-radius: 3px
}

.img-thumbnail:hover {
	border-color: #ccc
}

.product__zoom {
	position: absolute;
	top: 50%;
	width: 112px;
	height: auto;
	text-align: center;
	line-height: 31px;
	border-radius: 30px;
	background: rgba(39, 46, 55, .88);
	color: #fff;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	letter-spacing: normal;
	font-size: 13px;
	left: 50%;
	font-size: 13px;
	transform: translate(-50%, -50%);
}

.thumbnails .thumbnail:hover .product__zoom {
	opacity: 1;
	transition: opacity 200ms;
	visibility: visible
}

.product-attr-table .name-attr,
.attr-product-content-block,
.attr-product-content-block .attr-product-list__preview {
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.product-attr-table .name-attr {
		width: 60%;
	}
}

.attr-product-content-block {
	position: relative;
	margin-top: 15px
}

.attr-product-content-block .attr-product-list__preview {
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis
}

.product-attr-table .name-attr span {
	padding-right: 5px
}

.product-attr-table .text-attr span {
	padding-left: 5px
}

.product-attr-table .attr-border {
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	width: 100%;
	margin: 0 -100% 0 0;
	vertical-align: baseline;
	border-bottom: 1px dotted #ccc;
}

.product-attr-table.table>tbody>tr>td {
	padding: 10px 0 0 0
}

.attr-product-content-block .attr-product-list__preview .attr-product-list__preview-text {
	color: #000
}

.product-content .short-description {
	line-height: 23px;
	padding-bottom: 10px;
	color: #333
}

.product-content .short-description a,
.product-content .attr-product-preview__link a {
	display: table;
	line-height: normal;
	padding-top: 5px
}

.content-title {
	border-bottom: 1px solid #ededed;
	padding: 20px;
	background: #fff;
}

.box-title {
	text-transform: uppercase;
	font-weight: 700;
}

.content-title h1,
.content-title h2 {
	margin: 0;
}

.product-content .button-block .btn:hover {
	background: #f2f2f2;
}

.product-content .button-toolbar {
	cursor: pointer;
	padding-left: 50px;
	margin-bottom: 10px
}

.product-content .button-toolbar,
.product-button__toolbar i {
	height: 45px;
	line-height: 45px
}

.product-button__toolbar i {
	float: left;
	width: 45px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 100%;
	font-size: 23px;
	color: #333
}

.product-content .button-toolbar:hover {
	text-decoration: underline
}

.product-content .icon-toolbar {
	font-size: 17px
}

.product-content .button-block>div {
	display: inline-block;
	cursor: pointer;
	padding: 5px 16px;
	border: 1px solid #ddd;
	font-size: 14px
}

.product-content .button-block>div:hover,
.product-content .button-block>div:hover {
	border-color: #999
}

.product-content .product-options {
	padding-bottom: 0
}

.product-content .product-options .checkbox,
.product-content .product-options .radio {
	display: inline-block;
	margin: 0 .3rem .6rem 0;
	vertical-align: middle;
	transition: all .2s ease-in-out
}

.product-content .discount-price .discount-summ,
.product-content .price-block .tax-summ {
	font-size: 14px;
	font-weight: 700
}

.product-content .price-block__summary .price-block__base {
	font-size: 34px;
	line-height: 38px;
	font-weight: 700;
}

.product-content .price-block .sale-right {
	position: absolute;
	top: 0;
	right: 0
}

.product-content .price-block .discount-price {
	line-height: 24px;
}

.product-content .all-price .sale-right {
	text-align: center;
	display: inline-block
}

.product-content .list-info li {
	padding-bottom: .5rem
}

.product-content .price-block__old-price {
	color: #999;
	font-size: 17px;
	position: relative;
	font-weight: 600;
	display: inline-block
}

.product-content .price-block__old-price:before {
	background: #ed143d;
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 50%;
	-ms-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg)
}

.product-content .product-rating {
	padding: 20px 0
}

.product-content .product-rating a>span {
	color: #999
}

.product-content .product-rating a {
	margin-left: 5px
}

.product-attr-table>tbody>tr>td>strong {
	font-size: 18px;
	font-weight: 600
}

.product-attr-table>tbody>tr>td,
.product-attr-table.table>tbody+tbody {
	border: none
}

.price-summary .icon-check {
	font-size: 18px
}

.border-left {
	padding: 0
}

@media only screen and (min-width:768px) {
	.border-left {
		border-left: 1px solid #ededed
	}
}

@media only screen and (min-width:768px) {
	.content-wrapper #column-left:before,
	.border-right:before {
		right: -1px
	}
	.content-wrapper #column-left:before,
	.border-right:before {
		content: "";
		width: 1px;
		background: #ededed;
		height: 100%;
		position: absolute;
		display: block;
		bottom: 0;
		z-index: 8
	}
}

.box-left,
.box-center,
.box-right {
	padding: 35px 25px
}

@media (min-width:992px) {
	.flexbox .box-left {
		padding-right: 0
	}
}

@media (max-width:991px) {
	.border-right,
	.border-left {
		border-top: 1px solid #ededed
	}
}

.content-wrapper {
	background: #fff;
	width: 100%;
	display: inline-block;
	margin-bottom: 2rem
}

@media (min-width:1200px) {
	.right-block {
		display: inline-block;
		vertical-align: top;
		width: 80%
	}
}

#popup-cart .popup-block {
	display: inline-block;
	width: 100%;
	padding: 3rem 2.3rem
}

#popup-cart .popup-block .image-popup {
	margin-right: 2rem;
	float: left
}

#popup-cart .popup-block .image-popup img {
	max-height: 15rem;
	max-width: 15rem
}

@media only screen and (max-width:767px) {
	#popup-cart .popup-block .image-popup img {
		max-height: 10rem;
		max-width: 10rem
	}
}

#popup-cart .image-popup .thumbnail {
	border: 0;
	padding: 0
}

#popup-cart .popup-block h4 {
	height: 6rem;
	overflow: hidden
}

#popup-cart .popup-price {
	display: inline-block;
	margin-top: 1rem
}

@media only screen and (max-width:767px) {
	#popup-cart .popup-block h4 {
		height: 5rem;
		overflow: hidden
	}
}

#popup-cart .popup-h4 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	margin: 0
}

#popup-cart .popup-block .popup-product__price {
	line-height: normal;
	font-size: 32px;
	font-weight: 700
}

#popup-cart .popup-block .popup-button {
	margin-top: 3.6rem;
	display: inline-block;
	float: right
}

#popup-cart .popup-price .old-price {
	font-size: 16px;
	color: #999;
	text-decoration: line-through;
	font-weight: 400
}

#popup-cart .popup-block .popup-product__title {
	font-size: 20px;
	padding-bottom: 30px;
	font-weight: 600
}

#popup-cart .popup-product__title img {
	padding-right: .5rem
}

@media only screen and (max-width:767px) {
	#popup-cart .popup-button .btn {
		width: 100%;
		margin: 0
	}
}

.tag {
	display: inline-block;
	padding: .25em .4em;
	font-size: 85%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	vertical-align: baseline;
	border-radius: .25rem
}

.tag-success {
	background-color: #5cb85c
}

.tag-info {
	background-color: #5bc0de
}

.orange {
	color: #f0ad4e
}

.skyblue {
	color: #5bc0de
}

.grey {
	color: #999
}

.black {
	color: #000
}

.b-border {
	border-bottom: 1px solid #ededed
}

#column-left:before {
	content: '';
	display: block;
	height: 100%;
	width: 1px;
	top: 0;
	position: absolute;
	z-index: 2;
	background: #ededed
}

#column-left:before {
	right: 0
}

@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: #ededed
	}
}

.grid-bottom {
	padding: 15px;
	border-top: 1px solid #ededed;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/* tools */

@media screen and (max-width: 991px) {
	.m-b-15-sm {
		margin-bottom: 15px;
	}
}

.text-xs {
	font-size: 12px;
}

.text-sm {
	font-size: 13px;
}

.text-md {
	font-size: 14px;
}

.text-lg {
	font-size: 15px;
}

.m-t-0 {
	margin-top: 0
}

.m-t-1 {
	margin-top: 10px
}

.m-t-2 {
	margin-top: 20px
}

.mb-10,
.m-b-1 {
	margin-bottom: 10px
}

.mb-20,
.m-b-2 {
	margin-bottom: 20px
}

.mb-30,
.m-b-3 {
	margin-bottom: 30px
}

.p-0 {
	padding: 0
}

.p-0-15 {
	padding: 0 1.5rem;
}

.p-1 {
	padding: 1rem
}

.p-r-0 {
	padding-right: 0
}

.p-20-0 {
	padding: 20px 0
}

.p-r-1 {
	padding-right: 10px
}

.p-15 {
	padding: 1.5rem
}

.p-t-0 {
	padding-top: 0
}

.p-b-0 {
	padding-bottom: 0
}

.p-t-1 {
	padding-top: 10px
}

.p-t-2 {
	padding-top: 20px
}

.f-left {
	float: left
}

.height-4 {
	height: 40px
}

.f-s-0 {
	font-size: 0
}

.f-s-1 {
	font-size: 11px
}

.f-s-13 {
	font-size: 13px
}

.f-s-14 {
	font-size: 14px
}

.f-s-16 {
	font-size: 16px
}

.f-s-18 {
	font-size: 18px
}

.f-s-2 {
	font-size: 20px
}

.d-b {
	display: block
}

.m-0-auto {
	margin: 0 auto
}

.m-l-5 {
	margin-left: 5px
}

.m-l-10 {
	margin-left: 10px
}

.m-r-1 {
	margin-right: 10px
}

.m-r-2 {
	margin-right: 20px
}

.m-b-0 {
	margin-bottom: 0
}

.m-t-5 {
	margin-top: 5px
}

.d-i-b {
	display: inline-block
}

.wdth-45 {
	width: 45px
}

.v-a-m {
	vertical-align: middle
}

.border-c {
	border: 1px solid #ccc
}

.m-b-15 {
	margin-bottom: 15px
}

.m-t-15 {
	margin-top: 15px
}

.modal {
	text-align: center
}

@media only screen and (min-width:768px) {
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%
	}
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle
}

@media (min-width:768px) {
	.modal-content {
		-webkit-box-shadow: 2px 7px 11px 0 rgba(0, 0, 0, .22);
		box-shadow: 2px 7px 11px 0 rgba(0, 0, 0, .22)
	}
	#modal-wishlist .modal-dialog,
	#modal-compare .modal-dialog,
	#popup-option .modal-dialog {
		width: 500px
	}
}

.modal-content {
	border: .1rem solid transparent;
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .3);
	border-radius: 3px;
	-webkit-animation: submenu-show 0.3s cubic-bezier(.68, -.55, .265, 1.55);
	animation: submenu-show 0.3s cubic-bezier(.68, -.55, .265, 1.55)
}

.modal-header,
.modal-body,
.modal-footer {
	padding: 20px
}

.close {
	position: absolute;
	top: 10px;
	right: 0;
	margin-right: 1.5rem;
	font-size: 3rem;
	z-index: 100;
	font-weight: 100;
	filter: alpha(opacity=50);
	opacity: .5
}

#modal-wishlist .modal-success,
#modal-compare .modal-success,
#popup-option .modal-success,
#review-popup .modal-success {
	padding: 2.5rem 3rem
}

#modal-wishlist .modal-success img,
#modal-compare .modal-success img,
#popup-option .modal-success img,
#review-popup .modal-success img {
	position: absolute;
	left: 1.5rem;
	top: 2.3rem
}

.account-row li {
	margin-bottom: 2rem;
	position: relative
}

.account-row li a {
	text-decoration: none;
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 40px;
	color: #000
}

.account-row li:hover {
	background: #f8f8f8;
}

.account-row li>span {
	position: absolute;
	top: 13px;
	left: 13px;
	z-index: 1;
	font-size: 24px;
	color: #2781ff
}

.account-row h4 {
	border-bottom: 1px solid #ddd;
	min-height: 4rem
}

input[type=radio] {
	vertical-align: sub;
	min-height: 0;
	padding-left: 2.6rem;
	height: 1.6rem;
	line-height: 1.6rem;
	position: relative;
	margin: .2rem
}

input[type=radio]:before {
	border: 2px solid #d9d9d9;
	border-radius: 50%;
	content: ' ';
	background: #fff;
	position: absolute;
	left: -4px;
	top: -2px;
	bottom: 0;
	width: 20px;
	height: 20px;
	cursor: pointer
}

input[type=radio]:checked:before {
	border-color: #2b90ff
}

input[type=radio]:checked:after {
	content: ' ';
	width: 8px;
	height: 8px;
	background: #1e90ff;
	border-radius: 2rem;
	position: absolute;
	left: 2px;
	top: 4px
}

input[type=checkbox],
input[type=radio] {
	cursor: pointer
}

input[type=checkbox] {
	position: relative
}

input[type=checkbox]:before {
	border: 2px solid #d9d9d9;
	border-radius: 3px;
	content: ' ';
	background: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -3px;
	left: 0
}

input[type=checkbox]:checked:before {
	background-color: #1e90ff;
	border-color: #1e90ff
}

input[type=checkbox]:checked:after {
	content: ' ';
	width: 6px;
	height: 12px;
	background: transparent;
	position: absolute;
	left: 7px;
	transform: rotate(45deg);
	border: 1px solid #fff;
	border-width: 0 2px 2px 0;
	cursor: pointer
}

.checkbox label,
.radio label,
.checkbox-inline,
.radio-inline {
	padding-left: 30px
}

input[type=radio]:hover:before,
input[type=checkbox]:hover:before {
	border-color: #999
}

input[type=radio]:hover:checked:before,
input[type=checkbox]:hover:checked:before {
	border-color: #2b90ff
}

.checkbox,
.radio {
	margin-bottom: 15px
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	margin-left: -25px
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-bottom: 7px
}

.fake-checkbox label,
.fake-radio label {
	padding: 10px;
	border-width: 2px;
	height: auto;
	line-height: 1.2;
	border-radius: 3px;
	border-color: #ededed;
	background: #ededed;
	color: #000;
}

.fake-checkbox label:hover,
.fake-radio label:hover {
	background: transparent;
	border-color: #ccc
}

.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: transparent;
	border-color: #0060e8;
	box-shadow: none;
	color: #0060e8
}

#ScrollTop {
	position: fixed;
	bottom: 4rem;
	left: 4rem;
	cursor: pointer;
	display: none;
	z-index: 8;
	text-shadow: .2rem .2rem .4rem rgba(0, 0, 0, .3)
}

#ScrollTop span {
	color: #fff;
	background: rgba(0, 185, 86, 0.9);
	border-radius: 50%;
	width: 50px;
	display: inline-block;
	height: 50px;
	text-align: center;
	line-height: 50px
}

#ScrollTop span:hover {
	background: #ed143d;
	color: #fff
}

.review-rating {
	font-size: 0;
	color: #dadae6;
	display: inline-block;
	vertical-align: middle
}

.review-rating input {
	display: none
}

.review-rating * {
	font-size: 18px;
	margin: 0
}

.review-rating label {
	color: #dadae6
}

.review-rating label .ion-android-star {
	font-size: 28px;
	padding: .2rem .4rem .2rem 0;
	cursor: pointer
}

.review-star.active,
.review-star.checked {
	color: #ffa500
}

#review .review-wrap {
	position: relative;
	margin-bottom: 3rem;
	width: 100%;
	display: table
}

@media only screen and (min-width:768px) {
	#review .review-head {
		width: 25%;
		display: table-cell;
		vertical-align: top
	}
	#review .review-body {
		display: table-cell;
		width: 75%
	}
	#review .review-body:before {
		border-bottom: 16px solid transparent;
		border-right: 16px solid #f7f7f7;
		border-top: 16px solid transparent;
		content: "";
		display: block;
		height: 0;
		left: -16px;
		position: absolute;
		width: 0
	}
}

#review .review-head .review-date {
	color: #b5b5b5;
	display: block;
	margin-top: 1rem;
	margin-bottom: .5rem;
	font-size: 14px
}

#review .review-head .rating {
	padding-top: .5rem;
	padding-bottom: .5rem
}

#review .review-date>span {
	padding-right: .3rem
}

#review .review-body {
	background: #f7f7f7;
	padding: 2rem;
	position: relative;
	border-radius: 3px;
	color: #545454;
	line-height: 2.6rem
}

#review .review-username {
	font-size: 1.7rem
}

.review-box-title {
	font-size: 22px;
	font-weight: 700
}

.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: #ededed;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px
}

#myModal .input-title {
	display: block;
	margin-bottom: 1rem;
	font-size: 14px
}

.rating-reviews-qty {
	vertical-align: middle;
	margin-left: 6px;
	font-size: 14px;
	color: #000
}

.rating-reviews-qty .ion-ios-chatbubble {
	font-size: 22px;
	line-height: 1;
	margin-right: 3px
}

.sale-sticker {
	text-align: center;
	width: 40px;
	font-size: 12px;
	border-radius: 3px;
	background-color: #ff004b;
	line-height: 18px;
	font-weight: 700;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.sale {
	position: absolute;
	z-index: 1;
	bottom: 70px;
	left: 15px
}

.product-sticker {
	top: 0;
	left: 0;
	bottom: auto;
	line-height: 25px;
	width: 50px;
	font-size: 14px
}

.pagination {
	margin: 0;
}

.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ededed;
	text-align: center;
	margin-left: -.2rem;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #ededed;
	border-color: #ededed;
	color: #000
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	border-color: #ededed
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background-color: #f8f8f8
}

.tooltip-inner {
	font-family: 'Open Sans', sans-serif;
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .1);
	background: #424A54;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #424A54
}

.tooltip.in {
	filter: alpha(opacity=100);
	opacity: 1
}

.fade.in,
.tooltip.in {
	transition: opacity 0.15s
}

.product-layout.product-list {
	margin-bottom: -2px
}

@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: -45px;
	right: 0
}

.product-next {
	top: -45px;
	right: 35px
}

.product-prev,
.product-next {
	display: inline-block;
	float: right;
	height: 35px;
	width: 35px;
	line-height: 35px
}

.product-prev,
.product-next {
	cursor: pointer;
	background: #fff;
	text-align: center
}

.product-prev {
	border-left: 1px solid #ededed
}

.slick-list .product-thumb {
	border-top-color: transparent!important
}

.support:before,
.support:after {
	content: "";
	display: table
}

.support-box {
	display: table-cell;
	vertical-align: top
}

.support li {
	width: 48%;
	font-size: 23px;
	color: #fff;
	line-height: 19px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	border-radius: 8px;
	margin-bottom: 2%;
	margin-right: 2%;
	height: 180px
}

.support-list:before,
.support-list:after {
	content: "";
	display: table
}

.support li {
	font-size: 14px
}

.support-list {
	font-size: 0;
	line-height: 0
}

.support-list>li>strong {
	display: inline-block;
	padding-bottom: 5px;
	text-transform: uppercase
}

.support li:nth-child(1) {
	background: #3cb371
}

.support li:nth-child(2) {
	background: #174fff
}

.support li:nth-child(3) {
	background: #c71585
}

.support li:nth-child(4) {
	background: #dd4a38
}

.support li:nth-child(5) {
	background: #8b008b
}

.support a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px
}

.support-link {
	position: relative;
	display: block;
	height: 150px;
	padding: 18px
}

.support-link.support-geocode i {
	position: absolute;
	top: 70px;
	left: 70px
}

.form-box {
	padding: 20px;
	border-radius: 6px;
	background: #f5f5f5;
}

.support-link.support-geocode i {
	position: absolute;
	top: 70px;
	left: 70px
}

.wishlist a {
	float: right;
	margin-right: 5px;
	width: 40px
}

.account-bookmark:hover {
	box-shadow: none
}

.wishlist .price {
	font-size: 0
}

.account-bookmark h4 a {
	line-height: 18px
}

.wishlist .product_price .price-new {
	font-size: 14px
}

.sitemap a {
	font-size: 14px;
	line-height: 1.5;
	color: #000
}

.sitemap ul {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 40px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 10px
}

.product-thumb .btn-account-wishlist {
	position: absolute;
	top: 15px;
	right: 15px
}

@-webkit-keyframes submenu-show {
	from {
		-webkit-transform: scale(.85);
		transform: scale(.85);
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes submenu-show {
	from {
		-webkit-transform: scale(.85);
		transform: scale(.85);
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.dropdown-menu>li>.btn-sign-in {
	padding: 7px 10px 7px;
	color: #fff;
}

.dropdown-menu>li>.btn-sign-in:hover {
	color: #fff;
	background-color: #00b253;
	border-color: #00b253
}

.dropdown-menu .nav-login {
	font-size: 13px;
	padding: 20px 20px 0 20px
}

.dropdown-menu .nav-login-btn {
	padding: 0 20px 15px 20px
}

.dropdown-menu .nav-register-link>a {
	background: transparent;
	padding-top: 0;
	padding-bottom: 15px;
	color: #009ee0;
	font-size: 13px;
	font-weight: bold;
}

.dropdown-menu .nav-register-link>a:hover {
	background: transparent
}

hr {
	border-top: 1px solid #ededed
}

@media (min-width:1200px) {
	.product-layout.col-lg-3 {
		width: 20%
	}
}

@media (min-width:1200px) {
	.product-layout.col-lg-4 {
		width: 25%
	}
}

@media screen and (min-width:768px) {
	.container {
		max-width: 1440px;
		width: 100%
	}
}

.brand-logo {
	margin-bottom: 10px
}

.brand-logo a {
	display: block
}

.brand-logo img {
	padding: 15px;
	-webkit-transition: -webkit-transform .15s ease-out;
	transition: transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out
}

.brand-logo .brand-name {
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	font-size: 14px
}

.brand-logo .brand-name:hover {
	text-decoration: underline
}

@media only screen and (min-width:1200px) {
	.brand-logo:hover img {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}
}

.banner-apple-text {
	position: absolute;
	z-index: 5;
	top: 10%;
	left: 15%
}

.viewed-box .product-thumb {
    height: 135px;
}

.viewed-box .product-thumb:hover:before {
	display: none;
}

.viewed-box .image {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 75px;
	height: 75px;
	margin: 0;
}

.viewed-box .image img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	max-height: 100%
}

.viewed-box .product-thumb.transition .caption {
	padding-left: 90px;
	min-height: auto;
}

.viewed-box .caption h4 {
	font-size: 13px;
	line-height: normal;
	margin: 0 0 17px;
	max-height: 37px;
	overflow: hidden;
}

.viewed-box .caption .price {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

#top-container {
	height: 30px;
	line-height: 30px;
	background-color: #333;
	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 {
	position: relative;
}

.alert-template {
	margin: 0;
	width: 280px;
	border-radius: 5px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	text-align: center;
	box-shadow: 0 10px 12px rgba(0, 0, 0, .2);
	background: rgba(49, 66, 82, .95);
	border-radius: 0;
	min-height: 40px;
	line-height: 40px;
	padding: 15px;
	top: auto
}

.alert-template .close {
	filter: alpha(opacity=100);
	opacity: 1;
	text-shadow: none;
	color: #fff
}

.alert-template>a {
	font-size: 18px;
	padding: 5px 10px;
	color: #fff;
	border: 1px solid;
	text-shadow: 0 1px rgb(0, 0, 0)
}

.alert-template>a:hover {
	color: #fff;
	border-color: #fff
}

.information-information-8 .alert-template {
	display: none
}

.alert-template .buy-template {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 1px rgb(0, 0, 0)
}

.product-economy_block {
	font-size: 13px;
}

.value-economy {
	padding: 2px 8px;
	background: gold;
	border-radius: 3px;
	font-weight: 700;
	margin-left: 5px
}

#modal-cart .modal-success .modal-img {
	text-align: center
}

#modal-cart .modal-success .modal-message {
	margin: 10px 0
}

@media only screen and (min-width:612px) {
	#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;
		width: 180px
	}
	#modal-cart .modal-success .modal-img {
		text-align: center;
		margin-right: 15px
	}
	#modal-cart .modal-success .modal-message {
		font-size: 14px;
		width: 258px;
		margin-top: 0
	}
}

#modal-cart .modal-success .modal-message>.form-group:first-child {
	margin-bottom: 5px;
	color: #222;
	font-weight: 600;
	font-size: 14px
}

#modal-cart .modal-success .modal-message .alert-light {
	border-color: #f2f6f8;
	margin-bottom: 0
}

#modal-cart .modal-success .old-price {
	font-size: 16px;
	color: #b8b8b8;
	font-weight: 400;
	text-decoration: line-through;
	text-align: right;
	padding-right: 5px
}

#modal-cart .modal-success .new-price {
	text-align: right;
	position: relative;
	font-size: 21px;
	font-weight: 600;
	color: #333
}

#modal-cart .modal-success .economy {
	text-align: right;
	padding-top: 10px
}

#modal-cart .modal-success .economy-text {
	display: inline-block
}

#modal-cart .m-0 {
	margin: 0
}

#modal-cart .close {
	top: 1rem
}

#modal-compare .modal-body .show-text,
#modal-wishlist .modal-body .show-text {
	overflow: hidden;
	padding: 10px 0 20px 0;
	font-size: 16px;
	display: block
}

#modal-cart .modal-success .sku {
	display: block;
	padding-bottom: 10px
}

.mobile-header {
	height: 5rem;
	background: #252d4c;
	position: fixed;
	width: 100%;
	z-index: 10
}

.mobile-hamburger {
	position: absolute
}

.mobile-icon {
	color: #fff;
	display: block;
	width: 6rem;
	height: 5rem;
	text-align: center;
	line-height: 5rem
}

.mobile-icon>i {
	font-size: 3.3rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5
}

.mobile-sidebar.open {
	transform: translateX(0)
}

.mobile-sidebar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: #fff;
	width: 100%;
	height: 100%;
	transition: transform .45s cubic-bezier(.19, 1, .22, 1);
	transform: translateX(-100%);
	overflow-x: hidden;
	overflow-y: auto
}

.mobile-sidebar_container {
	padding: 0;
	height: 100%
}

.mobile-sidebar_inner {
	max-width: 154rem;
	height: 100%;
	margin: 0 auto
}

.mobile-sidebar-list {
	margin: 0;
	padding: 0 1rem;
	list-style-type: none;
	padding-top: 5rem
}

.mobile-sidebar-list_item {
	border-bottom: 1px solid #ededed
}

.mobile-sidebar-list_item .phone {
	font-weight: 900;
	color: #222
}

.mobile-sidebar-list_item:first-child {
	border-top: 1px solid #ededed
}

.mobile-sidebar-list_item_header {
	background-color: #ededed;
	height: 6rem;
	margin: 0 -1rem;
	font-size: 0;
	line-height: 0
}

.mobile-sidebar-list_item_empty {
	background-color: transparent;
	margin: 0
}

.mobile-sidebar-list_link {
	display: block;
	color: #666
}

.mobile-sidebar-list_link {
	padding: 1.5rem
}

.mobile-logo {
	display: table-cell;
	height: inherit;
	vertical-align: top;
	transition: background .2s ease-in-out;
	padding-left: 5rem
}

.mobile-logo img {
	max-width: 80%
}

.mobile-logo:after {
	content: "";
	width: 0;
	height: 100%
}

.mobile-logo a {
	font-weight: 700;
	color: #fff;
	font-size: 2.4rem
}

.mobile-logo:after,
.mobile-logo a {
	display: inline-block;
	vertical-align: middle
}

.mobile-user_header i,
.mobile-user_cart i,
.mobile-header-wishlist,
.mobile-header-compare i {
	font-size: 3rem;
	color: #fff
}

.mobile-header-compare {
	position: absolute;
	right: 14rem;
	top: 0;
	width: 5rem;
	height: 5rem;
	line-height: 2;
	text-align: center
}

.mobile-header-compare .compare-count,
.mobile-header-wishlist .wishlist-count {
	top: 8px;
	right: 0
}

.mobile-header-wishlist {
	position: absolute;
	right: 7.5rem;
	width: 5rem;
	height: 5rem;
	text-align: center;
	line-height: 1.9
}

.mobile-header-wishlist a {
	color: #fff
}

.mobile-user_cart .cart>button {
	border: none;
	line-height: 0;
	height: 0
}

.mobile-user_cart .cart>button .count {
	top: -5px;
	right: -10px
}

.mobile-user_cart .cart>button .subtotal {
	display: none
}

.mobile-user_cart .cart-text,
.mobile-user_cart .cart-right_container {
	padding: 0
}

.mobile-user_cart .cart-total_content,
.mobile-user_cart .cart-text,
.mobile-user_cart .cart-right_container {
	text-align: left
}

.mobile-user_cart .cart-total_title {
	font-size: 14px
}

.mobile-user_cart .cart-product-inner {
	height: 10rem
}

.mobile-user_cart .cart-product_total {
	padding-left: 1rem
}

.mobile-user_cart .cart-product_remove-button,
.mobile-user_cart .cart-product_total {
	vertical-align: top;
	margin-top: 4px
}

.mobile-user_cart .cart-products {
	margin-bottom: 2rem
}

.mobile-user_cart .cart-dropdown_title,
.mobile-user_cart .cart-block_bottom {
	padding: 0 2rem
}

.mobile-user_cart .cart-body {
	width: 100%
}

.mobile-user_cart .cart-content {
	padding: 8rem 2rem
}

.mobile-user_cart .img-thumbnail {
	max-width: 5rem
}

.mobile-user_cart .cart-options {
	padding: 0 1rem;
	margin: .4rem 0 1rem;
	width: 19rem
}

.mobile-user_cart .cart-image_link {
	float: left;
	padding: 0 1rem
}

.mobile-user_cart .cart-options>a {
	font-size: 13px
}

.mobile-user_cart .cart-dropdown.show {
	position: fixed;
	width: 100%;
	height: 100vh;
	opacity: 1;
	bottom: auto;
	overflow: auto
}

.mobile-user_header {
	position: absolute;
	top: 0;
	right: 20rem;
	line-height: 1.9;
	width: 5rem;
	height: 5rem;
	text-align: center
}

.mobile-user_cart {
	position: absolute;
	right: 25px;
	top: 12px;
	width: 30px;
	height: 30px
}

.mobile-user_cart .mobile-cart-counter {
	display: inline-block;
	vertical-align: middle
}

.mobile-search-close {
	display: none
}

.mobile-top_container {
	position: fixed;
	width: 100%;
	z-index: 10
}

@media only screen and (max-width:991px) {
	.search-mobile {
		visibility: hidden;
		opacity: 0;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: 100vh;
		width: 100%;
		z-index: 100;
		background-color: #fff;
		padding: 0;
		transition: transform .4s cubic-bezier(.19, 1, .22, 1);
		transform: translateY(100%)
	}
	.search-mobile.show {
		visibility: visible;
		opacity: 1
	}
	.search-mobile.open {
		transform: translateY(0)
	}
	.search-mobile_container {
		position: absolute;
		top: 6rem;
		left: 0;
		width: 100%;
		padding: 0 1rem
	}
	.mobile-search-close {
		display: block
	}
}

@media only screen and (min-width:992px) {
	.large-item {
		border: none!important;
		list-style: none;
		display: inline-block;
		vertical-align: top
	}
}


/* bootstrap grid */

.container-fluid {
	width: 100%;
	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%;
}

.text-warning {
	color: #de9b28;
}

.information-menu {
	padding: 0;
	margin: 0;
	background: #24303e;
}

@media only screen and (min-width: 1020px) {
	.information-menu {
		display: none;
	}
}

.information-menu li {
	padding: 0 20px;
}

.information-menu li a {
	display: flex;
	align-items: center;
	height: 40px;
	font-weight: bold;
	color: #fff;
}

@media only screen and (max-width: 1019px) {
	.header-info-item {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.mobile-phone {
		display: none;
	}
}
/* category-wall */

.category-wall .category-image {
	text-align: center;
	margin: 0 auto;
}

.cat-image {
	display: block;
}

.category-item img {
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	margin: 0 auto;
}

.cat-caption {
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cat-name {
	text-decoration: none;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	color: inherit;
	font-weight: 600;
	text-align: center;
	line-height: normal;
	transition: all .3s;
}

@media only screen and (min-width: 768px) {
	.cat-name {
		font-size: 13px;
	}
}

.category-item {
	background: #fff;
    position: relative;
    padding: 10px;
    -webkit-transition: box-shadow ease-out .2s, border ease-out .2s;
    -moz-transition: box-shadow ease-out .2s, border ease-out .2s;
    -o-transition: box-shadow ease-out .2s, border ease-out .2s;
    transition: box-shadow ease-out .2s, border ease-out .2s;
    border: 1px solid #ededed;
    margin-top: -1px;
    margin-right: -1px;
}

.category-item:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
	z-index: 2;
	border-color: transparent;
}

.category-item:hover .cat-name {
	color: #4169e1;
}

.category-wall .category-fix {
	padding: 0;
}

.category-wall .row {
	margin: 0 0 20px 0;
}
