/* Minification failed. Returning unminified contents.
(133,17): run-time error CSS1038: Expected hex color, found '#FFFF'
(1122,34): run-time error CSS1046: Expect comma, found '0'
(1122,38): run-time error CSS1046: Expect comma, found '/'
(2199,21): run-time error CSS1039: Token not allowed after unary operator: '-black'
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&family=Red+Hat+Text:wght@400;700&display=swap');

@font-face {
    font-family: 'SamsungOne';
    src: url('/Content/fonts/Samsung One/SamsungOne-400_v1.0.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SamsungOne';
    src: url('/Content/fonts/Samsung One/SamsungOne-500_v1.0.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SamsungOne';
    src: url('/Content/fonts/Samsung One/SamsungOne-600_v1.0.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SamsungOne';
    src: url('/Content/fonts/Samsung One/SamsungOne-700_v1.0.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SamsungSharp';
    src: url('/Content/fonts/Samsung Sharp/SamsungSharpSans-Regular.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SamsungSharp';
    src: url('/Content/fonts/Samsung Sharp/SamsungSharpSans-Medium.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SamsungSharp';
    src: url('/Content/fonts/Samsung Sharp/SamsungSharpSans-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

a{
    cursor: pointer;
}


body {
    font-family: 'SamsungOne', 'SamsungSharp', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}


body {
    max-width: 1080px;
    max-height: 1920px;
    width: 1080px;
    height: 1920px;
    margin: 0 auto;
    background: #FFF;
}

.ui-autocomplete.mCustomScrollbar {
    background: #F8F8F8;
    border: 1px solid #6A6A6A;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.22);
    box-sizing: border-box;
    position: absolute;
    top: calc(100% - 10%);
    width: 100%;
}

.SEARCH_BOX .form-group:hover,
.SEARCH_BOX .form-group:active{
    border: 3px solid #2189FF;
}

.ui-autocomplete .ProdsHeadContainer {
    padding: 17px 27px 0;
}

.ui-autocomplete .ProdsHeadContainer .prods {
    padding: 16px 0;
}

.ui-autocomplete .ProdsHeadContainer .prods p {
    line-height: 11px;
    margin-bottom: 0;
}

.ui-autocomplete .ProdsHeadContainer .prods a {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 26px;
    text-decoration: none
}

.ui-autocomplete .ProdsHeadContainer .prods a.see-all {
    font-size: 22px;
    font-weight: 600;
    color: #2189FF;
    line-height: 31px;
    text-decoration: underline;
    text-align: center;
    display: block;
}

.CART_BOX .mostrame {
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 99999;
    background: #FFFF;
    padding: 36px 45px;
    border-radius: 0px 0px 0px 20px;
    filter: drop-shadow(-20px 20px 49px rgba(0, 0, 0, 0.15));
    width: 569px;
}

.CART_BOX .mostrame h3 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'SamsungSharp', 'SamsungOne', sans-serif !important;
}

.CART_BOX .mostrame ul{
    list-style: none;
    padding: 0;
}

.CART_BOX .mostrame ul li {
    display: flex;
    border-bottom: 1px solid #BFBFBF;
    padding: 15px 0;
}

.CART_BOX .mostrame ul li:last-child {
    border-bottom: none;
}

.CART_BOX .mostrame ul li .datos {
    font-size: 24px;
    font-weight: 700;
    font-family: 'SamsungOne', 'SamsungSharp', sans-serif !important;
}

.CART_BOX .mostrame ul li .datos .price{
    font-size: 21px;
}

.CART_BOX .botones {
    background: #F1F1F1;
    border-radius: 16px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.CART_BOX .botones a {
    font-family: 'SamsungOne', 'SamsungSharp', sans-serif !important;
    background: #000;
    border-radius: 100px;
    padding: 19px 60px;
    font-size: 29px;
    font-weight: 600;
}

.CART_BOX .botones .subtotal {
    font-family: 'SamsungOne', 'SamsungSharp', sans-serif !important;
    display: flex;
    width: 334px;
    justify-content: space-between;
    font-size: 29px;
    font-weight: 700;
    margin: 20px 0;
}

.CART_BOX .botones .discount {
    font-family: 'SamsungOne', 'SamsungSharp', sans-serif !important;
    display: flex;
    width: 334px;
    justify-content: space-between;
    font-size: 29px;
    font-weight: 700;
}

.CART_BOX .datos .name{
    line-height: 28px;
    padding-bottom: 10px
}

.CART_BOX .mostrame .i-close-cart:before{
    content: url(/Content/Images/i-close-cart.svg);
}

.CART_BOX .mostrame .title-close {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.CART_BOX .cart-button{
    position: relative;
}

.CART_BOX .items {
    position: absolute;
    top: -6px;
    right: -4px;
    background: #2189FF;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CART_BOX .items .it {
    padding-top: 2px;
}

#search-modal {
    display: none;
}



#search-modal.showme {
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FFF;
    z-index: 9999;
}

#modal-pickup h2,
#search-modal.showme h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    font-family: 'SamsungSharp', 'SamsungOne', sans-serif !important;
}

#search-modal .SEARCH_BOX fieldset {
    width: 788px !important;
}

#modal-tradeIn.showme .i-close,
#modal-pickup.showme .i-close,
#search-modal.showme .i-close{
    content: url(/Content/Images/i-close.svg);
    position: absolute;
    right: 64px;
    top: 64px;
}

.noresult h3{
    font-weight: 600;
    width: 100%;
    text-align: center;
}


.cp-container .local-cp a:hover,
.cp-container .local-cp a:focus {
    color: #000;
}

.cp-container .local-cp a {
    font-weight: 700;
    font-size: 29px;
    line-height: 35px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #000000;
    border-radius: 100px;
    padding: 14px 37px 12px;
    font-family: 'SamsungOne';
}

.cp-container .local-cp .sep-cp {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
}

.cp-container .local-cp .sep-cp span {
    width: 64px;
    height: 1px;
    background: #000000;
    opacity: 0.2;
}

.cp-container .local-cp .sep-cp p {
    margin: 0 !important;
    padding: 0 !important;
}

.cp-container .local-cp a:before {
    content: url(/Content/Images/i-gps.svg);
}


@media (min-width: 1081px) {
    .container {
        width: 1080px;
    }
}


#postalCodeModal .close::before {
    content: url(/Content/Images/i-close.svg);
    width: 10px;
}

#postalCodeModal .cp-container {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#postalCodeModal .modal-dialog{
    width: 933px !important;
}

#postalCodeModal .modal-body {
    padding: 60px 20px 20px;
}

#postalCodeModal .close {
    position: absolute;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
}

#postalCodeModal h2 {
    text-align: center;
}

#postalCodeModal h2 span {
    font-family: 'SamsungSharp';
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 48px; 
}

#postalCodeModal p {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 51px;
    text-align: center;
    padding: 0 60px;
    font-family: 'SamsungOne', 'SamsungSharp', sans-serif !important;
}

#postalCodeModal .jumbotron {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    background: #FFF;
    padding: 40px 40px;
}

#postalCodeModal .modal-content {
    padding: 30px
}

#postalCodeModal .form-group{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#postalCodeModal .form-group .i-ubi:before{
    content: url(/Content/Images/i-ubi.svg);
}

#postalCodeModal .form-group .form-control {
    width: 237.35px;
    height: 80px;
    border: 2px solid #AAAAAA;
    border-radius: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    padding-left: 20px;
}

#postalCodeModal .form-group a {
    width: 304px;
    height: 80px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    float: left;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #FFF;
    background: #000;
}


/** MODAL STYLING **/

