/*body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	min-height: 100%;
	width: 100%;
	background: url(/catalog/view/theme/extreme/image/bg1_summer.jpg) no-repeat scroll 0 0 transparent;
	background-attachment: fixed;
	background-size: cover;
}*/
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a, .default-link {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	/*background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;*/
	background: linear-gradient(to bottom, #f5f7fa 0%, #dde6ec 100%);
	padding: 4px 0px 3px 0;
	margin: 0 0 0px 0;
	min-height: 40px;
	box-sizing: border-box;
	opacity: 0.9;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: white;

}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #language .language-select:hover {
	text-shadow: none;
	color: #ffffff!important;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	text-decoration: none;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 0px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
#search2 .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
#search3 .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

#search2 .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search3 .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search2-wrapper {
	padding: 0 20px;
	/*position: absolute;*/
	width: 100%;/*calc(100% - 240px);*/
	z-index: 9;
	/*right: 0px;
	display:none;*/
	height:50px
}
#search3-wrapper {
	padding: 0 10px;
	position: absolute;
	width: calc(100% - 240px);
	z-index: 9;
	right: 0px;display:none;height:50px
}
#search3 {
	margin-right: auto;
	margin-left: auto;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		/*width: 100%;*/
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	/*background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;*/
	background: url('/catalog/view/theme/extreme/image/wood_pattern.jpg') repeat scroll 0 0 transparent;
	box-shadow: 0px 5px 16px 5px #331302 inset;
	height: 66px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 14px;
	font-stretch: expanded;
	color: #FFF;
	/*padding: 2px 18px;*/
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
.product-layout .product-thumb .caption p {
	overflow: hidden;
}
@media (min-width: 1200px) {
	.navbar-holder {
		text-align: center;
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}

	.navbar-profile-collapse ul.list-inline li+li:before
	{
		margin-left: -6px;
		margin-right: 7px;
		content: '|';
	}
	.navbar-nav {
		height: 65px;
		margin-top: 0px;
	}
	#menu .nav {
		padding: 12px 20px 0 10px;
	}
	#menu .dropdown-inner a {
		font-size: 12px!important;
	}
	.dropdown-menu.products > div > ul > li > a > span {
		font-size: 12px!important;
		font-weight: bold;
	}
	a.isParent, a.isParent:hover  {
		background: transparent url(/catalog/view/theme/extreme/image/cats_arrow.png) no-repeat  95% center !important;
		/*background: url('/catalog/view/theme/extreme/image/cats-arrow.png') no-repeat scroll 100% 10px transparent;*/
	}
	.top-search {
		padding-right: 0px;
		padding-left: 0px;
	}
}
.mobile-search-wrapper {
	display: none;
}
@media (max-width: 1199px) {
	.header-right-wrapper .navbar-profile-collapse {
		text-align: left!important;
		line-height: 40px!important;
		margin-top: 35px!important;
		padding: 0 15px!important;
	}
	.mobile-search-wrapper {
		width: 100%;
		display: flex;
	}
	#search {
		display: flex;
		white-space: nowrap;
		width: 100%;
		margin-top: 12px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 70px;
	}
	#search .btn-lg {
		padding: 10px 20px;
	}
	.header-right-wrapper {
		display: flex!important;
		position: absolute!important;
		right: 20px!important;
		margin-right: 0!important;
	}
	.header-right-wrapper > .btn-group {
		display: inline-block!important;
	}
	#top-links {
		margin-top: -5px!important;
	}
	div.logo {
		/*display: none;*/
	}
	.dropdown-menu.products > div > ul > li > a > span {
		font-size: 14px!important;
		font-weight: bold;
	}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
		padding-left: 20px;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
		font-size: 14px;
		padding: 7px 10px 7px 10px;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.navbar-profile-collapse {
		margin-top: 35px;
		position: absolute;
		padding-left: 15px;
		background: linear-gradient(rgb(245, 247, 250) 0%, rgb(221, 230, 236) 100%);
	}
	.container .navbar-profile-collapse {
		margin-right: 0px;
		margin-left: 0px;
	}
	.navbar-profile-collapse ul.list-inline li {
		display: block;
	}
	#menu .navbar-nav {
		margin-top: 0px;
	}
	.navbar-ex1-collapse {
		background: url('/catalog/view/theme/extreme/image/wood_pattern.jpg') repeat scroll 0 0 transparent!important;
		position: relative;
		z-index: 9999;
	}
	#column-social-box {
		border-style: none!important;
		text-align: left!important;
		float: none!important;
	}
	a.isParent, a.isParent:hover  {
		background: transparent url(/catalog/view/theme/extreme/image/cats_arrow_white.png) no-repeat  95% center !important;
		/*background: url('/catalog/view/theme/extreme/image/cats-arrow.png') no-repeat scroll 100% 10px transparent;*/
	}
}
@media (max-width: 640px) {
	#top .navbar-header {
		margin-bottom: 10px;
		width: 100%;
	}
	div.logo {
		width: 100%!important;
		text-align: center;
	}
	.header-right-wrapper {
		width: 100%;
		right: 0!important;
		position: unset!important;
	}
	#top-links {
		position: absolute;
		right: 10px;
	}
	#top {
		padding-bottom: 0!important;
	}
	#top .container {
		display: block!important;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', Arial, Sans-Serif, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	/*white-space: nowrap;*/
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
#top #language .language-select {
	padding: 7.5px 12px;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
	position: relative;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
	div.mobile-logo {
		display: inline-block!important;
	}
}
@media (max-width: 767px) {
	.hidden-on-mobile {
		display: none;
	}
	.cart-name-column {
		white-space: normal!important;
	}
	.show-on-mobile {
		display: block;
	}
	.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	/*min-height: 0;*/
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	position: relative;
	bottom: 0px;
}
.product-thumb .price-new {
	font-weight: 600;
	color: #ff0000;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 1200px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
	.navbar-nav {
		border-width: 0 1px 0 1px;
		border-style: solid;
		border-color: #452515;
	}
	#search {
		display: none;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}
#column-left {
	z-index: 1;
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
	.show-on-mobile {
		display: none;
	}
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* New added stuff */
.html-box {
	padding: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 20px 0 10px;
}

span.box-title {
	font-size: 22px;
	font-weight: bold;
	color: white;
	position: relative;
	padding: 0 0 10px;
	margin: 0 0 10px;
	display: block;
}

