/* fonts */
@font-face {
  font-family: 'Mark Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: url('/user/documents/upload/MARKPRO.woff') format('woff');
}
@font-face {
  font-family: 'Mark Pro Extra Light';
  font-style: normal;
  font-weight: normal;
  src: url('/user/documents/upload/MARKPROEXTRALIGHT.woff') format('woff');
}
@font-face {
  font-family: 'Mark Pro Light';
  font-style: normal;
  font-weight: normal;
  src: url('/user/documents/upload/MARKPROLIGHT.woff') format('woff');
}
@font-face {
  font-family: 'Mark Pro Book';
  font-style: normal;
  font-weight: normal;
  src: url('/user/documents/upload/MARKPROBOOK.woff') format('woff');
}
@font-face {
  font-family: 'Mark Pro Medium';
  font-style: normal;
  font-weight: normal;
  src: url('/user/documents/upload/MARKPROMEDIUM.woff') format('woff');
}
@font-face {
  font-family: 'Mark Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: url('/user/documents/upload/MARKPROBOLD.woff') format('woff');
}
@font-face {
  font-family: 'Mark Pro Heavy';
  font-style: normal;
  font-weight: normal;
  src: url('/user/documents/upload/MARKPROHEAVY.woff') format('woff');
}
@font-face {
  font-family: 'Mark Pro Black';
  font-style: normal;
  font-weight: normal;
  src: url('/user/documents/upload/MARKPROBLACK.woff') format('woff');
}
body * {
  font-family: 'Mark Pro Regular' !important;
}
.navigation-in ul li a b,
.menu-helper {
  font-family: 'Mark Pro Bold' !important;
  text-transform: uppercase;
}

/* header */
.added_top_contacts {
  background-color: #b1e4e3;
}
.added_top_contacts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.added_top_contacts ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-inline-start: 0px;
}
.added_top_contacts li {
  padding: 5px 15px;
  text-align: center;
}
.added_top_contacts li a {
  font-weight: 500;
}
.added_top_contacts li > a.kn_mail::before {
  content: '\e924';
  font-family: shoptet;
  margin-right: 14px;
}
.added_top_contacts li > a.kn_phone::before {
  content: '\e92c';
  font-family: shoptet;
  margin-right: 14px;
}
@media (min-width: 767px) {
  .navigation-in.menu {
    padding-left: 30px;
  }
  .navigation-in > ul > li.exp > a,
  .navigation-in > ul > li > a:hover {
    color: #000;
  }
}
@media (max-width: 768px) {
  .added_top_contacts li {
    width: 100%;
  }
  .navigation-buttons {
    top: 31px;
  }
  .site-msg.information + .user-action + .added_top_contacts + #header .navigation-buttons {
    top: 91px;
  }
  .scrolled .navigation-buttons {
    top: 0px;
  }
}

.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.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: #f9f9f9;
}
#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;
}
.navigation-in ul.menu-level-2,
.menu-helper > ul {
  background-color: #b1e4e3;
  border-color: #b1e4e3;
}
.navigation-in ul li a b,
.menu-helper {
  font-weight: 400;
}
.navigation-buttons a[data-target='kn_mail']::before {
  content: '\e924';
}
.navigation-buttons a[data-target='kn_call']::before {
  content: '\e92c';
}
.navigation-buttons a[data-target='kn_mail']:hover::before,
.navigation-buttons a[data-target='kn_call']:hover::before {
  color: #f9f9f9;
}
.navigation-buttons > a[data-target='cart'] i {
  color: #fff;
  background-color: #9976e7;
  line-height: 16px;
}
.navigation-buttons a[data-target='login'] {
  display: none;
}

body:not(.ordering-process) .scrolled #header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9;
  border-bottom: solid 2px #b1e4e3;
}

@media (min-width: 992px) {
  /* Underline From Center */
  .navigation-in ul li a b {
    padding-bottom: 10px;
    margin-bottom: -10px;
  }

  .navigation-in ul li a b {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
  }
  .navigation-in ul li a b:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 2px;
    background: #f9f9f9;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .navigation-in ul li a b:hover:before,
  .navigation-in ul li a b:focus:before,
  .navigation-in ul li a b:active:before {
    left: 0;
    right: 0;
  }
}

/* cta */
.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart {
  color: #fff;
  border-color: #9976e7;
  background-color: #9976e7;
  border-width: 2px;
}
.btn.btn-conversion:hover,
a.btn.btn-conversion:hover,
.btn.btn-cart:hover,
a.btn.btn-cart:hover {
  color: #9976e7;
  border-color: #9976e7;
  background-color: #fff;
}
.btn.btn-primary,
a.btn.btn-primary {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.btn.btn-primary:hover,
a.btn.btn-primary:hover {
  color: #9976e7;
  border-color: #9976e7;
  background-color: #fff;
}

.cart-window-visible .btn.btn-conversion:hover,
.cart-window-visible a.btn.btn-conversion:hover,
.cart-window-visible .btn.btn-cart:hover,
.cart-window-visible a.btn.btn-cart:hover {
  color: #fff;
  border-color: #606060;
  background-color: #606060;
}
/* cat */
#below_carousel {
  max-width: 1200px;
  margin: 50px auto 30px auto;
}
.products-block .p-code,
.p-basic-info-block .block .p-code,
.availability-amount {
  display: none !important;
}
.in-index .index-content-wrapper {
  display: flex;
  flex-direction: column;
}
.in-index .shp-tabs-wrapper.homepage-tabs-wrapper {
  order: 1;
}
.in-index .banners-content.body-banners {
  order: 2;
}
.in-index .homepage-texts-wrapper {
  order: 3;
}

.products-block .p {
  border-style: none;
}

.h4.homepage-group-title {
  display: block;
  text-align: center;
  font-size: 26px;
  margin: 30px 0px;
  font-family: 'Mark Pro Bold' !important;
}
.shp-tabs-row.responsive-nav,
.top-products-wrapper {
  display: none;
}
#tab-content > div {
  opacity: 1 !important;
  display: block;
}
.products-block > div .p {
  border-style: none;
}
.btn,
a.btn {
  text-transform: none;
}

.products-block > div .p .name {
  font-family: 'Mark Pro Bold' !important;
  font-weight: 600;
  text-transform: uppercase;
}

.flag.flag-action {
  background-color: #fa5d5d;
}
.flag.flag-new {
  background-color: #f3c770;
}
.flag.flag-tip {
  background-color: #f9f9f9;
}
.flag.flag-freeshipping {
  background-color: #000;
}
.flag.flag-discount {
  background-color: #f9f9f9;
}
.flag-text {
  font-size: 9px;
}

/* detail */
.p-data-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-basic-info-block,
.p-to-cart-block {
  border-color: #fff;
}
.p-detail-inner-header h1 {
  text-transform: uppercase;
  font-size: 32px;
}
.p-param-block {
  display: none;
}
.p-image:after {
  background-color: #fff;
}
#description {
  max-width: xxx1000px;
  margin: auto;
}
#description h2 {
  text-transform: uppercase;
  font-size: 32px;
}
#description h4 {
  color: #f9f9f9;
  margin-top: 30px;
  font-size: 24px;
}
#description ul li::marker {
  color: #f9f9f9;
}
#description ul li {
  padding-bottom: 12px;
}
#description {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .p-detail-inner-header h1 {
    text-align: left !important;
  }
}

/* footer */
#footer {
  background-color: #000;
}
.footer-bottom,
.footer-newsletter {
  border-color: #222;
}
#footer h4 {
  color: #fff;
}
#footer .footer-newsletter p,
#footer a,
.footer-bottom span {
  color: #888;
}
#footer .footer-newsletter label {
  color: #666;
}
#footer ul {
  padding-left: 0;
}
.contact-box ul li > span::before {
  color: #fff;
}
#footer a:hover {
  color: #9976e7;
}
#footer ul li::before {
  display: none;
}
.footer-links-icons {
  padding: 0;
}
#footer .btn.btn-default {
  color: #fff;
  border-color: #9976e7;
  background-color: #9976e7;
  border-width: 2px;
}
#footer .btn.btn-default:hover {
  color: #9976e7;
  border-color: #9976e7;
  background-color: #000;
}
#footer .form-control {
  border-color: #222;
  color: #666;
  background-color: #222;
}
.newsletter-header h4 span + p {
  display: none;
}
#signature a.image {
  filter: grayscale(1);
}

/* Mobile content windows moving from right
background: #fff
text: #000
hover #9976e7
*/

