@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Smooch&display=swap');

/* Reset some global styles */
html, body {
    margin: 0;
    padding: 0;
}

.category-header input[type="radio"]:checked + label {
    background-color: #E2E2E2!important;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
  }

  .image-container {
    text-align: center;
  }



.clean-product-carousel {
    padding: 48px 20px;
    background: #fff;
  }
  
  .carousel-header {
    text-align: center;
    margin-bottom: 32px;
  }
  
  .carousel-header h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  
  .subtitle-elegant {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 18px;
    color: #333;
    margin-bottom: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  
  /* Shared Button Style */
  .section-buttons {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  
  .section-buttons a {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
  }
  
  .section-buttons a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1.5px;
    background-color: #000;
    transform: translateX(-50%) scaleX(1);
    transform-origin: center;
    transition: transform 0.3s ease;
  }
  
  .section-buttons a:hover::after {
    transform: translateX(-50%) scaleX(1.25);
  }
  
  /* Carousel */
  .carousel-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .carousel-wrapper::-webkit-scrollbar {
    height: 4px;
  }
  
  .carousel-wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  
  .carousel-wrapper::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 2px;
  }
  
  .carousel-wrapper::-webkit-scrollbar-thumb:hover {
    background: #888;
  }
  
  .carousel-track {
    display: flex;
    gap: 18px;
    padding-bottom: 6px;
  }
  
  .product-card {
    flex: 0 0 250px;
    text-align: center;
  }
  
  .img-wrapper {
    width: 100%;
    height: 340px;
    border-radius: 0;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .product-title {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  
  /* Mobile */
  @media (max-width: 768px) {
    .product-card {
      flex: 0 0 180px;
    }
  
    .img-wrapper {
      height: 250px;
    }
  
    .subtitle-elegant {
      font-size: 15px;
      white-space: normal;
      padding: 0 12px;
      line-height: 1.4;
    }
  
    .section-buttons {
      gap: 32px;
      flex-direction: row;
      flex-wrap: wrap;
    }
  
    .section-buttons a {
      font-size: 13px;
    }
  }

  .picture-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  picture img {
    display: block;
    width: 100%;
    height: auto;
  }

  .overlay-content {
    position: absolute !important;
    top: 68%;
    left: 50%;
    transform: translateX(-50%) !important;
    text-align: center;
    color: white;
    padding: 0 16px;
    width: 100%;
  }

  .overlay-subtext {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 30px;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  }

  .cta-container {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex;
    gap: 60px;
    justify-content: center;
  }

  @media (max-width: 768px) {
    #unique-title {
      font-size: 26px;
    }

    .overlay-subtext {
      font-size: 15px;
    }

    .cta-button {
      font-size: 1.4rem;
      padding: 8px 20px;
    }

    .cta-container {
      gap: 16px;
      flex-direction: row;
    }
  }

  @media (max-width: 400px) {
    #unique-title {
      font-size: 20px;
    }

    .overlay-subtext {
      font-size: 13px;
      margin-bottom: 20px;
    }

    .cta-button {
      font-size: 1rem;
      padding: 6px 16px;
    }

    .cta-container {
      gap: 10px;
    }
  }

