/*General*/
#cboxContent, #cboxClose {
    border-radius: 8px;
}
#cboxClose {
    color: black;
}
b, strong {
    font-weight: 600;
}
fieldset label {
    color: black;
}
li.menu-item-711 > a > b, li.menu-item-708 > a > b {
    font-weight: 600 !important;
}
.top-nav-button.top-nav-button-login.primary.login.toggle-window > span {
    display: none;
}
h2.homepage-group-title {
    font-size: 40px;
    font-weight: 500 !important;
    color: #fff;
}
@media (max-width: 767px) {
h2.homepage-group-title {
    font-size: 24px;
    padding-top: 25px;
    padding-bottom: 25px;
}}
.banner-category a:hover img, .banner-footer a:hover img, .banner-wrapper a:hover img, .banners-content a:hover img, .footer-banner a:hover img {
    transform: scale(1.00);
}
@media (max-width: 767px) {
.content-wrapper.container .row>div {
    padding-left: 20px;
    padding-right: 20px;
}}
.content-wrapper, body {
    background-color: black;
}
html, body {
    overflow-x: hidden;
}
@media (min-width: 1600px) {
.container {
    width: 1580px;
}}
@media (min-width: 1700px) {
.container {
    width: 1680px;
}}
@media (min-width: 1800px) {
.container {
    width: 1720px;
}}
/*Header*/
.top-navigation-bar {
    display: none;
}
#header .container {
    padding: 0 20px;
}
#header .header-bottom {
    border-style: none;
}
#header .header-top-wrapper .site-name {
    flex: 0 1 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
