<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Base styles */
.messages,
div.message {
  z-index: 99999;
}
.msg {
  background-color: transparent;
  padding: 0;
  border: transparent;
  width: auto;
  height: auto;
}
.messages {
  position: fixed;
  bottom: 0;
}
body .msg .container,
div.message,
body.blank-mode .msg .container {
  width: auto;
  border-color: transparent;
  max-width: 70%;
  width: 300px;
  padding: 20px !important;
  border-radius: 10px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  right: auto;
  top: auto;
  color: white !important;
  z-index: 9999999999;
  font-size: 18px;
  animation-name: slideInUp;
  animation-duration: 1s;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  body .msg .container,
  div.message,
  body.blank-mode .msg .container {
    text-align: center;
  }
}
.msg .container:before,
div.message:before {
  position: absolute;
  top: -65px;
  left: 50%;
  margin-left: -40px;
  content: "";
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.msg .container a,
div.message a {
  color: white;
  text-decoration: underline;
}
.msg.msg-error .container,
div.message.error-message {
  background-color: #FB4F52;
}
.msg.msg-warning .container,
div.message.warning-message {
  background-color: #FB4F52;
}
.msg.msg-error .container:before,
div.message.error-message:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/messages/error.png);
}
.msg.msg-warning .container:before,
div.message.warning-message:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/messages/error.png);
}
.msg.msg-info .container:before,
div.message.notice-message:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/messages/info.png);
}
.msg.msg-success .container:before,
div.message.success-message:before {
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/messages/correct.png);
}
.msg.msg-info .container,
div.message {
  background-color: #358fc3;
}
.msg.msg-success .container,
div.message.success-message {
  background-color: #84C335;
}
.site-msg.information,
div.message.notice-message {
  opacity: 0.9;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 14px;
}
.btn {
  -webkit-appearance: none;
}
.button,
input.btn,
.products .product button,
a.btn,
.products .product .btn,
.btn.btn-primary,
form buttonx,
.unveil-button {
  width: auto;
  min-width: 80px;
  border-radius: 0;
  min-height: 36px;
  height: 50px;
  border: none;
  display: flex !important;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  padding: 0 20px;
  font-size: 12px;
  letter-spacing: 0;
  text-shadow: none;
  -webkit-appearance: none;
  background: #383838;
}
.button:hover,
input.btn:hover,
.products .product button:hover,
a.btn:hover,
.products .product .btn:hover,
.btn.btn-primary:hover,
form buttonx:hover,
.unveil-button:hover {
  border: none;
  text-decoration: none;
  background: #b60718;
}
@media only screen and (max-width: 767px) {
  .button,
  input.btn,
  .products .product button,
  a.btn,
  .products .product .btn,
  .btn.btn-primary,
  form buttonx,
  .unveil-button {
    margin: 0 auto;
  }
}
a.btn {
  display: inline-block !important;
  line-height: 40px;
  padding: 0 15px;
  color: #fff !important;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 10px 12px;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
.form-control input {
  width: 100%;
  max-width: none;
}
form textarea {
  min-height: 120px;
}
form .btn {
  padding-left: 15px;
  padding-right: 15px;
}
select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 45px 6px 11px;
  line-height: 22px;
  background-image: url("https://shoptet.tomashlad.eu/user/documents/extras/happylu/img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
}
@media (min-width: 480px) {
  .form-group label {
    float: left;
    width: 165px;
    margin-bottom: 10px;
    padding-right: 20px;
  }
  .form-group.form-group-wrapped label {
    float: none;
    display: block;
  }
  .form-group &gt; input.form-control,
  .form-group &gt; select.form-control {
    width: 250px;
  }
  .form-group label.confirmation,
  .form-group label.whole-width {
    width: 100%;
  }
}
table tr th,
table tr td {
  padding-right: 5px;
}
.content form h4,
.content.narrow h4 {
  font-size: 1.3em;
  font-weight: 500;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.content form h4:first-child,
.content.narrow h4:first-child {
  margin-top: 0;
}
.content form h4:after,
.content.narrow h4:after {
  display: none;
}
.content form .btn,
.content.narrow .btn {
  line-height: 38px;
  padding: 0 15px;
  border: none;
  border-radius: 4px;
}
.box,
fieldset {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.js-hidden {
  position: absolute;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  transform: scaleY(0) scaleX(0);
  transform-origin: center;
}
.js-hidden.visible {
  position: inherit;
  max-height: none;
  max-width: none;
  overflow: visible;
  transform: scaleY(1) scaleX(1);
  transform-origin: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.country-flags {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 78px;
  height: 36px;
  cursor: pointer;
}
.country-flags:not(.active):focus {
  outline: 0;
}
.country-flags-inner {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.country-flags.active .country-flags-inner {
  left: -5px;
  width: 300px;
  height: 360px;
  padding: 36px 5px 5px;
  overflow: auto;
}
.country-flag {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  height: 36px;
  background: #fff;
}
.country-flag svg {
  display: none;
}
.country-flag.selected,
.country-flags.active .country-flag {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.validator-msg,
.js-validator-msg {
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  .compact-form .validator-msg + input,
  .compact-form .js-validator-msg + input,
  .compact-form .validator-msg + select,
  .compact-form .js-validator-msg + select,
  .compact-form .validator-msg + .phone-combined-input,
  .compact-form .js-validator-msg + .phone-combined-input {
    margin-left: 0;
  }
  .input-wrapper .validator-msg + input,
  .input-wrapper .js-validator-msg + input,
  .input-wrapper .validator-msg + select,
  .input-wrapper .js-validator-msg + select {
    margin-left: 0;
  }
  .consents .validator-msg,
  .consents .js-validator-msg {
    margin-left: 0;
  }
}
/*.msg.msg-success, .msg.msg-notice {
  border-color: #5cae4c;
  color: #fff;
  background-color: #5cb85c
}

.msg.msg-success a,
.msg.msg-notice
a {
  color: #fff
}

.msg.msg-info {
  border-color: #2a7595;
  color: #fff;
  background-color: #3276b1
}

.msg.msg-info
a {
  color: #fff
}

.msg.msg-warning {
  border-color: #ec751e;
  color: #fff;
  background-color: #eea236
}

.msg.msg-warning
a {
  color: #fff
}

.msg.msg-error {
  border-color: #d43a4f;
  color: #fff;
  background-color: #d9534f
}

.msg.msg-error
a {
  color: #fff
}*/
.validator-msg.msg-info,
.js-validator-msg.msg-info {
  color: #3276b1;
}
.validator-msg.msg-error,
.js-validator-msg.msg-error {
  color: #d9534f;
}
.validator-msg.msg-warning,
.js-validator-msg.msg-warning {
  color: #eea236;
}
.form-control.error-field,
.form-control.js-error-field,
.form-control.error-field:focus,
.form-control.js-error-field:focus {
  border-color: #d9534f;
}
.form-control.warning-field {
  border-color: #eea236;
}
.error-field + label,
.js-error-field + label {
  border-color: #d9534f;
}
.country-flags.active .country-flag.selected {
  display: flex;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.country-flags.active .country-flag.country-flag-preferred-last {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.shp-flag-name {
  display: none;
  padding-right: 5px;
}
.country-flags.active .shp-flag-name {
  display: inline-block;
}
.shp-flag,
.shp-flag-label {
  flex-grow: 0;
  flex-shrink: 0;
}
.shp-flag {
  width: 24px;
  height: 24px;
}
.shp-flag-label {
  display: flex;
  position: relative;
  width: 52px;
  padding-right: 16px;
  padding-left: 3px;
  justify-self: flex-end;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}
.shp-flag-label::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 10px;
  margin-top: -5px;
  background-image: url("https://shoptet.tomashlad.eu/user/documents/extras/happylu/img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}
.country-flags.active .shp-flag-label {
  width: 246px;
  text-align: left;
}
.country-flags.active .shp-flag-label::before {
  display: none;
}
.phone-combined-input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.phone-combined-input select {
  display: none;
}
.phone-combined-input input,
.phone-combined-input .country-flags {
  flex-grow: 0;
}
.red {
  color: red;
}
.phone-combined-input input {
  width: calc(100% - 78px);
  flex-shrink: 1;
}
@media (min-width: 480px) {
  .phone-combined-input {
    max-width: 250px;
  }
}
.search-results-groups .search-results-group {
  margin-bottom: 19px;
}
.search-results-groups h4 {
  margin: 0 0 10px 0;
}
.search-results-groups .search-results-group-list {
  column-width: 240px;
  column-count: 3;
  margin-bottom: 10px;
}
.search-results-groups .search-results-group-list ul {
  margin: 0;
  padding-left: 40px;
}
.search-results-groups .search-results-group-list ul li {
  list-style-position: outside;
}
.search-products-heading {
  margin-top: 0;
}
.search-next-wrap {
  text-align: center;
  margin: 19px 0;
}
@media (min-width: 480px) {
  .validator-msg + input,
  .js-validator-msg + input,
  .validator-msg + select,
  .js-validator-msg + select,
  .validator-msg + .phone-combined-input,
  .js-validator-msg + .phone-combined-input {
    clear: both;
    margin-left: 0;
  }
}
form {
  /*.validator-msg.msg-error, .js-validator-msg.msg-error {
    width: auto;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 51px;
    left: 0;
    background: #ededed;
    padding: 10px 15px;
    order: 3;
    display: block;
    align-self: start;
    flex-basis: 100%;
    max-width: 416px;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: 600;

    &amp;:before {
      content: '';
      z-index: 1;
      position: absolute;
      transform: rotate(45deg);
      left: 13px;
      bottom: -6px;
      background: #ededed;
      width: 12px;
      height: 12px;
      border-top-style: solid;
      border-top-width: 1px;
      border-left-style: solid;
      border-left-width: 1px;
      border: none;
    }
  }*/
}
form .form-group {
  position: relative;
}
form .validator-msg + input {
  margin-left: 0;
}
form .validator-msg:hover {
  opacity: 0.5;
  cursor: pointer;
}
form .validator-msg,
form .js-validator-msg {
  /*position: absolute;
    top: -23px;
    font-weight: 600;
    left: 15px;*/
  background: #fff;
  border: 1px solid;
  padding: 5px 10px;
  z-index: 2;
  top: inherit;
  transform: translateY(calc(-100% - 10px));
  border-radius: 5px;
  position: absolute;
  left: 15px;
  margin-left: 150px;
}
form .validator-msg:before,
form .js-validator-msg:before {
  content: '';
  z-index: 1;
  position: absolute;
  transform: rotate(45deg);
  left: 11px;
  bottom: -6px;
  background: #fff;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
#discussion-form {
  max-width: 800px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 35px;
}
#discussion-form form .row &gt; div {
  width: 100%;
}
#discussion-form form .btn {
  width: 200px;
}
#discussion-form form input {
  width: 100%;
}
#discussion-form form .btn {
  margin-top: 20px;
}
.votes-wrap.discussion .btn {
  display: inline-block !important;
  line-height: 40px;
  padding: 0 15px;
  margin-top: 15px;
}
.btn.btn-default.disabled,
a.btn.btn-default.disabled,
.btn.btn-primary.disabled,
a.btn.btn-primary.disabled,
.btn.btn-secondary.disabled,
a.btn.btn-secondary.disabled,
.btn.btn-conversion.disabled,
a.btn.btn-conversion.disabled,
.btn.btn-cart.disabled,
a.btn.btn-cart.disabled,
.btn.btn-special.disabled,
a.btn.btn-special.disabled {
  border-color: #cfcfcf;
  color: #cfcfcf;
  background-color: #fff;
  cursor: not-allowed;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  cursor: not-allowed;
}
.radio-wrapper input[type="checkbox"]:disabled + label::before,
.radio-wrapper input[type="radio"]:disabled + label::before {
  border-color: #dadada;
}
.form-control[disabled],
select[disabled] {
  color: #ccc;
  background-color: #eee;
}
label.disabled {
  opacity: 0.75;
  cursor: not-allowed;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding-left: 21px;
  line-height: 20px;
}
input[type="checkbox"] + label::after,
input[type="radio"] + label::after,
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  left: 0;
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-color: #d7d7d7;
}
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
  border-radius: 3px;
}
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-style: solid;
  left: 2px;
  border: none;
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  cursor: not-allowed;
}
.table-payu input[type="checkbox"],
.table-payu input[type="radio"] {
  display: inline;
}
input[type="checkbox"].error-field + label,
input[type="radio"].error-field + label,
input[type="checkbox"].js-error-field + label,
input[type="radio"].js-error-field + label {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  width: auto;
  padding: 5px 5px 5px 26px;
}
input[type="checkbox"].error-field + label::after,
input[type="radio"].error-field + label::after,
input[type="checkbox"].js-error-field + label::after,
input[type="radio"].js-error-field + label::after,
input[type="checkbox"].error-field + label::before,
input[type="radio"].error-field + label::before,
input[type="checkbox"].js-error-field + label::before,
input[type="radio"].js-error-field + label::before {
  left: 5px;
}
input[type="radio"] + label::after,
input[type="radio"] + label::before {
  border-radius: 100%;
}
input[type="checkbox"][name="confirmations[]"] {
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
}
input[type="checkbox"][name="confirmations[]"] + label {
  line-height: 19px;
  text-indent: 21px;
  padding-left: 0;
  margin-right: 0;
}
input[type="checkbox"][name="confirmations[]"] + label::before,
input[type="checkbox"][name="confirmations[]"] + label::after {
  top: 3px;
  transform: none;
}
input[type="checkbox"][name="confirmations[]"] + label::after {
  margin-top: 2px;
  margin-left: 2px;
  left: 0;
}
input::-moz-placeholder {
  color: #b6b6b6;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #b6b6b6;
}
input::-webkit-input-placeholder {
  color: #b6b6b6;
}
input[type="checkbox"],
input[type="radio"],
input[type="text"],
input[type="email"],
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group.unveil-wrapper,
#company-info,
#note {
  margin-bottom: 15px !important;
}
.table-payu input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.table-payu input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.radio-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #dfdfdf;
}
.radio-wrapper:last-child {
  border-bottom-style: none;
}
.radio-wrapper.payu-billing-info {
  padding-left: 0;
}
.radio-wrapper.payu-billing-info label {
  padding-left: 20px;
}
.radio-wrapper input[type="radio"] + label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.radio-wrapper input[type="radio"] + label .sublabel {
  display: block;
  font-size: smaller;
}
.in-klient-slevy #content-wrapper,
.in-klient-doklady #content-wrapper {
  padding-bottom: 50px;
}
.in-klient-slevy #content table,
.in-klient-doklady #content table {
  width: 100%;
  max-width: 500px;
  background: #f5f5f5;
  border-radius: 5px;
}
.in-klient-slevy #content table tr,
.in-klient-doklady #content table tr {
  border-bottom: 1px solid #fff;
}
.in-klient-slevy #content table tr th,
.in-klient-doklady #content table tr th,
.in-klient-slevy #content table tr td,
.in-klient-doklady #content table tr td {
  padding: 5px 20px;
}
.in-klient #content-wrapper,
.in-objednavky #content-wrapper,
.in-klient-hodnoceni #content-wrapper,
.in-klient-diskuze #content-wrapper {
  padding-bottom: 50px;
}
.in-klient #content table,
.in-objednavky #content table,
.in-klient-hodnoceni #content table,
.in-klient-diskuze #content table {
  width: 100%;
  background: #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
  border-collapse: inherit;
  text-align: left;
  border-spacing: 0;
}
.in-klient #content table .stars,
.in-objednavky #content table .stars,
.in-klient-hodnoceni #content table .stars,
.in-klient-diskuze #content table .stars {
  margin-top: 10px;
}
.in-klient #content table tr,
.in-objednavky #content table tr,
.in-klient-hodnoceni #content table tr,
.in-klient-diskuze #content table tr {
  border-bottom: 1px solid #fff;
}
.in-klient #content table tr th,
.in-objednavky #content table tr th,
.in-klient-hodnoceni #content table tr th,
.in-klient-diskuze #content table tr th,
.in-klient #content table tr td,
.in-objednavky #content table tr td,
.in-klient-hodnoceni #content table tr td,
.in-klient-diskuze #content table tr td {
  padding: 11px 20px;
}
.in-klient #content table strong,
.in-objednavky #content table strong,
.in-klient-hodnoceni #content table strong,
.in-klient-diskuze #content table strong {
  font-weight: 600;
}
.in-klient #content table thead,
.in-objednavky #content table thead,
.in-klient-hodnoceni #content table thead,
.in-klient-diskuze #content table thead {
  border-radius: 5px;
  color: #fff;
}
.in-klient #content table thead th,
.in-objednavky #content table thead th,
.in-klient-hodnoceni #content table thead th,
.in-klient-diskuze #content table thead th {
  font-weight: 400;
}
.in-klient #content table thead th strong,
.in-objednavky #content table thead th strong,
.in-klient-hodnoceni #content table thead th strong,
.in-klient-diskuze #content table thead th strong {
  font-weight: 400;
}
/* Base content styles */
body {
  margin: 0;
  font-size: 14px;
  background: #fff !important;
}
body,
.external-fonts-loaded body,
body.blank-mode {
  color: #222;
}
body .container,
.external-fonts-loaded body .container,
body.blank-mode .container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 0;
  /*@media @1500-min {
      max-width: 1440px;
    }*/
}
@media only screen and (max-width: 1200px) {
  body .container,
  .external-fonts-loaded body .container,
  body.blank-mode .container {
    padding: 0 20px !important;
  }
}
@media only screen and (max-width: 480px) {
  body .container,
  .external-fonts-loaded body .container,
  body.blank-mode .container {
    padding: 0 15px !important;
  }
}
a {
  color: #b60718;
}
.no-display {
  display: none;
}
.cookie-ag-wrap {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  opacity: 0.5;
  z-index: 99;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cookie-ag-wrap:hover {
  opacity: 1;
}
.site-msg.cookies {
  width: 700px;
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  border-radius: 3px;
  padding: 8px 20px;
  color: white;
  background: #848484;
  padding-right: 90px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .site-msg.cookies {
    padding-right: 20px;
    text-align: center;
  }
}
.site-msg.cookies a {
  color: white;
  text-decoration: underline;
}
.site-msg.cookies .btn {
  font-size: 12px;
  padding: 0px 8px;
  border-color: white;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  min-height: inherit;
  right: 0px;
  height: 28px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .site-msg.cookies .btn {
    position: relative;
    top: 0;
    transform: none;
    right: 8px;
    margin-top: 10px;
  }
}
.site-msg.cookies .btn:hover {
  color: white;
  border-color: transparent;
}
.popup-widget.login-widget {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 9999;
  max-width: 350px;
  left: unset;
  margin: 0;
  display: none;
  bottom: unset;
}
@media only screen and (max-width: 1200px) {
  .popup-widget.login-widget {
    right: 73px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-widget.login-widget {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    top: 110px;
    width: 90%;
    max-width: 350px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  }
}
.popup-widget.login-widget:before {
  border-color: #ccc;
}
.popup-widget.login-widget .popup-widget-inner {
  background: #fff;
  border-color: #ccc;
}
.popup-widget.login-widget h2 {
  margin-top: 0;
}
.popup-widget.login-widget button {
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 15px;
}
.popup-widget.login-widget .login-wrapper {
  padding: 10px 0;
}
.popup-widget.login-widget .user-action-tabs {
  padding: 0;
}
.popup-widget.login-widget .password-helper a {
  display: block;
}
.popup-widget.login-widget input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  margin-bottom: 5px;
}
.type-page footer {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .type-page footer {
    margin-bottom: 20px;
  }
}
.cart-window-visible .popup-widget.cart-widget {
  display: block;
}
.popup-widget.cart-widget {
  position: absolute;
  background: #fff;
  right: 0;
  border: 1px solid #ccc;
  margin-top: 20px;
  display: none;
  z-index: 999;
}
@media only screen and (max-width: 1200px) {
  .popup-widget.cart-widget {
    right: 22px !important;
  }
}
@media only screen and (max-width: 767px) {
  .popup-widget.cart-widget {
    right: 0 !important;
  }
}
.popup-widget.cart-widget .place-cart-here {
  padding-left: 20px;
}
.popup-widget.cart-widget .place-cart-here.full {
  padding-left: 0;
}
.popup-widget.cart-widget .cart-widget-button .btn {
  width: 100%;
  border-radius: 0;
  height: 62px;
  line-height: 62px;
}
.popup-widget.cart-widget .remove-item {
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 0 5px;
  border: 0;
  text-align: right;
  line-height: 10px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.popup-widget.cart-widget .remove-item span {
  display: none;
}
.popup-widget.cart-widget .remove-item::before {
  content: '\e912';
  font-size: 10px;
  color: red;
  width: 15px;
  height: 15px;
}
@media only screen and (max-width: 1200px) {
  .popup-widget.cart-widget {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-widget.cart-widget {
    top: 94px;
    margin-top: 0;
    right: 0;
    border: none;
    width: 100%;
    bottom: 0;
    height: auto;
    position: fixed;
  }
}
@media only screen and (max-width: 767px) {
  #content {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #content-wrapper {
    margin-top: 110px;
  }
}
.content-wrapper {
  clear: both;
}
.login-window-visible {
  position: relative;
}
.login-window-visible .popup-widget.login-widget {
  display: block;
}
.entrance-protection-wrapper .site-name img {
  max-width: 100%;
}
.entrance-protection-wrapper .entrance-protection-inner {
  width: 280px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.entrance-protection-wrapper .entrance-protection-inner form {
  margin-top: 30px;
}
.entrance-protection-wrapper .entrance-protection-inner form .btn {
  width: 120px;
  height: 38px;
  border: none;
  border-radius: 4px;
}
/* Header */
#header {
  border-bottom: none;
  box-shadow: inset 0 -20px 20px -20px rgba(0, 0, 0, 0.03);
  transform: none;
  position: relative;
  background: #383838;
}
#header:after {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 50px;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  content: '';
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #header:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    transition: 0.3s;
    border: none;
  }
}
#header.fixed-menu {
  position: fixed;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  background: #fff;
  /*transform: translateY(calc(~'-100% + 10px'));*/
}
#header.fixed-menu:after {
  display: none;
}
#header.fixed-menu .site-name {
  opacity: 0;
}
#header.fixed-menu .site-name.fixed {
  border: none;
}
#header.fixed-menu .site-name.fixed a {
  top: 8px;
}
#header .site-name {
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
  border: none;
}
@media only screen and (min-width: 768px) {
  #header .site-name {
    /*border-left: 2px solid #333;
      border-right: 2px solid #333;*/
    height: auto;
    margin-left: 0;
  }
}
#header .site-name.fixed a {
  position: fixed;
  top: 8px;
  width: 294px;
  text-align: center;
  background: #fff;
  z-index: 9;
}
#header .site-name:after {
  display: none;
}
#header .site-name a:hover img {
  filter: grayscale(1);
}
#header .site-name img {
  max-width: 260px;
  transition: 0.3s;
}
#header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media only screen and (max-width: 767px) {
  #header .header-top {
    height: 64px;
  }
}
#header .header-top .free-delivery {
  margin-left: -210px;
  position: relative;
  padding-left: 65px;
}
@media only screen and (max-width: 992px) {
  #header .header-top .free-delivery {
    margin-left: -110px;
    position: relative;
    font-size: 0.9em;
    line-height: 15px;
    margin-top: 30px;
    text-align: center;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .header-top .free-delivery {
    margin-left: 0;
    text-align: center;
    font-size: 0.8em;
    line-height: 17px;
    margin-top: 0;
  }
}
@media (max-width: 400px) {
  #header .header-top .free-delivery {
    display: none;
  }
}
#header .header-top .free-delivery p {
  margin: 0;
  font-size: 1.15em;
}
@media only screen and (max-width: 992px) {
  #header .header-top .free-delivery p {
    font-size: 1em;
  }
}
#header .header-top .free-delivery span {
  font-size: 0.9em;
  text-decoration: none;
  letter-spacing: 0;
  color: #999999;
  display: block;
  margin-top: -1px;
}
#header .header-top .free-delivery:before {
  width: 50px;
  height: 45px;
  content: '';
  background: url("https://shoptet.tomashlad.eu/user/documents/extras/happylu/img/truck.svg") no-repeat center;
  background-size: 50px;
  position: absolute;
  left: 0;
  top: 3px;
}
@media only screen and (max-width: 992px) {
  #header .header-top .free-delivery:before {
    width: 30px;
    height: 30px;
    background-size: 30px;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  #header .header-top .free-delivery:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /*.submenu-visible .top-navigation-bar:before {
    content: "";
    background: linear-gradient(180deg, rgba(0,0,0,0.5886729691876751) 0%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 209px;
    left: 0;
    display: inline-block;
    z-index: 9;
    animation-name: opacity-show;
    animation-duration: 0.5s;
  }

  .admin-logged.submenu-visible .top-navigation-bar:before {
    top: 234px;

    @media @tablet-land {
      top: 209px
    }
  }*/
  #header #navigation ul.menu-level-1 &gt; li.exp &gt; ul {
    display: flex;
    -webkit-flex-flow: row wrap;
    top: 50px;
    position: absolute;
    left: 0;
    background-color: white;
    padding: 20px;
    transition: all 1s ease-in-out;
    border: 1px solid #E4E4E8;
    border-top-width: 0;
    animation-name: showup;
    animation-duration: 1s;
    z-index: 99;
    opacity: 1;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1200px) {
  #header #navigation ul.menu-level-1 &gt; li.exp &gt; ul {
    left: -19px;
  }
}
@keyframes showup {
  0% {
    max-height: 0px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    max-height: 100vh;
    opacity: 1;
  }
}
@keyframes showup2 {
  0% {
    max-height: 0px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    max-height: 1000vh;
    opacity: 1;
  }
}
@keyframes showdown {
  0% {
    max-height: 100vw;
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    max-height: 0;
    opacity: 0;
  }
}
@keyframes opacity-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu-helper-visible #header .menu-helper:after {
  background: transparent;
  content: '\e912';
  height: 0;
}
@media only screen and (max-width: 767px) {
  #header {
    position: fixed;
    width: 100%;
    top: 30px;
    height: auto;
    background: #fff !important;
    z-index: 9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  #header .site-name {
    width: auto;
    background: #fff;
    height: auto;
    margin-left: 45px;
    margin-top: 6px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    margin: -20px 0;
    background: transparent;
    transition: 0.3s;
  }
  #header .site-name img {
    height: 65px;
    margin-top: 2px;
  }
  .search-window-visible #header .search {
    padding: 5px !important;
    height: 57px;
  }
  .overall-wrapper {
    position: relative;
  }
  .overall-wrapper:after {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .navigation-window-visible .overall-wrapper {
    position: relative;
  }
  .navigation-window-visible .overall-wrapper:after {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 480px) {
  .top-navigation-bar .nav-part .responsive-tools a[data-target="navigation"] {
    left: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-window-visible .top-navigation-bar .nav-part .responsive-tools a[data-target="navigation"] {
    display: none;
  }
  .navigation-window-visible #header {
    z-index: 99;
  }
  .navigation-window-visible .overall-wrapper:after {
    width: calc(100% - 320px);
  }
}
body.headerScrolled #header {
  top: -6px;
}
body.headerScrolled #header .search {
  top: -2px;
}
@media only screen and (max-width: 767px) {
  body.headerScrolled .popup-widget.cart-widget {
    top: 58px;
  }
}
body.headerScrolled .top-navigation-bar {
  transform: translateY(-100%);
}
@media only screen and (max-width: 767px) {
  body.headerScrolled #header .site-name {
    position: absolute;
    transform: none;
    left: 20px;
    margin-left: 40px;
    top: 30px;
  }
  body.headerScrolled #header .site-name img {
    height: 46px;
  }
}
@media (min-width: 992px) {
  .admin-bar {
    width: 100%;
    position: relative;
    height: 25px;
    z-index: 1002;
    display: block;
    border-style: solid;
    border-width: 0 0 1px 0;
    font-size: 11px;
    line-height: 24px;
  }
  .admin-bar ul {
    margin: 0;
    padding: 0;
  }
  .admin-bar ul li {
    list-style: none;
  }
  .admin-bar ul li a,
  .admin-bar ul li span {
    display: block;
    text-decoration: none;
  }
  .admin-bar .container {
    position: relative;
  }
  .admin-bar .container &gt; ul {
    display: flex;
    justify-content: space-between;
  }
  .admin-bar .container &gt; ul:before,
  .admin-bar .container &gt; ul:after {
    content: " ";
    display: table;
  }
  .admin-bar .container &gt; ul:after {
    clear: both;
  }
  .admin-bar .container &gt; ul:before,
  .admin-bar .container &gt; ul:after {
    content: " ";
    display: table;
  }
  .admin-bar .container &gt; ul:after {
    clear: both;
  }
  .admin-bar .container &gt; ul li:hover &gt; ul {
    display: block;
  }
  .admin-bar .container &gt; ul &gt; li {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    float: left;
    width: 100%;
    border-style: solid;
    border-width: 0 1px 0 0;
    text-align: center;
  }
  .admin-bar .container &gt; ul &gt; li &gt; a,
  .admin-bar .container &gt; ul &gt; li &gt; span {
    padding: 0;
  }
  .admin-bar .container &gt; ul &gt; li:last-child {
    border-right: 0;
  }
  .admin-bar .container &gt; ul &gt; li ul {
    z-index: 4;
    position: absolute;
    top: -1px;
    right: 100%;
    display: none;
    width: 100%;
    border-style: solid;
    border-width: 1px;
  }
  .admin-bar .container &gt; ul &gt; li ul li {
    text-align: left;
    position: relative;
  }
  .admin-bar .container &gt; ul &gt; li ul li a,
  .admin-bar .container &gt; ul &gt; li ul li span {
    padding: 0 10px;
    border-style: solid;
    border-width: 0 0 1px 0;
  }
  .admin-bar .container &gt; ul &gt; li ul li:last-child {
    border-bottom: 0;
  }
  .admin-bar .container &gt; ul &gt; li &gt; ul {
    top: 24px;
    right: 0;
  }
  .admin-bar .container &gt; a,
  .admin-bar .container &gt; span {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 0 10px;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    line-height: 23px;
    text-decoration: none;
  }
  .scrolled .admin-bar {
    display: none;
  }
  .admin-bar {
    background: #333;
    color: #fff;
  }
  .admin-bar a,
  .admin-bar span {
    color: #fff;
  }
  .admin-bar ul li {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .admin-bar ul li ul {
    background: #767676;
    border: none !important;
  }
  .admin-bar ul li ul li {
    border: none !important;
  }
  .admin-bar ul li ul li a {
    border: none !important;
  }
  .admin-bar ul li ul li a:hover {
    font-weight: 500;
  }
}
@media only screen and (max-width: 992px) {
  .admin-bar {
    display: none;
  }
}
@media (min-width: 768px) {
  .popup-widget {
    position: absolute;
    left: 50%;
    bottom: auto;
    width: 430px;
    max-height: 500px;
    margin-left: 56px;
    padding-top: 18px;
  }
  .popup-widget::before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 10px;
    background: #fff;
    width: 16px;
    height: 16px;
    border-top-style: solid;
    border-top-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #ccc;
    box-shadow: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: right 0.3s ease-out;
    -o-transition: right 0.3s ease-out;
    transition: right 0.3s ease-out;
  }
  .popup-widget.cart-widget {
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    padding-top: 0;
    margin-top: 18px;
    top: 118px;
    left: unset;
  }
  .popup-widget.cart-widget::before {
    right: 13px;
  }
  .admin-logged .popup-widget.cart-widget {
    top: 140px;
  }
  .admin-logged .popup-widget.login-widget {
    top: 65px;
  }
  .scrolled .admin-logged .popup-widget.cart-widget {
    top: 103px;
  }
  .scrolled .popup-widget.cart-widget::before {
    right: 35px;
  }
  .popup-widget.cart-widget::before {
    top: calc(-8px - 1px);
  }
  .ajax-pending .popup-widget.cart-widget::before {
    top: 50%;
  }
  .popup-widget.search-widget {
    width: 648.000324px;
    margin-left: -162.000324px;
    top: 86px;
  }
  .popup-widget.search-widget::before {
    right: 145px;
  }
  .admin-logged .popup-widget.search-widget {
    top: 111px;
  }
  .scrolled .admin-logged .popup-widget.search-widget {
    top: 86px;
  }
  .scrolled .popup-widget.search-widget::before {
    right: 195px;
  }
  .popup-widget.login-widget::before {
    right: 13px;
  }
  .scrolled .admin-logged .popup-widget.login-widget {
    top: 21px;
  }
  .scrolled .popup-widget.login-widget::before {
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .popup-widget {
    margin-left: 159px;
  }
  .popup-widget.search-widget {
    width: 785.333726px;
    margin-left: -196.333726px;
  }
}
@media (min-width: 1440px) {
  .popup-widget {
    margin-left: 279px;
  }
  .popup-widget.search-widget {
    width: 945.333806px;
    margin-left: -236.333806px;
  }
}
@media (min-width: 992px) and (min-height: 800px) {
  .popup-widget.search-widget {
    max-height: 720px;
  }
}
.popup-widget-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  overflow: auto;
}
.cart-widget .popup-widget-inner + .cart-widget-button {
  display: none;
}
.cart-widget .popup-widget-inner.full + .cart-widget-button {
  display: block;
}
.login-widget .popup-widget-inner,
.search-widget .popup-widget-inner {
  padding: 20px;
}
@media (min-width: 768px) {
  .popup-widget-inner:not(.cart-widget-inner) {
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  }
  .cart-widget .popup-widget-inner {
    max-height: calc(482px - 122px);
  }
}
@media (min-width: 992px) {
  .cart-widget-product-delete {
    padding: 0;
  }
  .cart-widget-product:hover .cart-widget-product-delete {
    display: table-cell;
    /*.remove-item {
      visibility: visible;
    }*/
  }
  .cart-widget-product:hover .cart-widget-product-delete button {
    color: red;
  }
  .cart-widget-product .cart-widget-product-delete {
    display: none;
  }
}
@media (max-width: 991px) {
  .popup-widget-inner .cart-widget-products {
    margin-bottom: 122px;
  }
}
.cart-widget-products {
  overflow: hidden;
}
.cart-widget-product {
  display: table;
  table-layout: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #dfdfdf;
}
.cart-widget-product &gt; div {
  display: table-cell;
  vertical-align: middle;
}
.cart-widget-product &gt; div.cart-widget-product-unit {
  display: table-cell;
}
.cart-widget-product:last-child {
  border-bottom-style: none;
}
.cart-widget-product-image {
  width: 76px;
  height: 59px;
  text-align: center !important;
  padding-left: 10px;
}
.cart-widget-product-image img {
  max-height: 100%;
}
.cart-widget-product-unit {
  width: 40px;
}
.cart-widget-product-name &gt; strong {
  display: block;
}
.cart-widget-product-name &gt; span {
  font-weight: 700;
}
.cart-widget-product-delete {
  width: 30px;
  padding: 0;
}
.cart-widget-product-delete button {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 24px;
  color: #222;
  border: none;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  font-size: 10px;
  line-height: 22px;
  background: none;
  width: 25px;
  min-width: inherit;
  /* background: red; */
  visibility: visible;
  display: flex;
  align-items: center;
  padding-top: 12px !important;
}
.cart-widget-product-delete button::before {
  content: '\e912';
}
.cart-widget-button {
  padding: 68px 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cart-widget-button {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .cart-widget-button {
    position: relative;
    top: 1px;
  }
}
.cart-free-shipping {
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 66px;
  display: table;
  width: 100%;
  height: 56px;
  text-align: center;
}
.user-action-tabs li {
  display: block;
}
.user-action-tabs li a {
  position: relative;
  display: block;
  padding: 5px 5px 5px 30px;
  text-decoration: none;
}
.user-action-tabs li a::after,
.user-action-tabs li a::before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}
.user-action-tabs li a::before {
  left: 0;
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
}
.user-action-tabs li a::after,
.user-action-tabs li a::before {
  border-radius: 50%;
}
.user-action-tabs li.active a::after {
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-style: solid;
  left: 2px;
}
@media (min-width: 768px) {
  .user-action-tabs {
    display: table;
  }
  .user-action-tabs li {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}
.login-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .login-wrapper {
    padding-top: 0;
  }
}
.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .tab-pane h2:first-child {
  margin-top: 0;
}
.tab-content &gt; .active {
  display: block;
}
.fb-messenger-checkbox {
  margin: -5px 0 0 -14px;
  display: block;
}
.increase,
.quantity .decrease {
  border-color: #dadada;
  background-color: #f3f3f3;
  color: inherit;
}
.increase::before,
.quantity .decrease::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 10px;
  line-height: 23px;
  text-align: center;
}
.quantity .increase {
  left: auto;
  right: 0;
  top: 0;
  border-style: none none none solid;
  border-width: 1px;
}
.quantity .increase::before {
  content: '\e911';
  font-family: 'shoptet';
}
.quantity .decrease {
  left: auto;
  right: 0;
  top: 23px;
  border-style: solid none none solid;
  border-width: 1px;
}
.quantity .decrease::before {
  content: '\e90e';
  font-family: 'shoptet';
}
.quantity {
  border-color: #dadada;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding-left: 0;
  padding-right: 30px;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
}
.quantity input {
  background: inherit;
  display: inline-block;
  width: 50px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: right;
  font-family: arial, sans-serif;
  font-style: normal;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.quantity .increase,
.quantity .decrease {
  border-color: #dadada;
  background-color: #f3f3f3;
  color: inherit;
  position: absolute;
  cursor: pointer;
}
.question-tooltip {
  color: #fff;
  background: #9E9E9E;
  border: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.rate-bar {
  background-color: #dadada;
}
.current .rate-bar {
  background-color: #239ceb;
}
.rate-average {
  color: #f0b820;
}
.popup-widget-inner + .cart-widget-button {
  display: none;
}
.cart-widget .popup-widget-inner.full + .cart-widget-button {
  display: block;
}
.login-widget .popup-widget-inner,
.search-widget .popup-widget-inner {
  padding: 20px;
}
@media (min-width: 992px) {
  .popup-widget-inner:not(.cart-widget-inner) {
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  }
  .cart-widget .popup-widget-inner {
    max-height: calc(482px - 122px);
  }
}
@media (max-width: 991px) {
  .popup-widget-inner .cart-widget-products {
    margin-bottom: 122px;
  }
}
.cart-widget-product {
  display: table;
  table-layout: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-align: center;
}
.cart-widget-product .quantity {
  margin-right: 15px;
}
.cart-widget-product &gt; div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.cart-widget-product &gt; div.cart-widget-product-name strong {
  font-weight: 500;
}
.cart-widget-product &gt; div.cart-widget-product-unit {
  display: none;
}
.cart-widget-product:last-child {
  border-bottom-style: none;
}
.cart-widget-product-image {
  width: 76px;
  height: 59px;
  text-align: center;
}
.cart-widget-product-image img {
  max-height: 100%;
}
.cart-widget-product-amount,
.cart-widget-product-unit {
  padding-right: 10px;
}
.cart-widget-product-amount {
  width: 102px;
  padding-left: 10px;
  padding-right: 10px;
}
.cart-widget-product-unit {
  width: 40px;
}
.cart-widget-product-name &gt; strong {
  display: block;
}
.cart-widget-product-name &gt; span {
  font-weight: 700;
}
.cart-widget-product-delete button::before {
  content: '\e912';
}
.cart-widget-button {
  padding: 68px 0 0;
  text-align: center;
}
.cart-widget-button a {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.2em;
}
@media (max-width: 991px) {
  .cart-widget-button {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .cart-widget-button {
    position: relative;
    top: 1px;
  }
}
.top-navigation-bar {
  background: #606060;
  border: none;
  font-size: 1.1em;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .top-navigation-bar {
    height: 50px;
  }
}
.top-navigation-bar .container {
  display: flex;
  justify-content: space-between;
  min-height: 50px;
  align-items: center;
}
.top-navigation-bar .container &gt; .top-navigation-contacts {
  left: inherit;
  right: 0;
  top: 135px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .top-navigation-bar .container {
    max-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .container {
    min-height: inherit;
    flex-direction: column;
  }
  .top-navigation-bar .container &gt; .top-navigation-contacts {
    position: absolute;
    left: 10px;
    top: 2px;
    right: inherit;
  }
  .top-navigation-bar .container &gt; .top-navigation-tools {
    position: absolute;
    left: 10px;
    top: -13px;
  }
  .top-navigation-bar .container &gt; .top-navigation-tools .responsive-tools &gt; a[data-target="navigation"] {
    left: 8px;
    right: inherit;
    position: fixed;
    top: 45px;
  }
}
.top-navigation-bar .container .container {
  padding: 0;
}
.top-navigation-bar .msg-part {
  max-width: 100%;
  width: 100%;
  display: none;
}
.top-navigation-bar .msg-part .site-msg {
  color: #000 !important;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.top-navigation-bar .msg-part .site-msg .container {
  height: 40px;
  justify-content: center;
  font-family: 'Atma', cursive;
}
@media only screen and (max-width: 1200px) {
  .top-navigation-bar .msg-part .site-msg .container {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .msg-part .close {
    right: 0 !important;
    margin-top: 20px;
  }
  .top-navigation-bar .msg-part .close:before,
  .top-navigation-bar .msg-part .close:after {
    background: #000 !important;
  }
  .top-navigation-bar .msg-part .site-msg {
    color: #000 !important;
    background: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
    position: fixed;
    top: 140px;
    width: 270px;
    text-align: center;
    flex-direction: column;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #e4e4e4;
    padding: 15px;
  }
  .top-navigation-bar .msg-part .text {
    padding: 0 20px 0 0 !important;
    font-size: 12px !important;
    text-transform: none !important;
  }
}
.top-navigation-bar .msg-part .close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .msg-part .close {
    display: block;
    right: 15px;
  }
}
.top-navigation-bar .msg-part .close:before,
.top-navigation-bar .msg-part .close:after {
  position: absolute;
  content: "";
  background: #000;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .msg-part .close:before,
  .top-navigation-bar .msg-part .close:after {
    background: #fff;
  }
}
.top-navigation-bar .msg-part .close:before {
  left: 6px;
  top: 0;
  width: 1px;
  height: 13px;
}
.top-navigation-bar .msg-part .close:after {
  left: 0;
  top: 6px;
  width: 13px;
  height: 1px;
}
.top-navigation-bar .msg-part .text {
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .top-navigation-bar .msg-part .text {
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.3em;
    padding-right: 50px;
  }
}
.top-navigation-bar .top-navigation-bar-menu {
  font-size: 1em;
  border-right: 1px solid #4c4c4c;
  padding-right: 10px;
}
.top-navigation-bar .top-navigation-bar-menu li a {
  text-decoration: none;
  font-size: 0.8em;
  padding: 16px 10px;
}
.top-navigation-bar .top-navigation-bar-menu li a:hover {
  text-decoration: underline;
}
.top-navigation-bar .top-navigation-bar-menu-helper {
  max-width: 300px;
}
.top-navigation-bar .top-navigation-bar-menu-helper li a {
  font-weight: 500;
  text-decoration: none;
  padding: 8px 12px !important;
  letter-spacing: 0.5px;
  display: block;
  word-break: break-word;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  line-height: 1.2em;
  font-size: 0.9em;
  color: #000;
}
.top-navigation-bar .top-navigation-bar-menu-helper li a:hover {
  color: #333;
}
.top-navigation-bar .top-navigation-bar-menu-helper li a:before {
  display: none;
}
.top-navigation-bar .head-socials {
  position: relative;
  margin-top: 2px;
  /* min-width: 118px; */
  height: 50px;
  display: flex;
  align-items: center;
  border-right: 1px solid #4c4c4c;
  padding: 0 20px;
}
@media only screen and (max-width: 992px) {
  .top-navigation-bar .head-socials {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .head-socials {
    height: 32px;
    border: none;
    padding: 0 20px;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: -18px;
    width: auto;
  }
}
.top-navigation-bar .head-socials a {
  padding: 0 7px;
  line-height: 10px;
  max-height: 16px;
  text-align: center;
  display: inline-block;
}
.top-navigation-bar .head-socials a:last-child {
  border: none;
}
.top-navigation-bar .head-socials a img {
  max-width: 16px;
  max-height: 16px;
}
.top-navigation-bar .head-socials a:hover img {
  opacity: 0.5;
}
.top-navigation-bar .top-navigation-tools .dropdown {
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .top-navigation-tools .dropdown {
    position: absolute;
    left: 10px;
    top: -2px;
    color: #fff;
  }
}
.top-navigation-bar .top-navigation-tools .dropdown a:before {
  display: none;
}
.top-navigation-bar .top-navigation-tools .dropdown:before {
  width: 1px;
  height: 40px;
  left: 0;
  position: absolute;
  top: -9px;
  background: #dfdfdf;
  content: '';
}
.top-navigation-bar .top-navigation-tools .dropdown button {
  position: relative;
  background: transparent;
  border: none;
  color: #000;
  padding-right: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.top-navigation-bar .top-navigation-tools .dropdown button:focus {
  outline: none;
}
.top-navigation-bar .top-navigation-tools .dropdown button:hover {
  color: #9c9c9c;
}
.top-navigation-bar .top-navigation-tools .dropdown button:before {
  content: '\e90e';
  position: absolute;
  right: 0;
  top: 6px;
  font-family: 'shoptet';
  font-size: 8px;
  color: #000;
}
.top-navigation-bar .top-navigation-tools .dropdown span {
  display: none;
}
.top-navigation-bar &gt; .container &gt; .top-navigation-menu {
  float: right;
  display: flex;
  flex: 1;
  justify-self: flex-end;
  justify-content: flex-end;
  position: relative;
}
.top-navigation-bar &gt; .container &gt; .top-navigation-menu .top-navigation-menu-trigger:before {
  line-height: 29px !important;
}
.top-navigation-bar &gt; .container &gt; .top-navigation-menu li {
  font-size: 1em;
}
.top-navigation-bar &gt; .container &gt; .top-navigation-menu li:before {
  display: none;
}
.top-navigation-bar &gt; .container &gt; .top-navigation-menu li a {
  color: #fff;
}
.top-navigation-bar .top-navigation-bar-menu-helper {
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar {
    position: fixed;
    z-index: 99;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    height: 35px;
    transition: 0.3s;
  }
  .top-navigation-bar .responsive-tools {
    line-height: 18px;
    padding: 0;
    width: inherit;
    margin-right: 10px;
  }
  .top-navigation-bar .responsive-tools &gt; a {
    width: 40px;
    height: 30px;
    padding: 0px;
    text-align: center;
  }
  .top-navigation-bar .responsive-tools &gt; a:before {
    height: 30px !important;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"] {
    border-radius: 50%;
    color: #fff;
    position: absolute;
    background: transparent !important;
    left: 20px;
    top: 44px;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"]:before {
    margin-top: 4px;
    background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/happylu/img/menu2.svg) !important;
    transform: scaleX(-1);
    width: 30px;
    height: 30px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
  }
  .top-navigation-bar .responsive-tools a[data-target="search"]:before {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 27px;
  }
  .top-navigation-bar .responsive-tools a[data-target="login"] {
    position: relative;
  }
  .top-navigation-bar .responsive-tools a[data-target="login"]:before {
    font-weight: 500;
    height: 38px;
    width: 38px;
    font-size: 1.1em;
    content: '';
    border-radius: 50px;
    line-height: 27px;
    text-transform: uppercase;
    color: transparent;
    overflow: hidden;
    display: inline-block;
    padding: 0;
    position: relative;
    left: 0;
    top: -2px;
    z-index: 999;
    letter-spacing: 0;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/foltyn-wine/img/user.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .top-navigation-bar .top-navigation-tools .dropdown {
    display: flex;
    align-items: center;
    padding-left: 10px;
  }
}
#navigation {
  width: 100%;
}
.instagram-widget {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  margin: -1px;
}
.instagram-widget &gt; a {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  padding: 1px;
}
.instagram-widget &gt; a:hover img {
  opacity: 0.7;
}
.instagram-widget &gt; a img {
  display: block;
  width: 100%;
  height: auto;
}
.instagram-widget.columns-1 &gt; a {
  width: 100%;
}
.instagram-widget.columns-2 &gt; a {
  width: 50%;
}
.instagram-widget.columns-3 &gt; a {
  width: 33.333333%;
}
.instagram-widget.columns-4 &gt; a {
  width: 25%;
}
.instagram-follow-btn {
  flex-grow: 1;
  margin-top: 19px;
  text-align: center;
}
.instagram-follow-btn &gt; span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.instagram-follow-btn &gt; span::before {
  content: '\e909';
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 480px) and (max-width: 767px) {
  #navigation {
    padding-top: 0;
  }
  .navigation-window-visible #navigation {
    width: 60%;
  }
}
@media (min-width: 768px) {
  #navigation {
    position: relative;
    left: 0;
    height: 50px;
  }
  .submenu-visible #navigation {
    overflow: visible;
  }
  .submenu-visible #navigation.menu-helper-visible {
    overflow: hidden;
  }
}
.navigation-in ul,
.menu-helper ul {
  margin: 0;
  padding: 0;
}
.navigation-in ul li,
.menu-helper ul li {
  display: block;
  list-style: none;
}
.navigation-in ul li a,
.menu-helper ul li a {
  display: block;
}
.navigation-in ul li.appended-category,
.menu-helper ul li.appended-category {
  display: none;
}
.navigation-in &gt; ul &gt; li.ext &gt; ul,
.menu-helper &gt; ul &gt; li.ext &gt; ul {
  display: none;
}
.submenu-visible .navigation-in &gt; ul &gt; li.ext.exp &gt; ul,
.submenu-visible .menu-helper &gt; ul &gt; li.ext.exp &gt; ul {
  display: block;
}
.navigation-in {
  font-size: 14px;
  line-height: 14px;
}
.navigation-in ul li {
  position: static;
}
.navigation-in ul li a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-transform: none;
  text-decoration: none;
}
.navigation-in ul li a b {
  font-weight: 400;
}
.navigation-in ul li a:hover {
  text-decoration: none;
}
.navigation-in ul.menu-level-2 li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navigation-in &gt; ul &gt; li {
  border-top-width: 1px;
  border-top-style: solid;
}
.navigation-in &gt; ul &gt; li:first-child {
  border-top-style: none;
}
@media (max-width: 767px) {
  .navigation-in {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .navigation-in a.menu-image {
    display: none;
  }
  .navigation-in .has-third-level ul {
    display: none;
  }
  .navigation-in ul li.appended-category {
    display: block;
  }
  .navigation-in ul.menu-level-2 li a {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .navigation-in {
    position: absolute;
    left: 0;
    top: 0;
    width: 9999em;
  }
  .submenu-visible .navigation-in,
  .fitted .navigation-in {
    width: 100%;
  }
  .navigation-in &gt; ul {
    display: flex;
    height: 50px;
    flex-wrap: wrap;
    align-items: center;
  }
  .fitted .navigation-in ul {
    justify-content: flex-end;
  }
  .navigation-in ul li {
    display: block;
  }
  .navigation-in ul li.splitted {
    visibility: hidden;
  }
  .submenu-visible .navigation-in ul li.splitted {
    display: none;
  }
  .navigation-in ul.menu-level-2 {
    z-index: 1001;
    position: absolute;
    left: 0;
    top: calc((100% - 9px) / 2);
    width: 100%;
    background: #fff;
    margin-left: 0;
    border-style: none;
    border-width: 0;
  }
  .navigation-in ul.menu-level-2 li {
    border-top-style: none;
    border-top-width: 0;
    display: block;
  }
  .navigation-in ul.menu-level-2 li:first-child {
    border-top-style: none;
  }
  .navigation-in &gt; ul &gt; li {
    border-top-width: 0;
    border-bottom-width: 0;
    border-top-style: none;
    border-bottom-style: none;
  }
  .navigation-in &gt; ul &gt; li &gt; a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media (min-width: 768px) {
  .navigation-in &gt; ul &gt; li {
    border-left-style: solid;
    border-left-width: 1px;
    border-top-style: none;
    border-bottom-style: none;
  }
  .navigation-in &gt; ul &gt; li &gt; a:hover {
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 21px;
    padding-right: 21px;
  }
  .navigation-in &gt; ul &gt; li.ext &gt; ul &gt; li {
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 33.333333%;
    width: 33.333333%;
    min-height: 75px;
  }
  .navigation-in &gt; ul &gt; li.ext &gt; ul &gt; li &gt; a {
    position: relative;
    width: 75px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    align-items: center;
    padding: 0;
  }
  .navigation-in &gt; ul &gt; li.ext &gt; ul &gt; li &gt; a img {
    display: block;
    max-width: 70px;
    height: auto;
    max-height: 54px;
  }
  .navigation-in &gt; ul &gt; li.ext &gt; ul &gt; li &gt; a:hover {
    background-color: transparent;
  }
  .navigation-in &gt; ul &gt; li.ext &gt; ul &gt; li &gt; div {
    width: calc(100% - 116px);
  }
  .navigation-in &gt; ul &gt; li.ext &gt; ul &gt; li &gt; div &gt; a {
    padding: 0 0 5px;
    font-weight: 700;
  }
  .navigation-in &gt; ul &gt; li.ext &gt; ul &gt; li &gt; div &gt; ul {
    line-height: 16px;
    max-height: 32px;
    overflow: hidden;
    display: inline-block;
  }
  .navigation-in &gt; ul &gt; li.ext &gt; ul &gt; li &gt; div &gt; ul &gt; li {
    display: inline-block;
  }
  .navigation-in &gt; ul &gt; li.ext &gt; ul &gt; li &gt; div &gt; ul &gt; li &gt; a {
    display: inline;
    padding: 0;
  }
  .navigation-in &gt; ul &gt; li.ext &gt; ul &gt; li &gt; div &gt; ul &gt; li &gt; a:hover {
    background-color: transparent;
  }
  .navigation-in &gt; ul &gt; li.ext &gt; ul &gt; li.has-third-level &gt; a {
    display: block;
    line-height: 1;
  }
  .navigation-in &gt; ul &gt; li.ext.exp &gt; a {
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 21px;
    padding-right: 21px;
  }
  .submenu-visible .navigation-in &gt; ul &gt; li.ext.exp &gt; ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
  .navigation-in &gt; ul &gt; li.ext.exp:first-child &gt; a {
    margin-left: 0;
    padding-left: 20px;
  }
  .navigation-in &gt; ul &gt; li.exp &gt; ul {
    top: 100%;
  }
  .navigation-in &gt; ul &gt; li:first-child {
    border-left-style: none;
  }
  .navigation-in &gt; ul &gt; li:first-child &gt; a:hover {
    margin-left: 0;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .navigation-in &gt; ul &gt; li.ext &gt; ul &gt; li {
    width: 25%;
    flex-basis: 25%;
  }
}
.submenu-arrow {
  display: inline-block;
  padding-left: 1em;
  font-size: 8px;
  line-height: 10px;
  vertical-align: middle;
  display: none;
}
.submenu-arrow:after {
  font-weight: 600;
}
.submenu-arrow::after {
  content: '\e90e';
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.submenu-visible li.exp &gt; a .submenu-arrow::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .navigation-buttons &gt; a[data-target="navigation"] {
    display: none;
  }
}
.navigation-close {
  display: none;
}
@media (max-width: 767px) {
  .navigation-close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 1.25rem;
  }
  .navigation-close::before {
    content: '\e912';
    display: block;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.content-wrapper.container .row &gt; div {
  padding-left: 10px;
  padding-right: 10px;
}
.content-wrapper.container .row.cart-row {
  margin-left: 0;
  margin-right: 0;
}
.content-wrapper.container .row.cart-row &gt; div {
  padding-left: 0;
  padding-right: 0;
}
.ordering-process .content-wrapper.container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .content-wrapper-in {
    display: flex;
  }
}
.sidebar {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .content {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .multiple-columns-body .content {
    width: calc(100% - 300px);
  }
  .multiple-columns-body .content-wrapper-in {
    padding-top: 15px;
  }
  .one-columns-body .content {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .multiple-columns-body .content {
    width: calc(100% - 315px);
    flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .sidebar.sidebar-left {
    display: none;
  }
  .sidebar.sidebar-left.sidebar-visible {
    display: block;
  }
}
@media (max-width: 1199px) {
  .sidebar.sidebar-right {
    display: none;
  }
}
@media (min-width: 768px) {
  .sidebar {
    flex-grow: 0;
    flex-shrink: 0;
    width: 295px;
  }
}
@media (min-width: 992px) {
  .sidebar {
    width: 295px;
  }
}
#navigation {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  #navigation {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    padding-bottom: 60px;
  }
}
.menu-helper {
  z-index: 1;
  position: absolute;
  top: 92px;
  right: 0;
  display: none;
  flex: 0 0 auto;
  align-items: center;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-transform: none;
  cursor: pointer;
}
.menu-helper &gt; span {
  position: relative;
  padding: 0 0;
  border-width: 0;
  border-style: none;
  font-size: 32px;
  line-height: 32px;
  text-transform: none;
}
.menu-helper::after {
  content: '\e914';
  text-align: center;
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.menu-helper-visible .menu-helper::after {
  content: '\e912';
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.menu-helper &gt; ul {
  z-index: 1;
  position: absolute;
  top: calc(50% + 16px);
  right: 0;
  display: none;
  width: 280px;
  max-height: 340px;
  overflow: auto;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  text-transform: none;
}
.menu-helper-visible .menu-helper &gt; ul {
  display: block;
}
.menu-helper &gt; ul &gt; li {
  border-top-style: solid;
  border-top-width: 1px;
}
.menu-helper &gt; ul &gt; li.splitted {
  display: none;
}
.menu-helper &gt; ul &gt; li.splitted + li {
  border-top-style: none;
}
.menu-helper &gt; ul &gt; li a b {
  font-weight: 400;
}
.menu-helper &gt; ul &gt; li a.menu-image {
  display: none;
}
.menu-helper &gt; ul &gt; li &gt; a {
  padding: 1rem 20px;
}
.menu-helper .menu-level-2 a {
  padding: 1rem 40px;
}
.menu-helper .has-third-level ul {
  display: none;
}
.menu-helper.empty {
  z-index: -1;
  visibility: hidden;
}
@media (min-width: 768px) {
  .menu-helper {
    display: flex;
  }
}
@media (min-width: 992px) and (min-height: 600px) {
  .menu-helper &gt; ul {
    max-height: 480px;
  }
}
@media (min-width: 992px) and (min-height: 800px) {
  .menu-helper &gt; ul {
    max-height: 680px;
  }
}
.responsive-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.responsive-tools &gt; a {
  width: 40px;
  height: 40px;
  padding: 4px;
  text-align: center;
}
.responsive-tools &gt; a::before {
  content: '\e914';
  width: 32px;
  font-size: 18px;
  line-height: 32px;
}
.responsive-tools &gt; a[data-target="navigation"] {
  z-index: 2;
  position: absolute;
  right: 16px;
}
.responsive-tools &gt; a[data-target="navigation"]::before {
  border-radius: 50%;
  font-size: 14px;
}
.responsive-tools &gt; a[data-target="login"]::before {
  content: '\e922';
}
.responsive-tools &gt; a[data-target="search"]::before {
  content: '\e920';
}
.ordering-process .responsive-tools &gt; a[data-target="navigation"]::before {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .responsive-tools {
    display: none;
  }
}
.top-navigation-bar-menu-helper li a::before,
.dropdown-menu li a::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
}
.top-navigation-bar-menu,
.top-navigation-bar-menu-helper {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.top-navigation-bar-menu li,
.top-navigation-bar-menu-helper li {
  display: inline-block;
  vertical-align: middle;
}
.top-navigation-bar-menu li a,
.top-navigation-bar-menu-helper li a {
  position: relative;
  display: block;
  padding: 4px 20px;
}
.top-navigation-bar-menu li a b,
.top-navigation-bar-menu-helper li a b {
  font-weight: 400;
}
.top-navigation-bar-menu {
  font-size: 0;
}
.top-navigation-bar-menu li {
  position: relative;
  font-size: 13px;
}
.top-navigation-bar-menu li::before {
  content: '|';
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  line-height: 1;
}
.top-navigation-bar-menu li:first-child::before {
  display: none;
}
.top-navigation-bar-menu li.cropped {
  display: none;
}
@media (max-width: 767px) {
  .top-navigation-bar-menu li:first-child a {
    padding-left: 0;
  }
}
.top-navigation-bar-menu-helper {
  display: none;
  z-index: 53;
  position: absolute;
  right: 0;
  bottom: 30px;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.top-navigation-bar-menu-helper li {
  display: block;
}
.top-navigation-menu-visible .top-navigation-bar-menu-helper {
  display: block;
}
@media (min-width: 768px) {
  .top-navigation-bar-menu-helper {
    bottom: auto;
    top: 26px;
  }
}
.top-navigation-bar-menu-helper li a::before,
.dropdown-menu li a::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
}
.top-navigation-bar-menu,
.top-navigation-bar-menu-helper {
  margin: 0;
  padding: 0;
  text-transform: none;
}
.top-navigation-bar-menu li,
.top-navigation-bar-menu-helper li {
  display: inline-block;
  vertical-align: middle;
}
.top-navigation-bar-menu li a,
.top-navigation-bar-menu-helper li a {
  position: relative;
  display: block;
  padding: 4px 20px;
}
.top-navigation-bar-menu li a b,
.top-navigation-bar-menu-helper li a b {
  font-weight: 400;
}
.top-navigation-bar-menu {
  font-size: 0;
}
.top-navigation-bar-menu li {
  position: relative;
  font-size: 13px;
}
.top-navigation-bar-menu li::before {
  content: '/';
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  line-height: 1;
  color: #bfc0c5;
}
.top-navigation-bar-menu li:first-child::before {
  display: none;
}
.top-navigation-bar-menu li.cropped {
  display: none;
}
@media (max-width: 767px) {
  .top-navigation-bar-menu li:first-child a {
    padding-left: 0;
  }
}
.top-navigation-bar-menu-helper {
  display: none;
  z-index: 53;
  position: absolute;
  right: 0;
  bottom: 30px;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.top-navigation-bar-menu-helper li {
  display: block;
}
.top-navigation-menu-visible .top-navigation-bar-menu-helper {
  display: block;
}
@media (min-width: 768px) {
  .top-navigation-bar-menu-helper {
    bottom: auto;
    top: 26px;
  }
}
.top-navigation-menu-trigger {
  z-index: 54;
  position: absolute;
  right: 0;
  bottom: 1px;
  display: none;
  cursor: pointer;
}
.top-navigation-menu-trigger::before {
  content: '\e90e';
  width: 25px;
  height: 25px;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.top-navigation-menu-visible .top-navigation-menu-trigger::before {
  content: '\e911';
}
.top-menu-trigger-visible .top-navigation-menu-trigger {
  display: block;
}
.top-navigation-bar-menu-helper,
.dropdown-menu {
  background-color: #fff;
}
.top-navigation-bar-menu-helper li a,
.dropdown-menu li a {
  color: #b2b2b2;
}
.top-navigation-bar-menu-helper li a::before,
.dropdown-menu li a::before {
  background-color: #239ceb;
}
.top-navigation-bar-menu-helper li a:hover,
.dropdown-menu li a:hover {
  color: #239ceb;
  background-color: #f6f6f6;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
  .dropdown-menu {
    left: inherit;
    right: -8px;
    min-width: 70px;
  }
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.384615;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  color: #777;
}
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open &gt; .dropdown-menu {
  display: block;
}
.open &gt; a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.384615;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.384615;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.flag {
  float: left;
  clear: left;
  width: auto;
  max-width: 9em;
  margin-bottom: .5ex;
  padding: 4px 8px;
  border-radius: 0;
  font-size: smaller;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: none;
  display: inline-block;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.flags-inline:before,
.flags-inline:after {
  content: " ";
  display: table;
}
.flags-inline:after {
  clear: both;
}
.flags-inline:before,
.flags-inline:after {
  content: " ";
  display: table;
}
.flags-inline:after {
  clear: both;
}
.flags-inline .flag {
  clear: none;
  display: inline-block;
  margin-left: 3px;
}
.flags-inline .flag:first-child {
  margin-left: 0;
}
.products-top {
  margin-bottom: 19px;
}
.products-top &gt; div {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.products-top &gt; div.inactive {
  position: absolute;
  height: 0;
  overflow: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.products-top &gt; div.revealed {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.flags-extra {
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: flex;
  width: auto !important;
}
.highlight-product .flags-extra {
  right: 30px;
}
.flags-extra .flag {
  width: 86px;
  height: 86px;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.flags-extra .flag.flag-discount:after {
  display: none;
}
.flags-extra .flag.flag-discount .price-standard span {
  text-decoration: line-through;
  font-size: 0.75em;
  font-weight: 500;
  text-transform: none;
}
.flags-extra .flag.flag-discount .price-save {
  font-weight: 600;
  font-size: 1.2em;
}
.flags-extra .flag .price-standard,
.flags-extra .flag .price-save {
  font-size: 12px;
}
.p-image-wrapper .flags-extra {
  z-index: 51;
  right: 10px;
}
@media (min-width: 768px) {
  .p-image-wrapper .flags-extra .flag {
    border-radius: 50%;
  }
  .p-image-wrapper .flags-extra .flag .price-standard,
  .p-image-wrapper .flags-extra .flag .price-save {
    font-size: 14px;
  }
  .p-image-wrapper .flags-extra .flag-freeshipping .icon-van {
    font-size: 70px;
  }
  .p-image-wrapper .flags-extra .flag-text {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .products-additional .flags-extra .flag {
    width: 50px;
    height: 50px;
    font-size: 9px;
  }
  .products-additional .flags-extra .price-standard,
  .products-additional .flags-extra .price-save {
    font-size: 9px;
  }
}
.flag-text {
  font-size: 12px;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .products-additional .flag-text {
    font-size: 9px;
    line-height: 9px;
  }
}
.flag-freeshipping .icon-van {
  margin-top: -6px;
  margin-bottom: -6px;
  font-size: 42px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .products-additional .flag-freeshipping .icon-van {
    margin-bottom: 0;
    font-size: 24px;
  }
}
.flag-discount {
  margin-left: -8px;
}
.flag-discount .price-standard {
  display: block;
}
.top-navigation-bar-menu li::before {
  color: #dadada;
}
.top-navigation-bar-menu-helper {
  border-color: #dadada;
  background-color: #fff;
}
.top-navigation-menu-trigger::before {
  color: #b2b2b2;
}
ul.manufacturers {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  text-transform: uppercase;
}
ul.manufacturers &gt; li {
  list-style: none;
}
ul.manufacturers &gt; li:nth-child(even) {
  background: #fbfbfb;
}
ul.manufacturers li {
  list-style: none;
}
ul.manufacturers h2 {
  flex: 0 0 100px;
  margin: 0;
  padding: 20px;
  font-size: 30px;
  text-align: center;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
ul.manufacturers ul {
  flex: 1 1 auto;
}
ul.manufacturers ul li {
  padding: 5px 0;
}
ul.manufacturers &gt; li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #e7e7e7;
}
ul.manufacturers &gt; li a {
  text-decoration: none;
}
ul.manufacturers &gt; li:last-child {
  border-bottom-style: none;
}
@media (min-width: 768px) {
  ul.manufacturers ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 calc(100% - 40px * 2.5);
  }
  ul.manufacturers ul li {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  ul.manufacturers ul li {
    flex-basis: 33.333333%;
  }
}
@media (min-width: 1200px) {
  ul.manufacturers ul li {
    flex-basis: 20%;
  }
}
.latest-contribution-wrapper {
  margin-top: 38px;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .latest-contribution-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.latest-contribution {
  padding-bottom: 19px;
}
.latest-contribution a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .latest-contribution {
    width: auto;
    flex: 1 1 auto;
    flex-wrap: wrap;
  }
  /* .latest-contribution:first-child:not(:last-child) {
    padding-right: 20px
  }

  .latest-contribution:last-child:not(:first-child) {
    padding-left: 20px
  }*/
}
.latest-contribution-placeholder {
  display: none;
}
@media (min-width: 768px) {
  .latest-contribution-placeholder {
    display: block;
  }
}
.latest-contribution-inner {
  display: flex;
  align-items: center;
  margin-top: 38px;
}
@media only screen and (max-width: 992px) {
  .latest-contribution-inner {
    margin-top: 5px;
  }
}
.latest-contribution-inner:hover {
  color: #fff;
}
.latest-contribution-inner:hover .latest-contribution-product {
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .latest-contribution .hidden-xs {
    display: none;
  }
}
.latest-contribution-image {
  position: relative;
  height: 60px;
  flex: 0 0 60px;
  margin-right: 20px;
}
.latest-contribution-image img {
  position: absolute;
  border-radius: 50%;
  max-width: 100%;
}
.latest-contribution-content {
  display: block;
  width: calc(100% - 60px - 40px);
}
.latest-contribution-wrapper h2 {
  font-weight: 700;
  color: #292b32;
  margin-bottom: 30px;
  font-family: inherit !important;
  position: relative;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 1.6em;
}
.latest-contribution-wrapper h2:before {
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: -9px;
  left: 0;
  content: '';
}
.latest-contribution-wrapper h2.latest-contribution-placeholder:before {
  display: none;
}
@media only screen and (max-width: 992px) {
  .latest-contribution-wrapper h2.latest-contribution-placeholder {
    display: none;
  }
}
.latest-contribution-product {
  height: 17px;
  margin-top: 0;
  overflow: hidden;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 480px) {
  .latest-contribution-product {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.latest-contribution-info {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
}
.latest-contribution-info .stars {
  width: 90px;
  height: 18px;
  margin-right: 0;
}
.latest-contribution-info .star {
  width: 18px;
  height: 18px;
}
.latest-contribution-info .star::before {
  font-size: 16px;
  top: 2px;
}
.content h4.latest-contribution-product {
  margin-bottom: 2px !important;
  font-size: 1.1em !important;
}
.latest-contribution-info &gt; i {
  padding: 0 10px;
  font-style: normal;
}
@media (max-width: 480px) {
  .latest-contribution-info {
    display: block;
  }
  .latest-contribution-info .stars {
    display: block;
  }
}
.latest-contribution-info {
  color: #b2b2b2;
}
.latest-contribution-description {
  color: #666;
}
.latest-contribution-inner:hover .latest-contribution-product {
  color: #656565;
}
.order-summary-heading {
  color: #656565;
}
.no-display {
  display: none;
}
.advanced-order-suggestion {
  border-top-color: #dadada;
}
.advanced-parameter-inner {
  border: 1px solid #fcfcfc;
}
.advanced-parameter-inner {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .advanced-parameter-inner {
    width: 70px;
    height: 70px;
  }
}
.advanced-parameter-inner img {
  border-radius: 50%;
  min-width: 1px;
}
.advanced-parameter-inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.advanced-parameter-inner.yes-before::before,
.disabled .advanced-parameter-inner::before {
  background-position: center;
  background-repeat: no-repeat;
}
.advanced-parameter-inner.yes-before::before {
  background-size: 19px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODk3MS42IiBoZWlnaHQ9IjE0MzM2LjMiIHZpZXdCb3g9IjAgMCAxNy43ODU5MTYgMTMuNDQwMjY3Ij48cGF0aCBkPSJNMTUgLjRsLTggOC00LTQtMi40IDJMNi43IDEzIDE3LjQgMi43eiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSJncmF5IiBzdHJva2Utd2lkdGg9Ii42Ii8+PC9zdmc+');
}
.unavailable-option-wrapper .advanced-parameter-inner,
.disabled .advanced-parameter-inner {
  opacity: 0.25;
  cursor: not-allowed;
}
.disabled .advanced-parameter-inner::before {
  background-size: 15px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45OTY1IiBoZWlnaHQ9IjIwLjA3MjM4OCIgdmlld0JveD0iMCAwIDAuMDE4NzQ2NzYyIDAuMDE4ODE3ODQ0Ij48cGF0aCBzdHlsZT0iaXNvbGF0aW9uOmF1dG87bWl4LWJsZW5kLW1vZGU6bm9ybWFsIiBkPSJNLjAxNTE2LjAwMDU3TC4wMTQ5MjIuMDAwODFsLS4wMDU1NS4wMDU1LS4wMDU3ODYtLjAwNTgtLjAwMzA4LjAwMzEuMDA1Nzg2LjAwNTgtLjAwNTc4Ni4wMDU4LjAwMzA4LjAwMzEuMDA1Nzg2LS4wMDU4LjAwNTc4Ni4wMDU4LjAwMzA4LS4wMDMxTC4wMTgwMDQuMDE0OTdsLS4wMDU1NS0uMDA1NS4wMDU3ODYtLjAwNTgtLjAwMzA4LS4wMDMxeiIgY29sb3I9IiMwMDAiIG92ZXJmbG93PSJ2aXNpYmxlIiBzb2xpZC1jb2xvcj0iIzAwMDAwMCIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSJncmF5IiBzdHJva2Utd2lkdGg9Ii4wMDA3MTgiLz48L3N2Zz4=');
}
.advanced-order {
  text-align: center;
}
.advanced-order .h1 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.advanced-order .h2 {
  margin-bottom: 20px;
  text-transform: none;
}
.advanced-order .advanced-order-suggestion {
  padding-top: 40px;
  margin-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
}
.advanced-order .extras-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.advanced-order .extras-wrap .extra {
  text-align: left;
  width: 100%;
  margin: 0 0 20px;
}
.advanced-order .extras-wrap .extra.step {
  margin: 20px 0 0;
  padding-left: 0;
  text-align: center;
}
.advanced-order .price-range {
  margin-bottom: 0;
}
#navigation {
  float: left;
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #navigation {
    background: #fff;
    padding-left: 0;
    width: 320px !important;
    left: -322px !important;
    z-index: 9999;
  }
  #navigation .navigation-in ul li ul li a {
    padding: 7px 15px 7px 35px;
  }
}
@media only screen and (min-width: 768px) {
  #navigation .navigation-in ul {
    /*justify-content: flex-end;*/
  }
}
#navigation ul.menu-level-1 {
  width: 100%;
  font-family: 'Lora', serif;
}
@media only screen and (max-width: 767px) {
  #navigation ul.menu-level-1 {
    display: flex;
    flex-direction: column;
  }
  #navigation ul.menu-level-1 &gt; li {
    order: 2;
  }
  #navigation ul.menu-level-1 &gt; li.appended-category {
    order: 1;
  }
}
#navigation ul.menu-level-1 #nav-manufacturers {
  display: none;
}
#navigation ul.menu-level-1 &gt; li {
  border: none;
}
#navigation ul.menu-level-1 &gt; li:last-child a {
  padding-right: 0;
}
#navigation ul.menu-level-1 &gt; li:first-child {
  /*@media @tablet-min {
          a {
            width: 35px;
            color: transparent;
            overflow: hidden;
            background: url(https://shoptet.tomashlad.eu/user/documents/extras/happylu/img/home.svg) no-repeat left center;
            background-size: 22px;
            transition: @transition;

            &amp;:hover {
              opacity: 0.5;
            }
          }
        }*/
}
#navigation ul.menu-level-1 &gt; li:hover {
  margin: 0 !important;
}
#navigation ul.menu-level-1 &gt; li:hover a {
  margin: 0 !important;
}
#navigation ul.menu-level-1 &gt; li .menu-level-2 {
  width: 1280px;
  margin-top: 0;
  z-index: 999;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  #navigation ul.menu-level-1 &gt; li .menu-level-2 {
    display: none;
    opacity: 0;
    transition: 1s;
    z-index: 1;
    position: relative;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 1200px) {
  #navigation ul.menu-level-1 &gt; li .menu-level-2 {
    width: calc(100vw - 20px);
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  #navigation ul.menu-level-1 &gt; li .menu-level-2 {
    width: 100%;
  }
}
#navigation ul.menu-level-1 &gt; li &gt; a {
  padding: 0 24px;
  height: 50px;
  text-transform: uppercase;
  font-size: 17px;
  color: #606060;
  display: flex;
  align-items: center;
}
#navigation ul.menu-level-1 &gt; li &gt; a:hover {
  color: #b60718;
}
@media only screen and (max-width: 992px) {
  #navigation ul.menu-level-1 &gt; li &gt; a {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #navigation ul.menu-level-1 &gt; li &gt; a {
    line-height: 40px;
  }
}
#navigation ul.menu-level-1 &gt; li &gt; a b {
  font-weight: 800;
}
#navigation ul.menu-level-1 &gt; li &gt; a.active {
  color: #b60718 !important;
}
@media only screen and (min-width: 768px) {
  #navigation ul.menu-level-1 &gt; li:first-child a {
    padding-left: 0;
  }
}
#navigation ul.menu-level-1 &gt; li#nav-manufacturers {
  position: relative;
}
#navigation ul.menu-level-1 &gt; li#nav-manufacturers .menu-level-2 {
  flex-direction: column;
  width: 250px;
}
#navigation ul.menu-level-1 &gt; li#nav-manufacturers .menu-level-2 li {
  width: 100%;
  min-width: 100%;
  min-height: auto;
  display: block;
}
#navigation ul.menu-level-1 &gt; li#nav-manufacturers .menu-level-2 li a {
  display: block;
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  .navigation-window-visible #header #navigation {
    left: 0 !important;
    padding-top: 15px;
  }
}
.menu-helper span {
  display: none;
}
.menu-helper ul li {
  border-color: #f2f2f2;
}
.menu-helper:after {
  width: 20px;
  height: 20px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/happylu/img/menu.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .menu-helper {
    position: absolute;
    right: 20px;
    top: 87px;
    margin-top: 2px;
  }
  .menu-helper .menu-level-1 {
    background: #fff;
    top: 41px;
    border: 1px solid #ccc;
    justify-content: flex-end;
  }
  .menu-helper .menu-level-1 li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
  }
}
/*
.multiple-columns-body {
  #navigation {
    width: calc(~'100% - 565px');
    left: 330px;
    float: left;
  }
}
*/
.multiple-columns-body #navigation {
  width: calc(100% - 565px);
  left: 330px;
}
.multiple-columns-body #navigation ul.menu-level-1 &gt; li .menu-level-2 {
  width: 850px;
  left: 330px;
  float: left;
}
@media only screen and (max-width: 1200px) {
  .multiple-columns-body #navigation ul.menu-level-1 &gt; li .menu-level-2 {
    width: calc(100vw - 370px);
    margin-left: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .multiple-columns-body #navigation ul.menu-level-1 &gt; li .menu-level-2 {
    width: 100%;
    margin-left: 0;
  }
}
#header .navigation-buttons {
  display: flex;
  order: 2;
}
#header .navigation-buttons .sr-only {
  display: none;
  color: #ccc;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: 0.3s;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  #header .navigation-buttons .sr-only {
    display: none;
  }
}
#header .navigation-buttons .btn.cart-count {
  color: #fff !important;
  text-decoration: none;
  display: flex !important;
  font-weight: 500;
  font-size: 14px;
  padding-left: 0;
  position: relative;
  background: #606060;
  height: 52px;
  justify-content: flex-end;
  margin-bottom: 0;
  line-height: 1.2em;
  align-items: center;
  min-width: inherit;
  padding: 0;
  padding-right: 40px;
  width: 195px;
  border-radius: 2px;
  border: 4px solid #383838;
  box-shadow: 0 0 1px 1px #606060;
  padding-left: 25px;
  /* @media @desktop {
        width: 42px;
        height: 30px;
        max-height: 30px;
        margin: 0;
        align-items: flex-start;
      }*/
}
#header .navigation-buttons .btn.cart-count .cart-price {
  color: #fff;
  width: 80px;
  padding-right: 0;
  text-align: right;
}
#header .navigation-buttons .btn.cart-count:hover:before {
  background-color: #b60718;
}
@media only screen and (max-width: 767px) {
  #header .navigation-buttons .btn.cart-count {
    padding-left: 0;
    margin-right: 10px;
    height: 40px;
    background: transparent;
    border: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  #header .navigation-buttons .btn.cart-count {
    width: 30px;
  }
}
@media only screen and (max-width: 480px) {
  #header .navigation-buttons .btn.cart-count {
    margin-right: 5px;
  }
}
#header .navigation-buttons .btn.cart-count:hover .sr-only {
  color: #000;
}
#header .navigation-buttons .btn.cart-count:before {
  font-weight: 500;
  height: 60px;
  min-height: 50px;
  width: 60px;
  font-size: 1.1em;
  content: '';
  position: absolute;
  border-radius: 2px;
  text-transform: uppercase;
  color: transparent;
  overflow: hidden;
  line-height: 36px;
  display: inline-block;
  background-color: #282828;
  padding: 0;
  left: 6px;
  border: 1px solid #606060;
  top: -8px;
  z-index: 999;
  letter-spacing: 0;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/foltyn-wine/img/cart.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  /* @media @desktop {
          height: 30px;
          min-height: 30px;
          width: 30px;
          font-size: 1.1em;
          content: '';
          border-radius: 0;
          background-size: 28px;
        }*/
}
@media only screen and (max-width: 767px) {
  #header .navigation-buttons .btn.cart-count:before {
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/foltyn-wine/img/cart.svg);
    background-size: 22px;
    background-color: #b60718;
    width: 40px;
    height: 40px;
    padding: 0;
    min-height: 40px;
    border-radius: 50%;
    border: none;
    background-size: 20px;
  }
}
#header .navigation-buttons .btn.cart-count:after {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 14px;
  top: 12px;
  font-family: 'shoptet' !important;
  content: '\e90e';
  font-size: 7px;
}
@media only screen and (max-width: 767px) {
  #header .navigation-buttons .btn.cart-count:after {
    display: none;
  }
}
#header .navigation-buttons .btn.cart-count i {
  position: absolute;
  right: -10px;
  top: 1px;
  bottom: auto;
  width: 20px;
  height: 20px;
  font-style: normal;
  font-size: 11px;
  line-height: 21px;
  border-radius: 0;
  z-index: 999;
  color: #fff;
  background: #b60718;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0 0 1px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  #header .navigation-buttons .btn.cart-count i {
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #header .navigation-buttons .btn.cart-count i {
    right: -15px;
    display: flex;
    background: #b1b1b1;
    border-radius: 20px;
    top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  #header .navigation-buttons .btn.cart-count {
    position: relative;
    top: 2px;
    z-index: 999;
  }
  #header .navigation-buttons .btn.cart-count:before {
    top: 0;
  }
  #header .navigation-buttons .btn.cart-count span {
    display: none;
  }
}
.search-whisperer {
  z-index: 100;
  position: absolute;
  display: none;
  width: calc(100% - 25px);
  border-style: solid;
  border-width: 0 1px;
  text-align: left;
  font-size: 12px;
  border-radius: 3px;
  top: 38px;
  line-height: 1.2;
}
@media only screen and (max-width: 992px) {
  .search-whisperer {
    max-width: 311px;
  }
}
.search-whisperer p {
  margin: 10px 5px;
}
.search-whisperer a:hover {
  background-color: rgba(0, 0, 0, 0.045);
}
.search-whisperer ul {
  margin: 0;
  padding: 0;
}
.search-whisperer ul li {
  list-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.search-whisperer ul li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding: 5px;
  text-decoration: none;
}
.search-whisperer ul li a &gt; img {
  flex-grow: 0;
  flex-shrink: 0;
}
.search-whisperer .p-name {
  margin-bottom: 0.25ex;
}
.search-whisperer .p-info {
  flex-grow: 1;
  flex-shrink: 1;
  width: 50%;
  padding: 0 5px;
}
.search-whisperer .p-info span {
  display: block;
}
.search-whisperer .p-name,
.search-whisperer .p-availability-inner {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-whisperer .p-availability {
  height: 14px;
  line-height: 1;
  position: relative;
}
.search-whisperer .p-availability .p-availability-inner {
  position: absolute;
}
.search-whisperer .price {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-top: -13px;
  text-align: right;
  font-size: 13px;
  line-height: 1;
}
.search-whisperer.active {
  display: block;
}
@media (min-width: 768px) {
  .search-whisperer .price {
    margin-top: -16px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .search-whisperer ul li a {
    align-items: center;
  }
  .search-whisperer .price {
    width: 90px;
    margin-top: 0;
    padding-right: 7px;
  }
}
.search-whisperer-documents {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.search-whisperer img {
  max-width: 100%;
}
.search-whisperer-documents a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
}
.search-whisperer-documents em {
  padding-right: 1ex;
  font-size: 12px;
}
.search-whisperer-category em::before {
  content: '\e936';
  vertical-align: baseline;
}
.search-whisperer-image {
  max-width: 59px;
}
.search-whisperer-empty {
  padding: 6px 5px;
  border: none;
}
.search-whisperer {
  border-color: #dadada;
  background-color: #fff;
}
.search-whisperer ul li {
  border-color: #dadada;
}
.search-whisperer ul li a:not(.btn) {
  color: #666;
}
.search-whisperer .price {
  color: #656565;
}
.search-whisperer .p-name {
  color: #656565;
}
.search-whisperer-documents {
  border-bottom-color: #dadada;
}
.search {
  width: 405px;
  margin-left: auto;
  margin-right: 30px;
}
.search .search-form {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .search {
    width: 312px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .search {
    width: 212px;
    margin-right: 75px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .search {
    width: calc(100% - 50px);
    position: fixed;
    top: 33px;
    left: inherit;
    background: #fff;
    display: none;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 9999;
    padding: 4px !important;
    margin: 0;
    right: 0;
    overflow: hidden;
  }
  .search form {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .search {
    margin-left: 40px;
    margin-right: 0;
    width: calc(100% - 57px);
  }
}
.search fieldset {
  margin: 0;
  padding: 5px;
  border: 1px solid #606060;
  border-radius: 2px;
}
.search fieldset input,
.search fieldset button {
  float: left;
  margin: 0;
  height: 38px;
}
.search fieldset button {
  width: 40px;
  height: 40px;
  max-width: 40px;
  min-width: inherit;
  font-size: 0 !important;
  overflow: hidden;
  color: transparent;
  border-radius: 0;
  border: none;
  font-size: 1em;
  letter-spacing: 1px;
  margin-left: -1px;
  font-weight: 300;
  position: absolute;
  right: 7px;
  padding: 0;
  top: 7px;
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/foltyn-wine/img/search.svg?v3") no-repeat center;
  background-size: 16px;
  background-color: #282828;
}
.search fieldset button:focus {
  outline: none;
}
.search fieldset button:hover {
  background-color: #b60718;
}
@media only screen and (max-width: 992px) {
  .search fieldset button {
    width: 65px;
    min-width: inherit;
  }
}
.search fieldset input {
  width: 100%;
  border-radius: 2px;
  line-height: 36px;
  height: 42px;
  background: #606060;
  color: #fff;
  padding: 0 30px 0 15px;
  border: 1px solid #606060;
}
.search fieldset input:focus {
  outline: none;
}
.search fieldset input::placeholder {
  color: #e1e1e1;
}
.search-window-visible #header .search {
  display: flex;
}
.top-navigation-bar .top-navigation-tools .top-nav-button-login,
.top-navigation-bar .top-navigation-tools .top-nav-button-account {
  position: relative;
  padding-left: 31px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .top-navigation-tools .top-nav-button-login,
  .top-navigation-bar .top-navigation-tools .top-nav-button-account {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .top-navigation-bar .top-navigation-tools .top-nav-button-login,
  .top-navigation-bar .top-navigation-tools .top-nav-button-account {
    padding-left: 0;
    margin-top: 0;
    /* position: absolute; */
    /* right: 210px; */
    /* top: 44px; */
    width: 40px;
    /* height: 40px; */
    margin-right: 22px;
    margin-left: 15px;
  }
  .top-navigation-bar .top-navigation-tools .top-nav-button-login span,
  .top-navigation-bar .top-navigation-tools .top-nav-button-account span {
    display: none;
  }
}
.top-navigation-bar .top-navigation-tools .top-nav-button-login:before,
.top-navigation-bar .top-navigation-tools .top-nav-button-account:before {
  font-weight: 500;
  height: 32px;
  width: 25px;
  font-size: 1.1em;
  background-color: transparent;
  content: '';
  border-radius: 50px;
  text-transform: uppercase;
  color: transparent;
  overflow: hidden;
  line-height: 36px;
  display: inline-block;
  padding: 0;
  position: absolute;
  left: 0;
  top: -6px;
  z-index: 999;
  letter-spacing: 0;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/foltyn-wine/img/user.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.top-navigation-bar .top-navigation-tools .top-nav-button-login:hover:before,
.top-navigation-bar .top-navigation-tools .top-nav-button-account:hover:before {
  opacity: 0.8;
}
.top-navigation-bar .nav-part .top-navigation-tools .top-nav-button-account {
  top: 72px;
}
@media only screen and (max-width: 1200px) {
  .top-navigation-bar .nav-part .top-navigation-tools .top-nav-button-account {
    top: 87px;
  }
}
/* Main pages */
.type-index .banners-row .col-sm-8,
.type-index .banners-row .col-sm-4 {
  width: 100%;
  flex: inherit;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .type-index #content-wrapper {
    margin-top: 0;
  }
}
.body-banners .banner-wrapper img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.h4,
.content h4,
.category-title,
.p-detail-inner h1,
h1,
h4.homepage-group-title,
.h4.homepage-group-title,
.products-related-header,
.in-klient h1 {
  text-align: left;
  font-weight: 800 !important;
  color: #606060;
  margin-bottom: 30px;
  font-family: inherit !important;
  position: relative;
  letter-spacing: 0;
  text-transform: none;
  font-size: 2.3em;
  margin-top: 0;
  line-height: 1.2em;
  padding-bottom: 0;
  padding-bottom: 12px;
  font-family: 'Lora', serif !important;
  border-bottom: 2px solid #d7d7d7;
  /* &amp;:after {
    width: 50px;
    height: 3px;
    bottom: -2px;
    position: absolute;
    left: 0;
    display: block;
    content: "";
    margin-top: 20px;
  }*/
}
@media only screen and (max-width: 767px) {
  .h4,
  .content h4,
  .category-title,
  .p-detail-inner h1,
  h1,
  h4.homepage-group-title,
  .h4.homepage-group-title,
  .products-related-header,
  .in-klient h1 {
    font-size: 1.7em;
  }
}
h4.homepage-group-title,
.h4.homepage-group-title {
  margin-top: 40px;
  padding-right: 80px;
  text-align: left;
  font-weight: 600;
}
.type-category h1,
.type-detail h1 {
  text-align: left;
  font-size: 2.5em;
}
@media only screen and (max-width: 992px) {
  .type-category h1,
  .type-detail h1 {
    font-size: 2em;
  }
}
.type-category h4,
.type-detail h4 {
  text-align: left;
}
.in-klient h2 {
  letter-spacing: 1px;
  font-weight: 600;
}
.hp-middle-banner {
  height: 270px;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .hp-middle-banner {
    margin: 30px 0;
  }
}
.hp-middle-banner img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hp-middle-banner .middle-banner-caption {
  position: absolute;
  left: 0;
  padding-left: 40px;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .hp-middle-banner .middle-banner-caption {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
}
@media only screen and (max-width: 480px) {
  .hp-middle-banner .middle-banner-caption {
    padding-left: 0px;
  }
}
.hp-middle-banner .middle-banner-caption h2 {
  margin-top: 0;
  font-size: 3.1em;
  color: #fff !important;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-shadow: 0 2px rgba(0, 0, 0, 0.3);
  line-height: 1.1em;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .hp-middle-banner .middle-banner-caption h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .hp-middle-banner .middle-banner-caption h2 {
    text-align: center;
    padding: 0 15px;
    font-size: 1.6em;
  }
}
.hp-middle-banner .middle-banner-caption .button {
  min-width: 145px;
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 6px;
  height: 44px;
  margin-top: 5px;
}
.hp-middle-banner .middle-banner-caption p {
  margin-bottom: 0;
  color: #fff;
  margin-top: -13px;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 2.2em;
  text-shadow: 0 3px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1200px) {
  .hp-middle-banner .middle-banner-caption p {
    font-size: 1.5em;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  }
}
p a {
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
.homepage-box.welcome-wrapper {
  background: #f2f5f6;
  text-align: center;
  color: #222;
  padding: 50px 15px 70px 15px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper {
    padding: 40px 15px;
    margin-top: 0;
  }
}
.homepage-box.welcome-wrapper h1 {
  font-size: 2.4em;
  font-weight: 400;
  letter-spacing: 0;
  color: #2b2a40;
  margin: 20px auto 35px auto;
  text-align: center;
  line-height: 1.2em;
  position: relative;
  padding-bottom: 0;
  max-width: 700px;
}
.homepage-box.welcome-wrapper .button {
  min-width: 165px;
  display: inline-block !important;
  line-height: 44px;
  padding: 0 20px;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 30px;
  color: #fff;
  height: 44px;
  text-decoration: none;
}
.homepage-box.welcome-wrapper p {
  max-width: 780px;
  margin: 0 auto;
  color: #000;
  line-height: 2.1em;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 1.1em;
}
.homepage-box.welcome-wrapper p a {
  text-decoration: underline;
  color: #b60718;
}
.homepage-box.welcome-wrapper p strong {
  font-weight: 700;
}
.content {
  padding: 0;
}
.content .row.banners-content .banner-wrapper img {
  max-width: 100%;
  height: auto;
}
.type-category #content h4 {
  font-size: 1.1em;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.type-category #content h4:after {
  height: 1px;
  width: 40px;
}
.type-category h1 {
  margin-top: 0;
}
.type-category #content {
  display: flex;
  flex-direction: column;
}
.type-category #content &gt; div,
.type-category #content &gt; h1,
.type-category #content &gt; h4,
.type-category #content &gt; ul,
.type-category #content &gt; * {
  order: 2;
}
.type-category #content .breadcrumbs {
  order: 0;
}
.type-category #content h1 {
  order: 0;
}
.type-category #content h4 {
  border: none;
}
.type-category #content h4:before {
  display: none;
}
.type-category #content h1 + h4 {
  margin-top: 0;
}
.type-category #content &gt; ul,
.type-category #content &gt; div {
  width: 100%;
}
.type-category #content .category-perex {
  order: 1;
}
.type-category #content .unveil-button {
  min-height: 40px;
  height: 40px;
  width: 160px;
  font-family: Poppins;
  background: #b60718;
  letter-spacing: 0.7px;
}
.type-category #content .unveil-button:hover {
  background: #333;
}
.product-top {
  display: block;
}
.p-detail .p-image-wrapper,
.p-detail .p-info-wrapper {
  float: left;
}
.p-detail .p-image-wrapper {
  padding: 0 !important;
}
@media only screen and (min-width: 1200px) {
  .p-detail .p-image-wrapper {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .p-detail .p-image-wrapper {
    padding: 0 10px !important;
  }
}
.p-detail .p-info-wrapper {
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .p-detail .p-info-wrapper {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-detail .p-info-wrapper {
    padding: 0 10px !important;
  }
}
@media only screen and (max-width: 992px) {
  .p-detail .p-thumbnails-wrapper {
    margin-top: 10px;
  }
}
.p-detail .p-image {
  position: relative;
}
.p-detail .p-image #wrap {
  border-radius: 5px;
  overflow: hidden;
}
.p-detail .p-info-wrapper {
  margin-bottom: 20px;
}
.p-detail .p-info-wrapper .detail-parameters tr th,
.p-detail .p-info-wrapper .detail-parameters tr td {
  padding: 0;
}
.p-detail .browse-p {
  display: none;
}
.p-detail .p-thumbnails {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
}
.p-detail .p-thumbnails &gt; div {
  position: absolute;
  left: 0;
  top: 0;
  width: 9999em;
  height: 120px;
  -webkit-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}
.p-detail .p-thumbnails &gt; div &gt; div {
  display: inline-block;
}
.p-detail .p-thumbnails &gt; div &gt; div:before,
.p-detail .p-thumbnails &gt; div &gt; div:after {
  content: " ";
  display: table;
}
.p-detail .p-thumbnails &gt; div &gt; div:after {
  clear: both;
}
.p-detail .p-thumbnails &gt; div &gt; div:before,
.p-detail .p-thumbnails &gt; div &gt; div:after {
  content: " ";
  display: table;
}
.p-detail .p-thumbnails &gt; div &gt; div:after {
  clear: both;
}
.p-detail .p-thumbnails a {
  position: relative;
  float: left;
  max-width: 100%;
  margin-left: -1px;
}
.p-detail .p-thumbnails a:hover img {
  opacity: 0.8;
}
.p-detail .p-thumbnails a:focus {
  outline: 0;
}
.p-detail .p-thumbnails a img {
  display: block;
  border: none;
}
.p-detail .p-thumbnails a:first-child {
  margin-left: 0;
}
.p-detail .p-thumbnails a.cbox-gal {
  display: none;
}
.p-detail .p-thumbnails .thumbnail-prev,
.p-detail .p-thumbnails .thumbnail-next {
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-detail .p-thumbnails .thumbnail-prev::before,
.p-detail .p-thumbnails .thumbnail-next::before {
  width: 20px;
  font-size: 20px;
  line-height: 0;
}
.p-detail .p-thumbnails .thumbnail-prev {
  left: 0;
}
.p-detail .p-thumbnails .thumbnail-prev::before {
  content: '\e90f';
}
.p-detail .p-thumbnails .thumbnail-next {
  right: 0;
}
.p-detail .p-thumbnails .thumbnail-next::before {
  content: '\e910';
}
.p-detail .p-thumbnails.overflow-next .thumbnail-next {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.p-detail .p-thumbnails.overflow-next::after {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 1px;
  content: '';
  display: block;
  width: 40px;
  height: 120px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 50%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 50%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.p-detail .p-thumbnails.overflow-prev .thumbnail-prev {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.p-detail .p-thumbnails.overflow-prev::before {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 1px;
  content: '';
  display: block;
  width: 40px;
  height: 120px;
  background-image: -webkit-linear-gradient(left, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1);
}
.p-detail .p-thumbnail::before,
.p-detail .show360image::before {
  content: '';
  position: absolute;
  border-radius: 0;
  background-color: transparent;
  transition: background-color 0.3s ease-out;
}
.p-detail .p-thumbnails-vertical .p-thumbnail::before,
.p-detail .p-thumbnails-vertical .show360image::before {
  left: 1px;
  width: 2px;
  height: 100%;
}
.p-detail .p-thumbnails-horizontal .p-thumbnail::before,
.p-detail .p-thumbnails-horizontal .show360image::before {
  top: 1px;
  width: 100%;
  height: 2px;
}
.p-detail .p-image-wrapper img {
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .p-detail .p-image-wrapper {
    padding: 0;
    clear: both;
    float: none;
    max-width: 500px;
    margin: 30px auto 0 auto;
  }
}
.p-detail .p-code {
  float: left;
  display: inline-block;
  color: #acacac;
  padding-top: 13px;
  font-size: 0.8em;
  display: none;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 992px) {
  .p-detail .p-code {
    padding-top: 0;
  }
}
.product-top h1 {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.product-top p a {
  font-family: Poppins;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .product-top &gt; div {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .product-top &gt; div {
    width: 100%;
  }
}
.product-top #choose-variant {
  display: inline-block !important;
  line-height: 40px;
}
.product-top .detail-parameters {
  width: 100%;
}
.product-top .detail-parameters tr.variant-list td {
  display: flex;
  align-items: center;
  min-height: 55px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .product-top .detail-parameters tr.variant-list td {
    padding: 0;
  }
}
.product-top .detail-parameters tr.variant-list th {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.product-top .detail-parameters tr.variant-list .hidden-split-parameter .parameter-value {
  display: none;
}
.product-top .detail-parameters tr.variant-list .hidden-split-parameter .advanced-parameter {
  width: 90px;
  margin-right: 12px;
  margin-bottom: 12px;
  float: left;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .product-top .detail-parameters tr.variant-list .hidden-split-parameter .advanced-parameter {
    width: 70px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
.product-top .detail-parameters th {
  text-align: left;
  width: 145px;
  font-weight: 500;
  min-width: 145px;
  letter-spacing: 0.5px;
}
.product-top .detail-parameters td select {
  margin: 8px 0;
  padding: 9px 13px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.5px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  width: 100%;
  max-width: 250px;
  position: relative;
  background: url("https://shoptet.tomashlad.eu/user/documents/extras/happylu/img/select-ar.png") no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.product-top .price-line {
  display: flex !important;
  float: none !important;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .product-top .price-line {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .product-top .price-line {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-top .price-line .availability-value {
  padding: 30px 0;
  border-top: 1px solid #d7d7d7;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  font-family: 'Lora', serif !important;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .product-top .price-line .availability-value {
    padding-bottom: 15px;
  }
}
.product-top .price-line .price-additional {
  position: relative;
  /*top: -6px;*/
  font-weight: 500;
}
.product-top .price-line .default-variant {
  display: none;
}
.product-top .price-line .availability-label {
  font-size: 2em;
  font-weight: 100;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #44a15c !important;
}
@media only screen and (max-width: 767px) {
  .product-top .price-line .availability-label {
    font-size: 1.3em;
    margin-top: 10px;
  }
}
.product-top .price-line .delivery-line {
  letter-spacing: 0.5px;
  font-weight: 500;
  flex-wrap: wrap;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .product-top .price-line .delivery-line {
    margin-top: 15px;
  }
}
.product-top .price-line .delivery-line .delivery-time-label {
  min-width: 135px;
  margin-right: 10px;
}
.product-top .price-line .delivery-line .default-variant {
  display: block;
}
.product-top .price-line .delivery-line .default-variant.noDisplay {
  display: none;
}
.product-top .price-line .price-final {
  font-size: 3.2em;
  letter-spacing: 1px;
  line-height: 1em;
  display: block;
  color: #000 !important;
  font-weight: 800;
}
.product-top .price-line .price-final .pr-list-unit {
  font-size: 18px;
  color: #9c9c9c;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 767px) {
  .product-top .price-line .price-final {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 480px) {
  .product-top .price-line .price-final {
    font-size: 2em;
    line-height: 1.3em;
  }
}
.product-top .price-line .price-standard {
  margin-right: 10px;
  text-decoration: line-through;
}
.product-top .p-thumbnails-wrapper .p-thumbnails-inner a {
  border: none;
  display: inline-block;
  width: 125px;
  height: 125px;
  position: relative;
  border-radius: 5px;
  margin-right: 7px;
  overflow: hidden;
  margin-bottom: 5px;
}
.product-top .p-thumbnails-wrapper .p-thumbnails-inner a[data-gallery="lightbox[gallery]"] {
  display: none;
}
.product-top .p-thumbnails-wrapper .p-thumbnails-inner a img {
  position: relative;
  width: auto;
  height: auto;
  max-width: 120%;
  max-height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-top .social-buttons-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
  .product-top .social-buttons-wrapper {
    margin-top: 20px;
  }
}
.product-top .social-buttons-wrapper .link-icons {
  display: flex;
  flex-wrap: wrap;
}
.product-top .social-buttons-wrapper .social-buttons .twitter {
  min-width: 70px;
}
.product-top .social-buttons-wrapper .social-buttons .facebook {
  min-width: 115px;
}
.product-top .social-buttons-wrapper a {
  text-transform: none;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  margin-right: 35px;
}
@media only screen and (max-width: 480px) {
  .product-top .social-buttons-wrapper a {
    margin-top: 15px;
  }
}
.product-top .social-buttons-wrapper a:before {
  transition: 0.3s;
}
.product-top .social-buttons-wrapper a span {
  text-transform: none;
  color: #000;
  font-weight: 500;
  font-size: 13px;
}
.product-top .social-buttons-wrapper .link-icon.share::before,
.product-top .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 50px;
  margin-bottom: 5px;
  color: #d5d6da;
  line-height: 46px;
}
.product-top .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 40px;
}
.product-top .social-buttons-wrapper .link-icon.chat:before,
.product-top .social-buttons-wrapper .link-icon.print:before {
  content: '';
  width: 45px;
  height: 45px;
  margin: 0 auto 5px auto;
}
.product-top .social-buttons-wrapper .link-icon.share::before {
  content: '\e933';
}
.product-top .social-buttons-wrapper .link-icon.print:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/happylu/img/printer.svg);
  opacity: 0.2;
}
.product-top .social-buttons-wrapper .link-icon.chat:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/happylu/img/question2.svg);
  opacity: 0.2;
}
.product-top .social-buttons-wrapper .link-icon {
  transition: 0.3s;
}
.product-top .social-buttons-wrapper .link-icon:hover.chat:before,
.product-top .social-buttons-wrapper .link-icon:hover.print:before {
  opacity: 1;
}
.product-top .social-buttons-wrapper .link-icon:hover.share:before,
.product-top .social-buttons-wrapper .link-icon:hover.watchdog:before {
  color: #000;
}
.product-top .price-line {
  padding-top: 10px;
  min-height: 100px;
  padding-bottom: 10px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .product-top .price-line {
    padding-top: 20px !important;
    min-height: inherit;
  }
}
.product-top .price-line .p-final-price-wrapper {
  font-family: 'Lora', serif !important;
}
.product-top .social-buttons-wrapper {
  display: flex;
  position: relative;
}
.product-top .social-buttons-wrapper .social-buttons {
  position: absolute;
  left: 0;
  top: 75px;
  min-width: 100%;
  min-height: auto;
  background: #f2f2f2bd;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.product-top .social-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-top .social-buttons .close-wrapper {
  text-align: right;
  justify-content: flex-end;
}
.product-top .social-buttons &gt; div {
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  padding-right: 5px;
  display: flex;
}
.product-top .social-buttons &gt; div iframe {
  vertical-align: middle;
}
.product-top .social-buttons &gt; div:last-child {
  padding-right: 0;
}
.product-top .social-buttons &gt; div.close-wrapper {
  justify-self: flex-end;
  flex-grow: 1;
  padding-left: 1em;
  text-align: left;
  text-transform: uppercase;
}
.product-top .social-buttons &gt; div.addthis {
  width: 100%;
  padding-right: 0;
}
.product-top .p-short-description {
  font-family: Poppins;
}
.product-top .social-buttons.no-display {
  display: flex !important;
  opacity: 0;
  z-index: -1;
}
.product-top .quantity {
  border-radius: 4px 0 0 4px !important;
}
.product-top .add-to-cart {
  margin-bottom: 25px;
  margin-top: 30px;
  display: flex;
}
.product-top .add-to-cart button.btn {
  width: 245px;
  height: 58px;
  border: none;
  background: #b60718 !important;
  font-weight: 100;
  border-radius: 0 !important;
  font-size: 1.4em;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.product-top .add-to-cart button.btn:hover {
  background: #333 !important;
}
.product-top .add-to-cart button.btn:before {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/foltyn-wine/img/cart.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -2px;
  margin-right: 17px;
}
@media only screen and (max-width: 767px) {
  .product-top .add-to-cart button.btn {
    font-size: 1.3em;
    margin: 0;
  }
}
.product-top .add-to-cart .quantity {
  height: 58px;
}
.product-top .add-to-cart .quantity input {
  height: 58px;
}
.product-top .add-to-cart .quantity .decrease,
.product-top .add-to-cart .quantity .increase {
  top: 21px;
}
.product-top .flags-extra {
  bottom: 20px;
  right: 25px;
}
.product-top .p-detail-info {
  clear: both;
  padding-top: 20px;
  align-items: center;
  position: relative;
}
.product-top .p-detail-info .detail-parameters:nth-of-type(2) {
  /*display: none;*/
}
.product-top .p-detail-info .detail-parameters:nth-of-type(2) tr th {
  font-weight: 500;
  min-width: 180px;
  width: auto;
}
.product-top .p-detail-info .detail-parameters:nth-of-type(2) tr th,
.product-top .p-detail-info .detail-parameters:nth-of-type(2) tr td {
  padding-right: 10px;
  padding-bottom: 5px;
}
.product-top .p-detail-info .detail-parameters {
  border-top: 1px solid #dfdfdf;
  border-spacing: 0px;
  padding: 10px 0;
  display: flex;
}
.product-top .p-detail-info .detail-parameters tr {
  display: flex;
  flex-direction: column;
}
.product-top .p-detail-info .detail-parameters .advanced-parameter-inner {
  overflow: hidden;
}
.product-top .p-detail-info .detail-parameters .advanced-parameter-inner img {
  border-radius: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.product-top .p-detail-info .detail-parameters .advanced-parameter-inner.yes-before {
  border: 3px solid #b60718;
}
.product-top .p-detail-info .detail-parameters .advanced-parameter-inner.yes-before:before {
  width: 30px;
  height: 30px;
  top: 56px;
  left: 56px;
  position: absolute;
  align-self: flex-end;
  place-self: flex-end;
  justify-self: auto;
  background-color: #b60718;
  z-index: 2;
}
.product-top .p-detail-info .detail-parameters #simple-variants {
  display: flex;
  flex-wrap: wrap;
}
.product-top .p-detail-info .detail-parameters #simple-variants .advanced-parameter {
  margin-right: 5px;
}
.product-top .p-detail-info .detail-parameters #simple-variants .advanced-parameter-inner {
  width: 60px;
  height: 60px;
  display: flex;
  cursor: pointer;
}
.product-top .p-detail-info .detail-parameters #simple-variants .advanced-parameter-inner img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.product-top .p-detail-info .detail-parameters #simple-variants .advanced-parameter-inner:hover img {
  opacity: 0.8;
}
.product-top .p-detail-info &gt; div.stars-wrapper {
  font-weight: 600;
  float: left;
  display: none;
}
@media only screen and (max-width: 600px) {
  .product-top .p-detail-info &gt; div.stars-wrapper {
    width: 100%;
    padding-bottom: 15px;
    margin: 10px 0 0 0;
  }
}
.product-top .p-detail-info &gt; div.stars-wrapper a {
  font-weight: 500;
  text-decoration: none;
}
.product-top .p-detail-info &gt; div.stars-wrapper a:hover {
  text-decoration: underline;
}
.product-top .p-detail-info &gt; div {
  font-weight: 600;
  float: right;
  color: #2b2a40;
  font-size: 0.9em;
  padding-bottom: 5px;
  display: none;
}
@media only screen and (max-width: 600px) {
  .product-top .p-detail-info &gt; div {
    padding-top: 3px;
    float: none;
  }
}
.product-top .p-detail-info &gt; div a {
  text-decoration: none;
}
.product-top .p-detail-info &gt; div a:hover {
  text-decoration: underline;
}
.product-top .p-detail-info .detail-parameters {
  clear: both;
}
.product-top .p-detail-info .flags {
  padding: 0;
  margin-right: 12px;
  margin-bottom: 10px;
  float: left;
}
.product-top .p-detail-info .flags .flag {
  margin-right: 15px;
}
.product-top .p-detail-info .stars-wrapper {
  float: left;
  margin-top: 0;
  margin-bottom: 20px;
}
.product-top .p-detail-info .stars-wrapper .stars-label {
  font-weight: 500;
  margin-left: 10px;
  font-size: 0.9em;
  position: relative;
  top: 1px;
}
.product-top .p-detail-info .stars-wrapper .stars {
  width: 66px;
}
.product-top .p-detail-info .stars-wrapper .stars .star {
  width: 13px;
  position: relative;
}
.product-top .p-detail-info .stars-wrapper .stars .star:before {
  font-size: 12px !important;
  color: #f0b820 !important;
}
.product-top .content-wrapper.container .row &gt; div {
  padding: 0;
}
.disabled-add-to-cart .product-top .add-to-cart button.btn {
  background: #ccc;
  cursor: not-allowed;
}
.disabled-add-to-cart .product-top .add-to-cart button.btn:hover {
  background: #ccc;
}
.overall-wrapper {
  overflow: hidden;
}
.type-detail .shp-tabs-wrapper {
  clear: both;
  padding-top: 50px;
  margin-bottom: 50px;
  font-family: Poppins;
}
@media only screen and (max-width: 1200px) {
  .type-detail .shp-tabs-wrapper {
    padding-top: 30px;
  }
}
.type-detail .shp-tabs-wrapper h3 {
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: 'Lora', serif !important;
}
@media only screen and (max-width: 767px) {
  .type-detail .shp-tabs-wrapper h3 {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .type-detail .description-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .type-detail .basic-description {
    flex: 1 1 auto;
    width: 66.666666%;
    padding-right: 40px;
  }
  .type-detail .extended-description {
    flex: 0 1 auto;
    width: 33.333333%;
    padding-left: 10px;
  }
}
.type-detail .tab-content .detail-parameters th,
.type-detail .tab-content .detail-parameters td {
  padding-bottom: 5px;
}
.type-detail .detail-parameters th {
  padding-right: 20px;
  font-weight: 500;
  text-align: left;
}
.type-detail .detail-parameters tr:last-child th,
.type-detail .detail-parameters tr:last-child td {
  color: #505050;
  border: none;
  border-bottom: 1px solid #fff;
}
.type-detail .detail-parameters tr:last-child th a,
.type-detail .detail-parameters tr:last-child td a {
  text-decoration: none;
}
.type-detail .detail-parameters tr:last-child th a:hover,
.type-detail .detail-parameters tr:last-child td a:hover {
  text-decoration: underline;
}
.type-detail .products-alternative,
.type-detail .products-related {
  margin-top: 40px;
}
.type-detail .products-alternative.slick-slider .slick-arrow,
.type-detail .products-related.slick-slider .slick-arrow {
  top: -40px;
}
.type-detail .tab-content .detail-parameters {
  width: 100%;
  border-spacing: 0;
  position: relative;
}
.type-detail .tab-content .detail-parameters tr {
  position: relative;
}
.type-detail .tab-content .detail-parameters tr:nth-child(odd) {
  background: #f6f7f9;
}
.type-detail .tab-content .detail-parameters tr a {
  text-decoration: none;
  color: #383838;
  font-weight: 700;
}
.type-detail .tab-content .detail-parameters tr a:hover {
  text-decoration: underline;
}
.type-detail .tab-content .detail-parameters tr td {
  padding-top: 6px;
}
.type-detail .tab-content .detail-parameters tr:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #fff;
}
.type-detail .products-related {
  margin-bottom: 30px;
}
.type-detail .tab-content .detail-parameters tr th {
  padding: 10px 15px;
}
.type-detail .products-related-header {
  margin-top: 50px;
  clear: both;
  border: none;
  font-size: 1.8em;
  font-weight: 300 !important;
  color: #383838;
}
@media only screen and (max-width: 1200px) {
  .type-detail .products-related-header {
    margin-top: 30px;
  }
}
.type-detail .product-top {
  display: flex;
  flex-wrap: wrap;
}
.quantity {
  padding: 0;
  width: 75px;
  height: 40px;
  margin: 0;
  position: relative;
}
.quantity .increase {
  position: absolute;
  right: 5px;
  top: 11px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 20px;
  background: #f5f5f5;
}
.quantity .increase:before {
  margin-top: 8px;
  content: '+';
  font-weight: 600;
  font-size: 12px;
}
.quantity .increase:hover {
  background: #dfdfdf;
}
.quantity .decrease {
  position: absolute;
  left: 5px;
  top: 11px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 20px;
  background: #f5f5f5;
}
.quantity .decrease:before {
  margin-top: 6px;
  content: '-';
  font-size: 16px;
}
.quantity .decrease:hover {
  background: #dfdfdf;
}
.quantity input {
  width: 75px;
  height: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
}
.discussion .vote-title {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}
.discussion .vote-wrap {
  border: 1px solid #dfdfdf;
  padding-left: 20px;
  border-radius: 5px;
  padding-bottom: 25px;
}
.discussion .vote-wrap .btn {
  line-height: 30px !important;
  height: 30px !important;
  font-size: 13px;
}
@media only screen and (max-width: 480px) {
  .discussion .vote-wrap .votes-wrap {
    padding-left: 0px;
  }
}
.discussion .vote-wrap .vote-wrap {
  background: #f5f5f5;
  position: relative;
  border: none;
  margin-right: 20px;
}
.discussion .vote-wrap .vote-wrap:before {
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  content: '';
  position: absolute;
  left: 20px;
  top: -8px;
  transform: rotate(-45deg);
}
.discussion .vote-header {
  margin-bottom: 15px;
}
.discussion .add-comment {
  margin-top: 20px;
}
.discussion .vote-time {
  color: #a5a5a5;
}
.sr-only {
  display: none;
}
.p-image-wrapper .flags-extra .flag,
.flags-extra .flag {
  background: #ececec !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #333;
}
.p-image-wrapper .flags-extra .flag.flag.flag-freeshipping,
.flags-extra .flag.flag.flag-freeshipping {
  color: #3da253;
  font-weight: 500;
}
.p-image-wrapper .flags-extra .flag.flag.flag-freeshipping:after,
.flags-extra .flag.flag.flag-freeshipping:after {
  display: none;
}
.p-image-wrapper .flags-extra .flag.flag.flag-discount,
.flags-extra .flag.flag.flag-discount {
  color: #fff;
  background: #68de81 !important;
}
.products-block .flags-extra .flag {
  margin-right: 8px;
}
.watchdog-row {
  margin: 0 0 1em;
  min-height: 36px;
  display: flex;
  align-items: center;
}
.watchdog-row #priceUnder {
  margin-right: 15px;
  width: 20%;
}
.watchdog-row .notificationEmail,
.watchdog-row select {
  width: 60%;
  margin-left: 15px;
}
.watchdog-row .disclaimer {
  opacity: 0.8;
  font-style: italic;
}
.watchdog-row #watchdog-reset {
  display: none;
}
.watchdog-messages {
  width: 100%;
}
.watchdog-messages .msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 10px 0;
}
.watchdog-messages .msg .container {
  width: 100%;
}
.watchdog-messages .msg .cancel-action {
  float: right;
  font-weight: bold;
}
.link-icon.watchdog::before {
  content: '\e927';
}
.p-image-wrapper .flags-extra .flag,
.flags-extra .flag {
  background: #ececec !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #333;
}
.p-image-wrapper .flags-extra .flag.flag.flag-freeshipping,
.flags-extra .flag.flag.flag-freeshipping {
  color: #3da253;
  font-weight: 500;
}
.p-image-wrapper .flags-extra .flag.flag.flag-freeshipping:after,
.flags-extra .flag.flag.flag-freeshipping:after {
  display: none;
}
.p-image-wrapper .flags-extra .flag.flag.flag-discount,
.flags-extra .flag.flag.flag-discount {
  color: #fff;
}
.variant-cart .btn-cart {
  padding: 0;
  font-size: 24px;
  padding-left: 5px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .variant-cart .btn-cart {
    padding-left: 10px;
  }
}
.eet-message {
  margin-top: 0;
  margin-bottom: 19px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 80%;
  text-align: left;
}
.cart-table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-width: 1px;
}
.cart-table .p-quantity .p-label {
  display: none;
}
.cart-table .p-price {
  display: none;
}
.cart-table tr &gt; td {
  padding: 3px 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
}
.cart-table tr &gt; td.p-quantity.p-cell {
  padding: 3px 10px;
}
.cart-table tr &gt; td.p-total {
  border-right-style: none;
  text-align: right;
  white-space: nowrap;
}
.cart-table tr.related {
  display: none;
}
.cart-table tr.related &gt; td {
  border-right-style: none;
}
.cart-table tr.related.visible {
  display: table-row;
}
@media (max-width: 767px) {
  .cart-table tr.related.visible {
    display: block;
  }
  .cart-table tr.related.visible td {
    display: block;
    width: 100%;
    overflow: auto;
  }
}
.cart-table tr:first-child &gt; td {
  border-top-style: none;
}
.cart-table .cart-p-image {
  width: 70px;
  padding: 0;
  height: 70px;
  position: relative;
  margin-left: 15px;
}
.cart-table .cart-p-image img {
  width: auto;
  height: auto;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cart-table .p-name {
  padding-left: 10px;
}
.cart-table .p-quantity,
.cart-table .p-discount,
.cart-table .p-price {
  white-space: nowrap;
}
.cart-table .p-quantity {
  text-align: center;
}
.cart-table .p-quantity .quantity {
  font-size: 14px;
}
.cart-table .p-quantity .quantity input {
  width: 32px;
}
.cart-table .p-discount,
.cart-table .p-price,
.cart-table .p-availability {
  text-align: center;
}
.cart-table .p-availability .p-label {
  display: none;
}
.cart-table .p-availability .availability-amount {
  display: none;
}
.cart-table .main-link {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.cart-table .p-price {
  min-width: 70px;
}
.cart-table .price-final,
.cart-table .price-save,
.cart-table .price-additional,
.cart-table .unit-value {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 767px) {
  .cart-table {
    display: block;
  }
  .cart-table tbody {
    display: block;
  }
  .cart-table tr {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .cart-table tr &gt; td {
    flex-grow: 1;
    flex-shrink: 0;
    width: 90%;
    margin: 0;
    border-style: none;
    padding: 0 0 5px;
  }
  .cart-table tr &gt; td.p-total,
  .cart-table tr &gt; td.cart-p-image {
    padding-bottom: 0;
  }
  .cart-table tr &gt; td.cart-p-image {
    flex: 0 0 76px;
    margin-bottom: 10px;
  }
  .cart-table tr &gt; td.p-name {
    flex: 1 1 calc(24%);
    align-self: center;
    padding-left: 5px;
  }
  .cart-table tr &gt; td:nth-child(odd) {
    text-align: left;
  }
  .cart-table tr &gt; td:nth-child(odd).p-total {
    text-align: right;
  }
  .cart-table tr &gt; td:nth-child(even) {
    text-align: right;
  }
  .cart-table tr &gt; td:nth-child(even).p-name {
    text-align: left;
  }
  .related .cart-table tr &gt; td {
    width: 100%;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.main-link-variant,
.show-related {
  display: block;
  font-size: smaller;
  line-height: 1.2;
}
.show-related {
  padding-top: 1ex;
}
.show-related:after {
  content: '\e90e';
  padding-left: 1ex;
  font-size: 13px;
}
.related-visible .show-related:after {
  content: '\e911';
}
tr.related-visible &gt; td {
  border-bottom-color: transparent !important;
  overflow: auto;
}
.cart-related-product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
  /* @media @tablet-port {
    padding-bottom: 15px;
    width: 50%;
    float: left;
  }

  @media @mobile-land {
    width: 100%;
  }*/
}
.cart-related-product:before {
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 1;
  /*@media @tablet-port {
      display: none;
    }*/
}
.cart-related-product:last-of-type:before {
  display: none;
}
.cart-related-product:last-child {
  border-bottom-style: none;
}
@media (min-width: 992px) {
  .cart-related-product {
    max-width: 991px;
  }
}
.cart-related-info,
.cart-related-button {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
}
/*@media @tablet-port {
  .cart-related-info, .cart-related-button {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}*/
@media (min-width: 768px) {
  .cart-related-info,
  .cart-related-button {
    padding-top: 10px;
  }
}
.cart-related-info {
  padding-top: 10px;
  display: flex;
  align-items: center;
  width: 80%;
  padding-right: 10px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .cart-related-info {
    padding: 5px 0;
  }
}
.cart-related-button .price-final {
  display: block;
  margin-bottom: 10px;
}
.cart-related-img {
  max-width: 76px
  flex: 0 0 auto;
  display: inline;
  margin-bottom: 0;
}
.cart-related-name {
  text-transform: uppercase;
  flex: 1 1 auto;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .cart-related-name {
    padding-right: 15px;
  }
}
.cart-related-availability {
  display: block;
  flex: 0 0 30%;
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .cart-related-availability {
    display: none;
  }
}
.cart-free-shipping {
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 66px;
  display: table;
  width: 100%;
  height: 56px;
  text-align: center;
}
.cart-free-shipping &gt; div {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}
.user-action-tabs li {
  display: block;
}
.user-action-tabs li a {
  position: relative;
  display: block;
  padding: 6px 5px 5px 22px;
  text-decoration: none;
}
.user-action-tabs li a::after,
.user-action-tabs li a::before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}
.user-action-tabs li a::before {
  left: 0;
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
}
.user-action-tabs li a::after,
.user-action-tabs li a::before {
  border-radius: 50%;
}
.user-action-tabs li.active a::after {
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-style: solid;
  left: 2px;
}
@media (min-width: 768px) {
  .user-action-tabs {
    display: table;
  }
  .user-action-tabs li {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}
ol.cart-header {
  margin: 0;
  font-size: 0;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0 15px 0;
  border-color: #dfdfdf;
}
ol.cart-header li {
  list-style: none;
  margin: 0;
  font-size: 14px;
}
ol.cart-header li a,
ol.cart-header li strong {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
ol.cart-header li a span,
ol.cart-header li strong span {
  vertical-align: middle;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.8px;
}
ol.cart-header li a span i,
ol.cart-header li strong span i {
  display: none;
}
.free-gifts,
.free-product-gifts {
  padding: 0;
}
.free-gifts li,
.free-product-gifts li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.free-gifts li label,
.free-product-gifts li label {
  display: flex;
  align-items: center;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.free-gifts li label img,
.free-product-gifts li label img {
  flex: 0 0 40px;
}
.free-gifts li.active,
.free-product-gifts li.active {
  display: block;
}
.free-gifts li:last-child,
.free-product-gifts li:last-child {
  margin: 0;
}
#colorbox .free-gifts,
#colorbox .free-product-gifts {
  margin: 0;
}
#colorbox .free-gifts li,
#colorbox .free-product-gifts li {
  display: block;
  margin-bottom: 5px;
}
#colorbox .free-gifts li.active,
#colorbox .free-product-gifts li.active {
  font-weight: bold;
}
.free-gifts li {
  display: none;
}
.free-product-gifts {
  padding-top: 10px;
}
.free-product-gifts li {
  margin-bottom: 10px;
}
.free-gift-label {
  flex: 1 1 auto;
  line-height: 1;
  padding-left: 15px;
  font-weight: 500;
}
.free-gift-label span {
  display: block;
}
.free-gift-label .free-gift-amount {
  display: inline;
}
.free-gift-amount {
  display: inline;
  text-transform: lowercase;
}
.free-gifts-img {
  position: relative;
}
.free-gifts-img img {
  max-width: unset;
}
.free-gifts-img &gt; img {
  width: 59px;
}
.free-gifts-img .free-gifts-img-hover {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -135px;
  left: 0;
  z-index: 5;
}
.free-gifts-img .free-gifts-img-hover img {
  border-width: 1px;
  border-style: solid;
}
.free-gifts-img:hover .free-gifts-img-hover {
  display: block;
}
#colorbox .free-gifts-img:hover .free-gifts-img-hover {
  display: none;
}
#colorbox .free-gifts-img &gt; img {
  width: 76px;
}
.free-gifts-heading {
  display: none;
}
#colorbox .free-gifts-heading {
  display: block;
}
.free-product-gifts-wrapper {
  flex-basis: 100%;
  flex-shrink: 0;
}
.free-product-gifts-wrapper .free-product-gifts {
  padding-top: 0;
}
ol.cart-header li a span::before,
ol.cart-header li strong span::before {
  content: '\e913';
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: 'shoptet';
  margin-right: 1ex;
  margin-top: 5px;
  border-style: solid;
  border-width: 2px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
}
ol.cart-header li strong {
  font-weight: 400;
}
ol.cart-header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
ol.cart-header li {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 33.33333%;
  margin: 0;
}
ol.cart-header li a,
ol.cart-header li strong {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}
.cart-table .show-related {
  color: red !important;
  font-weight: 500 !important;
}
.cart-table tr {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.cart-table .p-discount.p-cell {
  display: none;
}
.cart-table .p-total {
  text-align: right;
  min-width: 125px;
  margin-right: 10px;
}
.cart-table .p-name {
  max-width: 350px;
  flex: 1;
}
.cart-table .cart-p-image a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  position: relative;
}
.cart-table .related {
  background: transparent !important;
  padding-right: 15px;
  max-height: 0;
  transition: 0.3s;
  animation-name: showdown;
  animation-duration: 1s;
}
@media only screen and (max-width: 1200px) {
  .cart-table .related {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related {
    background: transparent !important;
    border: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.cart-table .related.visible {
  display: block !important;
  max-height: 100vw;
  animation-name: showup2;
  animation-duration: 1s;
}
.cart-table .related .cart-related-button .btn {
  height: 38px;
  line-height: 38px;
  width: 112px;
  min-width: 112px;
  padding: 0;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button .btn {
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table .related .cart-related-button .btn {
    width: 95px;
    min-width: 95px;
    height: 34px;
    min-height: 34px;
    line-height: 34px;
    margin: 0;
  }
}
.cart-table .related .cart-related-button .btn:before {
  display: none;
}
.cart-table .related .cart-related-button .btn:hover {
  background: #000;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .cart-table .related &gt; td {
    padding-left: 0 !important;
  }
}
.cart-table .related {
  background: #f1f4f7;
  margin-top: -1px;
}
.cart-table .related &gt; td {
  padding-left: 100px;
  width: 100%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cart-table .related &gt; td {
    padding-left: 0;
  }
}
.cart-table .related &gt; td:before {
  width: 25px;
  height: 25px;
  background: #f5f5f5;
  content: '';
  position: absolute;
  left: 125px;
  top: -11px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .cart-table .related &gt; td:before {
    display: none;
  }
}
.cart-table .related .cart-related-info a {
  font-weight: 500;
}
.cart-table .related .cart-related-availability {
  text-transform: none;
  font-weight: 500;
}
.cart-table .related .cart-related-img img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .cart-table .related .cart-related-img img {
    max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-img img {
    max-width: 35px;
    max-height: 35px;
  }
}
.cart-table .related .cart-related-product {
  background: #f5f5f5;
  padding: 5px 20px 5px 15px;
  border-radius: 4px;
  position: relative;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-product {
    padding: 5px;
    background: transparent;
  }
}
.cart-table .related .cart-related-button {
  display: flex;
  width: 37%;
  justify-content: flex-end;
  align-items: center;
}
.cart-table .related .cart-related-button .price {
  padding-right: 20px;
  margin-bottom: 0;
  min-width: 83px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button .price {
    min-width: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table .related .cart-related-button .price {
    padding-right: 5px;
    text-align: right;
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table .related .cart-related-button {
    flex-direction: column;
    align-items: flex-end;
  }
}
.cart-table .related .cart-related-info {
  width: 63%;
}
.cart-table .remove-item {
  width: 21px;
  height: 21px;
  min-height: inherit;
  background: #ffe5e5;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  min-width: inherit;
  padding: 0;
  justify-content: center;
  border: none;
}
.cart-table .remove-item span {
  display: none;
}
.cart-table .remove-item:before {
  width: 10px;
  height: 10px;
  color: red;
  position: absolute;
  content: '\e912';
  font-family: 'shoptet';
  top: 3px;
  left: 6px;
  line-height: 15px;
  font-size: 8px;
  font-weight: 800;
}
.cart-table .remove-item:hover {
  background: red;
}
.cart-table .remove-item:hover:before {
  color: #fff;
}
.cart-table tr {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cart-table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .cart-table tr td {
    text-align: center !important;
  }
}
.cart-table tr.related-visible {
  border-bottom: 0;
}
.cart-table tr.related-visible:after {
  display: none;
}
.cart-table tr td {
  background: transparent;
  border: none !important;
}
.cart-table tr td.cart-p-image {
  background: #fff;
}
.cart-table tr td.p-availability strong,
.cart-table tr td .cart-related-availability strong {
  font-weight: 500;
}
.cart-table tr td.p-total .price-final,
.cart-table tr td .price {
  color: #000;
}
.cart-table tr td.p-total {
  text-align: left !important;
}
.cart-table tr td.p-total strong {
  font-size: 1.2em;
}
.cart-table tr td.p-total form {
  float: right;
  margin-top: -5px;
}
.cart-table tr td.p-total .p-label {
  display: block;
  line-height: 1em;
}
.cart-table tr td.p-price {
  color: #000;
}
.cart-table tr td.p-price .price-final {
  color: #000;
  font-weight: 500;
}
.cart-table tr td.p-price .unit-value {
  color: #000;
}
.cart-table tr td.p-name a,
.cart-table tr td .cart-related-info a {
  text-transform: none;
  font-weight: 500;
  color: #2b2a40;
  text-decoration: none;
  display: block;
  line-height: 17px;
}
#checkoutSidebar .next-step {
  padding: 20px;
  margin-top: 0;
  clear: both;
}
#checkoutSidebar .next-step .next-step-back {
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 767px) {
  #checkoutSidebar .next-step .next-step-forward,
  #checkoutSidebar .next-step .next-step-finish {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9;
    border: 10px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: 70px;
  }
}
#checkoutSidebar .consents {
  padding: 15px 20px 0 20px;
  clear: both;
}
#checkoutSidebar .order-summary {
  border-bottom: 1px solid #dfdfdf;
}
#checkoutContent .cart-header {
  background: #f5f5f5;
}
#checkoutContent .radio-wrapper input[type="radio"] + label.inactive {
  color: #ccc;
}
#checkoutContent .radio-wrapper input[type="radio"] + label.inactive .payment-shipping-price.for-free {
  color: #ccc;
}
#checkoutContent input[type="checkbox"] + label::before,
#checkoutContent input[type="radio"] + label::before {
  width: 22px;
  height: 22px;
}
#checkoutContent input[type="checkbox"] + label::after,
#checkoutContent input[type="radio"] + label::after {
  width: 16px;
  height: 16px;
  left: 3px;
}
#checkoutContent input[type="checkbox"] + label,
#checkoutContent input[type="radio"] + label {
  padding-left: 35px;
}
#checkoutContent .co-box-additional .form-group,
#checkoutContent .co-billing-address .form-group,
#checkoutContent .form-option-block .form-group {
  margin-bottom: 12px !important;
}
#checkoutContent .cart-content {
  background: #fff;
}
#checkoutContent .cart-content .box {
  border: none;
  padding: 0;
  /*@media @mobile-land {
        padding: 0 15px 20px 15px;
      }*/
}
#checkoutContent .cart-content .box .form-group .btn {
  padding: 0;
  height: auto;
  background: transparent;
  text-transform: none;
  margin: 10px 0;
  color: #2b2a40;
  text-decoration: underline;
  letter-spacing: 0.5px;
  font-size: 1em;
  font-weight: 400;
}
#checkoutContent .cart-content .co-box {
  padding: 0 15px 30px 15px !important;
  border-top: 1px solid #dfdfdf;
}
#checkoutContent .cart-content h4 {
  font-size: 1.3em;
  font-weight: 500;
  text-transform: none;
  margin: 30px 0 20px 0;
  padding-bottom: 0;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  #checkoutContent .cart-content h4 {
    margin: 20px 0 15px 0;
    font-size: 1.2em;
    padding-left: 0;
  }
}
#checkoutContent .cart-content h4:after {
  display: none;
}
#checkoutContent .cart-content .stay-in-touch {
  padding: 0;
}
#checkoutContent .cart-content #note fieldset,
#checkoutContent .cart-content #shipping-address fieldset {
  border: none !important;
  max-width: 550px;
  margin: 0 auto;
}
#checkoutContent .cart-content #shipping-address fieldset {
  max-width: inherit;
}
#checkoutContent .cart-content .co-contact-information {
  padding-bottom: 15px !important;
}
#checkoutContent .cart-content .co-box-additional {
  padding-top: 25px !important;
  padding-bottom: 0 !important;
  border-top: 1px solid #dfdfdf;
}
#checkoutContent .cart-content fieldset {
  margin: 0;
  border: 0;
}
#checkoutContent .cart-content .form-group {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  #checkoutContent .cart-content .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
#checkoutContent .cart-content .form-group.form-group-wrapped {
  display: block;
}
#checkoutContent .cart-content .form-group,
#checkoutContent .cart-content .shipping-billing-table,
#checkoutContent .cart-content .shipping-billing-table {
  max-width: 550px;
  margin: 0 auto;
}
.cart-content {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background: #fff;
}
.cart-content .fvDoplnek {
  padding: 15px 15px 0 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cart-content .fvDoplnek {
    padding: 15px 10px 0 10px;
  }
}
.cart-content .fvDoplnek .fvDoplnek-produkt p {
  padding-left: 5px !important;
  margin-top: 5px !important;
}
.cart-content .order-summary .cart-items {
  display: none;
}
.cart-content .order-summary .price-wrapper {
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cart-content .order-summary .price-wrapper .price {
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 1px;
  width: 50%;
  text-align: right;
}
.cart-content .order-summary .price-wrapper .price-label {
  width: 50%;
}
.cart-content .order-summary .order-summary-inner {
  padding: 0 20px;
}
.cart-content .order-summary .order-summary-inner h4 {
  margin: 15px 0;
  font-size: 1.3em;
  text-transform: none;
  padding-bottom: 5px;
}
.cart-content .order-summary .order-summary-inner h4:after {
  display: none;
}
.cart-content .order-summary .recapitulation-single {
  display: flex;
  justify-content: space-between;
}
.cart-content .order-summary .recapitulation-single strong span {
  float: right;
}
.cart-content .next-step {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
  /*&amp;:before {
      width: 100%;
      height: 1px;
      content: '';
      background: @border;
      position: absolute;
      top: 0;
      left: 0;
    }*/
}
.cart-content .next-step .btn {
  width: 100%;
  display: flex !important;
  line-height: 54px;
  transition: 0.3s;
  border: none;
  text-transform: none;
  height: 54px;
  font-size: 1.3em;
  letter-spacing: 1.5px;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  font-weight: 400;
  border-radius: 4px;
}
.cart-content.summary-wrapper {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .cart-content.summary-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
    left: 0;
    border-radius: 0;
    padding: 5px 10px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: none;
  }
  .cart-content.summary-wrapper .price {
    font-size: 1.2em !important;
  }
  .cart-content.summary-wrapper .next-step {
    margin-top: 0;
    padding-top: 3px;
  }
  .cart-content.summary-wrapper .next-step .btn {
    border-radius: 0;
  }
}
.cart-content.summary-wrapper .next-step-back {
  display: none;
}
.cart-content.summary-wrapper .price-wrapper {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  align-items: center;
  flex-wrap: wrap;
}
.cart-content.summary-wrapper .price-wrapper .price-label {
  font-size: 1.1em;
  letter-spacing: 0.5px;
  width: 50%;
}
.cart-content.summary-wrapper .price-wrapper .price {
  font-size: 1.7em;
  font-weight: 500;
  letter-spacing: 0.5px;
  width: 50%;
  text-align: right;
}
.cart-content .delivery-time,
.cart-content .cart-summary {
  padding: 30px 20px;
}
.cart-content .delivery-time {
  padding-bottom: 0;
}
.cart-content .discount-coupon::before,
.cart-content .extra.delivery::before,
.cart-content .extra.discount::before {
  content: '\e92a';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  font-size: 36px;
  line-height: 36px;
}
.cart-content .extra.delivery,
.cart-content .extra.discount {
  display: flex;
  min-height: 36px;
  align-items: center;
  position: relative;
  padding-left: 72px;
}
.cart-content .extra.delivery strong,
.cart-content .extra.discount strong {
  font-weight: 500;
  color: #2b2a40;
}
.cart-content .extra.discount {
  display: block;
  position: relative;
}
.cart-content .extra.discount:before {
  /*content: url('https://shoptet.tomashlad.eu/user/documents/extras/happylu/img/sale.svg');*/
  position: absolute;
  width: 40px;
  display: inline-block !important;
  content: '\e92a';
  font-family: 'shoptet' !important;
  height: 40px;
  left: 0;
  top: 50%;
  margin-top: -18px;
  font-size: 36px;
  line-height: 36px;
}
.cart-content .extra.delivery::before {
  content: url('https://shoptet.tomashlad.eu/user/documents/extras/happylu/img/truck.svg');
}
.cart-content .cart-summary {
  padding-top: 20px;
  position: relative;
  padding-bottom: 90px;
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-summary {
    padding-bottom: 115px;
  }
}
.cart-content .cart-summary h4 {
  text-transform: none;
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: 500;
}
.cart-content .cart-summary h4:after {
  display: none;
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header {
    padding-top: 0;
  }
}
.cart-content .cart-header:before {
  width: 480px;
  height: 4px;
  background: #dfdfdf;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  transform: translate(-50%, 6px);
  /*@media @1500-min {
        width: 550px;
      }*/
}
@media only screen and (max-width: 1200px) {
  .cart-content .cart-header:before {
    width: 65%;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header:before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li a,
  .cart-content .cart-header li strong {
    padding-bottom: 0;
  }
}
.cart-content .cart-header li a span:before,
.cart-content .cart-header li strong span:before {
  border-width: 4px;
  line-height: 23px;
  border-color: #dfdfdf;
  color: #cccccc;
  background: #fff;
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 15px;
  }
}
.cart-content .cart-header li a span:before {
  border-width: 4px;
  line-height: 23px;
  border-color: #dfdfdf;
  color: #cccccc;
  background: #fff;
}
.cart-content .cart-header li.active strong span:before,
.cart-content .cart-header li.completed strong span:before,
.cart-content .cart-header li.active a span:before,
.cart-content .cart-header li.completed a span:before {
  line-height: 32px !important;
  padding-left: 2px;
  color: #fff;
  border: none;
}
.cart-content .cart-table {
  background: #fff;
  margin: 0;
}
.cart-content .discount-coupon {
  position: absolute;
  left: 20px;
  bottom: 10px;
  width: calc(100% - 40px);
}
.cart-content .discount-coupon label {
  font-size: 1.2em;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  color: #292b32;
  line-height: 18px;
}
.cart-content .discount-coupon .applied-coupon {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.cart-content .discount-coupon .applied-coupon strong {
  font-weight: 500;
}
.cart-content .discount-coupon .applied-coupon form {
  width: 50px;
}
.cart-content .discount-coupon .applied-coupon form fieldset {
  padding: 0;
}
.cart-content .discount-coupon .applied-coupon form .btn {
  width: 25px;
  margin-left: 15px;
  height: 25px;
  min-width: inherit;
  line-height: 0;
  padding: 0;
  border-radius: 50%;
  font-weight: 600;
  position: relative;
  padding-bottom: 3px;
  font-family: CURSIVE;
  padding-left: 1px;
}
.cart-content .discount-coupon:before {
  display: none;
}
.cart-content .discount-coupon form {
  display: flex;
  width: 100%;
}
.cart-content .discount-coupon form input {
  height: 38px;
}
.cart-content .discount-coupon form input::placeholder {
  color: #9c9c9c;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 0.9em;
}
.cart-content .discount-coupon form .btn {
  border: none;
  width: 120px;
  height: 38px;
  border-radius: 0 5px 5px 0;
  font-size: 1.1em;
  letter-spacing: 0.5px;
}
.cart-content .free-gift .free-gifts-wrapper {
  display: flex;
  align-items: center;
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  .cart-content .free-gift .free-gifts-wrapper {
    margin-right: 40px;
  }
}
.cart-content .free-gift .free-gifts-img {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  min-width: 36px;
  align-items: center;
  justify-content: center;
}
.cart-content .free-gift .free-gifts-img-hover {
  display: none;
}
.cart-content .extras-wrapper {
  display: flex;
  max-width: 600px;
}
.cart-content .extras-wrapper .extra {
  margin: 10px 0;
  background: transparent;
  padding: 10px 10px 10px 80px;
  border-radius: 3px;
  min-height: 43px;
}
.cart-content .extras-wrapper .extra img {
  max-width: 40px;
}
.cart-content .extras-wrapper .extra:before {
  left: 0;
  top: 5px;
}
.cart-content .extras-wrapper .extras-col {
  width: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .cart-content .extras-wrapper {
    flex-direction: column;
  }
  .cart-content .extras-wrapper .extras-wrap {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .cart-content .fvDoplnek .header .fvDoplnek-text {
    margin-top: 0 !important;
  }
}
.cart-empty h1.cart-heading {
  margin-bottom: 20px;
}
.cart-row .col-md-8 {
  padding-right: 50px !important;
  flex: 0 0 63%;
  max-width: 63%;
}
@media only screen and (max-width: 1200px) {
  .cart-row .col-md-8 {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 992px) {
  .cart-row .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0 !important;
    padding-bottom: 20px;
  }
}
.cart-row .col-md-8 .cart-content {
  background: #f5f5f5;
}
.cart-row .col-md-4 {
  flex: 0 0 37%;
  max-width: 37%;
}
@media only screen and (max-width: 992px) {
  .cart-row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.back-shopping-link a {
  display: inline-block;
  line-height: 40px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .back-shopping-link {
    display: none;
  }
}
.ordering-process {
  /*@media (min-width: 768px) {
    .popup-widget.login-widget {
      right: -20px !important;
    }
  }

  @media @desktop {
    .popup-widget.login-widget {
      right: 20px !important;

      &amp;:before {
        right: 87px;
      }
    }
  }

  @media (min-width: 768px) and (max-width: 992px) {
    #header .header-top .top-nav-button-login {
      right: 15px;
    }

    .popup-widget.login-widget {
      &amp;:before {
        right: 10px;
      }
    }
  }*/
}
.ordering-process #header .header-top .top-nav-button-login {
  margin-right: 0;
  position: relative;
  top: 1px;
}
.ordering-process .cart-table tr {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.ordering-process .cart-table tr:after {
  width: 100%;
  height: 1px;
  background: #e5e9ee;
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
}
.ordering-process #content-wrapper {
  position: relative;
  padding-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .ordering-process #content-wrapper {
    padding-top: 0 !important;
  }
}
.ordering-process .checkout-box {
  border-radius: 5px;
}
.ordering-process #header .header-top .navigation-buttons {
  display: none;
}
@media only screen and (max-width: 767px) {
  .ordering-process .top-navigation-bar .nav-part .responsive-tools {
    width: 125px;
    justify-content: flex-end;
  }
}
.ordering-process .podpis {
  margin-top: 50px;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #dfdfdf;
}
.ordering-process .checkout-box-wrapper,
.ordering-process .checkout-box,
.ordering-process .cart-empty .col-md-4 .cart-content {
  border: none;
  margin-bottom: 20px;
  color: #fff;
  padding: 2px 20px;
}
.ordering-process .checkout-box-wrapper .btn,
.ordering-process .checkout-box .btn,
.ordering-process .cart-empty .col-md-4 .cart-content .btn {
  display: none;
}
.ordering-process .checkout-box-wrapper h4,
.ordering-process .checkout-box h4,
.ordering-process .cart-empty .col-md-4 .cart-content h4 {
  display: none;
}
.ordering-process .checkout-box-wrapper .contact-box img,
.ordering-process .checkout-box .contact-box img,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box img,
.ordering-process .checkout-box-wrapper .contact-box strong,
.ordering-process .checkout-box .contact-box strong,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box strong {
  display: none;
}
.ordering-process .checkout-box-wrapper .contact-box ul,
.ordering-process .checkout-box .contact-box ul,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ordering-process .checkout-box-wrapper .contact-box ul li,
.ordering-process .checkout-box .contact-box ul li,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li {
  list-style: none;
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .ordering-process .checkout-box-wrapper .contact-box ul li,
  .ordering-process .checkout-box .contact-box ul li,
  .ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li {
    width: 100%;
    margin-top: 5px;
  }
}
.ordering-process .checkout-box-wrapper .contact-box ul li a,
.ordering-process .checkout-box .contact-box ul li a,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li a {
  color: #fff;
  text-decoration: none;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span,
.ordering-process .checkout-box .contact-box ul li span,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span {
  display: none;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.tel,
.ordering-process .checkout-box .contact-box ul li span.tel,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel,
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail,
.ordering-process .checkout-box .contact-box ul li span.mail,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail {
  display: block;
  padding-left: 30px;
  position: relative;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.tel:before,
.ordering-process .checkout-box .contact-box ul li span.tel:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel:before,
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail:before,
.ordering-process .checkout-box .contact-box ul li span.mail:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail:before {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  font-size: 20px;
  top: 10px;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.tel:before,
.ordering-process .checkout-box .contact-box ul li span.tel:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel:before {
  content: '\e92d';
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail:before,
.ordering-process .checkout-box .contact-box ul li span.mail:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail:before {
  content: '\e924';
  font-weight: 500;
}
.payment-logo,
.payment-shipping-price {
  flex-grow: 0;
  flex-shrink: 0;
  width: 90px;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .payment-logo,
  .payment-shipping-price {
    width: 70px;
    padding-left: 0 !important;
  }
}
.payment-logo img,
.payment-shipping-price img {
  max-width: 100%;
  max-height: 40px;
}
@media only screen and (max-width: 480px) {
  .payment-logo {
    display: none;
  }
}
.payment-shipping-price {
  padding-left: 10px;
  font-weight: 500;
}
.payment-shipping-price.for-free {
  color: #26ba2a;
}
.payment-info {
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
  padding-right: 10px;
}
.payment-info b {
  display: inline-block;
  padding-right: 10px;
  font-weight: 500;
}
.not-possible-info {
  display: none;
}
.inactive .not-possible-info {
  display: inherit;
}
#payu-template .container {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 10px 0;
}
#payu-template table {
  max-width: 100%;
  width: 100% !important;
  margin: 0 !important;
}
.order-summary-item.helper,
.recapitulation-single {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
  font-size: 14px;
}
.order-summary-item.helper:last-child,
.recapitulation-single:last-child {
  padding-bottom: 0;
}
.order-summary-item.helper {
  font-weight: 700;
}
.order-summary-item.helper &gt; div:first-child {
  flex: 0 0 130px;
  padding-right: 0px;
}
.order-summary-item.helper &gt; div:last-child {
  flex: 1 1 calc(-30%);
  text-align: right;
}
.order-recapitulation {
  margin-bottom: 15px;
}
.order-recapitulation strong,
.recapitulation-single strong {
  font-weight: 400;
}
.order-recapitulation strong span,
.recapitulation-single strong span {
  font-weight: 700;
}
.recapitulation-single &gt; span {
  flex: 0 0 200px;
  padding-right: 20px;
}
.recapitulation-single &gt; strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 calc(-100%);
}
.recapitulation-single &gt; strong span {
  order: 2;
  margin-left: 1ex;
  white-space: nowrap;
}
.cart-items .cart-item + .recapitulation-single {
  padding-top: 1em;
}
.order-summary-item.price {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #dfdfdf;
  padding: 15px 20px;
  margin: 0 -20px;
}
.order-summary-heading,
.recapitulation-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.order-summary-heading {
  text-align: left;
  text-transform: uppercase;
}
.recapitulation-wrapper .order-summary-item,
.recapitulation-wrapper .summary-thx {
  font-size: 14px;
  text-align: center;
}
.recapitulation-wrapper .order-summary-item {
  margin-bottom: 19px;
}
.recapitulation-wrapper .summary-thx {
  margin-bottom: 38px;
}
table.table.recapitulation-table &gt; tbody &gt; tr &gt; th {
  text-align: left;
  font-weight: 400;
}
.msg {
  width: 100%;
  padding: 19px 10px;
  border-width: 1px;
  border-style: solid;
  opacity: 0.95;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
.msg.hidden {
  opacity: 0;
}
@media (min-width: 992px) {
  .msg {
    padding: 38px 20px;
  }
}
/*.msg-wrapper {
  z-index: 1002;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%
}*/
.msg-wrapper .msg {
  position: relative;
}
.notice-message,
.warning-message,
.error-message {
  padding: 5px 10px 5px 5px;
  margin-top: 19px;
  border: 0;
  font-weight: 400;
}
.watchdog-row {
  margin: 0 0 1em;
  min-height: 36px;
  display: flex;
  align-items: center;
}
.watchdog-row label {
  min-width: 130px;
}
.watchdog-row #priceUnder {
  margin-right: 15px;
  width: 20% !important;
}
.watchdog-row .notificationEmail,
.watchdog-row select {
  width: 60%;
  margin-left: 15px;
}
.watchdog-row .disclaimer {
  opacity: 0.8;
  font-style: italic;
}
.watchdog-row #watchdog-reset {
  display: none;
}
.watchdog-messages {
  width: 100%;
}
.watchdog-messages .msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 10px 0;
}
.watchdog-messages .msg .container {
  width: 100%;
}
.watchdog-messages .msg .cancel-action {
  float: right;
  font-weight: bold;
}
#watchdog-form .disclaimer {
  color: #666666;
  display: block;
}
#watchdog-form .disclaimer.hidden {
  display: none;
}
.recapitulation-wrapper .co-box {
  padding-right: 20px;
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .co-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.recapitulation-wrapper .co-box h4::before {
  content: '\e922';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  font-family: 'shoptet';
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .co-box h4::before {
    display: none;
  }
}
.recapitulation-wrapper .cart-table {
  max-width: 500px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  border-collapse: inherit;
  margin: 20px 0 20px 60px;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .cart-table {
    margin: 20px 0;
  }
}
.recapitulation-wrapper .cart-table tr {
  justify-content: flex-start;
}
.recapitulation-wrapper .cart-table tr:last-child:after {
  display: none;
}
.recapitulation-wrapper .co-box.co-payment-method h4::before {
  content: '\e926';
}
.recapitulation-wrapper .co-box.co-order h4::before {
  content: '\e925';
}
.recapitulation-wrapper table {
  width: 100%;
  max-width: 400px;
}
.recapitulation-wrapper .order-complete-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .order-complete-links {
    flex-direction: column;
    justify-content: center;
  }
}
.recapitulation-wrapper .co-box h4 {
  margin-left: -60px !important;
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .co-box h4 {
    padding-left: 0;
    margin-left: 0 !important;
  }
}
.cart-empty .cart-content {
  padding: 20px;
}
.price-range {
  display: block;
  width: 100%;
  height: 8px;
  max-width: none;
  margin-bottom: 4px;
  margin-top: 8px;
  border-style: none;
  border-width: 0;
  overflow: hidden;
  border-radius: 8px;
}
.price-range &gt; div {
  float: left;
  height: 100%;
}
.price-range {
  border-color: transparent;
  background-color: #dadada;
}
@media only screen and (max-width: 767px) {
  .in-objednavky table.table.border,
  .in-klient-hodnoceni table.table.border,
  .in-klient table.table.border,
  .in-klient-diskuze table.table.border,
  .in-klient-doklady table.table.border,
  .in-objednavky table.table.border,
  .in-objednavky .cart-table,
  .in-klient-hodnoceni .cart-table,
  .in-klient .cart-table,
  .in-klient-diskuze .cart-table,
  .in-klient-doklady .cart-table,
  .in-objednavky .cart-table {
    display: flex;
    margin-bottom: 30px;
    background: #fff !important;
    border: none;
  }
  .in-objednavky table.table.border thead,
  .in-klient-hodnoceni table.table.border thead,
  .in-klient table.table.border thead,
  .in-klient-diskuze table.table.border thead,
  .in-klient-doklady table.table.border thead,
  .in-objednavky table.table.border thead,
  .in-objednavky .cart-table thead,
  .in-klient-hodnoceni .cart-table thead,
  .in-klient .cart-table thead,
  .in-klient-diskuze .cart-table thead,
  .in-klient-doklady .cart-table thead,
  .in-objednavky .cart-table thead {
    align-items: flex-start;
    width: 150px;
    border-radius: 5px 0 0 5px !important;
    font-size: 0.8em;
    line-height: 1.65em;
    background: #fff !important;
    border: none;
  }
  .in-objednavky table.table.border thead tr,
  .in-klient-hodnoceni table.table.border thead tr,
  .in-klient table.table.border thead tr,
  .in-klient-diskuze table.table.border thead tr,
  .in-klient-doklady table.table.border thead tr,
  .in-objednavky table.table.border thead tr,
  .in-objednavky .cart-table thead tr,
  .in-klient-hodnoceni .cart-table thead tr,
  .in-klient .cart-table thead tr,
  .in-klient-diskuze .cart-table thead tr,
  .in-klient-doklady .cart-table thead tr,
  .in-objednavky .cart-table thead tr {
    background: #e3e3e3;
    border-radius: 0 0 0 5px;
    color: #000;
  }
  .in-objednavky table.table.border thead + tbody,
  .in-klient-hodnoceni table.table.border thead + tbody,
  .in-klient table.table.border thead + tbody,
  .in-klient-diskuze table.table.border thead + tbody,
  .in-klient-doklady table.table.border thead + tbody,
  .in-objednavky table.table.border thead + tbody,
  .in-objednavky .cart-table thead + tbody,
  .in-klient-hodnoceni .cart-table thead + tbody,
  .in-klient .cart-table thead + tbody,
  .in-klient-diskuze .cart-table thead + tbody,
  .in-klient-doklady .cart-table thead + tbody,
  .in-objednavky .cart-table thead + tbody {
    width: calc(100% - 135px);
    background: #f2f2f2;
  }
  .in-objednavky table.table.border thead tr,
  .in-klient-hodnoceni table.table.border thead tr,
  .in-klient table.table.border thead tr,
  .in-klient-diskuze table.table.border thead tr,
  .in-klient-doklady table.table.border thead tr,
  .in-objednavky table.table.border thead tr,
  .in-objednavky .cart-table thead tr,
  .in-klient-hodnoceni .cart-table thead tr,
  .in-klient .cart-table thead tr,
  .in-klient-diskuze .cart-table thead tr,
  .in-klient-doklady .cart-table thead tr,
  .in-objednavky .cart-table thead tr,
  .in-objednavky table.table.border tbody tr,
  .in-klient-hodnoceni table.table.border tbody tr,
  .in-klient table.table.border tbody tr,
  .in-klient-diskuze table.table.border tbody tr,
  .in-klient-doklady table.table.border tbody tr,
  .in-objednavky table.table.border tbody tr,
  .in-objednavky .cart-table tbody tr,
  .in-klient-hodnoceni .cart-table tbody tr,
  .in-klient .cart-table tbody tr,
  .in-klient-diskuze .cart-table tbody tr,
  .in-klient-doklady .cart-table tbody tr,
  .in-objednavky .cart-table tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    padding: 0 !important;
  }
  .in-objednavky table.table.border thead tr .p-label,
  .in-klient-hodnoceni table.table.border thead tr .p-label,
  .in-klient table.table.border thead tr .p-label,
  .in-klient-diskuze table.table.border thead tr .p-label,
  .in-klient-doklady table.table.border thead tr .p-label,
  .in-objednavky table.table.border thead tr .p-label,
  .in-objednavky .cart-table thead tr .p-label,
  .in-klient-hodnoceni .cart-table thead tr .p-label,
  .in-klient .cart-table thead tr .p-label,
  .in-klient-diskuze .cart-table thead tr .p-label,
  .in-klient-doklady .cart-table thead tr .p-label,
  .in-objednavky .cart-table thead tr .p-label,
  .in-objednavky table.table.border tbody tr .p-label,
  .in-klient-hodnoceni table.table.border tbody tr .p-label,
  .in-klient table.table.border tbody tr .p-label,
  .in-klient-diskuze table.table.border tbody tr .p-label,
  .in-klient-doklady table.table.border tbody tr .p-label,
  .in-objednavky table.table.border tbody tr .p-label,
  .in-objednavky .cart-table tbody tr .p-label,
  .in-klient-hodnoceni .cart-table tbody tr .p-label,
  .in-klient .cart-table tbody tr .p-label,
  .in-klient-diskuze .cart-table tbody tr .p-label,
  .in-klient-doklady .cart-table tbody tr .p-label,
  .in-objednavky .cart-table tbody tr .p-label {
    display: none;
  }
  .in-objednavky table.table.border thead tr th,
  .in-klient-hodnoceni table.table.border thead tr th,
  .in-klient table.table.border thead tr th,
  .in-klient-diskuze table.table.border thead tr th,
  .in-klient-doklady table.table.border thead tr th,
  .in-objednavky table.table.border thead tr th,
  .in-objednavky .cart-table thead tr th,
  .in-klient-hodnoceni .cart-table thead tr th,
  .in-klient .cart-table thead tr th,
  .in-klient-diskuze .cart-table thead tr th,
  .in-klient-doklady .cart-table thead tr th,
  .in-objednavky .cart-table thead tr th,
  .in-objednavky table.table.border tbody tr th,
  .in-klient-hodnoceni table.table.border tbody tr th,
  .in-klient table.table.border tbody tr th,
  .in-klient-diskuze table.table.border tbody tr th,
  .in-klient-doklady table.table.border tbody tr th,
  .in-objednavky table.table.border tbody tr th,
  .in-objednavky .cart-table tbody tr th,
  .in-klient-hodnoceni .cart-table tbody tr th,
  .in-klient .cart-table tbody tr th,
  .in-klient-diskuze .cart-table tbody tr th,
  .in-klient-doklady .cart-table tbody tr th,
  .in-objednavky .cart-table tbody tr th,
  .in-objednavky table.table.border thead tr td,
  .in-klient-hodnoceni table.table.border thead tr td,
  .in-klient table.table.border thead tr td,
  .in-klient-diskuze table.table.border thead tr td,
  .in-klient-doklady table.table.border thead tr td,
  .in-objednavky table.table.border thead tr td,
  .in-objednavky .cart-table thead tr td,
  .in-klient-hodnoceni .cart-table thead tr td,
  .in-klient .cart-table thead tr td,
  .in-klient-diskuze .cart-table thead tr td,
  .in-klient-doklady .cart-table thead tr td,
  .in-objednavky .cart-table thead tr td,
  .in-objednavky table.table.border tbody tr td,
  .in-klient-hodnoceni table.table.border tbody tr td,
  .in-klient table.table.border tbody tr td,
  .in-klient-diskuze table.table.border tbody tr td,
  .in-klient-doklady table.table.border tbody tr td,
  .in-objednavky table.table.border tbody tr td,
  .in-objednavky .cart-table tbody tr td,
  .in-klient-hodnoceni .cart-table tbody tr td,
  .in-klient .cart-table tbody tr td,
  .in-klient-diskuze .cart-table tbody tr td,
  .in-klient-doklady .cart-table tbody tr td,
  .in-objednavky .cart-table tbody tr td {
    text-align: left !important;
    width: 100%;
    padding: 5px 10px !important;
  }
  .in-objednavky table.table.border thead tr th .product-rating-wrap,
  .in-klient-hodnoceni table.table.border thead tr th .product-rating-wrap,
  .in-klient table.table.border thead tr th .product-rating-wrap,
  .in-klient-diskuze table.table.border thead tr th .product-rating-wrap,
  .in-klient-doklady table.table.border thead tr th .product-rating-wrap,
  .in-objednavky table.table.border thead tr th .product-rating-wrap,
  .in-objednavky .cart-table thead tr th .product-rating-wrap,
  .in-klient-hodnoceni .cart-table thead tr th .product-rating-wrap,
  .in-klient .cart-table thead tr th .product-rating-wrap,
  .in-klient-diskuze .cart-table thead tr th .product-rating-wrap,
  .in-klient-doklady .cart-table thead tr th .product-rating-wrap,
  .in-objednavky .cart-table thead tr th .product-rating-wrap,
  .in-objednavky table.table.border tbody tr th .product-rating-wrap,
  .in-klient-hodnoceni table.table.border tbody tr th .product-rating-wrap,
  .in-klient table.table.border tbody tr th .product-rating-wrap,
  .in-klient-diskuze table.table.border tbody tr th .product-rating-wrap,
  .in-klient-doklady table.table.border tbody tr th .product-rating-wrap,
  .in-objednavky table.table.border tbody tr th .product-rating-wrap,
  .in-objednavky .cart-table tbody tr th .product-rating-wrap,
  .in-klient-hodnoceni .cart-table tbody tr th .product-rating-wrap,
  .in-klient .cart-table tbody tr th .product-rating-wrap,
  .in-klient-diskuze .cart-table tbody tr th .product-rating-wrap,
  .in-klient-doklady .cart-table tbody tr th .product-rating-wrap,
  .in-objednavky .cart-table tbody tr th .product-rating-wrap,
  .in-objednavky table.table.border thead tr td .product-rating-wrap,
  .in-klient-hodnoceni table.table.border thead tr td .product-rating-wrap,
  .in-klient table.table.border thead tr td .product-rating-wrap,
  .in-klient-diskuze table.table.border thead tr td .product-rating-wrap,
  .in-klient-doklady table.table.border thead tr td .product-rating-wrap,
  .in-objednavky table.table.border thead tr td .product-rating-wrap,
  .in-objednavky .cart-table thead tr td .product-rating-wrap,
  .in-klient-hodnoceni .cart-table thead tr td .product-rating-wrap,
  .in-klient .cart-table thead tr td .product-rating-wrap,
  .in-klient-diskuze .cart-table thead tr td .product-rating-wrap,
  .in-klient-doklady .cart-table thead tr td .product-rating-wrap,
  .in-objednavky .cart-table thead tr td .product-rating-wrap,
  .in-objednavky table.table.border tbody tr td .product-rating-wrap,
  .in-klient-hodnoceni table.table.border tbody tr td .product-rating-wrap,
  .in-klient table.table.border tbody tr td .product-rating-wrap,
  .in-klient-diskuze table.table.border tbody tr td .product-rating-wrap,
  .in-klient-doklady table.table.border tbody tr td .product-rating-wrap,
  .in-objednavky table.table.border tbody tr td .product-rating-wrap,
  .in-objednavky .cart-table tbody tr td .product-rating-wrap,
  .in-klient-hodnoceni .cart-table tbody tr td .product-rating-wrap,
  .in-klient .cart-table tbody tr td .product-rating-wrap,
  .in-klient-diskuze .cart-table tbody tr td .product-rating-wrap,
  .in-klient-doklady .cart-table tbody tr td .product-rating-wrap,
  .in-objednavky .cart-table tbody tr td .product-rating-wrap {
    float: right;
  }
}
.in-objednavky dl,
.in-klient-hodnoceni dl,
.in-klient dl,
.in-klient-diskuze dl,
.in-klient-doklady dl,
.in-objednavky dl {
  display: flex;
  max-width: 750px;
  flex-wrap: wrap;
}
.in-objednavky dl dt,
.in-klient-hodnoceni dl dt,
.in-klient dl dt,
.in-klient-diskuze dl dt,
.in-klient-doklady dl dt,
.in-objednavky dl dt,
.in-objednavky dl dd,
.in-klient-hodnoceni dl dd,
.in-klient dl dd,
.in-klient-diskuze dl dd,
.in-klient-doklady dl dd,
.in-objednavky dl dd {
  width: 50%;
  padding: 4px 0;
  text-align: left;
  margin: 0;
}
.in-objednavky dl dt,
.in-klient-hodnoceni dl dt,
.in-klient dl dt,
.in-klient-diskuze dl dt,
.in-klient-doklady dl dt,
.in-objednavky dl dt {
  font-weight: 500;
}
.in-objednavky dl dd,
.in-klient-hodnoceni dl dd,
.in-klient dl dd,
.in-klient-diskuze dl dd,
.in-klient-doklady dl dd,
.in-objednavky dl dd {
  padding-left: 30px;
  font-weight: 600;
}
.in-objednavky table.cart-table thead,
.in-klient-hodnoceni table.cart-table thead,
.in-klient table.cart-table thead,
.in-klient-diskuze table.cart-table thead,
.in-klient-doklady table.cart-table thead,
.in-objednavky table.cart-table thead {
  font-size: 0.9em;
}
.in-objednavky table.cart-table thead tr th,
.in-klient-hodnoceni table.cart-table thead tr th,
.in-klient table.cart-table thead tr th,
.in-klient-diskuze table.cart-table thead tr th,
.in-klient-doklady table.cart-table thead tr th,
.in-objednavky table.cart-table thead tr th {
  line-height: 2em;
}
.in-objednavky table.cart-table tr td.p-name,
.in-klient-hodnoceni table.cart-table tr td.p-name,
.in-klient table.cart-table tr td.p-name,
.in-klient-diskuze table.cart-table tr td.p-name,
.in-klient-doklady table.cart-table tr td.p-name,
.in-objednavky table.cart-table tr td.p-name {
  max-width: inherit !important;
  /*display: flex;*/
}
.in-objednavky table.cart-table tr td.p-name br,
.in-klient-hodnoceni table.cart-table tr td.p-name br,
.in-klient table.cart-table tr td.p-name br,
.in-klient-diskuze table.cart-table tr td.p-name br,
.in-klient-doklady table.cart-table tr td.p-name br,
.in-objednavky table.cart-table tr td.p-name br {
  display: none;
}
.in-objednavky table.cart-table tr {
  /*display: table-row !important;*/
}
aside.sidebar .box.client-center-box ul .logout a {
  background: #333 !important;
}
/* Products */
.products-block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.products-block.products &gt; div {
  padding: 10px;
}
.products-block.products .p .name {
  display: block;
  height: 45px;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 10px;
}
.products-block.products .p .price {
  line-height: 1;
}
.products-block.products .p .price strong,
.products-block.products .p .price span {
  font-size: 20px;
}
.products-block.products .p .price span.pr-list-unit {
  font-size: 14px;
}
.products-block &gt; div {
  flex: 0 0 auto;
  width: 100%;
  border-top-style: solid;
  border-top-width: 1px;
}
.products-block &gt; div:first-child {
  border-top-style: none;
}
.products-block .p {
  position: relative;
}
.products-block .p a.image {
  position: relative;
  display: block;
}
.products-block .p a.image::after {
  content: '';
  display: block;
  clear: both;
}
.products-block .p .flags-default {
  position: absolute;
  left: 0;
  top: 0;
}
.products-block .p .image {
  display: block;
}
.products-block .image,
.products-block .name {
  margin-bottom: 10px;
  text-align: center;
}
.products-block .p-bottom &gt; div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.products-block .p-bottom .prices,
.products-block .p-bottom .p-tools {
  flex-basis: 50%;
}
@media only screen and (max-width: 1200px) {
  .products-block .p-bottom .prices,
  .products-block .p-bottom .p-tools {
    flex-basis: 100%;
    order: 2;
  }
}
.products-block .p-bottom .prices {
  flex-grow: 1;
  flex-shrink: 0;
  text-align: left;
}
.products-block .p-bottom .price-additional {
  font-size: 13px;
}
.products-block .p-bottom .p-tools {
  flex-grow: 0;
  flex-shrink: 1;
  text-align: right;
}
.products-block .p-bottom .p-desc {
  flex: 0 0 100%;
  max-height: 76px;
  margin: 10px 0 0;
  overflow: hidden;
  margin: 19px 0 0;
}
.products-block .ratings-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
  min-height: 48px;
}
.products-block .ratings-wrapper .availability {
  flex: inherit;
  text-align: right;
}
.products-block .ratings-wrapper .stars-wrapper {
  flex: inherit;
}
.products-block .p-code {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
}
.products-block .p .products-block .p-code {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.products-block .p:hover .products-block .p-code {
  opacity: 1;
}
@media (min-width: 480px) {
  .products-block &gt; div {
    flex: 0 0 auto;
    width: 50%;
    border-right-style: solid;
    border-right-width: 1px;
  }
  .products-block &gt; div:nth-child(1),
  .products-block &gt; div:nth-child(2) {
    border-top-style: none;
  }
  .products-block &gt; div:nth-child(even) {
    border-right-style: none;
  }
}
@media (min-width: 768px) {
  .products-block &gt; div {
    padding: 20px;
  }
  .products-block .name {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .products-block.products-alternative &gt; div,
  .products-block.products-related &gt; div {
    flex: 0 0 auto;
    width: 33.333%;
    border-top-style: none;
  }
  .products-block.products-alternative &gt; div:nth-child(even),
  .products-block.products-related &gt; div:nth-child(even) {
    border-right-style: solid;
  }
  .products-block.products-alternative &gt; div:nth-child(3),
  .products-block.products-related &gt; div:nth-child(3),
  .products-block.products-alternative &gt; div:nth-child(4),
  .products-block.products-related &gt; div:nth-child(4) {
    border-top-style: none;
  }
  .products-block.products-alternative &gt; div:nth-child(3n),
  .products-block.products-related &gt; div:nth-child(3n) {
    border-right-style: solid;
  }
  .products-block.products-alternative &gt; div:nth-child(3n):last-child,
  .products-block.products-related &gt; div:nth-child(3n):last-child {
    border-right-style: none;
  }
  .products-block.products-alternative &gt; div:nth-child(4n),
  .products-block.products-related &gt; div:nth-child(4n) {
    border-right-style: none;
  }
  .products-block.products-alternative &gt; div:last-child,
  .products-block.products-related &gt; div:last-child {
    border-right-style: none;
  }
  .products-block.products-alternative &gt; div:nth-child(4n),
  .products-block.products-related &gt; div:nth-child(4n) {
    border-right-style: solid !important;
  }
}
@media (min-width: 1200px) {
  .products-block &gt; div {
    flex: 0 0 auto;
    width: 25%;
  }
  .products-block &gt; div:nth-child(3) {
    border-top-style: none;
  }
  .products-block &gt; div:nth-child(even) {
    border-right-style: solid;
  }
  .products-block &gt; div:nth-child(3n),
  .products-block &gt; div:last-child {
    border-right-style: none;
  }
  .products-block.products-alternative &gt; div,
  .products-block.products-related &gt; div {
    flex: 0 0 auto;
    width: 25%;
    border-top-style: none;
  }
  .products-block.products-alternative &gt; div:nth-child(even),
  .products-block.products-related &gt; div:nth-child(even) {
    border-right-style: solid;
  }
  .products-block.products-alternative &gt; div:nth-child(3),
  .products-block.products-related &gt; div:nth-child(3),
  .products-block.products-alternative &gt; div:nth-child(4),
  .products-block.products-related &gt; div:nth-child(4) {
    border-top-style: none;
  }
  .products-block.products-alternative &gt; div:nth-child(3n),
  .products-block.products-related &gt; div:nth-child(3n) {
    border-right-style: solid;
  }
  .products-block.products-alternative &gt; div:nth-child(3n):last-child,
  .products-block.products-related &gt; div:nth-child(3n):last-child {
    border-right-style: none;
  }
  .products-block.products-alternative &gt; div:nth-child(4n),
  .products-block.products-related &gt; div:nth-child(4n) {
    border-right-style: none;
  }
  .products-block.products-alternative &gt; div:last-child,
  .products-block.products-related &gt; div:last-child {
    border-right-style: none;
  }
  .products-block.products-alternative &gt; div:nth-child(4n),
  .products-block.products-related &gt; div:nth-child(4n) {
    border-right-style: solid !important;
  }
}
@media (min-width: 1440px) {
  .columns-4 .products-block &gt; div {
    flex: 0 0 auto;
    width: 33.333%;
  }
  .columns-4 .products-block &gt; div:nth-child(even) {
    border-right-style: solid;
  }
  .columns-4 .products-block &gt; div:nth-child(3),
  .columns-4 .products-block &gt; div:nth-child(4) {
    border-top-style: none;
  }
  .columns-4 .products-block &gt; div:nth-child(3n) {
    border-right-style: solid;
  }
  .columns-4 .products-block &gt; div:nth-child(3n):last-child {
    border-right-style: none;
  }
  .columns-4 .products-block &gt; div:nth-child(4n) {
    border-right-style: none;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .products-block .p-bottom .price-additional {
    font-size: 11px;
  }
}
@media (max-width: 1200px) and (min-width: 480px) {
  .products-block.products-additional .p-bottom .p-tools {
    text-align: left;
    flex-basis: 100%;
    margin-top: 5px;
  }
}
.products-block,
.products-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.products-inline &gt; div {
  width: 100%;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.products-inline &gt; div:first-child {
  border-top-style: none;
}
.products-inline &gt; div .p .image {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.products-inline &gt; div .p .image .extra-flags {
  display: none;
}
.products-inline &gt; div .p .p-in {
  line-height: 1.4;
}
.products-inline &gt; div .p .p-in .p-in-in .name {
  height: auto;
  display: block;
}
.products-inline &gt; div .p .p-in .p-in-in .ratings-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products-inline &gt; div .p .p-in .p-in-in .ratings-wrapper .stars-wrapper,
.products-inline &gt; div .p .p-in .p-in-in .ratings-wrapper .flags,
.products-inline &gt; div .p .p-in .p-in-in .ratings-wrapper .p-code,
.products-inline &gt; div .p .p-in .p-in-in .ratings-wrapper .availability {
  width: auto;
  margin: 0 5px 0 0;
  flex-grow: 0;
  flex-shrink: 1;
}
.products-inline &gt; div .p .p-in .p-in-in .ratings-wrapper .stars-wrapper {
  justify-content: flex-start;
}
.products-inline &gt; div .p .p-in .p-in-in .ratings-wrapper .stars-placeholder {
  display: none;
}
.products-inline &gt; div .p .p-in .p-in-in .ratings-wrapper .flags {
  position: relative;
  top: 0;
  left: 0;
}
.products-inline &gt; div .p .p-in .p-in-in .ratings-wrapper .flags-inline .flag {
  margin: 2px;
  display: inline-block;
  width: auto;
  max-width: none;
  opacity: 1;
}
.products-inline &gt; div .p .p-in .p-in-in .p-desc {
  display: none;
}
.products-inline &gt; div .p .p-in .p-bottom &gt; div .prices .price-standard,
.products-inline &gt; div .p .p-in .p-bottom &gt; div .prices .price-save {
  display: inline-block;
}
.products-inline &gt; div .p .p-in .p-bottom &gt; div .prices .price-standard-wrapper {
  display: inline-block;
}
.products-inline &gt; div .p .p-in .p-bottom &gt; div .prices .price-standard-wrapper.price-standard-wrapper-placeholder {
  display: none;
}
.products-inline &gt; div .p .p-in .p-bottom &gt; div .p-tools {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.products-inline &gt; div .p .p-in .p-bottom &gt; div .p-tools form {
  display: flex;
  flex-direction: row;
}
.products-inline &gt; div .p .p-in .p-bottom &gt; div .p-tools form .quantity {
  display: block;
}
.products-inline &gt; div .p .p-in .p-bottom &gt; div .p-tools form .quantity input {
  min-width: 100%;
}
.products-inline &gt; div .p .p-in .p-bottom &gt; div .p-tools .btn-cart::before {
  content: '\e921';
  margin: 0;
  font-size: 20px;
  line-height: 20px;
}
.products-inline &gt; div .p .p-in .p-bottom &gt; div .p-tools .to-cart-text {
  display: none;
}
.products-inline &gt; div .p .price strong {
  font-size: 17px;
}
.products-inline .price-standard-label,
.products-inline .secondary-to-cart-btn {
  display: none;
}
.products-inline.products-top {
  display: flex;
  flex-wrap: wrap;
}
.products-inline.products-top &gt; div {
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-style: none;
}
.products-inline.products-top &gt; div:first-child,
.products-inline.products-top &gt; div:nth-child(2) {
  display: flex;
}
.products-inline.products-top &gt; div.button-wrapper {
  display: none;
}
.products-inline.products-top &gt; div .p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products-inline.products-top &gt; div .p .p-code,
.products-inline.products-top &gt; div .p .p-desc,
.products-inline.products-top &gt; div .p .p-tools,
.products-inline.products-top &gt; div .p .price-additional,
.products-inline.products-top &gt; div .p .stars-wrapper,
.products-inline.products-top &gt; div .p .flags,
.products-inline.products-top &gt; div .p .stars-placeholder,
.products-inline.products-top &gt; div .p .price-standard-wrapper,
.products-inline.products-top &gt; div .p .price-save {
  display: none !important;
}
.products-inline.products-top &gt; div .p .image {
  width: 90px;
  min-height: 90px;
}
.products-inline.products-top &gt; div .p .image img {
  max-width: 75px;
  max-height: 75px;
}
.products-inline.products-top &gt; div .p .p-in {
  display: block;
  width: calc(100% - 90px);
  padding-left: 10px;
}
.products-inline.products-top &gt; div .p .p-in .p-bottom {
  padding: 0;
}
.products-inline.products-top &gt; div .p .p-in .p-bottom &gt; div {
  text-align: left;
  align-items: flex-start;
}
.products-inline.products-top &gt; div .p .p-in .p-bottom &gt; div &gt; div {
  flex-basis: 100%;
}
.products-inline.products-top &gt; div .p .p-in .p-bottom .availability {
  font-size: 12px;
  margin: 0;
}
.products-inline.products-top &gt; div .p .p-in .p-bottom .prices {
  flex-basis: 100%;
}
@media (min-width: 480px) {
  .products-inline.products-top &gt; div {
    width: 50%;
  }
  .products-inline &gt; div .p .p-in .p-bottom &gt; div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .products-inline &gt; div {
    flex: 0 0 auto;
  }
  .products-inline &gt; div .p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .products-inline &gt; div .p .image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 90px;
  }
  .products-inline &gt; div .p .p-in {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: center;
    width: calc(100% - 90px);
    padding-left: 20px;
  }
  .products-inline &gt; div .p .p-in .p-in-in {
    padding-right: 20px;
    flex-basis: 65%;
  }
  .products-inline &gt; div .p .p-in .p-bottom {
    flex-basis: 35%;
  }
  .products-inline &gt; div .p .p-in .p-bottom &gt; div {
    flex-direction: column;
    align-items: flex-end;
    padding-top: 0;
    text-align: right;
  }
  .products-inline &gt; div .p .p-in .p-bottom .p-tools {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .products-inline.products-top &gt; div {
    display: block;
    width: 33.333333%;
  }
  .products-inline.products-top &gt; div.button-wrapper {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }
  .one-column-body .products-inline:not(.products-top) &gt; div .p .p-in .p-in-in,
  .multiple-columns-body:not(.has-right-sidebar) .products-inline:not(.products-top) &gt; div .p .p-in .p-in-in,
  .one-column-body .products-inline:not(.products-top) &gt; div .p .p-in .p-bottom,
  .multiple-columns-body:not(.has-right-sidebar) .products-inline:not(.products-top) &gt; div .p .p-in .p-bottom {
    flex-basis: 50%;
  }
  .one-column-body .products-inline:not(.products-top) &gt; div .p .p-in .p-bottom &gt; div,
  .multiple-columns-body:not(.has-right-sidebar) .products-inline:not(.products-top) &gt; div .p .p-in .p-bottom &gt; div {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .one-column-body .products-inline:not(.products-top) &gt; div .p .p-in .p-bottom &gt; div &gt; div,
  .multiple-columns-body:not(.has-right-sidebar) .products-inline:not(.products-top) &gt; div .p .p-in .p-bottom &gt; div &gt; div {
    flex-basis: 50%;
  }
  .one-column-body .products-inline:not(.products-top) &gt; div .p .p-in .p-bottom &gt; div &gt; div.prices,
  .multiple-columns-body:not(.has-right-sidebar) .products-inline:not(.products-top) &gt; div .p .p-in .p-bottom &gt; div &gt; div.prices {
    order: 0;
    padding-right: 20px;
  }
}
.rate-wrapper.unveil-wrapper .rate-wrap {
  display: flex;
}
.rate-wrapper.unveil-wrapper .rate-star-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-around;
  height: 100%;
  margin-top: 10px;
}
.rate-wrapper.unveil-wrapper .rate-star-wrap .stars {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.rate-wrapper.unveil-wrapper .rate-star-wrap .stars-label {
  line-height: inherit;
}
@media (min-width: 480px) {
  .rate-wrapper.unveil-wrapper .rate-star-wrap {
    margin-left: 20px;
    margin-top: 0;
  }
  .rate-wrapper.unveil-wrapper .rate-star-wrap .stars {
    margin-bottom: 2px;
  }
}
.rate-wrapper.unveil-wrapper .rate-star {
  margin-right: 10px;
  width: auto;
  display: flex;
  align-items: center;
}
.rate-wrapper.unveil-wrapper .rate-star::after {
  content: "\A";
  white-space: pre;
}
.rate-wrapper.unveil-wrapper .rate-value {
  margin-right: 5px;
}
.rate-wrapper.unveil-wrapper .rate-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.rate-wrapper.unveil-wrapper .rate-list:last-child {
  margin-bottom: 0;
}
.rate-wrapper.unveil-wrapper .rate-block {
  display: flex;
  flex-grow: 1;
  padding-right: 40px;
}
.rate-wrapper.unveil-wrapper .rate-bar {
  position: relative;
  display: flex;
  align-items: center;
  height: 5px;
  animation-name: scale;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  transform-origin: left;
}
.rate-wrapper.unveil-wrapper .rate-count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rate-wrapper.unveil-wrapper .rate-count.active {
  right: -40px;
}
.rate-wrapper.unveil-wrapper .rate-average-wrap {
  display: flex;
  margin-bottom: 15px;
  flex-direction: column;
  line-height: 1;
}
#rate-form {
  margin-top: 20px;
  max-width: 510px;
}
#rate-form .btn {
  margin-top: 15px;
}
.rate-wrapper.unveil-wrapper .rate-average-inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.rate-wrapper.unveil-wrapper .rate-average-inner + .add-comment {
  margin-top: 20px;
  font-weight: 600;
}
@media (min-width: 480px) {
  .rate-wrapper.unveil-wrapper .rate-average-inner {
    flex-direction: row;
    align-items: center;
  }
  .rate-wrapper.unveil-wrapper .rate-average-inner + .add-comment {
    margin-top: 0;
  }
}
.rate-wrapper.unveil-wrapper .rate-average {
  font-size: 350%;
}
.rate-wrapper.unveil-wrapper .add-comment {
  display: flex;
  align-items: flex-end;
}
.rate-wrapper.unveil-wrapper.unveiled .add-comment {
  display: none;
}
@media (min-width: 1200px) {
  .products-inline.products-inline-image &gt; div .p .image {
    width: 220px;
  }
  .products-inline.products-inline-image &gt; div .p .p-in {
    width: calc(100% - 220px);
  }
  .products-inline.products-inline-image &gt; div .p .p-in .p-in-in .p-desc {
    display: block;
    margin: 10px 0 0;
  }
}
.products-block &gt; div.slick-slide {
  flex: 0 0 auto;
  width: 100%;
}
.products-inline.products {
  margin: 0 -6px 20px -6px;
}
.products-inline.products .product {
  padding: 6px;
}
.products-inline.products .product a {
  text-decoration: none;
  font-weight: 500;
}
.products-inline.products .product .p {
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  margin: 0;
  padding: 15px 15px 10px 15px;
  width: 100%;
}
.products-block.products {
  z-index: 0;
  /*.product {
    border: none !important;
    position: relative;
    padding: 0 !important;
    background: #fff;
    transition: @transition;
    margin: 0 10px 30px 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
    width: calc(~'25% - 20px');

    &amp;:after {
      width: 1px;
      height: 230px;
      right: -11px;
      background: #dfdfdf;
      content: '';
      position: absolute;
      top: 0;

      @media @tablet-port {
        display: none;
      }
    }

    &amp;:nth-child(4n) {
      &amp;:after {
        display: none;
      }
    }

    &amp;:focus {
      outline: none;
    }

    a {
      &amp;:focus {
        outline: none;
      }
    }

    @media @tablet-land {
      width: 31.3%;
      margin: 1%;
      padding: 0;

      &amp;:nth-child(4n) {
        &amp;:after {
          display: block;
        }
      }

      &amp;:nth-child(3n) {
        &amp;:after {
          display: none;
        }
      }
    }

    @media @tablet-port {
      width: 48%;

      &amp;:nth-child(4n) {
        &amp;:after {
          display: block;
        }
      }

      &amp;:nth-child(2n) {
        &amp;:after {
          display: none;
        }
      }
    }

    @media @mobile-land {
      padding: 15px 3px !important;

      .p-in {
        padding: 0 !important;

        .p-desc {
          display: none !important;
        }

        .name {
          font-size: 0.95em !important;
          line-height: 1.4em;
        }
      }
    }

    .stars-placeholder, .p .stars-wrapper {
      height: auto;
      margin: 0;

      !*@media @tablet-600 {
        left: 50%;
        top: -8px;
        transform: translateX(-50%);
        height: 20px;
      }*!
    }

    .flag-discount {
      margin-left: 0;
    }

    .image {
      text-align: center;
      padding-top: 10px;

      img {
        opacity: 1;
        transition: @transition;
        max-width: 90%;
        margin: 0 auto;
      }
    }

    .p-code {
      padding: 1px 6px;
      font-weight: 300;
      letter-spacing: 1px;
      font-size: 0.7em;
      color: #a7a7a7;
      background: rgba(255, 255, 255, 0.8);
      right: 10px;
      top: 10px;

      @media @tablet-port {
        display: none;
      }
    }

    &amp;.slick-slide {
      padding: 0 10px;
    }

    .p-in {
      position: relative;
      background: #fff;
      padding: 20px;

      @media @tablet-600 {
        padding: 10px 10px 15px 10px;
      }

      &amp;:before {
        width: 100%;
        height: 20px;
        background: #fff;
        top: -20px;
        content: '';
        left: 0;
        position: absolute;
      }
    }

    .flags {
      width: 100%;
      margin-left: 10px;

      &amp;.flags-extra {
        position: absolute;
        bottom: -15px;
        z-index: 2;
        right: 20px;
        left: inherit;
        display: flex;
        width: auto !important;

        .flag {
          color: #fff;

          &amp;.flag-discount {
            padding: 0;
            width: 70px;
            height: 70px;

            @media @tablet-port {
              width: 42px;
              height: 42px;
              padding: 5px;
            }

            .price-save {
              font-size: 1.1em;
              font-weight: 700;
            }
          }

          span {
            color: #fff;
          }

          @media @tablet-port {
            width: 45px;
            height: 45px;
            margin: 0;
            right: -5px;
            opacity: 0.8;

            &gt; span {
              display: none;
            }

            &gt; span.price-save {
              display: block;
              font-size: 11px !important;
              letter-spacing: 0px;
            }

            &gt; span.icon-van {
              display: block;
              font-size: 20px;
            }
          }
        }
      }
    }

    .stars {
      margin-bottom: 10px;
    }

    .p {
      position: relative;
      border: none;

      .name {
        text-align: left;
        font-weight: 600;
        font-size: 1em;
        color: #000;
        letter-spacing: 0.2px;
        text-decoration: none;
        height: 39px;
        max-height: 39px;
        margin: 0 auto 5px auto;
        display: inline-block;
        overflow: hidden;
        width: 100%;
        line-height: 1.3em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;

        @media @tablet-600 {
          width: 100%;
          text-align: center;
          margin-top: 7px;
        }

        @media @mobile-land {
          flex-direction: column;
          height: 35px;
          margin-bottom: 5px;
        }
      }
    }

    .ratings-wrapper {
      width: 100%;
      justify-content: space-between;
      padding: 0;
      top: 0;
      min-height: 0;

      @media @mobile-land {
        flex-direction: column;
      }
    }

    .availability {
      min-height: 33px;
      !* margin-bottom: 7px; *!
      text-align: right;
      line-height: 1.1em;
      font-size: 1em;
      display: flex;
      padding-bottom: 4px;
      align-items: center;
      justify-content: flex-end;
      font-weight: 400;
      max-width: 110px;

      .availability-amount {
        display: none;
      }

      @media @tablet-600 {
        position: relative;
        text-align: center;
        max-width: 100%;
        right: 0;
        top: -6px;
        min-height: 25px;
        display: flex;
        align-items: center;
        margin: 0 auto -7px auto;
      }
    }

    .p-desc {
      order: 3;
      font-size: 0.9em;
      opacity: 1;
      font-weight: 400;
      text-align: left;
      max-width: 100%;
      letter-spacing: 0.5px;
      color: #000;
      padding: 0;
      max-height: 80px;
      margin: 0;
      line-height: 1.7em;
      display: block !important;
      background: #fff;
      padding-top: 20px;

      @media @tablet-600 {
        text-align: center;
      }
    }

    .p-bottom {
      margin-top: 5px;
    }

    .prices {
      order: 2;
      padding: 0px;
      flex-basis: 0px;
      margin-bottom: 3px;
      text-align: left;
      letter-spacing: 0;

      @media @tablet-600 {
        margin-bottom: 10px;
        text-align: center;
      }

      .price-additional {
        display: block;
        text-align: left;
        color: #222;
        font-weight: 400;
        letter-spacing: 0;
        margin-bottom: 1px;
        font-size: 11px;

        @media @tablet-600 {
          text-align: center;
        }

        @media @mobile-land {
          font-size: 0.7em;
        }
      }

      .price, .price strong {
        text-transform: none;
      }

      .price-final {
        margin-bottom: 0;

        strong {
          font-weight: 700;
          letter-spacing: 1px;
          font-size: 1.6em;

          @media @tablet-600 {
            font-size: 1.3em;
          }
        }
      }
    }

    .stars-placeholder {
      position: absolute;
      top: -15px;
    }

    a {
      border: none;

      img {
        border: none;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
      }
    }

    button, .btn {
      height: 40px;
      line-height: 34px;
      margin: 0 auto;
      min-width: 105px;
      border-radius: 4px;
      text-transform: uppercase;
      letter-spacing: 0;
      !* float: left; *!
      padding: 0;
      font-weight: 600;
      font-size: 1em;
      color: #fff !important;
      font-family: Poppins;

      &amp;:before {
        display: none;
      }

      @media @desktop {
        width: 100%;
        margin-top: 4px;
      }

      @media @tablet-port {
        width: 95px !important;
        min-width: 90px;
        padding: 0;
        font-size: 0.9em;
        line-height: 33px !important;
        height: 33px;
        min-height: 33px !important;
        padding: 0;
      }
    }

    .p-bottom &gt; div {
      flex-direction: row-reverse;
      align-items: flex-end;

      @media @tablet-600 {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
    }

    &amp;:hover {
      height: auto !important;
      z-index: 3;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

      .image img {
        opacity: 0.7;
      }
    }
  }*/
}
.products-block.products:hover {
  z-index: 2;
  /*.slick-list {
      overflow: visible;
    }*/
}
.products-block.products .slick-list {
  /* margin: 0 -25px;*/
  padding: 10px 0 10px 0 !important;
  width: 100% !important;
  border: none !important;
  /*overflow: visible;*/
  position: relative;
  /*width: calc(~'100% + 40px') !important;*/
  margin-bottom: 30px;
  /*&amp;:before {
      width: calc(~'(100vw - 100%)/2');
      height: 100%;
      content: '';
      top: 0;
      background: #fff;
      z-index: 2;
      position: absolute;
      left: calc(~'50% - 597px');
      transform: translateX(-100%);
    }

    &amp;:after {
      width: calc(~'(100vw - 100%)/2 + 1px');
      height: 100%;
      content: '';
      top: 0;
      background: #fff;
      z-index: 2;
      position: absolute;
      right: calc(~'50% - 606px');
      transform: translateX(100%);

      @media @desktop {
        right: 5px;
        width: 10px;
      }
    }*/
}
.products-block.products .slick-list .product {
  margin: 0 10px;
  width: auto;
  opacity: 0;
}
.products-block.products .slick-list .product.slick-active {
  opacity: 1;
}
.products-block.products .slick-list .product:after {
  display: block !important;
}
.products-block.products .slick-list .product:nth-child(3n):after {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .products-block.products .slick-list .product {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .products-block.products .slick-list .product {
    margin-right: 5px;
  }
}
.products-block.products .slick-track {
  float: left;
  min-width: 100%;
}
.products-block.products .slick-track .slick-arrow {
  display: none !important;
}
.products-block.products .slick-dots {
  display: none !important;
}
.products-block.products .product {
  border: none !important;
  position: relative;
  font-family: Poppins;
  padding: 10px 13px 20px 13px !important;
  transition: 0.3s;
  width: 25%;
  font-family: 'Lora', serif;
}
@media only screen and (max-width: 992px) {
  .products-block.products .product {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .products-block.products .product {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .products-block.products .product {
    width: 100%;
  }
}
.products-block.products .product .stars-placeholder,
.products-block.products .product .p .stars-wrapper {
  height: auto;
  margin: 0;
  position: absolute;
  top: -10px;
  left: 0;
}
.products-block.products .product .flag-discount {
  margin-left: 0;
}
.products-block.products .product .p-code {
  display: none;
}
.products-block.products .product:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.products-block.products .product:hover .btn,
.products-block.products .product:hover button {
  opacity: 1;
}
.products-block.products .product.slick-slide {
  padding: 0 10px;
}
.products-block.products .product .image {
  position: relative;
  display: block;
  margin: -13px -13px 0 -13px;
}
.products-block.products .product .widget-parameter-wrapper {
  color: transparent;
  width: 0;
  height: 0;
  font-size: 0;
  position: relative;
}
.products-block.products .product .widget-parameter-wrapper:before {
  content: 'Více variant';
  position: absolute;
  left: 0;
  top: -5px;
  font-family: Poppins;
  width: 100px;
  height: 30px;
  font-size: 14px;
  color: #000;
}
.products-block.products .product .p-in {
  position: relative;
}
.products-block.products .product .category-appendix {
  display: none !important;
}
.products-block.products .product .flags {
  width: 100%;
}
.products-block.products .product .stars {
  margin-bottom: 10px;
}
.products-block.products .product .p {
  position: relative;
  border: none;
}
.products-block.products .product .p .name {
  font-weight: 300;
  font-size: 1.2em;
  color: #606060;
  letter-spacing: 0.5px;
  text-decoration: none;
  height: 43px;
  margin: 20px auto 5px auto;
  font-family: 'Lora', serif;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  line-height: 1.1em;
}
@media only screen and (max-width: 767px) {
  .products-block.products .product .p .name {
    font-size: 1em;
  }
}
.products-block.products .product .ratings-wrapper {
  width: 100%;
  justify-content: center;
  flex-direction: column;
  min-height: 20px;
  display: none;
}
.products-block.products .product .ratings-wrapper .stars-wrapper {
  position: absolute;
  top: -25px;
  display: none;
}
.products-block.products .product .ratings-wrapper .stars {
  width: 66px;
}
.products-block.products .product .ratings-wrapper .stars .star {
  width: 13px;
}
.products-block.products .product .ratings-wrapper .stars .star:before {
  font-size: 12px !important;
  color: #f0b820 !important;
}
.products-block.products .product .availability {
  font-size: 13px;
  flex: unset;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  float: right;
}
.products-block.products .product .availability .availability-amount {
  display: none;
}
.products-block.products .product .p-desc {
  display: none;
}
.products-block.products .product .prices {
  order: 2;
  padding: 0px;
  flex-basis: 0px;
  margin-bottom: 5px;
  text-align: center;
  width: 100%;
}
.products-block.products .product .prices .price-additional {
  display: none;
}
.products-block.products .product .prices .price,
.products-block.products .product .prices .price strong {
  text-transform: none;
}
.products-block.products .product .prices .price-final {
  margin-bottom: 10px;
}
.products-block.products .product .prices .price-final strong {
  font-weight: 800;
  font-family: 'Lora', serif;
  color: #282828;
  font-size: 1.8em;
}
@media only screen and (max-width: 767px) {
  .products-block.products .product .prices .price-final strong {
    font-size: 1.3em;
  }
}
.products-block.products .product .stars-placeholder {
  position: absolute;
  top: -11px;
}
.products-block.products .product a {
  border: none;
}
.products-block.products .product a img {
  border: none;
  max-width: 100%;
}
.products-block.products .product button,
.products-block.products .product .btn {
  width: 165px;
  font-family: Poppins;
  font-size: 15px;
  margin: 0 auto;
  opacity: 0;
  transition: 0.3s;
}
.products-block.products .product button:before,
.products-block.products .product .btn:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/foltyn-wine/img/cart.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .products-block.products .product button:before,
  .products-block.products .product .btn:before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .products-block.products .product button,
  .products-block.products .product .btn {
    width: auto;
    font-size: 13px;
    height: 40px;
    padding: 0 10px;
  }
}
.products-block.products .product .p-bottom &gt; div {
  flex-direction: column;
  align-items: flex-start;
}
.products-block.products .product .p-tools {
  order: 3;
  width: 100%;
}
.slick-slider {
  position: relative;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: -70px;
  right: 0px;
  content: "";
  background-color: #efefef !important;
  outline: none;
  border: none;
  color: rgba(45, 50, 57, 0);
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 0;
  overflow: hidden;
  /*background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/happylu/img/slider-arrow-right.png) !important;
    background-size: 6px !important;
    background-repeat: no-repeat;
    background-position: center;*/
  /*&amp;.slick-disabled {
      border-color: #ccc !important;
      opacity: 0.3 !important;
      cursor: default !important;
    }*/
}
.slick-slider .slick-arrow:hover {
  background: #b60718;
}
.slick-slider .slick-arrow:before {
  content: '\e910' !important;
  font-family: 'shoptet';
  width: 10px;
  height: 10px;
  font-size: 10px;
  color: #606060;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slick-slider .slick-prev {
  right: 28px;
}
.slick-slider .slick-prev:before {
  content: '\e90f' !important;
}
.slick-slider .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
.multiple-columns-body .products-block.products .product {
  /*  @media @1500-min {
          width: 23%;
        }

        @media @tablet-land {
          width: 48%;
        }

        @media @tablet-port {
          width: 31.3%;
        }

        @media @tablet-600 {
          width: 48%;
        }*/
}
@media (min-width: 992px) {
  .multiple-columns-body .products-block.products .product {
    width: calc(33.33% - 20px);
  }
  .multiple-columns-body .products-block.products .product:nth-child(3n):after {
    display: none;
  }
  .multiple-columns-body .products-block.products .product:nth-child(4n):after {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .multiple-columns-body .products-block.products .product {
    width: calc(50% - 20px);
  }
  .multiple-columns-body .products-block.products .product:nth-child(4n):after {
    display: block;
  }
  .multiple-columns-body .products-block.products .product:nth-child(3n):after {
    display: block;
  }
  .multiple-columns-body .products-block.products .product:nth-child(2n):after {
    display: none;
  }
}
.subcategories li a {
  border-color: #dadada;
  background-color: #fff;
  color: #b2b2b2;
}
.subcategories li a:hover {
  color: #656565;
}
.subcategories li a:hover::after {
  background-color: transparent;
}
.subcategories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -6px 19px;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .subcategories {
    margin: 0 -4px 20px;
  }
}
.subcategories li {
  list-style: none;
  flex: 0 0 auto;
  padding: 6px;
  width: 25%;
  max-width: 25%;
}
@media only screen and (max-width: 992px) {
  .subcategories li {
    width: 33.333%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .subcategories li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .subcategories li {
    width: 100%;
    padding: 4px;
  }
}
.subcategories li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 65px;
  line-height: 1.2em;
  padding: 5px 40px 5px 13px;
  border-style: solid;
  border-color: #dfdfdf;
  border-radius: 4px;
  border-width: 1px;
  font-family: Poppins;
  font-weight: 500;
}
.subcategories li a:hover {
  background: #fbf2f3;
  border-color: #b60718;
}
.subcategories li a .text {
  max-height: 38px;
  overflow: hidden;
}
/*.subcategories li a::before {
  content: '\e910';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #fafafa;
  border-radius: 20px;
  display: flex !important;
  text-align: center;
  line-height: 21px !important;
  padding-left: 7px;
  font-weight: 700 !important;
  color: #505050;
  opacity: 0.6;
  font-size: 7.5px;
}*/
.subcategories li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.subcategories li a:hover {
  text-decoration: none;
}
.subcategories li.divider {
  margin: 10px 10px;
  padding: 0;
  width: calc(80%);
}
.multiple-columns-body .subcategories li {
  width: 33.333%;
  max-width: 33.333%;
}
@media only screen and (max-width: 992px) {
  .multiple-columns-body .subcategories li {
    width: 50%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .multiple-columns-body .subcategories li {
    width: 100%;
    padding: 4px;
  }
}
.subcategories.with-image li a {
  display: flex;
  align-items: center;
  color: #505050;
  padding-left: 7px;
  text-decoration: none;
}
.subcategories.with-image li a .image {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 70px;
  height: 50px;
  position: relative;
  top: -1px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  margin: 15px 4px 15px 0;
}
.subcategories.with-image li a .image img {
  max-height: 50px;
  max-width: 70px;
  width: auto;
  height: auto;
}
.subcategories.with-image li a .text {
  width: calc(100% - 74px);
  padding-left: 5px;
  letter-spacing: 1px;
  font-size: 1em;
  flex-grow: 0;
  text-align: left;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subcategories.with-image li.parametric {
  text-align: center;
}
@media (max-width: 991px) {
  .subcategories li a {
    padding: 0 27px 0 13px;
  }
  .subcategories li a .text {
    max-height: 42px;
    font-size: 12px;
    line-height: 14px;
  }
}
.category-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 19px;
  font-size: 0;
  border-radius: 0;
  overflow: hidden;
}
.category-header form {
  flex: 0 1 auto;
}
.category-header div {
  display: none;
}
.category-perex {
  margin-bottom: 25px;
}
.category-header fieldset {
  border: none;
  margin: 0;
}
.category-header input[type="radio"] {
  display: none;
}
.category-header input[type="radio"] + label {
  display: inline-block;
  margin-right: 1px;
  margin-top: 1px;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
}
.category-header input[type="radio"] + label::before,
.category-header input[type="radio"] + label::after {
  display: none;
}
@media (min-width: 768px) {
  .category-header div {
    display: none;
  }
  .category-header input[type="radio"] + label {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.category-header input[type="radio"] + label {
  color: #505050;
  font-weight: 500;
  cursor: pointer;
  font-family: Poppins;
}
.category-header {
  background-color: #f0f2f3;
}
.category-header input[type="radio"]:checked + label {
  color: #fff;
  background-color: #383838;
}
.products-block .flags-extra .flag {
  margin-right: 8px;
}
.watchdog-row {
  margin: 0 0 1em;
  min-height: 36px;
  display: flex;
  align-items: center;
}
.watchdog-row #priceUnder {
  margin-right: 15px;
  width: 20%;
}
.watchdog-row .notificationEmail,
.watchdog-row select {
  width: 60%;
  margin-left: 15px;
}
.watchdog-row .disclaimer {
  opacity: 0.8;
  font-style: italic;
}
.watchdog-row #watchdog-reset {
  display: none;
}
.watchdog-messages {
  width: 100%;
}
.watchdog-messages .msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 10px 0;
}
.watchdog-messages .msg .container {
  width: 100%;
}
.watchdog-messages .msg .cancel-action {
  float: right;
  font-weight: bold;
}
.link-icon.watchdog::before {
  content: '\e927';
}
.shp-tabs-holder {
  border-style: none;
  border-width: 0;
  margin-top: 0;
  margin-bottom: 19px;
  padding-left: 0;
  text-align: left;
  border-radius: 0;
  overflow: hidden;
}
.shp-tabs-holder ul.shp-tabs {
  margin: 0;
  padding: 0;
}
.shp-tabs-holder ul.shp-tabs li {
  display: inline-block;
  list-style: none;
  border: none;
}
.shp-tabs-holder ul.shp-tabs li a {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: none;
  border-width: 2px 0 0 0;
  text-decoration: none;
  color: #666666;
  font-size: 0.9em;
  font-family: Poppins;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.responsive-nav {
  position: relative;
  min-width: 250px;
  margin-bottom: 12px;
}
.responsive-nav .shp-tabs-holder {
  margin-bottom: 0;
}
.responsive-nav .visible-links {
  display: table;
}
.responsive-nav .visible-links &gt; li {
  display: table-cell;
}
.responsive-nav .visible-links &gt; li a {
  white-space: nowrap;
}
.responsive-nav .hidden-links {
  position: absolute;
  right: 0;
  top: 100%;
  border: 1px solid #ccc;
  z-index: 100;
  padding: 0;
  margin: 0;
  background: inherit;
}
.responsive-nav .hidden-links a {
  text-decoration: none;
  color: #222;
}
.responsive-nav .hidden-links a:hover {
  text-decoration: underline;
}
.responsive-nav .hidden-links &gt; li {
  display: block;
}
.responsive-nav .hidden-links &gt; li a {
  display: block;
  padding: 10px 20px;
}
.responsive-nav .hidden {
  visibility: hidden;
}
.responsive-nav .navigation-btn {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  border: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 4px;
}
.shp-tabs-holder,
.shp-tabs {
  border-color: #f0f2f3;
  background-color: #f0f2f3;
}
.shp-tab.active {
  border-top-color: #666;
}
.shp-tab-link {
  border-color: transparent;
  color: #383838;
  background-color: transparent;
}
.shp-tab-link:hover {
  color: #656565;
}
.active .shp-tab-link {
  background: #383838;
  color: #fff !important;
}
main #filters {
  max-width: 1000px;
  margin: 0 auto 20px auto;
  border: 2px solid #f2f2f2;
}
#filters {
  background: #ffffff;
  border-radius: 5px;
  padding: 5px;
}
#filters .ui-slider-horizontal {
  background: #ccc;
}
#filters #clear-filters a {
  padding: 10px 15px;
  background: #f2f2f2;
  border-radius: 4px;
}
#filters .from,
#filters .to {
  color: #000;
  font-size: 1.1em;
}
#filters .filter-section {
  padding-top: 0;
  border: none !important;
}
#filters .filter-section label {
  cursor: pointer;
}
#filters .filter-section label.disabled {
  cursor: not-allowed;
}
#filters .filter-section form {
  max-height: 200px;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  #filters .slider-header {
    padding-bottom: 30px;
  }
}
#filters .slider-wrapper.filter-section-default {
  background: #f2f2f2;
  padding: 20px;
  width: calc(100% - 20px);
  max-width: 100%;
  border-radius: 5px;
  margin: 10px 10px 0;
}
#filters .slider-wrapper.filter-section-default .slider-header,
#filters .slider-wrapper.filter-section-default .slider-content {
  max-width: 550px;
  margin: 0 auto;
}
#filters .slider-wrapper.filter-section-default h4 {
  display: none;
}
#filters .ui-widget.ui-widget-content {
  border: none;
}
#filters .filter-section {
  border-color: #e9e9e9;
}
#filters label.no-display {
  display: none !important;
}
@media (max-width: 767px) {
  #filters .filters {
    display: none;
    margin-bottom: 19px;
  }
  #filters .filters.visible {
    display: block;
  }
}
@media (min-width: 768px) {
  #filters .filters,
  #filters .filters {
    display: block;
  }
}
#filters .slider-wrapper {
  padding: 10px 0 0 !important;
  max-width: 650px;
  margin: 0 auto 10px auto !important;
}
#filters .slider-wrapper h4 {
  display: none;
}
#filters .slider-wrapper .slider-content {
  margin-bottom: 3px;
}
#filters .slider-header {
  padding-bottom: 10px;
}
#filters .slider-header:before,
#filters .slider-header:after {
  content: " ";
  display: table;
}
#filters .slider-header:after {
  clear: both;
}
#filters .slider-header:before,
#filters .slider-header:after {
  content: " ";
  display: table;
}
#filters .slider-header:after {
  clear: both;
}
#filters .slider-content {
  position: relative;
  padding: 0 10px;
  height: 6px;
  margin-bottom: 20px;
  border-style: none;
  border-width: 0;
}
#filters .ui-slider-range {
  border-style: none;
  border-width: 0;
}
#filters .ui-slider-horizontal {
  height: 6px;
}
#filters .ui-slider-horizontal .ui-slider-range,
#filters .ui-slider-horizontal .ui-slider-handle {
  z-index: 2;
}
#filters .ui-slider-horizontal .ui-slider-handle {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  top: -7px;
  border-radius: 50%;
  cursor: pointer;
}
#filters .ui-slider-horizontal .ui-slider-handle:focus {
  outline: 0;
}
#content #filters .slider-wrapper.filter-section-default {
  padding: 20px !important;
}
#content #filters .filter-total-count {
  display: none;
}
.sidebar #filters .slider-wrapper.filter-section-default {
  background: transparent;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}
