.fs-16 {
  font-size: 16px;
}

img.ico {
  vertical-align: middle;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
  position: relative;
}

/* 
         * PAYGATE - BARION
        */
.paygate-logo {
  width: 30%;
}

@media screen and (max-width: 425px) {
  .paygate-logo {
    width: 80%;
  }
}

@media screen and (min-width: 1440px) {
  .paygate-logo {
    width: 25%;
  }
}

.online-payment-ico {
  max-width: 250px;
}

@media screen and (max-width: 440px) {
  .online-payment-ico {
    max-width: 200px;
  }
}

@media screen and (max-width: 400px) {
  .online-payment-ico {
    max-width: 130px;
  }
}

.paygate-custom-margin {
  margin-top: 40px;
  margin-bottom: 0;
}

.paygate-footer-icons {
  display: inline-block;
  max-width: 290px;
  margin: 8px auto;
}

.footer-center {
  text-align: center;
}

hr.separator {
  border: 1px solid #e0e0e0;
  border-style: none none solid;
  color: #fff;
  background-color: transparent;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

.col {
  padding: 0 15px;
  margin: 0;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row .row {
  margin: 0 -15px;
}

.middle {
  margin: 0 auto;
}

.loading-16 {
  background: url("images/loading-16.gif") no-repeat center center #fff;
}

.loading-24 {
  background: url("images/loading-24.gif") no-repeat center center #fff;
}

.loading-32 {
  background: url("images/loading-32.gif") no-repeat center center #fff;
}

.loading-64 {
  background: url("images/loading-64.gif") no-repeat center center #fff;
}

.loading-top {
  background-position: top center;
}

.theme {
  margin-top: 20px;
  color: #0074ae !important;
}

.no-indent {
  padding: 0;
}

.indent {
  padding: 15px;
}

.big-indent {
  padding: 24px;
}

.indent-box {
  padding: 15px 30px;
}

.indent-box-row {
  padding: 5px 30px;
}

.indent-row {
  padding: 5px 15px;
}

.indent-small {
  padding: 5px 10px;
}

.indent-cell {
  padding: 3px;
}

span.indent,
strong.indent,
label.indent {
  display: inline-block;
}

.block {
  background: #efefef;
}

.block-light {
  background: #fff;
}

.block-green {
  background: #54b948;
  color: #fff;
}

.block-red {
  background: #e92700;
  color: #fff;
}

.block-red .invert {
  color: #5b0f01;
}

.block-silver {
  background: #f8f8f8;
}

.block-light-dark {
  background: #1075ac;
  color: #fff;
}

.block-dark {
  background: #a9a9a9;
  color: #fff;
}

.color-blue {
  color: #1075ac;
}

/*
        .input { background: #FFF; border:2px solid #cecece; padding:11px 10px; margin:0; vertical-align: middle; -webkit-appearance: none; border-radius: 0; }
        .input-small { padding:8px 10px; }
        .input-xsmall { padding:4px 10px; }
        .input-fullsize { width:100%; }
        */
.size-xxlarge {
  display: inline !important;
}

.radius {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.shadow {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.shadow-big {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.ucase {
  text-transform: uppercase;
}

.line-through {
  text-decoration: line-through;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.nowrap {
  white-space: nowrap;
}

.pointer {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.theme {
  color: #0a9fbb;
}

.silver {
  color: #939393;
}

.dark {
  color: #7b7b7b;
}

.green {
  color: #0a9fbb;
}

.red {
  color: #e92700;
}

.new-red {
  color: #D71841;
}

.new-red-darker {
  color: #D04E5C;
}

.white {
  color: #ffffff;
}

.spinner {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.border {
  border: 1px solid #dadada;
}

.border-2x {
  border: 2px solid #dadada;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.fullsize {
  width: 100%;
}

/*
        ul.list { list-style: none; margin:15px 0; padding:0; }
        ul.list li { background: url('images/arrow-list.png') no-repeat 10px 4px; padding-left:30px; }
        ul.list li a { color:#939393; text-decoration: none; }
        ul.list li a:hover { color:#e92700; text-decoration: none; }
        ul.list li ul { margin:0 0 0 -10px; padding:5px 0 10px 0; list-style:none; }*/
ul.autocomplete {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}

ul.autocomplete li {
  padding: 2px 0;
}

ul.autocomplete a {
  text-decoration: none;
}

ul.autocomplete a:hover,
ul.autocomplete a:hover .sublabel {
  text-decoration: underline;
}

ul.autocomplete a .sublabel {
  text-decoration: none;
  color: #939393;
  font-weight: normal;
}

ul.autocomplete .highlight {
  background: #fff6b5;
}

.vtop {
  vertical-align: top;
}

.vbottom {
  vertical-align: bottom;
}

table {
  font-size: 1em;
}

table.form td {
  padding: 5px 10px;
}

table.form td.label {
  padding: 5px 10px;
}

table.info td {
  padding: 2px 10px;
}

table.info td.label {
  padding: 2px 10px 2px 0;
}

table.table td,
table.table th {
  padding: 2px 4px;
}

table.separated {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 7px;
}

table.separated thead th {
  padding: 8px 10px;
}

table.separated tbody td {
  padding: 5px 10px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

table.separated tbody td:first-child {
  border-left: 1px solid #dadada;
}

table.separated tbody td:last-child {
  border-right: 1px solid #dadada;
}

#cart-detail .btn-spinner {
  padding: 0 4px;
}

.separator {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.processing {
  max-width: 450px;
  width: 90%;
  background: url(images/infinity.gif) no-repeat bottom center #fff;
  text-align: center;
  padding: 25px 0 90px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 9999;
}

.processing span {
  display: block;
  font-size: 1.6em;
  padding: 0 30px;
}

/*
         * REPORTS
         */
.report {
  min-height: 18px;
  _height: 18px;
  text-align: left;
  margin: 0 auto 5px auto;
  color: #000000;
  font-size: 1.3em;
  padding: 5px 25px 5px 40px;
  position: relative;
  background: none;
  z-index: 1;
}

.report span.ico {
  display: block;
  width: 29px;
  height: 27px;
  margin: 1px 3px 1px 1px;
  background: url("images/reports.png") no-repeat top left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.report span.ico-OK {
  background-position: 0 0;
}

.report span.ico-ERROR {
  background-position: -36px 0;
}

.report span.ico-INFO {
  background-position: -72px 0;
}

.report span.ico-ALERT {
  background-position: -108px 0;
}

.report span.ico-HELP {
  background-position: -144px 0;
}

#reports {
  background: #fff;
  font-size: 1.1em;
  padding: 0;
  text-align: left;
  position: absolute;
  z-index: 10003;
  top: -1000px;
  zoom: 1;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

#reports img.close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10003;
  cursor: pointer;
}

div.report-title {
  font-size: 1.2em;
  font-weight: bold;
  padding: 7px 15px;
}

div.report-title-ERROR {
  background: #e9573f;
  color: #fff;
}

div.report-title-ALERT {
  background: #faa732;
  color: #fff;
}

div.report-title-OK {
  background: #37bc9b;
  color: #fff;
}

div.report-title-INFO {
  background: #3bafda;
  color: #fff;
}

div.report-title-HELP {
  background: #3bafda;
  color: #fff;
}

.ui-select {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 2px solid #cecece;
  background: #fff;
  margin: 1px;
  cursor: pointer;
  color: #939393;
}

.ui-select select {
  z-index: 10;
  position: relative;
  border: none;
  background: none;
  outline: none;
  opacity: 0;
  height: 24px;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.ui-select:before {
  content: url("/public/themes/images/arrow-down-white.png");
  background: #cecece;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  text-align: center;
  height: 26px;
  line-height: 26px;
}

.ui-select .ui-select-text {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 24px;
  background: transparent;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  width: 85%;
  text-align: left;
}

.ui-selectbox {
  position: relative;
  background: url("images/select-light-trigger.png") no-repeat right center #fff;
  color: #666;
  border: 2px solid #dadada;
  cursor: pointer;
  display: inline-block;
  padding: 3px 40px 3px 10px;
  margin: 0 1px;
  text-align: left;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-selectbox > span {
  display: block;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
}

.ui-selectbox-options {
  display: none;
  max-height: 200px;
  height: 200px;
  overflow: auto;
  position: absolute;
  z-index: 99;
  line-height: 1em;
  list-style: none;
  margin: 1px 0 0 0;
  padding: 0;
  cursor: pointer;
  border: 2px solid #cecece;
  border-bottom: 1px solid #cecece;
  background: #fff;
}

.ui-selectbox-options li {
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #cecece;
}

.ui-selectbox-options li.hover {
  background: #e1e1e1;
}

.ui-selectbox-options li.selected {
  background: #a9a9a9;
  color: #fff;
}

.ui-tabs {
  border: none;
}

.ui-tabs .ui-tabs-nav {
  padding: 0;
  border: none;
  margin: 0 0 -1px 0;
}

.ui-tabs .ui-tabs-nav li {
  margin: 0 5px 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin: 0 5px 0 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0.4em 1.5em;
  font-weight: bold;
}

.ui-tabs .ui-tabs-panel {
  font-size: 0.9em;
  border: 1px solid #dadada;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ui-widget-overlay {
  background: #fff;
}

.ui-dialog {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.ui-dialog .ui-dialog-title {
  color: #fff;
  font-size: 1.4em;
  padding-left: 15px;
}

.ui-dialog .ui-dialog-content {
  padding: 15px;
  font-weight: 300;
}

.ui-dialog .ui-dialog-buttonpane {
  border: none;
  padding: 1em 0.5em 1em 0.5em;
  margin: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  text-align: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  font-weight: 500;
}

.ui-dialog .ui-dialog-buttonpane button.btn {
  background: #0a9fbb;
  border-color: #0a9fbb;
  color: #fff;
  font-size: 1.2em;
  padding: 0 10px;
  margin: 0 5px;
}

.ui-tooltip {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  max-width: 300px;
  background: #fffddd;
  border: 1px solid #ead515;
}

.ui-corner-all {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.error {
  border-color: #e92700 !important;
}

a.display {
  display: inline-block;
  padding: 5px;
  margin: 0 3px;
}

a.display img {
  vertical-align: middle;
}

a.display-active {
  background: #cecece;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  display: none;
  z-index: 10002;
}

#previewInfo {
  background: #b20c24;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

#layout2col > .col {
  width: 80%;
  width: calc(100% - 240px);
  width: -moz-calc(100% - 240px);
  padding-bottom: 25px;
}

#layout2col > .col:first-child {
  width: 20%;
  width: calc(240px);
  width: -moz-calc(240px);
}

#layout2col h1,
#layout2col .h1,
#layout2col h2,
#layout2col .h2 {
  margin: 0 0 0.5em 0;
}

#contact > .col {
  width: 50%;
}

#contact > .col > .content {
  border: 1px solid #ebebeb;
  padding: 10px;
}

#contact > .col form .col > span {
  display: inline-block;
  padding: 5px 0;
}

#contact > .col form .col > span.indent {
  padding: 15px 30px 15px 0;
}

#contact > .col form .row:last-child .col {
  width: 50%;
}

#contact > .col form .row:last-child .col:last-child {
  clear: both;
  width: 100%;
}

#contact > .col form .row:last-child .col:last-child button {
  width: 100%;
}

form.form .col > span {
  display: inline-block;
  padding: 5px 0;
}

form.form > .row:last-child > .col {
  width: 33.33%;
}

form.form > .row:last-child > .col:first-child > img {
  border-radius: 5px;
  border: 1px solid #cecece;
  padding: 5px;
  background: #fff;
}

form.form > .row:last-child > .col span {
  padding: 0 0 5px 0;
}

form.form > .row:last-child > .col span {
  padding: 0 0 5px 0;
}

form.form > .row:last-child > .col:last-child button {
  width: 100%;
  margin-top: 5px;
}

div.photogallery {
  padding: 10px 0;
  margin: 0 -0.5%;
}

div.photogallery a {
  width: 15.66%;
  float: left;
  margin: 5px 0.5%;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

div.photogallery a img {
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.3s ease, border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: border-color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, border-color 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, border-color 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

div.photogallery a img:hover,
div.photogallery a img:focus {
  border-color: #fff;
  -webkit-box-shadow: 0 0 1.2em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1.2em rgba(0, 0, 0, 0.25);
}

div.photogallery-slide {
  height: 160px;
  margin: 15px 0;
  overflow: hidden;
  white-space: nowrap;
}

div.photogallery-slide img {
  border: none;
}

div.documents .col {
  width: 90%;
  width: calc(100% - 100px);
  width: -moz-calc(100% - 100px);
}

div.documents .col:first-child {
  width: 10%;
  width: calc(100px);
  width: -moz-calc(100px);
}

div.documents span.document {
  display: inline-block;
  padding: 2px 15px;
}

div.documents span.document a {
  color: #0a9fbb;
}

div.documents span.document a:hover {
  color: #333;
}

#login > .col {
  width: 50%;
}

#login .login-social .col {
  width: 50%;
  padding: 15px 0;
}

#clubUser .col {
  width: 33.33%;
}

#clubUser .col.fullsize {
  width: 100%;
}

#clubUser .col > span {
  display: inline-block;
  padding: 5px 0;
}

