.uk-lightbox {
    background-color: #2a2a2a;
}

.uk-lightbox-caption {
    font-size: 0.8rem;
    line-height: 20px;
    color: #ffffff;
}

.ui.steps:not(.unstackable) .step {
    width: auto !important;
}
.ui.steps a.step:hover {
    text-decoration: none;
}

.steps.o-stripe-navigation .step {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.steps.o-stripe-navigation .step .title,
.steps.o-stripe-navigation .step.active .title {
    font-weight: bold;
    font-size: 1rem;
    color: #000000;
}
.o-stripe-table {
    background: #ffffff;
}
.o-stripe-table .o-stripe-table__product {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    margin: 0;
    padding-bottom: 15px;
}
.o-stripe-table .o-stripe-table__product:last-of-type {
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}
.o-stripe-table .o-stripe-table__product > div:last-of-type {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
}
.o-stripe-table .o-stripe-table__product-content {
    padding: 15px 0;
}
.o-stripe-table .o-stripe-table__product-content .o-stripe-table__img {
    position: relative;
    display: block;
}
.o-stripe-table .o-stripe-table__product .o-stripe-table__img__zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.o-stripe-table .o-stripe-table__product .o-stripe-table__img__zoom:hover {
    background: rgba(0, 0, 0, 0.6);
}

.o-stripe-table
.o-stripe-table__product
.o-stripe-table__img__zoom
span.uk-icon {
    display: none;
    color: #ffffff;
}

.o-stripe-table
.o-stripe-table__product
.o-stripe-table__img__zoom:hover
span.uk-icon {
    display: block;
}
.o-stripe-table .o-stripe-table__product-text {
    padding-left: 15px;
}
.o-stripe-table .o-stripe-table__product-name {
    font-weight: bold;
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.7);
}
.o-stripe-table .o-stripe-table__product-description {
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.7);
}
.o-stripe-table .o-stripe-table__number {
    color: rgba(0, 0, 0, 0.7);
}
.o-stripe-table .o-stripe-table__number:hover {
    cursor: pointer;
}
.o-page .o-stripe-table__product-price,
.o-page .o-stripe-table__product-quantity {
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.8);
}
.o-stripe-table__product-price.o-stripe-table__product-price--total,
.o-stripe-table__product-quantity.o-stripe-table__product-price--total {
    font-size: 1.2rem;
    background: rgba(34, 36, 38, 0.05);
    padding: 10px 15px;
}
.o-stripe-table__product-price.o-stripe-table__product-price--total span,
.o-stripe-table__product-quantity.o-stripe-table__product-price--total span {
    font-size: 2rem;
    margin-left: 15px;
}
.uk-button {
    border-radius: 5px;
    text-transform: initial;
}
.uk-button.uk-button-primary.o-stripe-next-step[disabled*=disabled] {
    background: #dcddde;
    color     : rgba(0, 0, 0, 0.7);
    position  : relative;
    bottom    : 0;
}
.uk-button.o-stripe-next-step {
    font-size: 1.2rem;
    line-height: 43px;
    position   : fixed;
    bottom     : 10vh;
    z-index    : 2;
}
.uk-button.o-stripe-proceed-checkout {
    background: #21ba49;
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 56px;
}
.uk-button.o-stripe-proceed-checkout > .uk-icon {
    display: none;
}
.uk-button.o-stripe-proceed-checkout:hover {
    background: #1ca03d;
}
.uk-button.o-stripe-proceed-checkout:active,
.uk-button.o-stripe-proceed-checkout.active {
    background: #dcddde;
}
.uk-button.o-stripe-proceed-checkout:active > .uk-icon,
.uk-button.o-stripe-proceed-checkout.active > .uk-icon {
    display: inline-block;
    margin-left: 15px;
}

/* vue-coteo-date-time-picker */
#coteodatetimepicker {
    margin-bottom: 50px;
}
.coteodatetimepicker__date,
.coteodatetimepicker__time {
    cursor: pointer;
    border: #e5e5e5 solid 1px;
    display: inline-block;
    margin: 5px;
}
.coteodatetimepicker__date.active,
.coteodatetimepicker__time.active {
    background-color: #1cc327;
    color: #fff;
}
.coteodatetimepicker__date {
    display: inline-block;
    width: 147px;
    padding: 5px;
}
.coteodatetimepicker__time {
    display: inline-block;
    width: 94px;
}
.coteodatetimepicker__dateday,
.coteodatetimepicker__datemonth {
    display: block;
    line-height: 25px;
}
/* vue-coteo-delivery */
.coteodelivery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.coteodelivery__choice {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    /* flex-grow: 1; */
    margin: 5px;   
    padding: 20px 25px;
    width: calc(50% - 10px);
}
.coteodelivery__choice.is-active {
    background-color: #1cc327;
}
.coteodelivery__choice .icon {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    color: #fff;  
    background-color: #11d11f;    
    flex-shrink: 0;
}
.coteodelivery__choice.is-active .icon {
    background-color: #0eae19;
}
.coteodelivery__choice .content {
    display: block;
    flex: 0 1 auto;
    margin: 10px 20px;
}
.coteodelivery__choice .title {
    font-size: 3em;
    font-weight: bold;
    /* color: #32394d; */
}
.coteodelivery__choice.is-active .title {
    color: #fff;
}
.coteodelivery__choice .description {
    color: #6d7487;
    line-height: 1.5;
    margin-top: 12px;
}
.coteodelivery__choice.is-active .description {
    color: #fff;
}
.coteodelivery__choice .price {
    font-size: 2em;
    white-space: nowrap;
}
.coteodelivery__choice.is-active .price {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .coteodelivery {
        flex-direction: column;
        margin: 20px 0;
    }
    .coteodelivery__choice {
        justify-content: flex-start;
        width: auto;
        padding: 15px 20px;
    }
    .coteodelivery__choice .content {
        text-align: start;
    }
    .coteodelivery__choice .title {
        font-size: 2em;
    }
    .coteodelivery__choice .description {
        margin-top: 0;
    }
    .coteodelivery__choice .price {
        font-size: 1.5em;
    }
}



