	/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 27, reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, reset.scss */
body {
  line-height: 1;
}

/* line 34, reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 4, contact.scss */
#look_map {
  background-color: #2c8fdc;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 5% 0;
  float: left;
  display: block;
  cursor: pointer;
  width: 100%;
}

/* line 18, contact.scss */
.red_c {
  background-color: #dc382c !important;
}

/* line 21, contact.scss */
#con_if {
  width: 100%;
  display: none;
  height: auto;
  float: left;
}

/* line 27, contact.scss */
#con_if iframe {
  width: 100%;
  height: 25em;
  z-index: -5;
}

/* line 32, contact.scss */
.left_c {
  width: 35%;
  float: left;
  display: block;
  padding-right: 5%;
}

/* line 38, contact.scss */
.right_c {
  width: 60%;
  float: right;
  display: block;
}

/* line 43, contact.scss */
.title_c {
  width: 100%;
  float: left;
  clear: both;
  font-weight: 700;
  padding-bottom: 0.5em;
}

/* line 50, contact.scss */
.left_c p, .right_c p {
  margin-bottom: 0.25em !important;
  float: left;
  clear: both;
}

/* line 55, contact.scss */
.right_c li {
  float: left;
  clear: both;
  width: 100%;
  list-style: none;
  margin-bottom: 1em;
}

/* line 62, contact.scss */
.get_in_touch {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 1em;
}

/* line 68, contact.scss */
.get_in_touch h2 {
  width: 100%;
  font-size: 1.5em;
  color: #dc382c;
  float: left;
  margin-bottom: 1em;
  clear: both;
}

/* line 76, contact.scss */
#boxed {
  float: left;
  width: 100%;
}

/* line 80, contact.scss */
.input_text {
  float: left;
  width: 45.5%;
  height: 2em;
  padding: 0 1%;
  border: #ccc solid 1px;
}

/* line 87, contact.scss */
.input_text2 {
  float: left;
  width: 45.5%;
  height: 2em;
  padding: 0 1%;
  border: #ccc solid 1px;
  margin-left: 4%;
}

/* line 96, contact.scss */
.get_in_touch textarea {
  width: 97.3%;
  height: 3em;
  padding: 1% 1%;
  border: #ccc solid 1px;
  margin-top: 2em;
  font-family: 'Open Sans', sans-serif !important;
}

/* line 105, contact.scss */
.send_letter {
  float: right;
  clear: both;
  background-color: #dc382c;
  height: 2.2em;
  width: auto;
  text-align: center;
  padding: 0 3%;
  border: 0;
  display: block;
  line-height: 2.2em;
  position: relative;
  color: #fff;
  font-size: 1.2em;
  margin-top: 1.3em;
  cursor: pointer;
}

/* line 123, contact.scss */
.send_letter:hover {
  background-color: #2c8fdc;
}

/* line 126, contact.scss */
#sub_menu img {
  float: left;
  width: 100%;
  height: auto;
  clear: both;
  margin-top: 2.5em;
}

/* line 134, contact.scss */
#partners {
  width: 100%;
  float: left;
  height: auto;
  display: block;
}
/* line 140, contact.scss */
#partners li {
  float: left;
  width: 100%;
  list-style: none;
  clear: both;
  height: auto;
  margin-bottom: 1em;
}
/* line 148, contact.scss */
#partners li .partner_logo {
  width: 30%;
  height: auto;
  float: left;
  display: block;
}
/* line 154, contact.scss */
#partners li .partner_logo img {
  width: 100%;
  height: auto;
}
/* line 161, contact.scss */
#partners li .partner_info {
  width: 65%;
  height: auto;
  float: right;
  display: block;
}
/* line 167, contact.scss */
#partners li .partner_info span {
  float: left;
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 1em;
  width: 100%;
  clear: both;
}

/* Alustame */
/* line 23, style.scss */
body {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 0.85em;
}

/* line 28, style.scss */
header {
  width: 100%;
  height: auto;
  border-bottom: #e8e8e8 solid 1px;
  display: block;
  float: left;
}

/* line 36, style.scss */
.full {
  width: 940px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  overflow: hidden;
}

