html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	color:#333;
	background-color:#fff;
	background-repeat:repeat;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 16px;
}
.lisakirjeldus, .hide {
	display:none;
}

.instock {
  text-shadow:none; 
  padding:2px 6px; 
  background:#009933; 
  color:#fff !important; 
  font-weight:bold;
  text-transform: uppercase;
  border-radius: 3px;
  font-size:13px;
}
.outstock {
  text-shadow:none; 
  padding:2px 6px; 
  background:#cc0000; 
  color:#fff !important; 
  font-weight:bold;
  text-transform: uppercase;
  border-radius: 3px;
  font-size:13px;  
}

#content .product-info table.size {
  background:#fff !important; 
  padding:4px 10px !important; 
  margin-top:10px !important; 
  font-size:12px !important; 
  font-weight:bold !important; 
  line-height:14px !important; 
  text-transform:none !important; 
  border:1px solid #ccc !important;
  border-radius:30px !important;
  width:10% !important;
  max-width:100% !important;
}
#content .product-info table.size td {
  background:#fff !important; 
  text-align:center !important;
  color:#ccc !important;
  padding:5px 2px !important;
  margin:0 !important;
  min-width:0 !important;
  width:auto !important;
}
#content .product-info table.size td:nth-child(1), #content .product-info table.size td:nth-child(3), #content .product-info table.size td:nth-child(5) {
  min-width:10% !important;
  max-width:10% !important;
  width:10% !important;
  color:#ccc !important;
  font-weight:normal !important;
  font-size:12px !important;
}
#content .product-info table.size td i {
  font-size:20px !important;
  margin-right:10px !important;
}

#content .tab-content table {
  min-width: 0 !important;
  max-width: 100% !important;
  width:auto !important;
}

.pakett {
	padding:10px 0px; 
	display:flex; 
	justify-content:space-between;
}
.pakett input {
	display:none;
}
.pakett input[type=radio] + label, .pakett input[type=checkbox] + label {
	display: inline-block;
    margin: 4px;
    padding: 4px;
    background-color: #f7f7f7;
    border: 2px solid #eee;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: border .3s;
    -moz-transition: border .3s;
    -webkit-transition: border .3s;
    position: relative !important;
    z-index: 999999 !important;
    width: 30%;
    height: 224px;
    color: #1C566A;
    border-radius: 8px;
}
.pakett input[type=radio] + label .heading {
    display: block;
    font-size: 20px;
    text-align: center;
    margin: 10px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 2px;
    padding-top: 10px;
}
.pakett input[type=radio] + label .hind {
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: -1px;
    padding-top: 16px;
}
.pakett input[type=radio] + label medium {
    font-size: 28px !important;
    margin-left: 4px !important;
    position: relative !important;
    top: -14px !important;
    font-weight: normal !important;
}
.pakett input[type=radio] + label small {
    font-size: 16px !important;
    margin-left: 4px !important;
}
.pakett input[type=radio] + label::after, .pakett input[type=checkbox] + label::after {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
    background: #ddd;
    color: #fff;
    padding: 10px;
    width: 70%;
    border-radius: 6px;
    text-align: center;
    content: "Vali pakett";
}
.pakett input[type=radio]:checked + label, .pakett input[type=checkbox]:checked + label {
    border: 2px solid #1C566A !important;
    background: #1C566A !important;
    color: #fff !important;
}
.pakett input[type=radio] + label:hover, .pakett input[type=checkbox] + label:hover {
    border: 2px solid #1C566A !important;
    background: #1C566A !important;
    color: #fff !important;
    transition: border .3s;
    -moz-transition: border .3s;
    -webkit-transition: border .3s;
}
.pakett input[type=radio]:checked + label::after, .pakett input[type=checkbox]:checked + label::after {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
    background: #5adb7a;
    color: #fff;
    padding: 10px;
    width: 70%;
    border-radius: 6px;
    text-align: center;
    content: "✔ Valitud";
}

.search {
  border:1px solid rgba(0,0,0,0.1);
  margin:10px;
  border-radius:5px;
}

.sell {
	display:none;
	position:absolute;
	z-index:99999999;
	top:10%;
 	left: 50%;
    transform: translate(-50%, 0);
	min-width:30%;
	padding:0 20px;
	min-height:60px;
	background:#fff;
	color:red;
	text-align:center;
	font-weight:bold;
	line-height:60px;
	border:1px solid #eee;
	border-radius:6px;
}
.sell a {
	border-bottom:1px dashed #333;
	padding-bottom:2px;
}
.sell i {
    color:#333;
}

ul.topnav .icon { display:none; }
ul.topnav { min-width:100%; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
  padding-left:20px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
}
h2 small {
  font-size: 18px;
}
h3 {
  line-height: 27px;
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4, h5, h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
h2 {
	color: #000000;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight:bold !important;
}
p {
	padding-left:5px !important;
}
#content .content p {
	padding-left:3px !important;	
}

.menuimg { 
  display:block;
  width:100%;
  height:300px;
  overflow:hidden;
  margin-top:5px;
}
.menuimg a {
    margin: 0 !important;
    padding: 0 !important;
    border:0 !important;
    max-width: 100%;
    max-height: 100%;
}
.menuimg img {
    margin: 0 !important;
    padding: 0 !important;
    width:100%;
    height:300px;
    object-fit: cover;
}

.cati {
  float:none;
	 margin:0 auto;
   margin-bottom:10px;
	 display:block;
	 width:85%;
	 height:120px;
	 overflow:hidden;
	 position:relative;
	 background:none;
}

img.catimg {
	  width:100%;
    height:auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	  object-fit: contain !important;
	}

.catis {
	 padding:0;
	 margin:0;
	 margin:10px auto;
	 display:inline-block;
	 width:200px;
	 height:200px;
	 overflow:hidden;
	 border-radius: 8px;
	 position:relative;
	 background:none;
	 margin-bottom:24px;
	 border:1px solid #333;
}

img.catimgs {
	padding:0 !important;
	margin:0 !important;
	 position:absolute;
	 top:0px;
	 left:0px;
	 width:100%;
	 height:100%;
}

.eye {
  width: 13px;
  height: 13px;
  border: solid 2px #000;
  border-radius:  75% 15%;
  position: relative;
  transform: rotate(45deg);
}
.eye:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border: solid 2px #000;
  border-radius: 50%;
  left: 2px;
  top: 2px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
.simpleregister-have-account, .left h2, .right h2 {
    padding:10px 20px !important;
}
a, a:visited, a b {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	outline: none !important;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
ul, ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 22px;
}
ul.unstyled, ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 18px;
}
dt, dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 9px;
}
hr {
	display:block;
	margin: 20px 0px;
    border: 0;
    border-top:1px solid rgba(0,0,0,0.1);
}
.box-product hr, .tab-content hr {
	margin:10px 0 10px 0;
	border-top: 1px solid #f6f6f6;
}
strong {
  font-weight: bold;
}

/* Forms */
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
}

.product-info input[type="radio"]+label, .product-info input[type="checkbox"]+label {
  white-space: nowrap;
}
.product-info input[type="radio"]+label span, .product-info input[type="checkbox"]+label span {
	display:block;
	word-break: break-all;
	font-size:11px;
	line-height:21px;
	overflow: hidden;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}

#column-left .box .box-heading { margin:-2px 0 2px 0 !important; padding-left:0px !important; }
#column-left .box-content > div, #column-left .box-product > div { border-radius:0 !important; }

#content select {
	min-height:36px !important;
}
#content textarea {
	width:98% !important;
}
#mfilter-content-container p {
	margin:0;
}
#mfilter-content-container .otsing {
	display:none;
}

input[type="image"], input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */

}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  width: auto;
  height: auto;
}
select, input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  background-color: #ffffff;
}
select[multiple], select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
input[type="text"], input[type="password"], textarea {
	min-height:22px;
}
select {
	min-height:34px;
}
input:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5 !important;
  border-color: #ddd;
  cursor: not-allowed;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

input.lisa, select.lisa, img.lisa {
   background:none;
   padding:0;
   height:40px; 
   line-height:40px; 
   min-width:100% !important; 
   text-indent:10px; 
   font-size: 16px;
   -webkit-border-radius:5px; 
   -moz-border-radius:5px; 
   border-radius:5px;
}
textarea.lisa {
	height: 150px; 
	width:99%;
	-webkit-border-radius:5px; 
   -moz-border-radius:5px; 
   border-radius:5px;
   font-size: 16px;
   padding:10px;
}

.half, input.half, select.half {
	min-width:40% !important;
	width:46% !important;
}

input:focus, textarea:focus { outline:none; border-color: inherit; -webkit-box-shadow: none; box-shadow: none; }

input::-webkit-input-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder {
  color: #ccc;
}
input::placeholder {
  color: #ccc;
}

input.lisa[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 8px 20px;
    border-radius:4px;
    cursor: pointer;
    margin-bottom: 10px;
    background:#fff;
}

.input-euro {
     position: relative;
}
.input-euro.right:after {
     position: absolute;
     top:0;
     left: 100%;
     transform: translate(-100%, 0);
     margin-top: 10px;
     content:"€";
     background:#eee;
     padding:0px;
     height:34px;
     width:34px;
     line-height:34px;
     text-align:center;
     text-shadow:1px 1px 1px #fff;
     border-top:1px solid #eee;
     border-bottom:1px solid #eee;
}

span.suurused, span.viewed {
	display:none;
}

/* layout */
#container {
	width:85%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 220px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 420px;
	margin-bottom: 25px;
	font-size:16px;
	color:#999999;
	background:#fff;
}
#content a {
	font-size:16px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 235px;
}
#column-right + #content {
	margin-right: 195px;
}
#wrapper {
	position:absolute;
	left:0;
	top:0;
	height:210px;
	width:100%;
	background:url('https://static.webshopper.ee/admin/view/image/hdrs/black-top.png') repeat-x;
	z-index:9;
}
/* header */
#header {
	height: 127px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logos {
	position: absolute;
	top: 100px;
	left: 0px;
	z-index:8;
  text-align: center;
  height:70px;
  line-height:70px;
}
#header #logo {
	position: absolute;
	top: 38px;
	left: 0px;
	z-index:8;
}
#header #logo img {
	height: 70px;
}
#language {
	position: absolute;
	top: -23px;
	right: -10px;
	min-width: 100px;
	color: #999;
	line-height: 17px;
	font-size:11px;
}
#language img {
	cursor: pointer;
}
#language .aktiv {
	color:#eee; 
	background:#333; 
	padding:4px;
	cursor:pointer; 
	margin-right:6px;
}
#language .deaktiv {
	color:#999;
	cursor:pointer; 
	margin-right:6px;
}
#currency {
	width: 100px;
	position: absolute;
	top: -27px;
	right: 90px;
	color: #999;
	line-height: 17px;
}
#currency a {
  float: left;
  padding: 0 8px;
  line-height: 24px;
  text-decoration: none;
  margin-right:-2px;
  font-size:12px;
  text-transform:uppercase;
	color: #999;
}
#currency a b {
	color: #eee;
	text-decoration: none;
	background:#333;
	padding:3px;
	padding-left:7px;
	padding-right:7px;
	font-weight:normal;
}
#currency a:hover {
}

#header #cart {
	position: absolute;
	top: 41px;
	right: 20px;
	z-index: 9999;
	min-width: 350px;
}
#header #cart .heading {
	float: right;
	margin-right: 0px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;	
	position: relative;
	z-index: 1;
	background:#eee;
	color: #333;
	padding:8px;
	width:64px;
	height:25px;
	line-height:25px;
	text-align:center;
}
#header #cart .heading h4 {
	background:#eee;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-left:2px;
	text-align:center;
}
#header #cart .heading a {
	color: #333;
	text-decoration: none;
}
#header #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}

#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 3px;
	padding: 8px;
	min-height: 150px;
	-webkit-border-radius: 7px 0px 7px 7px;
	-moz-border-radius: 7px 0px 7px 7px;
	-khtml-border-radius: 7px 0px 7px 7px;
	border-radius: 7px 0px 7px 7px;
	background: #eeeeee;
}

#header #cart.active .contentik {
    animation-name: slidecart;
    animation-duration: 0.2s; 
    animation-fill-mode: forwards; 
    animation-delay: 0.2s;
    opacity: 0;
    box-shadow: 0px 8px 24px 0px rgb(0 0 0 / 8%);
    display:block;
}

@-webkit-keyframes slidecart {
    0%   { transform: translate(0px,-15px); opacity: 0; }
    100% { transform: translate(0px,0px); opacity: 1; }
}

#header #cart.active .heading {
	margin-top: 15px;
}
#header #cart.active .content {
	display: block;
  box-shadow: 0px 8px 24px 0px rgb(0 0 0 / 8%);
}

