/*
*  Free gift - payment cart
*/
.msc-free-gift--payment-h4::before {
  display: none!important;
}
.msc-free-gift--payment-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.msc-free-gift--payment-img {
  width: 20%;
}
.msc-free-gift--payment-img img {
  max-height: 100px;
  height: 100%;
}
.msc-free-gift--payment-product a {
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.msc-free-gift--payment-name {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.msc-free-gift--payment-detail {
  font-size: 14px;
}
.slick-slide {
  padding: 0 10px;
}
.products-block .p a.image {
  padding: 4em 0.5em;
}
.products-block .p a.image::after {
  display: block;
  clear: both;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 300ms ease;
  pointer-events: none;
}
.navigation-window-visible .top-navigation-contacts {
  display: none!important;
}
/* @media (max-width: 479px) { } */
@media (max-width: 767px) {
  .navigation-window-visible #navigation {
    width: 100%;
    background: rgba(0,0,0,0.4);
    padding-bottom: 0;
    z-index: 10000;
  }
  .navigation-in {
    float: right;
    width: 75%;
  }
}




/*
*  Detail
*/
.p-info-wrapper {
  background-color: #F5F5F5;
  border-radius: 6px 6px 0 0;
}
.p-info-wrapper .detail-parameters {
  /* background: #eee; */
  margin: 40px 0;
}
.p-info-wrapper .detail-parameters th {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding-left: 10px;
}
.p-info-wrapper .detail-parameters select {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-info-wrapper .p-final-price-wrapper {
  margin-bottom: 0;
  position: relative;
  padding: 10px 0;
  /*
  background-color: #F5F5F5;
  border-radius: 6px 6px 0 0;
  */
}
.surcharge-list select {
  max-width: 400px;
  width: 100%;
}
.p-info-wrapper .availability-value {
  position: relative;
  padding: 15px 0;
  /*
  background-color: #F5F5F5;
  border-radius: 0 0 6px 6px;
  */
}
.p-info-wrapper .p-short-description {
  padding: 20px 10px;
  /*
  background: #f2f3f5;
  */
  border-radius: 6px;
  margin-bottom: 5px;
}


/*
*  Categories
*/
.msc-section--categories-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.msc-section--categories-item {
  width: calc(25% - 20px);
  padding: 10px 0;
  margin: 0 10px;
  background: #f2f3f5;
  overflow: hidden;
}
.msc-section--categories-item:hover img {
  transition: all .2s ease-in-out;
}
.msc-section--categories-item:hover img {
  transform: scale(1.1);
}
.msc-section--categories-item_title {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  color: #000;
  padding: 25px 0;
}

/*
*  Cart
*/
.cart-summary .extra.discount {
  display: none;
}
.msc-cart-discout-visible {
  display: block!important;
}

/*
*  Newsletter
*/
.msc-banner-news {
  background-color: #239ceb;
  color: #fff;
}
.msc-banner-news--items {
  display: flex;
  flex-wrap: wrap;
  background: url(/user/documents/assets/img/obalka.svg) 0 52% no-repeat;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
}
.msc-banner-news--item:first-child {
  width: 60%;
  padding: 0 30px 0 100px;
}
.msc-banner-news--item:last-child {
  width: 40%;
}
.msc-banner-news--item h3 {
  color: #fff;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 8px;
  margin-top: 0;
}
.msc-banner-news--item p {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0;
}
.msc-banner-news form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.msc-banner-news--input {
  display: block !important;
  text-indent: 0 !important;
  height: 44px;
  border-radius: 4px 0 0 4px;
  border-color: #E5E5E5;
  padding: 10px 16px !important;
  font-family: "Poppins",sans-serif;
  margin-bottom: 10px;
}
.msc-banner-news--btn {
  margin: 0 0 10px!important;
  height: 44px !important;
  width: 110px !important;
  background-color: #66C40C !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-family: "Poppins",sans-serif;
  border: 0;
  border-radius: 0 4px 4px 0;
}
#footer {
  background-color: #000!important;
}

@media screen and (max-width: 991px) {
  .msc-section--categories-item {
    width: 50%;
    margin: 0;
  }
  .msc-section--categories-item_title {
    font-size: 22px;
  }
  .msc-banner-news--item:first-child {
    padding: 0 30px;
  }
  .msc-banner-news--item:last-child {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .msc-banner-news--item {
    width: 100%!important;
  }
}
@media screen and (max-width: 575px) {

}


/*
*  Carousel bulets fix
*/
.slick-dots {
  /*
  position: absolute;
  bottom: -25px;
  */
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  /*
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  background: transparent;
  */
  cursor: pointer;
  color: transparent;
  outline: none;
  border: 0;
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  background-color: #E4E4E4 !important;
  border-radius: 50%;
}
.slick-dots li.slick-active button, .slick-dots li button:hover {
  background-color: var(--color-primary) !important;
}

/*
*  Black friday mods
*/
#header #navigation .navigation-in>ul>li:first-child {
  background-color: red;
}
#header #navigation .navigation-in>ul>li:first-child>a {
  color: #fff!important;
}