/* line 46, style.scss */
.first {
  margin-top: 2em;
}

/* line 50, style.scss */
#logo {
  width: auto;
  height: 3.25em;
  float: left;
  display: block;
}

/* line 57, style.scss */
ul#icons {
  width: auto;
  float: right;
  display: block;
  height: auto;
}
/* line 63, style.scss */
ul#icons li {
  display: block;
  float: left;
  margin-left: 1em;
  padding: 0.78125em 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  opacity: 0.25;
  position: relative;
}
/* line 72, style.scss */
ul#icons li:hover {
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  opacity: 1;
}

/* line 78, style.scss */
ul.menu {
  width: auto;
  float: left;
  height: auto;
  display: block;
}
/* line 84, style.scss */
ul.menu li {
  width: auto;
  float: left;
  display: block;
  font-size: 1em;
  padding: 0 1em;
  font-weight: 500;
}
/* line 92, style.scss */
ul.menu li a {
  color: black;
  text-decoration: none;
  line-height: 4em;
  height: 4em;
  display: block;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  opacity: 1;
}
/* line 101, style.scss */
ul.menu li a:hover {
  color: #dc382c;
  border-bottom: #dc382c solid 0.5em;
  height: 3.5em;
}
/* line 109, style.scss */
ul.menu li:first-of-type {
  padding-left: 0 !important;
}

/* line 114, style.scss */
#icl_lang_sel_widget {
  list-style: none;
  float: right;
  width: auto;
}

/* line 119, style.scss */
#lang_sel_list ul {
  width: auto;
  float: right;
  height: auto;
  display: block;
  margin-top: 1.2em !important;
}
/* line 126, style.scss */
#lang_sel_list ul li {
  width: auto;
  float: left;
  display: block;
  font-size: 1em !important;
  padding: 0 1em;
  font-weight: 500;
  list-style: none;
}
/* line 135, style.scss */
#lang_sel_list ul li a {
  color: black;
  text-decoration: none;
  line-height: 6em;
  height: 4em;
  display: block;
  opacity: 0.3;
  padding: 0;
  margin-left: 1em;
}
/* line 145, style.scss */
#lang_sel_list ul li a:hover {
  color: #dc382c;
  border-bottom: #dc382c solid 0.3em;
  height: 3.7em;
}
/* line 151, style.scss */
#lang_sel_list ul li .lang_sel_sel {
  font-weight: 700;
  opacity: 1 !important;
}
/* line 158, style.scss */
#lang_sel_list ul li:last-of-type {
  padding-right: 0 !important;
}

/* line 163, style.scss */
.slidesjs-container {
  height: 19.8em !important;
}

/* line 166, style.scss */
.slidesjs-navigation {
  display: none !important;
}

/* line 170, style.scss */
ul.slidesjs-pagination {
  width: auto;
  display: block;
  height: auto;
  overflow: hidden;
  float: right;
  margin: -2em 1em 0 0;
  z-index: 99999;
  position: relative;
}
/* line 180, style.scss */
ul.slidesjs-pagination li {
  float: left;
  display: block;
  margin-left: 0.7em;
}
/* line 185, style.scss */
ul.slidesjs-pagination li a {
  background-color: black;
  margin-left: 1em;
  float: left;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: block;
  font-size: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  opacity: 0.3;
}
/* line 197, style.scss */
ul.slidesjs-pagination li .active {
  background-color: #dc382c;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  opacity: 1;
}

/* line 206, style.scss */
#sub_cats {
  margin-top: 2em;
  display: block;
  margin-bottom: 2em;
}

/* line 212, style.scss */
.front_category {
  width: 22%;
  padding-right: 4%;
  float: left;
  display: block;
}
/* line 218, style.scss */
.front_category a:hover {
  opacity: 0.8;
}
/* line 222, style.scss */
.front_category a {
  display: block;
  z-index: 999;
  position: relative;
  text-decoration: none;
  border: 0;
}
/* line 230, style.scss */
.front_category .icon {
  width: 4.0625em;
  height: 4.0625em;
  padding: 1em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}
