body::before {
  display: none;
}
.header-bottom {
  border-color: #fff;
}
body,
.external-fonts-loaded #navigation,
.external-fonts-loaded h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6,
.external-fonts-loaded .cart-table .main-link,
.external-fonts-loaded .cart-related-name,
.blank-mode h1,
.blank-mode h2,
.blank-mode h3,
.blank-mode h4,
.blank-mode h5,
.blank-mode h6,
.blank-mode .h1,
.blank-mode .h2,
.blank-mode .h3,
.blank-mode .h4,
.blank-mode .h5,
.blank-mode .h6,
.blank-mode .cart-table .main-link,
.blank-mode .cart-related-name {
  color: #000 !important;
  font-family: "Montserrat", sans-serif !important;
}
body:not(.ordering-process) #header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0px 0px 20px #0000000f;
}
#header {
  border: none !important;
  box-shadow: none;
}
.navigation-in > ul > li > a,
.navigation-in ul.menu-level-2 a,
.menu-helper > span,
.menu-helper > ul > li a,
.navigation-buttons a[data-target="search"],
.navigation-buttons a[data-target="cart"],
.navigation-buttons a[data-target="login"],
.navigation-buttons a[data-target="navigation"],
.navigation-in > ul > li.exp > a {
  color: #000;
}
.navigation-in > ul > li > a:hover,
.navigation-in ul.menu-level-2 a:hover,
.menu-helper > span:hover,
.menu-helper > ul > li a:hover,
.navigation-buttons a[data-target="search"]:hover,
.navigation-buttons a[data-target="cart"]:hover,
.navigation-buttons a[data-target="login"]:hover,
.navigation-buttons a[data-target="navigation"]:hover {
  color: #e73927;
}
#header,
.navigation-in,
.menu-helper > span,
.navigation-buttons a[data-target="search"],
.navigation-buttons a[data-target="login"],
.navigation-buttons a[data-target="cart"],
.navigation-buttons a[data-target="navigation"],
.menu-helper > ul > li.exp > a,
.menu-helper > ul > li.exp > ul > li {
  background-color: #fff;
  border-color: #fff;
}
.navigation-buttons a[data-target="search"]:hover,
.navigation-buttons a[data-target="cart"]:hover,
.navigation-buttons a[data-target="login"]:hover,
.navigation-buttons a[data-target="navigation"]:hover {
  background-color: #fff;
  border-color: #fff;
  color: #e73927;
}
.navigation-in ul.menu-level-2,
.menu-helper > ul {
  background-color: #fff;
  border-color: #fff;
}

@media (min-width: 992px) {
  .visible-lg-inline-block {
    display: none !important;
  }
  .full .visible-lg-inline-block {
    display: inline-block !important;
  }
  #header .header-top {
    padding: 25px 0;
    transition: all 0.5s ease;
  }
  .sticky #navigation {
    height: 38px;
  }
  .sticky .navigation-in > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sticky .navigation-in > ul > li.exp > ul {
    top: 44px;
  }
  .sticky #header .header-top {
    padding: 5px 0;
    transition: all 0.5s ease;
  }
  /*
#header .container {
    display: flex;
    position: relative;
}
#header .search {
    order: 1;padding-left: 0;
}
#header .site-name {
    text-align: center;
    order: 2;
}
.navigation-buttons {
    order: 3;
}
*/
}

