/**
* 2007-2023 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-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

.flash_sales_container .flash_sales_wrapper {
    background-color: #f6f6f6;
    border-bottom: 1px dotted;
    border-left: 5px solid;
    color: #333333;
    font-size: 23px;
    margin-bottom: 1px !important;
    margin-top: 2px;
}
.flash_sales_container .flash_sales_heading {
    color: #555454;
    margin-left: 5px;
    padding-top: 15px;
    text-transform: uppercase;
}
.flash_sales_container .flash_sales_wrapper .flash_sales_clock {
    width: 30%;
}
.flash_sales_container .flash_sales_wrapper .flash_sales_clock {
    width: 30%;
}
.flash_sales_container .flashsale_products {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #e5e5e5;
    box-shadow: 1px 3px 1px #d6d6d6;
    margin-bottom: 20px;
    padding: 5px;
}
.flash_sale_heading {
    background-color: #f6f6f6;
    border-bottom: 1px dotted;
    border-left: 5px solid;
    color: #333333;
    font-size: 23px;
    margin-bottom: 5px;
    margin-top: 2px;
    padding: 15px 10px;
}
#featured_sale {
    border-bottom: 2px solid #d4d4d4;
    border-top: 2px solid #d4d4d4;
    clear: left;
    margin: 5px 0;
    padding: 10px 0;
}
#featured_sale .flash_timer_block {
    max-height: 100%;
    position: absolute;
    right:0;
    bottom: 0;
    /* min-width: 40% !important; */
}
#featured_sale .flash_left_block {
    float: left;
    position: relative;
    text-align: center;
    width: 28%;
}
#featured_sale .flash_right_block {
    margin-top: 10px;
    float: left;
    padding-left: 5px;
    position: relative;
    width: 72%;
}
#featured_sale .default_theme {
    left: 0;
    width: 25%;
}
#featured_sale .default_theme .product_list {
    width: 95%;
}
#featured_sale .default_theme .product_list .slick-next {
    right: 10px;
}
#featured_sale .default_theme .product_list .slick-prev {
    left: -35px;
}
.slick-track .ajax_block_product {
    width: 50% !important;
}
#featured_sale .wrapper {
    width: 90%;
}
.clock_wrapper {
    position: absolute;
    right: 0;
    bottom: 10px;
    min-width: 40% !important;
    text-align: right;
}
/*********************************/
/*          Media Query         */
/********************************/
@media (min-width: 200px) and (max-width: 800px) {
    .clock_wrapper {
        position: relative;
        bottom: 2px;
    }
}
@media (max-width: 360px) {
#featured_sale .default_theme {
    float: none;
    width: 25%;
}
#featured_sale .flash_left_block {
    float: none;
    position: relative;
    text-align: center;
    width: 100%;
}
#featured_sale .flash_right_block {
    float: none;
    margin-left: 0;
    margin-top: 5px;
    padding-left: 0;
    position: relative;
    width: 100%;
}
#featured_sale .flash_left_block .module_theme {
    width: 95%;
}
.slick-next {
    right: -5px;
}
#featured_sale .module_theme .wrapper .featured_sale_slider .slick-prev {
    left: -5px;
}
}
@media (min-width: 361px) and (max-width: 980px) {
#featured_sale .module_theme .wrapper .featured_sale_slider .slick-next {
    right: -18px;
}
}

.number_icon {
    font: 700 14px/12px Arial, Helvetica, sans-serif;

    color: #fff;

    background: #f13340;

    text-transform: uppercase;

    padding: 9px 0 7px;

    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);

    width: 130px;

    text-align: center;

    display: block;

    z-index: 1;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);
    float: right;
    position: absolute;

    right: -25px;
    top: 22px;

 /*   margin-top: 300px;
    right: -13px;
    top: 165px;*/
}


.sale-box-number{
    height: 150px;

position: absolute;

overflow: hidden;

width: -moz-available;
}


.flash_simple_block {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 40% !important;
    margin-bottom: 15px;
    margin-left: 2%;
    text-align: center;
}

.flash_simple_product {
    margin-left: 8%;

}