/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA PL MILOSZ MYSZCZUK VATEU: PL9730945634
 * @copyright 2010-2023 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER
 * support@mypresta.eu
 */

.showdeliverytime_dayafter {
    display: none !important;
}


p#deliveryCountdownBlock {
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 25px;
    margin: 0;
    padding: 0 0 0 25px;
}

p#deliveryCountdownBlock>span:nth-child(2),
p#deliveryCountdownBlock>span:nth-child(4),
p#deliveryCountdownBlock>span:nth-child(3) {
    margin-right: 4px;
    ;
}

p#deliveryCountdownBlock>span.icon {
    margin-left: -25px;
}

p#deliveryCountdownBlock .showdeliverytime {
    font-weight: 600;
}

.remaining-time {
    border-top: 1px solid #f8f8f8;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 20px;
}

.remaining-time:not(:has(#deliveryCountdownBlock)) {
    display: none;
}

.remaining-time p {
    align-items: center;
    align-items: baseline;
    color: var(--mexen-text);
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.23px;
    margin-bottom: 20px;
    text-align: left;
}

.remaining-time p#deliveryCountdownBlock>span.icon {
    margin-left: -21px;
}

.remaining-time__wrapper {
    background: white;
    border-radius: 6px;


}

.remaining-time__wrapper .remaining-time {
    padding: 20px 30px;
}

.remaining-time__wrapper:not(:has(#deliveryCountdownBlock)) {
    display: none;
}

.header-top__block--cart .remaining-time {
    min-height: 60px;
}

.cart-sticky p#deliveryCountdownBlock>span:nth-child(2),
.cart-sticky p#deliveryCountdownBlock>span:nth-child(4),
.cart-sticky p#deliveryCountdownBlock>span:nth-child(3),
.header-top__block--cart p#deliveryCountdownBlock>span:nth-child(2),
.header-top__block--cart p#deliveryCountdownBlock>span:nth-child(4),
.header-top__block--cart p#deliveryCountdownBlock>span:nth-child(3) {
    font-size: 14px;
}

.cart-sticky .icon svg path,
.header-top__block--cart .icon svg path {
    fill: var(--mexen-blue);

}

/* .cart-sticky .custom-icon, */
/* .cart-sticky .showdeliverytime_dayafter_msg, */
.header-top__block--cart .custom-icon,
.header-top__block--cart .showdeliverytime_dayafter_msg {
    float: left;
}