<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

body {
	font-family: 'Roboto', sans-serif;
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:400;
	color:#000;
}

.content_container *,
#newsletter *,
.footer_container *,
.search *,
.search{
	box-sizing:border-box;
}

img{
	border:none;
}

.clear{
	clear:both;
}

.top_container{
	width:100%;
	position:relative;
	z-index:4;
	box-shadow:1px 1px 15px rgba(0, 0, 0, 0.35);
}

.top_container .top_content{
	width:93%;
	margin:auto;
	height:92px;
}

.top_container .top_content .left_side{
	float:left;
	width:28%;
}

.top_container .top_content .left_side a{
	font-size:12px;
	display:inline-block;
	padding:10px 0px 6px 0px;
	margin-right:30px;
	color:#4d555c;
	text-decoration:none;
}

.top_container .top_content .middle_side{
	width:30%;
	float:left;
	text-align:center;
	color:#151719;
	font-size:12px;
	padding-top:14px;
}

.top_container .top_content .right_side .phone {
	width:50px;
	display:inline-block;
	padding:5px 10px;
}

.top_container .top_content .right_side .language_container {
	width:50px;
	display:inline-block;
	padding:5px 10px;
	
	position:relative;
}

.top_container .top_content .right_side .language_container a.lang_dd {
	padding-right:22px;
	width:30px;
	
	background-image:url(/images/arrow_down.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:10px;
	
	margin-left:0px;
}

.top_container .top_content .right_side .language_container div.langs {
	position:absolute;
	top:30px;
	left:-1px;
	
	width:75px;
	padding-bottom:10px;
	
	background-color:#FFF;
	
	display:none;
}

.top_container .top_content .right_side .language_container div.langs a {
	display:block;
	text-decoration:none;
	text-align:left;
}

.top_container .top_content .right_side .language_container div.langs a:hover {
	text-decoration:underline;
}

/*.top_container .top_content .right_side .language a {
	font-size:16px;
	color:#0c0d18;
	text-decoration:none;
}*/

.logo_container .content .language a.sel{
	color:#7cc7a0;
	font-weight:bold;
}

.logo_container .content .search{
	float:left;
	width:90px;
}

.logo_container .content .search input{
	border:1px solid #cbd0d8;
	padding:6px 10px;
	width:228px;
	background-color:transparent;
	color:#151719;
}

.logo_container .cart{
	float:right;
	padding-top:10px;
}

.logo_container .cart a{
	color:#151719;
	text-decoration:none;
	font-size:14px;
	padding:8px 0px;
	margin-left:10px;
	display:inline-block;
}

.logo_container .cart a span{
	color:#fff;
	position:absolute;
	right:0px;
	top:11px;
	font-size:11px;
	width:18px;
	text-align:center;
}

.top_container .top_content .right_side{
	float:right;
	text-align:right;
	padding-top:27px;
}

.top_container .top_content .right_side a{
	color:#0c0d18;
	text-decoration:none;
	margin-left:20px;
}

.shipping_text{
	float:right;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#464c53;
	padding-top:15px;
}

.header_banners{
	right:0px;
	top:12px;
	z-index:999;
	margin-right: -480px;
    position: absolute;
    right: 50%;
}

.footer_production{
	width:100%;
	background-color:#e7e7e7;
}

.footer_production .container{
	width:1170px;
	margin:auto;
	color:#868686;
	padding:15px 0px;
	font-size:11px;
	text-align:center;
}

.red_text,
span.red_text,
a.red_text{
	color:#3c941a;
}

.size_prop{
	display:inline-block;
}

.size_prop input{
	display:none;
}

.size_prop label{
	border:1px solid #252525;
	padding:5px 0px;
	text-align:center;
	width:50px;
	display:block;
	cursor:pointer;
	margin-bottom:5px;
}

.size_prop input[type="checkbox"]:checked + label{
	background-color:#3c941a;
	color:#fff;
	border:2px solid #3c941a;
	width:48px;
	padding:4px 0px;
}

.location{
	padding:20px 0px;
	background:url(/images/location_bg_pattern.png) center top repeat-x;
	border-bottom:1px solid #f7f5f3;
}

.location .content{
	width:1140px;
	margin:auto;
}

.location .content a{
	font-size:12px;
	color:#333333;
	float:none;
	display:inline-block;
	text-decoration:none;
}

.location .content a:hover{
	text-decoration:underline;
}

img.full_width{
	width:100%;
	height:auto;
}

.discount_badge{
	background-color:#f6a6c9;
    border-bottom-right-radius:15px;
    border-top-left-radius:15px;
    top:15px;
    color:#fff;
    display:block;
    font-size:12px;
    font-weight:bold;
    right:15px;
    padding:4px 10px;
    position:absolute;
}

.discount_badge_attention{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#151719;
	position:absolute;
	left:0px;
	top:0px;
	width:220px;
}

.discount_badge_attention .title{
	border:1px solid #f03e45;
	padding:5px 10px !important;
	float:left;
	width:165px;
	min-height:auto !important;
	font-weight:normal !important;
	background-color:#fff;
	height:auto !important;
}

.discount_badge_attention .icon{
	width:33px;
	float:left;
	min-height:auto !important;
}

input[type=radio]{
	display:none;
}

input[type=radio] + label{
	display:inline-block;
	padding-left:30px;
	font-size:18px;
	background:url(/images/custom_radio_button.png) left top no-repeat;
	line-height:21px;
	margin-bottom:35px;
	cursor:pointer;
	position:relative;
}

input[type=radio] + label img{
	position:absolute;
	top:-10px;
	left:230px;
}

input[type=radio]:checked + label{
	background:url(/images/custom_radio_button.png) left bottom no-repeat;
	color:#3c2f87;
}

.content_container{
	position:relative;
	z-index:1;
}

.main_menu_container{
	position:relative;
	z-index:2;
}

.header_container{
	position:relative;
	z-index:1;
}

.terms{
	float:right;
	width:315px;
	font-size:14px;
	color:#4d555c;
}

.terms a{
	color:#7cc7a0;
}

.partners_container{
	background-color:#212324;
	padding:25px 0px;
}

.partners_container .partners_content{
	width:1170px;
	margin:auto;
}

.partners_container .partners_content a{
	display:inline-block;
	margin-left:21px;
}

.partners_container .partners_content a img{
	width:98px;
	height:auto;
}

.side_menu h2{
	font-family: 'Roboto', sans-serif;
	letter-spacing:-0.5px;
	text-transform:uppercase;
}

.art_item .title{
	letter-spacing:-0.5px;
}

.top_contact_holder{
	background-color:#f0f1f2;
}

.responsive_menu_holder{
	float:left;
	padding-top:20px;
}

.responsive_menu_holder a{
	font-size:18px;
	text-decoration:none;
	color:#000000;
	font-weight:700;
}

.responsive_background{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.0);
	z-index:9999;
	display:none;
}