#clubUser .col > span.indent {
  padding: 15px 30px 15px 0;
}

#clubUser .col .selectbox {
  margin: 0 2px;
}

#clubUser .col .ui-select select {
  padding-right: 30px;
}

#clubUserDashboard > .col {
  width: 50%;
}

#piechart {
  height: 200px;
}

#clubMenu {
  padding: 15px 0 0 0;
}

#clubMenu .btn {
  padding: 8px 15px;
}

#passwordStrength {
  width: 138px;
  height: 7px;
  background: url("images/progress1.png") no-repeat top left;
  float: left;
  margin: 0.4em 0.5em 0.3em 0;
  position: relative;
}

#passwordStrength .bar {
  width: 0;
  height: 7px;
  background: url("images/progress1.png") no-repeat bottom left;
}

#passwordStrength .bar span {
  position: absolute;
  top: -5px;
  left: 105%;
  font-size: 0.9em;
  color: #666;
}

#order-login > .col {
  width: 33.33%;
}

#order-login > .col:first-child table {
  width: 100%;
}

#order-login > .col:first-child input.size-xxlarge {
  width: 100%;
}

#order-login > .col .col {
  width: 50%;
  padding: 15px 0;
}

#order-login-external > .col > .row {
  text-align: center;
}

#order-login-external > .col > .row > .col {
  width: auto;
  display: inline;
  float: none;
}

#search-filter > .row > .col {
  width: 20%;
}

#subcategories {
  padding-bottom: 15px;
}

#subcategories ul.list {
  padding: 0;
  margin: 0;
}

#subcategories ul.list li {
  width: 20%;
  padding: 0;
  display: block;
  float: left;
  background: url("images/arrow-list.png") no-repeat 10px 7px;
}

#subcategories ul.list li a {
  padding: 3px 10px 3px 30px;
  display: inline-block;
}

#subcategories ul.list li.active {
  background: #a9a9a9;
}

#subcategories ul.list li.active a {
  color: #fff;
}

#subcategories ul.list li.active a:hover {
  color: #fff;
}

#catalogSearchForm > .col {
  width: 20%;
}

#catalogSearchForm > .col div.title {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1.1em;
}

div.range-slider {
  margin: 5px auto;
  background: #d4d4d4;
  border: none;
  height: 7px;
  width: 90%;
}

div.range-slider .ui-slider-range {
  background: #ececec;
}

div.range-slider .ui-slider-handle {
  background: #0a9fbb;
  border-radius: 2px;
  border: 1px solid #0a9fbb;
  width: 0.6em;
  cursor: pointer;
  top: -0.4em;
}

div.range-values {
  position: relative;
  height: 10px;
  margin: 0 auto;
  width: 90%;
  font-size: 0.9em;
}

div.range-values span.range-min-value,
div.range-values span.range-max-value {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}

#pager-limit-sort .col {
  width: 33.33%;
}

div.products {
  padding: 0;
}

div.products > .col {
  width: 25%;
  padding: 15px;
  position: relative;
}

div.products > .col > div {
  min-height: 300px;
}

div.products > .col > div:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

div.products > .col img.image {
  width: 100%;
  height: auto;
  max-height: 160px;
  max-width: 230px;
}

div.products > .col div.h2 {
  clear: both;
  font-size: 1.1em;
  padding: 10px 0 5px 0;
  min-height: 40px;
}

div.products > .col div.h2 span {
  font-size: 0.8em;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.products > .col .rating {
  margin: 10px auto;
  white-space: nowrap;
}

div.products > .col .rating td {
  padding-left: 3px;
  padding-right: 3px;
}

div.products > .col .price {
  text-align: left;
  padding: 10px 0 0 0;
}

div.products > .col .price > .col {
  width: 50%;
  padding: 0;
  position: relative;
}

div.products > .col .price > .col .old {
  text-decoration: line-through;
  position: absolute;
  top: -10px;
  left: 0;
  color: #89aab3;
}

div.products > .col .price > .cart {
  text-align: right;
}

div.products > .col .price > .cart button {
  background: url("images/ico-cart.png") no-repeat 15px center #0a9fbb;
  padding: 10px 15px 10px 40px;
  color: #fff;
}

div.products > .col .price > .cart:hover button {
  background-color: #f99d34;
}

div.products > .col-inline {
  width: 100%;
}

div.products > .col-inline > div {
  min-height: 150px;
}

div.products > .col-inline div.image {
  width: 25%;
  position: relative;
  text-align: center;
}

div.products > .col-inline div.content {
  width: 75%;
}

div.products > .col-inline div.content div.h2 {
  font-size: 1.3em;
  padding: 0 0 10px 0;
  min-height: 20px;
}

div.products > .col-inline div.content p.description {
  text-align: justify;
  margin: 0;
  padding: 0;
}

.rating {
  white-space: nowrap;
}

.rating span.rating-container {
  display: inline-block;
  text-align: left;
  width: 100px;
  height: 16px;
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  background: url("images/rating-new-v3.png") no-repeat 0 0;
  position: relative;
}

.rating span.rating-container span {
  display: inline-block;
  background: url("images/rating-new-v3.png") no-repeat 0 -20px;
  margin: 0;
}

.rating span.rating-container span.r0 {
  width: 0;
}

.rating span.rating-container span.r1 {
  width: 20%;
  padding-top: 20px;
}

.rating span.rating-container span.r2 {
  width: 40%;
  padding-top: 20px;
}

.rating span.rating-container span.r3 {
  width: 60%;
  padding-top: 20px;
}

.rating span.rating-container span.r4 {
  width: 80%;
  padding-top: 20px;
}

.rating span.rating-container span.r5 {
  width: 100%;
  padding-top: 20px;
}

.rating span.rating-container a {
  width: 20%;
  height: 16px;
  display: block;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}

.rating span.rating-container a span {
  display: none;
}

.rating span.rating-container a.rate1 {
  left: 0;
}

.rating span.rating-container a.rate2 {
  left: 20%;
}

.rating span.rating-container a.rate3 {
  left: 40%;
}

.rating span.rating-container a.rate4 {
  left: 60%;
}

.rating span.rating-container a.rate5 {
  left: 80%;
}

.rating span.rating-value {
  font-weight: bold;
  padding-left: 10px;
}

.icostars {
  position: absolute;
  top: 0;
  left: 0px;
}

.icostar {
  position: relative;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
}

.icostar a {
  display: block;
  width: 100%;
  height: 100%;
}

.icostar a span {
  display: none;
}

.icostar-new {
  background: url("images/icostar-new.png") no-repeat top left;
}

.icostar-sale {
  background: url("images/icostar-sale.png") no-repeat top left;
}

.icostar-sale-out {
  background: url("images/icostar-sale-out.png") no-repeat top left;
}

.icostar-sale-top {
  background: url("images/icostar-sale-top.png") no-repeat top left;
}

#product-detail h1 {
  padding-top: 0;
}

#product-detail > .content .picture {
  width: 32%;
  position: relative;
}

#product-detail > .content .picture img.lazy {
  width: 100%;
  max-width: 340px;
  height: auto;
  max-height: 240px;
}

#product-detail > .content .picture div.icostars {
  top: 0;
  left: 15px;
}

#product-detail > .content .data {
  width: 68%;
  padding: 0 0 10px 0;
}

#product-detail > .content .data .data-header {
  padding-top: 0;
  margin-right: 0;
}

#product-detail > .content .data .data-header > .col {
  width: 50%;
}

#product-detail > .content .fullsize > tbody > tr > td {
  padding: 5px 0;
}

#product-detail > .content .fullsize > tbody > tr > td:first-child {
  width: 32%;
}

#product-detail > .content .fullsize > tbody > tr > td form {
  white-space: nowrap;
}

#product-detail > .content .fullsize > tbody > tr > td table img.ico {
  padding-right: 7px;
}

#product-detail div.good-price > .row {
  padding: 0 15px;
}

#product-detail div.good-price > .row > .col {
  width: 50%;
  padding: 0;
}

#product-events {
  padding: 0 0 15px 0;
}

#productDescription .container {
  padding: 1px 0;
}

#productPhotogallery {
  height: 90px;
  margin: 0;
  padding: 10px 0;
  position: relative;
}

#productPhotogallery div.image {
  width: 90px;
  height: 90px;
  float: left;
}

#productPhotogallery div.image a {
  width: 90px;
  height: 90px;
  border: none;
}

#productPhotogallery div.image a img {
  width: 84px;
  height: 84px;
  padding: 3px;
  border: none;
}

#productPhotogallery div.image a:hover {
  border: none;
}

#productPhotogallery .arrow {
  display: block;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 90px;
  border: none;
  position: absolute;
  top: 10px;
}

#productPhotogallery .arrow:hover {
  border: none;
}

#productPhotogallery .arrow-prev {
  background: url(images/arrow-left.png) no-repeat center center;
  left: 0;
}

#productPhotogallery .arrow-next {
  background: url(images/arrow-right.png) no-repeat center center;
  right: 0;
}

#productPhotogallery span {
  display: none;
}

#productPhotogallery div.carousel-container {
  margin: 0 auto;
  width: 270px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

#requestForm {
  position: absolute;
  background: #fff;
  z-index: 10002;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#requestForm form {
  padding: 20px;
}

#requestForm form > div {
  padding: 5px 0;
}

#requestForm form > div > div.title {
  font-size: 1.2em;
  font-weight: 300;
  padding: 5px 0 5px 0;
}

#requestForm textarea {
  height: 200px;
  margin-bottom: 10px;
}

#requestForm img.close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

#order-steps {
  margin-bottom: 2%;
}

#order-steps .col {
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  color: #888;
  border-left: 1px solid transparent;
  text-align: center;
}

#order-steps .col:first-child {
  border-left: none;
}

#order-steps .col a,
#order-steps .col span {
  border-bottom: 5px solid #dddddd;
  color: #888;
  text-decoration: none;
  display: block;
  padding: 0 0 10px 0;
}

#order-steps .col.active a,
#order-steps .col.active span {
  color: #333333;
  border-bottom: 5px solid #23c5ed;
}

#order-steps .col.done a,
#order-steps .col.done span {
  color: #333333;
  border-bottom: 5px solid #0c557d;
}

div.deliveryInfo {
  display: inline-block;
}

div.deliveryProgressbar {
  background: #c1c1c1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 10px;
  margin: 5px auto;
}

div.deliveryProgressbar > span {
  display: block;
  background: #e92700;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 10px;
  font-size: 0.1em;
  line-height: 0.1em;
}

#cart-detail div.deliveryInfo {
  display: block;
}

#cart-detail div.deliveryProgressbar {
  margin: 5px 0 10px 0;
  height: 7px;
}

#cart-detail div.deliveryProgressbar > span {
  height: 7px;
}

#discounts > .col {
  width: 50%;
}

#discounts > .col .input {
  margin: 5px 0;
}

#discounts > .col img.sphere {
  height: 40px;
  border-radius: 3px;
}

#deliveryPayment {
  margin-top: 10px;
}

#deliveryPayment > .col {
  width: 50%;
}

#deliveryTypes > div {
  padding: 5px 0;
}

#deliveryTypes > div input {
  margin: 0 10px 0 0;
  display: inline-block;
}

#deliveryTypes > div .selectbox {
  width: 250px;
}

#deliveryTypes > div strong {
  float: right;
}

#paymentTypes > div {
  padding: 5px 0;
}

#paymentTypes > div input {
  margin: 0 10px 0 0;
  display: inline-block;
}

#paymentTypes > div > span {
  float: right;
}

#order-summary > .row > .col {
  width: 50%;
}

#order-base > .row > .col {
  width: 50%;
}

#content-items {
  padding: 15px 0 0 0;
}

#content-items .col {
  padding: 15px;
}

#content-items .col > div.image {
  float: left;
  width: 180px;
}

#content-items .col > div.image a {
  display: block;
  padding: 5px;
}

#content-items .col > div.image a img {
  display: block;
  width: 100%;
  max-width: 320px;
}

#content-items .col > div:nth-child(2) {
  margin-left: 200px;
}

#brand-list {
  padding-top: 0;
}

#brand-list .col {
  padding: 15px 15px 0 15px;
  width: 16.66%;
}

#brand-list .col > div {
  display: block;
  height: 100px;
  text-align: center;
}

#brand-list .col > div img {
  display: inline-block;
}

#brand-list .col > div span {
  display: block;
  padding-top: 40px;
  text-align: center;
}

.page {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 1px 2px;
  overflow: hidden;
  line-height: 27px;
  background: #dadada;
  font-weight: bold;
}

