/**----------------------------------------------------------- General CSS Start **/

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Exo2-Regular.ttf');
}

@font-face {
	font-family: 'Roboto-Black';
	src: url('../fonts/Exo2-SemiBold.ttf');
}

body, a, span, p, button, text, textarea,
h1, h2, h3, h4, h5, h6, .class-h1, .class-h2, .class-h3, .class-h4, .class-h5, .class-h6 {
	font-family: 'Roboto', sans-serif !important;
}
.class-h1 {
	font-size: 30px;
}
.class-h2 {
	font-size: 30px;
}
.class-h3 {
	font-size: 24px;
}
.class-h4 {
	font-size: 18px;
}
.class-h5 {
	font-size: 14px;
}
.class-h6 {
	font-size: 12px;
}
.class-h1, .class-h2, .class-h3, .class-h4, .class-h5, .class-h6 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

a, .hidden-link {
	cursor: pointer;
}

a:hover,
a:focus {
	text-decoration: none !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none !important;
	text-decoration: none !important;
}
.btn {
	font-size: 16px;
}
.btn-success {
	background-color: #4E5754;
	border-color: #4E5754;
	font-size: 16px;
	transition-duration: 0.5s;
}

.btn-success:hover {
	background-color: #4E5754;
	border-color: #4E5754;
	transition-duration: 0.5s;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.container {
	width: 100%;
	/*padding: 0px;*/
}
header {
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
}
.form-control {
	height: 37px;
}
.form-control.input-lg {
	height: 45px;
}

/**----------------------------------------------------------- General CSS End **/

/**----------------------------------------------------------- Header Start **/
.awc-wrapper {
	padding: 14px 0 12px;
	display: flex;
	justify-content: space-evenly;
}

.awc-wrapper .icons {
	margin: 0 5px;
}

.awc-wrapper .col-md-4 {
	padding: 0;
	display: flex;
	flex-direction: row;
	/*width: auto;*/
}

.awc-wrapper .awc-head,
.awc-wrapper .awc-body {
	display: block;
	float: left;
	width: 100%;
	cursor: pointer;
}

.awc-wrapper .awc-head {
	font-weight: bold;
	font-size: 16px;
	color: #636363;
}

.awc-wrapper .awc-body {
	font-size: 12px;
	line-height: 12px;
	color: #636363;
}

.cart-total-products {
	display: none;
}

.lc-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: center;
	flex-wrap: nowrap;
}

.lc-wrapper i.fa-caret-down {
	position: relative;
	left: 2px;
	font-size: 12px;
}

#top .awc-wrapper svg {
	position: relative;
	top: 3px;
	width: 30px;
	height: 30px;
	fill: #636363;
}

#top .top-search svg {
	width: 28px;
	height: 28px;
	fill: #636363;
	position: relative;
	top: 3px;
}

#top .language-selector .dropdown-menu {
	left: unset;
	right: 0;
	padding: 0;
	margin: 0;
}

#top .language-selector ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#top .language-selector ul li {
	display: block;
	float: left;
	width: 100%;
	padding: 5px;
}

#top .currency-selector .dropdown-menu {
	left: unset;
	right: 0;
}

#top .logo-wrapper a,
#top .logo-wrapper a img {
	display: block;
	float: left;
	width: auto;
	max-width: 100%;
}

header span.discount-procent {
	background: #000000;
	border-radius: 50%;
	padding: 2px 4px;
	margin-right: 5px;
}

.logo-wrapper.mobile-logo {
	display: none !important;
}


.navbar-default {
	border: none;
	margin-bottom: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	background-color: #4E5754;
}

.navbar-nav > li > a, .navbar-nav > li > span.hidden-link {
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
}

.navbar-nav li.navbar-cart {
	/*background-color: #bd362f;*/
	background-color: #da4f49;
	background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}


.navbar-cart * {
	list-style: none;
}

.navbar li.cart-products {
	max-height: 340px;
	overflow-y: scroll;
}

.navbar li.cart-products::-webkit-scrollbar {
	width: 10px;
}

.navbar li.cart-products::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.navbar li.cart-products::-webkit-scrollbar-thumb {
	background: #888;
}

.navbar li.cart-products::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.navbar-cart .dropdown-toggle span {
	font-size: 12px;
	text-transform: uppercase;
}

.navbar-cart .dropdown-toggle .cart-price {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.navbar-cart .dropdown-toggle .cart-currency {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.td-total-text .cart-currency {
	text-transform: lowercase;
}
.navbar-cart ul {
	padding: 0;
}

.navbar-cart img {
	max-width: 60px;
}

.navbar-cart.dropdown {
	position: relative;
}

.navbar-cart > a {
	padding-left: 40px !important;
}

.navbar-cart .cart-content.dropdown-menu {
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.5s;
	display: block;
	padding: 0;
	width: 420px;
}


.navbar-cart:hover .cart-content.dropdown-menu {
	visibility: visible;
	opacity: 1;
	transition-duration: 0.5s;
}

.navbar-cart .cart-price {
	font-weight: bold;
}

.navbar-cart svg {
	width: 33px;
	height: 33px;
	fill: #ffffff;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0, -50%);
}

.navbar-cart .cart-buttons {
	background-color: rgba(230, 230, 230, 1);
}

.navbar-cart .cart-buttons a,
.navbar-cart .cart-buttons span.hidden-link {
	color: #333333;
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	background: rgba(221, 221, 221, 1);
	border-radius: 0;
	padding: 12px;
}

.navbar-cart .cart-buttons .btn-checkout,
.navbar-cart .cart-buttons span.hidden-link.btn-checkout {
	background: #4E5754;
	color: #fff;
}

.navbar-cart .td-qty {
	min-width: 40px;
}

.navbar-cart .td-total {
	min-width: 90px;
	text-transform: lowercase;
}

.navbar-cart .table-bordered {
	margin: 0;
	border: none;
}

.navbar-cart .table-bordered > thead > tr > th,
.navbar-cart .table-bordered > tbody > tr > th,
.navbar-cart .table-bordered > tfoot > tr > th,
.navbar-cart .table-bordered > thead > tr > td,
.navbar-cart .table-bordered > tbody > tr > td,
.navbar-cart .table-bordered > tfoot > tr > td {
	border: none;
	background-color: #efefef;
}

#navbar {
	padding: 0;
	width: 100%;
	display: flex !important;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}

.nav.navbar-nav:not(navbar-right) {
	width: calc(100% - 201px);
	display: flex;
	float: left;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	text-align: center;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	color: #ffffff;
}

.nav.navbar-nav.navbar-right {
	width: 200px;
	margin-right: 0;
}

.navbar-nav > li {
	display: block;
	float: left;
	width: auto;
	margin-top: 1px;
}

.lc-wrapper {
	padding: 13px 0 12px;
}

.lc-wrapper a, .lc-wrapper button {
	font-weight: bold;
	font-size: 14px;
	color: #636363;
}
.lc-wrapper button {
	padding: 0;
}

.lc-wrapper > div {
	display: block;
	float: right;
	padding: 0 5px;
}

.navbar-header {
	padding: 20px;
	display: flex;
	align-items: center;
	width: 100%;
}

.top-search {
	padding: 9px 9px 9px 0px;
}

.top-search button {
	padding: 5px 10px;
}


/**----------------------------------------------------------- Header End **/


/**----------------------------------------------------------- Footer Start **/
footer {
	background-color: #d8d8d8;
	padding: 40px 20px;
	display: block;
	float: left;
	width: 100%;
}

footer .footer-link-boxes {
	display: block;
	float: left;
	width: 20%;
}

footer .footer-link-boxes h4 {
	font-weight: bold;
	color: #000000;
}

footer .footer-link-boxes ul {
	padding-left: 0;
	margin-bottom: 0;
}

footer .footer-link-boxes li {
	list-style: none;
}

footer .footer-link-boxes li a {
	color: #000000;
	line-height: 24px;
	transition-duration: 0.5s;
}

footer .footer-link-boxes li a:hover {
	color: #777777;
	text-decoration: none;
	transition-duration: 0.5s;
}

footer .footer-link-boxes span {
	display: block;
	float: left;
	width: 100%;
	color: #000000;
	line-height: 24px;
}


/**----------------------------------------------------------- Footer End **/

/**----------------------------------------------------------- Info Box Start **/
#info-boxes {
	display: flex;
	float: left;
	width: 100%;
	justify-content: space-around;
}

.info-box svg {
	width: 35px;
	height: 35px;
}

.info-box {
	fill: #ffffff;
	/*border: 1px solid #ffffff;
	background-color: #4E5754;*/
	padding: 10px;
	width: 100%;
/*	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;*/
}

#info-boxes .owl-item {
	background-color: #4E5754;
	display: flex;
	flex: 1 0 auto;
	height: 110px;
	border-radius: 15px;
	border: 1px solid #fff;
}
#info-boxes .owl-wrapper-outer {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.info-box .icons {
	padding: 5px;
	text-align: center;
}

#info-boxes a.info-box span {
	color: #ffffff;
	text-transform: uppercase;
	width: 100%;
	display: block;
	float: left;
}

.info-box .col-md-9 {
	padding: 0;
}

.info-box-head {
	font-size: 14px;
	text-align: center;
}

.info-box-body {
	font-size: 12px;
}

/**----------------------------------------------------------- Info Box End **/


/**----------------------------------------------------------- Banner Box Start **/
.banner-boxes-wrapper {
	margin: 20px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: stretch;
}

.banner-boxes-wrapper.owl-carousel .owl-wrapper-outer, #homepage-banners-mobile .owl-carousel .owl-wrapper-outer {
	border: none;
	-webkit-border-radius: unset;
	-moz-border-radius: unset;
	-o-border-radius: unset;
	border-radius: unset;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.homepage-banner-mobile-item img {
	border-radius: 50px;
	width: 100%;
	height: auto;
}
.homepage-banner-mobile-item .banner-link:nth-of-type(2) img,
.homepage-banner-mobile-item .mobile-single-container:nth-of-type(2) img
{
	margin-top: 10px;
}
.banner-box {
position: relative;
padding: 0;
}

.banner-box-link {
display: block;
float: left;
width: 100%;
height: 100%;
}

.banner-box:hover .banner-box-img {
filter: brightness(55%);
transition-duration: 0.5s;
}

.banner-box-img {
display: block;
float: left;
width: 100%;
z-index: 5;
height: 100%;
filter: brightness(100%);
transition-duration: 0.5s;
padding: 10px;
border-radius: 50px;
}

.banner-box-text {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
font-size: 42px;
text-transform: uppercase;
font-weight: bold;
color: #ffffff;
z-index: 15;

}

/**----------------------------------------------------------- Banner Box End **/

/**----------------------------------------------------------- Homepage Blog Start **/
.homepage-blog-wrapper {
	padding: 20px;
}

.homepage-blog-wrapper img {
	display: block;
	/*float: left;*/
	width: 100%;
	min-height: 250px;
}

.homepage-blog-wrapper h4 {
	height: 40px;
	max-height: 40px;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	margin-top: 25px;
}
.homepage-blog-text {
	height: 120px;
	max-height: 120px;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}
.homepage-blog-btn {
	background-color: transparent;
	border: 1px solid #000000;
	text-transform: uppercase;
	color: #000000;
	padding: 8px 14px;
}

.homepage-blog-posts-wrapper {
	display: block;
	width: 100%;
	float: left;
}

.homepage-blog-post-wrapper {
	display: block;
	float: left;
	width: 33.33%;
	padding: 10px;
/*	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
	*/
}

/**----------------------------------------------------------- Homepage Blog End **/

/**----------------------------------------------------------- Product Miniatures Start **/
h4 {
	font-weight: bold;
}
.home h2.has-border, .home .class-h2.has-border {
	text-align: left;
}
.common-home h2.has-border, .common-home .class-h2.has-border {
	font-weight: 900;
}
.full-miniature .product-miniature-description {
	display: none;
}

.full-miniature .product-miniature-img,
.full-miniature .product-miniature-title {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	padding: 0 20px;
	position: relative;

}

.full-miniature .product-miniature-sizes {
	/*width: 100%;
	display: block;
	float: left;
	text-align: center;*/
	width: 100%;
	display: inline-block;
	flex-wrap: wrap;
}

.featured-categories h2,
.featured-products h2,
.new-products h2,
.best-sellers h2,
.homepage-promotions h2,
.featured-categories .class-h2,
.featured-products .class-h2,
.new-products .class-h2,
.best-sellers .class-h2,
.homepage-promotions .class-h2{
	display: block;
	text-align: center;
	padding: 0 10px;
	float: left;
	width: 100%;
}