.toggle-window-arr {
  left: unset;
  right: 40px;
  text-align: right;
}
.continue-shopping::before {
  margin-right: 0;
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

/* mobile menu from right */
@media (max-width: 768px) {
  .navigation-window-visible #navigation {
    width: 90%;
  }
  .overall-wrapper {
    transition: margin 400ms;
  }
  .navigation-window-visible .overall-wrapper {
    margin-left: -90%;
    width: 100%;
  }
  .navigation-window-visible .top-navigation-menu {
    display: none !important;
  }
  .navigation-window-visible .container > div.top-navigation-contacts {
    left: unset !important;
    right: 10px;
  }
  .navigation-window-visible .container > div.top-navigation-contacts a {
    color: #000;
  }
  .navigation-window-visible .navigation-in {
    -webkit-box-shadow: inset 20px 0 12px -6px #00000027;
    -moz-box-shadow: inset 20px 0 12px -6px #00000027;
    box-shadow: inset 20px 0 12px -6px #00000027;
  }

  .navigation-in {
    background-color: #fff;
  }
  .navigation-in a {
    color: #000 !important;
    font-size: 24px;
  }
  .navigation-in .menu-level-2 a {
    color: #a3a3a3;
  }
  .navigation-in ul li a b {
    font-weight: 400;
  }
  .navigation-in a:hover {
    color: #9976e7 !important;
  }
  .navigation-in ul li a {
    text-align: center;
    padding: 20px;
  }
  .navigation-in ul.menu-level-2 li a {
    padding: 20px;
    font-size: 18px;
    color: #444444;
  }
  .navigation-in ul.menu-level-2,
  .menu-helper > ul {
    background-color: #b1e4e3;
    border-color: #b1e4e3;
  }
  .navigation-in .menu-level-1:before {
    content: '';
    height: 100px;
    width: 50%;
    margin: 25%;
    display: block;
    background: url('/user/documents/upload/res2021/hellococo_logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .navigation-close {
    color: #000;
  }
}

/* cart from right */
@media (max-width: 768px) {
  .content-window.cart-window {
    width: 0px;
    left: unset;
    right: 0;
  }
  .cart-window-visible .content-window.cart-window {
    width: 90%;
    left: unset;
    right: 0;
  }
  .overall-wrapper {
    transition: margin 400ms;
  }
  .cart-window-visible .overall-wrapper {
    margin-left: -90%;
    width: 100%;
  }
  .cart-window-visible .content-window.cart-window,
  .cart-window-visible .content-window.cart-window .content-window-in {
    background-color: #fff;
    -webkit-box-shadow: inset 20px 0 12px -6px #00000027;
    -moz-box-shadow: inset 20px 0 12px -6px #00000027;
    box-shadow: inset 20px 0 12px -6px #00000027;
  }
  .cart-window-visible .content-window.cart-window *:not(.btn) {
    color: #000 !important;
  }
  .cart-window-visible .content-window.cart-window a:hover {
    color: #9976e7 !important;
  }
  .cart-window-visible .cart-table tr td {
    background-color: #fff;
  }
  .cart-window-visible .cart-heading,
  .cart-heading.h1 {
    font-size: 30px;
  }
  .cart-window-visible .contact-box ul li > span::before {
    color: #000 !important;
  }
}

/* login from right */
@media (max-width: 768px) {
  .user-action {
    width: 0px;
    left: unset;
    right: 0;
    height: 100%;
    transition: width 400ms;
  }
  .login-window-visible .content-window-in.login-window-in {
    width: 100%;
    left: unset;
    right: 0;
  }
  .overall-wrapper {
    transition: margin 400ms;
  }
  .login-window-visible .overall-wrapper {
    margin-left: -90%;
    width: 100%;
  }
  .login-window-visible .user-action {
    right: 0;
    width: 90%;
  }
  .content-window-in.login-window-in,
  .cart-window-visible .content-window.cart-window .content-window-in {
    background-color: #fff;
    -webkit-box-shadow: inset 20px 0 12px -6px #00000027;
    -moz-box-shadow: inset 20px 0 12px -6px #00000027;
    box-shadow: inset 20px 0 12px -6px #00000027;
  }
  .content-window-in.login-window-in *:not(.btn):not(.user-action-tabs a) {
    color: #000 !important;
  }
  .content-window-in.login-window-in a:hover {
    color: #9976e7 !important;
  }
}

/* search from right */
@media (max-width: 768px) {
  .content-window.search-window {
    width: 0px;
    left: unset;
    right: 0;
  }
  .search-window-visible .content-window.search-window {
    width: 90%;
    left: unset;
    right: 0;
  }
  .overall-wrapper {
    transition: margin 400ms;
  }
  .search-window-visible .overall-wrapper {
    margin-left: -90%;
    width: 100%;
  }
  .search-window-visible .content-window.search-window,
  .search-window-visible .content-window.search-window .content-window-in {
    background-color: #fff;
    -webkit-box-shadow: inset 20px 0 12px -6px #00000027;
    -moz-box-shadow: inset 20px 0 12px -6px #00000027;
    box-shadow: inset 20px 0 12px -6px #00000027;
  }
  .search-window-visible .content-window.search-window *:not(.btn) {
    color: #000 !important;
  }
  .search-window-visible .content-window.search-window a:hover {
    color: #9976e7 !important;
  }
}

/* alert */
.site-msg.information {
  position: unset;
  max-width: unset !important;
  width: auto;
  opacity: 1;
  box-shadow: unset;
  text-align: left;
  background-color: transparent;
  color: #000;
}
.close.js-close-information-msg {
  display: none;
}

/* Tabs */
.tab_container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.tab_container a {
  color: #ccc;
  text-decoration: none;
  outline: none;
}

.tab_container input,
section {
  clear: both;
  padding-top: 10px;
  display: none;
}

.tab_container label {
  font-weight: 700;
  font-size: 18px;
  float: left;
  padding: 1.5em;
  color: #757575;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #f0f0f0;
}
@media (min-width: 768px) {
  .tab_container label {
    width: calc(32% - 21px);
    height: 100px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-width: 250px;
  }
}

.tab_container input[type='checkbox']:checked + label::before,
.tab_container input[type='radio']:checked + label::before,
.tab_container input[type='radio']:checked + label::after,
.tab_container input[type='radio'] + label::before {
  display: none;
}

#tab_product:checked ~ #content1,
#tab_usage:checked ~ #content2,
#tab_content:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 20px;
  background: #fff;
  color: #000;
  border-bottom: 2px solid #f0f0f0;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: kn_tab_fadein 0.7s ease-in-out;
  -moz-animation: kn_tab_fadein 0.7s ease-in-out;
  animation: kn_tab_fadein 0.7s ease-in-out;
}

.tab_container [id^='tab']:checked + label {
  background: #000;
  color: #fff;
}

.tab_container [id^='tab']:checked + label .fa {
  color: #0ce;
}

/*Content Animation*/
@keyframes kn_tab_fadein {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.no_wrap {
  text-align: center;
  color: #0ce;
}
.tab_container .link {
  text-align: center;
}

@media (max-width: 768px) {
  .tab_container label {
    width: 100%;
  }
  .tab_container [id^='tab']:checked + label {
    box-shadow: none;
    border: solid 3px #f0f0f0;
  }
  /*
#tab_product:checked ~ #content1, #tab_usage:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5 {
	border-top: 5px solid #9976e7;
}
*/
  .tab_container .tab-content h3 {
    text-align: center;
  }
}

.site-msg.information:before {
  content: '\e92e';
  font-size: 20px;
  font-family: shoptet;
  position: relative;
  left: -36px;
  top: 22px;
  margin-bottom: 30px;
  font-weight: 100;
}
.site-msg.information {
  position: unset;
  padding-left: 36px;
  margin-top: -22px;
}
.site-msg.information .text {
  padding-right: 0px;
}
.added_top_contacts .container {
  padding-left: 0;
}
@media (max-width: 992px) {
  .added_top_contacts ul {
    display: none;
  }
  .site-msg.information:before {
    left: -27px;
  }
}
.products-block > div .p .availability,
.p-code,
.stars-label {
  display: none;
}

/* product desc */
.tab_container .tab-content p,
.tab_container .tab-content h3,
.tab_container .tab-content li {
  -webkit-animation: kn_tab_fadein 0.7s ease-in-out;
  -moz-animation: kn_tab_fadein 0.7s ease-in-out;
  animation: kn_tab_fadein 0.7s ease-in-out;
}

.tab_container .tab-content h3 {
  font-size: 24px;
}
.tab_container .tab-content h3:after {
  content: '';
  display: block;
  height: 3px;
  width: 50px;
  background: #00ccee;
  margin: 30px 0px;
}
.tab_container p,
.tab_container li {
  font-size: 14pt;
}
.tab_container ul {
  margin: 30px auto;
}
.flexlist {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .flexlist li {
    width: 100%;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .flexlist li {
    width: 32.3%;
    padding: 20px;
  }
}
.flexlist li::marker {
  color: #f9f9f9;
}
#step1:before,
#step2:before,
#step3:before,
#step4:before,
#step5:before {
  content: '';
  width: 125px;
  height: 125px;
  display: block;
  background-repeat: no-repeat;
}

.type-page h1 {
  text-align: center;
}
.type-page .breadcrumbs,
.category-header,
#productsTop,
.type-category h1 + h4 {
  display: none;
}

.type-category aside,
.p-detail .stars-wrapper,
#tab-content > #productDiscussion {
  display: none;
}
h1 {
  text-transform: uppercase;
  text-align: center !important;
}
#footer .footer-newsletter h4,
#footer h4 {
  text-transform: uppercase;
}
.pagination-wrapper {
  display: none;
}

@media (max-width: 768px) {
  .navigation-in .menu-level-1:before {
    background-image: url('/user/documents/upload/res2021/hellococo_logo_horizontal.svg');
  }
}
.custom-footer {
  display: flex;
  justify-content: space-between;
}

.cart-window-visible .btn.btn-conversion,
.cart-window-visible a.btn.btn-conversion,
.cart-window-visible .btn.btn-cart,
.cart-window-visible a.btn.btn-cart {
  color: #fff;
  border-color: #000;
  background-color: #000;
  border-width: 2px;
  border-style: solid;
}
.custom-footer {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .custom-footer > div {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .tab_container label {
    width: calc(20% - 21px);
  }
}

.kn_short_contianer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
/* Fix for Safari width */
.kn_short_contianer:before,
.kn_short_contianer:after {
  width: 100%;
}

@media (max-width: 768px) {
  .kn_short_icons {
    width: 49%;
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .kn_short_icons {
    width: 32%;
    padding: 10px;
  }
  .kn_short_icons:first-child {
    width: calc(32% - 10px);
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .kn_short_icons {
    width: 25%;
    padding: 10px;
  }
  .kn_short_icons:first-child {
    width: calc(25% - 10px);
    padding-left: 0;
  }
}

.flexlist {
  justify-content: space-around;
}
#benefit1:before,
#benefit2:before,
#benefit3:before,
#benefit4:before,
#benefit5:before,
#benefit6:before {
  content: '';
  width: 125px;
  height: 125px;
  display: block;
  background-repeat: no-repeat;
}
.tab_container .tab-content h3:after,
#footer .footer-newsletter {
  display: none;
}

.footer-icons {
  display: none;
}
#footer .footer-links-icons .footer-links .footer-link:first-child:after {
  content: '|';
  color: #fff;
  padding-left: 10px;
}