#header .navigation-buttons {
    flex: 0 1 30% !important;
}
.container.navigation-wrapper.header-bottom-wrapper.js-navigation-container {
    flex: 0 1 55% !important;
}
#navigation {
    background-color: transparent;
}
.navigation-in>ul>li>a {
    color: white;
    font-size: 16px;
}
.navigation-in>ul>li>a:hover {
    color: var(--color-primary);
}
#header .search-input, #header .search-input:focus, #header .search-input:hover {
    border-radius: 50px;
    font-size: 16px;
    padding-left: 25px;
    border: solid 1px #cdf8f817 !important;
}
.search-input::placeholder, .search-input {
	color: #050505 !important;
}
.search-input-icon {
    display: none;
}
.search {
  display: none;
}
body.search-window-visible .search {
  display: block;
}
@media (max-width: 767px) {
.search-window-visible #header .search {
    width: 95%;
    margin: 10px auto;
}
.searchWhisperer {
    top: 115px;
}
#header .header-top-wrapper .site-name {
    flex: 0 1 35%;
}
#header .navigation-buttons {
    flex: 0 1 65% !important;
}}
.navigation-buttons a[data-target=cart]:before, .navigation-buttons a[data-target=login]:before, .navigation-buttons a[data-target=search]:before {
    visibility: hidden;
}
#header .navigation-buttons a[data-target=cart] {
    background-image: url(/user/documents/upload/cart-icon.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 35px;
}
#header .navigation-buttons a[data-target=login] {
    background-image: url(/user/documents/upload/user-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
    display: block !important;
}
.navigation-buttons a[data-target=search], .navigation-buttons a[data-target=search]:hover {
    background-image: url(/user/documents/upload/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    display: block;
}
.navigation-buttons a[data-target=login]:before, .navigation-buttons a[data-target=search]:before {
    margin-right: 15px;
}
@media (min-width: 768px) {
#header .navigation-buttons a {
    margin-left: 25px;
}
.searchWhisperer {
    top: 75px;
}
.search {
    position: absolute;
    width: 60%;
    left: 16.5%;
    padding: 0 !important;
}
.menu-helper>span {
    color: #0f0506;
    font-weight: 400;
    font-size: 16px;
}}
span.cart-price.visible-lg-inline-block {
    font-size: 16px;
    margin-left: 5px;
    font-weight: 600;
    line-height: 20px;
}
#header .navigation-buttons a[data-target=cart] i {
    left: 20px;
    bottom: 5px;
    background-color: var(--color-secondary);
}
@media (max-width: 480px) {
#header .navigation-buttons a[data-target=cart] {
		background-size: 27px;
    background-position: center;
}
#header .navigation-buttons a[data-target=cart] i {
    left: 25px;
    bottom: 10px;
}
#header .navigation-buttons a[data-target=login], .navigation-buttons a[data-target=search], .navigation-buttons a[data-target=search]:hover {
    background-size: 27px;
}}
@media (min-width: 480px) and (max-width: 767px) {
#header .navigation-buttons a[data-target=cart] {
		background-size: 40px;
    background-position: center;
}
#header .navigation-buttons a[data-target=cart] i {
    left: 45px;
    bottom: 20px;
}
.searchWhisperer {
    top: 148px;
}}
@media (min-width: 1700px) {
#header .navigation-buttons {
    flex: 0 1 20% !important;
}
.container.navigation-wrapper.header-bottom-wrapper.js-navigation-container {
    flex: 0 1 65% !important;
}}
@media (min-width: 1440px) and (max-width: 1700px) {
#header .navigation-buttons {
    flex: 0 1 25% !important;
}
.container.navigation-wrapper.header-bottom-wrapper.js-navigation-container {
    flex: 0 1 60% !important;
}}
@media (min-width: 992px) and (max-width: 1440px) {
#header .navigation-buttons {
    flex: 0 1 30% !important;
}
.container.navigation-wrapper.header-bottom-wrapper.js-navigation-container {
    flex: 0 1 55% !important;
}}
@media (min-width: 768px) and (max-width: 992px) {
#header .navigation-buttons {
    flex: 0 1 40% !important;
}
.container.navigation-wrapper.header-bottom-wrapper.js-navigation-container {
    flex: 0 1 45% !important;
}}
button.btn.btn-primary.js-try-search-button {
    border-radius: 8px;
    background-color: var(--color-primary);
    color: white;
    font-weight: 600;
    border: none;
}
#header div.navigation-buttons > a.btn.btn-default {
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    color: white;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}
/*Menu*/
.navigation-in ul li a b {
		font-weight: 400;
}
.navigation-in>ul>li>a {
    color: #0f0506;
}
@media (min-width: 768px) {
.navigation-in>ul>li.ext>ul>li {
    flex-basis: 47%;
    width: 47%;
}}
@media (min-width: 1200px) {
.navigation-in>ul>li.ext>ul>li {
    flex-basis: 24%;
    width: 24%;
}}
@media (min-width: 768px) {
ul.menu-level-1 {
    border: none !important;
}
.navigation-in>ul>li.exp>a {
    color: var(--color-primary);
}
#navigation ul .menu-level-2 li {
    display: flex;
    align-items: center;
    margin: 5px;
}
.navigation-in ul.menu-level-2 li a {
    font-size: 15px;
    font-weight: 500;
}
#navigation ul .menu-level-2 li a, #navigation ul .menu-level-2 li .stars span, .stars #navigation ul .menu-level-2 li span {
    padding: 0 10px 0px 10px;
    text-transform: none !important;
    font-size: 14px;
}
#navigation ul .menu-level-2 li .menu-image {
    display: inline-block;
    padding: 0;
    width: auto;
}
#navigation > div > ul.menu-level-1 > li:last-child {
    margin-bottom: -1px;
}
#navigation .menu-level-1 > li.ext.exp > a {
    border: none !important;
}
#navigation .menu-level-1>li>a {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
ul.menu-level-1 {
    margin: 0 20px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 3px;
    padding: 0 10px;
}
    #navigation .menu-level-2>li>div>a {
    padding-bottom: 10px;
}
.navigation-in ul.menu-level-2 a, .navigation-in ul.menu-level-2 a:hover {
    color: #000000;
}
#navigation .menu-level-2 {
    border: none;
    padding-bottom: 10px;
    padding-top: 10px;
    justify-content: center;
}
#navigation .menu-level-3 {
    font-size: 14px;
}
#navigation .menu-level-2>li>div>a {
    padding-bottom: 0px;
}
#navigation .menu-level-2>li {
    margin-top: 0px;
    padding-top: 0px;
    margin: 5px;
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    padding: 5px;
}
#navigation .menu-level-2>li:hover {
    border-color: var(--color-secondary);
}}
@media (max-width: 767px) {
#navigation .menu-level-1>li>a:last-child {
    border-bottom: none;
}
ul.menu-level-1 {
    margin-bottom: 30px;
}}
@media (min-width: 1200px) {
.navigation-in>ul>li.ext>ul>li>div {
    width: 100%;
}}
@media (min-width: 992px) {
#navigation .menu-level-2 {
    width: 150%;
}
#navigation .menu-level-2>li {
    background-color: #303030;
    border: none;
}
.navigation-in ul.menu-level-2 a, .navigation-in ul.menu-level-2 a:hover {
    color: white;
}
ul.menu-level-2 {
    background-color: #161616 !important;
}}
/*Carousel*/
@media (min-width: 992px) {
.extended-banner-text,
.extended-banner-link,
.extended-banner-title {
		margin: 0;
}}
.wide-carousel {
    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.extended-banner-texts {
    max-width: 1418px !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 60px;
    z-index: 2;
}
.extended-banner-link, .extended-banner-text, .extended-banner-title {
    position: relative;
}
.extended-banner-link {
    top: unset;
}
.extended-banner-title {
    font-weight: 600;
    font-size: 65px;
    padding: 0;
    margin: 0;
}
.extended-banner-text {
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    text-align: center;
    margin: 0;
}
span.light-text {
    display: block;
    font-weight: 400;
    font-size: 4rem;
    line-height: 4rem;
}
.carousel .extended-banner-link {
    margin-top: 70px;
    width: fit-content;
    padding: 10px 20px;
    background-color: var(--color-primary);
    color: black;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    transition: all ease-in-out 0.2s;
}
.carousel .extended-banner-link:hover {
    background-color: white;
}
.carousel .extended-banner-link::after {
    content: "\e910";
    font-family: shoptet;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -10px;
    margin-top: 2px;
}
#carousel .carousel-inner>.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-image: url("/user/documents/upload/carousel-right-bg.svg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 1;
}
#carousel .carousel-inner>.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("/user/documents/upload/carousel-left-bg.svg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 1;
}
@media (max-width: 992px) {
.wide-carousel {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: -10px;
}
#carousel .carousel-inner>.active::after, #carousel .carousel-inner>.active::before {
    background-size: contain;
}}
@media (min-width: 480px) and (max-width: 992px) {
.extended-banner-title {
    font-size: 2rem;
}
span.light-text {
    font-size: 2rem;
    line-height: 2rem;
}
.extended-banner-text {
    font-size: 1.5rem;
}
.carousel .extended-banner-link {
    margin-top: 40px;
    padding: 5px 15px;
    font-size: 14px;
}}
@media (max-width: 480px) {
.extended-banner-title {
    font-size: 20px;
}
span.light-text {
    font-size: 20px;
    line-height: 20px;
}
.extended-banner-text {
    font-size: 15px;
}
.carousel .extended-banner-link {
    margin-top: 10px;
    font-size: 13px;
    padding: 0px 15px;
}
.extended-banner-texts {
    justify-content: center;
    margin-bottom: 10px;
}}
.hb-carousel-btn a {
    background-color: var(--color-primary);
    color: white;
    padding: 10px 18px;
    border-radius: 8px;
    margin: 0 10px;
}
.hb-carousel-btn {
    margin-top: 25px;
}
.hb-carousel-btn a:first-child {
    display: none;
}
@media screen and (max-width: 768px) {
.carousel-inner .item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-inner {
    width: 100vw;
}
.extended-banner-texts {
  position: relative;
  z-index: 2;
  padding: 40px 0;
}
.hb-carousel-btn a {
    padding: 5px 10px;
    margin: 0 5px;
}}
/*Benefit banners*/
.benefitBanner {
    margin: 70px auto;
}
.benefitBanner__content {
    color: white;
    padding-right: 0;
    margin: 0 40px;
}
.benefitBanner__title {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: center;
}
.benefitBanner__data {
    color: #dadada;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.benefitBanner__item {
    display: flex;
    flex-direction: column;
}
.benefitBanner__picture {
    flex: auto;
    margin-right: 0;
}
/*Footer contact bar*/
.contact-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding: 20px;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1720px;
    margin: 0 auto;
    border-bottom: solid 1px #4C4C4C;
}
.contact-column {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.contact-person img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
}
.contact-person h3 {
    margin: 0;
    font-weight: 500;
    color: white;
    font-size: 23px;
    margin-bottom: 5px;
}
#footer .contact-bar p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}
.contact-info {
		column-gap: 100px;
    row-gap: 20px;
}
.info-block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.info-block img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.info-block strong {
    display: block;
    font-weight: 500;
    font-size: 23px;
}
.info-block strong a {
    color: white;
}
.contact-social {
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-text {
    font-size: 16px;
    font-weight: 400;
}
.contact-column.contact-social > a {
    padding: 7px;
    background-color: white;
    border-radius: 100%;
}
.icon-facebook::before, .icon-instagram::before, .icon-youtube::before {
    font-family: 'shoptet';
    font-size: 20px;
    display: inline-block;
    color: black;
}
.icon-instagram::before {
    content: "\e909";
}
.icon-facebook::before {
    content: "\e900";
}
.icon-youtube::before {
    content: "\e903";
}
@media (max-width: 768px) {
.contact-person h3 {
    font-size: 20px;
}
#footer .contact-bar p {
    font-size: 14px;
}
.info-block strong {
    font-size: 20px;
}
#footer .contact-bar p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}}
/*Footer*/
.footer-rows h4 {
    color: white;
    font-size: 23px;
    font-weight: 500;
}
.footer-rows ul a {
    font-size: 14px;
    font-weight: 400;
    color: #EBEBEB;
}
#footer .extended-banner-texts {
    padding: 0;
}
#footer .banner {
    min-height: unset;
    margin-bottom: 0;
}
#footer {
    background-color: black;
}
.footer-bottom {
    background-color: transparent;
    padding: 40px 0;
}
.footer-bottom, .footer-bottom a {
    color: white;
    font-size: 12px;
}
@media (min-width: 768px) {
#footer {
    padding-top: 0px;
}
.custom-footer {
    padding-top: 50px;
    padding-bottom: 35px !important;
}}
footer#footer {
    background-image: url(/user/documents/upload/footer-left-bg.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto;
}
@media (max-width: 768px) {
.overall-wrapper {
    padding-bottom: 0 !important;
}
footer#footer {
    background-size: contain;
}}
/*Footer payment&delivery icons*/
.payment-icons img, .delivery-icons img {
    height: 42px;
}
.payment-delivery-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 96px;
    row-gap: 20px;
    padding: 40px 20px;
    max-width: 1720px;
    margin: 0 auto;
    border-top: solid 1px #4C4C4C;
    border-bottom: solid 1px #4C4C4C;
}
.payment-icons-wrapper, .delivery-icons-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-icons-title {
    width: min-content;
}
.footer-icons-title > span {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
}
.payment-icons, .delivery-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.footer-icons-title {
    width: auto;
}
@media (min-width: 992px) and (max-width: 1100px) {
.footer-icons-title {
    width: min-content;
}}
@media (max-width: 992px) {
.payment-delivery-wrapper {
    display: flex;
    flex-direction: column;
}
.payment-icons-wrapper, .delivery-icons-wrapper {
    flex-direction: column;
}
.footer-icons-title > span {
    margin-right: 0;
}
.payment-delivery-wrapper img {
    max-height: 35px;
}}
/*Instagram footer*/
.custom-footer__instagram.col-sm-6.col-lg-3 > h4 {
  display: none;
}
.custom-footer__instagram.col-sm-6.col-lg-3 {
  padding: 0 !important;
  width: 100% !important;
  background-color: transparent;
}
.instagram-widget {
  max-width: unset;
}
.instagram-widget.columns-4>a {
  padding-bottom: 12.5%;
  width: 12.5%;
}
.instagram-widget.columns-3>a {
    padding-bottom: 16.66666%;
    width: 16.66666%;
}
@media (max-width: 992px) {
.instagram-widget.columns-4>a {
  padding-bottom: 25%;
  width: 25%;
}
.instagram-widget.columns-3>a {
    padding-bottom: 33.33333%;
    width: 33.33333%;
}}
.instagram-follow-btn>span {
  padding-left: 40px;
}
.instagram-follow-btn>span:before {
    font-size: 16px;
    color: black;
    border-radius: 100%;
    background-color: white;
    padding: 14px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -2px;
    top: unset;
}
.instagram-follow-btn {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 16px;
}
.instagram-follow-btn > span > a {
    font-weight: 400;
    font-size: 16px;
    color: white;
}
.instagram-follow-btn > span > a > span {
    text-decoration: underline;
}
@media (max-width: 480px) {
.instagram-follow-btn>span:before {
    bottom: 9px;
}
.instagram-follow-btn > span > a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}}
/*sekce gamechanger + kluby*/
.hotboots-section {
    position: relative;
    z-index: 1;
}
.hotboots-section-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 0;
    flex-wrap: wrap;
}
.hb-left {
    flex: 1 1 350px;
    max-width: 700px;
}
.hb-title {
    font-weight: 700;
    font-size: 56px;
    margin: 0 0 10px 0;
    color: white;
}
.hb-subtitle {
    font-weight: 500;
    font-size: 33px;
    margin: 0 0 20px 0;
    color: white;
}
.hb-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: white;
}
.hb-button {
    background-color: var(--color-primary);
    color: white !important;
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.hb-right {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hb-right img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
.hotboots-section-in {
    flex-direction: column;
}
.hb-button {
    padding: 5px 10px;
}
.hb-title {
    font-size: 40px;
}
.hb-subtitle {
    font-size: 24px;
}
img.hb-desktop-img {
	  display: none;
}}
@media screen and (min-width: 768px) {
img.hb-mobile-img {
	  display: none;
}}
.clubs-trust {
    padding: 0;
    text-align: center;
}
.clubs-text {
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    color: white;
}
.clubs-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.club-tile {
    flex: 1 1 100px;
    max-width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.club-tile img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}
a.hb-empty-btn {
    color: white;
    border: solid 1px var(--color-primary);
    padding: 5px 18px;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: black;
}
.hotboots-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: url(/user/documents/upload/section-dots.svg) no-repeat bottom right;
    z-index: -1;
}
/*HB stats*/
.hb-stats {
    text-align: center;
    padding: 5px 0;
    position: relative;
    z-index: 1;
}
.hb-stats h2 {
    font-weight: 500 !important;
    font-size: 33px;
    margin-bottom: 30px;
    color: white;
}
.hb-stats-grid {
    display: flex;
    justify-content: center;
    gap: 2%;
    flex-wrap: wrap;
}
.hb-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 32%;
}
.hb-tile img {
    border-radius: 8px;
}
@media screen and (max-width: 992px) {
.hb-tile {
    max-width: 100%;
}}
@media screen and (max-width: 768px) {
.hb-stats h2 {
    font-size: 24px;
    margin-bottom: 25px;
}}
.hb-tile p {
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px !important;
    text-align: center;
    color: white;
}
.hb-stats::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: var(--color-primary);
    z-index: -1;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