.modal-open #GatewayLoader.modal {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999990;
}


#GatewayLoader h3 {
    text-align: center;
    color: #fff;
    font-size: 45px;
}

#GatewayLoader .cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

#GatewayLoader .loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 100px;
    height: 100px;
    border: 10px solid #fff;
    border-radius: 50%;
    border-top-color: #171718;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}


@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}

.relative{
    position: relative;
}

.pagination_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination_wrapper.onlyStart {
    justify-content: flex-start;
}

.pagination_wrapper.onlyEnd {
    justify-content: flex-end;
}

.pagination {
    position: absolute;
    top: calc(50% + 15px);
    display: block;
    left: 0;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.pagination .p-next:after {
    content: "\f125";
    font-family: "Ionicons";
    font-size: 36px;
    color: #FFF;
    padding-left: 5px;
}

.pagination .p-last:after {
    content: "\f124";
    font-family: "Ionicons";
    font-size: 36px;
    color: #FFF;
    padding-right: 5px;
}

.pagination .p-next,
.pagination .p-last{
    width: 70px;
    height: 70px;
    left: 71px;
    background: #8C8C8C;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


.noDots .owl-controls{
    
    display: none;
}


.owl-controls .owl-nav .owl-next,
.owl-controls .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
    background: #8C8C8C;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: absolute;
    top: calc(50% - 22px);
}

.owl-controls .owl-nav .owl-next{
    right: 0;
}

.owl-controls .owl-nav .owl-prev {
    left:0;
}

.owl-controls .owl-nav .owl-next:after {
    content: "\f125";
    font-family: "Ionicons";
    font-size: 25px;
    color: #FFF;
    padding-left: 5px;
}

.owl-controls .owl-nav .owl-prev:after{
    content: "\f124";
    font-family: "Ionicons";
    font-size: 25px;
    color: #FFF;
    padding-right: 5px;
}



/*infinite loader*/

.loading-infinite {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #999;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}


::-webkit-scrollbar {
    /*display: none;*/
}


.point-distance .i-distance:before{
    content: url(/Content/Images/i-distance.svg);
}

.point-distance .i-distance {
    display: block;
    text-align: center;
    margin-top: 13px;
}

.point-distance .distance {
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
    display: block;
    text-align: center;
    color: #9C9C9C;
}

.padding-0 {
    padding: 0px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-50 {
    padding-top: 50px;
}
.padding-top-55 {
    padding-top: 55px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-35 {
    padding-left: 35px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-right-35 {
    padding-right: 35px;
}
header {
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 68px;
}

header .LOGO {
    height: auto;
    line-height: 0;
    position: relative;
    width: 290px;
    padding: 0;
}

header .LOGO img {
    width: 100%;
}

header .SEARCH,
header .CART_BOX {
    padding-left: 40px;
}

header .CART_BOX .cart-button .i-cart:before {
    content: "";
    background-image: url(/Content/images/i-cart.svg);
    background-size: cover;
    line-height: 50px;
    text-align: center;
    height: 80px;
    width: 80px;
    display: block;
}

header .SEARCH .i-search:before {
    content: url(/Content/Images/i-search.svg);
}

header .HOME .i-home:before {
    content: url(/Content/Images/i-home.svg);
}

header .right {
    display: flex;
    flex-direction: row;
    align-items: center;
}


#body h1 {
    font-size: 56px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
    font-family: 'SamsungSharp', 'SamsungOne', sans-serif !important;
}

.b-damero {
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 5px 90px 5px;
}

    .b-damero .damero-item {
        /*width: 33.33% !important;*/
        display: flex;
        position: relative;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 30px;
    }

        .b-damero .damero-item a {
            background: #f4f4f4;
            border-radius: 20px;
            max-width: 296px;
        }

        .b-damero .damero-item img {
            width: 100%;
            z-index: 0;
            transition: transform .2s;
        }

        .b-damero .damero-item:hover a,
        .b-damero .damero-item:focus a,
        .b-damero .damero-item:active a {
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        }


        .b-damero .damero-item span {
            font-size: 26px;
            font-weight: 700;
            line-height: 44px;
            text-align: center;
            padding-top: 8px;
            font-family: 'SamsungSharp', 'SamsungOne', sans-serif !important;
        }

            .b-damero .damero-item span.product {
                height: 132px;
            }




.b-servicios,
.search-container {
    width: 100%;
    float: left;
}

    .search-container h2 {
        font-weight: 700;
        font-size: 38px;
        line-height: 47px;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }


.SEARCH_BOX fieldset {
    height: 120px;
    width: 788px;
    background-color: #fff;
    padding: 0;
    position: relative;
    border-radius: 70px;
    font-size: 38px;
    margin: 0 auto;
}

.SEARCH_BOX .form-group {
    border-radius: 100px;
    background-color: #fff;
    height: 100%;
    margin: 0 !important;
    padding: 0 45px 0 0;
    width: 100%;
    position: relative;
    border: 2px solid #6A6A6A;
}

.SEARCH_BOX .form-control {
    background: transparent none repeat scroll 0 0;
    border: 0 none !important;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    float: right;
    font-weight: normal;
    height: 100%;
    line-height: 100%;
    margin: 0 0 0 0 !important;
    overflow: hidden;
    padding: 0 35px;
    z-index: 2;
    display: block;
    width: 100%;
    min-width: 0;
    float: left;
    transition: border-color ease-in-out .15s;
    font-size: 38px;
    font-weight: 400;
    font-family: 'SamsungOne', 'SamsungSharp', sans-serif !important;
}

.SEARCH_BOX .search_submit {
    background: transparent;
    border: 0 none;
    border-radius: 0 60px 60px 0;
    color: #000000;
    height: 39px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    z-index: 3;
}

    .SEARCH_BOX .search_submit:after {
        content: url(/Content/Images/i-lupa.svg);
        position: absolute;
        top: 70%;
        right: 70%;
    }

.b-servicios {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    margin-top: 80px;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}

    .b-servicios .item {
        margin: 0 auto;
    }


    .b-servicios .sep {
        height: 203px;
        width: 2px;
        background: #BFBFBF;
    }

    .b-servicios .item span {
        font-size: 24px;
        font-family: 'SamsungOne', 'SamsungSharp', sans-serif !important;
        font-weight: 600;
        line-height: 31px;
        color: #7A7A7A;
    }

        .b-servicios .item span strong {
            color: #000;
        }

    .b-servicios .item .icono {
        padding-bottom: 15px;
    }

/* --- INICIO: Ajustes para Visuar --- */

/* Contenedor de los box de categorias: margen superior e inferior */
#body .b-damero {
    margin: 100px 5px 100px 5px;
}

/* Titulo principal: margen superior */
#body h1 {
    margin-top: 70px;
}

/* Box de categorias: margen superior e inferior */
#body .b-damero .damero-item {
    margin-bottom: 40px;
    margin-top: 40px;
}

/* --- FIN: Ajustes para Visuar --- */

.Category .b-damero {
    justify-content: center;
    padding: 0 10%;
}

.Category .b-damero .damero-item {
    width: 50% !important;
}

.Category .see-all-products{
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.Category .see-all-products a {
    font-size: 29px;
    font-weight: 700;
    font-family: 'SamsungOne', 'SamsungSharp', sans-serif !important;
    border: 2px solid #000000;
    border-radius: 100px;
    padding: 10px 20px;
    color: #000;
    min-width: 241px;
    min-height: 64px;
    display: inline-block;
}

.Category h1 {
    border-bottom: 2px solid #BFBFBF;
    padding-bottom: 30px;
    margin-bottom: 74px !important;
    margin-top: 24px !important;
    text-align: initial !important;
    font-weight: 700 !important;
    font-size: 45px !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

#back_btn {
    float: left;
}

#back_btn:before {
    content: url(/Content/Images/i-arrow-back.svg);
}

#open_filter_btn {
    position: absolute;
    right: 0;
    width: 130px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000000;
    border-radius: 100px;
}

