*,
input,
select,
textarea,
option,
button {
  outline: none !important;
}

/*  ===============/ Fontit /=============== */

* {
  --main-font-family: "Roboto", sans-serif !important;
  --secondary-font-family: "Roboto", sans-serif !important;
  --third-font-family: "Roboto Condensed", sans-serif !important;
}

/* Color palette */
:root {
  --red: #e10a1e;
  --green: #67ae1f;
  --light-grey: #a3a3a3;
  --grey: #757575;
}

body {
  font-family: var(--main-font-family);
  color: #000;
}
.italic {
  font-style: italic;
}

.main-font {
  font-family: var(--main-font-family);
  font-weight: 400 !important;
}
.main-font-medium {
  font-family: var(--main-font-family);
  font-weight: 500 !important;
  text-transform: none !important;
}
.main-font-bold {
  font-family: var(--main-font-family);
  text-transform: none !important;
  font-weight: 700 !important;
}
.main-font-black {
  font-family: var(--main-font-family);
  text-transform: none !important;
  font-weight: 900 !important;
}
.main-font-light {
  font-family: var(--main-font-family);
  font-weight: 300 !important;
}

.secondary-font {
  font-family: var(--secondary-font-family);
  font-weight: 400 !important;
}
.secondary-font-medium {
  font-family: var(--secondary-font-family);
  font-weight: 500 !important;
  text-transform: none !important;
}
.secondary-font-bold {
  font-family: var(--secondary-font-family);
  font-weight: 700 !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.equal {
  display: flex;
  flex-wrap: wrap;
}

.block {
  display: block;
}

#header_logo {
  max-width: 170px;
}
#menu {
  background: url("/media/menu_bck.png") repeat top left;
}
.menu_important_notification_ok {
  position: absolute;
  right: 15px;
  top: 10px;
}
.importantti {
  min-height: auto;
}
.importantti > .important_notifications p {
  margin: 0px;
}
.importantti > .important_notifications {
  /*height: 45px;*/
  color: #fff;
  font-weight: normal;
  background-color: #333333;
  padding: 10px;
  font-size: 16px;
  /*box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);*/
}
.front_lift .product_container {
  /*min-height: 415px;*/ /*Bulletseilla tää */
  min-height: 365px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.pointer {
  cursor: pointer;
}

.pois_myynnista {
  background-color: #cfffcd;
  border: solid 1px #9fda9b;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 900;
  color: #002752;
  padding: 15px;
  margin-bottom: 10px;
}

#category_nostot {
  border-bottom: 2px solid #e10a1e;
}

#category_nostot .product_container {
  /*min-height: 415px;*/ /*Bulletseilla tää */
  min-height: 365px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.cat_products_count_parent {
  font-size: 13px;
  margin-left: auto;
  /* float: right; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: baseline;
}
.product_container_description {
  /*max-height: 32px;*/ /* was 82 */
  min-height: 60px; /* was 82 */
  /*overflow: hidden;*/
  /*display:list-item;*/
  margin-left: 15px;
  display: none;
}
.product_container_description::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}

.description_picture_wrapper {
  display: flex;
  justify-content: center;
}
.description_picture {
  /* max-width: min(100%, 800px); */
  /* padding: 25px; */
  padding: 25px 0px 25px 0px;
}

.category_products .product_container {
  /*min-height: 415px;*/ /*Bulletseilla tää */
  min-height: 365px;
}
.product_container {
  min-height: 365px; /* oli 420 */
  /*max-height: 450px;*/
  /*border:1px solid #cccccc;*/
  background-color: #fff;
  /*margin:10px;*/
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 3px 0px rgb(0, 0, 0, 0.16);
  /*border: 1px solid transparent;*/
}
.product_container:hover {
  /*border:1px solid #f2f2f2;*/
  box-sizing: border-box;
}
.product_container a {
  color: #332f3b;
  text-decoration: none;
}
.product_container_cart_recommend {
  min-height: 370px;
  max-height: 370px;
  /*border:1px solid #f2f2f2;*/
  margin: 10px;
  padding-bottom: 10px;
}
.product_container_cart_recommend a {
  color: #332f3b;
}
.product_container_image {
  min-height: 200px;
  max-height: 200px;
  width: 100%;
  height: 200px;
  /* white-space: nowrap; */

  /*margin: 1em 0;*/
}
.product_container_image img {
  max-height: 200px;
  /*max-height: 320px;*/
  max-width: 100%;
  vertical-align: middle;
}
.col-lg-20 {
  width: 20%;
}

.description {
  max-width: 100% !important;
  overflow-x: auto !important;
}

#product_question_form {
  margin-bottom: 5px;
}
.question_input {
  background-color: #f2f2f2;
  /*border: 1px solid #333333;*/
  border: 1px solid #bebebe;
  border-radius: 10px;
  padding: 25px 15px 25px 15px;
}
.question_input:focus {
  background-color: #fff;
}
.question_label {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
#question_submit_btn {
  color: white;
  background-color: black;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-right: 15px;
}
.question_row {
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 25px 15px 25px;
}
.question_row.answer {
  background-color: #e6e6e6;
}

.fadeout {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 50px;
  background: -webkit-linear-gradient(
    rgba(242, 242, 242, 0) 0%,
    rgba(242, 242, 242, 1) 60%
  );
  background-image: -moz-linear-gradient(
    rgba(242, 242, 242, 0) 0%,
    rgba(242, 242, 242, 1) 60%
  );
  background-image: -o-linear-gradient(
    rgba(242, 242, 242, 0) 0%,
    rgba(242, 242, 242, 1) 60%
  );
  background-image: linear-gradient(
    rgba(242, 242, 242, 0) 0%,
    rgba(242, 242, 242, 1) 60%
  );
  background-image: -ms-linear-gradient(
    rgba(242, 242, 242, 0) 0%,
    rgba(242, 242, 242, 1) 60%
  );
}

.cat_header {
  display: flex;
}
.disable {
  pointer-events: none;
}
/*.cart_recommend {
    padding-left: 0px;
    padding-right: 0px;
}*/
@media (max-width: 767px) {
  .banner_text_wrapper {
    padding: 0px 20px 0px 0px;
  }

  .category_text_wrapper {
    padding: 20px 20px 0px 20px;
  }
  .select-style {
    width: 165px;
  }
  .select-style:after {
    left: 135px;
  }
  .category_container .discount_icon,
  .category_container .new_icon {
    top: 22px !important;
  }

  .cart_recommend {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product_container_image {
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    /*height: 170px;*/
    /* white-space: nowrap; */

    margin: 0px;
  }
  .product_container_image img {
    max-height: 100%;

    max-width: 100%;
    vertical-align: middle;
    left: 5px;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #e6e6e6;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
    border-bottom: 2px solid #cccccc;
    text-decoration: none;
    height: 55px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding-left: 35px !important;
  }
}
.product_container_oos {
  opacity: 1;
}
.product_container_name {
  font-size: 16px;
  max-height: 45px;
  overflow: hidden;
  min-height: 70px;
  text-align: left;
  margin-top: 5px;
  font-family: var(--third-font-family);
  font-weight: bold !important;
  margin-bottom: 0px;
}
p.product_container_name,
p.product_container_description {
  margin-bottom: 0px;
  max-height: 70px;
  overflow: hidden;
}

.top50 {
  top: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.moreheight {
  max-height: 450px;
}

.header_search_input {
  position: relative;
  border: 1px solid #adadad;
  border-radius: 5px;
  box-shadow: none;
  color: #131517;
  background-color: #f2f2f2 !important;
  height: 56px !important;
  padding: 0.5em;
  width: 100%;
  float: left;
  box-shadow: 0px 2px 3px rgb(0, 0, 0, 0.16);
}
.mobile_search {
  margin-bottom: 20px !important;
}

.header_button {
  float: left;
  padding: 0 1%;
  position: relative;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
  color: #000;
  font-size: 14px;
  cursor: pointer;
}
/*.header_button img {
    height: 25px;
    padding-right: 10px;
}
*/
.account_button {
  height: 43px;
  line-height: 43px;
}
.account_button img {
  height: 17px;
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.header_button a {
  color: #000;
  text-decoration: none;
}
.header_bar {
  /* background-color: var(--red); */
  background-color: #ffffff;
  min-height: 35px;
  line-height: 35px;
  color: #fff;
  /* border-bottom: 1px solid #b00101; */
}
.header_bar a {
  color: #fff !important;
}
#login_submit {
  /*height: 45px;*/
  /*line-height: 45px;*/
  /*padding: 0 1%;*/
  /*position: relative;*/
  /*text-align: center;*/
  /*display: inline-block;*/
  /*color: white;*/
  /*background-color: #000;*/
  /*border: none;*/
}
.login_submit {
  height: 45px;
  line-height: 45px;
  padding: 0 1%;
  position: relative;
  top: 20px;
  text-align: center;
  display: inline-block;
  color: white;
  background-color: #000;
  border: none;
}
.header_cart_button {
}
#header_cart_button {
  position: relative;
  /*top: 6px;*/
}
.menu_login {
  font-size: 1.2rem;
  z-index: 9999;
  position: fixed;
  /* top: 113px; */
  top: 64px;
  /* right: 510px; */
  right: 640px;
  margin: 0;
  display: none;
  background-color: #f5f5f5;
  color: #757575;
  width: 40%;
  border-radius: 0px;
  border: none;
  box-shadow: -1px 1px 130px 1px rgba(247, 247, 247, 0.4);
  padding-bottom: 40px;
  padding-top: 40px;
}
#buy_button_container {
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 10px;
  border-left: 2px solid #e10a1e;
  border-radius: 0px;
  width: 35%;
  padding-left: 25px;
}
.buy_button,
#buy_button_red {
  background-color: #51c73b;
  height: 60px;
  line-height: 60px;
  width: 350px;
  color: white;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  margin: 4px 0 0 0;
  display: block;
  border: none;
}
.buy_button_outofstock {
  background-color: #6aace9;
  height: 40px;
  line-height: 40px;
  width: 100%;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin: 0px;
  display: block;
  /*border:1px solid #c0c1c0;*/
  color: #fff;
}
.buy_button:hover {
  /* background-color: #77a028; */
}
.buy_button > img {
  margin-right: 10px;
}
.buy_button_active {
  background: -webkit-linear-gradient(#14a537, #78b928) !important;
  background: -moz-linear-gradient(#14a537, #78b928) !important;
  background: -o-linear-gradient(#14a537, #78b928) !important;
  background: linear-gradient(#14a537, #78b928) !important;
}
#product_price {
  font-size: 50px;
  font-weight: 900;
}
.product_pictures {
  width: 100%;
  padding: 0;
  /*margin: 20px 0 20px 0;*/
  display: inline-block;
  /*max-height: 600px;*/
}
.product_pictures_extra_container {
  width: 120px;
  float: left;
  position: relative;
  max-height: 555px;
  overflow: hidden;
  margin-left: 0px;
  padding-top: 25px;
  margin-top: -10px;
  padding-bottom: 25px;
  /*margin-bottom: 25px;*/
}
.product_picture_extra {
  /*width: 100%;*/
  /*margin: 0 0 2px 0;*/
  float: left;
  opacity: 0.3;
  cursor: pointer;
  /* text-align: center; */
  /*padding-right: 10px;*/
  margin-top: 5px;
  margin-bottom: 5px;
}
.product_picture_extra_selected {
  opacity: 1;
  /*    border: 1px solid #4c4c4c;
    border-radius: 10px;*/
}
.product_picture_extra_deselected {
  opacity: 1;
  /*border: 1px solid #ccc;*/
  /*border-radius: 10px;*/
  opacity: 0.5;
}
.product_picture_extra img {
  /*max-width: 100%;*/
  /*max-height: 285px;*/
  display: inline-block;
  border: 1px solid #4c4c4c;
  border-radius: 10px;
  padding: 5px;
  max-height: 100px;
  max-width: 100px;
}
#product_main_picture {
  width: 100%;
  text-align: center;
  float: right;
  position: relative;
  padding: 20px;
  max-height: 450px;
  border-radius: 10px;
  padding: 0px;
}
#product_main_picture > img {
}
.product_zoom {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  /*right: calc(15% + 40px);
    position: absolute;*/
}
.main_picture_zoom {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
.main_picture_zoom > img {
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: fixed;
}
.product_zoom_close {
  height: 50px;
  width: 50px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.button_product_main_picture {
  position: absolute;
  top: 0;
  font-size: 3rem;
  padding: 2%;
  opacity: 0.15;
  cursor: pointer;
  height: 100%;
  min-width: 20%;
}
#button_product_main_picture_zoom {
  left: 300px;
  height: initial;
  background: none;
  width: 200px;
  padding: 0;
  top: 10px;
}
#product_variation_selector label,
#product_recycled_variation_selector label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
}

.choose_variation_title {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}

.choose_variation_text {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}

.variation_choose_img {
  max-height: 88px;
  object-fit: cover;
}
.variation_price {
  font-size: 24px !important;
  font-weight: 900 !important;
}

.hoveri2 {
  background-color: #fff;
  border-bottom: 0px;
  /*box-shadow: -4px 4px 10px rgb(0,0,0,0.41);*/
  box-shadow: 0px 0px 3px rgb(0, 0, 0, 0.16);
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #f9f9f9;
  padding: 10px;
}
.hoveri2.active {
  border: 2px solid;
  box-shadow: -4px 4px 10px rgb(0, 0, 0, 0.41);
}
.hoveri2:hover {
  background-color: #f2f2f2;
  box-shadow: -4px 4px 10px rgb(0, 0, 0, 0.41);
}

.active_border_green {
  border: 2px solid #51c73b !important;
  background: linear-gradient(to left, transparent 50%, #51c73b 0) left/15px
    100% no-repeat;
}
.active_border_yellow {
  border: 2px solid #e99936 !important;
  background: linear-gradient(to left, transparent 50%, #e99936 0) left/15px
    100% no-repeat;
}
.active_border_red {
  border: 2px solid #cf2e2b !important;
  background: linear-gradient(to left, transparent 50%, #cf2e2b 0) left/15px
    100% no-repeat;
}

#product_variation_selector,
#product_recycled_variation_selector {
  margin-bottom: 15px;
}

#product_recycled_variation_selector input {
  margin-left: 15px;
  margin-right: 10px;
}

.ml15 {
  margin-left: 15px !important;
}

.recycle_hoveri {
  height: 50px;
}

.recycle_name {
  width: 50%;
}

.recycle_name label {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

.recycle_varastosaldo {
  width: 20%;
  overflow: hidden;
  padding-right: 5px !important;
}

.recycle_hinta {
  width: 35%;
  padding-left: 5px !important;
  white-space: nowrap;
}

#button_product_main_picture_previous,
#button_product_main_picture_next {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#button_product_main_picture_previous {
  left: 0px;
  text-align: left;
  justify-content: flex-end;
}
#button_product_main_picture_next {
  right: 0px;
  text-align: right;
  justify-content: flex-start;
}

/*
#button_product_main_picture_next > img, #button_product_main_picture_previous > img {
    transform: translateY(40vh);
}
*/

/*.product_main_picture {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}*/
.product_main_picture img {
  max-width: 100%;
  /*max-height: 385px;*/
  max-height: 480px;
}
.product_main_picture_max img {
  max-height: 100%;
}

#samuplz img {
  position: fixed;
  margin: auto;
  width: 64px;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
#samuplz {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  line-height: 100%;
  z-index: 9000;
  margin: 0 auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  /* //cursor:wait; */
}
/* Javascriptin kutsumat tyylitteluokat kun tuotekuva klikataan isoksi. */
.product_main_picture_img_max {
  max-height: 100% !important;
  height: initial !important;
  /*max-width: 100% !important;*/
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.product_main_picture_max {
  width: 85% !important;
}
.product_pictures_extra_container_max {
  max-height: 100%;
}
/*.product_pictures_extra_container_max {
	width: 4.5% !important;
    }*/
.product_pictures_img_max {
  float: none !important;
  width: 100% !important;
}
.product_buy_selector_img_max {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto 80px auto !important;
}
.product_buy_selector_left_img_max {
  width: 60% !important;
  float: left !important;
  padding-right: 10% !important;
}
.product_button_img_max {
  margin-top: 10px !important;
  width: 100% !important;
  //max-width: 500px !important;
}
.product_main_picture_description {
  cursor: default;
  font-size: 1.4rem;
  font-style: italic;
  float: left;
  padding: 4px;
  text-align: center;
  width: 100%;
}
/*
#buyamount {
	border: 2px solid #000;
    height: 34px;
    text-align-last: center;
    line-height: 34px;
    padding-left: 15px;
    width: 50px;
    border-radius: 5px;
}
*/
.cart_products_container {
  /*display: flex;
    align-items: center;
    justify-content: center;*/
  /*border-bottom: 1px solid #f3f3f3;*/
  /*margin-bottom: 20px;*/
}
.cart_products_row {
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  border: 0px;
  margin-bottom: 20px;
  padding: 15px 0px;
  border-radius: 0px;
  /*box-shadow: 0px 0px 3px rgb(0,0,0,0.16);*/
  border-bottom: 1px solid rgb(0, 0, 0, 0.16);
}
.cart_products_row a {
  text-decoration: none;
}

.cart_products_table tr {
  border-bottom: #eee solid 1px;
}
.cart_products_table tr td {
  padding: 4px;
}
.cart_products_table tr th {
  padding: 4px;
  font-size: 1.2rem;
}
.cart_products_table {
  margin: 0 auto;
  width: 100%;
}
.cart_select_option {
  border: 0px;
  padding: 10px;
  height: 125px;
  /*max-height: 40px;*/
  /* overflow: hidden; */
  width: 100%;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 11px;
  /*box-shadow: 0px 0px 3px rgb(0,0,0,0.16);*/
}
.cart_shipment_name {
  position: relative;
  float: left;
}
.cart_shipment_price {
  position: relative;
  float: right;
}
.cart_select_option_selected {
  background-color: #fff;
  border-bottom: 0px;
  border: 1px solid #51c73b;
  box-shadow: 0px 0px 6px rgb(0, 0, 0, 0.6);
  border-radius: 7px;
}
.cart_payment_name {
  position: relative;
  float: left;
  text-align: center;
  margin-top: 5px;
}
.cart_payment_price {
  position: relative;
  float: right;
}
.cart_payment_image {
  /*float: left;*/
  /*position: absolute;*/
  /* padding-left: 50px; */
  /*left: 160px;*/
  /*top: -4px;*/
  text-align: center;
}
.cart_shipment_image {
  float: left;
  position: absolute;
  /* padding-left: 50px; */
  left: 260px;
  top: -4px;
}
.cart_input_text {
  padding: 6px 15px;
  margin: 0px 5px 10px 5px;
  width: calc(100% - 10px);
  border-radius: 11px;
  border: 1px solid #bebebe;
  background-color: #f2f2f2;
  height: 55px;
  font-size: 15px;
}
.cart_input_text:focus {
  background-color: #fff;
}
.cart_input_label {
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
}
/*#cart_giftcard_use_button{
	background: -webkit-linear-gradient(#131517, #131517);
	background: -moz-linear-gradient(#131517, #131517);
	background: -o-linear-gradient(#131517, #131517);
	background: linear-gradient(#131517, #131517);
	height: 40px;
	line-height: 40px;

	color: white !important;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	width: 100%;
}*/
#cart_giftcard_button {
  cursor: pointer;
}
#checkout_button,
#checkout_button_klarna {
  margin-top: 0px;
  height: 80px;
  line-height: 60px;
  color: white !important;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  background-color: #51c73b;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.category_sort_container {
  float: right;
  position: relative;
}
.bestsearch_hintaslider_container {
  padding: 0 10px 0 8px;
  clear: both;
}
#category_textfilter {
  /*margin-top:30px;*/
}
.category_textfilter input {
  width: 100%;
}
#category_priceslider {
  margin-top: 30px;
}
.product_container_price {
  font-weight: 900 !important;
  font-size: 24px;
  color: #424242;
  text-align: left;
  float: left;
  width: 100%;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
  /*min-height: 50px;*/
}
.product_container_price del {
  /*color: var(--red);*/
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  float: left;
}

