
main .main_content {
    padding: 10px 20px 60px 20px;
}

@media (min-width:768px){
    main .main_content {
        padding: 0 60px 60px;
    }
}

.product{
    display: block;
    margin: auto;
    width:100%;
    max-width: 500px;
    margin-top: 22px;
}
@media (min-width:768px){
    .product{
        margin-top: 65px;
        padding: 0 20px;
        max-width: none;
    }
}
.img_container{
    display: none;
}
@media (min-width:768px){
    .img_container{
        display:block;
        width: 62%;
        float: left;
        margin: auto;
        padding-right: 20px;
        position: relative;
    }
}
.img_container .mini_images{
    display: none;
}
@media (min-width:768px){
    .img_container .mini_images{
        display: block;
        width: 70px;
        position: absolute;
        top:0;
        right: 76%;
    }
    .mini_images a {
        display: block;
        float: left;
        width: 100%;
    }
    .mini_images a:hover img {
        box-shadow: 0 0 0 1px #d3a544;
    }
    .mini_images a img{
        display: block;
        float: left;
        width: 100%;
    }
    .mini_images a img.active{
        opacity:0.3;
        box-shadow: none;
    }

    .mini_images a+a{
        margin-top: 34px;
    }
}

@media (min-width:920px){
    .img_container .mini_images{
        width: 85px;
    }
}

.img_container img{
    display: none;
    float: left;
    width: 100%;
    max-width: 305px;
}
@media (min-width:768px){
    .img_container img{
        display:block;
        float: right;
        max-width: 260px;
    }
}
@media (min-width:920px){
    .img_container img{
        float: right;
        max-width: 305px;
    }
}

.data_product{
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
    font-size: 15px;
}
@media (min-width:768px){
    .data_product{
        font-size: 18px;
        width: 38%;
        margin-top: 0px;
    }
}

.data_product .product_name{
    display: block;
    float: left;
    width: 100%;
    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:#000;
    font-size: 18px;
}
@media (min-width:768px){
    .data_product .product_name{
        font-size: 22px;
    }
}

.data_product .product_points{
    display: block;
    float: left;
    width: 100%;
    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:#debe6b;
    font-size: 17px;
    line-height: 24px;
}
@media (min-width:768px){
    .data_product .product_points{
        font-size: 22px;
    }
}

.data_product .product_status{
    display: block;
    float: left;
    width: 100%;
    color:#d3a544;
    font-size: 17px;
    line-height: 24px;
    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;
}
@media (min-width:768px){
    .data_product .product_status{
        font-size: 22px;
    }
}

.data_product .product_unavailable {
    display: block;
    float: left;
    width: 100%;
    color:#d3a544;
    font-size: 18px;
    line-height: 24px;
    text-align:center;
    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";
    padding:0px 10px;
}
@media (min-width:768px){
    .data_product .product_unavailable{
        font-size: 18px;
    }
}

.data_product .product_description{
    display: block;
    float: left;
    width: 100%;
    color:#000;
    margin-top: 10px;
}
@media (min-width:768px){
    .data_product .product_description{
        margin-top: 25px;
    }
}
.data_product .composition,
.data_product .indications{
    display: block;
    float: left;
    width: 100%;
    color:#000;
    /*  font-size: 14px;*/
    line-height: 25px;
    margin-top: 10px;
}
@media (min-width:768px){
    .data_product .composition,
    .data_product .indications{
        line-height: 30px;

    }
}
.data_product .composition span,
.data_product .indications span{
    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;
}
.data_product .composition{
    margin-top: 10px;
}

.data_product form select{
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #000;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    margin-top: 20px;
}
@media (min-width:768px){
    .data_product form select{
        margin-top: 25px;
        font-size: 16px;
    }
}
.data_product form select option{
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 10px 10px;
}
.data_product .sizes{
    display: block;
    float: left;
    margin-top: 12px;
    width: 100%;
    line-height: 30px;
    color: #000;
}
.data_product .sizes:hover{
    text-decoration: none;
}
@media (min-width:768px){
    .data_product .sizes{
        margin-top: 0px;
    }
    .data_product form .button_boutique{
        margin-top: 45px;
    }
}