/*HB we help*/
.hb-we-help {
    text-align: center;
    padding: 5px 0;
    margin-bottom: 40px;
}
.hb-we-help h2 {
    font-size: 40px;
    font-weight: 500 !important;
    color: #fff;
    margin-bottom: 10px;
}
.hb-we-help .subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #DADADA;
    display: block;
    margin-bottom: 35px;
}
@media (max-width: 768px) {
.hb-we-help h2 {
    font-size: 24px;
}
.hb-we-help .subtitle {
    margin-bottom: 25px;
}}
.hb-we-help-tiles {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
.hb-we-help-tiles {
    grid-template-columns: repeat(2, 1fr);
}
.tab-content>.tab-pane h2:first-child {
    margin-top: 33px;
}}

@media (min-width: 1024px) {
.hb-we-help-tiles {
    grid-template-columns: repeat(4, 1fr);
}}

.hb-we-help-tiles .tile {
    text-align: left;
    text-decoration: none;
    color: #ffffff;
    border-radius: 8px;
    padding-bottom: 20px;
}
.hb-we-help-tiles .tile img {
    width: 100%;
    border-radius: 8px;
    display: block;
}
.hb-we-help-tiles .quote {
    display: block;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 15px 0;
}
.hb-we-help-tiles .person {
    display: flex;
    margin: 0;
}
.person-text {
    display: flex;
    flex-direction: column;
}
.hb-we-help-tiles .border {
    width: 2px;
    background-color: var(--color-primary);
    margin-right: 10px;
}
.hb-we-help-tiles .person-text .name {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.hb-we-help-tiles .person-text .role {
    font-weight: 400;
    font-size: 14px;
    color: #DADADA;
}
.hb-help-image-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.hb-help-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top left, var(--color-primary) 0%, transparent 40%);
    z-index: 1;
    border-radius: 8px;
}
/*About us*/
@media (max-width: 768px) {
.welcome-wrapper {
    padding: 10px;
}}
@media (min-width: 992px) {
.container-narrow {
    width: 972px;
}}
@media (min-width: 1200px) {
.container-narrow {
    width: 1178px;
}}
@media (min-width: 1440px) {
.container-narrow {
    width: 1418px;
}}
@media (min-width: 1600px) {
.container-narrow {
    width: 1580px;
}}
@media (min-width: 1700px) {
.container-narrow {
    width: 1680px;
}}
@media (min-width: 1800px) {
.container-narrow {
    width: 1720px;
}}
.hb-welcome-wrapper {
    display: flex;
}
.hb-welcome-left, .hb-welcome-right {
    width: 50%;
}
@media (max-width: 1600px) {
.hb-welcome-left {
    margin-bottom: 25px;
}}
.hb-welcome-right {
    padding: 0 0 50px 50px;
    background-image: url(/user/documents/upload/hb-welcome-dots-bg.svg);
    background-repeat: no-repeat;
    background-position-x: -50px;
    background-position-y: -50px;
}
@media (max-width: 1440px) {
.hb-welcome-right {
    display: flex;
    align-items: center;
    padding: 0 0 0 50px;
    background-size: 75%;
    background-position: center left;
}}
@media (max-width: 992px) {
.hb-welcome-wrapper {
    flex-direction: column;
}
.hb-welcome-left, .hb-welcome-right {
    width: 100%;
}
.hb-welcome-right {
    padding: 50px 0;
    background-size: 85%;
    background-position: center;
}}
.hb-welcome-right > img {
    border-radius: 8px;
}
.welcome {
    color: white;
}
.welcome p {
    font-size: 14px;
}
p.welcome-red {
    color: var(--color-primary);
    font-weight: 600;
    margin: 0px !important;
}
/*Articles*/
@media (max-width: 767px) {
.news-item .image {
    text-align: left;
    margin-bottom: 0;
}
.blog-wrapper .news-item {
    margin-bottom: 10px;
    padding: 0;
}}
.blog-wrapper .news-item .image {
    overflow: hidden;
    height: 16vw;
    position: relative;
    border-radius: 8px;
}
@media (max-width: 767px) {
.blog-wrapper .news-item .image {
    height: 55vw;
}}
@media (min-width: 767px) {
.blog-wrapper .news-item .image {
    height: 22vw;
}}
@media (min-width: 1200px) {
.blog-wrapper .news-item .image {
    height: 16vw;
}}
@media (min-width: 1800px) {
.blog-wrapper .news-item .image {
    height: 300px;
}}
.blog-wrapper .news-item .image img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    max-height: 105%;
    position: absolute;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.homepage-blog-wrapper.row.blog-wrapper {
    position: relative;
    z-index: 1;
}
.homepage-blog-wrapper.row.blog-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #232323;
    z-index: -1;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