/* line 238, style.scss */
.front_category .icon img {
  width: 100%;
}
/* line 242, style.scss */
.front_category .box {
  width: 100%;
  height: 16em;
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: -45px;
}
/* line 250, style.scss */
.front_category .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -3;
}
/* line 257, style.scss */
.front_category .box .back {
  width: 100%;
  height: 16em;
  position: absolute;
  z-index: -1;
  display: block;
  opacity: 0.7;
}
/* line 266, style.scss */
.front_category .box .text {
  margin-top: 60px;
  width: 90%;
  padding: 5%;
  color: #fff;
}
/* line 272, style.scss */
.front_category .box .text h2 {
  width: 100%;
  height: auto;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
/* line 280, style.scss */
.front_category .box .text p {
  font-size: 0.85em;
  text-align: center;
  line-height: 1.5em;
  margin-top: 1em;
}
/* line 287, style.scss */
.front_category .box .text span {
  font-size: 0.9em;
  text-align: center;
  line-height: 1.3em;
  margin-top: 1em;
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  font-weight: 700;
}
/* line 299, style.scss */
.front_category .box .text a:hover {
  text-decoration: underline;
}

/* line 310, style.scss */
.red .back, .red .icon {
  background-color: #dc382c;
}

/* line 315, style.scss */
.green .back, .green .icon {
  background-color: #34dc2c;
}

/* line 320, style.scss */
.blue .back, .blue .icon {
  background-color: #2c8fdc;
}

/* line 325, style.scss */
.yellow .back, .yellow .icon {
  background-color: #f2e511;
}

/* line 330, style.scss */
.front_category:last-of-type {
  padding: 0 !important;
}

/* line 334, style.scss */
footer {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  margin-top: 3.03125em;
  position: relative;
}
/* line 342, style.scss */
footer #map_block {
  width: 100%;
  height: 12.5em;
  display: block;
  float: left;
  position: relative;
}
/* line 349, style.scss */
footer #map_block iframe {
  width: 100%;
  height: 12.5em;
  position: absolute;
  z-index: -5;
}
/* line 356, style.scss */
footer #map_block .back {
  width: 100%;
  height: 12.5em;
  background-color: #dbecf9;
  display: block;
  position: absolute;
  opacity: 0.9;
  z-index: -1;
}
/* line 366, style.scss */
footer #map_block #center {
  width: 20%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
/* line 374, style.scss */
footer #map_block #center .icon {
  width: 4.0625em;
  height: 4.0625em;
  padding: 1em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: #dc382c;
  margin-top: -2.12187em;
  cursor: pointer;
}
/* line 384, style.scss */
footer #map_block #center .icon img {
  width: 100%;
}
/* line 389, style.scss */
footer #map_block #center .icon:hover {
  background-color: #2c8fdc;
}
/* line 393, style.scss */
footer #map_block #center .text {
  width: 100%;
  height: auto;
  margin-top: 1.5em;
}
/* line 398, style.scss */
footer #map_block #center .text h2 {
  color: black;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 405, style.scss */
footer #map_block #center .text p {
  font-size: 0.85em;
  line-height: 2em;
  margin-top: 1em;
}

/* line 418, style.scss */
.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  overflow: hidden;
}

/* line 426, style.scss */
.z-right {
  height: 20em !important;
}

/* line 429, style.scss */
.z-right2 {
  z-index: 0;
}

/* line 433, style.scss */
#in {
  padding-top: 2em;
  clear: both;
  overflow: hidden;
  display: block;
}

/* line 440, style.scss */
#sub_menu {
  width: 22%;
  padding-right: 4%;
  float: left;
}
/* line 445, style.scss */
#sub_menu li {
  list-style: none;
}

/* line 450, style.scss */
a.ting {
  float: left;
  line-height: 1.2em;
  font-weight: bold;
  color: #d62815;
  text-decoration: none;
  width: 100%;
  display: block;
}

/* line 459, style.scss */
a.thing:hover {
  text-decoration: underline;
}

/* line 462, style.scss */
a.ting:nth-of-type(2) {
  margin-bottom: 1em;
}

/* line 465, style.scss */
a.ting:nth-of-type(1) {
  margin-top: 1em;
}