.p-detail-inner-header h1,
.products-block > div .p .name {
  text-transform: none;
}
@media (max-width: 991px) {
  .hide_on_mobile {
    display: none;
  }
  .tab-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 991px) {
  .hide_on_desktop {
    display: none;
  }
}

.flags.flags-default {
  left: 5px;
  top: 5px;
}
.flags-extra .flag {
  width: 54px;
  height: 54px;
}
.flag.flag-custom3 {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  line-height: 49px;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 8px 4px 8px;
}
.flag.flag-custom3:before,
.flag.flag-custom3:after {
  display: none;
}
.flag.flag-discount {
  background-color: #fa5d5d;
}
.flags-extra .flag .price-save {
  font-size: 13px;
  padding-top: 2px;
}
.p-image-wrapper .flags-extra .flag {
  width: 66px;
  height: 66px;
}
.wide .p-detail .flags.flags-extra,
.flags.flags-extra {
  top: 5px;
  bottom: unset;
}
.prices .price-standard {
  margin-right: 0px;
}

.prices .price.price-final {
  margin-top: 19px;
}
.prices .price-standard + .price.price-final {
  margin-top: 0px;
}

.added_top_contacts li:first-child:before {
  content: '\e92e';
  font-size: 20px;
  font-family: shoptet;
  position: relative;
  left: 0px;
  top: 3px;
  line-height: 12px;
  font-weight: 100;
  padding-right: 10px;
}
.site-msg.information:before {
  display: none;
}
.site-msg.information {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 7px 15px;
  font-size: 16px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .site-msg.information + .user-action + .added_top_contacts + #header .navigation-buttons {
    position: inherit;
  }
}

#productsRelated:before {
  content: 'Související produkty';
  font-size: 24px;
  font-weight: 600;
}
.cart-table .removeable {
  border: solid 1px #9976e7;
}
.cart-table tr td {
  border-top-color: #9976e7;
}
.cart-table tr.related {
  display: table-row;
}
.cart-table tr.related .cart-related-product:first-child:before {
  content: 'Zákazníci si k těmto produktům dokoupili:';
  font-size: 16px;
  font-weight: 600;
  color: #9976e7;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .navigation-buttons {
    top: 0px;
  }
}
@media (max-width: 992px) {
  .site-msg.information {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  #countdown ul li:first-child {
    width: 100%;
  }
  .close.js-close-information-msg {
    display: block;
  }
  .site-msg .close::before,
  .site-msg .close::after {
    background: #fff;
  }
}
#countdown ul {
  list-style-type: none;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
}
#countdown ul li:not(:last-child) {
  padding-right: 5px;
}
#countdown ul li span {
  padding-right: 3px;
}