.page a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.page a:hover {
  text-decoration: none;
}

.page-active {
  background: #e92701;
}

.page-other {
  border: 1px solid #a9a9a9;
  background: #fff;
  margin: 0 1px;
}

#newsletter > .col {
  width: 50%;
}

#newsletter > .col .col {
  width: 35%;
}

#newsletter > .col .col:first-child {
  width: 65%;
}

.tabbertab {
  padding-bottom: 1%;
}

.sphere-card {
  background: url(images/sphere.png) no-repeat center center;
  background-size: contain;
  height: 43px;
  width: 93px;
  vertical-align: middle;
  margin: 0;
  border-radius: 5px;
}

.sphere-card span {
  display: none;
}

@media only screen and (max-width: 1150px) {
  nav ul.col {
    margin: 0;
    padding: 0;
  }
  nav ul.col > li:first-child {
    border-left: none;
  }
  nav ul.col > li a {
    padding: 15px 7px 15px 7px;
  }
}

@media only screen and (max-width: 1100px) {
  nav ul.col > li {
    width: 20%;
    padding: 0;
    border: none;
  }
  nav ul.col > li a {
    padding: 10px;
  }
  nav ul.col > li ul.list a {
    padding: 0;
  }
  nav ul.col > li:nth-child(6) {
    clear: both;
  }
  #footer .col {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  #footer .col:first-child {
    width: 100%;
  }
}

@media only screen and (max-width: 1080px) {
  #deliveryPayment {
    padding: 0;
  }
  #deliveryPayment > .col {
    width: 100%;
    padding: 15px 15px 0 15px;
  }
}

@media only screen and (max-width: 1000px) {
  #search-filter > .row > .col {
    width: 25%;
  }
  #subcategories ul.list li {
    width: 25%;
  }
  #login .login-social .col {
    width: 100%;
    padding: 5px 0;
  }
  #login .login-social .col:first-child {
    background: none;
  }
  #order-login .login-social .col {
    width: 100%;
    padding: 5px 0;
  }
  #order-login .login-social .col:first-child {
    background: none;
  }
  div.products > .col {
    width: 33.33%;
  }
  div.products > .col-inline {
    width: 100%;
  }
  #product-detail > .content .fullsize > tbody > tr > td {
    display: block;
    width: 50%;
    float: left;
  }
  #product-detail > .content .fullsize > tbody > tr > td:first-child {
    width: 100%;
  }
  #product-detail > .content .fullsize > tbody > tr > td:last-child {
    padding: 0;
  }
  #footer .col {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  #footer .col:first-child {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  nav ul.col {
    display: block;
  }
  #layout2col > .col {
    width: 100%;
  }
  #layout2col > .col:first-child {
    display: none;
  }
  #login > .col table {
    width: 90%;
  }
  #login > .col input.size-xxlarge {
    width: 100%;
  }
  #order-login > .col table {
    width: 90%;
  }
  #order-login > .col input.size-xxlarge {
    width: 100%;
  }
  #footer .col:first-child strong {
    display: block;
    padding-bottom: 5px;
  }
  #footer .col:first-child img {
    padding: 3px;
  }
}

@media only screen and (max-width: 880px) {
  header .cart {
    width: 30%;
  }
  header .search {
    width: 100%;
  }
  #order-steps > .col {
    font-size: 1.3em;
    padding-right: 25px;
  }
  #order-steps .col a,
  #order-steps .col span {
    padding: 12px 0 12px 15px;
  }
  #order-login > .col {
    width: 50%;
  }
  #order-login > .col:last-child {
    width: 100%;
    clear: both;
    padding-top: 15px;
  }
  #order-login .login-social .indent {
    padding: 5px 0;
  }
  #order-login .login-social .col {
    width: 50%;
    padding: 15px 0;
  }
  #cart-price-summary > .col {
    width: 50%;
  }
  #cart-price-summary > .col:first-child {
    width: 50%;
  }
  div.products > .col-inline div.image {
    width: 30%;
  }
  div.products > .col-inline div.content {
    width: 70%;
  }
}

@media only screen and (max-width: 820px) {
  nav ul.col {
    width: 100%;
  }
  nav ul.col > li a {
    padding: 10px 5px;
    font-size: 0.9em;
  }
  nav ul.col > li ul.list a {
    padding: 0;
    font-size: 1em;
  }
  #search-filter > .row > .col {
    width: 33.33%;
  }
  #subcategories ul.list li {
    width: 33.33%;
  }
  #contact > .col {
    width: 100%;
  }
  #clubUser .col {
    width: 50%;
  }
  #clubUser .indent .indent {
    padding-left: 10px;
    padding-right: 10px;
  }
  #clubUser .submit {
    padding-top: 10px;
    text-align: center;
    width: 100%;
  }
  #cartCancelAndGiftcard > div input {
    width: 200px;
  }
  #newsletter > .col .col {
    width: 100%;
    text-align: right;
  }
  #newsletter > .col .col:first-child {
    width: 100%;
    text-align: left;
  }
  footer .col {
    width: 50%;
    padding-bottom: 15px;
  }
  footer .col:nth-child(2n + 1) {
    background: none;
  }
}

@media only screen and (max-width: 740px) {
  header .col {
    width: 40%;
  }
  header .col:first-child {
    padding-right: 0;
  }
  header .cart {
    width: 60%;
    padding-left: 0;
    min-width: 0;
  }
  header .search {
    clear: both;
    width: 100%;
  }
  header .search button {
    height: 40px;
  }
  nav div.menu-trigger {
    display: block;
    background: url("images/menu-trigger.png") no-repeat right center;
    height: 36px;
    margin: 0 15px;
  }
  nav div.menu-trigger span {
    display: none;
  }
  nav ul.col {
    display: none;
  }
  nav ul.col > li {
    width: 50%;
    padding: 0;
    border: none;
  }
  nav ul.col > li a {
    padding: 10px;
    font-size: 1em;
  }
  nav ul.col > li:nth-child(6) {
    clear: none;
  }
  nav ul.col > li:nth-child(2n + 1) {
    clear: both;
  }
  #pager-limit-sort .col {
    width: 50%;
    text-align: right;
  }
  #pager-limit-sort .col:first-child {
    text-align: left;
  }
  #pager-limit-sort .col:last-child {
    width: 100%;
    padding-top: 10px;
  }
  div.products > .col {
    width: 50%;
  }
  div.products > .col-inline {
    width: 100%;
  }
  #cartCancelAndGiftcard {
    text-align: center;
  }
  #cartCancelAndGiftcard .btn {
    float: none;
  }
  #cartCancelAndGiftcard > div {
    width: 100%;
    clear: both;
    float: none;
  }
  #cartCancelAndGiftcard > div input {
    width: 40%;
  }
  #order-steps-buttons > div.deliveryInfo {
    clear: both;
    display: block;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 680px) {
  #header .col {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #login {
    padding-bottom: 0;
  }
  #login > .col {
    width: 100%;
  }
  #login > .col {
    padding-bottom: 15px;
  }
  #login > .col table {
    width: 80%;
  }
  #login .login-social .indent {
    padding: 15px 0;
  }
  #login .login-social .col {
    width: 50%;
    padding: 15px 0;
  }
  #order-login {
    padding-bottom: 0;
  }
  #order-login > .col {
    width: 100%;
  }
  #order-login > .col {
    padding-bottom: 15px;
  }
  #order-login > .col table {
    width: 80%;
  }
  #order-login > .col:last-child {
    padding-top: 0;
  }
  div.photogallery {
    margin: 0 -1%;
  }
  div.photogallery a {
    width: 23%;
    margin: 5px 1%;
  }
  div.photogallery a img {
    padding: 6%;
  }
  #product-detail > .content .picture {
    width: 100%;
    text-align: center;
    padding: 0 15px 15px 15px;
  }
  #product-detail > .content .data {
    width: 100%;
    padding: 0 15px;
  }
  #order-steps {
    background: none;
  }
  #order-steps > .col {
    background: #dadada;
    width: 100%;
    margin: 2px 0;
    padding: 0;
  }
  #order-steps .col a,
  #order-steps .col span {
    padding: 7px 15px;
    border: none;
  }
  #order-steps .col.active a,
  #order-steps .col.active span {
    border: none;
    background: #0a9fbb;
    color: #fff;
  }
  #order-steps .col.done a,
  #order-steps .col.done span {
    border: none;
    background: #e92700;
    color: #fff;
  }
  #eshop-cart-items table.separated thead th {
    padding: 10px 5px;
  }
  #eshop-cart-items table.separated thead th:first-child {
    padding-left: 10px;
    width: auto;
  }
  #eshop-cart-items table.separated thead th:last-child {
    padding-right: 10px;
  }
  #eshop-cart-items table.separated tbody td {
    padding: 5px;
  }
  #eshop-cart-items table.separated tbody td:first-child {
    padding-left: 10px;
    width: auto;
  }
  #eshop-cart-items table.separated tbody td:last-child {
    padding-right: 10px;
  }
  #cart-price-summary > .col {
    width: 100%;
    padding: 0;
  }
  #cart-price-summary > .col:first-child {
    width: 100%;
    padding-bottom: 15px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #dadada;
    text-align: center;
  }
  #order-summary > .row {
    padding: 0;
  }
  #order-summary > .row > .col {
    width: 100%;
    padding: 15px 15px 0 15px;
  }
  #order-summary > #order-summary-checks {
    padding: 0 0 10px 0;
  }
  #order-summary > #order-summary-checks > .col {
    text-align: center;
    padding: 5px 15px;
  }
  #order-summary #order-steps-buttons {
    text-align: center;
  }
  #order-summary #order-steps-buttons > button {
    clear: both;
    width: 100%;
    float: none;
    margin: 2px 0;
    padding: 10px 0;
  }
  #order-summary #order-steps-buttons > a {
    width: 45%;
    margin: 2px;
  }
  #order-steps-buttons span.deliveryInfo {
    display: block;
    clear: both;
    padding-top: 15px;
  }
  #discounts {
    padding: 0;
  }
  #discounts > .col {
    width: 100%;
    padding: 0 15px;
  }
  #deliveryPaymentForm .indent-box {
    padding: 15px;
  }
  #deliveryPayment .indent {
    padding: 15px 0;
  }
  #newsletter > .col {
    width: 100%;
  }
  #newsletter > .col .col {
    width: 40%;
    text-align: left;
  }
  #newsletter > .col .col:first-child {
    width: 60%;
    text-align: left;
  }
  #contact > .col {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  div.products > .col-inline div.image {
    width: 100%;
    padding-bottom: 15px;
  }
  div.products > .col-inline div.content {
    width: 100%;
  }
  #clubUserDashboard > .col {
    width: 100%;
  }
  #clubMenu {
    float: none;
  }
  #clubMenu .btn {
    width: 50%;
    margin-bottom: 1px;
    float: left;
  }
  #clubMenu .btn:nth-child(2n + 1) {
    border-right: 1px solid #fff;
  }
}

@media only screen and (max-width: 620px) {
  #search-filter > .row > .col {
    width: 50%;
  }
  #subcategories ul.list li {
    width: 50%;
  }
  #product-detail > .content .fullsize > tbody > tr > td {
    width: 65%;
    text-align: left;
    float: right;
    padding: 5px 0 10px 0;
  }
  #product-detail > .content .fullsize > tbody > tr > td table {
    margin: 0 0 0 auto;
  }
  #product-detail > .content .fullsize > tbody > tr > td:first-child {
    width: 35%;
    float: left;
    text-align: left;
    padding: 10px 0 10px 0;
  }
  #product-detail > .content .fullsize > tbody > tr > td:last-child {
    width: 100%;
    background: url("images/dot-line-light.png") repeat-x left top;
    padding: 10px 0 0 0;
  }
  #product-detail > .content .fullsize > tbody > tr > td:last-child table {
    margin: 0 auto;
  }
  #product-detail > .content .fullsize > tbody > tr > td div {
    width: 100%;
  }
  #product-events > table > tbody > tr > td {
    display: block;
    width: 100%;
    text-align: center;
  }
  #product-events > table > tbody > tr > td > div {
    float: none;
    padding: 15px 0 0 0;
  }
  #product-events > table > tbody > tr > td > div > form table {
    margin: 0 auto;
    display: inline;
  }
}