#reponsive_main_menu{
	position:absolute;
	top:92px;
	display:none;
	z-index:99999;
	width:100%;
	padding:85px 0px 180px 0px;
	background:url(/images/menu_arrow_bg.png) center top no-repeat #f2f3f2;
	z-index:3;
}

#reponsive_main_menu .responsive_cont{
	width:70%;
	margin:auto;
}

#popup_dimension_keeper form{
	overflow:visible;
}

.banners_holder{
	width:1170px;
	margin:auto;
}

.banners_holder .banners_row{
	margin-bottom:70px;
}

#responsive_button{
	display:none;
}

.new_container{
	padding:6px 20px;
	font-size:10px;
	border-top-left-radius:15px;
	border-bottom-right-radius:15px;
	color:#fff;
	background-color:#2b99ce;
	display:block;
	position:absolute;
	font-weight:bold;
	z-index:999999;
	left:15px;
	bottom:80px;
}

.notinstock_container{
	padding:6px 20px;
	font-size:10px;
	border-top-left-radius:15px;
	border-bottom-right-radius:15px;
	color:#fff;
	background-color:#ff0000;
	display:block;
	position:absolute;
	font-weight:bold;
	z-index:999999;
	left:15px;
	bottom:110px;
}

.articles_content.landscape .art_item{
	float:none !important;
	width:100% !important;
	background-position:bottom left !important;
	height:auto !important;
	padding:55px 0px !important;
}