.sidebar #filters #clear-filters a {
  padding: 5px 15px;
  background: transparent;
  border-radius: 4px;
  display: block;
  margin-top: 10px;
}
.sidebar #filters #clear-filters a:hover {
  background: #f2f2f2;
}
main .filters-wrapper &gt; h4 {
  display: none;
}
.flags {
  padding-top: 10px;
}
.flags .flag {
  letter-spacing: 1px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  font-size: 0.9em;
  position: relative;
  background-color: #59d6e4;
}
@media only screen and (max-width: 767px) {
  .flags .flag {
    padding: 3px 4px 3px 8px;
    font-size: 0.8em;
    color: #000;
  }
}
.flags .flag.flag-new {
  background: #ff8c5a !important;
  color: #fff;
}
.image360 {
  text-align: center;
  background: #fff;
  cursor: pointer;
  position: relative;
  max-width: 100%;
}
.image360::after {
  content: '\e93e';
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  text-align: center;
  font-size: 60px;
  line-height: 80px;
  background-color: rgba(255, 255, 255, 0.45);
  color: #777;
  border-radius: 100%;
}
.image360:hover::after {
  z-index: -1;
  content: '';
  background-color: rgba(255, 255, 255, 0);
}
.show360image {
  position: relative;
  cursor: pointer;
}
.show360image::after {
  content: '\e93e';
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  text-align: center;
  font-size: 60px;
  line-height: 80px;
  background-color: rgba(255, 255, 255, 0.45);
  color: #777;
  border-radius: 100%;
}
.image360.image360-loaded::after {
  z-index: -1;
  content: '';
  background-color: rgba(255, 255, 255, 0);
}
.image360-fullscreen-on .image360.image360-fullscreen-target {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  z-index: 100000;
}
.image360-fullscreen-on .image360-navigation {
  bottom: 10px;
}
.image360-holder {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  cursor: grab;
}
.image360-holder img {
  margin: 0 auto;
  max-height: 100%;
  min-width: 1px;
  max-width: 100%;
  object-fit: contain;
}
.image360-navigation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  font-size: 0;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.image360-navigation span {
  font-size: 24px;
  cursor: pointer;
  display: inline-block;
  padding: 0 3px;
}
.image360-navigation:hover {
  opacity: 1;
}
body.image360-fullscreen-on {
  overflow: hidden;
}
/* Pages blocks */
.content-wrapper.latest-contribution-box {
  display: none;
}
footer {
  background: #fff;
  margin: 0;
  overflow: hidden;
  color: #383838;
  border-top: 1px solid #d0d0d0;
  clear: both;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
}
footer a {
  color: #383838;
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
  color: #b60718;
}
footer .contact-box strong {
  font-family: Poppins;
  font-weight: 400;
}
footer .contact-box ul {
  margin-top: 5px;
}
footer .contact-box ul a {
  margin-bottom: 5px;
}
footer .news-item-widget h5 {
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 500;
}
footer .news-item-widget h5 a {
  margin-bottom: 5px;
  color: #383838;
}
footer .custom-footer &gt; div {
  width: 25%;
  padding: 0 30px 40px 0 !important;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; div {
    padding: 0px 15px 0px 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer &gt; div {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; div {
    width: 100% !important;
    padding-bottom: 15px !important;
    padding-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer .custom-footer &gt; div:last-child {
    border: none;
  }
}
footer .footer-rows {
  flex-wrap: wrap;
  display: flex;
}
footer .custom-footer {
  display: flex;
  width: 77%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer {
    width: 100%;
  }
}
footer .site-name {
  width: 20%;
}
@media only screen and (max-width: 1200px) {
  footer .site-name {
    display: none;
  }
}
footer h4 {
  color: #b60718;
  font-weight: 800;
  font-size: 1.4em;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
  font-family: 'Lora', serif !important;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  footer h4 {
    margin-bottom: 15px;
  }
}
footer h4:before {
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -12px;
  left: 0;
  content: '';
}
footer #signature {
  text-align: right;
  font-size: 0.9em;
  flex: 1;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  footer #signature {
    text-align: center;
  }
}
footer .copyright {
  font-size: 13px;
  text-align: center;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    text-align: center;
    margin-top: 0;
  }
}
footer .copyright strong {
  font-weight: 400;
}
footer .copyright a {
  font-weight: 400;
}
footer .copyright .podpis {
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}
footer .copyright .podpis a {
  font-weight: 500;
}
footer .cart-overview .btn {
  background: transparent;
  width: 180px;
  border: 1px solid #f2f2f2;
}
footer .cart-overview .btn:hover {
  border: 1px solid #b8b8b8 !important;
}
footer h5 {
  font-size: 1.2em;
  color: #383838;
}
footer #formLogin .password-helper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  footer #formLogin .password-helper {
    padding-right: 0;
  }
}
footer .search-form .btn {
  text-transform: none;
  line-height: 38px;
}
footer #formLogin input,
footer .search input {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 767px) {
  footer #formLogin input,
  footer .search input {
    width: 100%;
  }
}
footer .rate-wrapper .votes-wrap {
  margin: 0 0 20px 0;
}
footer .rate-wrapper .votes-wrap .vote-product-name {
  font-size: 14px;
}
footer .rate-wrapper .votes-wrap .vote-wrap {
  border: none;
  margin: 0;
  padding-top: 0;
}
footer .rate-wrapper .votes-wrap .vote-wrap a {
  color: #f2f2f2;
}
footer .rate-wrapper .votes-wrap .vote-wrap .vote-name {
  color: #fff;
}
footer .rate-wrapper .votes-wrap .vote-wrap .stars .star {
  top: 6px;
}
footer .footer-rows {
  width: 100% !important;
}
footer ul {
  margin-bottom: 0;
  line-height: unset;
  padding-left: 0 !important;
}
footer ul .mail,
footer ul .tel,
footer ul .facebook,
footer ul .instagram {
  position: relative;
}
footer ul .mail a,
footer ul .tel a,
footer ul .facebook a,
footer ul .instagram a {
  display: inline-block;
  padding-left: 0 !important;
}
footer ul .mail a:before {
  background: url("https://shoptet.tomashlad.eu/user/documents/extras/happylu/img/email-f.svg");
}
footer ul .tel a:before {
  background: url("https://shoptet.tomashlad.eu/user/documents/extras/happylu/img/phone-f.svg");
}
footer ul .facebook a:before {
  background: url("https://shoptet.tomashlad.eu/user/documents/extras/happylu/img/fb2.svg");
  background-size: 17px;
}
footer ul .instagram a:before {
  background: url("https://shoptet.tomashlad.eu/user/documents/extras/happylu/img/insta2.svg");
  background-size: 17px;
}
footer ul li {
  padding: 0 !important;
  list-style: none;
  color: #383838;
  letter-spacing: 1px;
}
footer ul li a {
  color: #383838 !important;
  font-weight: 400;
}
footer ul li a:hover {
  color: #b60718 !important;
  text-decoration: none;
}
footer ul span {
  padding-left: 0 !important;
}
footer #categories {
  display: block !important;
  height: inherit !important;
}
footer #categories #cat-manufacturers {
  display: none;
}
footer #categories .expandable ul {
  display: none;
}
footer #categories .expandable:hover ul {
  display: block;
  padding-left: 12px !important;
  font-size: 0.9em;
  margin-top: -5px;
  margin-bottom: 10px;
}
footer #categories .expandable:hover ul li a {
  margin-bottom: 4px;
}
footer .custom-footer .instagram-line {
  width: 100% !important;
  border-top: 1px solid #393939;
  padding: 30px 40px 30px 40px !important;
  display: flex;
  margin-bottom: -1px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer .instagram-line {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer .instagram-line {
    padding: 20px 0 !important;
  }
}
footer .custom-footer .instagram-line h4 {
  margin: 0;
  padding: 0;
  height: auto;
  font-size: 1.7em;
  letter-spacing: 2px;
  padding-right: 20px;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer .instagram-line h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer .instagram-line h4 {
    font-size: 1.3em;
    margin-bottom: 35px;
  }
}
footer .custom-footer .instagram-line h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer .instagram-line h4:before {
    display: block;
  }
}
footer .custom-footer .instagram-line .instagram-widget {
  width: 100%;
  max-width: inherit;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer .instagram-line .instagram-widget {
    justify-content: flex-start;
  }
}
footer .custom-footer .instagram-line .instagram-widget &gt; a {
  width: 100px;
  height: 100px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 480px) {
  footer .custom-footer .instagram-line .instagram-widget &gt; a {
    width: 33.33%;
    height: 28vw;
  }
}
footer .custom-footer .instagram-line .instagram-widget &gt; a img {
  max-width: 100%;
}
footer .custom-footer .instagram-line .instagram-widget .instagram-follow-btn {
  flex-basis: 100%;
  display: flex;
  margin-top: 12px;
  text-align: right !important;
  max-width: 500px;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer .instagram-line .instagram-widget .instagram-follow-btn {
    width: 100%;
    max-width: 100%;
    text-align: left !important;
    justify-content: flex-start;
  }
}
footer .custom-footer .instagram-line .instagram-widget .instagram-follow-btn a {
  margin-bottom: 0;
}
footer a {
  display: block;
  margin-bottom: 12px;
  letter-spacing: 0;
  font-size: 0.95em;
  font-family: Poppins;
}
footer a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  footer a {
    margin-bottom: 8px;
  }
}
footer p {
  margin-bottom: 12px;
  font-size: 1em;
  font-weight: 400;
  font-family: Poppins;
  padding-right: 10px;
  line-height: 1.9em;
}
@media only screen and (max-width: 767px) {
  footer p {
    margin-bottom: 8px;
  }
}
body footer .container.footer-bottom {
  background: transparent !important;
  padding: 40px 0 30px 0 !important;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.3px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
body footer .container.footer-bottom:before {
  width: 100vw;
  height: 1px;
  background: #d0d0d0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-bottom {
    padding: 20px 10px !important;
    height: auto;
    flex-direction: column-reverse;
  }
  body footer .container.footer-bottom:before {
    display: none;
  }
}
body footer .container.footer-bottom #signature img {
  width: 15px;
}
body footer .container.footer-bottom #signature .title {
  color: #787d86;
}
body footer .container.footer-bottom #signature a {
  display: inline-block !important;
  margin: 0 5px;
  font-weight: 300;
  font-size: 0.8em;
}
body footer .container.footer-bottom .copyright {
  color: #787d86;
  font-size: 13px;
  text-align: left;
  font-weight: 400;
  font-family: Poppins;
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-bottom .copyright {
    text-align: center;
    margin-top: 0;
  }
}
body footer .container.footer-bottom .copyright strong {
  font-weight: 400;
}
body footer .container.footer-bottom .copyright a {
  font-weight: 400;
  color: #787d86;
}
body footer .container.footer-bottom .copyright .podpis {
  color: #787d86;
  text-transform: none;
  font-weight: 500;
  display: block;
  margin: 10px 0;
  font-size: 10px;
}
body footer .container.footer-bottom .copyright .podpis a {
  color: #b60718;
  display: inline-block;
  font-weight: 500;
}
ul.poll {
  margin: 0;
  padding: 0;
}
ul.poll li {
  list-style-type: none;
}
ul.poll .poll-result {
  position: relative;
  margin-bottom: 10px;
  padding-right: 4rem;
}
ul.poll .poll-result &gt; div {
  height: 1rem;
  border-left-style: solid;
  border-left-width: 1px;
}
ul.poll .poll-result small {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3.5rem;
  text-align: right;
  line-height: 1rem;
}
ul.payments {
  margin: 0;
  padding: 0;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments li {
  list-style-type: none;
  float: left;
  width: 33.333333%;
  padding: 0 0.5rem 1rem;
  text-align: center;
}
ul.payments li:nth-child(3n+1) {
  clear: both;
}
div.cart-overview a {
  display: block;
}
.fb_iframe_widget,
.sidebar &gt; .box &gt; span {
  max-width: 100%;
  overflow: hidden;
}
.form-group .fb_iframe_widget {
  display: block;
}
.indicator {
  background-color: #dadada;
}
.indicator &gt; div {
  background-color: #656565;
}
.poll-result &gt; div {
  background-color: #fff;
  border-left-color: #fff;
}
.footer-banners {
  background: #fff;
  padding: 45px 0;
  bottom: -1px;
  position: relative;
  margin-top: -1px;
}
.footer-banners:before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  position: absolute;
  height: 1px;
  content: '';
  background: #dfdfdf;
}
@media only screen and (max-width: 1200px) {
  .footer-banners {
    padding: 25px 25px;
  }
}
.footer-banners .slick-dots {
  display: none !important;
}
.footer-banners .footer-banner {
  flex: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-banners .footer-banner img {
  max-width: 145px;
  max-height: 100px;
}
.footer-banners .footer-banner &gt; img {
  height: auto;
  width: auto;
  max-width: 180px;
}
.footer-banners .footer-banner a img {
  transition: 0.3s;
}
.footer-banners .footer-banner a:hover img {
  opacity: 0.5;
}
.footer-banners .slick-arrow {
  display: inline-block;
  color: transparent;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  top: 50% !important;
  transform: translateY(-50%);
  left: calc(50% - 610px);
  position: absolute;
  background: url(https://shoptetak.cz/modul/kodl/speed-weaponry/build/img/arrow-left-b.svg) no-repeat center;
  background-size: 15px;
}
@media only screen and (min-width: 1500px) {
  .footer-banners .slick-arrow {
    left: calc(50% - 750px);
  }
}
@media only screen and (max-width: 1200px) {
  .footer-banners .slick-arrow {
    left: 10px;
    background-size: 14px;
    background-color: #ccc;
    border-radius: 20px;
    z-index: 3;
  }
}
.footer-banners .slick-arrow.slick-next {
  right: calc(50% - 610px);
  left: inherit;
  background: url(https://shoptetak.cz/modul/kodl/speed-weaponry/build/img/arrow-right-b.svg) no-repeat center;
  background-size: 15px;
}
@media only screen and (min-width: 1500px) {
  .footer-banners .slick-arrow.slick-next {
    right: calc(50% - 750px);
  }
}
@media only screen and (max-width: 1200px) {
  .footer-banners .slick-arrow.slick-next {
    right: 10px;
    background-color: #ccc;
    background-size: 14px;
  }
}
.footer-banners .slick-arrow:hover {
  opacity: 1;
}
.footer-banners .slick-arrow:focus {
  outline: none;
}
.footer-banners .slick-track {
  display: flex;
  align-items: center;
}
.footer-banners .slick-list {
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1500px) {
  .footer-banners .slick-list {
    max-width: 1440px;
  }
}
.footer-banners .slick-list a {
  text-align: center;
  display: block;
}
.footer-banners .slick-list a img {
  filter: grayscale(100%);
  display: inline;
  transition: 0.3s;
}
.footer-banners .slick-list a:hover img {
  filter: none;
  transform: none;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .slick-list a {
    padding: 10px 20px;
  }
}
.multiple-columns-body .footer-banners:before {
  width: 100%;
}
aside .sidebar-inner {
  padding-right: 0;
  display: flex;
  flex-direction: column;
}
aside .sidebar-inner &gt; div {
  margin: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 19px 0;
}
aside .sidebar-inner &gt; div h4 {
  margin-top: 0;
}
aside #categories {
  padding: 10px 0;
}
aside #categories ul .expandable .cat-trigger {
  right: 0;
  top: 7px;
}
aside #categories ul .expandable ul {
  border: none;
}
aside #categories ul .expandable ul li a {
  font-size: 0.9em;
  padding: 5px 15px 5px 18px;
}
aside #categories ul ul ul .expandable ul li a {
  font-size: 0.9em;
}
aside #categories ul ul ul ul .expandable ul li a {
  font-size: 0.9em;
}
aside #categories ul ul ul ul ul .expandable ul li a {
  font-size: 0.9em;
}
aside #categories ul ul ul ul ul ul .expandable ul li a {
  font-size: 0.9em;
}
aside #categories {
  position: relative;
  font-weight: 400;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
