/*OBECNÉ*/

/*HEADER*/

@media (min-width: 768px) {

}

/*MOBILNÍ SWIPER CAROUSELU*/

.mobile .phone-swiper .extended-banner-link {
    display: none;
}

.mobile #carousel .extended-banner-title {
    display: none;
}

.mobile #carousel {
    display: none;
}

/*MOBILNÍ SWIPER FOTOGRAFIÍ*/

.mobile .p-image-wrapper .p-thumbnails-wrapper, .mobile .p-image-wrapper .p-image {
    display: none !important;
}

.mobile .p-image-wrapper .flags {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.mobile .p-image-wrapper .flags .flag {
    margin-right: 5px;
    margin-bottom: 5px;
}

.swiper-pagination-bullet-active {
    background: #000;
}


    /*BAREVNÉ VARIANTY*/

.myvariants {
    margin-top: 40px;
}

.myvariants-inner {
    display: flex;
    flex-wrap: wrap;
}

.myvariants-inner .flags {
    display: none;
}

.myvariants-inner > div {
    max-width: 80px;
    margin: 0 10px 10px 0;
    position: relative;
}

.myvariants-inner > div a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: .2s;
}

.myvariants-inner > div:hover a::after {
    border-color: #000;
    transition: .2s;
}

.myvariants-inner > div.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 2px solid #000;
    border-radius: 4px;
    transition: .2s;
}

.myvariants-inner > div a {
    position: relative;
    display: block;
}

.myvariants-title {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.myvariants-title span {
    font-weight: 400;
}

.flag-on-barevne-varianty {
    display: none !important;
}

.mythumbnail {
    position: relative;
}

.mythumbnail::before {
    content: "";
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 800;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(245, 245, 245, .7);
    width: 100% !important;
    height: 100% !important;
}

.mythumbnail::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    background: url("/user/documents/upload/kodovani/play-button.svg") no-repeat center;
    background-size: contain;
    transform: translate(-50%, -50%);
}

.myvideo-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 5555;
}

.myvideo-overlay__inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myvideo-overlay__inner video {
    background: #fff;
    position: relative;
    z-index: 2;
}

.video-close {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.video-close__inner {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 10px;
    font-size: 35px;
    color: #000;
    transform: rotate(45deg);
    line-height: 1;
    padding: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.video-close span {
    z-index: 1;
}

.video-close__inner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    transform: rotate(45deg);
}

/*FOOTER NEWSLETTER*/

.befirst {
    margin: 24px auto 20px;
    font-size: 18px;
    max-width: 500px;
    line-height: 1.3;
}

.custom-footer__newsletter h4.topic {
    font-size: 33px;
    margin: 10px auto 30px;
}

.mywrapper {
    background: transparent;
    padding: 25px 40px 0px;
}

.custom-footer__newsletter #formNewsletterWidget input[type='email'] {
    max-width: 320px;
    border-radius: 4px;
    background: white;
    font-weight: 400;
    height: 40px;
    border: 2px solid;
    display: inline-block;
    padding: 0 15px;
    margin: 0 auto 16px;
    text-align: center;
}

.custom-footer__newsletter .consents-first label {
    color: #000 !important;
}

.custom-footer__newsletter .subscribe-form::before {
    content: none;
    display: none;
}

.custom-footer__newsletter .subscribe-form {
    max-width: 500px;
}

.prepare {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 10px 0 20px;
}

.custom-footer__newsletter #formNewsletterWidget button {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translateX(-50%);
    background: #fff;
    color: #000;
    max-width: unset;
    width: auto;
    white-space: nowrap;
    font-size: 13px;
    border: 1px solid #BCAA9B;
    height: auto;
    padding: 16px 24px;
    line-height: 1;
}

.custom-footer__newsletter #formNewsletterWidget button:hover {
    background: #BCAA9B;
    color: #fff;
}

.custom-footer__newsletter #formNewsletterWidget fieldset {
    padding-bottom: 50px;
}

.custom-footer__newsletter {
    background: #E9DFDB;
}

.hodnoceni-wrapper {
    padding-top: 0;
}

.hodnoceni-hp {
    border-top: none;
}

/*DOPRAVA A PLATBA*/

.in-doprava .content-inner {
    max-width: 100%;
}

.logistic > div {
    max-width: 50%;
}

.logistic {
    display: flex;
    align-items: center;
}