#open_filter_btn:before {
    content: url(/Content/Images/i-filters.svg);
    font-size: 0;
}

header a.link {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    border: 2px solid #000000;
    border-radius: 100px;
    padding: 40px 60px;
    display: inline-block;
}



/*Category Menu*/

@-webkit-keyframes aparecer {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.v-menu li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 228px;
    height: 100%;
    box-shadow: 3px 0 10px rgb(0 0 0 / 20%);
    -webkit-animation: aparecer .7s;
    padding: 0;
    border-left: 0.557994px solid #e4e4e4;
    display: none;
}

.v-menu ul {
    list-style: none;
    background: #FFF;
    overflow: hidden;
}

.v-menu {
    background: #FFF;
    position: fixed;
    height: 100%;
    left: 0;
    width: 228px;
    top: 0;
    box-shadow: 3px 0 10px rgba(0,0,0,.2);
    -webkit-transition: left .5s ease;
    -o-transition: left .5s ease;
    transition: left .5s ease;
    z-index: 1000;
}

.v-menu #menu_principal a, label {
    color: #868686;
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 700;
    font-size: 21px;
    color: #000;
    cursor: pointer;
}

.v-menu img {
    background: #F4F4F4;
    border-radius: 9.45915px;
}

.v-menu #menu_principal li {
    line-height: 60px;
    width: 100%;
    margin-bottom: 20px;
}

.v-menu #menu_principal > li {
    margin: 0 0 5% 0;
}

.v-menu .boton {
    color: #fff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 96%;
    top: 8px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    background: #64b4db;
    -webkit-transition: left .2s;
    -o-transition: left .2s;
    transition: left .2s;
    z-index: -1;
}


.v-menu ul {
    padding: 12% 0 !important;
}

.v-menu li.active > ul{
    display: block;
}

.v-menu li.active label img {
    border: 4px solid #2189FF;
}

.v-menu li.active > ul li .check{
    display: none;
}

.v-menu li.active label div{
    position: relative;
}

.v-menu li.active .check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #2189FF;
    border-radius: 72.9167px;
    position: absolute;
    top: -10px;
    right: -10px;
}

.v-menu li.active .check:before {
    content: "\f122";
    font-family: "Ionicons";
    color: #FFF;
    font-size: 23px;
    font-weight: 400;
    line-height: 25px;
}

.v-menu .show-all a {
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 34px !important;
    border: 2px solid #000000;
    border-radius: 100px;
    max-width: 181px;
    margin: auto;
    padding: 15px 10px 12px !important;
    margin-top: 30px;
}


/*Filtros*/

#accordion {
    background: #FFF;
    position: fixed;
    height: 100%;
    right: 0;
    width: 60%;
    top: 0;
    box-shadow: 3px 0 10px rgba(0,0,0,.2);
    -webkit-transition: left .5s ease;
    -o-transition: left .5s ease;
    transition: left .5s ease;
    z-index: 1000;
    padding: 40px 52px 40px 52px;
    max-height: 1920px;
    overflow: scroll;
}

#accordion .title-filter h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    font-family: 'SamsungSharp', 'SamsungOne', sans-serif !important;
}

.accordion {
    color: #000 !important;
    cursor: pointer;
    float: left;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    padding: 15px 0 14px;
    position: relative;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    font-family: 'SamsungOne', 'SamsungSharp', sans-serif !important;
}

#accordion .title-filter{
    position: relative;
}

.accordion ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 29px;
    padding-top: 20px;
    row-gap: 13px;
}

.accordion ul li {
    list-style: none;
    width: 50%;
}

.accordion ul li a {
    font-weight: 400;
    font-size: 27px;
    line-height: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.accordion ul li a:hover,
.accordion ul li a:focus {
    color: #000;
}

.filter_area a::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 50%;
    content: "";
    display: block;
    float: left;
    height: 35px;
    margin: 2px 14px 0 0;
    position: relative;
    width: 35px;
    max-height: 35px;
    max-width: 35px;
    min-width: 35px;
}

.filter_area a:hover, .filter_area a:focus, .filter_area a.checked {
    color: #000 !important;
    font-weight: 700;
}

.filter_area a.checked::before, .filter_area a:focus::before {
    background: #2189ff !important;
    content: "\f122";
    font-family: "Ionicons";
    font-size: 25px;
    color: #FFF;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-buttoms {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.filter-buttoms .apply-filter,
.filter-buttoms .clear-filter {
    text-align: center;
    padding: 20px 0 0;
}

.filter-buttoms .apply-filter a,
.filter-buttoms .clear-filter a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    border-radius: 100px;
    color: #FFF;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    width: 300px;
    height: 60px;
    padding-top: 4px;
}

.filter-buttoms .clear-filter a {
    background: #FFF;
    color: #000;
    border: 2px solid #000000;
}

#accordion .i-close {
    content: url(/Content/Images/i-close.svg);
    position: absolute;
    right: -30px;
    top: -40px;
}

.caret {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    position: absolute;
    right: 25px;
}
.caret:before {
    content: "\f126";
    font-family: "Ionicons";
    font-weight: 100;
}