.products-block > div:hover {
  box-shadow: none;
}
.products-block .quantity,
.ratings-wrapper,
.category-top h4,
#productsTop,
.breadcrumbs.navigation-home-icon-wrapper {
  display: none !important;
}
.products-block,
#category-header {
  max-width: 1200px;
  margin: auto !important;
}
.category-title {
  text-align: center;
}
.products-block > div .p .name {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  height: auto;
  font-weight: 800;
}
.products-block > div .p .p-bottom {
  padding: 0px 10px 0;
}
.products-block > div .p .p-bottom > div .prices .price-final strong {
  font-size: 14px;
  font-weight: 400 !important;
}
.navigation-in > ul > li > a,
.menu-helper > span,
.menu-helper > ul > li > a {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.navigation-in ul li a b,
.menu-helper > span,
.menu-helper > ul > li > a b {
  font-weight: 400;
  font-size: 14px;
}
.fitted .navigation-in ul {
  justify-content: center;
}
.menu-helper {
  height: 39px;
}

.navigation-buttons a[data-target="cart"]::before,
.search-input-icon::before,
.navigation-buttons a[data-target="search"]::before,
.navigation-buttons a[data-target="navigation"]::before,
.navigation-buttons a[data-target="login"]::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/user/documents/upload/res/icons_cart.svg");
  mask-image: url("/user/documents/upload/res/icons_cart.svg");
}
.search-input-icon::before,
.navigation-buttons a[data-target="search"]::before {
  -webkit-mask-image: url("/user/documents/upload/res/icons_search.svg");
  mask-image: url("/user/documents/upload/res/icons_search.svg");
}
.navigation-buttons a[data-target="login"]::before {
  -webkit-mask-image: url("/user/documents/upload/res/icons_login.svg");
  mask-image: url("/user/documents/upload/res/icons_login.svg");
}
.navigation-buttons a[data-target="navigation"]::before {
  -webkit-mask-image: url("/user/documents/upload/res/icons_menu.svg");
  mask-image: url("/user/documents/upload/res/icons_menu.svg");
}
.navigation-window-visible
  .navigation-buttons
  a[data-target="navigation"]::before {
  -webkit-mask-image: url("/user/documents/upload/res/icons_menu_close.svg");
  mask-image: url("/user/documents/upload/res/icons_menu_close.svg");
}
.navigation-buttons a::before,
.search-input-icon::before {
  background: #000;
}
.navigation-buttons a:hover::before,
.search-input-icon:hover::before {
  background: #e73927;
}
@media (max-width: 992px) {
  .container.navigation-wrapper .site-name {
    flex: 0 1 200px;
  }
  .navigation-buttons a[data-target="cart"]::before,
  .search-input-icon::before,
  .navigation-buttons a[data-target="search"]::before,
  .navigation-buttons a[data-target="navigation"]::before,
  .navigation-buttons a[data-target="login"]::before {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
[data-micro-product-id="70"] .image img,
[data-micro-product-id="73"] .image img,
[data-micro-product-id="76"] .image img {
  xxxborder-radius: 50% 0;
}
[data-micro-product-id="70"] .prices,
[data-micro-product-id="73"] .prices,
[data-micro-product-id="76"] .prices {
  display: none;
}
[data-micro-product-id="70"] .name,
[data-micro-product-id="73"] .name,
[data-micro-product-id="76"] .name {
  xxxtext-align: left;
  xxxpadding-left: 0 !important;
}

@media (max-width: 767px) {
  .scrolled-down
    body:not(.ordering-process):not(.search-window-visible)
    #header {
    transform: none;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.in-index #content,
.product-slider-holder.has-navigation {
  padding: 0px;
}
.p {
  border: none !important;
}
.shp-tabs-row.responsive-nav,
.top-products-wrapper {
  display: none;
}
.container.navigation-wrapper .site-name {
  flex-basis: 250px;
}

.products-block {
  transform: none !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.product-slider-pagination,
.product-slider-navigation,
.homepage-group-title {
  display: none;
}
/*
.in-index .products-block > div:nth-child(1),
.in-index .products-block > div:nth-child(2),
.in-index .products-block > div:nth-child(3),
.in-index .products-block > div:nth-last-child(1),
.in-index .products-block > div:nth-last-child(2),
.in-index .products-block > div:nth-last-child(3) {
  display: none;
}
*/
.products-block .p > a img {
  max-width: 80%;
  margin-top: 10% !important;
}
.products-block > div:hover .p a,
#navigation .navigation-in ul li:hover > a > b,
#navigation .navigation-in ul li:hover > div > a > span {
  text-decoration: none !important;
  color: #e73927;
}
.top-navigation-bar a:hover {
  color: #e73927;
}
@media (min-width: 1200px) {
  .top-navigation-tools {
    flex: 1 1 250px;
  }
  .top-navigation-menu {
    flex: 1 1 auto !important;
    width: calc(100% - 250px);
  }
}
.desktop .banners-row {
  margin-top: 0px;
}
.extended-banner-texts {
  display: grid;
  place-content: center;
}
.extended-banner-title,
.extended-banner-text,
.extended-banner-link {
  position: unset;
}

.top-navigation-bar {
  display: none;
}
@media (min-width: 992px) {
  .menu-item-786 {
    display: xxxnone !important;
  }
  .navigation-buttons {
    flex: 0 1 auto !important;
  }
  #header .navigation-buttons a[data-target="cart"] {
    margin-left: 0;
  }
  #header .search {
    width: 48px;
    margin-left: auto;
    flex: unset !important;
    transition: all 0.5s ease;
  }
  #header .search:hover,
  #header .search:focus {
    width: auto;
    transition: all 0.5s ease;
  }
  #header .search-input:focus,
  #header .search-input:hover,
  .search-focused #header .search-input,
  .search-window-visible #header .search-input {
    box-shadow: none;
    border-bottom: solid 1px #000 !important;
  }
}

.products-block > div .p .p-bottom,
.products-block > div .p .name {
  padding: 0px 20px !important;
  text-align: center;
}
.products-block .p > a img {
  transition: all 0.5s ease;
}
.products-block .p > a:hover img {
  max-width: 90%;
  margin-top: 5% !important;
  transition: all 0.5s ease;
}
.homepage-group-title {
  display: block;
}
.navigation-in > ul > li > a,
.menu-helper > span,
.menu-helper > ul > li > a {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .menu-item-786 > a b {
    font-size: 0 !important;
  }
  .menu-item-786 > a {
    width: 40px;
    position: relative;
  }
  .menu-item-786 > a:before {
    content: "";
    -webkit-mask-image: url(/user/documents/upload/res/icons_menu.svg);
    mask-image: url(/user/documents/upload/res/icons_menu.svg);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    width: 20px;
    height: 20px;
  }
  .menu-item-786 > a:hover:before {
    background: #e73927;
  }
}
.p .flag {
  opacity: 0;
}
.p:hover .flag {
  opacity: 1;
}