#product_price del {
  color: #000;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
}
.product_container_discount_price {
  font-weight: bold !important;
  color: var(--red);
  margin-right: 0px;
  float: left;
  padding-right: 10px;
}
/*.price_span {
    margin-right: 40px;
}*/
.price_span > .product_container_discount_price {
  /* margin-right: 40px; */
}
del {
  color: #000;
}
.typechosen {
  background-color: #c04731;
  color: white;
  overflow: auto;
}
.typefilter {
  text-transform: none;
}
.typefiltercontainer {
  overflow: auto;
  float: left;
  cursor: pointer;
  padding: 5px;
}
.notify_email_restock {
  margin-top: 10px;
}
.notify_box {
  background-color: #131517;
  width: 170px;
  padding: 10px;
  position: absolute;
  z-index: 99;
  color: white;
  text-align: center;
}

.notify_box_select {
  /* top: -40px; */
  top: -140px;
  left: 0;
}

.notify_box_select div {
  height: 0;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #131517;
  position: absolute;
  bottom: -15px;
  left: 72px;
}

.notify_box_amount {
  top: 8px;
  left: -190px;
}

.notify_box_amount div {
  height: 0;
  width: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #131517;
  position: absolute;
  bottom: 18px;
  right: -15px;
}
.realred {
  color: #ff0000;
}
.checkout_bank {
  float: left;
  height: 170px;
  width: 20%;
  border: 1px solid #eee;
  margin: 0 -1px -1px 0;
  text-align: center;
  padding: 40px 2% 2% 2%;
  overflow-wrap: break-word;
  font-size: 1.2rem;
}
.checkout_bank input[type="image"] {
  max-width: 95%;
  max-height: 50px;
}
.account_container {
  padding: 10px 0px;
}
.account_personal_details {
  float: right;
  /*width: 25%;*/
  /*padding: 10px 0 0 30px;*/
  border-left: 1px solid #eee;
}
.account_personal_details input {
  /*width: 100%;*/
  height: 40px;
}
.account_order_history {
  /*width: 75%;*/
  /*padding: 10px 30px 40px 0;*/
}
.account_order_history table {
  font-size: 1.2rem;
  width: 100%;
}

.account_order_history table th,
.account_order_history table td {
  padding: 8px 4px 8px 0;
}

.account_order_history table tr:nth-child(odd) {
  background-color: #eee;
}
.account_personal_details_block {
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom: 40px;
}
#account_customer_editing {
  display: none;
}
#account_email_editing {
  display: none;
}
#account_password_editing {
  display: none;
}
.frontpage_topic {
  color: #000;
  text-transform: none;
  padding-left: 20px;
  font-size: 16px;
  font-weight: normal;
}
.breadcrumbs {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  padding-left: 65px;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal !important;
}
.breadcrumbs a:hover {
  color: #000;
}
.navbar-shrink {
  min-height: 50px;
  background-color: #fff;
}
.navbar-shrink .menu_item {
  padding: 0px;
}
.navbar-shrink .navbar-brand {
  /*padding:5px;*/
}
.navbar-shrink .navbar-brand img {
  height: 40px;
}
.navbar-shrink .navbar-nav > li > a {
  color: #373434;
}
.navbar-shrink .navbar-nav > li > a:hover,
.navbar-shrink .navbar-nav > li > a:focus {
  color: #e94b0b;
  background-color: transparent;
}
.contact_info_bar {
  font-size: 14px;
}
.header_brand {
  text-align: center;
  font-size: 30px;
  padding-top: 15px;
  /*margin-bottom: 20px;*/
  background-color: #fff;
  height: 65px;
}
.product_container_cols {
  /*border: 2px solid #131517;*/
  display: inline-block;
  margin-right: 6px;
  opacity: 0.5;
}
.product_container_cols_selected {
  opacity: 1;
}
.container_cols {
  cursor: pointer;
}
.product_size {
  height: 50px;
  float: left;
  border: 2px solid #131517;
  padding-left: 25px;
  padding-right: 25px;
  margin: 3px;
  line-height: 50px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
}
.selected_product_size {
  background-color: #000;
  color: #fff;
}
.product_color {
  height: 50px;
  float: left;
  border: 2px solid #131517;
  padding-left: 25px;
  padding-right: 25px;
  margin: 3px;
  line-height: 50px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
}
.product_color:hover {
  border: 1px solid #131517;
}
.selected_product_color {
  border: 1px solid #131517;
}
.product_size_color {
  height: 40px;
  float: left;
  border: 1px solid #131517;
  padding: 3px;
  margin: 3px;
  line-height: 35px;
  cursor: pointer;
  text-transform: uppercase;
}
.product_size_color:hover {
  border: 1px solid #131517;
}
.selected_product_size_color {
  border: 1px solid #131517;
}

.klarna-widget {
  background-color: #f2f2f2;
  margin-bottom: 25px;
  padding: 25px;
  min-width: 260px;
  min-height: 95px;
}

/*
.product_variation_color_selector {
    border: 1px solid #000;
    height: 34px;
    text-align-last: center;
    line-height: 34px;
    background: url(/media/chevron-down.png) no-repeat 95% white;
}
.product_variation_selector {
    border: 1px solid #000;
    height: 34px;
    text-align-last: center;
    line-height: 34px;
    background: url(/media/chevron-down.png) no-repeat 95% white;
}
*/

.selectdiv:after {
  position: absolute;
  /*pointer-events: none;*/
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#product_sizes {
  width: 100%;
  float: left;
  position: relative;
}
/*
#product_variation_selector {
	width: 100%;
	float: left;
	position: relative;
}
*/
.banner {
  padding-right: 0px;
}
.promotion_container_image {
  /*padding:10px;
	margin:10px;*/
  width: 100%;
  object-fit: cover;
  height: 375px;
  padding-top: 10px;
}
.small_banner_container {
  height: auto;
}
.small_banner_container img {
  object-fit: cover;
  height: 428px;
  padding-top: 0px;
}
.promotion_container_text {
  font-size: 60px;
  color: #fff;
  top: 25%;
  position: absolute;
  /* width: 99vw; */
  margin: 0 auto;
  text-align: left;
  padding-left: 0px;
  display: flex;
}
.promotion_container_text a {
  color: #fff;
  border: 4px solid #fff;
  padding: 20px;
}

.promotion_text_container {
  width: 100%;
}
.promolink:hover {
  background-color: #131517;
  color: #fff;
}
.promotion_container_text_button {
  font-size: 16pt;
  color: #1b1b1b;
  bottom: 20%;
  position: absolute;
  width: 250px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  min-height: 50px;
  line-height: 50px;
  left: 30%;
}
.imghelper {
  /* display: inline-block; */
  height: 100%;
  vertical-align: middle;
}
/*.dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0 !important;
    }*/
hr {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.filter_chevron {
  font-size: 10px !important;
  vertical-align: middle !important;
  top: -1px;
}
#remove_giftcard_button {
  background: -webkit-linear-gradient(#131517, #131517);
  background: -moz-linear-gradient(#131517, #131517);
  background: -o-linear-gradient(#131517, #131517);
  background: linear-gradient(#131517, #131517);
  height: 40px;
  line-height: 40px;

  color: white !important;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  width: 100%;
}

/* ========== lisäykset ========== */

.color_primary {
  color: #131517;
}

/* layout */
.header_brand_logo {
  /*opacity: .95;
    height: 100px;*/
}

.big_promo {
  padding-top: 255px;
  /*max-height: 730px;*/
  overflow: hidden;
}

.footer {
  /*padding-top:50px;*/
  background-color: #fff;
  float: left;
  position: relative;
  width: 100%;
  color: black;
}
.footer_container > ul > li > a {
  color: black;
  font-size: 13px;
  text-decoration: none;
}
.footer_container > h3 {
  color: black;
  /*text-transform: uppercase !important;*/
  font-weight: bold !important;
  font-size: 18px;
  margin-top: 8px;
}
.footer_container ul {
  list-style-type: none;
  margin-left: 0px;
}
.content {
  float: left;
  position: relative;
  margin-top: 15px;
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.footer_final_credits {
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.figure_wrapper {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  position: relative;
}

.basic_button {
  border: none;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 1.5em;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  background-color: var(--red);
  color: #fff;
  font-weight: bold;
  /*margin-bottom: 40px;*/
}
.basic_button > a {
  color: #fff;
  text-decoration: none;
}
.basic_button_secondary > a {
  text-decoration: none;
}
.basic_button_green {
  width: 100%;
  border: none;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 1.5em;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  background-color: var(--red);
  font-weight: bold;
  background-color: #8db73b;
  position: relative;
  float: left;
  color: #fff;
  /*margin-bottom: 40px;*/
}
.basic_button_green:hover {
  background-color: #77a028;
}
.basic_button_green > a {
  color: #fff !important;
}

.product_container_image > img {
  display: inline;
}

/* category */

.filter_adjust {
  width: 100%;
  padding: 5px;
  float: left;
  position: relative;
}

.filter_closed {
  width: 140px;
  height: 49px;
  background-color: #e10a1e;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  color: white;
  padding-left: 22px;
  font-weight: 500;
  font-size: 22px;
  cursor: pointer;
}
.filter_closed img {
  padding-left: 15px;
}
.filter_open {
  width: 44px;
  height: 49px;
  margin-top: 50px;
  margin-right: 25px;
  background-color: #e10a1e;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  color: white;
  cursor: pointer;
}
.filter_open img {
  margin-left: 25%;
  margin-top: 14px;
}

.category_container > .breadcrumbs {
  padding-left: 15px;
}

#bs-example-navbar-collapse-1 {
  /*padding-top: 20px;*/
}

.padding_bot_20 {
  padding-bottom: 20px;
}

.margin_bot_20 {
  margin-bottom: 20px;
}

/* order + product */

body {
  padding-top: 149px;
}

/* product */

.oos_container {
  display: none;
  padding-top: 10px;
}

/* menu */
.color_menu_a {
  color: #343737;
}
.color_menu_li {
  color: #fff;
}

/* cart */
.cart_img {
  height: 40px;
}

/* navbar autocollapse */

#navbar.collapsed .navbar-header {
  float: none;
}
#navbar.collapsed .navbar-left,
.navbar-right {
  float: none !important;
}
#navbar.collapsed .navbar-toggle {
  display: block;
}
#navbar.collapsed .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
#navbar.collapsed .navbar-collapse.collapse {
  display: none !important;
}
#navbar.collapsed .navbar-nav {
  float: none !important;
  margin-top: 7.5px;
}
#navbar.collapsed .navbar-nav > li {
  float: none;
}
#navbar.collapsed .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#navbar.collapsed .collapse.in {
  display: block !important;
}