.button_want {
    display: block;
    float: left;
    margin-top: 12px;
    background-color: #cccccc;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    width: 100%;
}
@media( min-width: 768px ){
    .button_want {
        font-size: 18px;
    }
}
.button_want:hover {
    background-color: #bababa;
}

.data_product .necessary_points {
    display:block;
    float:left;
    width:100%;
    margin-top:15px;
    padding:0px 50px;
    font-size:17px;
    text-align:center;
    color:#d3a544;
}
@media (min-width:768px){
    .data_product .necessary_points {
        font-size:18px;
    }
}

.interesting_products{
    display: block;
    float: left;
    width: 100%;
    border-top: 1px solid #000;
    margin-top: 30px;
    padding-top: 5px;
}
.interesting_products p{
    display: block;
    float:left;
    width: 100%;
    line-height: 20px;
    color:#000;
    font-size: 14px;
    padding-top:10px;
}

.product_list li.product_third{
    display: none;
}
@media (min-width:768px){
    .interesting_products{
        padding: 5px 20px;
    }
    .interesting_products p{
        line-height: 20px;
        font-size: 18px;
    }
    .product_list li.product_third{
        display: block;
    }
}

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

form .error_validacion_form {
    display: block;
    float: left;
    margin-top: 10px;
    background-image: url(../_img/error.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #f00;
    font-size: 16px;
    line-height: 20px;
    padding-left: 24px;
    width: 100%;
}
@media( min-width: 768px ){
    form .error_validacion_form {
        margin-top: 5px;
        font-size: 87.5%; /*14px*/
        line-height: 20px;
        padding-left: 24px;
    }
}

.button_list_container .button_list {
    display:block;
    margin:14px auto 0px auto;
    width:100%;
    max-width:303px;
    line-height:30px;
    text-align:center;
    text-decoration: none;
    border:2px solid #000;
    color:#000;
    font-size:16px;
}
@media( min-width: 768px ){
    .button_list_container .button_list {
        margin-top: 68px;
        font-size:20px;
        line-height:40px;
        -webkit-transition: border-color 150ms, background-color 150ms, color 150ms;
        transition: border-color 150ms, background-color 150ms, color 150ms;
    }
    .button_list_container .button_list:hover {
        background-color: rgba(216,176,90,1);
        color: #fff;
    }
}
/*** Carrousel */
.product .carrousel_container {
    display:block;
    float:left;
    width:100%;
    position:relative;
    overflow:hidden;
    padding-bottom: 400px;
}
@media( min-width: 768px ){
    .product .carrousel_container {
        display:none;
    }
}

.carrousel_container .cover_slider {
    display: table;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-bottom: 5px;
    width: 300%;
    height: 400px;
    -webkit-transition: left 250ms;
    transition: left 250ms;
    z-index: 1000;
}

.carrousel_container .carrousel_product {
    display: table;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-bottom: 5px;
    width: 300%;
    height: 122px;
    -webkit-transition: left 250ms;
    transition: left 250ms;
}
@media( min-width: 768px ){
    .carrousel_container .carrousel_product {
        left: 0px !important;
        background-color: transparent;
        padding-bottom: 0px;
        width: 100%;
        height: 644px;
    }
}

.carrousel_product li {
    display: table-cell;
    position: relative;
    color: #fff;
    font-size: 10px;
    vertical-align: middle;
    line-height: 12px;
    width: 33.3333%;
}

.carrousel_product li .carrousel_img{
    display: block;
    margin:0 auto;
    width:100%;
    max-width:305px;
}

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

.markers_container {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 35px;
    text-align: center;
    word-spacing: -5px;
    width: 100%;
    height: 0px;
}
@media( min-width: 768px ){
    .carrousel_container .markers_container {
        display: none;
    }
}

.markers_container span {
    display: inline-block;
    margin: 0px 3px;
    border-radius: 50%;
    border:1px solid #000;
    background-color: #fff;
    width: 10px;
    height: 10px;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
}
.markers_container span.actual {
    background-color: #d3a544;
    border:none;
}

/*** POP UP */

.popup_container .popup.popup_sorry {
    height:370px;
}