.blog-wrapper .homepage-group-title {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    margin: 35px 0 15px 0;
}
@media (max-width: 768px) {
.blog-wrapper .homepage-group-title {
    font-size: 24px;
    padding-top: 25px;
    margin-bottom: 25px;
}}
@media (min-width: 1200px) {
.homepage-blog-wrapper .news-item {
    flex-basis: 33.3333%;
    width: 33.3333%;
}}
.news-item .image {
    position: relative;
    overflow: hidden;
}
.blog-wrapper .news-item .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #050505 0%, transparent 70%);
    z-index: 1;
}
.homepage-blog-wrapper > .news-item > a > .text > .description {
    display: none;
}
.news-item .text {
    position: absolute;
    bottom: 0;
    color: white;
    z-index: 2;
    margin: 20px;
    padding-left: 10px;
    border-left: solid 2px var(--color-primary);
}
.news-item .text .blog-date {
    font-size: 14px;
    color: #DADADA;
}
.blog-wrapper .news-item .title {
    margin: 0;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 24px !important;
}
.news-item .text .description {
    display: none;
}
a.show-more-articles {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    color: white;
    border: solid 1px var(--color-primary);
    padding: 5px 18px;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 0;
}
@media (max-width: 768px) {
a.show-more-articles {
    margin-top: 40px;
}}
/*all articles*/
@media (min-width: 1440px) {
.news-wrapper .news-item {
    width: calc(33.333% - 20px);
}}
#newsWrapper > article > h2 > a {
    color: white;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