span.box-title:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #3b1c0d;
	position: absolute;
	left: 0;
	bottom: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #7e5845;
}

h2 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.article-description h2, .category-description h2 {
	text-overflow: unset!important;
	overflow: unset!important;
	white-space: unset!important;
}
.wooden {
	background: url('/catalog/view/theme/extreme/image/wood_pattern.jpg') repeat scroll 0 0 transparent!important;
}

.content {
	background: white;
	z-index: -1;
	/*opacity: 0.9;*/
	background: rgba(255,255,255,0.9);
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #bbcdd7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.categories-box, .categories-children-box {
	/*border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #7e5845;
	margin-bottom: 0px;*/
	margin-bottom: 10px;
	margin-top: 10px;
	list-style: none;
	font-weight: normal!important;
}

.categories-children-box li a.list-group-item {
	border: 0px!important;
	padding-top: 5px;
	padding-bottom: 5px;
}

.categories-children-box {
	box-shadow: 0px 5px 16px 5px #331302 inset;
	-webkit-box-shadow: 0px 5px 16px 5px #331302 inset;
	border-radius: 3px;
	padding-left: 5px;
}

.categories-box li a {
	padding-top: 6px;
	padding-bottom: 6px;
}

.categories-children-box li {
	border: none!important;
}

.categories-box li a {
	background: transparent;
	color: #ffffff;
	border: none!important;
	font-weight: normal;
	-webkit-border-radius: 0px;
	text-shadow: none;
}

.categories-box li a.active, .categories-box li a.active:hover {
	color: #c6b0a5;
	background: transparent;
	border: none;
	font-weight: bold;
	text-shadow: none;
}

.categories-box li a:hover {
	color: #c6b0a5;
	background: transparent;
	border: none;
	text-shadow: none;
}

.categories-box li {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #7e5845;
}

@font-face {
	font-family:ptsans;
	src:url('/catalog/view/theme/extreme/fonts/pt_sans.ttf');

	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family:Icons;
	src:url('/catalog/view/theme/extreme/fonts/open-iconic.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

div.navbar-container {
	padding-right: 0px;
	padding-left: 0px;
}

ul.breadcrumb {
	/*margin-top: 20px;*/
	clear: both;
}

@media (min-width: 1200px) {
	.no-right-padding {
		padding-right: 0px;
	}
}
#menu .nav > li > a {
	font-size: 15px;
	font-weight: bold;
}
div.product-thumb {
	background-color: rgba(255,255,255, 1);
}
div#content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-nav {
	border-width: 0 1px 0 1px;
	z-index: 999999;
}

#menu .nav > li > a:hover {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 5px 16px 5px #331302 inset;
	-webkit-box-shadow: 0 5px 16px 5px #331302 inset;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #634538;
}

#menu .nav li a {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: transparent;
}

div.logo {
	/*float: left;
	line-height: 65px;
	padding-right: 20px;
	padding-left: 10px;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #6c4839;
	height: 65px;*/
	margin-left: 10px;
	margin-right: 20px;
	/*margin-right: auto;*/
	width: 220px;
	height: 40px;
}
.header-right-wrapper {
	/*position: absolute;*/
	display: block;
	margin-right: 20px;
	max-height: 50px;
	white-space: nowrap;
}
.header-right-wrapper > .btn-group {
	display: none;
}
.header-right-wrapper .navbar-collapse.collapse {
	padding: 0;
	text-align: right;
	line-height: 1;
	margin-top: 1px;
}
div.mobile-logo {
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 21px;
	height: 67px;
	display: none;
	margin-right: 0px;
}

.logo-wrapper img {
	margin-top: -6px;
}

#column-social-box a {
	padding-left: 10px;
}

@-moz-document url-prefix() {
	#column-social-box a {
		padding-left: 3px;
	}
}

#column-social-box {
	float: left;
	text-align: center;
	height: 65px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #6c4839;
	position: relative;
	padding-top: 10px;
	width: auto;
}

.category-description {
	padding-bottom: 20px;
}

button.btn-search {
	border-width: 1px;
	border-style: solid;
	border-color: #452515;
	text-shadow: none !important;
	color: white;
}

button.btn-search:hover {
	color: white;
}

li .login:before {
	font-family: Icons;
	display: inline-block;
	speak: none;
	line-height: 1;
	vertical-align: baseline;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: greyscale;
	content: "\e000";
	font-size: 10px;
	margin-right: 5px;
	color: black;
}

li .register:before {
	font-family: Icons;
	display: inline-block;
	speak: none;
	line-height: 1;
	vertical-align: baseline;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: greyscale;
	content: "\e081";
	font-size: 10px;
	color: null;
	margin-right: 5px;
}

.header > li > span,  .header > li > a {
	color: black;
	font-family: /*ptsans,*/ Arial, Sans-Serif, Helvetica;;
	text-shadow: 0 1px 0 #FFF;
}

.header > li > span:hover, .header > li > a:hover {
	text-decoration: underline;
}

* {
	font-family: /*ptsans,*/ Arial, Sans-Serif, Helvetica;;
}

.footer-columns-wrapper > div {
	float: left;
	width: 33.33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.fb-box-content {
	background-color: #3b5998;
	width: 180px;
}

.fb-box-content > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.fb-box-content > ul > li {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 36px;
}

.fb-box-content > ul > li > a {
	color: #dfe3ee;
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
	line-height: 36px;
	padding-right: 20px;
	padding-left: 5px;
}

.fb-box-content > ul > li  a:hover {
	background-color: #8b9dc3;
	border-radius: 3px; -webkit-border-radius: 3px;
}

.dropdown-menu.products {
	/*width: 300px;*/
}

.dropdown-menu.products > div, .dropdown-menu.products > div > ul, .dropdown-menu.products > div > ul > li {
	width: 100%;
	white-space: nowrap;
}

.dropdown-menu.products > div > ul {
	padding-bottom: 10px!important;
}

.dropdown-menu.products > div.dropdown-inner > ul > li > ul {
	background: white!important;
	font-size: 12px!important;
	font-weight: bold!important;
	padding-bottom: 7px;
	padding-top: 4px;
}

.dropdown-menu.products a:hover {
	font-size: 15px;
	font-weight: bold;
	color: black!important;
	background-color: white!important;
	background: transparent;
}
.dropdown-menu.products li > a:hover {
	background-color: white!important;
	color: #684531!important;
}

.dropdown-menu.products > div > ul > li > a > span {
	color: inherit;
}

#top #form-currency .currency-select:hover, #top #language .language-select:hover {
	text-shadow: none;
	color: #ffffff!important;
	background-color: black!important; /*#229ac8;*/
	background-image: linear-gradient(to bottom, #515151, #000000)!important;
	background-repeat: repeat-x;
	text-decoration: none;
}
.responsive-menu-control {
	display: none;
}

footer {
	box-shadow: 0px 5px 16px 5px #331302 inset;
	border-top: none !important;
}

#top .btn-link, #top-links li, #top-links a {
	color: black;
}

