/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2024 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}


/* module styles */
.okdigital-homecategories .owl-carousel .owl-item img{
    width:auto!important
}
.okdigital-homecategories .owl-item .product{
    width:100% !important;
    padding-left:0;
}
.okdigital-homecategories .owl-dots{
    margin-top:10px;
    display:flex;
    justify-content:center
}
.okdigital-homecategories .owl-dot{
    height:20px;
    width:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 3px;
    outline:0!important
}
.okdigital-homecategories .owl-dot span{
    background:#d0d0d0!important;
    width:10px;
    height:10px;
    border-radius:50%;
    display:inline-block
}
.okdigital-homecategories .owl-dot.active span{
    background:#000!important
}

.okdigital-homecategories .slider-title{
    display:flex;
    align-items:center;
    margin-bottom:20px
}
.okdigital-homecategories .slider-title .h2,
.okdigital-homecategories .slider-title h2 {
    flex:1;
    margin:0;
}
.okdigital-homecategories .slider-title .more {
    border: 2px #3a3a3a solid;
    border-radius: 15px;
    padding: 0 15px;
    color: #3a3a3a;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 30px;
    white-space: nowrap;
    font-weight: 600;
    margin: 0;
}
.okdigital-homecategories .owl-carousel {
    overflow:hidden
}
.okdigital-homecategories .thumbnail-container {
    margin-bottom: 0 !important;
}
.okdigital-homecategories .product-miniature .thumbnail-top {
    display: block !important;
    position: relative;
    overflow: hidden;
}
.okdigital-homecategories .product-slider {
    margin-bottom: 25px;
}
.okdigital-homecategories .product-slider:after {
    content: '';
    display: block;
    border-bottom: 1px #efefef solid;
    padding-top: 20px;
    max-width: 96%;
    margin: 0 auto
}
.okdigital-homecategories .okdigital-homecategories .slider-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}
.okdigital-homecategories .slider-title .h2,
.okdigital-homecategories .slider-title h2 {
    flex: 1;
    margin: 0;
    word-break: break-word;
}
.okdigital-homecategories .owl-nav button:focus {
    outline: unset;
}
.okdigital-homecategories .owl-nav button.owl-prev,
.okdigital-homecategories .owl-nav button.owl-next {
    height: 40px;
    width: 50px;
    border: 1px #ccc solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.okdigital-homecategories .owl-carousel .owl-nav button.owl-prev {
    border-radius: 10px 0 0 10px;
}
.okdigital-homecategories .owl-carousel .owl-nav button.owl-next {
    border-radius: 0 10px 10px 0;
    border-left: 0;
}
.okdigital-homecategories .owl-nav button.disabled {
    color: #ccc !important;
}
.okdigital-homecategories .product-miniature .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    border: 0;
    height: 60px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}
.okdigital-homecategories.older .product-miniature .highlighted-informations {
    top: auto;
    bottom: 0;
    width: 100%;
}
.okdigital-homecategories.older  .product-miniature .thumbnail-container {
    width: auto;
}
.okdigital-homecategories.older .product-miniature .thumbnail-container:hover .highlighted-informations {
    top: auto;
    bottom: 80px;
}
.okdigital-homecategories.older .product-miniature .thumbnail-container:hover .product-description:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.okdigital-homecategories.older .owl-carousel .owl-item img {
    height: auto;
    width: 100% !important;
}
.okdigital-homecategories.older .product-miniature .product-description {
    width: auto;
}

@media (max-width: 400px){
    .product-slider .slider-title .h2 a,
    .product-slider .slider-title h2 a{
        font-size:15px !important
    }
}
@media (max-width: 767px) {
    .okdigital-homecategories .slider-title h2,
    .okdigital-homecategories .slider-title .h2 {
        display: flex;
        align-items: center;
    }

    .okdigital-homecategories .slider-title h2 a {
        display: flex;
        align-items: center;
    }

    .okdigital-homecategories .slider-title i {
        margin-left: 7px;
        font-size: 15px;
    }
    .okdigital-homecategories .slider-title .more{
        display: none;
    }
}
@media (min-width:768px) {
    .okdigital-homecategories .owl-nav {
        display: flex;
        justify-content: center;
    }
    .okdigital-homecategories .owl-dots {
        position: absolute;
        bottom: 10px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .okdigital-homecategories .owl-carousel .owl-stage-outer {
        margin-bottom: 15px;
    }
    .okdigital-homecategories .slider-title {
        align-items: center;
        margin-bottom: 30px;
        position: relative;
    }
    .okdigital-homecategories .slider-title .h2,
    .okdigital-homecategories .slider-title h2 {
        font-weight: 600;
        font-size: 24px;
    }
    .okdigital-homecategories .slider-title .more {
        position: absolute;
        right: 0;
    }
    .okdigital-homecategories .slider-title .more:hover {
        border-color: #000;
        background: #000;
        color: #fff;
    }
}
@media (min-width:320px) {
    .okdigital-homecategories.fixed-height .product-slider {
        min-height:300px
    }
    .okdigital-homecategories.fixed-height .product-slider .owl-carousel {
        min-height:234px
    }
}
@media (min-width:375px) {
    .okdigital-homecategories.fixed-height .product-slider {
        min-height:325px
    }
    .okdigital-homecategories.fixed-height .product-slider .owl-carousel {
        min-height:256px
    }
}
@media (min-width:414px) {
    .okdigital-homecategories.fixed-height .product-slider {
        min-height:260px
    }
    .okdigital-homecategories.fixed-height .product-slider .owl-carousel {
        min-height:260px
    }
}
@media (min-width:530px) {
    .okdigital-homecategories.fixed-height .product-slider {
        min-height:372px
    }
    .okdigital-homecategories.fixed-height .product-slider .owl-carousel {
        min-height:308px
    }
}
@media (min-width:700px) {
    .okdigital-homecategories.fixed-height .product-slider {
        min-height:372px
    }
    .okdigital-homecategories.fixed-height .product-slider .owl-carousel {
        min-height:308px
    }
}
@media (min-width:1000px) {
    .okdigital-homecategories.fixed-height .product-slider {
        min-height:315px;
    }
    .okdigital-homecategories.fixed-height .product-slider .owl-carousel{
        min-height:315px;
    }
}
@media (min-width:1024px) {
    .okdigital-homecategories.fixed-height .product-slider {
        min-height:345px
    }
    .okdigital-homecategories.fixed-height .product-slider .owl-carousel {
        min-height:345px
    }
}
@media (min-width:1100px) {
    .okdigital-homecategories.fixed-height .product-slider {
        min-height:365px
    }
    .okdigital-homecategories.fixed-height .product-slider .owl-carousel {
        min-height:365px
    }
}