.show {
  display: block !important;
}

.paddl0r25 {
  padding-left: 0px;
  padding-right: 25px;
}

/*.product_buy_selector .wishlist_button {
    border: 0;
    height: 80px;
    line-height: 50px;
    color: #333;
    font-weight: normal;
}*/
.returns_button {
  height: 70px;
  width: 100%;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin: 0 0 14px 0;
  display: inline-block;
  border-radius: 4px;
  border: 0;
  border-bottom: 1px solid black;


  background-color: #51c73b;
  width: 350px;
  color: white;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  display: block;
  border: none;
  float: right;
}

/* Banner container test: Yksi iso vasemmalla ja neljä pientä oikealla sivulla */

.promotion_container_2 {
  width: 100%;
  float: left;
  position: relative;
}
.promotion_container2_image {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
}
.promotion_container2_text {
  font-size: 60px;
  color: #fff;
  top: 25%;
  position: absolute;
  width: 99vw;
  margin: 0 auto;
  text-align: center;
}
.promotion_container2_text a {
  color: #fff;
  border: 4px solid #fff;
  padding: 20px;
}
.product_bulk_container {
  border: 1px solid #131517;
  padding: 5px;
  float: left;
  margin-top: 25px;
  margin-bottom: 25px;
}
.socialite_logins a {
  color: #fff;
}
.bonus_counter {
  height: 30px;
  /*border-radius: 5px;*/
  width: 98%;
  max-width: 98%;
  /*background-color: #7017ae;*/
  /*text-align: right;*/
}
.bonus_paw {
  position: relative;
  top: -47px;
  right: -10px;
}
.ui-widget-header {
  background: #525252 !important;
  border: 0px !important;
}
.ui-progressbar .ui-progressbar-value {
  margin: 0px !important;
}
.ui-widget-content {
  border: 0px !important;
  background: #fff !important;
}
.ui-dialog .ui-dialog-title {
  color: #000;
  text-transform: none;
  font-size: 18px;
  font-weight: bold;
}
.nopadd {
  padding: 0px !important;
}
.description {
  padding: 0px !important;
}

/* shopping cart ikoni aina samalla rivillä */

.glyphicon-shopping-cart {
  padding-right: 10px !important;
}

.floatleft {
  float: left !important;
}
.floatright {
  float: right !important;
}
.nopadd {
  padding: 0px !important;
}
.nopaddtop {
  padding-top: 0px !important;
}
.nopaddbottom {
  padding-bottom: 0px !important;
}
.nopaddleft {
  padding-left: 0px !important;
}
.nopaddright {
  padding-right: 0px !important;
}
.leelooblack {
  color: #494949 !important;
}
.one_em {
  font-size: 1em !important;
}
.dropdown-menu {
  top: 100%;
}
.dropdown-menu > li > a {
  font-family: var(--main-font-family);
  text-transform: none !important;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 14px;
}
.navbar-nav {
  color: #1b1b1b !important;
  background-color: #f2f2f2 !important;
  /*    box-sizing: border-box;
    -moz-box-shadow: inset 0 2px 0 0 #1b1b1b, inset 0 -2px 0 0 #1b1b1b;
    -webkit-box-shadow: inset 0 2px 0 0 #1b1b1b, inset 0 -2px 0 0 #1b1b1b;
    box-shadow: inset 0 2px 0 0 #1b1b1b, inset 0 -2px 0 0 #1b1b1b;*/
  min-height: 70px;
  /* line-height: 70px; */
}

.navbar-default {
  border: none;
  min-height: auto;
}
.navbar-default .navbar-nav > li > a {
  font-size: 15px;
}

.navbar-default .navbar-nav > li > a {
  line-height: 45px;
  color: #1b1b1b !important;
  font-family: var(--third-font-family);
  font-weight: bold;
  text-transform: none !important;
  height: inherit;
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
  margin-left: 10px;
  margin-right: 10px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #e0e0e0;
}
/*.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  box-sizing: border-box;
  -moz-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
  -webkit-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
  box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
  height: inherit;
  font-size: 12px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    box-sizing: border-box;
    -moz-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    -webkit-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    height: inherit;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    box-sizing: border-box;
    -moz-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    -webkit-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    height: inherit;
}*/
.some_logo {
  padding-right: 20px;
  height: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-right: 1.5em;
}
#login_submit_footer {
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  font-size: 1.25em;
  display: inline-block;
  width: 125px !important;
  font-weight: bold;
  width: 14%;
  left: -4px;
  top: 2px;
  cursor: pointer;
  background-color: #feeb6f;
  color: #1b1b1b !important;
  border-radius: 5px;
}
.footer_box {
  padding: 10px;
  margin-right: 20px;
}
.small_text {
  font-size: 0.9em;
}
.lowercase {
  text-transform: none;
}
.leeloo_checkbox {
  width: 20px;
  height: 20px;
}
.leeloo_checkbox {
  display: none;
}
.leeloo_checkbox + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #000;
}
.leeloo_checkbox:checked + label span {
  background: url(/media/chevron-check.png) 3px 3px no-repeat;
  background-size: 80%;
}
.header_login_input {
  padding: 5px;
  margin: 5px 0px 5px 0px;
  width: 100%;
  border: none;
  border: 1px solid #000;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
.header_login_input::placeholder {
  color: rgba(0, 0, 0, 0.35);
  /*padding-left: 10px;*/
}
.subgroups {
  border: 1px solid #ccc;
  padding: 5px 10px;
  height: 30px;
  background-image: linear-gradient(#fff, #f2f2f2);
  float: left;
  border-radius: 5px;
  margin-top: 10px;
  margin-right: 10px;
}
.subgroups a {
  text-decoration: none;
}
.filtering_select {
  border: 1px solid #494949;
  height: 30px;
  width: 100%;
  text-align-last: center;
  line-height: 27px;
  background: url(/media/chevron-down.png) no-repeat 95% white;
  border-radius: 5px;
  font-size: 0.9em;
}
.col-lg-20 {
  width: 20%;
}
.selectdiv:after {
  position: absolute;
  /*pointer-events: none;*/
}

.selectdiv select,
.custom_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom_select {
  height: 37px;
  width: 100%;
  line-height: 22px;
  background: url(/media/chevron-green.png) no-repeat 100% #f2f2f2;
  border-radius: 5px;
}
.sorting_select,
.language_switcher {
  border: 0px;
  height: 30px;
  width: 100%;
  text-align-last: center;
  line-height: 27px;
  background: url(/media/chevron-down.png) no-repeat 95% white;
  border-radius: 5px;
  font-size: 0.9em;
}
.description {
  padding-top: 25px;
  padding-bottom: 25px !important;
  padding-left: 0px;
}
.testimonials {
  font-size: 0.9em;
}
#header_cart_button span.header_cart_product_amount {
  position: absolute;
  top: -12px;
  right: 70px;
  background-image: linear-gradient(#141414, #3c3c3c);
  border-radius: 5px;
  height: 20px;
  width: 30px;
  line-height: 20px;
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.whitebck {
  background: #fff;
}
/* Etusivun blogi kortit */
.card {
  display: inline-block;
  background-color: #f5d3d7;
  border-radius: 0.25em;
  height: 140px;
  width: 100%;
}

.card-transparent {
  background-color: transparent;
}

.card-image {
  background-repeat: no-repeat;
  background-color: #f5d3d7;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  border-radius: 0.25em 0 0 0.25em;
  float: left;
  width: 25%;
  height: 140px;
  overflow: hidden;
}
.card-content {
  float: left;
  width: 73%;
  overflow: hidden;
  padding: 1em;
}
.card-content h4 {
  margin: 5px 0;
}

.pre_footer_box {
  margin-bottom: 1em;
}

.pad-top {
  padding-top: 1em;
}
.pad-bottom {
  padding-top: 1em;
}
.pad-top-bottom {
  padding-bottom: 1em;
  padding-top: 1em;
}

.center-block {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* MENU OPEN FIX */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f2f2f2;
  font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  font-size: 16px;
}
h1,
.h1 {
  font-size: 26px;
  font-family: var(--third-font-family) !important;
  text-transform: none !important;
  font-weight: 700 !important;
}
h2,
.h2 {
  font-size: 22px;
  font-family: var(--third-font-family) !important;
  font-weight: 700 !important;
  text-transform: none !important;
}
h3,
.h3 {
  font-size: 16px;
  font-family: var(--third-font-family) !important;
  font-weight: 700 !important;
  text-transform: none !important;
}
.black {
  color: #1b1b1b !important;
}

.font-normal {
  font-weight: 400;
}

/* --------------------------------------------------------------------------*/
/*
    Number input style
    */
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
}
/*
input[type="number"]:focus {
outline: 0;
}
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.number-input input[type="number"], .returns_amount {
  max-width: 5rem;
  padding: 0.5rem;
  border: solid white;
  border-width: 0 0;
  font-size: 20px;
  /*height: 36px;*/
  height: 26px;
  font-weight: bold;
  text-align: center;
  border-radius: 0px;
  border: 0px;
  padding: 0px;
}
.number-input {
  display: inline-flex;
}
.number-input,
.number-input * {
  box-sizing: border-box;
}
.number-input button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  /*width:  36px;
  height: 36px;*/
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin: 0;
  position: relative;
  background-image: url("/media/icon-minus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px;
  padding: 0px;
  vertical-align: top;
}
.number-input button.plus {
  background-image: url("/media/icon-plus.svg");
}
.buyamountadder {
  filter: grayscale(100%);
}
/* --------------------------------------------------------------------------*/
/*
    Select style
    */
select::-ms-expand {
  display: none;
}
.select {
  font-family: var(--main-font-family);
  font-weight: 700 !important;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url("/media/arrow_down.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-color: white;
  border: 0px solid white;
  border-radius: 0;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 30px;
  margin-bottom: 1em;
  min-width: 50%;
  max-width: 100%;
}
.span-select {
  font-family: var(--main-font-family);
  font-weight: 700 !important;
  font-size: 1em;
}
/* ---------------------------------------- */

.select-style {
  position: relative;
  padding: 0;
  /*margin: 0 auto;*/
  margin-top: 5px;
  border: 1px solid #c9c9c9;
  width: 200px;
  border-radius: 4px;
  overflow: hidden;
  background-color: transparent;
  background: url("/media/select_arrow.png") no-repeat 94% 50%;
  height: 35px;
  line-height: 35px;
}

.select-style select {
  position: relative;
  z-index: 10;
  padding: 0px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-style select:focus {
  outline: none;
}

.select-style:after {
  content: "";
  background-color: #333333;
  position: absolute;
  z-index: -10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 165px;
}

.select-style:before {
  content: "";
  background-color: white;
  position: absolute;
  z-index: -20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Custom Category Checkboxes */

/* The container */
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0px;
  height: 15px;
  width: 15px;
  /*background-color: #eee;*/
  border: 1px solid black;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
*/

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #51c73b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* / Custom Category Checkboxes */

.uppercase {
  text-transform: uppercase !important;
}

.label {
  margin-right: 5px;
}

.select-style {
  position: relative;
  padding: 0;
  /*margin: 0 auto;*/
  margin-top: 5px;
  border: 1px solid #c9c9c9;
  width: 200px;
  border-radius: 4px;
  overflow: hidden;
  background-color: transparent;
  background: url("/media/select_arrow.png") no-repeat 94% 50%;
  height: 35px;
  line-height: 35px;
}

.select-style select {
  position: relative;
  z-index: 10;
  padding: 0px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-style select:focus {
  outline: none;
}

h3,
h4,
h5 {
  text-transform: initial !important;
  color: #000;
}

.select-style:before {
  content: "";
  background-color: white;
  position: absolute;
  z-index: -20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Custom Category Checkboxes */

/* The container */
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0px;
  height: 15px;
  width: 15px;
  /*background-color: #eee;*/
  border: 1px solid black;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
*/

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #51c73b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* / Custom Category Checkboxes */

.uppercase {
  text-transform: uppercase !important;
}

.label {
  margin-right: 5px;
}

.label-success {
  font-size: 0.8em;
  background-color: #def6af;
  color: black;
}
.label-default {
  font-size: 0.8em;
  background-color: transparent;
  color: black;
}

.price_container_static {
  padding-top: 1em;
  padding-bottom: 1em;
}

.header_cart_price {
  font-size: 0.6em !important;
}

h3,
h4,
h5 {
  text-transform: initial !important;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------------- */
/* Cart Radio buttons */

.shipment_radio:checked,
.shipment_radio:not(:checked) {
  position: absolute;
  left: -9999px;
  display: none;
}
.shipment_radio:not(:checked) + label {
  position: initial;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  display: none;
}
.shipment_radio:checked + label {
  position: initial;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  display: none;
}
.shipment_radio:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 100%;
  background: #fff;
  display: none;
}
.shipment_radio:checked + label:before {
  color: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #009fe3;
  border-radius: 100%;
  background: #009fe3;
  display: none;
}
.shipment_radio:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #a5d9cd;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
}
.shipment_radio:checked + label:after {
  color: #fff;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
}
.shipment_radio:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: none;
}
.shipment_radio:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: none;
  display: none;
}
/*----------------- */

.payment_radio:checked,
.payment_radio:not(:checked) {
  position: absolute;
  left: -9999px;
  display: none;
}
.payment_radio:not(:checked) + label {
  position: initial;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  display: none;
}
.payment_radio:checked + label {
  position: initial;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  display: none;
}
.payment_radio:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 100%;
  background: #fff;
  display: none;
}
.payment_radio:checked + label:before {
  color: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #009fe3;
  border-radius: 100%;
  background: #009fe3;
  display: none;
}
.payment_radio:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #a5d9cd;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
}
.payment_radio:checked + label:after {
  color: #fff;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
}
.payment_radio:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: none;
}
.payment_radio:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: none;
  display: none;
}
/*----------------- */