@media only screen and (max-width: 540px) {
  #clubUser .col {
    width: 100%;
  }
  div.products > .col {
    width: 100%;
  }
  #cartCancelAndGiftcard > div input {
    width: 100%;
    margin: 5px 0;
  }
  #deliveryTypes > div .selectbox {
    width: 100%;
  }
  #eshop-cart-items .fs-medium {
    font-size: 1em;
  }
  #eshop-cart-items .fs-xlarge {
    font-size: 1.3em;
  }
  #pager-limit-sort .col {
    width: 100%;
    text-align: center;
  }
  #pager-limit-sort .col:first-child {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
  }
  #pager-bottom .col {
    text-align: center;
  }
  form.form > .row:last-child > .col {
    width: 50%;
  }
  form.form > .row:last-child > .col:last-child {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  nav ul.col > li {
    width: 100%;
  }
  nav ul.col > li a {
    padding: 7px 15px;
  }
  nav.buttons {
    background: none;
    padding-bottom: 10px;
  }
  nav.buttons ul.col {
    display: block;
  }
  nav.buttons ul.col > li {
    clear: both;
    display: block;
    width: 100%;
    background: none;
  }
  nav.buttons ul.col > li a {
    display: block;
    background: #0a9fbb;
    margin: 2px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  nav.buttons ul.col > li.red a {
    background: #e92700;
  }
  nav.buttons div.menu-trigger {
    display: none;
  }
  #userTypeChoices span {
    display: block;
  }
  #clubUser .indent .indent #userTypeChoices span:first-child {
    padding-bottom: 5px;
  }
  #clubUser .indent .indent #userTypeChoices span.indent {
    padding: 2px 0;
  }
  #regions {
    display: none;
  }
  #regions .row .content {
    padding: 0 15px;
    background: none;
  }
  #login .login-social .col {
    width: 100%;
    padding: 5px 0;
  }
  #login .login-social .col:first-child {
    background: none;
  }
  div.photogallery {
    margin: 0 -1.5%;
  }
  div.photogallery a {
    width: 30.3%;
    margin: 5px 1.5%;
  }
  div.photogallery a img {
    padding: 6%;
  }
  #content-items .col > div.image {
    float: none;
    width: 100%;
  }
  #content-items .col > div.image img {
    margin: 0 auto;
  }
  #content-items .col > div:nth-child(2) {
    margin: 0;
    padding: 10px 0;
  }
  #product-detail h1 {
    text-align: center;
  }
  #product-detail .slogan {
    text-align: center;
  }
  #product-detail .points p {
    text-align: center;
  }
  #product-detail > .content .data .data-header > .col {
    width: 100%;
  }
  #product-detail > .content .data .data-header > .col:first-child {
    padding-left: 0;
    padding-bottom: 10px;
  }
  #order-steps-buttons > .col > a {
    display: block;
    float: none;
    margin: 2px 0;
    width: 100%;
  }
  #order-steps-buttons > .col > button {
    display: block;
    float: none;
    margin: 2px 0;
    width: 100%;
  }
  #order-summary #order-steps-buttons > a {
    width: 100%;
    margin: 2px 0;
  }
  #eshop-cart-items table.separated thead th.picture {
    padding: 0 0 0 5px;
  }
  #eshop-cart-items table.separated tbody td.picture {
    padding: 0;
  }
  #eshop-cart-items table.separated tbody td.picture img {
    display: none;
  }
}

@media only screen and (max-width: 420px) {
  header .cart {
    padding-top: 0;
  }
  header .cart .ico {
    height: 45px;
    line-height: 45px;
  }
  header .cart .data {
    height: 45px;
  }
  header .cart .data span {
    height: 45px;
    line-height: 42px;
  }
  header .search {
    width: 100%;
  }
  header .search p {
    display: none;
  }
  header .search button {
    height: 35px;
  }
  #h1 {
    min-width: 1px;
  }
  #h1 img {
    width: 100%;
    max-width: 196px;
  }
  #search-filter > .row > .col {
    width: 100%;
  }
  #subcategories ul.list li {
    width: 100%;
  }
  #login .col table {
    width: 100%;
  }
  footer .col {
    width: 90%;
    padding: 15px 0 5px 0;
    margin: 0 5%;
  }
  footer .col:first-child {
    background: none;
    padding-top: 0;
  }
  #contact > .col form .row:last-child .col {
    width: 100%;
  }
  form.form > .row:last-child > .col {
    width: 100%;
  }
  #product-detail .good-order td {
    display: block;
    width: 100%;
  }
  #product-detail .good-order td:first-child {
    display: none;
  }
  #product-detail > .content .fullsize > tbody > tr > td {
    width: 40%;
  }
  #product-detail > .content .fullsize > tbody > tr > td:nth-child(2) table {
    margin: 0 0 0 auto;
    width: auto;
  }
  #product-detail > .content .fullsize > tbody > tr > td:nth-child(2) table td {
    text-align: left;
    padding: 0;
    vertical-align: top;
  }
  #product-detail
> .content
.fullsize
> tbody
> tr
> td:nth-child(2)
table
td
span {
    line-height: 1.2em;
    font-size: 1.1em;
  }
  #product-detail > .content .fullsize > tbody > tr > td:first-child {
    width: 60%;
  }
  #eshop-cart-items table.separated thead {
    display: none;
  }
  #eshop-cart-items table.separated tbody td.picture img {
    display: inline-block;
  }
  #eshop-cart-items table.separated tbody td {
    display: block;
    text-align: center;
    border: none;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  #eshop-cart-items table.separated tbody td:first-child {
    border: 1px solid #dadada;
    border-bottom: none;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  #eshop-cart-items table.separated tbody td:last-child {
    border: 1px solid #dadada;
    border-top: none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #add-to-cart-popup table.fullsize td {
    width: 50%;
    padding: 2px;
  }
  #add-to-cart-popup table.fullsize td .btn {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
}

@media only screen and (max-width: 380px) {
  div.photogallery {
    margin: 0 -2%;
  }
  div.photogallery a {
    width: 46%;
    margin: 5px 2%;
  }
  div.photogallery a img {
    padding: 5%;
  }
  div.documents .col {
    width: 100%;
  }
  div.documents .col span.document {
    padding-left: 0;
    padding-right: 0;
  }
  #delivery2paymentPrice > div {
    text-align: center;
  }
  #delivery2paymentPrice > div > span {
    display: block;
    width: 100%;
    text-align: center;
  }
  #newsletter > .col {
    width: 100%;
  }
  #newsletter > .col .col {
    width: 100%;
    text-align: right;
  }
  #newsletter > .col .col:first-child {
    width: 100%;
    text-align: left;
  }
  #clubMenu .btn {
    width: 100%;
    margin-bottom: 1px;
  }
}

@media only screen and (max-width: 340px) {
  #header .ico {
    display: none;
  }
  header .col:first-child {
    width: 35%;
  }
  header .cart {
    width: 65%;
  }
  header .cart .ico {
    height: 35px;
    line-height: 35px;
  }
  header .cart .data {
    height: 35px;
  }
  header .cart .data span {
    height: 35px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1024px) {
  .video-container {
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  .video-container {
    margin: 8px 0px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.hidden {
  display: none;
}

/* 
       * HEADER REDESIGN
      */
.mobile-header {
  display: none;
}

.desktop-header {
  display: block;
}

@media screen and (min-width: 769px) {
  .overlay-bulk {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .rotate {
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }
  .mobile-overlay {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .no-scroll {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .message {
    position: relative;
    z-index: 1000;
  }
  #sidebar {
    display: none;
  }
  .bg-icon {
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    width: 24px;
  }
  #mobile-menu-btn {
    background-image: url(icons/assets/nav.svg);
  }
  #mobile-club {
    background-image: url(icons/assets/account.svg);
  }
  #mobile-search {
    display: none;
    background-image: url(icons/assets/search.svg);
  }
  #mobile-cart {
    background-image: url(icons/assets/cart.svg);
    position: relative;
  }
  #mobile-cart .products-in-cart {
    background: #FF0000;
    font-size: 10px;
    line-height: 13px;
    border: 2px solid #fff;
    padding: 0px 4px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    right: -8px;
    top: 10px;
    position: absolute;
  }
  #mobile-logo, #nav-logo {
    background-image: url(img/logo/SKUS_KINEKUS.svg);
    margin-right: auto;
    width: 128px;
    background-size: contain;
    height: 100%;
  }
  #mobile-menu-btn-close {
    width: 24px;
    height: 100%;
    padding-top: 16px;
  }
  #mobile-menu-btn-close:before, #mobile-menu-btn-close:after {
    content: ' ';
    position: absolute;
    left: 27px;
    height: 24px;
    width: 2px;
    background-color: #26367E;
  }
  #mobile-menu-btn-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #mobile-menu-btn-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 8px;
    height: 56px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 1px 4px #00000029;
    box-shadow: 0 1px 4px #00000029;
    margin-bottom: 99px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 998;
  }
  .mobile-header > * {
    display: inline-block;
    height: 100%;
    margin: 0 8px;
  }
  .slide-wrap {
    position: absolute;
    display: none;
    z-index: 900;
    top: 55px;
    left: 0;
    margin: 0;
    width: 100%;
    background: #fff;
  }
  #search-wrap {
    display: block;
  }
  #search-wrap * {
    background-color: inherit;
  }
  #search-wrap .input-big {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #D6DDE0;
    border-radius: 5px;
    padding: 16px;
  }
  #search-wrap .button.bg-icon {
    background-image: url(icons/assets/search.svg);
    right: 32px;
    top: 12px;
    width: 30px;
    height: 30px;
  }
  #search-wrap .input-btn {
    padding: 0 16px 16px 16px;
    position: relative;
    -webkit-box-shadow: 0 4px 2px -2px #00000029;
    box-shadow: 0 4px 2px -2px #00000029;
  }
  #search-wrap div.loader {
    right: 32px;
    top: 50%;
    margin-top: -20px;
  }
  #search-wrap .col.search {
    padding-left: 0;
    padding-right: 0;
  }
  #club-wrap {
    height: auto;
    padding: 16px;
  }
  #club-wrap .col-tp-login, #club-wrap .login {
    margin: 0;
    width: 100%;
  }
  #club-wrap .login {
    text-align: center;
  }
  #club-wrap .button.active {
    margin: 0 20px 0 0 !important;
  }
  #nav-wraper {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    min-height: 100%;
    height: 100vh;
    overflow-y: scroll;
    z-index: 1000;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 90vw;
    max-width: 500px;
    background: #fff;
  }
  #nav-wraper .categories__list > ul > li > ul {
    padding: 0;
    background-color: #F4F8FB;
  }
  #nav-wraper .categories__list > ul > li > ul > li {
    padding: 0 16px;
  }
  #nav-wraper .categories__list ul > li ul {
    padding: 8px 0;
    margin: 0;
  }
  #nav-wraper .navigation-list {
    display: block;
    width: 100%;
    padding: 0;
    top: 0;
    position: relative;
    z-index: 1000;
  }
  #nav-wraper .navigation-list .subcategories-trigger {
    background: url(icons/assets/arrow.svg) no-repeat;
    background-size: 14px 14px;
    background-position: center;
    padding: 0 16px;
    height: 48px;
    width: 46px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #nav-wraper .navigation-list li {
    position: relative;
  }
  #nav-wraper .navigation-list > li .icon-angle-right {
    top: 1px;
    font-size: 14px;
  }
  #nav-wraper .navigation-list > li > ul .subcategories-trigger {
    background: url(icons/assets/arrow_dark.svg) no-repeat;
    background-size: 14px 14px;
    background-position: center;
    height: 37px;
  }
  #nav-wraper .navigation-list > li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
  }
  #nav-wraper .navigation-list > li > a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }
  #nav-wraper .navigation-list > li > ul > li > a > .icon-angle-right {
    display: none;
  }
  #nav-wraper .navigation-list > li > ul {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #nav-wraper .navigation-list > li > ul li {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #nav-wraper .navigation-list > li > ul a {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    display: block;
  }
  #nav-wraper .mobile-nav-header {
    width: 90vw;
    padding: 0 8px;
    top: 0;
    height: 56px;
    z-index: 1001;
    position: -webkit-sticky;
    position: sticky;
    background: #FFFFFF;
    left: 0;
  }
  #nav-wraper .mobile-nav-header > * {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
  }
  #nav-wraper .mobile-sub-nav-item {
    background-color: #ffffff;
    padding: 0 16px;
  }
  #nav-wraper .mobile-sub-nav-item a {
    color: #26367E;
    padding: 16px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .desktop-header {
    display: none;
  }
}

/* 
      * CART REDESIGN
      */
.title.success-title-cont {
  border-bottom: 0;
}

.title .success-title {
  text-transform: initial;
  padding: 0 16px;
}

.title .success-icon {
  margin: 16px 0;
}

.title .success-icon > div {
  color: #00BB2A;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border: 2px solid #00BB2A;
  border-radius: 50%;
  background-color: #fff;
}

section.bg.payment-result {
  padding: 20px;
}

section.bg.payment-result .back-to-shop-btn {
  margin-top: 20px;
}

