@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/* Global defines */
/* Global Colors */
/* white */
/* light grey */
/* light grey */
/* very light grey */
/* dark red */
/* Global fonts */
/* Mixins */
/* ------------------------------------------------------------------ */
/* header */
/* CSS Document */
/* CSS Document */
@view-transition {
  navigation: auto;
}
/* Global Settings */
html, body {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font: 100%/1.25 Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
}

/* Common Formatting && Resets */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

p, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, blockquote,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, label, legend, object, iframe, span,
table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* font-size: 100%; */
  vertical-align: baseline;
  background: transparent;
}

a img, :link img, :visited img, fieldset, abbr, acronym {
  border: 0;
}

a, a:hover, a:active {
  outline: none;
}

caption, th {
  text-align: left;
}

img {
  color: #ccc;
  font-size: 12px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}

input, select, textarea {
  font-size: 11px;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

button, input, select, textarea {
  margin: 0;
}

button {
  width: auto;
  overflow: visible;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

* + html img {
  -ms-interpolation-mode: bicubic;
}

* html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

* html input {
  vertical-align: text-bottom;
}

/* Global Classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0; /*overflow: hidden;*/
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* ------------------------------------------------------------------ */
/* body */
* {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  max-height: 999999px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  /* @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {  */
}
.wrapper {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

#body {
  background: #f9f9f9;
  min-width: 300px;
}

#cols {
  display: block;
}

.col-s {
  float: left;
  width: 22%;
  margin-right: 2%;
  vertical-align: top;
}

.col-w {
  width: 76%;
  float: right;
  vertical-align: top;
}

.w-1 {
  width: 70%;
  margin: 0 auto;
}

.top-nav {
  display: none !important;
}

@media screen and (max-width: 1020px) {
  .wrapper {
    width: auto;
    margin: 0 10px;
  }
  #cols {
    width: 100%;
  }
  .col-w {
    width: 70%;
  }
  .col-s {
    width: 27%;
    margin-right: 3%;
  }
  .w-1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #cols {
    display: block;
  }
  .col-s {
    display: none;
  }
  .col-w {
    clear: both;
    overflow: hidden;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 660px) {
  .col-w {
    display: block;
  }
}
/* ------------------------------------------------------------------ */
/* header */
header {
  clear: both;
  height: 110px;
  position: relative;
}

#logo-bar {
  top: 8px;
}

.logo-viconti {
  height: 98px;
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-viconti svg {
  width: 60px;
  height: auto;
}

#nav-bar .logo-viconti {
  display: none;
  width: auto;
  position: relative;
  left: 30px;
}
#nav-bar .logo-viconti svg {
  width: 75px;
  height: auto;
}

#nav-bar {
  height: 0;
  width: 100%;
  clear: both;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

#nav-bar form {
  float: right;
  margin-top: 7px;
  position: relative;
  z-index: 5;
}

#nav-bar form input[type=text] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 0;
  background: none;
  padding: 6px;
  width: 150px;
  font: 13px/14px Roboto, "Helvetica Neue", Helvetica, sans-serif;
  float: left;
  color: #333;
}

#nav-bar form input.tip {
  color: #adadad;
  font: 13px/14px Roboto, "Helvetica Neue", Helvetica, sans-serif;
}

#top-search-btn {
  background: none;
  font: 12px/14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  float: left;
}

#nav-bar nav {
  float: right;
}

#nav-bar nav ul.store-nav {
  list-style-type: none;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

#nav-bar nav ul.store-nav li {
  float: left;
}

#nav-bar nav ul.store-nav {
  position: absolute;
  top: 33px;
  left: 24%;
}

#nav-bar nav ul.store-nav li {
  margin-right: 35px;
  margin-left: 0;
}

#nav-bar .slogan {
  float: left;
  color: #c7c7c7;
  font: 300 11px/43px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
}

#nav-bar .slogan span {
  text-indent: -9000px;
  margin: 0 8px;
  display: inline-block;
}

#nav-bar nav ul.store-nav li a {
  float: left;
  font: 300 13px/40px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 2px solid #f9f9f9;
  transition: border 0.3s;
  -moz-transition: border 0.3s;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
}

#nav-bar nav ul.store-nav li a:hover {
  border-top: 2px solid #ccc;
}

#nav-bar nav ul.store-nav li a.on, #nav-bar nav li a.on:hover {
  border-top: 2px solid #a90000;
}

.catalog-nav-mobile {
  display: none;
}

/* LOGO PO PRAWEJ / KONTAKT I KOSZYK PO LEWEJ */
#cart-bx {
  position: absolute;
  right: 0;
  top: 28px;
}

.bx-contact, .bx-cart {
  float: left;
}

/* LOGO PO ŚRODKU / KONTAKT PO LEWEJ KOSZYK PO PRAWEJ */
/* 

.logo-viconti {
	margin:0 auto;
}

.bx-contact, .bx-cart {
	position: absolute;
}

.bx-contact {
	left:0;
	top:28px;
}

.bx-cart {
	right:0;
	top:34px;
} 

*/
.bx-cart a {
  color: #000;
  text-decoration: none;
  filter: grayscale(100%);
}

.bx-contact .bx-spacer {
  margin: 0 4px 0 12px;
}

.bx-cart .bx-spacer {
  margin: 0 8px 0 1px;
}

.bx-contact, .bx-cart {
  font: 300 18px/35px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #999;
}

.bx-phone em, .bx-email em {
  font: 300 normal 12px/12px Roboto, Arial, Helvetica, courier;
  color: #999;
  position: absolute;
  top: 30px;
  left: 0;
}

.bx-phone a, .bx-email a {
  text-decoration: none;
  color: #000;
}

.bx-cart strong {
  color: #333;
  font-weight: 300;
}

.bx-spacer {
  font: 300 18px/34px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #999;
  margin: 0 10px;
}

/* 	#cart-bx div {
		float:right;
	} */
#cart-anchor {
  padding-right: 40px;
  background-image: url(../images/cart_btn_4.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  line-height: 30px;
  display: inline-block;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}

#cart-anchor:hover {
  opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
}

.note {
  color: #888;
}

.note .star {
  color: #a90000;
  font-size: 22px;
  display: table-cell;
  padding-right: 10px;
}

.note .star strong {
  position: relative;
  top: 7px;
}

.note .txt {
  color: #888;
  font-size: 14px;
  display: table-cell;
}

#nav-bar a.nav-icon {
  font: 20px/50px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  padding: 0 10px;
  display: none;
  z-index: 5;
  /* position:absolute;
  		top:0; */
  text-decoration: none;
  position: relative;
}

#nav-bar a.nav-icon i {
  font: 24px/50px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* 	#nav-bar #userBxPopupToggle {
		left:5px;
	}

	#nav-bar #userBxCartBtn {
		right:5px;
	} */
#nav-bar .bx-cart {
  display: none;
  padding: 0 10px;
  /* position:absolute; 
  top:8px; 
  		right:10px; */
}

#userBxPopup .cart-link {
  display: none;
}

.langset {
  float: right;
  margin-left: 20px;
}

.langset a {
  /* padding-right:30px; */
  /* background:url(../images/flag_de.png) no-repeat 100% 50%; */
  display: block;
  font-size: 10px;
  line-height: 42px;
  height: 42px;
  text-decoration: none;
  color: #333;
}

.langset a:hover {
  opacity: 0.65;
}

#nav-bar-header .langset {
  position: absolute;
  float: none;
  top: 0;
  right: 10px;
  height: 50px;
  display: none;
}

#nav-bar-header .langset a {
  line-height: 50px;
  height: 50px;
}

#nav-bar .phone {
  text-decoration: none;
  font: 200 24px/40px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #a90000;
  display: none;
  margin-bottom: 30px;
}

#nav-bar .phone strong {
  font-weight: 500;
}

#catalog-nav-trigger {
  display: block;
  clear: both;
  overflow: hidden;
  font: 16px/24px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

#catalog-nav-trigger i {
  font-size: 20px;
}

.col-s #catalog-nav-trigger {
  display: none;
}

@media screen and (max-width: 1260px) {
  /* #nav-bar nav ul.store-nav li {
  			margin-left:20px;
  		} */
  #nav-bar form input[type=text] {
    width: 130px;
  }
  #nav-bar .slogan {
    font-size: 12px;
    display: none;
  }
  #nav-bar nav ul.store-nav li a {
    font-size: 11px;
  }
  #nav-bar nav {
    float: none;
    width: 100%;
  }
  #nav-bar nav ul.store-nav {
    float: left;
  }
  .total-sum p {
    font: 200 40px/30px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
}
@media screen and (max-width: 1020px) {
  .logo-viconti {
    width: 27%;
  }
  #cart-bx-spacer-2 {
    display: none;
  }
  #cart-bx-email {
    display: none;
  }
  #nav-bar form input[type=text] {
    width: 110px;
  }
  #nav-bar nav ul.store-nav {
    left: 30%;
  }
  .bx-contact {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  #nav-bar nav {
    float: left;
  }
}
@media screen and (max-width: 900px) {
  #nav-bar nav ul.store-nav li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  #nav-bar .bx-cart {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #nav-bar nav {
    display: inline !important;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 65px;
  }
  .logo-viconti {
    display: none;
  }
  #nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    clear: none;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  }
  #nav-bar .logo-viconti {
    display: block;
    height: auto;
    /* position:absolute; */
  }
  /* 		#nav-bar form input[type="text"] {
  			width:130px;
  		}
   */
  #nav-bar .phone {
    display: block;
  }
  #nav-bar .wrapper {
    margin: 0;
  }
  #nav-bar-header {
    background: #fbfbfb;
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  #nav-bar-header .langset {
    display: block;
  }
  #userBxPopup {
    float: none;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    overflow-y: scroll;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
  #userBxCnt {
    width: 92%;
    padding: 4%;
    height: 92%;
    display: table;
    position: relative;
    background: #fbfbfb;
  }
  #userBxCnt .langset {
    display: none;
  }
  #nav-bar form {
    margin: 0 0 20px;
    float: none;
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden;
  }
  #nav-bar form input[type=text] {
    width: 80%;
  }
  #nav-bar nav ul.store-nav {
    padding: 0 0 30px 0;
    width: 100%;
    list-style-type: none;
    display: block;
    overflow: hidden;
    float: none;
    position: static;
  }
  #nav-bar nav ul.store-nav li {
    float: none;
    clear: both;
    width: 100%;
  }
  #nav-bar nav ul.store-nav li.vde span {
    display: initial;
  }
  #nav-bar nav ul.store-nav li a {
    text-decoration: none;
    font: 11px/15px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 12px 0%;
    display: block;
    width: 100%;
    clear: both;
    color: #666;
    border-top: 1px solid #eee !important;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #nav-bar nav ul.store-nav li a:hover {
    padding: 12px 0%;
    width: 100%;
    background: #efefef;
  }
  #nav-bar a.nav-icon {
    display: block;
  }
  #userBxPopup .cart-link {
    display: block;
  }
  .bx-contact, .bx-cart {
    display: none;
  }
  #cart-bx {
    position: relative;
    clear: both;
    overflow: hidden;
    top: 0;
    display: none;
  }
  /* header #catalog-nav-trigger {
  			display:block;
  			font:14px/20px Roboto,Arial,"Helvetica Neue",Helvetica,sans-serif;
  			margin-bottom:5px;
  		} */
  #nav-bar {
    height: 50px;
  }
  #nav-bar-header {
    height: 50px;
  }
  #userBxCnt {
    margin-top: 50px;
  }
}
@media screen and (max-width: 580px) {
  /* 		#nav-bar form input[type="text"] {
  			width:100px;
  		} */
  /* 		#nav-bar nav li {
  			margin-right:15px;
  		} */
}
@media screen and (max-width: 550px) {
  /* 		#catalog-nav-trigger {
  			text-align:center;
  		} */
}
/* ------------------------------------------------------------------ */
/* catalog */
.catalog-nav {
  clear: both;
  overflow: hidden;
  margin-bottom: 35px;
}