#top .container {
	padding: 0!important;
}

#top {
	/*max-height: 35px;
	min-height: 35px;*/
	line-height: 40px;
	/*padding: 0!important;*/
	padding-top: 10px;
	padding-bottom: 10px;
	/*margin-bottom: 20px;*/
	position: relative;
	z-index: 900;
}
#top > .container {
	display: flex;
}

#top > .container > .navbar-header {
	height: 40px;
	/*width: 100%;*/
}
#horizontal-menu > .navbar-holder > .navbar-collapse.collapse {
	width: 100%;
}
.navbar-collapse.collapse {
	/*position: absolute;*/
	line-height: 0;
}
.navbar-nav > li {
	float: unset;
	display: inline-block;
}

#top-links {
	/*margin-right: 20px;
	position: absolute;
	right: 0px;*/
	text-align: right;
	margin-top: -10px;
	height: 35px;
}

#top-links #cart #cart-total {
	font-size: 12px;
}

#top-links form button span, #top-links button span {
	font-size: 14px;
}

#top-links #cart {
	margin-bottom: 0px!important;
	top: 1px;
}

#top-links ul {
	padding-top: 0px;
	margin-bottom: 0;
}

header {
	margin-bottom: 40px;
}

span.accordion-toggle.isOpen:before {
	content: "-";
	display: block;
	text-align: center;
}
span.accordion-toggle:before {
	content: "+";
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

span.accordion-toggle {
	background: white;
	border-color: white;
	color: #613721;
	position: relative;
	width: 20px;
	height: 20px;
	cursor: default;
	line-height: 20px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	margin-top: -25px;
	z-index: 100;
}

.list-group-item {
	border-bottom-right-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
	border-top-left-radius: 0px!important;
	border-top-right-radius: 0px!important;
}

div.account-menu {
	padding-top: 20px;
}
h1, h2 {
	color: saddlebrown!important;
}

span.box-title {
	color: white!important;
}

h2.special-price {
	color: red!important;
}

.btn-primary {
	background: url('/catalog/view/theme/extreme/image/wood_pattern.jpg') repeat scroll 0 0 transparent!important;
	color: white!important;
	border-color: transparent!important;
}

body {
	font-family: /*ptsans,*/ Arial, Sans-Serif, Helvetica;
	font-weight: 400;
	color: #666;
	font-size: 16px;
	line-height: 20px;
	min-height: 100%;
	width: 100%;
}

body.summer {
	/*background: url(/catalog/view/theme/extreme/image/bg1_summer.jpg) no-repeat scroll 0 0 transparent;*/
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: 0px 0px;
	background-clip: content-box;
}

body.winter {
	/*background: url(/catalog/view/theme/extreme/image/bg1_winter.jpg) no-repeat scroll 0 0 transparent;*/
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 0px 0px;
	background-clip: content-box;
}

.list-group.account-menu > div {
	background: url('/catalog/view/theme/extreme/image/wood_pattern.jpg') repeat scroll 0 0 transparent!important;
	padding: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.list-group.account-menu a {
	color: white!important;
	background: transparent!important;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #7e5845;
}

.list-group.account-menu a:hover {
	color: #c6b0a5!important;
	text-shadow: none;
}

div.alert {
	margin-top: 20px;
}

#top-links .dropdown-menu a:hover {
	text-decoration: underline;
	color: black!important;
}

footer a {
	color: white!important;
}

footer ul li {
	padding-bottom: 6px;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 6px;
}

.product-thumb .no-fixed-height {
	min-height: 0px!important;
}
.footer-products {
	background: none!important;
	border: none!important;
	color: #ffffff;
}

.footer-products .image{
	background-color: #ffffff;
}

.footer-products .caption p.price, .footer-products .caption p.price span {
	font-size: 18px!important;
	font-weight: bold!important;
	color: #ffffff!important;
}

.footer-products .caption {
	overflow: hidden !important;
}

.footer-products .caption a {
	white-space: nowrap!important;
	overflow: hidden!important;
	text-overflow: ellipsis!important;
	text-transform: uppercase!important;
}

.footer-products p.price {
	margin-top: 5px;
	margin-bottom: 0px;
}
.emc-blog .row {
	margin-left: 5px;
	margin-right: 5px;
}
.emc-blog .article-title, .emc-blog .article-subtitle, .emc-blog .article-description {
	  margin-left: 20px;
	  margin-right: 20px;
}
.emc-blog .article-description img, .emc-blog .article-intro img {
	width: unset!important;
	max-width: 100%;
}

div.row.subcategories {
	padding-bottom: 20px;
}

p.stock-label, li.stock-label {
	color: red;
	font-size: 16px;
	font-weight: bold;
}

div.caption h4 a, div.subcategories a {
	color: saddlebrown!important;
	font-weight: bold;
}

#mobile_menu_button {
	border-color: saddlebrown!important;
	height: 40px;
	margin-top: 12px;
	font-size: 14px;
	text-transform: uppercase;
}

.no-left-padding {
	padding-left: 0px;
}