.featured-categories h2:after,
.featured-products h2:after,
.new-products h2:after,
.best-sellers h2:after,
.homepage-promotions h2:after,
.brands-container h2:after,
.featured-categories .class-h2:after,
.featured-products .class-h2:after,
.new-products .class-h2:after,
.best-sellers .class-h2:after,
.homepage-promotions .class-h2:after,
.brands-container .class-h2:after {
	text-align: center;
	content: '';
	border-bottom: 1px;
	height: 1px;
	width: 200px;
	margin: 0 auto;
}

.featured-categories .category-miniature-wrapper,
.best-sellers .product-miniature-wrapper,
.homepage-promotions .product-miniature-wrapper,
.featured-products .product-miniature-wrapper,
.new-products .product-miniature-wrapper {
	display: block;
	float: left;
	width: calc(100% / 5);
	padding: 10px;
}
.not-found .product-miniature-wrapper {
	padding: 10px;
}

.full-miniature .product-miniature,
.featured-categories .category-miniature {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	border: 1px solid #efefef;
}

.full-miniature .miniature-size {
	display: block;
	float: left;
	/*width: calc(100% / 5);*/
	padding: 5px;
	margin-top: auto;
}

.full-miniature .miniature-size button {
	height: 33px;
	padding: 0 5px;
	min-width: 35px;
	width: 100%;
	background: #ffffff;
	border: 1px solid #efefef;
	transition-duration: 0.5s;
	color: #555555;
}

.full-miniature .miniature-size button:hover {
	background: #efefef;
	transition-duration: 0.5s;
}

.full-miniature .product-miniature-label {
	/*position: absolute;
	top: 13px;
	left: -31px;
	transform: rotate(314deg);
	padding: 0px;
	border-bottom: 35px solid #fad31a;
	border-left: 35px solid transparent;
	border-right: 34px solid transparent;
	height: 0;
	width: 120px;*/
	position: absolute;
	top: 11px;
	left: -26px;
	transform: rotate(314deg);
	padding: 0px;
	border-bottom: 28px solid #fad31a;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	height: 0;
	width: 100px;
}

.full-miniature .product-miniature-label.sale {
	left: 20px;
	top: 20px;
	display: flex;
	transform: none;
	border-radius: 50%;
	border: none;
	background-color: #ff151d;
	height: 50px;
	width: 50px;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
}

.full-miniature .product-miniature-free-delivery,
.simple-miniature .product-miniature-free-delivery {
	top: 29px;
	border-bottom: 31px solid #299926;
	width: 159px;
	left: -36px;
	border-left: 31px solid transparent;
	border-right: 31px solid transparent;/* line-height: 13px; */
	text-align: center;
	transform: rotate(314deg);
	position: absolute;
	z-index: 1;
	text-transform: uppercase;
}

.full-miniature .product-miniature-free-delivery span,
.simple-miniature .product-miniature-free-delivery span {
	color: white;
	padding: 0px;
	line-height: 13px;
	margin-top: 1px;
	position: absolute;
	right: 50%;
	transform: translate(+50%, 2px);
	text-transform: uppercase;
}

.full-miniature .product-miniature-label.sale span {
	padding: 0 !important;
	position: static;
	transform: none;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	height: 44px;
	width: 44px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.full-miniature .product-miniature-label span {
	/*font-size: 14px;
	color: #233552;
	font-weight: normal;
	padding: 5px 10px;
	position: absolute;
	right: 50%;
	transform: translate(+50%, 2px);
	text-transform: uppercase;*/
	font-size: 14px;
	color: #233552;
	font-weight: normal;
	padding: 3px 10px;
	position: absolute;
	right: 50%;
	transform: translate(+50%, 2px);
	text-transform: uppercase;
}

.full-miniature .product-miniature-discount {
	position: absolute;
	right: -2px;
	top: 41px;
}

.full-miniature .product-miniature-bestseller {
	position: absolute;
	right: -2px;
	top: 10px;
	z-index: 1;
}

.full-miniature .product-miniature-bestseller span {
	background-color: #f73967;
	color: white;
	font-size: 13px;
	font-weight: 900;
	padding: 5px 10px;
	text-transform: uppercase;
}

.full-miniature .product-miniature-discount span {
	font-size: 20px;
	font-weight: 900;
	background-color: #fad31a;
	padding: 5px 10px;
}

.full-miniature .product-miniature-price {
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	background: #efefef;
	line-height: 40px;
	padding-left: 10px;
}
.category-add-to-whishlist svg {
	height: 25px;
	fill: #fff;
	padding: 0 10px;
}
.category-add-to-whishlist {
	padding: 5px 0;
	height: 37px;
}
.full-miniature .product-miniature-actions button {
	min-height: 37px;
	width: 100%;
}



.simple-miniature .product-miniature-actions button {
	min-height: 37px;
}


.full-miniature .product-miniature-actions button:hover, .full-miniature .product-miniature-actions button:focus {
	background-color: #4E5754;
	border-color: #4E5754;
}
.full-miniature .product-miniature-price .product-miniature-price-wrapper {
	/*width: calc(100% - 65px);*/
	width: 100%;
}

.full-miniature .product-miniature-price p {
	display: block;
	float: left;
	margin: 0;
	width: 100%;
}

.full-miniature .product-miniature-actions {
	/*display: block;
	float: left;*/
	text-align: right;
	background: #efefef;
	line-height: 41px;
	width: 65px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 3px;
}

.featured-categories > * {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.featured-categories .category-miniature-title,
.featured-categories .category-miniature-products {
	background-color: #efefef;
	margin: 0;
	display: block;
	float: left;
	width: 100%;
	color: #000000;
	font-weight: bold;
}

.featured-categories .category-miniature-title {
	padding-top: 15px;
}

.featured-categories .category-miniature-products {
	padding-bottom: 15px;
}

.homepage-promotions {
	padding: 30px 0 40px;
	margin: 30px 0;
	background-color: #fff; /*#f8f6f6;*/
}

.homepage-promotions .product-miniature {
	background-color: #ffffff;
}

.miniature-price {
	color: #0483b2;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding-right: 15px;
}

.miniature-price .currency {
	font-size: 16px;
}

.miniature-regular-price {
	position: relative;
	padding-right: 15px;
	text-decoration: line-through;
	font-size: 12px;
	font-weight: bold;
}

.miniature-regular-price .currency {
	font-size: 12px;
	text-decoration: line-through;
}

.new-products .owl-carousel,
.homepage-blog-wrapper .owl-carousel,
.best-sellers .owl-carousel,
.homepage-promotions .owl-carousel,
.brands-container .owl-carousel {
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
}
.homepage-promotions .owl-carousel {
	background-color: unset;
}

.newsletter.container-fluid {
	display: block;
	float: left;
	width: 100%;
	background-color: #4E5754;
	/*background-color: #da4f49;
	background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat: repeat-x;*/
	border-color: #bd362f #bd362f #802420;
	padding: 40px 50px 70px;
	margin-top: 20px;
	text-align: center;
}
.newsletter.container-fluid label {
	color: #fff;
}
.newsletter.container-fluid h2, .newsletter.container-fluid .class-h2 {
	color: #ffffff;
	width: 100%;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	margin: 10px 0 30px;
}

.newsletter.container-fluid h3, .newsletter.container-fluid .class-h3 {
	font-size: 17px;
	color: #FFF;
	font-weight: bold;
}

.newsletter.container-fluid form {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.newsletter.container-fluid .input-newsletter {
	width: 48%;
	padding: 13px;
	margin: 0;
	height: 50px;
	border: none;
	display: inline-block;
}

.newsletter.container-fluid .btn-newsletter {
	height: 54px;
	margin: 0;
	padding: 0;
	/*background: #d3171e;
	border-radius: 0;
	color: #ffffff;*/
	color: #fff;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	bottom: 2px;
	right: 4px;
	width: 20%;
}

.product-miniature-img img,
.featured-categories img {
	width: auto;
	max-width: 100%;
}

.product-miniature-price .currency {
	position: relative;
	bottom: 3px;
}

.product-miniature-title {
	font-size: 16px;
	text-transform: uppercase;
}

.simple-miniature .product-miniature .product-miniature-label,
.simple-miniature .product-miniature .product-miniature-discount,
.simple-miniature .product-miniature .product-miniature-description,
.simple-miniature .product-miniature .product-miniature-sizes {
	display: none;
}

.simple-miniature .product-miniature-img,
.simple-miniature .product-miniature-title,
.simple-miniature .product-miniature-price,
.simple-miniature .product-miniature-actions {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	position: relative;
}

.simple-miniature.list .product-miniature-label,
.simple-miniature.list .product-miniature-discount,
.simple-miniature.list .product-miniature-sizes,
.simple-miniature.list .product-miniature-price {
	display: none;
}

.simple-miniature.list .product-miniature-description {
	display: block;
}

.nameless.simple-miniature .product-miniature {
	border: 1px solid #ebebeb;
	display: block;
	float: left;
	width: 100%;
	padding: 20px;
}

.nameless.simple-miniature .product-miniature-wrapper {
	display: block;
	float: left;
	width: calc(100% / 7);
	padding: 10px;
}

.simple-miniature .miniature-regular-price {
	display: none;
}

.simple-miniature .miniature-price {
	padding: 0;
}


.left-side-category.simple-miniature .product-miniature {
	display: block;
	float: left;
	width: 100%;
	padding: 20px;
}

.right-side .simple-miniature .product-miniature-img {
	display: block;
	float: left;
	width: auto;
	margin: 10px;
	padding: 10px;
	border: 1px solid #efefef;
}

.right-side .simple-miniature .product-miniature-img img {
	max-width: 100px;
}

.simple-miniature.list .product-miniature-title,
.simple-miniature.list .product-miniature-actions,
.simple-miniature.list .product-miniature-description {
	width: calc(100% - 142px);
	display: block;
	float: left;
	text-align: left;
}

.simple-miniature.list .product-miniature-price {
	display: none;
}

.simple-miniature.list .product-miniature {
	display: block;
	float: left;
}

.simple-miniature.list .add-to-cart {
	font-size: 16px;
	font-weight: bold;
	padding: 8px 40px;
	position: relative;

}

.simple-miniature.list h4, .simple-miniature.list .class-h4 {
	font-size: 16px;
	font-weight: bold;
}

.simple-miniature.list .add-to-cart .currency {
	font-size: 12px;
	position: relative;
	bottom: 5px;
}

/**----------------------------------------------------------- Product Miniatures End **/

/**----------------------------------------------------------- Titles Homepage Start **/
h2.has-border, .class-h2.has-border {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 50px;
}

h2.has-border:after, .class-h2.has-border:after {
	content: '';
	display: block;
	border-bottom: 3px solid #cccccc;
	padding-bottom: 20px;
}

/**----------------------------------------------------------- Titles Homepage End **/

/**----------------------------------------------------------- Brands Homepage Start **/

.brands-wrapper .brand-single {
	text-align: center;
	padding: 5px;
	display: block;
	float: left;
}

.brands-wrapper img {
	display: block;
	border: 1px solid #efefef;
	padding: 5px 10px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}

.brands-wrapper img:hover {
	box-shadow: 2px 2px 5px #777777;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.brands-all {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	position: absolute;
	top: 30px;
	right: 0;
	cursor: pointer;
}

/**----------------------------------------------------------- Brands Homepage End **/

/**----------------------------------------------------------- Homepage Banners End **/

/*#homepage-banners>.col-md-6{*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*    align-content: center;*/
/*    justify-content: center;*/
/*    align-items: stretch;*/
/*}*/
/*#homepage-banners>.col-md-6>.col-md-12{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: nowrap;*/
/*    align-content: space-around;*/
/*    justify-content: center;*/
/*    align-items: stretch;*/
/*}*/
/*#homepage-banners>.col-md-6>.col-md-12>.col-md-6{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: nowrap;*/
/*    align-items: stretch;*/
/*    justify-content: space-evenly;*/
/*    align-content: stretch;*/
/*}*/

/*#homepage-banners .banner-link{*/

/*}*/
#homepage-banners .col-sm-6,
#homepage-banners .col-md-6,
#homepage-banners .col-md-12 {
	position: relative;
	display: block;
	float: left;
}
#homepage-banners .left-side {
	padding: 16px 8px 16px 0px!important;
}
#homepage-banners .left-banner-up {
	padding: 0px 0px 16px 0px!important;
}
#homepage-banners .left-banner-down ~ .left-banner-down {
	padding: 0px!important;
}
#homepage-banners .left-banner-down {
	padding: 0px 0px 16px 0px!important;
}

