<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    font-family: "Raleway",Helvetica,Arial,sans-serif;
}

.category-container p{
	width: 100%;
}

.toolbar-shop-pager .select2-container {
    width: 220px !important;
}

.select2-search__field{
	display: none !important;
}

.toolbar-shop-sorter{
	padding: 13px;
}

.product-grid{
	margin-top: 40px !important;
}

.pagination-md .page-link{
	font-size: 16px;
}

.product-grid .product-price-old{
	color: #CC0000;
}

.label-info {
	font-size: 12px;
	cursor: default;
}

.product-grid .product-price{
	color: #999999;
}

.product-categories a{
	border-left:0px solid #FFFFFF;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	font-size: 18px;
}

.product-categories a:hover{
	border-left:2px solid #55bbeb;
	padding-left: 10px;
	color:#42b574;
}

.product-categories a.active{
	font-weight: bold;
}

.product-categories .second a{
	font-size:16px;
	margin-left:15px;
}

.product-categories .third a{
	margin-left: 30px;
	font-size:14px;
}

.section-sm-124{
	padding-top: 60px;
}

.btn-add-cart, .recount-btn{
	color: #FFFFFF !important;
}

.product-radio {
	width: auto;
	height: auto;
	border-radius:10%;
	padding: 5px;
	line-height: 120%;
}

.product-radio-title{
	color: #666666;
	font-size: 12px;
}

.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}



.owl-carousel{
	padding-left: 20px !important;
	padding-right: 20px !important;
}


.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:after{
    font-family: 'fontAwesome';
	font-size:40px;
	color:#999999;
	position: absolute;
	top:28%;
	padding: 20px;
	background: #FFFFFF;
	background: rgba(255,255,255,0.9);
	border-radius:10px;
}

.owl-carousel .owl-nav .owl-prev:before{
    content: "\f053";
	left:0;
}
.owl-carousel .owl-nav .owl-next:after{
    content: "\f054";
	right:0;
}

span.required{
	font-weight: bold;
	color: #FF0000;
	font-size:16px;
}

.swiper-container{
	max-height: 600px;
}

.table-shopping-cart .product-image img{
	width: 110px;
	height: 110px;
}

.product-single .product-thumbnails li {
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 1400px) {
	.swiper-container{
		max-height: 540px;
	}
}

@media screen and (max-width: 1024px) {
	.swiper-container{
		max-height: 480px;
	}
}

@media screen and (max-width: 980px) {
	
	.table-shopping-cart h4, .table-shopping-cart .h4{
		font-size:18px;
	}
	
	.table-shopping-cart .product-image img{
		width: 60px;
		height: 60px;
	}
	
	.table-shopping-cart .inset-left-20, .table-shopping-cart .inset-left-20{
		padding-left: 0;
	}
	
	.table-shopping-cart td{
		padding: 0;
	}
	
}


@media screen and (max-width: 480px) {
	.owl-item{
		text-align: center;
		width: 100%;
	}
	.owl-carousel{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.swiper-container{
		max-height: 360px;
	}
}

.link-line, .link-line a{
	cursor: default;
	font-size: 1px;
	color:#191919;
}

.product-single .product-thumbnails{
	position: relative;
	bottom: 0px;
	margin-top: 5px;
}
</pre></body></html>