.back-to-shop-btn {
  color: #fff;
  font-size: 1em;
  margin: 0 auto;
  max-width: 300px;
  border-radius: 5px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.back-to-shop-btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.back-to-shop-btn a {
  width: 100%;
  display: block;
  padding: 14px;
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
}

.back-to-shop-btn a:hover {
  color: #fff;
  text-decoration: none;
}

.rotate {
  -webkit-transform: rotate(0) !important;
  transform: rotate(0) !important;
}

.white-nowrap {
  white-space: nowrap;
}

.fs-13 {
  font-size: 13px;
}

.hide-to-desktop {
  display: none;
}

.hide-to-desktop-hard {
  display: none !important;
}

.hide-to-mobile, .hide-to-tablet {
  display: block;
}

.hide-to-mobile-hard, .hide-to-tablet-hard {
  display: block;
}

.hide-to-mobile-cell {
  display: table-cell;
}

.hidden-hard {
  display: none !important;
}

.mh-15 { margin-bottom: 15px; margin-top: 15px;}
.mb-15 { margin-bottom: 15px; }
.mb-16 { margin-bottom: 16px; }
.mt-16 { margin-top: 16px; }

.green-2 {
  color: #00BB2A;
}

.bg-green-2 {
  background-color: #00BB2A;
  color: #fff;
}

.black {
  color: #000;
}

.button-green-2 {
  color: #ffffff;
  background-color: #00BB2A;
  border-color: #00BB2A;
}

.button-fullwidth {
  width: 100%;
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
}

.fs-24 {
  font-size: 24px;
}

.flex-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.flex-cont .left-side {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
}

.flex-cont .right-side {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.flex-cont.flex-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-cont.flex-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-cont.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-cont.flex-spacebetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.arrow-container, .arrow-container-plain {
  position: relative;
}

.arrow {
  background-image: url(icons/assets/arrow.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  height: 39px;
  width: 39px;
  position: absolute;
  right: 0;
  top: 0;
}

.arrow.arrow-right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow.arrow-left {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.arrow.arrow-custom-bg {
  background-color: rgba(0, 0, 0, 0.08);
}

.arrow.arrow-black {
  background-image: url(icons/assets/arrow_black.svg);
}

#order-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888888;
}

#order-steps > div {
  position: relative;
}

#order-steps a {
  color: inherit;
}

#order-steps .step-number {
  width: 32px;
  border: 2px solid #E8E8E8;
  background-color: #fff;
  border-radius: 50%;
  height: 32px;
  line-height: 28px;
  display: inline-block;
  margin-right: 16px;
  text-align: center;
}

#order-steps .active {
  color: #00BB2A;
}

#order-steps .active .step-number {
  color: #fff;
  width: 32px;
  border: 2px solid #00BB2A;
  background-color: #00BB2A;
}

#order-steps .done {
  color: #888888;
}

#order-steps .done .step-number {
  color: #00BB2A;
  width: 32px;
  border: 2px solid #00BB2A;
  background-color: #fff;
}

#order-steps .done .step-number .done-icon, .done-icon {
  background-image: url(icons/assets/checkbox.svg);
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}

#order-steps .step-separator {
  max-width: 56px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 56px;
  flex: 1 1 56px;
  margin: 0 16px;
  width: 100%;
  height: 1px;
  background-color: #E8E8E8;
}

#eshop-cart {
  height: 100%;
}

#eshop-cart-items table {
  width: 100%;
}

#eshop-cart-items table tbody {
  width: 100%;
}

#eshop-cart-items .cart-item-top {
  display: none;
}

#eshop-cart-items .cart-item:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}

#eshop-cart-items .cart-item > td {
  padding-top: 32px;
  padding-bottom: 32px;
}

#eshop-cart-items .cart-item > td:not(:last-child) {
  padding-right: 32px;
}

#eshop-cart-items .cart-item > td.picture {
  max-width: 100px;
}

#eshop-cart-items .cart-item > td.picture img {
  overflow: hidden;
}

#eshop-cart-items .product-price {
  color: #888888;
  white-space: nowrap;
}

#eshop-cart-items .product-price .prodcut-sumprice {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

#eshop-cart-items .prodct-pcs-counter {
  min-width: 150px;
  width: 160px;
}

#eshop-cart-items .prodct-pcs-counter .prodct-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #D6DDE0;
  border-radius: 4px;
}

#eshop-cart-items .prodct-pcs-counter .prodct-count input {
  border: 0;
}

#eshop-cart-items .prodct-pcs-counter .prodct-count input:focus, #eshop-cart-items .prodct-pcs-counter .prodct-count input:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#eshop-cart-items .prodct-pcs-counter .prodct-count .btn-spinner {
  height: 100%;
  color: #000;
  background: transparent;
  outline: none;
  border: 0;
  line-height: 14px;
  padding: 16px 16px;
  font-weight: bold;
}

#eshop-cart-items .prodct-pcs-counter .prodct-count .btn-spinner:hover {
  cursor: pointer;
}

#eshop-cart-items .remove-wrap {
  width: 30px;
}

#eshop-cart-items .remove-wrap .remove {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
}

#eshop-cart-items .remove-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 12px;
  height: 12px;
  opacity: 0.3;
}

#eshop-cart-items .remove:hover .remove-btn {
  opacity: 1;
}

#eshop-cart-items .remove-btn:before, #eshop-cart-items .remove-btn:after {
  position: absolute;
  left: 6px;
  content: ' ';
  height: 13px;
  width: 2px;
  background-color: #333;
}

#eshop-cart-items .remove-btn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#eshop-cart-items .remove-btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#discounts .giftcard-trigger {
  width: 100%;
  padding: 8px 0;
  position: relative;
  background: transparent;
  border: 0;
  text-align: left;
  color: #26367E;
  text-decoration: underline;
}

#discounts .giftcard-trigger:hover {
  cursor: pointer;
}

#discounts .giftcard-trigger:focus, #discounts .giftcard-trigger:active {
  outline: none;
  border: 0;
}

#discounts .giftcard-trigger .spherecard-logo {
  margin-left: auto;
  position: absolute;
  display: inline-block;
  right: 0;
  top: 50%;
  max-height: 24px;
  margin-top: -12px;
}

#discounts .giftcard-trigger .spherecard-logo img {
  max-height: 24px;
}

#discounts .giftcard-trigger .plus-minus-icon {
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px;
}

#discounts .giftcard-trigger .plus-icon {
  background-image: url(icons/assets/add.svg);
}

#discounts .giftcard-trigger .minus-icon {
  background-image: url(icons/assets/remove.svg);
}

#discounts .giftcard-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  border: 1px solid #D6DDE0;
  border-radius: 4px;
  margin: 8px 0;
  background: #fff;
}

#discounts input[readonly] {
  cursor: default;
}

#discounts .giftcard-input-wrap input {
  margin-right: 8px;
  border-right: 1px solid #D6DDE0 !important;
}

#discounts .giftcard-input-wrap button, #discounts .giftcard-input-wrap a {
  color: #26367E;
  white-space: nowrap;
  font-size: 14px;
  padding: 0 8px;
  font-weight: bold;
}

#discounts .giftcard-input-wrap button:hover, #discounts .giftcard-input-wrap a:hover {
  cursor: pointer;
  text-decoration: underline;
}

#discounts .giftcard-input-wrap input, #discounts .giftcard-input-wrap button {
  background: #fff;
  border: 0;
}

#discounts .giftcard-input-wrap input:focus, #discounts .giftcard-input-wrap input:active, #discounts .giftcard-input-wrap button:focus, #discounts .giftcard-input-wrap button:active {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.user-section-container {
  width: 90%;
}

.user-section-container .city-psc-cont > div:last-child {
  margin-left: 16px;
  width: 70px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 70px;
  flex: 1 1 70px;
}

.user-section-container .city-psc-cont > div:first-child {
  width: 75%;
}

.user-section-container.flex-wrap > div {
  width: 50%;
}

.user-section-container.flex-wrap > div:nth-child(2n+1) {
  padding-right: 16px;
}

.user-section-container.flex-wrap > div:nth-child(n+3) {
  margin-top: 16px;
}

.left-side {
  color: #000;
}

.left-side .row {
  margin: 0;
}

.left-side #clubUser .user-section-title, .left-side #userTypePoData .user-section-title, .left-side #differentDeliveryAddressData .user-section-title {
  font-size: 24px;
  line-height: 28px;
  color: #26367E;
  margin-bottom: 16px;
  margin: 16px 0;
  font-weight: 500;
}

.left-side #clubUser .col, .left-side #userTypePoData .col, .left-side #differentDeliveryAddressData .col {
  width: 40%;
  padding: 0;
  padding-right: 16px;
  margin-bottom: 16px;
}

.left-side #clubUser .col.col-5, .left-side #userTypePoData .col.col-5, .left-side #differentDeliveryAddressData .col.col-5 {
  width: 34%;
}

.left-side #clubUser .col.col-2, .left-side #userTypePoData .col.col-2, .left-side #differentDeliveryAddressData .col.col-2 {
  width: 12%;
}

.left-side .login-container {
  padding: 16px;
  background: #FFF9E6;
  border-radius: 5px;
  text-align: center;
  color: #3D3212;
}

.left-side .login-container a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}

.left-side .login-container p {
  margin: 0;
}

#cart-price-summary {
  color: #000;
  margin-top: 22px;
}

#cart-price-summary tr td {
  padding: 8px 0;
}

#cart-price-summary tbody:last-child() td {
  padding-bottom: 24px;
}

#cart-price-summary .total-price-row {
  border-top: 2px solid #E8E8E8;
}

#cart-price-summary .total-price-row td {
  padding: 30px 0;
  margin-top: 16px;
}

.weborder-wrap > * {
  padding: 30px;
}

.weborder-wrap h2 {
  font-size: 24px;
  line-height: 28px;
  color: #26367E;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  margin: 32px 0 24px 0;
}

.summary-wrap {
  color: #000;
  max-width: 390px;
  background-color: #E7F0F6;
  padding: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.summary-wrap .back-step {
  left: 0;
  width: 14px;
}

.summary-wrap .arrow-container-plain {
  margin-top: 16px;
}

.summary-wrap .arrow-container-plain a {
  text-align: left;
  color: #000;
  text-decoration: underline;
}

.summary-wrap .arrow-container {
  width: 100%;
  min-width: 280px;
  border-radius: 5px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.summary-wrap .arrow-container:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.summary-wrap .arrow-container button:disabled,
.summary-wrap .arrow-container button[disabled] {
  cursor: auto;
}

.summary-wrap .arrow-container .arrow-custom-bg {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.summary-wrap .arrow-container a, .summary-wrap .arrow-container button {
  text-align: center;
  padding-right: 39px;
  background-color: transparent;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.summary-wrap h2 {
  font-size: 24px;
  line-height: 28px;
  color: #26367E;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
}

.summary-wrap label a {
  color: #000;
  margin: 0;
  text-decoration: underline;
}

.custom-checkbox-container input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  margin-right: 12px;
  width: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #CECECE;
  vertical-align: middle;
  position: relative;
}

.custom-checkbox-container input[type="checkbox"]:checked {
  background: #26367E;
  border: 1px solid #26367E;
}

.custom-checkbox-container input[type="checkbox"]:after {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 7px;
  top: 3px;
  width: 8px;
  height: 13px;
  position: absolute;
}

.custom-checkbox-container input[type="checkbox"]:hover {
  cursor: pointer;
}

.custom-checkbox-container input[type="checkbox"]:focus, .custom-checkbox-container input[type="checkbox"]:active {
  outline: none;
}

.left-side #deliveryTypes > div strong {
  float: none;
}

#deliveryTypes, #paymentTypes {
  color: #000;
}

#deliveryTypes > div:not(#delivery-types-list-oo), #paymentTypes > div:not(#delivery-types-list-oo) {
  padding: 0;
  border: 1px solid #D6DDE0;
  border-radius: 5px;
  margin: 8px 0;
}

#delivery-select-oo {
  text-decoration: underline;
  color: #26367E;
}

#deliveryTypes > div:not(#delivery-types-list-oo).checked, #paymentTypes > div:not(#delivery-types-list-oo).checked {
  border: 2px solid #26367E;
}

#delivery-types-list-oo {
  display: none;
}

#delivery-types-list-oo .desc-trigger {
  display: none;
}

.check-container {
  width: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-container:hover input ~ .checkmark {
  background-color: #eee;
}

.check-container input:checked ~ .checkmark {
  border: 2px solid #26367E;
}

.check-container input:checked ~ .checkmark:after {
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 5px;
  background: #26367E;
  left: 5px;
}

.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
}

.check-container .checkmark {
  border-radius: 50%;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  position: relative;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 2px solid #D6DDE0;
}

.check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-container .delivery-price, .check-container .payment-price {
  display: block;
}

.check-container .delivery-name-wrap {
  padding-right: 70px;
}

.check-container .delivery-price-container {
  right: 0;
}

.check-container .delivery-descr {
  color: #888888;
}