:root {
    --hlavni-barva: #fff;
    --barva-textu: #000;
    --hover-barva: #e0e0e0;
}

    /* Arrow styling */
    .arrow {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-top: 2px solid black;
      border-right: 2px solid black;
      transform: rotate(45deg);
      margin-left: 5px;
      transition: transform 0.3s ease;
    }

    /* Arrow hover effect */
    .name:hover .arrow {
      transform: translateX(5px) rotate(45deg);
    }

    /* Banner styling */
    .banner-ship-return1 {
      display: flex;
      justify-content: center;
      align-items: baseline;
      text-align: center;
    }
    
    

  .subcategory-slider {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .subcategory-container {
    flex: 1;
    overflow-x: hidden;
    white-space: nowrap;
    display: flex;
justify-content: center;
    padding: 20px;

    scroll-behavior: smooth;
    cursor: grab;
  }

  .subcategory-container.dragging {
    cursor: grabbing;
    scroll-behavior: auto; /* Disable smooth scrolling during drag */
  }

  .subcategories-container {
    display: flex;
    gap: 15px;
    padding: 5px;
    margin: 0;
    list-style: none;
  }

  .subcategory-item-unique {
    flex: 0 0 auto;
    text-align: center;
    white-space: nowrap;
  }

  /* Button Styling for Links */
  .subcategory-item-unique a {
    display: inline-block;
 text-decoration: none !important; /* Force no underlining */    color: #000; /* Text color */
    font-size: 16px; /* Default font size for laptops */
    font-weight: 500;
    padding: 10px 20px; /* Default padding for laptops */
    border: 1px solid #000; /* Border color */
    transition: all 0.3s ease; /* Smooth hover effect */
  }

  .subcategory-item-unique a:hover {
    background-color: #E2E2E2; /* Change background color on hover */
    color: #fff; /* Change text color on hover */
  }

  .slider-nav {
    background-color: #ddd;
    border: none;
    padding: 2px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
  }

  .slider-nav:hover {
    background-color: #bbb;
  }

  .slider-nav.left {
    margin-right: 2px;
    margin-left: 2px;
  }

  .slider-nav.right {
    margin-right: 2px;
    margin-left: 2px;
  }

  /* Responsive Design: Smaller buttons for phones */
  @media (max-width: 768px) {
    .subcategory-item-unique a {
      font-size: 10px; /* Smaller font size for phones */
      padding: 4px 8px; /* Adjusted padding for phones */
    }

    .slider-nav {
      font-size: 0.8rem;
      padding: 3px;
    }
  }

  /* Large screens: Bigger buttons for laptops/desktops */
  @media (min-width: 1024px) {
    .subcategory-item-unique a {
      font-size: 11px; /* Larger font size for laptops */
      padding: 8px 13px; /* Increased padding for laptops */
    }
  }

    @media (min-width: 768px) {
      .banner-ship-return1 > div {
        flex: 0 0 25%;
      }
    }
    
        .image-container {
      display: block;
      transition: transform 1.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0); /* Initially no shadow */
    }

    .image-container:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

    .trusina-img-class {
      width: auto;
      height: auto;
    }
            body {
            margin: 0;
            padding: 0;
            font-family: 'LuxeSerif';
        }

        .midSummerImageWrapper {
            position: relative;
            text-align: center;
            color: white;
        }

        #chloeUniqueTitle {
            position: absolute;
            top: 75%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 4vw;
            color: #ffffff !important; /* Enforce white color using !important */
            font-weight: 200;
            white-space: nowrap;
            text-transform: uppercase;
            text-decoration: none !important; /* Remove underline using !important */
        }

        .shopCtaButton {
            position: absolute;
            top: calc(75% + 4em); /* Move the button closer to the title */
            left: 50%;
            transform: translate(-50%, -50%);
            display: inline-block;
            padding: 8px 16px;
            background-color: #ffffff;
            color: #000000 !important; /* Enforce black color using !important */
            text-align: center;
            text-decoration: none !important; /* Ensure no underline */
            font-size: 1.2vw;
            border: none;
            transition: background-color 0.3s ease;
            font-weight: 400;
        }

        .shopCtaButton:hover {
            background-color: #e0e0e0;
            color: #000000 !important; /* Keep the text black on hover using !important */
            text-decoration: none !important; /* Remove underline on hover using !important */
        }

        .chloeImage {
            width: 100%;
            height: auto;
        }

        /* Media Query for Tablets in Vertical Mode */
        @media (max-width: 768px) and (orientation: portrait) {
            .midSummerImageWrapper .chloeImage {
                content: url('https://www.terezietrusinova.com/user/documents/upload/Hlavni Stranka/DSC_7302 (1)-2.jpg');
            }

            #chloeUniqueTitle {
                font-size: 6vw;
                top: 65%;
            }

            .shopCtaButton {
                top: calc(65% + 4em); /* Adjusted for tablets */
                font-size: 2.5vw;
                padding: 6px 14px;
            }
        }

        /* Media Query for Phones */
        @media (max-width: 480px) {
            .midSummerImageWrapper .chloeImage {
                content: url('https://www.terezietrusinova.com/user/documents/upload/Hlavni Stranka/DSC_7302 (1).jpg');
            }

            #chloeUniqueTitle {
                font-size: 8vw;
                top: 80%;
            }

            .shopCtaButton {
                top: calc(80% + 4em); /* Adjusted for phones */
                font-size: 3.5vw;
                padding: 4px 12px;
            }
        }
    

    .rec {
      margin-bottom: 20px; /* Add some space below the grid */
    }

    .small {
      margin-top: 10px; /* Add margin to move the pictures lower */
    }

    .small .trusina-img-class {
      height: 230px; /* Set the height of small images */
    }

    /* Overflow container */
    .overflow {
      overflow: hidden;
    }

    /* Center text */
    .text-center {
      text-align: center;
    }