aside #categories a:hover {
  text-decoration: none;
}
aside #categories .expandable &gt; ul {
  display: none;
}
aside #categories .expandable &gt; a &gt; span,
aside #categories .expandable &gt; .topic &gt; a &gt; span {
  z-index: 1;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 4px;
  left: inherit;
  bottom: unset;
  float: left;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 20px;
  display: flex !important;
  text-align: center;
  line-height: 21px !important;
  padding-left: 0;
  font-weight: 700 !important;
  color: #373737;
  opacity: 0.6;
  font-size: 9px;
}
aside #categories .expandable &gt; a &gt; span::before,
aside #categories .expandable &gt; .topic &gt; a &gt; span::before {
  content: '\e910';
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  width: 12px;
  height: 12px;
  line-height: 12px;
  left: 4px;
  position: absolute;
  top: 11px;
  font-weight: 600;
}
aside #categories .expandable.expanded &gt; a &gt; span,
aside #categories .expandable.expanded &gt; .topic &gt; a &gt; span {
  display: none;
}
aside #categories .expandable.expanded &gt; ul {
  display: block;
}
aside #categories .expandable.external &gt; a &gt; span::before,
aside #categories .expandable.external &gt; .topic &gt; a &gt; span::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
aside .categories {
  position: relative;
}
aside .categories ul.expanded li.active ul a {
  color: inherit;
}
aside .categories .topic &gt; a {
  padding-left: 0;
}
aside .categories .topic {
  padding: 0;
}
aside .categories ul {
  margin: 0;
  padding: 0;
}
aside .categories ul a {
  padding-left: 50px;
}
aside .categories ul.expanded {
  margin: 0 10px 0 10px;
  padding-bottom: 5px;
}
aside .categories ul.expanded li a {
  border: none;
  text-transform: none;
  font-weight: 400;
  font-size: 0.9em;
  padding: 7px 15px 7px 18px !important;
}
aside .categories ul a::before {
  content: '';
  vertical-align: middle;
  display: none;
  width: 0;
  height: 0;
  margin-right: 0;
  font-size: 0;
}
aside .categories ul ul a {
  padding-left: 55px;
}
aside .categories ul ul ul a {
  padding-left: 60px;
}
aside .categories ul ul ul ul a {
  padding-left: 65px;
}
aside .categories ul ul ul ul ul a {
  padding-left: 70px;
}
aside .categories ul ul ul ul ul ul a {
  padding-left: 75px;
}
aside .categories li {
  position: relative;
  list-style-type: none;
}
aside .categories a {
  display: block;
  line-height: 1.2;
  text-decoration: none;
  padding: 11px 0 11px 8px !important;
  border-top: 1px solid #dfdfdf;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.1px;
}
@media (max-width: 767px) {
  .filters {
    display: none;
    margin-bottom: 19px;
  }
  .filters.visible {
    display: block;
  }
}
@media (min-width: 768px) {
  #content .filters,
  #footer .filters {
    display: none;
    margin-bottom: 19px;
  }
  #content .filters.visible,
  #footer .filters.visible {
    display: block;
  }
}
.btn.unveil-button {
  display: none;
}
@media (max-width: 767px) {
  #content .btn.unveil-button,
  #footer .btn.unveil-button {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #content .btn.unveil-button,
  #footer .btn.unveil-button {
    display: inline-block;
  }
}
#content .filters-wrapper &gt; div:first-of-type,
#footer .filters-wrapper &gt; div:first-of-type {
  margin-bottom: 19px;
  text-align: center;
}
.content .filter-section-button {
  display: none;
}
.filter-sections {
  padding-left: 10px;
  padding-right: 10px;
}
.filter-section {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-style: none;
  border-bottom-width: 0;
  text-align: left;
}
.filter-section form {
  overflow-y: scroll;
  /* Track */
  /* Handle */
}
.filter-section form ::-webkit-scrollbar {
  width: 8px;
}
.filter-section form ::-webkit-scrollbar-track {
  box-shadow: none;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.filter-section form ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ccc;
  -webkit-box-shadow: none;
}
.filter-section form ::-webkit-scrollbar-thumb:hover {
  background: #333333;
}
.filter-section + .filter-section {
  border-top-style: solid;
  border-top-width: 1px;
}
#footer .filter-section {
  padding-left: 13px;
  padding-right: 13px;
}
.filter-section h4 {
  margin-top: 0;
}
.filter-section label {
  letter-spacing: 0.5px;
  color: #222;
  width: 100%;
  margin-right: 0 !important;
}
.filter-section .filter-count {
  display: inline-block;
  color: #ccc;
  font-weight: 500;
  font-size: 0.7em;
  float: right;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.filter-section label.active {
  font-weight: 500;
}
.filter-section.filter-section-button,
.filter-section:last-child {
  border-top-style: none;
}
.filter-section.filter-section-button {
  padding-top: 0;
  text-align: center;
}
#content .filter-section fieldset div.advanced-filters-wrapper,
#footer .filter-section fieldset div.advanced-filters-wrapper {
  margin-bottom: -5px;
  width: 100%;
}
#content .filter-section fieldset div.advanced-filters-wrapper &gt; div,
#footer .filter-section fieldset div.advanced-filters-wrapper &gt; div {
  float: none;
  width: auto;
  padding: 0 5px 5px 0;
}
@media (min-width: 480px) {
  #content .filter-section:before,
  #footer .filter-section:before,
  #content .filter-section:after,
  #footer .filter-section:after {
    content: " ";
    display: table;
  }
  #content .filter-section:after,
  #footer .filter-section:after {
    clear: both;
  }
  #content .filter-section:before,
  #footer .filter-section:before,
  #content .filter-section:after,
  #footer .filter-section:after {
    content: " ";
    display: table;
  }
  #content .filter-section:after,
  #footer .filter-section:after {
    clear: both;
  }
  #content .filter-section fieldset div,
  #footer .filter-section fieldset div {
    text-align: left;
    float: left;
    width: 50%;
  }
  #content .filter-section fieldset div:nth-child(odd),
  #footer .filter-section fieldset div:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  #content .filter-section:before,
  #footer .filter-section:before,
  #content .filter-section:after,
  #footer .filter-section:after {
    content: " ";
    display: table;
  }
  #content .filter-section:after,
  #footer .filter-section:after {
    clear: both;
  }
  #content .filter-section:before,
  #footer .filter-section:before,
  #content .filter-section:after,
  #footer .filter-section:after {
    content: " ";
    display: table;
  }
  #content .filter-section:after,
  #footer .filter-section:after {
    clear: both;
  }
  #content .filter-section fieldset div,
  #footer .filter-section fieldset div {
    text-align: left;
    width: 25%;
  }
  #content .filter-section fieldset div:nth-child(odd),
  #footer .filter-section fieldset div:nth-child(odd) {
    clear: none;
  }
  #content .filter-section fieldset div:nth-child(4n+1),
  #footer .filter-section fieldset div:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 480px) {
  #content .filter-section.filter-section-parametric fieldset div:nth-child(odd),
  #footer .filter-section.filter-section-parametric fieldset div:nth-child(odd) {
    clear: none;
  }
  #content .filter-section.filter-section-parametric fieldset div:nth-child(even),
  #footer .filter-section.filter-section-parametric fieldset div:nth-child(even) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  #content .filter-section.filter-section-parametric fieldset div:nth-child(even),
  #footer .filter-section.filter-section-parametric fieldset div:nth-child(even) {
    clear: none;
  }
  #content .filter-section.filter-section-parametric fieldset div:nth-child(4n+1),
  #footer .filter-section.filter-section-parametric fieldset div:nth-child(4n+1) {
    clear: none;
  }
  #content .filter-section.filter-section-parametric fieldset div:nth-child(4n+2),
  #footer .filter-section.filter-section-parametric fieldset div:nth-child(4n+2) {
    clear: both;
  }
}
#clear-filters,
.filter-section-button {
  text-transform: uppercase;
}
#clear-filters {
  text-align: center;
}
#category-filter-hover {
  display: block;
}
#category-filter-hover h4 {
  text-transform: none;
  margin-bottom: 4px;
}
.content #category-filter-hover,
#category-filter-hover.visible {
  display: block;
}
.content #category-filter-hover,
#category-filter-hover.visible {
  display: block;
}
#category-filter-hover .filter-section:first-child {
  border-top-style: solid;
  border-top-width: 1px;
}
#clear-filters {
  clear: both;
}
.param-filter-top {
  text-align: left;
}
.param-filter-top form {
  display: block;
}
.param-filter-top form fieldset {
  display: block;
}
.advanced-filters-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.advanced-filters-wrapper &gt; div {
  flex: 0 0 auto;
  width: 40px;
  padding-bottom: 3px;
}
.advanced-filters-wrapper &gt; div .advanced-parameter {
  margin: 0;
}
.filter-label {
  display: flex;
  align-items: center;
}
.filter-count {
  display: inline-block;
  margin-left: 1ex;
  padding: 1px 0.75em;
  border-radius: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
ol.top-products {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
ol.top-products &gt; li {
  list-style: none;
}
ol.top-products li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
ol.top-products li a {
  display: block;
  text-decoration: none;
  padding-left: 10px;
}
ol.top-products li a strong {
  font-size: 16px;
  letter-spacing: 0.2px;
}
ol.top-products li a .top-products-name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: color 0.3s ease-out;
  line-height: 1.2em;
}
ol.top-products li a.top-products-image {
  flex: 0 0 50px;
  display: block;
}
ol.top-products li::before {
  display: none;
}
ol.top-products li:last-child {
  margin-bottom: 0;
}
aside.sidebar {
  background: transparent;
  width: 300px;
  border-top: none;
  margin-right: 30px;
}
@media only screen and (max-width: 992px) {
  aside.sidebar {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  aside.sidebar {
    margin-top: 20px;
    width: 100%;
  }
}
aside.sidebar #filters,
aside.sidebar .box-onlinePayments p,
aside.sidebar .box-login form,
aside.sidebar .top-products,
aside.sidebar .box.client-center-box,
aside.sidebar .box-articles ul,
aside.sidebar .banner ul,
aside.sidebar .box-newsletter form,
aside.sidebar .box-productRating .rate-wrapper,
aside.sidebar .box-cartButton .cart-overview,
aside.sidebar .box-poll,
aside.sidebar .box-section1,
aside.sidebar .search form,
aside.sidebar .box-contact .contact-box ul {
  border: 1px solid #242834 !important;
  border-radius: 5px;
}
aside.sidebar .box {
  background: #fff;
}
aside.sidebar .categories-wrap {
  padding: 0;
  border: none;
  order: -1;
}
aside.sidebar .box.box-categories {
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  border-radius: 0 0 5px 5px;
  padding: 10px 20px 6px 20px;
  margin-bottom: 30px;
  position: relative;
  /*&amp;.fixed {
      position: fixed;
      top: 0;
      margin-top: 0 !important;
      width: 300px;
      z-index: 9999;
    }*/
}
aside.sidebar .box.box-categories:before {
  width: 1px;
  min-height: 540px;
  position: relative;
  left: -1px;
  content: '';
  background: transparent;
}
aside.sidebar .box.box-categories h4 {
  font-size: 1.1em;
  font-weight: 800;
  position: relative;
  padding: 10px 0;
  margin-bottom: 0;
  cursor: pointer;
}
aside.sidebar .box.box-categories h4:after {
  position: absolute;
  right: 0;
  top: 11px;
  width: 20px;
  height: 20px;
  background: url(img/cat-dd.png) no-repeat center;
  content: '';
}
aside.sidebar .box.box-categories h4:hover:after {
  opacity: 0.6;
}
aside.sidebar .box-section1,
aside.sidebar .search form {
  padding: 15px 15px 5px !important;
}
aside.sidebar .box-section1 h5 a,
aside.sidebar .search form h5 a {
  font-size: 1.2em;
  text-decoration: none;
  font-weight: 600;
}
aside.sidebar .box-facebook .fb-page {
  border: 1px solid #dfdfdf !important;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
aside.sidebar .box-facebook .fb-page span {
  width: 100% !important;
}
aside.sidebar .box-facebook .fb-page iframe {
  width: 100% !important;
}
aside.sidebar .box-section1 {
  margin-bottom: 30px !important;
}
aside.sidebar .search form button {
  width: 100%;
}
aside.sidebar .box-poll {
  padding: 15px !important;
  margin-bottom: 30px !important;
}
aside.sidebar .box-poll .poll-result &gt; div {
  background-color: #333;
  border-color: #333;
}
aside.sidebar .box-poll ul li a {
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
aside.sidebar .box-poll h5 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: 0;
}
aside.sidebar .box-login .login-wrapper {
  padding: 0;
}
aside.sidebar .box-login .password-helper {
  margin-top: 15px;
}
aside.sidebar .box-login .password-helper a {
  padding: 3px 0;
  display: block;
  text-decoration: none;
}
aside.sidebar .box.box-onlinePayments {
  margin-bottom: 10px;
}
aside.sidebar .box-onlinePayments p {
  padding: 20px 15px 20px 25px;
  margin: 0;
}
aside.sidebar .box-productRating .rate-wrapper {
  padding: 15px 15px 5px 15px;
}
aside.sidebar .box-productRating .rate-wrapper .votes-wrap {
  margin-top: 0;
}
aside.sidebar .box-productRating .rate-wrapper .votes-wrap .vote-product-name {
  font-size: 15px;
  color: #000;
  margin-bottom: 8px;
}
aside.sidebar .box-productRating .rate-wrapper .votes-wrap .stars span:before {
  top: 5px;
}
aside.sidebar .box-cartButton .cart-overview {
  padding: 15px;
}
aside.sidebar .box-newsletter form,
aside.sidebar .box-login form {
  padding: 15px;
}
aside.sidebar .box-newsletter form br,
aside.sidebar .box-login form br {
  display: none;
}
aside.sidebar .box-newsletter form button .sr-only,
aside.sidebar .box-login form button .sr-only {
  display: block !important;
}
aside.sidebar .banner {
  padding: 0 0 20px;
  margin-bottom: 10px;
  border: none;
}
aside.sidebar .box-articles ul,
aside.sidebar .banner ul,
aside.sidebar .box-contact .contact-box ul {
  padding: 5px 15px;
  margin: 0;
}
aside.sidebar .box-articles ul li,
aside.sidebar .banner ul li,
aside.sidebar .box-contact .contact-box ul li {
  list-style: none;
}
aside.sidebar .box-articles ul a,
aside.sidebar .banner ul a,
aside.sidebar .box-contact .contact-box ul a {
  text-decoration: none;
  padding: 11px 0;
  border-bottom: 1px solid #dfdfdf;
  display: block;
  line-height: 1.3em;
}
aside.sidebar .box-articles ul li:last-child a,
aside.sidebar .banner ul li:last-child a,
aside.sidebar .box-contact .contact-box ul li:last-child a {
  border: none;
}
aside.sidebar .box.client-center-box {
  padding: 0px 15px 10px 15px;
  margin-left: 2px;
  background: #fff;
  width: 296px;
  border-radius: 0;
  border: none !important;
  box-shadow: 0 13px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  aside.sidebar .box.client-center-box {
    width: 100%;
    margin-top: 10px;
    box-shadow: none;
    border: 1px solid #f2f2f2 !important;
    padding: 0 10px;
  }
}
aside.sidebar .box.client-center-box ul {
  padding: 0;
  position: relative;
  margin-bottom: 0;
}
aside.sidebar .box.client-center-box ul li {
  list-style: none;
  display: block;
}
aside.sidebar .box.client-center-box ul li a {
  display: block;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
}
aside.sidebar .box.client-center-box ul li.active a {
  font-weight: 500;
  text-decoration: underline;
}
aside.sidebar .box.client-center-box ul li.active:first-child a {
  text-decoration: none;
}
aside.sidebar .box.client-center-box ul li:last-child a {
  border: none;
}
aside.sidebar .box.client-center-box ul strong {
  font-weight: 500;
}
aside.sidebar .box.client-center-box ul .logout {
  position: absolute;
  right: 0;
  top: 5px;
}
aside.sidebar .box.client-center-box ul .logout a {
  padding: 2px 8px;
  height: auto;
  line-height: initial;
  font-size: 0.8em;
  min-height: inherit;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-weight: 400;
  background: transparent;
  border: 1px solid;
}
aside.sidebar .box.client-center-box ul .logout a:hover {
  background: #f2f2f2;
}
aside.sidebar .top-products {
  padding: 15px 15px 0 15px;
}
aside.sidebar ol.top-products li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
aside.sidebar ol.top-products li:last-child {
  border: none;
  margin-bottom: 0;
}
aside.sidebar ol.top-products li .top-products-image {
  padding-left: 0;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
}
aside.sidebar ol.top-products li .top-products-image img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
}
aside.sidebar .box {
  padding: 0 0 20px 0;
  border: none;
  margin-bottom: 10px;
}
aside.sidebar fieldset {
  border: none;
}
aside.sidebar h4 {
  margin-top: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
aside.sidebar .filters-wrapper .unveil-button {
  display: none !important;
}
aside.sidebar .filters-wrapper .toggle-filters {
  text-decoration: none;
  padding: 5px 15px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  color: #000;
  margin: 10px 0 10px 0;
  display: none;
}
aside.sidebar .filters-wrapper .toggle-filters:hover {
  background: #f2f2f2;
}
aside.sidebar .filters-wrapper #manufacturer-filter h4 {
  display: block !important;
  text-transform: none;
}
aside.sidebar #filters {
  padding: 10px 15px 0 15px;
}
aside.sidebar #filters .filter-total-count {
  display: none;
}
aside.sidebar #filters .filter-section {
  border: none;
}
aside.sidebar #clear-filters {
  margin: 0 0 10px 0;
}
aside.sidebar #clear-filters a {
  padding: 3px 10px;
  border: 1px solid;
  border-radius: 3px;
}
aside.sidebar #clear-filters a:hover {
  text-decoration: none;
  background: #f2f2f2;
}
aside.sidebar .filter-sections {
  padding: 0;
}
aside.sidebar .filter-sections fieldset {
  padding: 0;
  margin: 0;
}
aside.sidebar .filter-sections fieldset &gt; div {
  display: flex;
  margin-bottom: 3px;
}
aside.sidebar .filter-sections fieldset &gt; div input {
  margin-right: 10px;
}
aside.sidebar .filter-sections input {
  width: 20px;
  margin-left: 0;
  height: 20px;
  position: relative;
  top: -1px;
  border-radius: 4px;
}
aside.sidebar .filter-sections input:before {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
aside.sidebar .filter-sections input:after {
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
}
body.has-carousel aside.sidebar .categories-wrap {
  padding: 0;
  min-height: 610px;
  border: none;
  margin-top: -574px;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;
  position: relative;
}
input[type="checkbox"]:before {
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  border: 1px solid #ccc;
  border-radius: 3px;
  left: 0;
  transition: 0.3s;
  top: 0;
  z-index: 2;
  background: #fff;
}
input[type="checkbox"]:after {
  width: 11px;
  height: 11px;
  position: absolute;
  content: '';
  border-radius: 3px;
  left: 2px;
  background: transparent;
  top: 2px;
  transition: 0.3s;
  z-index: 3;
}
.ui-slider-horizontal {
  height: 4px;
  border: none;
  background: #f2f2f2;
}
.ui-slider-horizontal .ui-slider-range {
  background: #dfdfdf;
}
.ui-slider-horizontal .ui-slider-handle {
  left: 100%;
  top: -8px;
  border-radius: 3px;
  border: 4px solid;
  background: #fff;
}
.ui-slider-horizontal .ui-slider-handle:hover {
  background: #f2f2f2;
}
#filters .from,
#filters .to {
  width: 50%;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 0.9em;
  color: #7a7a7a;
}
#filters .from i,
#filters .to i {
  display: none;
}
#filters .from {
  float: left;
  text-align: left;
}
#filters .to {
  float: right;
  text-align: right;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner &gt; .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner &gt; .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner &gt; .item.next,
  .carousel-inner &gt; .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.prev,
  .carousel-inner &gt; .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.next.left,
  .carousel-inner &gt; .item.prev.right,
  .carousel-inner &gt; .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}
