legend {
	text-align: center;
	margin-bottom: 30px;
}

.content {
	padding-top: 0;
	padding-bottom: 100px;
}

.banner-carousel {
}
.banner-carousel.narrow {
	display: none !important;
}
.banner-carousel .owl-nav button.owl-prev,
.banner-carousel .owl-nav button.owl-next {
	/*display: none;*/
}
.banner-carousel .owl-dots {
	margin-top: -14px;
}
@media (max-width: 600px) {
	.banner-carousel {
		/*height: 300px;*/
	}
	.home-banner {
		/*height: 300px !important;
		background-size: cover !important;*/
	}
}

.banner-carousel li div {
	height: 450px;
}
@media (max-width: 1400px) {
	.banner-carousel li div {
		background-size: auto 450px !important;
		height: 450px;
	}
}
@media (max-width: 1300px) {
	.banner-carousel li div {
		background-size: auto 430px !important;
		height: 430px;
	}
}
@media (max-width: 1200px) {
	/*.banner-carousel li div {
		background-size: auto 400px !important;
		background-position: -300px top !important;
		height: 400px;
	}*/
}
@media (max-width: 1200px) {
	.banner-carousel.wide {
		display: none !important;
	}
	.banner-carousel.narrow {
		display: block !important;
	}
	.banner-carousel li div {
		background-size: auto 400px !important;
		height: 400px;
	}
	.banner01 {
		background:url(../../assets/images/banner-pss-01-1000.jpg) left top repeat-x !important;
	}
	.banner02 {
		background:url(../../assets/images/banner-pss-02-1000.jpg) left top repeat-x !important;
	}
	.banner03 {
		background:url(../../assets/images/banner-pss-03-1000.jpg) left top repeat-x !important;
	}
	.banner06 {
		background:url(../../assets/images/banner-pss-06-1000.jpg) left top repeat-x !important;
	}
	.banner07 {
		background:url(../../assets/images/banner-pss-07-1000.jpg) left top repeat-x !important;
	}
	.banner08 {
		background:url(../../assets/images/banner-pss-08-1000.jpg) left top repeat-x !important;
	}
}
@media (max-width: 900px) {
	.banner-carousel li div {
		background-size: auto 380px !important;
		height: 380px;
	}
}
@media (max-width: 768px) {
	.banner-carousel li div {
		background-size: auto 320px !important;
		/*background-position: -250px top !important;*/
		height: 320px;
	}
}
@media (max-width: 375px) {
	.banner-carousel li div {
		background-size: auto 250px !important;
		/*background-position: -190px top !important;*/
		height: 250px;
	}
	.banner-carousel.wide,
	.banner-carousel.narrow {
		display: none !important;
	}
}

.sldx {
	max-width: 1550px;
	margin: 0 auto;
	text-align: left;
}
.brand-list{
    list-style:none;
    margin: 0 auto;
    /*max-width: 1100px;*/
    width: 100%;
    padding: 0;
	/*text-align: center;*/
	text-align: justify;
	font-size: 0;
	margin-bottom: 50px;
}

.brand-list li{
    display: inline-block;
    box-sizing:border-box;
    text-align: center;
    font:bold 18px sans-serif;
    background-color:#ffffff;
    /*border: 1px solid #DDDDDD;*/
    /*border-radius: 3px;
    box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.08);*/
    /*max-width:250px;*/
	width: 16%;
	margin: 0px 0px 20px 0;
	padding: 25px;
	vertical-align: middle;
	position: relative;
}
.brand-list li.forJustify {
	border: none;
	background: none;
	height: 1px;
	padding: 0px;
	margin: 0px 0px 0px 0;
}
.brand-list li:hover {
	/*border: 1px solid #C0C0C0 !important;*/
}

.brand-list .brand-cat {
	margin: 6px 0px 0 0;
	padding: 0px;
	display: none;
}
.brand-list .brand-cat li {
	width: auto;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	border-right: 1px solid #CCCCCC;
	padding: 0;
	padding-right: 10px;
	line-height: 12px;
	margin: 0 5px 5px 0px
}
.brand-list .brand-cat li:last-child {
	border: none;
	margin-right: 0px;
	padding-right: 0px;
}
.brand-list .brand-cat li a {
	color: #999999;
}
@media (max-width: 767px) {
	.sldx {
		margin: 0 -15px;
	}
	.brand-list .brand-cat li {
		padding-right: 7px;
		margin-right: 3px;
	}
}

