.popCarrito {
    position: fixed;
    width: 100%;
    max-width: 450px;
    top: 0 !important;
    right: -470px;
    left: auto;
    z-index: 99994;
    height: 100vh;
    background-color: #fff;
    overflow-y: auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), -5px 1px 5px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    transition: all 1s ease;
}

.popCarritoContainer {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99993;
}

.popCarritoBlack {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    cursor: pointer;
}

.popCarritoAbrir {
    right: 0;
}

.popCarritoCerrar {
    background: #d9d8d6;
    color: #000;
    border-radius: 100%;
    font-family: -webkit-pictograph;
    font-size: 1.5em;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    padding: 0.1em 0.4em;
    z-index: 2;
    cursor: pointer;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
}

.popCarritoTop {
    height: 250px;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
}

.popCarritoTopCol1 {
    width: 30%;
}

.popCarritoTopCol2 {
    width: 65%;
}

.popCarritoTopCol2Tit {
    font-weight: 700;
    font-size: 1.2em;
}

.popCarrito .contenidoCart {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: calc(100% - 250px);
    width: calc(100% - 2em);
    margin: 0 auto;
}

.popCarritoCentro {
    height: calc(100% - 110px);
    overflow: auto;
}

.popCarritoCentroCart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1em 0;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 1em;
}

.popCarritoCentroCartCol1 {
    width: 20%;
}

.popCarritoCentroCartCol1 img {
    max-width: 100%;
    height: auto;
    display: block;
}

.popCarritoCentroCartCol2 {
    width: 75%;
}

.popCarritoCentroCartCol2 a {
    color: #707070;
    text-decoration: none;
}

.popCarritoCentroCartTalle {
    color: #707070;
    font-size: 0.9em;
    margin-top: 0.5em;
}

.popCarritoCentroCartTalle span {
    margin: 0 1em 0 0;
}

.popCarritoCentroCartEliminar {
    font-size: 0.7em;
    margin-top: 1em;
    text-decoration: underline;
    color: #000;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.popCarritoCentroCartEliminar:hover {
    opacity: 0.6;
}

.popCarritoBottom {
    height: 110px;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 1em;
}

.popCarritoBottomCols {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

.popCarritoBottom .btn5 {
    margin: 1em auto;
    display: block;
    text-align: center;
}

.fancybox-container.feed-fancybox-modal {
    z-index: 99992;
}

.fancybox-container.feed-fancybox-modal .fancybox-content {
    border-radius: 15px;
    max-width: 500px !important;
    text-align: center;
    width: 90%;
    background: #fff;
    padding: 2em 1.5em;
}

.fancybox-container.feed-fancybox-modal .fancybox-content h3 {
    font-size: 1.5em;
    margin-top: 0;
}

.fancybox-container.feed-fancybox-modal .fancybox-content .centroFichaTalle {
    font-size: 1em;
}

.fancybox-container.feed-fancybox-modal .fancybox-content .centroFichaCant {
    margin: 1em auto;
    font-size: 1em;
}

.fancybox-container.feed-fancybox-modal .fancybox-content .btnAgregarCarrito {
    margin: 0 auto;
    width: max-content;
}