#kn_menu__toggle {
  opacity: 0;
}
#kn_menu__toggle:checked + .kn_menu__btn > span {
  transform: rotate(45deg);
}
#kn_menu__toggle:checked + .kn_menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#kn_menu__toggle:checked + .kn_menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#kn_menu__toggle:checked ~ .kn_menu__box {
  left: 0 !important;
}
.kn_menu__btn {
  position: relative;
  top: 2px;
  left: 0px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 99;
}
.kn_menu__btn > span,
.kn_menu__btn > span::before,
.kn_menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #000;
  transition-duration: 0.25s;
  position: absolute;
  left: 0;
  top: 8px;
}
.kn_menu__btn > span::before {
  content: "";
  top: -8px;
}
.kn_menu__btn > span::after {
  content: "";
  top: 8px;
}
.kn_menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 120px 0 30px;
  list-style: none;
  background-color: #fff;
  box-shadow: 0px 0px 20px #0000000f;
  transition-duration: 0.25s;
  z-index: 98;
}
.kn_menu__item {
  display: block;
  padding: 12px 24px;
  color: #000;
  text-decoration: none;
  transition-duration: 0.25s;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.kn_menu__item:hover {
  color: #e73927;
}
.kn_menu__btn:before,
.kn_menu__btn:after {
  display: none !important;
}
.kn_hamburger-menu {
  max-width: 30px;
  margin-right: 10px;
  padding: 5px;
}

@media (max-width: 768px) {
  .menu-level-1 {
    display: flex;
    flex-direction: column;
  }
  .menu-level-1 {
    padding: 50px 0 !important;
  }
  .menu-item-786 {
    order: 99;
  }
  .navigationActions {
    display: none;
  }
  #navigation .navigation-in ul li > a > b {
    padding: 50px;
    text-decoration: none;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
  }

  #navigation .menu-level-1 > li > a .submenu-arrow,
  #navigation .navigationActions > li > a .submenu-arrow {
    position: relative;
    top: 0px;
    right: 49px;
    font-size: 13px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .navigation-in ul.menu-level-2 li a {
    padding-left: 100px;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
  }
}

.navigation-buttons > a[data-target="cart"] i {
  background-color: #e73928;
}
@media (min-width: 768px) {
  #header .navigation-buttons a[data-target="cart"] i {
    left: 9px;
    top: 24px;
  }
  .content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#category-header {
  display: none;
}
.category-perex {
  text-align: justify;
  max-width: 800px;
  margin: auto auto 30px;
}
#footer {
  background-color: #fff;
  padding-top: 0;
  margin-top: 50px;
}

.custom-footer__articles {
  padding-bottom: 0 !important;
  font-size: 12px;
}
.custom-footer__articles h4 {
  display: none;
}
.custom-footer__articles ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.custom-footer__articles ul li {
  padding: 5px 10px;
}
#footer .custom-footer__articles ul li a:hover {
  text-decoration: none;
  color: #e73928;
}
.copyright,
#signature a {
  color: #9a9a9a;
  font-size: 10px;
  filter: grayscale(1);
}

