.btn.btn-conversion,
a.btn.btn-conversion {
  display: inline-flex;
  width: auto;
}
.sidebar {
  width: 300px;
}
.benefitBanner__item {
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.benefitBanner__picture {
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.benefitBanner__link {
  flex-wrap: wrap;
}
.benefitBanner__content {
  margin-top: 0;
  padding: 0;
  justify-content: center;
  padding-right: 0;
  width: 100%;
}
.benefitBanner__picture img {
  max-height: 70px;
  max-width: 75px;
}
.benefitBanner__picture {
  height: 70px;
}
.products-block .p-in-in {
  min-height: auto;
}
.category-header input[type="radio"]:checked + label {
  background-color: var(--color-primary);
}
.welcome .welcome__content p {
  margin-bottom: 0;
}

.welcome .welcome__content p + p {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .top-navigation-bar .container > div.top-navigation-contacts {
    top: 0;
    height: 49px;
  }
  .welcome h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .welcome p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .welcome {
    padding: 40px 40px 40px 40px;
  }
}
@media (min-width: 768px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 130px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 130px;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 130px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 155px;
  }
}
@media (max-width: 767px) {
  .top-navigation-bar {
    background-color: white;
  }
}

@media (max-width: 370px) {
  .top-navigation-bar .site-name a img {
    max-height: 30px;
  }
}

@media (min-width: 768px) {
  .products-related-block h2,
  .products-alternative-block h2,
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 36px;
  }
  body .hodnoceni:before {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .products-block.products .p .name {
    font-size: 18px;
  }
  .navigation-buttons a[data-target="cart"]:hover {
    color: white;
  }
  .header-top .btn.cart-count:hover .cart-price {
    color: white;
  }
  .navigation-buttons .click-cart a:after {
    display: none;
  }
  .click-cart > a[data-target="cart"] {
    background: var(--color-secondary);
    border-radius: 8px;
  }
  .click-cart > a[data-target="cart"]:hover {
    background: var(--color-secondary-hover);
  }
  #header .cart-count {
    border-radius: 7px 7px;
  }
  .navigation-buttons a[data-target="cart"] {
    color: #fff;
  }
  .header-top .btn.cart-count:before {
    font-size: 26px;
  }
  .header-top .btn.cart-count:before {
    color: white !important;
  }
  .navigation-buttons {
    right: 0;
  }
  .cart-window-visible #header .click-cart {
    border-radius: 7px 7px 0 0;
  }
  .cart-window-visible #header .cart-count {
    background: var(--color-secondary-hover);
    border-radius: 7px 7px 0 0;
  }
  .cart-window-visible .btn.cart-count .cart-price {
    color: white;
  }
  .popup-widget {
    margin-left: -6px;
  }
}

@media (min-width: 992px) {
  .popup-widget.cart-widget {
    margin-left: 106px;
  }
}

@media (min-width: 1200px) {
  .popup-widget.cart-widget {
    margin-left: 209px;
  }
  .multiple-columns-body .position--benefitProduct .benefitBanner__item {
    flex: 1 1 25%;
  }
}

@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 329px;
  }
}

.news-item-detail .text h2 {
  font-size: 14px;
}

.type-page .content-inner article .room-view-1 p {
  font-size: 20px;
  color: white;
}

.footer-item.footer-item-newsletter .compact-form .btn {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

body [data-pobo-page-id="14854"] a.btn.btn-conversion {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .navigation-window-visible .responsive-tools {
    /*margin-right: 30px;*/
  }
  .overall-wrapper {
    padding-top: 60px;
  }
  .in-index .overall-wrapper {
    padding-top: 50px;
  }
  .responsive-tools .click-cart {
    padding-left: 5px;
  }
  .responsive-tools > a {
    width: 40px;
  }
  .responsive-tools > a[data-target="navigation"] {
    width: 50px;
  }
  .responsive-tools > a[data-target="search"] {
    display: flex;
    width: 30px;
  }
  .responsive-tools .click-cart {
    padding-right: 0;
  }
  .search-window-visible:not(.navigation-window-visible) #header {
    top: 50px;
  }
  .search-window-visible #header .search-form {
    margin: 0;
  }
  #header {
    top: -10px;
  }
}