body {
    margin: 0;
    padding: 0;
    font-family: 'Serif';
}

.image-container {
    position: relative;
    text-align: center;
    color: white;
}

#unique-title {
    position: absolute;
    left: 50%;
    top: -40%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: var(--hlavni-barva) !important;
    font-weight: 200;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
}

.cta-container {
    position: absolute;
    top: calc(73% + 4em);
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .cta-button {
    display: inline-block;
    padding: 14px 25px;
    background-color: var(--hlavni-barva);
    color: var(--barva-textu);
    text-align: center;
    text-decoration: none !important;
    font-size: 2rem;
    border: none;
    transition: background-color 0.3s ease;
    font-weight: 400;
  }

.cta-button:hover {
    background-color: var(--hover-barva);
    color: var(--barva-textu);
    text-decoration: none !important;
}

.unique-img-class {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) and (orientation: portrait) {
    #unique-title {
        font-size: 3rem;
    }

    .cta-button {
        top: calc(65% + 4em);
        font-size: 1.5rem;
        padding: 6px 14px;
    }
}

@media (max-width: 480px) {
    #unique-title {
        font-size: 3rem;
    }

    .cta-button {
        top: calc(72% + 4em);
        font-size: 2rem;
        padding: 4px 12px;
    }
}


.btn, a.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 100;
    line-height: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease-out;
    white-space: normal;
}
.benefitBanner__content {
    padding-right: 0px;
}
.subcategories li a:hover {
    color: black !important; /* Change text color to black on hover */
}
/* Ensure the container inside the header has no top margin or padding */
#header .container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.p-variants-block {
    padding: 5px 0;
}

/* Ensure the site-name and navigation-wrapper have no top margin or padding */
#header .site-name, 
#header .navigation-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Adjust the site-name to vertically align the logo */
#header .site-name a img {
    max-height: 70px; /* Adjust as needed */
    margin: 0; /* Ensure no margin around the logo */
    vertical-align: middle; /* Ensure vertical alignment */
}

/* Optional: Adjust the navigation */
#navigation {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.banner-ship-return {
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
    width: 100%!important;
    padding: 0 20px!important; /* Optional: Adjust padding if needed */
}

.banner-ship-return > div {
    flex: 1!important;
    text-align: center!important;
    margin: 0 10px!important; /* Optional: Adjust the spacing between the items */
}

/* Ensuring that icons and text are centered within each block */
.banner-ship-return span,
.banner-ship-return p {
    display: center!important;
    text-align: center!important;
}