.no-right-padding {
	padding-right: 0px;
}
#mobile_profile_button {
	margin-left: 10px;
	margin-top: 0px;
	border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		/*margin: 7.5px 50px 7.5px -15px;*/
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}

	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.top-search {
		padding-right: 0px;
		padding-left: 0px;
		width: 100%;
	}
}
@media (min-width: 992px) {
	.top-search {
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (max-width: 767px) {
	.top-search {
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
	}
	div.logo {
		padding-right: 0px;
		border-width: 0;
		border-style: none;
		border-color: #6c4839;
		margin-left: 20px;
	}
}
@media (max-width: 991px) {
	.breadcrumb > li:after {
		top: 8px;
		right: 8px;
		width: 6px;
		height: 6px;
	}
}
@media (max-width: 991px) {
	.breadcrumb > li:after {

	}
}
.promo-ribbon {
	position: absolute;
	left: 10px; top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}
.promo-ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#F70505 0%, #8F0808 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; left: -21px;
}
.promo-ribbon span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #8F0808;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F0808;
}
.promo-ribbon span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #8F0808;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F0808;
}
.promo-tag {
	position: absolute;
	right: 15px;
	top: 25px;
	width: 80px;
	height: 40px;
	background: linear-gradient(#F70505 0%, #8F0808 100%);
	color: white;
	font-size: 26px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 7px;
	z-index: 1;
}

.promo-tag:before {
	transform: rotate(134deg) skewX(-10deg) skewY(-10deg);
	background: linear-gradient(45deg, #F70505 0%, #8F0808 100%);
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	right: 68px;
	top: 8px;
	z-index: -5;
}
.black-friday-tag {
	font-family: /*'ptsans',*/ Arial, sans-serif;
	position: absolute;
	color: #fff;
	margin: 45px -23px;
	max-width: 165px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 2;
}
.black-friday-tag .black-friday-title,
.black-friday-tag .black-friday-period {
	margin: 0;
	text-transform: uppercase;
}
.black-friday-tag .black-friday-title {
	font-weight: 700;
	font-size: 1em;
	line-height: 24px;
	position: relative;
	background-color: #c70606;
	color: #fff;
	text-align: center;
	margin: 3px 30px 2px;
	/*border: 4px solid red;
    border-bottom: 4px solid red;*/
	transform: rotate(-15deg) translate(-2%, 0%);
}
/*.black-friday-tag .black-friday-title:before,
.black-friday-tag .black-friday-title:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 5px;
	border-width: 12px 8px;
	border-style: solid;
	background: linear-gradient(#F70505 0%, #8F0808 100%);
}*/
/*.black-friday-tag h1:before {
	left: -19px;
	border-color: #F70505 #F70505 #F70505 transparent;
}
.black-friday-tag h1:after {
	right: -19px;
	border-color: #F70505 transparent #F70505 #F70505;
}*/
.black-friday-tag .black-friday-period {
	color: #fff;
	font-weight: 500;
	font-size: 11px;
	line-height: 11px;
	transform: rotate(-15deg) translate(2%, 0%);
}

.black-friday-tag:before {
	content: '';
	background: #000000;
	position: absolute;
	width: 80px;
	height: 80px;
	border: 4px solid #c70606;
	left: 50%;
	top: 50%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	border-radius: 50%;
}

.extreme-xmas-tag {
	font-family: /*'ptsans',*/ Arial, sans-serif;
	position: absolute;
	color: #fff;
	margin: 45px -23px;
	max-width: 165px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 2;
}
.extreme-xmas-tag .extreme-xmas-title,
.extreme-xmas-tag .extreme-xmas-period {
	margin: 0;
	text-transform: uppercase;
}
.extreme-xmas-tag .extreme-xmas-title {
	font-weight: 700;
	font-size: 0.8em;
	line-height: 13px;
	position: relative;
	background-color: #c70606;
	color: #fff;
	text-align: center;
	margin: 3px 18px 2px;
	transform: rotate(-6deg) translate(-2%,0);
	text-shadow: 2px 2px 2px #333333;
}
.extreme-xmas-tree {
	position: absolute;
	left: 59px;
	top: -15px;
}
.extreme-xmas-snow {
	position: absolute;
	left: 13px;
	top: -10px;
	width: 131px;
}
/*.black-friday-tag .black-friday-title:before,
.black-friday-tag .black-friday-title:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 5px;
	border-width: 12px 8px;
	border-style: solid;
	background: linear-gradient(#F70505 0%, #8F0808 100%);
}*/
/*.black-friday-tag h1:before {
	left: -19px;
	border-color: #F70505 #F70505 #F70505 transparent;
}
.black-friday-tag h1:after {
	right: -19px;
	border-color: #F70505 transparent #F70505 #F70505;
}*/
.extreme-xmas-tag .extreme-xmas-period {
	color: #fff;
	font-weight: 500;
	font-size: 11px;
	line-height: 11px;
	transform: rotate(-15deg) translate(2%, 0%);
}

.extreme-xmas-tag:before {
	content: '';
	background: #345a2c;
	position: absolute;
	width: 80px;
	height: 80px;
	border: 4px solid #c70606;
	left: 50%;
	top: 50%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	border-radius: 50%;
}
/* second option */
.extreme-xmas22-tag {
	font-family: /*ptsans,*/Arial,sans-serif;
	position: absolute;
	color: #fff;
	margin: 21px -11px;
	max-width: 165px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 2;
	height: 100px;
	background-image: url(/image/easter.png);
	background-size: 70px;
	background-repeat: no-repeat;
	background-position-x: 35px;
	background-position-y: 7px;
}
.january-ski-tag {
	font-family: /*ptsans,*/Arial,sans-serif;
	position: absolute;
	color: #fff;
	margin: 21px -11px;
	max-width: 165px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 2;
	height: 100px;
	background-image: url(/image/street-mania.png);
	background-size: 70px;
	background-repeat: no-repeat;
	background-position-x: 35px;
	background-position-y: 7px;
}
.extreme-xmas22-tag .extreme-xmas2-title,
.extreme-xmas22-tag .extreme-xmas2-period,
.january-ski-tag .extreme-xmas2-title,
.january-ski-tag .extreme-xmas2-period {
	margin: 0;
	text-transform: uppercase;
}
.extreme-xmas22tag .extreme-xmas2-title,
.january-ski-tag .extreme-xmas2-title {
	font-weight: 700;
	font-size: .8em;
	line-height: 13px;
	position: relative;
	background-color: #c70606;
	color: #fff;
	text-align: center;
	margin: 65px 18px 2px;
	transform: rotate(-6deg) translate(-2%,0);
	text-shadow: 2px 2px 2px #333;
}
.extreme-xmas2-tree {
	position: absolute;
	left: 59px;
	top: -15px;
	display: none;
}
.extreme-xmas2-snow {
	position: absolute;
	left: 13px;
	top: 52px;
	width: 131px;
}
.extreme-xmas22-tag .extreme-xmas2-period {
	color: #fff;
	font-weight: 500;
	font-size: 11px;
	line-height: 11px;
	transform: rotate(-15deg) translate(2%, 0%);
}
div.brand-logo {
	position: absolute;
	right: 15px;
	bottom: 10px;
	z-index: 1;
}
.footer-products div.brand-logo {
	display: none;
}
#menu .nav > li > a.two-rows-menu {
	text-align: center!important;
	margin-top: -10px!important;
}

.home-page-box > .emc-box-title {
	margin-top: 0px!important;
}
.swap-category.active,.swap-category.active:visited {
	color: #ff0000;
	text-decoration: none;
}

.swap-category, .swap-category:visited {
	color: #ffffff;
	text-decoration: none;
}

.swap-category:hover, .swap-category:active, .swap-category:focus {
	color: #ff0000;
	text-decoration: none;
}

.stock-ribbon-wrapper {
	width: 100%;
	text-align: right;
}

.stock-ribbon-instock {
	/*background: -webkit-linear-gradient(top, #2fbc40, #278c38);*/
	background: -webkit-linear-gradient(top,#1eb2df, #17a7d2);
}

.stock-ribbon-outofstock {
	background: -webkit-linear-gradient(top, #ee1c1c, #a71c1c);
}

.stock-ribbon {
	right: 9px;
	padding: .34em 1em;
	margin-top: -32px;
	position: absolute;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
	/* box-shadow: inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 20px rgba(0,0,0,0.1), 0px 1px 1px rgba(0,0,0,0.4); */
	/* background: -webkit-linear-gradient(top,#1eb2df, #17a7d2); */
	display: inline-block;
	max-width: 200px;
}

.stock-ribbon-text-instock:after {
	/*border-color: transparent transparent transparent #246331;*/
	border-color: transparent transparent transparent #0675b3;
}

.stock-ribbon-text-outofstock:after {
	border-color: transparent transparent transparent #6C1B1B;
}

.stock-ribbon-text-wrapper {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
}
.stock-ribbon-text:after {
	content: "";
	bottom: 28px;
	position: absolute;
	display: block;
	border-style: solid;
}

.stock-ribbon-text:after {
	right: 0;
	border-width: .5em 0 0 .5em;

}

.loginBtn {
	box-sizing: border-box;
	position: relative;
	/* width: 13em;  - apply for fixed size */
	margin: 0.2em;
	padding: 0 15px 0 46px;
	border: none;
	text-align: left;
	line-height: 34px;
	white-space: nowrap;
	border-radius: 0.2em;
	font-size: 16px;
	color: #FFF;
}
.loginBtn:before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 100%;
}
.loginBtn:focus {
	outline: none;
}
.loginBtn:active {
	box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
	background-color: #4C69BA;
	background-image: linear-gradient(#4C69BA, #3B55A0);
	/*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
	text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
	border-right: #364e92 1px solid;
	background: url('/catalog/view/theme/extreme/image/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
	background-color: #5B7BD5;
	background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
	/*font-family: "Roboto", Roboto, arial, sans-serif;*/
	background: #DD4B39;
}
.loginBtn--google:before {
	border-right: #BB3F30 1px solid;
	background: url('/catalog/view/theme/extreme/image/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
	background: #E74B37;
}

#cookies-agree-box {
	z-index: 9999; color: white; text-align: center; position: fixed; bottom: 10px; left: 10px; width: 400px; margin: 0px; padding: 20px; box-shadow: 0px 5px 16px 5px #331302 inset;
}
#cookies-agree {
	text-transform: uppercase;
	font-weight: bold; display: block; margin-top: 20px; width: 100%
}
@media (max-width: 400px) {
	#cookies-agree-box {
		left: 0px;
		bottom: 10px;
		width: 90%;
		padding: 10px;
		margin-left: 5%;
		margin-right: 5%;
	}
}

.available-sizes-wrapper {
	position: absolute;
	/*left: -44px;*/
	left: 0px;
	top: 0px;
	width: 0px;
	height: calc(100% - 31px);
	/*padding-bottom: 20px;*/
	z-index: 1;
	overflow: hidden;
	/*-webkit-transition: width 0.8s, left 0.8s;
	-moz-transition: width 0.8s, left 0.8s;
	transition: width 0.8s, left 0.8s;*/
}
.available-sizes-wrapper a, .available-sizes-wrapper a:hover {
	color: #666;
}
.available-sizes {
	/*background-color: #ffffff;*/
	background: rgba(238,238,238,0.9);
	height: 100%;
	border: 1px solid #ddd;
}
.available-sizes ul {
	list-style: none;
	/*text-align: center;*/
	font-size: 16px;
	font-weight: bold;
	padding-left: 0px;
	width: 80%;
	margin: 0 auto;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 5;
	column-gap: 10px;
	/*display: grid;
	grid-template-columns: 33% 33% 33%;*/
}
.available-sizes-title {
    font-size: 14px;
    text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
.available-sizes-content {
    position: absolute;
    /*bottom: 50px;*/
    width: 100%;
}
div.product-thumb:hover .caption {
	position: relative;
}
div.product-thumb:hover .caption > .price {
	position: absolute;
}
div.product-thumb.footer-products:hover .caption {
	position: unset;
}
div.product-thumb.footer-products:hover .caption > .price {
	position: unset;
}
div.product-thumb:hover .caption .available-sizes-wrapper {
    /*width: 60px;
    left: -44px;*/
	top: 20px;
	left: 0px;
	height: calc(100% - 55px);
	width: 100%;
}
.filter-holder {
	margin-bottom: 20px;
}
.filter-holder, .filter-holder.collapsed {
	max-height: 143px;
	overflow: hidden;
}
.filter-holder.expanded {
	max-height: none;
	border-bottom: none;
	margin-bottom: 20px;
}
.filter-holder .list-group-item {
	border: none;
	background: none;
	color: #ffffff;
}
.filter-holder .list-group-item span {
	display: inline-block;
}
.filter-holder .list-group-item:first-letter {
	text-transform: capitalize;
}
.filter-holder .list-group-item span:first-letter {
	text-transform: capitalize;
}
.filter-holder .list-group-item:hover {
	color: #ffffff;
	background: none;
	border: none;
	text-shadow: none;
}
.filter-holder div.list-group-item div.checkbox:hover {
	color: #c6b0a5;
}
.filter-holder div.list-group-item {
	padding-top: 0px;
}
.filter-holder a.list-group-item {
	padding-bottom: 0px;
	padding-top: 10px;
	color: #ffffff;
}
.filter-holder.expanded a.toggle-expand, .filter-holder.collapsed a.toggle-expand {
	position: absolute;
	right: 20px;
	height: 30px;
	bottom: 0px;
	border: none;
	display: block;
}
.filter-holder a.toggle-expand {
	display: none;
}
.filter-holder.expanded a.toggle-expand i.arrow-down {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}
.filter-holder.collapsed a.toggle-expand i.arrow-down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
i.arrow-down {
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	top: 8px;
	left: 8px;
}
.clear-filters-holder {
	padding-bottom: 10px;
}
.clear-filters {
	color: #ffffff;
	float: right;
}
.clear-filters:hover {
	color: #c6b0a5;
}
.html-box.collapsed {
	max-height: 58px;
	overflow: hidden;
}
.html-box {
	transition: max-height 1s ease-in-out;
	max-height: none;
}
a.toggle-filters-expand i.arrow-down{
	border: solid #ffffff;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 5px;
	position: absolute;
	top: 8px;
	left: 8px;
}
a.toggle-filters-expand {
	position: absolute;
	right: 30px;
}
.html-box.collapsed a.toggle-filters-expand {
	top: -8px;
}
.html-box.expanded a.toggle-filters-expand {
	top: -4px;
}
.html-box.collapsed a.toggle-filters-expand i.arrow-down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.html-box.expanded a.toggle-filters-expand i.arrow-down {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}
a.toggle-expand:hover {
	background: none;
}
a.toggle-expand:hover i.arrow-down, a.toggle-filters-expand:hover i.arrow-down{
	border: solid #c6b0a5;
	border-width: 0 4px 4px 0;
}
.clear-filters-holder:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #3b1c0d;
	position: relative;
	left: 0;
	top: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #7e5845;
	margin-bottom: 5px;
}
.filter-holder:not(:first-of-type)::before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #3b1c0d;
	position: relative;
	left: 0;
	top: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #7e5845;
	margin-bottom: 5px;
}
div.filter-holder div.list-group-item input[type=checkbox]:checked + span {
	font-weight: bold;
	color: #c6b0a5;
}
div.filter-holder div.list-group-item input[type=checkbox] + span {
	font-weight: normal;
}
#slider-price-range {
	margin-top: 10px;
	margin-bottom: 10px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #7e5845;
	background: #3b1c0d;
}
.price-filter {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #c6b0a5;
	font-weight: bold;
}
#slider-price-range .ui-slider-range {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #3b1c0d;
	background: #ff0000