@media (min-width: 992px) {
  .top-navigation-bar .container > div.top-navigation-contacts {
    height: 35px !important;
  }
}

@media (min-width: 768px) {
  .banners-top-block .banner-wrapper {
    width: 33.33%;
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}

.banners-top-block .extended-banner-title:not(:empty) {
  max-width: 100%;
}
.carousel-overlay {
  transition: background-color 250ms ease-out;
  background-color: rgba(0, 0, 0, 0.2);
}

.next-to-carousel-banners a:hover .carousel-overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

.banners-top-block .next-to-carousel-banners {
  margin-top: 30px;
}

/* products */

@media (min-width: 768px) {
  .products-block.products .p .name {
    font-size: 16px;
  }
}

.product .p {
  padding: 12px 11px 12px;
}

@media (min-width: 992px) {
  .product.no-button .p {
    padding: 30px 30px 30px;
  }
  .products-group {
    margin-top: 0;
  }
}

.detail-parameters .advanced-parameter-inner {
  display: flex;
  box-shadow: none;
  /* border: 1px solid black; */
  border-radius: 7px;
}

.detail-parameters .parameter-value {
  display: none;
}

.widget-parameter-wrapper .widget-parameter-list {
  width: 100%;
  margin: 0 -25px;
}

.widget-parameter-wrapper {
  position: relative;
  left: auto;
  width: 100%;
  bottom: auto;
  /* margin-bottom: 15px; */
}

.products-block .widget-parameter-list {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.widget-parameter-wrapper .widget-parameter-value a {
  /* background-color: #292929;
  color: var(--color-secondary); */
}

.widget-parameter-wrapper {
  overflow: visible;
  text-align: center;
  justify-content: center;
  margin-top: 15px;
}

.widget-parameter-wrapper .widget-parameter-more.visible {
  display: none;
}

.widget-parameter-wrapper .widget-parameter-list {
  padding: 0;
}

.widget-parameter-wrapper .widget-parameter-value span,
.widget-parameter-wrapper .widget-parameter-value a {
  color: black;
}

.products-block .p-in-in {
  min-height: auto;
}

.products-block .product-btn {
  position: static;
  bottom: auto;
}

.widget-parameter-wrapper {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}

/* product color-variants */

.products-block .p-bottom .p-desc {
  display: none;
}

.widget-parameter-wrapper .widget-parameter-value:first-child a {
  padding-left: 15px !important;
}

.color-variants {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  margin-left: -8px;
  margin-right: -8px;
}

.color-variants__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  margin: 3px 3px 3px;
  border: 1px solid transparent;
  border: 1px solid #e0e5ee;
}

.has-detail-product-arrows .carousel-control--product.left {
  left: -15px;
}

.has-detail-product-arrows .carousel-control--product.right {
  right: -15px;
}

.has-detail-product-arrows .carousel-control--product.right,
.has-detail-product-arrows .carousel-control--product.left {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09);
}

.has-detail-product-arrows .carousel-control--product.right:before,
.has-detail-product-arrows .carousel-control--product.left:before {
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .products-block.products .p .name {
    font-size: 14px;
  }
  .products-block .p .flags-default {
    left: -7px;
    top: -8px;
  }
  .widget-parameter-wrapper .widget-parameter-value:first-child a {
    padding-left: 10px !important;
  }
  .widget-parameter-wrapper .widget-parameter-value span,
  .widget-parameter-wrapper .widget-parameter-value a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .color-variants__item {
    margin: 1px 1px 1px;
    width: 25px;
    height: 25px;
  }
}

