.svg-path-gray svg path{
    fill:#686868;
}

.logo__nav{
    width: 176px;
    height: 32px;
}

.logo__login{
    width: 252px;
    height: 42px;
}

nav .cart-icon-user{
    width: 40px;
    height: 27px;
}

nav .user-icon-check{
    top: 17px;
    left: 6px;
}

.icon-social-media a{
    background: #fff;
    color: #004EA8!important;
    width: 35px;
    height: 35px;
    font-size: 1.3rem !important;
    text-align: center;
    display: flex;
    position: relative;
    margin: 0px 7px!important;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    border-radius: 50%;
}

.bg-system-gray{
    background: #F3F3F3;
}

.container-cart #cart-items, .container-information #checkout-info{
    max-width: 768px;
    height: max-content;
}

.container-information #checkout-details{
    max-width: 462px;
    height: max-content;
}

.container-cart #cart-buttons{
    max-width: 400px;
    height: max-content;
}

.contents{
    display: contents;
}

.block-loading {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
}

.btn-disabled{
    background: #D3D4D4;
    pointer-events: none;
}

.block-loading .icon {
    position: relative;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
}

/* FOOTER */
.login__footer{
    padding: 35px 80px;
}

.login__footer .footer-list{
    column-gap: 2rem;
}

.login__footer .links-container{
    margin-left: 0!important;
}

.product__container .product__content{
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 16px;
    margin-top: 16px;
    margin-bottom: 32px;
    margin-right: auto;
    margin-left: auto;
}

.product__container .product__content h3{
    font-size: 28px;
    line-height: 135%;
    letter-spacing: -0.414px;
}

.product__container,
.shipping__content,
.submit__content{
    max-width: 327px;
    width: 100%;
    padding: 16px 24px;
}

.submit__content{
    padding: 10px 0px;
}

select.variation-select{
    text-wrap: auto;
}

:where(.swal2-styled).swal2-confirm{
    background-color: #e71d34!important;
    padding: 7px 15px!important;
}

:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: 0 0 0 3px #ef0b4a59!important;
}

@media (max-width: 541px){
    .product__container,
    .shipping__content,
    .submit__content{
        max-width: 100%;
    }
}

@media (max-width: 1130px){
    .login__footer{
        padding: 25px 40px;
    }
}

@media (max-width: 1024px){
    .container-cart #cart-items, 
    .container-information #checkout-info,
    .container-information #checkout-details,
    .container-cart #cart-buttons{
        max-width: 100%;
    }
}

@media (max-width: 960px){
    .login__footer .container{
        flex-direction: column;
        row-gap: 1rem;
    }
}

@media (max-width: 767px){
    .login__footer .links-container{
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 0.5rem;
        column-gap: 1.5rem;
    }
    .login__footer .icon-social-media{
        order: 1;
        margin-top: 0 !important;
        margin-bottom: 0.5rem!important;
    }
    .login__footer .footer-list{
        order: 2;
        row-gap: 0.5rem;
    }
    .page__cart .column-icons,
    .page__checkout .column-icons{
        padding-bottom: 0!important;
    }
    .page__cart .column-links,
    .page__checkout .column-links{
        display: none;
    }
    .page__cart .container-cart{
        padding-top: 0!important;
        padding-bottom: 0.8rem;
    }
    .page__cart main{
        background: #fff;
    }
    .page__cart #cart-items{
        padding-left: 0;
        padding-right: 0;
    }
    .page__checkout #checkout-info{
        order:2;
    }
    .page__checkout #checkout-details{
        order:1;
    }
}

@media (max-width: 440px){
    .page__cart #cart-buttons{
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 345px){
    .svg-path-gray svg{
        width: 177px;
    }
}