/* line 468, style.scss */
#right {
  width: 74%;
  float: right;
}

/* line 473, style.scss */
#ask_offer {
  background-color: #34dc2c;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 5% 0;
  float: left;
  display: block;
  cursor: pointer;
  width: 100%;
}

/* line 488, style.scss */
#sub_menu_ul {
  width: 100%;
  margin-top: 1.5em;
  float: left;
  font-size: 0.8em;
}
/* line 494, style.scss */
#sub_menu_ul li {
  display: block;
  width: 100%;
  height: auto;
}
/* line 499, style.scss */
#sub_menu_ul li a {
  /* 			color:lighten($main_black, 30%);
   */
  text-decoration: none;
  display: block;
  line-height: 1.2em;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
  font-weight: 600;
  width: 100%;
  word-break: keep-all;
  font-size: 1em;
  color: #921730;
}
/* line 513, style.scss */
#sub_menu_ul li a:hover {
  color: #dc382c;
}

/* line 521, style.scss */
.sub_menu_active {
  display: block !important;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  opacity: 0;
}

/* line 526, style.scss */
h1 {
  font-size: 2em;
  color: #dc382c;
  font-weight: 700;
  margin-bottom: 0.5em;
}

/* line 533, style.scss */
p {
  width: 100%;
  line-height: 1.7em;
  font-size: 0.875em;
  margin-bottom: 1em;
}

/* line 539, style.scss */
.drop_menu {
  width: 15em;
  position: absolute;
  background-color: #f3f3f3;
  padding: 0 1em 0.5em 1em;
  z-index: 9999;
  display: block;
  float: left;
}

/* line 548, style.scss */
.drop_menu li a {
  line-height: 1.3em !important;
  height: auto !important;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  font-size: 0.85em;
  border: none !important;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  position: relative;
}

/* line 561, style.scss */
.drop_menu li {
  float: left;
  clear: both;
  height: auto;
  padding: 0 !important;
  width: 100% !important;
  display: block !important;
}

/* line 569, style.scss */
.drop_menu li a:hover {
  line-height: 1.3em !important;
  height: auto !important;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  font-size: 0.85em;
}

/* line 576, style.scss */
.hideDisp {
  display: none;
}

/* line 579, style.scss */
.menuHover {
  color: #dc382c;
  border-bottom: #dc382c solid 0.5em;
  height: 3.5em !important;
}

/* line 585, style.scss */
#right div {
  line-height: 1.4em;
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 0.5em;
}

/* line 593, style.scss */
#right a {
  color: #dc382c;
}

/* line 596, style.scss */
#right a:hover {
  font-weight: 700;
}

/* line 599, style.scss */
#searchB {
  position: absolute;
  right: 0;
  margin-right: 3em;
  display: none;
  top: 0;
  margin-top: 0.8em;
}
/* line 607, style.scss */
#searchB form {
  display: absolute;
  width: auto;
  height: auto;
}
/* line 611, style.scss */
#searchB form input {
  line-height: 1.8em;
  padding: 0 0.2em;
  background-color: #fff;
  border: #ccc solid 1px;
}

/* line 621, style.scss */
.left_c strong {
  font-weight: bold;
}

/* line 629, style.scss */
.products {
  width: 100%;
  display: block;
}
/* line 633, style.scss */
.products li {
  float: left;
  width: 30%;
  margin-top: 0 !important;
  margin-bottom: 2em;
}
/* line 639, style.scss */
.products li a {
  width: 100%;
  height: auto;
  text-align: center;
  text-decoration: none;
}
/* line 645, style.scss */
.products li a img {
  width: 100%;
  margin-bottom: 1em;
}
/* line 650, style.scss */
.products li a h3 {
  font-size: 1em;
  color: #444444;
  font-weight: 400;
}
/* line 659, style.scss */
.products li:hover {
  background-color: #f5f5f5;
}