.payment_radio2:checked,
.payment_radio2:not(:checked) {
  position: absolute;
  left: -9999px;
  display: none;
}
.payment_radio2:not(:checked) + label {
  position: initial;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  display: none;
}
.payment_radio2:checked + label {
  position: initial;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  display: none;
}
.payment_radio2:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 100%;
  background: #fff;
  display: none;
}
.payment_radio2:checked + label:before {
  color: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #009fe3;
  border-radius: 100%;
  background: #009fe3;
  display: none;
}
.payment_radio2:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #a5d9cd;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
}
.payment_radio2:checked + label:after {
  color: #fff;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
}
.payment_radio2:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: none;
}
.payment_radio2:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: none;
  display: none;
}

.slick-next {
  right: 30px;
  z-index: 50;
  width: 40px;
  height: 40px;
}
.slick-prev {
  left: 30px;
  z-index: 50;
  width: 40px;
  height: 40px;
}
.slick-next:before,
.slick-prev:before {
  display: none;
}
.navbar-header {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  padding-top: 20px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: none !important;
}
.table-bordered {
  border: none !important;
}
.table {
  border: none !important;
}
tr {
  border: none !important;
}
td {
  padding: 0px !important;
}
.variation_picture {
  border: 1px solid #f4f6f9;
  border-radius: 5px;
  padding: 5px;
}
.variation_picture_selected {
  border: 1px solid #ff97b4;
}
.variation_pictures_container {
  padding: 5px;
  cursor: pointer;
}
.discount_icon {
  position: absolute;
  top: 30px;
  left: 20px;
  /*width: 30%;*/
  background-color: #e10a1e;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  max-width: 111px;
  padding-left: 10px;
  padding-right: 10px;
}
.new_icon {
  position: absolute;
  top: 30px;
  left: 30px;
  /*width: 30%;*/
  background-color: #36ac1f;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
}
.mobile_logo {
  padding: 4px 4px;
  height: 50px;
  position: absolute;
  left: 43%;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-toggle .icon-bar {
  height: 5px;
  width: 30px;
}
.navbar-toggle {
  float: left;
  padding-right: 0px;
  padding-top: 1px;
  margin-top: 3px;
}
.ptop {
  /*padding-top: 260px;*/
}
.footer_text {
  padding: 2em 8em;
}
.cart_amount_margin {
  margin-left: 15px;
}
#register_submit {
  background-color: var(--green);
  height: 70px;
  line-height: 70px;
  width: 300px;
  color: white;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin: 4px 0 0 0;
  display: block;
  border-radius: 5px;
  border: none;
}
.header_brand_cart {
  display: none;
}
#cart_yhteystiedot label {
  padding-left: 5px;
  padding-top: 5px;
}
#cart_lisatiedot label {
  padding-left: 5px;
  padding-top: 5px;
}
#button_product_main_picture_next {
  opacity: 0.9;
}
#button_product_main_picture_previous {
  opacity: 0.9;
}
.package_information {
  font-size: 1.5em;
  font-weight: bold;
  color: #fe91b0;
  padding-bottom: 10px;
}
.preorder_date {
  padding-bottom: 20px;
}
.ennakko {
  padding-bottom: 20px;
}
.product_package_variation_selector {
  padding-left: 35px !important;
  background-position: center left;
  min-width: 100%;
}
.pinkhead {
  font-size: 1.5em;
  font-weight: bold;
  color: #fe91b0;
  padding-bottom: 10px;
}
.accessory_anchor {
  text-decoration: underline;
}
.header_search_button_image {
  position: relative;
  height: 56px;
  float: left;
}
.header_search_button {
  z-index: 99;
  cursor: pointer;
  position: absolute;
  float: left;
  top: 0px;
  right: 0px;
}
.header_cart_button {
  cursor: pointer;
}
.sidemenulink {
  font-size: 16px;
}

.sidemenu_big_container {
  color: black;
  padding: 25px 20px;
}
.banner_container_heading {
  font-size: 30px;
}
.small_banner_container_heading {
  font-size: 24px;
}
.banner_container_text {
  position: absolute;
  bottom: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  left: 25px;
  color: #fff;
}
.banner_container_button {
  position: absolute;
  bottom: 15px;
  left: 25px;
}
.small_banner_container {
  float: left;
  /*padding-top: 10px !important;*/
  max-height: 428px;
  overflow: hidden;
}
.banner_container_button > .basic_button {
  margin-bottom: auto;
}
.small_banner_container > .promotion_container_image {
  padding-right: 10px;
}
.small_container
  > .small_banner_container:last-child
  > .promotion_container_image {
  padding-right: 0px;
}
.small_banner_container_text {
  position: absolute;
  bottom: 20%;
  font-weight: bold;
  color: #fff;
  left: 25px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 10px;
  padding-right: 10px;
  bottom: 25px;
  font-size: 18px !important;
}
.small_banner_container > .banner_container_button {
  left: 25px;
  bottom: 15px;
}
.tab-pane {
  width: 100%;
  background-color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #333333;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.tab-content {
  background-color: #fff;
  border: none;
  /*height:410px;*/
  padding: 0px !important;
  border-top: 2px solid #e10a1e;
  padding-bottom: 0px !important;
}
.nav-tabs {
  top: 1px;
  position: relative;
  float: left;
  width: 100%;
  /*max-width: 1570px;*/
  /*float: none;*/
  /*margin: 0 auto;*/
}
.nav-tabs > li > a {
  background-color: #e6e6e6;
  color: #000000;
  margin-right: 12px;
  border: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: #333333;
  border: none;
  color: #fff;
}
.nav-tabs > li {
  margin-bottom: 0px;
  margin-top: 25px;
}
.article_link {
  font-size: 63px;
  font-weight: 900;
  position: absolute;
  left: 64px;
  top: 22px;
  color: #fff;
  text-transform: uppercase;
}
.blog {
}
.blog_text {
  /*height: 90px;*/
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  position: absolute;
  top: 0px;
  color: #fff;
  width: 33%;
  right: 0px;
  height: 100%;
}
.blog_name {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: 30px;
}
.blog_name > a {
  color: #fff;
}
.blog_desc {
  font-size: 50px;
  padding: 15px;
}
.blog_button.basic_button {
  position: absolute;
  bottom: 15px;
  /*left: 45px;*/
  font-size: 14px;
  background-color: transparent;
  color: #000;
  padding: 0px;
  padding-left: 15px;
  text-decoration: underline;
}
.blog_additionals {
  text-transform: uppercase;
  position: relative;
  top: 15px;
}
.small_blog_container {
  height: 270px;
  overflow: hidden;
  /*background-color: #c1c1c1;*/
  /*margin-top: 10px;*/
  border-bottom: 4px solid #e10a1e;
  border-top: 4px solid #e10a1e;
}
.small_blog .small_blog_container:nth-child(2) {
  border-top: 0px;
}
.small_blog .small_blog_container:nth-child(3) {
  border-top: 0px;
}
.small_blog_text {
  padding-top: 6px;
  color: #fff;
}
.small_blog_name {
  padding-top: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  color: #fff;
  padding-bottom: 15px;
  overflow: hidden;
  /*background-color: rgba(0,0,0,0.3);*/
  font-size: 32px;
}
.small_blog_name .blog_additionals {
  font-size: 16px;
  font-weight: normal;
  top: 0px;
}
.small_blog_picture {
  /*background-color: rgba(0,0,0,0.3);*/
}
.small_blog > .small_blog_container:first-child {
  margin-top: 0px;
}
.article_main_image {
  object-fit: cover;
  height: 802px;
}
.small_blog_arrow {
  position: absolute;
  right: 0px;
  /*transform: translateY(50px);*/
  width: 20%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}
.small_blog_arrow > img {
  height: 30px;
  transform: translateY(50px);
  right: 10px;
  position: absolute;
  opacity: 0.5;
}

#buy_button_container .small_blog_container {
  height: 270px;
  overflow: hidden;
  /*background-color: #c1c1c1;*/
  /*margin-top: 10px;*/
  border-bottom: 4px solid #e10a1e;
  border-top: 4px solid #e10a1e;
}
#buy_button_container .small_blog .small_blog_container:nth-child(2) {
  border-top: 0px;
}
#buy_button_container .small_blog .small_blog_container:nth-child(3) {
  border-top: 0px;
}
#buy_button_container .small_blog_text {
  padding-top: 6px;
  color: #fff;
  font-size: 16px;
}
#buy_button_container .small_blog_name {
  padding-top: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  color: #fff;
  padding-bottom: 15px;
  overflow: hidden;
  /*background-color: rgba(0,0,0,0.3);*/
  font-size: 26px;
}
#buy_button_container .small_blog_name .blog_additionals {
  font-size: 16px;
  font-weight: normal;
  top: 0px;
}
#buy_button_container .small_blog_picture {
  /*background-color: rgba(0,0,0,0.3);*/
}
#buy_button_container .small_blog > .small_blog_container:first-child {
  margin-top: 0px;
}
#buy_button_container .small_blog_arrow {
  position: absolute;
  right: 0px;
  /*transform: translateY(50px);*/
  width: 20%;
  background-color: transparent;
  height: 100%;
}
#buy_button_container .small_blog_arrow > img {
  height: 30px;
  transform: translateY(50px);
  right: 10px;
  position: absolute;
  opacity: 0.5;
}

.front_lift {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.front_lift > h3 {
  padding-left: 15px;
}
.basic_button_secondary {
  border: 1px solid #ccc;
  padding: 10px 50px;
  height: 40px;
  background-color: #f2f2f2;
  float: left;
  cursor: pointer;
  color: #4d4d4d;
}
#sidemenu,
#category_sidemenu {
  /*    margin-left: 35px;
    margin-right: 15px;*/
  padding-top: 0px;
  background-color: white;
}
#sidemenu hr {
  height: 0px;
  border-bottom: 1px solid #cccccc;
}
#sidemenu div,
#category_sidemenu div {
  background-color: white;
}
.sidemenu a,
#category_sidemenu_container a {
  text-decoration: none;
}
.sidemenu,
#category_sidemenu_container {
  background-color: #f5f5f5;
  border-right: 1px solid #ccc;
  overflow: hidden;
}
.sidemenulinks_container {
  background-color: #f2f2f2 !important;
  padding: 15px 25px 15px 50px;
  border-bottom: 1px solid #c9c9c9 !important;
  border-top: 1px solid #c9c9c9 !important;
}
.sidemenu-title {
  padding-left: 50px !important;
}
.bestsearch-title {
  padding-left: 25px !important;
}
#sliding_mobilemenu {
  position: fixed;
  margin-top: 10px;
  overflow-x: hidden;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  top: 90px;
  left: 0px;
}
.close_sidemenu {
  background-color: #4b4b4b;
  opacity: 0.9;
}
.sidemenu_height_fix {
  top: 38px !important;
}
.close_sidemenu_img {
  width: 44px;
  height: 49px;
  margin-top: 50px;
  margin-right: 25px;
  cursor: pointer;
}

#show_category_filters {
  display: block;
  z-index: 100;
  width: 100%;
}
#show_category_filters img {
  object-fit: none;
}
#show_category_filters.sticky {
  margin-left: 0px !important;
  position: fixed;
  top: 70px;
  left: 0px;
}

.etusivun_tripla {
  border-right: 1px solid #ccc;
}
.etusivun_tripla:last-child {
  border-right: none;
}
.front_contact {
  padding: 20px 50px;
  min-height: 171px;
}
.front_contact img {
  height: 50px;
}
.align_bottom {
  position: absolute;
  bottom: 25px;
  left: 0px;
}
.category_description > ul > li,
.category_description_footer > ul > li {
  list-style-type: disc;
  list-style-position: inside;
}
.iframe {
  padding-left: 15px;
  padding-right: 15px;
}
.category_text_wrapper {
  padding: 0px 0px 50px 70px;
}
.banner_text_wrapper {
  padding: 0px 70px 0px 0px;
}

.category_name {
  color: #000;
}

.category_name > h2,
.category_name > h1 {
  color: #000;
  font-weight: bold;
  font-size: 38px;
  text-transform: uppercase !important;
  margin-bottom: 25px;
}
.filter_products {
  display: flex;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  padding: 15px 0px 15px 25px;
  border-bottom: 1px solid #c9c9c9;
}
#bestsearch_types,
#bestsearch_types_mobile {
  background-color: #f6f6f6;
}
#bestsearch_types {
  padding-left: 25px !important;
}
.review_recommend_percent {
  color: #14a537;
}
.bold {
  font-weight: bold !important;
}
.product_container_condition {
  min-height: 60px;
  /*line-height: 50px;*/
  padding-top: 20px;
  font-size: 12px;
  padding-bottom: 20px;
}
.review_cont {
  padding-right: 5px;
  padding-left: 0px;
  font-size: 11px;
}
.review_cont > a {
  text-decoration: none;
}
.vatpercent {
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
}

.recycle_buttons {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  position: absolute;
  width: 100%;
  height: 50px;
  clip: rect(0px auto 40px 0px);
}
.recycle_buttons label:first-child {
  padding-left: 30px;
}

.recycle_buttons label {
  padding-right: 15px;
}

.recycle_button,
.wishlist_button {
  padding: 0px 10px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  width: 250px;
}
.recycle_button > span,
.wishlist_button > span {
  color: black;
  font-size: 14px;
  /*font-size: 18px;*/
  font-weight: 600;
  text-transform: uppercase;
}
.wishlist_button img {
  filter: invert(100%);
  height: 20px;
}
.recycle_button img {
  height: 18px;
  vertical-align: -4px;
  margin-right: 5px;
}