.collapsed .caret:before {
    content: "\f123";
}

.filter_title{
    position: relative;
}

.pcms-search .jumbotron{
    background: #FFF;
    text-align: center;
}
.pcms-search .jumbotron h2 {
    font-size: 40px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.pcms-search .jumbotron p {
    font-size: 36px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.pcms-search .jumbotron a {
    font-size: 36px;
    font-weight: 600;
    border-radius: 100px;
    background: #000;
    color: #FFF;
    padding: 15px 40px 10px;
}
.Product h3,
.Product span,
.Product p,
.Product a {
    font-family: 'SamsungOne' !important;
}

    .Product a:focus,
    .Product a:hover {
        color: inherit;
        text-decoration: none;
    }


.Product #g_image {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}

.Product .GALLERY img {
    width: 100%;
}

.Product .allthumbs {
    display: none;
}

.Product .PRODUCTAREA {
    text-align: center;
}

    .Product .PRODUCTAREA h1 {
        font-weight: 700 !important;
        font-size: 40px !important;
        line-height: 50px !important;
        text-align: left !important;
        margin-bottom: 10px !important;
    }

    .Product .PRODUCTAREA .title-section {
        margin-bottom: 20px;
    }

    .Product .PRODUCTAREA span.code {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        display: block;
    }

.Product .tachado {
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    text-decoration-line: line-through;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.5);
}

.Product .promo {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #006BEA;
    margin-bottom: 15px;
}

.Product .price_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 18px 0;
    min-height: 183.49px;
}

.Product .price {
    font-weight: 700;
    font-size: 40px;
    line-height: 20px;
    margin-top: 10px;
}

.Product .BUTTONBUY {
    font-size: 25px;
    font-weight: 600;
    color: #FFF;
    background: #000;
    padding: 20px 30px;
    border-radius: 100px;
    margin-top: 40px;
    display: inline-block;
}

.Product h1 {
    margin-top: 50px;
}


.Product .BUY-BUTTOM {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .Product .BUY-BUTTOM.nonavailable a {
        background: #E6E6E6;
        color: #ACACAC;
        cursor: not-allowed;
    }

    .Product .BUY-BUTTOM.disabled a {
        pointer-events: none;
        cursor: not-allowed;
    }

    .Product .BUY-BUTTOM a {
        width: 620px;
        text-align: center;
        font-weight: 700;
        font-size: 38px;
        line-height: 46px;
        padding: 27px 30px;
    }

.Product .backsite {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 34px !important;
    color: #000;
    display: flex;
    align-items: center;
    flex-direction: row;
    border: 2px solid #000000;
    border-radius: 100px;
    padding: 21px 30px;
}

    .Product .backsite:before {
        content: url(/Content/Images/Cart/i-back-arrow.svg) !important;
        padding-right: 13px;
        line-height: 0;
    }

.Product .price_wrapper.nonavailable div {
    font-weight: 700;
    font-size: 30px;
    line-height: 20px;
    color: #000000;
    opacity: 0.5;
}

/*Trade In*/

.Product .tradein {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    margin: 50px 0px 0px 0px;
    padding: 30px;
    border: 2px solid #AAAAAA;
    border-radius: 16px;
}

    .Product .tradein .trade-title {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .Product .tradein .trade-button {
        font-weight: 700;
        font-size: 30px;
        line-height: 33.58px;
        border-radius: 100px;
        border: 2px solid black;
        width: auto;
        text-align: center;
        padding: 26px 126px;
        box-sizing: border-box;
    }

    .Product .tradein .eco-text {
        margin-top: 10px;
    }

.row.tradein.complete .trade-devices {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.Product .tradein.complete {
    display: block;
    width: 100%;
    margin-top: 50px;
    padding: 30px;
    border: 2px solid #AAAAAA;
    border-radius: 16px;
}

.row.tradein.complete .trade-devices.one-device {
    justify-content: flex-start;
    gap: 30px;
}

.Product .tradein .complete .trade-devices .device {
    background-color: #F2FDDB;
    border-radius: 10px;
    min-height: 70px;
}

    .Product .tradein .complete .trade-devices .device p {
        color: #00838F;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
    }

#First-Device.single-trade {
    width: 876px;
}

.row.tradein.complete .trade-value {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    margin-top: 10px;
}

    .row.tradein.complete .trade-value .value {
        color: #00838F;
        font-size: 29px;
        font-style: normal;
        font-weight: 700;
        /*line-height: 20px;*/
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: flex-start;
        margin-top: 6px;
    }

.row.tradein.complete .note {
    color: #3A3A3A;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0px;
}

.Product .tradein .complete .eco-text,
.Product .tradein .eco-text span {
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
}

.Product .tradein .complete .eco-text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.Product .tradein.eco-text {
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    margin: 0;
    color: #00838F;
}

.Product .tradein.eco-text {
    margin-top: 30px;
}

    .Product .tradein .eco-text p span {
        font-weight: 800;
        font-size: 25px;
        line-height: 30px;
        color: #00838F;
    }

#List-Trade {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    #List-Trade li {
        font-weight: 400;
        font-size: 21px;
        line-height: 30px;
        width: 50%;
        float: left;
        box-sizing: border-box;
    }

    #List-Trade .device .device-edition {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
    }

    #List-Trade .device .delete-trade {
        content: url(/Content/Images/Trade/i-borrar.svg);
        height: 30px;
        width: 30px;
    }

    #List-Trade .device {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #F2FDDB;
        gap: 20px;
        border-radius: 10px;
        padding: 15px 21px;
        width: 100%;
        align-self: stretch;
    }

    #List-Trade.one-device {
        width: 50%;
    }

    #List-Trade .device p {
        margin-bottom: 0px;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        color: #00838F;
    }

    #List-Trade .device-edit {
        text-decoration: underline;
        font-weight: 700;
        font-size: 26px;
        line-height: 31.18px;
        color: #000;
    }

.row.tradein.complete .add-device {
    content: url(/Content/Images/i-add-device.svg);
    width: 30px !important;
    border: none !important;
    padding: 0 !important;
    display: inline-block;
    vertical-align: text-top;
}

.add-device-container {
    display: flex;
    gap: 10px;
    width: 50%;
}

    .add-device-container span {
        font-family: SamsungOne;
        font-size: 26px;
        font-weight: 700;
        line-height: 31px;
        letter-spacing: 0em;
        text-align: left;
    }