/* The product image */

.brand-list .brand-photo {
	position: relative;
    display: block;
    text-align: center;
    /*box-shadow : 0 0 10px 5px #f3f3f3 inset;*/
    width: 100%;
    margin-bottom: 12px;
    /*padding: 10px 10px;*/
    padding: 0px;
    box-sizing:border-box;
		display: flex;
    align-items: center;
		cursor: pointer;
}
.brand-list .brand-photo:before {
	margin: 0 auto;
	color: #d3d3d3;
	font-size: 40px;
}
.brand-list .brand-photo:before{
	content: "";
	display: block;
	padding-top: 30%; 	/* initial ratio of 1:1*/
}
.brand-list .brand-photo .brand-photo-con {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	align-items: center;
}

.brand-list .brand-photo img {
display: block;
 /* max-width:180px;
  max-height:180px;*/
	max-width: 90%;
	max-height: 80%;
	margin: auto;
	width: auto;
	height: auto;
}

/* The product name */

.brand-list h2{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    margin:0;
    font-size:18px;
	max-width: 100%;
	display: none;
}

.brand-list h2 a{
    text-decoration: none;
    color: #555555;
}
@media (max-width: 567px) {
	.brand-list h2{
		font-size: 15px;
		display: none
	}
}


@media (max-width: 1500px) {
	.brand-list li {
		width: 16%;
	}
}
@media (max-width: 1300px) {
	.brand-list li {
		width: 24%;
	}
}
@media (max-width: 1023px) {
	.brand-list li {
		width:32%;
	}
}
@media (max-width: 767px) {
	.brand-list {
		/*margin-left: -5px;
		margin-right: -5px;*/
		width: auto;
		margin-bottom: 50px;
	}
	.brand-list li {
		z-index:0;
		display: inline-block;
		box-sizing:border-box;
		font:bold 18px sans-serif;
		background-color:#ffffff;
		border: 1px solid #FFFFFF;
		width: 50%;
		margin: 0 0 15px 0;
		/*max-width:162px;
		margin: 5px;*/
		padding: 0 2%;
		vertical-align: top;
	}
	.brand-list li:hover {
		border: 1px solid #FFFFFF !important;
	}
	/*.brand-list .brand-photo {
		width: 140px;
		height: 140px;
	}
	.brand-list .brand-photo img {
		max-width: 140px;
		max-height: 140px;
	}
	.brand-list .download-section button::before {
		display: none;
	}
	.brand-list .download-section button span {
		padding-left:0px;
	}*/
	.brand-list h2{
		font-size: 16px;
	}
}



.brand-list .mood-img {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: 15px;
}
.brand-list .mood-img img {
	width: 100%;
	height: auto;
	transition: transform 1s;
	transition-timing-function: ease;
}
.brand-list li:hover .mood-img img {
	transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}



.new {
	position: absolute;
	top: -18px;
}
.new span {
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	color: #c63033;
}


h5 {
	/*font-weight: bold;*/
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #AAAAAA;
}


.brand-list-small {
    list-style:none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
	text-align: center;
	/*text-align: justify;*/
	font-size: 0;
	margin-bottom: 90px;
}

.brand-list-small li {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    background-color:#ffffff;
	width: 12.5%;
    margin: 0 2% 35px;
	vertical-align: middle;
	position: relative;
}
.brand-list-small li.forJustify {
	border: none;
	background: none;
	height: 1px;
	padding: 0px;
	margin: 0 2%;
}
.brand-list-small li a {
	color: #555555;
}


@media (max-width: 1500px) {
.brand-list-small li {
	width: 20%;
}
}
@media (max-width: 1100px) {
.brand-list-small li {
	width: 20%;
}
}
@media (max-width: 1023px) {
.brand-list-small li {
	width: 26%;
}
}
@media (max-width: 767px) {
.brand-list-small li {
	width: 48%;
	margin: 0 0 20px 0;
}
}

.brand-list-small .brand-cat {
	margin: 6px 0px 0 0;
	padding: 0px;
}
.brand-list-small .brand-cat li {
	width: auto;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	border-right: 1px solid #CCCCCC;
	padding-right: 10px;
	line-height: 12px;
	margin: 0 5px 5px 0px
}
.brand-list-small .brand-cat li:last-child {
	border: none;
	margin-right: 0px;
	padding-right: 0px;
}
.brand-list-small .brand-cat li a {
	color: #999999;
}