/*
.stock_notification_green {
    border: 1px solid #78b928;
    position: relative;
    background:#fff;
    height: 40px;
    line-height: 38px;
}
.stock_notification_green:after, .stock_notification_green:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.stock_notification_green:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 22px;
    margin-left: -22px;
}
.stock_notification_green:before {
    border-color: rgba(120, 185, 40, 0);
    border-top-color: #78b928;
    border-width: 23px;
    margin-left: -23px;
}
.stock_notification_yellow {
    border: 1px solid #f59500;
    position: relative;
    background:#fff;
    height: 40px;
    line-height: 38px;
}
.stock_notification_yellow:after, .stock_notification_yellow:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.stock_notification_yellow:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 22px;
    margin-left: -22px;
}
.stock_notification_yellow:before {
    border-color: rgba(120, 185, 40, 0);
    border-top-color: #f59500;
    border-width: 23px;
    margin-left: -23px;
}

.stock_notification_red {
    border: 1px solid var(--red);
    position: relative;
    background:#fff;
    height: 40px;
    line-height: 38px;
}
.stock_notification_red:after, .stock_notification_red:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.stock_notification_red:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 22px;
    margin-left: -22px;
}
.stock_notification_red:before {
    border-color: rgba(120, 185, 40, 0);
    border-top-color: var(--red);
    border-width: 23px;
    margin-left: -23px;
}
*/

.buy_recycle_box {
  position: relative;
  background: #fabe00;
  /*border: 2px solid #f59600;*/
  z-index: 1;
}
.buy_recycle_box:after,
.buy_recycle_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.buy_recycle_box:after {
  border-color: rgba(250, 190, 0, 0);
  border-left-color: #fabe00;
  border-width: 20px;
  margin-top: -20px;
}
.buy_recycle_box:before {
  border-color: rgba(245, 150, 0, 0);
  border-left-color: #f59600;
  border-width: 23px;
  margin-top: -23px;
}
.product_container_stock > img {
  display: inline-block;
  height: 10px;
  position: relative;
  top: -1px;
}
.product_container_rating > img {
  display: inline-block;
}
.moreheight {
}

.col-narrow {
  height: 100%;
  background-color: #fff;
  max-width: 1570px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block; /* undo display:none          */
  height: 0; /* height:0 is also invisible */
  overflow-y: hidden; /* no-overflow                */
}
.tab-content > .active,
.pill-content > .active {
  height: auto; /* let the content decide it  */
} /* bootstrap hack end */

.product_buy_more {
  border-bottom: none;
}

.product_buy_more {
  max-width: 1570px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.description > .nav-tabs {
  background-color: #f2f2f2 !important;
  min-height: 25px;
  /*    padding-left: 15px;
    padding-top: 15px;*/
}
.description > .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #333333;
  text-decoration: none;
  color: #fff;
}
.product_review {
  background-color: #f5f5f5;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.kysy_tuotteesta {
  padding-right: 0px;
}
.cart_shipment_select {
  background-color: #fff;
  float: none;
  display: inline-block;
  padding: 15px;
}
.scale > label {
  margin-bottom: 0px;
  display: inherit;
}
.cart_payment_selecti {
  float: none;
  display: inline-block;
  padding: 15px;
  background-color: #fff;
  position: relative;
  padding-left: 0px;
  /*top: -5px;*/
}
#cart_giftcard_code {
  width: 200px;
  margin: 0px;
  float: left;
  height: 32px;
  padding: 5px;
  border-radius: 0px;
  position: relative;
  top: 1px;
}
#cart_giftcard_use_button {
  width: 20%;
  height: 34px;
  padding: 10px;
  float: left;
  /*margin-left: 20px;*/
  background-color: #000 !important;
  color: #fff;
  background-image: none;
  position: relative;
  left: -1px;
  max-width: 120px;
}
.language_switcheri {
  width: 6%;
  float: right;
  position: relative;
}
.category_desc,
.subgroups_container,
.category_image {
  padding-left: 0px;
}

.product_pictures_extra_container > .slick-prev,
.product_pictures_extra_container > .slick-next {
  height: 100%;
  width: auto;
}

.product_pictures_extra_container > .slick-prev {
  left: calc(50% - 10.5px) !important;
  top: 12px;
  height: 12px;
  width: 21px;
  left: auto;
  right: auto;
  opacity: 1;
}
.product_pictures_extra_container > .slick-next {
  top: calc(100% - 10px);
  left: calc(50% - 10.5px) !important;
  height: 10px;
  width: 21px;
  opacity: 1;
}
.product_container_small {
  width: 100%;
  float: left;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
}
.product_container_image_small {
  max-height: 100px;
}
.product_container_image_small img {
  max-height: 100px;
  /*max-height: 320px;*/
  max-width: 100%;
  float: left;
}
.product_container_name_small {
  height: 60px;
  overflow: hidden;
  margin-bottom: 0px;
}
.product_container_small a {
  text-decoration: none;
}
.product_container_price_small {
  /*color: #994544;*/
  font-weight: bold;
  font-size: 25px;
}
.menu_image {
  float: right;
  top: 7px;
  position: absolute;
  padding-right: 13px;
  right: -2px;
  height: 18px;
}
.navbar-fixed-top {
  background-color: #fff;
}
.menu_heading {
  font-family: var(--third-font-family);
  overflow: hidden;
  font-size: 15px;
  margin: 0px;
  color: #4d4d4d !important;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  position: relative;
  font-weight: bold !important;
  text-decoration: none;
}
.menu_heading:hover {
  background: -webkit-linear-gradient(#4d4d4d, #191919) !important;
  background: -moz-linear-gradient(#4d4d4d, #191919) !important;
  background: -o-linear-gradient(#4d4d4d, #191919) !important;
  background: linear-gradient(#4d4d4d, #191919) !important;
  color: #fff !important;
}
.menu_heading:hover img {
  /*filter: invert(100%);*/
}
.customer_service_container {
  background-color: #f2f2f2;
  position: absolute;
  z-index: 99999;
  padding-bottom: 20px;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.5);
}
.close_button {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  height: 50px;
}
.close_button > span {
  line-height: 50px;
}
.close_button > img {
  top: 5px;
  position: relative;
}
.dialog_input {
  padding: 5px;
  margin-top: 5px;
  width: 100%;
}
.dialog_label {
  font-size: 12px;
  margin-bottom: 0px;
}
.red {
  color: red;
}
.ui-dialog .ui-dialog-buttonpane button {
  background-color: #8db73b;
  color: #fff;
  float: left;
  font-weight: normal;
  border: 0px;
  padding: 10px 20px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: left;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 0.3em 1em 0.5em 1em;
}
.menu_middler {
  line-height: 25px;
  color: #1b1b1b !important;
  font-family: var(--main-font-family);
  text-transform: uppercase !important;
  height: inherit;
  font-size: 12px;
  padding: 10px 15px;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  margin-left: 10px;
  margin-right: 10px;
}
.invert {
  filter: invert(100%);
}

#scroll {
  position: fixed;
  right: 20px;
  bottom: 100px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #3498db;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll:hover {
  background-color: #e74c3c;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.ui-dialog {
  padding: 0px;
  border-radius: 0px;
  width: 400px !important;
  -webkit-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
  z-index: 99999;
}
.ui-dialog-titlebar {
  border-radius: 0px;
  background-color: #fff !important;
  color: #000 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
  background-image: url("/media/close.png") !important;
  background-size: 15px 15px;
  background-color: transparent;
  background-repeat: no-repeat;
  right: 0px;
}

.ui-dialog .ui-dialog-titlebar-close {
  width: 30px !important;
  height: 30px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
  border: none !important;
}

.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close:hover {
  padding: 0 !important;
}
.ui-widget-overlay,
.ui-widget-shadow {
  background: none;
  opacity: 1;
}
.article_products .slick-next {
  right: 25px;
}
.article_products .slick-prev {
  left: 25px;
}
.front_lift .slick-next {
  right: 25px;
}
.front_lift .slick-prev {
  left: 25px;
}
.payment_logos img {
  height: 30px;
}
.desktop_nopadd {
  padding-left: 0px;
  padding-right: 0px;
}
.desktop-text-right {
  text-align: right;
}
.article_desci p {
  /*max-width: 70%;*/
}
.cart_payment_description {
  padding-left: 0px;
}
.cart_payment_description li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart_payment_description a {
  font-weight: bold;
}
.product_container_stock {
  font-size: 14px;
  text-align: left;
}
/* .small_blog {
    padding-right: 5px;
    padding-left: 0px;
} */
#blockui {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  line-height: 100%;
  z-index: 50;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
}
.category_banner {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.category_image > img {
  width: 100%;
}
.category_banner:first-child {
  height: 250px;
}
.category_banner_product {
  padding-bottom: 10px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.category_nostot > h4 {
  padding-left: 10px;
}
.category_products_container {
  padding-bottom: 20px !important;
}
.cart_recommend {
  padding-left: 10px;
}
.cart_recommend > h3 {
  padding-left: 5px;
}
.cart_address_form h3 {
  font-size: 24px;
}
#cart_shared_link {
  margin-top: 2px;
  display: none;
  padding-left: 15px;
}
#cart_shared_link_container {
  display: none;
}
#copy_link {
  cursor: pointer;
  padding-top: 0px;
}
.gold_star {
  filter: none !important;
  -webkit-filter: none !important;
}
.product_page_padding {
  padding-top: 20px;
  /*padding-right: 60px;*/
}
.product_page_padding h1 {
  padding-bottom: 20px;
}
.product_container_small .product_container_rating {
  top: 0px;
  right: 15px;
}
.category_products .product_container_rating {
  right: 25px;
}
.product_container_rating {
  position: absolute;
  right: 15px;
  top: 20px;
}
.rating_size {
  font-size: 12px;
  position: relative;
  top: 1px;
}
.menu_iconi {
  position: relative;
  top: 3px;
  max-height: 23px;
  height: 23px;
}
.product_border {
  border-right: 1px solid #ccc;
}
blockquote {
  border-left: 5px solid #ffb700;
  font-size: 15px;
}

.category_container .breadcrumbs {
  background: transparent;
}
.notify_product_added_cart {
  padding-top: 30px;
  float: left;
  position: relative;
}
.article_products {
  padding-left: 15px;
  padding-right: 15px;
}
.important_notifications a {
  color: #fff;
}
.important_notifications > p {
  display: inline-block;
}
a {
  text-decoration: underline;
}
.frontpage_topic > a {
  text-decoration: none;
  color: #000;
  font-weight: normal !important;
  font-size: 14px;
}
.login_hover {
  border: 1px solid transparent;
}
.login_hover:hover {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}
.cart_title {
  text-transform: uppercase;
  font-size: 15px;
}
.cart_button_text {
  font-size: 13px;
  padding-left: 5px;
  padding-right: 0px;
  align-self: flex-end;
}
.menu_container {
  height: 56px;
  /*line-height: 56px;*/
  display: flex;
}
.menu_button {
  font-weight: bold;
  font-size: 18px;
  /*width: 33.3333%;*/
  float: left;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
  align-self: center;
}
.megamenu_item {
  text-align: left;
  font-size: 11px;
  color: #000;
  width: calc(15% - 15px);
  float: left;
  position: relative;
  margin-right: 15px;
  margin-bottom: 0px;
}
.megamenu_subitem {
  font-size: 14px;
  color: #000;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-decoration: none;
  font-weight: 500;
}
.megamenu_item_title {
  min-height: 29px;
  line-height: 29px;
  text-align: left;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: bold;
}
.megamenu_item_title a {
  text-decoration: none;
}
.megamenu_subitem a {
  text-decoration: none;
  font-weight: 400;
}
.grid-item-inner {
  padding-top: 15px;
}
.megamenu_subitem:hover,
.megamenu_item_title:hover {
  text-decoration: underline;
}

.megamenu {
  position: absolute;
  /* width: calc(100vw - 68px); */
  width: calc(100vw - 30px);
  max-width: 1890px;
  background-color: #fff;
  transform: translate(0px, 69px);
  padding-top: 0px;
  padding-left: 0px;
  border-top: 1px solid #f1f1f1;
  /* height: 760px; */
  height: 650px;
  box-shadow: 0px 0px 3px rgb(0, 0, 0, 0.16);
  top: -10px;
}
.megamenu_hover {
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2px;
  float: left;
  position: relative;
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  padding-top: 3px;
  padding-left: 7%;
  padding-bottom: 3px;
}
.megamenu_hover:hover {
  background-color: #f2f2f2;
}

.griddi {
  display: flex;
  flex-flow: column wrap;
  align-content: flex-start;
  /* Your container needs a fixed height, and it
   * needs to be taller than your tallest column. */
  /* height: 760px; */
  height: 650px;

  /* Optional */
  /*padding: 15px;*/
  padding-left: 15px;
  padding-right: 15px;
  width: 65%;
  counter-reset: item;
  float: left;
}

.item {
  width: 25%;
  /* Optional */
  position: relative;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #fff;
  color: #fff;
  /*padding: 15px;*/
  padding-left: 10px;
  box-sizing: border-box;
}

/* Just to print out numbers */
/*div.item::before {
  counter-increment: items;
  content: counter(items);
}*/

/* Re-order items into 3 rows */
.item:nth-of-type(4n + 1) {
  order: 1;
}
.item:nth-of-type(4n + 2) {
  order: 2;
}
.item:nth-of-type(4n + 3) {
  order: 3;
}
.item:nth-of-type(4n) {
  order: 1;
}

/* Force new columns */
.break {
  flex-basis: 100%;
  width: 0;
  border-left: 0px solid #707070;
  margin: 0;
  content: "";
  padding: 0;
}

.griddi2 {
  border-right: 2px solid #e10a1e;
  /* height: 760px; */
  height: 650px;
  padding-top: 10px !important;
}
.hover_logo {
  position: absolute;
  left: 7px;
  top: 10px;
}
.griddi3 {
  /* height: 758px; */
  height: 650px;
  background-color: #f2f2f2;
  border-left: 1px solid #707070;
  float: right;
}
.griddi3 .megamenu_hover2 {
  text-decoration: none;
  font-size: 14px;
  /* font-weight: 500; */
  /* margin-bottom: 6px; */
  float: left;
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 15px;
  padding-top: 3px;
  padding-left: 7%;
  padding-bottom: 3px;
}
.banner {
  height: 375px;
}
.brandit-header {
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  padding-left: 7%;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}
.front_lift {
  max-width: 1570px;
  margin: 0 auto;
  float: none;
}
.front_lift2 {
  max-width: 1745px;
  float: right;
}