@media screen and (max-width: 479px) {
    .uk-grid-small > * {
        padding-left: 10px;
    }
}
@media screen and (max-width: 767px) {
    .ui.steps .step {
        border: 0px;
    }
    .ui.steps .step .content {
        display: none;
    }
    .ui.steps .step.active .content {
        display: initial;
    }
}
@media screen and (min-width: 640px) {
    .uk-lightbox-caption {
        font-size: 1.2rem;
        line-height: 30px;
    }
    .o-stripe-table .o-stripe-table__product {
        padding-bottom: 0;
    }
    .o-stripe-table .o-stripe-table__product > div:nth-of-type(3),
    .o-stripe-table .o-stripe-table__product > div:nth-of-type(2),
    .o-stripe-table .o-stripe-table__product > div:last-of-type {
        padding: 15px;
    }
    .o-stripe-table .o-stripe-table__product-text {
        padding-right: 15px;
    }
    .o-stripe-table__product-price,
    .o-stripe-table__product-quantity {
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 960px) {
    .uk-lightbox-caption {
        font-size: 1.4rem;
    }
    .o-stripe-table .o-stripe-table__header {
        text-transform: initial;
        color: rgba(0, 0, 0, 0.87);
        font-weight: bold;
        font-size: 0.9rem;
        background: #f3f3f4;
    }
    .o-stripe-table .o-stripe-table__header > div {
        padding: 10px 15px 10px 15px;
    }
    .o-stripe-table .o-stripe-table__header > div:last-of-type {
        padding: 10px 15px;
        border-left: 1px solid rgba(34, 36, 38, 0.15);
    }
    .o-stripe-table .o-stripe-table__product {
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }
    .o-stripe-table .o-stripe-table__product-name {
        font-size: 1rem;
    }
    .o-stripe-table__product-price,
    .o-stripe-table__product-quantity {
        font-size: 1.6rem;
    }
    .o-stripe-table__product-price.o-stripe-table__product-price--total,
    .o-stripe-table__product-quantity.o-stripe-table__product-price--total {
        font-size: 1.2rem;
    }
    .o-stripe-table__product-price.o-stripe-table__product-price--total span,
    .o-stripe-table__product-quantity.o-stripe-table__product-price--total
    span {
        font-size: 2rem;
        margin-left: 15px;
    }
    .uk-button.o-stripe-proceed-checkout {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 959px) {
    .ui.steps .step .description {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    /* Optimisations pour smartphone Alex - Start */
    .ui.steps .step:first-child,
    .ui.steps .step {
        padding: 1.1em 0 1.1em 0.8em;
    }
    .ui.steps .step:hover {
        text-decoration: none;
    }
    .ui.ordered.steps .step:before {
        margin-right: 8px;
        margin-left: 8px;
        font-size: 1.6em;
    }
    /* Optimisations pour smartphone Alex - End */
}
@media screen and (min-width: 1200px) {
    .ui.steps .step .description {
        display: block;
    }
    .o-stripe-table .o-stripe-table__product-name {
        font-size: 1.1rem;
    }
    .o-stripe-table .o-stripe-table__product-description {
        font-size: 0.95rem;
    }
    .o-page .o-stripe-table__product-price,
    .o-page .o-stripe-table__product-quantity {
        font-size: 1.3rem;
    }
}

/* SWITCHER BUTTON D'ACTIVATION / DESACTIVATION DE PRODUIT DANS L'ADMIN DU BLOCK */
.switcher-button {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    padding: 0;
    z-index: 0;
    cursor: pointer;
}
.switcher-button input { 
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 !important;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.switcher-button .slider {
    cursor: pointer;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    display: block;
    width: 30px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 34px;
}
.switcher-button .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.switcher-button input:checked + .slider {
    background-color: #2485C4;
}
.switcher-button input:checked + .slider:before {
    -webkit-transform: translateX(9px);
    -ms-transform: translateX(9px);
    transform: translateX(9px);
}