@media (max-width: 767px) {
	.brand-list .brand-cat li {
		padding-right: 7px;
		margin-right: 3px;
	}
}


.brand-details {
}
.brand-details legend {
	text-align: left;
}
.brand-details-div {
	display: flex;
}
.brand-details .brand-img {
	float: left;
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 15px;
	width: 50%;
}
.brand-details .brand-info {
	float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 20px;
	position: unset;
	padding-bottom: 100px;
	flex: 1;
	width: auto;
	max-width: 1000px;
}
.brand-details .brand-info.frd-brand {
	padding-left: 15px;
	padding-bottom: 0px;
}
@media (min-width: 1300px) {
	.brand-details .brand-img {
		width: 650px;
	}
	.brand-details .brand-info.frd-brand {
		flex: none;
		width: 70%;
		max-width: 1740px;
	}
}
@media (max-width: 767px) {
	.brand-details-div {
		display: block;
	}
	.brand-details .brand-img {
		width: 100%;
		margin-bottom: 25px;
		padding-right: 15px;
		padding: 0;
	}
	.brand-details .brand-info {
		padding-bottom: 0px;
		padding-left: 15px;
	}
}

.brand-details h1 {
	font-size: 25px;
	margin: 0px;
}
.brand-details h3 {
	font-size: 15px;
	color: #999999;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dddddd;
}

.brand-details .brand-logo {
	margin-bottom: 28px;
	display: inline-block;
}
.brand-details .brand-logo img {
	max-width: 260px;
	max-height: 82px;
}

.brand-details .brand-cat {
	margin: 3px 0px 28px 0;
	padding: 0px;
	list-style: none;
}
.brand-details .brand-cat li {
	display: inline-block;
	width: auto;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	border-right: 1px solid #CCCCCC;
	padding-right: 11px;
	margin-right: 7px;
	line-height: 12px;
}
.brand-details .brand-cat li:last-child {
	border: none;
	margin-right: 0px;
	padding-right: 0px;
}
.brand-details .brand-cat li a {
	color: #999999;
}
@media (max-width: 767px) {
	.brand-details .brand-cat li {
		padding-right: 7px;
		margin-right: 3px;
	}
}

.brand-details .brand-links {
	position: absolute;
	bottom: 0px;
	margin: 0;
	padding: 0px;
	list-style: none;
}
.brand-details .brand-links li {
	margin-top: 3px;
}
.brand-details .brand-links li * {
	font-size: 12px;
	color: #555555;
}
.brand-details .brand-info.frd-brand .brand-links {
	margin-top: 20px;
	position: relative;
}
@media (max-width: 767px) {
	.brand-details .brand-links {
		margin-top: 20px;
		position: relative;
	}
}

.brand-details .brand-btn {
	padding: 80px 0 60px;
}
.brand-details .brand-btn .btn {
	background: #A1A1A1;
	font-size: 15px;
	font-weight: normal;
	padding: 10px 12px;
	min-width: 190px;
}
.brand-details .brand-btn .btn:hover {
	background: #999;
	color: #FFF !important;
}

.jc-bs3-container.container {
	width: 600px !important;
}