.carousel-inner &gt; .active {
  left: 0;
}
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner &gt; .next {
  left: 100%;
}
.carousel-inner &gt; .prev {
  left: -100%;
}
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}
.carousel-inner &gt; .active.left {
  left: -100%;
}
.carousel-inner &gt; .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  bottom: 0;
  height: 75px;
  width: 75px;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 767px) {
  .carousel-control {
    width: 25px;
  }
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.carousel-control {
  opacity: 0;
  text-decoration: none;
  -webkit-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
.carousel-control::before {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
  text-shadow: none;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control.left::before {
  content: '\e90f';
  left: 20px;
}
.carousel-control.right::before {
  content: '\e910';
  right: 20px;
}
.carousel-control:hover {
  text-decoration: none;
}
.carousel:hover .carousel-control {
  opacity: 1;
}
@media (min-width: 768px) {
  .multiple-columns-body .wide-carousel {
    padding-left: 20px;
  }
}
.wide-carousel {
  width: 100%;
}
#carousel {
  margin-bottom: 18px;
  background: #f9f8f9;
  overflow: hidden;
  border-radius: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #carousel {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  #carousel .carousel-inner {
    min-height: auto !important;
  }
}
#carousel .sr-only {
  display: none;
}
#carousel .carousel-inner {
  height: 100%;
}
#carousel .carousel-control.right::before,
#carousel .carousel-control.left::before {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-control.right::before,
  #carousel .carousel-control.left::before {
    color: #000;
  }
}
@media only screen and (max-width: 767px) {
  #carousel {
    margin-top: 90px;
  }
  #carousel .carousel-control.right::before,
  #carousel .carousel-control.left::before {
    background: transparent;
    width: 20px;
  }
  #carousel .carousel-control.right::before {
    right: 0;
  }
  #carousel .carousel-control.left::before {
    left: 0;
  }
}
#carousel .carousel-slide-caption {
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: 100%;
  max-width: 1180px;
  padding: 0;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1200px) {
  #carousel .carousel-slide-caption {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-slide-caption {
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    padding-left: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#carousel .carousel-slide-caption h2 {
  text-shadow: none;
  color: #000;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 4em;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1em;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-slide-caption h2 {
    font-size: 2.2em;
    line-height: 1.2em;
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
}
#carousel .carousel-slide-caption h2 strong {
  font-weight: 700;
  margin-bottom: 6px;
}
#carousel .carousel-slide-caption h2:before {
  display: none;
}
#carousel .carousel-slide-caption p {
  margin-bottom: 20px;
  font-size: 2.5em;
  letter-spacing: 1px;
  line-height: 1.7em;
  font-weight: 200;
  color: #b60718;
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-slide-caption p {
    font-size: 1.5em;
  }
}
#carousel .carousel-slide-caption .button {
  height: 36px;
  line-height: 36px;
  min-width: 150px;
  font-size: 0.9em;
  text-align: center;
  display: inline-block !important;
  margin: 10px 0 0 0;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-slide-caption .button {
    margin: 0 auto;
  }
}
#carousel .carousel-control:before {
  width: 42px !important;
  height: 42px !important;
  background-color: transparent;
  border: 2px solid #fff;
  content: '';
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/foltyn-wine/img/slider-arrow.svg") no-repeat center !important;
  background-size: 14px !important;
}
#carousel .carousel-control.left:before {
  transform: rotate(-180deg);
}
#carousel .carousel-control:hover:before {
  background-color: #b60718;
}
#carousel .item {
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #carousel .item {
    min-height: 300px;
    height: auto;
  }
}
#carousel .item img {
  position: relative;
  /*left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);*/
  width: auto;
  height: auto;
  max-width: 100%;
  min-width: 100%;
  min-height: 300px;
  object-fit: cover;
  /* @media @tablet-min {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-height: 110%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
      }*/
  /* min-width: 100%;
      min-height: 100%;*/
  /*@media @desktop {
        min-height: 300px;
        max-width: inherit;
        transform: translateY(-50%);
        right: 0;
        top: 50%;
        left: unset;
        max-width: inherit;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
      }

      @media @tablet-land {
        transform: translate(-50%, -50%);
        right: inherit;
        left: 50%;
      }

      @media @tablet-port {
        min-height: 0px;
        position: relative;
        transform: none;
        left: 0;
        top: 0;
        width: auto;
        min-width: 100%;
        min-height: 300px;
      }*/
}
@media only screen and (max-width: 1200px) {
  #carousel .item img {
    min-height: 300px;
  }
}
.multiple-columns-body #carousel .carousel-slide-caption {
  padding-left: 335px;
}
@media only screen and (min-width: 1500px) {
  .multiple-columns-body #carousel .carousel-slide-caption {
    padding-left: 400px;
  }
}
@media only screen and (max-width: 1200px) {
  .multiple-columns-body #carousel .carousel-slide-caption {
    padding-left: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .multiple-columns-body #carousel .carousel-slide-caption {
    padding-left: 0;
  }
}
.content-wrapper.before-carousel .container {
  max-width: 100%;
  padding: 0 15px;
}
.custom-banners-line {
  display: flex;
  position: relative;
  width: calc(100% + 2%);
  justify-content: space-between;
  margin-top: 0;
  margin-left: -1%;
  margin-right: auto;
  max-width: 1204px;
}
@media only screen and (max-width: 1200px) {
  .custom-banners-line {
    margin-left: -1%;
    margin-right: -1%;
  }
}
@media only screen and (max-width: 992px) {
  .custom-banners-line {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .custom-banners-line {
    margin-top: 0;
    margin: 0;
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .custom-banners-line {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
}
.custom-banners-line .banner-wrapper {
  width: 48%;
  margin: 0 1%;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .custom-banners-line .banner-wrapper {
    width: 100%;
  }
}
.custom-banners-line .custom-banner {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 0;
  transition: 0.3s;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .custom-banners-line .custom-banner {
    min-height: 100px;
    height: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .custom-banners-line .custom-banner {
    margin-bottom: 15px;
  }
}
.custom-banners-line .custom-banner:hover img {
  opacity: 0.7;
}
.custom-banners-line .custom-banner .banner-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  top: 0;
}
@media only screen and (max-width: 1200px) {
  .custom-banners-line .custom-banner .banner-caption {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-banners-line .custom-banner .banner-caption {
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    padding: 15px;
  }
}
.custom-banners-line .custom-banner .banner-caption .button {
  min-width: 145px;
  min-height: 0;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
}
.custom-banners-line .custom-banner:hover .banner-caption .button {
  max-height: 100px;
  min-height: 40px;
  margin-top: 15px;
}
.custom-banners-line .custom-banner:hover img {
  opacity: 1;
}
.custom-banners-line .custom-banner img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100% !important;
  max-width: 150%;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .custom-banners-line .custom-banner img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: auto;
    min-height: 250px;
    object-fit: cover;
  }
}
.custom-banners-line .custom-banner h3 {
  transition: 0.3s;
  font-size: 1.8em;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  margin: 0;
  line-height: 1em;
  letter-spacing: 0.5px;
}
.custom-banners-line .custom-banner h3 strong {
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
}
@media only screen and (max-width: 992px) {
  .custom-banners-line .custom-banner h3 {
    font-size: 1.3em;
  }
  .custom-banners-line .custom-banner h3 span {
    font-size: 0.8em;
  }
}
.custom-banners-line .custom-banner p {
  font-size: 1em;
  transition: 0.3s;
  font-weight: 500;
  line-height: 1.6em;
  max-width: 400px;
  margin: 20px 0 30px 0;
}
@media only screen and (max-width: 480px) {
  .custom-banners-line .custom-banner p {
    font-size: 0.9em;
    margin: 15px 0;
  }
}
.custom-banners-line .custom-banner.big .banner-caption h2,
.custom-banners-line .custom-banner.big .banner-caption p {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .custom-banners-line .custom-banner.big img {
    min-height: 300px !important;
  }
}
.normal-banners-line {
  display: flex;
  justify-content: center;
  width: calc(100% + 2%);
  max-width: 1280px;
  margin: 0 auto 0 -1%;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media only screen and (max-width: 1200px) {
  .normal-banners-line {
    justify-content: center;
    margin: 0 -1%;
  }
}
@media only screen and (max-width: 767px) {
  .normal-banners-line {
    margin: 0;
    padding: 10px 0 20px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .normal-banners-line {
    padding-top: 0;
  }
}
.normal-banners-line .container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .normal-banners-line .container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.normal-banners-line .banner-wrapper {
  width: 31.33%;
  margin: 0 1%;
  border-radius: 0;
  overflow: visible;
  line-height: 0;
  position: relative;
  border: 1px solid #d7d7d7;
  padding: 7px 15px;
}
.normal-banners-line .banner-wrapper:after {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 25px;
  margin-top: -3px;
  top: 50%;
  font-family: 'shoptet' !important;
  content: '\e90e';
  font-size: 17px;
  transform: rotate(-90deg);
  opacity: 0.4;
}
@media only screen and (max-width: 992px) {
  .normal-banners-line .banner-wrapper:after {
    display: none;
  }
}
.normal-banners-line .banner-wrapper a {
  display: flex;
  align-items: center;
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #282828;
  line-height: 1.1em;
  text-decoration: none;
  font-size: 1.4em;
  padding-right: 30px;
  padding: 10px 0;
}
.normal-banners-line .banner-wrapper a:hover {
  color: #b60718;
}
.normal-banners-line .banner-wrapper a img {
  margin-right: 20px;
}
@media only screen and (max-width: 992px) {
  .normal-banners-line .banner-wrapper a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 0;
  }
  .normal-banners-line .banner-wrapper a img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .normal-banners-line .banner-wrapper {
    width: 100%;
    margin: 0;
  }
  .normal-banners-line .banner-wrapper:before {
    display: none;
  }
}
.normal-banners-line .banner-wrapper:first-child:before {
  display: none;
}
.normal-banners-line .banner-wrapper img {
  max-width: 100%;
  height: auto;
}
.next-to-carousel-banners {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .next-to-carousel-banners .footer-banners .footer-banner {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .footer-banners {
    justify-content: flex-start;
    padding: 15px 0px;
  }
  .next-to-carousel-banners .footer-banners .footer-banner {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
.next-to-carousel-banners .footer-banners:before {
  display: none;
}
.blog-section {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  z-index: 1;
  padding: 0 0 60px 0 ;
}
@media only screen and (max-width: 1200px) {
  .blog-section .h4 {
    margin: 0 20px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section {
    padding-bottom: 0;
  }
}
.blog-section .button {
  color: #b60718;
  position: relative;
  display: inline-block !important;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 45px;
  background: transparent;
  padding: 0;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .blog-section .button {
    margin-top: 20px;
  }
}
.blog-section .button:hover {
  color: #000;
  background: transparent;
}
.blog-section h2 {
  position: relative;
  text-align: center;
  font-size: 2.3em;
  font-weight: 600;
  color: #2f2f30;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
  .blog-section h2 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section h2 {
    font-size: 1.6em;
  }
}
.blog-section #newsWrapper {
  margin: 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .blog-section #newsWrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section #newsWrapper {
    flex-direction: column;
  }
}
.blog-section #newsWrapper .news-item {
  display: flex;
  margin-bottom: 0;
  background-color: #fff !important;
  align-items: flex-start;
  flex-direction: column;
  overflow: auto;
  width: 50%;
  max-width: calc(33.33% - 20px);
  z-index: 2;
  position: relative;
  border-radius: 0;
}
.blog-section #newsWrapper .news-item:nth-child(n + 4) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .blog-section #newsWrapper .news-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.blog-section #newsWrapper .news-item .description {
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.8em;
  color: #000;
  max-height: 135px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Poppins;
}
.blog-section #newsWrapper .news-item .description p {
  margin: 0;
}
.blog-section #newsWrapper .news-item .description img {
  display: none;
}
.blog-section #newsWrapper .news-item .text {
  position: relative;
  padding-top: 0;
}
.blog-section #newsWrapper .news-item .text img {
  max-width: 100%;
}
.blog-section #newsWrapper .news-item .text .title {
  font-size: 1.5em;
  font-family: 'Lora', serif !important;
  font-weight: 800;
  color: #383838;
  margin-top: 15px;
  padding-bottom: 0px;
  letter-spacing: 0;
  display: inline-block;
  line-height: 1.25em;
  margin-bottom: 7px;
}
.blog-section #newsWrapper .news-item .text .title:hover {
  text-decoration: none;
  border: none;
  color: #b60718;
}
@media only screen and (max-width: 767px) {
  .blog-section #newsWrapper .news-item .text .title {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .text .title {
    margin-top: 5px;
    font-size: 1.2em;
  }
}
.blog-section #newsWrapper .news-item .text time {
  font-weight: 400;
  color: #b2b2b2;
  font-size: 1em;
  letter-spacing: -0.5px;
  margin-top: 5px;
  font-family: Poppins;
}
.blog-section #newsWrapper .news-item .image {
  width: 100%;
  height: 270px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .image {
    margin: 0 0 5px 0;
    width: 100%;
    height: auto;
  }
}
.blog-section #newsWrapper .news-item .image:hover img {
  opacity: 0.7;
}
.blog-section #newsWrapper .news-item .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-section #newsWrapper .news-item .image img {
    max-width: 300%;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .image img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media only screen and (min-width: 768px) {
  .hp-packs {
    margin-bottom: 15px !important;
  }
}
.hp-packs .h4 {
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .hp-packs .h4 {
    margin-top: 0;
  }
}
.hp-packs #newsWrapper {
  margin: 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 1200px) {
  .hp-packs #newsWrapper {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}
@media only screen and (max-width: 1200px) {
  .hp-packs #newsWrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hp-packs #newsWrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .hp-packs #newsWrapper {
    flex-direction: column;
  }
}
.hp-packs #newsWrapper .slick-list {
  width: 100% !important;
  user-select: text !important;
}
.hp-packs #newsWrapper .slick-track {
  display: flex;
  justify-content: center;
}
.hp-packs #newsWrapper .slick-arrow {
  top: -25px;
}
.hp-packs #newsWrapper .news-item {
  display: block;
  margin: 0 13px;
  padding: 20px 15px 25px 15px;
  background-color: #fff !important;
  overflow: auto;
  max-width: 300px;
  z-index: 2;
  position: relative;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(25% - 26px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 992px) {
  .hp-packs #newsWrapper .news-item {
    margin-bottom: 30px;
    width: calc(50% - 26px);
  }
}
@media only screen and (max-width: 767px) {
  .hp-packs #newsWrapper .news-item {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .hp-packs #newsWrapper .news-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.hp-packs #newsWrapper .news-item .description {
  position: relative;
  display: block;
  line-height: 1.5em;
}
.hp-packs #newsWrapper .news-item .description p {
  font-size: 0.9em;
  font-weight: 400;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .hp-packs #newsWrapper .news-item .description p {
    font-size: 1em;
  }
}
.hp-packs #newsWrapper .news-item time {
  display: none;
}
.hp-packs #newsWrapper .news-item .text {
  position: relative;
  padding-left: 0;
}
@media only screen and (max-width: 480px) {
  .hp-packs #newsWrapper .news-item .text {
    padding-left: 0;
    padding-top: 10px;
  }
}
.hp-packs #newsWrapper .news-item .text .title {
  font-size: 1.3em;
  font-weight: 500;
  color: #2f2f30;
  padding-bottom: 25px;
  letter-spacing: 0;
  display: inline-block;
  line-height: 1.25em;
  TEXT-TRANSFORM: UPPERCASE;
}
.hp-packs #newsWrapper .news-item .text .title:hover {
  text-decoration: none;
  border: none;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .hp-packs #newsWrapper .news-item .text .title {
    font-size: 1.3em;
    padding-bottom: 15px;
  }
}
.hp-packs #newsWrapper .news-item .text time {
  font-weight: 500;
  color: #3d3d3e;
  font-size: 0.9em;
  letter-spacing: 0;
  margin-top: 0;
}
.hp-packs #newsWrapper .news-item .image {
  width: 100%;
  height: 170px;
  max-width: 100%;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.hp-packs #newsWrapper .news-item .image a {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .hp-packs #newsWrapper .news-item .image {
    width: 200px;
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .hp-packs #newsWrapper .news-item .image {
    height: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .hp-packs #newsWrapper .news-item .image {
    height: 80px;
  }
}
.hp-packs #newsWrapper .news-item .image:hover img {
  opacity: 0.7;
}
.hp-packs #newsWrapper .news-item .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  width: auto;
  height: auto;
  max-width: inherit;
  max-height: 120%;
  min-width: inherit;
  min-height: inherit;
}
@media only screen and (max-width: 767px) {
  .hp-packs #newsWrapper .news-item .image img {
    max-width: 60px;
    max-height: 60px;
  }
}
.hp-top-categories {
  /*border-bottom: 2px dotted #dfdfdf;*/
  padding: 20px 0 0 0 !important;
  margin-bottom: -30px !important;
}
.hp-top-categories .h4 {
  margin-top: 5px;
  font-size: 1.7em;
  text-align: center;
  font-weight: 600;
}
.hp-top-categories #newsWrapper {
  margin: 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 1200px) {
  .hp-top-categories #newsWrapper {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 1200px) {
  .hp-top-categories #newsWrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hp-top-categories #newsWrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .hp-top-categories #newsWrapper {
    flex-direction: column;
  }
}
.hp-top-categories #newsWrapper .slick-list {
  width: 100% !important;
  user-select: text !important;
}
.hp-top-categories #newsWrapper .slick-track {
  display: flex;
  justify-content: center;
}
.hp-top-categories #newsWrapper .slick-arrow {
  top: -25px;
}
.hp-top-categories #newsWrapper .news-item {
  display: block;
  padding: 10px 15px 20px 15px;
  margin-bottom: 0;
  background-color: #fff !important;
  align-items: flex-start;
  overflow: auto;
  max-width: 300px;
  z-index: 2;
  position: relative;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hp-top-categories #newsWrapper .news-item {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .hp-top-categories #newsWrapper .news-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.hp-top-categories #newsWrapper .news-item .description {
  background: #f5f6f8;
  padding: 20px;
  position: relative;
  display: block;
  line-height: 1.5em;
  display: none;
}
.hp-top-categories #newsWrapper .news-item .description:before {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #f5f6f8;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
}
.hp-top-categories #newsWrapper .news-item .description p {
  font-size: 1.1em;
  font-weight: 400;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .hp-top-categories #newsWrapper .news-item .description p {
    font-size: 1em;
  }
}
.hp-top-categories #newsWrapper .news-item time {
  display: none;
}
.hp-top-categories #newsWrapper .news-item .text {
  position: relative;
  padding-left: 0;
}
@media only screen and (max-width: 480px) {
  .hp-top-categories #newsWrapper .news-item .text {
    padding-left: 0;
    padding-top: 10px;
  }
}
.hp-top-categories #newsWrapper .news-item .text .title {
  font-size: 1.2em;
  font-weight: 500;
  color: #2f2f30;
  padding-bottom: 25px;
  letter-spacing: 0;
  display: inline-block;
  line-height: 1.25em;
}
.hp-top-categories #newsWrapper .news-item .text .title:hover {
  text-decoration: none;
  border: none;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .hp-top-categories #newsWrapper .news-item .text .title {
    font-size: 1.3em;
    padding-bottom: 15px;
  }
}
.hp-top-categories #newsWrapper .news-item .text time {
  font-weight: 500;
  color: #3d3d3e;
  font-size: 0.9em;
  letter-spacing: 0;
  margin-top: 0;
}
.hp-top-categories #newsWrapper .news-item .image {
  width: 100%;
  height: 250px;
  max-width: 100%;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.hp-top-categories #newsWrapper .news-item .image a {
  width: 100%;
  height: 100%;
  display: block;
}
.hp-top-categories #newsWrapper .news-item .image:hover img {
  opacity: 0.7;
}
.hp-top-categories #newsWrapper .news-item .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  width: auto;
  height: auto;
  max-width: inherit;
  max-height: 120%;
  min-width: inherit;
  min-height: 100%;
}
.news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 480px) {
  .news-item {
    margin-bottom: 80px;
    padding-bottom: 0;
    border-bottom: 0;
    display: flex;
  }
}
.news-item .image {
  text-align: center;
}
@media (min-width: 480px) {
  .news-item .image {
    margin-right: 20px;
    margin-bottom: 0;
    text-align: center;
    flex: 0 1 auto;
    width: calc(33.33333333%);
    text-align: left;
  }
}
@media (min-width: 768px) {
  .news-item .image {
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .news-item .image {
    width: 370px;
  }
  .news-item .image img {
    width: 100%;
  }
}
.news-item .image img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 480px) {
  .news-item .text {
    flex-grow: 1;
    flex: 1;
    flex-direction: column;
  }
}
.news-item .text .title {
  line-height: 25px;
  font-size: 17px;
  text-decoration: none;
  margin-top: 15px;
  text-transform: none;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.news-item .text .title:hover {
  text-decoration: underline;
}
.news-item .text .description {
  line-height: 2.2rem;
  display: none;
}
.news-item .text .description p:last-child {
  margin-bottom: 0;
}
.news-item-detail .text {
  margin-bottom: 40px;
}
.news-item-detail .text:before,
.news-item-detail .text:after {
  content: " ";
  display: table;
}
.news-item-detail .text:after {
  clear: both;
}
.news-item-detail .text:before,
.news-item-detail .text:after {
  content: " ";
  display: table;
}
.news-item-detail .text:after {
  clear: both;
}
.news-item-detail .text img {
  max-width: 100%;
}
.news-item-detail .text img[style*="float: left"] {
  margin-right: 10px;
  margin-bottom: 10px;
}
.news-item-detail .text img[style*="float: right"] {
  margin-left: 10px;
  margin-bottom: 10px;
}
.news-item-detail .share {
  margin-bottom: 20px;
  min-height: 25px;
}
.news-item-detail .next-prev {
  margin-bottom: 20px;
}
.news-item-widget {
  margin-bottom: 10px;
  border-bottom-style: none;
  border-bottom-width: 0;
}
.news-item-widget time {
  display: block;
  font-size: smaller;
}
.news-item-widget h5 {
  margin-top: 0;
  margin-bottom: 0;
}
.news-item-widget:last-child {
  border-bottom-style: none;
}
.news-item time,
.news-item-detail time {
  margin-bottom: 20px;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 300;
  display: block;
  line-height: 1;
}
.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-wrapper .news-item {
  width: calc(50% - 20px);
  float: left;
  display: flex;
  flex-direction: column;
  max-width: 650px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .news-wrapper .news-item {
    width: 100%;
  }
}
.news-wrapper .news-item .image {
  width: 100%;
  overflow: hidden;
  height: 400px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .news-wrapper .news-item .image {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .news-wrapper .news-item .image {
    max-width: 480px;
  }
}
.news-wrapper .news-item .image img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  max-height: 105%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hp-ratings.container {
  padding-bottom: 50px !important;
  padding-top: 20px !important;
}
@media only screen and (max-width: 1200px) {
  .hp-ratings.container {
    margin-top: 0;
    margin-bottom: 40px !important;
  }
}
.hp-ratings.container .button {
  height: 44px;
  position: relative;
  width: 200px;
  font-size: 0.9em;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .hp-ratings.container .button {
    left: 50%;
    transform: translateX(-50%);
  }
}
.hp-ratings.container .ratings-list {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .hp-ratings.container .ratings-list {
    margin-bottom: 20px;
  }
}
.hp-ratings.container .ratings-list .votes-wrap {
  display: none;
  align-items: flex-start;
  justify-content: center;
}
.hp-ratings.container .ratings-list .votes-wrap:first-child {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .hp-ratings.container .ratings-list .votes-wrap {
    flex-wrap: wrap;
  }
}
.hp-ratings.container .ratings-list .votes-wrap .vote-wrap {
  border: none;
  margin: 0 10px;
  width: 280px;
  border-color: #e1e1e1;
  margin-bottom: 25px;
}
@media only screen and (max-width: 992px) {
  .hp-ratings.container .ratings-list .votes-wrap .vote-wrap {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 350px) {
  .hp-ratings.container .ratings-list .votes-wrap .vote-wrap {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hp-ratings.container .ratings-list .votes-wrap .vote-wrap:nth-child(n + 3) {
    display: none;
  }
}
.hp-ratings.container .ratings-list .votes-wrap .vote-wrap:nth-child(n + 5) {
  display: none;
}
.hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-rating {
  display: flex;
  flex-direction: column-reverse;
}
.hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-product-name {
  padding-top: 15px;
  margin-bottom: -10px;
  font-weight: 600;
}
.hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-content {
  background: #f5f6f8;
  padding: 15px;
  position: relative;
  max-width: 270px;
  border-radius: 5px;
  margin: 0 auto;
  min-height: 94px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 350px) {
  .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-content {
    min-height: auto;
  }
}
.hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-content:before {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #f5f6f8;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
}
@media only screen and (max-width: 767px) {
  .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-content {
    padding: 15px;
    font-size: 0.9em;
  }
}
.hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .vote-delimeter {
  display: none;
}
.hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .vote-pic {
  padding: 0;
  min-width: 70px;
  height: 70px;
}
.hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .vote-pic .vote-initials {
  width: 75px;
  color: #fff;
  padding-top: 7px;
  height: 75px;
  border-radius: 50%;
  font-size: 30px;
}
.hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .vote-name {
  font-size: 1.2em;
  color: #000;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin: 15px 0 5px 0;
}
@media only screen and (max-width: 767px) {
  .hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .vote-name {
    font-size: 1.3em;
  }
}
.hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .stars {
  width: 120px;
  display: inline-block;
  margin: 0 auto 15px auto;
  height: 23px;
}
.hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .stars .star {
  width: 24px;
}
.hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .stars .star:before {
  margin-top: 5px;
  font-size: 20px;
  color: #ffcc00 !important;
}
.hp-ratings.container .ratings-list .votes-wrap .vote-wrap .vote-header .vote-time {
  display: none;
}
#ratingWrapper .link-like {
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
}
#ratingWrapper .link-like:hover {
  background: #000;
}
footer .custom-footer &gt; div.newsletter br {
  display: none;
}
@media only screen and (min-width: 768px) {
  footer .custom-footer &gt; div.newsletter h4:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and only screen and (max-width: 767px) {
  footer .custom-footer &gt; div.newsletter h4 {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; div.newsletter h4 {
    margin-top: 0;
  }
}
footer .custom-footer &gt; div.newsletter p {
  font-family: Poppins;
  line-height: 1.8em;
  margin-bottom: 20px;
}
footer .custom-footer &gt; div.newsletter form {
  border: none;
  width: 100%;
}
footer .custom-footer &gt; div.newsletter form fieldset {
  padding: 0 0 40px 0;
  position: relative;
}
footer .custom-footer &gt; div.newsletter form label,
footer .custom-footer &gt; div.newsletter form a {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; div.newsletter form {
    width: 100%;
  }
}
footer .custom-footer &gt; div.newsletter form fieldset {
  border: none;
}
footer .custom-footer &gt; div.newsletter form fieldset &gt; div {
  position: absolute;
  bottom: 0;
  font-size: 0.8em;
  font-family: Poppins;
}
footer .custom-footer &gt; div.newsletter form label {
  width: 100%;
}
footer .custom-footer &gt; div.newsletter form .validator-msg {
  left: 0;
}
footer .custom-footer &gt; div.newsletter form .validator-msg-holder {
  width: calc(100% - 40px);
  float: left;
  position: relative;
  display: inline-block;
  bottom: 0;
  max-width: 188px;
  font-size: 1em;
}
@media only screen and (max-width: 480px) {
  footer .custom-footer &gt; div.newsletter form .validator-msg-holder {
    width: 100%;
    margin-bottom: 10px;
  }
}
footer .custom-footer &gt; div.newsletter form .validator-msg-holder input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.2px;
  border-radius: 0;
  border: 1px solid #cdcdcd;
  font-family: Poppins;
  color: #333;
}
footer .custom-footer &gt; div.newsletter form .validator-msg-holder input::placeholder {
  color: #333;
}
footer .custom-footer &gt; div.newsletter form .consents-first {
  clear: both;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer &gt; div.newsletter form .consents-first {
    margin-bottom: 15px;
  }
}
footer .custom-footer &gt; div.newsletter label {
  margin-top: 10px !important;
}
footer .custom-footer &gt; div.newsletter label a {
  display: inline-block;
  text-decoration: underline;
}
footer .custom-footer &gt; div.newsletter button {
  width: 40px;
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  margin: 0;
  color: #fff;
  padding: 0;
  display: inline-block;
  text-transform: none;
  border: none;
  position: relative;
  background: #b60718;
  border-radius: 0;
  min-height: inherit;
  font-size: 0;
  letter-spacing: 0.5px;
}
footer .custom-footer &gt; div.newsletter button:after {
  content: '\e910' !important;
  font-family: 'shoptet';
  width: 15px;
  height: 15px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer .custom-footer &gt; div.newsletter button:hover {
  background: #333;
}
footer .custom-footer &gt; div.newsletter button .sr-only {
  display: block;
}
/* Pages block components */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999999;
  overflow: hidden;
}
#colorbox {
  background: transparent;
  /*min-height: 250px;*/
}
#cboxWrapper {
  max-width: none;
  /*min-height: 250px;*/
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
.colorbox-xs #cboxContent {
  max-height: 230px;
}
#cboxContent {
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  /*min-height: 250px;*/
}
#cboxContent .branch-picker-wrapper {
  display: flex;
}
#cboxContent .branch-picker-wrapper select {
  width: calc(100% - 80px);
}
#cboxContent .branch-picker-wrapper .btn {
  width: 70px;
  display: block;
  font-size: 0.85em;
  line-height: 1.3em;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 0;
  text-align: center;
  margin-left: 10px;
}
#cboxContent .detail-information .map iframe {
  max-width: 100% !important;
}
#cboxContent p {
  margin-top: 0;
}
#colorbox[role="dialog"] #cboxLoadedContent {
  padding: 20px 20px 15px 20px;
  overflow: auto !important;
}
#colorbox[role="dialog"] #cboxLoadedContent .advanced-order .extras-wrap {
  max-width: 500px;
  margin: 0 auto;
}
#colorbox[role="dialog"] #cboxLoadedContent .h1 {
  font-size: 2em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #colorbox[role="dialog"] #cboxLoadedContent .h1 {
    font-size: 1.5em;
  }
}
#colorbox[role="dialog"] #cboxLoadedContent .h1.advanced-order-suggestion {
  font-size: 1.6em;
}
@media only screen and (max-width: 767px) {
  #colorbox[role="dialog"] #cboxLoadedContent .h1.advanced-order-suggestion {
    font-size: 1.2em;
  }
}
#colorbox[role="dialog"] #cboxLoadedContent .h2 {
  font-size: 1.5em;
}
@media only screen and (max-width: 767px) {
  #colorbox[role="dialog"] #cboxLoadedContent .h2 {
    font-size: 1.2em;
  }
}
#colorbox[role="dialog"] #cboxLoadedContent .extras-wrap {
  text-align: center;
}
#colorbox[role="dialog"] #cboxLoadedContent .extras-wrap .extra {
  text-align: center;
}
#colorbox[role="dialog"] #cboxClose {
  right: 10px;
}
#colorbox[role="dialog"] form input,
#colorbox[role="dialog"] form textarea {
  max-width: calc(100% - 25px);
  width: 100%;
  padding: 4px 12px;
}
#colorbox[role="dialog"] .watchdog-row form input,
#colorbox[role="dialog"] .watchdog-row form textarea {
  width: inherit;
  max-width: 300px;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  height: auto !important;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#colorbox {
  outline: 0;
}
#colorbox.colorbox-xs {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
#cboxContent {
  margin-top: 20px;
  overflow: visible;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  #cboxContent {
    border-radius: 5px;
  }
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  padding: 1px;
}
#cboxLoadingGraphic {
  background: url('https://cdn.myshoptet.com/tpl/2a63adf5/11/master/templates/frontend_templates/00/img/colorbox/loading.gif') no-repeat center center;
}
#cboxLoadingOverlay {
  background: #fff;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#colorbox[role="dialog"] #cboxLoadedContent {
  min-height: 200px;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  position: absolute;
  background: none;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