#cart_preview_container {
  position: absolute;
  right: 20%;
  top: 85px;
  padding: 15px;
  z-index: 999;
  width: 803px;
  /* max-width: 500px; */
  background: #fff;
  color: var(--black);
  font-size: 14px;
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.16);
  /*border: 2px solid #041D49;*/
  /*border-radius: 10px;*/
  color: #000;
}
#cart_preview_container a {
  color: #000;
}
#cart_preview_container .cart_products_row {
  /*border-bottom: 2px solid #BEDFE6;*/
  border-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0px;
  border: 0px;
}

#cart_preview_container:before,
#cart_preview_container:after {
  bottom: 100%;
  right: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#cart_preview_container:before {
  border-color: rgba(4, 29, 73, 0);
  border-bottom-color: #fff;
  border-width: 18px;
  margin-left: -18px;
}
#cart_preview_container:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.cart_product_container_stock {
  font-size: 14px;
  font-weight: normal;
}
.cart_product_container_stock img {
  height: 10px;
  position: relative;
  top: -2px;
}
.cart_products_row_header {
  border-bottom: 1px solid #adadad;
}
.cart_unit_price {
  font-size: 24px;
}
.bv_menu_padd {
  /* padding-left: 68px; */
  padding-right: 30px;
}
.simplebar-scrollbar::before {
  background-color: #000 !important;
  opacity: 1 !important;
  left: 5px !important;
}
.cart_new_width {
  width: 12.5%;
  height: 105px;
  margin: 10px;
}
.cart_payment_additionals {
  display: none;
}

.cart_shipment_select .cart_select_option {
  border: 0px !important;
  padding: 10px !important;
  min-height: 40px !important;
  /*max-height: 40px;*/
  overflow: hidden !important;
  width: 100% !important;
  cursor: pointer !important;
  background-color: #fff !important;
  margin-bottom: 11px !important;
  box-shadow: 0px 0px 3px rgb(0, 0, 0, 0.16) !important;
  height: auto !important;
}
.cart_shipment_select .cart_select_option_selected {
  background-color: #fff !important;
  border-bottom: 0px !important;
  border: 1px solid #51c73b !important;
  box-shadow: 0px 4px 10px rgb(0, 0, 0, 0.43) !important;
}

.container_thumb {
  width: 25%;
  float: left;
  display: inline-block;
}
.container_thumb img {
  width: 100%;
  float: left;
}
.container_child {
  width: 15%;
  float: left;
  display: inline-block;
}
.child_slider {
  height: 80px;
  line-height: 80px;
}
.product_bullets ul {
  list-style: disc;
  margin-left: 15px;
}
.product_bullets {
  margin-left: 15px;
}
.left_extra_margin {
  width: 120px;
  float: left;
  position: relative;
  max-height: 555px;
  overflow: hidden;
  margin-left: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.product_bullets_desc {
  width: calc(100% - 120px);
  float: left;
  position: relative;
}

/*.nosto_container .slick-slide {
    min-height: 500px;
}*/
.mobilecbtn_container {
  padding-left: 30px;
  padding-right: 30px;
}

.mobilecbtn {
  padding: 10px;
  border-radius: 2px;
  background-color: #333333;
  /* margin-bottom: 15px; */
  cursor: pointer;
  color: white;
}

.stock_tooltip_container {
  display: none;
  background-color: #f2f2f2;
  margin-top: 16px;
  position: absolute;
  z-index: 999;
  padding: 0px 20px;
  padding-bottom: 15px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f2f2f2;
  top: -15px;
  position: relative;
  left: 10%;
  float: left;
}
.stock_noti {
  margin-top: 20px;
  margin-bottom: 30px;
}
.prod_meta {
  margin-top: 15px;
}
.cart_stock_notification_hasstock {
  margin-left: 15px;
}
.cart_stock_notification_preorder {
  margin-left: 15px;
}
.cart_stock_notification_outofstock {
  margin-left: 15px;
}
.cartti_title {
  margin-top: 22px !important;
  margin-bottom: 14.5px !important;
  margin-left: 15px !important;
}
.cart_shipment_description {
  margin-bottom: 35px;
  /*margin-top: 20px;*/
}
.cookie_settings_container {
  width: 100%;
  background: #333333;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999999;
  overflow: hidden;
  border-top: 2px solid #e10a1e;
}
.cookie_settings_container_hidden {
  display: none;
}
.cookie_settings {
  overflow-y: auto;
  max-height: 100vh;
  overflow-x: hidden;
  background: #333333;
  max-width: 1550px;
  color: white;
  margin: 0 auto;
  padding: 20px 30px;
  font-size: 1.4rem;
  font-weight: lighter;
}
.cookie_settings > div {
  max-height: 110px;
  overflow-y: auto;
}
.cookie_settings a {
  text-decoration: underline;
  color: #fff;
}
.cookie_button {
  display: inline-block;
  padding: 0px;
  font-size: 1.4rem;
  cursor: pointer;
  margin: 5px 5px 5px 0;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #707070;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
  height: 53px;
  line-height: 53px;
  padding-left: 15px;
  padding-right: 15px;
}
.cookie_settings_toggle {
  position: fixed;
  display: inline-block;
  bottom: 0;
  right: 200px;
  z-index: 99999999;
  padding: 5px 10px;
  background: #333;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
}
#accept_necessary_cookies {
  font-size: 16px;
  font-weight: normal;
  background-color: transparent;
  border: 0px;
  color: #fff;
  height: auto;
  line-height: normal;
  text-decoration: underline;
}
#pro_container {
  padding-top: 15px;
  padding-bottom: 15px;
  /*box-shadow: 0px 3px 6px rgb(0,0,0,0.16);*/
  /*margin-bottom: 4px;*/
  background-color: #f2f2f2;
}
.greyline {
  background-color: #f2f2f2;
  height: 41px;
  width: 100%;
}
/*#commenting_container {
    box-shadow: 0px 3px 6px rgb(0,0,0,0.16);
    margin-bottom: 4px;
}
#question_container {
    box-shadow: 0px 3px 6px rgb(0,0,0,0.16);
    margin-bottom: 4px;
}*/
.navbar-black {
  background-color: #000 !important;
}
.container-black {
  background-color: #000 !important;
}
.header_brand-black {
  background-color: #000 !important;
}
.navbar-header-black {
  background-color: #000 !important;
}
.menu_button-black,
.menu_button-black a {
  color: #fff !important;
}
.header_button-black,
.header_button-black a {
  color: #fff !important;
}
.cart_button_text-black {
  color: #fff !important;
}
.price_span_smaller {
  font-size: 40px;
  font-weight: 900;
}
.price_span {
  font-size: 50px;
  font-weight: 900;
}
.smaller_pos {
  position: relative;
  top: 12px;
}
.leasing_box {
  background-color: #f2f2f2;
  height: 83px;
  line-height: 83px;
  max-width: 80%;
}
.product_container_tags {
  position: absolute;
  top: 30px;
  left: 20px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  /*max-width: 111px;*/
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}
.cart_container {
  display: flex;
  align-self: flex-end;
  justify-content: flex-end;
  white-space: nowrap;
}
.cart_container a {
  display: flex;
  align-self: flex-end;
}
.products_menu {
  border-radius: 4px;
  border: 1px solid #a0a0a0;
}
.menu_button {
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-right: 7px;
  /* margin-right: 10px; */
}
.footer_width {
  max-width: 1570px;
  margin: 0 auto;
  float: none;
  padding: 0px;
}
.front_contact {
  padding: 20px 0px;
}
.sidemenu_big_container {
  padding: 25px 0px;
}
.description iframe {
  width: 100%;
}
.bott25 {
  padding-bottom: 25px;
}
.bott15 {
  padding-bottom: 15px;
}
.flex-start-baseline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: baseline;
}
.login_closer {
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .cookie_button {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
  .navbar-header {
    padding-top: 0px;
  }
  .front_nosto_margin {
    margin-left: -15px;
  }
}

@media (min-width: 1024px) {
  .product_bullets_desc {
    left: 20%;
  }
}

@media (min-width: 1025px) {
  .navbar-fixed-top {
    position: relative;
  }
  body {
    padding-top: 0px;
  }
}

@media (min-width: 1200px) {
  .product_bullets_desc {
    left: 70%;
    transform: translate(-60%, 0);
    padding-top: 50px;
  }
  .col-lg-5ths {
    width: 20%;
    float: left;
    padding-left: 0px;
    padding-right: 15px;
  }
  /* sidemenu black spacer when width > 1200px */
  .product_container_wrapper {
    padding-right: 15px !important;
  }

  #category_sidemenu {
    margin-left: 15px;
    margin-right: 5px;
    width: calc(100% - 20px);
  }
}

@media (min-width: 1280px) {
  #category_sidemenu {
    margin-left: 35px;
    margin-right: 15px;
    width: calc(100% - 50px);
  }
}

/* No greater than px, no less than px */
@media (max-width: 1600px) and (min-width: 992px) {
  .sidemenu_big_container {
    padding: 25px 0px 25px 20px;
  }
}

@media (min-width: 1500px) {
  #category_sidemenu {
    margin-left: 35px;
    margin-right: 15px;
  }
  .header_brand_logo {
    /* height: 50px; */
    min-width: 400px;
  }
  .menu_button {
    margin-right: 10px;
  }
}

@media (min-width: 1921px) {
  .container {
    width: 1920px;
  }
  .bv_menu_padd {
    padding-left: 0px;
    padding-right: 30px;
  }
}

@media (max-width: 1920px) {
  .container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .megamenu {
    /* transform: translate(-85px,59px); */
    max-width: 100vw;
    /* width: calc(100vw - 125px); */
    top: 0px;
  }
  /*     .megamenu_hover {
        padding-left: 15%;
    } */
  #category_nostot {
    padding-right: 0px !important;
  }
}

@media (max-width: 1850px) {
  .menu_button {
    font-size: 16px;
    /* padding-right: 11px; */
    white-space: nowrap;
  }
  .cart_button_text {
    font-size: 14px;
  }
  .sidemenulink {
    font-size: 16px;
  }
  #buy_button_container {
    /*width: calc(33.333333% - 5%);*/
    width: 40%;
  }
  .header_brand_logo {
    min-width: 350px;
  }
}
@media (max-width: 1650px) {
  .front_lift {
    max-width: calc(100% - 5%);
    margin-left: 5%;
    margin-right: 0%;
  }
  .front_lift3 {
    max-width: calc(100% - 10%);
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 1550px) {
  .product_container_price {
    min-height: 48px;
    margin-bottom: 0px;
  }
  #category_nostot .product_container {
    /* min-height: 390px; */
  }
  .front_lift .product_container {
    min-height: hidden365px;
  }
}

@media (max-width: 1500px) {
  /* .cartti_tablet {
		justify-content: unset !important;
	} */
  .griddi {
    /* align-content: flex-end; */
  }
  .sidemenulinks_container {
    padding: 15px 20px 15px 50px;
  }
  .product_container_image {
    height: 167px;
    min-height: 167px;
    max-height: 167px;
  }
  .product_container_image > img {
    max-height: 167px;
  }
  .category_products .product_container {
    min-height: 365px;
  }
  .front_lift {
    max-width: calc(100% - 10%);
    margin-left: 5%;
    margin-right: 5%;
  }
  #buy_button_container {
    /*width: calc(33.333333% - 5%);*/
    width: 40%;
  }
  .cart_button_text {
    font-size: 14px;
  }
  .container {
    width: 100%;
  }
  .menu_button {
    font-size: 14px;
    /* padding-right: 12px; */
    margin-right: unset;
  }
  .products_menu {
    padding-right: 5px !important;
  }
  /* .bv_menu_padd {
		padding-left: 30px;
	} */
  .tablet_padd {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tablet_nopadd {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /*    .megamenu {
        width: 100vw;
        left: -47px;
        top: 12px;
    }*/
  .megamenu {
    transform: translate(0px, 59px);
    max-width: 100vw;
    /* width: calc(100vw - 70px); */
    width: calc(100vw - 30px);
    /* padding-left: 20px; */
    max-height: 70vh;
    overflow: hidden auto;
  }
  .megamenu_item_title {
    font-size: 16px;
  }
  .megamenu_subitem {
    font-size: 14px;
  }
  .sidemenulink {
    font-size: 14px;
  }
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .product_container_price > del {
    display: block;
    margin-bottom: 0px;
  }

  /* sidemenu title size */
  #sidemenu_container * h3,
  .panel-heading {
    font-size: 16px !important;
    padding-left: 10px;
  }
  /* sidemenu text label size */
  .typefilter {
    font-size: 14px !important;
  }
  .checkbox {
    padding-left: 20px;
    padding-right: 5px;
  }
  /* sidemenu count label size */
  .cat_products_count {
    font-size: 12px !important;
  }
  .front_lift2 {
    max-width: 100%;
    float: right;
    padding-left: 85px !important;
    padding-right: 0px !important;
    margin-left: 0%;
    margin-right: 0%;
  }
  .sidemenu_margin_thin {
    /*
        margin-left: 10px !important;
        margin-right: 5px !important;
        */
    margin-left: 25px !important;
    margin-right: 15px !important;
  }
}
@media (max-width: 1400px) {
}
@media (max-width: 1330px) {
  .products_menu {
    padding-right: 17px !important;
  }
}
@media (max-width: 1300px) {
  .cart_container {
    padding-right: 60px;
  }
  .header_brand_logo {
    min-width: 300px;
  }
  #buy_button_container {
    /*width: calc(33.333333% - 5%);*/
    width: 40%;
  }
  .menu_button {
    font-size: 14px;
    padding-right: 8px !important;
  }
  .cart_button_text {
    font-size: 16px;
  }
  .product_container {
    padding: 20px 15px 20px 15px;
  }
}