.articles_content.landscape .art_item h1{
	font-size:36px;
	color:#000;
	font-weight:700;
	margin:0px !important;
	line-height:normal !important;
}

.articles_content.landscape .art_item .desc .small_text{
	color:#868686;
}

.articles_content.landscape .art_item .quantity_container{
	padding:15px 10px;
	background-color:#f1f2f2;
	float:left;
}

.articles_content.landscape .art_item .order_buttons .main_link{
	display:block;
	border:1px solid #868686;
	padding:20px 0px;
	text-align:center;
	font-size:18px;
	color:#868686;
	text-transform:uppercase;
	margin-top:43px;
}

.articles_content.landscape .art_item .order_buttons .add_button{
	padding:17px 25px 18px 25px;
	background-color:#7cc7a0;
	display:inline-block;
	float:right;
}

.articles_content.landscape .art_item a{
	text-decoration:none !important;
	color:#000;
}

.articles_content.landscape .art_item .title div{
	float:left;
	width:175px;
	margin-right:70px;
	padding-top:25px;
}

.articles_content.landscape .art_item .image{
	width:175px;
	float:left;
	height:180px;
	margin-right:20px;
}

.articles_content.landscape .art_item .desc{
	float:left;
	width:535px;
	text-decoration:none;
	line-height:24px;
}

.articles_content.landscape .art_item .order_buttons{
	float:right;
	width:260px;
}

.articles_content.landscape .art_item .title span:nth-child(1){
	float:left;
	width:130px;
	bottom:auto;
	position:relative;
	padding-top:25px;
}

.articles_content.landscape .discount_badge{
	right:auto !important;
	left: 60% !important;
	top:45px !important;
}

.articles_content.landscape .new_container{
	right:auto !important;
	left:68% !important;
	top:45px !important;
	bottom:auto !important;
}

.articles_content.landscape .notinstock_container{
	right:auto !important;
	bottom:auto !important;
	top:45px !important;
	left:78% !important;
}

.articles_content.landscape .art_item .overlay a:nth-child(3),
.articles_content.landscape .art_item .overlay a:nth-child(4),
.articles_content.landscape .art_item .overlay a:nth-child(5){
	position:absolute !important;
	top:35px !important;
}

.articles_content.landscape .art_item .overlay a:nth-child(3){
	left:40% !important;
}

.articles_content.landscape .art_item .overlay a:nth-child(4){
	left:45% !important;
}

.articles_content.landscape .art_item .overlay a:nth-child(5){
	left:50% !important;
}

a.responsive_config_button{
	display:none;
}

.no_items{
	margin-top: 20px;
	font-size: 16px;
	color: rgb(224, 107, 160);
	background-color: rgba(224, 107, 160, 0.2);
	border: 1px solid rgb(224, 107, 160);
	line-height: 22px;
	padding: 5px;
	margin-bottom:50px;
}

.payment_methods{
	height:90px;
	padding-bottom:20px;
	padding-top:20px;
	border-top:1px solid #ccc;
	margin-top:20px;
}

.payment_methods .payment_item{
	float:left;
	width:300px;
	height:80px;
	margin-right:90px;
}

.responsive_img{
	width:80% !important;
}

.non_responsive,
a.non_responsive,
img.non_responsive,
span.non_responsive{
	height:auto !important;
	width:auto !important;
}

.responsive_logo{
	display:none;
}

.white_text{
	color:#fff;
	line-height:30px;
}

#newsletter{
	background-color:#3c2f87;
}

.newsletter_content{
	width:1400px;
	margin:auto;
	color:#fff;
	padding:18px 0px;
}

.newsletter_content h2{
	margin-top:0px;
	margin-bottom:5px;
}

.newsletter_content .left_side{
	float:left;
	width:60%;
}

.newsletter_content .right_side{
	float:right;
}

.newsletter_content .right_side .inputs{
	float:right;
}

