.XOLProductSliderRow
{
    width: 100vw !important;
    padding: 0px 5% !important;
    position: relative;
}

.XOLProductCarousel .slick-track 
{
    display: flex;
    align-items: stretch;
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 90px;
}

.XOLProductCarousel .slick-slide
{
    height: auto !important;
}

.XOLProductCarousel .xolProductCard
{
    margin: 0px 15px;
    background: white;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: 7px 4px 18px 0px rgb(3 2 0 / 50%);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    width: min-content;
    position: relative;
}

.XOLProductCarousel .xolProductCard .xolProductCardTopContainer .xolProductCardImageContainer img.xol-woo-img
{
    margin: 0 auto;
    min-width: 300px;
    max-height: 50vh;
    max-width: 80vw;
    object-fit: contain;
    padding: 10px;
}

.xolProductCardTopContainer
{
    display: flex;
    flex-direction: column;    
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 0px 10px;
}

.XOLProductCarousel .slick-slider .slick-dots
{
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}

.XOLProductCarousel .slick-slider .slick-prev, 
.XOLProductCarousel .slick-slider .slick-next
{
    opacity: 1 !important;
    position: absolute;
    top: 42%;
    z-index: 10;
    padding: 20px;
    display: flex;
    align-items: center;
}

.XOLProductCarousel .slick-slider .slick-prev:hover, 
.XOLProductCarousel .slick-slider .slick-next:hover
{
    color: white !important;
}

.XOLProductCarousel .slick-slider .slick-prev
{
    left: -3%;
}

.XOLProductCarousel .slick-slider .slick-next
{
    right: -3%;
}

span.dfd-added-font-icon-right-open2:hover,
span.dfd-added-font-icon-left-open2:hover {
    color: white;
}

span.dfd-added-font-icon-right-open2,
span.dfd-added-font-icon-left-open2 {
    font-size: 18px;
    line-height: 18px;
    display: block;
}

.XOLProductCarousel .xolProductCard .xolProductCardBottomContainer
{
    padding: 10px;
    padding-bottom: 30px;
    background: white;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 105px;
    justify-content: flex-start;
    border-radius: 10px;
}

.XOLProductCarousel .xolProductCard .xolProductCardTitleContainer
{
    padding: 10px 0px;
    font-size: 18px;
    line-height: 20px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

.XOLProductCarousel .xolProductCard  .xolProductCardPriceInfoContainer 
{
    margin-top: 25px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.XOLProductCarousel .xolProductCard  .xolProductCardPriceInfoContainer .xolProductCardDiscountContainer
{
    padding: 10px;
    background: #dd9933;
    font-size: 1.2em;
    line-height: 20px;
}

.XOLProductCarousel .xolProductCard  .xolProductCardPriceInfoContainer .xolProductCardPricesContainer
{    
    font-size: 20px;
    line-height: 20px;
}

.XOLProductCarousel .xolProductCard  .xolProductCardPriceInfoContainer .xolProductCardPricesContainer .xolProductCardPriceBefore
{
    font-size: 15px;
    line-height: 15px;
    text-decoration: line-through;
}

.XOLProductCarousel .xolProductCard  .xolProductCardPriceInfoContainer .xolProductCardPricesContainer .xolProductCardPriceAfter
{
    font-size: 25px;
    line-height: 25px;
}

@media only screen and (max-width: 700px) 
{
    .slick-prev,
    .slick-next
    {
        display: none !important;
    }

    .XOLProductSliderRow
    {
        padding: 0px 0px !important;
    }

    .XOLProductCarousel .xolProductCard .xolProductCardTopContainer .xolProductCardImageContainer img.xol-woo-img
    {
        opacity: 1;
        max-width: 90vw !important;
        height: auto !important;
        max-height: 35vh !important;
    }
}

@media only screen
and (min-width : 901px) 
{      
    .xol-img-Box-XSmall
    {
        max-width: 300px !important;
        max-height: 300px !important;
    }
    .xol-img-Box-Small
    {
        max-width: 400px !important;
        max-height: 400px !important;
    }

    .xol-img-Box-Medium
    {        
        max-width: 550px !important;
        max-height: 550px !important;  
    }

    .xol-img-Box-Large
    {
        max-width: 700px !important;
        max-height: 700px !important;
    }

    .xol-img-Landscape-XSmall
    {
        width: 300px !important;
        height: 169px !important;
    }

    .xol-img-Landscape-Small
    {
        width: 400px !important;
        height: 225px !important;
    }

    .xol-img-Landscape-Medium
    {
        max-width: 700px !important;
        max-height: 394px !important;  
    }

    .xol-img-Landscape-Large
    {
        max-width: 800px !important;
        max-height: 450px !important;
    }
}


@media only screen
and (max-width : 900px) 
{    
     
    .XOLProductCarousel .slick-slider .slick-prev, 
    .XOLProductCarousel .slick-slider .slick-next
    {
        top: 0%;        
    }

    .xol-img-Box-XSmall
    {
        max-width: 300px !important;
        max-height: 300px !important;
    }
    .xol-img-Box-Small
    {
        max-width: 400px !important;
        max-height: 400px !important;
    }

    .xol-img-Box-Medium
    {        
        max-width: 500px !important;
        max-height: 500px !important;
    }

    .xol-img-Box-Large
    {
        max-width: 600px !important;
        max-height: 600px !important;
    }
    
    .xol-img-Landscape-XSmall
    {
        width: 300px !important;
        height: 169px !important;
    }

    .xol-img-Landscape-Small
    {
        width: 400px !important;
        height: 225px !important;
    }

    .xol-img-Landscape-Medium
    {
        max-width: 490px !important;
        max-height: 276px !important;
    }

    .xol-img-Landscape-Large
    {
        max-width: 490px !important;
        max-height: 276px !important;
    }
}

@media only screen and (max-width: 480px) 
{  

    .xol-img-Box-XSmall
    {
        max-width: 300px !important;
        max-height: 300px !important;
    }
    .xol-img-Box-Small
    {
        max-width: 300px !important;
        max-height: 300px !important;
    }

    .xol-img-Box-Medium
    {        
        max-width: 300px !important;
        max-height: 300px !important;
    }

    .xol-img-Box-Large
    {
        max-width: 300px !important;
        max-height: 300px !important;
    }
    
    .xol-img-Landscape-XSmall
    {
        width: 200px !important;
        height: 113px !important;
    }

    .xol-img-Landscape-Small
    {
        width: 300px !important;
        height: 169px !important;
    }

    .xol-img-Landscape-Medium
    {
        width: 300px !important;
        height: 169px !important;
    }

    .xol-img-Landscape-Large
    {
        width: 300px !important;
        height: 169px !important;
    }
}

