body[class~=type-detail] [class~=c-reviews] {
    margin-bottom: 60px;
}

.sidebar .box-topProducts:not(.dkLabVisitedProductsBarContainer) {
	padding: 0;
	border: 0;
}
.content-wrapper.latest-contribution-box {
	display: none;
}

#return-to-top {
	bottom: 100px;
}

#dklab_instagram_widget,
#shkInstagramFooterWidget {
	margin-bottom: 120px;
}
@media (max-width: 676px) {
	#dklab_instagram_widget,
    #shkInstagramFooterWidget {
    	margin-bottom: 140px;
	}
}

.payment-shipping-price {
	text-transform: none;
}

.flag.flag-custom2 {
	font-size: 11px;
}
@media (max-width: 540px) {
	.flag.flag-custom2 {
		font-size: 9px;
		padding: 2px;
	}
}

.in-krok-1 .payment-info .show-tooltip.question-tooltip {
	display: none;
}

.p-detail-inner-header .p-code {
	display: block;
}

.p-info-wrapper .shk-avaliability-valueWrap {
	display: inline-block;
}
/* .p-info-wrapper .shk-toolTipText {
	margin-top: 10px;
	padding: 10px 16px;
	color: #fff;
	border-radius: 3px;
	font-size: 18px;
} */
.p-info-wrapper .show-tooltip.shk-edit {
	cursor: auto;
}
@media (max-width: 460px) {
	.p-info-wrapper .shk-toolTipText {
		margin-left: -112px;
	}
}

.type-detail .step-advantage {
	order: 32;
}


.desktop #category-filter-hover {
    display: flex;
    flex-direction: column;
}
.desktop #manufacturer-filter {
    order: 3;
}
.desktop .filter-section-parametric-id-58 {
    order: 2;
}
.desktop .filter-section-parametric-id-56 {
    order: 4;
}
.desktop .filter-section-parametric-id-50 {
    order: 5;
}
.desktop .filter-section-parametric-id-5 {
    order: 1;
}
.desktop .filter-section.filter-section-count {
    order: 100;
}
.desktop .filter-sections {
    background-color: #fff;
}



.desktop #filters form fieldset {
    max-height: 230px;
    overflow-y: auto;
}
.desktop #filters form fieldset::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 7px;
    background-color: #F5F5F5;
}

.desktop #filters form fieldset::-webkit-scrollbar {
    width: 9px;
    background-color: #F5F5F5;
}

.desktop #filters form fieldset::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background: #333 url(../images/img_scrollbar_decor.png) center no-repeat;
    background-size: contain;
}
.desktop #filters .filter-section.filter-section-boolean {
    display: none;
}
.desktop #filters .filter-sections {
    padding: 0;
    background-color: #fff;
}
.desktop #filters .filter-section {
    border: 1px solid #E4E4E4;
    padding: 10px 16px 20px;
}
.desktop #filters .filter-section:not(:last-of-type) {
    border-bottom: 0;
}
.desktop #filters #category-filter-hover .filter-section:first-child {
    border-color: #E4E4E4;
}
.desktop #filters .filter-label {
    font-size: 14px;
}
.desktop #filters .filter-label:hover {
    text-decoration: underline;
}
.desktop #filters .filter-section.filter-section-count {
    padding: 0 !important;
    border-top: 0 !important;
}