.mini-cart-info {
	max-height:300px; 
	overflow:auto;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	background:#fff;
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
	line-height: 14px;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
	width:50px;
	height:50px;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
	border-top:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding-top:10px;
	margin-bottom:10px;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
	width:auto !important;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
	line-height:14px !important;
	min-width:50px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#qsearch {
	display:none;
	width:360px;
	min-height:100px;
	border:1px solid #f9f9f9;
	background:#fff !important;
	margin-left:-240px;
	padding:10px;
	max-height:442px;
	overflow:auto;
	border-collapse:collapse;
	border:0 !important;
	border-spacing:8px;
}
#qsearch::-webkit-scrollbar {
  width: 4px;
}
#qsearch::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
#qsearch::-webkit-scrollbar-thumb {
  background: #ccc; 
}
#qsearch::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
#qsearch tr {
	border:0 !important;
   -moz-transition: all 0.3s !important;
   -webkit-transition: all 0.3s !important;
   transition: all 0.3s !important;
}
#qsearch td, #qsearch tr:hover td, #qsearch tr:hover, #qsearch td:hover, #qsearch tr, #qsearch a, #qsearch span {
	background:none !important;
}
#qsearch tr:hover {
	background:rgba(0,0,0,0.02) !important;
   -moz-transition: all 0.3s !important;
   -webkit-transition: all 0.3s !important;
   transition: all 0.3s !important;
}
#qsearch tr.separator:hover {
	background:none !important;
}
#qsearch a, #qsearch img {
	cursor:pointer !important;
   -moz-transition: all 0.3s !important;
   -webkit-transition: all 0.3s !important;
   transition: all 0.3s !important;
}
#qsearch tr:hover a {
	font-weight:normal;
	color:red !important;
   -moz-transition: all 0.3s !important;
   -webkit-transition: all 0.3s !important;
   transition: all 0.3s !important;
}
#qsearch hr {
	border:.5px solid rgba(0,0,0,0.02) !important;
	padding:0;
	margin:0;
	height:0px;
	margin-top:-2px;
	margin-bottom:3px;
}
#qsearch td {
	width:65%;
	border:0 !important;
	padding:5px !important;
	padding-bottom:0 !important;
}
#qsearch td span {
	display:inline-block;
	padding:3px 5px;
	background:rgba(0,0,0,0.03) !important;
	color:#888 !important;
	font-size:12px;
	text-align:center;
	border-radius:5px;
	margin-top:4px;
}
#qsearch td:first-child {
	width:5px;
}
#qsearch td:last-child {
	text-align:right;
	font-size:17px;
	padding-right:6px;
}
#qsearch td img {
	width:55px; 
	height:55px;
	padding:5px; 
	object-fit:contain; 
	margin-right:5px; 
	text-align:center; 
	border:1px solid #f9f9f9;
	background:#fff;
}

#header #search {
	position: absolute;
	top: 56px;
	right: 140px;
	width: 0px;
	z-index: 9999;
}
#header .button-search {
	position: absolute;
	left: -10px;
	background: #eee;
	color:#333;
	font-size:14px;
	line-height:42px;
	text-align:center;
	background-size:22px 22px;
	width: 41px;
	height: 41px;
	cursor: pointer;
}
#header .button-search i {
	font-size:15px;
	line-height:40px;
}
#header #search input {
	background: #fff;
	padding: 1px 1px 1px 36px;
	width: 240px;
	height: 37px;
	text-indent:0px;
	font-size:13px;
	color:#333;
	font-weight:normal;
	box-shadow:none;
	font-style:italic;
	border:1px solid #eee;
	border-left:0;
	width:0;
	padding: 1px 1px 1px 0px;
	transition: 0.5s;
}
#header #search:hover input {
	padding: 1px 1px 1px 10px;
	width: 240px;
	margin-left:-240px;
	transition: 0.2s;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
	display:none;
}
#header .links {
	position: absolute;
	left: 0px;
	bottom: 3px;
	font-size: 12px;
	padding-right: 10px;
	top:-5px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	text-decoration: none;
	font-size: 13px;
	color:#999;
	font-weight:normal;
}
#header .links a:hover {
	color:#333;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.number {
	background: url('https://static.webshopper.ee/image/number.png') no-repeat top left !important;
	background-size: 100% 100% !important;
	border:0 !important;
	height:50px;
	width:276px;
	font-size:32px;
	font-family:'Roboto Condensed', serif;
	color:#111 !important;
	font-weight:bold;
	text-align:center;
	margin:0 !important;
	text-transform:uppercase;
}

/* hide special menus */
#ddmenu #pluss, #ddmenu #eshop, #ddmenu #leiunurk { display:none !important; }

/* menu */
#menu {
	height: 38px;
	margin-bottom:24px;
	color: #333;
	padding: 8px 5px;
	position:relative;
	z-index:9;
	background:#f5f5f5;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 8px 0px 0px;
	margin-left:-5px;
	margin-right:-3px;
	height:34px;
}
#menu > ul > li:hover {
	background:#fff;
	padding-right:0px;
	margin-right:5px;
	height:40px;
	margin-top:-8px;
	padding-top:14px;
  -o-transition:.1s;
  -ms-transition:.1s;
  -moz-transition:.1s;
  -webkit-transition:.1s;
  transition:.1s;
}
#menu > ul > li > a {
	font-size: 14px;
	color: #777;
	font-weight:bold;
	line-height: 16px;
	text-decoration: none;
	display: block;
	padding: 6px 20px 6px 20px;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;
	height:24px;
	text-transform:uppercase;
}
#menu > ul > li+li {
	border-left: 1px solid rgba(0,0,0,0.05);
}
#menu > ul > li:first-child+li { 
	border:0; 
}
#menu > ul > li > a:hover {
	color: #555555;
}
#menu > ul > li:hover > a {
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 5px;
	background:#fff;
	color: #eee;
    border-color: #999;
	margin-left:0px;
}
#menu > ul > li:hover > div {
	display: table;
	padding:0;
	margin-top:4px;
	background: #fff;
	border:1px solid #eee;
	min-width:260px;
	padding-top:15px;
	padding-bottom:10px;
	margin-left:0px;
	border-top:4px solid #fff;
}
#menu > ul > li:hover > div a {
	font-size:12px;
	font-weight:normal;
	color:#999999;
	width:40%;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #333;
	display: block;
	white-space: nowrap;
	min-width: 150px;
	font-size:14px;
	padding-left:20px;
	text-transform:uppercase;
	height:24px;
	line-height:24px;
}
#menu > ul > li ul > li > a:hover {
	width:auto;
	color:#333;
}
#menu > ul > li > div > ul > li > a {
	color: #333;
}


/* menu2 */
#menu2 {
	height: 38px;
	margin-bottom:24px;
	margin-top:0px;
	color: #333;
	padding: 8px 5px;
	position:relative;
	z-index:9999999;
	background:#eee;
}
#menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu2 > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 8px 0px 0px;
	margin-left:-5px;
	margin-right:-3px;
	height:34px;
}
#menu2 > ul > li:hover {
	background:#fff;
	padding-right:0px;
	margin-right:5px;
	height:40px;
	margin-top:-8px;
	padding-top:14px;
  -o-transition:.1s;
  -ms-transition:.1s;
  -moz-transition:.1s;
  -webkit-transition:.1s;
  transition:.1s;
}
#menu2 > ul > li > a {
	font-size: 14px;
	color: #777;
	font-weight:bold;
	line-height: 16px;
	text-decoration: none;
	display: block;
	padding: 6px 20px 6px 20px;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;
	height:24px;
	text-transform:uppercase;
}
#menu2 > ul > li+li {
	border-left: 1px solid rgba(0,0,0,0.05);
}
#menu2 > ul > li:first-child+li { 
	border:0; 
}
#menu2 > ul > li > a:hover {
	color: #555555;
}
#menu2 > ul > li:hover > a {
}
#menu2 > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 5px;
	background:#fff;
	color: #eee;
    border-color: #999;
	margin-left:0px;
}
#menu2 > ul > li:hover > div {
	display: table;
	padding:0;
	margin-top:4px;
	background: #fff;
	border:1px solid #eee;
	min-width:260px;
	padding-top:15px;
	padding-bottom:10px;
	margin-left:0px;
	border-top:4px solid #fff;
}
#menu2 > ul > li:hover > div a {
	font-size:12px;
	font-weight:normal;
	color:#999999;
	width:40%;
}
#menu2 > ul > li > div > ul {
	display: table-cell;
}
#menu2 > ul > li ul + ul {
	padding-left: 20px;
}
#menu2 > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #333;
	display: block;
	white-space: nowrap;
	min-width: 150px;
	font-size:14px;
	padding-left:20px;
	text-transform:uppercase;
	height:24px;
	line-height:24px;
}
#menu2 > ul > li ul > li > a:hover {
	width:auto;
	color:#333;
}
#menu2 > ul > li > div > ul > li > a {
	color: #333;
}

.toptel {
  position: absolute; 
  right: 20%; 
  width:400px; 
  top:67px !important; 
  min-height:40px; 
  line-height:22px; 
  background:none !important;
}
.toptel td, .toptel th, .toptel tr { 
  border:0 !important; 
  background:none !important; 
  font-size:16px; 
  border-radius:30px !important; 
  white-space:nowrap;
  text-align: left;
}
.toptel td:first-child { 
  background:none !important; 
  text-align:right; 
  padding:0;
  padding-right:5px; 
  color:#fff;
}
.toptel td:last-child { 
  padding-right:10px;
}
.toptel i { font-size:33px; padding:0 10px 0 30px; }
.toptel, #menu2 { display:none !important; }

.toptele {
  clear:both;
  position:relative;
  z-index:99;
  width:auto;
  line-height:21px; 
  border:2px solid #fff; 
  margin:0 !important; 
  top:0px !important;
  left:0 !important; 
  max-width:100% !important; 
  line-height:20px; 
  background:#333 !important; 
  color:#fff;
  padding:12px 20px; 
  border:0;
}
.toptele i {
  font-size:32px; float:left; margin-right:10px;
}
.toptele hr {
  margin:10px 0;
}

.flex {
	display:inline-flex; 
	text-align:center; 
	vertical-align:middle; 
	align-items: center; 
	justify-content: center; 
	height:90px; width:42%; 
	margin: 10px 6px 0px 6px;
	border:1px solid #eee;
}