#homepage-banners .right-side {
	padding: 16px 0px 16px 8px!important;
}
#homepage-banners .right-side > div.col-md-12:first-of-type {
	padding: 0px 0px 16px 0px!important;
}
#homepage-banners .right-side > div.col-md-12 {
	padding: 0!important;
}
#homepage-banners .right-side > div.col-md-12 > div:first-of-type {
	padding: 0px 8px 0px 0px!important;
}
#homepage-banners .right-side > div.col-md-12 > div {
	padding: 0px 0px 0px 8px!important;
	height: 100%;
}
#homepage-banners img {
	display: block;
	float: left;
	width: 100%;
	border-radius: 40px;
	height: 100%;
}

#homepage-banners .banner-title {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	font-size: 42px;
	color: #080808;
	text-align: left;
	padding: 20px;
	background: rgb(239 239 239 / 55%);
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

#homepage-banners .right-side .col-md-6,
#homepage-banners .right-side .col-sm-6 {
	position: relative;
}

#homepage-banners .right-side .col-md-6 button,
#homepage-banners .right-side .col-sm-6 button,
#homepage-banners .left-side div button {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: #ffffff;
	color: #000000;
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 15px;
	transition-duration: 0.5s;
	border-radius: 15px;
}
.mobile-single-container {
	position: relative;
}
.mobile-single-container button {
	left: 40px!important;
}
.homepage-banner-mobile-item button {
	position: absolute;
	bottom: 30px;
	left: 30px;
	background: #ffffff;
	color: #000000;
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 15px;
	transition-duration: 0.5s;
	border-radius: 15px;
}
#homepage-banners .left-side div.left-banner-up button,
#homepage-banners .left-side > div:nth-of-type(2) button {
	bottom: 35px;
}

#homepage-banners .right-side .col-md-6 button:hover,
#homepage-banners .right-side .col-sm-6 button:hover {
	background: #efefef;
	transition-duration: 0.5s;
}

#left-banner-down .banner-title {
	display: none;
}
#homepage-banners-mobile {
	display: none;
}

/**----------------------------------------------------------- Homepage Banners End **/

/**----------------------------------------------------------- Breadcrumbs Start **/

ul.breadcrumb {
	display: block;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

ul.breadcrumb i {
	font-size: 10px;
	padding-left: 7px;
}

ul.breadcrumb li {
	list-style: none;
	display: inline;
	float: left;
	padding: 10px 15px;
}

ul.breadcrumb li a,
ul.breadcrumb li span {
	color: #636363;
	font-size: 12px;
}

ul.breadcrumb li.current a,
ul.breadcrumb li > span {
	color: #bd362f;
}

/**----------------------------------------------------------- Breadcrumbs End **/


/**----------------------------------------------------------- Product Page Start **/

.comments{
	max-width: 600px;
	width: 100%;
	padding: 10px 20px;
}
.comments h4, .comments .class-h4{
	float: left;
	width: 100%;
	margin: 0 0 10px;
	font-size: 22px;
}

.comments .form-horizontal .form-group{
	margin:0 0 10px;
	float: left;
	width: 100%;
	padding: 0;
}
.comments .help-block{
	margin: 0;
}
.comments .form-horizontal .form-group>div{
	padding: 0;
}

.comments .form-horizontal .control-label{
	padding: 0;
	font-weight: normal;
	font-size: 16px;

}
.product-page.featured-products {
	display: block;
	float: left;
	width: 100%;
	/*background-color: #f5f3f3;*/
	padding-bottom: 30px;
	padding-top: 30px;

}

.product-page.featured-products .product-miniature {
	background-color: #ffffff;
}

#product-page .product-main-picture {
	border: 1px solid #e7e9ed;
	float: left;
	margin: 5px;
	padding: 10px;
	display: block;
	width: 100%;
}

#product-page .product-main-picture img {
	display: block;
	float: left;
	width: 100%;
}

#product-page section {
	display: block;
	float: left;
	width: 100%;
}

#product-page .product-thumbs {
	width: 146px;
	display: block;
	float: left;
}

#product-page .product-thumbs-wrapper::-webkit-scrollbar {
	width: 5px;
}

#product-page .product-thumbs-wrapper::-webkit-scrollbar-track {
	background: #ffffff;
	padding-top: 5px;
}

#product-page .product-thumbs-wrapper::-webkit-scrollbar-thumb {
	background: #888;
}

#product-page .product-thumbs-wrapper::-webkit-scrollbar-thumb:hover {
	background: #555;
}

#product-page .product-thumbs-wrapper {
	display: block;
	float: left;
	width: 100%;
	max-height: 556px;
	overflow-y: scroll;
}

#product-page .product-single-thumb {
	display: block;
	float: left;
	width: auto;
	border: 1px solid #e7e9ed;
	text-align: center;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

#product-page .product-single-thumb img {
	width: 117px;
	height: 117px;
}

#product-page .product-single-thumb.current {
	box-shadow: 0 0 0 3pt #f79da0;
	border-radius: 2px;
}

#product-page .product-main-picture-wrapper {
	width: calc(100% - 146px);
	display: block;
	float: left;
}

#product-page .product-thumbs > a {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	color: #4E5754;
	font-weight: bold;
}

#product-page .product-page-title {
	display: block;
	float: left;
	width: 100%;
	padding: 10px 15px;
	margin: 0;
	font-weight: bold;
}

#product-page .product-info {
	display: block;
	float: left;
	width: 100%;
}

#product-page .product-info.second-block {
	margin: 10px 0;
}

#product-page .product-info-actions {
	display: block;
	float: left;
}

#product-page .product-price {
	display: block;
	font-size: 33px;
	color: #0483b2;
	float: left;
	width: 100%;
	font-weight: bold;
}

#product-page .product-price .currency {
	font-size: 23px;
	display: inline-block;
	/*float: left;*/
	position: relative;
	/*top: 11px;*/
	padding-left: 5px;
}

#product-page .product-price > *,
#product-page .product-regular-price > * {
	display: block;
	float: left;
}

#product-page .product-prices {
	display: block;
	float: left;
	width: 165px
}

#product-page .product-regular-price {
	display: block;
	float: left;
	width: 100%;
	font-size: 12px;
	color: #000000;
}

#product-page .product-regular-price > * {
	text-decoration: line-through;
}

#product-page .product-discount {
	display: block;
	float: left;
}

#product-page .product-discount span {
	font-size: 23px;
	font-weight: bold;
	background-color: #fad31a;
	padding: 5px 10px;
	line-height: 33px;
	display: block;
	float: left;
}

#product-page .product-rating-comments {
	display: block;
	float: left;
}

#product-page .product-rating {
	width: auto;
	display: block;
	float: left;
	text-align: center;
	margin: 0 10px;
}
.product-miniature .product-rating .fa-star.active {
	color: #fad31a;
}
.product-miniature .product-rating .fa-star:hover {
	filter: brightness(0.9);
}
.product-miniature .product-rating .fa-star {
	font-size: 20px;
	display: inline-block;
	padding: 5px 2px;
	cursor: pointer;
	color: #e7e9ed;
}
.product-miniature .product-rating {
	clear: both;
	width: 100%;
	height: 30px;
	display: block;
	text-align: center;
}
.product-box-status-label {
	font-size: 14px;
	padding: 10px 10px;
	clear: both;
	font-weight: bold;
	height: 60px;
}
.stock-status-label-11,
.stock-status-label-5 {
	color: #bd362f !important;
}
.stock-status-label-0,
.stock-status-label-7 {
	color: #299926!important;
}
.stock-status-label-13,
.stock-status-label-12,
.stock-status-label-10,
.stock-status-label-9,
.stock-status-label-2,
.stock-status-label-3,
.stock-status-label-4 {
	color: #d97100!important;
}
.review-buttons {
	overflow: auto;
}

.addthis_button_compact:hover {
	background-color: #7c7c7c;
	fill: #ffffff;
	transition-duration: 0.5s;
}
.addthis_button_compact {
	width: 50px;
	height: 50px;
	float: left;
	background-color: #fff;
	margin: 0 5px;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	fill: #7c7c7c;
	transition-duration: 0.5s;
}
.fa-stack .fa-star:before,
.fa-stack .fa-star-o:before {
	color: #fad31a;
}
#product-page .product-rating .fa-star {
	font-size: 20px;
	line-height: 39px;
	display: block;
	float: left;
	padding: 2px;
	cursor: pointer;
	color: #e7e9ed;
}

#product-page .product-rating .fa-star:hover {
	filter: brightness(0.9);
}

#product-page .product-rating .fa-star.active {
	color: #fad31a;
}

#product-page .product-rating .fa-star.inactive {
	color: #e7e9ed;
}

#add-review-rating .product-rating .fa-star {
	font-size: 30px;
	line-height: unset;
	display: block;
	float: right!important;
	padding: 2px;
	cursor: pointer;
}
#add-review-rating.inactive .product-rating .fa-star {
	cursor: default;
}
#add-review-rating .product-rating .fa-star:hover {
	filter: brightness(0.9);
}
#add-review-rating.inactive .product-rating .fa-star:hover {
	filter: none;
}
#add-review-rating .product-rating .fa-star.active {
	color: #fad31a;
}

#add-review-rating:not(.inactive) .product-rating .fa-star.add-rating:hover,
#add-review-rating .product-rating .fa-star.add-rating.selected,
#add-review-rating:not(.inactive) .product-rating .fa-star.add-rating:hover ~ .fa-star.add-rating,
#add-review-rating .product-rating .fa-star.add-rating.selected ~ .fa-star.add-rating {
	transition: color 0.8s ease;
	color: #fad31a;
}

#add-review-rating .product-rating .fa-star.inactive {
	color: #e7e9ed;
}

#add-review-rating .product-rating {
	display: inline-block;
	float: none;
}

#product-page a.add-comment {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	color: #636363;
	line-height: 42px;
	margin: 0 10px;
}

#product-page a.add-comment:hover {
	text-decoration: underline !important;
}

#product-page .product-info.second-block * {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.product-availability .stock-popup-modal {
	display: none;
}
.product-availability.show-modal .stock-popup-modal {
	display: block;
}
#product-page .product-info.second-block .stock-popup-modal {
	position: absolute;
	background: #fff;
	border: 2px solid #000;
	width: 330px;
	padding: 10px;
	font-size: 12px;
	z-index: 99;
}
#product-page .product-info.second-block .available {
	/*color: #4E5754;*/
	color: #FFF;
	font-weight: bold;
	background: #299926;
	padding: 4px 10px;
}
.product-availability {
	margin-top: 10px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.product-availability  i {
	/*position: absolute;
	top: -5px;
	padding-left: 27px;*/
	display: inline-block;
	vertical-align: super;
	font-size: 22px!important;
}
.product-single-option {
	text-transform: capitalize;
}
.product-single-option-value {
	text-transform: lowercase;
}
#product-page .product-actions {
	display: block;
	float: left;
	width: 100%;
	padding: 20px;
	/*background-color: #f5f3f3;*/
	border-radius: 5px;
}

#product-page .product-features-wrapper {
	display: block;
	float: left;
	width: 100%;
}

#product-page .product-features-wrapper > * {
	padding: 0;
}

#product-page .features-title {
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	padding: 5px 0;
	display: block;
	float: left;
	width: 100%;
}

#product-page .product-feature {
	display: block;
	float: left;
}

#product-page .product-colors-wrapper {
	display: block;
	float: left;
	width: 100%;
}

#product-page .product-colors-wrapper .product-feature,
#product-page .product-sizes-wrapper .product-size {
	word-break: break-all;
	padding: 5px;
	border: 1px solid #c4c2c2;
	width: 52px;
	height: 52px;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #000000;
	font-size: 18px;
	display: flex;
	float: left;
	text-align: center;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

#product-page .product-colors-wrapper .product-feature.current {
	box-shadow: 0 0 0 2pt #f79da0;
	background-color: #ffffff;

}

#product-page .product-sizes-wrapper .product-size.current {
	background-color: #ffffff;
	box-shadow: 0 0 0 2pt #f79da0;
}

#product-page .product-colors-wrapper .product-feature img {
	display: block;
	height: 100%;
	width: auto;
	margin: 0 auto;
}

#product-page svg {
	width: 35px;
}

#product-page .product-atf svg {
	position: relative;
	top: 1px;
}

#product-page .product-info-blocks svg {
	width: 27px;
	height: 27px;
	/*margin-right: 10px;*/
}

#product-page .product-sizes-wrapper {
	display: block;
	float: left;
	width: 100%;
}

#product-page .product-qty,
#product-page .product-qty > * {
	display: block;
	float: left;
	width: auto;
}

#product-page .product-qty .qty-btn {
	color: #ffffff;
	background: #a8a7a7;
	font-size: 22px;
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

#product-page .product-qty #input-quantity {
	height: 50px;
	width: 150px;
	border-radius: 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

/* Chrome, Safari, Edge, Opera */
#input-quantity::-webkit-outer-spin-button,
#input-quantity::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
#input-quantity[type=number] {
	-moz-appearance: textfield;
}

