html {
	width: 100%;
	height: 100%;
	padding:0;
	margin:0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #333333;
	background: #ffffff;
	font-size: 13px;
	line-height: 1.6em;
}

.companyfield {
	display: none;
}

a img {
	border:none;
}

a { 
	text-decoration: none; 
	color: #19a9b1; 
	outline: 0;
	-webkit-transition:color 2s ease-in;
	-moz-transition:color .2s ease-in;
	-o-transition:color .2s ease-in;
	transition:color .2s ease-in;
}

a:hover { color: #000000; text-decoration: none;}
a:visited { color:#19a9b1; text-decoration: none; }
a:focus { outline: none; }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.empty {
	padding: 10px 0;	
}

.languages a {
	text-transform: uppercase;
}

.languages a.active {
	font-weight: 700;
}

.clear {
	clear:both;
}

.relative {
	position: relative;
}

.center {
	text-align: center;
}

.disabled {
	display: none;
}

div, label, ul, li, a, span, header, nav, footer, body, img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.thanks {
	font-size: 18px;
	color: green;
	padding: 20px 0;
}

.nothanks {
	font-size: 18px;
	color: red;
	padding: 20px 0;
}

ul {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, .h4 {
	color: #19a9b1;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	margin-top: 0;
	line-height: normal;
}

h1 {
	padding-top: 25px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18px;
	position: relative;
}

.promotion {
	padding: 0 0 20px 0;
	font-weight: 700;
	color: red;
}

.maininfo .seoblock.fullsizeh2 h2 {
	padding-top: 25px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	position: relative;
	text-align: center;
	font-size: 22px;
	padding-right: 10px;
	padding-left: 10px;
}

h3.h3 {
	padding-top: 25px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18px;
	position: relative;
}

.h4 {
	font-size: 14px;
	margin-bottom: 5px;
}

.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

.zoom {
			display:block;
			position: relative;
			padding: 30px;
			height: 513px;
		}

/* #Buttons
================================================== */

.buttons {
	padding: 10px 0;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #30baad; 
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif; 
  color: #ffffff;  
  line-height: normal;
  border: 0;
  border-radius: 3px;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
  -webkit-appearance: none;
  display: inline-block;
  width: auto;
  letter-spacing: 0px;
  text-decoration: none;
  cursor: pointer;
  margin: 0px;
  padding: 5px 20px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background: #333333;
}



/* #Forms
================================================== */

form {
  margin-bottom: 0; }
fieldset {
  margin-bottom: 20px; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
  border: 1px solid #d5d5d5;
  padding: 6px 4px;
  outline: none;
  font: 13px 'Montserrat', sans-serif;
  color: #333333;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 3px;
  margin-bottom: 10px;
  background: transparent; 
}

select {
  padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: #333333;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2); 
  
}

textarea {
  min-height: 60px; 
  min-width: 300px; 
}

label, legend {
  display: block;
  font-weight: bold;
  font-size: 13px;  
}

input[type="checkbox"] {
  display: inline; 
}

label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #333333;
}


.subscribe input[type=email] {
	width: 80%;
	margin: 0 0 5px 0;
}
		


input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
  width: 100%;
  background: transparent;
  border: 1px solid #d5d5d5;
  padding: 5px 0px;
  margin: 0px;
  max-width: 100%;
  text-indent: 10px;
  outline: none;
}

textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #d5d5d5;
  height: 200px;
  margin: 0px;
  margin-bottom: 40px;
  max-width: 100%;	
  padding: 2% 17px;
  outline: none;
  min-height: 60px;
}

.outer {
	position:relative;
	width:100%;
	min-height:100%;
	min-width:1020px;
}

.inner {
	max-width:1370px;
	margin:auto;
	position:relative;
	width: 90%;
}

.top-bar {
	text-align: center;
	line-height: 30px;
	background: #f1f1f1;
	padding: 5px;
	color: #000000;
	font-size: 13px;
}

.top-bar .left {
	float: left;
	width: 22%;
	text-align: left;
	padding: 0 0 0 10px;
}

.top-bar .left a {
	display: inline-block;
	padding: 0 10px 0 0;
}

.top-bar .center {
	float: left;
	width: 1%;
}

.top-bar .right {
	float: right;
	width: 50%;
}

.top-bar .right span {
	text-transform: uppercase;
	cursor: pointer;
}

.fa.fa-search {
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
}

