/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#special-offers{
    padding: 20px 0px;
}
.dots-special-products-wrapper{
    display: none;
}
.specialofferslist{
    display: flex;
    flex-direction: row;
    margin:0;
}

.specialofferslist li.special-offer{
    display: flex;
    border-radius: 8px;
    flex-direction: row;
    border: solid 2px rgba(45, 44, 66, .10);
    margin: 4px;
    position: relative;
    padding: 0px 4px;
    /*-webkit-box-shadow: 0px 2px 4px rgb(45 44 66 / 10%);*/
    /*-moz-box-shadow: 0px 2px 4px rgba(45, 44, 66, 0.1);*/
    /*box-shadow: 0px 2px 4px rgb(45 44 66 / 10%);*/
    transition: all ease-in-out .15s;
}


.specialofferslist li.special-offer .image-left {
    padding: 16px;
    align-items: center;
    display: flex;
}

.specialofferslist li.special-offer .image-left {
    width: 126px;
    height: 126px;
}

.specialofferslist li.special-offer .image-left img{
    width: unset;
    max-height: 200px;
    max-width: 100%;
    display: block;
}

.specialofferslist li.special-offer .text-area{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    width: 50%;
    padding: 16px 16px 16px 0;
}

.specialofferslist li.special-offer:hover {
    border: solid 2px #2196f3;
    transform: scale(0.9);
}

.specialofferslist li.special-offer a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.specialofferslist li.special-offer .text-area .title {
    align-self: flex-start;
    margin: 0;
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.125rem;
    /* word-break: break-all; */
    word-break: break-word;
}

.specialofferslist li.special-offer .text-area .price-area {
    align-self: flex-end;
    margin-top: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1.125rem;
    font-weight: 500 !important;
    /* margin-bottom: 25px; */
}
.specialofferslist li.special-offer .text-area .product-details{
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.specialofferslist li.special-offer .text-area .product-details .product-flag{
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    padding: 3px 6px 4px 6px;
    line-height: 1;
    font-size: 0.75rem;
    margin: 0px 0px 0px 3px;
    font-weight: bold;
}
.specialofferslist li.special-offer .text-area .price-area .regular-price{
    text-decoration: line-through;
    font-size: 0.875rem;
}
.prev-specialproduct::before {
    content: '\e91d';
    font-family: 'icomoon';
    color: #fff;
    font-size: 13px;
}
.prev-specialproduct, .next-specialproduct{
    width: 30px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;




}
.prev-specialproduct{

    background-color: #2196f3;
    opacity: 0.8;
    margin-top: 0;
    transition: all .3s;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;


}
.next-specialproduct{

    cursor: pointer;
    background-color: rgba(0,0,0,.2);
    opacity: 1;
    margin-top: 0;
    transition: all .3s;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
 .next-specialproduct::before {
    content: '\e91d';
    font-family: 'icomoon';
    color: #fff;
    font-size: 13px;
}
 .carousel-specialproduct-wrapper{
     position: relative;
 }

 .carousel-specialproduct-wrapper .next-specialproduct{
     position: absolute;
     left: -40px;
     top:50%;
     transform: translateY(-50%);
 }

.carousel-specialproduct-wrapper .prev-specialproduct{
    position: absolute;
    right: -40px;
    top:50%;
    transform: translateY(-50%);
}
.specialRow{
    display: flex;
    justify-content: center;
    align-items: center;
}
.specialRow .title-special{
    font-weight: bold;
    font-size: 20px;
}

.specialRow a.btn{
    margin-top: 20px;


    height: 40px;

    display: -webkit-box;
    display: -moz-box;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    width: 100%;
    border: 0;
    outline: none;
    transition: ease-in-out .15s;

    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 4px;

    background-color: #2196f3;
}

.product-details .product-labels{
    position: relative;
}
.specialofferslist li.special-offer .text-area .product-details .product-flag.out_of_stock{
    display: none;
}
@media (max-width: 600px) {

}


#special-offers .mydots li a{
    width: 8px;
    height: 8px;background-color: transparent;
    border: 1px solid #2196f3;
    max-width: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0;
    margin-left: 5px;
}

.dots-special-products .mydots li.slick-active a{
    background: #2196f3 !important;
    transform: unset;
}

#special-offers .mydots{
    /*height: 1rem;*/
    /*margin: 1rem 0 1.5rem;*/
    padding: 0px 20px;
    margin:0;
}

