/* Cookie law block */
.cookie-law-box {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 11;
  border-top: 5px solid;
  padding: 10px 20px;
  text-align: center;
  display: none;
}
.cookie-law-box p {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  font-size: 0.875em;
}
.cookie-law-box .cookie-law-buttons {
  display: inline-block;
}
.cookie-law-box .cookie-law-buttons a {
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
  display: inline-block;
}
.cookie-law-box .cookie-law-buttons .cookie-law-confirm {
  padding: 5px 10px;
  text-decoration: none;
  margin-right: 10px;
}
.cookie-law-box .cookie-law-buttons .cookie-law-reject {
  padding: 5px 10px;
  text-decoration: none;
  margin-right: 10px;
}
.cookie-law-box .cookie-law-buttons .cookie-law-2022 {
  font-weight: bold;
}
/* out of stock */
.mail-watch-form label {
  cursor: pointer;
}
.mail-watch-form-input {
  display: none;
}
#fixed-bottom-box {
  position: fixed;
  left: 5px;
  padding: 0px 15px;
  bottom: 15px;
  z-index: 8000;
}
/* Users online box */
.users-online-box {
  background: #fffcd2 none repeat scroll 0 0;
  color: black;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #888;
  font-size: 12px;
  padding: 10px 0px;
  display: block;
  width: 200px;
  height: auto;
  margin: 10px 5px;
  position: relative;
}
.users-online-box div.text {
  line-height: 1.25em;
  padding-left: 10px;
  padding-right: 20px;
}
div.icon-close {
  cursor: pointer;
  font-family: 'Titillium Web';
  position: absolute;
  top: 0px;
  right: 0px;
  font-style: normal;
  font-size: 10px;
  line-height: 1em;
  padding: 5px 5px;
  display: block;
  border-radius: 2px;
}
@media screen and (max-width: 1200px) {
  #fixed-bottom-box {
    display: none;
  }
}
/* Sticky floating banner */
.sticky-floating-banner {
  position: absolute;
  z-index: 9;
  left: 0px;
  max-width: 220px;
  display: none;
}
.sticky-floating-banner img,
.sticky-floating-banner-fixed img {
  max-width: 100%;
}
.sticky-floating-banner-fixed {
  position: fixed;
  top: 150px;
  left: 0px;
  max-width: 220px;
  display: none;
  z-index: 10;
}
@media (min-width: 1400px) {
  .sticky-floating-banner,
  .sticky-floating-banner-fixed {
    display: block;
  }
}
@media (max-width: 1600px) {
  .sticky-floating-banner,
  .sticky-floating-banner-fixed {
    max-width: 120px;
  }
}
.sticky-floating-banner-close {
  float: right;
}
.sticky-floating-banner-close:hover {
  cursor: pointer;
}
/* Product strip */
.product-box {
  position: relative;
  text-align: center;
}
.product-box .product-strips {
  position: absolute;
  top: -2px;
  left: -100px;
  margin: 0px;
  width: 100px;
}
.product-strip {
  font-size: 11px;
  text-align: center;
  color: #fff;
  padding: 2px 5px;
  max-width: 100px;
  display: block;
  clear: both;
  background: #9ed222;
  margin: 1px 0px;
}
.itembox-item .product-strip {
  max-width: 100%;
  margin: 2px 0px;
  font-size: 12px;
}
.product-box .product-strips .product-strip {
  float: right;
  text-align: right;
}
.product-strip.quantity-discount-strip {
  background: #ff7803;
}
.product-strip.discount-strip {
  background: #FF6A6A;
}
.already-in-cart-strip {
  background: #ff7803;
  color: #fff;
  padding: 5px;
  opacity: 0.95;
}
.someone-else-in-cart-strip {
  background: #ff5858;
  color: #fff;
  padding: 5px;
  font-size: 0.8em;
}
.product-stripes-on-list .someone-else-in-cart-strip {
  height: auto !important;
  font-size: 0.9em !important;
}
/* quantity discount */
.quantity-discount-info {
  display: none;
  padding: 10px;
}
.quantity-discount-info ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: left;
}
.quantity-discount-info ul li {
  margin: 0px;
  padding: 0px;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 1.25em;
}
.quantity-discount-info ul li:before {
  background: transparent;
}
.quantity-discount-strip {
  cursor: default;
}
.quantity-discount-strip:hover .quantity-discount-info {
  display: block;
  position: absolute;
  background: #fff;
  color: #000;
  min-width: 190px;
  left: 0px;
  z-index: 100;
}
/* quantity discount product detail */
div.quantity-discount-product-detail {
  margin-top: 10px;
  border: 1px solid #E3E3E3;
  padding: 5px;
}
div.quantity-discount-product-detail ul {
  margin-bottom: 0px;
  padding-left: 15px;
}
div.quantity-discount-product-detail span {
  font-weight: bold;
}
/* Cart */
.scroll-to-cart {
  cursor: pointer;
}
.cart-item-control {
  width: 85px;
  overflow: hidden;
}
.cart-item-control .cart-item-control-operation {
  cursor: pointer;
  text-align: center;
  line-height: 1em;
  color: #fff;
  margin: 0px 3px;
  float: left;
}
.cart-item-control .cart-item-control-operation.cart-plus {
  background: url(../img/cart_plus.png);
  background-size: 100% 100%;
  margin-top: 3px;
  margin-left: 0px;
  width: 32px;
  height: 32px;
}
.cart-item-control .cart-item-control-operation.cart-minus {
  background: url(../img/cart_minus.png);
  background-size: 100% 100%;
  margin-top: 12px;
  width: 16px;
  height: 16px;
}
.cart-item-control .cart-item-control-operation.cart-clear {
  background: url(../img/cart_clean.png);
  background-size: 100% 100%;
  margin-top: 12px;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .product-col-left {
    float: left;
    box-sizing: border-box;
    width: 35%;
  }
  .product-col-right {
    float: left;
    box-sizing: border-box;
    width: 65%;
    padding-left: 5px;
  }
}
/* Discount */
.discount {
  font-weight: bold;
  font-size: 90%;
}
.discount_price {
  text-decoration: line-through;
  font-style: normal;
}
.discount_price.currency {
  text-decoration: none;
}
.discount_highlight {
  color: red;
}
.discount_text {
  margin-left: 20px;
  display: inline !important;
}
/* Plus button */
.plus-button {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93c33c+1,809e27+100 */
  background: #93c33c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #93c33c 1%, #809e27 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #93c33c 1%, #809e27 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #93c33c 1%, #809e27 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93c33c', endColorstr='#809e27', GradientType=0);
  /* IE6-9 */
  display: block;
  cursor: pointer;
  color: #fff !important;
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.75em;
  text-align: center;
  line-height: 1.5em;
  text-transform: uppercase;
  overflow: hidden;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
}
/* heureka recenze */
.review-list .review {
  font-size: 14px;
  margin-bottom: 20px;
}
.review-list-vertical {
  max-width: 280px;
}
.review-list.review-list-horizontal .review {
  text-align: left !important;
}
.stars {
  display: inline-block;
  background: url("../img/rating-stars.png") no-repeat;
  width: 55px;
  height: 10px;
}
.stars1 {
  background-position: 0 -40px;
}
.stars2 {
  background-position: 0 -30px;
}
.stars3 {
  background-position: 0 -20px;
}
.stars4 {
  background-position: 0 -10px;
}
.stars5 {
  background-position: 0 0;
}
.review-list .review blockquote {
  padding-bottom: 0px;
  margin-bottom: 3px;
  border: 0px;
  font-style: italic;
  font-size: 14px;
  padding-left: 0px;
  margin-left: 0px;
  quotes: "“" "”" "‘" "’";
}
.review-list .review blockquote:before,
.review-list .review blockquote:after {
  font-size: 40px;
  line-height: 0px;
  position: relative;
  font-family: Arial;
  left: -5px;
}
.review-list .review blockquote:before {
  content: open-quote;
  top: 15px;
}
.review-list .review blockquote:after {
  content: close-quote;
  top: 25px;
}
.review-list .review .review-left {
  float: left;
}
.review-list.review-list-horizontal .review .review-left {
  float: none;
}
.review-list.review-list-horizontal .review .review-right {
  float: none;
}
.review-list .review .review-right {
  float: right;
}
/* Product sold */
.product-sold {
  font-size: 13px;
  text-align: center;
  line-height: 1.25em;
}
/* --- Search --- */
.search-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
.search-input {
  padding: 10px;
  width: 70%;
}
/* --- Voucher --- */
#voucher_recalculate_btn {
  display: inline-block;
  padding: 6px 12px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
}
#voucher_error,
#voucher_email_error,
#voucher_already_taken_error {
  display: none;
  color: red;
}
#voucher_min_order_price_error {
  display: none;
  color: red;
}
#voucher_immune2vouchers,
.product_immune2vouchers {
  display: none;
  color: #D58A00;
  font-weight: normal;
}
.voucher-ok {
  display: none;
  color: green;
}
/* --- Notification bar --- */
#notification-bar {
  width: 100%;
  min-height: 30px;
  padding-top: 6px;
  margin-bottom: 5px;
  font-size: 1.04em;
  color: white;
  display: none;
}
#notification-bar #notification-bar-text {
  width: 95%;
  float: left;
  box-sizing: border-box;
  text-align: center;
}
#notification-bar > .container {
  background-color: inherit;
}
#notification-bar #notification-bar-close {
  width: 5%;
  float: left;
  box-sizing: border-box;
  text-align: right;
  font-size: 1.5em;
  margin-top: -6.5px;
}
#notification-bar #notification-bar-close a {
  color: white;
  text-decoration: none;
}
#notification-bar #notification-bar-close a:hover {
  color: darkgrey;
}
@media screen and (max-width: 767px) {
  .display-block-sm {
    display: block;
  }
}
table.product-features {
  outline: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  min-width: 50%;
  border: 1px solid #d6d4d4;
}
table.product-features td {
  padding: 2px 5px;
}
table.product-features td:first-child {
  border-right: 1px solid #d6d4d4;
  font-weight: bold;
}
table.product-features td:nth-child(2) {
  padding-left: 10px;
}
table.product-features tr {
  border-bottom: 1px solid #d6d4d4;
}
table.product-features th {
  padding: 8px 5px;
  font-size: 1.05em;
  text-transform: uppercase;
}
h3.description-long-title {
  color: inherit;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  footer ul {
    padding-left: 0px;
  }
  footer ul li {
    list-style: none;
  }
}
img#loading_order_button {
  margin: 10px 0px 10px 0px;
}
/* email friend */
#email-friend-form-success {
  color: green;
  font-size: 1.1em;
}
#email-friend-form-errors {
  color: darkred;
}
#email-friend-form > .email-form-group {
  margin-bottom: 10px;
}
/* flags */
#localized_shops_flags > .flag-href {
  margin-left: 2px;
}
#localized_shops_flags > .flag-href > img,
#localized_shops_flags_mobile_only > .flag-href > img {
  border: 1px solid black;
  height: 12px;
  width: auto;
}
#localized_shops_flags_mobile_only {
  display: none;
}
.flag-href > img.flag-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* upsell */
section#upsell {
  border: 1px solid silver;
  padding-bottom: 10px;
}
section#upsell .itembox-content .row.upsell_multi_control {
  margin: 10px 0;
}
section#upsell .itembox-content .row.upsell_multi_control input.upsell_multi_input {
  padding: 5px !important;
  width: 100%;
}
section#upsell .itembox-content .row.upsell_multi_control input.upsell_multi_input::-webkit-outer-spin-button,
section#upsell .itembox-content .row.upsell_multi_control input.upsell_multi_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section#upsell .itembox-content .row.upsell_multi_control input.upsell_multi_input[type=number] {
  -moz-appearance: textfield;
}
section#upsell .itembox-content .row.upsell_multi_control input.upsell_multi_input:focus-visible {
  outline: 0;
}
section#upsell .itembox-content .row.upsell_multi_control button.uplsell_multi_button {
  width: 31px;
  height: 31px;
  font-size: 20px;
  font-weight: bold;
  line-height: 0px;
  margin: 0 5px;
  border-radius: 5px;
  border: 0;
}
section#upsell .itembox-content .row.upsell_multi_control button.uplsell_multi_button:hover,
section#upsell .itembox-content .row.upsell_multi_control button.uplsell_multi_button:focus,
section#upsell .itembox-content .row.upsell_multi_control button.uplsell_multi_button:active {
  filter: invert(5%);
}
section#upsell h3 {
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: inherit;
}
section#upsell h3#upsell_clock {
  margin-bottom: 0px;
}
section#upsell a.plus-button {
  padding: 5px !important;
}
section#upsell a.plus-button.itembox-upsell-multi {
  display: inline-block;
  padding: 7px 20px !important;
  font-size: 18px;
}
section#upsell a.plus-button.itembox-upsell-multi:hover,
section#upsell a.plus-button.itembox-upsell-multi:focus,
section#upsell a.plus-button.itembox-upsell-multi:active {
  filter: invert(5%);
}
section#upsell.upsell-popup {
  border: 0px;
}
section#upsell.upsell-popup .popup-upsell-buttons {
  margin-top: 25px;
}
section#upsell.upsell-popup a.plus-button {
  font-size: 20px;
}
section#upsell.upsell-popup a.do-not-add-button {
  vertical-align: middle;
  padding: 5px !important;
  display: inline-block;
  padding: 7px 20px !important;
  font-size: 14px;
  margin-top: 10px;
}
section#upsell.upsell-popup a.do-not-add-button:hover,
section#upsell.upsell-popup a.do-not-add-button:focus,
section#upsell.upsell-popup a.do-not-add-button:active {
  filter: invert(5%);
}
/*msg amount remaining to free shipping*/
.remaining-to-free-shipping {
  margin-bottom: 10px;
}
p.no_shipping {
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px;
  background-color: #FFE4E4;
}
#fancybox-inner .remaining-to-free-shipping {
  /*in fancybox*/
  margin-top: 5px;
  margin-bottom: 5px;
}
.main-order-form .remaining-to-free-shipping {
  /*in cart (order form)*/
  padding: 15px;
  border: 1px solid black;
  display: none;
}
input.full-width-input {
  width: 100%;
  padding-right: 6px !important;
}
/*load saved address msg*/
div#load-saved-address {
  display: none;
  padding: 2px;
}
div#load-saved-address > p > span#load-saved-address-name {
  font-style: italic;
}
div.terms-wrapper {
  max-width: 950px;
  text-align: left !important;
}
/* youtube responsive video */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 10px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hidden-not-important {
  display: none;
}
.house-num-col {
  float: left;
  width: 100px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-right: 8px;
}
.clearfix {
  clear: both;
}
#newsletter-info-modal-wrapper {
  text-align: center;
}
.content-product-detail {
  margin: 10px 0px 10px 0px;
}
/* Alternative products */
table.ap-items {
  width: 100%;
}
table.ap-items tr {
  border-top: 1px solid grey;
}
table.ap-items tr:last-child {
  border-bottom: 1px solid grey;
}
table.ap-items tr td {
  vertical-align: center;
  padding: 5px;
}
table.ap-items tr td.ap-img img {
  max-width: 80px;
}
table.ap-items tr td.ap-img .product-stripes {
  position: absolute;
  top: 2px;
  left: 0;
}
table.ap-items tr td.ap-main {
  padding-left: 15px;
}
table.ap-items tr td.ap-main div.ap-item-title {
  font-size: 1.04em;
  padding-bottom: 4px;
}
table.ap-items tr td.ap-add-to-cart {
  padding-left: 15px;
  width: 80px;
  text-align: right;
}
table.ap-items tr td.ap-add-to-cart a.plus-button {
  margin-top: 4px;
  padding-bottom: 6px;
}
div.ap-show-more {
  margin-top: 10px;
}
table.ap-more-items {
  display: none;
}
table.ap-more-items tr:first-child {
  border-top: none;
}
.not-active-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
#form input.val_error,
input.val_error {
  border: 2px solid red !important;
}
input[type="checkbox"].val_error {
  box-shadow: 0px 0px 1px 1px red !important;
}
.yt-video {
  margin-top: 20px;
}
.relative {
  position: relative;
}
/* quantity pop up */
.stored-count-popup,
.stored-count-fake-popup {
  display: none;
  position: absolute;
  top: -10px;
  padding: 3px;
  width: 100%;
  background-color: white;
  border: 1px solid black;
  z-index: 5;
}
.stored-count-popup:hover,
.stored-count-fake-popup:hover {
  display: block;
}
.products-list .stored-count-popup,
.products-list .stored-count-fake-popup {
  width: initial;
  top: -50px;
}
.stored-count:not(.fake-count):hover + .stored-count-popup,
.stored-count:not(.fake-count):focus + .stored-count-popup,
.stored-count.fake-count:hover + .stored-count-fake-popup,
.stored-count.fake-count:focus + .stored-count-fake-popup {
  display: block;
}
/* spam protection */
input[name="halusky1"],
input[name="halusky2"],
input[name="halusky3"],
input[name="halusky4"] {
  display: none !important;
}
/* Order product table */
.order-product-table .image-placeholder,
.order-product-table .image-wrapper {
  float: left;
}
@media screen and (max-width: 510px) {
  .order-product-table .image-placeholder {
    display: none;
  }
  .order-product-table .image-wrapper {
    float: none;
  }
}
/* divided shipping and payment */
.shippings_divided ul {
  list-style-type: none;
  padding-left: 0px;
}
.shippings_divided input[type="radio"] {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.shippings_divided label:hover,
.shippings_divided input[type="radio"]:hover {
  cursor: pointer;
}
/* motivating box */
.motivating-box {
  border: 1px solid #E3E3E3;
  padding: 5px;
  font-weight: bold;
}
.motivating-box .motivating-box-text:before {
  position: relative;
  z-index: 10000;
  top: 8px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
}
.motivating-box .motivating-box-sold:before {
  background: url(../img/man-user.png) no-repeat;
  background-size: 16px 16px;
}
.motivating-box .motivating-box-online:before {
  background: url(../img/eye.png) no-repeat;
  background-size: 16px 16px;
}
/* selectize */
.selectize-control input[type="select-one"],
.selectize-control div.item,
.selectize-dropdown [data-selectable].option {
  font-size: 14px;
}
.ship-branch-czech-post,
.ship-branch-paczkomat {
  width: 100%;
}
/* owl carouse */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel-gallery .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel-gallery .owl-nav button.owl-prev {
  font-size: 1.8em;
  bottom: 1em;
  background: transparent;
  border: 0px;
  outline: none;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  display: none;
}
.img-responsive-editor {
  max-width: 100%;
  height: auto !important;
}
.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99982;
}
.cart_hide_inactive_payment_message,
.cart_hide_inactive_shipping_message {
  margin-left: 5px;
  font-style: italic;
}
/* order deadline */
.delivery-date .order-deadline,
.delivery-date .order-delivery-date {
  font-weight: bold;
}
.delivery-date-show-popup .order-deadline,
.delivery-date-show-popup .order-delivery-date {
  text-decoration: underline dashed;
}
.delivery-date-show-popup:hover .delivery-date-popup {
  display: block;
}
.delivery-date-popup {
  display: none;
  position: absolute;
  top: 2em;
  text-align: center;
  padding: 3px;
  width: 100%;
  background-color: white;
  border: 1px solid black;
  z-index: 5;
}
img.product-features-image {
  height: 40px;
  float: right;
}
.fancybox-slide--video {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
._thumb_50 {
  height: 50px;
  width: auto;
}
.youtube-thumbnail-img {
  max-height: 100%;
  max-width: 10%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.7;
  filter: brightness(50%);
}
.youtube-thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 460px;
}
.youtube-thumbnail-bg {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: white;
  display: none;
}
.youtube-thumbnail:hover .youtube-thumbnail-bg {
  display: block;
}
.youtube-thumbnail:hover .youtube-thumbnail-img {
  opacity: 1;
  filter: brightness(100%);
}
@media screen and (max-width: 991px) {
  .youtube-thumbnail {
    height: 300px;
  }
  .youtube-thumbnail-bg {
    height: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 550px) {
  .youtube-thumbnail {
    height: 320px;
  }
}
@media screen and (max-width: 450px) {
  .youtube-thumbnail {
    height: 260px;
  }
}
@media screen and (max-width: 350px) {
  .youtube-thumbnail {
    height: 180px;
  }
}
a.product figure .img_description_layer.img_description_layer_image {
  padding: 0px;
}
.upsell-popup {
  max-width: 900px;
}
.typo-domain-msg {
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.phone-validation-msg,
.street-validation-msg {
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 10px;
}
p.order_submit_msg {
  margin: 1em 0 0.2em 0 !important;
}
/* bootrap 3 fallback */
.my-mt-3 {
  margin-top: 1rem !important;
}
.my-me-3 {
  margin-right: 1rem !important;
}
.my-md-3 {
  margin-bottom: 1rem !important;
}
.my-ms-3 {
  margin-left: 1rem !important;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 470px) {
  div.terms-wrapper {
    max-width: 100%;
    text-align: left !important;
  }
}
.cta_buttons {
  border: 1px solid #e5e5e5;
  padding: 8px;
  padding-left: 16px;
  margin-bottom: 10px;
}
.cta_buttons .link a {
  color: black;
  text-decoration: underline;
}
.cta_buttons .title {
  font-size: 20px;
  font-weight: bold;
}
.cta_buttons .title,
.cta_buttons .text {
  margin-bottom: 8px;
}
.cta_buttons.cta_warning {
  border-left: 6px solid #f90006;
}
.cta_buttons.cta_warning .title {
  color: #f90006;
}
.cta_buttons.cta_tip {
  border-left: 6px solid #f48a2b;
}
.cta_buttons.cta_tip .title {
  color: #f48a2b;
}
.cta_buttons.cta_cta {
  border-left: 6px solid #40af10;
}
.cta_buttons.cta_cta .title {
  color: #40af10;
}
#cookie-law-modal-detail .modal-body {
  max-height: calc(100vh - 250px);
}
#cookie-law-modal-detail .modal-body a {
  text-decoration: underline;
}
#cookie-law-modal-detail .modal-body .form-switch {
  padding-left: 0;
  margin-left: 0;
}
#cookie-law-modal-detail .modal-body .form-switch .cookie-checkbox-stop-propagation {
  height: 22px;
}
#cookie-law-modal-detail .modal-body .accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
  box-shadow: unset;
}
#cookie-law-modal-detail .modal-body .accordion-button {
  font-weight: bold;
  padding-left: 10px;
}