.top-bar #search {
  line-height: 30px;
  padding: 0 0px;
  text-indent: 0;
  margin-bottom: 0;
  border: 1px solid #eee;
  background-Color: #fff;
  outline: none;
}

.top-bar #search {
  width: 100%;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  color: #000000;
}

.top-bar #search:focus {
  width: 100%;

}


.top-bar #search::-webkit-input-placeholder {
   color: #000000;
}

.top-bar #search:-moz-placeholder { /* Firefox 18- */
   color: #000000;
}

.top-bar #search::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;
}

.top-bar #search:-ms-input-placeholder {  
   color: #000000;
}

.top-bar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

.top-bar ul li {
	display: inline-block;
}

.top-bar ul li a {
	display: block;
	padding: 0 0 0 20px;
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
}

.top-bar .fa {
	padding: 0 0 0 5px;
}

.top-bar .count {
	padding: 0 5px;	
}

.inner.identity {
	margin: 5px auto;
	height: 99px;
	position: relative;
}

.search {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 220px;
}

#logo { 
  line-height: initial;
  float: left;
  height: 79px;
  width: 466px;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -233px;
}

#logo h1 { 
  font-weight: 700; 
  margin: 0; 
  padding: 0; 
  font-family: 'Montserrat', sans-serif; 
  font-size: 30px; 
  text-transform: uppercase; 
}

#logo h1 a { 
  text-decoration: none;
}

#logo img {
	width: 100%;
}

ul#social-links {
  list-style: none;
  float: right;
  text-align: right;
}
ul#social-links li {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 17px;
}
ul#social-links li a {
  text-align: center;
  display: block;
  padding: 0;
  color: #d5d5d5 !important;
  line-height: 35px;
  min-width: 37px;
  border-radius: 18px;
  border: 1px solid #d5d5d5;  
}

ul#social-links li a:hover {
  color: #454545 !important;
  border: 1px solid #454545;
}






nav {
	background:#f1f1f1;
	font-family:'Lato',sans-serif;
	line-height:40px;
	width:100%;
	z-index:800;
	position: absolute;
	top: 150px;
}

.content {
	margin-top: 85px;
}

#navigation {
  padding: 0;
  position: relative;
}

ul#nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#nav li {
  display: inline-block;
  /*z-index: 21;*/
  float: left;
}

ul#nav li.dropdown {
  position: relative;
}
  

ul#nav li:hover {
  color: #19a9b1;
  background: #e4e4e4;

}

ul#nav li a, ul#nav li span {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  display: block;
  padding: 0 10px 0 10px;
  text-transform: uppercase;
  letter-spacing: 0px;
  cursor: pointer;
}

ul#nav li a:hover {
  background: #e4e4e4;
  color: #19a9b1;
  text-decoration: none;
}


ul#nav li.dropdown ul.submenu {
  background: #f1f1f1 !important;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 30px !important;
  width: 250px;
}

ul#nav li.dropdown .ccc {
  display: none;
  background: #f1f1f1 !important;
  float: left;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  line-height: 30px !important;
  width: 252px;
  border: 1px solid #333;
}


ul#nav ul li  {
	position: relative;
}

ul#nav li.dropdown .ccc .ccc {
	display: none;
	top: 5px;
	/*left: 251px;*/
	left: 120px;
}

/*
ul#nav li.dropdown .ccc:hover .ccc {
	z-index: 999999;
}*/

ul#nav li.dropdown .ccc {
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
}
/*
.ccc:after {
	content: '';
    display: block;
    clear: both;
}*/

ul#nav li.dropdown ul.submenu.column2 {
  left: 250px;
  
}
ul#nav li.dropdown ul.submenu.column3 {
  left: 500px;
}

ul#nav li.dropdown ul.submenu li {
	/*z-index: 998;*/
}

ul#nav li.dropdown > a:after, ul#nav li.dropdown > span:after  {
  font-family: 'FontAwesome'; 
  content: "\f107";
  margin-left: 10px;
}


ul#nav li:hover .ccc {
	display: block;
}

ul#nav .ccc li:hover .ccc {
	display: block;
}

/*ul#nav li.dropdown ul.submenu li*/

ul#nav li.dropdown .ccc .ccc li {
	z-index: 9999;
}

ul#nav li ul.submenu li{
  /*background: #f1f1f1;*/
  color: #000000;
  width: 250px;
  text-align: left;
}


ul#nav li ul.submenu li:hover {
  background: #e4e4e4;
}

