/* Estilo iOS */
.switch__container {
    float:right;
    width: 63px;
}

.switch {
    visibility: hidden;
    position: absolute;
    margin-left: -9999px;
}

.switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.switch--shadow + label {
    padding: 2px;
    width: 60px;
    height: 20px;
    background-color: #dddddd;
    border-radius: 60px;
}
.switch--shadow + label:before,
.switch--shadow + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}
.switch--shadow + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
}
.switch--shadow + label:after {
    width: 22px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}
.switch--shadow:checked + label:before {
    background-color: #8ce196;
}
.switch--shadow:checked + label:after {
    transform: translateX(37px);
}

/* Estilo Flat */
.switch--flat + label {
    padding: 2px;
    width: 20px;
    height: 60px;
    background-color: #dddddd;
    border-radius: 60px;
    transition: background 0.4s;
}
.switch--flat + label:before,
.switch--flat + label:after {
    display: block;
    position: absolute;
    content: "";
}
.switch--flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    border-radius: 60px;
    transition: background 0.4s;
}
.switch--flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 16px;
    background-color: #dddddd;
    border-radius: 52px;
    transition: margin 0.4s, background 0.4s;
}
.switch--flat:checked + label {
    background-color: #8ce196;
}
.switch--flat:checked + label:after {
    margin-left: 10px;
    background-color: #8ce196;
}
#address-query {
    padding: 20px;
    width: 420px;
    font-size: inherit;
    border: 2px solid #ccc;
}

#address-query_be {
    padding: 20px;
    width: 420px;
    font-size: inherit;
    border: 2px solid #ccc;
}

#address-result {
    position: absolute;
    z-index: 1000; /* Ensure it is above other elements */
    background: white;
    width: 100%; /* Match the input width */
    max-height: 200px; /* Limit the height */
    overflow-y: auto; /* Allow scrolling for long lists */
    border: 1px solid #ccc; /* Optional: Add a border */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow */
}
.product-item:hover{

    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
}
.product-text{
    padding: 10px;
}
.selector{
    position:relative;
    background-color:var(--smoke-white);
    height:80px;
    display:flex;
    justify-content:space-around;
    align-items:center;
    border:1px solid var(--smoke-white);
}
.selector-saldo{
    position:relative;
    background-color:var(--smoke-white);
    height:50px;
    display:flex;
    justify-content:space-around;
    align-items:center;
    border:1px solid var(--smoke-white);
}
.selecotr-item{
    position:relative;
    flex-basis:calc(90% / 5);
    display:flex;
    justify-content:center;
    align-items:center;
}
.selecotr-item-saldo{
    position:relative;
    flex-basis:calc(90% / 4);
    display:flex;
    justify-content:center;
    align-items:center;
}
.selecotr-item_small{
    position:relative;
    flex-basis:calc(90% / 2);
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.selector-item_radio{
    appearance:none;
    display:none;
}
.selector-item_label{
    position:relative;
    height:50%;
    width:100%;
    min-width:55px;
    text-align:center;
    border-radius:5px;
    line-height:254%;
    font-weight:900;
    transition-duration:.5s;
    transition-property:transform, color, box-shadow;
    transform:none;
    border:1px solid lightgrey;
    font-family:THICCCBOI;
}
.selector-item_label_small{
    position:relative;
    height:50%;
    width:100%;
    text-align:center;
    border-radius:5px;
    font-weight:900;
    transition-duration:.5s;
    transition-property:transform, color, box-shadow;
    transform:none;
    border:1px solid lightgrey;
    font-family:THICCCBOI;
}
.selector-item_radio:checked + .selector-item_label{

    color:white;
    background-color:#ff5d00;
    border:none;
}


.housefont{

    font-family:THICCCBOI;
}
#accordion {
    display: none;
    transition: all 0.9s ease;
}
#partone {
    display: block;
    transition: all 0.9s ease;
}
.accordion-item{
    box-shadow: 0 0 10px hsla(0,0%,40%,.5)!important;
}
#back_partthree{
    display:none;
}
#back_partthree:hover{
    color:#ff5d00
}
#back_partfour{
    display:none;
}
#back_partfour:hover{
    color:#ff5d00
}
#manual_address_switch:hover{
    color:#ff5d00
}
.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon_red {
    padding: 10px;
    min-width: 40px;
    margin-top:-3px;
    color:red;
}

.icon_green {
    padding: 10px;
    min-width: 40px;
    margin-top:-3px;
    color:green;
    display:none;
}

.input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-family:THICCCBOI;
}
mark{
    color:#60697b;
}
.quantity-field {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
    height: 40px;
    margin: 0 auto;    
}

.quantity-field .value-button{ 
    
    margin: 0px;
    width: 40px;
    height: 100%;   
    padding: 0;
    background: #ff5d00; 
    outline: none;
    cursor: pointer;
}

.quantity-field .value-button:hover {
    background: rgb(230, 230, 230);
}

.quantity-field .value-button:active{
    background: rgb(210, 210, 210);
}

.quantity-field .decrease-button {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
    font-size:40px;
    line-height:40px;
    color:white;
}

.quantity-field .increase-button {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
    font-size:40px;
    line-height:40px;
    color:white;
}

.quantity-field .number{
    display: inline-block;
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 50%;
    height: 100%;
    line-height: 40px;
    font-size: 35px;
    box-sizing: border-box; 
    background: white;
    font-family:THICCCBOI;
}

.quantity-field .number::selection{
    background: none;
    }

    /*
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    */
    /* Desktop mode */
@media (min-width: 769px) {
    #shopcontainer {
        width: 90%;
        max-width:100%;
    }
    .anders_value{
        padding-left:5px;
    }
    .value_partone{
        padding-left:0px;
    }
}

/* Mobile mode */
@media (max-width: 768px) {
    #shopcontainer {
        width: 100%;
    }
    .extrainputbar{
        line-height:40px!important;
        font-size:18px!important;
        height:100%!important;
    }
}