.category-perex {
    padding: 20px 20px;
    border: 1px solid #0000000a;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}
.category-perex p:last-of-type {
    margin-bottom: 0;
}






/* Kód od FV studia */
.site-msg.information {
    position: initial;
    max-width: 100% !important;
    background-color: #000;
    color: #fff;
    text-align: center;
}
.info-stripe {
    background: #ab0818;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.info-stripe p {
    margin: 0;
    text-align: center;
}
.info-stripe .icon {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    display: block;
    filter: invert(1);
}
.info-stripe .icon1 {
    background-image: url(../svg/1_ico_christmas-tree.svg);
    margin-right: 15px;
}
.info-stripe .icon2 {
    background-image: url(../svg/1_ico_christmas-present.svg);
    margin-left: 15px;
}
@media(max-width: 940px) {
    .info-stripe {
        padding-bottom: 20px;
    }
    .info-stripe p {
        order: 1;
        font-size: 12px;
        width: 100%;
    }
    .info-stripe .icon1 {
        order: 2;
        margin-top: 10px;
    }
    .info-stripe .icon2 {
        order: 3;
        margin-top: 10px;
    }
}

body.id-404 .overall-wrapper {
    overflow-x: hidden;
}
.id-404 .content-inner {
    max-width: 100%;
}
.id-404 .content-inner div[itemprop="about"] > p {
    font-size: 20px;
    margin-top: 60px;
}
.id-404 .content-inner article header h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 38px;
    line-height: 48px;
    max-width: 750px;
    position: relative;
}
.id-404 .content-inner article header h1:before {
    content: '';
    display: block;
    width: 1440px;
    height: 550px;
    background: url(https://www.londonclub.cz/user/documents/template/svg/img_city_2.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -90px;
    opacity: 0.3;
}
.id-404 .products-block .product {
    background-color: #fff;
}
@media only screen and (max-width: 1200px) {
    .id-404 .content-inner article header h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 992px) {
    .id-404 .content-inner article header h1 {
        font-size: 23px;
        line-height: 32px;
    }
    .id-404 .content-inner article header h1:before {
        width: 880px;
        height: 380px;
    }
    .id-404 .content-inner div[itemprop="about"] > p {
        font-size: 18px;
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .id-404 .content-inner article header h1 {
        font-size: 30px;
        line-height: 38px;
        max-width: 650px;
    }
    .id-404 .content-inner article header h1:before {
        top: -60px;
    }
}
@media only screen and (max-width: 600px) {
    .id-404 .content-inner article header h1 {
        font-size: 23px;
        line-height: 32px;
    }
    .id-404 .content-inner div[itemprop="about"] > p {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    .id-404 .content-inner article header h1:before {
        width: 800px;
        height: 330px;
    }
}


/** Kód od - Tomáš Kupec */
[class~=c-reviews] {
    display: flex;
}

[class~=c-reviews] {
    position: relative;
}

.news-wrapper .news-item {
    display: inline-block;
}

[class~=in-404] [class~=empty-content-404] h2::before {
    font-size: 2.125pc;
}

[class~=c-reviews] {
    flex-wrap: wrap;
}

.news-item .text .title {
    font-weight: 500;
}

[class~=c-reviews] {
    margin-bottom: 40px;
}

[class~=c-reviews] {
    padding-left: .260416667in;
}

.news-wrapper .news-item,
[class~=news-item] [class~=image] {
    width: 100%;
}

.news-wrapper .news-item {
    padding-left: .625pc;
}

[class~=c-reviews] {
    padding-bottom: .260416667in;
}

.news-wrapper .news-item {
    padding-bottom: .625pc;
}

.news-wrapper .news-item {
    padding-right: .625pc;
}

[class~=c-reviews] {
    padding-right: .260416667in;
}

[class~=c-reviews] {
    border-top-style: solid;
}

.news-wrapper .news-item {
    padding-top: .625pc;
}

[class~=c-reviews] {
    padding-top: .260416667in;
}

[class~=c-reviews] {
    border-left-width: .0625pc;
}

[class~=c-reviews] {
    border-bottom-width: .0625pc;
}

[class~=c-reviews] {
    border-right-width: .0625pc;
}

.news-item .text .title {
    font-size: 22px;
}

body[class~=type-detail] [class~=c-reviews]::before {
    content: "Fotorecenze naších zákazníků";
}

.news-wrapper .news-item,
.c-reviews__item {
    position: relative;
}

[class~=c-reviews] {
    border-top-width: .0625pc;
}

body[class~=type-detail] [class~=c-reviews]::before,
[class~=c-reviews__item--name] {
    position: absolute;
}

[class~=c-reviews] {
    border-left-style: solid;
}

[class~=c-reviews] {
    border-right-style: solid;
}

[class~=c-reviews] {
    border-bottom-style: solid;
}

[class~=c-reviews] {
    border-left-color: #e6e6e6;
}

[class~=c-reviews] {
    border-bottom-color: #e6e6e6;
}

[class~=in-404] [class~=empty-content-404] h1 {
    display: none;
}

.in-404 .empty-content-404 h2,
[class~=c-reviews] {
    font-size: 0;
}

[class~=c-reviews] {
    border-right-color: #e6e6e6;
}

[class~=c-reviews] {
    border-top-color: #e6e6e6;
}

.news-item .text .title {
    line-height: 1.25;
}

body[class~=type-detail] [class~=c-reviews]::before {
    top: -.625pc;
}

body[class~=type-detail] [class~=c-reviews]::before {
    left: 50%;
}

body[class~=type-detail] [class~=c-reviews] {
    transform: translateY(40px);
}

[class~=c-reviews] {
    border-image: none;
}

.news-item .text .title {
    margin-top: .3125pc;
}

[class~=news-item]>[class~=text]>[class~=description]>p {
    font-size: 10.5pt;
}

.c-reviews__item,
[class~=c-reviews__item--text],
[class~=c-reviews__item--img],
[class~=news-item] [class~=image] {
    width: 100%;
}

[class~=news-item] [class~=image] {
    padding-bottom: 100%;
}

[class~=c-reviews] {
    text-transform: uppercase;
}

[class~=news-item] [class~=image] {
    height: 0;
}

.c-reviews__item {
    display: flex;
}

.c-reviews__item {
    height: 100%;
}

[class~=c-reviews__item--text],
.c-reviews__item {
    color: #fff;
}

.c-reviews__item,
body[class~=type-detail] [class~=c-reviews]::before {
    font-size: .125in;
}

[class~=c-reviews__item--name] {
    right: .625pc;
}

[class~=c-reviews__item--name] {
    bottom: .104166667in;
}

[class~=news-item] [class~=image] {
    position: relative;
}

[class~=c-reviews__item--name] {
    font-size: .15625in;
}

[class~=c-reviews__item--name] {
    text-shadow: .0625pc 1px .0625pc #000;
}

[class~=news-item] [class~=image],
[class~=c-reviews__item--img] {
    overflow: hidden;
}

[class~=c-reviews__item--name] {
    z-index: 1;
}

[class~=c-reviews__item--name] {
    padding-left: .625pc;
}

[class~=c-reviews__item--text] {
    display: none;
}

.news-item .image img,
[class~=c-reviews__item--text] {
    position: absolute;
}

[class~=c-reviews__item--text] {
    bottom: 0;
}

[class~=c-reviews__item--text],
.news-item .image img {
    left: 0;
}

[class~=c-reviews__item--text] {
    min-height: 33.3333%;
}

[class~=c-reviews__item--text] {
    max-height: 100%;
}

[class~=c-reviews__item--text] {
    padding-left: 15pt;
}

[class~=c-reviews__item--text] {
    padding-bottom: 15pt;
}

[class~=c-reviews__item--text] {
    padding-right: 15pt;
}

[class~=c-reviews__item--text] {
    padding-top: 15pt;
}

[class~=c-reviews__item--text] {
    background-color: rgba(0, 0, 0, .8);
}

.news-item .image img {
    object-fit: cover;
}

[class~=c-reviews__item--text] {
    z-index: 2;
}

[class~=c-reviews__item--img] {
    display: inline-block;
}


body[class~=type-detail] [class~=c-reviews]::before {
    white-space: nowrap;
}

body[class~=type-detail] [class~=c-reviews]::before {
    padding-left: 15px;
}

[class~=c-reviews__item--img] {
    height: 0;
}


[class~=c-reviews__item--img] {
    padding-bottom: 100%;
}

[class~=news-wrapper] {
    width: 100%;
}

[class~=news-wrapper] {
    display: flex;
}

[class~=news-wrapper] {
    flex-wrap: wrap;
}


body[class~=type-detail] [class~=c-reviews]::before {
    padding-right: .9375pc;
}

body[class~=type-detail] [class~=c-reviews]::before {
    text-align: center;
}

body[class~=type-detail] [class~=c-reviews]::before {
    transform: translateX(-50%);
}

body[class~=type-detail] [class~=c-reviews]::before {
    background-color: #fff;
}


@media (min-width: 480px) {
    [class~=c-reviews__item] {
        width: 50%;
    }
    body.type-detail .c-reviews::before {
        padding-left: 22.5pt;
    }
    body.type-detail .c-reviews::before {
        padding-right: 1.875pc;
    }
    body.type-detail .c-reviews::before {
        top: -12pt;
    }
    body.type-detail .c-reviews::before {
        font-size: 20px;
    }
    [class~=c-reviews__item] {
        height: 50%;
    }
}

@media (min-width: 640px) {
    .c-info {
        position: absolute;
    }
    .c-info {
        left: -1px;
    }
    .c-info {
        box-shadow: 0 3pt .5625pc -.03125in #a3a3a3;
    }
    [class~=product] [class~=c-info],
    .c-info {
        display: none;
    }
    .c-info {
        top: 100%;
    }
    .c-info {
        padding-left: .104166667in;
    }
    .c-info {
        padding-bottom: 0;
    }
    .c-info {
        padding-right: .104166667in;
    }
    .c-info {
        padding-top: 0;
    }
    .c-info {
        flex-direction: column;
    }
    .c-info {
        align-items: flex-start;
    }
    .c-info {
        background-color: #fff;
    }
    .c-info {
        border-left-width: .0625pc;
    }
    .c-info {
        border-bottom-width: .0625pc;
    }
    .c-info {
        border-right-width: .0625pc;
    }
    .c-info {
        border-top-width: 0;
    }
    .c-info {
        border-left-style: solid;
    }
    .c-info {
        border-bottom-style: solid;
    }
    .c-info {
        border-right-style: solid;
    }
    .c-info {
        border-top-style: none;
    }
    .c-info {
        border-left-color: #e7e7e7;
    }
    .c-info {
        border-bottom-color: #e7e7e7;
    }
    .c-info {
        border-right-color: #e7e7e7;
    }
    .c-info {
        border-top-color: currentColor;
    }
    .c-info {
        border-image: none;
    }
    .news-wrapper .news-item {
        width: 50%;
    }
    [class~=product]:hover [class~=c-info],
    [class~=c-value] {
        display: flex;
    }
    .c-info {
        z-index: 3;
    }
    [class~=c-title] {
        text-transform: uppercase;
    }
    [class~=c-title] {
        color: #666;
    }
    [class~=c-value] {
        flex-wrap: wrap;
    }
    [class~=c-value] {
        font-size: 140%;
    }
    [class~=c-value] {
        margin-bottom: .104166667in;
    }
    .c-item {
        margin-right: .625pc;
    }
    [class~=c-reviews__item] {
        width: 33.3333%;
    }
    .c-item img {
        width: .416666667in;
    }
    [class~=c-reviews__item] {
        height: 33.3333%;
    }
}

@media (min-width: 768px) {
    .news-wrapper .news-item {
        width: 33.3333%;
    }
}

@media (min-width: 1200px) {
    [class~=c-reviews__item]:hover [class~=c-reviews__item--text] {
        display: flex;
    }
    [class~=c-reviews__item]:hover [class~=c-reviews__item--text] {
        align-items: center;
    }
}

/*************
CountDownTopBar
**************/
footer .shkTopBar {
    display: none !important;
}
.shkTopBar {
    min-height: 120px;
    height: auto;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}

.shkTopBar__container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shkTopBar__firstSection {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.shkTopBar__bigTitle {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #96c7ff;
    padding-bottom: 6px;
}

.shkTopBar__subtitle {
    font-size: 20px;
}

.shkTopBar__button {
    display: block;
    text-align: center;
    color: #000;
    background-color: #db728c;
    padding: 10px 36px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 30px;
}
.shkTopBar__button:hover {
    background-color: #d35977;
}

.shkTopBar__secondSection {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
}

.shkTopBar__bigDiscount {
    font-size: 57px;
    font-weight: 800;
}

.shkTopBar__discountInfo {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    padding-left: 14px;
    font-weight: 300;
    color: #fff
}
.shkTopBar__discountInfo:hover {
    color: #fff;
    text-decoration: underline;
}

.shkTopBar__discountInfo span {
    white-space: nowrap;
}

/* Time */

.shkTopBar__time {
    display: flex;
    padding-bottom: 30px;
    padding-left: 20px;
}

.leaf {
    display: flex;
    flex-direction: column;
    margin: 0 4px;
    perspective: 300px;
}
  
.leaf::after {
    content: attr(data-label);
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 8px;
    transform: translateX(-50%);
    color: #f2f2f2;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.5;
}
  
.top,
.bottom,
.leaf-front,
.leaf-back {
    position: relative;
    display: block;
    height: 34px;
    width: 70px;
    background-color: #db728c;
    color: #fff;
    overflow: hidden;
    border: none !important;
}
.top span,
.bottom span,
.leaf-front span,
.leaf-back span {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 68px;
    text-align: center;
    font-weight: 600;
    font-size: 44px;
    line-height: 68px;
    transform: translateX(-50%);
  }
  
  .leaf._3-digits .top,
  .leaf._3-digits .bottom,
  .leaf._3-digits .leaf-front,
  .leaf._3-digits .leaf-back {
    width: 148px;
  }
  
  .top,
  .leaf-front {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .top span,
  .leaf-front span {
    top: 0;
  }
  
  .leaf-front {
    position: absolute;
    z-index: 10;
  }
  
  .bottom,
  .leaf-back {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
  }
  .bottom span,
  .leaf-back span {
    bottom: 0;
  }
  
  .leaf-back {
    position: absolute;
    top: 35px;
    z-index: 10;
  }

.leaf-front {
    transform-origin: bottom center;
    transform: rotateX(0deg);
    transform-style: preserve-3d;
    transition-delay: 0.3s;
}
  
.leaf-back {
    transform-origin: top center;
    transform: rotateX(90deg);
    transform-style: preserve-3d;
    transition-delay: 0s;
}

.bottom::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    filter: blur(10px);
}

.flip .leaf-front {
    transform: rotateX(-90deg);
    transition: transform 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
    transition-delay: 0s;
    color: black;
    background-color: #737373;
}
.flip .leaf-back {
    transform: rotateX(0deg);
    transition: transform 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
    transition-delay: 0.3s;
}
.flip .bottom::before {
    transition: height 0.3s ease-in-out;
    transition-delay: 0.15s;
    height: 100%;
}


@media screen and (max-width: 1200px) {
    .shkTopBar__bigTitle {
        font-size: 22px;
        padding-bottom: 0;
    }
    .shkTopBar__subtitle {
        font-size: 18px;
    }
    .shkTopBar__bigDiscount {
        font-size: 47px;
    }
    .shkTopBar__button {
        padding: 10px 16px;
        font-size: 16px;
    }
    .shkTopBar__secondSection {
        padding-left: 20px;
    }
    .shkTopBar__time {
        padding-left: 10px;
    }
    .shkTopBar__discountInfo {
        font-size: 18px;
    }

    .top,
    .bottom,
    .leaf-front,
    .leaf-back {
        height: 28px;
        width: 50px;
    }
    .leaf-back {
        top: 29px;
    }
    .leaf::after {
        font-size: 11px;
    }
    .top span,
    .bottom span,
    .leaf-front span,
    .leaf-back span {
        height: 58px;
        font-size: 34px;
        line-height: 58px;
    }
}
@media screen and (max-width: 820px) {
    /* .shkTopBar__secondSection {
        display: none;
    } */
    .shkTopBar__container {
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 10px;
        grid-row-gap: 10px;
    }
    .shkTopBar__firstSection {
        order: 3;
    }
    .shkTopBar__buttonWrap {
        order: 4;
    }
    .shkTopBar__secondSection {
        order: 1;
        width: 50%;
        padding-right: 10px;
    }
    .shkTopBar__time {
        order: 2;
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .top-navigation-bar {
        position: relative;
    }
}
@media screen and (max-width: 680px) {
    .shkTopBar__secondSection {
        /* display: flex;
        order: -1;
        width: 100%;
        border-bottom: 1px solid rgb(255 255 255 / 14%); */
        margin-bottom: 10px;
        padding-bottom: 4px;
        width: auto;
        padding-left: 0;
    }

    .shkTopBar__container {
        /* flex-wrap: wrap; */
        border-bottom: 1px solid rgb(255 255 255 / 14%);
    }
    /* .shkTopBar__firstSection {
        order: 1;
    } */
    /* .shkTopBar__buttonWrap {
        order: 3;
        width: 100%;
        padding-bottom: 17px;
        align-items: center;
        justify-content: center;
        display: flex;
    } */
    .shkTopBar__time {
        /* order: 2;
        justify-content: center; */
        width: auto;
        padding-top: 8px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 620px) {
    .shkTopBar__secondSection {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .shkTopBar__time {
        width: 100%;
        justify-content: center;
        border-bottom: 1px solid rgb(255 255 255 / 14%);
    }
}
@media screen and (max-width: 510px) {
    .shkTopBar__container {
        padding-top: 10px;
    }
    /* .shkTopBar__firstSection {
        order: 2;
    }
    .shkTopBar__buttonWrap {
        width: auto;
        padding-bottom: 0;
    }
    .shkTopBar__time {
        order: 4;
        padding-left: 0;
        padding-top: 20px;
        width: 100%;
    } */

    .top,
    .bottom,
    .leaf-front,
    .leaf-back {
        height: 25px;
    }

    .top span,
    .bottom span,
    .leaf-front span,
    .leaf-back span {
        height: 52px;
        font-size: 34px;
        line-height: 52px;
    }

    .leaf-back {
        top: 25px;
    }
}
@media screen and (max-width: 440px) {
    .shkTopBar__container {
        flex-direction: column;
        width: 100%;
        margin: 0;
    }
    .shkTopBar__firstSection {
        text-align: center;
        padding-bottom: 8px;
        padding-right: 0;
    }
    /* .shkTopBar__time {
        order: 1;
        padding-top: 0;
    } */
    .shkTopBar__buttonWrap {
        width: 100%;
        padding-bottom: 12px;
        /* border-bottom: 1px solid rgb(255 255 255 / 14%); */
    }
    .shkTopBar__bigDiscount {
        font-size: 34px;
    }
}