@media (min-width: 370px) and (max-width: 428px) {
  .subcategories {
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
    flex-wrap: wrap !important; /* Change this to 'wrap' to allow items to move to the next line if necessary */
    margin-top: 1px !important;
    justify-content: space-between !important; /* Distributes the items evenly across the available space */
  }

  .subcategories li {
    flex: 1 1 30%; /* Adjusts the size of each item to take up 30% of the available width, allowing 3 items per row */
    text-align: center;
    margin: 5px 0;
  }
    .content.wide ul, .content.wide ol {
    padding-left: 15px!important;
}
    
    .p-variants-block {
    padding-top: 30px;
}

    .subcategories img {
        display: none!important; /* Hide the images */
    }


.subcategories li a {
    display: inline-block!important;
    text-decoration: none!important; /* Remove underline */
    color: inherit!important; /* Maintain the original text color */
    padding: 3px 10px!important;
    font-size: 14px!important;
    position: relative!important;
}


.subcategories li a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px; /* Thickness of the underline */
    left: 0;
    bottom: -2px; /* Position the underline just below the text */
    background-color: black!important; /* Underline color */
    transition: width 0.3s ease!important; /* Smooth animation for the underline */
}

.subcategories li a:hover::after {
    width: 100%!important; /* Full width underline on hover */
}

}

@media (min-width: 429px) {
    .subcategories {
        display: flex!important;
        align-items: center!important;
        margin-bottom: 5px!important;
        list-style: none!important;
        align-content: flex-start!important;
        flex-wrap: nowrap!important;
        margin-top: 5px !important;
    }
    

    .subcategories img {
        display: none; /* Hide the images */
    }

    .subcategories li {
        text-align: center; /* Center the text */
    }
    
.subcategories li a {
    display: inline-block!important;
    text-decoration: none!important; /* Remove underline */
    color: inherit!important; /* Maintain the original text color */
    padding: 3px 10px!important;
    font-size: 14px!important;
    position: relative!important;
}

.subcategories li a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px; /* Thickness of the underline */
    left: 0;
    bottom: -2px; /* Position the underline just below the text */
    background-color: black!important; /* Underline color */
    transition: width 0.3s ease!important; /* Smooth animation for the underline */
}

.subcategories li a:hover::after {
    width: 100%!important; /* Full width underline on hover */
}

}


/* Specific Media Query Adjustments */
@media (min-width: 1024px) {
    #header {
        border-bottom: 1px solid #bebebe;
        border-top: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .menu-helper {
        display: flex;
        right: 60px;
    }
}

@media (min-width: 1180px) {
    #header .site-name {
        left: -100px;
    }
}

@media (min-width: 1366px) {
    #header .site-name {
        left: -80px;
    }
    
.navigation-buttons {
    right: -80px;
}
}

/* Your existing styles */
* {
    font-family: 'Open Sans', sans-serif !important;
}

#dklab_instagram_widget {
    margin-bottom: 40px;
}

#footer .banner {
    margin-bottom: 0px;
}

.ec-v-forms-form-control, .ec-v-form-btntype-submit {
    width: 240px !important;
    border-radius: 0px !important;
}

.price.price-final strong {
    font-weight: 300;
    font-size: 9pt;
}

ol ol {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: 20px;
}

ol ol li {
    width: 100% !important;
}

.flag.flag-new {
    background-color: #fda3ce;
    color: #666;
}

.navigation-in ul li a {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .navigation-buttons a {
        width: 40px;
    }
    
    .fitted .navigation-in, .submenu-visible .navigation-in {
        width: 80%;
    }
}

.position--benefitHomepage .benefitBanner__item {
    flex: 1 1 100%;
}

.banners-row {
    max-width: 1418px;
    margin: auto;
}

.mats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mats .mat {
    width: 8%;
    margin: 10px;
    text-align: center;
    font-size: 8pt;
}

.mat img {
    display: block;
    padding-bottom: 15px;
    width: 36px;
    margin: auto;
}

#productsRelated {
    position: relative;
}
.p-final-price-wrapper > strong {
        font-size: 14pt !important;
        margin-bottom: 10px!important;
        font-weight: 500!important;
    }