/* line 664, style.scss */
.price {
  color: #13a1d6;
  font-size: 1.5em;
  width: 100%;
  display: block;
  font-weight: 700;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

/* line 674, style.scss */
.single_add_to_cart_button {
  background: none;
  font-size: 1em;
  color: #444444;
  font-weight: 800;
  border: none;
  width: 100%;
  text-align: center;
}

/* line 684, style.scss */
.single_add_to_cart_button:hover {
  cursor: pointer;
  color: #13a1d6;
}

/* line 691, style.scss */
.cart_list li {
  font-weight: 400 !important;
  padding-bottom: 1em;
  display: block;
}
/* line 696, style.scss */
.cart_list li .quantity {
  font-size: 0.9em;
}
/* line 700, style.scss */
.cart_list li a img {
  width: 2em !important;
  height: 2em !important;
  margin-top: 0 !important;
  display: none !important;
}
/* line 707, style.scss */
.cart_list li a {
  color: #ed1c24;
  text-decoration: none;
  font-size: 1em;
}

/* line 715, style.scss */
.widget_shopping_cart .widgettitle {
  width: 80%;
  padding-left: 20%;
  background-image: url("img/cart_icon.png");
  background-repeat: no-repeat;
  background-position: left center;
  height: 3em;
  line-height: 3em;
  font-size: 1.5em;
  font-weight: 700;
  color: #444444;
}

/* line 728, style.scss */
.widget_shopping_cart {
  list-style: none;
}

/* line 732, style.scss */
.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
  border-top: 1px solid #f7f6f7 !important;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 739, style.scss */
.total {
  font-size: 1em;
}

/* line 745, style.scss */
.widget_shopping_cart_content .buttons .wc-forward {
  width: 100%;
  text-align: center;
  color: #3ec827;
  background-color: #3ec827 !important;
  font-size: 1.25em;
  background: none !important;
  line-height: 2em;
  height: 2em;
  border: 1px solid #3ec827;
  box-shadow: none !important;
  padding: 0 !important;
  margin-bottom: 1em;
}
/* line 760, style.scss */
.widget_shopping_cart_content .buttons .checkout {
  color: #13a1d6;
  border: 1px solid #13a1d6;
}

/* line 766, style.scss */
.widget_product_categories {
  list-style: none;
}
/* line 770, style.scss */
.widget_product_categories h2 {
  display: none;
}
/* line 774, style.scss */
.widget_product_categories .product-categories {
  list-style: none;
}
/* line 779, style.scss */
.widget_product_categories .product-categories li a {
  color: #444444;
  text-decoration: none;
  line-height: 2em;
  height: 2em;
}
/* line 785, style.scss */
.widget_product_categories .product-categories li a:hover {
  font-weight: bold;
}

/* line 795, style.scss */
.instock .thumbnails a img {
  width: 50px !important;
  height: 50px !important;
}

/* line 803, style.scss */
.product_left_b {
  width: 30% !important;
  float: left !important;
  margin-right: 5% !important;
}

/* line 809, style.scss */
.product_right_b {
  width: 65% !important;
  float: right !important;
}

/* line 814, style.scss */
.tab_inf {
  list-style: none;
  display: block;
}
/* line 819, style.scss */
.tab_inf span {
  font-weight: bold !important;
  margin-bottom: 0.5em;
  float: left;
}
/* line 825, style.scss */
.tab_inf li {
  width: 100% !important;
  display: block;
  float: left;
  font-size: 0.9em;
}
/* line 831, style.scss */
.tab_inf li .esimene {
  width: 42% !important;
  padding-left: 4% !important;
  padding-right: 4% !important;
}
/* line 836, style.scss */
.tab_inf li .teine {
  width: 42% !important;
  padding-left: 4% !important;
  padding-right: 4% !important;
}
/* line 843, style.scss */
.tab_inf li:nth-of-type(2n+1) {
  background-color: #f2f2f2 !important;
}

/* line 849, style.scss */
.cart .single_add_to_cart_button {
  width: auto;
  float: left;
  clear: both;
  padding: 1em;
  background-color: #13a1d6;
  border-radius: 5px;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #fff;
}
/* line 861, style.scss */
.cart .single_add_to_cart_button:hover {
  background-color: #178cb7;
  color: #fff;
}

/* line 868, style.scss */
.product_meta .posted_in {
  display: none !important;
}

/* line 874, style.scss */
.upsells h2 {
  font-weight: 700 !important;
}
/* line 879, style.scss */
.upsells .products li {
  width: 22% !important;
  zoom: 75%;
  /* 			a {
  				width: 100% !important;
  
  				img {
  					width: 50% !important;
  					height: 50% !important;
  					display: inline;
  					text-align:center;
  				}
  			} */
}

/* line 897, style.scss */
.woocommerce table.cart a.remove:hover {
  color: #fff !important;
}

/* line 903, style.scss */
.shop_table .actions .button {
  width: auto;
  text-align: center;
  color: #3ec827;
  background-color: #3ec827 !important;
  font-size: 1.25em;
  background: none !important;
  border: 1px solid #3ec827;
  box-shadow: none !important;
  padding: 0.5em;
  margin-bottom: 1em;
}
/* line 916, style.scss */
.shop_table .actions .checkout-button {
  color: #13a1d6 !important;
  border: 1px solid #13a1d6 !important;
  text-shadow: none !important;
}

/* line 925, style.scss */
.shipping_calculator h2 {
  text-align: right;
}
/* line 928, style.scss */
.shipping_calculator h2 a {
  color: #fff !important;
  border: 1px solid #13a1d6 !important;
  text-shadow: none !important;
  border-radius: 5px;
  padding: 0.5em;
  margin-top: 0.5em;
  background-color: #13a1d6;
}

/* line 939, style.scss */
form.checkout {
  float: left;
}

/* line 942, style.scss */
.checkout_tabber {
  width: 89.5% !important;
  border: #ccc solid 1px;
  border-radius: 5px;
  float: left;
  padding: 5%;
  display: block;
  text-align: center;
}
/* line 951, style.scss */
.checkout_tabber .checkout_process {
  width: 90% !important;
  padding: 5%;
  float: left;
  clear: both;
  border-radius: 5px;
  display: block;
  border: #13a1d6 solid 1px;
  text-align: center;
}
/* line 961, style.scss */
.checkout_tabber .checkout_process p {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
  clear: both;
  margin-top: 30px;
  color: #dd1818;
}
/* line 971, style.scss */
.checkout_tabber .checkout_process span {
  display: inline;
  font-size: 1em;
  color: #13a1d6;
  width: auto;
  padding: 1em;
  margin-left: 0.5em;
  background-color: #ededed;
  border-radius: 5px;
}
/* line 981, style.scss */
.checkout_tabber .checkout_process span:nth-of-type(1) {
  margin-left: 0;
}
/* line 985, style.scss */
.checkout_tabber .checkout_process span.current_tab {
  background-color: #13a1d6;
  color: #fff;
}
/* line 990, style.scss */
.checkout_tabber .checkout_process span.done_tab {
  color: #fff;
  background-color: #34dc2c;
}

/* line 997, style.scss */
.hide {
  display: none !important;
}

/* line 1001, style.scss */
.tab_nav_b {
  font-size: 1em;
  color: #13a1d6;
  width: auto !important;
  padding: 1em;
  margin-left: 0.5em;
  background-color: #ededed;
  border-radius: 5px;
  display: inline;
  cursor: pointer;
}

/* line 1013, style.scss */
.tab_nav_b:hover {
  font-weight: bold;
}

/* line 1017, style.scss */
.prev_tab {
  float: left;
  cursor: pointer !important;
}

/* line 1022, style.scss */
.next_tab {
  float: right;
  cursor: pointer !important;
}

/* line 1027, style.scss */
#place_order {
  color: #fff;
  display: block;
  font-size: 1em;
  width: auto;
  float: left !important;
  padding: 1em;
  margin-left: 0.5em;
  background: none;
  border: none;
  background-color: #13a1d6 !important;
  border-radius: 5px;
  text-shadow: none;
  box-shadow: none;
}