.story {
	max-width: 1500px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 28px;
}
html[lang="en"] .story {
	font-size: 15px;
}
.story legend {
	text-align: center;
	margin: 5px 0 5px;
	padding: 0px;
}
.story .year {
	font-size: 12px;
	margin-bottom: 80px;
	line-height: normal;
}
.story .quote {
	font-size: 22px;
	line-height: normal;
	margin-bottom: 4px;
}
.story .caption {
	font-size: 13px;
}
.story h2 {
	font-size: 21px;
	padding: 0px;
	margin: 0px 0px 32px 0;
}
.story .col2 {
	display: flex;
}
.story .col2 div {
	margin: 0 10px 40px;
	flex: 1;
	line-height: 22px;
}
html[lang="en"] .story .col2 div {
	line-height: 28px;
}
.story .col2 div:first-child {
	margin-left: 0px;
}
.story .col2 div:last-child {
	margin-right: 0px;
}
.story .col-auto {
	display: flex;
}
.story .col-auto div {
	margin: 0 10px 40px;
	flex: auto;
	line-height: 22px;
}
html[lang="en"] .story .col-auto div {
	line-height: 28px;
}
.story .col-auto.col-min-margin div,
.story .col2.col-min-margin div {
	margin: 0 1px 40px;
}
.story .col-auto.col-lg-margin div {
	margin: 0 20px 40px;
}
.story .col-auto div:first-child {
	margin-left: 0px;
}
.story .col-auto div:last-child {
	margin-right: 0px;
}
.story .col-valign {
	align-items: center;
}
.story .col-valign div {
	line-height: 28px;
}
.story .col-reverse {
	flex-direction: row-reverse;
}
.story .col-reverse div:first-child {
	margin-right: 0;
	margin-left: 10px;
}
.story .col-reverse div:last-child {
	margin-left: 0;
	margin-right: 10px;
}
@media (max-width: 767px) {
	html[lang="en"] .text-center div {
		text-align: justify;
	}
	html[lang="en"] .text-center .year,
	html[lang="en"] .text-center h2 {
		text-align: center;
	}
	.story {
		font-size: 15px;
	}
	.story .col2 {
		display: block;
	}
	.story .col2 div.col-text {
		padding-top: 40px;
		text-align: center !important;
		max-width: 100% !important;
	}
	html[lang="en"] .story .col2 div.col-text {
		text-align: justify !important;
	}
	.story .col2 div {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.story .col-auto {
		display: block;
	}
	.story .col-auto div {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.story .col2.no-mobile,
	.story .col-auto.no-mobile {
		display: flex;
	}
	.story .col2.no-mobile div {
		margin-left: 1px !important;
		margin-right: 1px !important;
	}
	.story .col2.no-mobile div:first-child {
		margin-left: 0px !important;
	}
	.story .col2.no-mobile div:last-child {
		margin-right: 0px !important;
	}
	.story .col-reverse div:first-child {
		margin-left: 0px !important;
	}
	.story .col-reverse div:last-child {
		margin-right: 0px !important;
	}
}


.axent .col2.col2-custom div:first-child {
	margin-right: 37px;
}
.axent .col2.col2-custom div:last-child {
	margin-left: 37px;
}

.fusital ul.designers {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	list-style: none;
	margin: 0px auto 20px;
	padding: 0px;
	max-width: 1180px;
}
.fusital ul.designers li {
	margin: 0 0 10px 0;
	padding: 10px;
	width: 25%;
	font-size: 15px;
	line-height: normal;
}
.fusital ul.designers li img {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.fusital ul.designers {
		margin: 0px auto 0px;
	}
	.fusital ul.designers li {
		width: 50%;
		padding: 5px;
		font-size: 12px;
	}
	.fusital ul.designers li img {
		margin-bottom: 5px;
	}
}
.fusital .concepts div {
	margin-bottom: 20px;
	flex: 1;
}
.fusital .concepts h2 {
	margin-bottom: 20px;
}
.fusital .concepts img {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.fusital .concepts div {
		font-size: 12px;
		line-height: normal !important;
		text-align: center !important;
	}
}

.treca ul.designers {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	list-style: none;
	margin: 0px auto 20px;
	padding: 0px;
	max-width: 1240px;
}
.treca ul.designers li {
	margin: 0 0 10px 0;
	padding: 10px;
	width: 20%;
	font-size: 15px;
	line-height: normal;
}
.treca ul.designers li img {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.treca ul.designers {
		margin: 0px auto 0px;
	}
	.treca ul.designers li {
		width: 50%;
		padding: 5px;
		font-size: 12px;
	}
	.treca ul.designers li img {
		margin-bottom: 5px;
	}
}



.product-list-small{
    list-style:none;
    margin: 0 auto;
    /*max-width: 1100px;*/
    width: 100%;
    padding: 0;
		text-align: center;
		text-align: justify;
		font-size: 0;
}

.product-list-small li{
    display: inline-block;
    box-sizing:border-box;
    text-align:left;
    font:bold 18px sans-serif;
    background-color:#ffffff;
    /*border: 1px solid #DDDDDD;*/
	border: 1px solid #FFFFFF;
    /*border-radius: 3px;
    box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.08);*/
    /*max-width:250px;*/
	/*width: 15.2%;*/
	width: 95%;
    /*margin: 1% 0;*/
	margin: 0;
    padding: 18px;
		
	vertical-align: middle;
	position: relative;
}
.product-list-small li.forJustify {
	border: none;
	background: none;
	height: 1px;
	padding: 0px;
	margin: 0;
}
.product-list-small li:hover {
	/*border: 1px solid #C0C0C0 !important; */
	border: 1px solid #FFFFFF !important;
	/*border: 1px solid #DDDDDD;*/
}

/* The product image */

.product-list-small .product-photo {
	position: relative;
    display: block;
    text-align: center;
    /*box-shadow : 0 0 10px 5px #f3f3f3 inset;*/
    width: 100%;
    /*margin-bottom: 25px;*/
	margin-bottom: 5px;
    /*padding: 10px 10px;*/
    padding: 0px;
    box-sizing:border-box;
		display: flex;
    align-items: center;
		cursor: pointer;
}
.product-list-small .product-photo:before {
	margin: 0 auto;
	color: #d3d3d3;
	font-size: 40px;
}
.product-list-small .product-photo:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.product-list-small .product-photo .product-photo-con {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0; 
}

.product-list-small .product-photo img {
display: block;
 /* max-width:180px;
  max-height:180px;*/
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	width: auto !important;
	height: auto;
}

/* The product name */

.product-list-small h2{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    margin:0;
    font-size:17px;
	font-weight: bold;
	max-width: 100%;
	text-align: center;
}

.product-list-small h2 a{
    text-decoration: none;
    color: #555555;
}
@media (max-width: 567px) {
	.product-list-small h2{
		font-size: 15px;
	}
}

/* The star product rating */

.product-list-small .product-rating{
    display: block;

    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;

    width: 80px;
    margin: 7px -2px;
}

.product-list-small .product-rating i{
    margin-left: 2px;
}

.product-list-small .product-code{
    font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px;
	color: #AAAAAA;
}

.product-list-small .product-description{
    font-size: 14px;
    font-weight: normal;
    color: #5d5d5d;
    line-height: 1.45;

    margin-bottom: 20px;
}

.product-list-small .product-price{
    font-size: 16px;
    margin: 15px 0 15px 0;
	display: none;
}

.product-list-small .product-updated{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #AAAAAA;
}

.product-list-small .product-brand{
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 3px;
	max-width: 100%;
	min-height: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-list-small .product-brand a {
	color: #555555;
	/*display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px;*/
}
/*.product-list-small .product-brand a:first-child {
	max-width: 70%;
}
.product-list-small .product-brand a:last-child {
	max-width: 20%;
}*/

div.qty-section > div {width:100%;display:inline-flex;}
div.qty-section > div > input {margin:0px;padding-left:5px;font-size:10px;padding-right:5px;max-width:18%;text-align:center;}
.btn-minus{cursor:pointer;font-size:7px;display:flex;align-items:center;padding:5px;padding-left:10px;padding-right:10px;border:1px solid gray;border-radius:2px;border-right:0px;}
.btn-plus{cursor:pointer;font-size:7px;display:flex;align-items:center;padding:5px;padding-left:10px;padding-right:10px;border:1px solid gray;border-radius:2px;border-left:0px;}

.add-to-cart {
  position: sticky; top: 10px;
}


.add-to-cart {
  width: 10%;
  height: 150px !important;
  color: #FFF;
  text-align: center;
  font-family: sans-serif;
  line-height: 1.8em;
}

.added-to-cart-msg {
  position: fixed;
	top: 15px;
	z-index: 9999;
	left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;
  width: 60%;
  height: auto !important;
  color: #000;
  text-align: center;
  font-family: sans-serif;
	opacity: 0.95 !important;
	filter: alpha(opacity=95) !important;
}

.product-list-small .product-footer {
	width: 100%;
	min-height: 40px;
	display: none;
}
.product-list-small .download-section {
	height: 30px;
	border: none;
	padding-top: 10px;
}
.product-list-small .download-section .option {
	float: left;
	padding: 0px;
	margin-left: 5px;
}
.product-list-small .download-section .option:first-child {
	margin-left:0px;
}
.product-list-small .download-section button {
	font-size: 11px;
	color: #FFFFFF;
	border: none;
	background: #AAAAAA;
	padding: 7px 5px 6px;
}
.product-list-small .download-section button span {
	color: #FFFFFF;
	padding-left: 3px;
}

.product-list-small .count{
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin: 0;
	display: none;
}
.product-list-small .count, .product-list-small .count span {
	font-size: 12px;
	font-weight: normal;
}
.product-list-small .count div:first-child {
	padding: 0;
}
.product-list-small .count div:last-child {
	padding: 0;
}
.product-list-small .count i {
	padding-right: 0px;
	font-size: 15px;
}

.product-list-small .sep {
	border-left: 1px solid #DDDDDD;
	width: 1px;
	margin: 0px 10px;
}
.product-list-small .fa-shopping-cart {
	font-size: 20px;
	line-height: 22px;
	padding: 5px 30px;
	border: 1px solid gray;
    border-radius: 2px;
	background: #555555;
	color: #FFFFFF;
}
@media (max-width: 1500px) {
.product-list-small li {
	/*width: 24%;*/
}
}
@media (max-width: 1100px) {
.product-list-small li {
	/*width: 32%;*/
}
}
@media (max-width: 900px) {
.product-list-small li {
	/*width: 48%;*/
	padding: 3%;
	margin: 2% 0;
}
}
@media (max-width: 758px) {
.product-list-small {
	/*margin-left: -5px;
	margin-right: -5px;*/
	width: auto;
}
.product-list-small li {
	z-index:0;
	display: inline-block;
	box-sizing:border-box;
	text-align:left;
	font:bold 18px sans-serif;
	background-color:#ffffff;
	border: 1px solid #FFFFFF;
	/*max-width:162px;
	margin: 5px;*/
	padding: 5px;
	vertical-align: middle;
}
.product-list-small li:hover {
	border: 1px solid #FFFFFF !important;
}
/*.product-list-small .product-photo {
	width: 140px;
	height: 140px;
}
.product-list-small .product-photo img {
	max-width: 140px;
	max-height: 140px;
}
.product-list-small .download-section button::before {
	display: none;
}
.product-list-small .download-section button span {
	padding-left:0px;
}
.product-list-small h2{
	max-width: 140px;
}*/
}
@media (max-width: 460px) {
.product-list-small .count div:first-child {
	width: 100%;
	margin-bottom: 5px;
}
.product-list-small .count div:last-child {
	width: 100%;
	text-align: left;
	padding-left: 0px;
}
.product-list-small .count div:last-child div {
	padding-left: 0;
}
}

.vendor-section {
	display: none;
}

.new {
	position: absolute;
	top: -18px;
}
.new span {
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	color: #c63033;
}


.coCat {
	text-align: center;
	margin-top: 10px;
	position: relative;
	width: auto;
	display: inline-block;
}
.coCat .form-control {
	width: auto;
	margin: 0 auto;
	font-size: 13px;
	height: 40px;
	padding: 5px 12px 5px 12px;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	background-color: rgba(255,255,255,0);
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align-last:center;
	cursor: pointer;
  
}
.coCat:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 15px;
  color: #555555;
  line-height: 30px;
  padding: 5px 10px 5px 6px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.coCat {
		margin-top: -5px;
	}
}

.swal2-content {
	overflow-y: auto;
	height: 80vh;
}
.swal2-close {
	outline: none;
}




.owl-stage {
	margin: 0 0;
}
.owl-carousel .owl-stage-outer {
	text-align: center;
}
.brand-details .owl-carousel .owl-stage-outer {
	text-align: center;
}
.owl-carousel .owl-stage-outer .owl-stage {
	display: inline-block;
}

.owl-item {
	text-align: center;
}
.owl-carousel .owl-nav {
	margin: 0px !important;
}
.owl-carousel .owl-nav button {
	width: 30px;
	height: 70px;
	outline: none;
	margin: 0px !important;
}
.owl-carousel .owl-nav button:hover {
	background: none !important;
	color: #888888 !important;
}
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -15px;
	text-align: left;
}
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -15px;
	text-align: right;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block
}
.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before {
	font-size: 30px;
}
.owl-dots {
	margin-top: 30px;
	/*margin-bottom: -30px;*/
}
.owl-theme .owl-dots .owl-dot {
	outline: 0;
	height: 30px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 50px;
    height: 2px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}

@media (max-width: 1024px) {
	.owl-theme .owl-dots .owl-dot span {
		width: 40px;
    	margin: 5px 3px;
	}
}
@media (max-width: 758px) {
	.owl-theme .owl-dots .owl-dot span {
		width: 30px;
    	margin: 5px 3px;
	}
}
@media (max-width: 375px) {
	.owl-theme .owl-dots .owl-dot span {
		width: 20px;
    	margin: 5px 2px;
	}
}