<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 "reset.css";
@import "editor.css";
@import url('https://fonts.googleapis.com/css2?family=Inclusive+Sans:ital@0;1&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inclusive+Sans:ital@0;1&amp;family=Tektur:wght@400..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inclusive+Sans:ital@0;1&amp;family=Tektur:wght@400..900&amp;family=Ubuntu+Condensed&amp;display=swap');

html
{
  background: #000;
}

body
{
  /* font-family: 'Ubuntu Condensed', arial, sans-serif; */
  font-family: 'Tektur', arial, sans-serif;
  /* font-family: 'Inclusive Sans', arial, sans-serif; */
  background: #ddd;
  color: #000;
  float: left;
  width: 100%;
  font-size:16px;
}

.wrapper
{
  min-width: 1150px;
  max-width: 3000px;
  padding: 0 5%;
  margin: 0 auto;
  width: 90%;
  display:inline-block;
}

.top-stripe{
width:100%;
float:left;
text-align:center;
background:#000;
min-height:40px;
display:none;
}

/* Top Nav */

.topnav{
float:left;
}

.topnav ul{
list-style:none;
padding:0px;
margin:0px;
}

.topnav li{
display:inline;
float:left;
}

.topnav li a{
height:40px;
line-height:40px;
font-size:15px;
color:#535459;
font-weight:600;
padding:0px 18px;
transition:all 0.2s;
}

.topnav li a:first-child{
padding-left:0px;
}

.topnav li a:hover,
.topnav li a.current{
color:#ed1f24;
transition:all 0.2s;
}

/* MainNav */

.mainnav{
float: left;
margin: 3.9vw 0px 0px 10vw;
line-height: 1em;
padding: .1vw 1.5vw 0.2vw 1.5vw;
border-radius: .2vw;
border-left: 1px solid #F00;
border-right: 1px solid #F00;
}

.mainnav ul{
list-style:none;
padding:0px;
margin:0px;
}

.mainnav li{
display:inline;
float:left;
}

.mainnav li a{
height:40px;
font-size: 1.4vw;
color:#ddd;
/* font-weight:700; */
padding-left: 1.7vw;
transition:all 0.2s;
}

.mainnav li:first-child a{
padding-left:0px;
}

.mainnav li a:hover,
.mainnav li a.current{
color:#f00;
transition:all 0.2s;
text-decoration: underline;
}

/* Top Navs End */

.top-details{
float:right;
}

.detail{
height:40px;
line-height:40px;
float:left;
padding-left:32px;
}

.detail a,
.dsep{
float:left;
height:40px;
line-height:40px;
font-size:15px;
color:#535459;
font-weight:600;
transition:all 0.2s;
}

.detail a:hover{
color:#ed1f24;
transition:all 0.2s;
}

.d1{
background:url('img/ico-tel.png') no-repeat left center;
}

.d2{
background:url('img/ico-envelope.png') no-repeat left center;
margin-left:30px;
}

.dsep{
padding:0px 5px;
}

input,
textarea,
button,
select
{
  font-family: 'Poppins', arial, sans-serif;
  color: #000;
  font-size: 16px;
  background: #fff;
}

.submit-box input,
.submit-box button
{
  cursor: pointer;
}

a
{
  color: #ed1f24;
}

*
{
  line-height: 1.25em;
}

.img img
{
  display: block;
}

*:focus
{
  outline: none;
}

/* Pictograms */

.pictograms{
width:100%;
float:left;
text-align:center;
/* background:url('img/background-gray.jpg') no-repeat center center; */
background-size:cover;
margin-top:-45px;
padding:60px 0px;
background: black;
}

.pict{
display:inline-block;
max-width:20%;
text-align:center;
}

.pict img{
max-width:100%;
}

.pict-title{
display:inline-block;
font-size:16px;
color:white;
font-weight:700;
text-align:center;
line-height:22px;
width:100%;
}

/* headlines */

.headline
{
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #ed1f24;
}

aside .headline:first-child{
font-weight:600;
font-size:22px;
color:none;
text-indent:10px;
padding:15px 0px;
margin-bottom:2px!important;
}

main h1.headline:first-child{
font-weight:600;
font-size:22px;
color:#535459;
/* background:#eeeeee; */
text-indent:20px;
padding:15px 0px;
margin-bottom:2px!important;
}

main h1.headline::before{
content: '→ ';
}

.headline a
{
  color: #ed1f24;
}

.section-headline
{
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  text-transform: none;
  color: #ed1f24;
}

.heading
{
  font-weight: normal;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  text-transform: none;
  color: #ed1f24;
}

.half-desc,
.features
{
  float: left;
  width: 49%;
}

.half-desc
{
  margin-right: 2%;
}

/* headlines end */

/* buttons */

.button
{
  float: left;
  width: auto !important;
  color: #fff !important;
  background: #ed1f24 !important;
  border: 0 none !important;
  height: 2.125em !important;
  line-height: 2.125em !important;
  padding: 0 1.25em !important;
  text-transform: none;
  text-align: center;
  cursor: pointer;
}

.light-button
{
  background: #000 !important;
}

.red-button
{
  background: #ed1f24 !important;
}

.button:hover
{
  background: #bf0000 !important;
}

.back-button
{
  float: right;
  font-weight: bold;
  text-transform: none;
}

/* buttons end */

/* header */

.user-box
{
  background: #ed1f24;
  padding: 13px 0;
  float: left;
  width: 100%;
  display: none;
}

.user-box a,
.user-box p
{
  float: right;
  text-transform: none;
  color: #fff;
  line-height: 24px;
  margin-left: 1.875em;
}

.user-box ul
{
  float: right;
  margin-bottom: 10px;
}

.user-box li
{
  float: left;
  margin-right: 10px; 
  width: 200px;
}

.user-box div
{
  float: right;
  clear: both;
}

.user-box .submit-box
{
  margin-right: 0;
  margin-left: 20px;
  width: auto;
}

.user-box input
{
  height: 24px;
  line-height: 24px;
  border: 0 none;
  padding: 0 5px;
  width: calc(100% - 10px);
  display: block;
}

.user-box .submit-box input
{
  background: white;
  width: auto;
  padding: 0px 14px;
  text-transform: none;
  color: #ed1f24;
  height:24px;
  line-height:24px;
  border-radius:24px;
  transition:all 0.2s;
}

.user-box .submit-box input:hover{
  background:black;
  color:white;
  transition:all 0.2s;
}

header
{
  float: left;
  width: 100%;
  padding: 1vw 0 0.5vw;
  position: relative;
  background: black;
  background-size:cover;

}

header .logo
{
  float: left;
}

header .logo img{
  float:left;
  width:15vw;
}

.account
{
  float: right;
  min-height:36px;
  margin:0px 0px 0px 0px;
  padding:0px;
}

.account form{
float:left;
}

.cart
{
  float:right;
  clear:right;
  height:36px;
  margin:10px 0px 0px 0px!important;
}