.catalog-nav-desktop {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
}
.catalog-nav-desktop li {
  border-bottom: 1px solid #ddd;
}
.catalog-nav-desktop li.on a {
  color: #ba3333;
  font-weight: bold;
}
.catalog-nav-desktop li.on ul a {
  font-weight: normal;
  color: #000;
}
.catalog-nav-desktop li a {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3125;
  font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  color: #000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  padding: 0.85em 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.catalog-nav-desktop li a:hover {
  background-image: linear-gradient(to left, rgba(239, 239, 239, 0), rgb(239, 239, 239));
  padding-left: 10px;
  padding-right: 10px;
}
.catalog-nav-desktop li a span.num {
  font: 300 normal 11px/16px Roboto, Arial, courier, sans-serif;
  color: #aaa;
  float: right;
  margin-right: 5px;
}
.catalog-nav-desktop li a span.title {
  float: left;
  width: 87%;
}
.catalog-nav-desktop li ul {
  border-top: none;
  margin-bottom: 1em;
}
.catalog-nav-desktop li ul li a span.title {
  width: auto;
  font-weight: 300;
}
.catalog-nav-desktop li ul li.on a span.title {
  font-weight: 600;
}

.catalog-nav-desktop ul li a span.num {
  margin-right: 23px;
}

.catalog-nav-desktop a i {
  float: right;
  font-size: 13px;
  padding: 0;
  margin: 0;
  position: relative;
  right: -5px;
}

.catalog-nav-desktop li div {
  height: 0;
  transition: height 0.3s;
  -moz-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  overflow: hidden;
}

.catalog-nav-desktop ul li {
  border-bottom: 0;
}

.catalog-nav-desktop ul a {
  font-size: 0.8125em;
  font-weight: 400;
  line-height: 1.3125;
  font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  color: #000;
  border-bottom: none;
  padding: 0.4em 0 0.4em 10px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.catalog-nav-desktop ul a:hover {
  padding: 5px 10px 5px 10px;
  background: #efefef;
}

header .catalog-nav {
  display: none;
  z-index: 5;
}

.catalog-nav-desktop li.category i {
  font-size: 20px;
  line-height: 27px;
  float: right;
  margin: 9px 0 0;
}

.catalog-nav-desktop li.category i:hover {
  cursor: pointer;
  background: #eee;
}

.catalog-nav-mobile li.category i {
  font-size: 24px;
  line-height: 24px;
  float: right;
  margin: 9px 0 0;
}

@media screen and (max-width: 1260px) {
  .catalog-nav-desktop a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  header .catalog-nav {
    display: block;
    /* position:absolute; */
    position: static;
    left: 0;
    /* top:125px; */
    top: auto;
    width: 94%;
    padding: 7px 3% 4px;
    background: #ba3333;
    margin: 0;
    /* 		transition:all 0.3s;
    		-moz-transition:all 0.3s;
    		-webkit-transition:all 0.3s;
    		-o-transition:all 0.3s;			 */
  }
  header .catalog-nav.fixed {
    /* position:fixed;
    		z-index:3;
    		top:36px;
    		bottom:auto; */
  }
  /* 		header .catalog-nav ul {
  			opacity:0;
  			-moz-opacity:0;
  			filter:alpha(opacity=0);
  			display:none;
  			margin:0 0 0 0;
  			border:0;
  		}

  		header .catalog-nav ul ul {
  			opacity:1;
  			-moz-opacity:1;
  			filter:alpha(opacity=1);
  			display:block;
  		}

  		header .catalog-nav ul li {
  			border-bottom:1px solid #c45151;
  			margin:0;			
  		}

  		header .catalog-nav ul li.last {
  			border:0;
  		}

  		header .catalog-nav ul ul li {
  			border:0;
  		}

  		header .catalog-nav ul ul li a {
  			color:#fff;
  			font:normal 400 12px/19px Roboto,Arial,"Helvetica Neue",Helvetica,sans-serif;
  			padding:5px 0 5px 10px;
  			margin:0;				
  		}

  		header .catalog-nav ul li a {
  			color:#fff;
  			font:300 14px/21px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  			padding:5px 0;	
  			margin:0;	
  		}

  		header .catalog-nav ul li.on a {
  			color:#fff;
  		}

  		header .catalog-nav ul li a:hover {
  			background:rgba(0,0,0,0.1);
  			padding-left:15px;			
  		}

  		header .catalog-nav ul li a span {
  			display:none;
  		} */
  .catalog-nav-mobile {
    display: block;
    margin: 0 0 30px 0;
    border: 0;
    clear: both;
    list-style-type: none;
  }
  .catalog-nav-mobile li {
    border-bottom: 1px solid #eee;
    margin: 0 !important;
    padding: 0;
  }
  .catalog-nav-mobile li a {
    color: #333;
    /* font:500 15px/22px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif; */
    font: 15px/22px "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
    padding: 10px 0;
    margin: 0 0 0 0;
    text-decoration: none;
    display: block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .catalog-nav-mobile li li a,
  .catalog-nav-mobile li.on li a {
    color: #333;
    /* font:300 15px/22px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif; */
    font: 15px/22px "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  }
  .catalog-nav-mobile li.on a,
  .catalog-nav-mobile li li.on a {
    color: #ba3333;
    font-weight: 500;
  }
  .catalog-nav-mobile li a:hover {
    background: none;
    /* padding-left:0; */
  }
  .catalog-nav-mobile li a:active {
    background: rgba(0, 0, 0, 0.055);
    padding-left: 15px;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .catalog-nav-mobile li a:active {
      background: none;
      padding-left: 0;
    }
  }
  .catalog-nav-mobile li ul {
    display: block;
    list-style-type: none;
    margin: 0 0 10px;
  }
  .catalog-nav-mobile li div {
    height: 0;
    transition: height 0.3s;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    overflow: hidden;
  }
  .catalog-nav-mobile li div.on {
    height: auto;
  }
  .catalog-nav-mobile ul li {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .catalog-nav-mobile ul li a {
    color: #333;
    /* font:300 14px/20px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif; */
    font: 14px/20px "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
    padding: 7px 0 7px 10px;
    margin: 0;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .catalog-nav-mobile ul li a:active {
      background: none;
      padding-left: 10px;
    }
  }
}
@media screen and (max-width: 768px) {
  #sale {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #saleLink {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.3125;
    font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
    color: #ba3333;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    border: 0;
  }
  #saleLink a {
    color: inherit;
    font-weight: inherit;
  }
}
/* ------------------------------------------------------------------ */
/* search popup */
.search-anchor {
  font-weight: 300;
  width: 33px;
  display: inline-block;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  background-image: url(../images/search_btn.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto 100%;
  line-height: 34px;
  color: #999;
  text-decoration: none !important;
  white-space: nowrap;
  text-indent: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.search-anchor:hover {
  opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=65);
}

.cart-bx-info .search-anchor {
  position: relative;
  top: -2px;
}

#search {
  width: 500px;
  border: 1px solid #bbb;
  padding: 5px 5px 5px 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
}

#search input[type=text] {
  width: 465px;
  float: left;
  color: #000;
  font: 300 15px/28px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: none;
  border: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#search input[type=image] {
  float: right;
  width: 30px;
  height: auto;
}

#search input:focus {
  outline: none;
}

.tos-wrapper.tos-fixed.search-popup .tos-slide.tos-html > div {
  padding: 20px 65px 20px 20px !important;
}

.search-popup .tos-close {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 700px) {
  #search {
    width: 480px;
  }
  #search input[type=text] {
    width: 440px;
  }
}
@media screen and (max-width: 600px) {
  #search {
    width: 190px;
  }
  #search input[type=text] {
    width: 110px;
  }
}
/* ------------------------------------------------------------------ */
/* top-nav */
ul#top-nav-list {
  display: block;
  clear: both;
  height: 45px;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  z-index: 4 !important;
}

#catalog-details ul#top-nav-list {
  margin-bottom: 0;
}

ul#top-nav-list:hover {
  overflow: visible;
}

ul#top-nav-list li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
}

ul#top-nav-list li div {
  width: 270px;
  background: #fbfbfb;
  border-top: 3px solid #ba3333;
  position: absolute;
  top: 45px;
  left: 0;
  padding: 15px 0;
  opacity: 0;
  /* transition:all 0.3s;
  -moz-transition:all 0.3s;
  -webkit-transition:all 0.3s;
  	-o-transition:all 0.3s; */
  z-index: 1;
  -webkit-box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.15);
}

ul#top-nav-list li:hover {
  z-index: 2;
}

ul#top-nav-list li:hover div {
  opacity: 1;
  z-index: 2;
}

ul#top-nav-list li div ul {
  list-style-type: none;
  margin: 0 0;
  padding: 0;
}

ul#top-nav-list li div ul li {
  float: none;
  clear: both;
  width: 100%;
  overflow: hidden;
}

ul#top-nav-list li div ul li a {
  display: block;
  clear: both;
  width: 80%;
  padding: 8px 10%;
  /* font:italic 14px/18px Georgia, "Times New Roman", courier, sans-serif; */
  font: 400 13px/18px "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  color: #000;
}

ul#top-nav-list li a,
ul#top-nav-list li span {
  float: left;
  padding: 0 15px;
  font: 300 16px/45px Roboto, Arial, Tahoma, courier;
  color: #000;
  text-decoration: none;
}

ul#top-nav-list li a:hover,
ul#top-nav-list li span:hover {
  background: #efefef;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 1020px) {
  ul#top-nav-list li div {
    max-width: 230px;
  }
  ul#top-nav-list li div.last {
    right: 0;
    left: auto;
  }
  ul#top-nav-list li a,
  ul#top-nav-list li span {
    padding: 0 5px 0 10px;
    font: 300 15px/45px Roboto, Arial, Tahoma, courier;
  }
}
@media screen and (max-width: 930px) {
  ul#top-nav-list li a,
  ul#top-nav-list li span {
    padding: 0 2px 0 7px;
  }
  ul#top-nav-list li {
    margin: 0 12px 0 0;
  }
}
@media screen and (max-width: 768px) {
  ul#top-nav-list {
    display: none;
  }
}
@media screen and (max-width: 570px) {
  ul#top-nav-list li i {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  ul#top-nav-list li {
    margin: 0 7px 0 0;
  }
  ul#top-nav-list li a,
  ul#top-nav-list li span {
    font: 300 14px/45px Roboto, Arial, Tahoma, courier;
  }
}
@media screen and (max-width: 410px) {
  ul#top-nav-list {
    display: none;
  }
  /* ul#top-nav-list li i {
  	display:inline-block;
  }

  ul#top-nav-list {
  	height:auto;
  	clear:both;
  }

  ul#top-nav-list li {
  	float:none;
  	clear:both;
  	width:100%;
  	margin:0;
  }

  ul#top-nav-list li div {
  	left:50% !important;
  	right:auto !important;
  	margin-left:-100px !important;
  	width:200px !important;
  }

  ul#top-nav-list li a,
  ul#top-nav-list li span {
  	width:100%;
  	padding:0;
  	float:none;
  	display:block;
  	text-align:center;
  	font:300 15px/35px Roboto, Arial, Tahoma, courier;		
  }

  ul#top-nav-list li div {
  	top:35px;
  }


  ul#top-nav-list li div ul li a {
  	padding:8px 10%;
  	font:italic 13px/17px Georgia, "Times New Roman", courier, sans-serif;
  	}	 */
}
/* ------------------------------------------------------------------ */
/* footer */
/* CSS Document */
/* CSS Document */
/* ------------------------------------------------------------------ */
/* footer */
footer {
  padding: 0 0 40px;
  clear: both;
  overflow: hidden;
}
footer .spacer {
  display: none;
}
footer h2, footer .title {
  margin: 2rem 0 1.2rem;
  color: #333;
  font: 400 20px/26px "Noto serif", Georgia, "Times New Roman", Helvetica, sans-serif;
  margin-bottom: 25px;
}
footer #col-contact {
  float: left;
  width: 23%;
  margin-right: 5%;
}
footer #col-contact h2, footer #col-contact .title {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
footer #col-contact .phone {
  font: 400 28px/28px "Noto serif", Georgia, "Times New Roman", Helvetica, sans-serif;
  color: #a90000;
  clear: both;
  display: block;
  margin: 0 0 20px;
}
footer #col-contact .phone em {
  color: #999;
  font: normal 14px/28px Roboto, Arial, Helvetica, sans-serif;
}
footer #col-contact .phone span {
  color: #999;
}
footer #col-contact a {
  font: 24px/18px "Noto serif", Georgia, "Times New Roman", Helvetica, sans-serif;
  color: #a90000;
  text-decoration: none;
}
footer #col-contact a:hover {
  text-decoration: underline;
}
footer #col-info {
  float: left;
  width: 20%;
  margin-right: 5%;
}
footer #col-regulations {
  float: left;
  width: 20%;
}
footer #col-payments {
  float: left;
  width: 22%;
  margin-right: 5%;
}
footer #col-payments img {
  width: 100%;
  height: auto;
  max-width: 273px;
}
footer ul {
  list-style-type: none;
}
footer ul li {
  border-top: 1px solid #ddd;
}
footer ul li a {
  text-decoration: none;
  font: 300 11px/15px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 12px 0;
  display: block;
  clear: both;
  color: #666;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
footer ul li a:hover {
  padding: 12px 15px;
  background: #efefef;
}
footer .copyrights {
  color: #c2c2c2;
  clear: both;
  overflow: hidden;
  padding-top: 20px;
  font-size: 0.75em;
}

#netergo {
  width: 37px;
  height: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  display: inline-block;
  background: url(../images/created_sprites.png) no-repeat 0 0;
  margin: 5px 0 0 0;
  position: relative;
  top: 2px;
}