#newsWrapper > article > h2 {
    margin-bottom: 5px;
    padding-left: 10px;
    border-left: solid 2px var(--color-primary);
}
.news-item time, .news-item-detail time {
    color: #DADADA;
}
.news-wrapper .news-item time {
    margin-bottom: 10px;
    margin-left: 12px;
}
#newsWrapper > article > .description > p {
    color: #DADADA;
    font-size: 14px;
}
.news-wrapper .news-item .news-item-link-img {
    width: 100%;
    overflow: hidden;
    height: 300px;
    margin-bottom: 15px;
    border-radius: 8px;
}
.news-wrapper .news-item .news-image {
    border-radius: 8px;
}
.news-wrapper {
    justify-content: flex-start;
    gap: 30px;
}
/*Shop rating*/
.shop-rating-anque-header > h2 {
  margin: 0;
}
.shop-rating-anque-wrapper {
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
.shop-rating-anque-wrapper {
    margin-left: 10px;
    margin-right: 10px;
}}
.shop-rating-anque-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
.shop-rating-anque-header {
    margin: 30px 0;
}}
.shop-rating-score-heureka {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    padding-right: 10px;
}
.shop-rating-score-heureka img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.shop-rating-score-heureka-text {
  display: flex;
  flex-direction: column;
}
.shop-rating-score-heureka-text strong {
    font-size: 20px;
    font-weight: 600;
    color: white;
}
.shop-rating-score-heureka-text a {
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-decoration: underline;
}
.shop-rating-anque-reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.shop-rating-anque-review {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  flex: 1 1 calc(25% - 20px);
  display: flex;
  flex-direction: column;
}
.shop-rating-anque-review-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.shop-rating-anque-review-meta {
  display: flex;
  flex-direction: column;
}
.shop-rating-anque-review-meta strong {
    font-weight: 600;
    color: #050505;
    padding-left: 20px;
    background-image: url(/user/documents/upload/user-testimony.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
.shop-rating-anque-review-meta span {
    font-size: 14px;
    font-weight: 400;
    color: #050505;
}
.shop-rating-anque-review-rating {
  display: flex;
  margin-bottom: 10px;
}
.shop-rating-anque-review-rating .number {
    font-size: 20px;
    font-weight: 600;
}
.shop-rating-anque-review-rating .stars::before {
  content: "\e91c \e91c \e91c \e91c \e91c";
  font-family: "shoptet";
  font-size: 18px;
  color: #F97316;
}
.shop-rating-anque-review-text {
    font-size: 14px;
    font-weight: 400;
    color: #050505;
}
.shop-rating-anque-wrapper > a.hb-empty-btn {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
@media (max-width: 1024px) {
.shop-rating-anque-review {
    flex: 1 1 calc(48% - 10px);
}}
@media (max-width: 768px) {
.shop-rating-anque-header {
  flex-direction: column;
  margin-bottom: 20px;
}
.shop-rating-score-heureka {
  flex-direction: row;
}
.shop-rating-anque-review {
  flex: 1 1 100%;
}
.shop-rating-score-heureka {
  width: 100%;
}
.shop-rating-score-heureka {
    justify-content: center;
}
.shop-rating-score-heureka-text strong {
    font-size: 16px;
}
.shop-rating-score-heureka-text a {
    font-size: 14px;
}}
/*Login popup*/
.login-window-visible .user-action .user-action-in>div.user-action-login {
    position: fixed;
    left: 0;
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    z-index: 9999;
    margin: 0;
    max-height: none;
}
.popup-widget.login-widget:before {
    display: none;
}
.login-widget .popup-widget-inner {
    width: 700px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding: 0;
    box-shadow: none;
    border: 0;
    max-height: calc(100vh - 40px);
    border-radius: 5px;
}
.login-widget .popup-widget-inner > div {
    padding: 40px;
    width: 50%;
}
.popup-widget h2, .registration-container > h4 {
    font-size: 20px;
    font-weight: 600;
    color: #050505;
    margin-bottom: 22px;
    margin-top: 0;
}
.login-wrapper {
    padding-bottom: 0;
    padding-top: 8px;
}
.login-wrapper .btn {
    width: 100%;
    float: none;
    border-color: #050505 !important;
    background-color: transparent;
    color: #050505 !important;
    font-weight: 600;
    border-radius: 8px;
}
.login-wrapper .password-helper {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.password-helper a:first-child {
    display: none;
}
.login-wrapper .password-helper a {
    float: none;
    padding: 0 !important;
    color: #050505;
    text-decoration: underline;
}
.registration-container {
    border-left: 1px solid #e8e8e8;
}
.registration-container p {
    font-size: 14px;
    margin-bottom: 12px !important;
    background: url(/user/documents/upload/check-icon.svg) 0 50% no-repeat;
    padding-left: 25px;
    background-size: 18px;
    color: #050505;
}
.registration-container > a.btn.btn-conversion {
    width: 100%;
    margin-top: 20px;
    color: white !important;
    background-color: var(--color-primary) !important;
    border: var(--color-primary) !important;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 8px;
    font-size: 16px;
}
.login-popup-close {
    position: absolute;
    right: 16px;
    top: 16px;
    line-height: 10px;
    cursor: pointer;
}
.login-popup-close::before {
    content: "\e912";
    display: inline-block;
    height: 20px;
    color: #050505;
    font-size: 10px;
    font-family: 'shoptet';
}
@media screen and (max-width: 767px) {
.login-widget .popup-widget-inner {
    width: calc(100% - 20px);
    overflow: auto;
    max-height: calc(100% - 20px);
}
.login-widget .popup-widget-inner > div {
    padding: 25px;
    width: 100%;
}
.login-widget .registration-container h4, .login-widget .registration-container > p {
    display: none;
}
.login-widget .registration-container::before {
    content: "Nemáte účet? Zaregistrujte se";
    font-size: 16px;
    line-height: 1.2;
    color: #050505;
    font-weight: normal;
    display: block;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
}
.login-widget .registration-container {
    padding-top: 0 !important;
}}
.registration-container > p > strong {
    font-weight: 600;
}
/*Cart widget*/
@media (min-width: 1200px) {
.popup-widget.cart-widget {
    margin-left: 65px;
}}
@media (min-width: 1440px) {
.popup-widget.cart-widget {
    margin-left: 185px;
}}
@media (min-width: 1600px) {
.popup-widget.cart-widget {
    margin-left: 260px;
}}
@media (min-width: 1700px) {
.popup-widget.cart-widget {
    margin-left: 330px;
}}
/*Product detail*/
.wide .image360 img, .wide .p-image img, div#cloud-zoom-big {
    border-radius: 8px;
}
@media (min-width: 992px) {
.type-product .breadcrumbs {
    margin-left: 20px;
    margin-top: 15px;
}}
@media (max-width: 992px) {
.breadcrumbs {
    margin-top: 0 !important;
}
.p-thumbnails .thumbnail-next, .p-thumbnails .thumbnail-prev {
    margin-top: 0;
    top: 0;
}
.thumbnail-next {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.thumbnail-prev {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}}
.p-thumbnails .thumbnail-next, .p-thumbnails .thumbnail-prev {
    color: red;
}
#cboxNext:before {
    content: "\e90e";
    transform: rotate(270deg);
    right: 10px;
    color: var(--color-primary);
    font-size: 24px;
}
#cboxPrevious:before {
    content: "\e90e";
    transform: rotate(90deg);
    left: 10px;
    color: var(--color-primary);
    font-size: 24px;
}
.breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs span, .breadcrumbs span:hover {
    color: #DADADA;
    font-size: 14px;
    font-weight: 400;
}
.breadcrumbs {
    margin-top: 15px;
    padding-bottom: 0;
    background-color: transparent;
}
.p-detail-inner h1 {
    color: white;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}
.stars-label {
    color: #FFFFFF;
}
.stars .star, .stars .star:hover {
    color: #F97316;
}
.p-short-description {
    color: white;
    line-height: 22px;
}
.flag.flag-discount {
    background-color: var(--color-primary);
}
.flags.flags-extra, .wide .p-detail .flags.flags-extra {
    bottom: 35px;
    right: 15px;
}
.p-image-wrapper .flags-extra .flag .price-standard {
		display: none;
}
.p-image-wrapper .flags-extra .flag .price-save, .p-image-wrapper .flags-extra .flag .price-standard {
    font-size: 20px;
    font-weight: 600;
}
.p-thumbnails a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.p-thumbnails a {
    width: 100px;
    height: 74px;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 8px;
}
.p-thumbnails a.highlighted img, .p-thumbnails a:hover img {
    border-color: transparent;
}
.p-thumbnails, .p-thumbnails>div {
    height: 75px;
}
.p-thumbnails.overflow-next:after {
    background-image: linear-gradient(90deg, hsl(0deg 0% 0% / 0%) 0, #000000 50%);
    height: 75px;
}
.p-thumbnails.overflow-prev:before {
    background-image: linear-gradient(90deg, #000000 50%, hsl(0deg 0% 0% / 0%));
    background-repeat: repeat-x;
    content: "";
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#00ffffff",GradientType=1);
    height: 98px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 40px;
    z-index: 1;
}
.flags.flags-default > .flag {
    font-weight: 600;
    font-size: 14px;
    border-radius: 25px;
    text-transform: none;
}
.p-image-wrapper .flags-default {
    margin: 10px;
}
.flag.flag-pro-sportovce {
    background-color: #DBEAFE !important;
    color: #2563eb;
}
.flag.flag-freeshipping {
    background-color: #F0FDF4 !important;
    color: #22C55E;
}
.flags.flags-default {
    margin: 10px;
}
@media (max-width: 768px) {
.flags.flags-default > .flag {
    font-size: 10px;
}}
table.detail-parameters tbody tr th .row-header-label {
    background-color: black;
}
.p-to-cart-block {
    background-color: #232323;
    padding: 24px 16px;
    border-radius: 8px;
}
.p-to-cart-block .p-final-price-wrapper .price-final-holder {
    font-weight: 700;
    font-size: 40px;
    color: var(--color-primary);
}
.p-final-price-wrapper .price-standard>span {
    color: #EBEBEB;
    font-size: 16px;
    font-weight: 400;
}
.p-to-cart-block > .p-final-price-wrapper > .price-save {
    background-color: #FBE7E7;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
    padding: 0 5px;
}
.quantity {
    border-radius: 8px;
    border-width: 0;
    color: black;
}
.cart-widget-product-amount .quantity, .cart-table .p-quantity .quantity {
    border: solid 1px #DADADA;
}
.quantity input {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins';
}
.quantity .increase, .quantity .increase:before {
    border-radius: 0 8px 8px 0;
}
.quantity .increase:before {
    border-left: solid 1px #DADADA;
}
.quantity .decrease, .quantity .decrease:before {
    border-radius: 8px 0 0 8px;
}
.quantity .decrease:before {
    border-right: solid 1px #DADADA;
}
.quantity .decrease:hover:before, .quantity .increase:hover:before {
    background-color: #FBE7E7;
}
.p-to-cart-block .add-to-cart-button {
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    padding-left: 50px;
    background-image: url(/user/documents/upload/shopping-bag-one.svg);
    background-repeat: no-repeat;
    background-position-x: calc(50% - 50px);
    background-position-y: calc(50% - 1px);
    border-radius: 8px;
}
@media (min-width: 992px) {
.wide .p-detail-inner .p-image-wrapper {
    padding-right: 40px;
    width: 60%;
}}
.product-benefits-wrapper {
    display: flex;
    border-bottom: solid 1px #4C4C4C;
    padding: 10px 0;
    margin-bottom: 10px;
}
.product-benefit-warmth, .product-benefit-wet, .product-benefit-dry {
    width: 33.3333%;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: center left;
    display: flex;
    align-items: center;
    min-height: 44px;
}
.product-benefit-warmth {
    background-image: url(/user/documents/upload/teplo.svg);
}
.product-benefit-wet {
    background-image: url(/user/documents/upload/vlhkost.svg);
}
.product-benefit-dry {
    background-image: url(/user/documents/upload/kopacky.svg);
}
@media (max-width: 555px) {
.product-benefits-wrapper {
    flex-direction: column;
}
.product-benefit-warmth, .product-benefit-wet, .product-benefit-dry {
    width: 100%;
}}


table.detail-parameters tbody tr th:after {
    border-top-color: transparent;
}
.hb-detail-parameters {
    color: white;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #4C4C4C;
}
div.hb-detail-parameters > div:nth-child(1) > span.hb-detail-label {
		display: none;
}
span.availability-label, .availability-amount {
    font-weight: 600;
    color: #22C55E;
    padding-right: 0;
}
a.shipping-options {
    color: white;
    text-decoration: underline;
    font-size: 14px;
    padding-left: 30px;
    background-image: url(/user/documents/upload/truck.svg);
    background-repeat: no-repeat;
    background-position: center left;
}

.kit-includes-wrapper {
    color: white;
}
span.kit-heading {
    font-size: 16px;
    font-weight: 600;
}
.kit-includes {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.kit-item {
    width: 33.3333%;
    padding-left: 30px;
    background-image: url(/user/documents/upload/check.svg);
    background-repeat: no-repeat;
    background-position: center left;
    line-height: 25px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.kit-includes-wrapper {
    color: white;
    padding-bottom: 20px;
}
@media (max-width: 555px) {
.kit-item {
    width: 50%;
}}
.link-icons .link-icon span, .social-buttons-wrapper .link-icon:before {
    color: #DADADA;
}

.team-offer-wrapper {
    position: relative;
    padding: 16px;
    background-image: url(/user/documents/upload/pro-tymy-bg.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    z-index: 0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}
.team-offer-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
h2.team-offer {
    color: white;
    margin: 0;
    margin-bottom: 5px;
    font-size: 33px;
    font-weight: 500;
}
.team-offer-wrapper > a.hb-empty-btn {
    width: fit-content;
    background-color: transparent;
    margin-bottom: 0;
    margin-top: 5px;
}
.benefitBanner.position--benefitProduct {
    border-top: solid 1px #4C4C4C;
    padding-top: 40px;
    margin-top: 40px;
}
@media (max-width: 992px) {
.breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs span, .breadcrumbs span:hover {
    font-size: 12px;
}
.p-detail-inner-header-mobile .h1 {
    color: white;
    font-weight: 500;
    font-size: 24px;
    padding-top: 5px;
}
.p-detail .stars-wrapper {
    font-size: 12px;
}
.link-icon:before {
    font-size: 15px;
}
.link-icons .link-icon:last-child {
    margin-right: 0;
}
.social-buttons-wrapper {
    justify-content: center;
}}
.discussion-form .form-group>.form-control, .vote-form .form-group>.form-control {
    border-radius: 8px;
}
.responsive-nav {
    background-color: #232323;
    border-radius: 8px;
    padding: 0;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper > .row {
    margin-left: 0;
    margin-right: 0;
}
.shp-tabs-holder ul.shp-tabs a.shp-tab-link {
    font-size: 16px;
    color: white;
    font-weight: 500;
}
.shp-tabs-holder ul.shp-tabs {
    margin-left: 0;
    color: white;
}
@media (min-width: 992px) {
.shp-tabs-wrapper .tab-content .tab-pane {
    width: 100%;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper > .row > div:nth-child(2) {
    padding: 0;
}
.basic-description {
    padding-right: 0;
}}
a.shp-accordion-link {
    background-color: #232323;
    border-radius: 8px;
}
#accordion-content .shp-accordion {
    padding-top: 10px;
}
#accordion-content .shp-accordion .shp-accordion-link {
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 10px;
}
#accordion-content .shp-accordion .shp-accordion-link:after {
    font-size: 15px;
    right: 10px;
}
#accordion-content .shp-accordion .shp-accordion-content {
    margin-top: 10px;
}
/*Product description*/
.hb-description-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    color: white;
    column-gap: 40px;
}
.hb-description-column-left {
    width: 60%;
    min-width: 300px;
}
.hb-description-column-left h2 {
    font-size: 40px;
    font-weight: 500;
    color: white;
}
.hb-description-column-left p {
    font-size: 16px;
    line-height: 1.6;
}
.hb-description-column-right {
    width: 40%;
    min-width: 300px;
    text-align: center;
}
.hb-description-column-right img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
@media (max-width: 992px) {
.hb-description-column-left,
.hb-description-column-right {
    width: 100%;
}
.hb-description-column {
    flex-wrap: wrap;
}
.hb-description-column-left h2 {
    font-size: 24px;
}}
.big-team-offer-wrapper {
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 16px;
    background-image: url(/user/documents/upload/pro-tymy-bg.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    z-index: 0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 420px;
}
.big-team-offer-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
h2.big-team-offer {
    font-weight: 500;
    font-size: 46px;
    color: white;
    margin: 0;
}
.big-team-offer-wrapper > span {
    font-size: 20px;
    width: 50vw;
    text-align: center;
}
@media (max-width: 992px) {
.big-team-offer-wrapper > span {
    font-size: 16px;
    width: 100%;
}
h2.big-team-offer {
    font-size: 24px;
}
.big-team-offer-wrapper {
    min-height: 300px;
}}
/*Category page*/
button.btn.btn-cart.add-to-cart-button {
    color: white !important;
    font-size: 16px;
    font-weight: 400 !important;
    padding-left: 50px;
    background-image: url(/user/documents/upload/shopping-bag-one.svg);
    background-repeat: no-repeat;
    background-position-x: calc(50% - 50px);
    background-position-y: calc(50% - 1px);
    border-radius: 8px;
}
.category-header .dropdown .dropdown-menu label {
    color: black;
}
#content .filter-section fieldset div label {
    color: white;
}
@media (max-width: 992px) {
.products-block .p-bottom>div .p-tools .btn-cart {
    width: 100% !important;
}
.products-block .p-bottom>div .p-tools form {
    display: flex !important;
    gap: 10px;
}}
.products-block>div .p>a img {
    border-radius: 8px;
}
.products-block>div .p .p-bottom {
    padding: 0;
}
.quantity input {
    width: 25px;
}
.products-block>div .p .p-in {
    padding-left: 5px;
    padding-right: 5px;
}
.products-block .p .name {
    text-transform: uppercase !important;
    color: white;
    text-decoration: none !important;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.products-block>div .p .p-bottom>div .prices .price-final {
    text-align: left;
    color: var(--color-primary);
    order: 3;
}
.products-block>div .p .p-bottom>div .prices .price-final strong {
    font-size: 23px;
    font-weight: 500;
}
.products-block>div .p .p-bottom>div .prices {
    justify-content: flex-start;
}
.products-block>div .p .p-bottom>div .prices .price-standard {
    margin-left: 0;
}
.products-block>div .p .p-bottom>div .prices .price-standard strong {
    font-weight: 400;
    color: #7B7B7B;
    font-size: 14px;
    text-decoration: line-through;
}
.p-bottom > div > div.prices > .price-standard > span {
    text-decoration: unset;
}
.products-block>div .p .p-bottom>div .prices .price-save {
    background-color: #FBE7E7;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
    padding: 0 5px;
}
.products-block>div .p .availability {
    text-align: left;
}
.products-block>div .p .availability {
    font-size: 16px;
    font-weight: 600;
}
.products-block>div .p .availability span.availability-amount {
    display: none;
}
@media (min-width: 992px) {
.p-tools > form > .quantity {
    width: 35%;
}
button.btn.btn-cart.add-to-cart-button {
    width: 60% !important;
    margin-left: 5% !important;
}}
.category-perex.empty-content h2 {
    color: white;
    font-weight: 400;
}
a[data-testid="buttonBackToShop"] {
    color: white !important;
    border: solid 1px var(--color-primary);
    padding: 5px 18px;
    border-radius: 8px;
    background-color: black !important;
    font-weight: 400;
}
.filters-wrapper .filters-unveil-button-wrapper .btn.btn-default.unveil-button, .mobile .category-header #products-listing-order {
    color: white;
    border: solid 1px var(--color-primary);
    padding: 5px 18px;
    border-radius: 8px;
    font-weight: 400;
}
h1.category-title, article > header > h1 {
    color: white;
    font-size: 40px;
    font-weight: 500;
}
.slider-wrapper, .slider-wrapper h4 {
    color: white;
}
@media (max-width: 992px) {
h1.category-title, article > header > h1 {
    color: white;
    font-weight: 500;
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 11px;
    margin: 0;
}
.slider-wrapper h4 {
    font-weight: 600;
    font-size: 24px;
}}
.category-header-pagination, .category-header #products-listing-order {
    color: #DADADA;
}
.filter-sections {
    background-color: #232323;
    border-radius: 8px;
}
@media (min-width: 1440px) {
.filter-sections {
    margin-left: 10px;
    margin-right: 10px;
}}
.param-filter-top {
    color: white;
}
.filter-label .filter-count {
    color: black;
    font-size: 12px;
    font-weight: 600;
}
.filter-section label.active {
    font-weight: 600;
}
.ui-slider-horizontal .ui-slider-handle {
    border-radius: 5px;
    background-color: darkred;
}
/*Content page*/
#content > div > article > header > h1, #content > div > h1, .sectionDescription > h1 {
    color: white;
    font-size: 40px;
    font-weight: 500;
}
@media (max-width: 992px) {
#content > div > article > header > h1, #content > div > h1, .sectionDescription > h1 {
    color: white;
    font-weight: 500;
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 11px;
    margin: 0;
}}
div.hb-welcome-left > p {
    color: white;
}
.news-item-detail .next-prev a {
    color: white !important;
    font-weight: 600;
    border-radius: 8px;
}
/*Kontakt*/
.contact-section-wrapper {
    color: white;
    display: flex;
    gap: 50px;
}
.contact-left {
    background-color: #232323;
    border-radius: 8px;
    padding: 20px;
    width: 40%;
    height: fit-content;
}
.contact-right {
    width: 60%;
    background-color: #232323;
    padding: 20px;
    border-radius: 8px;
}
#formContact > fieldset > div > label > span {
    color: white;
}
input[type=submit].btn {
    border-radius: 8px;
    border: none;
    background-color: var(--color-primary);
    color: white;
    font-weight: 400;
    font-size: 16px;
}
input[type=submit].btn:hover {
    border: none;
    background-color: var(--color-primary);
    color: white;
}
input[type=checkbox], input[type=email], input[type=radio], input[type=search], input[type=text], .form-control, select {
    border-radius: 8px;
}
.contact-left iframe {
    border-radius: 8px;
    margin-top: 20px;
}
.contact-left > p:first-child {
    font-size: 24px;
}
.contact-row-small {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}
@media (max-width: 992px) {
.contact-section-wrapper {
    gap: 10px;
    flex-direction: column;
}
.contact-left, .contact-right {
    width: 100%;
}}
#content p, #content h2, #content h3, #content h4, #content h5, #content h6, .h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6 {
    color: white;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
    font-weight: 500;
}
/*cart*/
ol.cart-header li.active strong:before, ol.cart-header li.completed a:before {
    color: white;
    font-weight: 600;
}
ol.cart-header li span {
    color: grey;
}
ol.cart-header li.active span, ol.cart-header .completed a span {
    color: white;
}
ol.cart-header li.active a, ol.cart-header li.active strong, ol.cart-header li.completed a, ol.cart-header li.completed a:hover, ol.cart-header li.completed strong {
    color: white;
    background-color: transparent;
}
ol.cart-header li a:hover {
    background: transparent;
}
.cart-table tr.cart-table-header td.cart-p-image {
    border-radius: 8px 0 0 0;
}
.cart-table tr.cart-table-header td.p-total {
    border-radius: 0 8px 0 0;
}
.cart-inner .cart-table {
    background-color: white;
    border-radius: 8px;
    padding: 10px;
}
@media (max-width: 991px) {
.cart-inner {
    padding: 0 10px 10px;
}}
.cart-inner .summary {
    color: white;
}
a#continue-order-button, .ordering-process .btn.btn-conversion {
    border-radius: 8px;
    color: white;
    font-weight: 400;
}
.ordering-process .co-box h4 {
    color: white;
    font-weight: 600;
}
.shipping-billing-table .radio-wrapper {
    background-color: white;
    border-radius: 8px;
    margin: 10px 0;
    border: none;
    color: black;
}
.shipping-billing-table .radio-wrapper:hover {
    border: none !important;
}
.checkout-box {
    border: none;
    background-color: white;
    border-radius: 8px;
}
#checkoutSidebar .toggle-contacts {
    font-weight: 600;
}
div#summary-box {
    border-radius: 8px;
    background-color: white;
    border: none;
    color: black;
}
.content-modal, .content-modal h1 {
    color: black;
}
.content-modal label.whole-width {
    font-weight: 600;
    color: black;
}
.social-buttons {
    background-color: black;
}
.content-modal label.whole-width a {
    font-weight: 600;
}
.order-summary h4 {
    color: black !important;
}
.contact-box>strong {
    color: black;
}
.smart-labels-active .smart-label-wrapper.focused label, .smart-labels-active .smart-label-wrapper.populated label {
    color: black;
}
.cart-inner h4 {
    font-weight: 600;
}
@media (max-width: 991px) {
div#summary-box {
		padding: 10px;
}}
#checkoutContent .helper {
    background: #232323;
    border-radius: 8px;
    color: white;
}
#checkoutContent .helper a {
    color: var(--color-primary);
    font-weight: 600;
}
.country-flag .shp-flag-label {
    color: white;
}
.country-flag .shp-flag-label .shp-flag-name {
    color: black;
}
.shp-flag-label:before {
    border-color: white transparent transparent;
}
label.whole-width {
  color: white;
}
label.whole-width a {
  font-weight: 600;
}
/*Cookies*/
.siteCookies__form {
  background-color: #232323;
  border-radius: 8px;
}
.siteCookies__form {
  display: block;
  padding: 20px;
}
.siteCookies--bottom {
  margin-bottom: 20px;
}
.siteCookies--bottom.siteCookies--scrolled {
  background-color: transparent;
  box-shadow: unset;
  display: block;
  border-radius: 8px;
}
.siteCookies--bottom.siteCookies--scrolled .siteCookies__form {
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
}
.siteCookies__text, .siteCookies__text p {
  margin-bottom: 0px;
  margin-right: 0px;
  color: white;
}
.siteCookies__content > div > h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.siteCookies__buttonWrap {
  flex-direction: row-reverse;
  margin-top: 20px;
}
button.siteCookies__button.js-cookiesConsentSubmit[value="reject"] {
    border: none;
    background-color: black;
    border-radius: 8px;
    color: white !important;
    font-weight: 600;
}
button.siteCookies__button.js-cookiesConsentSubmit[value="all"] {
    border: none;
    background-color: var(--color-secondary);
    border-radius: 8px;
    color: white !important;
    font-weight: 600;
    width: 50%;
}
.siteCookies__content > div > h2 > span {
  background-image: url(/user/documents/upload/cookies.svg);
  padding-left: 25px;
  background-size: 20px;
  background-position: center left;
  background-repeat: no-repeat;
  font-weight: 600;
}
.siteCookies__link {
    border-radius: 8px;
    font-weight: 600;
    width: 50%;
}
@media (max-width: 768px) {
.siteCookies__link {
    margin-top: 15px;
    width: 100%;
}
button.siteCookies__button.js-cookiesConsentSubmit[value="all"] {
    width: 100%;
}
.siteCookies__form {
  max-width: unset;
  width: 100%;
}
.siteCookies--bottom.siteCookies--scrolled {
  max-width: unset;
}
.siteCookies--bottom {
  margin: 20px;
}
.siteCookies__buttonWrap{
    margin-top: 0px;
}}
.siteCookies__button:hover {
    opacity: 1;
}
.cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state {
    padding-left: 40px;
    color: black;
}
.siteCookies__link:hover {
    background: transparent;
}
/*Subcategories*/
.subcategories li a {
    color: black;
    padding: 12px;
    border-radius: 8px;
    height: 80px;
    background-color: white;
    border: solid 1px white;
}
.subcategories.with-image li {
    padding: 0 5px;
    margin-bottom: 10px;
}
.subcategories {
    margin: 0 -5px 30px -5px;
}
.subcategories.with-image li a .image {
    padding-right: 16px;
    width: 94px;
}
.subcategories.with-image li a .image img {
    max-height: 60px;
}
.subcategories.with-image li a .text {
    max-width: none;
    width: calc(100% - 94px);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none !important;
}
@media screen and (max-width: 767px) {
.subcategories {
    margin-bottom: 22px;
}
.subcategories li a {
    padding: 10px;
    height: 67px;
}
.subcategories.with-image li a .image {
    padding-right: 10px;
    width: 58px;
}
.subcategories.with-image li a .text {
    width: calc(100% - 58px);
    font-size: 13px;
}}
.subcategories li a:hover {
    border: solid 1px var(--color-primary) !important;
    box-shadow: none;
}
/*hodnoceni obchodu stranka*/
.rate-average-wrap .rate-average {
    color: white;
}
#ratingWrapper > .rate-wrap > div:nth-child(2) {
    background-color: #232323;
    border-radius: 8px;
    padding: 20px;
    margin-right: 20px;
}
.content .vote-wrap {
    border-radius: 8px;
    background-color: #232323;
    padding: 20px;
    border: none;
}
.rate-wrapper.unveil-wrapper .rate-average-wrap {
    justify-content: center;
}
@media (max-width: 992px) {
.content .vote-wrap {
    margin-bottom: 10px;
}
.rate-wrapper.unveil-wrapper .rate-wrap {
    margin: 0;
}
.rate-wrapper.unveil-wrapper .rate-average-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
}}
@media (min-width: 768px) {
.top-navigation-bar {
    display: block;
}
.top-navigation-tools > a[data-testid="headerSignup"] {
    display: none;
}
.languagesMenu, .navigation-buttons a[data-target=cart] {
    color: black;
}
.top-navigation-menu {
    display: none;
}}
@media (max-width: 768px) {
.navigation-in {
    background-color: black;
}
.navigation-in>ul>li {
    margin: 10px;
    background-color: #232323;
    border-radius: 8px;
}
.navigation-in>ul>li>a, .navigation-in a, .navigation-in a:hover {
    color: white;
    text-decoration: none;
}
#navigation .navigation-in ul li>a>b {
    text-decoration: none;
}
.navigationActions__submenu__item--active:before {
		display: none;
}
li.navigationActions__submenu__item.navigationActions__submenu__item--active a {
    border-radius: 8px;
    border: solid 1px;
}
#navigation > div > ul.navigationActions > li.ext.exp > ul > li > ul {
    padding-bottom: 10px;
}}
span.link-like.rating-icon {
    color: white;
    border: solid 1px var(--color-primary);
    padding: 5px 18px;
    border-radius: 8px;
    background-color: black;
    font-weight: 400;
    line-height: 1.7;
    text-decoration: none;
}
input[data-testid="buttonSendRating"] {
    padding: 10px !important;
}
/*FAQ sekce*/
.hb-faq-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}
.hb-faq-left, .hb-faq-right {
    width: 50%;
}
h2.hb-faq-title {
    font-weight: 500 !important;
    font-size: 33px;
    margin-bottom: 24px;
}
.hb-faq {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
.hb-faq::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-image: url(/user/documents/upload/bg-faq.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: -1;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 992px) {
.hb-faq-wrapper {
    gap: 0px;
    flex-direction: column;
}
.hb-faq-left, .hb-faq-right {
    width: 100%;
}
.hb-faq::before {
    background-size: cover;
    background-position: center;
}}
@media (max-width: 768px) {
h2.hb-faq-title {
    font-size: 24px;
}}
/*FAQ content*/
.faq-header{
    font-size: 42px;
    border-bottom: 1px dotted #ccc;
    padding: 24px;
}
.faq-content {
    margin: 0 auto;
}
.faq-question {
    padding: 20px 0;
    margin: 0 auto;
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 8px;
}
.panel-title {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0 10px 0 55px;
    display: block;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    transition: color linear 0.5s;
    color: black;
}
.panel-content {
    color: black;
    padding: 0px 14px;
    margin: 0 40px;
    height: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    font-size: 14px;
}
.panel:checked ~ .panel-content{
    height: auto;
    opacity: 1;
    padding: 15px;
    padding-bottom: 0;
}
.plus {
    color: var(--color-primary);
    position: absolute;
    margin-left: 20px;
    margin-top: 2px;
    z-index: 5;
    font-size: 25px;
    line-height: 100%;
    -webkit-user-select: none;    
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}
.panel:checked ~ .plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.panel {
    display: none;
}
@media (max-width: 992px) {
.panel-content {
    margin: 0;
}
.plus {
    margin-left: 15px;
}
.panel-title {
    padding: 0 10px 0 40px;
}}
/*Doprava a platba*/
.content-modal .shipping-options-popup .shipping-row, .shipping-options-popup h1, .shipping-options-popup p, .shipping-options-popup span {
    color: #0f0506;
}
/*Article content blok*/
.hotboots-article-content {
    display: flex;
    padding: 50px;
    background-color: #232323;
    border-radius: 8px;
    margin-bottom: 20px;
}
.hb-a-content {
    display: flex;
    align-items: center;
    width: 50%;
}
.hb-a-image {
    width: 50%;
}
.hb-a-content h1 {
    font-weight: 500;
    font-size: 40px;
    width: 85%;
    margin-bottom: 0;
}
.hb-a-image img {
    border-radius: 8px;
}
@media (max-width: 992px) {
.hotboots-article-content {
    flex-direction: column;
    padding: 25px;
}
.hb-a-content {
    width: 100%;
}
.hb-a-content h1 {
    font-size: 24px;
    width: 100%;
    margin-bottom: 20px !important;
    text-align: center;
    margin: 0;
}
.hb-a-image {
    width: 100%;
}}
@media (max-width: 768px) {
.hotboots-article-content {
    padding: 15px;
    margin-top: 10px;
}}
/*Hotboots care*/
.hb-care-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}
.hb-care-package {
    background-color: #232323;
    border-radius: 8px;
    padding: 20px;
}
.hb-care-package h2 {
    font-size: 33px;
    font-weight: 500 !important;
    text-align: center;
}
.hb-care-package-contents {
    display: flex;
    width: 75%;
    margin: 0 auto;
}
.care-content-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.care-content-tile img {
    margin-bottom: 15px;
}
.hb-care-tile {
    background-color: #232323;
    border-radius: 8px;
    padding: 30px;
    margin-top: 10px;
}
.hb-care-tile h2 {
    font-size: 33px;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 15px;
}
.hb-care-tile h2::before {
    content: "1";
    line-height: 20px;
    font-size: 20px;
    width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    margin-right: 10px;
    background-color: var(--color-primary);
    padding: 5px 10px;
    font-weight: 600;
}
.plus-gallery-wrap {
    text-align: left;
    padding: 10px;
    background-color: #1a1a16;
    border-radius: 8px;
}
.plus-gallery-item {
    background-color: white;
    border: none;
    border-radius: 8px;
}
@media (max-width: 992px) {
.hb-care-tile h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.hb-care-tile {
    padding: 15px;
}
.hb-care-package h2 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 15px;
}
.hb-care-package-contents {
    width: 100%;
}
.hb-care-package {
    padding: 15px;
}}
@media (min-width: 992px) {
.plus-gallery-wrap {
    width: fit-content;
}}
@media (max-width: 500px) {
.plus-gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.plus-gallery-item {
    width: 45% !important;
    height: 150px !important;
}}
.hb-care-tile:nth-of-type(2) h2::before {
    content: "1";
}
.hb-care-tile:nth-of-type(3) h2::before {
    content: "2";
}
.hb-care-tile:nth-of-type(4) h2::before {
    content: "3";
}
.hb-care-tile:nth-of-type(5) h2::before {
    content: "4";
}
.hb-care-tile:nth-of-type(6) h2::before {
    content: "5";
}
.hb-care-tile:nth-of-type(7) h2::before {
    content: "6";
}
.hb-care-tile:nth-of-type(8) h2::before {
    content: "7";
}
/*Product connection*/
.product-connect-wrapper {
    padding: 15px;
    display: flex;
    flex-direction: column;
    background-color: #232323;
    padding-bottom: 0px;
    margin-bottom: -10px;
    border-radius: 8px 8px 0 0;
}
.product-connect-title {
    padding-bottom: 11px;
    font-size: 24px;
    font-weight: 500;
}
.product-connect-tiles .product-tile {
    display: flex;
    align-items: center;
    background-color: #1a1a16;
    border-radius: 8px;
    border: solid 1px #4C4C4C;
    margin-bottom: 15px;
}
.product-connect-tiles .product-tile:hover, .product-tile.active-product-tile {
    border: solid 1px var(--color-primary);
}
.product-tile-image {
    padding: 5px;
}
.product-tile-image > img {
    max-width: 100px;
    border-radius: 5px;
}
.product-tile-name {
    color: white;
    padding: 5px 0;
    font-weight: 500;
    margin-left: 15px;
    margin-right: 15px
}
h2.products-alternative-header.products-header, h2.products-related-header.products-header {
    font-size: 40px;
    font-weight: 500 !important;
    color: #fff;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
h2.products-alternative-header.products-header, h2.products-related-header.products-header {
    font-size: 24px;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
}
.products-header {
    text-align: center !important;
}}
/*1kč produkt*/
button.btn.btn-cart.add-to-cart-button.dotaz-applied {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background-image: none;
}
button.btn.btn-conversion.add-to-cart-button.dotaz-applied {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
}
/*Other*/
.top-navigation-bar .dropdown {
    color: black;
}
.logout .btn.btn-xs.btn-primary {
    border: none;
    background-color: var(--color-primary);
    color: white;
    font-weight: 600;
    border-radius: 8px;
}
.sidebar-inner>div.box-sm {
    background-color: #232323;
    border: none;
    border-radius: 8px;
}
#register-form a {
    border-radius: 8px;
    background-color: transparent;
    color: white;
    font-weight: 400;
    border-color: var(--color-primary) !important;
}
#formLogin > div > div > button {
    background-color: var(--color-primary);
    color: white !important;
}