;
}
#slider-price-range .ui-slider-handle {
	background: #7e5845;
	border: 1px solid #c6b0a5;
}
.size-info-modal-wrapper {
	background-color: hsla(0,0%,100%,.7);
	bottom: 0;
	left: 100%;
	overflow: auto;
	position: fixed;
	opacity: 0;
	right: 0;
	top: 0;
	-webkit-transform: translateZ(0);
	-ms-transition: translate3d(0,0,0);
	transform: translateZ(0);
	width: 100%;
	z-index: 900;
}
body.has-size-info-modal .size-info-modal-wrapper {
	-webkit-overflow-scrolling: touch;
	left: 0;
	opacity: 1;
	transition: opacity .4s ease-in-out;
}
.size-info-modal-custom {
	background-color: #fff;
	max-width: 940px;
	min-height: 100vh;
	opacity: 0;
	overflow: hidden;
	position: relative;
	top: 100%;
	transition: none;
	transition-delay: .3s;
	/*border: 1px solid #231f20;*/
	margin: 120px auto 120px;
	min-height: 80vh;
	/*padding: 20px;*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-color: #4e2312!important;
	border: solid 2px;
}
body.has-size-info-modal .size-info-modal-custom {
	opacity: 1;
	top: 0;
	transition: all .3s ease-in-out;
}
.size-info-modal-container {
	padding: 70px 20px 70px;
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
}
.size-info-modal-custom .modal-header {
	position: absolute;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 900;
}
.size-info-modal-custom .modal-header .close-btn {
	float: right;
	font-size: 15px;
	font-weight: bold!important;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.size-info-modal-custom .modal-header h5 {
	display: inline-block;
	/*padding-top: 10px;
	margin-left: 10px;*/
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
body.has-size-info-modal {
	overflow: hidden;
}
.size-info-modal-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 900;
}
.size-info-modal-footer .close-btn {
	font-size: 12px;
}
.specification-table-row > td {
	padding-bottom: 20px;
}
.specification-table-th {
	width: 30%;
	font-weight: bold;
}
.specification-table-td {
	width: 70%;
	padding-left: 10px;
}
.emc-box h1 {
	font-size:32px;
}
@media (max-width: 1200px) {
	.emc-box h1 {
		font-size:26px;
	}
}
@media (max-width: 478px) {
	.emc-box h1 {
		font-size:20px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 100%!important;
	}
}
@media (min-width: 992px) {
	.container {
		width: 100%!important;
	}
}
@media (min-width: 768px) {
	.container {
		width: 100%!important;
	}
}
.btn-wooden {
	background: url('/catalog/view/theme/extreme/image/wood_pattern.jpg') repeat scroll 0 transparent!important;
	border: none;
	color: #ffffff;
}
.btn-wooden:hover {
	background: unset;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49!important;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f)!important;
	background-repeat: repeat-x!important;
	border-color: #bd362f #bd362f #802420;
}
.btn-rounded {
	border-radius: 20px;
}