@media (max-width: 1200px) {
  .banner_text_wrapper {
    padding: 0px 50px 0px 0px;
  }
  .cart_container {
    padding-right: unset;
  }
  .category_text_wrapper {
    padding: 0px 0px 50px 35px;
  }
  .front_contact {
    min-height: 190px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .bv_menu_padd {
    padding-left: 15px;
  }
  .tablet_padd {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tablet_nopadd {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /*    .megamenu {
        left: -32px;
        top: 0px;
        width: 100vw;
    }*/
  .megamenu {
    /* transform: translate(-32px,59px); */
    max-width: 100vw;
    width: calc(100vw - 28px);
    /* padding-left: 20px; */
  }
}
@media (max-width: 1100px) {
  .front_contact {
    min-height: 220px;
  }
}

@media only screen and (max-width: 991px) {
  .reverse-cols-xs {
    display: flex !important;
    flex-direction: column-reverse;
  }
}

@media (min-width: 979px) {
  /* hover menu */
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
@media (max-width: 1450px) {
  .menu_login {
    width: 60% !important;
    right: 25px;
  }
}
@media (max-width: 1344px) {
  .menu_login {
    width: 60% !important;
    right: 25px;
  }
}
@media (max-width: 1200px) {
  .menu_heading {
    font-size: 16px;
  }
  .menu_login {
    width: 60% !important;
    right: 25px;
  }
  .cart_total_price {
    font-size: 14px !important;
  }
  #buy_button_container {
    /*width: calc(41.3% - 5%);*/
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .cart_button_text {
    font-size: 14px;
  }
  /* .header_brand_logo {
		width: 275px;
	} */
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav > li {
    position: relative;
    display: block;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #bs-example-navbar-collapse-1 {
    position: relative;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    float: left;
  }
  .navbar-nav > li > .dropdown-menu {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #nav_groups {
    position: relative;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 50%;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .open > .dropdown-menu {
    display: block;
  }
  .menu_middler {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .header_brand_logo {
    min-width: unset;
  }
  .tab-content {
    padding-bottom: 25px !important;
  }
  .sidemenulinks_container {
    padding: 15px 25px 15px 35px;
  }
  .sidemenu-title {
    padding-left: 35px !important;
  }
  .bestsearch-title {
    padding-left: 30px !important;
  }
  #bestsearch_types {
    padding-left: 10px !important;
  }
  .filter_products {
    padding: 15px 0px 15px 10px;
  }
  .description {
    padding-top: 6em !important;
    margin-top: -6em !important;
  }
  .cookie_settings > div {
    overflow: visible;
    max-height: 200vh;
  }
  .cookie_settings {
    overflow: visible;
    max-height: 200vh;
  }
  .product_container_price > del {
    margin-bottom: 0px;
  }
  #sidemenu_container * h3,
  .panel-heading {
    padding-left: 25px;
  }
  .sidemenu_margin_thin {
    margin-left: 25px !important;
  }
  .sidemenulink {
    margin-bottom: 10px !important;
    font-size: 16px !important;
  }
  .product_page_padding .breadcrumbs {
    padding-top: 0px;
  }
  .product_bullets_desc {
    width: 100%;
    margin-top: 10px;
  }

  .front_lift {
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .product_container_description {
    max-height: 60px;
  }
  #buy_button_container {
    padding-left: 0px;
    width: 100%;
  }
  .cart_new_width {
    width: calc(50% - 20px);
  }
  .bv_menu_padd {
    padding-left: 15px;
  }
  .small_blog_name {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #scroll {
    right: 23px;
    /* bottom:50px; */
  }
  .article_products {
    padding-left: 15px;
    padding-right: 0px;
  }
  .mobile_text_juttu {
    padding-top: 0px;
    padding-bottom: 20px !important;
  }
  .login_closer {
    top: 20px !important;
    z-index: 999;
  }
  .cartti_title_mobile {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .account_personal_details {
    border-left: 0px;
    margin-bottom: 20px;
  }
  .product_container_condition {
    min-height: 80px;
  }
  .review_cont {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
  }
  #buy_button_container {
    margin-top: 10px;
  }
  .product_border {
    border-right: 0px;
  }
  .ui-dialog {
    padding: 0px;
    border-radius: 0px;
    width: calc(100% - 30px) !important;
    -webkit-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
  }
  #category_nostot .product_container {
    min-height: 360px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .category_products .product_container {
    min-height: 355px;
  }
  .menu_image {
    /*top: 8px;*/
    position: relative;
    float: right;
    height: auto;
    top: auto;
    right: auto;
    top: 15px;
  }
  .mobile_no_top_margin {
    margin-top: 0px !important;
  }
  .banner {
    padding-right: 15px;
    height: auto;
  }
  .promotion_container_image {
    /*padding:10px;
        margin:10px;*/
    width: 100%;
    object-fit: cover;
    height: 180px;
    padding-top: 0px;
  }
  .small_banner_container img {
    object-fit: cover;
    height: 180px;
    padding-top: 0px;
  }
  .first_promotion_container_image {
    height: 380px !important;
  }
  .first_small_promotion_container_image {
    height: 123px !important;
  }
  .secondary_small_promotion_container_image {
    height: 184px !important;
  }
  .discount_icon {
    font-size: 14px;
    left: 10px;
    top: 10px;
  }
  .category_container .discount_icon {
    left: 22px;
  }
  .new_icon {
    font-size: 14px;
    left: 10px;
    top: 10px;
  }
  .joooz {
    padding-top: 20px !important;
  }
  .desktop_nopadd {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart_recommend {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product_container_price_small {
    font-size: 18px;
  }
  .small_blog_text {
    display: none;
  }
  .etusivun_tripla {
    border-top: 1px solid #ccc;
    padding-bottom: 10px !important;
    border-right: none;
    padding-left: 0px;
    padding-right: 0px;
  }
  .etusivun_tripla > h4 {
    padding-left: 0px !important;
  }
  .front_lift .slick-next {
    right: 15px;
  }
  .front_lift .slick-prev {
    left: 15px;
  }
  .front_lift {
    padding-left: 15px !important;
    padding-right: 0px !important;
    background-color: #f2f2f2;
  }
  .tab-content-shadow {
    box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.16);
    z-index: 50;
  }
  .menu_middler2 {
    padding-left: 25px !important;
  }
  .menu_middler {
    padding: 10px 0px;
    border-bottom: 2px solid #cccccc;
    margin-left: 0px;
    margin-right: 0px;
    height: 60px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
  }
  .mobile-red-chev {
    top: 5px !important;
  }
  #header_cart_button {
    top: auto;
  }
  .header_search_button {
    /*background-color: var(--red);*/
    background-color: transparent;
    top: 0px;
    right: 15px;
  }
  .header_search_input {
    width: 100%;
    top: 0px;
  }
  .small_blog_container {
    height: auto;
  }
  .small_blog {
    background-color: #fff;
    padding-right: 0px;
    padding-left: 0px;
  }
  .small_blog_buttoni > .basic_button_secondary {
    display: inline-block;
    float: none;
  }
  .small_blog_buttoni {
    padding-bottom: 20px;
  }

  /*    .blog_button.basic_button {
        bottom: auto;
        top: 28%;
        left: 4%;
    }*/
  .blog_text {
    width: 70%;
  }
  .front_banner_margin {
    /*margin-bottom: 20px;*/
  }
  .small_banner_container > .promotion_container_image {
    padding-right: 0px;
  }
  .banner_container_heading {
    /*display: none;*/
    font-size: 14px;
  }
  .small_banner_container_heading {
    font-size: 14px;
    float: none;
    position: relative;
    text-align: center !important;
  }
  .small_banner_container_text span {
    font-size: 12px;
  }
  .small_banner_container > .banner_container_button {
    left: auto;
    bottom: 0px;
    right: 0px;
  }
  .banner_container_text {
    position: absolute;
    bottom: 0;
    padding: 10px;
    left: 0px;
    width: 100%;
    /*height: 40px;*/
    text-align: center !important;
  }
  .small_banner_container_text {
    position: absolute;
    bottom: 0;
    padding: 10px;
    left: 0px;
    width: 100%;
    /*height: 40px;*/
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center !important;
  }
  .first_small_banner_container_text {
    width: 50% !important;
    height: 100% !important;
    left: auto !important;
    right: 0px !important;
    background-color: rgba(0, 0, 0, 0.35) !important;
  }
  .secondary_small_banner_container_text {
    height: 85px !important;
  }
  .banner_container_button {
    left: auto;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    display: none;
  }
  .banner_container_button > .basic_button {
    height: 40px;
    line-height: 40px;
  }
  .product_reviews_container {
    border: 0px !important;
  }
  .nav-tabs > li > a {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
  }
  .product_container_stock {
    /*width: 100%;        */
    text-align: left;
    font-size: 12px;
  }
  .buy_button > img {
    margin-right: 0px;
  }

  #product_main_picture {
    height: 100%;
    padding-top: 20px;
  }

  .category_desc,
  .subgroups_container,
  .category_image {
    padding-left: 15px;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    padding-right: 0px !important;
  }
  .category_desc {
    padding-left: 15px;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    padding-right: 15px !important;
  }
  .cat_header {
    display: flex;
  }
  .cat_header {
    display: flex;
  }
  .banner_catti {
    padding: 0px !important;
    height: 100%;
    min-height: 100%;
    width: 100%;
    object-fit: none;
  }
  #category_text_open,
  #category_text_close {
    padding-bottom: 25px;
  }
  .cat_header {
    display: flex;
    flex-direction: column-reverse;
  }
  .cat_breads {
    padding-left: 15px;
  }
  .category_text_wrapper {
    padding: 30px 20px 0px 20px;
  }
  .category_container {
    padding-top: 0px !important;
  }
  .category_desc img {
    width: 100% !important;
    height: auto !important;
  }
  body {
    /*padding-top: 98px;*/
    padding-top: 116px;
  }
  .header_brand_logo {
    padding-top: 3px;
    max-height: 50px;
  }
  .header_bar {
    padding-left: 31px;
    padding-right: 31px;
    border-bottom: 0px;
    background-color: #fff;
    padding-top: 10px;
  }
  .language_switcheri {
    width: 100%;
  }
  .article_body {
    margin-left: 0px !important;
    margin-top: 0px !important;
  }
  .card-content h4 {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 25px;
    text-decoration: none;
  }
  .card-image {
    height: 118px;
  }
  .card {
    height: 118px;
  }
  .article_body {
    padding: 0px;
    margin-left: 0px;
  }
  .card-content {
    padding: 1em;
  }
  .mobile_center {
    float: none !important;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .desktop-text-right {
    text-align: none;
  }
  .col-lg-20 {
    width: 50%;
  }
  .navbar-header {
    /*float: none;*/
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    margin-right: 10px;
    margin-left: 9px;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    background-color: transparent;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar {
    min-height: 50px;
  }
  .category_container {
    padding-top: 77px;
  }
  .ptop {
    padding-top: 0px;
  }
  #header_cart_button span.header_cart_product_amount {
    position: absolute;
    top: 5px;
    right: 0px;
    background-color: var(--red);
    border-radius: 100%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    color: white;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    background-image: none;
  }
  .page_container {
    padding-top: 30px;
  }
  .mobile_search_container {
    /*padding-bottom: 20px;*/
  }
  .product_container_price {
    font-size: 18px;
  }
  .product_container_name {
    font-size: 0.9em;
    min-height: 50px;
    max-height: 50px;
  }
  .product_container_image {
    height: 200px;
  }
  .subgroups {
    font-size: 12px;
    padding: 7px 20px;
    width: auto !important;
  }
  .cart_products_row {
    padding: 10px;
    border-radius: 0px;
    /*border-bottom: 2px solid #8c8c8c;
        border-top: 2px solid #8c8c8c;
        border-left: none;
        border-right: none;*/
    box-shadow: 0px 0px 3px rgb(0, 0, 0, 0.16);
  }
  .cart_products_row:last-child {
    margin-bottom: 0px;
  }
  .cart_products_row_header {
    padding: 10px !important;
  }
  .cart_remover {
    /*position: absolute;
        top: 2%;
        right: 2%;*/
    text-align: right;
    font-size: 10px;
    top: 9px;
    position: relative;
  }
  .cart_remover img {
    height: 15px;
    width: 15px;
  }
  .cart_unit_price {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 3px;
  }
  .number-input input[type="number"] {
    padding: 5px;
    max-width: 33%;
    left: 38px;
    position: relative;
    line-height: 25px;
    /*font-size: 18px;
        font-weight: bold;*/
  }
  .number-input button {
    position: absolute;
    left: 0;
    /*bottom: 9px;*/
    /*        height: 23px;
        width: 23px;
        background-size: 100%;*/
  }
  .number-input button.plus {
    right: 0;
    left: auto;
  }
  .cart_total_price {
    font-size: 12px !important;
  }
  .mobile-text-right {
    text-align: right !important;
  }
  .mobile_fonttwofour {
    font-size: 20px !important;
  }
  #cart_controls_share_button,
  #cart_empty {
    /*width: 50%;*/
    text-align: center;
    padding: 10px 10px;
    padding-top: 12px !important;
    /*width: 100%;*/
  }
  .header_button img {
    padding-right: 0px !important;
  }
  .menu_login {
    font-size: 1.2rem;
    z-index: 9999;
    position: absolute;
    top: 89px;
    right: 0px;
    margin: 0;
    display: none;
    background-color: #fff;
    color: #000;
    width: 100% !important;
    border-radius: 0px;
    border: none;
    padding-top: 0px;
  }

  .totals_mobile_font_size {
    font-size: 20px !important;
  }
  .login_border {
    border: none !important;
  }
  .front_lift .product_container {
    min-height: 320px;
  }
  .product_container {
    padding: 10px;
    min-height: 365px;
  }
  .product_container_rating {
    /*float: none !important;*/
  }
  .product_container_small .product_container_rating {
    top: auto;
    right: 0px;
    float: none !important;
    width: 100%;
  }
  .product_container_small .rating_size {
    display: none;
  }
  .product_container_rating > img {
    width: 14px;
    position: relative;
    top: 0px;
  }
  .product_container_small .product_container_rating img {
    width: 10px;
    position: relative;
    top: 0px;
    text-align: center;
    float: none;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 80vh;
    position: relative;
    top: -1px;
    width: 100%;
    float: left;
  }
  .bundle_container > .basic_button_secondary {
    padding: 10px 10px;
    color: #ccc;
    font-weight: bold;
  }
  .read_reviews {
    text-align: center;
    /*width: 100%;*/
  }
  .listc {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .front_contact {
    padding: 15px 15px;
    height: auto;
    min-height: auto;
  }
  .align_bottom {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .ui-dialog
    .ui-widget
    .ui-widget-content
    .ui-corner-all
    .ui-front
    .ui-dialog-buttons
    .ui-draggable
    .ui-resizable {
    width: 100% !important;
  }
  .front_lift_secondary {
    padding-left: 15px !important;
    padding-right: 0px !important;
  }
  .mobile_nopadd {
    padding: 0px !important;
  }
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .category_banner:first-child {
    height: 150px;
  }
  .category_banner {
    padding-right: 10px;
  }
  .category_banner:last-child {
    padding-right: 0px;
  }
  #category_nostot {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }
  .category_products_container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .zindex {
    z-index: 9999;
  }
  #header_cart_button img {
    height: 30px !important;
    margin-top: 2.5px;
  }
  .mobile-text-left {
    text-align: left !important;
  }
  .product_container_discount_price {
    margin-right: 0px;
  }
  .custom_select {
    margin-left: 0px !important;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    font-size: 16px;
  }
  .nav-tabs > li > a {
    font-size: 16px;
  }
  .nav-tabs > li {
    margin-top: 10px;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #e6e6e6;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
    border-bottom: 2px solid #cccccc;
    text-decoration: none;
    height: 55px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding-left: 35px !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 0px;
    background-color: #fff;
  }
  .cart_button_text {
    font-size: 14px;
    font-family: var(--third-font-family);
    font-weight: normal;
    line-height: normal;
  }
  .cart_title {
    font-weight: normal !important;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    padding-left: 15px;
    background-color: #fff;
  }
  .dropdown {
    position: unset;
    /*padding-left: 15px;*/
    background-color: #fff;
    min-height: 55px;
    /* line-height: 50px; */
    text-align: left;
    padding-left: 30px;
    /* padding-top: 10px; */
    padding-right: 5px;
  }
  .dropdown a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    /* padding-left: 15px; */
  }
  .footer {
    padding-top: 0px;
    background-color: #f2f2f2;
  }
  .mobile_some {
    text-align: center;
  }
  .account_button img {
    height: 23px;
    top: -1px;
  }
  .menu_imagesub {
    position: relative;
    right: 0px;
    top: 10px;
  }
  .sub_li {
    min-height: 55px;
    line-height: 45px;
  }
  .subsubli {
    padding-left: 45px;
    border-bottom: 2px solid #f9f9f9;
  }
  .subsubli a {
    font-weight: normal !important;
  }
  .subsubmenu {
    background-color: #cccccc;
  }
  .mobile_product_name {
    font-size: 20px !important;
  }
  #buy_button_container {
    border-left: 0px;
  }
  .recycle_button {
    /*background-color: #333333;*/
    /*border: 1px solid #DEDEDE;*/
    /*color: #fff;*/
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    height: 54px;
    line-height: 54px;
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.16);
    font-size: 19px;
  }
  .recycle_button > span {
    /*color: #fff;*/
  }
  .recycle_button img {
    /*filter: invert(100%);*/
  }
  .recycle_button_container {
    padding-right: 0px !important;
  }
  #buy_button_red {
    width: 100%;
    height: 72px;
    line-height: 72px;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.16);
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .front_lift_secondary .product_container {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #product_pictures_container {
    display: block !important;
  }
  .noflex {
    display: block !important;
  }
  .product_main_picture img {
    max-width: 90%;
    /*margin-left: 5%;*/
    margin: 0 auto;
  }
  .product_picture_mobile .slick-next {
    right: -15px;
  }
  .product_picture_mobile .slick-prev {
    left: -15px;
  }
  .product_picture_mobile .slick-dots {
    bottom: -40px;
  }
  .product_picture_mobile .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #dedede;
    border-radius: 100%;
    border: 1px solid #adadad;
  }
  .product_picture_mobile .slick-dots li button:before {
    border-radius: 100%;
    opacity: 1;
    background-color: #fff;
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #adadad;
  }
  .product_picture_mobile .slick-dots li button {
    width: 14px;
    height: 14px;
    padding: 0px;
  }
  .product_picture_mobile .slick-dots li {
    width: 14px;
    height: 14px;
  }
  .product_page_padding iframe {
    width: 100% !important;
  }
  .mobile_bold {
    font-weight: bold;
  }
  .cart_stock_notification_hasstock {
    line-height: 14px;
    margin-left: 0px;
  }
  .cart_stock_notification_preorder {
    line-height: 14px;
    margin-left: 0px;
  }
  .cart_stock_notification_outofstock {
    line-height: 14px;
    margin-left: 0px;
  }
  .cart_address_form h3 {
    margin-top: 10px;
    margin-left: 0px !important;
  }
  .mobile_product_padd {
    /*padding-left: 15px !important;
        padding-right: 15px !important;*/
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .product_bullets_desc * {
    font-size: 14px !important;
  }
  .description * {
    font-size: 14px !important;
  }
  .description h2 {
    font-size: 22px !important;
  }
  .description li {
    all: unset;
    display: list-item;
  }
  .description ul {
    all: unset;
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
  }
  .description ol {
    all: unset;
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .sidemenu_margin_thin {
    margin-right: 25px !important;
  }

  .product_main_picture img {
    max-height: 385px;
  }

  .select-style {
    width: 160px;
  }
  .select-style:after {
    left: 130px;
  }

  .header_search_input {
    height: 43px !important;
    line-height: 43px;
  }
  .header_search_button_image {
    height: auto;
  }
  #sotu::-webkit-input-placeholder {
    font-size: 16px;
    color: #000;
  }
  .product_reviews {
    margin-bottom: 15px;
  }
  .product_page_padding h1 {
    padding-bottom: 10px;
  }
  .page_container {
    padding-top: 10px;
  }
  .mobile_filtteri {
    padding-top: 10px !important;
  }
  .navbar-toggle {
    /*display: block;
      margin-right: 10px;*/
    margin-bottom: 0px;
  }
  #header_cart_button img {
    height: 30px !important;
    margin-top: 2.5px;
  }
  #header_cart_button span.header_cart_product_amount {
    position: absolute;
    top: 5px;
    right: 0px;
    background-color: var(--red);
    border-radius: 100%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    color: white;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    background-image: none;
  }
  #category_nostot .product_container {
    /*min-height: 360px;*/
    min-height: 325px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .category_products .product_container {
    /*min-height: 365px;*/
    min-height: 320px;
  }
  .category_products .product_container_stock {
    font-size: 11px !important;
  }
  #category_nostot .listc {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 0px;
    background-color: #fff;
  }
  .cart_button_text {
    font-size: 14px;
    font-family: var(--third-font-family);
    font-weight: normal;
    line-height: normal;
  }
  .cart_title {
    font-weight: normal !important;
  }
  .etusivun_tripla > h4 {
    padding-left: 0px !important;
  }
  .etusivun_tripla {
    padding-left: 0px;
    padding-right: 0px;
  }
  .front_lift .slick-next {
    right: 15px;
  }
  .front_lift .slick-prev {
    left: 5px;
  }
  .front_lift {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }
  .cart_recommend .product_container {
    min-height: 330px;
  }
  /*.front_lift .product_container {
        min-height: 355px;
        margin-top: 5px;
        margin-bottom: 5px;
    }*/
  body {
    padding-top: 115px;
  }
  .product_container {
    padding: 10px;
    min-height: 330px; /*oli 330 */
  }
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .card-content {
    padding: 0.5em;
  }
  .mobile_bottom_padd {
    padding-bottom: 25px;
  }
  .footer_box {
    margin-right: 0px;
  }
  .select {
    /*max-width: 250px;
        min-width: 100px;*/
    margin-bottom: 0px;
  }
  .header_button {
    padding-left: 1% !important;
    /*padding: 4px 4px;*/
  }
  .mobile_font {
    font-size: 0.7em !important;
  }
  .navbar {
    min-height: 50px;
  }
  .category_container {
    padding-top: 95px;
  }
  .ptop {
    /*padding-top: 95px;*/
  }
  /*#header_cart_button span.header_cart_product_amount {
        position: absolute;
        top: 0px;
        right: 10%;
        background: #ff91b0;
        border-radius: 100%;
        height: 15px;
        width: 15px;
        line-height: 15px;
        color: white;
        text-align: center;
        font-size: 0.7em;
        font-weight: bold;
    }*/

  /*    .header_search_input {
        width: 100%;
    }*/
  #login_submit {
    width: 100%;
  }
  .product_container_image {
    height: 150px;
  }
  .footer_text {
    padding: 1em 1em;
  }
  .slick-next,
  .slick-prev {
    top: 50%;
  }
  .mobile_nopadd {
    padding: 0px !important;
  }
  .select {
    background-image: none;
    width: 100%;
    margin-left: 0px;
  }
  .cart_amount_margin {
    margin-left: 0px;
  }
  .product_container_name {
    font-size: 1em;
    min-height: 60px;
  }
  p.product_container_name,
  p.product_container_description {
    max-height: 60px;
  }
  .voucher_padd {
    padding-top: 25px !important;
    padding-bottom: 15px !important;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    padding-left: 15px;
    background-color: #fff;
  }
  .dropdown {
    /*padding-left: 15px;*/
    background-color: #fff;
    min-height: 55px;
    line-height: 50px;
  }
  .dropdown a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-left: 15px;
    width: 100%;
    float: left;
  }
}
@media (max-width: 720px) {
  .category_name > h2 {
    font-size: 32px !important;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .cat_header .breadcrumbs {
    padding-bottom: 5px;
  }

  #show_category_filters.sticky {
    top: 75px !important;
  }
}
@media (max-width: 670px) {
}
@media (max-width: 620px) {
}
@media (max-width: 550px) {
}
@media (max-width: 500px) {
}
@media (max-width: 450px) {
}
@media (max-width: 380px) {
  .front_lift_secondary .product_container {
    padding: 10px;
    min-height: 360px; /*oli 330 */
  }
}
@media (max-width: 320px) {
  /*.mobile_logo {
        width: 130px;
        }*/
}
@media print {
  .header_search_input,
  .header_search_button,
  #print_receipt_button,
  #footer,
  .sidemenu,
  .footer {
    display: none !important;
  }
}