@media screen and (max-width: 1024px) {
  .flex-cont.weborder-wrap {
    display: block;
    margin: 0 -16px;
    width: 100vw;
    padding: 30px;
    background: #fff;
  }
  .flex-cont.weborder-wrap > * {
    width: 100%;
    max-width: 100%;
    padding: 16px 0;
  }
  .flex-cont.weborder-wrap .left-side {
    padding: 0;
  }
  .flex-cont.weborder-wrap .right-side {
    padding-top: 0;
  }
  .summary-wrap {
    background-color: #fff;
  }
  .summary-wrap #order-summary-checks label {
    text-align: left;
    font-size: .9em;
  }
  .summary-wrap .arrow-container {
    max-width: 300px;
  }
  #delivery-types-list-oo {
    display: none;
    border-radius: 5px;
    position: fixed;
    background: #FFFFFF;
    width: 74vw;
    max-height: 90vh;
    height: auto;
    overflow-y: scroll;
    margin: 0 auto;
    left: 50%;
    margin-left: -35vw;
    top: 5vh;
    z-index: 2000;
  }
  #delivery-types-list-oo > div {
    position: relative;
  }
  #delivery-types-list-oo .delivery-descr {
    display: none;
  }
  #delivery-types-list-oo .desc-trigger {
    cursor: pointer;
    background: url(icons/assets/arrow_dark.svg) no-repeat;
    background-size: 14px 14px;
    background-position: center;
    padding: 0 16px;
    height: 48px;
    width: 46px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #delivery-types-list-oo .delivery-price-container {
    right: 32px;
  }
  #eshop-cart-items .cart-item:last-child {
    border-bottom: 1px solid #E8E8E8;
  }
  #discounts > div {
    border-bottom: 1px solid #E8E8E8;
    padding: 16px 0;
  }
  #discounts .giftcard-input-wrap {
    margin-top: 16px;
  }
  #discounts .giftcard-trigger {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .hide-from-tablet {
    display: none;
  }
  .hide-from-tablet-hard {
    display: none !important;
  }
  #order-steps .step-wrap, #order-steps .step-wrap * {
    white-space: nowrap;
  }
  .weborder-wrap .delivery-price-container {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
  }
}

@media screen and (max-width: 768px) {
  /* TODOV */
  .flex-cont.weborder-wrap {
    margin-top: -30px !important;
  }
  .hide-to-tablet {
    display: none;
  }
  .hide-to-tablet-hard {
    display: none !important;
  }
  .hide-from-tablet {
    display: block;
  }
  .check-container .delivery-descr {
    margin-top: 6px;
  }
  #order-steps {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid #E8E8E8;
  }
  #order-steps > div {
    margin: 0;
    padding: 8px;
  }
  #order-steps a {
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #order-steps a:hover {
    text-decoration: none;
  }
  #order-steps a .step-number {
    margin: 0;
    margin-bottom: 8px;
    position: relative;
  }
  #order-steps a .step-number .step-separator {
    position: absolute;
  }
  #order-steps a > span:not(.step-number) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  #eshop-cart-items .cart-item {
    padding: 24px 0;
  }
  #eshop-cart-items .cart-item td:not(:last-child) {
    padding-right: 16px;
  }
  #eshop-cart-items .cart-item .picture {
    margin-right: 16px;
  }
  #eshop-cart-items .cart-item .picture img {
    max-height: 60px;
    width: auto;
    max-width: 100%;
  }
  #eshop-cart-items .cart-item > div.cart-item-top {
    margin-bottom: 16px;
  }
  #eshop-cart-items .cart-item .remove-wrap {
    margin-left: auto;
  }
  #eshop-cart-items .cart-item .remove-wrap .remove-btn {
    opacity: 1;
  }
  #eshop-cart-items .cart-item .btn-spinner {
    display: inline-block;
  }
  .left-side {
    color: #000;
  }
  .left-side .row {
    margin: 0;
  }
  .left-side #clubUser .user-section-title, .left-side #userTypePoData .user-section-title, .left-side #differentDeliveryAddressData .user-section-title {
    font-size: 24px;
    line-height: 28px;
    color: #26367E;
    margin-bottom: 16px;
    margin: 16px 0;
    font-weight: 500;
  }
  .left-side #clubUser .col, .left-side #userTypePoData .col, .left-side #differentDeliveryAddressData .col {
    width: 50%;
    padding: 0;
    padding-right: 16px;
  }
  .left-side #clubUser .col.col-5, .left-side #userTypePoData .col.col-5, .left-side #differentDeliveryAddressData .col.col-5 {
    width: 42%;
  }
  .left-side #clubUser .col.col-2, .left-side #userTypePoData .col.col-2, .left-side #differentDeliveryAddressData .col.col-2 {
    width: 16%;
  }
  .left-side .user-section-container {
    width: 100%;
  }
  .check-container .delivery-name-wrap {
    padding-right: 20px;
  }
}

@media screen and (max-width: 600px) {
  .hide-to-desktop {
    display: block;
  }
  .hide-to-desktop-hard {
    display: block !important;
  }
  .hide-to-mobile, .hide-to-mobile-cell {
    display: none;
  }
  .hide-to-mobile-hard {
    display: none !important;
  }
  #eshop-cart-items .cart-item-top {
    display: table-row;
  }
  #eshop-cart-items .cart-item td {
    padding: 24px 0;
  }
  #eshop-cart-items .cart-item .picture img {
    max-height: 48px;
  }
  #eshop-cart-items .cart-item.cart-item-top {
    border-bottom: 0;
  }
  #eshop-cart-items .cart-item.cart-item-top td {
    padding-bottom: 0;
  }
  .left-side {
    color: #000;
  }
  .left-side .row {
    margin: 0;
  }
  #clubUser .user-section-title, #userTypePoData .user-section-title, #differentDeliveryAddressData .user-section-title {
    font-size: 24px;
    line-height: 28px;
    color: #26367E;
    margin-bottom: 16px;
    margin: 16px 0;
    font-weight: 500;
  }
  #clubUser .col, #userTypePoData .col, #differentDeliveryAddressData .col {
    width: 100%;
    padding: 0;
    padding-right: 16px;
    margin-bottom: 16px;
  }
  #clubUser .col.col-5, #userTypePoData .col.col-5, #differentDeliveryAddressData .col.col-5 {
    width: 100%;
  }
  #clubUser .col.col-2, #userTypePoData .col.col-2, #differentDeliveryAddressData .col.col-2 {
    width: 25%;
  }
  #clubUser .user-section-container, #userTypePoData .user-section-container, #differentDeliveryAddressData .user-section-container {
    width: 100%;
  }
  #clubUser .user-section-container .city-psc-cont > div:last-child, #userTypePoData .user-section-container .city-psc-cont > div:last-child, #differentDeliveryAddressData .user-section-container .city-psc-cont > div:last-child {
    margin-left: 16px;
    width: 70px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70px;
    flex: 1 1 70px;
  }
  #clubUser .user-section-container .city-psc-cont > div:first-child, #userTypePoData .user-section-container .city-psc-cont > div:first-child, #differentDeliveryAddressData .user-section-container .city-psc-cont > div:first-child {
    width: 75%;
  }
  #clubUser .user-section-container.flex-wrap > div, #userTypePoData .user-section-container.flex-wrap > div, #differentDeliveryAddressData .user-section-container.flex-wrap > div {
    margin-top: 16px;
    width: 100%;
  }
  #clubUser .user-section-container.flex-wrap > div:first-child, #userTypePoData .user-section-container.flex-wrap > div:first-child, #differentDeliveryAddressData .user-section-container.flex-wrap > div:first-child {
    margin-top: 0;
  }
  #clubUser .user-section-container.flex-wrap > div:nth-child(2n+1), #userTypePoData .user-section-container.flex-wrap > div:nth-child(2n+1), #differentDeliveryAddressData .user-section-container.flex-wrap > div:nth-child(2n+1) {
    padding-right: 0;
  }
  #delivery-types-list-oo {
    width: 90vw;
    margin-left: -45vw;
  }
  .check-container .payment-price img {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .flex-cont.weborder-wrap {
    padding: 16px;
  }
}

/* FOOTER REDESIGN */
.only-in-cart {
  display: none;
}

/* HOMEPAGE REDESIGN */
.bg-red-homepage {
  background-color: #D11A48;
  color: #fff;
}

.bg-green-homepage {
  background-color: #2E8F3F;
  color: #fff;
}

.submenu-cont {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0px 0 15px 0;
}

.submenu-cont a {
  color: #26367E;
  font-size: 14px;
  text-decoration: underline;
}

.submenu-cont > div {
  padding-left: 8px;
  margin-left: 8px;
  position: relative;
}

.submenu-cont > div:not(:last-child) > p:after {
  content: " ";
  height: 100%;
  width: 1px;
  top: 0;
  right: -8px;
  background: rgba(38, 54, 126, 0.24);
  position: absolute;
}

.submenu-cont > div > p {
  margin: 0;
}

#main-slider-mobile {
  margin-top: -31px;
  margin-bottom: 16px;
  overflow: hidden;
  width: 100%;
}

#main-slider-mobile, #main-slider-mobile * {
  border-radius: 0;
}

.homepage-slider-nav-cont {
  position: relative;
}

.homepage-slider-nav-cont > * {
  display: block;
  position: relative;
}

.homepage-slider-nav-cont .slider-container {
  width: 100%;
  overflow: hidden;
}

.homepage-slider-nav-cont .slider-container .slider-wrap {
  margin-bottom: 30px;
  width: 100%;
}

.homepage-slider-nav-cont .homepage-top-sale {
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 7px #0000001A;
  box-shadow: 0px 0px 7px #0000001A;
  position: absolute;
  bottom: 0;
  top: 310px;
  border-radius: 5px;
  background-color: #fff;
  padding: 0;
}

.homepage-slider-nav-cont .homepage-top-sale:hover, .homepage-slider-nav-cont .homepage-top-sale:focus {
  text-decoration: none;
  color: #D71841;
  outline: none;
}

.homepage-slider-nav-cont .homepage-top-sale > * {
  width: auto;
}

.homepage-slider-nav-cont .homepage-top-sale > *:first-child {
  padding-left: 30px;
}

.homepage-slider-nav-cont .homepage-top-sale > *:last-child {
  padding-right: 30px;
}

.homepage-slider-nav-cont .homepage-top-sale p {
  margin: 0;
}

.homepage-slider-nav-cont .homepage-top-sale .sale-amount-cont {
  white-space: nowrap;
  text-transform: uppercase;
}

.homepage-slider-nav-cont .homepage-top-sale .sale-amount-cont p:not(:first-child) {
  font-size: 2em;
}

.homepage-slider-nav-cont .homepage-top-sale .sale-amount-cont > div {
  padding: 15px 25px;
  border: 2px solid #D71841;
  border-radius: 5px;
}

.homepage-slider-nav-cont .homepage-top-sale .sale-product-cont {
  padding: 24px 30px;
}

.homepage-slider-nav-cont .homepage-top-sale .sale-product-img {
  height: 100%;
  width: auto;
}

.homepage-slider-nav-cont .homepage-top-sale .sale-product-wrap {
  padding: 0 15px;
}