.navbar-nav {
	border: 0px!important;
}
.social-icon-link svg {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.social-icon-link svg path {
	fill:#d8d8d8;
}
.social-icon-link:hover svg path {
	fill:#ffffff;
}
.contact-line-header {
	font-weight: bold;
}
.contact-line {
	margin-top: 20px;
}
.social-icons-holder {
	text-align: center;
}
.owl-item>.item>a>img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	max-height: 600px;
}
.slick-carousel {
	margin: 0 0 20px;
	background: #fff;
	direction: ltr !important;
	z-index: 1;
	border: 4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	display: none;
}
.slick-carousel.slick-initialized{
	display: block;
}
.slick-slide img {
	width: 100%;
	height: 100%;
}
.slick-slide {
	margin: 5px;
}
/* Icons */
@font-face
{
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;

	src:url('/catalog/view/theme/extreme/fonts/slick.eot');

	src: url('/catalog/view/theme/extreme/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/catalog/view/theme/extreme/fonts/slick.woff') format('woff'), url('/catalog/view/theme/extreme/fonts/slick.ttf') format('truetype'), url('/catalog/view/theme/extreme/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;

	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 10;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
	opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
	font-family: 'slick';
	font-size: 30px;
	line-height: 1;

	/*opacity: .75;*/
	color: #5e331e;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
	left: 22px;
}
[dir='rtl'] .slick-prev
{
	right: 22px;
	left: auto;
}
.slick-prev:before
{
	content: '←';
}
[dir='rtl'] .slick-prev:before
{
	content: '→';
}

.slick-next
{
	right: 22px;
}
[dir='rtl'] .slick-next
{
	right: auto;
	left: 22px;
}
.slick-next:before
{
	content: '→';
}
[dir='rtl'] .slick-next:before
{
	content: '←';
}
.hidden-link {
	cursor: pointer;
}
#home-page-show-more {
	display: none;
}
.home-page-show-more, .home-page-show-less {
	margin-right: 50px;
	border-radius: 25px;
	background: url(/catalog/view/theme/extreme/image/wood_pattern.jpg) repeat scroll 0 0 transparent!important;
	color: #fff!important;
	border-color: transparent!important;
	text-decoration: none;
	padding: 15px;
}
span.product-title a {
	color: #8b4513!important;
	font-weight: 700;
}
span.product-title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	display: block;
}
span.page-title {
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	font-size: 21px;
	color: #444;
}
span.brand-letter-heading {
	color: #8b4513!important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 27px;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
}
span.price-tag {
	color: #8b4513!important;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 27px;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}
.home-page-invisible-text {
	display: none;
}
.working_hours:before {
	content: "\f017";
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: 400;
	font-style: normal;
	font-size: 21px;
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #da4f49;
}
address:before {
	content: "\f041";
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #da4f49;
}
a.phone:before {
	content: "\f095";
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #da4f49;
}
.business_hours th {
	padding-right: 20px
}
.store-description a.btn {
	width: 80%;
}

@media (max-width: 990px) {
	.store-picture .slick-carousel {
		max-width: 860px;
	}
	.store-description iframe {
		max-width: 860px;
		max-height: 500px;
	}
}
@media (max-width: 900px) {
	.store-picture .slick-carousel {
		max-width: 780px;
	}
	.store-description iframe {
		max-width: 780px;
		max-height: 500px;
	}
}
@media (max-width: 800px) {
	.store-picture .slick-carousel {
		max-width: 680px;
	}
	.store-description iframe {
		max-width: 680px;
		max-height: 450px;
	}
}
@media (max-width: 700px) {
	.store-picture .slick-carousel {
		max-width: 580px;
	}
	.store-description iframe {
		max-width: 580px;
		max-height: 450px;
	}
}
@media (max-width: 600px) {
	.store-picture .slick-carousel {
		max-width: 480px;
	}
	.store-description iframe {
		max-width: 480px;
		max-height: 450px;
	}
}
@media (max-width: 468px) {
	.store-picture .slick-carousel {
		max-width: 340px;
	}
	.store-description iframe {
		max-width: 340px;
		max-height: 300px;
	}
}
@media (max-width: 400px) {
	.store-picture .slick-carousel {
		max-width: 280px;
	}
	.store-description iframe {
		max-width: 280px;
		max-height: 280px;
	}
}
@media (max-width: 340px) {
	.store-picture .slick-carousel {
		max-width: 220px;
	}
	.store-description iframe {
		max-width: 220px;
		max-height: 220px;
	}
}

.working_hours {
	padding-bottom: 20px;
}
.store-picture {
	text-align: center;
	margin-bottom: 40px;
}
.store-picture img {
	max-width: 100%;
}
.business_hours {
	margin-top: 50px;
}
.internal_links {
	list-style-type: none;
	padding-left: 15px;
}
.stock-notification {
	background: #eee;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-top: 30px;
}
.stock-notification .stock-notification-main-title {
	margin-top: 10px;
	margin-bottom: 20px;
	text-overflow: clip!important;
	overflow: visible!important;
	white-space: normal!important;
	color: #000!important;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	display: block;
}
.stock-notification input {
	margin-top: 10px;
}
#button-stock-notification {
	margin-top: 20px;
}
.x-reference-link a {
	font-size: 17px;
}
.fixed-amount {
	font-size: 16px;
	margin-bottom: 5px;
}
.fixed-amount.selected i {
	display: inline;
}
.fixed-amount i {
	display: none;
}
.survival-page-wrapper {
	display: flex;
	margin-top: 40px;
}
@media (max-width: 767px) {
	.survival-page-wrapper {
		display: block;
	}
}