body:not(.ordering-process).sticky #header,
#footer {
  box-shadow: 0px 0px 20px #0000000f;
}
.social-buttons-wrapper {
  display: none;
}
@media (min-width: 992px) {
  body:not(.ordering-process) #header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9;
  }
  body:not(.ordering-process) .content-wrapper.container {
    margin-top: 180px;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-detail-inner-header h1,
.p-final-price-wrapper .price-final,
.p-to-cart-block .p-final-price-wrapper .price-final-holder {
  color: #000 !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
  font-weight: 800;
}
.stars .star.star-on::before,
.stars .star.star-half::before {
  color: #e73928;
}
.stars a::before,
.stars span::before {
  font-size: 12px;
  line-height: 12px;
}
.ratings-and-brand {
  font-size: 10px;
}
.p-short-description {
  font-size: 14px;
  text-align: justify;
  color: #444444;
}
.p-short-description a {
  background: #e73928;
  color: #fff;
  padding: 0px 5px;
}
.p-short-description a:hover {
  color: #e73928;
  background: #fff;
  padding: 0px 5px;
}
.p-variants-block + .detail-parameters th,
.extended-description > p {
  display: none;
}

.wide .p-final-price-wrapper {
  width: 175px;
  margin: 0;
}
.p-to-cart-block {
  background-color: #fff;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
}
.p-to-cart-block .add-to-cart {
  width: 125px;
  margin-right: calc(100% - (175px + 125px));
}
.p-to-cart-block .add-to-cart-button {
  width: auto;
  min-width: 200px;
  margin-top: 20px;
}
.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart {
  color: #fff;
  border-color: #000;
  background-color: #000;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn.btn-conversion:hover,
a.btn.btn-conversion:hover,
.btn.btn-cart:hover,
a.btn.btn-cart:hover {
  color: #fff;
  border-color: #e73928;
  background-color: #e73928;
}
.wide .p-detail-inner .p-data-wrapper {
  align-self: center;
}
.basic-description {
  display: none;
}
.extended-description {
  width: 100%;
}
table.detail-parameters tbody tr td {
  padding-left: 0px;
}
@media (min-width: 992px) {
  .extended-description .detail-parameters tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .extended-description table.detail-parameters tbody tr th {
    min-width: unset !important;
    width: auto;
    padding-right: 0;
  }
  .extended-description table.detail-parameters tbody tr:not(:last-child) td {
    padding-left: 20px;
    padding-right: 20px;
    border-right: solid 1px red;
  }
  .extended-description table.detail-parameters tbody tr:not(:first-child) {
    padding-left: 20px;
  }
  .extended-description table.detail-parameters tbody tr th .row-header-label {
    padding-right: 0px;
  }
  .extended-description table.detail-parameters tbody tr th:after {
    content: ":";
    position: relative;
  }
}
.quantity {
  border-color: #fff;
}
.quantity:hover {
  box-shadow: none;
}
.quantity .decrease:hover:before,
.quantity .increase:hover:before {
  background-color: #e73928;
  color: #fff;
}
.quantity .increase::before,
.quantity .decrease::before {
  height: 30px;
  line-height: 30px;
}
.quantity input {
  background: #fafafa;
}
.flag {
  font-weight: 800;
}

@media (max-width: 991px) {
  .container.navigation-wrapper .site-name {
    flex-basis: 230px;
  }
  .content-wrapper.container .row.banners-row > div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .columns-mobile-2 .products-block .p .name {
    height: auto;
    -webkit-line-clamp: 10;
  }
  .products-block .p > a img {
    max-width: 100%;
    margin-top: 0 !important;
  }

  .content-wrapper.container {
    padding-left: 30px;
    padding-right: 30px;
  }
  #header {
    box-shadow: 0px 0px 20px #0000000f;
  }
  .ordering-process .content-wrapper.container {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }
  #order-shipping-methods,
  #order-billing-methods,
  #order-form {
    margin: 0 -20px;
  }
  .search-window-visible #header .search {
    padding: 5px 20px;
  }
  #header .search-input:focus,
  #header .search-input:hover,
  .search-focused #header .search-input,
  .search-window-visible #header .search-input {
    box-shadow: none;
    border-bottom: solid 2px #000 !important;
  }
}

.category-title,
.p-detail-inner-header-mobile .h1 {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}
.p-detail-inner-header-mobile .h1 {
  margin: 30px;
}
ol.cart-header li.active a::before,
ol.cart-header li.active strong::before {
  background-color: #e73928;
  border-color: #e73928;
  color: #fff;
}
ol.cart-header li.completed a::before,
ol.cart-header li.completed strong::before {
  background-color: #ff7b6f;
  border-color: #ff7b6f;
  color: #fff;
}
ol.cart-header .completed a span {
  text-decoration: none;
  color: #fe7b6f;
}
ol.cart-header li.active a,
ol.cart-header li.active strong {
  color: #e73928;
}
ol.cart-header li.completed a span::after,
ol.cart-header li.completed strong span::after {
  border-top-color: #fe7b6f;
}
.ordering-process .btn.btn-conversion,
.ordering-process a.btn.btn-conversion {
  font-weight: 800;
}
.remove-item::before {
  color: #e73928;
}
.shipping-billing-table .radio-wrapper {
  border-color: transparent;
}
.shipping-billing-table .radio-wrapper:nth-child(even) {
  background-color: #fafafa;
}
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  width: 10px;
  height: 10px;
  left: 4px;
}
.radio-wrapper input[type="checkbox"]:checked + label::after,
.radio-wrapper input[type="radio"]:checked + label::after {
  border-color: #e73928;
  background-color: #e73928;
}
.radio-wrapper input[type="checkbox"]:checked + label::before,
.radio-wrapper input[type="radio"]:checked + label::before {
  border-color: #e73928;
}
.radio-wrapper.active label > span b {
  color: #e73928;
}
.btn.btn-default,
a.btn.btn-default {
  color: #fff;
  border-color: #000;
  background-color: #000;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.btn.btn-default:hover,
a.btn.btn-default:hover {
  color: #fff;
  border-color: #e73928;
  background-color: #e73928;
}
body:not(.sticky) #header {
  box-shadow: none;
}
#checkoutSidebar .toggle-contacts {
  background: #000;
  padding: 12px 20px;
}
.checkout-box {
  padding: 0;
}
.checkout-box .box.box-sm.visible {
  padding: 10px;
}
.variant-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.variant-table .table-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.variant-table .table-row .table-col.variant-name-wrapper,
.variant-table .table-row .table-col.variant-name-wrapper > div {
  width: 100% !important;
}
.variant-price-wrap .price-final,
.variant-table fieldset {
  text-align: center;
}
.variant-table .quantity,
.variant-table .btn-cart::before {
  display: none;
}
.variant-table button {
  width: 100% !important;
  max-width: 150px;
  margin: 12px auto;
}
.variant-table button .sr-only {
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
  padding: 0;
  overflow: visible;
  clip: unset;
  display: block;
  font-size: 14px;
}
.variant-table .table-row {
  padding-top: 0px;
  padding-bottom: 40px;
}
.variant-table .table-row .table-col.variant-name-wrapper > div:before {
  content: "";
  display: block;
  background-image: url("/user/documents/upload/res/whisky_icon.svg");
  background-size: contain;
  width: 120px;
  height: 200px;
  margin: 0 auto 10px;
}
.variant-name {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  height: auto;
  font-weight: 800;
}
.variant-price-wrap .price-final {
  font-weight: 300;
  font-size: 14px;
}
.variant-table .table-row {
  border-color: #fff;
}