#product-page .product-atc .btn.btn-success.atc {
	height: 50px;
	width: 230px;
	margin: 0 10px;
	display: block;
	font-size: 14px;
	float: left;
	color: #fff;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-radius: 40px;
	text-transform: uppercase;
	font-weight: bold;
}

#product-page .product-atf,
#product-page .product-compare {
	width: 50px;
	height: 50px;
	float: left;
	background-color: #fff;
	margin: 0 5px;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	fill: #7c7c7c;
	transition-duration: 0.5s;
}

#product-page .product-atf:hover,
#product-page .product-compare:hover {
	background-color: #7c7c7c;
	fill: #ffffff;
	transition-duration: 0.5s;
}

.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: #4E5754!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);
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	width: 100%;
}


.size-info-modal-custom .modal-header h5,
.size-info-modal-custom .modal-header .class-h5 {
	display: inline-block;
	/*padding-top: 10px;
	margin-left: 10px;*/
	font-size: 22px;
	font-weight: bold;
	color: #4E5754;
	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;
}

.working_hours:before, .working-hours:before {
	content: "\f017";
	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;
	margin: 0 5px;
}
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;
}
.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;
}
.email-icon:before {
	content: "\f003";
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	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;
	margin: 0 5px;
}
.business_hours th {
	padding-right: 20px
}
.store-description a.btn {
	width: 80%;
}
.contact-line-header {
	font-weight: bold;
}
#mobile-menu-display li.dropdown a.dropdown-toggle,
#mobile-menu-display li.dropdown2 a.dropdown-toggle {
	border: none;
	position: absolute;
	right: 0;
	padding: 10px 0!important;
	width: 40px!important;
	border: none!important;
	height: 40px;
}
#mobile-menu-display li.dropdown a.dropdown-toggle i,
#mobile-menu-display li.dropdown2 a.dropdown-toggle i {
	margin-left: 15px;
}
@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: 0px;
	margin-left: 20px;
	/*display: flex;*/
}

.internal_links .x-reference-link a:hover {
	background-color: #bd362f;
	color: #fff;
}
.internal_links .x-reference-link {
	margin-right: 30px;
	display: inline-block;
}


#product-page-accordion {
	margin-bottom: 50px;
}
#product-page-accordion .card-body {
	padding: 10px;
}
#product-page-accordion .card-body img {
	max-width: 100%!important;
}

#product-page .product-description,
#product-page-accordion .card-body {
	display: block;
	float: left;
	width: 100%;
	color: #636363;
	font-size: 16px;
	text-align: justify;
}
#product-page #tabs li a:hover {
	border-color: #eee #eee #ddd;
	background-color: #eee!important;
}
#product-page .product-description p {
	font-size: 16px;
	text-align: justify;
	line-height: 28px;
}

#product-page .product-info-blocks {
	/*display: flex;*/
	float: left;
}
.info-box-head-wrapper {
	width: 100%;
}
#product-page .info-box {
	float: left;
	/*background-color: #ffffff;
	border: 1px solid #7c7c7c;*/
	/*display: flex;*/
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	/*height: 60px;*/
	text-align: left;
	transition-duration: 0.5s;
	width: calc(33% - 10px);
	padding: 5px 10px;
	margin: 5px;
	flex: 1 1 100%;
}

#product-page .product-description .info-box:hover {
	background-color: #7c7c7c;
	transition-duration: 0.5s;
}

#product-page .product-description .info-box:hover a,
#product-page .product-description .info-box:hover svg {
	color: #ffffff;
	fill: #ffffff;
	transition-duration: 0.5s;
}

#product-page .product-description .info-box > * {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

#product-page .product-description .info-box .info-box-head {
	font-size: 12px;
}

#product-page .info-box span,
#product-page .info-box svg {
	color: #7c7c7c;
	/*fill: #7c7c7c;*/
	transition-duration: 0.5s;
	text-transform: uppercase;
}

#product-page .product-tabs-wrapper {
	display: block;
	float: left;
	width: 100%;
	padding: 15px;
}

#product-page #tabs li a {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-left: none;
	margin: 0;
	padding: 15px 20px;
}

#product-page #tabs li.active a {
	border-bottom: 2px solid #bd362f;
}

#product-page .nav-tabs {
	border-bottom: 2px solid #ddd;
}

#product-page .tab-pane {
	font-size: 16px;
	text-align: justify;
	line-height: 28px;
	padding: 15px 0;
}


#product-page .product-socials-wrapper {
	display: block;
	float: left;
	width: 100%;
	margin: 10px;
}

#product-page .product-socials-wrapper > div {
	display: block;
	float: left;
	width: auto;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#product-page .product-socials-wrapper > div > a {
	display: flex;
	font-size: 22px;
	width: 40px;
	height: 36px;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	transition: 0.5s;
}


#product-page .product-social.facebook {
	background-color: #2c6497;
}

#product-page .product-social.instagram {
	background-color: #4dc5c9;
}

#product-page .product-social.google-plus {
	background-color: #fa7678;
}

.mobile-video-container {
	width: 100%;
	margin-bottom: 20px;
}
.mobile-video-container iframe, .product-video iframe {
	border: none;
	width: 100%;
	height: 100%;
}
.product-videos-container.multi-video-container {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.product-videos-container.multi-video-container .product-video {
	flex: 0 1 calc(50% - 15px);
}


/**----------------------------------------------------------- Product Page End **/


/**----------------------------------------------------------- Category Page Start **/
#category-navigation,
.category-description,
.category-title,
#products hr {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
	width: auto;
}

.category-description {
	width: 100%;
	/*display: flex;*/
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 25px;
}

#category-filter {
	display: block;
	float: left;
	width: 100%;
}

#category-navigation {
	display: block;
	float: left;
	width: 100%;
	margin: 10px 0;
	/*padding: 0;*/
}


#category-navigation > * {
	padding-right: 0;
	padding-left: 0;
	height: 30px;
}

#category-tree {
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
}

#filter-title {
	display: block;
	float: left;
	width: 100%;
	padding: 10px 20px 15px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #d8d8d8;
}

.filter-body.in {
	display: block;
	float: left;
	width: 100%;
}

.filter-body .card-body {
	padding: 10px;
	border-bottom: 1px solid #d8d8d8;
}

#filterSubcategories .card-body a:hover {
	color: #9f9f9f;
}
#filterSubcategories .card-body a {
	color: #333;
	font-size: 17px;
	line-height: 17px;
}
#filterSubcategories .card-body div:not(:last-child) {
	padding-bottom: 10px;
}
#filterSubcategories .card-body {
	padding-left: 20px;
	padding-bottom: 20px;
}
.filter-header button {
	display: block;
	float: left;
	padding: 10px;
	width: 100%;
	text-align: left;
	color: #ffffff !important;
	background: #4E5754 !important;
	position: relative;
	border-bottom: 1px solid #ffffff;
}
.filter-header button:first-letter {
	text-transform: uppercase;
}


.filter-header h5, .filter-header .class-h5 {
	margin: 0 !important;
}

.filter-header button.collapsed i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: rotate(90deg) translate(-50%, 0);
	transition-duration: 0.5s;
}

.filter-header button i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: rotate(0deg) translate(0, -50%);
	transition-duration: 0.5s;
}


.filter-header button:hover {
	background: #a8a7a7;
	text-decoration: none !important;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#left-column {
	display: block;
	float: left;
	width: 300px;
	margin: 10px 15px;
	border: 1px solid #d8d8d8;
}

#left-column .categories {
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
}

#left-column .li-subcategory {
	padding-left: 10px !important;
}

#left-column .categories ul,
#left-column #category-tree ul {
	padding: 0;
}

#left-column .categories ul li,
#left-column #category-tree ul li {
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
}

#left-column .categories ul li a,
#left-column #category-tree ul li a {
	display: block;
	float: left;
	width: 100%;
	color: #333333;
	padding-left: 10px;
	font-weight: normal;
	transition-duration: 0.5s;
}

#left-column .categories ul li a:hover,
#left-column #category-tree ul li a:hover {
	color: #000000;
	transition-duration: 0.5s;
}

#mobile-filer-toggle {
	display: none !important;
}

#products,
.products-container {
	display: block;
	float: left;
}
.with-left-sidebar {
	width: calc(100% - 340px);
	display: inline-block;
}
.left-column {
	clear: both;
	display: none;
	margin: 15px
}
.left-column .html-box > div {
	border: 1px solid #d8d8d8;
}
.left-column .html-box > div:nth-of-type(2) {
	/*display: none;*/
	max-height: 0px;
	overflow: hidden;
	transition: 0.5s max-height;
}
.left-column .html-box.open > div:nth-of-type(2) {
	/*display: block;*/
	max-height: 2000px;
	transition: 1s max-height;
}
.left-column #mobile-filer-close {
	display: none!important;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color: #4E5754;
	border-color: #4E5754;
}
.left-column .html-box.open .box-title i {
	transform: rotate(180deg);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.left-column .html-box .box-title {
	padding: 0 15px;
	font-size: 16px;
	color: #333;
}
#left-column .html-box .box-title i {
	display: none;
}
.products-container .compare {
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	color: #333333;
}

.compare span {
	margin-top: 15px;
}

.products-container .sort {
	float: right;
	margin-left: 10px;
	max-width: 230px;
}

.products-container .products-per-page {
	max-width: 180px;
	float: right;
	margin-left: 10px;
}

.product-options-error {
	color: #a94442;
}
.product-added-modal-wrapper {
	position: fixed;
	width: 100%;
	top: 0;
	height: 100%;
	background-color: hsla(0, 0%, 35%, 0.7);
	z-index: 1000;
}
.product-added-modal {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 500px;
	max-width: 100%;
	left: 50%;
	padding: 30px;
	background-color: white;
}
.product-added-modal img {
	max-width: 100%;
}
.product-added-modal-product-title {
	text-align: center;
	display: block;
	font-size: 20px;
}
.product-added-modal-added-message {
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
.product-added-modal-order-total {
	text-align: center;
	font-size: 16px;
	margin: 20px 0;
	font-weight: bold;
}
/*#products.grid-view.products-wrapper > div {
	display: block;
	float: left;
	width: 100%;
}*/
/* 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);
}
#products.grid-view .product-miniature-wrapper {
	display: block;
	float: left;
	width: calc(25% - 20px);
	margin: 10px;
}
.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);
}
.box-placeholder {
	background-color: #595959;
	animation: fading 0.6s infinite;
	-webkit-animation: fading 0.6s infinite;
	height: 400px;
	margin: 10px 0;
	border-radius: 20px;
}
.homepage-blog-img {
	max-width: 100%;
	max-height: 160px;
}
#slideshow-advantages .item {
	display: flex;
}
@-webkit-keyframes fading {
	0% {
		opacity: .1;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: .1;
	}
}
@keyframes fading {
	0% {
		opacity: .1;
	}
	50% {
		opacity: .2;
	}
	100% {
		opacity: .1;
	}
}
#products.list-view .product-miniature {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px;
}
.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: 30px;
	height: 30px;
	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: #4E5754;

	-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: '←';
}
body[class^='information-'] h1 {
	clear: both;
	margin-bottom: 30px;
	padding-top: 10px;
}
#products.list-view .product-miniature-wrapper {
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
}

#products.list-view .product-miniature-img {
	display: block;
	float: left;
	width: 200px;
}

#products.list-view .product-miniature-title,
#products.list-view .product-miniature-description,
#products.list-view .product-miniature-sizes,
#products.list-view .product-miniature-price,
#products.list-view .product-miniature-actions {
	display: block;
	float: right;
	width: calc(100% - 200px);
	text-align: left;
	padding: 0;
	background: #fff;
}

#products.list-view .miniature-size {
	width: 50px;
	padding: 0;
	margin: 5px 10px 5px 0;
}

#products.list-view .add-to-cart.btn.btn-success {
	width: 100px;
}

#products.list-view .miniature-price {
	font-size: 22px;
}

#products.list-view .miniature-regular-price {
	font-weight: normal;
	font-size: 18px;
}

#products.list-view .product-miniature-discount {
	top: 10px;
}

#pagination-wrap {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

/**----------------------------------------------------------- Category Page End **/

/**----------------------------------------------------------- CMS Page End **/

.cms {
	display: block;
	float: left;
	width: 100%;
}

.cms .page-title {
	display: block;
	float: left;
	width: 100%;
	padding: 10px 15px;
	margin: 0;
	font-weight: bold;
}

.cms-content {
	display: block;
	float: left;
	width: 100%;
	padding: 10px 15px;
}

.cms-content p {
	text-align: justify;
	display: block;
	float: left;
	width: 100%;
}

/**----------------------------------------------------------- CMS Page End **/

/**----------------------------------------------------------- Blog Start **/


.blog #left-column > span {
	display: block;
	float: left;
	width: 100%;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #d8d8d8;
}