.dots-special-products-wrapper{

    justify-content: center;
    align-items: center;
    margin: 20px 0;
    display: none;
}

#special-offers .el-slidenav{
    margin: unset;
    width: 20px;
    height: 20px;
    background: unset;
    border-color: unset;
    color: #2196f3 ;
    border: none;

}

#special-offers .el-slidenav.slick-disabled .slide-prev:before, #special-offers .el-slidenav.slick-disabled .slide-next:before
{
    color: #2196f3 ;
}
#special-offers  .el-slidenav.slick-disabled{
    background-color: unset;
    border: none !important;
}
#special-offers .slide-next::before, #special-offers .slide-prev::before{
    font-size: 10px;
}
@media (max-width: 1200px) {
    .specialRow a.btn{
        width:unset;
    }
    .specialRow a.btn{
        width: 100%;
    }
}

.specialofferslist li.special-offer .text-area .price-area .regular-price{
    font-size: 12px;
    color: #a5a5a5;
}
.specialofferslist  .price-area .price{
    font-weight: 600;
    font-size: 14px;
}
.specialofferslist li.special-offer .text-area .title{
    font-weight: 400;
}

@media (max-width: 991px) {
    .specialRow{
        display: unset;
    }
    .heading-our-special-prices{
        margin: 0;
        padding: 0;
    }
    #special-offers{
        padding: 0 0;
    }
    #special-offers .col-md-10{
        margin:0;padding: 0;
    }
    .specialofferslist li.special-offer .image-left img{
       max-height: 100%;
    }
    .specialofferslist li.special-offer .image-left{
        width: 90px;
        height: 90px;
    }
    .specialofferslist li.special-offer{
        flex-wrap: wrap;;
    }
    .specialofferslist li.special-offer .text-area{
        width: 61%;
    }
    .specialofferslist li.special-offer .text-area .price-area .regular-price{
        font-size: 12px;
        color: #a5a5a5;
    }
    .specialofferslist  .price-area .price{
        font-weight: 600;
        font-size: 14px;
    }

    .specialofferslist li.special-offer .text-area .title{
        font-weight: 400;
    }

    .specialofferslist li.special-offer .text-area .product-details .product-flag{
        font-size: 10px;
    }

    .dots-special-products-wrapper{
        display: flex;
    }
    .specialofferslist li.special-offer .image-left{
        width: 100%;
        height: 100%;
        padding: 15px 0;
        justify-content: center;
    }

    .specialofferslist li.special-offer .text-area{
        width: 100%;
        text-align: center;
    }

    .specialofferslist li.special-offer .text-area .product-details{
        position: unset;

    }

    .specialofferslist li.special-offer:hover{
        transform:unset;
    }
    .specialRow a.btn{
        width: calc(100% - 650px) !important;
        margin: 0 auto;
        margin-top: 13px;
        margin-bottom: 15px;
    }
    .specialRow .title-special{
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .dots-special-products-wrapper{
        display: flex;
    }
    .specialofferslist li.special-offer .image-left{
        width: 100%;
        height: 100%;
        padding: 15px 0;
        justify-content: center;
    }

    .specialofferslist li.special-offer .text-area{
        width: 100%;
        text-align: center;
    }

    .specialofferslist li.special-offer .text-area .product-details{
        position: unset;

    }

    .specialofferslist li.special-offer:hover{
        transform:unset;
    }
    .specialRow a.btn{
        width: calc(100% - 216px) !important;
        margin: 0 auto;
        margin-top: 13px;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .specialRow .title-special{
        text-align: center;
    }

}