.newsletter_content .right_side input{
	width:290px;
	color:#fff;
	padding:17px 25px 16px 25px;
	font-size:22px;
	background-color:transparent;
	border:1px solid #fff;
	display:inline-block;
	height:62px;
}

.newsletter_content .right_side .button{
	float:right;
}

.newsletter_content .right_side .button a{
	display:inline-block;
	padding:18px 50px;
	font-size:22px;
	text-transform:uppercase;
	color:#3c2f87;
	background-color:#fff;
	border:1px solid #fff;
	text-decoration:none;
	height:62px;
	font-weight:700;
}

.footer_container,
.footer_container a{
	color:#fff;
	text-decoration:none;
}

.semi_bold{
	font-weight:500;
}

.footer_container .right{
	color:#868686;
}

.footer_container .right a{
	color:#000000;
}


.footer_container table,
.footer_container table tr,
.footer_container table tr td{ 
    border-spacing: 0px !important;
	 border:none !important;
    border-collapse: collapse !important;
}

/*******MENU*******/
.responsive_cont a{
	display:block;
	float:left;
	width:31.11%;
	margin-right:3.33%;
	height:305px;
	background-color:#fff;
	position:relative;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	margin-bottom:40px;
	text-align:center;
}

.responsive_cont a .image{
	position:absolute;
	z-index:0;
	width:100%;
	height:215px;
	border-bottom:2px solid #f8f9f9;
}

.responsive_cont a .short_code{
	font-size:18px;
	color:#000;
	font-weight:700;
	transition:all ease-in-out 0.3s;
}

.responsive_cont a .title{
	font-size:18px;
	color:#868686;
	margin-bottom:20px;
	transition:all ease-in-out 0.3s;
}

.responsive_cont a table{
	position:relative;
	z-index:1;	
}

.responsive_cont a table tr td{
	transition:all ease-in-out 0.3s;
}

.responsive_cont a table tr td .hidden_text{
	box-sizing:border-box;
	overflow:hidden;
	height:0px;
	transition:all ease-in-out 0.3s;
	padding:0px 75px;
}

.responsive_cont a table tr td:hover{
	background-color:rgba(60,47,135,0.8);
}

.responsive_cont a table tr td:hover .hidden_text{
	height:200px;
	padding:10px 75px;
	color:#fff;
}

.responsive_cont a table tr td:hover .short_code,
.responsive_cont a table tr td:hover .title{
	color:#fff;
}

.responsive_cont .button{
	display:inline-block;
	padding:12px 15px;
	border:2px solid #fff;
	color:#fff;
	margin-top:40px;
	font-size:14px;
	font-weight:700;
}

.calculator_button{
	padding:20px 25px;
	background-color:#3c2f87;
	font-size:14px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	line-height:35px;
	
}

.cart_button{
	display:block !important;
	padding:8px 0px !important;
	text-align:center;
	background:url(/images/cart_icon.png) center right 15px no-repeat #7cc7a0;
	color:#fff !important;
	text-decoration:none !important;
	font-weight:600 !important;
	font-size:18px !important;
	text-transform:uppercase !important;
	border:1px solid #7cc7a0;
	margin-top:25px !important;
	margin-bottom:20px;
	margin-left:0px !important;
}


.cart_button.inactive{
	display:block !important;
	padding:5px 0px !important;
	text-align:center;
	background-color:#fff;
	color:#7cc7a0 !important;
	margin-top:8px !important;
	border-radius:20px !important;
	text-decoration:none !important;
	font-weight:600 !important;
	font-size:12px !important;
	text-transform:uppercase !important;
	border:1px solid #7cc7a0;
}

#cart_slide_content{
	display:none;
}

.hovering_menu #cart_slide_content{
	display:block !important;
}

#cart_slide_content ul{
	top:5px !important;
}

#cart_slide_content a{
	padding:0px;
	margin:0px !important;
	margin-top:8px !important;
}

#cart_slide_content #bubble{
	top:-10px !important;
}

.order_buttons .main_link{
	width:78px;
	float:right;
	margin-top:0px !important;
}

.order_buttons .price{
	font-size:24px;
	color:#000;
	font-weight: bold;
	float:left;
	margin-top:22px;
}</pre></body></html>