@media (min-width: 768px) {
  .products-block {
    margin: 0 -5px;
  }
  /* .products-block .product-btn {
    display: none;
  } */
  .products-block .p .flags-default {
    left: -5px;
    top: -5px;
  }
  .products-block.products .p .name {
    -webkit-line-clamp: 4;
  }
  .products-block > div .p .p-bottom > div .p-tools {
    order: -1;
    margin-bottom: 10px;
  }
  .products-block .p-bottom > div .prices,
  .columns-mobile-2 .products-block .p-bottom > div .prices {
    margin-bottom: 0;
  }
  .products-block > div .p-bottom > div,
  .columns-mobile-2 .products-block > div .p-bottom > div {
    flex-direction: column;
  }

  .products-block > div .p .name,
  .columns-mobile-2 .products-block > div .p .name {
    text-align: center;
  }

  .products-block .p-bottom .availability,
  .columns-mobile-2 .products-block .p-bottom .availability {
    text-align: center;
    line-height: 1.4;
  }

  .widget-parameter-wrapper .widget-parameter-value {
    margin: 3px 3px 3px;
  }
  .widget-parameter-wrapper .widget-parameter-value a {
    padding: 4px 10px !important;
    min-height: 35px;
    min-width: 40px;
    border: 1px solid #d7d7d7;
    background-color: white;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
  }

  .widget-parameter-wrapper .widget-parameter-value:first-child a {
    padding: 4px 10px !important;
  }

  .widget-parameter-wrapper .widget-parameter-value a:hover {
    background-color: #eeecf4;
    border-color: #353288;
    color: #353288;
  }
  .widget-parameter-wrapper .widget-parameter-value.is-selected a {
    background-color: #eeecf4;
    border-color: #353288;
    color: #353288;
  }

  .product .p {
    padding-bottom: 60px;
  }

  .products-block .product-btn {
    position: absolute;
    /* margin-left: -15px;
    margin-right: -15px;
		width: auto; */
    width: 100%;
    margin-top: 0;
    bottom: 0;
    text-align: center;
  }

  .products-block .product-btn button.btn.btn-add-to-basket {
    font-weight: 700;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #fbfbfb;
    color: #1bad29;
    box-shadow: none;
    font-size: 15px;
    max-width: 100%;
    width: 100%;
    box-shadow: none;
    border-radius: 0 !important;
    min-height: 50px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .products-block .product-btn button.btn.btn-add-to-basket:before {
    content: "\e929";
    font-family: "apollo" !important;
    color: #1bad29;
    font-size: 16px;
    margin-right: 8px;
    top: -1px;
    position: relative;
  }

  .products-block .product-btn button.btn.btn-add-to-basket.is-selected {
  }

  .products-block .product-btn button.btn.btn-add-to-basket.is-selected:before {
    content: "\e918";
  }
}

.products-block > div .p .p-bottom > div .p-tools {
  display: flex !important;
}

@media (max-width: 768px) {
  .products-block.products > div {
    padding: 5px 5px;
  }
  .products-block .p-in-in {
    min-height: auto;
  }
  .columns-mobile-2 .products-block .p-in-in {
    min-height: auto;
  }
  .products-block > div .p .name,
  .columns-mobile-2 .products-block > div .p .name {
    text-align: center;
  }
  .products-block.products .p .name {
    -webkit-line-clamp: 2;
  }
  .products-block > div .p .p-bottom > div .p-tools {
    order: -1;
    margin-bottom: 10px;
  }
  .products-block .p-bottom > div .prices,
  .columns-mobile-2 .products-block .p-bottom > div .prices {
    margin-bottom: 0;
  }
  .products-block > div .p-bottom > div,
  .columns-mobile-2 .products-block > div .p-bottom > div {
    flex-direction: column;
  }

  .products-block .p-bottom .availability,
  .columns-mobile-2 .products-block .p-bottom .availability {
    text-align: center;
    line-height: 1.4;
  }

  .widget-parameter-wrapper .widget-parameter-value {
    margin: 3px 3px 3px;
  }
  .widget-parameter-wrapper .widget-parameter-value a {
    padding: 4px 10px !important;
    min-height: 35px;
    min-width: 40px;
    border: 1px solid #d7d7d7;
    background-color: white;
    font-weight: 700;
    font-size: 12px;
  }

  .widget-parameter-wrapper .widget-parameter-value a:hover {
    border: 1px solid #d7d7d7;
    background-color: white;
    color: black;
  }
  .widget-parameter-wrapper .widget-parameter-value.is-in-cart a,
  .widget-parameter-wrapper .widget-parameter-value.is-selected a {
    background-color: #eeecf4;
    border-color: #353288;
    color: white;
  }

  .product .p {
    padding-bottom: 60px;
  }

  .products-block .product-btn {
    position: absolute;
    /* margin-left: -15px;
    margin-right: -15px;
		width: auto; */
    width: 100%;
    margin-top: 0;
    bottom: 0;
    text-align: center;
  }

  .products-block .product-btn button.btn.btn-add-to-basket {
    font-weight: 700;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #fbfbfb;
    color: #1bad29;
    box-shadow: none;
    font-size: 13px;
    max-width: 100%;
    width: 100%;
    box-shadow: none;
    border-radius: 0 !important;
    min-height: 50px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .products-block .product-btn button.btn.btn-add-to-basket:before {
    content: "\e929";
    font-family: "apollo" !important;
    color: #1bad29;
    font-size: 16px;
    margin-right: 8px;
    top: -1px;
    position: relative;
  }

  .products-block .product-btn button.btn.btn-add-to-basket.is-selected {
  }

  .products-block .product-btn button.btn.btn-add-to-basket.is-selected:before {
    content: "\e918";
  }
}

@media (max-width: 767px) {
  .product .widget-parameter-wrapper {
    margin-top: 0;
  }
}

.colorbox-html-content .widget-parameter-wrapper {
  display: none;
}
/*
|--------------------------------------------------------------------------
| VARIANTS
|--------------------------------------------------------------------------
*/

.widget-parameter-value {
  position: relative;
}

.widget-parameter-value a {
  cursor: pointer;
  pointer-events: auto !important;
}

/*
|--------------------------------------------------------------------------
| SELECTED
|--------------------------------------------------------------------------
*/

.widget-parameter-value.is-selected a {
  border: 1px solid #111 !important;
  background: #111;
  color: #000000 !important;
}

/*
|--------------------------------------------------------------------------
| IN CART
|--------------------------------------------------------------------------
*/

.widget-parameter-value.is-in-cart a {
  background-color: #eeecf4;
  border-color: #36328b !important;
}

/*
|--------------------------------------------------------------------------
| COUNT
|--------------------------------------------------------------------------
*/

.widget-parameter-wrapper .widget-parameter-value span.jt-cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 4px;
  border-radius: 20px;
  background: #36328b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  width: 20px;
  min-height: auto;
  border: 2px solid #36328b;
}

@media (min-width: 1440px) {
  .sidepanel-rating__address-block .rate-average {
    font-size: 50px;
  }
}

/*
|--------------------------------------------------------------------------
| NOTIFICATION
|--------------------------------------------------------------------------
*/

.jt-cart-notification {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #111;
  color: #fff;
  padding: 14px 18px;
  border-radius: 10px;
  z-index: 999999;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  pointer-events: none;

  max-width: 480px;
  padding: 1ex 1em 1ex 2em;
  font-size: 14px;
  min-height: 60px;
  font-weight: 500;
  opacity: 1;
  border-radius: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
}

.jt-cart-notification.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.jt-cart-notification.success {
  border-color: #66bf3a;
  color: #ffffff;
  background-color: #66bf3a;
}

.jt-cart-notification.remove {
  border-color: #dc3545;
  color: #ffffff;
  background-color: #dc3545;
}

.jt-cart-notification.error {
  border-color: #ff9800;
  color: #ffffff;
  background-color: #ff9800;
}

@media (min-width: 768px) {
  .jt-cart-notification {
    padding: 1.5ex 1em 1.5ex 2em;
    font-size: 20px;
    min-height: 90px;
  }
}