.samm {
	display:block; 
	background:#f9f9f9; 
	height:3px; 
	padding:0; 
	margin-bottom:50px;
	display: flex;
  	justify-content: space-between;
}
.samm .deactive {
	position:relative;
	display:inline-block;
	float:left;
	border-radius:30px;
	background:#eee;
	padding:2px;
	min-width:30px;
	min-height:30px;
	line-height:30px;
	margin-top:-19px;
	border:3px solid #fff;
	font-weight:bold;
	text-align:center;
}
.samm .active {
	position:relative;
	display:inline-block;
	float:left;
	border-radius:30px;
	background:#4771B0;
	padding:2px;
	width:30px;
	height:30px;
	line-height:30px;
	margin-top:-19px;
	border:3px solid #fff;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
#content .samm .active a, #content .samm .deactive a, #content .samm .active button, #content .samm .deactive button {
	position:absolute;
	display:block;
	color:#4771B0 !important;
	text-align:center;
	font-weight:normal;
	width:120px;
	padding:0;
	margin:0;
	margin-top:10px;
	margin-left:-44px;
	line-height:14px;
	text-align:center;
	background:none !important;
	border:none !important;
	cursor:pointer !important;
	outline:none !important;
}
.samm .active a:hover, .samm .deactive a:hover, .samm .active button:hover, .samm .deactive button:hover {
	text-decoration:underline !important;
}
.breadcrumb {
	color: #777;
	font-size:14px;
	background:#efefef;
    border: 0;
	padding:15px;
	display:none;
}
.breadcrumb a {
	color: #999999;
	font-size:14px !important;
}
#contento {
  position:relative;
  z-index:8;
}
#notification {
  clear:both;
  position:relative;
  z-index:998;
  height: auto;
}
.success, .warning, .attention, .information {
	padding: 14px 0 14px 0;
	color: #555555;
	clear:both !important;
	margin:10px auto !important;
	float:none !important;
	margin-bottom:10px !important;
	left:10% !important;
	right:10% !important;
	max-width:100% !important;
	display:block !important;
	z-index:998 !important;
	line-height:20px;
}
table.simplecheckout-customer tr,
table.simplecheckout-customer td {
	border:0 !important;
	min-height:30px !important;
}
.simplecheckout-error-text {
	color:red !important;
}
.success img, .warning img, .attention img, .information img {
	margin-right:10px;
}
.success {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 13px 10px 13px 16px;
    background: #EAF7D9;
    border: 2px solid #BBDF8D !important;
    color: #6A8A29;
    font-size: 17px;
    font-weight:normal;
}
.success a {
	font-size:17px;
	color:#6A8A29;
	width:auto;
	font-weight:bold;
}
.warning, #content .warning {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 13px 10px 13px 16px;
    background: #FFD1D1 !important;
    border: 2px solid #F8ACAC !important;
    color: darkred !important;
    font-size: 17px;
    font-weight:normal;
}
.attention {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 13px 10px 13px 16px;
    background: #FFF5CC;
    border: 2px solid #F2DD8C !important;
    color: #C2912F;
    font-size: 17px;
    font-weight:normal;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.red {
  color:red !important;
}
.error {
	display: block;
	color: #FF0000;
}
.errors {
	display:block;
	background:#ffe6e6;
	color:#cc0000;
	margin:6px;
	padding:10px;
}
.errors i {
	margin-right:10px;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

table tr, table th { 
	border:1px solid #ddd !important; 
}
table {
  -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -khtml-border-radius: 6px !important;
    border-radius: 6px !important;
}
td.total, th.total {
	background:#f6f6f6 !important;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

#content table.list {
	width:100% !important;
	border-collapse:collapse !important;
	background:none !important;
	border:0 !important;
}
table.list th {
	padding:10px !important;
	height:20px !important;
	line-height:20px !important;
	background:#eee !important;
	border:0 !important;
}
table.list td {
	height:20px !important;
	line-height:20px !important;
	padding:10px !important;
	background:none !important;
}
table.list td a {
	background:none !important;
	border-bottom:1px dashed #000 !important;
}
table.list td:first-child, table.list th:first-child {
	padding-left:20px !important;
}
table.list tr:nth-child(even) {
	background:#f9f9f9 !important;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	min-width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}

table.clean, .content table.clean {
	border-collapse:collapse !important;
	width:100% !important;
}
table.clean, .content table.clean, table.clean tr, .content table.clean tr, table.clean th, .content table.clean th, table.clean td, .content table.clean td {
	background:none !important;
	border:none !important;
}
table.clean tr, .content table.clean tr {
	border-bottom:1px solid #eee !important;
}
table.clean input, table.clean select, #content table.form select, table.form input[type="text"], table.form textarea, table.clean textarea, .content table.clean input[type="text"], .content table.clean select, .content table.clean textarea {
	min-width:250px !important;
	width:100% !important;
	margin-top:10px !important;
	box-shadow: none !important;
	text-indent:5px;
}

#content .simplecheckout select {
  width:85% !important;
}
#content .simpleregister select, #content .simpleregister input[type="text"], #content .simpleregister input[type="password"] {
	min-width:99% !important;
	width:99% !important;
}
#content .simplecheckout-customer select { min-width:100% !important;  }

table.clean textarea, .content table.clean textarea {
	min-height:150px;
}
table.clean td, #content table.clean td, table.clean td, #content table.clean th {
	padding:10px 20px !important;
}
table.clean td.notice, table.clean span.notice, .content table.clean td.notice, .content table.clean span.notice, .notice, .notice span {
	display:inline-block;
	font-size:13px !important;
	color:#F04E3F !important;
	color:#ccc !important;
	text-align:left;
	font-weight:normal !important;
	max-width:100% !important;
	line-height:20px !important;
}
.upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.content table, .content td, .content th, .content tr {
	background:none !important;
}

.content table {
  width:100%;
}

#content table.content {
  border-radius:0 !important;
  border-bottom:1px dashed #666 !important;
}

.thumbnail {
	width:254px;
	height:150px;
	border:9px solid #fff;
	margin:8px;
	display:inline-block;
	position:relative;
	-moz-box-shadow:    0 0 6px #eee;
	-webkit-box-shadow: 0 0 6px #eee;
	box-shadow:         0 0 6px #eee;
}
.thumbnail .controls {
    z-index: 2;
    position: absolute;
    height: 100%;
    width:50px;
    display: block;
    top: 0;
    bottom:0;
    right: -1px;
    text-align:center;
    font-family: sans-serif;
    background: rgba(255,255,255,1);
}

.thumbnail span.rotate i {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.thumbnail .crop {
	position: absolute;
	overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
	top:0;
    left: 0;
    outline:none;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.thumbnail img {
	min-width:80%;
	width:auto;
	height:auto;
	max-height:100%;
	object-fit:cover;
	outline:none;
	background:#fff;
}

.thumbnail .crop img {
	position:absolute;
	top:0;
    left: 0;
    outline:none;
}

.thumbnail span {
	position:relative;
	z-index:99;
}
.thumbnail span.rotate, .thumbnail span.delete {
	display:block;
	position:absolute;
    left: 100%;
    top:0;
    transform: translate(-100%, 0);
	padding:5px;
	display:inline-block;
	width:30px;
	height:30px;
	color:#333;
	font-size:20px;
	font-weight:bold;
	background:#eee;
	border:1px solid #ddd;
	text-align:center;
	line-height:30px;
	cursor:pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumbnail span.rotate {
	margin-top:50px;
	font-size:15px;
	font-weight:bold;
}
.thumbnail span.delete {
	margin-top:0px;
	color:red;
}
.thumbnail span.rotate:hover, .thumbnail span.delete:hover {
	background:#f9f9f9;
}
output#result > div {
	width:auto;
	height:auto;
	margin:7px 10px;
	display:inline-block;
}
output#result, #filediv, #image-preview {
	display:table;
	width:100%;
	margin:20px auto;
	min-height:0px;
	height:auto;
	border:1px solid #eee;
	background:#f9f9f9;
	padding:0px;
	overflow: hidden;
}
#formdiv {
	display:none;
}

#image-preview .thumbnail {
	width:224px;
	height:150px;
}

#image-preview img.err {
	padding-left:3px;
	margin-left:-6px;
	border-left:3px dashed red;
	overflow: hidden;
}

input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	background:#efefef;
	color: #333;
    border-color: #999;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.rating {
	width:140px; 
	float:right;
	margin-left:10px;
	background:none !important;
}
table.rating td {
	width:5px; 
	text-align:center;
}
table.rating td input {
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	border:0 !important;
	background:none !important;
	box-shadow:none !important;
}
table.hinnang {
	background: #F9F9F9 !important;
    color: #000000 !important;
    border-color: #EEEEEE !important;
    display:inline-table;
    min-height: 150px;
    width:100%;
    display:none;
}
hr.hinnang {
	width:100%;
	display:none;
}
table.hinnang td {
	background: #F9F9F9 !important;
}
table.hinnang #result {
	padding:10px;
	background:#eee;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#999;
	border:1px solid #ddd;
	width:30px;
	float:right;
	border-radius:6px;
	margin-top:6px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: middle;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}

table.data-table {
	background:none !important;
	border-collapse:collapse;
}
table.data-table td, table.data-table th, table.data-table tr {
	border:0 !important;
	border:1px solid #eee !important;
}
table.data-table th {
	padding:6px 20px 6px 5px;
}
table.data-table td {
	padding:6px 20px 6px 10px;
}

.pagination {
  height: 36px;
  margin: 18px 0;
  width:98%;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  margin-right:-1px;
}
.pagination b {
  background:#fff;
  color: #999999;
  cursor: default;
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  margin-right:-1px;
}
.pagination a:hover, .pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled a, .pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination .links {
	float: left;
}


.pagination .results {
	float: right;
	padding-top: 3px;
}


#triangle {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 20px solid #ea181e;
  position:absolute !important; margin-left:5px; line-height:30px; margin-top:-30px; display:inline-block; color:#fff; font-weight:bold; font-size:11px; text-align:left;
}

#maja {
  background: #ea181e;
  height: 18px;
  position: relative;
  width: 20px;
  position:absolute !important; margin-left:7px; line-height:15px; margin-top:-23px; display:inline-block; color:#fff; font-weight:bold; font-size:11px; text-align:center;
}
#maja:before {
  border-bottom: 5px solid #ea181e;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -5px;
  width: 0;
}

#header .add {
	position: absolute;
	right: 0px;
	top: 56px;
	padding-right: 10px;
	display:none;
	color:#fff;
}
#header .add a {
	color:#fff;
}

/* button */
#content .big-button {
	display:inline-block !important;
	height:44px !important;
	min-width:150px !important;
	line-height:44px !important;
	background:#4771B0 !important;
	color:#fff !important;
	text-align:center !important;
	font-size:16px !important;
	font-weight:bold !important;
	cursor:pointer !important;
	padding:0 0px !important;
	margin-right:20px !important;
	border:0 !important;
	border-radius:0 !important;
  -moz-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#content .big-button:hover {
	background:#C23F33 !important;
}

#content .small-button {
	display:inline-block !important;
	height:40px !important;
	width:40px !important;
	line-height:40px !important;
	background:#4771B0 !important;
	color:#fff !important;
	text-align:center !important;
	font-size:18px !important;
	font-weight:bold !important;
	cursor:pointer !important;
	padding:0 0px !important;
	margin-right:10px !important;
	border:0 !important;
	border-radius:0 !important;
  -moz-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#content .small-button i {
	line-height:40px !important;
}
#content .small-button:hover {
	background:#C23F33 !important;
}

.q-button {
	display:inline-block !important;
	height:78px !important;
	width:87px !important;
	line-height:24px !important;
	background:#fff !important;
	color:#4771B0 !important;
	text-align:center !important;
	font-size:13px !important;
	font-weight:normal !important;
	cursor:pointer !important;
	padding:0 10px !important;
	margin-right:20px !important;
	border:1px solid #eee !important;
	border-radius:0 !important;
  -moz-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.q-button:hover {
	border:1px solid #ddd !important;
}

.r-button {
	display:table-cell;
	height:50px !important;
	width:87px !important;
	line-height:24px !important;
	background:#fff !important;
	color:#4771B0 !important;
	text-align:center !important;
	font-size:13px !important;
	font-weight:normal !important;
	cursor:pointer !important;
	padding:20px 10px !important;
	margin-right:10px !important;
	border:1px solid #eee !important;
	border-radius:0 !important;
  	-moz-transition: all 0.3s !important;
 	-webkit-transition: all 0.3s !important;
  	transition: all 0.3s !important;
  	cursor:pointer;
  	vertical-align: middle !important;
}
.r-button:hover {
	border:1px solid #ddd !important;
}

li#kuulutused {
	display:none;
}

.no-padding {
	display:table;
	width:100%;
	padding:0;
	margin:0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}

.k-button {
	display:table;
	float:left;
	height:50px !important;
	width:110px !important;
	line-height:24px !important;
	background:#fff !important;
	color:#4771B0 !important;
	text-align:center !important;
	font-size:13px !important;
	font-weight:normal !important;
	cursor:pointer !important;
	padding:20px 10px !important;
	margin-left:0 !important;
	margin-right:20px !important;
	margin-bottom:10px !important;
	border:1px solid #eee !important;
	border-radius:0 !important;
  	-moz-transition: all 0.3s !important;
 	-webkit-transition: all 0.3s !important;
  	transition: all 0.3s !important;
  	cursor:pointer;
}
.k-button a {
	display:table-cell;
	vertical-align: middle !important;
}
.k-button:hover {
	border:1px solid #ddd !important;
}

a.button { height:26px; }
a.button, input.button, a.simplecheckout-button {
	color: #6e6e6e;
    font: bold 14px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: none;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #fff;
    background: #ddd;
	color:#111;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
    margin-top:1px !important;
    text-indent:0;
    min-width:60px;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px;
	min-height: 18px;
}

body a.button span { padding:6px 12px 6px 12px !important; }
#content .content a.button { line-height:25px !important; min-width:60px !important; text-align:center; }
#content .content input.button { margin-top:0px !important; }
input.button {
	cursor: pointer;
	height: 36px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	color: #111;
    border-color: #232F3F;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.buttons, .simplecheckout-button-block {
	background:#fff;
	color: #333;
    border-color: #999;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
	width:96%;
	margin:0 auto;
}
.simpleregister table {
	width:100% !important;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.dtabs {
	position:relative;
	height:50px;
	width:90%;
	line-height:50px;
	display: flex;
    justify-content: space-between;
    margin:0 auto;
}
.dtabs:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #ddd;
  background: #ddd;
  width: 100%;
  transform: translateY(-50%);
  height:1px;
}
.dtabs a {
	position:relative;
	padding:10px 16px;
	height:20px;
	line-height:20px;
	text-align:center;
	border-radius:30px;
	background:#eee;
	color:#000;
	font-weight:bold;
	border:4px solid #fff;
}
.dtabs a span:hover {
}
.dtabs span {
	position:absolute;
	bottom:-24px;
	left: 50%;
    transform: translate(-50%, 0);
    font-weight:normal;
    color:#1C566A;
    font-size:16px;
    border-bottom: 1px dashed #1C566A;
    line-height:20px;
}
.dtabs a.selected, .dtabs a:hover {
	background:#1C566A;
	color:#fff !important;
}

