.lateral-popup.open {
    transition: right 300ms ease-in-out;
    right: 0;
}

.lateral-popup {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -700px;
    width: 354px;
    height: 100vh;
    background-color: white;
    padding: 30px 60px;
    box-shadow: 0 12px 24px 0 rgb(0 0 0 / 10%);
    transition: right 300ms ease-in-out;
    overflow: scroll;
    max-width: 700px;
    width: 100%;
}
.lateral-popup .close-popup {
        float: right;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 32px;
    right: 35px;
}
.lateral-popup .close-popup:after {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: -15px;
    margin-bottom: 7px;
    cursor: pointer;
}
.lateral-popup .close-popup:before {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(45deg);
    margin-bottom: 7px;
    cursor: pointer;
}
.lateral-popup .title-popup {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: black;
    margin-bottom: 35px;
    text-align: left;
}
.group-scroll {
    max-height: calc(100vh - 227px);
    overflow-y: auto;
}
.cart-bottom {
    margin-bottom: 10px;
    margin-top: 40px;
}
.cart-bottom-total {
    margin-bottom: 30px;
}
.lateral-popup .product-item {
    width: 100%;
    overflow: hidden;
    padding-bottom: 9px;
    display: flex
;
}
.container_left_cart {
    width: 100%;
    max-width: 100px;
    text-align: center;
}
.container_right_cart {
    width: calc(100% - 100px);
    padding-left: 27px;
}
.container_name_price {
    display: flex
;
    margin-bottom: 4px;
    align-items: center;
    flex-wrap: wrap;
}

.lateral-popup .product-price {
    display: block;
    width: 100%;
    max-width: 100px;
    text-align: right;
        color: #7a7a7a;
}
.lateral-popup .product-item .container_name_price .format_producto {
    width: calc(100% - 100px);
    margin-top: 4px;
    display: inline-block;
}
.lateral-popup .product-price span {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 113%;
    letter-spacing: 0.03em;
    font-feature-settings: 'liga' off;
    color: #282828;
}
.lateral-popup .quantity_block_cart {
    width: 100%;
    padding-top: 0px;
    text-align: left;
    margin-top: 15px;
}

.lateral-popup .quantity-controls {
    display: flex;
    align-items: center;
}


.lateral-popup span.quantity_container {
    width: calc(100% - 50px);
    display: flex;
        color: #7a7a7a;
    align-items: center;
}

.lateral-popup .remove_product_cart {
    width: 100%;
    max-width: 60px;
    text-align: right;
}

.lateral-popup .remove_product_cart {
    width: 10%;
    float: left;
    font-size: 22px;
    padding-top: 11px;
}

.lateral-popup .quantity_block_cart a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 113%;
    letter-spacing: 0.03em;
    color: #282828;
    display: block;
    margin-bottom: 4px;
}
.remove_product_cart a {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 113%;
    letter-spacing: 0.03em;
    text-decoration-line: underline;
    font-feature-settings: 'liga' off;
    color: #282828;
}
.container_name_price a {
    width: calc(100% - 100px);
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 113%;
    letter-spacing: 0.03em;
    font-feature-settings: 'liga' off;
    color: #282828;
}
span.colection_name_product {
    font-weight: bold;
}
button.btn.btn-subtract-cart {
    border: 1px solid #C4C4C4;
    border-right: none;
    padding: 0px;
    width: 15px;
    color: black;
    font-size: 17px;
    background: none;
    height: 23px;
    line-height: 11px;
}
button.btn.btn-add-cart {
    border: 1px solid #C4C4C4;
    border-left: none;
    padding: 0px;
    width: 15px;
    color: black;
    font-size: 17px;
    background: none;
    height: 23px;
    line-height: 23px;
}
.lateral-popup .product-item .container_name_price .format_producto span.format_product_page {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 165%;
    display: block;
    align-items: center;
    color: #A39D96;
    margin-right: 0px;
}
span.quantity.quantity_container span.quantity {
    line-height: 21px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    width: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #000000;
}
.lateral-popup .product-image {
    width: auto;
    height: auto;
    object-fit: initial;
    box-shadow: none;
}
.desglose div {
    display: flex
;
    align-items: center;
}
.desglose .name {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.005em;
    font-feature-settings: 'liga' off;
    color: #000000;
}

.desglose .value {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #000000;
}
.desglose div span:last-child {
    text-align: right;
}

.desglose .shipping {
    margin-top: 18px;
    margin-bottom: 18px;
}


.shipping .value {
    font-size: 12px;
}
.desglose div span:last-child {
    text-align: right;
}
.desglose .total {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
.total .name, .total .value {
    flex: 1 1 0px;
}
.buy a.btn.btn-primary {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    letter-spacing: -0.005em;
    font-feature-settings: 'liga' off;
    color: #000000;
    text-transform: uppercase;
    border: 1px solid black;
    display: block;
    max-width: 195px;
    margin: 0 0 0 auto;
    line-height: 43px;
    padding: 0px;
}
body.openLateralPopup .overlay-lateral-popup {
    background: #00000047;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s linear;
}

.overlay-lateral-popup {
    background: #ffffff00;
    position: fixed;
    z-index: 50;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s linear;
}
.desglose div span {
    width: 50%;
}
.desglose div span:last-child {
    text-align: right;
}
.total .value {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    color: #000000;
    text-align: right;
}
.myaccountlateral .links > a {
    padding: 0px;
    margin-bottom: 10px;
}

.myaccountlateral .links > a {
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #282828;
    border: 1px solid #000000;
    padding: 0px;
    text-align: center;
    line-height: 36px;
    max-width: 300px;
    margin: 0 auto 12px;
}
.myaccountlateral .links {
    flex-direction: column;
    display:flex;
}
span.title-popup.account_popup_title {
    text-align: center;
    margin-bottom: 20px;
}
.myaccountlateral .links i {
    display: none !important;
}
a.logout {
    float: none !important;
    text-align: center;
    display: block;
    margin-top: 15px;
}
.buy a.btn.btn-primary:hover {
    color: white;
}
button#submit-login {
    background: black;
    color: white;
}
.forgot-password {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 15px;
}
button#submit-login {
    background: black;
    color: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 14px;
}
span.title_social_login_popup {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.container_social_logins .ets_solo_or {
    display: none;
}
.container_social_logins h3.ets_solo_social_title {
    display: none;
}
.container_social_logins .ets_solo_wrapper_content.lgp {
    width: 100%;
}
form#login-form-popup .no-account a {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
form#login-form-popup label.form-control-label.inp {
    max-width: 100%;
}

form#login-form-popup span.login-label {
    display: block;
    text-align: center;
}
.myaccountlateral .links li.ets_social_login {
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #282828;
    border: 1px solid #000000;
    padding: 0px;
    text-align: center;
    line-height: 36px;
    max-width: 300px;
    margin: 0 auto 12px;
}
.gift_delete {
	display:none;
}
@media(max-width:767px) {
	.lateral-popup {
    	padding: 20px 15px;
    }
}