/* line 1043, style.scss */
.form-row-first {
  float: left;
  width: 45%;
}

/* line 1048, style.scss */
.form-row-last {
  float: right;
  width: 45%;
}

/* line 1053, style.scss */
#myfld2_field {
  float: right !important;
  display: block;
}

/* line 1059, style.scss */
.form-row-wide input {
  width: 40% !important;
}

/* line 1064, style.scss */
form.woocommerce-ordering {
  margin: 1em 0;
}

/* line 1068, style.scss */
.tinynav {
  display: none;
}

/* line 1074, style.scss */
.cross-sells h2 {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
  display: block;
}
/* line 1082, style.scss */
.cross-sells .products {
  width: 100% !important;
  display: block;
}
/* line 1086, style.scss */
.cross-sells .products li {
  width: 23% !important;
  float: left;
  clear: none !important;
  margin-left: 1em !important;
  margin-top: 1em;
}
/* line 1093, style.scss */
.cross-sells .products li a img {
  zoom: 100%;
}
/* line 1097, style.scss */
.cross-sells .products li button.single_add_to_cart_button {
  background: none !important;
  font-size: 1em !important;
  color: #444444 !important;
  font-weight: 800 !important;
  border: none !important;
  width: 100% !important;
  text-align: center !important;
  text-shadow: none !important;
  box-shadow: none !important;
}
/* line 1109, style.scss */
.cross-sells .products li button.single_add_to_cart_button:hover {
  cursor: pointer !important;
  color: #13a1d6 !important;
}
/* line 1114, style.scss */
.cross-sells .products li:nth-of-type(2n+1) {
  margin-right: 0 !important;
}
/* line 1117, style.scss */
.cross-sells .products li:nth-of-type(4n+1) {
  margin-left: 0em !important;
}