.left-column .box-title i {
	position: relative;
	top: 1px;
	display: block;
	float: right;
	transform: rotate(0);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.blog #left-column > span.open i{
	transform: rotate(180deg);
	top: 3px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.blog #left-column ul {
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
	margin: 0;
}

.blog #left-column ul li {
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
}
.blog #left-column ul li a{
	display: block;
	float: left;
	width: 100%;
	color: #333333;
	padding-left: 10px;
	font-weight: normal;
	transition-duration: 0.5s;
}

.blog-content .article-layout {
	padding: 0;
}

.blog-content img{
	display: block;
	float: left;
	width: auto;
	max-width: 100%;
}
.emc-blog .articles-container {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	padding: 10px;
}
.emc-blog .article-intro {
	display: flex;
	flex-direction: column;
	max-height: 480px;
	overflow: hidden;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	background-color: white;
	position: relative;
}
.emc-blog .article-intro .blog-article-title{
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	line-height: 18px;
}
.emc-blog .article-intro .blog-intro-wrapper {
	flex-grow: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	margin-bottom: 15px;
}
.emc-blog .article-intro .blog-read-more-button {
	text-align: center;
	margin-top: auto;
	margin-left: auto;
	padding: 10px 15px;
	transition: background-color 0.3s;
}
.emc-blog hr {
	margin: 10px 0;
}
.emc-blog .article-subtitle{
	display: block;
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
}

.emc-blog .article-intro h2, .emc-blog .article-intro .class-h2{
	margin: 0;
}
.emc-blog .article-intro h2 a, .emc-blog .article-intro .class-h2{
	color: #333333;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	line-height: 22px;
	font-size: 17px;
	font-weight: bold;
	flex: none;

}
.emc-blog .blog-intro-text {
	margin-bottom: 20px;
}
.blog-content {
	width: calc(100% - 330px);
	display: block;
	float: left;
}

.article-title {
	display: block;
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 0 !important;
}
.article-title h1 {
	margin: 0;
}

.blog-content > .row {
	display: block;
	float: left;
	width: 100%;
	margin: 0 !important;
}

.emc-blog > .row > .panel {
	display: block;
	float: left;
	width: calc(33% - 30px);
	margin: 15px;
	min-height: 380px;
}

.emc-blog .article-img img {
	display: block;
	float: left;
	width: auto;
	max-width: 100%;
}

/** FIXES **/

.language-selector i {
	top: 2px;
}
.navbar-container {
	padding: 0;
	margin: 0;
	width: 100%;
}
.category-thumbnail {
	border: none;
}

h1 {
	font-size: 30px;
}
.box-title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	display: block;
}
.side-padding {
	padding-left: 15px;
	padding-right: 15px;
}
#main-filter-container .box-title,
#left-column .html-box .box-title {
	display: block;
	float: left;
	width: 100%;
	padding: 10px 20px 15px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #d8d8d8;
}
.breadcrumb>li+li:before {
	display: none;
}
.breadcrumb {
	background-color: #ffffff;
	margin-bottom: 10px!important;
}
footer a, footer .hidden-link {
	color: #000;
}
footer a:hover, footer .hidden-link:hover {
	color: #777777;
	transition-duration: 0.5s;
}
footer ul li {
	margin: 6px 0;
}
div.brand-logo {
	position: absolute;
	right: 15px;
	bottom: 10px;
	z-index: 1;
	cursor: pointer;
}
#products {
	width: 100%;
}
.product-miniature-wrapper a,
.product-miniature-wrapper .hidden-link {
	color: #000;
}
.product-miniature-wrapper a:hover,
.product-miniature-wrapper .hidden-link:hover {
	color: #777777;
	transition-duration: 0.5s;
}
.product-miniature-label,
.product-miniature-discount {
	z-index: 2;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
span.hidden-link {
	display: block;
}

.buy-on-leasing-wrapper-custom {
	display: flex;
	gap: 14px;
}
.custom-lease-button-wrapper {
	flex: 1 1 0;
}
.custom-lease-button-wrapper .lease-button div span {
	display: block;
}
.custom-lease-button-wrapper .lease-button div {
	flex: 1 1 0;
	width: 0;
}
.custom-lease-button-wrapper .lease-button {
	display: flex;
	width: 100%;
	flex-shrink: 1;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.lease-button-top-text {
	font-weight: bold;
}
.lease-button-logo {
	height: 43px;
	background-repeat: no-repeat;
	background-position: center;
}
.bnpl_div {
	display: none!important;
}
.custom-lease-button-wrapper.tbi .lease-button {
	border: 1px solid #ff6600;
	position: relative;
	padding-top: 15px;
	padding-bottom: 0px;
}
.custom-lease-button-wrapper.tbi .lease-button .lease-button-top-text {
	position: relative;
	height: 43px;
	display: inline-flex;
	align-items: center;
}
.custom-lease-button-wrapper.tbi .lease-button .lease-button-bottom-text {
	position: absolute;
	top: -1px;
	left: 0px;
	text-align: center;
	width: 100%;
	font-size: 12px;
	background: #ff6600;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.custom-lease-button-wrapper.tbi .lease-button .lease-button-logo{
	background-image: url("/image/tbi.png");
	/*background-size: 80px;*/
	height: 43px;
}
.custom-lease-button-wrapper.unicredit .lease-button .lease-button-logo{
	background-image: url('https://unicreditconsumerfinancing.info/calculators/assets/img/buttons/uni_head.png');
	background-size: 100px;
}
.mobile-footer {
	text-align: center;
	margin-bottom: 50px;
}
.mobile-footer .social-icons-holder a {
	margin: 0 10px;
}
.mobile-footer .contact-line-header {
	font-weight: bold;
}
.show-on-mobile {
	display: block;
}
#coupon-container {
	padding-left: 0;
	padding-right: 0;
}
#voucher-container {
	padding-right: 0;
	padding-left: 0;
}
@media (min-width: 768px) {
	.navbar-nav > li > a, .navbar-nav > li > span.hidden-link {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.show-on-mobile {
		display: none;
	}
	.navbar-nav > li > a, .navbar-nav > li > span.hidden-link {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
	}
}

.navbar-nav li.navbar-cart > a {
	padding-left: 0!important;
	padding-right: 0!important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-total {
	margin-left: 20px;
	margin-right: 10px;
}
.cart-total-products {
	margin-left: 10px;
}
.navbar-cart svg {
	position: unset;
	left: unset;
	top: unset;
	transform: unset;
}
.list-group {
	list-style-type: none!important;
	background: none;
	margin-bottom: 0;
}
.list-group-item {
	border: none;
}
#left-column .box-title-wrapper {
	height: 58px;
}
#left-column .categories-box .list-group-item {
	background-color: #4E5754;
	color: #FFFFFF;
	border-radius: 0;
	border-bottom: 1px solid #ffffff;
}
.home-page-invisible-text {
	display: none;
}
body.show-cookies-agreement {
	pointer-events: none;
	overflow: hidden;
}
body.show-cookies-agreement #cookies-agree-box-container {
	display: flex;
}
.cookies-agree-box-button-container {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
@media (max-width: 639px) {
	.cookies-agree-box-button-container {
		flex-direction: column;
	}
}

#cookies-agree-box {
	z-index: 9999;
	background-color: #4E5754;
	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-box #cookies-agree {
	text-transform: uppercase;
	font-weight: bold; display: block; margin-top: 20px; width: 100%
}

#cookies-agree-box-container {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	pointer-events: all;
	justify-content: center;
	align-items: center;
	z-index: 10000000000;
	overflow: auto;
}
#cookies-agree-box-consent {
	background-color: white;
	text-align: center;
	padding: 20px;
	max-width: 80%;
	width: 600px;
	margin: 100px 0;
	overflow: auto;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	max-height: calc(100% - 200px);
}
#cookies-agree-box-consent.wider {
	width: 800px;
}
#cookies-agree-box a {
	color: white;
	font-weight: bold;
}
#cookies-agree-box-consent #cookies-agree, #cookies-agree-box-consent #cookies-deny {
	text-transform: uppercase;
	font-weight: bold; display: block; margin-top: 20px;
}
.navbar-cart-mobile .td-name {
	text-align: left!important;
}
#mobile-header .mobile-menu-wrapper .open ul.dropdown-menu {
	width: 100%;
}
#mobile-header {
	position: fixed;
	background: white;
	z-index: 9999;
}
.buy-on-leasing-wrapper {
	display:flex;clear:both;justify-content:space-between;
}
/** FIXES **/

/**----------------------------------------------------------- Blog End **/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	.homepage-blog-post-wrapper .homepage-blog-text {
		display: block;
		float: left;
		width: 100%;
	}

	.nameless.simple-miniature .product-miniature-wrapper {
		width: 14%;
	}
}

/**----------------------------------------------------------- IE Fixes Start **/
/**----------------------------------------------------------- IE Fixes End **/


/**----------------------------------------------------------- Medias **/
@media (min-width: 1025px) {
	#coupon-container {
		padding-left: 0;
		padding-right: 15px;
	}
	#voucher-container {
		padding-right: 0;
		padding-left: 15px;
	}
	header > nav .navbar-header {
		display: none;
	}

	.mobile-left-right {
		display: block !important;
	}

	#mobile-header {
		display: none;
	}

	.featured-mobile-products {
		display: none !important;
	}

	footer .fa-chevron-down {
		display: none;
	}

	#toTheTop {
		display: none;
		visibility: hidden;
		opacity: 0;
		transition-duration: 0.5s;

	}

	#callUs {
		display: none;
	}

	#mobile-filer-close {
		display: none !important;
	}

	.mobile-footer {
		display: none !important;
	}

	.product-mobile-carousel {
		display: none;
	}

	#product-page-accordion {
		display: none;
	}

	.social-share-wrapper {
		display: none !important;
	}
}

@media (max-width: 1440px) {
	.navbar-nav > li > a {
		font-size: 13px;
	}


	#product-page .product-description .info-box .info-box-head {
		font-size: 11px;
	}

	#products.grid-view .product-miniature-wrapper {
		width: calc(33% - 20px);
	}
}

@media (max-width: 1366px) {

	.emc-blog > .row > .panel {
		width: calc(50% - 30px);
	}

	.info-box a {
		font-size: 12px;
	}

	.full-miniature .product-miniature-price {
		/*width: calc(100% - 65px);*/
		line-height: 41px;
	}

	.full-miniature .miniature-size {
		/*width: calc(100% / 3);*/
		padding: 5px;
	}

	.full-miniature .product-miniature-sizes {
		margin-bottom: 5px;
	}

	#info-boxes .col-md-9 {
		padding: 5px;
	}

	section > .info-box svg {
		position: relative;
		right: 9px;
	}


	.miniature-price {
		font-size: 16px;
		padding-right: 5px;
	}

	.miniature-regular-price {
		padding-right: 0;
	}

	.navbar-nav > li > a {
		font-size: 12px;
	}

	/*.navbar-cart {*/
	/*    min-width: 145px;*/
	/*}*/
	/*.nav.navbar-nav.navbar-right {*/
	/*    width: 145px;*/
	/*}*/
	/*.nav.navbar-nav:not(navbar-right) {*/
	/*    width: calc(100% - 145px);*/
	/*}*/
	.list-view .miniature-price {
		padding-right: 10px;
	}

	.product-miniature-actions .btn-success {
		font-size: 12px;
	}

	.navbar-header {
		padding: 10px;
	}

}

@media (max-width: 1300px) {
	#product-page .product-qty #input-quantity {
		width: 80px;
	}

	#product-page .product-atc .btn.btn-success.atc {
		width: 200px;
	}

}

@media (max-width: 1250px) and (min-width: 1024px) {

	.cart-total-products {
		display: block;
	}

	.cart-total,
	.cart-price,
	.cart-currency {
		display: none;
	}

	.full-miniature .product-miniature-actions,
	.full-miniature .product-miniature-price {
		width: 100%;
		padding: 0;
		position: static;
	}


	.full-miniature .product-miniature-actions .btn-success {
		font-size: 14px;
		width: 130px;
		margin-bottom: 10px;
	}

	.full-miniature .product-miniature-price p {
		width: 50%;
		display: block;
		float: left;
		text-align: center;
	}

	.nav.navbar-nav.navbar-right {
		width: 90px;
	}

	.navbar-cart {
		min-width: 90px;
	}

	.nav.navbar-nav:not(navbar-right) {
		width: calc(100% - 90px);
	}

	#products .list-view .product-miniature-price p {
		width: auto;
	}

}

