
.main_content .title{
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    color:#debe6b;
    padding: 15px 20px 5px;
    /*margin-top: 15px;*/
}
@media (min-width:768px){
    .main_content .title{
        font-size: 28px;
        padding: 15px 20% 5px;
    }
    main .main_content .text {
        font-size: 18px;
        padding: 0 18%;
    }
}
main .main_content {
    padding: 10px 20px 60px 20px;
}

.container_options{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.menu_options,
.options{
    display: block;
    margin:auto;
    width: 100%;
    max-width: 271px;
    margin-top: 31px;
}

.options{
    max-width: 200px;
    margin-bottom: 50px;
}
@media (min-width:768px){
    .menu_options{
        max-width: 470px;
        margin-top: 41px;
    }

    .options{
        max-width: 715px;
        margin-bottom: 60px;
    }
}

.step_boutique{
    display:block;
    float: left;
    width: 100%;
    max-width: 125px;
    padding: 27% 3% 6%;
    background-color: #f3f3f3;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    color:#debe6b;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    border: 2px solid #fff;
}
.options .step_boutique{
    max-width: 200px;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color:#000;
    padding: 95px 15px 25px;
    border: none;
}
.options .step_boutique span, .options .step_boutique a{
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
}
.options .step_boutique a, span.number{
    color:#debe6b;
}
.options .step_boutique a:hover{
    text-decoration: none;
}

@media (min-width:768px){
    .step_boutique{
        max-width: 224px;
        padding: 27% 8% 8%;
        font-size: inherit;
    }
    .step_boutique:hover{
        border: 2px solid #debe6b;
    }

    .options .step_boutique{
        max-width: 222px;
        height: 275px;
        padding: 138px 22px 37px;
    }
    .options .step_boutique:hover{
        border: none;

    }
}
.step_boutique.code:before,
.step_boutique.bag:before,
.step_boutique.shopping_car:before,
.step_boutique.shop:before
{
    content:' ';
    display: block;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -23px;
    background-image: url(../_img/icono-codigo-barras.png);
    height: 39px;
    width: 46px;
    background-size: 46px;
}
.step_boutique.shop:before{
    background-image: url(../_img/icono-tienda.png);
}
.step_boutique.shopping_car:before{
    background-image: url(../_img/icono-carrito.png);
}
.step_boutique.bag:before{
    background-image: url(../_img/icono-bag.png);
}
.options .step_boutique.bag:before,
.options  .step_boutique.shopping_car:before,
.options  .step_boutique.shop:before{
    height: 64px;
    width: 60px;
    background-size: 60px;
    background-repeat: no-repeat;
}

@media (min-width:768px){
    .step_boutique.code:before,
    .step_boutique.shop:before{
        margin-left: -43px;
        height: 72px;
        width: 85px;
        background-size: 85px;
        top: 37px;
        background-repeat: no-repeat;
    }
    .options .step_boutique.bag:before,
    .options  .step_boutique.shopping_car:before,
    .options  .step_boutique.shop:before{
        margin-left: -42px;
        height: 75px;
        width: 85px;
        background-size: 70px;
        top: 37px;
        background-repeat: no-repeat;
        background-position: center;
    }
}
.menu_options .step_boutique+.step_boutique{
    margin-left: 20px;
}
.options .step_boutique+.step_boutique{
    margin-top: 15px;
}
@media (min-width:768px){
    .options .step_boutique+.step_boutique{
        margin-top:0px;
        margin-left: 22px;
    }
}

.img_dog_footer{
    display: block;
    float: left;
    width: 100%;
}

@media (min-width:768px){
    .img_dog_footer{
        background-color: #fff;
    }
}
@media (min-width:768px){
    .container_points_table table td,
    .container_points_table table td.points {
        font-size: 18px;
    }
}

main .button_container .button_boutique{
    margin-top: 50px;
}

.popup .title_popup {
    margin-top: 0px;
    margin-bottom: 25px;
}

.list_of_stores{
    display: block;
    width: 100%;
    max-width: 280px;
    margin:auto;
    padding-top: 35px;

}

.list_of_stores li{
    display: block;
    float: left;
    width: 100%;
    line-height: 40px;
    text-align: center;
}

@media (min-width:768px){
    .popup_container .popup{
        width: 100%;
        max-width: 466px;
        background-color: #f8f8f8;
    }

    .popup .title_popup {
        margin-top: 18px;
        margin-bottom: 0;
        font-size: 26px;
    }

    .list_of_stores{
        max-width: none;
        float: left;
        height: 340px;
        margin-top: 35px;
        overflow:auto;
        background-color: #fff;
        padding: 20px;
    }
    .list_of_stores li{
        text-align: left;
    }

    .inner_close_button_container .close_button {
        margin-top:33px;
    }
}