.cart-window-visible .show-related {
}
.cart-window-visible .cart-related-name,
.cart-window-visible .cart-related-button .price-final {
  color: #888;
}
@media (max-width: 991px) {
  .cart-table tr.related td {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .cart-table tr.related td {
    padding: 10px 50px;
  }
}
.cart-related-info {
  padding-top: 0px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .navigation-in ul .menu-item-750 a {
    color: #dc2269 !important;
  }
}
@media (min-width: 768px) {
  .navigation-in ul .menu-item-750 a {
    color: #dc2269;
    padding-left: 30px;
    background-image: url(https://www.hellococo.cz/user/documents/upload/xmas_tree.svg);
    background-size: 14px;
    background-position: 8px 33px;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation-in ul .menu-item-750 a {
    color: #dc2269;
    background-position: 7px 3px;
  }
}

.cart-related-img img {
  max-height: 50px;
  mix-blend-mode: darken;
}
.cart-related-name,
.cart-related-availability {
  text-transform: none;
  font-size: 12px;
}
.cart-table tr.related td {
  background-color: #f5f5f557;
}
.cart-related-button .price-final {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .cart-related-info {
    width: 60%;
    align-items: center;
  }
  .cart-related-button {
    width: 40%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cart-related-info {
    padding: 0;
    width: 100%;
  }
  .cart-related-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cart-related-button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .cart-related-button .price-final {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
[data-micro-product-id='123'] .name,
[data-micro-product-id='84'] .name {
  max-width: 206px;
  margin: auto;
  padding: 0 !important;
}
.navigation-in ul li a {
  padding-left: 12px;
  padding-right: 12px;
}

.added_top_contacts a {
  color: #000;
}
#header .header-top .header-top-wrapper .site-name a img,
#header .header-top .header-top-wrapper h1.site-name a img {
  max-height: 100px;
}

.added_top_contacts li:first-child:before {
  content: url('/user/documents/upload/res2021/new_icons/dot_icon_doprava_16.svg');
}
.added_top_contacts li > a.kn_phone::before {
  content: url('/user/documents/upload/res2021/new_icons/dot_icon_phone_16.svg');
}
.added_top_contacts li > a.kn_mail::before {
  content: url('/user/documents/upload/res2021/new_icons/dot_icon_mail_16.svg');
}
.navigation-buttons a[data-target='search']::before {
  content: url('/user/documents/upload/res2021/new_icons/dot_icon_search_20.svg');
}
.navigation-buttons a[data-target='cart']::before {
  content: url('/user/documents/upload/res2021/new_icons/dot_icon_cart_20.svg');
}
.icon-search::after,
.icon-cart::after {
  display: none;
}

.navigation-buttons > a[data-target='cart'] i {
  line-height: 12px;
  top: 20%;
}
.type-product .content-wrapper-in {
  max-width: 1418px;
  margin: auto;
}
.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart {
  color: #fff;
  border-color: #000;
  background-color: #000;
  border-width: 2px;
}
.btn.btn-conversion:hover,
a.btn.btn-conversion:hover,
.btn.btn-cart:hover,
a.btn.btn-cart:hover {
  color: #fff;
  border-color: #606060;
  background-color: #606060;
}
body:not(.in-index):not(.type-product) #header {
  margin-bottom: 30px;
}
.navigation-in ul li a b,
.category-title,
h1 {
  text-transform: lowercase;
}
#dklab_instagram_widget {
  margin-bottom: 40px;
}
.navigation-in > ul > li > a:hover {
  margin-left: unset;
  margin-right: unset;
  padding-left: 12px;
  padding-right: 12px;
}
.navigation-in > ul > li > a:hover {
  background-color: transparent;
}
.banner_wrapper.flipbook {
  margin: 50px -5px;
}
.detail_banner.container {
  padding: 12px 20px;
  background: #dbf0ff;
  text-align: center;
}
@media (min-width: 768px) {
  .p-thumbnails > div > div {
    display: flex;
    flex-direction: column;
    width: 100px;
  }
  .p-thumbnails,
  .p-thumbnails > div {
    width: 100px;
    height: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 1;
  }
  .p-thumbnails > div {
    position: unset;
  }
  .p-image > .row {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}
.p-thumbnails a img {
  border: none;
  margin: 3px 0;
}
.p-thumbnails-horizontal .p-thumbnail::before,
.p-thumbnails-horizontal .show360image::before {
  top: 7px;
  width: 7px;
  height: 7px;
  left: 7px;
  border-radius: 100%;
}

.type-product .content-wrapper {
  background-color: #fafafa;
}

.p-detail-inner .p-short-descriptionxxx {
  background: #fff;
  padding: 20px;
}
.p-detail-inner .p-short-description,
.type-product #wrap,
.p-thumbnails a,
.btn,
a.btn,
.kn_video_carousel,
.products-block > div .p,
.products-block .p > a,
.banner_wrapper.flipbook,
.product_faqs summary {
  border-radius: 10px;
  overflow: hidden;
}

.product_faqs {
  margin-top: 20px;
}
.product_faqs details {
  width: 100%;
  transition: all 0.5s ease;
  min-height: 5px;
  margin: 0 auto;
  position: relative;
  font-size: 22px;
  box-sizing: border-box;
  transition: all 0.3s;
  background-color: #fafafa;
}

.product_faqs details + details {
  margin-top: 5px;
}

.product_faqs details[open] {
  min-height: 50px;
  background-color: #fafafa;
}

.product_faqs details p {
  color: #8d8d8d;
  font-weight: 200;
  padding: 15px 20px 15px;
  font-size: 16px;
}

.product_faqs summary {
  background: #fff;
  padding: 15px 50px 15px 20px;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
}

/* removed outline as for codepen only
  don't remove focus on elements
  it's bad accessibility
  don't be _that_ guy
*/
.product_faqs summary:focus {
  outline: none;
}

.product_faqs summary::-webkit-details-marker {
  display: none;
}

.product_faqs summary::after {
  padding: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 20px;
  content: url(/user/documents/upload/res2021/dot_icon_faq_open.svg);
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s ease;
}
.product_faqs details[open] summary {
  background: #fff;
  color: #000;
}
.product_faqs details[open] summary::after {
  content: url(/user/documents/upload/res2021/dot_icon_faq_close.svg);
  color: #000;
  font-family: shoptet;
  font-size: 15px;
  top: 0;
  transform: translateY(0);
  transition: 0.3s ease;
}

.product_faqs details li {
  color: #96999d;
}
.product_faqs details a {
  color: #9976e7;
}
.product_faqs details a:hover {
  color: #9976e7;
  text-decoration: underline;
}

.product_faqs details[open] summary:hover::after {
  animation: pulse 1s ease;
}

@keyframes pulse {
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.p-short-description {
  background: #fff;
  padding: 20px;
}

.navigation-in ul li a b:before {
  background: #9976e7;
}
.wide .p-final-price-wrapper {
  width: auto;
}
.p-to-cart-block .add-to-cart-button.btn-conversion {
  min-width: 170px;
}
@media (min-width: 480px) {
  .products-block > div .p .p-bottom > div .p-tools .btn,
  .products-block > div .p .p-bottom > div .p-tools .btn.btn-cart {
    min-width: 180px;
    max-width: 100%;
  }
}
.p-to-cart-block .add-to-cart-button.btn-conversion::before {
  display: none;
}
.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart {
  min-width: 180px;
}

@media (max-width: 767px) {
  #header > .container {
    margin: 0;
    padding: 3px 0;
    justify-content: center;
  }
  .navigation-in ul li a {
    padding: 0 20px;
  }
  .kn_video_child.video {
    margin-top: 0px;
    max-height: unset;
  }
  .tab-pane .products-block {
    margin: 0;
  }
}
body:not(.ordering-process) .scrolled #header {
  border-bottom: none;
}

.products-block .p > a {
  margin: 10px;
  background: #f9f9f9;
}
.products-block > div .p {
  background: #f9f9f9;
}
.added_top_contacts {
  background-color: #f9f9f9;
}

.breadcrumbs,
.products-block > div .p .p-in .p-bottom > div .p-tools .add-to-cart-button i,
.p-detail-inner .p-to-cart-block .add-to-cart-button i {
  display: none;
}

@import url('//hello.myfonts.net/count/4cf9b4');

@font-face {
  font-family: 'Monolog-Black';
  src: url('/user/documents/upload/res2021/MonologBlack_.woff2') format('woff2'),
    url('/user/documents/upload/res2021/MonologBlack_.woff') format('woff');
}
@font-face {
  font-family: 'Monolog-Medium';
  src: url('/user/documents/upload/res2021/MonologMedium.woff2') format('woff2'),
    url('/user/documents/upload/res2021/MonologMedium.woff') format('woff');
}
@font-face {
  font-family: 'Monolog-Regular';
  src: url('/user/documents/upload/res2021/Monolog_regular.woff2') format('woff2'),
    url('/user/documents/upload/res2021/Monolog_regular.woff') format('woff');
}
@font-face {
  font-family: 'Monolog-Light';
  src: url('/user/documents/upload/res2021/Monolog_light.woff2') format('woff2'),
    url('/user/documents/upload/res2021/Monolog_light.woff') format('woff');
}
body *,
.navigation-in ul li a b,
.menu-helper {
  font-family: 'Monolog-Medium' !important;
}
.h4.homepage-group-title {
  font-family: 'Monolog-Black' !important;
}

@media (max-width: 767px) {
  .columns-mobile-2 .products-block {
    flex-direction: column;
  }
  .slick-list {
    width: 100% !important;
  }
  .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .slick-dots button {
    background: #c9c9c9;
    border-radius: 100%;
    appearance: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    display: block;
    aspect-ratio: 1 / 1;
    margin: 0 3px;
    padding: 0;
    border: solid 1px #fff;
  }
  .slick-dots li.slick-active button {
    background: #9976e7;
  }
  .slick-dots li button:hover {
    background: #000;
  }
}
.co-delivery-method,
.co-payment-method {
  align-self: flex-start;
}
.detail_banner.container {
  background: #dbf0ff;
}

.flag.flag-custom3 {
  width: auto;
  height: auto;
  border-radius: 0%;
  line-height: unset;
  padding: 4px 12px 4px 12px;
}
.price-standard {
  color: #fa5d5d;
}
.p-short-description p:last-child,
.basic-description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .p-to-cart-block .add-to-cart-button.btn-conversion {
    min-width: 250px;
  }
}
.quantity input {
  width: 36px;
}
.quantity .increase,
.quantity .decrease {
  width: 30px;
}
.quantity {
  border-color: #fafafa;
  padding-left: 30px;
  padding-right: 30px;
  background: #f1f1f1;
}
.quantity .increase:hover,
.quantity .decrease:hover {
  background: #000;
  color: #fff;
}

.ordering-process .box.box-bg-default,
.co-box.co-billing-address,
.co-box.co-box-additional {
  border-radius: 10px;
  background: #f9f9f9;
  border: none;
}
.radio-wrapper.active {
  background-color: #f1f1f1;
}
ol.cart-header {
  border-width: 0;
}
ol.cart-header li a span,
ol.cart-header li strong span {
  border-radius: 10px;
  border: none;
}
ol.cart-header li.active a span,
ol.cart-header li.active strong span {
  border-bottom: 1px solid #e7e7e7;
}
.cart-table {
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
}
.cart-table .removeable {
  border: none;
}
.cart-table tr td {
  background: #f9f9f9;
}
.row.summary .box.box-md.box-bg-default {
  background: #fff;
}
.continue-shopping::before {
  float: right;
}

.detail_banner.container {
  padding: 32px 20px;
}
body {
  overflow-x: hidden;
}
.row.banners-row {
  margin: auto;
  padding: 0;
}
.added_top_contacts li a:hover,
.added_top_contacts li a:hover::before {
  color: #9976e7;
}
.navigation-in ul li a b:before {
  background: #000;
}
.slick-dots li.slick-active button {
  background: #000;
}
body:not(.type-product) .btn.btn-conversion,
body:not(.type-product) a.btn.btn-conversion,
body:not(.type-product) .btn.btn-cart,
a.btn.btn-cart {
  max-height: 40px;
  padding: 3px 26px;
}
.p-to-cart-block .add-to-cart-button.btn-conversion {
  min-width: 250px;
}
@media (min-width: 1200px) {
  .p-to-cart-block .add-to-cart-button.btn-conversion {
    min-width: 350px;
  }
}
.p-thumbnails-horizontal .p-thumbnail::before,
.p-thumbnails-horizontal .show360image::before,
.navigation-buttons a[data-target='search'] {
  display: none;
}

.product_faqs {
  margin-top: 40px;
}
.p-basic-info-block,
.p-to-cart-block {
  border-color: transparent !important;
}

@media (min-width: 768px) {
  .p-image-wrapper {
    position: relative;
    align-self: flex-start;
  }
  .p-image-wrapper > .row {
    position: absolute;
    margin: 0;
    top: 0;
  }
}
.product_faqs details + details {
  margin-top: 0px;
  border-radius: 0;
}
.product_faqs summary {
  border-bottom: solid 1px #efefef;
}
.product_faqs summary {
  border-bottom: solid 1px #efefef;
}
.product_faqs details :last-child {
  margin-bottom: 0;
}
.product_faqs details,
.product_faqs details[open] {
  background-color: #fff;
}
.product_faqs details p {
  color: #222;
}
.wide .p-detail .flags.flags-extra,
.flags.flags-extra {
  top: unset;
  bottom: 0;
}
.products-block .flags.flags-default {
  width: 100%;
  left: 0;
  top: -20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.products-block > div .p > a img {
  border-radius: 10px;
  overflow: hidden;
}
.products-block .p > a,
.products-block > div .p {
  overflow: visible;
}
.flag.flag-custom3 {
  border-radius: 7px;
  padding: 7px 20px;
  color: #000;
}
.wide .p-detail .flags {
  left: unset;
  right: 5px;
  top: 5px;
}

/* menu vlevo */
@media (max-width: 768px) {
  .navigation-buttons {
    position: relative;
    width: 100%;
  }
  .container.navigation-wrapper .site-name {
    position: absolute;
    text-align: center;
    padding-left: 0;
    z-index: 3;
  }
  #header .site-name {
    padding-left: 0px;
  }
  .navigation-buttons a[data-target='navigation'] {
    position: absolute;
    left: 0;
  }
  .navigation-buttons > a[data-target='cart'] i {
    line-height: 12px;
    top: 10%;
    left: 1px;
  }
}

@media (max-width: 767px) {
  .h4.homepage-group-title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hp_to_cat {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .h4.homepage-group-title {
    position: relative;
  }
  .hp_to_cat {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.hp_to_cat {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #000 !important;
}
.hp_to_cat:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
.product_faqs details a {
  color: #000;
  text-decoration: underline;
}
.navigation-in ul.menu-level-2,
.menu-helper > ul {
  background-color: #fff;
  border-color: #fff;
}

.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
}

.marquee2 span {
  animation-delay: 10s;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.product_faqs details[open] summary {
  border-bottom: none;
}

.faqs_preamble {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding: 20px;
}
.faqs_preamble:first-child {
  margin-top: 0;
}
.faqs_preamble:last-child {
  margin-bottom: 0;
}
.product_faqs details li {
  color: #222;
  font-weight: 200;
  font-size: 16px;
}
.box_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: auto;
  padding: 0;
  width: 100%;
}
/* Fix for Safari width */
.box_container:before,
.box_container:after {
  width: 100%;
}

@media (max-width: 768px) {
  .box_child2 {
    width: 100%;
    padding: 30px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .box_child2 {
    width: 50%;
    padding: 20px;
    align-self: center;
  }
  .box_container.reversed {
    flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .box_child2 {
    width: 50%;
    padding: 50px;
    align-self: center;
  }
  .box_container.reversed {
    flex-direction: row-reverse;
  }
}

.price-standard {
  color: #000;
}
.prices .price-standard + .price.price-final {
  color: #fa5d5d;
}
#running_text {
  background: #fde502;
  height: 40px;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  #running_text + .overall-wrapper #header {
    top: 40px;
  }
  .scrolled#running_text {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 9;
    display: block;
    z-index: 99;
  }
}
/* Redesign */

.product_faqs details p,
.product_faqs details li,
.product_faqs details a {
  font-family: 'Monolog-Light', sans serif !important;
}

.h4.homepage-group-title {
  text-align: left;
}
#below_carousel {
  max-width: 100%;
  margin: 50px auto 30px;
  width: 1418px;
  text-align: left;
  padding: 0 20px;
}
.price-range > div {
  background-color: #9976e7;
}

@media (max-width: 767px) {
  .navigation-in ul li a {
    padding: 20px 20px;
  }
  .p-to-cart-block .add-to-cart-button.btn-conversion {
    min-width: 200px;
  }
  .navigation-in .menu-level-1:before {
    background-image: url(https://cdn.myshoptet.com/usr/www.hellococo.sk/user/logos/hellococo_logo-1.png);
  }
  .in-index .index-content-wrapper {
    padding: 0 20px;
  }
  .products-block > div .p .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .products-block .product {
    padding: 3px;
  }
}
.toggle-window-arr {
  left: 30px;
  right: unset;
  text-align: left;
}

.added_top_contacts li a:hover,
.added_top_contacts li a:hover::before {
  color: #000;
  text-decoration: underline;
}
#dklab_instagram_widget {
  width: 1418px;
  margin: 0 auto 40px;
  max-width: 100%;
}
#dklab_instagram_widget_heading {
  text-align: left;
  font-size: 24px !important;
  padding: 10px 20px 10px 0;
}
#dklab_instagram_widget_heading > span.logo {
  display: none !important;
}
#footer a:hover {
  color: #fff;
}
.left_menu li a:hover {
  color: #000 !important;
}
#navigation {
  right: unset;
  left: 0;
}
.navigation-window-visible #navigation {
  width: 100%;
}
.navigation-in a:hover {
  color: #000 !important;
  text-decoration: underline !important;
}
@media (min-width: 992px) {
  .p-thumbnails-wrapper {
    padding: 0;
  }
  .wide .image360,
  .wide .p-image {
    margin-left: 100px;
  }
}
.type-product .custom-footer__banner2 {
  display: none;
}
.box_wrapper {
  margin-bottom: 20px;
  background: #fff;
}

