<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#center_column h4 {
	color: #CC2D33;
	font-size: 20px;
	margin: 20px 0 10px 0;
}



.cart_unit,
.cart_total {
	width: 100px;
}

.cart_quantity {
	width: 70px;
}

.transferProduct {
	border: 4px solid #0E3C6D;
}


#subcategories {}

#subcategories .link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

#subcategories .item {
	padding: 5px;
	text-align: center;
}

#subcategories .item a {
	display: block;
}

.checkbox a {
	text-decoration: underline
}

#subcategories .item .title {
	height: 36px;
}

.cart_quantity_delete {
	background: url(../img/close2.png) no-repeat left center;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 6px 2px 0 0 !important;
	text-indent: -9999px;
}

.cart_total_price {
	font-weight: bold;
}

.deliverytable {
	border-collapse: collapse;
	width: 100%;
}

.deliverytable tr th {
	text-align: left;
}

.deliverytable tr td {
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
}

ul.address {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}

ul.address {}

.address_title {
	background: #ececec;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

.cart_navigation {
	margin-top: 50px;
}

.nextbutton {
	float: right;
	background: #c81d23;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
}

.prevbutton {
	float: left;
}

.payment_module {
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

.payment_module img {
	vertical-align: middle;
}

.payment_module span {
	display: inline-block;
	vertical-align: middle
}

#create-account_form fieldset,
#login_form fieldset,
#auth_contact_form fieldset,
#account-creation_form fieldset {
	border: 1px solid #ccc;
	min-height: 300px;
	font-size: 13px;
	box-sizing: border-box;
}

select#id_state,
select#id_country {
	width: 65%;
	padding: 5px;
	box-sizing: border-box;
}

label[for="newsletter"],
label[for="optin"],
label[for="terms"],
label[for="rodo"] {
	width: 90% !important;
	text-align: left !important;
}

#create-account_form input[type="submit"],
#login_form input[type="submit"],
#auth_contact_form input[type="submit"],
#account-creation_form input[type="submit"],
input[name="submitMessage"] {
	background: #c81d23;
	padding: 10px 20px;
	margin: 0 !important;
	color: #fff;
	font-weight: bold;
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;

}

#create-account_form label,
#login_form label,
#auth_contact_form label,
#account-creation_form label {
	width: 30%;
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle
}

#create-account_form input[type="text"],
#create-account_form input[type="password"],
#login_form input[type="text"],
#login_form input[type="password"],
.account_creation input[type="password"],
#auth_contact_form input[type="text"],
#account-creation_form input[type="text"] {
	width: 65%;
	border: 1px solid #ccc;
	padding: 7px;
	box-sizing: border-box;
}

textarea {
	resize: none;
	border: 1px solid #ccc;
}

#create-account_form textarea,
#auth_contact_form textarea,
.account_creation textarea {
	width: 65%;
	border: 1px solid #ccc;
	padding: 7px;
	box-sizing: border-box;
	vertical-align: top;
	resize: none;
}

#create-account_form,
#login_form {
	width: 33.333%;
	float: left;
	box-sizing: border-box;
	/* min-height: 300px; */
}

#auth_contact_form {
	margin-top: 5px;
	clear: both;
}

#create-account_form,
#login_form,
#auth_contact_form {}


#account,
.footer_links {
	list-style: none;
}

.footer_links {
	margin: 0;
	padding: 0;
}

#account li,
.footer_links li {
	margin: 5px 0;
}

#account li img,
.footer_links li img {
	vertical-align: middle;
	margin-left: 5px;
}

/* errors */
.error {

	border: 1px solid #da0f00;
	background-color: #edf3f9;
	color: #da0f00;
	margin: 0.3em auto 1.5em auto;
	padding: 0.8em 0.8em 1em;
}

.error p {
	font-weight: bold;
}

.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em;
}

.reducewarn {
	background-color: #F8E1A0;
}

/* warning */
.warning {
	color: black;
	font-size: 1.2em;
	background-color: #F8E1A0;
	border: 1px solid #F9E400;
	font-weight: bold;
	margin: 0.3em auto 1.5em auto;
	padding: 0.8em 0.8em 1em;
}

.warning_inline {
	color: #da0f00;
	font-weight: bold;
}

/* success */
.success {
	color: green;
	background-color: #d1e0ef;
	border: 1px solid green;
	font-weight: bold;
	margin: 0.3em auto 1.5em auto;
	padding: 0.8em 0.8em 1em;
}

.success_inline {
	color: green;
	font-weight: bold;
}

