/**
* 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 40px;*/
    background: #fff;
    padding: 80px 0;
}

.sale-of-the-day-container {
    /*max-width: 1100px;*/
    /*padding: 0 15px;*/
    /*margin: 0 auto;*/
}

.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;*/
}

.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: 23px;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.weekheros-title h3:before{
    content: '';
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    height: 5px;
    background: #d72b00;

}

@media (max-width: 480px) {
    .weekheros-title h3:before{
        width: 60px;
        margin-right: 12px;
    }
}
.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;

    }
    .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: 16px;
    }
}

.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%;
}

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

.sale-of-the-day-wrapper .slide-prev::before{
    content: '\e936';
    font-family: 'icomoon';
    color: #d72b00;
    font-size: 11px;
}

.sale-of-the-day-wrapper .slide-next::before{
    content: '\e939';
    font-family: 'icomoon';
    color: #d72b00;
    font-weight: bold;
    font-size: 11px;
}

.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: 35px;
    text-align: center
}


.sale-of-the-day-wrapper .slick-arrow::before{
    border-color: hsl(12deg 100% 42%) !important;
    border-radius: 50% ;
    border:1px solid;
}
.sale-of-the-day-wrapper .el-slidenav{
        width: 35px;
        height: 35px;
}