.logistic-text {
    padding-left: 50px;
}

.logistic-text h1 {
    font-size: 33px !important;
}

.mycustom li {
    margin-bottom: 15px;
    padding-left: 45px;
    background-image: url("/user/documents/upload/kodovani/checked.svg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 30px;
    min-height: 32px;
    line-height: 1.6;
}

.mycustom ul {
    padding-left: 0px;
}

.mycustom ::marker {
    content: none !important;
}

.special {
    position: relative;
    text-align: center;
}

.special span {
    position: relative;
    text-align: center;
    padding: 0 15px;
    background: #fff;
    z-index: 1;
}

.special::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.types {
    margin: 70px auto;
}

.types-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.type {
    flex: 1 0 33.33%;
    padding: 30px 20px;
    text-align: center;
}

.type .img-holder {
    max-width: 100%;
    flex-shrink: 0;
    margin: 0 auto 15px;
}

.type .img-holder img {
    max-width: 150px;
    max-height: 35px;
}

.type h4 {
    font-size: 16px;
    margin: 0 0 5px;
}

.type p {
    margin-bottom: 0;
}

.mycustom .next {
    text-align: center;
    max-width: 600px;
    margin: 30px auto 0;
}

.types > h3 {
    margin: 90px auto 0;
    text-align: center;
}

.types-inner.second {
    margin-top: 10px;
}

.free > h2 {
    margin-bottom: 0;
}

.subtitle {
    font-family: "SelnaRegular" !important;
    text-align: center;
    margin: 7px 0 0;
    display: block;
}

.under-title {
    max-width: 510px;
    text-align: center;
    margin: 30px auto;
}

.under-title p {
    margin-bottom: 15px;
}

.free-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 60px 0;
}

.free-wrapper > div {
    max-width: 50%;
}

.free-wrapper .free-wrapper__text {
    padding-right: 50px;
}

.title-holder {
    margin-top: 50px;
}

.bordered-btn {
    background: #fff;
    color: #000;
    font-size: 13px;
    border: 1px solid #e9e9e9;
    padding: 14px 24px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-flex;
}

.bordered-btn:hover {
    background: #BCAA9B;
    color: #fff;
}

.free-wrapper__text .btn-holder {
    margin-top: 60px;
    text-align: center;
}

/*DOUBLE TAP*/

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

.double-tap {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    animation: fadeOut 1s ease 1 forwards 8s;
}

/*INFORMAČNÍ PROUŽEK*/

@media (max-width: 767px){
    .site-msg.information.ready {
        position: fixed;
        top: 0;
        z-index: 4;
        width: 100%;
    }
    #header .cart-count {
        z-index: 11111111111111;
    }
    .header-top .btn.cart-count::before {
        position: relative;
    }
}

/*PRŮHLEDNÉ MENU*/

.mobile.in-index #content-wrapper {
    margin-top: -52px;
}

.ontop:not(.navigation-window-visible) .top-navigation-bar {
    background-color: transparent !important;
    transition: all ease 300ms;
    box-shadow: none;
}

.ontop:not(.navigation-window-visible) .top-navigation-bar a, .ontop .dropdown button {
    background-color: transparent;
}

.ontop:not(.navigation-window-visible) .responsive-tools>a[data-target="search"]::before, .ontop:not(.navigation-window-visible) .responsive-tools>a[data-target="login"]::before, .ontop:not(.navigation-window-visible) .btn.cart-count::before, .ontop .responsive-tools>a[data-target="navigation"]::before {
    color: #fff;
}

.ontop:not(.navigation-window-visible) .site-name img {
    filter: brightness(0) invert(1);
}

.navigation-window-visible.ontop .responsive-tools > a[data-target="navigation"] {
    background: #fff;
}

.navigation-window-visible.ontop .responsive-tools>a[data-target="navigation"]::before {
    color: #000;
}

/*ZMĚNA BAREV TLAČÍTEK*/

.btn.btn-cart.btn-lg, a.btn.btn-cart.btn-lg, .btn.add-to-cart-button.btn-lg, a.btn.add-to-cart-button.btn-lg, #continue-order-button, #orderFormButton, #submit-order {
    background-color: #25be63;
    border-color: #25be63;
}