@media (max-width: 1024px) and (min-width: 768px) {
	#homepage-banners .left-side,
	#homepage-banners .right-side {
		width: 100%;
	}
	#homepage-banners .right-side {
		padding-top: 0!important;
		padding-left: 0!important;
	}
	#homepage-banners .left-side {
		padding-right: 0!important;
	}
}


@media (max-width: 1024px) {

	.faq-category-button, .faq-category-answer .card-body {
		white-space: normal!important;
		padding-top: 10px!important;
		padding-bottom: 10px!important;
		padding-left: 10px!important;
		padding-right: 25px!important;
	}

	#info-boxes a.info-box span {
		float: unset;
		text-transform: unset;
	}
	#homepage-banners {
		display: none;
	}
	#homepage-banners-mobile {
		display: block;
		margin-top: 20px;
	}
	.internal_links_title {
		margin-left: 20px;
	}
	.internal_links {
		margin-left: 20px;
	}
	#info-boxes .col-xs-9,
	.product-info-blocks .col-xs-9 {
		padding: 0;
		/*display: none;*/
	}
	#product-page .product-info-blocks {
		/*overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;*/
		float: left;
		width: 100%;
		position: relative;
	}

	#product-page .info-box {
		height: 60px;
		width: auto;
	}
	footer > .container > .row > .html-box {
		display: none;
	}
	#content {
		width: 100%!important;
	}
	.left-column {
		display: block;
	}
	.blog #left-column {
		display: block;
		float: left;
		position: static;
		width: calc(100% - 30px);
		height: auto;
	}
	.blog #left-column ul{
		display: none;
	}

	.blog .blog-content {
		width: 100%;
	}

	.banner-box-text {
		font-size: 32px;
		bottom: 50%;
		transform: translate(0, 50%);
	}

	.btn:hover {
		outline: none !important;
		text-decoration: none !important;
	}


	.brands-wrapper {
/*		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;*/
		display: block;
		float: left;
		width: 100%;
		position: relative;
	}

	.brands-wrapper .brand-single {
		display: inline-block !important;
		float: unset !important;
		width: 150px !important;
	}

	.comments{
		max-width: 100%;
	}

	/*.desktop-left-right .left-side,
	.desktop-left-right .right-side > div:first-child,*/
	.desktop-left-right .brands-all {
		display: none !important;
	}

	.mobile-left-right {
		display: block !important;
	}

	footer {
		background-color: #ffffff;
	}

	footer .footer-link-boxes {
		display: none !important;
	}

	footer .footer-contacts,
	footer .payment-methods {
		margin-bottom: 10px;
	}

	footer .footer-contacts i {
		color: #ec0209;
		margin-right: 5px;
		font-size: 16px;
		position: relative;
		top: 2px;
	}

	footer .working-hours i {
		color: #ec0209;
		margin-right: 1px;
		font-size: 16px;
		position: relative;
		bottom: 0;
		top: 1px;
	}

	footer .footer-contacts > *,
	footer .payment-methods > h4,
	footer .payment-methods > .class-h4 {
		display: block;
		float: left;
		width: 100%;
		text-align: center;
	}

	footer .payment-methods > img {
		margin: 0 auto;
		display: block;
		width: auto;
		max-width: 100%;
	}

	footer .mobile-footer {
		display: block !important;
	}

	.featured-mobile-products {
		display: block;
	}

	.featured-mobile-products > div {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		display: block;
		float: left;
		width: 100%;
		position: relative;
	}

	.featured-product-label {
		position: absolute;
		top: 5px;
		left: 5px;
		background: #bf0300;
		border-radius: 50%;
		height: 40px;
		width: 40px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	.featured-product-label span {
		color: #ffffff;
	}

	.featured-mobile-product-img {
		text-align: center;
		border: 1px solid #e7e9ed;
		padding: 10px;
		position: relative;
	}

	.featured-mobile-product-img img {
		width: auto;
		max-width: 100%;
	}

	.featured-mobile-products .section-title {
		display: block;
		float: left;
		width: 100%;
		padding: 10px 15px;
		margin: 0;
		text-transform: uppercase;
		font-size: 20px;
		text-align: center;
	}

	.featured-mobile-product-title {
		margin: 5px 0;
		color: #333333;
		font-size: 18px;
		display: block;
		float: left;
		white-space: normal;
	}

	.featured-mobile-product-prices {
		display: block;
		float: left;
		width: 100%;
	}

	.featured-mobile-product-prices .miniature-regular-price {
		font-size: 12px;
		color: #a7a7a7;
		margin: 0;
		padding: 0;
	}

	.featured-mobile-product-prices .miniature-price {
		padding: 0;
		margin: 0;
		font-size: 18px;
		color: #333333;
		font-weight: bold;
	}

	.featured-mobile-product-wrapper {
		display: inline-block !important;
		float: unset !important;
		width: 30%;
		padding: 10px;
	}

	.featured-products > div,
	/*.best-sellers > div,*/
	/*.homepage-promotions > div,*/
	.left-side-category,
	.nameless,
	#info-boxes,
	.product-info-boxes/*,
	.homepage-blog-posts-wrapper*/ {
		/*overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;*/
		display: block;
		float: left;
		width: 100%;
		position: relative;
	}

	/*.best-sellers>div:after,*/
	/*.homepage-promotions>div:after,*/
	/*.left-side-category:after,*/
	/*.nameless:after,*/
	/*#info-boxes:after,*/
	/*.homepage-blog-posts-wrapper:after{*/
	/*    content: "";*/
	/*    position: absolute;*/
	/*    left: auto;*/
	/*    right: 0;*/
	/*    top: 0;*/
	/*    height: 100%;*/
	/*    width: 45px;*/
	/*    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);*/
	/*}*/
	.featured-products > div > div,
	/*.best-sellers > div > div,*/
	/*.homepage-promotions > div > div,*/
	.left-side-category > div,
	.nameless > div,
	/*.homepage-blog-post-wrapper {
		display: inline-block !important;
		float: unset !important;
		width: 30% !important;
	}*/

	#info-boxes > div {
		/*display: inline-flex !important;
		float: unset !important;
		/*width: 33% !important;*/
	}


	#toTheTop {
		visibility: hidden;
		opacity: 0;
		transition-duration: 0.5s;
		display: flex;
		width: 46px;
		height: 46px;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;

	}

	#callUs,
	#toTheTop.visible {
		opacity: 1;
		visibility: visible;
		display: flex;
		width: 46px;
		height: 46px;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		transition-duration: 0.5s;
	}

	#callUs svg {
		width: 28px;
		height: 27px;
		fill: #ffffff;
		display: block;
		float: left;
	}

	#toTheTop svg {
		width: 33px;
		height: 34px;
		position: relative;
		bottom: 1px;
		fill: #ffffff;
		display: block;
		float: left;
	}

	#callUs {
		background-color: #2196f3;
		position: fixed;
		right: 20px;
		z-index: 9998;
		bottom: 20px;
		border-radius: 50%;
		box-shadow: 0 0 5pt #333333;
	}

	#toTheTop {
		background-color: #f73967;
		position: fixed;
		right: 20px;
		z-index: 9998;
		bottom: 80px;
		border-radius: 50%;
		box-shadow: 0 0 5pt #333333;
	}

	.col-md-8.left-side {
		width: 100% !important;
		max-width: 100% !important;
		display: block;
		float: left;
	}

	.col-md-4.right-side {
		display: none;
	}

	div.desktop,
	nav.desktop {
		display: none !important;
	}

	#category-navigation,
	.category-description,
	.category-title,
	#products hr {
		padding-right: 10px;
		padding-left: 10px;
		margin-right: 0;
		margin-left: 0;
		margin-top: 20px;
	}

	.cart-content-mobile {
		border-left: 2px solid #e6e6e6;
		visibility: hidden;
		opacity: 0;
		width: 320px;
		position: fixed;
		top: 65px;
		z-index: 9999;
		right: -100%;
		float: left;
		background: #ffffff;
		height: 100vh;
		transition-duration: 0.5s;
	}

	.cart-content-mobile .dropdown-menu {
		border: none;
		height: calc(100% - 58px);
		width: 100%;
		top: 0;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: space-evenly;
		align-items: stretch;
		box-shadow: none;
		outline: none;
		border-radius: 0;
	}

	.cart-content-mobile .cart-products,
	.cart-content-mobile .cart-total {
		width: 320px;
	}

	.cart-content-mobile.visible {
		right: 0;
		visibility: visible;
		opacity: 1;
		transition-duration: 0.5s;
		z-index: 9999;
	}

	.cart-content-mobile img {
		max-width: 60px;
	}

	.cart-content-mobile ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: white;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	.cart-content-mobile .cart-products {
		max-height: 100%;
		height: 100%;
		overflow-y: scroll;
	}

	.cart-content-mobile .minicart-products {
		width: 100%;
		max-width: 100%;
		margin: 0 !important;
		display: block;
		float: left;
	}

	.minicart-products.table > thead > tr > th,
	.minicart-products.table > tbody > tr > th,
	.minicart-products.table > tfoot > tr > th,
	.minicart-products.table > thead > tr > td,
	.minicart-products.table > tbody > tr > td,
	.minicart-products.table > tfoot > tr > td {
		padding: 8px 5px;
		text-align: center;
	}

	.cart-content-mobile .cart-totals table {
		margin-bottom: 0;
	}

	.cart-content-mobile .cart-totals tbody td {
		background: rgba(238, 238, 238, 1);
		border-style: solid !important;
		border-color: rgba(221, 221, 221, 1) !important;
	}

	.cart-content-mobile .cart-buttons {
		border-style: solid;
		border-color: rgba(221, 221, 221, 1);
		background: rgba(230, 230, 230, 1);
	}

	.cart-content-mobile .btn-cart {
		display: inline-flex;
	}

	.cart-content-mobile .cart-buttons {
		border: none;
		padding: 0;
		display: block;
		float: left;
		width: 100%;
	}

	.cart-content-mobile .td-name a {
		color: #333333;
	}

	.cart-content-mobile .cart-buttons .btn {
		color: #333;
		font-size: 16px;
		font-weight: bold;
		display: block;
		float: left;
		width: 50%;
		padding: 12px 12px 17px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.cart-content-mobile .cart-buttons .btn-checkout{
		background: #4E5754;
		color: #fff;
	}


	.cart-content-mobile li {
		list-style: none;
	}

	.full-miniature .miniature-size {
		/*width: calc(100% / 5);*/
	}

	footer h4, footer .class-h4 {
		text-align: left;
		font-weight: 400 !important;
		margin: 10px;
	}

	footer .footer-link-boxes h4 i, footer .footer-link-boxes .class-h4 i {
		display: block;
		float: right;
	}

	footer .footer-link-boxes ul {
		display: none;
		padding: 10px;
	}


	footer .footer-link-boxes:not(.footer-contacts) {
		display: block;
		float: left;
		width: 100%;
		border: 1px solid #333333;
		margin-bottom: 20px;
	}

	.footer-link-boxes.footer-contacts {
		width: 100%;
	}

	.footer-link-boxes.footer-contacts h4, .footer-link-boxes.footer-contacts .class-h4 {
		margin-left: 0;
	}

	header.stuck #mobile-header {
		position: fixed;
		top: 0;
		z-index: 99999;
		background: #ffffff;
		border-bottom: 3px solid #efefef;
		height: 69px;
	}


	/*.homepage-blog-post-wrapper > * {
		display: block;
		float: left;
		width: auto;
	}

	.homepage-blog-post-wrapper .homepage-blog-text,
	.homepage-blog-post-wrapper .homepage-blog-title {
		white-space: normal;
		text-align: justify;
	}*/

	#left-column {
		position: fixed;
		top: 0px;
		/*top: 68px;*/
		left: -100%;
		transition-duration: 0.5s;
		height: 100%;
		background-color: #ffffff;
		z-index: 99999;
	}

	#left-column.visible {
		position: fixed;
		left: 0;
		margin: 0;
		transition-duration: 0.5s;
		padding: 10px 0;
		max-height: 100%;
		overflow: scroll;
	}

	#mobile-filer-toggle {
		display: block !important;
		font-size: 22px;
		padding: 5px 12px;
		background: #4E5754;
		color: #fff;
		position: absolute;
		top: 180px;
		left: 0;
		z-index: 99;
		opacity: 1;
		visibility: visible;
		transition-duration: 0.5s;

	}

	#mobile-filer-toggle.hidden {
		opacity: 0;
		visibility: hidden;
		transition-duration: 0.5s;
	}

	.miniature-regular-price {
		padding-right: 15px;
	}

	.miniature-price {
		font-size: 18px;
		padding-right: 15px;
	}

	.menu-wrapper {
		display: block;
		float: left;
	}

	#mobile-header {
		/*display: flex;*/
		/*float: left;*/
		/*width: 100%;*/
		/*align-content: center;*/
		/*flex-wrap: nowrap;*/
		/*flex-direction: row;*/
		/*align-items: center;*/
		display: block;
		float: left;
		width: 100%;
		height: 66px;
		border-bottom: 1px solid #e1e1e1;
	}

	#mobile-header .navbar-cart-mobile {
		min-width: auto;
		background-color: #4E5754;
	}

	#mobile-header .navbar-cart-mobile svg {
		fill: #ffffff;
	}

	#mobile-header .navbar-cart-mobile > a {
		padding-left: 0 !important;
	}

	#mobile-header .currency-selector {
		display: none;
	}

	#mobile-header .awc-wrapper {
		padding: 0;
		display: flex;
		justify-content: flex-end;
		align-content: center;
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
	}

	#mobile-header .awc-wrapper > * {
		padding: 10px;
		width: 67px;
		height: 67px;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		border-bottom: 1px solid #e1e1e1;
		border-left: 1px solid #e1e1e1;
	}

	#mobile-header .logo-wrapper {
		/*display: flex;*/
		/*padding: 10px;*/
		/*justify-content: center;*/
		/*align-items: center;*/
		/*flex-wrap: nowrap;*/
		/*flex-direction: row;*/
		/*align-content: center;*/
		/*width: 100%;*/
		display: block;
		float: left;
		width: auto;
	}

	#mobile-header .mobile-menu-toggler {
		display: flex;
		float: left;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		padding: 0 5px;
		/*background-color: #bd362f;*/
		background-color: #da4f49;
		background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
		background-repeat: repeat-x;
		border-color: #bd362f #bd362f #802420;
		height: 65px;
		width: 65px;
	}

	#mobile-header .mobile-menu-toggler > * {
		color: #ffffff;
		fill: #ffffff;
	}

	#mobile-header .mobile-menu-toggler svg {
		width: 33px;
		height: 33px;
	}

	#mobile-header .language-selector .dropdown-menu {
		top: 43px;
	}

	#mobile-header .logo-wrapper a,
	#mobile-header .logo-wrapper a img {
		display: flex;
		width: auto;
		height: 65px;
		padding: 5px;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	#mobile-header .mobile-menu-wrapper {
		left: -100%;
		position: absolute;
		top: 75px;
		background-color: #4E5754;
		z-index: 9999;
		width: 100%;
		transition-duration: 0.5s;
		overflow: scroll;
		height: calc(100vh - 75px);
	}

	.new-products .product-miniature {
		border: none;
	}

	.new-products .miniature-price {
		font-size: 20px;
	}

	.new-products .product-miniature-label,
	.new-products .product-miniature-discount,
	.new-products .product-miniature-sizes {
		display: none;
	}

	.new-products .owl-nav button {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}

	.new-products .owl-nav .owl-next {
		right: 10px;
	}

	.new-products .owl-nav .owl-prev {
		left: 10px;
	}

	.new-products .product-miniature-price,
	.new-products .product-miniature-actions,
	.new-products .product-miniature-price p {
		width: 100%;
		background-color: transparent;
		text-align: center;
		padding: 0 !important;
		line-height: 24px;
	}
	.new-products .product-miniature-actions {
		position: static;
	}
	.new-products.full-miniature .product-miniature-price .product-miniature-price-wrapper {
		width: 100%;
	}

	.stuck #mobile-header .mobile-menu-wrapper {
		top: 64px;
		height: calc(100vh - 64px);
	}

	#mobile-header .mobile-menu-wrapper.visible {
		left: 0;
		transition-duration: 0.5s;
	}

	#mobile-header .mobile-menu-toggler.visible {
		position: relative;
	}

	#mobile-header .mobile-menu-toggler.visible:after {
		position: absolute;
		content: "";
		width: 0px;
		height: 0px;
		border-top: 10px solid #4E5754;
		border-right: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid transparent;
		top: 56px;
		right: 22px;
		z-index: 9999;
		transform: rotate(180deg);
	}

	#mobile-header .mobile-menu-wrapper.visible > .dropdown-menu {
		display: block;
		position: static;
		float: left;
		width: 100%;
		background: #4E5754;
		border: none;
		box-shadow: none;
		padding: 0;
		margin: 0;
	}

	#mobile-header .mobile-menu-wrapper a,
	#mobile-header .mobile-menu-wrapper span.hidden-link {
		display: block;
		color: #ffffff;
		padding: 10px 10px 10px 20px;
		float: left;
		width: 100%;
		border-bottom: 1px solid #ffffff;
	}

	#mobile-header span.discount-procent {
		padding: 2px 6px;
		position: absolute;
		left: 10px;
	}

	#mobile-header .mobile-menu-wrapper .caret {
		float: right;
		position: relative;
		top: 8px;
	}


	#mobile-header .mobile-menu-wrapper .dropdown-menu a {
		padding-left: 30px;
	}

	#mobile-header a:hover,
	#mobile-header a:focus {
		text-decoration: none;
	}

	#mobile-header .mobile-menu-wrapper ul {
		padding: 0;
	}

	#mobile-header .mobile-menu-wrapper .open ul.dropdown-menu,
	#mobile-header .mobile-menu-wrapper .dropdown2.open ul.dropdown-menu {
		display: block;
		float: left;
		position: static;
		background: initial;
		box-shadow: none;
	}

	#mobile-header .mobile-menu-wrapper .dropdown2 ul.dropdown-menu {
		display: none;
	}

	#mobile-header .mobile-menu-wrapper li {
		list-style: none;
		display: block;
		float: left;
		width: 100%;
		position: relative;
	}

	#mobile-header .dropdown-backdrop {
		display: none !important;
	}

	#mobile-filer-close {
		display: block !important;
		float: left;
		position: absolute;
		text-align: right;
		right: 10px;
		font-size: 22px;
		top: 16px;
		width: auto;
		color: #4E5754;
	}

	.mobile-left-right .owl-carousel {
		display: block;
		float: left;
		width: 100%;
		padding: 10px;
	}

	.mobile-menu-wrapper > ul {
		display: block;
		float: left;
		width: 100%;
		height: calc(100% - 60px);
		overflow: scroll;
	}

	#mobile-header .mobile-menu-wrapper li.dropdown > ul > li > a,
	#mobile-header .mobile-menu-wrapper li.dropdown > ul > li > span.hidden-link {
		padding-left: 40px;
	}
	.dropdown .dropdown-menu,
	.dropdown2 .dropdown-menu {
		margin: 0!important;
		border: none!important;
	}
	.dropdown2 a {
		background: none!important;
	}

	#mobile-header .mobile-menu-wrapper li.dropdown > ul > li > a > ul > li > a,
	#mobile-header .mobile-menu-wrapper li.dropdown > ul > li > a > ul > li > span.hidden-link {
		padding-left: 100px;
	}

	#mobile-header .mobile-menu-wrapper .dropdown2 .dropdown-menu li a,
	#mobile-header .mobile-menu-wrapper .dropdown2 .dropdown-menu li span.hidden-link {
		padding-left: 60px!important;
	}

	.new-products .product-miniature-wrapper,
	.homepage-blog-wrapper .homepage-blog-post-wrapper,
	.homepage-promotions .product-miniature-wrapper,
	.best-sellers .product-miniature-wrapper {
		width: 100%;
	}

	.newsletter.container-fluid {
		padding: 10px;
	}

	.newsletter.container-fluid .input-newsletter {
		/*min-width: 300px;*/
		width: 48%;
	}
	.newsletter.container-fluid .btn-newsletter {
		width: 48%;
	}

	.newsletter.container-fluid h2, .newsletter.container-fluid .class-h2 {
		margin-bottom: 10px;
	}

	.newsletter.container-fluid form input {
		display: block;
		clear: both;
		position: static !important;
		margin: 10px auto !important;
	}


	.owl-carousel .owl-item img {
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}

	.owl-carousel .owl-dots {
		position: absolute;
		border: 0;
		bottom: 15px;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.owl-carousel .owl-dot span {
		background-color: #fff;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		display: block;
		height: 12px;
		margin: 5px 7px;
		width: 12px;
		opacity: 1;
		border: 1px solid #333;
	}

	.owl-carousel .owl-dot.active span {
		background-color: #be0300;
		box-shadow: 0 0 2pt #333;
		border: none;

	}


	#product-page .product-prices {
		width: 95px;
		padding-top: 11px;
	}

	#product-page .product-price {
		font-size: 18px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: flex-end;

	}

	#product-page .product-regular-price {
		display: flex;
		width: 100%;
		font-size: 12px;
		color: #000000;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: flex-end;
	}

	#product-page .product-price .currency {
		font-size: 16px;
		top: 0;
		left: 3px;
	}

	#product-page .product-description {
		display: none;
	}

	.product-info.second-block {
		/*display: none !important;*/
	}

	.product-description-text {
		display: block;
		float: left;
		width: 100%;
		border-top: 1px solid #e1e1e1;
		margin-top: 10px;
		padding-top: 15px;

	}

	#product-page .product-discount {
		position: absolute;
		top: 10px;
		left: 0;
		z-index: 99;
	}

	#product-page .product-rating {
		margin: 10px 0 !important;
	}
	.social-share-wrapper > span {
		margin: 0 !important;
	}

	.review-buttons {
		text-align: center;
		width: 100%;
		overflow: auto;
	}

	#product-page .review-buttons a.add-comment {
		font-size: 18px;
		display: inline-block;
		float: unset;
	}
	#product-page .product-rating .fa-star {
		display: inline-block;
		float: unset;
	}

	#product-page .product-rating {
		float: unset;
	}

	#product-page .product-page-title {
		padding: 15px 10px 15px 0;
		width: calc(100% - 95px);
		font-size: 18px;
	}

	.product-page.featured-products,
	.product-page.featured-categories {
		display: none !important;
	}

	.product-tabs-wrapper {
		display: none !important;
	}

	#product-page-accordion {
		display: block;
	}

	#product-page-accordion .mb-0 {
		margin: 5px 0;
	}

	#product-page-accordion .mb-0 button {
		width: 100%;
		color: #555555;
		text-transform: uppercase;
		font-size: 20px;
		text-align: left;
		padding: 12px 10px;
		border: 1px solid #f5f3f3;
		position: relative;
	}

	#product-page-accordion .mb-0 button.collapsed i {
		color: #555555;
		font-size: 18px;
		position: absolute;
		right: 10px;
		transform: rotate(0) translate(0, 30%);
		transition-duration: 0.5s;
	}

	#product-page-accordion .mb-0 button i {
		transform: rotate(180deg) translate(0, -50%);
		position: absolute;
		right: 10px;
		font-size: 18px;
		transition-duration: 0.5s;
	}


	.product-wrapper > div,
	.product-features-wrapper > div,
	.product-atc {
		display: block;
		float: left;
		width: 100%;
	}

	.product-miniature-actions .btn-success {
		font-size: 14px;
	}

	.product-miniature-title {
		white-space: initial;
	}

	.product-mobile-carousel {
		display: block;
	}

	.product-thumbs,
	.product-main-picture-wrapper {
		display: none !important;
	}

	#product-page .product-rating-comments {
		width: 100%;
	}

	#products, .products-container {
		width: 100%;
		margin: 0;
	}

	#products .list-view .product-miniature {
		margin: 0;
	}

	#products .list-view .product-miniature-wrapper {
		padding: 10px;
	}

	#products .products-per-page {
		max-width: 125px;
	}

	#products .compare {
		justify-content: left;
	}

	#products .sort {
		max-width: 208px;
	}

	.social-share-wrapper {
		display: block;
		float: right;
	}

	.social-share-wrapper > span {
		cursor: pointer;
		display: block;
		float: left;
		font-size: 14px;
		color: #636363;
		line-height: 34px;
		margin: 0 10px;
		background: #f5f3f3;
		padding: 0px 18px;
		position: relative;
		top: 5px;
	}

	.social-share-wrapper .product-socials-wrapper {
		position: absolute;
		top: 25px;
		z-index: 99;
		background: #fff;
		width: auto !important;
		right: 0;
		padding: 10px;
		border: 1px solid #f5f3f3;
		opacity: 0;
		visibility: hidden;
		transition-duration: 0.5s;
	}

	.social-share-wrapper .product-socials-wrapper.visible {
		opacity: 1;
		visibility: visible;
		transition-duration: 0.5s;
	}

	.search.input-group {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		width: 100%;
		z-index: 0;
		left: 0;
		transition-duration: 0.5s;
		top: 65px;

	}

	.search.input-group.visible {
		visibility: visible;
		opacity: 1;
		z-index: 9999;
		transition-duration: 0.5s;
	}

	.simple-miniature.list .product-miniature-img {
		margin: 0;
		padding: 0;
		border: none;
	}

	.simple-miniature.list .product-miniature-img img {
		width: 100%;
		max-width: 200px;
	}

	.simple-miniature.list .product-miniature-img,
	.simple-miniature.list .product-miniature-title,
	.simple-miniature.list .product-miniature-actions,
	.simple-miniature.list .product-miniature-description {
		width: 100%;
		display: block;
		float: left;
		text-align: center;
	}

	.simple-miniature.list .products-wrapper {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		display: block;
		float: left;
		width: 100%;
		position: relative;
	}

	.simple-miniature.list .product-miniature-wrapper {
		width: 50% !important;
		display: block;
		float: left;
	}

	ul.breadcrumb {
		margin: 10px 0;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		display: block;
		float: left;
		width: 100%;
		position: relative;
		padding-left: 10px;
	}

	ul.breadcrumb > li {
		display: inline-block !important;
		float: unset !important;
		width: auto;
		padding: 5px;
	}

	.new-products.full-miniature .product-miniature-actions button {
		min-height: 37px;
		width: 45%;
	}
}