@media screen and (max-width: 960px) {
  /* line 1124, style.scss */
  .tinynav {
    display: block;
    width: 100% !important;
  }

  /* line 1125, style.scss */
  #menu-header-menu {
    display: none;
  }

  /* line 1126, style.scss */
  #slider, footer img, #map_block iframe, #map_pin {
    display: none !important;
  }

  /* line 1129, style.scss */
  .full, #center {
    width: 100% !important;
  }

  /* line 1132, style.scss */
  #map_block {
    height: auto !important;
  }

  /* line 1135, style.scss */
  .back {
    height: 100% !important;
  }

  /* line 1138, style.scss */
  .front_category {
    width: 100% !important;
    box-sizing: border-box;
  }

  /* line 1142, style.scss */
  .front_category {
    padding: 0% !important;
    margin-bottom: 2em;
    float: left;
  }

  /* line 1148, style.scss */
  #center .text {
    width: 100%;
    text-align: center !important;
  }

  /* line 1152, style.scss */
  #sub_menu {
    width: 100%;
    margin-bottom: 1em;
    list-style: none;
  }
  /* line 1158, style.scss */
  #sub_menu #sub_menu_ul li {
    width: auto;
    float: left;
    display: inline-block;
    margin-left: 1em;
    font-size: 1.25em;
  }
  /* line 1167, style.scss */
  #sub_menu img {
    display: none;
  }

  /* line 1171, style.scss */
  #right {
    clear: both;
    width: 96%;
    margin: 1em 2%;
  }
}
/* line 1180, style.scss */
.related h2 {
  font-weight: 700;
}

/* line 1185, style.scss */
.abc {
  float: left !important;
}
/* line 1188, style.scss */
.abc img {
  float: left !important;
  width: 50px !important;
  width: 50px !important;
}
/* line 1193, style.scss */
.abc p {
  width: auto !important;
  float: left !important;
  line-height: 50px;
  margin-bottom: 0;
}

/* line 1201, style.scss */
.page-numbers {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 2em;
}
/* line 1206, style.scss */
.page-numbers li {
  float: left;
  margin-right: 1em;
  display: block;
  width: auto;
}

/* line 1214, style.scss */
.terms {
  float: left;
  width: 100%;
  display: block;
  margin-top: 1em !important;
  text-align: left !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.single_add_to_cart_button {
}

/* line 1224, style.scss */
.widget_text {
  list-style: none;
}

/* line 1228, style.scss */
.col2-set .col-2 {
  display: none !important;
}

/* line 1233, style.scss */
strong {
  font-weight: bold !important;
}

.kategooria_v .single_add_to_cart_button {
  display: none;
}