.historymore {
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}



@media screen and (max-width: 1150px) {
	#auth a {
		font-size: 14px;
	}
}

@media screen and (max-width: 1023px) {

	#why .why {
		font-size: 16px;
	}

	#cart_block {
		display: none !important;
	}

	.sub #slider {
		height: 90px;
	}




	#content h3#main {
		top: -120px;
		right: 10px;
	}

	#left_column {
		display: none;
	}

	#center_column {
		width: 100%;
	}

	.product-list .hover {
		display: none !important;
	}

	.product-list .responsive-details {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	#slider {
		width: 100%;
		height: 208px;
		background: url(../img/slider_text.jpg) center top no-repeat;
		background-size: 1200px 208px;
	}

	#logo {
		margin: 25px 0 5px 0;
	}

	#infomenu {
		float: none;
		text-align: right;
	}

	#infomenu ul li {
		display: inline-block;
		float: none;
		margin: 0 4px;
	}

	#auth {
		float: none;
		width: 100%;
		clear: both;
		margin-top: 5px;
		padding-bottom: 15px;
	}

	#contact {
		width: auto;
		float: right;
	}

	#category-header {
		display: none;
	}

	.wrapper #search {
		width: 100%;
		float: none;
		padding-right: 40px;
		padding-left: 0;
	}

	#cart {
		right: 5px;
		top: 0;
		position: absolute;
		padding-right: 0;
		padding-left: 17px;
	}

	#cart::after {
		display: none;
	}

	#cart span {
		display: none !important;
	}

	#menu {
		display: none;
	}

	.slicknav_menu {
		display: block;
	}


}

@media screen and (max-width: 860px) {
	.product-list .item {
		width: 20%;
	}

	.product-list .title {
		font-size: 13px;
		text-align: center;
		font-weight: 700;
	}

	.product-list .item .refav,
	.product-list .item .price {
		width: 100%;
		float: none;
		text-align: center;
	}


	.product-list .price .div {
		display: block;
	}

	.product-list .item .refav span {
		display: block;
		margin-bottom: 5px;
	}

	.product-list .item .price span {
		display: inline;
	}
}

@media screen and (max-width: 560px) {
	#order_step li {
		width: 100%;
		float: none;
		border-bottom: 1px solid #fff;
	}

	#order_step {
		height: auto;
	}
}

@media screen and (max-width: 640px) {

	.product-list .item {
		width: 25%;
	}

	#create-account_form,
	#login_form {
		width: 100%;
		float: none;
	}

	#pb-right-column,
	#pb-left-column {
		width: 100%;
	}

	#image-block {
		text-align: center;
	}

	#why .why span {
		display: block;
	}

	#why .why::before {
		height: 70px !important;
	}

	#slider {
		display: none;
	}

	.sub #slider {
		display: block;
	}

	#logo {
		width: 100%;
		float: none;
		text-align: center;
	}

	#auth {
		text-align: center;
	}

	#contact {
		display: none;
	}

	#infomenu {
		text-align: center;
	}

	.box {
		width: 33.3%;
		float: left;
		box-sizing: border-box;
		padding: 6px;
		text-align: center;
	}

	#footer .footer-box {
		width: 50%;
		float: left;
		padding-right: 0px;
		box-sizing: border-box;
	}

	#footer .footer-box-2 {
		width: 100%;
		float: left;
		padding-right: 0px;
		box-sizing: border-box;
	}


}

@media screen and (max-width: 480px) {
	#auth {
		text-align: center;
	}

	#auth a {
		margin-bottom: 4px;
		margin-left: 0;
	}

	.product-list .item,
	.sub .product-list .item {
		width: 50%;
	}

	#why .why {
		width: 50%;
	}

}

@media screen and (max-width: 400px) {
	.product-list .item {
		width: 50%;
	}

	#why .why {
		font-size: 14px;
	}
}

.b2b-box {
	float: left;
	width: 33.333%;
}

.b2b-box-border {
	border: 1px solid #ccc;
	padding: 10px 10px 30px;
	box-sizing: border-box;
	min-height: 300px;
	margin: 0 2px;
	font-size: 13px;
}

.b2b-btn {
	display: inline-block;
	padding: 10px;
	font-weight: 600;
	color: #fff;
	background: #3faeb8;
}

#center_column .b2b-box h4 {
	color: #3faeb8;
}

@media screen and (max-width: 640px) {
	.b2b-box {
		width: 100%;
		float: none;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}</pre></body></html>