/**
* 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.
*/
#index .module .ajax_block_product {
    margin: 0;
    padding: 0;
}
.stockoffer-module #categories .clearfix {
    display: flex;
}

.stockoffer-module #categories .clearfix.slick-slider {
    display: block;
}

#index .module .ajax_block_product .product-container {
    padding: 0 15px;
}

#index .module .homefeatured-container .free-delivery-label {
    left: -7px;
}

#index .stockoffer .slick-dots {
    bottom: 0;
    left: 0;
		height: 40px;
    top: -35px;
}

#index .stockoffers {
    padding-bottom: 2.5rem;
}

#index #homefeatured .slick-dots {
    overflow: visible;
    height: 20px;
}

#index #homefeatured .slick-dots li {
    margin-left: 0;
    margin-right: 10px;
}


#index .stockoffer .short-description {
    width: 50%;
}

#index .stockoffer .offer .counter-wrap {
    width: 95%;
}

.promoproducts {
    display: flex;
    flex-wrap: wrap;
}

.stockoffers {
    position: static !important;
}

.stockoffer {
    overflow: hidden;
		position: relative;
    width: 390px;
		margin-left: 20px;
		min-height: 120px;
}

.stockoffer .slick-dots {
    scrollbar-height: 8px;
    scrollbar-color: white #b6b6b6;
}

.stockoffer .slick-dots::-webkit-scrollbar {
    height: 8px;
    background-color: white;
}

.stockoffer .slick-dots::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #b6b6b6;
}

.stockoffer .slick-dots::-webkit-scrollbar-track {
    border-radius: 5px;
}

.stockoffer .slick-dots li {
    margin-left: 0;
    margin-right: 12px;
    margin-top: 12px;
    float: none !important;
    display: inline-block !important;
		min-width: 70px;
}

.stockoffer .slick-dots li:last-child {
    margin-right: 0;
}

.stockoffer .offer, .stockoffer .counter {
    display: flex !important;
}

.stockoffer .offer {
		width: 400px;
		gap: 12px;
    flex-wrap: wrap;
}

.stockoffer .more-link {
    display: block;
}

.stockoffer .slick-list {
    margin-top: 0;
}

.stockoffer .slick-dots {
	position: absolute;
	bottom: 0;
    margin-top: 1px;
    width: 100%;
    height: 48px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.stockoffer .short-description {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.stockoffer .stock-pagination {
    cursor: pointer;
    font-size: 16px;
}

.stockoffer .slick-active .stock-pagination {
    color: white !important;
    background-color: #007DB1;
    padding: 4px 7px;
    cursor: default;
}

.stockoffer .offer .image-block {
    width: 45%;
}

.stockoffer .offer .counter-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: 10px;
    align-items: center;
    height: 54px;

}

.stockoffer .offer img {
    height: auto;
    width: auto;
}

@media (max-width: 756px) {

    .stockoffer .offer img {
        height: auto;
    }
}

.stockoffer .offer .block > div {
    font-size: 3.5rem;
    line-height: 1;
}

.stockoffer .offer .counter > span {
    font-size: 2rem;
    margin-top: 1rem;
    line-height: 1;
}

.stockoffer .offer .block {
    margin: 0.5rem 0;
    text-align: center;
}

.stockoffer .offer label {
    font-size: 1.1rem;
}

.stockoffer .offer .seconds-block,
.stockoffer .offer .seconds-block label {
    color: red;
}

.stockoffer .counter-title {
    margin-left: 0;
    margin-right: 20px;
    font-size: 19px;
}

.slick-dots li button {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 0;
    margin: 0;
    text-decoration: none;
    color: #fff;
    background: #e8ebec;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
    outline: none;
}

.stockoffer-category-baners {
    position: relative;
    margin-top: -50px;
    margin-bottom: 30px;
}

.stockoffer-category-baners .slick-dots {
    position: absolute;
    bottom: 0;
    right: 5%;
}

.stockoffer-category-baners .slick-dots li {
    float: left;
    margin-left: 22px;
    margin-bottom: 11px;
}

.stockoffer-category-baners .slick-dots li.slick-active button, .slick-dots li button:hover {
    outline: none;
}

.stockoffer-category-baners .slick-dots li.slick-active button:before,
.stockoffer-category-baners .slick-dots li button:hover:before {
    background: #007DB1;
    width: 10px;
    height: 10px;
}

.stockoffer-category-baners .slick-dots li button:before {
    background: white;
    width: 18px;
    height: 18px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.stockoffer-module h5 {
    text-align: center;
}

.stockoffer-module .category-image.active {
    border: 3px solid #007DB1;
}

#homefeatured .stockoffer .slick-arrow,
.stockoffer .slick-arrow {
    top: 94%;
}

@media (max-width: 479px) {
    .stockoffer {
        padding-bottom: 3.5rem;
    }

    .stockoffer-category-baners {
        margin-top: -30px;
        margin-bottom: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .stockoffer-category-baners .slick-arrow {
        top: 36%;
    }
}

.stockoffer-module #categories {
    position: relative;
}

.stockoffer-module #categories .slick-arrow {
    display: block !important;
}

.stockoffer-module #categories .slick-arrow.slick-next:after {
    font-family: "material-design";
    content: "\e0c2";
    display: inline-block;
    font-weight: normal;
    font-size: 35px;
    line-height: 45px;
}

