﻿.test123,
.fancybox-skin {
    position: fixed !important;
    top: 0 !important;
    left: initial !important;
    right: 0 !important;
    height: 100vh !important;
    width: 100% !important;
    max-width: 520px !important;
}
.fancybox-overlay.fancybox-overlay-fixed{
    overflow-y: hidden;
}
.fancybox-close {
    top: 0 !important;
    right: 0 !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 0 !important;
    background: var(--jaune);
    position: fixed;
}
.fancybox-close:after {
    content: "";
    background: url(https://cybertek.fr/images/pc_gamer/gamer_plus.svg);
    width: var(--val_20);
    height: var(--val_20);
    background-size: contain;
    top: var(--val_5);
    left: var(--val_5);
    position: absolute;
    transform: rotate(45deg);
}
.cyb_fch-prod__pop-up__content {
    /*padding: 20px !important;*/
    max-width: 520px;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-iframe,
#el_body {
    height: 100vh !important;
}
.fancybox-inner{
    width: 100% !important;
    max-width: 520px !important;
}
.fancybox-margin {
    margin-right: 0 !important;
}
.cyb_fch-prod__pop-up__button {
    background: var(--jaune);
    padding: 5px 10px;
    border: solid 1px var(--jaune);
    cursor: pointer;
}
.cyb_fch-prod__pop-up__button:hover {
    background: #FFE266;
    border: solid 1px #FFE266;
}
.cbk__code_postal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cbk_code-postal--part {
    width: 48%;
}
.cbk_code-postal--part-btn {
    display: flex;
    justify-content: flex-end;
}
#txt_mag_recherche {
    background: #f3f3f3;
    padding: 5px 10px;
    width: 120px;
    border: solid 1px var(--jaune);
}
.cbk_liste-magasins--pop {
    padding-top: var(--val_30);
}
.cbk__img_icn_dispo {
    width: var(--val_20);
}
.cbk_line-magasin {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: var(--val_10);
    padding-bottom: var(--val_5);
}
.cbk__bloc_unmag {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cyb_fch-prod__pop-up__magasin__flex__partiecta__changemagasin {
    background: var(--jaune);
    padding: 10px 15px;
}
.cyb_fch-prod__pop-up__magasin__flex__partiecta__changemagasin:hover{
    background: #FFE266;
}
.cbk_un-magasin--pop {
    padding-bottom: var(--val_40);
}
.cbk__bloc-droite {
    width: 100%;
    max-width: 280px;
}
.fermeture,
.ouverture {
    text-decoration: underline;
    font-weight: var(--semibold);
    font-size: var(--size_p);
}
.cyb_fch-prod__pop-up__magasin__flex__partiestock p {
    font-size: var(--size_p);
    font-weight: var(--semibold);
}
.cbk__nom_mag {
    font-weight: var(--semibold);
}
.cbk__pop--check {
    width: var(--val_15);
}
/*. {
    color: #00bb55;
    display: flex;
    align-items: flex-end;
    gap: var(--val_5);
}*/


.cbk__dispo-retrait p {
    display: flex;
}
@media screen and (max-width: 512px) {
    .cbk__bloc_unmag {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap !important;
    }
    #choix-mag {
        margin-top: var(--val_10);
        display: block;
    }
}

@media screen and (max-width: 400px) {
    .cbk_code-postal--part,
    .cbk__dispo-retrait {
        width: 100%;
    }
    .fiche-produit__decription__seotext {
        flex-wrap: wrap;
    }
}
#popup__adresse {
    font-size: var(--size_p);
    font-weight: var(--medium);
    line-height: 1.2;
}
#popup__cp__ville {
    font-size: var(--size_p);
    font-weight: var(--medium);
}
#popup__distance{
    display:none;
}
.fermeture, .ouverture {
    text-decoration: underline;
    font-weight: var(--semibold);
    font-size: var(--size_p);
    margin-top: var(--val_5);
}
.dispo_mag span span{
    text-transform: lowercase;
}
.fancybox-overlay {
    z-index: 99999999;
}
.pop__titre--h2 {
    font-size: var(--size_h3);
    position: relative;
    margin-bottom: var(--val_40);
}
.pop__titre--h2:after {
    content: "";
    width: 26%;
    height: 3px;
    background: var(--jaune);
    position: absolute;
    bottom: -10px;
    left: 0;
}
.txt-ajout-panier{
    color: #000000;
}
.cyb_add-panier__btns-group {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: space-between;
}