#netergo:hover {
  background: url(../images/created_sprites.png) no-repeat 0 -10px;
}

@media screen and (max-width: 1260px) {
  footer #col-contact .phone {
    font-size: 24px;
    line-height: 26px;
    color: #a90000;
  }
  footer #col-contact a {
    font-size: 21px;
    font-weight: 21px;
  }
}
@media screen and (max-width: 1020px) {
  footer #col-payments {
    display: none;
    margin: 0;
  }
  footer #col-contact {
    width: 34%;
    padding-right: 3%;
    margin: 0;
  }
  footer #col-info {
    width: 30%;
    padding-right: 3%;
    margin: 0;
  }
  footer #col-regulations {
    width: 30%;
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  footer {
    padding-top: 20px;
  }
  footer #col-payments {
    display: inline;
    width: 45%;
    padding-right: 0;
  }
  footer #col-payments img {
    width: 100%;
    height: auto;
  }
  footer #col-contact {
    width: 45%;
    padding-right: 10%;
  }
  footer #col-info {
    width: 45%;
    padding-right: 10%;
  }
  footer #col-regulations {
    width: 45%;
    padding-right: 0;
  }
  footer .spacer {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  footer {
    padding-top: 0px;
  }
  footer #col-contact {
    width: 100%;
    padding-right: 0%;
    text-align: center;
  }
  footer #col-payments {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  footer #col-payments {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  footer #col-payments img {
    width: 100%;
    height: auto;
  }
  footer #col-contact {
    width: 100%;
    padding-right: 0%;
    margin-bottom: 30px;
  }
  footer #col-info {
    width: 100%;
    padding-right: 0%;
    margin-bottom: 30px;
  }
  footer #col-regulations {
    width: 100%;
    padding-right: 0;
  }
  footer .spacer {
    display: none;
  }
  footer ul li a {
    text-align: center;
  }
  footer h2 {
    text-align: center;
  }
}
/* ------------------------------------------------------------------ */
/* interlinks */
.interlinks {
  width: 22%;
  float: left;
  margin-right: 4%;
}
.interlinks h2, .interlinks .title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 10px;
  margin: 2rem 0 1.2rem;
  font: 400 17px/22px "Noto serif", Georgia, "Times New Roman", Helvetica, sans-serif;
  margin-bottom: 25px;
}
.interlinks ul li {
  border: 0 !important;
}
.interlinks ul li a {
  padding: 6px 0 6px 17px;
  background-image: url(../images/dot_1.png);
  background-repeat: no-repeat;
  background-position: 3px 9px;
}
.interlinks ul li a:hover {
  padding: 6px 15px 6px 17px;
  background-image: url(../images/dot_1.png);
  background-repeat: no-repeat;
  background-position: 3px 9px;
}

.interlinks.group-4 {
  margin-right: 0;
}

@media screen and (max-width: 990px) {
  .interlinks {
    width: 30.66%;
    float: left;
    margin-right: 4%;
  }
  .interlinks.group-3 {
    margin-right: 0;
  }
  .interlinks.group-4 {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .interlinks {
    width: 47%;
    float: left;
    margin-right: 6%;
  }
  .interlinks h2 {
    font-size: 17px;
    line-height: 21px;
  }
  .interlinks.group-2 {
    margin-right: 0;
  }
  .interlinks.group-3 {
    margin-right: 6%;
  }
  .interlinks.group-4 {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .interlinks h2 {
    font-size: 17px;
    line-height: 22px;
  }
  .interlinks ul li a {
    padding: 5px 0 5px 17px;
    font-size: 10px;
    line-height: 14px;
  }
  .interlinks ul li a:hover {
    padding: 5px 15px 5px 17px;
  }
}
@media screen and (max-width: 430px) {
  .interlinks ul li a {
    padding-left: 0;
    padding-right: 0;
    background-image: none;
    text-align: center;
  }
  .interlinks h2 {
    text-align: center;
  }
  .interlinks.group-1, .interlinks.group-2 {
    width: 100%;
    float: none;
    margin-right: 0%;
  }
  .interlinks.group-3 {
    display: none;
  }
  .interlinks.group-4 {
    display: none;
  }
}
/* ------------------------------------------------------------------ */
/* consent */
/* CSS Document */
/* CSS Document */
/* ------------------------------------------------------------------ */
/* cart */
#cookieDialog {
  width: 90vw;
  max-width: calc(1600px - 100px);
  bottom: 1vh;
  text-align: left;
  opacity: 0;
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  padding: 2em;
  font-size: 0.9rem;
  line-height: 1.2;
  -webkit-box-shadow: 8px 8px 20px -7px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 8px 8px 20px -7px rgba(0, 0, 0, 0.16);
  box-shadow: 8px 8px 20px -7px rgba(0, 0, 0, 0.16);
  transition: opacity 0.25s ease-out, overlay 0.25s ease-out allow-discrete, display 0.25s ease-out allow-discrete;
}
@media screen and (max-width: 1380px) {
  #cookieDialog {
    max-width: 90vw;
  }
}
#cookieDialog[open] {
  opacity: 1;
}
@starting-style {
  #cookieDialog[open] {
    opacity: 0;
  }
}
#cookieDialog::backdrop {
  background-color: rgba(0, 0, 0, 0);
  transition: display 0.25s allow-discrete, overlay 0.25s allow-discrete, background-color 0.25s;
}
#cookieDialog[open]::backdrop {
  background-color: rgba(0, 0, 0, 0.25);
}
@starting-style {
  #cookieDialog[open]::backdrop {
    background-color: rgba(0, 0, 0, 0);
  }
}
#cookieDialog p {
  font-size: 1em;
  font-weight: 300;
  color: #000;
  margin-bottom: 1em;
  line-height: 1.3;
}
#cookieDialog fieldset ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#cookieDialog fieldset ul li {
  display: flex;
  flex-direction: row;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1em;
  color: #000;
  margin-right: 2em;
}
#cookieDialog fieldset ul li .tooltiptext {
  width: 300px;
  text-align: left;
}
#cookieDialog fieldset ul li label {
  font-weight: 500;
  cursor: pointer;
  margin-right: 0.8em;
}
#cookieDialog fieldset ul li input[type=radio],
#cookieDialog fieldset ul li input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.7em 0 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  position: relative;
  top: 2px;
}
#cookieDialog fieldset ul li input[type=checkbox].error, #cookieDialog fieldset ul li input[type=checkbox].error:focus {
  border: 2px solid #ba3333;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#cookieDialog button {
  border: 0;
}
#cookieDialog button:focus {
  border: 0;
  outline: none;
}

/* ------------------------------------------------------------------ */
/* tooltip */
.tooltip {
  position: relative;
  flex-shrink: 0;
}
.tooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 90%;
  left: 50%;
  /* margin-left: -85px; */
  transform: translate(-50%, 10px);
  font-size: 0.8em;
  font-style: normal;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* ------------------------------------------------------------------ */
/* common */
/* CSS Document */
/* CSS Document */
/* ------------------------------------------------------------------ */
/* common */
h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  color: #000;
  margin: 25px 0 15px;
  text-align: left;
}

h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.275;
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ba3333;
  margin: 35px 0 25px;
  text-align: left;
}

strong {
  font-weight: 700;
}

.more-ext {
  display: table;
  width: 85%;
  margin: 50px auto;
}

.more-ext > div {
  display: table-row;
}

.more-ext h3 {
  display: table-cell;
  text-align: right;
  width: 60%;
  font-weight: 300 !important;
}

.more-ext p {
  display: table-cell;
  padding: 0 5%;
  width: 30%;
}

@media screen and (max-width: 990px) {
  .more-ext {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .more-ext, .more-ext > div {
    display: block;
  }
  .more-ext h3 {
    display: block;
    text-align: center;
    width: 100%;
  }
  .more-ext p {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center !important;
  }
}
@media screen and (max-width: 550px) {
  h3 {
    font: 400 18px/24px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 25px 0 15px;
  }
  .col-w h2 {
    text-align: center;
  }
}
/* ------------------------------------------------------------------ */
/* spacers */
div.spacer {
  clear: both;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 0;
  line-height: 0;
  height: 1px;
}

div.dot-1 {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 1px;
  background: url(../images/spacer_1.png) repeat-x 0 100%;
}

div.line-1 {
  background: #ddd;
  height: 1px !important;
}

.clear {
  clear: both !important;
  overflow: hidden !important;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  height: 0 !important;
}

/* ------------------------------------------------------------------ */
/* btn */
.btn {
  font: 300 14px/32px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff !important;
  padding: 0 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #ba3333;
  text-decoration: none;
  display: inline-block;
  border: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.btn:hover {
  /* padding:0 25px; */
  background: #962929;
}

.btn.arrow-right {
  padding: 0 10px 0 15px;
}

.btn.arrow-right:hover {
  padding: 0 20px 0 25px;
}

.btn-prev {
  background: #999;
}

@media screen and (max-width: 700px) {
  .btn:hover {
    padding: 0 15px;
  }
  .btn.arrow-right:hover {
    padding: 0 10px 0 15px;
  }
}
/* ------------------------------------------------------------------ */
/* h-bar */
.h-bar {
  clear: both;
  overflow: hidden;
  background-color: #f4f4f4;
  background-color: rgba(211, 211, 211, 0.2);
  /* padding:15px 20px 10px;	 */
  padding: 15px 20px 15px;
}

.h-bar h1 {
  font: 24px/32px "Noto serif", Georgia, "Times New Roman", sans-serif;
  color: #333;
  float: left;
}

#breadcrumbs {
  clear: both;
  overflow: hidden;
  display: block;
  margin: 0 0 20px;
  padding: 10px 15px;
  list-style-type: none;
  background-color: rgba(211, 211, 211, 0.2);
}

#catalog-list #breadcrumbs,
#articles-list #breadcrumbs,
#articles-details #breadcrumbs {
  border-top: 1px solid #f9f9f9;
  position: relative;
  top: 14px;
  background: none;
  padding: 10px 0;
  margin: 0;
}

#breadcrumbs:hover li {
  opacity: 1;
}

#breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
  opacity: 0.5;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  font: 300 13px/20px Roboto, Arial, courier;
  color: #000;
}

#breadcrumbs li a, #breadcrumbs li a em, #breadcrumbs li strong {
  font: 400 13px/20px Roboto, Arial, courier;
  color: #000;
  text-decoration: none;
}

#breadcrumbs li a {
  padding-right: 10px;
}

#breadcrumbs li span {
  font: 300 9px/20px Roboto, Arial, courier;
  padding: 0 10px 0 0;
}

#breadcrumbs li i {
  color: #000;
}

@media screen and (max-width: 550px) {
  .h-bar h1 {
    clear: both;
    overflow: hidden;
    float: none;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }
  #store-cart .h-bar h1, #store-order .h-bar h1, #store-summary .h-bar h1 {
    font-size: 24px;
    line-height: 32px;
  }
  #catalog-list .h-bar h1 {
    text-align: center;
    padding-bottom: 0;
  }
  #breadcrumbs {
    text-align: center;
  }
  #breadcrumbs li, #breadcrumbs li a {
    font-size: 12px;
  }
  #breadcrumbs li span {
    padding: 0 5px 0 0;
  }
  #breadcrumbs li a {
    padding-right: 5px;
  }
  #breadcrumbs li:first-child a {
    text-decoration: none;
  }
  #breadcrumbs li a em:first-child {
    display: none;
  }
  #breadcrumbs li a em:last-child {
    display: inline-block;
  }
}
/* ------------------------------------------------------------------ */
/* navi-pages */
div.navi-pages {
  float: right;
  text-align: center;
  font: normal 13px/21px Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  top: 2px;
}