.homepage-slider-nav-cont .homepage-top-sale .sale-product-wrap .product-name {
  color: #707070;
  font-size: 1em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homepage-slider-nav-cont .homepage-top-sale .sale-product-wrap .old-price {
  color: #AAAAAA;
  text-decoration: line-through;
}

.homepage-slider-nav-cont .homepage-top-sale .sale-product-wrap .new-price {
  font-size: 20px;
  margin-right: 15px;
}

.homepage-slider-nav-cont .homepage-top-sale .sale-product-wrap > div.flex-cont {
  height: 100%;
  -ms-flex-line-pack: space-evenly;
  align-content: space-evenly;
}

.homepage-slider-nav-cont .homepage-top-sale .sale-product-wrap > div.flex-cont .product-price-cont {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.homepage-slider-nav-cont .homepage-top-sale .sale-separetor {
  position: relative;
  background: #fff;
  border: 1px solid #EBEBEB;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
}

.homepage-slider-nav-cont .homepage-top-sale .sale-separetor:after, .homepage-slider-nav-cont .homepage-top-sale .sale-separetor:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.homepage-slider-nav-cont .homepage-top-sale .sale-separetor:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 7px;
  margin-top: -7px;
}

.homepage-slider-nav-cont .homepage-top-sale .sale-separetor:before {
  border-color: rgba(0, 190, 190, 0);
  border-left-color: #EBEBEB;
  border-width: 8px;
  margin-top: -8px;
}

.homepage-slider-nav-cont .homepage-top-sale .sale-starts-cont {
  padding: 0 30px;
}

.homepage-slider-nav-cont .section-head.homepage {
  position: relative;
  margin-right: 30px;
  min-width: 284px;
  top: 0;
  height: 100%;
}

.home-slider-cont {
  margin-top: 30px;
  padding: 30px 0px !important;
}

.home-slider-cont .home-slider-wrap {
  position: relative;
}

.home-slider-cont .home-slider-wrap:after {
  content: " ";
  width: 80px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
  right: 0px;
  top: 0;
  position: absolute;
  z-index: 100;
}

.home-slider-cont .top-slider {
  width: calc(100% - (100%/4.5)/2);
  margin: 0;
}

.home-slider-cont .owl-controls {
  text-align: center;
  margin-top: 16px;
}

.home-slider-cont .owl-controls .owl-pagination {
  display: inline-block;
}

.home-slider-cont .owl-controls .owl-pagination .owl-page {
  width: 8px;
  height: 8px;
  background-color: #EBEBEB;
  border-radius: 50%;
  display: inline-block;
}

.home-slider-cont .owl-controls .owl-pagination .owl-page:not(:last-child) {
  margin-right: 8px;
}

.home-slider-cont .owl-controls .owl-pagination .owl-page.active {
  background-color: #1075AC;
}

.home-slider-cont .owl-next, .home-slider-cont .owl-prev {
  position: absolute;
  z-index: 101;
  top: 50%;
  height: 56px;
  width: 56px;
  background-color: #fff;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -23px;
  -webkit-box-shadow: 0px 4px 16px #00000029;
  box-shadow: 0px 4px 16px #00000029;
  border-radius: 4px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.home-slider-cont .owl-prev {
  left: -36px;
  background-image: url(icons/homepage/assets/arrow--left.svg);
}

.home-slider-cont .owl-next {
  right: -36px;
  background-image: url(icons/homepage/assets/arrow--right.svg);
}

.home-slider-cont .owl-prev:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.home-slider-cont .owl-next:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.home-slider-cont .top-header {
  padding: 0 25px;
  margin: 0 0 15px 0;
  border-bottom: none;
}

.home-slider-cont .title {
  border-bottom: 1px solid #EBEBEB;
  padding: 0 0 4px 0;
  margin: 0;
}

.home-slider-cont .title > * {
  font-size: 16px;
}

.home-slider-cont .title span {
  color: #7D878C;
  padding: 0 0 6px 0;
}

.home-slider-cont .slider-product-cont {
  position: relative;
  padding: 0 25px;
  text-align: center;
}

.home-slider-cont .slider-product-cont > a {
  height: 100%;
}

.home-slider-cont .slider-product-cont > a:hover {
  text-decoration: none;
}

.home-slider-cont .slider-product-cont > a > div {
  height: 100%;
}

.home-slider-cont .slider-product-wrap {
  position: relative;
}

.home-slider-cont .slider-product-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.home-slider-cont .slider-product-image img {
  position: absolute;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.lazy-loader-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}

.lazy-loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  margin-left: -30px;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.product-stickers .product-stickers-homepage-cont,
.home-slider-cont .product-stickers-homepage-cont {
  z-index: 100;
  position: absolute;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  text-align: left;
}

.product-stickers .product-stickers-homepage-cont .product-stickers-homepage,
.home-slider-cont .product-stickers-homepage-cont .product-stickers-homepage {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
  margin-right: 4px;
}

.home-slider-cont .slider-product {
  color: #707070;
  font-size: 14px;
}

.home-slider-cont .slider-product .rating {
  float: none;
  margin: 0;
}

.home-slider-cont .slider-product-name {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 63px;
}

.home-slider-cont .slider-product-price {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
}

.home-slider-cont .slider-product-cart-wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.home-slider-cont .slider-product-cart-wrap .slider-product-price {
  margin-top: 0;
}

@media screen and (max-width: 425px) {
  .home-slider-cont .slider-product-cart-wrap .slider-product-price {
    width: 100%;
  }
  .home-slider-cont .slider-product-cart-wrap .slider-product-addtocart {
    margin-top: 5px;
  }
  .home-slider-cont .slider-product-cart-wrap .slider-product-price .old-price {
    display: inline;
  }
}

.home-slider-cont .slider-product-cart-wrap .slider-product-addtocart .button-s {
  padding: 10px 6px 8px 0px;
}
.product-products-slider .slider-product-name {
  -webkit-line-clamp: 2;
  height: 41px;
  margin-bottom: 10px;
}
.product-products-slider .slider-product .rating {
  margin-bottom: 10px;
}

.home-slider-cont .slider-product-price .old-price {
  margin-left: 16px;
  vertical-align: middle;
  color: #AAAAAA;
  font-size: 14px;
  font-weight: normal;
  text-decoration: line-through;
}

.homepage-buy-banner {
  padding: 15px 25px 0 25px;
  color: #1075AC;
}

.homepage-buy-banner > * {
  width: 25%;
  padding: 0 25px;
  text-align: center;
}

.homepage-buy-banner.flex-cont {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.homepage-buy-banner .item-wrap p {
  margin-bottom: 0;
  font-size: 14px;
}

.homepage-buy-banner .icon-cont {
  height: 56px;
  width: 56px;
  margin: 0 auto 12px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.homepage-buy-banner .icon-cont.icon-secure {
  background-image: url(icons/homepage/assets/icon--01.svg);
}

.homepage-buy-banner .icon-cont.icon-products {
  background-image: url(icons/homepage/assets/icon--02.svg);
}

.homepage-buy-banner .icon-cont.icon-trad {
  width: 94px;
  background-image: url(icons/homepage/assets/icon--03.svg);
}

.homepage-buy-banner .icon-cont.icon-delivery {
  background-image: url(icons/homepage/assets/icon--04.svg);
}

.homepage-baners-cont {
  margin-top: 30px;
}

.homepage-baners-cont .banner-wrap {
  width: 50%;
  padding: 0;
}

.homepage-baners-cont .banner-wrap:first-child {
  padding-right: 15px;
  text-align: left;
}

.homepage-baners-cont .banner-wrap:nth-child(2) {
  padding-left: 15px;
  text-align: right;
}

.homepage-baners-cont .banner-wrap img {
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.homepage-baners-cont .banner-wrap:nth-child(n+3) {
  display: none;
}

@media screen and (max-width: 1300px) {
  .home-slider-cont .owl-next {
    right: -10px;
  }
  .home-slider-cont .owl-next:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  .home-slider-cont .owl-prev {
    left: -10px;
  }
  .home-slider-cont .owl-prev:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  .home-slider-cont .slider-product-name {
    padding: 0 24px;
  }
}

@media screen and (max-width: 1200px) {
  .home-slider-cont .product-stickers-homepage-cont .product-stickers-homepage {
    font-size: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .home-slider-cont .slider-product-name {
    padding: 0;
  }
  .homepage-slider-nav-cont .homepage-top-sale {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .homepage-slider-nav-cont .homepage-top-sale .homepage-top-sale {
    width: 30%;
    height: auto;
  }
  .homepage-slider-nav-cont .homepage-top-sale .hide-to-tablet {
    display: none;
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-amount-cont {
    position: absolute;
    width: 200px;
    padding: 5px;
    display: block;
    border: 0;
    background: #D04E5C;
    color: #fff;
    top: 6px;
    font-size: 14px;
    left: -76px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-amount-cont > div {
    border: 0;
    padding: 0;
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-amount-cont > div p {
    font-size: 16px !important;
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-product-cont {
    padding: 16px;
    width: 100%;
    height: 75%;
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-product-cont .sale-product-wrap {
    padding: 0 16px;
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-product-cont .sale-product-wrap .product-name {
    -webkit-line-clamp: 2;
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-separetor {
    display: none;
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-starts-cont {
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 25%;
    padding: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .homepage-slider-nav-cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    height: auto;
  }
  .homepage-slider-nav-cont > * {
    width: 100%;
  }
  .homepage-slider-nav-cont .section-head.homepage {
    margin-bottom: 16px;
    height: auto;
    margin-right: 0;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 7px #0000001A;
    box-shadow: 0px 0px 7px #0000001A;
    border-radius: 5px;
  }
  .homepage-slider-nav-cont .section-head.homepage .nav-header {
    border-radius: 5px;
  }
  .homepage-slider-nav-cont .section-head.homepage .nav-header a {
    height: auto;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #707070;
  }
  .homepage-slider-nav-cont .section-head.homepage .nav-header .icon-menu {
    background-image: url(icons/assets/nav.svg);
    width: 24px;
    height: 24px;
    padding: 0;
    vertical-align: middle;
    top: 0;
    margin-right: 12px;
  }
  .homepage-slider-nav-cont .section-head.homepage .nav-header .icon-menu:before {
    display: none;
  }
  .homepage-slider-nav-cont .section-head.homepage .nav-header:hover {
    background-color: #fff;
  }
  .homepage-slider-nav-cont .homepage-top-sale {
    display: block;
    position: relative;
    top: 0 !important;
  }
  .homepage-slider-nav-cont .homepage-top-sale > * {
    width: 100%;
  }
  .homepage-slider-nav-cont .homepage-top-sale .homepage-top-sale {
    width: 30%;
    height: auto;
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-amount-cont {
    position: absolute;
    width: 200px;
    padding: 5px;
    display: block;
    border: 0;
    background: #D04E5C;
    color: #fff;
    top: 6px;
    font-size: 14px;
    left: -76px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-amount-cont > div {
    border: 0;
    padding: 0;
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-amount-cont > div p {
    font-size: 16px !important;
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-product-cont {
    padding: 16px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-product-cont .sale-product-wrap {
    padding: 0 16px;
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-product-cont .sale-product-wrap .new-price {
    margin-right: 12px;
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-product-cont .sale-product-wrap .old-price {
    font-size: 10px;
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-product-cont img {
    max-height: 90px;
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-separetor {
    border-bottom: 1px solid #EBEBEB;
  }
  .homepage-slider-nav-cont .homepage-top-sale .sale-starts-cont {
    padding: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-slider-cont {
    padding: 12px 0 !important;
    margin-top: 16px;
  }
  .home-slider-cont .home-slider-wrap {
    position: relative;
  }
  .home-slider-cont .home-slider-wrap:after {
    display: none;
  }
  .home-slider-cont .top-slider {
    width: calc(100% - (100%/3.5)/2);
    margin: 0;
  }
  .home-slider-cont .owl-buttons {
    display: none;
  }
  .home-slider-cont .top-header {
    text-align: center;
    padding: 0;
  }
  .home-slider-cont .top-header .title {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 12px 12px 12px;
  }
  .home-slider-cont .top-header span {
    border-bottom: 0;
    padding: 0;
  }
  .home-slider-cont .slider-product-cont {
    padding: 0 9px;
  }
  .home-slider-cont .slider-product-cont .slider-product-name {
    margin-top: 12px;
    font-size: 10px;
    height: 48px;
    color: #707070;
  }
  .home-slider-cont .slider-product-cont .new-price, .home-slider-cont .slider-product-cont .old-price {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .home-slider-cont .slider-product-cont .vo-stock-info-section img {
    display: none;
  }
  .home-slider-cont .slider-product-cont .product-stickers-homepage-cont {
    margin-bottom: 6px;
    position: relative;
    font-size: 8px;
    text-align: left;
  }
  .home-slider-cont .slider-product-cont .product-stickers-homepage-cont > div {
    margin: 0 0 2px 0;
  }
  .homepage-buy-banner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 24px 12px 24px;
  }
  .homepage-buy-banner > * {
    width: 50%;
    padding: 0 12px;
  }
  .homepage-buy-banner > *:nth-child(n+3) {
    margin-top: 16px;
  }
  .homepage-buy-banner .icon-cont {
    width: 34px;
    height: 34px;
  }
  .homepage-buy-banner .icon-cont.icon-trad {
    width: 100%;
  }
  .homepage-baners-cont {
    margin-top: 16px;
  }
  footer#footer {
    background-color: #fff !important;
    padding: 16px 0;
    margin: 0;
    color: #000;
  }
  footer#footer section {
    max-width: 300px;
    margin: 0 auto;
  }
  #contact-trigger-btn:hover {
    cursor: pointer;
  }
  .contact-info-wrap {
    color: #000;
    position: relative;
  }
  .contact-info-wrap:last-child {
    margin-bottom: 8px;
  }
  .contact-info-wrap .contact-trigger {
    padding: 8px 0;
    line-height: 32px;
    color: #000;
    font-weight: bold;
  }
  .contact-info-wrap > a {
    width: 100%;
    display: block;
  }
  .contact-info-wrap .more-icon {
    background: url(icons/assets/arrow_black.svg) no-repeat;
    background-size: 14px 14px;
    background-position: center;
    padding: 0 16px;
    height: 48px;
    width: 46px;
    position: absolute;
    right: -16px;
    top: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .contact-info-wrap .contact-info {
    display: none;
  }
  .contact-info-wrap .contact-info.shop-contact-info {
    border-bottom: 1px solid #000;
    padding: 8px 0;
  }
  .contact-info-wrap .contact-info.shop-contact-info > div {
    padding: 0;
  }
  .contact-info-wrap .contact-info.shop-contact-info > div:not(:last-child) {
    padding-bottom: 8px;
  }
  .contact-info-wrap .contact-info > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-info-wrap .contact-info .bg-icon {
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .contact-info-wrap .contact-info .bg-icon.call-icon {
    background-image: url(icons/assets/tel.svg);
  }
  .contact-info-wrap .contact-info .bg-icon.time-icon {
    background-image: url(icons/assets/time.svg);
  }
  .col-footer-content {
    color: #000;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer#footer .col-footer-content > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  footer#footer a {
    color: inherit;
  }
  footer#footer .paygate-footer-icons {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    background-image: url(icons/assets/paygate-icons.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 100%;
    background-position: center;
    display: block;
    background-size: auto 30px;
  }
  footer#footer .paygate-footer-icons img {
    display: none;
  }
  footer#footer .copy {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
    font-size: inherit;
    margin: 16px 0 8px;
  }
  footer#footer .bart {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30;
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .homepage-baners-cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .homepage-baners-cont .banner-wrap {
    width: 100%;
  }
  .homepage-baners-cont .banner-wrap:nth-child(n+1) {
    text-align: left;
    padding: 0;
  }
  .homepage-baners-cont .banner-wrap:not(:first-child) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 425px) {
  .home-slider-cont .product-stickers-homepage-cont .product-stickers-homepage {
    font-size: 8px;
  }
  .home-slider-cont .top-slider {
    width: calc(100% - (100%/2.5)/2);
    margin: 0;
  }
  .homepage-buy-banner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 24px 12px 24px;
  }
  .homepage-buy-banner > * {
    width: 50%;
    font-size: 10px;
    padding: 0 12px;
  }
  .homepage-buy-banner > *:nth-child(n+3) {
    margin-top: 16px;
  }
  .homepage-buy-banner .icon-cont {
    width: 24px;
    height: 24px;
  }
  .homepage-buy-banner .icon-cont.icon-trad {
    width: 100%;
  }
}

/* 
     * POPUP redesign
    */
#add-to-cart-popup-cont .popup-h3 {
  color: #707070;
  text-transform: uppercase;
  font-size: 16px;
}
#add-to-cart-popup-cont .popup-top .popup-h3 {
  margin-left: 15px;
}
#add-to-cart-popup-cont .popup-bought-together .popup-h3 {
  margin-bottom: 16px;
}

#add-to-cart-popup-cont .popup-bought-together {
  position: relative;
}

#add-to-cart-popup-cont .popup-bought-together .popup-slider-product-confirm-cont {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 100%;
  display: none;
}
#add-to-cart-popup-cont .popup-bought-together .popup-slider-product-confirm-wrap {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}

@media screen and (max-width: 768px) {
  #add-to-cart-popup-cont .popup-bought-together .popup-slider-product-confirm-btn {
    justify-content: flex-end;
  }
} 
#add-to-cart-popup-cont .popup-bought-together .popup-slider-product-confirm-cont .popup-slider-product-confirm-text{
  margin-bottom: 2vh;
}
#add-to-cart-popup-cont .popup-bought-together .popup-slider-product-confirm-cont button:first-child {
  margin-right: 10px;
}
#add-to-cart-popup-cont .popup-bought-together .popup-slider-product-confirm-cont button {
  font-size: 14px;
  width: auto;
  height: auto;
  padding: 8px 15px;
}


#add-to-cart-popup-cont .popup-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#add-to-cart-popup-cont .close-icon {
  margin-left: auto;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

#add-to-cart-popup-cont > *:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}

#add-to-cart-popup-cont .done-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #00BB2A;
}

#add-to-cart-popup-cont .popup-main-cont {
  padding: 0;
}

#add-to-cart-popup-cont .popup-main-cont > * {
  width: 50%;
  padding: 24px;
}

#add-to-cart-popup-cont p {
  margin-bottom: 0;
}

#add-to-cart-popup-cont .popup-product-cont {
  position: relative;
}

#add-to-cart-popup-cont .popup-product-cont .popup-show-cart {
  position: absolute;
  bottom: 24px;
  color: #1075AC;
  text-decoration: underline;
}

#add-to-cart-popup-cont .popup-product-wrap {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#add-to-cart-popup-cont .popup-product-wrap .popup-product-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

#add-to-cart-popup-cont .popup-product-wrap .popup-product-amount {
  font-size: 12px;
  color: #707070;
}

#add-to-cart-popup-cont .popup-img-wrapper {
  position: relative;
  height: 60px;
  width: 100%;
  max-width: 60px;
  margin-right: 16px;
  overflow: hidden;
}

#add-to-cart-popup-cont .popup-img-wrapper .popup-img {
  margin: 0;
  display: block;
  position: absolute;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

#add-to-cart-popup-cont .popup-bottom {
  text-decoration: underline;
  display: inline-block;
}

#add-to-cart-popup-cont .popup-bottom .arrow {
  height: 18px;
  width: 18px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#add-to-cart-popup-cont .popup-bottom:hover {
  cursor: pointer;
}

#add-to-cart-popup-cont .popup-cart-cont {
  background-color: rgba(231, 240, 246, 0.32);
  font-size: 12px;
}