ul#nav li ul.submenu li a:hover {
  color: #19a9b1;
  background: #e4e4e4;
}

ul#nav li ul.submenu li a{
  text-align: left;
  font-size: 13px;
  padding-left: 10px;
  color: #000000;
  text-transform none !important;
}


.submenu li:hover > ul.nested {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  background: #f8f8f8;
  border: 1px solid #d5d5d5;
  border-left: 0;
}

.nested {
  display: none;
}

ul.nested:before {
  position: absolute;
  top: 0;
  left: -28px;
  font-family: 'FontAwesome'; 
  content: "\f105";
  margin-left: 10px;  
}


.rightarrow {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
  color: ;
}




#nav
{
  /* container */
}
#nav > a
{
  display: none;
}

.slide {
	position: relative;
}

.slide img {
	width: 100%;
}

.slide .image a {
	cursor: default;
}

.skitter .container_skitter a {
	cursor: default;
}

.cubeShow a {
	cursor: default;	
}

.flex-caption {
  position: absolute;
  top: 30%;
  width: 100%;
  padding: 0 5%;
  text-align: left;
  line-height: normal;
  z-index: 3;
}

.flex-caption p {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 1px 1px 4px #999;
}

.cta { 
  margin-top: 50px;
}

.cta a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  background: #fc5b4f;
  letter-spacing: 0px;
  border-radius: 3px;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;  
}


.cta a:hover {
  color: #ffffff;
  background: #e64031;
}



/* newsletter
------------------------------------------------------ */


#newsletter {
  background: #f1f1f1;
  margin: 50px 0 0;
  line-height: 80px;
  text-align: center;
}

#newsletter label {
  float: left;
  color: #4a4a4a;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 4px;
  width: 33.33%;
}

#signup { margin-top: 20px; width: 33.33%; float: left; }

#newsletter #mc-embedded-subscribe {
  float: left;
  width: 23%;
  display: inline-block;
  border-radius: 0;
  border: 1px solid transparent;
  font-size: 13px;
  color: #ffffff;
  background: #fc5b4f;
  padding: 15px 5px;
  margin-left: 1%;
  transition:			border-color 300ms ease-in-out;
  -moz-transition:	border-color 300ms ease-in-out;
  -webkit-transition:	border-color 300ms ease-in-out;
  -o-transition:		border-color 300ms ease-in-out;  
  margin-bottom: 0;
  margin-top: 0;
  
}


#newsletter #mc-embedded-subscribe:hover {
  border: 1px solid #4a4a4a;
  background: #e64031; 
}

#newsletter #mce-EMAIL { 
  float: left; 
  display: inline-block; 
  width: 75%; 
  border-radius: 0; 
  border: 1px solid #4a4a4a;
  background: transparent;
  color: #4a4a4a;
  margin-bottom: 0;
  min-height: auto;
}


#newsletter #mce-EMAIL::-webkit-input-placeholder {
   color: #4a4a4a;
}

#newsletter #mce-EMAIL:-moz-placeholder { /* Firefox 18- */
   color: #4a4a4a;
}

#newsletter #mce-EMAIL::-moz-placeholder {  /* Firefox 19+ */
   color: #4a4a4a;
}

#newsletter #mce-EMAIL:-ms-input-placeholder {  
   color: #4a4a4a;
}

ul#social-icons {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
}

ul#social-icons li {
  display: inline-block;
  margin: 5px 5px 0 5px;
  text-align: center;
  vertical-align: middle;
}

ul#social-icons li a {
  font-size: 10px;
  color: #4a4a4a;
}
ul#social-icons li a:hover {
  color: #e64031;
}


#subscribe_popup input#mc-embedded-subscribe {
  width: 100%;
}



/* footer
------------------------------------------------------ */


footer { 
  padding-top: 50px; 
  padding-bottom: 50px;
  color: #19a9b1;
}

footer ul { list-style: none; }
footer ul li {  }
footer label { margin-bottom: 0; }



@media only screen and (min-width: 1024px ){

  .page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -40px; 
    overflow: hidden;
  }
  .page-wrap:after {
    content: "";
    display: block;
  }
  .site-footer, .page-wrap:after {
    /* .push must be the same height as footer */
    height: 40px; 
  }


}

footer img {
width: 40px;
}


/* =============== */
/* = Global = */
/* =============== */

.home, .share-icons { 
  text-align: center; 
}

.share-icons a { 
  margin: 0 10px; 
  color: #19a9b1 !important;
  display: inline-block;
}