.survival-page-left {
	text-align: center;
	min-width: 50%;
	padding-bottom: 40px;
	margin: auto;
}
.survival-page-left .img-logo {
	/*margin-bottom: 50px;*/
}
.survival-page-left .img-survival {
	max-width: 80%;
	height: auto;
	margin-bottom: 40px;
}
.survival-page-left .download-survival {

}
.survival-page-right {
	min-width: 50%;
	margin: auto;
}
.survival-page-title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
	line-height: 1;
}
.survival-page-features {
	margin: 80px 20px;
	background-color: #f5f5f5;
	border: 3px solid #dc3545;
	border-radius: 15px;
	padding: 20px;
}
.survival-page-download-now {
	text-align: center;
	margin: 20px 20px;
	display: block;
	padding: 20px;
	border-radius: 15px;
}
.survival-page-download-now .download-survival-now {
	padding: 10px 30px;
	margin: 10px 20px;
	display: block;
	white-space: normal;
}
.survival-page-spam-note {
	color: white;
	margin-top: 30px;
}
body[class^='information-'] h1 {
	text-align: center;
}
.bold-table.table-bordered>tbody>tr>td, .bold-table.table-bordered>tbody>tr>th, .bold-table.table-bordered>tfoot>tr>td, .bold-table.table-bordered>tfoot>tr>th, .bold-table.table-bordered>thead>tr>td, .bold-table.table-bordered>thead>tr>th {
	border: 2px solid #000!important;
}
.blog-intro-image {
	margin-bottom: 20px;
}
.blog-intro-text {
	text-align: justify;
}
.voucher-number-label,
.voucher-from-label,
.voucher-to-label,
.voucher-value-label,
.voucher-expire-label {
	position: absolute;
	width: 30%;
	text-align: right;
}
.voucher-title-label {
	position: absolute;
	top: 10%;
	left: 40%;
	width: 60%;
	text-align: center;
	color: red;
	font-weight: bold;
}