div.navi-pages a {
  display: inline-block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font: normal 13px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  background: #ddd;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  margin: 0 3px;
}

div.navi-pages span {
  display: inline-block;
  padding: 0 5px;
  color: #94A0BE;
}

div.navi-pages i {
  position: relative;
  left: -5px;
  top: -2px;
  font-size: 28px;
  line-height: 30px !important;
}

div.navi-pages a:hover {
  background: #cbcbcb;
  color: #fff;
}

div.navi-pages a.on {
  background: #a90000;
  color: #fff;
}

div.navi-pages a.prev, div.navi-pages a.next {
  font: normal 30px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  height: 30px;
  width: 30px;
  padding: 0;
  background: none;
  color: #ccc;
}

div.navi-pages a.disabled, div.navi-pages a.disabled:hover {
  color: #ccc;
  cursor: default;
  opacity: 0.25;
  -moz-opacity: 0.25;
  filter: alpha(opacity=25);
  background: none;
}

@media screen and (max-width: 990px) {
  div.navi-pages {
    font: normal 13px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  div.navi-pages i {
    line-height: 24px !important;
  }
  div.navi-pages a {
    width: 24px;
    height: 24px;
    font: normal 13px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0 1px;
  }
  div.navi-pages a.prev, div.navi-pages a.next {
    font: normal 24px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
    height: 24px;
    width: 24px;
  }
}
@media screen and (max-width: 550px) {
  div.navi-pages {
    clear: both;
    overflow: hidden;
    float: none;
    margin-top: 12px;
  }
}
/* ------------------------------------------------------------------ */
/* margins */
.pv-1 {
  /* padding:0 0 35px; */
  padding: 0;
}

/* ------------------------------------------------------------------ */
/* cols */
div.cols-2-1 div.col-1 {
  float: left;
  width: 48%;
}

div.cols-2-1 div.col-2 {
  float: right;
  width: 48%;
}

/* ------------------------------------------------------------------ */
/* text container */
.txt-cnt {
  font: 14px/19px Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.txt-cnt p, .txt-cnt li, .txt-cnt label {
  font: 300 14px/21px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-bottom: 10px;
  color: #000;
}

.txt-cnt h1 {
  font: italic normal 27px/35px Georgia, "Times New Roman", courier, sans-serif;
  color: #000;
  text-transform: lowercase;
  margin: 25px 0;
}

.txt-cnt h1 a {
  text-decoration: none !important;
  color: #000 !important;
}

.txt-cnt a {
  color: #000;
}

.txt-cnt h2 {
  font: 300 24px/30px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #a90000;
  margin: 25px 0 10px;
}

.txt-cnt h3 {
  margin: 10px 0 20px;
}

.txt-cnt ol {
  margin: 0 0 10px 20px;
}

.txt-cnt li {
  padding-bottom: 7px !important;
}

* html .txt-cnt ul li {
  zoom: 1;
}

.txt-cnt ul {
  margin: 0 0 10px 0;
  list-style-type: none;
}

.txt-cnt ul li {
  background-image: url(../images/dot_1.png);
  background-repeat: no-repeat;
  background-position: 5px 6px;
  padding: 0 0 0 20px;
}

.txt-cnt p.quote {
  font: italic 17px/25px Georgia, "Times New Roman", Times, serif !important;
  padding: 25px 0 35px 0;
  text-align: right;
  color: #333 !important;
}

.txt-cnt ul.docs li {
  padding-left: 23px;
}

@media screen and (max-width: 550px) {
  .txt-cnt h2 {
    text-align: center !important;
  }
  .txt-cnt h3 {
    text-align: center !important;
    font: 400 18px/24px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .txt-cnt p, .txt-cnt li, .txt-cnt label {
    font: 300 13px/19px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  }
}
/* Fonts */
.txt-cnt .s10 {
  font-size: 10px !important;
}

.txt-cnt .s11 {
  font-size: 11px !important;
}

.txt-cnt .s12 {
  font-size: 12px !important;
}

.txt-cnt .s13 {
  font-size: 13px !important;
}

.txt-cnt .s14 {
  font-size: 14px !important;
}

.txt-cnt .s15 {
  font-size: 15px !important;
}

.txt-cnt .s16 {
  font-size: 16px !important;
  line-height: 22px !important;
}

.txt-cnt .s17 {
  font-size: 17px !important;
  line-height: 23px !important;
}

.txt-cnt .s18 {
  font-size: 18px !important;
  line-height: 24px !important;
}

.txt-cnt .s19 {
  font-size: 19px !important;
  line-height: 25px !important;
}

.txt-cnt .s20 {
  font-size: 20px !important;
  line-height: 26px !important;
}

.txt-cnt .s21 {
  font-size: 21px !important;
  line-height: 27px !important;
}

/* ------------------------------------------------------------------ */
/* order */
#cart-list {
  min-height: 300px;
  background: #fff;
  padding: 0;
  background: url(../images/bg_1.gif) repeat 50% 50% #fbfbfb;
}

#cart-list h2, #cart-list span.title {
  color: #a90000;
  font-size: 22px;
  line-height: 22px;
  margin: 0;
  padding: 0 0 25px;
  border-bottom: 1px solid #ddd;
  display: block;
  clear: both;
  font: 22px/32px "Noto serif", Georgia, "Times New Roman", Helvetica, sans-serif;
  text-align: left;
}

.cart-popup .tos-close {
  height: 30px;
  width: 30px;
}

#cartLoader {
  background: url(../images/ajax_lader_1.png) no-repeat 50% 50%;
  clear: both;
  overflow: hidden;
  min-height: 80px;
  opacity: 0;
  transition: opacity 0.3s, bottom 0.3s;
  -moz-transition: opacity 0.3s, bottom 0.3s;
  -webkit-transition: opacity 0.3s, bottom 0.3s;
  -o-transition: opacity 0.3s, bottom 0.3s;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.process #cartLoader {
  opacity: 1;
}

#cart-body, #store-cart-body {
  position: relative;
}

#cartContent {
  transition: opacity 0.3s, bottom 0.3s;
  -moz-transition: opacity 0.3s, bottom 0.3s;
  -webkit-transition: opacity 0.3s, bottom 0.3s;
  -o-transition: opacity 0.3s, bottom 0.3s;
  opacity: 1;
  position: relative;
  z-index: 2;
}

#cart-body.process * {
  cursor: default !important;
}

#cart-body.process #cartContent {
  opacity: 0;
}

.currency {
  font-weight: 300;
}

.cart-table {
  width: 100%;
  margin-bottom: 40px;
}

.cart-table div {
  padding: 20px 2%;
  float: left;
}

.cart-table div {
  width: 12%;
}

.cart-table div.cart-name {
  width: 33%;
}

.cart-table div.cart-data.cart-name {
  width: 79%;
}

.cart-table div.cart-del {
  width: 5%;
}

.cart-table div.clear {
  padding: 0;
  border-bottom: 1px solid #ddd;
}

#cart-body .cart-table .cart-name {
  padding-left: 0;
}

.cart-table .cart-name, .cart-table .cart-name a {
  font: 300 17px/24px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  text-decoration: none;
}

.cart-table .cart-name span {
  font: 300 14px/24px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #999;
  white-space: nowrap;
}

.cart-table .cart-id {
  font: 300 14px/24px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #999;
  white-space: nowrap;
}

.cart-table .cart-price {
  font: 700 17px/24px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  /* white-space:nowrap; */
  width: 23%;
}

.cart-table .cart-quantity {
  font: 300 17px/24px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  white-space: nowrap;
  width: 6%;
}

.cart-table .cart-quantity input {
  border: 1px solid #ddd;
  color: #333;
  font: 17px/17px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  /* margin-top:15px; */
  padding: 5px 0;
  text-align: center;
  width: 100%;
}

.cart-table .cart-sum {
  font: 700 17px/24px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  white-space: nowrap;
  width: 13%;
}

.cart-table .cart-del {
  white-space: nowrap;
}

#cart-body .cart-table .cart-del {
  padding-right: 0;
}

.cart-table .cart-del a {
  color: #bababa;
  font-size: 20px;
}

#frmGoToOrderBtn {
  float: right;
  font: 300 14px/32px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0 10px 0 15px;
  margin: 15px 0 0 20px;
}

#frmGoToOrderBtn:hover {
  background: #962929;
}

#cart-total {
  font: 200 39px/50px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #bababa;
  float: right;
  margin-top: 20px;
}

#cart-body #cart-total {
  float: left;
  margin: 0 0 15px;
}

#cart-total strong {
  color: #333;
  font-weight: 700;
}

#cart-total .currency {
  font-weight: 300;
  color: #333;
}

@media screen and (max-width: 1240px) {
  .cart-table .cart-name, .cart-table .cart-name a {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (min-width: 900px) {
  #cart-list {
    min-width: 800px;
  }
}
@media screen and (max-width: 900px) {
  #cart-list #cart-total {
    font-size: 30px;
  }
  #cart-list {
    min-width: 640px;
  }
}
@media screen and (max-width: 750px) {
  #cart-list {
    min-width: auto;
  }
}
@media screen and (max-width: 650px) {
  #cart-body #cart-total {
    float: none;
    clear: both;
    text-align: center;
  }
  #frmGoToOrderBtn {
    float: none;
    display: inline-block;
  }
  #cart-list #cart-submit {
    clear: both;
    overflow: hidden;
    text-align: center;
  }
  .cart-table div {
    width: 25.75%;
  }
  .cart-table div.cart-price {
    width: 38.75%;
  }
  .cart-table div.cart-quantity {
    width: 13.75%;
  }
  .cart-table div.cart-sum {
    width: 22%;
  }
  .cart-table div.cart-name {
    width: 100%;
    padding-bottom: 0;
  }
  .cart-table div.cart-del {
    width: 4%;
  }
  .tos-wrapper.tos-fixed .tos-slide.tos-html > div {
    padding: 20px !important;
  }
}
@media screen and (max-width: 400px) {
  #cart-list #cart-total {
    font-size: 30px;
  }
}
/* ------------------------------------------------------------------ */
/* cookies bar */
/* #cookiesBar2 {
	    background: #ccc none repeat scroll 0 0;
	    clear: both;
	    color: #fff;
	    overflow: hidden;
		transition: height 0.3s ease 0s;
	}

	#cookiesBar2 div {
	    color: #fff;
	    font: 400 11px/14px Arial,Tahoma,sans-serif;
	    margin: 0 auto;
    max-width: 1260px;
    padding: 10px 0;
	    position: relative;
	}

	#cookiesBar2 div a {
		color: #fff;
		text-decoration: underline;
		transition: color 0.3s ease 0s;
	}

	#cookiesBar2 div a.cks-2-btn-close {
		background:rgba(0, 0, 0, 0) url(../images/cookies_btn_2.png) no-repeat scroll 0 0;
		display:block;
		height:11px;
		overflow:hidden;
		position:absolute;
		right:5px;
		text-indent:100%;
		top:12px;
		transition:opacity 0.3s ease 0s;
		white-space:nowrap;
		width:11px;
	}


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

		#cookiesBar2 {
			position:absolute;
			z-index:9999;
		}

		#cookiesBar2 div {
			padding:10px 25px 10px 15px;
		} 

}
*/
/* ------------------------------------------------------------------ */
/* cookies */
#cookiesBar2 {
  background: #333 none repeat scroll 0 0;
  clear: both;
  color: #c1bfbe;
  overflow: hidden;
  transition: height 0.3s ease 0s;
  width: 90%;
  padding: 15px 5%;
  position: fixed;
  bottom: 0;
  left: 0;
}

#cookiesBar2 div {
  color: #ddd;
  font: 300 13px/19px Roboto, Arial, Tahoma, sans-serif;
  text-align: left;
  margin: 0 auto;
  width: 80%;
  padding-left: 40px;
  position: relative;
}