@media (max-width: 878px) {
	.featured-products > div > div,
	/*.best-sellers > div > div,
	.homepage-promotions > div > div,*/
	.left-side-category > div,
	.nameless > div,
	/*.homepage-blog-post-wrapper {
		width: 40% !important;
	}*/

	#info-boxes > div {
		/*width: 43% !important;*/
	}
}

@media (max-width: 800px) {
	.miniature-price,
	.miniature-regular-price {
		padding-right: 5px;
	}
}

@media (max-width: 767px) {
	.emc-blog > .row > .panel {
		width: calc(100% - 30px);
	}
	.hidden-on-mobile {
		display: none;
	}
	.products-per-page select, .sort select {
		-webkit-border-radius: 3px!important;
		-moz-border-radius: 3px!important;
		border-radius: 3px!important;
        max-width: 140px;
	}
	.products-per-page label, .sort label {
		display: none !important;
	}

	.banner-boxes-wrapper {
		flex-wrap: wrap;
	}

	.banner-box {
		/*width: 50%;*/
	}

	.banner-box-img {
		height: 100%;
		max-height: 100%;
	}

	.cart-content-mobile .dropdown-menu {
		height: calc(100% - 58px);

	}

	header.stuck #mobile-header {
		height: 62px;
	}

	/*#left-column{*/
	/*    top: 61px;*/
	/*}*/
	#mobile-header,
	#mobile-header .mobile-menu-toggler,
	#mobile-header .awc-wrapper > * {
		height: 60px;
	}

	#mobile-header .awc-wrapper > *,
	#mobile-header .mobile-menu-toggler {
		width: 50px;
	}

	#mobile-header .logo-wrapper a,
	#mobile-header .logo-wrapper a img {
		height: 50px;
	}

	#mobile-header .logo-wrapper {
		position: relative;
		top: 3px;
	}

	.mobile-menu-toggler span {
		font-size: 12px;
		position: relative;
		top: 2px;
	}


	#product-page .product-qty {
		display: block;
		float: left;
		width: 100%;
	}

	#product-page .product-atc .btn.btn-success.atc {
		width: 100%;/*calc(100% - 65px);*/
		margin-left: 0;
		margin-bottom: 20px;
	}
	.addthis_button_compact {
		float: right;
	}

	#product-page .product-compare {
		display: none !important;
	}

	#product-page .product-atf {
		margin-right: 0;
	}

	#product-page .product-qty #input-quantity {
		width: calc(100% - 100px);
	}

	#product-page .product-qty {
		margin-bottom: 10px;
	}

	#products.grid-view .product-miniature-wrapper {
		width: calc(50% - 20px);
	}

	#products .products-per-page label,
	#products .sort label {
		display: none !important;
	}

	#products .products-per-page select,
	#products .sort select {
		-webkit-border-radius: 3px !important;
		-moz-border-radius: 3px !important;
		border-radius: 3px !important;
	}

	#products .sort {
		max-width: 130px;
	}

	.stuck #mobile-header .mobile-menu-wrapper,
	.cart-content-mobile {
		top: 59px;
		height: 100vh;
	}
	.search.input-group {
		top: 60px;
	}
	#homepage-banners .right-side {
		padding: 0!important;
	}
	#homepage-banners .left-side {
		padding: 16px 0px 16px 0px!important;
	}
	#homepage-banners .right-side > div.col-md-12 > div:first-of-type {
		padding: 0px 0px 16px 0px!important;
	}
	#homepage-banners .right-side > div.col-md-12 > div {
		padding: 0px 0px 16px 0px!important;
	}
	#homepage-banners .right-side > div.col-md-12:first-of-type {
		padding: 0!important;
	}
}