.share-icons a:hover { 
  color: #454545 !important; 
}


.scrollup{
  width:40px;
  height:40px;
  opacity:0.3;
  position:fixed;
  bottom:50%;
  right:20px;
  display:none;
  z-index: 3;
}

.scrollup:hover { text-decoration: none; }


.Flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
  max-width: 1111px;
  margin: 0 auto;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.special {
	padding: 10px 0;
}

.special .title {
	font-size: 18px;
	color: black;
	font-family: 'Montserrat', sans-serif;
	padding: 30px 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #19a9b1;
}

.section-title { margin-bottom: 20px; }

.section-sub-title { margin-top: 20px; }

.desktop-2 {
	width: 50%;
	float: left;
}

.desktop-2.left {
	padding: 0 40px 0 0;
}

.desktop-2.right {
	padding: 0 0 0 40px;
	float: right;
}

.desktop-3 {
	width: 33.33%;
	float: left;
}

.desktop-6 {
	width: 54%;
	float: left;
}

.desktop-4 {
	width: 25%;
	float: left;
}

.desktop-5 {
	width: 16.67%;
	float: left;
}

.salidzini {
	clear: both;
	float: left;
}
.salidzini img {
	margin: 10px 0 0 0;
	height: 40px;
	width: auto;
}

.kurpirkt {
	float: left;
	margin: 0 0 0 5px;
}

.kurpirkt img {
	margin: 10px 0 0 0;
	height: 40px;
	width: auto;
}

/* Products
------------------------------------------------------ */

.lSSlideOuter, .lSSlideWrapper, .lightSlider, .lslide {
	height: 300px;
}

.products {
	padding: 0;
}

.products:after, .product:after {
	content: '';
    display: block;
    clear: both;
}

.products .product {
	float: left;
	width: 16%;
	margin: 2%;
	position: relative;
	min-height: 260px;
}

.code {
	padding: 0 0 10px 0;
}

span.code {
	padding: 0;
	color: #999;
	font-size: 12px;
}

.special .products .product {
	float: left;
	width: 30.66%;
	margin: 0;
}


.special .products .product.left {
	float: left;
	width: 30.66%;
	margin: 2% 2% 2% 0;
}

.special .products .product.right {
	float: right;
	width: 30.66%;
	margin: 2% 0 2% 2%;
}

.products .product:hover {
	
}

.products .product.row {
	clear: both;
}

.products .product img {
	width: 90%;
	margin: auto;
	display: block;
}

.products .product h2 {
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	margin: 0;
	padding: 5px 5px;
}

.products .product h2 strong {
	color: #0e979f;
}

.products .product i {
	color: black;
	font-weight: 700;
	font-style: normal;
	padding: 5px 5px 0 5px;
	display: inline-block;
}

.products .product i.red {
	color: red;
	font-weight: 700;
	font-style: normal;
	padding: 5px 5px 0 5px;
	display: inline-block;
}

.products .product i.red span {
	color: black;
	font-weight: 400;
	text-decoration: line-through;
}

.product .left {
	float: left;
	width: 40%;
	text-align: center;
	padding: 20px 0 0 0;
}

.product .right {
	float: right;
	width: 55%;
	padding: 40px 0 0 0;
}

.product .left img {
	width: 100%;
}

.product ul {
	margin: 0 0 0 17px;
}

.addbasket {
	padding: 0 0 20px 0;
}

.addbasket i {
	font-size: 26px;
	font-weight: 700;
	font-style: normal;
	float: left;
	padding: 10px 20px 0 0;
}

.addbasket input {
	float: left;
	margin: 0 5px;
	padding: 10px 30px;
	width: auto;
}

.addbasket input[type=text] {
	float: left;
	margin: 0 5px;
	padding: 10px 0;
	width: 50px;
	text-align: center;
	text-indent: 0;
}

.toorder {
	float: right;
	margin: 20px 0 0 0;
}


.toorder input {
	float: left;
	margin: 0 5px;
	padding: 10px 30px;
	width: auto;
}


.toorder input[type=text] {
	float: left;
	margin: 0 5px;
	padding: 10px 0;
	width: 50px;
	text-align: center;
	text-indent: 0;
}

.checkout input {
	margin: 20px 0;
	padding: 15px 30px;
	font-size: 16px;
	width: 100%;
}

.popupbutton input {
	margin: 10px 0;
	padding: 12px 30px;
	font-size: 16px;
	width: 100%;
}

