/**
* 2007-2020 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-2020 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.
*/


.sale-of-the-day-wrapper {
    /*background-color: #f8f8f8;*/
    padding: 66px 0 ;
    background: #F0F0F2;




}


.weekheros-image {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    position: relative;
}
.weekheros-image img {
    max-width: 100%;
    display: block;
    height: auto;
    position: absolute;
    top: -72px;
}

.weekheros-title-container {
    margin: 0 0 40px;
    /*padding: 28px 24px 24px;*/
    display: flex;
    justify-content: center;
    align-items: center;

}

.sale-item{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

}
.navbar-slider >span{
    /*margin: 0px 5px;*/
}
 .flexproduct{
     display: grid;
     grid-template-columns: auto auto;
     gap: 15px;
    /*display: flex !important;*/
}
@media (max-width: 500px) {
    .flexproduct{
        gap: 5px;
    }
}
.el-slidenav-bg {
    /*width: 50px;*/
    /*height: 50px;*/
}


.sale-item .overview .product-name h4 a {
    color: #000;
    font-size: 33px;
    font-weight: 400;
    line-height: 45px;
}
.sale-item .overview .product-name h4 a:active,
.sale-item .overview .product-name h4 a:focus,
.sale-item .overview .product-name h4 a:hover {
    color: #c30518e6;
    text-decoration: none;
}

.sale-of-the-day-wrapper .owl-theme .owl-nav.disabled + .owl-dots
{
    margin-top: 25px;
}

.sale-item .prices .actual-price {
    font-size: 33px;
    /*line-height: 22px;*/
    font-weight: 900;
    color: #c30518e6;
    margin: 0 20px 0 0;
}
.sale-item .price-grid{
    display: flex;
}
.sale-item .prices .price:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #e31d1a;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sale-item .prices .price {
    font-size: 21px;
    line-height: 22px;
    font-weight: 700;
    color: #a2a2a2;
    position: relative;
}
@media (min-width: 651px){
    .item-gallery {
        width: 31%;
        -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    }
}

@media (min-width: 1001px){
    .overview {
        width: calc(76% - 45px);
        margin: 0 0 0 45px;
    }
}

@media (min-width: 651px){
    .sale-item .overview {
        width: calc(69% - 65px);
        -ms-flex-preferred-size: calc(69% - 65px);
        flex-basis: calc(69% - 65px);
        margin: 0 0 0 65px;
        padding: 10px 0 0;
    }
}

.overview .product-name {
    margin: 0 0 24px;
}
.weekheros-title{
    display: inline-block;
    text-align: center;
    width: 100%;
    /*text-align: center;*/
}
.weekheros-title h3 {
    /* color: #e60000; */
    font-size: 2rem;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    color: #2D2C42;
    padding-right: 132px;
    text-align: left;
}



.weekheros-title h3 span{
    color: #c30518e6;
    font-size: 42px;
    font-weight: 900;

}

.weekheros-title h3 span:before{
    content: '';
}

@media (min-width: 651px){
    .sale-item .overview .product-name {
        margin: 0 0 27px;
    }

}

.sale-item .overview .short-description {
    font-size: 14px;
    margin: 0 0 20px;
    text-align: left;
    line-height: 23px;
    color: #000;
    font-weight: 400;
}

.overview .short-description {
    padding: 21px 0 0;
    border-top: 1px solid #e2e2e2;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

@media (min-width: 651px){
    .sale-item  .short-description {
        min-height: 86px;
    }

}

@media (min-width: 651px){
    .sale-item .overview .prices {
        margin: 0 0 52px;
    }
}
.sale-item .go-to-product-page:hover,
.sale-item .go-to-product-page:active,
.sale-item .go-to-product-page:focus{
    text-decoration: none;
    border: 2px solid #c30518;
    background: #fff;
    color: #c30518;
}
.sale-item  .go-to-product-page::after{
    content: '\e91f';
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-family: 'icomoon';
}
.sale-item  .go-to-product-page {

    line-height: 22px;
    max-width: 250px;

    text-align: center;



    display: inline-block;
    vertical-align: middle;
    border: 2px solid #c30518;
    /* background: #fff; */
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16px 52px;
    border-radius: 58px;
    font-size: 15px;
    /* font-weight: 400; */
    background: #c30518;
}

@media (max-width: 650px){
    .sale-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 480px;
        margin: 0 auto;
    }
    .sale-of-the-day-wrapper{
        padding-top:50px;
        padding-bottom: 20px;
    }
}