.htabs {
	height: 37px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}
.htabs a {
	padding: 12px 15px 0px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #555;
	margin-right: 2px;
	display: none;
	background:#fff;
	text-transform:uppercase;
}
.htabs a.selected {
	background:#efefef;
	border-top:0px solid darkorange;
	color:darkorange;
}
.tab-content {
	background:#fff;
	padding: 15px;
	margin-top:10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	color: #555;
	font-size:16px;
	line-height:20px;
	min-height:100px;
}
.tab-contents {
	padding:10px;
	width:90%;
	overflow: hidden;
	color: #555;
	font-size:16px;
	line-height:30px;
	min-height:300px;
	margin:30px auto;
}
.tab-contents b {
	line-height:30px;
}
/* box */
.box {
	margin-bottom: 20px;
	background:#fff;
}
.box .box-heading {
	background:#fff;
	color: #333;
	padding:10px;
	font-size:16px;
	font-weight:bold;
}

.box .box-heading {
    overflow: hidden;
    text-align: center;
	font-family:'Open Sans','Oswald','Arizonia','Allura','Great Vibes', Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
}
.box .box-heading:before,
.box .box-heading:after {
    background-color: #ddd;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 40%;
}
.box .box-heading:before {
    right: 0.5em;
    margin-left: -50%;
}
.box .box-heading:after {
    left: 0.5em;
    margin-right: -50%;
}

.box .box-content-padding {
	padding:20px;
	line-height:30px;
}

.box .box-content {
	padding-bottom:10px;
}

.box .box-content img {
	max-width:100% !important;
	height:auto !important;
}

.box-cat {
	margin-bottom: 20px;
	background:#fff;
}
.box-cat .box-heading {
	background:#eee;
	color: #333;
	padding:10px;
	font-size:16px;
	font-weight:bold;
}

.box-cat .box-heading, .box .box-heading, .box .box-heading a { color: #333 !important; background:#fff !important; font-size:16px; }


.box-cat .box-content {

}

/* valikupilt */
#content .product-list > div .over, #content .product-grid > div .over, #content .box-product > div .over { position:absolute; z-index:999; top:0; left:0; right:0; bottom:0;  }
#content .product-list > div .slide, #content .product-grid > div .slide, #content .box-product > div .slide { background:rgba(255,255,255,1); position:absolute; min-height:0px; bottom:-100%; left:0; right:0; display:table; width:100%; margin:0; padding:0; padding-top:10px; }
#content .product-list > div .slide img, #content .product-grid > div .slide img, #content .box-product > div .slide img { float:none; text-align:center; border:1px solid #000 !important; padding:0 !important; margin:0px 5px 0px 5px !important; height:20px !important; width:20px !important; border-radius:0px !important; object-fit: contain !important; }
#content .product-list > div .slide span, #content .product-grid > div .slide span, #content .box-product > div .slide span { display:inline-block !important; background:#fff; font-size:10px; line-height:25px; padding:5px; height:25px !important; width:25px !important; margin:0px 5px 5px 5px !important; float:none; text-align:center; border:1px solid #eee !important; }
#column-left .box-product > div .over, #content .product-list > div .over { display:none; }

#content .box-product > div span.valikutext, #content .product-grid > div span.valikutext { display:none !important; }

/* zig zag border */
.zig-zag-top:before {
background: 
	linear-gradient(-45deg, #333 16px, red 16px, blue 16px,  transparent 0), 
	linear-gradient(45deg, #333 16px, transparent 0);
background-position: left top;
background-repeat: repeat-x;
background-size: 22px 32px;
content: " ";
display: block;
height: 32px;
width: 100%;
position: relative;
bottom: 64px;
left:0;
}

.zig-zag-bottom{
margin: 0px 0;
margin-top: 0;
background: #333;
height:0;
}

.zig-zag-top{
margin: 32px 0;
margin-bottom: 0;
background: #333;
}

zig-zag-bottom,
.zig-zag-top{
padding: 32px 0;
height:0;
margin:0;
}

.zig-zag-bottom:after{
background: 
	linear-gradient(-45deg, transparent 16px, #333 0), 
	linear-gradient(45deg, transparent 16px, #333 0);
background-repeat: repeat-x;
background-position: left bottom;
background-size: 22px 32px;
content: "";
display: block;
width: 100%;
height: 32px;
position: relative;
top:0px;
left:0px;
}

/* box category */
.box-katt {
  max-width: 100%;
  overflow: hidden;
  margin-left:8px;
  padding:0px;
  background:none;
}
.box-katt > div {
  position:relative;
  z-index:99;
  min-width:30%;
  width: 30%;
  height:170px;
  display: inline-block;
  vertical-align: top;
  margin:10px 13px;
  padding:0;
  text-align:center;
  background:none;
  color: #333;
  border-radius:5px !important;
  border:0px solid #eee;
}
.box-katt > div:hover {
  border-color:#000;
}
.box-katt > div .image, .box-katt > div .image img {
  max-height:100%;
  height:100%;
  object-fit:cover !important;
  border-radius:5px !important;
  margin:0 !important;
  background:#fff !important;
  width:100%;
}
.box-katt > div .name {
  position:absolute;
  z-index:999;
  top:10px;
  right:0;
  min-height:10px;
  min-width:100px;
  padding:5px 7px;
  text-align:center;
  color:#eee;
  background:rgba(0,0,0,0.8);
  border-radius:30px 0 0px 30px;
}
#content .box-katt > div .name a {
  color:#eee !important;
  font-size:12px;
}

/* box products */
.box-product {
	width: 100%;
	overflow: auto;
	margin-left:14px;
	padding-left:1px;
}
.box-product > div {
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin-right:5px;
	margin-left:5px;
	margin-top:10px;
	margin-bottom:10px;
	padding:8px 5px;
	text-align:center;
	background:#fff;
	color: #333;
	border:1px solid #eee;
	max-width:250px;
	padding:5px;
}
.box-product > div:hover {
	border:1px solid #ddd;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
#column-left .box-product {

	overflow: hidden;
	margin-left:5px;
}
#column-left .box-product > div {
	width: 200px;
	margin-bottom:10px;
	overflow: hidden;
	padding-left:1px;
	margin-left:0px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 0px;
	border: 0px solid #dfdfdf;
    margin-top:2px;	
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box-product .image img:hover {
}
.box-product .name {
	width:90%;
}
.box-product .name a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	height:30px;
	margin-top:10px;
	font-size:16px !important;
	font-weight:bold; 
	color:#333;
}
.box-product .name a:hover {
	color: darkorange;
}
.box-product .price {
	display: block;
	font-weight: normal;
	margin-bottom: 4px;
	background:#f5f5f5; 
	min-width:100px; 
	color:#111; 
	height:30px; 
	margin-left:-5px; 
	margin-top:6px; 
	line-height:30px;
}
.box-product .price-old {
	color: #999;
	text-decoration: line-through;
	font-weight:normal;
	font-size:12px;
}
.box-product .price-new {
	font-weight: bold;
	color:#111;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
	display:none;
}
/* box category */
.box-category {
	background:#efefef;
	color: #333;
    border-color: #999;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	border-bottom:1px solid #ddd;
}
.box-category > ul > li + li {
	
}
.box-category > ul > li > a {
	display:block;padding:10px 10px;margin:0;color:#333;text-decoration:none;
	font-size:14px;
	font-weight:normal;
	color:#999;
}
.box-category > ul > li > a:hover {
	background:#333; text-decoration:none;
	color:#eee;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: normal;
	color:#eee;
	background:#333;
}
.box-category > ul > li > ul > li a.active {
	background:none;
}
.box-category > ul > li > ul > li a.active:hover {
	color:#333;
}
.box-category > ul > li a.active:hover {
	color:#eee;
}
.box-category > ul > li.active {
	color:#333;
	background:#fdfdfd;
	background:rgba(255,255,255,.80);
	font-weight:normal;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
.box-category > ul > li.active a:hover {
	border-left:none;
	color:#eee;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul {
	margin-top:0px;
}
.box-category > ul > li ul > li > a {
	display:block;padding-left:15px;padding-bottom:8px;padding-right:0;padding-top:0;margin:0;margin-top:-10px;color:#333;text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#999999;
}
.box-category > ul > li ul > li > a:hover {
	color:#555;
}
.box-category > ul > li ul > li > a.active {
	font-weight: normal;
	color:#fff;
}
/* content */
#content .content {
	padding: 10px 20px;
	overflow: auto;
	margin-bottom: 20px;
	background:#fff;
	color: #555;
    border-color: #999;
	font-size:16px;
	line-height:20px;
}
#content .content a {
	font-size:16px;
}

#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
	background:#fff;
	color: #777;
    border-color: #999;
	padding:20px 20px 15px 20px;
	line-height:22px;
}
.category-info .image {
	float: left;
	margin-right: 15px;
}
.category-info .image img {
	padding: 4px 3px;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
	color: #333;
    border-color: #999;
	background:none;
	padding: 20px; 
	padding-left:0;
}
.category-list ul {
	float: left;
	width: 97%;
	list-style:none;
	line-height:32px;
}
.category-list ul li {
	margin:10px 0;
	padding:4px;
	display:inline;
}
.category-list ul li a {
	font-size:14px !important;
	background:#363B41;
	color:#fff;
	padding:5px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
    border-radius: 4px;
}
.category-list ul li a:hover {
	background:#4B5054;
   -moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
.category-list table {
  width:99%; border-collapse:separate; border-spacing:15px; table-layout: fixed;
}
.category-list table {
  width:100%;
}
.category-list table td {
  border:1px solid #eee; text-align:center; border-radius:5px;
  display:inline-block;
  margin:10px;
}
.category-list table td:hover {
  border:1px solid rgba(0,0,0,0.2);
 -moz-transition: all 0.3s !important;
 -webkit-transition: all 0.3s !important;
 transition: all 0.3s !important;
}
.category-list img {
  max-width:100%;
  height:auto;
}
#content .category-list a {
  font-size:1vw !important;
  font-size:100% !important;
}

/* manufacturer */
.manufacturer-list {
	background:#fff;
	color: #333;
  border-bottom: 1px solid #eee;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-content li > br + a {
  display:inline-block;
  padding:10px;
  border:1px solid #eee;
  min-width:200px;
  border-radius:6px;
  background:#f9f9f9;
}
.manufacturer-content li > br + a:hover {
  background:#f7f7f7;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	background:#efefef;
	color: #333;
    border-color: #999;
	padding-bottom: 5px;
	overflow: auto;
	padding:15px 15px 5px 15px;
}
.product-filter .displayText{
	display: none;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	color: #333;
	line-height: 24px;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .gridList {
	display: inline-block;
	height: 24px;
	width: 33px;
	background:url('../image/viewType.png') left 0px;
}
.product-filter .gridListActive {
	display: inline-block;
	height: 24px;
	width: 33px;
	background:url('../image/viewType.png') left 26px;
}
.product-filter .listView {
	display: inline-block;
	height: 24px;
	width: 33px;
	background:url('../image/viewType.png') right 0px;
}
.product-filter .listViewActive {
	display: inline-block;
	height: 24px;
	width: 33px;
	background:url('../image/viewType.png') right 26px;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-filter .limit select, .product-filter .sort select {
	min-width:140px!important;
}
.product-filter .sortprice {
	float: right;
	color: #333;
	display:none;
	margin-right:14px;
	line-height:24px;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
	margin-left:10px;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list .valikupilt {
	display:none;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
	background:#fff;
	color: #333;
    border-color: #999;
	padding:20px 20px 15px 20px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top:1px solid #ddd;
}
.product-list .image {
	float: left;
	margin-right: 15px;
	text-align:center;
}
.product-list .image img {
	padding: 0px;
	border: 0px solid #dfdfdf;
	max-width:100%;
	max-height:100%;
	object-fit: contain;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    float:none;
    text-align:center;
    margin:0 auto;
}
.product-list .image img:hover {
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size:16px;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	font-size:16px;
	color:#777777;
	line-height:22px;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 120px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 16px;
	border-left:1px solid #ddd;
	padding-left:10px;
	width:110px;
}
.product-list .price-old {
	color: #777;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
	color:#111;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
	font-size:12px !important;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
	font-size:12px !important;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
	background:#fff;
	color: #333;
	border:1px solid #eee;
	padding:5px;
	text-align:center;
	max-width:264px;
}
.product-grid > div:hover {
	border:1px solid #ddd;
}
.clearmargin {
	margin-right:0;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-list .image {
	display: block;
	margin-bottom: 0px;
}

.product-grid .image img {
	padding: 0px;
	border: 0px solid #dfdfdf;
	margin-top:5px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-grid .image img:hover {
}
.product-grid .name {
	width:90%;
}
.product-grid .name a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	height:30px;
	margin-top:20px;
	font-size:16px !important;
	font-weight:bold; 
	color:#333;
}
.product-grid .name a:hover {
	color: darkorange;
}

.product-grid .description {
}

.product-grid .rating {
	display: block;
	margin-bottom: 4px;
	display:none;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	background:#e7e7e7; 
	min-width:100px; 
	color:#111; 
	height:30px; 
	margin-left:-5px; 
	margin-top:6px; 
	line-height:30px;
}
.product-grid .price-old {
	color: #777;
	text-decoration: line-through;
	font-weight:normal;
}
.product-grid .price-new {
	font-weight: bold;
	color: #111;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	background:#fff;
	color: #333;
    border-color: #999;
	padding:20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 390px;
}
.product-info > h1 {
	margin-top:5px;
}
.product-info .image {
	border-bottom: 1px solid #ddd;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	display:table;
	width:auto;
	max-width:380px;
	clear: both;
	overflow: hidden;
	padding:0 !important;
	margin:0 !important;
	border: 0px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.product-info .image-additional img {
	border: 0px solid #eee !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	object-fit:cover;
	padding:0 !important;
	margin:0 !important;
	overflow:hidden !important;
	background: none !important;
	display:table !important;
	margin-right:0px !important;
	float:left !important;
}
.product-info .image-additional a {
	border: 1px solid #eee !important;
	padding:0 !important;
	float: left;
	overflow:hidden;
	margin-right: 10px;
	margin-bottom:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#content .product-info .image-additional a:hover {
	border: 1px solid #ccc !important;
}
.product-info .description {
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 24px;
	color: #777;
	font-size:16px;
}
.product-info .description span {
	color: #777;
}
.product-info .description a:hover {
	color:darkorange !important;
}
.product-info .description a {
	color: #777;
	text-decoration: none;
	font-size:16px !important;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #444 !important;
}
.product-info .price-old {
	color: #777;
	text-decoration: line-through;
}
.product-info .price-new {
	color:#444 !important;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.options h2 { display:none; }
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
  display: block;
  max-width: 100%;
  width:auto;
  white-space: normal;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #333;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.share {
	border:0;
	margin:0; 
	padding:0; 
	float:right; 
	background:none; 
	height:30px; 
	margin-top:-3px;
}
.jaga {
	border:0;
	margin:0; 
	padding:0; 
	float:right; 
	background:none; 
	margin-top:14px; 
	margin-right:10px;
  margin-bottom: -10px;
  height: 0;
}
.jaga span {
	padding:0;
	margin:0;
	height:auto;
	width:auto;
}
.jaga, .share + br {
	display:none !important;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 25%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

#content .lisakirjeldus .attribute {
	width:100% !important;
	background:#fff !important;
	margin-top:10px !important;
	border:0 !important;
}
#content .lisakirjeldus .attribute td {
	background:#fff !important;	
	text-align:left !important;
	padding:2px 0px !important;
	line-height:18px !important;
	border:0 !important;
	text-transform: none !important;
	font-weight:normal !important;
}
#content .lisakirjeldus .attribute td+td {
	border-left:0px solid #eee !important;
}
#content .lisakirjeldus .attribute th {
	padding:0px 0px !important;
	background:#fff !important;
	border:0 !important;
	text-transform: none !important;
	border-bottom:1px solid #eee !important;
	padding-top:10px !important;
	font-weight:bold !important;
	line-height:28px !important;
	text-align:left !important;
}
#content .lisakirjeldus .attribute tr {
	border:0 !important;
	border-bottom:0px solid #eee !important;
	background:#fff !important;
}

/* calendar */
#content .product-info table.calendar { width:32% !important; display:inline-table; margin-left:4px; margin-right:4px; }
#content .product-info table tr.calendar-row { }
#content .product-info table td.calendar-day { min-height:20px !important; font-size:11px !important; position:relative !important; }
#content .product-info table td.calendar-day-np  { min-height:20px !important; }
#content .product-info table td.calendar-day-head { background:#eee !important; font-weight:bold !important; text-align:center !important; width:60px !important; padding:5px !important;}
#content .product-info table div.day-number { float:none !important; padding:5px !important; color:#333 !important; font-weight:bold !important; margin:0 auto !important; text-align:center !important; border:1px solid #eee !important; border-radius:4px; }
#content .product-info table div.day-number.today { background:#eee !important; color:#333 !important; }
#content .product-info table div.day-number.bronned { background:#ffcccc !important; color:#fff !important; }
/* shared */
#content .product-info table td.calendar-day, td.calendar-day-np { margin:0 !important; width:0px !important; padding:5px !important; }


.compare-info {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	background:#efefef;
	color: #333;
    border-color: #999;
	padding:25px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info {
	
}
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	background:#efefef;
	color: #333;
    border-color: #999;
	padding:25px;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
	padding:30px;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .content{
	height:250px;
}
.login-content .right {
	float: right;
	width: 48%
}
#content .login-content .right .content {
	min-height:280px;
}
.login-content .right h2, .login-content .left h2 {
	padding-left:10px;
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	background:#efefef;
	color: #333;
    border-color: #999;
	padding:20px;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	background:#efefef;
	color: #333;
    border-color: #999;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
	padding:20px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 14px;
	color: #555555;
	
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
	margin-top: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	//overflow: auto;
	width:100%;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
	background:#efefef;
	color: #333;
    border-color: #999;
	padding:25px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 150px;
	padding: 20px;
	background:#222;
	color: #ccc;
}
#footer h3 {
	color: #fff;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left:-15px;
}
#footer .column {
	float: left;
	width: 20%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
	color: #fff;
	font-weight:normal;
	line-height:20px;
	padding-top:0;
	padding-bottom:0;
}
#footer .column a {
	text-decoration: none;
	color: #ccc;
	font-weight:normal;
	font-size:11px !important;
	line-height:20px;
	padding-top:0;
	padding-bottom:0;
}
#footer .column a:hover {
	color:#fff;
}