.cart p
{
cursor:pointer;
background:url('img/basket.png') no-repeat left 12px center!important;
float:left;
height:36px;
line-height:36px;
border-radius:21px;
padding:0px 12px 0px 45px;
font-size:12px;
font-weight:400;
color:white;
border-right: 1px solid #f00;
 border-left: 1px solid #f00;
}

.cart p span{
padding:0px 7px;
}

.cart p:hover{
background-color:#931619!important;
transition:all 0.2s;
}

.cart .button
{
  margin-left: 15px;
}

.search
{
  float:left;
  height:36px;
  border-radius:21px;
  padding:0px 10px 0px 15px;
  border-right: 1px solid #f00;
  border-left: 1px solid #f00;
}

.search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.search li
{
  float: left;
  width: auto;
}

.search .submit-box
{
  float:left;
}

.search input.searchin
{
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 400;
  width: 50px;
  float:left;
  color:white;
  border:none;
  margin-left:0px;
  background:none;
}

.search .submit-box input
{
  height: 32px;
  width: 32px;
  background:url('img/ico-search.png') no-repeat center  top 7px;
  border:none;
}

.makeitbigger{
width:110px!important;
}

.account p{
float:left;
height:36px;
line-height:36px;
border-radius:21px;
background:#ed1f24;
padding:0px 12px;
font-size:12px;
font-weight:400;
color:white;
}

.rollit{
cursor:pointer;
padding-left:45px!important;
background:url('img/ico-person.png') no-repeat left 12px center !important;
margin-left:10px;
border-right: 1px solid #f00;
 border-left: 1px solid #f00;
}

.menu
{
  background: #000;
  height: 50px;
  clear: both;
  margin-bottom: 30px;
}

.menu .lr
{
  display: none;
}

.menu .hr
{
  float: left;
}

.menu .hr a,
.menu .lr &gt; p
{
  height: 50px;
  line-height: 50px;
  float: left;
  padding: 0 20px;
  text-transform: none;
  font-size: 1.125em;
  cursor: pointer;
  color: #fff;
}

.menu .hr a:hover,
.menu .hr a.current,
.menu .lr &gt; p
{
  background: #ed1f24;
  color: #fff;
}

.menu .lr .mb-menu
{
  display: none;
}

.mb-menu
{
  width: 70%;
  min-height: 100%;
  padding: 2em 25% 0 5%;
  background: #fff;
}

.mb-menu p
{
  text-transform: none;
  color: #ed1f24;
  font-size: 3em;
  padding-left: 1em;
  margin-bottom: 0.4em;
  line-height: 1.1em;
  background: url('img/close.png') no-repeat left 12px;
  cursor: pointer;
}

.mb-menu ul a 
{
  display: block;
  color: #ed1f24;
  font-size: 1.9em;
  padding: 8px 50px 8px 0;
}

.mb-menu ul a:hover,
.mb-menu ul a.current
{
  color: #bf0000;
}

.mb-menu ul ul
{
  padding-left: 20px;
}

.menu select
{
  float: right;
  border: 0 none;
  height: 24px;
  width: 84px;
  margin-top: 13px;
}

.compare,
.stash
{
  float: right;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 5px;
}

.compare
{
  background-image: url('img/compare-icon.png');
}

a.compare,
a.stash
{
  background-position: left -40px;
}

.stash
{
  background-image: url('img/stash-icon.png');
}

.bread-crumbs
{
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 0.875em;
  text-transform: none;
  float:left;
  width:100%;
}

.bread-crumbs strong
{
  font-weight: normal;
}

.bread-crumbs img
{
  vertical-align: middle;
  margin: 0 5px;
}

.bread-crumbs a:hover
{
  text-decoration: underline;
}

/* header end */

/* footer */

.column{
float:left;
box-sizing:border-box;
border-right:1px solid #d9d9d9;
}

.c25{

}

.c50{
width:50%;
border-right:none;
padding-left:40px;
}

.cfirst{
padding-right:40px;
width:25%;
}

.csecond{
width:calc(25% - 2px);
padding-right:40px;
padding-left:40px;
border-right:1px solid #d9d9d9;
border-left:1px solid #d9d9d9;
}

.column h3{
width:100%;
float:left;
font-size:20px;
font-weight:700;
color:#fff;
text-align:left;
}

.h3u-container{
width:100%;
float:left;
margin-top:10px;
}

.h3u-line{
background:#ed2d32;
width:45px;
height:2px;
float:left;
}

.menub1{
margin-top:20px;
width:calc(50% - 30px);
float:left;
}

.menub1 ul{
line-height:24px;
}

.menub1 li a{
color:#ddd;
font-size:15px;
font-weight:400;
}

.menub1 li a:hover{
text-decoration:underline;
}

.contact-box{
width:calc(100% - 36px);
float:left;
padding-left:36px;
background-position:left top;
background-repeat:no-repeat;
line-height:24px;
font-size:15px;
color:#ddd;
margin-top:20px;
}

.contact-box a{
font-size:15px;
color:#ddd;
}

.contact-box a:hover{
text-decoration:underline;
}

.cb1{
background-image:url('img/ico-marker.png');
}

.cb2{
background-image:url('img/ico-tel2.png');
}

.cb3{
background-image:url('img/ico-envelope2.png');
}

.c50 p{
float:left;
width:100%;
line-height:24px;
font-size:15px;
color:#ddd;
margin:20px 0px 0px 0px;
padding:0px;
}

.fb-bottom{
width:40px;
height:40px;
position:absolute;
bottom:0px;
right:5%;
background:url('img/ico-fb.png') no-repeat center center;
background-size:cover;
cursor:pointer;
}

.fb-bottom:hover{
filter:brightness(120%);
}

footer
{
  float: left;
  width: 100%;
  color: #fff;
  padding: 50px 0px;
  position:relative;
  background: black;
}

footer a
{
  color: #fff;
}

footer a:hover
{
  text-decoration: underline;
}

footer ul
{
  float: left;
  margin-right: 20px;
}

footer li,
footer p
{
  line-height: 1.5em;
}

footer p
{
  float: right;
}

footer p img
{
  vertical-align: middle;
}

.copyright-section{
width:100%;
float:left;
background: #ddd;
text-align:center;
padding: 1vh 0 0.4vh;
}

.copyright,
.webcat{
font-size:13px;
color:#535459;
}

.copyright a,
.webcat a{
font-size:13px;
color:#535459;
}

.copyright{
float:left;
}

.webcat{
float:right;
}

/* footer end */

/* general */

aside
{
  float: left;
  width: 250px;
  margin-right: 30px;
}

main
{
  float: left;
  width: calc(100% - 280px);
}

.section
{
  background: #fafafa;
  float: left;
  padding: 1.5em 1.875em;
  width: calc(100% - 3.75em);
  margin-bottom: 1.5em;
}

.bordered-section
{
  border: 1px solid #dadada;
  float: left;
  padding: 1.5em 1.875em;
  width: calc(100% - 3.75em - 2px);
  margin-bottom: 1.5em;
  background: #ebebeb;
}