.sale-of-the-day-wrapper .owl-dot.active span {
    border-color: #c30518;
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.sale-of-the-day-wrapper .owl-dot span {
    display: block;
    width: 11px;
    height: 11px;
    border: 1px solid #d6d6d6;
    background: transparent !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-filter: drop-shadow(4px 6px 16px rgba(0,0,0,.6));
    filter: drop-shadow(4px 6px 16px rgba(0,0,0,.6));
}

.sale-of-the-day-wrapper .owl-theme .owl-dots .owl-dot:focus{
    outline: none;
}

.sale-of-the-day-wrapper .owl-theme .owl-dots{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 0;
}

@media (max-width: 767px) {
    .sale-item .price-grid{
        margin-bottom: 25px;
        text-align: center;
        justify-content: center;
    }

    .sale-item .item-picture {
        margin: 0 0 35px;
    }
    .sale-item .overview .product-name h4 a{
        font-size: 20px;
        line-height: normal;
    }

    .sale-item .prices .actual-price{
        font-size: 25px;
        line-height: 17px;
    }

    .sale-item .prices .price{
    font-size: 16px;
    line-height: 17px;
}
    .sale-item  .button-product{
        margin-bottom: 25px;
        text-align: center;
    }

    .sale-of-the-day-wrapper .owl-theme .owl-nav.disabled + .owl-dots{
        margin-top: 10px;
    }
    .sale-item .item-picture img {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .weekheros-title-container{
        /*padding: 0;*/
        justify-content: space-around;
        display: inline-block;
        width: 100%;
        text-align: center;

    }
    .weekheros-title h3 span{
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 29px;
        margin-bottom: 10px;
		font-weight:900;
		margin-top:30px;
    }
    .weekheros-title h3{
        font-size: 21px;
        text-align: center;
        padding: 0;
    }
}

.weekheros-sliders .product-tile-wrapper .product-wrapper{
    box-shadow: unset;
}


/*.weekheros-title-container .slide-next:before, .weekheros-title-container .slide-prev:before{*/
/*    font-size: 16px;*/
/*}*/
@media (max-width: 480px) {
    .el-slidenav-bg{
        width: 40px;
        height: 40px;
    }
    .weekheros-title-container .slide-next:before, .weekheros-title-container .slide-prev:before{
        font-size: 12px;
    }
}


.weekproduct-dots-wrapper{
    margin-top: 40px;
	margin-bottom:40px;
}

@media (max-width: 676px) {
    .weekproduct-dots-wrapper{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



.weekheros-sliders .product-tile-wrapper{
    max-width: 100% !important;
    flex: 0 0 100%;
    margin:0px 10px;
}

@media (max-width: 600px) {
    .weekheros-sliders .slick-slide{
        /*margin: 0px 5px;*/
    }
}

/*.sale-of-the-day-wrapper .slide-prev::before{*/
/*    content: '\e91d';*/
/*    font-family: 'icomoon';*/
/*    color: #fff;*/
/*    font-size: 13px;*/
/*}*/

/*.sale-of-the-day-wrapper .slide-next::before{*/
/*    content: '\e920';*/
/*    font-family: 'icomoon';*/
/*    color: #fff;*/
/*    font-weight: bold;*/
/*    font-size: 13px;*/
/*}*/

/*.sale-of-the-day-wrapper .slide-prev,  .sale-of-the-day-wrapper .slide-next{*/
/*    left: 0;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    line-height: 40px;*/
/*    text-align: center*/
/*}*/


/*.sale-of-the-day-wrapper .slick-arrow::before{*/
/*    border-color:#2196f3 !important;*/
/*    background: #2196f3;*/
/*    border-radius: 50% ;*/
/*    border:1px solid;*/
/*}*/
/*.sale-of-the-day-wrapper .el-slidenav{*/
/*        width:40px;*/
/*        height: 40px;*/
/*}*/

@media (max-width: 500px) {
    .sale-of-the-day-wrapper .el-slidenav{
        width: 30px;
        height: 30px;
    }
    .sale-of-the-day-wrapper .slide-prev,
    .sale-of-the-day-wrapper .slide-next{
        line-height: 30px;
    }
}

.weekheros-title-container .el-slidenav::before{
    border-color:#2196f3 !important;
    background: #2196f3;
}

.sale-of-the-day-offer .product-tile-wrapper .product-tile .image-wrapper .image-container .image-link .product-main-image{
    padding: 10px;
}

/*.sale-of-the-day-offer  .mydots li.slick-active a{*/
/*    background-color: hsl(354deg 95% 39%);*/
/*}*/

/*.sale-of-the-day-offer .mydots li a{*/
/*    border:1px solid hsl(354deg 95% 39%)*/
/*}*/

@media(max-width:767px)
{
    .sale-of-the-day-wrapper{
        padding:40px 0;
    }

    .sale-of-the-day-wrapper .col-md-12{
        padding: 0;
        margin:0;
    }


}

@media (max-width: 480px)
{
    .sale-of-the-day-wrapper .container{
        padding: 0px;
    }
}

/**
weekheros-sliders
 */

.weekheros-sliders li{

    padding: 30px 25px 25px;
    transition: ease-in-out .15s padding;
    position: relative;
    overflow: hidden;
    border-radius: 8px !important;
    height: 510px !important;
    background: #ffffff;

    border: 0px none #000000;
    text-decoration: none;
    color: #000000;
    float: left;
    display: inline-block;
    list-style: none;
    margin: 4px;
}

.image-box {
    margin: auto auto 10px auto;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

/*.mydots li a {*/
/*    cursor: pointer;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    margin: 5px 7px;*/
/*    background: #d6d6d6;*/
/*    display: block;*/
/*    -webkit-backface-visibility: visible;*/
/*    transition: opacity .2s ease;*/
/*    border-radius: 30px !important;*/
/*}*/

/*.mydots li a{*/
/*    border: 1px solid #2196f3 !important;*/
/*}*/

/*#slideshow .mydots button, .mydots li.slick-active a, .mydots li a{*/
/*    border-radius: unset !important;*/
/*}*/

/*.sale-of-the-day-offer .mydots li.slick-active a{*/
/*    background-color: #2196f3 !important;*/
/*    transform: scale(1.5);*/
/*}*/



.sale-of-the-day-wrapper .weekheros-title-container{

}

.wrapper-dots .el-slidenav{
    display: none !important;
}

@media (max-width: 767px) {
    .weekheros-title h3{
        font-size: 27px;
    }
}

@media (max-width: 676px) {
    .sale-of-the-day-wrapper .weekheros-title-container .flexproduct{
        display: none !important;

    }

    .wrapper-dots .el-slidenav{
        display: flex !important;
    }


    .wrapper-dots{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wrapper-dots .mydots{
        margin:0;
        padding: 0px 18px;
    }

    .wrapper-dots .el-slidenav{
    width: 40px;
        height: 40px;
        margin:unset;
    }

    .weekheros-title-container{
        margin: 0 0 20px;
    }
    .weekheros-title h3{
        padding: 0;
        font-size: 24px;
        text-align: center;
    }
    .ProductItem:hover .addToCart{
        display: none;
    }
    .wrapper-dots{
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .wrapper-dots .el-slidenav .slide-prev:before,  .wrapper-dots .el-slidenav .slide-next:before
    {
        font-size: 10px;
    }
    .wrapper-dots .el-slidenav{
        width: 30px;
        height: 30px;
        margin:unset;
    }
    .wrapper-dots .mydots li a
    {
     width: 7px;
        height: 7px;
    }
    .weekheros-sliders .slick-slide{
        margin:0;
    }


}