#dkLabFavouriteDiv {
        margin-top: 20px!important;
        margin-bottom: 10px!important;
    }
#p-detail-tabs {
    display: none;
}

.pt-3 {
    padding-top: 25px;
}

.shp-tabs-holder {
    border: 0px;
}

.handy {
    font-family: 'Smooch', cursive !important;
}

p.handy {
    font-size: 22pt;
    display: block;
    text-align: center !important;
    margin-bottom: 20px !important;
}

.p-basic-info-block, .p-to-cart-block {
    border-width: 1px 0;
}

.btn.btn-conversion, a.btn.btn-conversion, .btn.btn-cart, a.btn.btn-cart {
    color: #000000;
    font-weight: 500;
}

.btn.btn-conversion:hover, a.btn.btn-conversion:hover, .btn.btn-cart:hover, a.btn.btn-cart:hover {
    color: #000000;
}

.product a.image {
    border: 1px solid #eee;
}

.product .p-in-in a {
    color: #000 !important;
    font-weight: 400;
}

.products-block .p {
    border: 0px;
    margin-bottom: 0px;
}

.banner-ship-return {
    margin-top: 20px;
}

.flaticon-terezie-box {
    background-image: url("https://www.terezietrusinova.com/user/documents/upload/icons/terezietrusinova-ico.png");
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px;
}

.flaticon-kombinace-box {
    background-image: url("https://503642.myshoptet.com/usr/www.terezietrusinova.com/user/documents/upload/icons/kombinace.png");
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px;
}

.flaticon-italy-box {
    background-image: url("https://503642.myshoptet.com/usr/www.terezietrusinova.com/user/documents/upload/icons/italy.png");
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px;
}

.flaticon-swimsuit-box {
    background-image: url("https://503642.myshoptet.com/usr/www.terezietrusinova.com/user/documents/upload/icons/swim.png");
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px;
}

.flaticon-return-box {
    background-image: url("https://www.terezietrusinova.com/user/documents/upload/icons/change.png");
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px;
}

.flaticon-shipped {
    background-image: url("https://www.terezietrusinova.com/user/documents/upload/icons/delivery.png");
    width: 65px;
    height: 30px;
    display: inline-block;
    background-size: 65px;
}

.type-index .carousel a {
    color: #000000 !important;
}

#footer {
    margin-top: 50px;
}

blockquote {
    background-color: #9fecec;
    margin: 0px;
    padding: 15px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 13pt;
    text-align: center;
}

.type-page p {
    display: block;
    width: 80%;
    margin: auto;
    text-align: justify;
}

.type-page .content.wide li {
    width: 55%;
    list-style-position: outside;
    margin: auto;
}

.type-page h1, .type-page h2, .type-page h3 {
    text-align: center;
}

.type-category .products-block > div {
    width: 50%;
}

.content.wide {
    line-height: 1.75;
}

.content.wide li {
    list-style-position: inside;
    line-height: 2.25;
    font-weight: 300;
}

.type-product .content.wide li {
    list-style-position: outside;
    line-height: 1.5;
    font-weight: 300;
}

.type-product .p-short-description li::before, .type-product .basic-description li::before {
    content: "□";
    color: #000;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
    margin-top: -5px;
}

.type-product .p-short-description li, .type-product .basic-description li {
    padding-bottom: 5px;
}

.content.wide ul, .content.wide ol {
    padding-left: 0px;
}

.type-product .content.wide ul {
    list-style: none;
    padding-left: 25px;
}

.navigation-buttons {
    position: absolute;
    right: 0px;
}

p {
    font-weight: 300;
}

.navigation-in a {
    font-size: 14px;
}

.navigation-in ul li a b {
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}

#footer h4 {
    font-weight: 400;
}

#header .site-name a img {
    max-height: 70px;
}

.p-data-wrapper .products-block {
    margin-left: 0px;
}

.p-thumbnails-horizontal .p-thumbnail::before {
    top: 0px;
}