@media (max-width: 650px) {
	.featured-products > div > div,
	/*#info-boxes > div,*/
	/*.best-sellers > div > div,
	.homepage-promotions > div > div,*/
	/*.left-side-category > div,*/
	.nameless > div,
	/*.homepage-blog-post-wrapper {
		width: 65% !important;
	}*/

	#mobile-header .awc-wrapper > *,
	#mobile-header .mobile-menu-toggler {
		width: 45px;
	}

	#top .top-search svg,
	#top .awc-wrapper svg {
		width: 22px;
	}
	.buy-on-leasing-wrapper {
		display: block;
	}
	.buy-on-leasing-wrapper > div {
		margin-bottom: 40px;
	}
	.buy-on-leasing-wrapper-custom {
		display: unset;
	}
	.custom-lease-button-wrapper {
		margin-bottom: 10px;
	}
}

@media (max-width: 570px) {
	#mobile-header .logo-wrapper a,
	#mobile-header .logo-wrapper a img {
		height: 35px;
	}

	#mobile-header .logo-wrapper {
		top: 9px;
	}
}

@media (max-width: 520px) {
	.awc-wishlist,
	.awc-compare {
		display: none !important;
	}

	.featured-mobile-product-wrapper {
		width: 45%;
	}
	.brand-list-box {
		width: 100%!important;
	}
}

@media (max-width: 495px) {
	.banner-box {
		width: 100%;
	}

	#product-page .product-pictures-wrapper {
		padding: 0;
	}

	#products .product-miniature-price p {
		width: 100%;
		display: block;
		float: unset;
		text-align: left;
	}

	#products .miniature-size {
		width: calc(100% / 2);
		padding: 5px;
	}

	#products .product-miniature-actions {
		width: 100%;
		padding: 0 10px 5px 10px;
	}

	#products .product-miniature-price {
		width: 100%;
	}

	#products .product-miniature-actions button {
		width: 100%;
		font-size: 14px;
	}


}

@media (max-width: 425px) {
	#mobile-header .logo-wrapper a,
	#mobile-header .logo-wrapper a img {
		height: 30px;
	}

	#mobile-header .logo-wrapper {
		top: 13px;
	}

	#products.grid-view .product-miniature-wrapper {
		width: calc(100% - 20px);
	}

	#products .product-miniature-actions {
		width: 65px;
		padding: 0;
	}

	#products .product-miniature-price p {
		width: auto;
	}

	#products .miniature-size {
		width: calc(100% / 5);
	}

	#products .product-miniature-price {
		width: calc(100% - 65px);
	}
}

@media (max-width: 400px) {
	.featured-products > div > div,
	#info-boxes > div,
	/*.best-sellers > div > div,
	.homepage-promotions > div > div,*/
	.left-side-category > div,
	.nameless > div,
	/*.homepage-blog-post-wrapper {
		width: 90% !important;
	}*/

	#product-page a.add-comment,
	.social-share-wrapper > span {
		font-size: 12px;
	}
}

@media (max-width: 375px) {
	.comments label.control-label{
		display: block;
		width: 100%;
	}
	.logo-wrapper.desktop-logo {
		display: none !important;
	}

	.logo-wrapper.mobile-logo {
		display: block !important;
	}

	#mobile-header .logo-wrapper a,
	#mobile-header .logo-wrapper a img {
		height: 15px;
		padding: 0;

	}

	#mobile-header .logo-wrapper {
		padding: 10px 0 0 3px;
	}

	#product-page .product-rating .fa-star {
		font-size: 17px;
	}

	#product-page a.add-comment {
		margin: 0 5px;
	}

	.social-share-wrapper > span {
		padding: 0px 8px;
	}
}

.extend-width-15 {
	margin-left: -15px!important;
	margin-right: -15px!important;
}

.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
	background-color: #4E5754;
	border-color: #4E5754;
}
.section-title {
	margin-top: 10px;
	margin-bottom: 10px;
	text-overflow: clip!important;
	overflow: visible!important;
	white-space: normal!important;
	color: black!important;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: bold;
	display: block;
}
.emc-quickbuy #button-quickbuy.btn {
	color: #fff;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
	background-color: #4E5754;
	background-image: none;
	border: none;
	height: 39px;
	border-radius: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.emc-quickbuy #button-quickbuy.btn i {
	font-size: 18px;
	margin-right: 9px;
}
.x-reference-link a {
	padding: 10px 20px;
	border: 1px solid #bd362f;
	border-radius: 15px;
	color: #bd362f;
	display: inline-block;
	margin: 4px 0;
	text-align: center;
}
.clear-filters {
	padding: 10px 20px;
	border: 1px solid #bd362f;
	color: #bd362f;
	display: inline-block;
	margin: 4px 4px;
}
@media (min-width: 1400px) {
	.container.content {
		max-width: 1400px;
		width: 1400px;
	}
}
.internal_links_title {
	font-size: 21px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 20px;
	display: block;
}
.emc-quickbuy-agreetext {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}
#mobile-header .mobile-menu-wrapper .open ul.dropdown-menu {
	background-color: #6a706e;
}
#mobile-header .mobile-menu-wrapper .open ul.dropdown-menu > .open ul.dropdown-menu {
	background-color: #aaa8a8;
}
#mobile-header .mobile-menu-wrapper .open ul.dropdown-menu > .open ul.dropdown-menu > .open ul.dropdown-menu {
	background-color: #c4c4c4;
}
.sticky-buy-button {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%!important;
	z-index: 999;
}
.pagination>li>a, .pagination>li>span {
	color: #000000!important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: #ffffff!important;
}
.not-found .owl-wrapper-outer {
	border: none;
	box-shadow: none;
	border-radius: unset;
}
.breadcrumb + div.alert {
	clear: both;
}
div.emc-blog, div.survival-page-wrapper {
	font-size: 16px;
}
body.information-information-19 h1 {
	text-align: center;
}
.manufacturer-description {
	clear: both;
}
.faq-category-answer {
	font-size: 18px;
}
.faq-category-button {
	width: 100%;
	text-align: left;
	position: relative;
	padding: 10px 0px;
	color: #000;
	font-size: 18px;
	border-bottom: none;
}
.faq-category-button i {
	right: 18px;
	position: absolute;
	top: calc(50% - 10px);
	transform: rotate(90deg) translate(0, -50%);
}
.faq-category-button.collapsed i {
	right: 10px;
	top: calc(50%);
	transform: rotate(0deg) translate(0, -50%);
}
.faq-category-button:hover {
	color: #000;
	background-color: #e0e0e0;
	text-decoration: none;
	border-bottom: none;
}
.category-faq-title {
	text-align: center;
	border-bottom: solid 1px #000;
	padding-bottom: 20px;
}
.brand-letter-heading {
	font-size: 30px;
	display: block;
	width: 100%;
	margin: 40px 0;
}
.brand-letter-heading::before, .brand-letter-heading::after {
	background-color: #c3c3c3;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: calc(50% - 1em);
}
.brand-letter-heading::before {
	right: 0.5em;
	margin-left: 0.5em;
}
.brand-letter-heading::after {
	left: 0.5em;
	margin-right: -50%;
}
.brand-list-letter-container {
	display: flex;
	flex-wrap: wrap;
}
.brand-list-box {
	width: 200px;
	text-align: center;
	margin: 20px 20px;
}
.brand-list-box .brand-logo {
	height: 200px;
	width: 200px;
}
.brands-section-title {
	color: #000;
	text-align: center;
	margin-top: 50px;
	font-weight: normal;
}
h4.brands-section-title, .class-h4.brands-section-title {
	font-size: 22px;
}
.category-rating {
	clear: both;
}
.fixed-amount {
	font-size: 16px;
	margin-bottom: 5px;
}
.fixed-amount.selected i {
	display: inline;
}
.fixed-amount i {
	display: none;
}
.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;
	}
}
.mfp-iframe-scaler {
	height: 450px!important;
}
#product-info-and-buy.logged .emc-quickbuy {
	display: none;
}
.product-tk-special-promotions {
	color: #bd362f!important;
	margin-top: 20px;
	margin-bottom: 20px;
}
.product-tk-special-promotions a {
	color: #0483b2!important;
}
.a2a_full_footer {
	display: none;
}