.marquee span {
  display: inline-block;
  padding-left: 10px;
  animation: none;
}

.p:hover .flag {
  opacity: 1;
  filter: alpha(opacity=1);
}

#running_text {
  height: 40px;
  padding: 0;
}
#running_text img {
  max-width: unset;
}
@media (min-width: 992px) {
  .detail_banner.container {
    padding: 50px 20px;
  }
}
.category-title {
  margin-top: 0;
}
.detail_banner.container {
  margin-bottom: 20px;
}
body.type-category:not(.in-index):not(.type-product) #header {
  margin-bottom: 0px;
}

.set_content {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.set_content li {
  width: 31.3334%;
  margin: 1%;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 10px;
}
.set_content li span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 49px;
  text-align: center;
  font-weight: 400;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .set_content li {
    width: 100%;
  }
}
.product_faqs details :last-child {
  margin-bottom: auto;
}

.row.banners-row {
  margin-bottom: 20px;
}
.h4.homepage-group-title {
  font-size: 16pt;
}
.overall-wrapper {
  display: flex;
  flex-direction: column;
}
#footer {
  order: 99;
}
.custom-footer__banner2 {
  order: 98;
}
#dklab_instagram_widget {
  order: 97;
}
#mc_embed_signup form {
  margin: 5px 20px;
}

.menu-item-772 a {
  padding-left: 47px !important;
  background-image: url(/user/documents/upload/res2021/new_icons/sety_purple.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
  color: #9976e7 !important;
  background-size: 22px;
}
.navigation-in ul .menu-item-778 a {
  color: #000 !important;
  padding-left: 36px !important;
  background-image: url(/user/documents/upload/res2021/xmas_gift_1.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 16px;
}
.h4.homepage-group-title a {
  margin-left: auto;
}

@media (max-width: 767px) {
  #footer .contact-box,
  #footer .banner {
    min-height: unset;
    margin-bottom: 20px;
  }
  .custom-footer > div {
    padding-bottom: 0;
  }
  .navigation-in > ul > li {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
#running_text {
  background: #ebfb0b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.flags-default .flag::before,
.flags-default .flag:after {
  display: none;
}
.flag.flag-tip-na-darcek {
  border-radius: 7px;
  padding: 7px 20px;
  color: #000;
  background-color: #e40515 !important;
  color: #fff;
  padding-left: 38px;
  background-image: url(/user/documents/upload/res2021/white.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 16px 3px;
  text-transform: none;
}
#footer .footer-newsletter h4,
#footer a,
.container.footer-bottom > * {
  text-transform: lowercase;
}
.flag.flag-custom2,
.flag.flag-usetrite {
  width: auto;
  text-transform: none;
  height: auto;
  line-height: unset;
  border-radius: 7px;
  padding: 7px 20px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 479px) {
  .products-block .product {
    margin-bottom: 30px;
  }
}

.pap_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
/* Fix for Safari width */
.pap_container:before,
.pap_container:after {
  width: 100%;
}

@media (max-width: 479px) {
  .pap_child3 {
    width: 96%;
    padding: 10px;
    margin: 2%;
    margin-bottom: 30%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .pap_child3 {
    width: 48%;
    padding: 15px;
    margin: 1%;
    margin-bottom: 15%;
  }
}

@media (min-width: 768px) {
  .pap_child3 {
    width: 31.3%;
    padding: 20px;
    margin: 1%;
    margin-bottom: 15%;
  }
}
.pap_child3 img {
  max-width: 60% !important;
  margin: 0 20%;
}
.pap_child3 {
  text-align: center;
  background: #e9e9e9;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  word-break: break-word;
}
.pap_child3 h4 {
  color: #000 !important;
}
.pap_wrapper {
  max-width: 880px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pap_child3 > p:last-child {
  margin: auto 0 -33%;
}
.pap_wrapper h3 img {
  max-width: 250px !important;
}

.homepage-texts-wrapper > div {
  margin: 0;
}
@media (max-width: 1439px) {
  #dklab_instagram_widget {
    margin: 0 20px 40px;
    max-width: calc(100% - 40px);
  }
}
.navigation-in ul li a b,
#footer h4 {
  text-transform: none;
}

.basic-description .product_faqs details:nth-child(n + 5) {
  display: none;
}
.type-product .tab-content {
  display: flex;
  flex-direction: column;
}
#productsRelated {
  order: 99;
}
#ratingTab {
  background: #fff;
  margin: 20px auto 50px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}
#description {
  margin: 0;
}
#ratingTab > p:first-child {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.rate-wrapper.unveil-wrapper .rate-average-wrap {
  width: 100%;
}
.rate-wrapper.unveil-wrapper .add-comment {
  justify-content: center;
  width: 100%;
}
.tab-content .rate-wrapper.unveil-wrapper {
  margin-bottom: 0px;
}
.category-title,
h1,
#footer a {
  text-transform: none;
}
.slick-track {
  padding: 10px 0;
}
.navigation-in ul .menu-item-778 a {
  background-image: url(/user/documents/upload/res2021/icon_valentine.svg);
}
.cart-heading::before,
.cart-heading.h1::before {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(/user/documents/upload/res2021/new_icons/dot_icon_cart_20.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  .cart-heading::before,
  .cart-heading.h1::before {
    width: 28px;
    height: 28px;
  }
}
#dklab_instagram_widget,
.custom-footer__banner2 .banner-wrapper {
  width: 1084px !important;
}
#review_or_ask .btn-conversion::after {
  display: none;
}
#review_or_ask {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.xxxrating_part {
  display: none;
}
.xxxrating_part.visible {
  display: block;
}
.rate-wrapper.unveil-wrapper .add-comment {
  justify-content: flex-start;
  margin-top: 10px !important;
}

.grid4 .dklab_instagram_widget_box {
  width: calc(25% - var(--dklab-instagram-padding));
  min-width: calc(25% - var(--dklab-instagram-padding));
  max-width: calc(25% - var(--dklab-instagram-padding));
}

.video_crop {
  position: relative;
  width: 100%;
  height: 100%;
}
.videoembed {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.type-product .tab-content {
  display: flex;
  flex-direction: column;
}
#productsRelated {
  order: 99;
}
#ratingTab_new {
  background: #fff;
  margin: 20px auto 50px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}
#description {
  margin: 0;
}
#ratingTab_new > p:first-child {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.rate-wrapper.unveil-wrapper .rate-average-wrap {
  width: 100%;
}
.rate-wrapper.unveil-wrapper .add-comment {
  justify-content: center;
  width: 100%;
}
.tab-content .rate-wrapper.unveil-wrapper {
  margin-bottom: 0px;
}
#review_or_ask .btn-conversion::after {
  display: none;
}
#review_or_ask {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.xxxrating_part {
  display: none;
}
.xxxrating_part.visible {
  display: block;
}
.rate-wrapper.unveil-wrapper .add-comment {
  justify-content: flex-start;
  margin-top: 10px !important;
}
.products-block > div .p .name {
  height: 18px;
  margin-bottom: 10px;
}
.products-block .p-bottom .prices {
  height: 40px;
}

.p-detail-inner-header {
  display: flex;
  flex-direction: column-reverse;
}
.type-product .stars-label {
  display: inline-block;
  color: #000;
}
.p-detail .stars-wrapper {
  display: block;
  pointer-events: none;
}
.p-detail-inner-header h1 {
  margin-bottom: 5px;
}
.stars .star {
  color: #000;
}
html {
  scroll-behavior: smooth;
}

#content > .hodnoceni,
.welcome h1 {
  display: none;
}
#dklab_instagram_widget {
  margin: 40px auto 40px;
}