#cookiesBar2 div a {
  color: #c1bfbe;
  text-decoration: underline;
  transition: color 0.3s ease 0s;
}

#cookiesBar2 div a.cks-2-btn-close {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease 0s;
  white-space: nowrap;
}

#cookiesBar2 div a.cks-2-btn-close i {
  font-size: 20px;
  line-height: 20px;
}

@media screen and (max-width: 1280px) {
  #cookiesBar2 div {
    margin: 0 45% 0 5%;
  }
}
@media screen and (max-width: 990px) {
  #cookiesBar2 {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
  #cookiesBar2 div {
    margin: 0;
    width: 90%;
    padding-left: 10%;
  }
  #cookiesBar2 div a.cks-2-btn-close i {
    font-size: 30px;
    line-height: 30px;
  }
}
/* ------------------------------------------------------------------ */
/* free shipping banner */
.free-shipping-banner {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-top: 30px;
  padding-top: 6.322%;
  position: relative;
  background-color: #c2c4c5;
  /* background:#c2c4c5 url(../images/free_shipping.png) no-repeat 100% 50%; */
  background-size: 100%;
}

.free-shipping-banner p {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  font: 200 26px/60px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: absolute;
  right: 2%;
  top: 50%;
  margin-top: -30px;
}

.free-shipping-banner p strong {
  font-weight: 700;
}

.free-shipping-banner p:first-child {
  right: auto;
  left: 2%;
  text-align: left;
}

.free-shipping-banner p:first-child strong {
  color: #8c164e;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 1260px) {
  .free-shipping-banner p {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .free-shipping-banner p {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .free-shipping-banner {
    margin-top: 0;
  }
  .free-shipping-banner p {
    font-size: 22px;
  }
}
@media screen and (max-width: 650px) {
  .free-shipping-banner p {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .free-shipping-banner {
    padding-top: 8%;
    background-size: 130%;
    margin-top: 0;
  }
  .free-shipping-banner {
    background: #c1c1c1;
    padding-top: 0;
    height: 40px;
    height: auto;
  }
  .free-shipping-banner p {
    text-align: center;
    position: static;
    margin: 0;
    padding: 0;
    line-height: 40px;
    line-height: 30px;
    padding-bottom: 7px;
    font-weight: 700;
  }
  .free-shipping-banner p strong {
    color: #b7b9bb;
  }
  .free-shipping-banner p:first-child {
    text-align: center;
    padding-top: 7px;
    padding-bottom: 0px;
  }
}
/* ------------------------------------------------------------------ */
/* delivery-icons */
#delivery-icons {
  margin: 25px 0 0px 0;
  padding: 0;
  list-style-type: none;
  display: block;
  overflow: hidden;
}

#delivery-icons li {
  width: 49.5%;
  float: left;
  text-align: center;
}

#delivery-icons li.return-period {
  float: right;
}

#delivery-icons li:first-child {
  border-right: 1px solid #dddddd;
}

#delivery-icons li span {
  display: inline-block;
  padding-left: 50px;
}

#delivery-icons li span {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto 90%;
  font: 300 21px/28px Roboto, Arial, Helvetica, courier;
  color: #000;
}

#delivery-icons li span strong {
  font-weight: 500;
  color: #a90000;
}

#delivery-icons li.return-period span {
  background-image: url(../images/returns_icon.png);
}

#delivery-icons li.free-delivery span {
  background-image: url(../images/free_delivery_icon.png);
}

#delivery-icons li.free-delivery em {
  font-style: normal;
  font-size: 10px;
  line-height: 10px;
  color: #666;
  font-weight: 300;
  position: relative;
  left: -33px;
  top: -3px;
}

@media screen and (max-width: 900px) {
  #delivery-icons li.free-delivery {
    width: 100%;
  }
  #delivery-icons li.return-period {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  #delivery-icons li.free-delivery em {
    display: none;
  }
}
/* ------------------------------------------------------------------ */
/* shipping */
#shipping .margin {
  padding: 30px 2%;
  clear: both;
  overflow: hidden;
}

.shipping-table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.shipping-table th {
  text-align: center;
  padding: 0 4% 12px;
  width: 20%;
  border-bottom: 1px solid #ddd;
}

.shipping-table th:first-child {
  width: 40%;
}

.shipping-table th:last-child {
  border-right: 0;
}

.shipping-table th span {
  width: 66px;
  height: 40px;
  background-position: 50% 50%;
  background-size: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

.shipping-table th span.ico-dpd {
  background-image: url(../images/ico_dpd.png);
}

.shipping-table th span.ico-inpost {
  background-image: url(../images/ico_inpost.png);
}

.shipping-table th span.ico-poczta {
  background-image: url(../images/ico_poczta.png);
}

.shipping-table * {
  font: 300 14px/20px Roboto, Arial, Helvetica, courier;
  color: #333;
}

#shipping .shipping-table * {
  font: 300 15px/21px Roboto, Arial, Helvetica, courier;
}

.shipping-table td {
  padding: 15px 3% 3px;
  vertical-align: middle;
  text-align: center;
}

.shipping-table td:first-child {
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  /* padding:10px 0; */
  padding: 15px 0;
}

.shipping-table td.join {
  border-right: 0;
}

.shipping-table td.sub {
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  vertical-align: top;
  padding-top: 0;
  border-right: 0;
  font-weight: 300;
}

#shipping .shipping-table td.sub {
  font-size: 12px;
  line-height: 17px;
}

@media screen and (max-width: 580px) {
  .shipping-table,
  .shipping-table thead,
  .shipping-table tbody,
  .shipping-table tr {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
  }
  .shipping-table th:first-child {
    display: none;
  }
  .shipping-table td, .shipping-table th {
    float: left;
    width: 33.33%;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }
  .shipping-table td:last-child,
  .shipping-table th:last-child {
    margin-right: 0;
    border-right: 0;
  }
  .shipping-table td:first-child {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    text-align: center;
    border-right: 0;
    margin-right: 0;
    background: url(../images/arrowline_1.png) no-repeat 50% 100%;
    border-bottom: 0;
    padding-bottom: 22px;
  }
  .shipping-table td.sub {
    background: none;
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }
  .shipping-table td.join {
    border-right: 0;
    margin-right: 0;
    width: 100%;
  }
}
/* ------------------------------------------------------------------ */
/* quality */
.quality {
  clear: both;
  overflow: hidden;
  padding: 20px 0 40px;
  position: relative;
  margin-top: 20px;
}

.quality h2 {
  font: 300 34px/42px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 20px;
  padding: 0;
  color: #333;
}

.quality h2 span {
  /* color:#a90000; */
  /* font-weight:600 */
}

.quality p {
  font: 300 15px/23px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
}