.p-thumbnails a {
    display: block;
    width: 75px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    position: relative;
    margin-right: 10px;
    padding: 1px;
}

.p-thumbnails a img {
    border: 0px;
    width: 100px;
    height: 100px;
    max-width: 100px;
    position: relative;
    left: -12px;
}

.p-basic-info-block {
    border-top: 0px;
}

.option-box {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    min-width: 50px;
    text-align: center;
}

.option-box.selected {
    background-color: #9fecec;
}

.benefitBanner {
    max-width: 1418px;
    margin:0px auto;
}

.d-none {
    display: none;
}

.banner-ship-return {
    width: auto;
}

.p-param-block {
    display: none;
}

.filter-title {
    display: inline-block !important;
}

.category-header input[type="radio"] + label:hover {
    cursor: pointer;
}

#footer a {
    color: #2C3E50;
}

.flags-default .flag:before, .flags-default .flag:after {
    display: none;
}

.flags-default .flag {
    line-height: 17px;
    font-size: 12pt;
}

.breadcrumbs_ {
    justify-content: center;
}

.fitted .navigation-in ul {
    justify-content: left !important;
	padding-left:10%;
}

.p-detail-inner .p-in, .p-detail-inner .flags {
    display: none;
}

.p-detail-inner .product {
    width: 15% !important;
    padding: 5px !important;
}

h1.category-title {
    text-align: center;
}

.category-perex {
    margin: auto;
    text-align: center;
    line-height: 1.75;
}



.category-header input[type="radio"]:checked + label {
    background-color: #9fecec;
}

.category-header input[type="radio"] + label {
    background-color: #fff;
}

@media (min-width: 769px) {
    #header .site-name {
        position: relative;
        top: 0px;
        left: 0px;
        width: 20%;
    }

    #header .site-name a img {
        margin: auto;
    }

    .wide .p-image img, .wide .image360 img {
        max-height: 768px;
        margin-left: 0px;
    }

    .type-page p {
        display: block;
        width: 60%;
    }

    .banner-ship-return1 div {
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }

    .banner-ship-return div {
        width: 25%;
        display: inline-block;
        padding: 10px;
        text-align: center;
        font-size: 10px;
        vertical-align: top;
    }
}