input[type=text].basketcount {
	width: 30px;
	margin: auto;
	text-indent: 0;
	text-align: center;
}

.account td, .account th {
	padding: 10px 0;
	text-align: left;
	border-bottom: 1px solid #d5d5d5;
}

.account tr {
	cursor: pointer;
}

.account tr:hover {
	background: #f7f7f7;
}

.account td div {
	padding: 0 0 0 40px;
	font-size: 12px;
	color: gray;
}

.account .trtogglehide {
	display: none;
}

.basket table {
	margin: 50px 0 0 0;
}

.basket th {
	padding: 10px 0;
	text-align: left;
	border-bottom: 1px solid #d5d5d5;
}

.basket td.noborder {
	border: none;
	font-weight: bold;
	padding: 10px 0 0 0;
	font-size: 15px;
}

.basket .remove, .basket .removemob  {
	cursor: pointer;
}


.basket th.center {
	text-align: center;
}

.basket td {
	padding: 10px 0;
	border-bottom: 1px solid #d5d5d5;
	text-align: center;
}

.basket td.left {
	text-align: left;
}

.basket td.right {
	text-align: right;
}

.images .thumbs {
	padding:0;
}

.images .thumbs span {
	float:left;
	width:19.2%;
	margin:1.2% 1% 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display: block;
}

.images .thumbs span.last {
	margin:1.2% 0 0;
}

.images .thumbs img {
	float:left;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	cursor: pointer;
}

.landing-container {
	clear: both;
	background: #f1f1f1;
	margin: 20px 0 0 0;
}

.landing {
	padding: 30px;
	width: 100%;
	max-width: 900px;
	margin: auto;
}

.landing img {
	width: 100%;
	height: auto;
	float: left;
}

.startgallery {
	cursor: pointer;
}

.related {
}