@media (max-width: 767px) {
  body #header {
    border-bottom: none;
    box-shadow: none;
    margin-bottom: 15px !important;
  }
}

details + .faqs_preamble {
  margin-top: 30px;
}
.last_details {
  border-bottom: solid 1px #efefef;
  border-radius: 0 10px 10px 0;
}
.set_details {
  margin-top: 30px !important;
  border-bottom: solid 1px #efefef;
  border-radius: 10px;
}
.box_wrapper {
  background: transparent !important;
}
@media (max-width: 991px) {
  .p-detail-inner-header h1 {
    text-align: left !important;
    padding: 0 10px;
  }
  .p-variants-block {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .kn_video_child.text {
    display: grid !important;
    place-content: center;
  }
  .kn_video_child h2 + p {
    text-align: left !important;
  }
}
.prices .price.price-final {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rate-wrapper.unveil-wrapper .rate-average-wrap {
    width: 50%;
  }
  .rate-wrapper.unveil-wrapper .add-comment {
    width: 200%;
    margin-top: 20px !important;
  }
}
#productsRelated:before {
  margin-bottom: 30px;
  display: block;
}

@media (max-width: 479px) {
  .navigation-close {
    top: 20px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 991px) {
  .navigation-in {
    background: #f9f9f9;
  }
}
@media (max-width: 992px) {
  .navigation-in.menu {
    padding-left: 0px;
    display: grid;
    place-content: center;
  }
  .navigation-in ul li a {
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .navigation-window-visible .navigation-buttons {
    right: -90%;
  }
}

.p-basic-info-block > div:first-child p,
.p-basic-info-block > div:nth-last-child(1),
.p-basic-info-block > div:nth-last-child(2) {
  display: none;
}
.dorucime,
.availability-label {
  padding: 10px 10px 10px 35px;
  position: relative;
}
.p-basic-info-block {
  flex-flow: column;
  gap: 10px;
}
.dorucime {
  color: #009901;
}
.dorucime:before {
  position: absolute;
  left: 0;
  content: url(/user/documents/upload/res2021/new_icons/dot_icon_delivery_20_green.svg);
}
.availability-label.avail_skladem:before {
  position: absolute;
  left: 0;
  content: url(/user/documents/upload/res2021/new_icons/dot_icon_checkmark_20_green.svg);
}

@media (min-width: 992px) {
  .navigation-in ul li.soc_mobile {
    display: none;
  }
}
.navigation-in ul li.soc_mobile a {
  font-size: 0;
}
@media (max-width: 991px) {
  .navigation-in ul li.soc_mobile {
    display: flex;
    justify-content: center;
  }
}

#hw-87kwowifjjowiklsadh666left {
  display: block;
}
#hw-87kwowifjjowiklsadh666left + #hw-87kwowifjjowiklsadh666left {
  display: none;
}
#footer .footer-links-icons .footer-links .footer-link:not(:last-child):after {
  content: '|';
  color: #fff;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .footer-bottom span.copyright,
  #signature {
    margin-left: 0px;
    width: 160px;
  }
}
#footer ul.payments_logos {
  margin: 7px 0;
}
body.ordering-process .btn.btn-conversion,
body .btn.btn-lg.btn-conversion.next-step-forward {
  max-height: 66px;
}

/* Přesuň na CZ a SK */
.h4.homepage-group-title {
  margin: 50px 0px;
}
.detail_banner.container {
  background: #f3f2f8;
  border-radius: 10px;
  xxxmax-width: 800px;
}
@media (min-width: 992px) {
  .container.navigation-wrapper .site-name {
    flex-basis: 100px;
  }
}
@media (min-width: 1200px) {
  .columns-3 .products-block > div,
  .columns-4 .products-block > div {
    width: 25%;
  }
}
.products-block > div .p {
  background: #f3f2f8;
}
.products-block .p > a {
  background: transparent;
}
.products-block > div .p .p-in {
  background: #fff;
  border-radius: 0 0 10px 10px;
}
body,
.content-wrapper {
  background-color: #fafafa !important;
}
.cookie-ag-wrap .site-msg {
  opacity: 1;
  border-radius: 10px;
  max-width: 460px;
  margin: 0 auto 10px;
  padding: 20px;
  box-shadow: 0 0 20px #00000021;
}
.cookie-ag-wrap .site-msg button {
  display: block;
  margin: 5px auto;
  width: 150px;
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.cookie-ag-wrap .site-msg button:hover {
  color: #fff;
  border-color: #606060;
  background-color: #606060;
}
@media (max-width: 479px) {
  .cookie-ag-wrap .site-msg {
    margin: 10px;
  }
  .set_content li span {
    font-size: 14px;
    text-align: center;
    padding: 10px;
  }
}
.products-block .p {
  margin-bottom: 0;
}
.set_content {
  flex-wrap: nowrap;
}
.set_content li {
  padding: 0px;
  overflow: hidden;
}
@media (max-width: 479px) {
  body.in-index .products-block > div:not(.swiper-slide) {
    max-width: calc(100% + 20px);
    margin: 0 -10px;
    width: calc(100% + 20px) !important;
  }
  body:not(.in-index) .products-block {
    margin: 0 -10px;
    gap: 10px;
  }
  .products-block .product {
    width: calc(50% - 5px);
  }
}
@media (max-width: 768px) {
  .cart-window-visible .content-window.cart-window .btn-conversion .order-button-text {
    color: #fff !important;
  }
}
.ordering-process .btn-conversion::after,
.cart-window-visible .btn-conversion::after,
.discount-coupon + div div div h4,
.in-kosik .cart-table + h4,
.cart-window-visible .cart-table + h4,
button[data-testid='btnSubmitDiscountCoupon']:before,
.order-delivery::before,
.order-payment::before {
  display: none !important;
}
.extra.delivery::before {
  content: url(/user/documents/upload/res2021/dot_icon_delivery_20.svg);
  width: 22px;
}
.discount-coupon {
  text-align: center;
}
.discount-coupon .form-control {
  max-width: unset;
  min-width: 300px;
}
body.ordering-process .btn.btn-conversion,
body .btn.btn-lg.btn-conversion.next-step-forward {
  max-height: unset;
}
.in-kosik input#discountCouponCode + button:before {
  display: none;
}
.cookie-ag-wrap {
  max-width: 460px;
  margin: 0 auto;
}