.voucher-preview {
	margin-bottom: 20px;
	position: relative;
}
@media (min-width: 300px) {
	.voucher-number-label {
		top: 26%;
		left: 32%;
		font-size: 10px;
	}
	.voucher-to-label {
		top: 44%;
		left: 24%;
		font-size: 10px;
	}
	.voucher-from-label {
		top: 55%;
		left: 24%;
		font-size: 10px;
	}
	.voucher-value-label {
		top: 66%;
		left: 33%;
		font-size: 10px;
	}
	.voucher-expire-label {
		top: 77%;
		left: 33%;
		font-size: 10px;
	}
	.voucher-title-label {
		font-size: 10px;
	}
}
@media (min-width: 450px) {
	.voucher-number-label {
		top: 26%;
		left: 32%;
		font-size: 12px;
	}
	.voucher-to-label {
		top: 44%;
		left: 24%;
		font-size: 12px;
	}
	.voucher-from-label {
		top: 55%;
		left: 24%;
		font-size: 12px;
	}
	.voucher-value-label {
		top: 66%;
		left: 33%;
		font-size: 12px;
	}
	.voucher-expire-label {
		top: 77%;
		left: 33%;
		font-size: 12px;
	}
	.voucher-title-label {
		font-size: 22px;
	}
}
@media (min-width: 550px) {
	.voucher-number-label {
		top: 26%;
		left: 32%;
		font-size: 13px;
	}
	.voucher-to-label {
		top: 44%;
		left: 24%;
		font-size: 13px;
	}
	.voucher-from-label {
		top: 55%;
		left: 24%;
		font-size: 13px;
	}
	.voucher-value-label {
		top: 66%;
		left: 33%;
		font-size: 13px;
	}
	.voucher-expire-label {
		top: 77%;
		left: 33%;
		font-size: 13px;
	}
	.voucher-title-label {
		font-size: 25px;
	}
}
@media (min-width: 650px) {
	.voucher-number-label {
		top: 26%;
		left: 32%;
		font-size: 16px;
	}
	.voucher-to-label {
		top: 44%;
		left: 24%;
		font-size: 16px;
	}
	.voucher-from-label {
		top: 55%;
		left: 24%;
		font-size: 16px;
	}
	.voucher-value-label {
		top: 66%;
		left: 33%;
		font-size: 16px;
	}
	.voucher-expire-label {
		top: 77%;
		left: 33%;
		font-size: 16px;
	}
	.voucher-title-label {
		font-size: 26px;
	}
}
/*@media (min-width: 750px) {
	.voucher-number-label {
		top: 26%;
		left: 58%;
		font-size: 18px;
	}
	.voucher-to-label {
		top: 14%;
		left: 58%;
		font-size: 10px;
	}
	.voucher-from-label {
		top: 14%;
		left: 58%;
		font-size: 10px;
	}
	.voucher-value-label {
		top: 14%;
		left: 58%;
		font-size: 10px;
	}
	.voucher-expire-label {
		top: 14%;
		left: 58%;
		font-size: 10px;
	}
}*/
@media (min-width: 750px) {
	.voucher-number-label {
		top: 26%;
		left: 32%;
		font-size: 18px;
	}
	.voucher-to-label {
		top: 44%;
		left: 24%;
		font-size: 18px;
	}
	.voucher-from-label {
		top: 55%;
		left: 24%;
		font-size: 18px;
	}
	.voucher-value-label {
		top: 66%;
		left: 33%;
		font-size: 18px;
	}
	.voucher-expire-label {
		top: 77%;
		left: 33%;
		font-size: 18px;
	}
	.voucher-title-label {
		font-size: 34px;
	}
}
@media (min-width: 992px) {
	.voucher-number-label {
		top: 26%;
		left: 32%;
		font-size: 10px;
	}
	.voucher-to-label {
		top: 44%;
		left: 24%;
		font-size: 10px;
	}
	.voucher-from-label {
		top: 55%;
		left: 24%;
		font-size: 10px;
	}
	.voucher-value-label {
		top: 66%;
		left: 33%;
		font-size: 10px;
	}
	.voucher-expire-label {
		top: 77%;
		left: 33%;
		font-size: 10px;
	}
	.voucher-title-label {
		font-size: 20px;
	}
}
@media (min-width: 1250px) {
	.voucher-number-label {
		top: 26%;
		left: 32%;
		font-size: 16px;
	}
	.voucher-to-label {
		top: 44%;
		left: 24%;
		font-size: 16px;
	}
	.voucher-from-label {
		top: 55%;
		left: 24%;
		font-size: 16px;
	}
	.voucher-value-label {
		top: 66%;
		left: 33%;
		font-size: 16px;
	}
	.voucher-expire-label {
		top: 77%;
		left: 33%;
		font-size: 16px;
	}
	.voucher-title-label {
		font-size: 24px;
	}
}
@media (min-width: 1550px) {
	.voucher-number-label {
		top: 26%;
		left: 32%;
		font-size: 19px;
	}
	.voucher-to-label {
		top: 44%;
		left: 24%;
		font-size: 19px;
	}
	.voucher-from-label {
		top: 55%;
		left: 24%;
		font-size: 19px;
	}
	.voucher-value-label {
		top: 66%;
		left: 33%;
		font-size: 19px;
	}
	.voucher-expire-label {
		top: 77%;
		left: 33%;
		font-size: 19px;
	}
	.voucher-title-label {
		font-size: 26px;
	}
}
.advantages {
	padding: 20px;
	background-color: #eee;
	border: solid 1px #888;
	margin: 0;
}
.advantages img {
	height: 60px;
}
.advantage-wrapper {
	display: flex;
	background-color: red;
	padding: 10px;
	border-radius: 46px;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	/* border-radius: 20px; */
	-webkit-box-shadow: black 1px 3px 3px;
	-moz-box-shadow: black 1px 3px 3px;
	box-shadow: black 1px 3px 3px;
	height: 60px;
}
.advantage-icon-wrapper {
	/*display: inline-block;*/
}
.advantage-text-wrapper {
	color: #fff;
	text-align: left;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	align-items: center;
	justify-items: center;
	align-self: center;
}
.advantage-text-wrapper span {
	font-weight: normal;
}
.advantage-icon-wrapper {
	max-width: 80px;
}
.advantage-icon-wrapper img {
	max-width: 80px;
	float: right;
	padding-right: 10px;
}
body[class^="information-information"] .container.content img {
	max-width: 100%!important;
}