@media (max-width: 479px) {
  .variant-table .table-row {
    width: 50%;
  }
  .extended-banner-title {
    font-size: 36px;
    text-align: center;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .variant-table .table-row {
    width: 33%;
  }
  .extended-banner-title {
    font-size: 42px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .variant-table .table-row {
    width: 25%;
  }
  .extended-banner-title {
    font-size: 42px;
    text-align: center;
  }
  .menu-helper {
    height: 68px;
    padding-top: 9px;
  }
  .sticky .menu-helper {
    height: 54px;
    padding-top: 24px;
  }
  .menu-helper > span {
    background: transparent;
  }
}

@media (min-width: 992px) {
  .variant-table .table-row {
    width: 20%;
  }
  .menu-helper {
    height: 68px;
    padding-top: 3px;
  }
  .sticky .menu-helper {
    height: 38px;
    padding-top: 24px;
  }
  .menu-helper > span {
    background: transparent;
  }
  .extended-banner-title {
    font-size: 42px;
    text-align: center;
  }
}
.extended-banner-title {
  text-transform: uppercase;
  font-weight: 900;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
}
.kn_menu__item {
  font-weight: 800;
}
.carousel-inner {
  background: #000;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  opacity: 0.8;
}
.variant-price-wrap .price-additional {
  text-align: center;
}
.product-slider .product-slider-pagination {
  display: none;
}
@media (min-width: 768px) {
  .menu-item-786 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #navigation .menu-level-1 > li > a .submenu-arrow,
  #navigation .navigationActions > li > a .submenu-arrow {
    position: absolute;
  }
}
.basic-description {
  width: 100%;
  max-width: 800px;
  margin: auto;
  display: block;
  margin-top: 30px;
}
.description-inner {
  flex-direction: column-reverse;
}

.p-short-description a,
.basic-description a,
.category-perex a,
article a {
  background: #e73928;
  color: #fff;
  padding: 0px 5px;
}
.p-short-description a:hover,
.basic-description a:hover,
.category-perex a:hover,
article a:hover {
  color: #e73928;
  background: #fff;
  padding: 0px 5px;
  text-decoration: underline;
}
.price-additional {
  display: none;
}

.menu-item-709,
.product-slider-holder.has-navigation:hover .product-slider-navigation {
  display: none !important;
}

@media (max-width: 768px) {
  #navigation .menu-level-1 > li > a .submenu-arrow,
  #navigation .navigationActions > li > a .submenu-arrow {
    top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:not(.ordering-process) .content-wrapper.container {
    margin-top: 180px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  /*.in-index .products-block > div:nth-child(2), 
.in-index .products-block > div:nth-child(3),  
.in-index .products-block > div:nth-last-child(3) {display:block;}
.in-index .products-block > div:nth-child(1) {display: block;order:99;}*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*.in-index .products-block > div:nth-last-child(1) {display: block;order:-99;}
.in-index .products-block > div:nth-child(3),
.in-index .products-block > div:nth-last-child(2),
.in-index .products-block > div:nth-last-child(3) {display:block;}*/
  .products-block > div {
    width: 50% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*.in-index .products-block > div:nth-last-child(2) {display: block;order:-99;}
.in-index .products-block > div:nth-last-child(3) {display:block;}*/
  .products-block > div {
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .navigation-in > ul > li {
    position: relative;
  }
  #navigation .navigation-in ul li.ext.exp > ul {
    box-shadow: 0px 0px 15px #00000017;
    flex-direction: column;
    padding: 10px 0;
  }
  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    display: none;
  }
  #navigation .menu-level-2 > li {
    padding-top: 0;
    min-height: unset;
  }
  .navigation-in > ul > li.ext > ul > li > div {
    width: 100%;
  }
  .navigation-in > ul > li.ext > ul > li {
    flex-basis: 100%;
    width: 100%;
    padding: 12px 5px !important;
    text-align: center;
  }
  #navigation .menu-level-2 > li > div > a {
    padding-bottom: 0px;
  }
  #navigation .navigation-in ul li.ext.exp > ul:before {
    content: "";
    border: solid #ea4635;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -6px;
    position: absolute;
  }
}
.category-perex.empty-content.empty-content-category {
  display: none;
}