/* description, default styles */
.desci a {
  all: unset;
  text-decoration: underline;
  cursor: pointer;
}
.desci li {
  all: unset;
  display: list-item;
}
.desci ul {
  all: unset;
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.desci ol {
  all: unset;
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.description iframe {
  width: 100%;
}

@media (min-width: 991px) and (max-width: 1024px) {
  /*Landscape tabletti */
  .mobile_header_padd {
    padding-bottom: 18px !important;
  }
  .tablet_padd {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .menu_button {
    font-size: 12px;
  }
  .sidemenu {
    display: none;
    position: fixed;
    z-index: 160;
    top: 101px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    left: 0px;
  }
  .col-md-9 {
    width: 100%;
  }
  .navbar-toggle {
    display: block;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
  }
  .hidden_tablet {
    display: none;
  }
  .tablet_width_2 {
    width: 16.6666666667%;
    float: left;
    position: relative;
  }
  .show_tablet {
    display: block;
  }
  .show_tablet_important {
    display: block !important;
    font-weight: 500 !important;
  }
  .show_tablet_inline {
    display: inline-block;
    font-weight: 500 !important;
  }
  /*.cartti_tablet {
        padding-right: 0px !important;
        max-width: 13% !important;
    }*/
  .menu_middler {
    text-align: left;
  }
  body {
    padding-top: 127px;
  }
  .tablet_searchi {
    /*width: 67% !important;*/
  }
  .asiakaspalvelu_width {
    width: auto !important;
  }
  .mobile_no_top_margin {
    margin-top: 0px !important;
  }
  .menu_iconi {
    position: relative;
    /*top: -10px;*/
    max-height: 35px;
  }
  .menu_text {
    color: #fff;
    font-size: 14px;
    display: inline-block !important;
    position: relative;
    top: -9px;
    padding-left: 25px;
  }
  .tablet_toggler {
    height: 35px;
    margin-top: 15px;
    padding-right: 10px;
    width: 100%;
    text-align: left;
    float: left;
  }
  .linear_bck {
    background: -webkit-linear-gradient(#4d4d4d, #191919) !important;
    background: -moz-linear-gradient(#4d4d4d, #191919) !important;
    background: -o-linear-gradient(#4d4d4d, #191919) !important;
    background: linear-gradient(#4d4d4d, #191919) !important;
  }
  .tablet_3 {
    width: 25% !important;
  }
  .tablet_9 {
    width: 75% !important;
  }
  .sidemenu_big_container {
    padding: 15px 5px;
  }
  .aspa_mobile_text {
    font-size: 16px !important;
  }
  .mobile_nopadd {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .menu_container {
    padding-left: 0px !important;
  }
  /*    .megamenu {
        width: 100vw;
        left: -15px;
        padding-left: 15px;
        top: 0px;
    }*/

  .megamenu_hover {
    font-size: 16px;
    height: auto;
  }
  .megamenu_item_title {
    font-size: 16px;
  }
  .megamenu_subitem {
    font-size: 12px;
  }
  .hover_logo {
    left: -10px;
  }
  .promotion_container_image {
    padding-top: 0px;
  }
  .discount_icon,
  .new_icon {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .product_main_picture img {
    max-height: 385px;
  }
  #category_sidemenu {
    margin: 0px !important;
  }
  #show_category_filters.sticky {
    display: inline-block !important;
    cursor: pointer;
    width: auto;
    top: 130px;
  }
  .cat_breads {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .category_name > h1 {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .stock_noti {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .prod_meta {
    margin-top: unset;
  }
  #buy_button_red {
    font-size: 1.2em;
  }
}
@media (max-width: 768px) {
  .recycle_buttons {
    position: unset;
    height: unset;
  }
  .recycle_hinta {
    white-space: unset;
  }
  .klevu-searching-area {
    position: fixed !important;
    /* top: 119px !important; */
  }
  .klevu-fluid .klevu-searching-area {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .klevu-fluid .klevu-pt-rs-hover {
    left: 5% !important;
    width: 100% !important;
    /* top: 119px !important; */
  }
}
.col-lg-0-5 {
  width: 4.16666666%;
}
.col-lg-1-5 {
  width: 12.49999999%;
}
.col-lg-2-5 {
  width: 20.83333332%;
}
.col-lg-3-5 {
  width: 29.16666665%;
}
.col-lg-4-5 {
  width: 37.49999998%;
}
.col-lg-5-5 {
  width: 45.83333331%;
}
.col-lg-6-5 {
  width: 54.16666664%;
}
.col-lg-7-5 {
  width: 62.49999997%;
}
.col-lg-8-5 {
  width: 70.8333333%;
}
.col-lg-9-5 {
  width: 79.16666663%;
}
.col-lg-10-5 {
  width: 87.49999996%;
}
.col-lg-11-5 {
  width: 95.83333329%;
}