.colorbox-html-content {
  padding: 0;
}
#colorbox .site-agree-button,
#colorbox .btn-default {
  text-align: center;
}
#colorbox .btn-default {
  background: #a2a2a2;
}
#colorbox .btn-default:hover {
  background: #666;
}
.site-agreement-buttons {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
#cboxTitle,
#cboxCurrent {
  display: none !important;
}
#cboxPrevious,
#cboxNext {
  top: 0;
  width: 50%;
  height: 100%;
}
#cboxPrevious:focus,
#cboxNext:focus {
  outline: 0;
}
#cboxPrevious::before,
#cboxNext::before {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  border-style: none;
  border-width: 0;
  border-radius: 50%;
  font-size: 36px;
  color: #000;
  text-indent: 0;
}
#cboxPrevious {
  left: 0;
}
#cboxPrevious::before {
  left: 10px;
  content: '\e90b';
}
#cboxNext {
  right: 0;
}
#cboxNext::before {
  right: 10px;
  content: '\e90c';
}
#cboxClose {
  background-color: #fff !important;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
}
#cboxClose::before {
  content: '\e912';
  position: absolute;
  left: 10px;
  color: #000;
  top: 19px;
  font-size: 20px;
  text-indent: 0;
  line-height: 40px;
}
.variant-table .table-row {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .variant-table .table-row {
    justify-content: space-between;
  }
}
.variant-table .table-row .btn.btn-cart,
.variant-table .table-row a.btn.btn-cart,
.variant-table .table-row .btn.add-to-cart-button,
.variant-table .table-row a.btn.add-to-cart-button {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: none;
}
.variant-table .table-row .btn.btn-cart.btn-lg,
.variant-table .table-row a.btn.btn-cart.btn-lg,
.variant-table .table-row .btn.add-to-cart-button.btn-lg,
.variant-table .table-row a.btn.add-to-cart-button.btn-lg {
  padding-right: 20px;
  padding-left: 20px;
}
.variant-table .table-row .btn.btn-cart::before,
.variant-table .table-row a.btn.btn-cart::before,
.variant-table .table-row .btn.add-to-cart-button::before,
.variant-table .table-row a.btn.add-to-cart-button::before {
  content: '';
}
.variant-table .table-row .btn.btn-cart {
  font-size: 16px;
  width: 45px;
  display: inline-block !important;
  min-width: 45px;
  margin-left: 10px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/happylu/img/cart.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .variant-table .table-row .btn.btn-cart {
    margin-left: 1px;
  }
}
.variant-table .table-row:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .variant-table .table-row:first-child {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .variant-table .table-row {
    border-bottom: none;
  }
}
.variant-table .table-row .table-col {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 480px) {
  .variant-table .table-row .table-col {
    width: 50%;
  }
}
.variant-table .table-row .table-col.variant-name-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
@media only screen and (max-width: 480px) {
  .variant-table .table-row .table-col.variant-name-wrapper {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .one-column-body .variant-table .table-row .table-col.variant-name-wrapper {
    width: calc(100% - 360px);
    margin-bottom: 0;
  }
  .multiple-columns-body .variant-table .table-row .table-col.variant-name-wrapper {
    width: calc(100% - 360px);
    margin-bottom: 0;
  }
}
@media (min-width: 480px) and (max-width: 992px) {
  .multiple-columns-body .variant-table .table-row .table-col.variant-name-wrapper {
    width: calc(100% - 270px);
    margin-bottom: 0;
  }
}
.variant-table .table-row .table-col.cart {
  text-align: right;
}
@media (min-width: 992px) {
  .variant-table .table-row .table-col.standard-price-wrap {
    width: 70px;
  }
  .variant-table .table-row .table-col.price {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .one-column-body .variant-table .table-row .table-col.standard-price-exist {
    width: calc(100% - 360px - 70px);
  }
  .one-column-body .variant-table .table-row .table-col.cart {
    width: 165px;
  }
}
@media (min-width: 1200px) {
  .multiple-columns-body .variant-table .table-row .table-col.standard-price-exist {
    width: calc(100% - 360px - 70px);
  }
  .multiple-columns-body .variant-table .table-row .table-col.cart {
    width: 165px;
  }
}
.variant-image {
  position: relative;
  margin-right: 8px;
  flex-shrink: 0;
  width: 59px;
}
.variant-image &gt; a {
  display: inline-block;
  max-width: 76px;
}
.variant-image .flags {
  position: absolute;
  left: 0;
  top: 0;
}
.variant-name {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
}
.standard-price-wrap .price-standard {
  font-size: 14px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .variant-price-wrap {
    text-align: right;
  }
}
.variant-price-wrap .price-final {
  font-weight: 400;
  font-size: 18px;
}
.variant-price-wrap .price-additional {
  font-size: 12px;
  position: relative;
  margin-top: -4px;
}
.variant-price-wrap .quantity input {
  width: 32px;
}
.variant-cart .btn-cart {
  padding: 0;
  font-size: 24px;
  padding-left: 5px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .variant-cart .btn-cart {
    padding-left: 10px;
  }
}
.pagination,
.pagination-loader,
.pagination-top {
  min-width: 33.33%;
}
@media (max-width: 1199px) {
  .pagination,
  .pagination-loader,
  .pagination-top {
    min-width: 100%;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .pagination-loader {
    margin: 10px 0;
  }
}
.pagination,
.pagination-top {
  font-size: 0;
  line-height: 0;
}
.pagination-top a {
  border: 1px solid #8d8d8d;
  color: #8d8d8d;
  line-height: 33px;
  font-weight: 600 !important;
  font-size: 14px;
}
.pagination-top strong {
  color: #8d8d8d;
}
.pagination &gt; a,
.pagination-top &gt; a,
.pagination &gt; strong,
.pagination-top &gt; strong {
  display: inline-block;
  width: 36px;
  height: 36px;
  min-width: 36px;
  margin-right: 1px;
  margin-left: 5px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 36px;
}
.pagination a {
  background: #f2f2f2;
}
.pagination &gt; strong,
.pagination-top &gt; strong {
  font-weight: 400;
}
.pagination-link.prev::before,
.pagination-link.next::before,
.pagination-link.up::before {
  font-size: 8px;
}
.pagination-link.prev::before {
  content: '\e90f';
}
.pagination-link.next::before {
  content: '\e910';
}
.pagination-link.up::before {
  content: '\e911';
}
.pagination-link:hover {
  text-decoration: none;
}
.pagination-top {
  text-transform: uppercase;
}
.pagination-top &gt; strong {
  cursor: pointer;
}
@media (max-width: 1199px) {
  .pagination-top {
    order: 3;
    padding-top: 19px;
  }
}
.pagination-wrapper {
  margin-top: 19px;
  margin-bottom: 19px;
}
.pagination-wrapper .pagination {
  text-align: right;
}
@media (max-width: 1199px) {
  .pagination-wrapper .pagination {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .pagination-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .pagination-wrapper .pagination-loader {
    text-align: center;
    margin-bottom: 19px;
  }
}
@media (max-width: 1199px) {
  .pagination-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.pagination-count {
  width: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .pagination-count {
    padding-top: 19px;
  }
}
body.blank-mode .container.breadcrumbs-wrapper,
.breadcrumbs-wrapper {
  clear: both;
  padding: 20px 0 0px 0 !important;
  position: relative;
  margin-top: 0;
}
@media only screen and (max-width: 1200px) {
  body.blank-mode .container.breadcrumbs-wrapper,
  .breadcrumbs-wrapper {
    padding: 15px 20px 0 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  body.blank-mode .container.breadcrumbs-wrapper,
  .breadcrumbs-wrapper {
    display: none;
  }
}
body.multiple-columns-body.blank-mode .container.breadcrumbs-wrapper {
  padding-left: 330px !important;
}
@media only screen and (max-width: 1200px) {
  body.multiple-columns-body.blank-mode .container.breadcrumbs-wrapper {
    padding-left: 350px !important;
  }
}
.breadcrumbs-wrapper .navigation-home-icon-wrapper::before {
  display: none;
}
.breadcrumbs-wrapper .navigation-home-icon-wrapper #navigation-first a {
  padding-left: 0;
}
.breadcrumbs-wrapper .breadcrumbs &gt; span &gt; a::before {
  display: none;
}
.breadcrumbs-wrapper .breadcrumbs &gt; span {
  align-self: center;
  margin-top: -2px;
}
.breadcrumbs-wrapper .breadcrumbs &gt; span &gt; a,
.breadcrumbs-wrapper .breadcrumbs &gt; span &gt; span {
  padding: 10px;
  color: #9f9f9f;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: Poppins;
  font-size: 0.9em;
  display: inline-block;
}
.breadcrumbs-wrapper .breadcrumbs &gt; span &gt; a.navigation-bullet,
.breadcrumbs-wrapper .breadcrumbs &gt; span &gt; span.navigation-bullet {
  padding: 10px 0;
  color: #a7a7a7;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-wrapper .breadcrumbs &gt; span &gt; a,
  .breadcrumbs-wrapper .breadcrumbs &gt; span &gt; span {
    padding: 0px;
  }
}
.breadcrumbs-wrapper .breadcrumbs &gt; span &gt; a:hover {
  text-decoration: underline;
}
.breadcrumbs-wrapper .breadcrumbs {
  background: transparent;
  border: none;
  margin: -10px 0 10px 0;
}
.breadcrumbs-wrapper .breadcrumbs .sr-only {
  display: block !important;
  overflow: visible;
  position: relative;
  left: 0;
  width: auto;
  height: auto;
  margin: 0;
}
.stars-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-detail .stars-wrapper {
  margin: 0;
  justify-content: flex-start;
}
.stars-placeholder,
.p .stars-wrapper {
  height: 12px;
  margin: 0;
}
.stars-placeholder {
  display: block;
}
.stars {
  position: relative;
  flex: 0 0 auto;
  display: inline-block;
  width: 65px;
  height: 12px;
  margin-right: 3px;
}
.stars a {
  text-decoration: none;
}
.stars a,
.stars span {
  position: relative;
  float: left;
  width: 13px;
  height: 12px;
  line-height: 12px;
}
.stars a.star::before,
.stars span.star::before {
  position: absolute;
  color: #ffcc00 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 12px !important;
}
.stars a.star-on::before,
.stars span.star-on::before {
  content: '\e91c';
}
.stars a.star-off::before,
.stars span.star-off::before {
  content: '\e91b';
}
.stars a.star-half::before,
.stars span.star-half::before {
  content: '\e91a';
}
.stars-label {
  flex: 0 0 auto;
  line-height: 12px;
}
a.stars-label {
  cursor: pointer;
}
.votes-wrap {
  margin-top: 19px;
}
.votes-wrap .votes-wrap {
  padding-left: 40px;
  margin-top: 30px;
}
.vote-wrap {
  margin-bottom: 19px;
  padding-top: 19px;
  font-size: 14px;
  border-top-style: solid;
  border-top-width: 1px;
}
.vote-wrap:last-child {
  margin-bottom: 0;
}
.sidebar .vote-wrap:first-child {
  border-top-style: none;
  padding-top: 0;
}
.vote-wrap a {
  text-decoration: none;
  color: #333;
}
.vote-wrap a:hover {
  text-decoration: none;
  color: #333;
}
.vote-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1.1;
}
.vote-summary {
  display: block;
  min-width: 0;
  width: 100%;
}
.vote-product-name,
.vote-title,
.vote-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
.vote-name {
  line-height: 1.2;
}
.sidebar .vote-name {
  font-size: 13px !important;
  margin-bottom: 0;
  padding-left: 10px;
}
.vote-time {
  font-size: 12px;
}
.vote-pic {
  position: relative;
  min-width: 80px;
  height: 60px;
  padding-right: 20px;
}
.vote-pic img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
@media (max-width: 1439px) {
  .sidebar .vote-pic {
    display: none;
  }
}
.vote-initials {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 59px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-clip: padding-box;
}
@media (max-width: 1439px) {
  .sidebar .vote-initials {
    display: none;
  }
}
.vote-rating {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.vote-header .vote-delimeter {
  display: none;
}
.vote-content {
  margin-top: 10px;
}
.shp-icon,
.chevron-after::after,
.close-after::after,
.submenu-arrow::after,
.navigation-close:before,
.link-icon::before,
a.social-icon::before,
#cboxPrevious::before,
#cboxNext::before,
#cboxClose::before,
.pagination-link.prev::before,
.pagination-link.next::before,
.pagination-link.up::before,
.contact-box ul li &gt; span::before,
.quantity .increase::before,
.quantity .decrease::before,
.stars a::before,
#categories .expandable &gt; a &gt; span::before,
#categories .expandable &gt; .topic &gt; a &gt; span::before,
.search-whisperer-category em::before,
.add-comment .rating-icon::before,
.add-comment .comment-icon::before,
.stars a::before,
.stars span::before,
.p-thumbnails .thumbnail-prev::before,
.p-thumbnails .thumbnail-next::before,
.advanced-parameter-inner::before,
.instagram-follow-btn &gt; span::before,
.empty-content-404 h2::after,
.empty-content-category h2::after,
.browse-p .p-prev::before,
.browse-p .p-next::before,
.show-related:after,
.remove-item::before,
.btn.btn-login::before,
a.btn.btn-login::before,
.btn.btn-login.btn-after::after,
a.btn.btn-login.btn-after::after,
.btn.btn-cofidis::before,
a.btn.btn-cofidis::before,
.btn.btn-cofidis.btn-after::after,
a.btn.btn-cofidis.btn-after::after,
.btn.btn-arrow-left::before,
a.btn.btn-arrow-left::before,
.btn.btn-arrow-left.btn-after::after,
a.btn.btn-arrow-left.btn-after::after,
.btn.btn-arrow-right::before,
a.btn.btn-arrow-right::before,
.btn.btn-arrow-right.btn-after::after,
a.btn.btn-arrow-right.btn-after::after,
.btn.btn-arrow-down::before,
a.btn.btn-arrow-down::before,
.btn.btn-arrow-down.btn-after::after,
a.btn.btn-arrow-down.btn-after::after,
.btn.btn-arrow-up::before,
a.btn.btn-arrow-up::before,
.btn.btn-arrow-up.btn-after::after,
a.btn.btn-arrow-up.btn-after::after,
.image360::after,
.show360image::after,
.menu-helper::after,
.subcategories li a::before,
.navigation-home-icon-wrapper::before,
.carousel-control::before,
.cart-widget-product-delete button::before,
.top-navigation-bar .dropdown .caret::before,
.responsive-tools &gt; a::before,
.top-navigation-contacts a.project-phone::before,
.top-navigation-contacts a.project-email::before,
.top-navigation-menu-trigger::before,
.discount-coupon::before,
.extra.delivery::before,
.extra.discount::before,
.back-shopping-link .next-step-back::before,
.next-step-back::before,
.btn.next-step-forward::after,
.co-box h4::before,
.chevron-after::after,
.cart-widget-button .btn::after,
.btn.btn-cart::before,
a.btn.btn-cart::before,
.btn.add-to-cart-button::before,
a.btn.add-to-cart-button::before,
.btn.cart-count::before,
a.btn.cart-count::before {
  display: inline-block;
  speak: none;
  vertical-align: middle;
  font-family: 'shoptet' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 0;
  text-transform: none;
  text-decoration: none;
}
@media (min-width: 1250px) {
  .stars {
    width: 110px;
    height: 21px;
  }
  a.star,
  span.star {
    width: 22px;
    height: 20px;
    margin-top: 4px;
  }
  a.star:before,
  span.star:before {
    font-size: 20px !important;
  }
}
</pre></body></html>