.btn.btn-cart.btn-lg:hover, a.btn.btn-cart.btn-lg:hover, .btn.add-to-cart-button.btn-lg:hover, a.btn.add-to-cart-button.btn-lg:hover, #continue-order-button:hover, #orderFormButton:hover, #submit-order:hover {
    background-color: #5ed08b;
    border-color: #5ed08b;
}

/*DRBKY*/

.detail-parameters .varianty {
    flex-wrap: wrap;
}



/*RESPO*/

@media (max-width: 1439px) {

}

@media (max-width: 1199px) {
    .logistic-text h1 {
        font-size: 24px !important;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h3, .h3 {
        font-size: 22px;
    }
    .types {
        margin: 50px auto;
    }
    .types-inner {
        margin-top: 20px;
    }
    .type {
        padding: 20px;
    }
    .mycustom .next {
        margin-top: 20px;
    }
    .types > h3 {
        margin-top: 60px;
    }
    .free-wrapper {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .type {
        flex: 1 0 50%;
    }
    .free-wrapper .free-wrapper__text {
        padding-right: 30px;
    }
    .logistic-text {
        padding-left: 30px;
    }
    .mycustom ul {
        margin-top: 0;
    }
    .free-wrapper__text .btn-holder {
        margin-top: 30px;
    }
    .mycustom li {
        margin-bottom: 10px;
    }
    .free-wrapper {
        margin-top: 30px;
    }
    .title-holder {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .custom-footer__newsletter h4.topic {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .befirst {
        font-size: 16px;
        max-width: 400px;
        margin-top: 20px;
    }
    .mywrapper {
        padding-top: 5px;
    }
    .custom-footer__newsletter .consents-first label {
        margin-top: 0;
    }
    .prepare {
        margin: 20px 0 10px;
        font-size: 20px;
    }
    .logistic {
        flex-direction: column-reverse;
    }
    .logistic > div {
        max-width: 100%;
    }
    .logistic-text {
        padding-left: 0;
        margin-bottom: 20px;
    }
    .special span {
        margin: 0 auto;
        display: block;
        max-width: 300px;
    }
    .type {
        flex: 1 0 330px;
    }
    .free-wrapper {
        flex-direction: column;
    }
    .free-wrapper .free-wrapper__text {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .free-wrapper > div {
        max-width: 100%;
    }
    .logistic-text h1 {
        text-align: center !important;
    }
    .free-wrapper__text > p {
        margin-bottom: 0;
    }
    .type .img-holder img {
        max-width: 120px;
        max-height: 30px;
    }
    .site-name {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 499px) {
    .custom-footer__newsletter h4.topic {
        font-size: 24px;
    }
    .befirst {
        font-size: 14px;
    }
    .prepare {
        font-size: 18px;
    }
    h2, .h2 {
        font-size: 22px;
    }
    .logistic-text h1 {
        font-size: 22px !important;
    }
    .mycustom .next {
        margin-top: 10px;
    }
    .types > h3 {
        margin-top: 40px;
    }
    .special span {
        max-width: 250px;
    }
    .free-wrapper {
        margin-top: 40px;
    }
    .site-name {
        max-width: 120px;
    }
}

@media (max-width: 370px){
    .site-name {
        left: 60px;
        transform: none;
    }
}

/*KÓD Z ADMINU*/

@media screen and (min-width: 1200px){
    .type-index #header {position: relative !important;top: 0 !important;}
    .type-index .top-navigation-bar {position: relative !important;top: 0 !important;background-color: #F5F5F5 !important;}
    .type-index .navigation-in > ul > li > a {color: #000;}
    .type-index .lupa, .type-index .top-nav-button::before {color: #000;}
    .type-index .menu-helper:not(:hover), .type-index .menu-helper:not(:hover) > span {color:#000;}
    .type-index .btn.cart-count::before, .type-index a.btn.cart-count::before, .type-index .btn.cart-count .cart-price {color: #000;}
    .type-index .navigation-buttons > a[data-target="cart"] i, .cart-count:not(.full)::after {background-color: #000;color: #fff;}
    .type-index .top-navigation-bar a, .type-index .dropdown button {color: #000;}
    .type-index .site-name img {-webkit-filter: none;filter: none;}
    .type-index .dropdown {border-color: #C4C4C4 !important;}
    .type-index .dropdown .caret::before {color: #000 !important;}
    .one-column-body .carousel-inner > .item.carousel-link a::before, .one-column-body .carousel-inner > .item:not(.carousel-link)::before {display: none;}
}