/*VTEX Custom Info*/
.vtex-info {
    margin-top: 50px;
    min-height: 288px;
    background: #F6F6F6;
    padding: 30px 64px;
    border-radius: 10px;
}

    .vtex-info .loading-logistic {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding-top: 10px;
    }

    .vtex-info .pickup,
    .vtex-info .shipping {
        display: inline-flex;
        align-items: flex-start;
        gap: 10px;
    }

        .vtex-info .pickup h3,
        .vtex-info .shipping h3 {
            font-weight: 700;
            font-size: 25px;
            line-height: 30px;
            margin: 0;
        }

        .vtex-info .pickup p,
        .vtex-info .shipping p {
            font-weight: 500;
            font-size: 24px;
            line-height: 32px;
            color: #6A6A6A;
            opacity: 0.8;
        }

        .vtex-info .pickup a {
            font-weight: 700;
            font-size: 25px;
            line-height: 30px;
            text-decoration-line: underline;
            color: #2189FF;
            display: inline-flex;
            gap: 4px;
        }

            .vtex-info .pickup a:after {
                content: url(/Content/Images/i-more-info.svg);
                float: left;
            }


.i-ubi {
    content: url(/Content/Images/i-ubi.svg);
}

.vtex-info .change-cp .my-cp {
    font-weight: 500;
    font-size: 32px;
    line-height: 51px;
    color: #006BEA;
}

.vtex-info .change-cp a {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    border: 2px solid #000000;
    border-radius: 100px;
    padding: 10px 10px;
    padding: 13px 28px;
}

.vtex-info .change-cp {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.loading-price .loading,
.vtex-info .loading-data .loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 8px solid;
    border-color: #E4E4ED;
    border-right-color: #000000;
    animation: s2 1s infinite linear;
}

.BUY-BUTTOM .to-loading {
    display: none;
    position: absolute;
    top: 47%;
    border-color: #000;
    border-right-color: #FFF !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 8px solid;
    animation: s2 1s infinite linear;
}

.BUY-BUTTOM.active-loading .to-loading {
    display: block;
}

.BUY-BUTTOM.active-loading a {
    color: transparent !important;
    pointer-events: none;
    cursor: not-allowed;
}

.loading-price,
.vtex-info .loading-data {
    align-items: center;
    justify-content: center;
    min-height: 200px;
    display: flex;
}

.vtex-info span.sin-stock {
    font-weight: 500;
    font-size: 29px;
    line-height: 48px;
    text-align: center;
}


.Product .sub-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 51px;
}


/*FILTROS PDP*/

.contenedor-filtros {
}

    .contenedor-filtros .elementos-filtro .name {
        font-weight: 500;
        font-size: 32px;
        line-height: 51px;
        flex: 2;
    }

    .contenedor-filtros .elementos-filtro {
        display: inline-flex;
        gap: 20px;
        align-items: center;
        width: 100%;
    }

        .contenedor-filtros .elementos-filtro b a {
            font-weight: 700;
            font-size: 26px;
            line-height: 31px;
            border: 2px solid #AAAAAA;
            border-radius: 16px;
            padding: 30px 24px;
            display: inline-block;
            width: 200px !important;
            text-align: center;
        }

        .contenedor-filtros .elementos-filtro .seleccionado b a {
            border: 3px solid #2189FF;
        }

    .contenedor-filtros .filtro-individual {
        border-top: 1px solid #BFBFBF;
        margin: 30px 0;
        padding-top: 30px;
    }

    .contenedor-filtros .filter_items {
        flex: 8;
        padding: 0 55px;
        max-width: 750px;
    }

    .contenedor-filtros .circle-color {
        border-radius: 100%;
        width: 46px !important;
        height: 46px !important;
        border: 1px solid rgba(0,0,0,.1);
        margin: auto auto 10px;
    }

.contenedor-filtros {
}


/*Pickup Modal*/

#modal-pickup.showme {
    justify-content: flex-start;
    padding: 15% 0;
    width: 100%;
}

#modal-pickup .ubi .change {
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    color: #6A6A6A;
}

#modal-pickup input {
    width: 237.35px;
    height: 80px;
    border: 2px solid #AAAAAA;
    border-radius: 16px;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    padding-left: 20px;
    pointer-events: none;
}

#modal-pickup h2 {
    text-align: center;
}

#modal-pickup .ubi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 80px;
}

#modal-pickup #CarrouselStore li.active {
    border: 3px solid #2189ff;
}

#modal-pickup #CarrouselStore li {
    border: 2px solid #aaa;
    border-radius: 20px;
    margin: 0 20px;
    list-style: none;
    padding: 20px 10px;
    cursor: pointer;
    max-width: 460px;
    display: inline-flex;
    gap: 15px;
}

    #modal-pickup #CarrouselStore li h4 {
        font-weight: 800;
        font-size: 29px;
        line-height: 35px;
    }

    #modal-pickup #CarrouselStore li p {
        font-weight: 500;
        font-size: 23px;
        line-height: 31px;
    }

#modal-pickup #CarrouselStore {
    width: 100%;
}

    #modal-pickup #CarrouselStore.onlyOne.owl-carousel .owl-stage {
        width: 100% !important;
        display: inline-flex !important;
        justify-content: center !important;
    }


.pickup-container {
    width: 100%;
}

#modal-pickup {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: -1000;
    visibility: hidden;
}

    #modal-pickup.showme {
        z-index: 1000;
        visibility: visible;
    }

    #modal-pickup #CarrouselStore li.active {
        border: 3px solid #2189ff;
    }

    #modal-pickup .close-modal {
        display: inline-flex;
        width: 100%;
        justify-content: center;
        margin-top: 32px;
    }

        #modal-pickup .close-modal a {
            width: 400px;
            height: 80px;
            background: #000000;
            border-radius: 100px;
            color: #FFF;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-weight: 700;
            font-size: 38px;
            line-height: 46px;
        }

    #modal-pickup .custom-map {
        position: relative;
        bottom: 0;
        left: 0;
        height: 932px;
        width: 100%;
        margin-top: 60px;
    }

    #modal-pickup .cp-container {
        padding-left: 20px;
    }


/*Trade In*/