.wrap
{
  float: left;
  width: 100%;
  overflow: hidden;
}

.wrap-inner
{
  float: left;
  width: 102%;
}

/* general end */

/* categories */

.collapsible
{
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}

.collapsible li
{
  float: left;
  width: 100%;
}

.collapsible div
{
  float: left;
  width: calc(100% - 2.5em);
  padding: 1em 1.25em;
/*   background: #eeeeee; */
/*   margin-bottom: 2px; */
  cursor: pointer;
  transition: all 0.2s;
  border-top:1px solid #666;
}

.collapsible div:hover
{
  background: #ed1f24;
  transition: all 0.2s;
}

.collapsible a
{
  font-size: 17px;
  color: #535459;
}

.collapsible div:hover a,
.collapsible a:hover
{
  color: #fff;
}

.collapsible .current
{
  background: #ed1f24 !important;
}

.collapsible .current a
{
  color: #fff !important;
}

.collapsible ul ul div
{
  padding-left: 30px;
  width: calc(100% - 50px);
  background: #d0d0d0;
}

.collapsible .tree-tab
{
  float: right;
  margin-left: 10px;
}

/* categories end */

/* newsletter */

.newsletter-section{
width:100%;
float:left;
text-align:center;
padding:40px 0px;
background:url('img/background-red.jpg') no-repeat center center;
background-size:cover;
}

.newsletter-section .headline{
display:none;
}

.newsletter-section h2{
font-weight:700;
color:white;
font-size:30px;
}

.newsletter-box{
width:100%;
display:inline-block;
box-sizing: border-box;
padding:20px;
background:url('img/background-newsletter.jpg') no-repeat center center;
background-size:cover;
margin-bottom:0;
border-radius: 1vw;
}

.newsletter-section .newsletter-box{
background:none!important;
padding:0px;
}

.above-newsletter{
display:inline-block;
font-size:15px;
color:white;
line-height:19px;
text-align:left;
margin-top:11px;
margin-bottom:12px;
text-align:left;
width:100%;
}

.newsletter-section .above-newsletter{
display:none!important;
}

.secondlc{
margin-top:0px!important;
font-size:0px!important;
text-align:left!important;
}

.newsletter-section .secondlc{
display:none;
}

.newsletter-box .headline{
padding:0px!important;
background:none!important;
text-align:left!important;
margin-bottom:0px!important;
color: white;
text-indent:0px!important;
}

.lctwo{
margin-top:20px!important;
}

.newsletter-section .newsletter{
margin-top:30px;
width:500px;
float:left;
margin-left:calc(50% - 240px);
}

.newsletter-section .newsletter input{
height:50px;
line-height:50px;
background:white;
text-transform:none;
padding-top:0px;
padding-bottom:0px;
color:black;
}

.newsletter-section .newsletter .submit-box{
width:auto;
}


.newsletter-section .newsletter li{
width:calc(100% - 134px);
}

.newsletter-section .newsletter .submit-box input{
height:30px;
line-height:27px;
color:white;
padding:0px 20px;
border-radius:30px;
border:2px solid white;
font-size:15px;
font-weight:400;
float:left;
margin:10px 0px 0px 8px;
background:#ed1f24;
width:auto;
transition:all 0.2s;
font-weight:600;
}

.newsletter-section .newsletter .submit-box input:hover{
color:#ed1f24;
border:2px solid #ed1f24;
background:white;
transition:all 0.2s;
}

.line-container{
width:100%;
display:inline-block;
margin-top:5px;
color:white;
font-size:20px;
font-weight:400;
text-align:center;
}

.line-container-line{
width:100px;
height:2px;
background:white;
display:inline-block;
}

.newsletter
{
  float: left;
  width: 100%;
  margin-bottom: 1.875em;
}

.newsletter li
{
  float: left;
  width: 100%;
}

.newsletter .submit-box
{
  width: 34px;
}

.newsletter input
{
  width: calc(100% - 20px);
  padding: 10px 10px;
  border: 0 none;
  display: block;
  height: 24px;
  line-height: 24px;
  text-transform: none;
  background: white;
  color: #535459;
}

.newsletter .submit-box input
{
height:30px;
line-height:27px;
color:#ed1f24;
padding:0px 20px;
border-radius:30px;
border:2px solid #ed1f24;
font-size:15px;
font-weight:400;
float:left;
margin:15px 0px 0px 0px;
background:white;
width:auto;
text-transform:lowercase;
font-weight:600;
transition: all 0.2s;
}

.newsletter .submit-box input:hover{
background:#ed1f24;
color:white;
border:2px solid white;
transition: all 0.2s;
}

/* newsletter end */

/* contact */

.map iframe
{
  width: 100%;
  height: 500px;
}

/* contact end */

/* forms */

.std-form
{
  float: left;
  width: 100%;
}

input[type=checkbox]
{
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 none !important;
}

.std-form li
{
  float: left;
  width: 23.04%;
  margin: 0 1.96% 1em 0;
}

.std-form .full,
.std-form .submit-box
{
  width: 98.04%;
}

.std-form label
{
  display: block;
  margin-bottom: 5px;
}

.std-form .checkbox label
{
  text-transform: none;
}

.std-form label img
{
  margin-left: 5px;
}

.std-form input,
.std-form select,
.std-form textarea
{
  display: block;
  border: 1px solid #dadada;
}

.std-form input,
.std-form textarea
{
  padding: 0 5px;
  width: calc(100% - 12px);
}

.std-form input
{
  height: 22px;
  line-height: 22px;
}

.std-form select
{
  width: 100%;
  height: 24px;
}

.std-form .checkbox input
{
  float: left;
  margin-right: 10px;
}

.std-form .checkbox a
{
  text-transform: none;
  font-weight: bold;
}

.std-form textarea
{
  height: 142px;
}

.std-form .submit-box .button
{
  float: right;
  margin-left: 1.25em;
}

.std-form .submit-box p
{
  float: right;
  line-height: 2.125em;
  text-transform: none;
}

.std-form .submit-box p img
{
  margin-right: 10px;
}

.std-form .legend
{
  margin-right: 0;
  float: right;
  text-align: right;
  text-transform: none;
}

.actions
{
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}

.actions .button
{
  float: right;
  margin-left: 10px;
  margin-bottom: 3px;
}