#add-to-cart-popup-cont .popup-cart-cont .popup-cart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6px;
}

#add-to-cart-popup-cont .popup-cart-cont .popup-cart-row:last-child {
  margin-bottom: 24px;
}

#add-to-cart-popup-cont .popup-button {
  text-transform: uppercase;
  width: 100%;
  display: block;
  white-space: normal !important;
  margin-bottom: 8px;
}

#add-to-cart-popup-cont .popup-button:last-child {
  margin-bottom: 0;
}

#add-to-cart-popup-cont .popup-cart-btn {
  width: 100%;
  color: #fff;
  background-color: #00bd00;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#add-to-cart-popup-cont .popup-cart-btn:hover {
  color: #fff;
  background-color: #338733;
}

#add-to-cart-popup-cont .popup-close-btn {
  color: #58646a;
  background-color: transparent;
  border: 1px solid #E8E8E8;
}

#add-to-cart-popup-cont .top-header {
  padding: 0 25px;
  margin: 0 0 15px 0;
  border-bottom: none;
}

#add-to-cart-popup-cont .title {
  border-bottom: 1px solid #EBEBEB;
  padding: 0 0 4px 0;
  margin: 0;
}

#add-to-cart-popup-cont .title > * {
  font-size: 16px;
}

#add-to-cart-popup-cont .title span {
  color: #7D878C;
  padding: 0 0 6px 0;
}

#add-to-cart-popup-cont .slider-product-cont {
  position: relative;
  text-align: center;
  width: calc(100%/3);
  padding: 0 6px;
}

#add-to-cart-popup-cont .slider-product-cont > a {
  height: 100%;
}

#add-to-cart-popup-cont .slider-product-cont > a:hover {
  text-decoration: none;
}

#add-to-cart-popup-cont .slider-product-cont > a > div {
  height: 100%;
}

#add-to-cart-popup-cont .slider-product-wrap {
  position: relative;
}

#add-to-cart-popup-cont .slider-product-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#add-to-cart-popup-cont .slider-product-image img {
  position: absolute;
  max-height: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

#add-to-cart-popup-cont > * {
  padding: 24px;
}

#add-to-cart-popup-cont .slider-product-name {
  font-size: 12px;
  color: #707070;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 38px;
}
#add-to-cart-popup-cont .slider-product-name:hover {
  cursor: pointer;
  text-decoration: none;
}

#add-to-cart-popup-cont .rating {
  display: block;
  float: none !important;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin: 5px 0;
}

#add-to-cart-popup-cont .popup-stickers-cont {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}

#add-to-cart-popup-cont .popup-yellow {
  background-color: #F5C031;
  color: #fff;
}

#add-to-cart-popup-cont .popup-sticker {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 2px;
  font-weight: bold;
}

#add-to-cart-popup-cont .slider-product-price {
  color: #707070;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

#add-to-cart-popup-cont .slider-product-price .old-price {
  font-weight: normal;
  margin-left: 10px;
  font-size: 12px;
  text-decoration: line-through;
  color: #AAAAAA;
}

#add-to-cart-popup-cont .slider-product-cont:hover .popup-add-to-cart-cont {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

#add-to-cart-popup-cont .popup-add-to-cart-cont {
  opacity: 0;
  position: absolute;
  z-index: 1000;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}

#add-to-cart-popup-cont .popup-add-to-cart-cont .popup-add-to-cart-wrap {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: fit-content;
}

#add-to-cart-popup-cont .popup-add-to-cart-cont form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#add-to-cart-popup-cont .popup-add-to-cart-cont form .button {
  background-color: #00BB2A;
  color: #fff;
}

#add-to-cart-popup-cont .popup-add-to-cart-cont form .button:focus {
  outline: none;
}

#add-to-cart-popup-cont .popup-add-to-cart-cont .slider-product-detail-btn {
  display: block;
  padding: 8px;
  margin-bottom: 0.5vh;
  line-height: 14px;
  background: #707070;
  color: #fff;
  border-radius: 2px;
}

#add-to-cart-popup-cont .popup-add-to-cart-cont .slider-product-detail-btn:hover {
  text-decoration: none;
}

@media screen and (min-width: 501px) {
  #add-to-cart-popup-cont .popup-hide-from-mobile {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #add-to-cart-popup-cont .popup-hide-to-mobile {
    display: none;
  }
  #add-to-cart-popup-cont > * {
    padding: 16px;
  }
  #add-to-cart-popup-cont .popup-h3 {
    font-size: 14px;
  }
  #add-to-cart-popup-cont .done-icon {
    min-width: 32px;
  }
  #add-to-cart-popup-cont .popup-main-cont {
    padding: 0;
  }
  #add-to-cart-popup-cont .popup-main-cont > * {
    padding: 16px;
  }
  #add-to-cart-popup-cont .popup-product-cont {
    width: 100%;
  }
  #add-to-cart-popup-cont .popup-product-cont .popup-product-wrap {
    -webkit-transform: none;
            transform: none;
  }
  #add-to-cart-popup-cont .popup-product-cont .popup-show-cart {
    position: static;
    margin-top: 10px;
  }
  #add-to-cart-popup-cont .popup-bought-together .popup-h3 {
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
  }
  #add-to-cart-popup-cont .popup-bought-together .bought-together-cont {
    overflow-x: scroll;
  }
  #add-to-cart-popup-cont .popup-bought-together .bought-together-cont .slider-product-cont {
    min-width: calc((100% - (100%/6))/2);
    padding: 0 8px;
  }
  #add-to-cart-popup-cont .popup-btn-cart-cont .popup-button {
    margin: 0;
  }
  #add-to-cart-popup-cont .popup-btn-cart-cont .popup-button:first-child {
    margin-right: 8px;
  }
}

@media screen and (max-width: 425px) {
  #add-to-cart-popup-cont .popup-img-wrapper {
    height: 40px;
    max-width: 50px;
  }
  #add-to-cart-popup-cont .popup-top .popup-h3 {
    padding-right: 20px;
  }
  #add-to-cart-popup-cont .slider-product-image {
    max-height: min(15vh, 107px);
  }
  #add-to-cart-popup-cont .popup-add-to-cart-cont form .button-s {
    padding: 10px 5px 8px 5px;
  }
  #add-to-cart-popup-cont .popup-btn-cart-cont .popup-button {
    font-size: 10px;
  }
  #add-to-cart-popup-cont .popup-cart-cont .popup-cart-row {
    margin-bottom: 5px;
  }
  #add-to-cart-popup-cont .popup-cart-cont .popup-cart-row:last-child {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 375px) {
  #add-to-cart-popup-cont .popup-bought-together .bought-together-cont .slider-product-cont {
    min-width: calc(100% - (100%/4));
  }
}

#backdrop {
  display: none;
  z-index: 998;
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(22, 42, 58, 0.15);
  box-shadow: 0 0.625rem 1.875rem 0 rgba(22, 42, 58, 0.15);
}

/*
     * ICONS
    */
.close-icon {
  position: relative;
  width: 24px;
  min-width: 24px;
  height: 100%;
}

.close-icon:before, .close-icon:after {
  content: ' ';
  position: absolute;
  left: 11px;
  top: -1px;
  height: 24px;
  width: 2px;
  background-color: #707070;
}

.close-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Report TEXT */
.otherTextReport p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
}
/*# sourceMappingURL=screen.css.map */

.side-banner {
  /* max-width: 313px;
  height: 1303px;
  width: 100%; */
  max-width: 290px;
  width: calc(((100vw - 1230px) / 2) - 20px);
  border-radius: 5px;
  overflow: hidden;

  position: absolute;
  top: 0;
}

.side-banner--left {
  left: 0;
  transform: translateX(calc(-100% - 5px));
}

.side-banner--right {
  right: 0;
  transform: translateX(calc(100% + 5px));
}

.side-banner--left-more {
  transform: translateX(calc(-100% - 20px));
}

.side-banner--right-more {
  transform: translateX(calc(100% + 20px));
}

@media(max-width: 1535px) {
  .side-banner {
    display: none;
  }
}

.side-banner .banner-wrap {}

.side-banner .banner-wrap img {
  width: 100%;
}