/*
*  Header mods
*/
@media screen and (min-width: 768px) { 
  .top-navigation-bar {
    background-color: #239ceb;
    height: 100px!important;
    margin-top: 40px;
  }
  .top-navigation-bar > .container {
    max-width: 1626px;
    flex-wrap: wrap;
    background-color: #239ceb;
    top: -40px!important;
    height: 140px;
    padding: 0!important;
  }
  .top-navigation-bar .top-navigation-contacts {
    flex-basis: 100%!important;
    background-color: #fff;
    height: 40px;
    display: flex!important;
    align-items: center;
  }
  .top-navigation-bar .top-navigation-tools {
    flex-basis: 100%!important;
    height: 100px;
    background-color: #239ceb;
    align-items: center;
    padding-right: 185px;
  }
  .top-navigation-bar .top-navigation-tools .project-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-size: 20px;
    font-family: var(--template-headings-font);
    font-style: italic;
    font-weight: 700;
    color: #fff;
    height: 100%;
    padding: 0 20px;
  }
  .top-navigation-bar .top-navigation-tools .project-phone > span:last-child {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
  /*
  .top-navigation-bar .top-navigation-tools .project-phone span::before { 
    font-family: shoptet;
    content: '\e92d';
    display: block;
    text-align: center;
  }
  */
  .top-navigation-bar .top-navigation-tools .top-nav-button-account, .top-navigation-bar .top-navigation-tools .top-nav-button-login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 100%;
    border-radius: 0;
    margin: 0;
    background: transparent;
    border-left: 1px solid #0e76ba;
    font-weight: 600;
  }
  .top-navigation-bar .top-navigation-tools .top-nav-button-account::before, .top-navigation-bar .top-navigation-tools .top-nav-button-login::before {
    content: '\e922';
    font-family: shoptet;
    font-size: 24px;
    margin-bottom: 5px;
  }
  .top-navigation-bar .top-navigation-tools .top-nav-button-account:hover, .top-navigation-bar .top-navigation-tools .top-nav-button-login:hover {
    background: #0e76ba;
  }
  .top-navigation-bar .top-navigation-tools .dropdown {
    position: absolute;
    top: 10px;
    right: 0;
    display: flex;
    justify-content: end;
    width: 33%;
    left: auto;
  }
  .top-navigation-bar .top-navigation-tools .dropdown #topNavigationDropdown {
    color: #000;
  }
  #header {
    background-color: #fff!important;
    height: 70px!important;
    border-bottom: 1px solid #dadada;
  }
  #header > .container {
    max-width: 1626px;
  }
  #header .header-top {
    /* height: 70px; */
    height: 0px;
  }
  #header .site-name-wrapper {
    position: absolute;
    top: -100px;
    left: 0;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .site-name-wrapper .site-name {
    margin-top: -10px;
  }
  #header .site-name-wrapper .site-name > a{
    width: 170px;
    margin: 0;
    padding: 0;
  }
  #header .search {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: auto!important;
    left: auto!important;
    margin-left: 200px;
    margin-top: -40px;
    max-width: 45%;
  }
  #header .search #formSearchForm { 
    width: 100%;
  }
  #header .search fieldset { 
    display: flex;
    height: 60px;
    padding: 0 25px 0 30px;
    background-color: #0e76ba;
    border-radius: 4px;
  }
  #header .search .search-input { 
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    background: transparent;
    border: none;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
  }
  #header .search .btn[type="submit"] { 
    position: relative;
    height: 100%;
    background-color: transparent;
    border: 0;
    width: 28px;
    overflow: hidden;
    padding: 0;
  }
  #header .search .btn[type="submit"]::before {
    content: '\e920';
    font-family: shoptet;
    font-size: 26px;
    line-height: 34px;
  }
  #header .navigation-buttons {
    position: absolute;
    top: -100px;
    right: 0;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .navigation-buttons .cart-count {
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #ffcd11;
    justify-content: center;
    border-radius: 0!important;
  }
  #header .navigation-buttons .cart-count i {
    background-color: #000;
  }
  #header .navigation-buttons .cart-count::before {
    background-image: url(/user/documents/assets/img/basket-black.png);
  }
  #header .navigation-buttons .cart-count > i {
    right: 25px;
    left: auto;
  }
  #header .navigation-buttons .cart-count:hover {
    background-color: #f3ac00;
  }
  #header .navigation-buttons .cart-count::before {
    margin: -20px 0 0;
  }
  #header .navigation-buttons .cart-count::after {
    bottom: 0;    
    left: auto;
    font-weight: 600;
  }
  #header .navigation-buttons .oblibeneBtn {
    width: 85px;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: transparent;
    justify-content: center;
    border-radius: 0!important;
    border-left: 1px solid #0e76ba;
  }
  #header .navigation-buttons .oblibeneBtn em {
    width: 17px;
    height: 17px;
    padding: 3px;
    top: 20px;
    right: 15px;
    background: #d86f28;
  }
  #header .navigation-buttons .oblibeneBtn::before {
    /* top: 1px; */
    color: #fff;
    margin: -20px 0 0;
    top: 25px;
    right: 27px;
  }
  #header .navigation-buttons .oblibeneBtn::after {
    content: 'Oblíbené';
    color: #fff;
    position: absolute;
    text-transform: capitalize;
    font-size: 14px;
    top: calc(50% + 10px);
    left: auto;
    font-weight: 600;
    right: 13px;
  }
  #header .navigation-buttons .oblibeneBtn:hover {
    background: #0e76ba;
  }
  .popup-widget.cart-widget {
    top: 140px!important;
    right: 8.2%!important;
  }
  .admin-logged .popup-widget.cart-widget {
    top: 165px!important;
  }
  .popup-widget.login-widget {
    top: 122px!important;
    right: 17.7%!important;
  }
  .admin-logged .popup-widget.login-widget {
    top: 147px!important;
  }
  #header #navigation {
    height: 70px;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
  }
  #header #navigation .navigation-in>ul>li>a {
    height: 70px!important;
    color: #000;
    line-height: 70px;
  }
  #header #navigation .navigation-in>ul>li>a:hover {
    color: #fff;
  }
  #header #navigation .navigation-in>ul>li>a>b {
    font-weight: 600!important;
  }
  #header #navigation .navigation-in ul.menu-level-2 {
    top: 70px;
  }

  #header .menu-helper {
    right: 0;
  }
  #header .menu-helper>ul {
    top: 70px;
  }
  #header .menu-helper::after{
    border-left: 1px solid #dadada;
    color: #239ceb;
    height: 70px;
    line-height: 70px;
  }
  #header .menu-helper:hover::after {    
    background-color: #239ceb;
    color: #fff;
  }
}
@media screen and (max-width: 768px) { 
  .top-navigation-bar {
    background-color: #239ceb;
    border-bottom: 1px solid #0e76ba!important;
  }
  .top-navigation-bar .container {
    padding: 0!important;
  }
  .top-navigation-bar .top-navigation-contacts {
    background: transparent;
  }
  .top-navigation-bar .top-navigation-contacts .project-phone {
    border-right: 1px solid #0e76ba;
    margin: 0;
    padding: 10px 15px;
  }
  .top-navigation-bar .top-navigation-contacts .project-phone::before {
    color: #fff;
    margin: 0;
  }
  .top-navigation-bar .top-navigation-contacts .project-email {
    border-right: 1px solid #0e76ba;
    margin: 0;
    padding: 10px 15px;
  }
  .top-navigation-bar .top-navigation-contacts .project-email::before {
    color: #fff;
    margin: 0;
  }
  .top-navigation-bar .dropdown {
    border-right: 1px solid #0e76ba;
    top: -8px;
  }
  .top-navigation-bar .dropdown #topNavigationDropdown {
    margin: 0;
    padding: 10px 15px 10px 10px;
    margin-right: 10px;
    color: #fff;
    top: 0px;
  }
  .top-navigation-bar .top-navigation-tools .toggle-window[data-target="search"] {
    border-right: 1px solid #0e76ba;
    margin: -1px 0 0 0;
    padding: 10px 20px 10px 25px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 50px;
  }
  .top-navigation-bar .top-navigation-tools .toggle-window[data-target="search"]::before {
    color: #fff;
  }
  .top-navigation-bar .top-navigation-tools .top-nav-button-account, .top-navigation-bar .top-navigation-tools .top-nav-button-login {
    width: 37px;
    height: 42px;
    overflow: hidden;
    padding: 0;
    background: transparent;
    white-space: nowrap;
    border-left: 1px solid #0e76ba;
    border-radius: 0;
    padding: 10px 0px 10px 17px;
    margin-right: 8px;
    top: -11px;
  }
  .top-navigation-bar .top-navigation-tools .top-nav-button-account > span::before, .top-navigation-bar .top-navigation-tools .top-nav-button-login > span::before { 
    content: '\e922';
    font-family: shoptet;
    font-size: 20px;
    margin-bottom: 5px;
  }  
  .top-navigation-bar .top-navigation-tools .toggle-window[data-target="navigation"] { 
    top: 45px;
    right: 7px;
  }
  .top-navigation-bar .top-navigation-tools .toggle-window[data-target="navigation"]::before { 
    background: transparent;
    font-size: 22px;
  }
  #header {
    height: 70px!important;
  }
  #header > .container {
    height: 100%;
  }
  #header .header-topsite-name-wrapper {
    padding-left: 5px;
  }
  #header .header-top .site-name > a {
    margin: 0;
  }
  #header .header-top .toggle-window.cart-count {
    right: 60px;
    top: -10px;
  }
  .mobile-header-version-0 #header .search {
    height: 0;
    overflow: hidden;
  }
  .mobile-header-version-0.search-window-visible #header .search {
    height: auto;
  }
  .popup-widget.cart-widget {
    top: 110px!important;
  }
}

/*
*  Points menu mods
*/ 
.msc-logged .mehub-bonus-header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-left: 1px solid #0e76ba;
  /* extra top position */
  position: absolute;
  top: -50px;
  border: 0;
  right: 70px;
}
.msc-logged .mehub-bonus-header-container > div {  
  align-items: center!important;
  margin: 0!important;
  padding: 0 20px;
}
.msc-logged .header-top .search {  
  right: 270px!important;
}
/*
.msc-logged .header-top .search > form{
  width: 315px;
}
*/
@media screen and (max-width: 768px) { 
  .mehub-bonus-header-container {
    position: absolute;
    border: 0!important;
    top: -12px!important;
    right: 55px!important;
  }
  .mehub-bonus-header-container > div {
    flex-direction: row!important;
    align-items: center!important;
  }
  .mehub-bonus-header-container > div > span:first-child {
    /* margin-right: 5px; */
    display: none;
  }
}