#footer .contact {
	float: left;
	width: 20%;
	min-height: 100px;
}
#footer .contact ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .contact ul li {
	margin-bottom: 3px;
	color: #ccc;
	font-weight:bold:
	font-size:11px;
	line-height:18px;
	padding-top:0;
	padding-bottom:0;
}
#footer .contact a {
	text-decoration: none;
	color: #ccc;
	font-weight:bold:
	font-size:11px;
	line-height:18px;
	padding-top:0;
	padding-bottom:0;
}
#footer .contact a:hover {
	color:#111;
}

#powered {
	clear: both;
	background:#222;
	font-size:11px;
	color:#999;
	padding-bottom:10px !important;
}
#powered #container {
	border-top:1px solid #333;
	width:80%;
	margin:0 auto;
	padding-top:7px !important;
}
#powered a {
	font-size:11px;
	color:#999;
	border-bottom:1px dashed #999;
}

.silt-green {
	min-width:100px; 
	height:20px;
	line-height:20px;
	padding:2px 6px;
	position:relative;
	display:inline-block;
	width:auto;
 	right:0;
 	top:0;
 	float:right;
	text-align:center;
	background:#4CAF50;
	color:#fff;
	font-size:11px;
	-moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -khtml-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px; 
}
.silt-red {
	min-width:100px; 
	height:20px;
	line-height:20px;
	padding:2px 6px;
	position:relative;
	display:inline-block;
	width:auto;
 	right:0;
 	top:0;
 	float:right;
	text-align:center;
	background:#ff6600;
	color:#fff;
	font-size:11px;
	-moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -khtml-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px; 
}

.ribbon-wrapper {
	position:relative;
	display:block;
	width:100%;
}
.ribbon-left {
	position:absolute;
	z-index:99999;
	top:3px;
	left:3px;
	padding:5px 10px;
	font-size:11px;
	background:darkred;
	color:#fff;
	display:inline-block;
	border-radius:4px;
}

.ribbon-right {
	position:absolute;
	z-index:99999;
	top:3px;
	right:3px;
	padding:5px 10px;
	font-size:11px;
	background:darkred;
	color:#fff;
	display:inline-block;
	border-radius:4px;
}

.ribbon-bottom {
  position:absolute;
  z-index:999999;
  top:-2px;
  left:-2px;
  padding:5px 10px;
  font-size:11px;
  background:darkred;
  color:#fff;
  display:block;
  border-radius:4px;
  border:3px solid orange;
}

.ribbon-center {
	position:absolute;
	z-index:99999;
    left: 50%;
    transform: translate(-50%, 0);
    top:3px;
	padding:5px 10px;
	font-size:11px;
	background:darkred;
	color:#fff;
	display:inline-block;
	border-radius:4px;
}

#content .green {
  background:#eee !important; color:green !important;
}
#content .orange {
  background:orange !important;
}
.big {
  border-radius:50px;
  height:40px;
  min-width:40px;
  line-height:40px;
  color:#fff;
  padding:10px;
   -moz-box-shadow:    0 0 8px rgba(0,0,0,0.15);
   -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.15);
   box-shadow:         0 0 8px rgba(0,0,0,0.15);
}
.big span {
  display:inline-block;
  position: absolute;
  left: 25%;
  top: 10%;
  transform: translate(-25%,-10%);
  color:orange;
  font-weight:bold;
  transform: rotate(-25deg);
  font-size:18px;
}
.big i {
  font-size:34px;
  line-height:40px;
  color:#fff;
}

#column-left .ribbon-wrapper, #column-right .ribbon-wrapper, .product-list .ribbon-wrapper {
	display:none;
}

/* soodus silt */
.ribbon-wrapper-red {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}
.ribbon-wrapper-red-left {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}

#content .ribbon-red {
    font: bold 13px Sans-Serif !important;
    color: #fff;
    text-align: center;
    text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    z-index:99999;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #ea181e;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

#content .ribbon-green {
    font: bold 13px Sans-Serif !important;
    color: #fff;
    text-align: center;
    text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    z-index:99999;
    padding: 7px 0;
    left: -29px;
    top: 15px;
    width: 120px;
    background-color: #8dc735;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
#content .ribbon-red-left {
    font: bold 13px Sans-Serif !important;
    color: #fff;
    text-align: center;
    text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    z-index:99999;
    padding: 7px 0;
    left: -29px;
    top: 15px;
    width: 120px;
    background-color: #ea181e;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

#content .ribbon-roheline-left {
	position:absolute;
    font: bold 11px Sans-Serif !important;
    color: #fff !important;
    text-align: center;
    z-index:99999;
    padding: 7px 0;
    margin-left: 0px;
    margin-top: 0px;
    min-width: 120px;
    background-color: #ea181e !important;
}