#modal-tradeIn {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 1000;
    padding: 14% 64px;
}

    #modal-tradeIn.edition {
        position: absolute;
    }

    #modal-tradeIn.showme {
        display: block;
    }

    #modal-tradeIn h3,
    #modal-tradeIn h3 span {
        color: var(--black, #000);
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 55px;
    }

    #modal-tradeIn #validationMessage {
        padding-top: 5px;
        font-size: 21px;
        color: rgb(170, 170, 170);
    }

    #modal-tradeIn .select-flex {
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 40px;
    }

        #modal-tradeIn .select-flex div {
            border: 2px solid #AAAAAA;
            border-radius: 16px;
            height: 236.74px;
            width: 460px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

            #modal-tradeIn .select-flex div.active {
                border: 5px solid #2189FF;
                box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.1);
            }

        #modal-tradeIn .select-flex span {
            font-weight: 700;
            font-size: 28px;
            line-height: 34px;
        }

            #modal-tradeIn .select-flex span.i-trade-phone {
                content: url(/Content/Images/Trade/trade-phone.svg);
                height: auto;
                width: 150px;
            }

            #modal-tradeIn .select-flex span.i-trade-tablet {
                content: url(/Content/Images/Trade/trade-tablet.svg);
                height: auto;
                width: 150px;
            }

            #modal-tradeIn .select-flex span.i-trade-tv {
                content: url(/Content/Images/Trade/trade-tv.svg);
                height: auto;
                width: 150px;
            }

        #modal-tradeIn .select-flex .Trade-Tv {
            width: 100%;
        }

    #modal-tradeIn #tv-model {
        display: flex;
        width: 952px;
        padding: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 36px;
        border-radius: 16px;
        background-color: #F1F1F1;
        margin-top: 78px;
    }

        #modal-tradeIn #tv-model .model-find {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            width: 100%;
        }

            #modal-tradeIn #tv-model .model-find p {
                align-self: stretch;
                color: #000;
                font-family: SamsungOne;
                font-size: 26px;
                font-style: normal;
                font-weight: 700;
                line-height: 30px;
            }

            #modal-tradeIn #tv-model .model-find li {
                align-self: stretch;
                color: #000;
                font-family: SamsungOne;
                font-size: 26px;
                font-style: normal;
                font-weight: 500;
                line-height: 30px;
            }

.model-find p {
    text-align: left;
}

.model-find ul {
    align-self: flex-start;
}

#modal-tradeIn .tv-model-img {
    margin-top: 26px;
    content: url(/Content/Images/Trade/tv-model.svg);
    height: auto;
    width: 80%;
    max-height: 225px;
}

#modal-tradeIn .tv-model-steps {
    margin-top: 26px;
    content: url(/Content/Images/Trade/tv-steps.svg);
    height: auto;
    width: 80%;
    max-height: 69px;
}

#modal-tradeIn .select-brand,
#modal-tradeIn .select-model {
    height: 110px;
    background: #FFFFFF;
    border: 2px solid #AAAAAA;
    border-radius: 16px;
    font-size: 34px;
    line-height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: initial;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
}


#modal-tradeIn .selects select {
    border: 2px solid #AAAAAA;
    border-radius: 16px;
    height: 110px;
    font-weight: 700;
    font-size: 34px;
    line-height: 31px;
    display: flex;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px;
    background: url('/Content/Images/Trade/select-arrow.svg') no-repeat right center;
    background-position: calc(100% - 30px) center;
}

#modal-tradeIn .selects .active {
    border: 5px solid #2189FF;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('/Content/Images/Trade/i-device-check.svg') no-repeat right center;
    background-position: calc(100% - 30px) center;
}

#modal-tradeIn .selects {
    margin-top: 78px;
}

#trade-wm .selects {
    margin-top: 10px;
}

#modal-tradeIn .st1 .buttons a.black {
    background: #000;
    color: #FFF;
    border: 2px solid #000000;
}

#modal-tradeIn #tradeIn_back_btn {
    position: absolute;
    top: 64px;
}

#modal-tradeIn .phone-step {
    display: inline-flex;
    gap: 15px;
    margin-bottom: 30px;
}

#modal-tradeIn .wm-step {
    display: inline-flex;
    margin-bottom: 25px;
    margin-top: 25px;
}

    #modal-tradeIn .wm-step .content-info {
        padding-right: 124px;
        padding-top: 40px;
    }

    #modal-tradeIn .phone-step h4,
    #modal-tradeIn .wm-step h4 {
        font-weight: 700;
        font-size: 26px;
        line-height: 31px;
    }

    #modal-tradeIn .wm-step.last-step h4 {
        font-family: SamsungOne;
        font-size: 32px;
        font-weight: 700;
        line-height: 55px;
        text-align: left;
    }

    #modal-tradeIn .phone-step p,
    #modal-tradeIn .phone-step li,
    #modal-tradeIn .wm-step p,
    #modal-tradeIn .wm-step li {
        font-weight: 500;
        font-size: 22px;
        line-height: 31px;
    }

    #modal-tradeIn .phone-step li,
    #modal-tradeIn .phone-step li,
    #modal-tradeIn .wm-step li,
    #modal-tradeIn .wm-step li {
        color: #000;
    }

    #modal-tradeIn .phone-step .options,
    #modal-tradeIn .wm-step .options {
        display: inline-flex;
        gap: 15px;
    }

    #modal-tradeIn .phone-step a,
    #modal-tradeIn .wm-step a {
        border: 2px solid #AAAAAA;
        border-radius: 16px;
        width: 200px;
        height: 71px;
        font-weight: 700;
        font-size: 26px;
        line-height: 31px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #modal-tradeIn .phone-step a.active,
        #modal-tradeIn .wm-step a.active {
            border: 5px solid #2189FF;
        }

#modal-tradeIn .phone-step .i-trade-01 {
    content: url(/Content/Images/Trade/trade-01.svg);
}

#modal-tradeIn .phone-step .i-trade-02 {
    content: url(/Content/Images/Trade/trade-02.svg);
}

#modal-tradeIn .phone-step .i-trade-03 {
    content: url(/Content/Images/Trade/trade-03.svg);
}

#modal-tradeIn .phone-step .i-trade-04 {
    content: url(/Content/Images/Trade/trade-04.svg);
}

#modal-tradeIn .phone-step .i-trade-05 {
    content: url(/Content/Images/Trade/trade-05.svg);
}

#modal-tradeIn .phone-step .i-trade-tablet-01 {
    content: url(/Content/Images/Trade/trade-tablet-01.svg);
}

#modal-tradeIn .phone-step .i-trade-tablet-02 {
    content: url(/Content/Images/Trade/trade-tablet-02.svg);
}

#modal-tradeIn .phone-step .i-trade-tablet-03 {
    content: url(/Content/Images/Trade/trade-tablet-03.svg);
}

#modal-tradeIn .phone-step .i-trade-tablet-04 {
    content: url(/Content/Images/Trade/trade-tablet-04.svg);
}

#modal-tradeIn .phone-step .i-trade-tablet-05 {
    content: url(/Content/Images/Trade/trade-tablet-05.svg);
}

#modal-tradeIn .phone-step .i-trade-tv-01 {
    content: url(/Content/Images/Trade/trade-tv-01.svg);
}

#modal-tradeIn .phone-step .i-trade-tv-02 {
    content: url(/Content/Images/Trade/trade-tv-02.svg);
}

#modal-tradeIn .phone-step .i-trade-tv-03 {
    content: url(/Content/Images/Trade/trade-tv-03.svg);
}

#modal-tradeIn .phone-step .i-trade-tv-04 {
    content: url(/Content/Images/Trade/trade-tv-04.svg);
}

#modal-tradeIn .condition-phone {
    display: flex;
    flex-direction: column;
    gap: 23px;
    justify-content: initial;
}