.actions .back
{
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

/* forms end */

/* messages */

.errors,
.notices
{
  clear: both;
  margin-bottom: 20px;
  color: #fff;
  padding: 10px;
}

.errors
{
  background: #bf0000;
}

.notices
{
  background: #5ba500;
}

.errors li,
.notices li
{
  padding: 7px 0 7px 45px;
  line-height: 20px;
  margin-bottom: 1px;
  background-repeat: no-repeat;
  background-position: left top;
}

.errors li
{
  background-image: url('img/error-icon.png');
}

.notices li
{
  background-image: url('img/confirm-icon.png');
}

.inner-error
{
  color: #bf0000;
  padding-top: 10px;
}

.inner-error p
{
  margin-bottom: 10px;
}

/* messages end */

/* news */

/* list */

.date
{
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 0.875em;
  padding: 3px 8px;
  line-height: 20px;
  margin-bottom: 1.5em;
}

.news-list li
{
  float: left;
  width: 23.04%;
  margin: 0 1.96% 1.5em 0;
}

.news-list .img img
{
  width: 100%;
  margin-bottom: 1em;
}

.news-list h2
{
  font-weight: bold;
  font-size: 1.125em;
  height: 2.25em;
  overflow: hidden;
  text-transform: none;
  margin-bottom: 0.5em;
}

.news-list h2 a
{
  color: #000;
}

.news-list h2 a:hover
{
  text-decoration: underline;
}

.news-list .ed
{
  height: 5em;
  overflow: hidden;
  margin-bottom: 1em;
}

/* list end */

/* news end */

/* product lists */

/* control box */

.control-box
{
  background: #fafafa;
  float: left;
  padding: 10px 20px;
  width: calc(100% - 40px);
  margin-bottom: 1em;
  border-radius: 1vw;
  border: 1px solid #666;
}

.control-box div
{
  float: left;
  padding: 5px 10px 5px 0;
  border-right: 1px solid #ccc;
  margin-right: 20px;
}

.control-box div.last
{
  padding-right: 0;
  margin-right: 0;
  border-right: 0 none;
}

.control-box p,
.control-box select,
.control-box a
{
  float: left;
  margin-right: 10px;
  line-height: 24px;
}

.control-box p,
.control-box a
{

}

.control-box select
{
  border: 0 none;
  height: 24px;
  width: auto;
}

.control-box .view-selector
{
  height: 22px;
  width: 22px;
  margin-right: 10px;
  background: url('img/view-icons.png') no-repeat left top;
}

.control-box .view-selector-list
{
  background-position: left top;
}

.control-box .view-selector-list-current,
.control-box .view-selector-list:hover
{
  background-position: left -22px;
}

.control-box .view-selector-listlines
{
  background-position: left -44px;
}

.control-box .view-selector-listlines-current,
.control-box .view-selector-listlines:hover
{
  background-position: left -66px;
}

/* control box end */

/* box list */

.box-list
{
  float: left;
  width: 100%;
}

.box-list li
{
  float: left;
  width: calc(25% - 2px - 5px - 8px);
  margin: 0px 0px 10px 10px;
  background-color: white;
  box-sizing: border-box;
  border-radius:6px;
}

.spmain .box-list li{
 width: calc(33% - 2px - 5px - 12px);
}

.box-list .img
{
  display: block;
}

.box-list .img img
{
  width: 100%;
}

.box-list div
{
  background: #fff;
  padding: 1em;
  text-align: center;
  height: 5.75em;
  overflow: hidden;
}

.box-list h2
{
  font-size: 18px;
  height: 2.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
  font-weight: bold;
}

.box-list h2 a
{
  color: #535459;
}

.box-list h2 a:hover
{
  text-decoration: underline;
}

.price strong
{
  font-size: 1.875em;
  color: #ed1f24;
  display: block;
  margin-bottom: 0.25em;
}

.box-list .price strong
{
  font-size: 16px;
  color: #ed1f24;
  display: block;
  margin-bottom: 0.25em;
}

.price span
{
  font-size: 1.125em;
  color: #4e4e4e;
  text-decoration: line-through;
}

.box-list .button
{
  margin-right: 1px;
  width: calc(50% - 2.5em - 1px) !important;
}

.box-list .second-button
{
  margin-left: 1px;
  margin-right: 0;
}

.mainmain{
width:100%!important;
}

.cart-button,
.ask-button
{
  float: left;
  width: 80%;
  padding: 0px;
  text-align: center;
  color: white;
  margin-left: 10%;
  margin-bottom: 20px;
  background: #ed1f24;
  height:36px;
  border-radius:21px;
  box-shadow: 1px 1px 3px #aaa;
}

.cart-button:hover,
.ask-button:hover
{
  background: #931619;
}

.cart-button span,
.ask-button span
{
  display: inline-block;
  height: 36px;
  line-height: 36px;
  text-transform: none;
  font-size: 14px;
  font-weight:400;
}

.cart-button span
{
  padding-left:30px;
  background:url('img/basket.png') no-repeat left center;
}

/* box list end */

/* std list */

.std-list .img
{
  float: left;
  width: 17.5%;
  margin-right: 1.5%;
}

.std-list .img img
{
  width: 100%;
}

.std-list .desc
{
  float: left;
  width: calc(81% - 301px);
  border-right: 1px solid #ccc;
  padding-right: 20px;
}

.std-list h2
{
  font-size: 1.375em;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.std-list .control
{
  float: right;
  width: 250px;
  padding-left: 30px;
  border-left: 1px solid #ccc;
  margin-left: -1px;
}

.std-list .button
{
  width: calc(100% - 2.5em) !important;
  margin-bottom: 2px;
}

.std-list .price
{
  text-align: center;
  margin-bottom: 1em;
}

/* std list end */

/* filters */

.filters &gt; .button
{
  margin-bottom: 20px;
}

.filters .section
{
  display: none;
  margin-top: -20px;
}

.filters ul
{
  margin-bottom: 1em;
}

.filters li
{
  float: left;
  width: 14.7%;
  margin: 0 1.96% 0.5em 0;
  height: 1.5em;
  overflow: hidden;
}

.filters li input
{
  float: left;
  margin-right: 10px;
}

.filters .section .button
{
  float: right;
}

.filters p
{
  cursor: pointer;
}

.filters .wrap
{
  margin-left: -1.875em;
  padding: 0 1.875em 0.5em 1.875em;
  border-bottom: 2px solid #fff;
  margin-bottom: 1.5em;
}

.filters .section-headline
{
  color: #000;
}

/* filters end */

/* product lists end */

/* overlay */

.img
{
  position: relative;
}

.img .overlay
{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5) url('img/hover.png') no-repeat center center;
  z-index: 1;
}

.img:hover .overlay
{
  display: block;
}

/* overlay end */

/* product details */

.product figure
{
  float: left;
  width: 100%;
  margin: 0 0 0 0;
}

.product figure img
{
  display: block;
  width: 100%;
}

.product figure .img
{
  display: block;
  margin-bottom: 10px;
}

.thumbs li
{
  float: left;
  width: 23.5%;
  margin: 0 2% 0.75em 0;
}

.thumbs li img
{
  width: 100%;
}

.thumbs .fourth
{
  margin-right: 0;
}

.product .price
{
  float: left;
  width: 100%;
  text-align: left;
  padding: 0px;
}

.product .price strong
{
  font-size: 37px;
  display: inline-block;
  font-weight: 700;
  letter-spacing:0px;
}

.product .price span
{
  display: inline-block;
  margin-left: 20px;
}

.product .data
{
  float: left;
  width: calc(58% - 417px);
  margin-bottom: 1.25em;
}

.product .data p
{
  background: #fafafa;
  margin-bottom: 2px;
  padding: 16px 20px;
}

.product .data p span
{
  text-transform: none;
}

.product-quantity
{
  float: left;
  width: 100%;
}

.property-list .product-quantity
{
  width: 100% !important;
}

.product-quantity p
{
  text-align: left;
  width: 100%;
  font-size: 14px;
  color: #535459;
}

.product-quantity p span
{
  text-transform: none;
}

.product-quantity .cart-button,
.product-quantity .ask-button
{
  float: right;
  width: 385px;
  border: 0 none;
  cursor: pointer;
  clear: right;
}

.product-quantity input
{
  width: 30px;
  height: 22px;
  padding: 0 4px;
  line-height: 22px;
  float: right;
  margin: 23px 1.25em 24px 0;
  border: 1px solid #dadada;
}

.product-quantity label
{
  float: right;
  line-height: 24px;
  margin-top: 23px;
  text-transform: none;
  margin-right: 1.25em;
}

.product .add-buttons
{
  clear: right;
  float: right;
}

.product .light-button
{
  float: right;
  margin-left: 1px;
  width: 152px !important;
  text-align: center;
}

.tabs
{
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}

.tab-nav li
{
  float: left;
  font-size: 1.125em;
  font-weight: bold;
  text-transform: none;
  line-height: 24px;
  padding: 15px 20px;
  margin-right: 2px;
  background: #000;
  color: #fff;
}

.tab-nav li:hover,
.tab-nav .current
{
  background: #ed1f24;
  cursor: pointer;
}

.tabs .tab
{
  float: left;
  padding: 1.5em 1.25em;
  background: #f6f6f6;
  width: calc(100% - 40px);
}

.stats
{
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}

.stats span
{
  float: left;
  border-right: 1px solid #dadada;
  padding-right: 20px;
  margin-right: 20px;
  text-transform: none;
  line-height: 34px;
}

.stats .last
{
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.property-list
{
  float: left;
  width: 58%;
}

.property-list p
{
  font-size: 1.125em;
  text-transform: none;
  margin-bottom: 0.75em;
}

.option-list li
{
  float: left;
  width: 23.04%;
  margin: 0 1.96% 1em 0;
  height: 20px;
  overflow: hidden;
}

.option-list input
{
  float: left;
  margin-right: 10px;
}

.option-list li div
{
  float: left;
  width: 14px;
  height: 14px;
  border: 3px solid #dadada;
  margin-right: 10px;
}

.option-list li label
{
  display: block;
  line-height: 20px;
}

/* product details end */

/* lists */

.list-table
{
  clear: both;
  width: 100%;
  margin-bottom: 1.5em;
}

.list-table th,
.list-table td
{
  text-align: left;
  font-weight: normal;
  padding: 15px;
  border-bottom: 2px solid #fff;
  vertical-align: middle;
}

.list-table th
{
  text-transform: none;
  background: #000;
  color: #fff;
}

.list-table .odd
{
  background: #ebebeb;
}

.list-table .even
{
  background: #f1f1f1;
}

.list-table .action
{
  font-size: 1.125em;
  font-weight: bold;
  text-transform: none;
}

.list-table .button
{
  clear: left;
  margin-top: 2px;
}

.list-table small
{
  display: block;
  font-size: 0.75em;
}

/* lists end */

/* basket &amp; orders */

.list-table input
{
  border: 0 none;
  width: 30px;
  padding: 2px 5px;
  line-height: 20px;
  height: 20px;
}

.path
{
  float: left;
  width: 100%;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.path span
{
  float: left;
  font-weight: bold;
  text-transform: none;
  background: url('img/fw.png') no-repeat right center;
  padding-right: 32px;
  margin-right: 20px;
  color: #000;
}

.path .current
{
  color: #ed1f24;
}

.path .last
{
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.summary li
{
  padding: 15px 20px;
  text-align: right;
  font-weight: bold;
  margin-bottom: 2px;
}

.summary li:nth-child(odd)
{
  background: #fafafa;
}

.summary li:nth-child(even)
{
  background: #fafafa;
}

.summary .last
{
  font-size: 1.5em;
}

.summary span
{
  float: left;
  text-transform: none;
  font-weight: normal;
}

.summary .last span
{
  font-weight: bold;
}

.voucher-box .std-form input[type=text]
{
  height: calc(2.125em - 2px);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2.125em;
}

.payment-ways
{
	float: left;
	width: 100%;
}

.payment-ways span
{
	float: left;
	width: 100px;
	height: 60px;
	margin: 0 15px 15px 0;
}

.payment-ways input
{
	display: none;
}

.payment-ways img
{
	display: block;
	width: 100%;
	padding: 2px;
	box-sizing: border-box;
	cursor: pointer;
}

.payment-ways input:checked + label img
{
	border: 2px solid #ed1f24;
	padding: 0;
	border-radius: 5px;
}

/* basket &amp; orders end */

/* home */

.banner-sp{
width:100%;
float:left;
height:200px;
background:url('img/banner-sp.jpg') no-repeat center center;
background-size:cover;
}

/* slider */

#slider{
width:100%;
float:left;
position:relatvie;
}

#slider2{
width:100%;
float:left;
position:relatvie;
display:none;
}


ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute; height:85px; width:46px;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:40px; color:white; font-size:3em; background:url('img/sright.png') no-repeat center center; line-height:54px; background-size:46px 85px;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:40px; color:white; font-size:3em; background:url('img/sleft.png') no-repeat center center; line-height:54px; background-size:46px 85px;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

.slogan{
padding:20px;
width:66%;
position:absolute;
top:120px;
left:17%;
font-size:4vw;
line-height:4vw;
font-weight:700;
color:white;
text-align:center;
box-sizing:border-box;
text-shadow:3px 3px 3px black;
}

.slider-more{
height:2.5vw;
width:100%;
text-align:center;
position:absolute;
bottom:100px;
}

.slider-more-text{
height:2.5vw;
line-height:2.5vw;
display:inline-block;
background:#ed1f24!important;
border-radius:21px;
font-size:1vw;
color:white!important;
font-weight:400;
padding:0px 20px;
transition:all 0.2s;
}

.slider-more-text:hover{
background:#931619!important;
transition:all 0.2s;
}

.arrow{
width:22px;
height:25px;
background:url('img/dart-down.png') no-repeat center center;
position:absolute;
bottom:50px;
left:calc(50% - 11px);
}

/* slider end */

/* Nice Menu */

.nice-menu{
width:100%;
float:left;
background:#d51e23;
text-align:center;
min-height:9vw;
}

.nice-menu .wrapper
{
	position: relative;
}

.nice-menu li {
float:none;
display:inline-block;
width:auto;
width:12vw;
max-width: 450px;
padding:0px;
height:8vw;
margin:0px;
}

.nice-menu span {
float:left;
width:calc(100% - 20px);
padding:0.5vw;
background:url('img/bird.png') no-repeat center bottom 18px;
margin:0px;
cursor:pointer;
height:8vw;
transition:all 0.2s;
}

.nice-menu span:hover{
background:url('img/bird.png') no-repeat center bottom 28px;
transition:all 0.2s;
}

.nice-menu li:nth-child(2n) span{
background-color:#ed1f24;
}

.nice-menu span a {
font-size:1.3vw;
text-transform:none;
/* font-weight:700; */
color:#fff;
}

.nice-menu ul div
{
	display: none;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 9vw;
	background: #000;
	width: 100%;
	box-sizing: border-box;
	padding-top: 20px;
}

.nice-menu li:hover div
{
	display: block;
}

.nice-menu ul div a
{
	float: left;
	width: calc(20% - 20px);
	box-sizing: border-box;
	padding: 10px;
	margin:10px;
	font-size:1.6vw;
	font-weight:700;
}

.nice-menu ul div img
{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.nice-menu ul div p
{
	
}

/* Nice menu End */

.whitebg{
width:100%;
display:inline-block;
padding:40px 0px;
text-align:center;
}

.promotionsbg{
width:100%;
display:inline-block;
padding:40px 0px 60px 0px;
text-align:center;
background:url('img/background-pale.jpg') no-repeat center center;
background-size:cover;
}

.mainh2{
font-size:30px;
font-weight:900;
color:white;
padding:10px 21px;
background:#ed1f24;
width:auto!important;
float:none;
display:inline-block;
margin:0px 0px 30px 0px;
border-radius: 2vw;
box-shadow: 1px 1px 3px #aaa;
}

.promotionsbg .mainh2{
background:#ed1f24;
}

.list-tabs
{
  float: left;
  width: 100%;
  margin-bottom: 2.5em;
}

.list-tabs &gt; ul
{
  float: left;
  width: 100%;
}

.list-tabs &gt; ul li
{
  float: left;
  margin: 0 2px 1em 0;
  font-size: 1.25em;
  text-transform: none;
  font-weight: bold;
  color: #fff;
  background: #000;
  line-height: 34px;
  padding: 0 20px;
  cursor: pointer;
}

.list-tabs &gt; ul li:hover,
.list-tabs &gt; ul li.current
{
  background: #ed1f24;
}

/* home end */

/* gallery */

.gallery-aside
{
  float: left;
  width: 60%;
}

.gallery
{
  float: right;
  margin-left: 2%;
  margin-bottom: 1.5em;
  width: 38%;
}

.gallery .img
{
  margin-bottom: 10px;
}

.gallery .img img
{
  width: 100%;
}

/* gallery end */

/* comparer */

.compare-list li
{
  float: left;
  width: 23.04%;
  margin: 0 1.96% 1.5em 0;
  background: #fff;
  padding-bottom: 20px;
}

.compare-list .img
{
  display: block;
  margin-bottom: 1.5em;
}

.compare-list .img img
{
  width: 100%;
}

.compare-list div
{
  padding: 0 20px 20px 20px;
}

.compare-list h2
{
  font-size: 1.125em;
  height: 2.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
  font-weight: bold;
  text-transform: none;
  text-align: center;
}

.compare-list .price
{
  text-align: center;
  display: block;
  margin-bottom: 1.5em;
}

.compare-list h2 a
{
  color: #000;
}

.compare-list h2 a:hover
{
  text-decoration: underline;
}

.compare-list h3
{
  border-top: 2px solid #fafafa;
  margin-left: -20px;
  padding: 10px 20px 0 20px;
  width: 100%;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0.75em;
  font-size: 1.125em;
}

.compare-list p
{
  margin-bottom: 1em;
}

.compare-list p span
{
  text-transform: none;
  margin-right: 10px;
}

/* comparer end */

/* paginator */

.paginator
{
  float: right;
  height: 20px;
  line-height: 24px;
  padding: 5px 0;
  margin-bottom: 15px;
}

.paginator a,
.paginator span
{
  float: left;
  margin-left: 10px;
  line-height: 24px;
  font-size: 1.125em;
}

.paginator a:hover,
.paginator span
{
  font-weight: bold;
}

.paginator a img
{
  vertical-align: middle;
}

/* paginator end */

/* sitemap */

.sitemap
{
  margin-bottom: 1.5em;
}

.sitemap a
{
  display: block;
  padding: 15px 20px;
  font-size: 1.125em;
  background: #fff;
  color: #000;
  margin-bottom: 2px;
  text-transform: none;
}

.sitemap a:hover
{
  background: #ed1f24;
  color: #fff;
}

.sitemap li li a
{
  padding-left: 40px;
}

.sitemap li li li a
{
  padding-left: 60px;
}

.sitemap li li li li a
{
  padding-left: 80px;
}

/* sitemap end */

/* bestsellers box */

.product-box
{
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fefefe;
  border-radius: 1vw;
  border: 1px solid #666;
}

.product-box ul
{
  position: relative;
  left: 0;
}

.product-box li
{
  float: left;
  width: 250px;
}

.product-box .img
{
  display: block;
  width: 100%;
}

.product-box .img img
{
  width: 100%;
}

.product-box li div
{
  background: #fff;
  padding: 15px 20px;
}

.product-box h3
{
  font-size: 1.125em;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 10px;
}

.product-box h3 a
{
  color: #000;
}

.product-box .nav
{
  position: absolute;
  right: 0;
  top: 0;
  display:none;
}

.product-box .nav a
{
  float: left;
  width: 27px;
  height: 30px;
  margin-left: 1px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
}

.product-box .nav a:hover
{
  background-color: #ed1f24;
}

.product-box .inactive-next,
.product-box .next
{
  background-image: url('img/gt.png');
}

.product-box .inactive-prev,
.product-box .prev
{
  background-image: url('img/lt.png');
}

/* bestsellers box end */

/* cookies box */
.cookies-box
{
  background: #fff;
  background:rgba(255,255,255,0.9);
  border:1px solid #f4f4f4;
  max-width:280px;
  padding:10px;
  padding-bottom:0;
  position:fixed;
  bottom:10px;
  right:10px;
  z-index:99;
  font-size:0.875em;
}

.cookies-box .ed
{
  float:left;
}

.cookies-box a
{
  color:#008e0d;
}

.cookies-box .close
{
  float: right;
  margin-left:2%;
  margin-bottom:2%;
}

.cookies-box .wrapper{
min-width:10px!important;
}

/* cookies box end */


/* additional */

.product-left{
float:left;
width:47%;
}

.product-right{
float:right;
width:47%;
}

.product-right h1{
background:none!important;
text-indent:0px!important;
margin-top:-5px!important;
padding:0!important;
}

.product-right h1::before{
content:''!important;
}

.red-line-container{
width:100%;
display:inline-block;
text-align:left;
margin-bottom:10px;
}

.red-line{
width:50px;
height:2px;
display:inline-block;
background:#ed1f24;
}

.detail-stripe{
width:100%;
text-align:left;
font-size:14px;
line-height:18px;
margin-bottom:4px;
}

.detail-stripe strong,
.detail-stripe strong a{
color:#535459;
font-weight:700;
}

.leftit{
display:inline-block;
min-width:90px;
}

.product-gray{
width:100%;
float:left;
background:#f2f2f3;
margin-top:15px;
padding:30px;
box-sizing:border-box;
}

.q-spin{
float:left;
height:35px;
width:100%;
margin-top:20px;
margin-bottom:20px;
}

.q-spin label{
float:left;
height:35px;
line-height:35px;
font-size:14px;
color:#535459;
padding-right:10px;
margin:0!important;

}

.q-spin input{
height:35px;
line-height:35px;
text-align:center;
width:55px;
padding:0px;
margin:0px;
background:white;
font-size:16px;
font-weight:600;
float:left;
border:none;
}

.b-spin{
float:left;
height:35px;
width:100%;
margin:0;
}

.b-spin button,
.product-quantity button{
float:left!important;
height:45px;
line-height:45px;
margin:0;
width:230px!important;
padding:0px!important;
font-size:20px!important;
font-weight:600!important;
}

.b-spin button span,
.product-quantity button span{
padding:0 0 0 30px!important;
font-size:20px!important;
font-weight:600!important;
}

.product-right .add-buttons{
display:none;
}

.redit{
color:red!important;
}

.mtop10{
margin-top:15px!important;
}

.tab-title{
width:100%;
display:inline-block;
text-align:left;
font-size:22px;
line-height:27px;
font-weight:700;
color:#535459;
padding-bottom:20px;
}

.noborder{
border:none!important;
}

/* additional end */

/* mobile */

.mobile-spacer{
width:100%;
float:left;
height:60px;
display:none;
}

.mobile-bar{
width:100%;
min-height:60px;
background:white;
position:fixed;
top:0;
left:0;
z-index:999;
display:none;
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

.mobile-bar .menu{
display:none;
}

.mobile-bar .collapsible p{
width:auto!important;
height:60px!important;
margin:0px 0px 0px 0px!important;
padding:0px 65px 0px 0px!important;
background:url('img/mobile-red.png') no-repeat right 20px center!important;
position:fixed;
top:0;
right:0px;
float:left;
line-height:60px;
font-size:11pt!important;
color:#c00101!important;
text-transform:uppercase;
text-align:right;
}

.normalmenu{
width:75px!important;
height:60px!important;
margin:0px!important;
padding:0px 0px 0px 65px!important;
background:url('img/mobile-red.png') no-repeat left 20px center!important;
position:fixed;
top:0;
left:0;
z-index:9999;
line-height:60px;
font-size:11pt!important;
font-weight:700;
color:#c00101;
text-transform:uppercase;
text-align:left;
cursor:pointer;
display:none;
}

.mobile-bar .collapsible{
margin-bottom:0px!important;
/*overflow-y:scroll;*/
max-height:calc(100vh - 60px);
margin-top:60px!important;
}

.mobbutt{
width:40px;
height:30px;
float:right;
margin:5px 25px 0px 0px;
background:url('img/mobile.png') no-repeat center center;
cursor:pointer;
}

#takitamspacer{
width:100%; 
float:left; 
height:170px;
display:none;
}

/* ------------------ */

.mobile-container{
width:100%;
float:left;
background:white;
position:fixed;
top:50px;
left:0px;
background:white;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
z-index:9999;
}

#xx{
width:100%;
float:left;
}

.xbut{
float:right;
margin-right:20px;
cursor:pointer;
}

.xbut img{
margin:10px 0px 0px 0px;
width:30px;
height:30px;
}

.mobilenav{
width:100%;
float:left;
text-align:center;
padding-bottom:10px;
background:white;
}

.mobilenav a{
width:80%;
float:left;
height:40px;
line-height:40px;
color:white;
background:#ed1f24;
text-align:center;
font-size:1em;
margin-left:10%;
margin-top:1px;
}

.mobilenav a:hover{
background:#a91519;
}

.mobilenav li{
list-style-type:none!important;
}

/* mobile end */

/*parametry nie płatne */

.parameters-list{
width:100%;
display:inline-block;
}

.parmod{
width:100%;
display:inline-block;
font-size:18px;
font-weight:700;
color:#eb2c00;
padding-bottom:8px;
}

.pm2{
margin-top:20px;
}

.parameters-list .option-list{
width:100%;
float:left;
}

.parameters-list select{
float:left;
width:100%;
}

.parameters-list option{
float:left;
width:100%;
}

.parameters-list .option-list li {
    float: left;
    width: 46%!important;
    margin: 0 4% 0 0!important;
    height: 70px;
    overflow: hidden;
}

/*parametry nie płatne end */

.commentarea{
width:350px;
height:100px;
}

#paczkomaty div
{
  height: 400px;
}

/* media queries */

@media screen and (max-width: 1500px)
{
  .spmain .box-list li,
  .spmain .news-list li,
  .spmain .compare-list li
  {
    width: calc(33% - 2px - 5px - 12px);
  }
  
  .mainmain .box-list li {
    width: calc(25% - 2px - 5px - 8px)!important;
    margin: 0px 0px 10px 10px!important;
  }
  
  /* .product figure
  {
    width: 35%;
  }
  
  .product-quantity,
  .property-list
  {
    width: 63%;
  }
  
  .product .data
  {
    width: calc(63% - 282px);
  }
  
  .product .price
  {
    width: 250px;
  }
  
  .product .price strong
  {
    display: block;
    margin-top: 20px;
    line-height: 53px;
    font-size: 2.5em;
  }
  
  .product .price span
  {
    margin-left: 0;
    display: block;
    margin-top: -10px;
  }
  
  .product-quantity .cart-button,
  .product-quantity .ask-button
  {
    width: 305px;
  } */
  
  .product .dgreen-button
  {
    width: 112px !important;
  }
  
  .property-list li
  {
    width: 31.37%;
    margin-right: 1.96%;
  }
  
  .filters li
  {
    width: 18.04%;
  }
  
}

@media screen and (max-width: 1350px)
{
	
.parameters-list .option-list li{
 height: 70px;
}

.cfirst{
width:50%;
border:none;
}

.csecond{
width:50%;
padding-right:0px;
padding-left:0px;
border:none;
}

.c50{
width:100%;
padding-left:0px;
border:none;
margin-top:50px;
}

}


@media screen and (max-width: 1200px)
{
  .menu .hr
  {
    display: none;
  }
  
  .menu .lr
  {
    display: block;
  }
  
  .box-list li,
  .news-list li,
  .compare-list li
  {
    width: 48.04%;
  }
  
  .product .data
  {
    width: 58%;
    margin-bottom: 0;
  }
  
  .product .price
  {
    height: auto;
    width: calc(58% - 30px);
  }
  
  .property-list,
  .product-quantity
  {
    width: 100%;
  }
  
  .product .price strong
  {
    display: inline-block;
    margin-top: 0;
  }
  
  .product .price span
  {
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
  }
  
  .product-quantity label
  {
    display: none;
  }
  
  .property-list li
  {
    width: 48%;
    margin-right: 2%;
  }
  
  .std-form li
  {
    width: 31.37%;
    margin-right: 1.96%;
  }
  
  .filters li
  {
    width: 23.04%;
  }
  
  .wrapper
  {
  min-width: 300px!important;
  }
  
.slogan{
top:60px;
font-size:21px;
line-height:31px;
}

.pict{
max-width:45%;
width:45%;
margin:15px 0px;
padding:0px;
}

.pictograms{
padding:45px 0px;
}


}

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

.mainnav{
display:none;
}

.arrow{
display:none;
}

.nice-menu{
display:none;
}

.slider-more{
bottom:30px;
}

.mainmain .box-list li {
width: calc(33% - 2px - 5px - 10px)!important;
margin: 0px 0px 1.5em 4px!important;
}

  .spmain .box-list li,
  .spmain .news-list li,
  .spmain .compare-list li
  {
    width: calc(50% - 2px - 5px - 14px);
  }
  
/* Menu mobilne */

.mobile-bar, .mobile-spacer, .normalmenu{
display:initial;
}

.menu,
.top-stripe{
display:none;
}

  .menu + .collapsible
  {
    display: block;
    width: 98%;
    margin: 0 1% 30px 1%;
    padding-bottom: 0;
    background:white;
	overflow-y: scroll;
  }
  
  .menu + .collapsible &gt; ul
  {
    display: none;
  }
  
  .menu + .collapsible &gt; p
  {
    color: #fff;
    margin: 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.25em;
    padding: 15px 0;
    background: url('img/expand.png') no-repeat right center;
  }
  
  .menu + .collapsible &gt; p:first-child{
  padding-top:0px!important;
  padding-bottom:0px!important;
  }
  
  .menu + .collapsible &gt; p.open
  {
    background-image: url('img/collapse.png');
  }
  
  .menu + .collapsible .tree-tab
  {
    margin-top: -5px;
	background: white;
	float: right;
	margin-left: 10px;
	text-align: center;
	border-radius: 100%;
	padding:10px!important;
	width:14px;
	height:14px;
	line-height:14px;
	border:1px solid #c00101;
  }

/* Menu mobilne end */  

}

@media screen and (max-width: 1000px)
{
  aside
  {
    display: none;
  }
  
  main
  {
    width: 100%;
  }
  
  .filters li
  {
    width: 31.37%;
  }
  
  .top-details{
   float:left;
  }
  
  .d1{
  margin-right:30px;
  }

  .d2{
  margin-left:0px;
  }
  
  .slogan{
  font-size:17px;
  line-height:25px;
  }
  
  .spmain .box-list li,
  .spmain .news-list li,
  .spmain .compare-list li
  {
    width: calc(50% - 2px - 5px - 16px);
  }

}

@media screen and (max-width: 800px)
{
  .property-list,
  .product-quantity
  {
    width: 100%;
  }
  
  .features,
  .half-desc
  {
    width: 100%;
    margin-right: 0;  
  }
  
  .tabs .tab-nav li
  {
    margin-bottom: 3px;
  }
  
  header .logo
  {
    margin-top: 10px;
    max-width: calc(100% - 420px);
  }
  
  .logo img
  {
    display: block;
    width: 100%;
  }
  
  .std-form li
  {
    float: left;
    width: 48%;
  }
  
  .up800
  {
    display: none;
  }
  
  .std-list li
  {
    position: relative;
  }
  
  .std-list .img
  {
    width: calc(100% - 280px);
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .std-list .control
  {
    border-left: 0;
    margin-left: 0;
    position: absolute;
    top: 1.5em;
    right: 0;
  }
  
  .std-list .desc
  {
    clear: left;
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  
  .slider-more{
	display:none;  
  }
  
  .slogan{
  top:30px;
  }
  
  .mainmain .box-list li {
  width: calc(50% - 2px - 5px - 14px)!important;
  margin: 0px 0px 1.5em 4px!important;
  }
  
  .newsletter-section .newsletter{
  width:100%;
  margin-left:0px;
  }
  
  .newsletter-section .newsletter-box{
   margin-bottom:0px;
   }
   
   .product-left{
	float:left;
	width:100%;
	}

	.product-right{
	float:left;
	width:100%;
	}

}

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

.pict{
max-width:90%;
width:90%;
}

}

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

  .mainmain .box-list li {
  width: calc(100% - 2px - 5px - 18px)!important;
  margin: 0px 0px 1.5em 4px!important;
  }
  
  .spmain .box-list li,
  .spmain .news-list li,
  .spmain .compare-list li
  {
    width: calc(100% - 2px - 5px - 18px);
  }
  
}

@media screen and (max-width: 600px)
{
  
  .product figure,
  .product .data,
  .product .price
  {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
  .gallery,
  .gallery-aside
  {
    width: 100%;
    margin-right: 0;
  }
  
  header .logo
  {
    width: 200px;
    max-width: 200px;
  }
  
  .up600
  {
    display: none;
  }
  
  .std-list .img
  {
    width: 100%;
  }
  
  .std-list .control
  {
    float: left;
    position: static;
    width: 100%;
    padding-left: 0;
  }
  
  .slider p
  {
    font-size: 1.5em;
  }
  
  .slogan{
  display:none;
  }
  
  #slider{
  display:none;
  }
  
  #slider2{
  display:initial;
  }
  
  .cfirst{
  width:100%;
  }

  .csecond{
  width:100%;
  margin-top:50px;
  }
  
  .commentarea{
  padding:0px;
  margin:0px;
  height:80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width:200px;
}

.bsb td{
font-size:12px;
padding:5px;
}

.bsb th{
font-size:12px;
padding:5px;
}

.lasttd{
display:none;
}

.tapered{
max-width:60px;
}

.tapered p{
max-width:60px;
}

.bsb
{
  padding: 10px 5px;
  width: calc(100% - 12px);
}

.actions .button{
width:100%!important;
margin-left:0px!important;
margin-right:0px!important;
margin-bottom:3px!important;
padding:0px!important;
}

}

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

header .logo img
  {
    width: 40vw;
	float:left;
	padding-left:23vw;
/* 	padding-right:calc(50% - 111px); */
	margin: 0px;
  }
  
  .account{
	margin-top:25px;
	float: left;
  }
  
  .cart {
	float: right;
	clear: right;
	height: 36px;
	margin: 25px 0px 0px 0px !important;
   }

}


@media screen and (max-width: 450px)
{
  .std-form li
  {
    width: 98.04%;
  }
  
  .slider img
  {
    display: none;
  }
  
  .slider p
  {
    position: static;
  }
  
  .filters li
  {
    width: 48.04%;
  }
  
.nice-menu .collapsible li {
float:left;
display:inline-block;
width:100%;
height:80px;
}

.nice-menu .collapsible div {
padding:10px 10px 10px 10px;
background:url('img/bird.png') no-repeat center bottom 18px;
height:60px;
}

}

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

}

/* media queries end */

/* facebox */

#facebox .top
{
  background: #000 !important;
}

/* facebox end */</pre></body></html>