/* přesuň na CZ a HU */
.carousel-inner a.extended-empty img {
  border-radius: 10px;
  overflow: hidden;
}
.detail_banner.container {
  width: 100%;
}
.cookie-ag-wrap .site-msg {
  filter: grayscale(1);
}
html.nf-v2 .messages .msg.msg-success .container,
html body.nf-v2 .messages .msg.msg-success .container,
html body.notifikace-v2 .messages .msg.msg-success .container {
  border-left: 4px solid #009901;
}
html.nf-v2 .messages .msg.msg-success .container:before,
html body.nf-v2 .messages .msg.msg-success .container:before,
html body.notifikace-v2 .messages .msg.msg-success .container:before {
  background-image: url(/user/documents/upload/res2021/new_icons/dot_icon_checkmark_20_green.svg);
}
.notifications-preview .messages .msg.msg-error .container:before {
  background-image: url(/user/documents/upload/res2021/new_icons/dot_icon_cross_20.svg);
}
.notifications-preview .messages .msg.msg-info .container:before {
  background-image: url(/user/documents/upload/res2021/new_icons/dot_icon_info_20.svg);
}
.has-detail-product-arrows .carousel-control--product.right,
.has-detail-product-arrows .carousel-control--product.left {
  border-radius: 7px;
}
@media (min-width: 768px) {
  ol.cart-header li a span,
  ol.cart-header li strong span,
  ol.cart-header li.active a span,
  ol.cart-header li.active strong span {
    background: transparent;
    border: none;
  }
  ol.cart-header li a span::before,
  ol.cart-header li strong span::before {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #f1f1f1;
    line-height: 34px;
    margin-right: 10px;
  }
  ol.cart-header li.completed a span::before,
  ol.cart-header li.completed strong span::before,
  ol.cart-header li.active a span::before,
  ol.cart-header li.active strong span::before {
    background: #111;
    color: #fff;
  }
  ol.cart-header li a:hover span {
    background: transparent;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  ol.cart-header li:nth-child(1) a span::after,
  ol.cart-header li:nth-child(2) a span::after,
  ol.cart-header li:nth-child(1) strong span::after,
  ol.cart-header li:nth-child(2) strong span::after {
    font-family: shoptet;
    content: '\e910';
    margin-left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 992px) {
  ol.cart-header li:nth-child(1) a span::after,
  ol.cart-header li:nth-child(2) a span::after,
  ol.cart-header li:nth-child(1) strong span::after,
  ol.cart-header li:nth-child(2) strong span::after {
    margin-left: 5px;
  }
}
.wide .p-image img,
.wide .image360 img {
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .has-detail-product-arrows .carousel-control--product.right,
  .has-detail-product-arrows .carousel-control--product.left {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-image > a {
    pointer-events: none;
  }
}

.added_top_contacts li > a.kn_dobirka::before {
  content: url(/user/documents/upload/res2021/new_icons/dot_icon_dobirka_16_1.svg);
  margin-right: 14px;
}

.in-krok-1 .radio-wrapper {
  border-radius: 7px;
  border: none;
}
.in-krok-1 .payment-logo {
  order: -99;
  flex-basis: 60px;
  text-align: center;
}
.payment-logo img {
  max-height: 30px;
}
.in-krok-1 .payment-info {
  padding: 0 15px;
}
.in-krok-1 .for-free {
  color: #000;
}
.in-krok-1 .radio-wrapper.active .for-free {
  color: #009c00;
}
.order-icon.order-delivery,
.order-icon.order-payment,
.payment-shipping-price.for-free {
  font-size: 0;
}
.payment-shipping-price.for-free:after {
  font-size: 14px;
  content: 'Zadarmo';
}
.order-icon.order-delivery:after {
  font-size: 24px;
  content: 'Výber dopravy';
}
.order-icon.order-payment:after {
  font-size: 24px;
  content: 'Výber platobnej metódy';
}

.payment-info b {
  text-transform: none;
}
.zasilkovna-name {
  display: none;
}
#name-billingId-3 .payment-logo img {
  max-height: 22px;
}

.cart-window-visible .price-label.price-secondary,
.cart-window-visible .price.price-secondary,
.ordering-process .price-label.price-secondary,
.ordering-process .price.price-secondary {
  display: none;
}
.link-icon.print,
.link-icon.share,
.link-icon.chat::before {
  display: none;
}
.link-icons .btn.link-icon {
  padding: 13px 26px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
}

/* pasty edit */
.product_faqs details .pasty li {
  border: solid 1px #fff;
}
.product_faqs details .pasty:not(.radio) li a {
  width: 100%;
  display: block;
  text-align: center;
}
.product_faqs details .pasty li img {
  max-height: 75px;
}
.product_faqs details .pasty li.paste_selected,
.product_faqs details .pasty li:hover {
  border: solid 1px;
}
.product_faqs details .pasty span:last-child {
  margin-bottom: auto;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
@media (max-width: 767px) {
  .set_content.pasty {
    flex-wrap: wrap;
    justify-content: center;
  }
  .set_content.pasty li {
    width: 31.3334%;
    margin: 1%;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .set_content.pasty {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pasty.radio {
  padding: 0 20px 20px;
  min-height: 156px;
}
.pasty.radio a {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 10px;
  border: solid 2px #fff;
  margin: 0 4px;
  font-size: 0;
  overflow: hidden;
}
.pasty.radio a:first-child {
  border-color: #000;
}
.pasty.radio a.peach {
  background: #fc974f;
  margin-left: 0;
}
.pasty.radio a.coconut {
  background: #b2d6b8;
}
.pasty.radio a.mango {
  background: #edca5c;
}
.pasty.radio a.mint {
  background: #7492d0;
}
.pasty.radio a.melon {
  background: #fc91e1;
}
.pasty.radio .paste_selected a {
  border-color: #000;
}

.pasty.radio h3 {
  display: none;
  margin-bottom: 0;
}
.product_faqs details .pasty.radio h3 span {
  text-align: left;
  display: block;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: -28px;
}
.pasty.radio h3:nth-child(9) {
  display: block;
}
.pasty.radio a:not(:first-child):hover ~ h3:nth-child(9) {
  display: none;
}
.pasty.radio a.peach:hover ~ .h3_peach,
.pasty.radio a.coconut:hover ~ .h3_coconut,
.pasty.radio a.mango:hover ~ .h3_mango,
.pasty.radio a.mint:hover ~ .h3_mint,
.pasty.radio a.melon:hover ~ .h3_melon,
.pasty.radio a.jahoda:hover ~ .h3_jahoda,
.pasty.radio a.vanilka:hover ~ .h3_vanilka,
.pasty.radio a.hrozno:hover ~ .h3_hrozno {
  display: block;
}

@media (max-width: 399px) {
  .pasty.radio {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 2px 5px;
  }
  .pasty.radio a {
    margin: 0 !important;
  }
  .pasty.radio h3 {
    grid-area: 4 / 1 / 5 / 6;
  }
  .pasty.radio a:nth-child(4) {
    grid-area: 3 / 1 / 4 / 2;
  }
  .pasty.radio a:nth-child(5) {
    grid-area: 3 / 2 / 4 / 3;
  }
}

section {
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

.module {
  width: 100%;
  position: relative;
  float: left;
  padding: 0;
  margin-bottom: 0px;
  box-shadow: 0 1px 3px rgba(black, 0.2);
}

.come-in {
  transform: translateY(350px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 1.6s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}

.box_wrapper {
  background: #fff !important;
  border-radius: 10px;
  overflow: hidden;
  border-bottom: solid 1px #efefef;
}
.module .box_child2 img {
  max-height: 100px;
  border-radius: 10px;
}

/* UX edit */
.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart {
  color: #fff;
  border-color: #a48cdc;
  background-color: #a48cdc;
}
.btn.btn-conversion:hover,
a.btn.btn-conversion:hover,
.btn.btn-cart:hover,
a.btn.btn-cart:hover {
  color: #a48cdc;
  border-color: #a48cdc;
  background-color: #fff;
}
#tab-content .btn.btn-conversion {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
#tab-content .btn.btn-conversion:hover,
.cart-window-visible .btn.btn-conversion:hover,
.cart-window-visible a.btn.btn-conversion:hover,
.cart-window-visible .btn.btn-cart:hover,
.cart-window-visible a.btn.btn-cart:hover {
  color: #000;
  border-color: #000;
  background-color: #fff;
}

.flag.flag-new {
  background-color: #9bfbe3;
  width: auto;
  text-transform: none;
  height: auto;
  line-height: unset;
  border-radius: 7px;
  padding: 7px 20px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.flag.flag-najpredavanejsie {
  width: auto;
  text-transform: none;
  height: auto;
  line-height: unset;
  border-radius: 7px;
  padding: 7px 20px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .products-block > div .p .name {
    height: 40px;
  }
}
.prices .price.price-final {
  font-size: 18px;
}
.vote-pic img {
  display: none;
}
@media (min-width: 768px) {
  .products-block .btn-cart,
  .p-to-cart-block .add-to-cart-button.btn-conversion {
    font-size: 0;
  }
  .products-block .btn-cart::before,
  .p-to-cart-block .add-to-cart-button.btn-conversion:before {
    content: 'Pridať do košíka' !important;
    font-size: 14px !important;
    font-family: 'Monolog-Medium' !important;
    display: inline-block;
  }
}
.btn,
.btn:before {
  text-transform: uppercase !important;
}
.quantity {
  border-radius: 10px;
  overflow: hidden;
}
.flag.flag-best-seller,
.flag.flag-oblibene {
  width: auto;
  text-transform: none;
  height: auto;
  line-height: unset;
  border-radius: 7px;
  padding: 7px 20px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.flag.flag-new {
  background-color: #fa73f9 !important;
}
.products-block > div .p > a img {
  margin-top: 15px;
}
.flags-default .flag {
  font-size: 13px;
}
/* detail doprava */
.dorucime {
  width: 100%;
  display: flex;
}
#detail_shipping {
  display: flex;
  transition: all 0.5s ease;
  opacity: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  border-bottom: solid 1px #efefef;
  flex-wrap: wrap;
  gap: 20px;
  height: 0;
  margin: 0;
  padding: 0 20px;
}
.active#detail_shipping {
  transition: all 0.5s ease;
  opacity: 1;
  height: auto;
  margin: 30px 0;
  padding: 20px;
}
.shipping_variant {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}
.shipping_variant img {
  width: 56px;
  border-radius: 5px;
}
.shipping_variant h6 {
  font-weight: 600;
  font-size: 16px;
}
.shipping_variant h6 span {
  display: block;
  font-weight: 500;
  padding-top: 7px;
}
.shipping_disclaimer p {
  margin-bottom: 0;
}
.shipping_disclaimer a {
  color: #9976e7;
}
.shipping_disclaimer a:hover {
  text-decoration: underline;
}
.dshpp_btn {
  color: #a48cdc;
  text-underline-offset: 3px;
  cursor: pointer;
  margin-left: auto;
  white-space: pre;
}
.dshpp_btn:hover {
  text-decoration: underline;
}
#detail_shipping > h2 {
  position: relative;
  padding-left: 40px;
  margin-top: 0;
  font-size: 18px;
  width: 100%;
}
#detail_shipping > h2:before {
  position: absolute;
  left: 0;
  content: url(/user/documents/upload/res2021/new_icons/dot_icon_doprava_20.svg);
}

.cart-table tr.related .cart-related-product:first-child:before {
  content: 'Zákazníci si k týmto produktom dokúpili:';
}
.reca-payment-wrap .btn.btn-primary,
.reca-payment-wrap a.btn.btn-primary {
  color: #fff;
  border-color: #a48cdc;
  background-color: #a48cdc;
}
.reca-payment-wrap .btn.btn-primary:hover,
.reca-payment-wrap a.btn.btn-primary:hover {
  color: #a48cdc;
  border-color: #a48cdc;
  background-color: #fff;
}
.custom-footer__banner2.col-lg-4 {
  width: 100%;
}
#post_btn .btn-cart:before {
  display: none;
}
#post_btn {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  max-width: 600px;
  margin: 30px auto;
}

/* BF */
.products-block .p-bottom .prices {
  height: unset;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 20px;
  justify-content: center;
}
#bf {
  width: 100%;
  display: block;
  padding: 3px;
  margin-bottom: -10px;
}
#bf span {
  color: #fa5d5d;
  font-weight: 600;
}
.type-product #bf {
  display: inline-block;
  margin-bottom: -10px;
  background: #fa5d5d30;
  xxxborder: dashed 2px #fa5d5d;
  padding: 10px 20px;
  width: auto;
  font-size: 18px;
  border-radius: 8px;
}
/* BF end */

/* img carousel + btn */
#carousel .extended-banner-texts {
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
#carousel .extended-banner-link {
  border-radius: 10px;
  color: #fff;
  border-color: #a48cdc;
  background-color: #a48cdc;
  box-shadow: none;
  padding: 10px 20px;
  position: unset;
  height: auto;
}
#carousel .extended-banner-link:hover {
  color: #a48cdc;
  border-color: #a48cdc;
  background-color: #fff;
}
/* end img carousel + btn */