#modal-tradeIn .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

    #modal-tradeIn .buttons div {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
        border-bottom: 2px solid #BFBFBF;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    #modal-tradeIn .buttons a {
        font-weight: 700;
        font-size: 38px;
        line-height: 46px;
        width: 460px;
        height: 80px;
        background: #FFF;
        color: #000;
        border: 2px solid #000000;
        border-radius: 100px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    #modal-tradeIn .buttons div a.black {
        background: #000;
        color: #FFF;
        border: 2px solid #000000;
    }

#modal-tradeIn .not-allowed .not-allowed-box {
    margin-top: 50px;
    background: #eee 0 0 no-repeat padding-box;
    font-family: 'SamsungOne', arial, sans-serif;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 24px;
    text-align: center;
    letter-spacing: 0;
    color: #000;
    opacity: 1;
    word-break: normal;
}

    #modal-tradeIn .not-allowed .not-allowed-box p {
        margin-top: 10px;
        font-weight: 600;
        font-size: 25px;
        line-height: 31px;
    }

#modal-tradeIn #trade-wm .not-allowed .not-allowed-box p {
    font-size: 36px;
    font-weight: 500;
    line-height: 43.17px;
    text-align: left;
}

#modal-tradeIn .not-allowed span {
    font-weight: 700;
    font-size: 15px;
    line-height: 31px;
}

#modal-tradeIn .not-allowed .buttons a.black {
    background: #000;
    color: #FFF;
    border: 2px solid #000000;
}

#modal-tradeIn .tyc-text-container {
    margin-top: 25px;
}

#modal-tradeIn .tyc .tyc-agree {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 30px;
}

#modal-tradeIn .tyc span {
    font-weight: 500;
    font-size: 29px;
    line-height: 41px;
}

    #modal-tradeIn .tyc span a {
        font-weight: 700;
        color: #006bea;
        text-decoration: underline;
    }

    #modal-tradeIn .tyc span small {
        font-weight: 700;
        color: #D93B30;
    }

#modal-tradeIn .tyc input {
    height: 40px;
    width: 40px;
}

#modal-tradeIn .tyc-accept {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    #modal-tradeIn .tyc-accept span {
        font-weight: 500;
        font-size: 30px;
        line-height: 41px;
    }

    #modal-tradeIn .tyc-accept a {
        font-weight: 700;
        color: #006BEA;
    }


#modal-tradeIn .tyc-text p,
#modal-tradeIn .tyc-text-container p {
    font-weight: 500;
    font-size: 28px;
    line-height: 37.8px;
}

#modal-tradeIn .tyc p {
    font-weight: 700;
    font-size: 29px;
    line-height: 39px;
}

#modal-tradeIn .tyc p,
#modal-tradeIn .tyc input {
    margin: 0;
}

#modal-tradeIn .tyc-text-container .tyc-text {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    margin-top: 30px;
    background-color: #F6F6F6;
    padding: 30px 30px 0px 30px;
    width: auto;
    height: 552px;
    overflow: hidden;
    overflow-y: visible;
}

    #modal-tradeIn .tyc-text-container .tyc-text::-webkit-scrollbar {
        width: 10px;
        background-color: #ECECEC;
        border-radius: 20px;
    }

    #modal-tradeIn .tyc-text-container .tyc-text::-webkit-scrollbar-thumb {
        background-color: #C2C2C2;
        border-radius: 20px;
    }

    #modal-tradeIn .tyc-text-container .tyc-text span {
        font-weight: 700;
        font-size: 28px;
        line-height: 37.8px;
    }

    #modal-tradeIn .tyc-text-container .tyc-text p {
        font-weight: 500;
        font-size: 28px;
        line-height: 37.8px;
    }

#modal-tradeIn .tyc .check::after {
    content: url('../../images/i-empty-check.svg');
}

#modal-tradeIn .tyc .check.checked::after {
    content: url('../../images/i-checked.svg');
}

.tyc-accept .terms-arrow::after {
    content: url(/Content/Images/i-arrow-terms.svg);
    margin-left: 5px;
    transform: rotateZ(-180deg);
    display: inline-block;
    position: relative;
    top: 5px;
    transition: transform 0.4s ease;
}

.tyc-accept .terms-arrow.open::after {
    transform: rotateZ(0deg);
    top: 0px;
    transition: transform 0.4s ease;
}

#modal-tradeIn .st3 .totals {
    background: #F2FDDB;
    border-radius: 16px;
    height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 52px;
}

#modal-tradeIn .st3 h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 47px;
}

#modal-tradeIn .st3 p.thanks {
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    color: #00838F;
}

#modal-tradeIn .st3 .totals.double {
    align-items: initial;
    padding: 0 5%;
    font-weight: 600;
    font-size: 29px;
    line-height: 45px;
}

    #modal-tradeIn .st3 .totals.double > div {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
    }

    #modal-tradeIn .st3 .totals.double .total-price {
        font-weight: 800 !important;
        font-size: 29px !important;
        line-height: 45px !important;
    }

#modal-tradeIn .st3 .totals span {
    font-weight: 600;
    font-size: 33px;
    color: #00838F;
    line-height: 45px;
}

#modal-tradeIn .st3 .description p.paragraph-1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

#modal-tradeIn .st3 .description p.paragraph-2 {
    font-size: 29px;
    font-weight: 600;
    line-height: 39px;
}

#modal-tradeIn .st3.edit,
#modal-tradeIn .st2.edit {
    margin-top: 100px;
}

#modal-tradeIn .st3 .buttons {
    margin-top: 30px;
}

    #modal-tradeIn .st3 .buttons.edition {
        padding-bottom: 300px;
    }

#modal-tradeIn .st2 {
    margin-top: 35px;
}


#modal-tradeIn .devices div div span {
    display: block;
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
}

    #modal-tradeIn .devices div div span.device-name {
        font-weight: 700;
    }

#modal-tradeIn .devices {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

    #modal-tradeIn .devices .edit {
        background: #FFFFFF;
        width: 211px;
        height: 64px;
        border: 2px solid #000000;
        border-radius: 100px;
        display: flex;
        font-weight: 700;
        font-size: 29px;
        line-height: 35px;
        justify-content: center;
        align-items: center;
    }

    #modal-tradeIn .devices .first-device div:last-child,
    #modal-tradeIn .devices .second-device div:last-child {
        display: inline-flex;
        align-items: center;
        gap: 25px;
    }

    #modal-tradeIn .devices .first-device,
    #modal-tradeIn .devices .second-device {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
    }

    #modal-tradeIn .devices .delete {
        content: url(/Content/Images/Trade/i-borrar.svg);
        width: unset !important;
        border: none !important;
        padding: 0 !important;
    }

#modal-tradeIn .disabled {
    pointer-events: none !important;
    background: #E6E6E6 !important;
    border-color: #E6E6E6 !important;
    color: #ACACAC !important;
}


.Product .tradein.complete .trade-button {
    width: auto;
    height: 64px;
    gap: 15px;
}

    .Product .tradein.complete .trade-button a {
        border: 2px solid #000000;
        border-radius: 100px;
        width: 188px;
    }