@media (max-width: 460px) {

    .type-category .products-block > div {
        width: 50%;
    }

    .banner-ship-return1 div {
        width: 32%;
        display: inline-block;
        padding: 20px;
        text-align: center;
        font-size: 10px;
        vertical-align: top;
    }

    .banner-ship-return div {
        width: 25%;
        display: inline-block;
        padding: 10px;
        text-align: center;
        font-size: 10px;
        vertical-align: top;
    }

    div.products.products-block.products-additional.products-alternative.p-switchable {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .fitted .navigation-in, .submenu-visible .navigation-in {
        width: 80%;
    }

    .banner-ship-return1 div {
        width: 16%;
        display: inline-block;
        padding: 20px;
        text-align: center;
        vertical-align: top;
    }

    .banner-ship-return div {
        width: 25%;
        display: inline-block;
        padding: 10px;
        text-align: center;
        font-size: 10px;
        vertical-align: top;
    }

    div.products.products-block.products-additional.products-alternative.p-switchable {
        width: 40%;
    }

    .topnav {
        overflow: hidden;
        background-color: black;
        padding: 15px 0px 15px 0px;
    }

    .topnav a {
        float: center;
        color: white !important;
        text-align: center;
        padding: 18px 12px 18px 0px;
        text-decoration: none;
        font-size: 16px;
    }

    .topnav a:hover {
        background-color: #fda3ce;
        color: black !important;
    }

    .topnav a.active {
        background-color: #fda3ce;
        color: white !important;
    }
}

@media (min-width: 1400px) {
    .banner-ship-return div {
        width: 15%;
        display: inline-block;
        padding: 10px;
        text-align: center;
        font-size: 10px;
        vertical-align: top;
    }
}

.column {
    float: left;
    width: 33%;
    padding: 10px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.soldout {
    background: linear-gradient(to top left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 0.8px), rgba(0,0,0,0.25) 50%, rgba(0,0,0,0) calc(50% + 0.8px), rgba(0,0,0,0) 100%);
    color: #c6c6c6;
}

@media (max-width: 991px) {
    .p-detail-inner .p-data-wrapper, .p-detail-inner .p-image-wrapper {
        padding-left: 20px;
    }

    .banner-ship-return div {
        width: 49%;
    }
}

.flags-default .flag {
    line-height: 10px;
    font-size: 10pt;
}

@media (max-width: 768px) {
    .hp .col-sm-6, .hp .col-md-6 {
        padding: 0px;
    }
}

.overflow img {
    transition: transform .5s;
}

.overflow img:hover {
    transform: scale(1.1);
}

.overflow {
    overflow: hidden;
}

.content, .container--bannersBenefit {
    padding: 0px !important;
}

.menu-item-820 {
    display: none !important;
}

body.template-12 .navigation-buttons #dkLabFavHeaderWrapper {
    width: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .overall-wrapper {
        padding-top: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .navigation-buttons {
        top: -85px;
        right: -40px;
    }

    .navigation-buttons a[data-target="cart"] {
        color: #000;
        background-color: transparent;
        position: relative;
        top: 80px;
        right: 40px;
    }
}

@media (min-width: 800px) {
    .zarovnaniblog {
        padding-right: 25%;
        padding-left: 25%;
        text-align: justify;
    }
}

@media (max-width: 991px) {
    .scrolled-down #header {
        transform: translateY(0%) !important;
    }
}

.p .name {
    min-height: auto !important;
    height: auto !important;
}

.show-desktop img {
    min-height: 332px;
}

.product a.image {
    border: 0px;
}

a:hover, .hp h3 a:hover, .content.wide a:hover {
    color: #9fecec !important;
}

.filter-count {
    display: none;
}

#dklab_instagram_widget_heading {
    font-weight: 500;
}

.flag.flag-new {
    color: #fff;
}

.size td {
    white-space: nowrap;
}

.advanced-parameter-inner {
    border: 0px;
    box-shadow: 0px;
    border-radius: 0px;
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

.type-product .advanced-parameter-inner.yes-before::before {
    background: none;
}

@media (min-width: 1024px) {
    #header {
        border-bottom: 1px solid #bebebe;
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
    }
}

@media (max-width: 1024px) {
    .rec div.small img {
        height: 230px;
    }
}

#ec_form_4-f67e22c6c3dacfc9b77b6b40399abc16 .ec-v-form-input, #ec_form_4-f67e22c6c3dacfc9b77b6b40399abc16 .ec-v-form-submit {
    width: 80% !important; 
    margin: auto; 
    text-align: left; 
    margin-top: 5px;
}

#ec_form_7-c01458c4e85a58f0047857fac06ae283 .ec-v-forms-form-control, #ec_form_7-c01458c4e85a58f0047857fac06ae283 .ec-v-form-submit {
    margin: auto;
}

#ec_form_4-f67e22c6c3dacfc9b77b6b40399abc16 .ec-v-forms-form-control {
    width: 100% !important;
}

.size {
    width: 80%;
    margin: auto;
}

.size td {
    border: 1px solid #eee;
    padding: 5px;
    text-align: left;
}

.size td:first-child {
    text-align: left;
    white-space: break-spaces;
    min-width: 200px;
}

.size td[style] {
    min-width: 50px;
}

.subcategories {
    display: none !important;
}

.thumb p {
    width: 90% !important;
    text-align: left;
}

.content.wide a.button {
    display: block;
    margin: auto;
    padding: 10px;
    text-align: left;
    text-align: center;
    text-decoration: none;
    font-size: 12pt;
    font-weight: 400;
}