.related .title {
	padding-top: 25px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.related .item {
	float: left;
	width: 13.33%;
	margin: 0 2%;
	position: relative;
}

.related .item.first {
	margin: 0 2% 0 0;
}

.related .item.last {
	margin: 0 0 0 2%;
}

.related .item img {
	width: 100%;
	margin: auto;
	float: none;
}

.related h2 {
	font-size: 12px;
	font-weight: 300;
}

.quick-view {
	position: absolute;
	top: 27px;
	width: 80%;
	left: 50%;
	margin: 0 0 0 -40%;
	background: #efefef;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	padding: 6px 4px;
	line-height: 16px;
	font-size: 11px;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form .field label.show {
	display:block;
}


.popup {
	position:absolute;
	width:100%;
	height:100%;
	background:url(../include/images/popup.png);
	padding:0;
	margin:0;
	z-index:9999;
	top:0;
	left:0;
	min-width:1000px;
	text-align:center;
	display:none;
}

.popup.visible {
	display:block;
}

.popup-content {
	position:relative;
	text-align:left;
	background:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.popup-content.large {
	width:900px;
	margin:200px auto 50px;
	padding:20px 25px;
}

.popup-content.small {
	width:600px;
	margin:200px auto 50px;
	padding:20px 25px;
}

.popup-content.xsmall {
	width:500px;
	margin:200px auto 50px;
	padding:20px 25px;
}

.popup-content.middle {
	width:700px;
	/*margin:150px auto 50px;*/
	padding:40px 25px;
	text-align: center;
}

.popup-content.middlev {
	width:900px;
	/*margin:150px auto 50px;*/
	padding:40px 25px;
	text-align: center;
	background: black;
}

.popup-content.middlexx {
	width:700px;
	margin:150px auto 50px;
	padding:40px 25px;
	text-align: center;
}

.popup-content.bmiddle {
	width:960px;
	margin:150px auto 50px;
	padding:30px;
	text-align: center;
}

.close {
	position:absolute;
	top:12px;
	right:10px;
	cursor:pointer;
	font-size:20px;
	color:#333;
}

.close:hover {
	color:#666;
}

div.popup-content.middlev .close {
	color: white;
}

div.popup-content.middlev .close:hover {
	color:#666;
}

.quick-view-video {
	margin: auto;
}

.quick-view-product .title {
	padding-top: 25px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.quick-view-product .zoom {
	padding: 0;
}

.quick-view-product .left {
	float: left;
	width: 48%;
}

.quick-view-product i {
	display: block;
	padding: 0px 0 10px 0;
}


.quick-view-product .right {
	float: right;
	width: 48%;
}

.more {
	color: #19a9b1;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	margin-top: 0;
	line-height: normal;
}

.totop-container {
	background: url(../include/images/totop-line.png) center center repeat-x;
}

.totop {
	margin: 20px auto;
	background: url(../include/images/totop.png) 0 0 no-repeat;
	cursor: pointer;
	width: 47px;
	height: 47px;
}

.lightSliderNav {
	float: right;
	margin: 27px 0 0 0;
}

.lightSliderNav a {
    width: 21px;
	float: left;
    height: 21px;
    background-color: black;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    background:url(../include/classes/skitter-master/images/skitter/sprite-default.png) no-repeat;
	background-size:42px auto;
	display: block;
}

.lightSliderNav a:hover {
    opacity: 1;
}

.lightSliderNav a.previous {
	width:21px;
	height:21px;
	-webkit-transition:all .2s;
	transition:all .2s;
	background-position:-21px -21px;
	margin-right: 5px;
}

.lightSliderNav a.next {
	-webkit-transition:all .2s;
	transition:all .2s;
	background-position:-0 -21px;
	width:21px;
	height:21px;
}

.order {
	margin: 30px auto 0 auto;
	padding: 0;
	max-width: 1100px;
	background: #f3f3f3;
}

.order .left {
	float: left;
	width: 55%;
	padding: 0 5% 30px 0;
	background: white;
}

.order .right {
	float: right;
	width: 45%;
	padding: 20px;
	margin: 0;
} 








.form .input.radio div {
	text-align: left;
	padding: 5px 0 5px 20px;
}

.form .input div input {
	float: left;
	width: auto;
	margin: 1px 10px 0 0;
}


/* Forms
	-----------------------------------------------------*/

.form {
	width: 100%;
	margin: 10px auto;
	padding: 0;
}

.form .column {
	float: left;
	width: 46%;
}


.form .column.first {
	margin-left: 0;
	width: 48%;
}

.form .column.last {
	margin-right: 0;
	width: 48%;
}

.form .title {
	text-align: center;
	font-size: 20px;
	line-height: 110%;
	padding: 0 0 10px 0;
	font-weight: 400;
}

.form .subtitle {
	font-weight: 300;
	padding: 25px 0 5px 0;
	clear: both;
	font-size: 16px;
	font-weight: 400;
}


.form .subtitle.space {
	padding: 25px 0 5px 0;
}


.form .field {
	width: 100%;
	position: relative;
	margin: 7px 0;
	clear: both; 
	float: left;
}

.form .field.half {
	width: 49%;
}

.form .field.third23 {
	width: 69%;
}

.form .field.third13 {
	width: 29%;
}

.form .field.last {
	float: right;
	clear: none;
}

.form .field .select select {
	padding: 10px;
	font-size: 14px;
}

.form .field.msg, .form .field.discountmsg {
	text-align: left;
	color: red;
	font-weight: 400;
	padding: 0 0 0 5px;
	display: none;
	margin: 0;
}

.form .field.msg p, .form .field.discountmsg p {
	padding: 0;
	margin: 0;
}

.discountprice {
	display: none;
	color: red;
}

.form .field label {
	position: absolute;
	left: 20px;
	top: 5px;
	font-size: 11px;
	color: #999;
	line-height: 110%;
	display: none;
	font-weight: normal;
}

.form .field.checkbox span {
	padding: 0px 0 0 10px;
	float: left;
}

.form .field.checkbox p {
	margin: 0;
	padding: 0;
}

.form .field.checkbox .icheckbox_flat-grey {
	float: left;
}



.form .field input.oinput, .form .field textarea.otextarea {
	width: 100%;
	background: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 0 1px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 13px 10px 10px 10px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 110%;
	margin: 0;
	outline: none;
	border: none;
	text-align: left;
}

.form .field input.oinput.error, .form .field textarea.otextarea.error {
	box-shadow: 0 0 0 2px red;
}



.form .field input[type=button].oinput {
	background: #30baad;
	text-align: center;
	color: white;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
	padding: 12px 15px;
	margin-top: 5px;
}

.form .field input[type=button].oinput.discountbutton {
	margin-top: 0px;
	padding: 13px 15px;
}

.form .field input[type=button].oinput:hover {
	background: #5d606b;
}

.form .field input.oinput.active, .form .field textarea.otextarea.active {
	padding: 19px 10px 4px 10px;
}


.form .field input.oinput:focus, .form .field textarea.otextarea:focus {
	box-shadow: 0 0 0 2px #909ba7;
}

.form .field .acceptrules .icheckbox_flat-aero {
	float: left;
}

.form .field .acceptrules span {
	float: left;
	padding: 3px 0 0 10px;
}

.form .links {
	clear: both;
	text-align: center;
	padding: 10px 0 0 0;
}


.form .links span {
	display: inline-block;
	font-weight: 400;
	padding: 0 10px;
	font-size: 15px;
	cursor: pointer;
}

.ordcont {
	clear: both;
}

.ord1 {
	float: left;
	width: 25%;
	padding: 10px;
	position: relative;
}

.ord2 {
	float: left;
	width: 50%;
	padding: 10px;
}

.ord3 {
	float: left;
	width: 25%;
	text-align: right;	
	padding: 10px;
}

.ord4 {
	float: left;
	width: 70%;
	padding: 5px;
	font-size: 16px;
}

.ord4.gray, .ord5.gray {
	color: gray;
	font-size: 14px;
}

.ord5 {
	float: left;
	width: 30%;
	text-align: right;	
	padding: 5px;
	font-size: 16px;
	font-weight: 400;
}

.ordline {
	clear: both;
	padding: 5px;
	height: 10px 0;
	margin: 10px 0;
	border-top: 1px solid #ccc; 
}

.ordcont .ord1 span {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	text-align: center;
	background: #19a9b1;
	color: white;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	line-height: 22px;
	text-align: center;
}

.account-title {
	font-size: 16px;
	padding: 40px 0 0 0;
}

.select2-container--default .select2-selection--single.error {
	border: 2px solid red;
	height: 42px;
}

.videocontent {
	display: none;
}

.icon.new {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(../include/images/icon-new.png) no-repeat center center;
	background-size: 100%;
}

.icon.popular {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(../include/images/icon-popular.png) no-repeat center center;
	background-size: 100%;
}

.icon.discount {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(../include/images/icon-discount.png) no-repeat center center;
	background-size: 100%;
}

.icon.soon {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(../include/images/icon-soon.png) no-repeat center center;
	background-size: 100%;
}

.icon.sold {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(../include/images/icon-sold.png) no-repeat center center;
	background-size: 100%;
}

.filter {
	text-align: center;
	width: 100%;
}

.filter a {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #efefef;
	color: black;
	display: inline-block;
	text-decoration: none;
	padding: 8px 20px;
	cursor: pointer;
	font-size: 13px;
	margin: 0 14px;
}

.filter a:not(.active) {
	animation: change-pasive-color-anim 2s linear infinite;
}

.filter a:hover {
	/*background: #ccc;*/
}

.filter a.active {
	/*background: #52a7ae;
	color: white;*/
	animation: change-active-color-anim 2s linear infinite;
	animation-delay: 1s;
}

/*
.filter a.active:hover {
	background: #3faa9e;
}*/

@keyframes change-active-color-anim {
	0% {
		background-color: #efefef;
	}
	25% {
		background-color: #52a7ae;
	}
	50%, 100% {
		background-color: #efefef;
	}
}

@keyframes change-pasive-color-anim {
	0% {
		background-color: #efefef;
	}
	25% {
		background-color: #52a7ae;
	}
	50%, 100% {
		background-color: #efefef;
	}
}

.filter .select2-container .select2-selection--single {
	height: 32px;
}

.filter .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
	font-weight: 400;
}

.filter .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 2px;
	right: 1px;
	width: 20px;
}

.available {
	width: 174px;
	height: 36px;
	background: #32cd32 url(../include/images/available-new.png) no-repeat;
	background-size: 27px 27px;
	background-position: 4px 4px;
	color: white;
	text-align: center;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 36px;
	float: left;
	margin: 0 20px 15px 0;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.free-delivery {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: white;
	background: #30baad url(../include/images/free-delivery.png) 7px 0px no-repeat;
	/*border: 1px solid #27a9b0;*/
	float: left;
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 35px;
	padding: 0 20px 0 50px;
}

.cancelmsg {
	background: #f3f3f3;
	margin: 3px 0 20px 0;
	box-shadow: 0 0 0 2px red;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 13px 20px;
	color: red;
	font-size: 14px;
}

.cancelmsg ul {
	margin: 0;
	padding: 0 0 0 25px;
}


/* Cookies */
.cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #333;
	color: white;
	text-align: center;
	font-size: 14px;
	line-height: 130%;
}

.cookies .cc {
	margin: auto;
	max-width: 1000px;
	padding: 20px;
}

.cookies span {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid white;
	cursor: pointer;
	margin: 5px 10px;
}

.cookies a {
	color: white;
	text-decoration: underline;
}

.alert {
	padding: 20px 0;
}

.alert .inner {
	text-align: center;
	padding: 20px;
	background: #e1efda;
	font-size: 18px;
	line-height: 130%;
	color: #4b7445;
}

.alert .inner h3 {
	font-weight: bold;
	font-size: 28px;
	color: #4b7445;	
}

.alert .inner.corona {
	text-align: center;
	padding: 20px;
	background: #e1efda;
	font-size: 16px;
	line-height: 130%;
	color: #4b7445;
}

.maininfo {
	margin: 30px 0 0 0;
}

.maininfo h1 {
	text-align: center;
	font-size: 22px;
	padding-right: 10px;
	padding-left: 10px;
}

.maininfo .inner div {
	text-align: justify;
	font-size: 15px;
	line-height: 150%;
	color: #19a9b1;
}

.maininfo .part {
	padding-top: 20px;
}

.maininfo .all {
	display: none;
}

.maininfo h2 {
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 130%;
}

.maininfo h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 130%;
}

.maininfo img {
	width: 100%;
	max-width: 600px;
	height: auto;	
}

.maininfo .inner div.more {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #30baad;
	color: white;
	float: left;
	text-decoration: none;
	padding: 7px 30px;
	cursor: pointer;
	font-size: 14px;
}

.maininfo .inner div.more:hover {
	background: #3faa9e;
}

.maininfo:after {
	content: '';
    display: block;
    clear: both;
}

.seoblock {
	width: 100%;
	height: 150px;
	overflow-y: scroll;
}

.seoblock.fullsize, .seoblock.fullsizeh2 {
	width: 100%;
	height: auto;
	overflow-y: auto;
}

.icon-descr {
	display: inline-block;
	padding: 0 0 0 10px;
	font-size: 14px;
	margin-top:auto; 
	margin-bottom:auto;
	font-weight: bold;
	color: #19a9b1;
}

.accessories {
	padding: 20px;
	margin: 50px auto 20px auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	background: #24baad;
	text-align: center;
	text-transform: uppercase;
	color: white;
}

.covers h2 {
	font-size: 16px;
	margin: 30px 0 0 0;
	clear: both;
	padding-top: 25px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18px;
	position: relative;
}

.covers .product h3 {
	font-size: 14px;
}


.timer {
	position: absolute;
	left: 10px;
	top: 8px;
}

.timer.relative {
	position: relative;
	left: auto;
	top: auto;
	padding-bottom: 20px;
}

.timer.relative:after {
	content: '';
	display: block;
	clear: both;
}

.timer .field {
	float: left;
	background: #ea5232;
	text-align: center;
	display: block;
	font-size: 10px;
	font-weight: 700;
	color: white;
	padding: 5px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 130%;
}


.timer.relative .field {
	float: left;
	background: #ea5232;
	font-size: 14px;
	padding: 5px 10px;
}

.breadcrumbs {
	padding: 5px 0;
	color: #19a9b1;
}

#sitemap, #sitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sitemap {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin: 20px 0;
}
/*
#sitemap li  {
	float: left;
	display: block;
	width: 33%;
}


#sitemap ul li {
	width: 100%;
}
*/

#sitemap li {
	overflow: hidden; /* fix for Firefox */
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
}

#sitemap a {
	font-size: 19px;
	color: black;
	line-height: 120%;
	padding: 8px 0;
	display: inline-block;
}


#sitemap ul {
	margin-bottom: 20px;
	margin-left: 0px;
}

#sitemap ul  ul{
	margin-left: 10px;
	margin-bottom: 0;
}

#sitemap ul a {
	font-size: 15px;
	color: #19a9b1;
}

#sitemap ul ul a {
	font-size: 12px;
}

.product-types {
	text-align: center;
	display: flex;
	flex-wrap:wrap;
	padding-top: 50px;
	
}

.product-types .icon {
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 12%;
}


.product-types .icon a {
	display: block;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: black;
	font-size: 14px;
}

.product-types .icon:hover {
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow:  0 0 15px rgba(0,0,0,.1); 
}

.nothing-found {
	font-size: 15px;
	color: black;
	padding: 40px 0;
	display: block;
	text-align: center;
}