.Product .tradein.complete > span {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 17px;
}

/* trade-wm */
#modal-tradeIn #trade-wm .sub-title-amba {
    font-size: 32px;
}

#verifyButton,
.verify-button {
    font-weight: 700;
    font-size: 38px;
    line-height: 33.58px;
    border-radius: 100px;
    border: 2px solid black;
    width: auto;
    text-align: center;
    padding: 21px 58px;
    margin-left: 40px;
    box-sizing: border-box;
}

.know-postal-code {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    text-decoration: underline;
}

.verify-postal-code {
    padding: 20px 50px 30px 50px;
}

#postal-code-verify {
    height: 80px;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    padding: 8px 0;
    /*margin-right: 30px;*/
    font-size: 32px;
    width: 100%;
}
/* Estilos del icono de check */
.check-icon {
    position: absolute;
    right: 10px;
    color: blue;
    font-size: 28px;
    margin-left: 5px;
    display: none; /* Oculto por defecto */
}

/* Contenedor del ingreso de codigo postal en el trade in de lavarropas */
.pc-container {
    display: flex;
    position: relative;
    margin: 20px 0 5px 0;
    width: 100%;
    max-width: 530px;
}

    .pc-container .check-icon {
        top: 25px;
    }
/* Estilo del label flotante */
.floating-label {
    position: absolute;
    top: 50%; /* Posici�n inicial centrada verticalmente */
    left: 0;
    color: #999;
    font-size: 16px;
    pointer-events: none; /* Evita la interacci�n con el label */
    transition: 0.3s ease; /* Animaci�n de transici�n */
    transform: translateY(-50%); /* Alinea verticalmente al centro */
    /*padding-left: 8px;*/ /* Espacio para separar el texto */
    font-size: 32px;
    font-weight: 300;
    line-height: 38.38px;
    text-align: left;
}

/* Estilo del input */
.custom-input {
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    padding: 10px 0;
    font-size: 25px;
    width: 100%;
}
#serial-number-verify {
    font-size: 32px;
}

    /* Si hay contenido, mueve el label hacia arriba */
    .custom-input:not(:placeholder-shown) + .floating-label,
    .custom-input:focus + .floating-label {
        top: -15px;
        color: #999; /* Cambia el color al activarse */
        font-size: 24px;
        font-weight: 600;
        line-height: 51px;
        text-align: center;
    }

.content-serial-number {
    margin: 40px;
}

#validationMessage-serial-number {
    font-size: 21px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    padding-top: 5px;
    padding-right: 270px;
}

/*Box*/
.BOX_DATA {
    border: 2px solid #F2F2F2;
    border-radius: 20px;
    padding: 20px 10px 30px;
    height: 700px;
    overflow: hidden;
    margin-bottom: 50px;
}

    .BOX_DATA h3.name {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        display: block;
        text-align: center;
        height: 80px;
        margin: 2px 0 5px;
        overflow: hidden;
    }

    .BOX_DATA .box-image {
        float: left;
        height: 260px;
        position: relative;
        width: 100%;
    }

        .BOX_DATA .box-image img {
            width: auto;
            transform-style: unset !important;
            height: auto;
            left: 0;
            margin: auto;
            max-height: calc(100% - 6px);
            max-width: calc(100% - 6px);
            position: absolute;
            right: 0;
            bottom: 0;
        }

    .BOX_DATA .box-info {
        display: table;
        margin: auto;
        width: 100%;
        position: relative;
    }

        .BOX_DATA .box-info .box-price {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 15px;
            padding: 20px 0;
            height: 85px;
            overflow: hidden;
        }

            .BOX_DATA .box-info .box-price .price {
                font-weight: 700;
                font-size: 32px;
                line-height: 17px;
            }

            .BOX_DATA .box-info .box-price .tachado {
                font-weight: 500;
                font-size: 20px;
                line-height: 15px;
                color: rgba(0, 0, 0, 0.5);
                text-decoration-line: line-through;
                text-decoration-thickness: 1px;
                text-decoration-color: rgba(0, 0, 0, 0.2);
            }

    .BOX_DATA .BUTTONBUY a.buy {
        background: #000000;
        border-radius: 100px;
        color: #FFF;
        padding: 19px 52px;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
    }

    .BOX_DATA .BUTTONBUY {
        text-align: center;
        padding: 20px 0 0;
    }

    .BOX_DATA a,
    .BOX_DATA a:focus {
        color: #000;
        text-decoration: none;
    }

    .BOX_DATA .box-info .vtex-badges {
        display: inline-flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        text-align: center;
        height: 105px;
        overflow: hidden;
    }

        .BOX_DATA .box-info .vtex-badges .shipping,
        .BOX_DATA .box-info .vtex-badges .pickup {
            width: 50%;
            min-height: 92px;
        }

            .i-shipping-free:before,
            .BOX_DATA .box-info .vtex-badges .shipping span:before {
                content: url(/Content/Images/i-truck-free.svg);
            }

            .i-pickup:before,
            .BOX_DATA .box-info .vtex-badges .pickup span:before {
                content: url(/Content/Images/i-pickup.svg);
            }

        .i-pickup-same:before,
        .BOX_DATA .box-info .vtex-badges .pickup-same span:before {
            content: url(/Content/Images/i-pickup-same.svg);
        }

        .BOX_DATA .box-info .vtex-badges p {
            font-weight: 600;
            font-size: 17px;
            line-height: 18px;
            padding: 0 5px;
        }

    .BOX_DATA .box-tradein {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

        .BOX_DATA .box-tradein img {
            width: 45px;
            height: auto;
        }

        .BOX_DATA .box-tradein p {
            color: #2189FF;
            font-family: SamsungOne;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
            letter-spacing: -0.4px;
            margin: 0;
        }

    .BOX_DATA .BUTTONBUY.no-avalaible a.buy {
        background: #e6e6e6;
        border-radius: 100px;
        color: #ACACAC;
        padding: 19px 32px;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        cursor: not-allowed;
    }

    .BOX_DATA span.sin-stock {
        font-weight: 600;
        font-size: 17px;
        line-height: 24px;
    }

    .BOX_DATA .badge-dto.percent {
        position: absolute;
        background: #2189ff;
        z-index: 1;
        font-family: 'SamsungOne' !important;
        height: 41px;
        width: 78px;
        border-radius: 20px;
        line-height: 31px;
        letter-spacing: .5px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        font-size: 21.4762px;
        line-height: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 10%;
    }

    .BOX_DATA .badge-highlight {
        position: absolute;
        right: 10%;
        z-index: 1;
    }

    .BOX_DATA .loading {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 8px solid;
        border-color: #E4E4ED;
        border-right-color: #000000;
        animation: s2 1s infinite linear;
    }

@keyframes s2 {
    to {
        transform: rotate(1turn)
    }
}




