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