.content.wide a.button.border {
    border: 1px solid #00cccc;
    width: 290px;
}

.dklab-favourites .product .p-tools, .dklab-favourites .product .p-desc {
    display: none !important;
}

@media (min-width: 1200px) {
    .dklab-favourites.columns-3 .products-block > div, .dklab-favourites.columns-4 .products-block > div {
        width: 25% !important;
    }
}

@media (max-width: 769px) {
    .rec div.small img {
        height: 230px;
    }
}

@media (min-width: 321px) and (max-width: 479px) {
    .columns-mobile-2 .products-block>div .p a img {
        margin-bottom: 1px;
    }
    
        .columns-mobile-2 .products-block>div:nth-child(2n), .columns-mobile-2 .products-block>div:nth-child(odd) {
        padding: 1px;
    }
}

@media (min-width: 480px) {
    .columns-3 .products-block>div, .columns-4 .products-block>div {
        float: right;
        padding: 1px;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .rec div.small {
        height: 340px;
        width: 50%;
        float: left;
        padding-top: 30px;
    }

    .rec div.small img {
        height: auto;
    }
}

.rec {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.rec a {
    color: #666 !important;
    font-size: 11pt;
    font-weight: 500;
    text-decoration: none !important;
}

.rec .small {
    height: 300px;
}

.rec .big {
    max-height: 600px;
}

.rec .big img {
    max-height: 500px;
    margin-top: 35px;
}

.rec div.small, .rec div.big {
    border: 1px solid rgb(237, 237, 237);
}

.rec div.small {
    margin-top: -1px;
}

.rec div.big {
    margin-top: -1px;
}

h2.hp, .hp h3 a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.hp h3 a {
    color: #666 !important;
    font-size: 12pt !important;
    text-decoration: none !important;
}

.index-content-wrapper {
    display: none;
}

.menu-item-820 a {
    color: #e8e8e8 !important;
}

#f-6-3fdfd544852ed7431aa64f3b9481afb9 .ec-v-forms-form-control, #f-6-3fdfd544852ed7431aa64f3b9481afb9 .ec-v-form-submit,
#f-2-2bb287d15897fe2f9d89c882af9a3a8b .ec-v-forms-form-control, #f-2-2bb287d15897fe2f9d89c882af9a3a8b .ec-v-form-submit {
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .show-mobile {
        display: block;
    }

    .rec div.small {
        margin-left: 0px;
        border-right: 0px;
    }

    .rec div.small:nth-child(2n) {
        border-right: 1px solid #ccc;
    }

    .content-wrapper .col-sm-6 {
        width: 50%;
    }

    .content-wrapper .col-sm-6 {
        float: left;
    }

    .row.hp h3 {
        font-size: 10pt;
        min-height: 25px;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 769px) {
    .show-desktop {
        display: block;
    }

    .rec div.small {
        margin-left: 0px;
        border-right: 0px;
    }

    .rec div.small:nth-child(3n) {
        border-right: 1px solid #ccc;
    }

    #header .site-name a img {
        max-height: 80px;
    }
}

@media only screen and (max-width: 425px) {
    .hp h3 a { 
        font-size: 8pt !important;
    }

    .flags-default .flag {
        line-height: 5px;
        font-size: 6pt;
    }

    h1 {
        text-align: center;
    }
}

.in-o-znacce .content-inner img, .in-ceske-remeslo--italsky-styl .content-inner img {
    padding-bottom: 10px;
}

@media (min-width: 426px) {

    .in-o-znacce .content-inner img, .in-ceske-remeslo--italsky-styl .content-inner img {
        float: left;
        padding-right: 20px;
        max-width: 400px;
        padding-bottom: 0px;
    }
}

.show-desktop, .show-mobile {
    text-align: center;
    margin-block: 20px;
}

.show-desktop img, .show-mobile img {
    margin: auto;
}

.p-thumbnails .thumbnail-prev, .p-thumbnails .thumbnail-next {
    border: 0px;
}