.ribbon-red:before,
.ribbon-red:after{
  content: "";
  border-top: 3px solid #b90005;   
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before,
.ribbon-green:after{
  content: "";
  border-top: 3px solid #6e8900;   
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}
.ribbon-red-left:before,
.ribbon-red-left:after{
  content: "";
  border-top: 3px solid #b90005;   
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-red:before{
  left: 0;
}
.ribbon-green:before{
  right: 0;
}
.ribbon-red-left:before{
  right: 0;
}

.ribbon-red:after{
  right: 0;
}
.ribbon-green:after{
  left: 0;
}
.ribbon-red-left:after{
  left: 0;
}


/* infobox ja infotabel */
table.info { width:100%; background:none; }
table.info tr, table.info td { background:none; vertical-align:top; }
table.info td:first-child { padding-right:20px !important; }
table.info td:last-child { padding-left:20px !important; }
table.info td { padding:0px 40px 0 40px !important; }
table.info { padding-top:30px !important; }

#content table.inff { padding:0; margin:0; max-width:100% !important; background:none !important; border-collapse:collapse; margin-top:10px; }
#content table.inff tr, #content table.inff td { background:none !important; }
#content table.inff td { padding:5px 15px !important; background:none !important; width:100% !important; text-transform:none !important; color:#444 !important; }
#content table.inff td a { font-size:16px !important; color:darkblue !important; }
#content table.inff td:first-child { font-weight:bold; min-width:140px !important; width:250px !important; }
#content table.inff tr:nth-child(even) { background:#f9f9f9 !important; }
#content table.inff tr:nth-child(odd) { background:#fdfdfd !important; }

div.infobox { max-width:100%; background:#eee; border:1px solid #ddd; 
	min-height:40px; text-align:center; font-size:28px; 
	color:#222; line-height:38px; margin:18px; padding:10px;
}
table.info i { margin-right:10px; font-weight:600; }
div.infobox i { transform: rotate(-20deg); margin-right:10px; }

div.info {
	display:block;
	width:100%;
	padding:0;
	margin: 20px 0;
}

.avail {
	margin-top:5px;
}

#tase {
  border:1px solid red !important;
}

.infotxt {
	background:#f8f8f8; 
	border:1px solid red;
	color:red; 
	padding:10px; margin:0px; 
	font-size:12px; 
	font-weight:bold; 
	line-height:14px; 
	text-transform:none; 
	margin-top:10px;
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px; 
	border-radius: 30px; 
  display:flex;
}

.packages{ padding-top:40px; }
.packages .package-box{box-sizing: border-box !important; float: left; padding: 40px; position: relative; text-align: center; -webkit-transition: all 0.3s; transition: all 0.3s;}
.packages .package-box:hover {background-color:darkorange !important; }
.packages .package-box:hover .up-arrow { border-bottom-color:darkorange !important; }
.packages .package-box a{bottom: 0; display: block; left: 0; position: absolute; right: 0; top: 0; z-index: 9; color:#fff;}
.packages .package-box .up-arrow{border-bottom: 22px solid black; border-left: 35px solid transparent; border-right: 35px solid transparent; display: block; left: 0; margin: 0 auto; position: absolute; right: 0; top: -22px; -webkit-transition: all 0.3s; transition: all 0.3s; width: 0; color:#fff;}
.packages .package-box h2{font-size: 40px !important; margin: 0 !important; -webkit-transition: all 0.2s; transition: all 0.2s; color:#fff !important;}
.packages .package-box h3{font-size: 24px !important; font-weight:400 !important; margin:5px 0 0 !important; -webkit-transition: all 0.2s; transition: all 0.2s; color:#fff !important; padding:0 !important; text-align:center;}
.packages .package-box p, {margin-top:20px; margin-bottom: 0; -webkit-transition: all 0.2s; transition: all 0.2s; color:#fff !important;}

.packages-1column .package-box{width: 100%;}
.packages-2column .package-box{width: 50%;}
.packages-3column .package-box{width: 33.3333%;}
.packages-4column .package-box{width: 25%;}
.packages-5column .package-box{width: 20%;}

.welcome-box{border-bottom: 1px solid; padding-bottom: 40px; position: relative; margin-top:20px;}
.welcome-box h2{float: left; font-size: 55px; line-height: 55px; margin: 0; padding:0; padding-right: 70px; color:#92D202; font-weight:bold;}
.welcome-box h2 small{display: block; font-size: 23.8px; font-weight: 400; line-height: normal;}
.welcome-box p{border-left: 1px solid; display: table; padding: 10px 0 20px 70px !important; margin: 0;}
.short-border1, .short-border2{background-color: green; bottom: -2px; display: block; height: 3px; left: 0; position: absolute; width: 30px; z-index: 99;}
.short-border2{left: 30px;}

.otsing ::-webkit-input-placeholder, .lisa ::-webkit-input-placeholder {
  color: #ccc;
}

.otsing :-ms-input-placeholder, .lisa :-ms-input-placeholder {
  color: #ccc;
}

.otsing ::placeholder, .lisa ::placeholder {
  color: #ccc;
}
.otsi {
	border-spacing: 35px 0px;
    border-collapse: separate;
}
.otsing {
	display: block;
	max-width:100%;
	min-height:50px;
	background:#f9f9f9;
	border:2px solid #eee;
	padding:10px;
}
.otsing .single {
	width:250px !important;
	line-height:30px !important;
}
.otsing .multi {
	width:250px !important;
	line-height:30px !important;
	min-height: 100px !important;
}
.otsing .range {
	width:109px !important;
	display:inline-block !important;
}

.but {
	display:inline-table !important;
	vertical-align:middle !important;
	padding:0 !important;
	margin:0 !important;
	min-width:100px !important;
	height:42px !important;
	line-height:32px !important;
	font-size:16px !important;
	text-align:center !important;
	padding:4px 14px !important;
	background:#4771B0 !important;
	color:#fff !important;
	cursor: pointer !important;
	outline:none !important;
	box-shadow:none !important;
	border:0 !important;
	-moz-transition: all 0.3s !important;
	-webkit-transition: all 0.3s !important;
	transition: all 0.3s !important;
	border-radius: 5px !important;
}
.but:hover {
	background:	#4F7EC4 !important;
}

.dbutton, #content .product-info a.dbutton {
  position:relative;
  z-index:99999;
  box-shadow:inset 0px 1px 0px 0px #ccc;
  background:linear-gradient(to bottom, #ddd 5%, #ccc 100%) !important;
  background-color:#ddd !important;
  border-radius:6px;
  border:1px solid #ccc;
  display:inline-block;
  cursor:pointer;
  color:#ffffff !important;
  font-family:Arial;
  font-size:17px;
  font-weight:bold;
  padding:10px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #888;
}
.dbutton:hover, #content .product-info a.dbutton:hover {
  background:linear-gradient(to bottom, #ccc 5%, #ddd 100%) !important;
  background-color:#ddd !important;
}
.dbutton:active, .product-info a.dbutton:active {
  position:relative;
  top:1px;
}


.bbutton, #content .product-info a.bbutton {
  position:relative;
  z-index:99999;
  box-shadow:inset 0px 1px 0px 0px #9f9f9f;
  background:linear-gradient(to bottom, #777 5%, #333 100%) !important;
  background-color:#777 !important;
  border-radius:6px;
  border:1px solid #222 !important;
  display:inline-block;
  cursor:pointer;
  color:#ffffff !important;
  font-family:Arial;
  font-size:17px;
  font-weight:bold;
  padding:10px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #333;
}
.bbutton:hover, #content .product-info a.bbutton:hover {
  background:linear-gradient(to bottom, #333 5%, #777 100%) !important;
  background-color:#333 !important;
}
.bbutton:active, .product-info a.bbutton:active {
  position:relative;
  top:1px;
}

.gbutton, #content .product-info a.gbutton {
	position:relative;
	z-index:99999;
	box-shadow:inset 0px 1px 0px 0px #b7eda4;
	background:linear-gradient(to bottom, #5adb7a 5%, #709e56 100%) !important;
	background-color:#5adb7a !important;
	border-radius:6px;
	border:1px solid #4fad59 !important;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #40633a;
}
.gbutton:hover, #content .product-info a.gbutton:hover {
	background:linear-gradient(to bottom, #709e56 5%, #5adb7a 100%) !important;
	background-color:#709e56 !important;
}
.gbutton:active, .product-info a.gbutton:active {
	position:relative;
	top:1px;
}

.gbutton-full, .product-info a.gbutton-full {
	position:relative;
	z-index:99999;
	box-shadow:inset 0px 1px 0px 0px #b7eda4;
	background:linear-gradient(to bottom, #5adb7a 5%, #709e56 100%);
	background-color:#5adb7a;
	border-radius:6px;
	border:1px solid #4fad59;
	display:block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #40633a;
	max-width:100%;
	text-align:center;
	margin-top:10px;
}
.gbutton-full:hover, .product-info a.gbutton-full:hover {
	background:linear-gradient(to bottom, #709e56 5%, #5adb7a 100%);
	background-color:#709e56;
}
.gbutton-full:active, .product-info a.gbutton-full:active {
	position:relative;
	top:1px;
}

.nups, #content .product-info a.nups {
	-moz-box-shadow: 0px 0px 0px 2px #383838;
	-webkit-box-shadow: 0px 0px 0px 2px #383838;
	box-shadow: 0px 0px 0px 2px #383838;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #0f0f0f)) !important;
	background:-moz-linear-gradient(top, #666666 5%, #0f0f0f 100%) !important;
	background:-webkit-linear-gradient(top, #666666 5%, #0f0f0f 100%) !important;
	background:-o-linear-gradient(top, #666666 5%, #0f0f0f 100%) !important;
	background:-ms-linear-gradient(top, #666666 5%, #0f0f0f 100%) !important;
	background:linear-gradient(to bottom, #666666 5%, #0f0f0f 100%) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#0f0f0f',GradientType=0) !important;
	background-color:#666666 !important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative !important;
	display:inline !important;
	cursor:pointer;
	color:#fff !important;
	font-family:Arial;
	font-size:16px;
	padding:8px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #25272b;
	height:30px;
	width:100px;
	margin:0 auto;
  border:0 !important;
}
#content a.nups, #content .product-info a.nups { color:#fff !important; }
.nups:hover, #content .product-info a.nups:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0f0f0f), color-stop(1, #666666)) !important;
	background:-moz-linear-gradient(top, #0f0f0f 5%, #666666 100%) !important;
	background:-webkit-linear-gradient(top, #0f0f0f 5%, #666666 100%) !important;
	background:-o-linear-gradient(top, #0f0f0f 5%, #666666 100%) !important;
	background:-ms-linear-gradient(top, #0f0f0f 5%, #666666 100%) !important;
	background:linear-gradient(to bottom, #0f0f0f 5%, #666666 100%) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f0f0f', endColorstr='#666666',GradientType=0) !important;
	background-color:#0f0f0f !important;
}
.nups:active, #content .product-info a.nups:active {
	position:relative;
	top:1px;
}

.nupv {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:2px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:8px 20px 3px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin:0 10px;
}
#content a.nupv { color:#000; }
.nupv:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.nupv:active {
	position:relative;
	top:1px;
}


/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-top:10px;
	margin-bottom: 10px;
	max-width:100%;
}

.tags {
	background:#efefef;
	color: #333;
    border-color: #999;
	padding:15px;
}

#content .tags a {
	line-height:30px;
}

img.maksed {
  float:right; margin-top:4px; height:24px; margin-right:5px;
  display:none;
}

.makse {
	padding:20px;
  margin-top:50px;
	text-align:center;
	background:#fff;
}

.maksekeskus-form-list {
    list-style: none;
    margin: 0 !important;
    border: 0 none !important;
}

.maksekeskus_select {
/*    width: 95% !important;*/
    min-width: 250px !important;
}
#maksekeskus_ul {
/*    width: 100% !important;*/
    float: right;
}

.maksekeskus_select ul {
    display: table;
    margin: 0;
    border: 0 none !important;
}
.maksekeskus_select li {
    float: left;
    list-style: none;
    height: 90px;
    min-width: 94px;
    overflow: hidden;
    padding: 2px;
    background: transparent;
    margin: 0 !important;
    width: auto;
    
}
.maksekeskus_select li > a {
    display: block;
    height: 80px;
    min-width: 80px;
    border-radius: 8px;
    border: 3px solid #eee;
    position: relative;
    background: #fff;
    text-decoration: none;
    text-align: left;
}
.maksekeskus_select *, .maksekeskus_select *:before, .maksekeskus_select *:after {
    box-sizing: content-box;
}


.maksekeskus_select li > a:hover {
    border-color: #1477a0;
    text-decoration: none;
}
.maksekeskus_select li > a.selected {
    border-color: #ffc000;
}
.maksekeskus_select li > a.selected:hover {
    border-color: #1477a0;
}
.maksekeskus_select li > a > img {
    position: absolute !important;
    padding: 8px !important;
    border: 0 none !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    width:auto;
    max-width:95%;
    height:auto;
    object-fit:cover;
}

.maksekeskus_select li > a > span {
    margin: auto;
    position: absolute;
    text-transform: uppercase;
    display: block;
    width: 84px;
    line-height: 84px;
    text-align: center;
    color: #666;
}


#maksekeskus_payment_start {
}

#maksekeskus_payment_start p {
    text-align: center;
}


#maksekeskus-loading-mask {
    color: #d85909;
    font-size: 1.1em;
    font-weight: bold;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    z-index: 500;
}

#maksekeskus-loading-mask .loader {
    background: none repeat scroll 0 0 #fff4e9;
    border: 2px solid #f1af73;
    color: #d85909;
    font-weight: bold;
    left: 50%;
    margin-left: -60px;
    padding: 15px 60px;
    position: fixed;
    text-align: center;
    top: 35%;
    width: 120px;
    z-index: 1000;
}


/* small logo definitions */

.maksekeskus_select .maksekeskus_small li {
    height: 54px;
    min-width: 54px;
}

.maksekeskus_select .maksekeskus_small li > a {
    height: 50px;
    min-width: 50px;
}


.maksekeskus_select .maksekeskus_small li > a > img {
    width: 46px;
    padding: 2px !important;
    min-width: 0 !important;
}


.maksekeskus_select .maksekeskus_small li > a > span {
    width: 50px;
    line-height: 50px;
}


/* tootepäring css */
.q_details{float:right;color:#999;}
.q_q{margin-bottom:5px;}
.qa{margin-bottom:10px !important;}
#content .qa, #content #qa .content { background:#f7f7f7 !important; }
.q_qt,.q_at{font-weight:bold;padding-right:5px;float:left;}
.q_qa,.q_aa{font-weight:bold;}
.q_qd,.q_ad{font-style:italic;}
.pull-left{float:left;}
.q_input{margin-bottom:15px;}
.q_input{margin-right:15px;}
.q_input_name{font-weight:bold;}
.q_note{font-size:80%;}
.q_input_question{width:100%;}
.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}
input[type='tel'],input[type='email']{background:red;border:1px solid #CCCCCC;padding:3px;margin-left:0px;margin-right:0px;height:28px !important; box-shadow:none !important;}
label.q_input_name,label.q_input_name.required{color:inherit;}
label.q_input_name.required:before{content:"* ";color:#ff0000;}


/* additional css */

#uudiskiri { 
  border:0 !important; 
  color:#777; 
  background:#fff !important; 
  min-height:0; 
  height:auto !important; 
  overflow:hidden; 
  display:block; 
  width:100%; 
}

.border { background-image: repeating-linear-gradient(135deg, #F29B91 0px, #F09290 25px, transparent 25px, transparent 50px, #83B3DB 50px, #84ADCB 75px, transparent 75px, transparent 100px); padding:12px; margin:0 auto; }
table.envelope { border:0 !important; width:100%; height:100px; text-align:center; font-size:16px; background:#f7f7f7; border-collapse:collapse; }
table.envelope td, table.envelope tr { border:0 !important; }
table.envelope td:first-child { text-transform:uppercase; font-size:18px; color:#fff; padding-top:5px; }
table.envelope td:first-child span { display:inline-block; margin-left:1%; text-transform:none; font-size:14px; color:#ccc; }
table.envelope td { width:85%; text-align:left; padding:0 15px; border:0px solid #fff !important; vertical-align:middle; }
table.envelope i { font-size:32px; margin-right:10px; }
table.envelope input { text-indent:10px; width:100%; height:38px; border:0; border-radius:30px; box-shadow:none; background:#fff !important; margin-top:20px; }
table.envelope input.button { text-indent:0px; height:50px; background:#000 !important; color:#fff !important; margin-top:24px !important; font-weight:bold !important; letter-spacing:2px; border:1px solid #000 !important; }
table.envelope input.button:hover { background:#fff !important; color:#000 !important; }
table.envelope #response { margin-top:-100px; position:relative; z-index:99999999; }

#response .teade { 
  padding:20px;
  color:red;
}


.box-product .image, .product-grid .image { padding:10px; }
.product-info .image, .box-content .image, .box-product .image, .product-grid .image {
	display: inline-block !important;
	margin: 0px !important;
	padding:0 !important;
	border:0 !important;
	background:none !important;
	overflow: hidden !important;
}
.product-info .image img, .product-info .image-additional img, .box-content .image img, .box-product .image img, .product-grid .image img {
	float:left;
	border:0 !important;
	max-width:100% !important;
	padding: 0px !important;
    margin:0px !important;	
	background:none !important;
   -moz-transition: all 0.3s !important;
   -webkit-transition: all 0.3s !important;
   transition: all 0.3s !important;
}

/* Hover effect */
#content .box-product > div:hover .image > a > img, #content .product-info .image img:hover, .product-info .image-additional img:hover, .product-grid > div:hover .image > a > img, .catis img:hover {
	transform: scale(1.05) !important;
	opacity:0.6 !important;
}
#content .box-product > div .image > a > img, .product-info .image img, .product-info .image-additional img, .product-grid > div .image > a > img, .catis img {
	-webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

.product-info .price { line-height:16px; padding-top:10px; }

.product-grid .desc, .box-product .name, .product-grid .name { max-width:250px; margin-bottom:10px; color:#999; font-size:13px; margin:0 auto; }
.box-product .desc { margin-top:0px !important; line-height:16px !important; font-size:13px !important; }
.product-grid .desc { margin-top:16px !important; line-height:16px !important; font-size:13px !important; }
.box-product .price, .product-grid .price { background:#fff; }
div.price, span.price-new { font-family:inherit; font-size:24px !important; color:#555 !important; }
.box-product .desc { padding:10px; }
#content { margin-top:0; padding-top:2px; }
.box-product { max-width:98%; }
.box-product > div, .product-grid > div { max-width:250px; }
.product-grid > div { margin-left:15px !important; }
.box-product > div { margin-left:5px !important; }

.category-list ul li a { background: #333 !important; }
.category-list ul li a:hover { background: #333 !important; }

.box-category > ul > li > a:hover, .box-category > ul > li a.active { background: none !important; color:#eee !important; }
.box-category > ul > li ul > li > a:hover { color:#ccc !important; }
.box-category > ul > li ul > li > a.active { background:none !important; color: #ccc !important; }
.box-category > ul > li a.active { color: #333 !important; }
.box-category { background: #eee !important }
.box-category > ul > li { border-bottom:1px dotted #eee !important; }
.box-category > ul > li a, div.accordion, .panel a, div.accordion a, p#aktiv a { color: #333 !important; }
.box-category > ul > li a:hover, .panel a:hover, div.accordion a:hover, p#aktiv a:hover { color: #555 !important; }

div.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: auto;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px dashed rgba(0,0,0,0.03);
}
div.accordion.active, div.accordion:hover {
    background-color: #f6f6f6;
}

div.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

div.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 10px;
    background-color: #f6f6f6;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
div.panel p {
  line-height:14px;
  margin-top:10px;
  margin-bottom:10px;
  padding-left:10px;
}
#aktiv {
  font-weight:bold;
}

.nav {
  position: relative;
}

.navbar {
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  border:0;
  box-shadow:none;
  outline: none;
  padding:0;
  margin:0;
  min-width:100%;
}

.navbar a {
  float: left;
  font-size: 15px;
  color: #333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  display:block;
  min-width:100%;
  border:0;
  box-shadow:none;
  outline: none;
  padding:0;
  margin:0;
  border-bottom: 1px dotted rgba(0,0,0,0.1);
}

.dropdown .dropbtn {
  font-size: 15px;  
  border: 0;
  outline: none;
  color: #333;
  padding: 10px 10px;
  background-color: inherit;
  font: inherit;
  margin: 0;
  box-shadow:none;
  display:block;
  width:84%;
  text-align:left;
}

.dropdown i {
	line-height:40px;
}

.navbar a:hover, .dropdown:hover, .dropdown:hover button {
  color:red;
  cursor:pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  top:-53px;
  background-color: #fff;
  width: 66.5vw;
  left: 239px;
  z-index: 998;
  min-height:100%;
  padding-top:0;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:53px;
}

.dropdown-content hr {
  margin:0;
  padding:0;
}

.dropdown-content .header {
  background: #fff;
  padding-left: 8px;
  display:block;
  height:52px;
  line-height:56px;
  border-bottom:1px solid #eee;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.col {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #fff;
  box-sizing: border-box;
  min-height:300px;
  height:auto;
  margin:0;
  border-bottom:1px solid #eee;
  border-left:0;
}

.col + .col {
  //border-left:1px solid #eee;
}
.col:nth-child(3n+1), .col:nth-child(3n+0) {
  border-left:1px solid #eee;
}

.col h3 a {
  padding:0px;
  font-weight:bold !important;
  line-height:18px;
}

.col a {
  float: none;
  color: black;
  padding: 4px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
  line-height:18px;
}

.col a:hover, .col b:hover {
  color:inherit !important;
}

.col > a:before {
  content: "◾ ";
}
.col > a.all:before {
  content: "";
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .col {
    width: 100%;
    height: auto;
  }
}


div.name span { background: #ff6666 !important; border-radius:3px; }
.box-product .cart, .product-list .cart, .product-grid .cart { margin-top:10px !important; float:left; text-align:left; margin-left:15px; width:100%; }
.product-list .cart { max-width:120px; float:right !important; text-align:right; display:table; }
.product-grid .cart { height:0; }
#column-left .box .box-product .cart { display:none; }

.product-compare { display:none; }
.product-filter { margin-bottom:10px; }

.htabs a.selected { border:0 !important; background:#333 !important; color:#fff !important; height:30px; line-height:24px; }

a.button, input.button { background: #eee !important; font-weight:normal; font-weight:300; font-size:16px; font-family: 'Oswald', serif; margin-top:1px; }
a.button, input.button { color: #eee !important; font-weight:normal; font-weight:300; font-size:16px; font-family: 'Oswald', serif;
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; border:0; }
a.ikoon, .wishlist, .compare { padding:0 !important; border:1px solid #ddd; margin-right:3px; background:#f7f7f7; height:34px !important; line-height: 34px !important; min-width:32px !important; width:32px !important; text-align: center !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
			 }
a.ikoon:hover, .wishlist:hover, .compare:hover { background:#555 !important; color:#fff !important; border:1px solid transparent; }

.wishlist:hover a, .compare:hover a { color:#fff !important; }
.wishlist a, .compare a { background:none !important; padding:0 !important; }
.compares i { font-size:24px; line-height:44px; color:#eee; margin-right:10px; 
   -moz-transition: all 0.3s !important;
   -webkit-transition: all 0.3s !important;
   transition: all 0.3s !important;
}
.compares { float:right !important; }
.compares i:hover { color:#000; }
.wishlist, .compare { max-width:26px; float:right; text-align:right; }
.price-old { font-size:12px !important; color:#ddd; }

.module-info .left img { float:left; border:0 !important; margin-bottom:-24px; }
.module-info > div { float:left; margin:10px; display:table;  }
.module-info { width:33%; float:left; margin-bottom:20px; }

.product-grid > div, .box-product > div, .product-grid > div:hover, .box-product > div:hover { border:1px solid #eee !important; }
.box-product .name a, .product-grid .name a, h1, h2, h3 { text-transform:uppercase; font-weight:normal; font-family:'Oswald', serif !important; }
.box-product .name a:hover, .product-grid .name a:hover { font-weight:normal; }
.box-product .price, .product-grid .price { font-family:'Roboto', serif; font-size:18px; font-weight:bold; }
.product-grid a.button, .product-grid input.button { margin-top:0px; }
input.miinus, input.pluss, a.button, input.button { color: #333 !important; text-align:center; background: #f5f5f5 !important; box-shadow:none; border:1px solid #e5e5e5 !important; }
input.miinus:hover, input.pluss:hover, a.button:hover, input.button:hover { background:#333 !important; box-shadow:none; color: #eee !important; }

.eye, .eye:before  { border: solid 2px #333 !important; }
.show i { font-size:16px; }
a.iframe { line-height:18px !important; }

img.catimg { background:none; }

.label1, .label2, .label3, .label4 { background:url('../image/label.png') repeat !important; }
.product-list .label1, .product-list .label2, .product-list .label3, .product-list .label4 { left:5px !important; display:none !important; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 5px 14px;
  font-size: 11px;
  font-weight: bold;
  line-height: 10px;
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 30px;
  margin-left:10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/*label*/

.label {
    padding: 0.5em 0.8em;
}

.label-default {
    background-color: #a1a1a1;
}

.label-primary {
    background-color: #59ace2;
}

.label-success {
    background-color: #A9D86E;
}

.label-info {
    background-color: #8175c7;
}

.label-warning {
    background-color: #FCB322;
}

.label-danger {
    background-color: #FF6C60;
}

.label-inverse {
    background-color: #344860;
}

.image {position:relative;}

.category-info img {
	max-width:100% !important;
	min-height:0 !important;
	max-height:100% !important;
	height:auto !important;
}

.sper {
 position: relative;
 background: #ff6666;
 height: 46px;
 width: 46px;
 -moz-border-radius:    0px;
 -webkit-border-radius: 0px;
 border-radius:         0px;
 line-height:40px;
 font-weight:normal;
 margin-top:-20px;
 margin-left:5px;
 margin-bottom:-26px;
	position:relative;
	z-index:9;
	color:#fff;
}

.sper:before,
.sper:after {
  content: '';
  position: absolute;
  border-bottom: 35px solid #ff6666;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  top: 30px;
  left: -11px;
  -webkit-transform: rotate(-150deg);
  -moz-transform:    rotate(-150deg);
  -ms-transform:     rotate(-150deg);
  -o-transform:      rotate(-150deg);
}

.sper:after {
  left: auto;
  right: -11px;
  -webkit-transform: rotate(150deg);
  -moz-transform:    rotate(150deg);
  -ms-transform:     rotate(150deg);
  -o-transform:      rotate(150deg);
}


.speri {background:#ff6666; border-radius:3.5em; -khtml-border-radius:3.5em; -moz-border-radius:3.5em; -webkit-border-radius:3.5em; font: bold 18px Arial, Helvetica; padding:1.1em 0px 1.1em; position:absolute; top:-10px; right:5px; text-align:center; width:3.5em; z-index:10;} /* 3c */
div > .image:hover div { }

.sper { margin-top:0px !important; margin-bottom:-48px !important; }

.jcarousel-skin-opencart .jcarousel-container {
	background:#eee !important;
	margin-bottom: 20px;
	padding:20px !important;
	min-height:80px;
}
a.truff span {
	text-align:center; 
	font-size: 40px !important; 
	font-weight:normal !important; 
	line-height: 80px !important; 
	color:#333 !important; 
	text-shadow:1px 1px 2px #eee !important;
	text-transform:none !important;
}
a:hover {
	text-decoration:none !important;
}
a.truff span:hover {
	color:#333 !important;
}

.breadcrumb {
	color:#ccc !important;
	background:#eee !important;
	border-top:1px solid #eee !important;
	border-bottom:1px solid #eee !important;
}
.breadcrumb a {
	color: #eee !important;
}


/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #26A65B;
  color: white;
  padding: 15px;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999999999;
  border-radius:150px;
  font-size:15px;
  min-width:56px;
  font-weight:bold;
   -moz-box-shadow:    0 0 16px rgba(0,0,0,0.1);
   -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.1);
   box-shadow:         0 0 16px rgba(0,0,0,0.1);
   border:0px solid #fff;
   outline:none;
}
.open-button i {
	font-size:32px;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  border: 0px solid #ddd;
  border-bottom:0;
  z-index: 99999999999;
  height:0px;
  opacity:0;
  background:#fff;
  border-radius:5px;
  -moz-box-shadow:    0 0 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow:         0 0 10px rgba(0,0,0,0.1);
}

.chat-popup .head h1 {
	padding:0;
	margin:0;
	height:50px;
	line-height:50px;
	text-indent:14px;
	font-size:16px;
	margin-bottom:30px;
	font-weight:bold;
	background:#333;
	color:#fff !important;
	border-radius:5px 5px 0 0;
	text-transform:none;
}

.boks {
	display:block;
	max-width:100%;
	background:#f9f9f9 !important;
	border:1px solid #f3f3f3;
	padding:20px;
	min-height:50px;
  border-radius:5px;
  margin:5px 0 10px 0;
}
.kokku {
	display:block;
	max-width:100%;
	background:#fff !important;
	border-top:2px solid #333;
	padding:20px;
	text-align:right;
	font-size:30px;
}
.boks .head {
	position:relative;
	display:block;
	margin-top:-20px;
	margin-left:-20px;
	margin-bottom:20px;
	width:100%;
	padding:10px 20px;
	background:#fff !important;
	font-size:16px;
	font-weight:bold;
  border-radius:5px 5px 0 0;
}
.boks .first {
  display:inline-block;
  min-width:15%;
  text-align:right;
}
.boks .hind {
	display:block;
	float:right;
	height:auto;
	min-width:50px;
	font-weight:bold;
	text-align:right;
}
span.free {
  position:relative; 
  display:inline-block; 
  min-width:40px; height:20px; 
  line-height:20px; 
  text-align:center; 
  font-size:11px; 
  color:#fff; 
  background:#5adb7a; 
  border-radius:3px; 
  top:-4px; 
  padding:1px 5px;
}

/* Add styles to the form container */
.form-container {
  width: 300px;
  padding: 10px;
  padding-bottom:0;
  background-color: white;
  border-radius:5px;
  font-family:'Open Sans', serif;
  margin:0;
}

.form-container .intro {
	position:absolute;
	margin-top:10px;
	width:80%;
	text-align:center;
	color:#ccc;
	font-size:13px;
	line-height:16px;
	border:1px solid #eee;
	border-radius:10px;
	padding:10px;
}
.form-container .mess {
	background:#fff;
	height:220px;
	overflow:auto;
	padding:10px;
	margin:0;
	margin-top:-30px;
}
.form-container .mess div.row-right {
	display:block;
	background:#fff;
	margin:6px;
	padding:8px 16px 8px 16px;
	max-width:100%;
	text-align:right;
}
.chat-popup a {
	font-size:13px !important;
}
.form-container .mess div.row-right span.guest {
	display:inline-block;
	background:#fff;
	color:#fff;
	margin:0px;
	padding:0;
	font-size:13px;
	width:auto;
	text-align:left;
}
.form-container .mess div.row-right span.guest #question {
	display:none;
	background:#333;
	padding: 8px 16px 8px 16px;
	border-radius:16px;
	position:relative;
	right:-10px;
}
.form-container .mess div.row-right span.guest #user {
	float:right;
	display:block;
	margin-left:6px;
	margin-top:6px;
	height:20px;
	width:20px;
	background:url('https://static.webshopper.ee/image/user.jpg') top left no-repeat;
	background-size:auto 100%;
	display:none;
}

.form-container .mess div.row-left {
	display:block;
	background:#fff;
	margin:20px 8px;
	padding:0;
	max-width:100%;
	text-align:left;
}
.form-container .mess div.row-left span.bot {
	display:inline-block;
	background:#fff;
	margin:0px;
	padding:0;
	font-size:13px;
	width:auto;
	text-align:left;
}
.form-container .mess div.row-left span.bot #answer {
	display:none;
	background:#f9f9f9;
	padding: 8px 16px 8px 16px;
	border-radius:16px;
	position:relative;
	left:-10px;
}
.form-container .mess div.row-left span.bot #loader {
	display:inline-block;
	height:55px;
	width:100px;
	background:url('https://static.webshopper.ee/image/loader10.gif') 20px -10px no-repeat;
	background-size:auto 100%;
	display:none;
}

.form-container .mess div.row-left span.bot #bot {
	float:left;
	display:block;
	margin-right:6px;
	margin-top:6px;
	height:20px;
	width:20px;
	background:url('https://static.webshopper.ee/image/bot2.jpg') top left no-repeat;
	background-size:auto 100%;
	display:none;
}

/* full container */
.full {
	width: 100vw; 
	margin-top:-20px; 
	margin-bottom:20px;
	margin-left: calc(-50vw + 50% - 10px);
	position: relative;
}

/* Full-width textarea */
.form-container textarea {
  width: 86%;
  padding: 15px;
  float:none;
  display:block;
  margin: 4px auto;
  border: none;
  background: #f9f9f9 !important;
  resize: none;
  height: 50px;
  box-shadow:none !important;
  outline:none !important;
  font-family:'Open Sans', serif;
  color:#555 !important;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  box-shadow:none !important;
  outline: none !important;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
}

/* Add a red background color to the cancel button */
.head .cancel {
  background: none;
  float:right;
  border:0;
  border-radius:30px;
  display:block;
  width:30px;
  height:30px;
  line-height:0px;
  text-align:center !important;
  margin-top:10px;
  margin-right:10px;
  color:#fff;
  cursor:pointer;
  outline:none;
}

.form-container ::-webkit-input-placeholder {
  color: #ccc;
  font-size:13px;
}

.form-container :-ms-input-placeholder { 
  color: #ccc;
  font-size:13px;
}

.form-container ::placeholder {
  color: #ccc;
  font-size:13px;
}

.mess::-webkit-scrollbar-track {
	background-color: #fff;
}

.mess::-webkit-scrollbar {
	width: 2px;
	background-color: #fff;
}

.mess::-webkit-scrollbar-thumb {
	background-color: #eee;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
}


#yukari {
	display:none;
	text-decoration:none;
	position:fixed;
	z-index:9999999999 !important;
	bottom:-10px;
	right:70px;
	overflow:hidden;
	width:64px;
	height:64px;
	border:none;
	text-indent:-999px;
	background:url(https://static.webshopper.ee/catalog/yukari/yukari.png) no-repeat left top;
}

a#yukari {
	color:transparent !important;
}

#yukariHover {
	display:block;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#yukari:active, #yukari:focus {
	outline:none;
}

#popup {
  position: fixed;
  z-index:9999999999 !important;
  bottom: 6px; 
  left:6px;
  width: 300px;
  min-height: 40px;
  line-height:18px;
  font-size:16px;
  font-weight:normal;
  border:0;
  background:rgba(255,255,255,1);
  display: none;
  padding:0px;
  color:#333;
   -moz-box-shadow:    0 0 10px rgba(0,0,0,0.2);
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
   box-shadow:         0 0 10px rgba(0,0,0,0.2);
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
}
#popup .image {
	width:80px;
	height:80px;
	border:1px solid rgba(0,0,0,0.03);
	display:block;
	text-align:center;
}
#popup img {
	text-align:center;
	max-width:100%;
	max-height:100%;
  height:auto;
	width:auto;
  object-fit:contain !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#popup a {
  font-size:14px;
  font-weight:normal;
  color:#222;
}
#popup td, #popup tr, #popup table, #popup table a.txt {
	background:none !important;
}
#popup table {
	width:100%;
	padding:0px;
}
#popup td:first-child {
	width:30%;
	padding:10px;
}
#popup td:last-child {
	width:70%;
	padding:10px;
}

.content-slider {
  width: 100%;
  height: 360px;
}

.slider {
  height: 320px;
  width: 680px;
  margin: 40px auto 0;
  overflow: visible;
  position: relative;
}

.mask {
  overflow: hidden;
  height: 320px;
}

.slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.slider li {
  width: 680px;
  height: 320px;
  position: absolute;
  top: -325px;
  list-style: none;
}

.slider .quote {
  font-size: 40px;
  line-height:50px;
  font-style: italic;
}

.slider .source {
  font-size: 20px;
  text-align: right;
}

.slider li.anim1 {
  -moz-animation: cycle 15s linear infinite;
  -webkit-animation: cycle 15s linear infinite;
  animation: cycle 15s linear infinite;
}

.slider li.anim2 {
  -moz-animation: cycle2 15s linear infinite;
  -webkit-animation: cycle2 15s linear infinite;
  animation: cycle2 15s linear infinite;
}

.slider li.anim3 {
  -moz-animation: cycle3 15s linear infinite;
  -webkit-animation: cycle3 15s linear infinite;
  animation: cycle3 15s linear infinite;
}

.slider li.anim4 {
  -moz-animation: cycle4 15s linear infinite;
  -webkit-animation: cycle4 15s linear infinite;
  animation: cycle4 15s linear infinite;
}

.slider li.anim5 {
  -moz-animation: cycle5 15s linear infinite;
  -webkit-animation: cycle5 15s linear infinite;
  animation: cycle5 15s linear infinite;
}

.slider:hover li {
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-moz-keyframes cycle {
  0% {
    top: 0px;
  }
  4% {
    top: 0px;
  }
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  21% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  92% {
    top: -325px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -325px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

@-moz-keyframes cycle2 {
  0% {
    top: -325px;
    opacity: 0;
  }
  16% {
    top: -325px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  24% {
    top: 0px;
    opacity: 1;
  }
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  40% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  41% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@-moz-keyframes cycle3 {
  0% {
    top: -325px;
    opacity: 0;
  }
  36% {
    top: -325px;
    opacity: 0;
  }
  40% {
    top: 0px;
    opacity: 1;
  }
  44% {
    top: 0px;
    opacity: 1;
  }
  56% {
    top: 0px;
    opacity: 1;
  }
  60% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@-moz-keyframes cycle4 {
  0% {
    top: -325px;
    opacity: 0;
  }
  56% {
    top: -325px;
    opacity: 0;
  }
  60% {
    top: 0px;
    opacity: 1;
  }
  64% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@-moz-keyframes cycle5 {
  0% {
    top: -325px;
    opacity: 0;
  }
  76% {
    top: -325px;
    opacity: 0;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  84% {
    top: 0px;
    opacity: 1;
  }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
}

@-webkit-keyframes cycle {
  0% {
    top: 0px;
  }
  4% {
    top: 0px;
  }
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  21% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  50% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  92% {
    top: -325px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -325px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes cycle2 {
  0% {
    top: -325px;
    opacity: 0;
  }
  16% {
    top: -325px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  24% {
    top: 0px;
    opacity: 1;
  }
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  40% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  41% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@-webkit-keyframes cycle3 {
  0% {
    top: -325px;
    opacity: 0;
  }
  36% {
    top: -325px;
    opacity: 0;
  }
  40% {
    top: 0px;
    opacity: 1;
  }
  44% {
    top: 0px;
    opacity: 1;
  }
  56% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  60% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@-webkit-keyframes cycle4 {
  0% {
    top: -325px;
    opacity: 0;
  }
  56% {
    top: -325px;
    opacity: 0;
  }
  60% {
    top: 0px;
    opacity: 1;
  }
  64% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@-webkit-keyframes cycle5 {
  0% {
    top: -325px;
    opacity: 0;
  }
  76% {
    top: -325px;
    opacity: 0;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  84% {
    top: 0px;
    opacity: 1;
  }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
}