.quality img {
  width: 23%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.quality-1, .quality-3, .quality-5 {
  padding-left: 32%;
}

.quality-2, .quality-4 {
  padding-right: 32%;
}

.quality-1 {
  padding-top: 45px;
}

.quality-1 img {
  background-image: url(../images/qualities_1.png);
}

.quality-2 {
  padding-top: 5px;
}

.quality-2 img {
  background-image: url(../images/qualities_2.png);
  right: 0;
  left: auto;
}

.quality-3 {
  padding-top: 25px;
}

.quality-3 img {
  background-image: url(../images/qualities_3.png);
}

.quality-4 {
  padding-top: 10px;
  margin-top: 40px;
}

.quality-4 img {
  background-image: url(../images/qualities_4.png);
  right: 0;
  left: auto;
}

.quality-5 {
  padding-top: 45px;
  padding-top: 45px;
}

.quality-5 img {
  background-image: url(../images/qualities_5.png);
}

/* ------------------------------------------------------------------ */
/* forms */
div.frm-cnt {
  position: relative;
}

div.frm-cnt div.spacer-dot-1 {
  margin: 0;
  padding: 0;
}

div.frm-cnt div.col-1 div.spacer-dot-1,
div.frm-cnt div.col-2 div.spacer-dot-1 {
  width: 410px;
}

div.frm-cnt ul {
  list-style-type: none;
}

div.frm-cnt ul li {
  float: left;
}

div.frm-cnt a {
  outline: none;
  color: #a90000;
}

div.frm-cnt label {
  cursor: default !important;
}

div.frm-cnt div.spacer-blank {
  clear: both;
  height: 0;
  padding-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

div.frm-cnt .section-title {
  clear: both;
  /* color:#a90000; */
}

div.frm-cnt label {
  font: normal 14px/18px Roboto, "Helvetica Neue", Helvetica, sans-serif;
  color: #4c4b4b;
  vertical-align: middle;
  margin: 0 0 0 0;
  text-align: left;
}

div.frm-cnt p {
  font: 14px/19px Roboto, "Helvetica Neue", Helvetica, sans-serif;
  text-align: left;
}

div.frm-cnt p.field {
  padding-bottom: 0;
  position: relative;
  margin: 7px 0 0 0;
}

div.frm-cnt input,
div.frm-cnt textarea,
div.frm-cnt select {
  font: 14px Roboto, "Helvetica Neue", Helvetica, sans-serif;
  vertical-align: middle;
  outline: none;
}

div.frm-cnt input.text, div.frm-cnt textarea, div.frm-cnt select {
  width: 96%;
  margin: 0;
  border: 1px solid #ccc;
  padding: 8px 2%;
  color: #333;
  background: #FBFBFB;
}

div.frm-cnt input.error, div.frm-cnt textarea.error, div.frm-cnt select.error {
  border: 1px solid #e1adae;
  background: #f6e8e1;
}

div.frm-cnt ul.frm-list {
  list-style-type: none;
  padding: 0 0 10px;
  font: 300 14px/18px Roboto, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  padding: 30px 20px 20px;
  margin-bottom: 20px;
}

div.frm-cnt ul.frm-list.error {
  background: #FAEDE2;
  background: rgba(238, 196, 160, 0.3);
}

div.frm-cnt ul.frm-list-off {
  opacity: 0.25;
  -moz-opacity: 0.25;
  filter: alpha(opacity=25);
}

div.frm-cnt ul.frm-list span {
  float: left;
  width: 80%;
}

div.frm-cnt ul.frm-list span em {
  font-style: normal;
  white-space: nowrap;
}

div.frm-cnt #payTypes span {
  /* width:880px; */
}

div.frm-cnt ul.frm-list li {
  padding-bottom: 15px;
  padding-right: 0;
  clear: both;
  overflow: hidden;
  float: none;
}

div.frm-cnt ul.frm-list li .price {
  color: #a40106;
  text-align: right;
  width: 10%;
  float: right;
}

div.frm-cnt ul li label {
  cursor: pointer !important;
}

div.frm-cnt ul.frm-list li input {
  margin: 2px 7px 0 0;
  float: left;
  position: relative;
  left: 2px;
}

.ie div.frm-cnt ul.frm-list li input {
  margin-top: -2px;
}

div.frm-cnt ul.frm-list li label {
  cursor: pointer !important;
  font-weight: 300;
  float: left;
  color: #666;
  font-size: 13.5px;
}

div.frm-cnt ul.frm-list li label strong {
  color: #333;
}

table.frm-table td {
  padding: 0 10px 10px 0;
}

div.frm-cnt span.req {
  color: #f00;
}

div.frm-cnt label.error {
  color: #8B0105 !important;
  font: 400 12px/16px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  margin: 4px 0 0 0;
}

div.frm-cnt label.error-p {
  position: relative;
  left: 20px;
  top: -10px;
}

* + html div.frm-cnt label.error-p {
  left: 25px;
}

div.frm-cnt p.help-tip {
  color: #b7b7b7;
  padding-bottom: 0;
  font: 11px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 3px 0 0 0;
}

div.frm-cnt p.help-layer {
  position: relative;
  padding-bottom: 0;
}

div.frm-cnt a.layer-release {
  width: 16px;
  height: 16px;
  background: url(../images/ico_help.gif) no-repeat 0 0;
  text-indent: -5000px;
  display: block;
}

div.frm-cnt p.help-layer a.layer-release {
  position: absolute;
  top: 6px;
  right: -26px;
}

* html div.frm-cnt p.help-layer a.layer-release {
  right: -6px;
}

div.frm-cnt p.unit {
  padding-right: 27px;
  padding-bottom: 0;
}

div.frm-cnt p.unit span.unit {
  position: absolute;
  right: 0;
  top: 5px;
}

* html div.frm-cnt p.unit span.unit {
  right: 18px;
}

div.frm-cnt div.frm-item {
  padding: 10px 2% 0 0;
  text-align: left;
}

div.frm-cnt input.radio, div.frm-cnt input.checkbox {
  border: none !important;
  background: none !important;
}

div.frm-cnt .frm-wrapper {
  display: inline-block;
  width: 440px;
}

div.frm-section {
  clear: both;
  padding: 0 0 20px;
}

* html div.frm-section {
  zoom: 1;
}

div.frm-section-active input.text, div.frm-section-active textarea, div.frm-section-active select {
  background: #fff;
}

div.frm-section-active input.error, div.frm-section-active textarea.error {
  background: #fff6f6;
}

.float-left {
  float: left !important;
  display: inline;
}

.float-right {
  float: right !important;
  display: inline;
}

div.frm-cnt input.frm-name,
div.frm-cnt input.frm-surname,
div.frm-cnt input.frm-email,
div.frm-cnt input.frm-phone {
  width: 90%;
  padding-left: 4.5%;
  padding-right: 4.5%;
}

div.frm-cnt input.frm-postcode {
  width: 88%;
  padding-left: 6%;
  padding-right: 6%;
}

div.frm-cnt input.frm-city {
  width: 92%;
  padding-left: 4%;
  padding-right: 4%;
}

div.frm-cnt input.frm-address.off,
div.frm-cnt input.frm-city.off,
div.frm-cnt input.frm-postcode.off {
  background: none;
}

/* ------------------------------------------------------------------ */
/* external */
/* CSS Document */
/* ------------------------------------------------------------------ */
/* tosrus */
/*
	jQuery Touch Optimized Sliders "R"Us
	Core CSS
*/
.tos-noanimation {
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
}

.tos-fastanimation {
  -webkit-transition-duration: 0.2s !important;
  -moz-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
  -webkit-transition-timing-function: ease-out !important;
  -moz-transition-timing-function: ease-out !important;
  -ms-transition-timing-function: ease-out !important;
  -o-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

.tos-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.tos-wrapper.tos-opened {
  display: block;
}

.tos-wrapper.tos-opening {
  opacity: 1;
}

.tos-wrapper.tos-fixed {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

.tos-wrapper.tos-inline {
  position: relative;
}

.tos-slider {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

.tos-wrapper.tos-fx-slide .tos-slider {
  left: 0;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider {
  position: absolute;
}

.tos-wrapper.tos-fx-fade .tos-slider {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.tos-uibg {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.tos-desktop .tos-wrapper:hover .tos-uibg,
.tos-touch .tos-wrapper.tos-hover .tos-uibg {
  opacity: 1;
}

.tos-slide {
  -webkit-overflow-scrolling: touch;
  line-height: 1px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.tos-slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.tos-slide.tos-loading > * {
  opacity: 0;
}

.tos-slide > * {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.tos-slide > * {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.tos-slide.tos-html > div {
  -webkit-overflow-scrolling: touch;
  white-space: normal;
  text-align: left;
  line-height: 1.5;
}

.tos-slide.tos-html > div * {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

.tos-wrapper.tos-fill .tos-slide.tos-image > img {
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}

.tos-wrapper.tos-fixed .tos-slide.tos-html > div {
  /* background-color: white; */
  background: url(../images/bg_1.gif) repeat 50% 50% #fbfbfb;
  color: #333333;
  box-sizing: border-box;
  display: inline-block;
  padding: 40px;
  overflow: auto;
  position: relative;
}

.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(0, 0, 0, 0.85);
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide {
  padding: 20px;
}

/*
	jQuery Touch Optimized Sliders "R"Us
	Buttons addon
*/
.tos-prev,
.tos-next,
.tos-close {
  background: black;
  border-radius: 3px;
  opacity: 0;
  display: block;
  width: 40px;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.tos-prev,
.tos-next {
  background: #ba3333;
  border-radius: 20px;
}

.tos-close {
  background: #ba3333;
  border-radius: 20px;
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.tos-prev,
.tos-next {
  height: 80px;
  margin-top: -40px;
  top: 50%;
}

.tos-prev.tos-disabled,
.tos-next.tos-disabled {
  cursor: default;
}

.tos-prev {
  left: 20px;
}

.tos-next {
  right: 20px;
}

.tos-close {
  height: 40px;
  top: 20px;
  right: 20px;
}

.tos-desktop .tos-wrapper:hover .tos-prev,
.tos-desktop .tos-wrapper:hover .tos-next,
.tos-desktop .tos-wrapper:hover .tos-close,
.tos-touch .tos-wrapper.tos-hover .tos-prev,
.tos-touch .tos-wrapper.tos-hover .tos-next,
.tos-touch .tos-wrapper.tos-hover .tos-close {
  opacity: 0.5;
}

.tos-desktop .tos-wrapper:hover .tos-prev:hover,
.tos-desktop .tos-wrapper:hover .tos-next:hover,
.tos-desktop .tos-wrapper:hover .tos-close:hover,
.tos-touch .tos-wrapper.tos-hover .tos-prev:hover,
.tos-touch .tos-wrapper.tos-hover .tos-next:hover,
.tos-touch .tos-wrapper.tos-hover .tos-close:hover {
  opacity: 0.9;
}

.tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,
.tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,
.tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled {
  opacity: 0.2;
}

.tos-prev span,
.tos-next span,
.tos-close span:before,
.tos-close span:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tos-close span:before,
.tos-close span:after {
  width: 6px;
  height: 6px;
  margin-top: -4px;
  margin-left: 0;
  margin-right: 0;
}

.tos-prev span,
.tos-close span:before {
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  left: 50%;
}

.tos-next span,
.tos-close span:after {
  border-top: 3px solid white;
  border-right: 3px solid white;
  right: 50%;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide {
  padding-left: 80px;
  padding-right: 80px;
}

.tos-inline {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: inline-block;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.tos-inline.tos-prev {
  margin-right: -60px;
}

.tos-inline.tos-next {
  margin-left: -60px;
}

.tos-loading .tos-inline {
  opacity: 0 !important;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

/*
	jQuery Touch Optimized Sliders "R"Us
	Caption addon
*/
.tos-caption {
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.tos-caption:after {
  content: "";
  display: block;
  clear: both;
}

.tos-caption > div {
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
}

.tos-caption > div:last-child {
  float: right;
  margin-right: -2px;
}

.tos-desktop .tos-wrapper:hover .tos-caption,
.tos-touch .tos-wrapper.tos-hover .tos-caption {
  opacity: 1;
}

.tos-wrapper .tos-caption {
  line-height: 20px;
  font-size: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  bottom: 20px;
}

.tos-wrapper.tos-has-caption .tos-uibg {
  height: 100px;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide {
  padding-bottom: 60px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 40px;
  font-size: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  bottom: 40px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 200px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 60px;
  font-size: 45px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  bottom: 60px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 300px;
}

/*
	jQuery Touch Optimized Sliders "R"Us
	Drag addon
*/
.tos-wrapper.tos-fx-slide .tos-slider {
  -webkit-transition-property: left, margin;
  -moz-transition-property: left, margin;
  -ms-transition-property: left, margin;
  -o-transition-property: left, margin;
  transition-property: left, margin;
}

/*
	jQuery Touch Optimized Sliders "R"Us
	Pagination addon
*/
.tos-pagination {
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.tos-pagination a {
  display: inline-block;
}

.tos-pagination.tos-bullets a {
  background-color: rgba(255, 255, 255, 0.2);
}

.tos-pagination.tos-bullets a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.tos-pagination.tos-bullets a.tos-selected {
  background-color: rgba(255, 255, 255, 0.9);
}

.tos-desktop .tos-wrapper:hover .tos-pagination,
.tos-touch .tos-wrapper.tos-hover .tos-pagination {
  opacity: 1;
}

.tos-wrapper .tos-pagination {
  padding: 0 0 20px 0;
}

.tos-wrapper.tos-has-bullets .tos-pagination {
  height: 10px;
}

.tos-wrapper.tos-has-bullets .tos-pagination a {
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.tos-wrapper.tos-has-bullets .tos-caption {
  bottom: 40px;
}

.tos-wrapper.tos-has-bullets .tos-uibg {
  height: 90px;
}

.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 130px;
}

.tos-wrapper.tos-has-thumbnails .tos-pagination {
  height: 50px;
}

.tos-wrapper.tos-has-thumbnails .tos-pagination a {
  background-position: center center;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin: 0 5px;
}

.tos-wrapper.tos-has-thumbnails .tos-caption {
  bottom: 80px;
}

.tos-wrapper.tos-has-thumbnails .tos-uibg {
  height: 130px;
}

.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 170px;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide {
  padding-bottom: 50px;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide {
  padding-bottom: 80px;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide {
  padding-bottom: 90px;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide {
  padding-bottom: 120px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination {
  padding: 0 0 40px 0;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 20px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 80px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 180px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 260px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 100px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin: 0 10px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 160px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 260px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 340px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination {
  padding: 0 0 60px 0;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 30px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  margin: 0 15px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 120px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 270px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 390px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 150px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
  background-position: center center;
  background-size: cover;
  width: 150px;
  height: 150px;
  margin: 0 15px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 240px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 390px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 510px;
}

/*
	jQuery Touch Optimized Sliders "R"Us
	Html media
*/
.tos-slide .tos-html {
  -webkit-overflow-scrolling: touch;
}

/*
	jQuery Touch Optimized Sliders "R"Us
	Youtube media
*/
.tos-play {
  background: black;
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.tos-play:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.tos-desktop .tos-wrapper:hover .tos-play,
.tos-touch .tos-wrapper.tos-hover .tos-play {
  opacity: 0.5;
}

.tos-desktop .tos-wrapper:hover .tos-play:hover,
.tos-touch .tos-wrapper.tos-hover .tos-play:hover {
  opacity: 0.9;
}

.tos-wrapper .tos-play {
  border-radius: 80px;
  width: 80px;
  height: 80px;
  margin: -40px;
}

.tos-wrapper .tos-play:after {
  border: 20px solid transparent;
  border-left-color: white;
  border-left-width: 30px;
  margin-top: -20px;
  margin-left: -10.5px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 160px;
  width: 160px;
  height: 160px;
  margin: -80px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after {
  border: 40px solid transparent;
  border-left-color: white;
  border-left-width: 60px;
  margin-top: -40px;
  margin-left: -21px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 240px;
  width: 240px;
  height: 240px;
  margin: -120px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after {
  border: 60px solid transparent;
  border-left-color: white;
  border-left-width: 90px;
  margin-top: -60px;
  margin-left: -31.5px;
}

/* ------------------------------------------------------------------ */
/* fontello */
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?44141103");
  src: url("../fonts/fontello.eot?44141103#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?44141103") format("woff2"), url("../fonts/fontello.woff?44141103") format("woff"), url("../fonts/fontello.ttf?44141103") format("truetype"), url("../fonts/fontello.svg?44141103#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?44141103#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cancel-circled2:before {
  content: "\e800";
} /* '' */
.icon-plus:before {
  content: "\e801";
} /* '' */
.icon-attention:before {
  content: "\e802";
} /* '' */
.icon-attention-circled:before {
  content: "\e803";
} /* '' */
.icon-location:before {
  content: "\e804";
} /* '' */
.icon-trash-empty:before {
  content: "\e805";
} /* '' */
.icon-doc:before {
  content: "\e806";
} /* '' */
.icon-folder:before {
  content: "\e807";
} /* '' */
.icon-logout:before {
  content: "\e808";
} /* '' */
.icon-volume-off:before {
  content: "\e809";
} /* '' */
.icon-volume-down:before {
  content: "\e80a";
} /* '' */
.icon-up-circled2:before {
  content: "\e80b";
} /* '' */
.icon-down-dir:before {
  content: "\e80c";
} /* '' */
.icon-up-dir:before {
  content: "\e80d";
} /* '' */
.icon-left-dir:before {
  content: "\e80e";
} /* '' */
.icon-fast-fw:before {
  content: "\e80f";
} /* '' */
.icon-video:before {
  content: "\e810";
} /* '' */
.icon-picture:before {
  content: "\e812";
} /* '' */
.icon-camera:before {
  content: "\e813";
} /* '' */
.icon-th-large:before {
  content: "\e815";
} /* '' */
.icon-th:before {
  content: "\e816";
} /* '' */
.icon-th-list:before {
  content: "\e817";
} /* '' */
.icon-minus-circled:before {
  content: "\e818";
} /* '' */
.icon-help-circled:before {
  content: "\e819";
} /* '' */
.icon-info-circled:before {
  content: "\e81a";
} /* '' */
.icon-home:before {
  content: "\e81b";
} /* '' */
.icon-link:before {
  content: "\e81c";
} /* '' */
.icon-attach:before {
  content: "\e81d";
} /* '' */
.icon-lock:before {
  content: "\e81e";
} /* '' */
.icon-lock-open:before {
  content: "\e81f";
} /* '' */
.icon-pin:before {
  content: "\e820";
} /* '' */
.icon-eye:before {
  content: "\e821";
} /* '' */
.icon-eye-off:before {
  content: "\e822";
} /* '' */
.icon-tag:before {
  content: "\e823";
} /* '' */
.icon-thumbs-down:before {
  content: "\e827";
} /* '' */
.icon-thumbs-up:before {
  content: "\e828";
} /* '' */
.icon-bookmark:before {
  content: "\e82a";
} /* '' */
.icon-tags:before {
  content: "\e82b";
} /* '' */
.icon-export:before {
  content: "\e82c";
} /* '' */
.icon-pencil:before {
  content: "\e82d";
} /* '' */
.icon-edit:before {
  content: "\e82e";
} /* '' */
.icon-print:before {
  content: "\e82f";
} /* '' */
.icon-retweet:before {
  content: "\e830";
} /* '' */
.icon-chat:before {
  content: "\e831";
} /* '' */
.icon-comment:before {
  content: "\e832";
} /* '' */
.icon-bell:before {
  content: "\e833";
} /* '' */
.icon-ok:before {
  content: "\e834";
} /* '' */
.icon-ok-circled:before {
  content: "\e835";
} /* '' */
.icon-login:before {
  content: "\e836";
} /* '' */
.icon-ok-circled2:before {
  content: "\e837";
} /* '' */
.icon-cancel:before {
  content: "\e838";
} /* '' */
.icon-book:before {
  content: "\e839";
} /* '' */
.icon-cancel-circled:before {
  content: "\e83a";
} /* '' */
.icon-search:before {
  content: "\e83b";
} /* '' */
.icon-down-circled2:before {
  content: "\e83c";
} /* '' */
.icon-cw:before {
  content: "\e83d";
} /* '' */
.icon-mail:before {
  content: "\e83e";
} /* '' */
.icon-to-start-alt:before {
  content: "\e83f";
} /* '' */
.icon-glass:before {
  content: "\e840";
} /* '' */
.icon-folder-open:before {
  content: "\e842";
} /* '' */
.icon-phone:before {
  content: "\e843";
} /* '' */
.icon-cog:before {
  content: "\e844";
} /* '' */
.icon-cog-alt:before {
  content: "\e845";
} /* '' */
.icon-wrench:before {
  content: "\e846";
} /* '' */
.icon-volume-up:before {
  content: "\e847";
} /* '' */
.icon-clock:before {
  content: "\e849";
} /* '' */
.icon-block:before {
  content: "\e84a";
} /* '' */
.icon-resize-full:before {
  content: "\e84b";
} /* '' */
.icon-resize-small:before {
  content: "\e84c";
} /* '' */
.icon-right-dir:before {
  content: "\e84d";
} /* '' */
.icon-down-open:before {
  content: "\e84e";
} /* '' */
.icon-left-open:before {
  content: "\e84f";
} /* '' */
.icon-right-open:before {
  content: "\e850";
} /* '' */
.icon-up-open:before {
  content: "\e851";
} /* '' */
.icon-down-big:before {
  content: "\e852";
} /* '' */
.icon-left-big:before {
  content: "\e853";
} /* '' */
.icon-right-big:before {
  content: "\e854";
} /* '' */
.icon-up-big:before {
  content: "\e855";
} /* '' */
.icon-ccw:before {
  content: "\e85a";
} /* '' */
.icon-arrows-cw:before {
  content: "\e85b";
} /* '' */
.icon-shuffle:before {
  content: "\e85c";
} /* '' */
.icon-play:before {
  content: "\e85d";
} /* '' */
.icon-play-circled2:before {
  content: "\e85e";
} /* '' */
.icon-stop:before {
  content: "\e85f";
} /* '' */
.icon-pause:before {
  content: "\e860";
} /* '' */
.icon-to-end:before {
  content: "\e861";
} /* '' */
.icon-to-end-alt:before {
  content: "\e862";
} /* '' */
.icon-fast-bw:before {
  content: "\e863";
} /* '' */
.icon-eject:before {
  content: "\e864";
} /* '' */
.icon-signal:before {
  content: "\e866";
} /* '' */
.icon-award:before {
  content: "\e867";
} /* '' */
.icon-inbox:before {
  content: "\e868";
} /* '' */
.icon-font:before {
  content: "\e86f";
} /* '' */
.icon-bold:before {
  content: "\e870";
} /* '' */
.icon-italic:before {
  content: "\e871";
} /* '' */
.icon-text-height:before {
  content: "\e872";
} /* '' */
.icon-align-left:before {
  content: "\e874";
} /* '' */
.icon-align-center:before {
  content: "\e875";
} /* '' */
.icon-align-right:before {
  content: "\e876";
} /* '' */
.icon-scissors:before {
  content: "\e87b";
} /* '' */
.icon-list-alt:before {
  content: "\e87f";
} /* '' */
.icon-barcode:before {
  content: "\e881";
} /* '' */
.icon-adjust:before {
  content: "\e882";
} /* '' */
.icon-check:before {
  content: "\e884";
} /* '' */
.icon-asterisk:before {
  content: "\e885";
} /* '' */
.icon-gift:before {
  content: "\e886";
} /* '' */
.icon-heart:before {
  content: "\e88a";
} /* '' */
.icon-heart-empty:before {
  content: "\e88b";
} /* '' */
.icon-star:before {
  content: "\e88c";
} /* '' */
.icon-star-empty:before {
  content: "\e88d";
} /* '' */
.icon-user:before {
  content: "\e88f";
} /* '' */
.icon-plus-circled:before {
  content: "\e891";
} /* '' */
.icon-minus:before {
  content: "\e892";
} /* '' */
.icon-basket:before {
  content: "\e893";
} /* '' */
.icon-calendar:before {
  content: "\e894";
} /* '' */
.icon-resize-vertical:before {
  content: "\e895";
} /* '' */
.icon-resize-horizontal:before {
  content: "\e896";
} /* '' */
.icon-zoom-in:before {
  content: "\e897";
} /* '' */
.icon-zoom-out:before {
  content: "\e898";
} /* '' */
.icon-to-start:before {
  content: "\e899";
} /* '' */
.icon-credit-card:before {
  content: "\e89a";
} /* '' */
.icon-move:before {
  content: "\f047";
} /* '' */
.icon-link-ext:before {
  content: "\f08e";
} /* '' */
.icon-check-empty:before {
  content: "\f096";
} /* '' */
.icon-bookmark-empty:before {
  content: "\f097";
} /* '' */
.icon-phone-squared:before {
  content: "\f098";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-rss:before {
  content: "\f09e";
} /* '' */
.icon-left-circled:before {
  content: "\f0a8";
} /* '' */
.icon-right-circled:before {
  content: "\f0a9";
} /* '' */
.icon-up-circled:before {
  content: "\f0aa";
} /* '' */
.icon-down-circled:before {
  content: "\f0ab";
} /* '' */
.icon-filter:before {
  content: "\f0b0";
} /* '' */
.icon-resize-full-alt:before {
  content: "\f0b2";
} /* '' */
.icon-docs:before {
  content: "\f0c5";
} /* '' */
.icon-menu:before {
  content: "\f0c9";
} /* '' */
.icon-table:before {
  content: "\f0ce";
} /* '' */
.icon-money:before {
  content: "\f0d6";
} /* '' */
.icon-sort:before {
  content: "\f0dc";
} /* '' */
.icon-sort-down:before {
  content: "\f0dd";
} /* '' */
.icon-sort-up:before {
  content: "\f0de";
} /* '' */
.icon-mail-alt:before {
  content: "\f0e0";
} /* '' */
.icon-comment-empty:before {
  content: "\f0e5";
} /* '' */
.icon-chat-empty:before {
  content: "\f0e6";
} /* '' */
.icon-paste:before {
  content: "\f0ea";
} /* '' */
.icon-lightbulb:before {
  content: "\f0eb";
} /* '' */
.icon-exchange:before {
  content: "\f0ec";
} /* '' */
.icon-doc-text:before {
  content: "\f0f6";
} /* '' */
.icon-plus-squared:before {
  content: "\f0fe";
} /* '' */
.icon-angle-double-left:before {
  content: "\f100";
} /* '' */
.icon-angle-double-right:before {
  content: "\f101";
} /* '' */
.icon-angle-double-up:before {
  content: "\f102";
} /* '' */
.icon-angle-double-down:before {
  content: "\f103";
} /* '' */
.icon-angle-left:before {
  content: "\f104";
} /* '' */
.icon-angle-right:before {
  content: "\f105";
} /* '' */
.icon-angle-up:before {
  content: "\f106";
} /* '' */
.icon-angle-down:before {
  content: "\f107";
} /* '' */
.icon-desktop:before {
  content: "\f108";
} /* '' */
.icon-laptop:before {
  content: "\f109";
} /* '' */
.icon-tablet:before {
  content: "\f10a";
} /* '' */
.icon-mobile:before {
  content: "\f10b";
} /* '' */
.icon-circle-empty:before {
  content: "\f10c";
} /* '' */
.icon-quote-left:before {
  content: "\f10d";
} /* '' */
.icon-quote-right:before {
  content: "\f10e";
} /* '' */
.icon-spinner:before {
  content: "\f110";
} /* '' */
.icon-circle:before {
  content: "\f111";
} /* '' */
.icon-folder-empty:before {
  content: "\f114";
} /* '' */
.icon-folder-open-empty:before {
  content: "\f115";
} /* '' */
.icon-smile:before {
  content: "\f118";
} /* '' */
.icon-frown:before {
  content: "\f119";
} /* '' */
.icon-meh:before {
  content: "\f11a";
} /* '' */
.icon-keyboard:before {
  content: "\f11c";
} /* '' */
.icon-code:before {
  content: "\f121";
} /* '' */
.icon-direction:before {
  content: "\f124";
} /* '' */
.icon-crop:before {
  content: "\f125";
} /* '' */
.icon-unlink:before {
  content: "\f127";
} /* '' */
.icon-help:before {
  content: "\f128";
} /* '' */
.icon-info:before {
  content: "\f129";
} /* '' */
.icon-attention-alt:before {
  content: "\f12a";
} /* '' */
.icon-calendar-empty:before {
  content: "\f133";
} /* '' */
.icon-angle-circled-left:before {
  content: "\f137";
} /* '' */
.icon-angle-circled-right:before {
  content: "\f138";
} /* '' */
.icon-angle-circled-up:before {
  content: "\f139";
} /* '' */
.icon-angle-circled-down:before {
  content: "\f13a";
} /* '' */
.icon-lock-open-alt:before {
  content: "\f13e";
} /* '' */
.icon-ellipsis:before {
  content: "\f141";
} /* '' */
.icon-ellipsis-vert:before {
  content: "\f142";
} /* '' */
.icon-play-circled:before {
  content: "\f144";
} /* '' */
.icon-minus-squared:before {
  content: "\f146";
} /* '' */
.icon-minus-squared-alt:before {
  content: "\f147";
} /* '' */
.icon-ok-squared:before {
  content: "\f14a";
} /* '' */
.icon-pencil-squared:before {
  content: "\f14b";
} /* '' */
.icon-link-ext-alt:before {
  content: "\f14c";
} /* '' */
.icon-export-alt:before {
  content: "\f14d";
} /* '' */
.icon-compass:before {
  content: "\f14e";
} /* '' */
.icon-expand:before {
  content: "\f150";
} /* '' */
.icon-collapse:before {
  content: "\f151";
} /* '' */
.icon-expand-right:before {
  content: "\f152";
} /* '' */
.icon-euro:before {
  content: "\f153";
} /* '' */
.icon-pound:before {
  content: "\f154";
} /* '' */
.icon-dollar:before {
  content: "\f155";
} /* '' */
.icon-doc-inv:before {
  content: "\f15b";
} /* '' */
.icon-doc-text-inv:before {
  content: "\f15c";
} /* '' */
.icon-sort-alt-up:before {
  content: "\f160";
} /* '' */
.icon-thumbs-up-alt:before {
  content: "\f164";
} /* '' */
.icon-thumbs-down-alt:before {
  content: "\f165";
} /* '' */
.icon-down:before {
  content: "\f175";
} /* '' */
.icon-up:before {
  content: "\f176";
} /* '' */
.icon-left:before {
  content: "\f177";
} /* '' */
.icon-right:before {
  content: "\f178";
} /* '' */
.icon-box:before {
  content: "\f187";
} /* '' */
.icon-right-circled2:before {
  content: "\f18e";
} /* '' */
.icon-left-circled2:before {
  content: "\f190";
} /* '' */
.icon-collapse-left:before {
  content: "\f191";
} /* '' */
.icon-dot-circled:before {
  content: "\f192";
} /* '' */
.icon-plus-squared-alt:before {
  content: "\f196";
} /* '' */
.icon-mail-squared:before {
  content: "\f199";
} /* '' */
.icon-fax:before {
  content: "\f1ac";
} /* '' */
.icon-cube:before {
  content: "\f1b2";
} /* '' */
.icon-cubes:before {
  content: "\f1b3";
} /* '' */
.icon-recycle:before {
  content: "\f1b8";
} /* '' */
.icon-file-pdf:before {
  content: "\f1c1";
} /* '' */
.icon-file-word:before {
  content: "\f1c2";
} /* '' */
.icon-file-excel:before {
  content: "\f1c3";
} /* '' */
.icon-file-powerpoint:before {
  content: "\f1c4";
} /* '' */
.icon-file-image:before {
  content: "\f1c5";
} /* '' */
.icon-file-archive:before {
  content: "\f1c6";
} /* '' */
.icon-file-audio:before {
  content: "\f1c7";
} /* '' */
.icon-file-video:before {
  content: "\f1c8";
} /* '' */
.icon-file-code:before {
  content: "\f1c9";
} /* '' */
.icon-circle-notch:before {
  content: "\f1ce";
} /* '' */
.icon-paper-plane:before {
  content: "\f1d8";
} /* '' */
.icon-paper-plane-empty:before {
  content: "\f1d9";
} /* '' */
.icon-history:before {
  content: "\f1da";
} /* '' */
.icon-circle-thin:before {
  content: "\f1db";
} /* '' */
.icon-sliders:before {
  content: "\f1de";
} /* '' */
.icon-share:before {
  content: "\f1e0";
} /* '' */
.icon-share-squared:before {
  content: "\f1e1";
} /* '' */
.icon-cc-visa:before {
  content: "\f1f0";
} /* '' */
.icon-cc-mastercard:before {
  content: "\f1f1";
} /* '' */
.icon-cc-discover:before {
  content: "\f1f2";
} /* '' */
.icon-cc-amex:before {
  content: "\f1f3";
} /* '' */
.icon-cc-paypal:before {
  content: "\f1f4";
} /* '' */
.icon-trash:before {
  content: "\f1f8";
} /* '' */
.icon-at:before {
  content: "\f1fa";
} /* '' */
.icon-toggle-off:before {
  content: "\f204";
} /* '' */
.icon-toggle-on:before {
  content: "\f205";
} /* '' */
.icon-facebook-official:before {
  content: "\f230";
} /* '' */
.icon-mouse-pointer:before {
  content: "\f245";
} /* '' */
.icon-clone:before {
  content: "\f24d";
} /* '' */
.icon-registered:before {
  content: "\f25d";
} /* '' */
.icon-percent:before {
  content: "\f295";
} /* '' */
.icon-envelope-open:before {
  content: "\f2b6";
} /* '' */
.icon-envelope-open-o:before {
  content: "\f2b7";
} /* '' */
.icon-user-circle:before {
  content: "\f2bd";
} /* '' */
.icon-user-circle-o:before {
  content: "\f2be";
} /* '' */
.icon-user-o:before {
  content: "\f2c0";
} /* '' */
/* ------------------------------------------------------------------ */
/* product list */
/* CSS Document */
/* CSS Document */
/* ------------------------------------------------------------------ */
/* products list */
.products {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 3em;
  gap: 3%;
}
.products li {
  width: 31%;
  margin-top: 35px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  font-size: 16px;
  overflow: hidden;
}
.products li .thumb {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  font-size: 0;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.products li .thumb img {
  width: inherit;
  height: inherit;
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
}
.products li .thumb .ico-new {
  font: 500 normal 10px/10px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  text-indent: 100%;
  white-space: nowrap;
  width: 50px;
  height: 50px;
  background-image: url(../images/ico_new.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}
.products li .details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.25em 5% 1.5em;
}
.products li .details .name {
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  font: 300 0.8em/1.4 Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 65%;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.products li .details .name span {
  padding-bottom: 0.3em;
}
.products li .details .name em {
  font: 300 normal 1em/1.4 Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #999;
  text-transform: none;
  padding-bottom: 0.3em;
}
.products li .details .name strong {
  font-weight: 500;
  text-transform: none;
  color: #333;
}
.products li .details div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 0.5em;
}
.products li .details div .price {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: baseline;
}
.products li .details div .price .baseprice {
  color: #a90000;
  font: 600 1em/1em Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0.5em 0;
  text-decoration: none;
  white-space: nowrap;
}
.products li .details div .price .discount {
  background: #64a800;
  color: #fff;
  font: 600 0.9em/1em Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0.5em;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 0.7em;
}
.products li .details div .brand {
  max-width: 72px;
  text-align: right;
  font: 300 0.8em/1.3 Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.products li .details div .brand img {
  max-width: inherit;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1100px) and (max-width: 1400px), screen and (min-width: 750px) and (max-width: 900px), screen and (min-width: 450px) and (max-width: 650px), screen and (max-width: 320px) {
  .products li .details {
    flex-direction: column;
  }
  .products li .details .name {
    width: 100%;
  }
  .products li .details div {
    flex-direction: row;
    align-items: center;
    margin-top: 1em;
  }
}
.products li.options:hover .name, .products li.options:hover .price, .products li.options:hover .brand {
  opacity: 0;
}

.item-options {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 86%;
  border-bottom: 3px solid #a90000;
  padding: 1em 7%;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-top: 0px;
  cursor: pointer;
}
.item-options span {
  width: 40%;
  color: #a1a1a1;
  font: 300 1em/1.5 Roboto, Arial, courier;
}
.item-options table .attr, .item-options table .value {
  font: 300 0.75em/1.5 Roboto, Arial, courier;
}
.item-options table .attr {
  color: #333;
  text-align: right;
}
.item-options table .value {
  color: #ba3333;
  font-weight: 700;
  padding-left: 20px;
  text-align: right;
}

.products .item:hover .item-options {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .products li {
    width: 48.5%;
  }
}
@media screen and (max-width: 500px) {
  .products li .name {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .products {
    justify-content: space-around;
  }
  .products li {
    width: 100%;
  }
  #langset a {
    padding-right: 20px;
    background-size: 50% auto;
  }
  #catalog-details .products.count-6 li.last-row {
    display: none !important;
  }
}
@media screen and (max-width: 340px) {
  .products li {
    width: 100%;
  }
}
/* ------------------------------------------------------------------ */
/* brands */
.brand-1,
.brand-2,
.brand-3,
.brand-4,
.brand-5,
.brand-6,
.brand-7 {
  display: inline-block;
  color: transparent;
  width: 180px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

/* valenti */
.brand-1 {
  background-image: url(../assets/images/brands/valenti.png);
}

/* mida */
.brand-2 {
  background-image: url(../assets/images/brands/mida.png);
}

/* beltrami */
.brand-3 {
  background-image: url(../assets/images/brands/beltrami.png);
}

/* thilia */
.brand-4 {
  background-image: url(../assets/images/brands/thilia.png);
}

/* camiletti */
.brand-5 {
  background-image: url(../assets/images/brands/camiletti.png);
}

/* iconic */
.brand-6 {
  background-image: url(../assets/images/brands/iconic.png);
}

/* zilverstad */
.brand-7 {
  background-image: url(../assets/images/brands/zilverstad.png);
}

.category-lead {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
}
.category-lead h2 {
  font: 200 28px/32px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  padding: 0;
  text-align: right;
  width: 90%;
  position: absolute;
  top: 8%;
  right: 3.5%;
  margin: 0;
}
.category-lead h2 span {
  font: 500 24px/24px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ba3333;
}
.category-lead h2 strong {
  font: 200 28px/32px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
}
.category-lead.c4, .category-lead.c1, .category-lead.c20, .category-lead.c18 {
  width: 100%;
  padding-top: 43%;
  background-size: 100% 100%;
}
.category-lead.c1 h2, .category-lead.c18 h2 {
  text-align: left;
  font: 200 31px/34px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  top: 9%;
}
.category-lead.c4 {
  background: url(../images/lead/c4_lead_1.webp) no-repeat 50% 50%;
}
.category-lead.c1 {
  background: url(../images/lead/c1_lead_1.webp) no-repeat 50% 50%;
}
.category-lead.c20 {
  background: url(../images/lead/c20_lead_1.webp) no-repeat 50% 50%;
}
.category-lead.c18 {
  background: url(../images/lead/c18_lead_1.webp) no-repeat 50% 50%;
}

.p-list-desc {
  padding: 30px 30px 0;
  text-align: center;
}
.p-list-desc, .p-list-desc * {
  color: #666;
  font: 300 13px/19px Roboto, Arial, Tahoma, Verdana, courier;
}
.p-list-desc * {
  display: inline;
}
.p-list-desc strong, .p-list-desc b {
  font-weight: 300;
}

.p-list-desc-long {
  padding: 30px 30px 0;
}
.p-list-desc-long, .p-list-desc-long * {
  color: #666;
  font: 300 13px/19px Roboto, Arial, Tahoma, Verdana, courier;
  text-align: center;
}
.p-list-desc-long p {
  margin-bottom: 20px;
}
.p-list-desc-long h2 {
  display: block;
  color: #000;
  font: 400 17px/23px "Noto serif", Georgia, "Times New Roman", sans-serif;
  margin: 15px 0;
}
.p-list-desc-long strong, .p-list-desc-long b {
  font-weight: 300;
}

.col-w > .p-list-desc {
  display: block;
}
.col-w > .p-list-desc ~ .p-list-desc {
  display: none;
  border-top: 1px solid #ddd;
}
.col-w > .p-list-desc ~ .p-list-desc h2 {
  display: block;
  color: #000;
  font: 400 17px/23px "Noto serif", Georgia, "Times New Roman", sans-serif;
  text-align: center;
  margin: 15px 0;
}

@media screen and (max-width: 1240px) {
  .category-lead h2 {
    font: 200 25px/29px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .category-lead h2 span {
    font: 400 20px/22px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
}
@media screen and (max-width: 860px) {
  .category-lead h2 {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .category-lead h2 {
    display: block;
    top: 8%;
  }
}
@media screen and (max-width: 670px) {
  .category-lead h2 {
    font: 200 21px/25px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    top: 8%;
  }
  .category-lead h2 span {
    font: 400 16px/18px Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .m-hide {
    display: none;
  }
  .col-w > .p-list-desc {
    display: none;
  }
  .col-w > .p-list-desc ~ .p-list-desc {
    display: block;
  }
  .p-list-desc-long {
    border-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .category-lead h2 {
    display: none;
  }
  .promo .col-s {
    text-align: center;
  }
  .p-list-desc {
    font-size: 11px;
    line-height: 18px;
  }
}
@media screen and (max-width: 750px) {
  .regulations-bx .line-1 {
    height: 0 !important;
  }
}
#output {
  clear: both;
  overflow: hidden;
  width: 90%;
  padding: 5%;
  background-color: rgba(211, 211, 211, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}

#output p {
  text-align: center;
  font: 300 14px/24px Roboto, Arial, courier;
  color: #333;
}

#output p i {
  font-size: 24px;
  line-height: 24px;
  color: #999;
}

/*# sourceMappingURL=base.css.map */