.stockoffer-module #categories .slick-arrow.slick-prev {
    right: auto;
    left: -10px;
}
.stockoffer-module #categories .slick-arrow.slick-next {
    right: auto;
    right: -10px;
}

.stockoffer-module #categories .slick-arrow.slick-prev:after {
    font-family: "material-design";
    content: "\e0c3";
    display: inline-block;
    font-weight: normal;
    font-size: 35px;
    line-height: 45px;
}

.stockoffer-module #categories ul:not(.slick-slider) li {
    width: 200px;
}

.stockoffer-module #categories ul:not(.slick-slider) li .category-image {
    display: flex;
    justify-content: center;
}

.more-action-text {
    display: flex !important;
		width: 100% !important;
		justify-content: center;
    background: none !important;
    box-shadow: none !important;
    color: #9d9d9d !important;
		font-weight: bold;
		font-size: 20px;
    left: 0;
    bottom: 13px;
    align-items: center;
    text-transform: uppercase;
}
.stockoffer-products {
    display: flex;
    flex-wrap: wrap;
}
.stockoffer-baner-wrap {
    display: flex;
    justify-content: center;
}
.stockoffer-timer .tvproduct-timer {
    text-align: center;
    margin: 0 auto;
}

.stockoffer-timer .tvtimer-wrapper {
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #ededed;
    padding: 0 21px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 5%);
    border-radius: 5px;
    background-color: #ffffff;
    /* box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); */
}
.stockoffer-timer .tvproduct-timer-icon {
    display: inline-block;
}
.stockoffer-timer .tvproduct-timer-icon i {
    font-size: 15px;
    margin-right: 3px;
    color: #222;
    vertical-align: middle;
}
.stockoffer-timer .tvproduct-timer-wrapper {
    position: relative;
    text-align: center;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.tvcmsspecial-product .stockoffer-timer .tvproduct-timer-wrapper:not(:last-child):after {
    content: '';
    position: absolute;
    background-color: #ffffff1a;
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.stockoffer-timer .tvproduct-timer-wrapper .seconds {
    color: #FFC222;
    font-size: 15px;
    font-weight: 600;
}
.stockoffer-timer .tvproduct-timer-wrapper .hours,
.stockoffer-timer .tvproduct-timer-wrapper .minutes,
.stockoffer-timer .tvproduct-timer-wrapper .days {
    color: #222;
    font-size: 15px;
    font-weight: 400;
}
.stockoffer-timer .tvtimer-dot {
    display: inline-block;
    vertical-align: baseline;
    margin: 0;
    font-size: 15px;
    color: #222;
}
.stockoffer-timer .tvproduct-timer-wrapper .tvtimer-name {
    display: none;
}
@media(max-width: 1199px) {
    .stockoffer-timer .tvproduct-timer-wrapper {
        min-width: 22px;
    }
}
/***** mobile Start timer design *****/
@media(max-width: 1600px) {
    .stockoffer-timer .tvtimer-wrapper {
        padding: 0 5px;
    }
}

.tvproduct-page-wrapper .stockoffer-timer .tvproduct-timer-wrapper.tvproduct-timer-box div:first-child {
    font-size: 15px;
    color: #222;
    font-weight: 400;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.tvproduct-page-wrapper .stockoffer-timer .tvproduct-timer-wrapper.tvproduct-timer-box {
    padding: 0;
}
.tvproduct-page-wrapper .stockoffer-timer .tvproduct-timer-wrapper.tvproduct-timer-box {
    min-width: 30px;
}
.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}

.stockoffer-promopage
#categories > ul,
.stockoffer-promopage
.promoproducts {
    display: flex;
    flex-wrap: wrap;
}

.stockoffer-promopage
img.baner {
    width: 100%;
}
.stockoffer-promopage
{
    display: flex;
    gap: 20px;
}
.stockoffer-promopage
.left-column
{
    width: 180px;
}

.stockoffer-promopage
.stock-items {
    width: calc(100% - 180px);
}
@media (min-width: 768px) {
    .stockoffer-promopage
    .stock-items {
        display: grid;
        gap: 80px;
        grid-template-columns: calc(50% - 40px) calc(50% - 40px);
    }
}

.stockoffer-promopage
.stock-item {
    width: 100%;
}
.stockoffer-promopage
.stock-items
.description {
    margin-top: 20px;
}

.stockoffer-promopage
.stock-items
.description {
    display: flex;
}

.stockoffer-promopage
.stock-items
.stockoffer-timer {
    width: 195px;
    flex-shrink: 0;
}
.stockoffer-tags {
    display: flex;
    gap: 5px;
    flex-direction: column;
    margin-bottom: 15px;
}
.stockoffer-tag {
    background-color: #007DB1;
    border-radius: 3px;
    color: white;
    padding: 10px 25px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.stockoffer-tag.active,
.stockoffer-tag:hover {
    background-color: #006d9a;
}
.stockoffer-categories {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 16px;
}
.stockoffer-category {
    display: flex;
    gap: 5px;
    align-items: center;
}

@media (max-width: 768px) {
    .stockoffer-promopage
    .stock-items
    .description,
    .stockoffer-promopage
    {
        flex-direction: column;
    }
    .stockoffer-promopage .stock-items {
        width: 100%;
        gap: 40px;
        display: flex;
        flex-direction: column;
    }
}