[data-micro-product-id="306"] .p-in,
[data-micro-product-id="330"] .p-in,
[data-micro-product-id="327"] .p-in,
[data-micro-product-id="324"] .p-in,
[data-micro-product-id="321"] .p-in,
[data-micro-product-id="315"] .p-in,
[data-micro-product-id="312"] .p-in,
[data-micro-product-id="348"] .p-in,
[data-micro-product-id="345"] .p-in,
[data-micro-product-id="342"] .p-in,
[data-micro-product-id="339"] .p-in,
[data-micro-product-id="336"] .p-in {
  display: none;
}

.carousel-inner > .active {
  background: #fff;
}
.kn_hamburger-menu {
  margin-right: 40px;
}
.homepage-group-title {
  font-size: 0;
}

.messages {
  top: unset;
  left: 10px;
  right: unset;
  max-width: 400px;
  margin-right: 10px;
  width: calc(100% - 20px);
  bottom: 10px;
}

/* 2023_11_06 */

label[for="shippingId-105"] {
  flex-wrap: wrap;
}
label[for="shippingId-105"] a {
  color: #e73928;
  font-weight: 600;
}
label[for="shippingId-99"] .payment-info:after {
  content: "Kurýrem dopravujeme zboží po celé ČR a také do Bratislavy.";
  display: block;
}