.stars .star.is-active:hover,
.stars .star.star-half:before,
.stars .star.star-on:before {
  color: #ffba19;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.type-product .stars-wrapper {
  animation: 2.5s fadeIn;
}
.type-product .add-comment .rating-icon {
  align-items: baseline;
  display: flex;
  color: #fff;
  border: solid 2px #000;
  background-color: #000;
  padding: 13px 26px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
  border-radius: 10px;
}
.type-product .add-comment .rating-icon:hover {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.type-product .add-comment .rating-icon:before {
  display: none;
}
.type-product .hodnoceni {
  display: none;
}
.type-posts-listing .news-item {
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding: 20px;
}
.type-posts-listing .news-item .text {
  display: flex;
  flex-direction: column;
}
.news-item time,
.news-item-detail time {
  margin-top: 10px;
  order: 99;
}
.news-item time:before,
.news-item-detail time:before {
  content: 'Publikované ';
}
.type-posts-listing .news-item .image {
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .type-posts-listing .news-item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .type-posts-listing .news-item .image {
    margin-right: 0px;
    width: 100%;
  }
}
.id-797 .category-title {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .navigation-in ul li.menu-item-711 a b,
  .navigation-in ul li.menu-item-772 a b,
  .navigation-in ul li.menu-item-797 a b {
    font-weight: 600;
    text-transform: uppercase;
  }
}
@media (max-width: 399px) {
  .pasty.radio {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .pasty.radio h3 {
    grid-area: 3 / 1 / 4 / 5;
  }
  .pasty.radio a:nth-child(4),
  .pasty.radio a:nth-child(5) {
    grid-area: unset;
  }
}
@media (max-width: 768px) {
  .navigation-in .menu-level-1:before {
    margin: 110px auto 30px auto;
  }
}

.news-item .text .description + a {
  color: #9976e7;
  text-decoration: underline;
  text-underline-offset: 4px;
  display: block;
  margin: 10px 0;
}
.news-item .text .description + a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .has-detail-product-arrows .carousel-control--product.right,
  .has-detail-product-arrows .carousel-control--product.left {
    display: none;
  }
}
@media (min-width: 768px) {
  .has-detail-product-arrows .carousel-control--product.right,
  .has-detail-product-arrows .carousel-control--product.left {
    display: block;
  }
}
.site-msg.information {
  background-color: #a48bdc;
  color: #000;
}

.footer-bottom span.copyright,
#signature {
  width: auto;
}
@media (max-width: 991px) {
  #footer .footer-bottom {
    text-align: center;
    justify-content: center;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .hide-on-desktop {
    display: none;
  }
}
#footer > a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px;
}
.close.js-close-information-msg {
  display: none;
}
.site-msg.information {
  background-color: #a48bdc;
  color: #000;
  position: unset;
  z-index: 10;
  max-width: 100% !important;
  opacity: 1;
  box-shadow: none;
  text-align: center;
  padding: 5px 12px;
  font-weight: 600;
  font-size: 14px;
}
.site-msg.information .slick-track {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .info_exists .overall-wrapper:not(.scrolled) .navigation-buttons,
  .info_exists .navigation-window-visible .navigation-buttons {
    top: 28px;
  }
  .info_exists #navigation {
    padding-top: 88px;
  }
  #header .site-name a img {
    max-height: 52px;
  }
  .site-msg.information {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.navigation-window-visible .site-msg.information {
  display: none;
}
.btn,
.btn:before {
  text-transform: none !important;
}
.p-detail-inner .p-image-wrapper {
  overflow: hidden;
}

.blog_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.blog_wrap .news-item {
  border: solid 1px #e6e6e6;
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  margin-bottom: 10px;
}
.blog_wrap .news-item .text .description,
.blog_wrap .news-item time,
.blog_wrap .news-item-detail time,
.blog_wrap:before {
  display: none;
}
.blog_wrap .news-item .image {
  width: calc(100% + 40px);
  margin: -20px -20px 0 -20px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.blog_wrap .news-item .text .title {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .blog_wrap .news-item {
    flex: 1;
  }
  .blog_wrap {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_wrap .news-item {
    flex: calc((100% - 10px) / 2);
  }
  .blog_wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .blog_wrap .news-item {
    flex: 100%;
  }
}
.blog_wrap h4 {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16pt;
}
.blog_wrap h4 a {
  position: unset;
  transform: none;
  margin-left: auto;
  font-size: 14px;
  font-weight: 300;
}
.blog_wrap h4 a:after {
  content: '\e90c';
  font-size: 19px;
  margin-left: 1ex;
  font-family: shoptet;
}

.last_details summary:after {
  display: none;
}

.blog_wrap .news-item .text .title {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_wrap .news-item .text:after {
  content: 'Zobraziť viac »';
  color: #9976e7;
  text-decoration: underline;
  text-underline-offset: 4px;
  display: block;
  margin: 10px 0;
  display: block !important;
  cursor: pointer;
}
.blog_wrap .news-item .text:hover:after,
.blog_wrap .news-item .text .title:hover {
  text-decoration: none;
}
.blog_wrap .news-item .text:hover {
  text-decoration: none;
}
#product_benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 30px 0;
}
#product_benefits img {
  display: block;
  width: calc((100% - 15px) / 4);
  padding: 10px 0;
  background: #e2daea;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #product_benefits img {
    width: calc((100% - 5px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #product_benefits img {
    width: calc((100% - 5px) / 2);
  }
}
.blog_wrap .news-item .text .title {
  height: 46px;
  -webkit-line-clamp: 2;
}
@media (min-width: 992px) {
  .p-detail-inner {
    align-items: flex-start;
  }
  .type-detail .p-detail-inner .p-image-wrapper {
    position: sticky;
    top: 100px;
    align-self: unset;
  }
}
.product_faqs details ul:last-child {
  padding-bottom: 20px;
}
.menu-helper > span:hover,
.menu-helper > ul > li a:hover {
  color: #9976e7;
}
@media (max-width: 991px) {
  .navigation-in ul li.menu-item-807 a b {
    font-weight: 600;
    text-transform: uppercase;
  }
}
@media (max-width: 1199px) {
  .cart-xyDiscount__description {
    display: block;
  }
}
@media (max-width: 380px) {
  .cart-table tr > td.cart-p-image {
    flex: 100%;
    background: transparent;
  }
}
.cart-window-visible .content-window.cart-window *:not(.btn).cart-xyDiscount__description,
.cart-xyDiscount__description {
  font-size: 14px;
  color: #ff0000 !important;
}
tr.removeable .remove-item,
.remove-item:before {
  opacity: 1;
  color: #ff0000;
}
.site-msg.information {
    background-color: #a08bdb;
    font-weight: 400;
}
.site-msg.information .text {
    color: #fff;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    background: none;
    border: none;
    color: #000;
    background: #fff;
    width: 27px;
    height: 27px;
    border-radius: 100%;
}
    .close-btn:hover {
      color: #000;
    }
    #hc_overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      z-index: 1001;
    }
    #hc_popup img {
      max-width: 100%;
      height: auto;
}
@media (max-width:767px) {
#hc_popup {
      position: fixed;
      top: 50%;
      left: 20px;
      right:20px;
      transform: translate(0, -50%);
      width:calc(100% - 40px);
}
}
@media (max-width:767px) {
.shipping_variant {
    width: 100%;
    flex: 100%;
}
}

.mobile #hc_popup .popup_desktop,
.desktop #hc_popup .popup_mobile {display:none;}
.desktop #hc_popup {
    max-width: 992px;
}
.set_content li span {
    height: 56px;
    padding: 5px;
}

.row.summary .box.box-md.box-bg-default {
    background: transparent;
}
.gift > span, .btn[data-testid="buttonSelectGift"] {font-size: 0;}
.gift span strong {font-size: 14px;}
.gift > span > strong:first-child:before {
    content: 'Objednajte si ešte za ';
    font-weight: normal;
}
.gift > span > strong + strong:before {
    content: ' a získajte lubovolnu ovocnu pastu ';
    font-weight: normal;
    padding-left: 4px;
}
.gift > span, .btn[data-testid="buttonSelectGift"] {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px !important;
}

.removeable .show-related {display:none;}
.up-products-cart {align-items: stretch;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        display: flex;
        flex-wrap: wrap;
}
.up-addons-cell {width:100%;}

.up-products-cart .up-product td .up-product-add-to-cart a svg, .up-products-cart .up-product td .up-product-remove-from-cart a svg {
    fill: #fff;
}
.shorts-container .youtube-short.thumbnail:before {
    width: 60px !important;
    height: 60px !important;
}
.shorts-container .youtube-short {
    aspect-ratio: 9 / 16;
    height:unset !important;
}
@media (min-width:1440px) {
.shorts-container .youtube-short {
    width: calc((100% - 60px) / 5) !important;
}
}
@media (max-width:767px) {
.shorts-container .youtube-short img {
    width: 100%;
}
.shorts-container .youtube-short.thumbnail:before {
    width: 120px !important;
    height: 120px !important;
}
}
.up-products-cart { display: flex !important ;}
.up-products-cart-wrapper, .up-addons-cell, .up-products-cart td:first-child:not(.up-image,.up-cart-header,.up-show-more-button-cell) {
    width: 100% !important;
}

.shorts-container {justify-content: center;}
@media (max-width: 767px) {
.shorts-container {margin-right: -20px;overflow: hidden;}
.shorts-container .youtube-short {margin-right: 14px;min-height: 500px;}
.shorts-container .slick-list {max-width: calc(100% + 20px);width: calc(100% + 20px) !important;margin-bottom: 0;margin-right: -20px;padding-left: 35px;}
}
.shorts-container iframe {height: 100% !important;}

.custom-footer>div.custom-footer__banner91 {
    display:none;
}