.p-short-description a,
.basic-description a,
.category-perex a,
article a {
  color: #e73928;
  background: #fff;
  padding: 0px 5px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.p-short-description a:hover,
.basic-description a:hover,
.category-perex a:hover,
article a:hover {
  background: #e73928;
  color: #fff;
  padding: 0px 5px;
  text-decoration: none;
}
.in-index .products-block > div:nth-child(1),
.in-index .products-block > div:nth-child(2),
.in-index .products-block > div:nth-child(3),
.in-index .products-block > div:nth-last-child(1),
.in-index .products-block > div:nth-last-child(2),
.in-index .products-block > div:nth-last-child(3) {
  display: block;
}
.in-index .homepage-products-heading-4 + .products-block > div:nth-child(1),
.in-index .homepage-products-heading-4 + .products-block > div:nth-child(2),
.in-index .homepage-products-heading-4 + .products-block > div:nth-child(3),
.in-index
  .homepage-products-heading-4
  + .products-block
  > div:nth-last-child(1),
.in-index
  .homepage-products-heading-4
  + .products-block
  > div:nth-last-child(2),
.in-index
  .homepage-products-heading-4
  + .products-block
  > div:nth-last-child(3) {
  display: none;
}
.homepage-group-title.homepage-products-heading-9.h4 {
  display: none;
}
/*
@media (max-width: 991px) {
.in-index .products-block > div:nth-child(2),
.in-index .products-block > div:nth-child(3) {display: block !important;}
}
*/
.homepage-group-title {
  margin: 10px;
}
.site-msg.information {
  padding: 15px;
  background: #000;
  opacity: 1;
  box-shadow: 0 5px 10px rgb(0 0 0 / 16%);
  color: #fff;
}
.site-msg.information .text {
  font-size: 18px;
  line-height: 1.5;
}
.site-msg .close::before {
  color: #fff;
}

/* new HP products */
.product-slider-holder .product-slider-pagination,
.mobile .product-slider-holder .product-slider-navigation {
  display: none;
}

@media (max-width: 991px) {
  .in-index .products-block > div:nth-child(1) {
    display: none;
  }
  .in-index .products-block > div:nth-last-child(1) {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .in-index .products-block > div:nth-child(1),
  .in-index .products-block > div:nth-child(2) {
    display: none;
  }
  .in-index .products-block > div:nth-last-child(1),
  .in-index .products-block > div:nth-last-child(2) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .in-index .products-block > div:nth-child(1),
  .in-index .products-block > div:nth-child(2),
  .in-index .products-block > div:nth-child(3) {
    display: none;
  }
  .in-index .products-block > div:nth-last-child(1),
  .in-index .products-block > div:nth-last-child(2),
  .in-index .products-block > div:nth-last-child(3) {
    display: none;
  }
}

[data-micro-product-id="603"] .p-in,
[data-micro-product-id="609"] .p-in,
[data-micro-product-id="606"] .p-in,
[data-micro-product-id="612"] .p-in {
  display: none;
}

@media (max-width: 767px) {
  .navigation-in ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation-in ul li.menu-item-786 > a,
  .navigation-in ul li.menu-item-804 > a .submenu-arrow {
    display: none !important;
  }
  .navigation-in ul li.menu-item-786 > ul,
  .navigation-in ul li.menu-item-804 > ul {
    display: block;
  }
  .navigation-in li.menu-item-786 ul.menu-level-2 li a {
    padding-left: 65px;
  }
  .navigation-in li.menu-item-804 ul.menu-level-2 {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 15px 50px;
  }
  .navigation-in li.menu-item-804 ul.menu-level-2 li a {
    padding: 10px 15px;
    font-weight: 400;
  }
}
.products-block > div .p[data-micro-product-id="306"] .name:before {
  content: "Přečti si více na téma: ";
  color: #e73927;
  font-weight: 500;
  text-transform: none;
}

.kn_submenu {
  list-style-type: none;
}
.kn_submenu__item {
  padding: 7px 24px;
  display: block;
}
.kn_submenu__item:hover {
  color: #e73927;
}

@media (max-width: 768px) {
  .navigation-in ul.menu-level-2 li a {
    font-weight: 800;
    letter-spacing: 0.5px;
  }
}
.carousel-inner {
  background: #fff;
}
.carousel-control.right::before {
  content: "\27A4";
}
.carousel-control.left::before {
  content: "\27A4";
  transform: scaleX(-1);
}
.carousel-control::before {
  border: none;
}
.carousel-control {
  opacity: 1;
}
@media (min-width: 992px) {
  .container.navigation-wrapper.header-bottom-wrapper {
    width: 100%;
  }
}

/* Akční banner */
@media (max-width: 991px) {
  .next-to-carousel-banners .banner-wrapper a img,
  .next-to-carousel-banners .extended-banner-texts {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .next-to-carousel-banners .banner-wrapper a img {
    width: 33%;
  }
  .next-to-carousel-banners .extended-banner-texts {
    width: 66%;
  }
}
.banners-row .col-sm-8,
.banners-row .col-sm-4 {
  width: 100%;
}
.next-to-carousel-banners .banner-wrapper a {
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.next-to-carousel-banners .banner-wrapper a img {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  transform: none;
}
.next-to-carousel-banners {
  margin-top: 20px;
}
.next-to-carousel-banners .extended-banner-texts {
  position: unset;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.next-to-carousel-banners .extended-banner-title {
  padding: 0;
  font-size: 28px;
  color: #000 !important;
  text-align: left;
}
.next-to-carousel-banners .extended-banner-text {
  text-align: left;
  color: #000;
  font-size: 16px;
  padding: 20px 0;
  line-height: 1.7;
  font-weight: 400;
}
.next-to-carousel-banners .extended-banner-link {
  padding: 0;
  color: #e73927;
  text-decoration: none;
}
.next-to-carousel-banners .extended-banner-link:hover {
  text-decoration: underline;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  opacity: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
#header .search {margin-right: 6px;}
}
@media (min-width: 1200px) {
#header .search {padding-right: 37px !important;}
}
@media (min-width: 768px) {
.navigation-buttons {padding-left: 0px;}
#header .header-top-wrapper > div, #header .header-top-wrapper .site-name {flex: 0 1 25%;}
#header .container {justify-content: space-between;}
#header .header-top-wrapper > .search {flex: auto;padding: 0 20px;}
}
@media (min-width: 480px) and (max-width: 767px) {
.header_login:before {margin-top: 19px;}
#header .navigation-buttons a {width: 50px;}
.container.navigation-wrapper .site-name {flex-basis: 150px;}
}
@media (max-width: 479px) {
.header_login:before {margin-top: 8px;}
.container.navigation-wrapper .site-name {flex-basis: 150px;}
}
.in-login .overall-wrapper {min-height: 100vh;display: flex;flex-direction: column;}
.in-login #footer {margin-top: auto;}

@media (min-width: 1440px) {
.container {
    width: calc(100% - 40px);
}
}
.overall-wrapper {width: 100%;
    overflow-x: hidden;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
@media (min-width: 992px) {
.columns-3 .products-block>div, .columns-4 .products-block>div {
    width: 33.333333% !important;
}
}

@media (max-width: 767px) {
.navigation-in ul li.menu-item-786 > ul {
    display: flex;
    flex-direction: column;
}
.navigation-in>ul>li.menu-item-885 {
    border-bottom: solid 2px var(--color-secondary-hover);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
}

.news-item-widget time,
.box-section2 > h4 {
    display: none;
}
.sidebar-inner>div, .top-products li:before {
    border-color: #fff;
}
.news-item-widget {
    margin-bottom: 0;
}
.box-section2 h5 a {
font-weight: 600;
padding: 12px 24px;
    text-decoration: none;
    transition-duration: 0.25s;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    display:block;
}
/*
.box-section2 h5 a[href="/informace/co-pripravujeme/"],
.box-section2 h5 a[href="/informace/napsali-o-nas/"],
.box-section2 h5 a[href="/informace/blog/"],
.box-section2 h5 a[href="/informace/archiv-produktu/"],
.box-section2 h5 a[href="/informace/katalog/"]
*/
.box-section2 h5 a[href="/informace/cask-no-32-sud-c-32/"]  {font-weight: 400;padding-left: 40px;}
.news-wrapper .news-item .news-item-link-img:hover {
    background: transparent;
}
@media (min-width: 1400px) {
.news-wrapper .news-item {
    width: calc((100% - 40px) / 3);
}
}
#footer {margin-top:50px;}
.p-thumbnails a.highlighted img, .p-thumbnails a:hover img {
    border-color: #fff;
}

@media (max-width: 767px) {
.content-wrapper.container {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
}
.id-944 .products-block>div .p .p-bottom>div .prices,
.id-944 .p-detail-inner .detail-parameters,
.id-944 .p-to-cart-block {display: none;}
.box-section2 h5 a:hover {
    color: #e73927;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
}
@media (min-width: 768px) {
#header .navigation-buttons a {height: 50px;width: 50px !important;}
#header .navigation-buttons {margin-left: 0;}
}
#header .navigation-buttons a.custom_login {margin-left:0;}
.custom_login:before {content:'';}

.navigation-buttons a[data-target="cart"]::before,
.navigation-buttons a[data-target="login"]::before,
.custom_login:before,
.search-input-icon::before,.navigation-buttons a[data-target="search"]::before,
.navigation-buttons a[data-target="navigation"]::before,
.navigation-close::before,
.navigation-window-visible .navigation-buttons a[data-target=navigation]:before {
content: "";
width: 24px;
height: 24px;
-webkit-mask-image: url("/user/documents/upload/res/new_icons_cart.svg");
mask-image: url("/user/documents/upload/res/new_icons_cart.svg");
}
.search-input-icon::before,
.navigation-buttons a[data-target="search"]::before {
    margin-top: 3px;
-webkit-mask-image: url("/user/documents/upload/res/new_icons_search_3.svg");
mask-image: url("/user/documents/upload/res/new_icons_search_3.svg");
}
.navigation-buttons a[data-target="login"]::before, .custom_login:before {
-webkit-mask-image: url("/user/documents/upload/res/new_icons_login_1.svg");
mask-image: url("/user/documents/upload/res/new_icons_login_1.svg");
}
.navigation-buttons a[data-target="navigation"]::before {
-webkit-mask-image: url("/user/documents/upload/res/new_icons_menu.svg");
mask-image: url("/user/documents/upload/res/new_icons_menu.svg");
}
.navigation-close::before, .navigation-window-visible .navigation-buttons a[data-target=navigation]:before {
-webkit-mask-image: url("/user/documents/upload/res/new_icons_menu_close.svg");
mask-image: url("/user/documents/upload/res/new_icons_menu_close.svg");
}
.navigation-buttons a::before, .navigation-close::before {background:#000;}
.navigation-buttons a:hover::before, .navigation-close:hover::before {background:var(--color-secondary-hover);}

@media (min-width:768px) and (max-width:991px) {
.navigation-buttons a[data-target="login"]::before, .custom_login:before {
    xxxmargin-top: 24px;
}
.navigation-buttons a[data-target="search"] {order:-9;}
}
@media (max-width: 767px) {
.navigation-buttons a[data-target="login"]::before, .custom_login:before {
margin-top: 14px;
}
.navigation-buttons a[data-target="search"] {order:-9;}
}
@media (max-width: 480px) {
    #header .navigation-buttons a {
        height: 50px;
        width: 50px;
    }
    .navigation-buttons a[data-target="login"]::before, .custom_login:before {
margin-top: 12px;
}
}
@media (max-width: 768px) {
.submenu-visible .menu-helper>ul>li.ext.exp>ul, .submenu-visible .navigation-in>ul>li.ext.exp>ul {
    display: flex;
}
.navigation-in li.menu-item-786 ul.menu-level-2 li a[href="/informace/cask-no-32-sud-c-32/"] {
        padding-left: 95px;
        font-weight: 400;
}
    .navigation-in li.menu-item-786 ul.menu-level-2 li:nth-child(2) {order:-1
    }

}

.products-block .p > a img,
.products-block .p > a:hover img {
    max-width: 100%;
    margin-top: 0% !important;
}
.products-block .p > a:hover img {
    transform: scale(1.05);
}
.short-embed {
    width: 100%;
    max-width: 600px;
    margin: 0;
    aspect-ratio: 16 / 9 !important;
  }

  .short-embed iframe {
    width: 100%;
    aspect-ratio: 16 / 9 !important;
    height: auto;
    border: 0;
    display: block;
  }
@media (min-width: 480px) and (max-width: 767px) {
    #header .navigation-buttons a[href="/login/"]:before {
        margin-top: 22px;
    }
.container.navigation-wrapper .site-name {
        flex-basis: 200px;
    }
}
@media (max-width: 479px) {
    .container.navigation-wrapper .site-name {
        flex-basis: 100px;
    }
}
#header .navigation-buttons .header_login {width: 50px;margin-left: 0px;}
.header_login:before {content: "";width: 20px;height: 20px;-webkit-mask-image: url(/user/documents/upload/res/icons_login.svg);
    mask-image: url(/user/documents/upload/res/icons_login.svg);
    margin-top: -2px;
}
body {text-underline-offset: 4px;}