/* product desc */
/* primary_block ***************************************************************************** */
.primary_block {
    margin-bottom: 0px; }

.top-hr {
    background: #c4c4c4;
    height: 5px;
    margin: 2px 0 31px; }

.product-heading-h5 {
    color: #999999;
    font-weight: 200;
    margin: 3px 0 8px;
    font-size: 19px;
    font-family: "Open Sans", sans-serif; }

.box-security .product-heading-h5 {
    margin: 3px 0 -8px; }
@media (max-width: 1199px) {
    .box-security .product-heading-h5 {
        margin-bottom: 8px; } }

#productscategory_list .product-name,
.accessories-block .product-name {
    margin-bottom: 5px; }
#productscategory_list .product-name a,
.accessories-block .product-name a {
    font-size: 15px;
    line-height: 18px;
    color: #3a3939; }
#productscategory_list .product-name a:hover,
.accessories-block .product-name a:hover {
    color: #515151; }

.primary_block .pb-left-column img{
    max-width: 100%;
    height: auto;
}
a.fancybox-nav {
    outline:0
}
/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 4px;
    border: 1px solid #ddd;
    background: white;
}
@media (max-width: 767px) {
    .pb-left-column #image-block {
        width: 280px;
        margin: 0 auto; } }
.pb-left-column #image-block img {
    background: #fbfbfb;
    width: 100%; }
.pb-left-column #image-block #view_full_size .span_link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -68px;
    display: block;
    padding: 10px 0;
    text-align: center;
    line-height: 22px;
    color: #777676;
    width: 136px;
    text-align: center;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); }
.pb-left-column #image-block #view_full_size .span_link:after {
    font-family: "FontAwesome";
    color: #c0c0c0;
    font-size: 20px;
    line-height: 22px;
    content: "\f00e";
    font-weight: normal;
    margin: 0 0 0 4px; }
.pb-left-column #image-block #view_full_size .span_link:hover:after {
    color: #333333; }
.pb-left-column #image-block a.jqzoom div div img {
    width: auto;
    max-width: 10000px; }
.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
    border: none; }
.pb-left-column #image-block .zoomPad {
    z-index: auto !important; }
.pb-left-column #image-block .new-box,
.pb-left-column #image-block .sale-box {
    z-index: 5002; }

/* miniatures */
.pb-left-column #views_block {
    margin-top: 10px; }
@media (max-width: 767px) {
    .pb-left-column #views_block {
        width: 280px;
        margin: 0 auto; } }

#thumbs_list {
    overflow: hidden;
    float: left;
    width: 100%; 
}
#thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
}
#thumbs_list li {
    float: left;
    width: 90px;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    margin-right: 8px;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (min-width: 768px) and (max-width: 991px) {
    #thumbs_list li {
        width: 76px;
        height: 76px; } }
#thumbs_list li:first-child {
    margin: 0 9px 0 0; }
#thumbs_list li.last {
    margin-right: 0; }
#thumbs_list li a {
    display: block;
    border: 3px solid white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fbfbfb; }
#thumbs_list li a:hover, #thumbs_list li a.shown {
    border-color: #dbdbdb; }
#thumbs_list li img {
    border: 1px solid white;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media (min-width: 768px) and (max-width: 991px) {
    #thumbs_list li img {
        width: 68px;
        height: 68px; } }

span.view_scroll_spacer {
    float: left;
    width: 39px;
    padding-left: 12px; 
    display:none; /*Oculto porque ahora se mostraran imagenes en fila */
}
@media (min-width: 768px) and (max-width: 991px) {
    span.view_scroll_spacer {
        padding-left: 6px;
        width: 28px; } }

#view_scroll_left,
#view_scroll_right {
    margin-top: 38px;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    overflow: hidden; 
    display:none !important; /*Ocultos porque ahora se mostrarán las fotografías en fila*/
}
@media (min-width: 768px) and (max-width: 991px) {
    #view_scroll_left,
    #view_scroll_right {
        margin-top: 28px; } }
#view_scroll_left:before,
#view_scroll_right:before {
    padding-left: 2px;
    color: silver;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px; }
#view_scroll_left:hover:before,
#view_scroll_right:hover:before {
    color: #333333; }

#view_scroll_right {
    float: left; }
#view_scroll_right:before {
    content: "\f138"; }

#view_scroll_left {
    margin-top: 0; }
#view_scroll_left:before {
    content: "\f137";
    padding-right: 2px; }

.resetimg {
    padding: 10px 0 0; }
.resetimg #resetImages i {
    margin-right: 6px; }

.view_scroll_spacer {
    margin-top: 38px; }
@media (min-width: 768px) and (max-width: 991px) {
    .view_scroll_spacer {
        margin-top: 28px; } }

/* link list */
#usefull_link_block {
    list-style-type: none; }
#usefull_link_block li {
    margin: 0 0 8px 0; }
@media (min-width: 768px) and (max-width: 991px) {
    #usefull_link_block li {
        float: none !important; } }
#usefull_link_block li:first-child {
    margin: 0 0 8px 0;
    border: none;
    padding: 0; }
#usefull_link_block li a {
    color: #777676;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
    line-height: 22px;
    display: inline-block; }
#usefull_link_block li a:before {
    font-family: "FontAwesome";
    color: #333333;
    font-size: 19px;
    line-height: 24px;
    position: absolute;
    top: -2px;
    left: 0;
    font-weight: normal; }
#usefull_link_block li a:hover {
    color: #000; }
@media (min-width: 768px) and (max-width: 991px) {
    #usefull_link_block li.print {
        margin: 8px 0 0;
        padding: 0;
        border: none; } }
#usefull_link_block li.print a:before {
    content: "\f02f"; }
#usefull_link_block li.sendtofriend a:before {
    content: "\f003"; }
#usefull_link_block li#left_share_fb {
    clear: both;
    float: none; }
#usefull_link_block li#left_share_fb a {
    padding-left: 18px; }
#usefull_link_block li#left_share_fb a:before {
    content: "\f09a"; }
#usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
    cursor: pointer;
    font-weight: 700;
    clear: both;
    float: none;
    margin: 0 0 8px 0;
    border: none;
    padding: 0;
    position: relative; }
#usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
    font-family: "FontAwesome";
    color: #333333;
    font-size: 19px;
    line-height: 24px;
    position: absolute;
    top: -2px;
    left: 0;
    font-weight: normal;
    content: "\f08a"; }
#usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
    color: #000; }
#usefull_link_block li#favoriteproducts_block_extra_removed:before {
    content: "\f004"; }

/* pb-center-column ****************************************************************************** */
.pb-center-column {
    margin-bottom: 0px;
    /* form */ }
.pb-center-column h1 {
    padding-bottom: 16px;
    font-size: 20px;
    color: #3a3939; }
.pb-center-column p {
    margin-bottom: 10px; }
.pb-center-column #product_reference {
    margin-bottom: 6px; }
.pb-center-column #product_reference span {
    font-weight: 700;
    color: #333333; }
.pb-center-column #short_description_block {
    color: #666666; }
.pb-center-column #short_description_block .buttons_bottom_block {
    display: none; }
.pb-center-column #short_description_block #short_description_content {
    padding: 0 0 15px;
    word-wrap: break-word; }
.pb-center-column #short_description_block #short_description_content p {
    line-height: 18px; }
#buy_block {
    display:inline-block;
    width:100%;
}
.pb-center-column #buy_block {
    margin-top: 10px; }
.pb-center-column #buy_block label {
    display: inline-block;
    width: 125px;
    font-weight: 700;
    font-size: 12px;
    text-align: right; }
.pb-center-column #buy_block p.price {
    padding: 0; }
.pb-center-column #color_picker p {
    padding-bottom: 5px;
    font-weight: 700; }

#product p#loyalty {
    padding: 17px 0 15px 35px;
    border-top: 1px solid #d6d4d4;
    border-bottom: 1px solid #d6d4d4;
    margin: 10px 0 -5px;
    position: relative; }
#product p#loyalty b {
    color: #333333; }
#product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    left: 0; }

#page .rte {
    padding: 0 20px 20px;
    word-wrap: break-word; }
#page .rte p {
    margin-bottom: 1em;
    min-height: 1px; }
#attributes .attribute_list {
    width: 100%;
    position: relative;
}
#attributes .attribute_list .form-control option {
    background: white;
    color: #666666; }
#attributes .attribute_list .selector_colores_paleta {
    display: none;
}
#attributes .attribute_list .selector_colores_paleta.active {
    background-color: white;
    box-shadow: 0 4px 6px 2px rgba(30, 36, 43, 0.39);
    display: block;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 100%;
    z-index: 3;
}
.overflow_transparent {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
}
#attributes .attribute_list .selector_colores_paleta .header {
    margin-bottom: 10px;
}
#attributes .attribute_list .selector_colores_paleta .header .color_name {
    float: left;
    padding-top: 5px;
}
#attributes .attribute_list .selector_colores_paleta .header .confirmar {
    box-shadow: 0 0 6px 1px rgba(0, 196, 179, 0.29);
    border-radius: 3px;
    background-color: #00c4b3;
    color: #fefefe;
    font-size: 16px;
    line-height: 34px;
    padding: 0 15px;
    float: right;
}
#attributes .attribute_list .selector_colores_paleta .header .closev {
    cursor: pointer;
}
#attributes .attribute_list ul li {
    float: left;
    margin-right: 10px; }
#attributes .attribute_list input.attribute_radio {
    float: left;
    margin-left: 3px; }
#attributes .attribute_list div.radio,
#attributes .attribute_list div.radio span,
#attributes .attribute_list div.radio input {
    float: none;
    display: inline-block; }
#attributes .attribute_list #color_to_pick_list li {
    float: left;
    margin: 0 3px 3px 0;
    padding: 1px;
    width: 26px;
    height: 26px;
    clear: none; }
#attributes .attribute_list #color_to_pick_list li a.color_pick {
    display: block;
    height: 22px;
    width: 22px;
    cursor: pointer; }
#attributes .attribute_list #color_to_pick_list li a {
    border: 1px solid silver;
}
#attributes .attribute_list #color_to_pick_list li.selected a {
    border: 3px solid #4d4d4d;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick img {
    display: block;
    height: 22px;
    width: 22px; }

.product_attributes,
.box-cart-bottom {
    -webkit-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
    padding: 19px 19px 17px; }

.box-cart-bottom {
    padding: 0; }

#short_description_content a,
.page-product-box a {
    color: #333333;
    text-decoration: underline; }
#short_description_content a.btn,
.page-product-box a.btn {
    text-decoration: none; }

.box-info-product {
    background: #f6f6f6;
    border: 1px solid #d2d0d0;
    border-top: 1px solid #b0afaf;
    border-bottom: 1px solid #b0afaf; }
.box-info-product p {
    margin-bottom: 7px; }
.box-info-product .exclusive {
    padding: 0;
    border-top: 1px solid #0079b6;
    border-right: 1px solid #006fa8;
    border-left: 1px solid #006fa8;
    border-bottom: 1px solid #012740;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -o-linear-gradient(#009ad0, #007ab7);
    background-image: linear-gradient(#009ad0, #007ab7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); }
.box-info-product .exclusive:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: white;
    font-size: 25px;
    line-height: 47px;
    text-shadow: 0 1px #015883;
    content: "\f07a";
    z-index: 2;
    width: 51px;
    text-align: center;
    border: 1px solid #06b2e6;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px; }
@media (max-width: 991px) {
    .box-info-product .exclusive:before {
        display: none; } }
.box-info-product .exclusive.added:before {
    content: "\f00c"; }
.box-info-product .exclusive.added.disabled:before, .box-info-product .exclusive.disabled:before {
    content: "\f110";
    animation: 2s linear 0s normal none infinite spin;
    -webkit-animation: 2s linear 0s normal none infinite spin;
    -moz-animation: 2s linear 0s normal none infinite spin;
    border: none; }
.box-info-product .exclusive:after {
    background: url(../img/border-1.gif) repeat-y 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 51px;
    content: "";
    width: 1px;
    z-index: 2; }
@media (max-width: 991px) {
    .box-info-product .exclusive:after {
        display: none; } }
.box-info-product .exclusive span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    border-top: 1px solid #06b2e6;
    border-right: 1px solid #06b2e6;
    border-left: 1px solid #06b2e6;
    border-bottom: 1px solid #06b2e6;
    text-shadow: 0 1px #015883;
    padding: 12px 36px 14px 60px;
    color: white;
    display: block !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
@media (max-width: 1199px) {
    .box-info-product .exclusive span {
        padding: 12px 22px 14px 55px;
        font-size: 14px; } }
@media (max-width: 991px) {
    .box-info-product .exclusive span {
        padding: 8px 12px 10px;
        text-align: left; } }
.box-info-product .exclusive:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
    background-image: -webkit-linear-gradient(#007ab7, #009ad0);
    background-image: -moz-linear-gradient(#007ab7, #009ad0);
    background-image: -o-linear-gradient(#007ab7, #009ad0);
    background-image: linear-gradient(#007ab7, #009ad0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ab7', endColorstr='#009ad0',GradientType=0 );
    background-position: 0 0; }

#center_column.col-sm-9 .col-md-3 .box-info-product {
    background: #f6f6f6;
    border: 1px solid #d2d0d0;
    border-top: 1px solid #b0afaf;
    border-bottom: 1px solid #b0afaf; }
#center_column.col-sm-9 .col-md-3 .box-info-product p {
    margin-bottom: 7px;
    padding: 15px 10px 0; }
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive {
    padding: 0;
    border-top: 1px solid #0079b6;
    border-right: 1px solid #006fa8;
    border-left: 1px solid #006fa8;
    border-bottom: 1px solid #012740;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -o-linear-gradient(#009ad0, #007ab7);
    background-image: linear-gradient(#009ad0, #007ab7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); }
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
    font-family: "FontAwesome";
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    color: white;
    font-size: 25px;
    line-height: 47px;
    text-shadow: 0 1px #015883;
    content: "\f07a";
    z-index: 2;
    width: 51px;
    text-align: center;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
@media (max-width: 991px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
        display: none; } }
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added:before {
    content: "\f00c"; }
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added.disabled:before, #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.disabled:before {
    height:51px;      
    content: "\f110";
    animation: 2s linear 0s normal none infinite spin;
    -webkit-animation: 2s linear 0s normal none infinite spin;
    -moz-animation: 2s linear 0s normal none infinite spin;
    border: none; }
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 51px;
    content: "";
    width: 1px;
    z-index: 2; }
@media (max-width: 991px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
        display: none; } }
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    border: none;
    border-top: 1px solid #006fa8;
    text-shadow: 0 1px #015883;
    padding: 12px 16px 14px;
    color: white;
    display: block !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
@media (max-width: 1199px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
        font-size: 16px; } }
@media (max-width: 991px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
        padding: 8px 12px 10px;
        text-align: center; } }
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
    background-image: -webkit-linear-gradient(#007ab7, #009ad0);
    background-image: -moz-linear-gradient(#007ab7, #009ad0);
    background-image: -o-linear-gradient(#007ab7, #009ad0);
    background-image: linear-gradient(#007ab7, #009ad0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ab7', endColorstr='#009ad0',GradientType=0 );
    background-position: 0 0; }

/* table_data_sheet */
.table-data-sheet {
    border-bottom: 1px solid #d6d4d4;
    width: 100%;
    margin: 0 0 20px;
    background: white; }
.table-data-sheet tr {
    border-top: 1px solid #d6d4d4; }
.table-data-sheet tr.even {
    background: #fdfdfd; }
.table-data-sheet tr td {
    padding: 10px 20px 11px; }
.table-data-sheet tr td:first-child {
    border-right: 1px solid #d6d4d4;
    width: 30%;
    font-weight: 700;
    color: #333333; }

/* table product-discounts */
table.table-product-discounts {
    border: none;
    border-bottom: 1px solid #d6d4d4;
    border-right: 1px solid #d6d4d4;
    width: 50%;
    margin: 0 0 20px;
    background: white; }
@media (max-width: 767px) {
    table.table-product-discounts {
        width: 100%; } }
table.table-product-discounts tr th {
    background: #fbfbfb;
    color: #333333;
    font-weight: 700;
    border: none;
    font-weight: 700; }
table.table-product-discounts tr td,
table.table-product-discounts tr th {
    border-left: 1px solid #d6d4d4;
    width: 33%;
    padding: 10px 20px 11px;
    border-top: 1px solid #d6d4d4;
    border-right: none;
    text-shadow: none;
    text-transform: none;
    font-weight: 13px;
    line-height: 18px;
    border-bottom: none; }

/* accessories  */
.accessories-block .block_description {
    display: none; }
.accessories-block .exclusive span {
    font-size: 13px;
    line-height: 18px;
    padding: 2px 8px 3px;
    text-decoration: none; }
.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
    text-decoration: none; }

/* quantity_wanted */
#quantity_wanted_p input {
    width: 78px;
    height: 27px;
    padding: 0 6px;
    float: left;
    border: 1px solid #d6d4d4;
    line-height: 27px; }
#quantity_wanted_p .btn {
    float: left;
    margin-left: 3px; }
#quantity_wanted_p label {
    display: block;
    margin-bottom: 7px; }

/* availability_statut */
#availability_statut span#availability_label,
#availability_date_label {
    display: inline-block;
    width: 125px;
    font-weight: 700;
    font-size: 12px;
    text-align: right; }

#quantityAvailable {
    color: #333333;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700; }

#availability_value,
#last_quantities {
    color: white;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
    padding: 3px 8px 4px;
    background: #55c65e;
    border: 1px solid #36943e;
    margin-left: 5px; }

#last_quantities {
    background: #fe9126;
    border: 1px solid #e4752b;
    padding: 4px 8px 3px;
    position: relative;
    top: 1px; }

#availability_statut,
#pQuantityAvailable {
    display: inline-block; }

#pQuantityAvailable span {
    font-weight: 700;
    color: #333333; }

#availability_statut #availability_value.warning_inline {
    background-color: #fe9126;
    border-color: #e4752b;
    margin: 0;
    font-weight: 500;
    padding: 6px 8px;
}

/* box-security */
.box-security {
    border-top: 1px solid #dfdede;
    padding: 19px 19px 6px;
    background: #e4f4f2;
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
    background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);
    background-image: -moz-linear-gradient(#ffffff, #fbfbfb);
    background-image: -o-linear-gradient(#ffffff, #fbfbfb);
    background-image: linear-gradient(#ffffff, #fbfbfb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fbfbfb',GradientType=0 ); */}

/* prices */
.content_prices {
    padding: 13px 19px; }

.discount {
    display: none; }

.our_price_display {
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    font-family: "Open Sans", sans-serif;
    color: #333333; }
@media (max-width: 991px) {
    .our_price_display {
        font-size: 26px;
        line-height: 28px; } }

#old_price {
    padding-bottom: 15px;
    font-size: 17px;
    text-decoration: line-through;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    line-height: 23px; }

/*#reduction_percent,
#reduction_amount {
display: inline-block;
margin-right: 10px;
padding: 1px 2px;
font-weight: 600;
font-family: "Open Sans", sans-serif;
font-size: 21px;
line-height: 23px;
color: white;
background: #f13340;
border: 1px solid #d02a2c; }
#reduction_percent span,
#reduction_amount span {
display: block; }*/

/* online_only */
.pb-center-column p.online_only {
    font-weight: 700;
    font-size: 13px;
    color: #f13340;
    text-align: left; }

.buttons_bottom_block {
    clear: both;
    padding: 13px 19px 0; }
.buttons_bottom_block #wishlist_button {
    font-weight: 700; }

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
    width: 555px;
    overflow: hidden; }
@media (max-width: 767px) {
    #send_friend_form {
        width: 280px; } }
#send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #d6d4d4; }
#send_friend_form .product p {
    padding: 0;
    color: #333333; }
#send_friend_form .product p .product_name {
    font-size: 12px;
    color: #000; }
#send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb; }
#send_friend_form .form_container p.intro_form {
    padding-bottom: 6px;
    font-weight: 700;
    font-size: 13px;
    color: #333333; }
#send_friend_form .form_container p.txt_required {
    padding-bottom: 0;
    color: #666; }
#send_friend_form .form_container .text {
    padding-bottom: 10px; }
#send_friend_form .form_container .text label {
    display: block;
    padding: 0;
    width: 100%;
    font-size: 12px; }
#send_friend_form .form_container .text input {
    padding: 0 5px;
    height: 22px;
    width: 100%;
    border: 1px solid base-border-color;
    font-size: 12px;
    color: #666; }
#send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right; }

/* PERSONNALISATION ##################################################################### */
p.infoCustomizable {
    margin-bottom: 30px; }

ul#uploadable_files,
ul#text_fields {
    list-style-type: none; }

.customizableProductsFile,
.customizableProductsText {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d4d4; }
.customizationUploadBrowse img + a {
    position: relative;
    top: -51px; }

#customizedDatas {
    float: right; }

.accessories_block div ul li a {
    display: inline-block; }
.accessories_block div ul li.s_title_block a,
.accessories_block div ul li.s_title_block span {
    font-weight: 700; }

/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only div.primary_block {
    margin-bottom: 0; }
@media (max-width: 991px) {
    #product.content_only div.primary_block {
        margin-right: 0; } }
#product.content_only div.primary_block div.pb-left-column {
    padding: 20px 20px 5px 35px;
    width: 47%; }
@media (max-width: 479px) {
    #product.content_only div.primary_block div.pb-left-column {
        width: 100%;
        float: none; } }
#product.content_only div.primary_block div.pb-left-column span.view_scroll_spacer {
    width: 38px;
    padding-left: 10px; }
#product.content_only div.primary_block div.pb-left-column #thumbs_list {
    /*width: 392px;*/
    width: 100%; 
}
#product.content_only div.primary_block div.pb-center-column {
    padding: 20px 20px 60px 0px;
    width: 27.5%;
    margin-bottom: 0;
    min-height: 623px;
    height: 100%; }
@media (max-width: 991px) {
    #product.content_only div.primary_block div.pb-center-column {
        min-height: 440px; } }
@media (max-width: 479px) {
    #product.content_only div.primary_block div.pb-center-column {
        width: 100%;
        float: none; } }
#product.content_only div.primary_block div.pb-center-column .product_comments_block_extra {
    padding-right: 0; }
@media (max-width: 479px) {
    #product.content_only div.primary_block div.pb-center-column .comments_advices li {
        display: block; }
    #product.content_only div.primary_block div.pb-center-column .comments_advices a.reviews {
        margin: 0;
        padding: 0;
        border: none; } }
#product.content_only div.primary_block div.pb-center-column #ShareDiv {
    position: absolute;
    bottom: 8px; }
#product.content_only div.primary_block div.pb-right-column {
    width: 25.5%;
    padding-right: 15px;
    padding-left: 0; }
#product.content_only div.primary_block div.pb-right-column .box-info-product {
    border-top-width: 0px;
    border-right: none;
    border-bottom: none;
    min-height: 623px;
    height: 100%;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    position: relative;
    padding-bottom: 125px; }
@media (max-width: 991px) {
    #product.content_only div.primary_block div.pb-right-column .box-info-product {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: 1px solid #d6d4d4; } }
#product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive {
    display: block;
    width: 100%; }
#product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:before, #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:after {
    display: block; }
#product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
    font-size: 20px;
    text-align: center; }
@media (max-width: 1199px) {
    #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
        padding: 12px 22px 14px 70px;
        font-size: 20px; } }
#product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
    right: 0;
    left: 0; }
#product.content_only div.primary_block div.pb-right-column #attributes .attribute_list .form-control {
    width: 230px; }
#product.content_only div.primary_block div.pb-right-column .product_attributes,
#product.content_only div.primary_block div.pb-right-column .box-cart-bottom {
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px; }
#product.content_only div.primary_block div.pb-right-column .product_attributes {
    padding-top: 0; }

.addsharethisinner .stButton .stArrow {
    display: none !important; }

@media (max-width: 1050px) {
    #product.content_only div.primary_block div.pb-left-column,
    #product.content_only section.primary_block div.pb-left-column {
        width: 100%;
        padding-right: 15px; }
    #product.content_only div.primary_block div.pb-left-column #image-block, #product.content_only div.primary_block div.pb-left-column #views_block,
    #product.content_only section.primary_block div.pb-left-column #image-block,
    #product.content_only section.primary_block div.pb-left-column #views_block {
        max-width: 470px;
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
    #product.content_only div.primary_block div.pb-left-column #thumbs_list li,
    #product.content_only section.primary_block div.pb-left-column #thumbs_list li {
        width: 90px;
        height: 90px; 
    }
    #product.content_only div.primary_block div.pb-left-column #thumbs_list li img,
    #product.content_only section.primary_block div.pb-left-column #thumbs_list li img {
        width: 82px;
        height: 82px; }
    #product.content_only div.primary_block div.pb-center-column,
    #product.content_only section.primary_block div.pb-center-column {
        width: 50%;
        float: left;
        padding-left: 35px; }
    #product.content_only div.primary_block div.pb-right-column,
    #product.content_only section.primary_block div.pb-right-column {
        width: 50%;
        float: left; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product,
    #product.content_only section.primary_block div.pb-right-column .box-info-product {
        border-top-width: 1px;
        min-height: 1px; } }
@media (max-width: 1050px) and (max-width: 479px) {
    #product.content_only div.primary_block,
    #product.content_only section.primary_block {
        margin-left: 0; } }
@media (max-width: 1050px) and (max-width: 479px) {
    #product.content_only div.primary_block div.pb-center-column,
    #product.content_only section.primary_block div.pb-center-column {
        width: 100%;
        float: none;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
@media (max-width: 1050px) and (max-width: 479px) {
    #product.content_only div.primary_block div.pb-right-column,
    #product.content_only section.primary_block div.pb-right-column {
        margin-top: 10px;
        width: 100%;
        float: none;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
    background: #fff;
    border: 1px solid #d6d4d4; }
.ie8 .box-security {
    filter: none; }

.tittle_product_detail {
    padding: 20px 0;
}
.tittle_product_detail h1 {
    color: #666;
    font-family: "montserrat",serif,sans-serif,Arial;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
.tittle_product_detail .subtitle {
    border-top: 4px solid #ccf6f2;
    color: #666666;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: italic;
    line-height: 26px;
    padding-top: 14px;
    margin-bottom: 0 !important;
}
.tittle_product_detail .boton_saber_mas {
    float: right;
    margin-left: 16px;
    margin-top: 6px;
    width: 220px;
    font-size: 16px;
    font-style: normal;
}
.tittle_product_detail .boton_saber_mas i {
    font-size: 22px;
    margin-right: 6px;
}
@media (max-width: 765px) {
    .tittle_product_detail .boton_saber_mas {
        display: block;
        float: none;
        margin: 0 0 10px;
        width: 100%;
    }
}
@media (max-width: 500px) {
    .tittle_product_detail .subtitle {
        font-size: 16px;
        line-height: 22px;
    }
}
#ficha-producto #producto-info-a .col_1 {
    float: left;
    width: calc(50% - 10px);
    margin-right: 20px;
}
#ficha-producto #producto-info-a .col_2 {
    float: left;
    width: calc(50% - 10px);
}
.producto-info #col-atributes {
    background-image:url(../img/bg_col-atributes_3.gif);
    background-repeat:repeat;
    padding: 10px;
}
.producto-info h1 {
    font-size: 40px;
    color:#f8a0ad;
}
.producto .box-details {
    height: 80px;
    padding: 15px 0px;
}
.producto .box-details h2 {
    padding:0px;
    margin: 0px 0px 10px;
} 
.producto .box-details h3 {
    padding:0px;
    margin: 0px 0px 0px;
}
.producto .box .precio span, 
.pb-left-column #image-block .precio span, 
.relacionados .producto .box .precio span {
    font-size: 60%;
    top: -5px;		
}
.pb-left-column #image-block #reduction_percent {
    background-image: url("https://pintarsinparar.com/img/oferta.svg");
    color: #f46177;
    font-size: 20px;
    height: 71px;
    padding-top: 24px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 72px;
    line-height: 14px;
}
.pb-left-column #image-block #reduction_percent .subtext {
    font-size: 13px;
}
#col-atributes article.ficha {
    background-color:#fff;
    padding: 20px;
}
#callto-block .addToCart {
    display:block;
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 18px 20px !important;
}
#attributes #carta-color {
    margin-bottom: 15px;
}
.atributes-row .select { padding: 0px; }
#dudas { margin: 20px auto;/* margin: 20px 0px;*/ }
#dudas .banner-dudas {
    padding: 15px;
    display:block;
    overflow:hidden;
    width: 100%;
    min-height: 110px;
    cursor:pointer;
    display:flex;
    color: #24292f;
    background-repeat:no-repeat;
    background-position:bottom;
}
#dudas .banner-dudas a {
    display:block;
    color: #24292f;
}
#dudas .banner-dudas a:hover { text-decoration:none !important; }
#dudas .banner-dudas h2 {
    font-size:24px;
    font-weight: bold;
    margin: 0px 0px 15px;
}
#dudas .banner-dudas a p {
    font-weight:normal;
    margin:0;
}
#dudas #dudas-a {
    background-color: #c4f1ed;
    background-image:url(../img/dudasbg_esquina2.png);
    background-position:bottom right;
    transition: all 0.5s ease;
}
#dudas #dudas-a a>h2 { color:#00c4b3; }
#dudas #dudas-b {
    background-color: #fcd7dd;
    background-image:url(../img/dudasbg_esquina1.png);
    background-position:bottom right;
    transition: all 0.5s ease;
}
#dudas #dudas-b a>h2 { color:#f46177; }
#dudas #dudas-c {
    background-color:#fafbb8;
    background-image:url(../img/dudasbg_esquina3.png);
    background-position:bottom right;
    transition: all 0.5s ease;
}
#dudas #dudas-c a>h2 { color:#d1b207; }
#dudas #dudas-a:hover, #dudas #dudas-b:hover, #dudas #dudas-c:hover {
    opacity: 0.5;
    transition: all 1s ease;
}
#product .home-ventajas { 
    display:block; /*display:inline-block !important;*/
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 0px;
    margin: 0px auto 30px auto; /* margin: 0px 0px 30px; */
}
.nota-carrito {
    background: none;
    border: none;
}
.relacionados-informacion h2 {
    color: #a5a5a5;
    font-family: "montserrat",sans-serif;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
}
.relacionados-informacion .relacionados {
    border-top: 4px solid #eeeeee;
}
#product .show-responsive { display: none; }
.home-ventajas .circle { margin-top: 0px; }
.ventajas .crc_camion, .ventaja .crc_camion {
    background: #fff url("../img/ico-ventajas_free.png") no-repeat center; 
}
.ventajas .crc_envio, .ventaja .crc_envio {
    background: #fff url("../img/ico-ventajas_express.png") no-repeat center;
}
.ventajas .crc_cambios, .ventaja .crc_cambios {
    background: #fff url("../img/ico-ventajas_devoluciones.png") no-repeat center;
}
.ventajas .crc_carrito, .ventaja .crc_carrito {
    background: #fff url("../img/ico-ventajas_cantidad.png") no-repeat center;
}
.ventajas .crc_cubo, .ventaja .crc_cubo {
    background: #fff url("../img/ico-ventajas_garantia.png") no-repeat center;
}
.ventajas .crc_atencion, .ventaja .crc_atencion {
    background: #fff url("../img/ico-ventajas_experto.png") no-repeat center;
}
.home-ventajas {
    border-bottom: none;
}
.home-ventajas .circle {
    width: 100px;
    height: 80px;
    border-radius: 0px;
}
.relacionados-informacion .informacion-ventajas { display: none; }
#callto-block {
    border-top: 4px solid #e5e5e5;
    padding: 20px 0 0;
    padding-bottom: 30px;
}
#callto-block .block_prices {
    background-color: #fdf8c8;
    float: left;
    height: 75px;
    margin-right: 20px;
    padding: 8px 8px 8px 14px;
    width: calc(50% - 10px);
}
#callto-block .block_prices .col-descuento {
    float: left;
    width: 38%;
}
#callto-block .block_prices .col-total {
    float: right;
    width: 62%;
    font-size: 13px;
    line-height: 13px;
    color: #888888;
}
#product #old_price .antes {
    font-size: 13px;
    line-height: 13px;
    color: #888888;
}
#product #old_price #old_price_display {
    color: #333333;
    font-size: 20px;
    position: relative;
}
#product #old_price #old_price_display:after {
    background-color: #f46177;
    content: "";
    display: block;
    height: 3px;
    left: -5px;
    position: absolute;
    right: -5px;
    top: 13px;
    width: calc(100% + 10px);
}
#callto-block .col-comprar {
    float: left;
    width: calc(50% - 10px);
}
#callto-block .precio {
    font-size: 30px;
    font-weight: 600;
    margin: 5px 0;
    line-height: 23px;
    font-family: montserrat;
    color: #303030;
}
#callto-block .col-comprar .addToCart {
    height: 75px;
    font-size: 18px;
    border: 0;
    box-shadow: 0 6px 0 rgba(30, 36, 43, 0.3);
    line-height: 70px;
}
.producto .box-details h3,
.relacionados .producto .box-details h3 {
    font-size: 16px;
    font-style:italic;
    font-weight:600;
    color:#4e4e4e;
    margin-top: 0px;
}
.producto .box-details h2 a {
    font-weight:400;
    font-size:16px;
    color: #f46177 !important;
}
#producto-asociado { }
#producto-asociado > .producto {
    border: 1px dotted #ccc;
    padding: 5px;
}
#producto-asociado .producto .box {
    border:none;
}
.foto-ficha .box .enstock { display: none; }
.pb-left-column #image-block img {
    width:100%;
    max-width:100%;
    height:auto;
}
ul.resp-tabs-list, p {
    margin: 0px 0px 12px;
}
.resp-tabs-container ul, .resp-tabs-container ol {
    margin: 0px 0px 20px;
}
.resp-tabs-container ul li {
    list-style-type: disc;
    margin: 0px 0px 10px 30px;
}
.resp-tabs-container ol li {
    margin: 0px 0px 10px 25px;
}
.resp-tabs-container ol li {
    list-style-type:decimal;
} 
#info-tabs .resp-tabs-container .caracteristicas ul {
    margin:0px;
    padding: 20px 25px;
    border: 1px solid #fdb6c1;
}
#info-tabs .resp-tabs-container .caracteristicas ul li  {
    border: none;
    margin: 0px 0px 7px 0px;
    font-weight: bold;  
    color: #f46177;
    list-style:none; 
}
#info-tabs .resp-tabs-container .caracteristicas ul li strong { color:#454545; margin-right: 5px; font-weight: normal !important; font-style:normal; font-style:oblique;}
#info-tabs .resp-tabs-container blockquote ul {
    border:none;
}
#info-tabs .resp-tabs-container blockquote ul li {
    border: none;
}
#info-tabs img {
    max-width: 100%;
    height: auto;
}
#info-product-link {
    display:flex;
    overflow:hidden;
    margin: 0px 0px 20px;
}
#info-product-link .btn-info-product {
    width:100%;
}
#info-product-link .btn-info-product i.fa-info-circle { 
    font-size:22px;
    margin-bottom: -5px;
    overflow:hidden;
    width: 25px;
    height: 20px;
}
.info-oculta { color:#fff !important; font-size:1px; margin:0; padding:0; }
section.page-product-box > p.required { font-size:13px; color: #999; margin: 0px; }
.form-control {
    height:40px;
    border: 1px solid #ccc;
    box-shadow:none;
    padding: 5px;
}
#product .page-product-box h3, #attributes h3 {
    border-bottom: 4px solid #e5e5e5;
    color: #a6a6a6;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    padding: 0 0 10px;
}
.nota-pie { font-size:13px; color:#999; }
label { font-weight: normal; }
.customizableProductsText table td, .customizableProductsText table th {
    padding: 0px;
}
.customizableProductsFile, .customizableProductsText { 
    margin:0px;
    border-bottom: none;
}
.btn-success, #home_cuerpo .carrito #callto-block #add_to_cart {
    padding-right: 0px !important;
}
.customizableProductsText #text_fields {
    margin-bottom: 15px;
}
#thumbs_list {
    overflow:auto;
    max-height: 140px;
}
.pb-left-column #image-block .new-box { display:none; } /*Etiqueta 'nuevo' ocultada*/
#product .color_selected {
    border: 4px solid #e5e5e5;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}
#product .color_selected .color_active, #product .color_selected .color_name {
    float: left;
    height: 42px;
    line-height: 42px;
    text-align: left;
    padding-left: 10px;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}
#product .color_selected .color_name {
    background-image: url("https://pintarsinparar.com/img/icon-paleta.svg");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-size: 32px auto;
    padding-left: 45px;
}
#product .color_selected .color_active {
    border-left: 1px solid #cacaca;
    position: relative;
}
#product .color_selected .color_active:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #cacaca;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 8px;
    top: 19px;
    width: 0;
}
#product .atributes-row .normal_field, .customizableProductsText .customizationUploadLine {
    border: 4px solid #e6e6e6;
    float: left;
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
}
#product .atributes-row .normal_field:nth-child(2n), .customizableProductsText .customizationUploadLine:nth-child(2n) {
    margin-right: 0;
}
#product .atributes-row .normal_field .form-group {
    margin: 0;
}
#product .atributes-row .normal_field .form-group label, .customizableProductsText .customizationUploadLine label {
    float: left;
    line-height: 43px;
    margin: 0;
    padding-left: 10px;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 7px;
    font-size: 13px;
    display: block;
    background-color: #f6f6f6;
}
#product .atributes-row .normal_field .form-group select, #product .atributes-row .normal_field .form-group input, .customizableProductsText .customizationUploadLine .form-control {
    float: left;
    width: 50%;
    box-shadow: none;
    border: 0 !important;
    border-left: 1px solid #e6e6e6 !important;
    border-radius: 0;
    line-height: 41px;
    height: 43px;
    padding: 0;
    padding-right: 15px;
    text-align: right;
    border-radius: 0;
    background-color: white;
}
/*Ajustes responsive*/
@media only screen and (max-width: 768px) {
    #dudas .banner-dudas {
        margin-bottom:15px;
    }
    #ficha-producto .tittle_product_detail h1 {
        font-size: 24px;
    }
    #product .color_selector {
        padding-left: 0px;
        padding: 10px 0px;
    }
    #attributes .attribute_list #color_to_pick_list li a.color_pick,
    #attributes .attribute_list #color_to_pick_list li {
        width: 35px;
        height: 35px;
    }
    #product .page-product-box h3, #attributes h3 { text-align:center; }
    #callto-block .precio, .foto-ficha .ficha .carrito .precio { font-size: 25px; }
    #callto-block .precio { margin: 0px !important; }
    #callto-block .col-total p { margin: 0px 0px 5px; }
}
/*end Ajustes responsive*/

.vista_chalk #attributes {
    background-image: url("https://pintarsinparar.com/img/descuento_cantidades_desktop.jpg");
    background-position: calc(100% - 15px) calc(100% - 85px);
    background-repeat: no-repeat;
    background-size: auto 54px;
}
@media (max-width: 1200px)  {
    .vista_chalk #attributes {
        background-position: left calc(100% - 10px);
        padding-bottom: 50px;
        background-size: auto 57px;
    }
}
.extra_info_buy {
    width: 400px;
    float: right;
    max-width: 100%;
    padding-top: 10px;
}
.extra_info_buy .item {
    font-size: 13px;
}
.extra_info_buy .item i, .extra_info_buy .item img {
    font-size: 34px;
    float: left;
    margin-right: 10px;
}
#info-tabs {
    width: calc(100% - 300px);
    float: left;
}
.ventajas_compra {
    float: right;
    max-width: 100%;
    width: 270px;
    padding-top: 20px;
}  
.ventajas_compra .item {
    border: 1px solid #151f27;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 15px;
    min-height: 65px;
}
.ventajas_compra .item.especial {
    background-color: #edeeee;
    border: 1px solid #edeeee;
}
.ventajas_compra .item img {
    float: left;
    font-size: 34px;
    margin-right: 12px;
    width: 34px;
}
.ventajas_compra .item.especial img {
    float: right;
}
.ventajas_compra .item .minititle {
    font-size: 11px;
}
.ventajas_compra .item.especial .title {
    font-family: "Montserrat";
    line-height: 22px;
    font-size: 20px;
    color: #f46177;
    font-weight: 700;
    margin-bottom: 10px;
}
.ventajas_compra .item.especial .title span {
    color: #555555;
    display: block;
}
.ventajas_compra .item.especial .desc {
    color: #555555;
    font-size: 13px;
    line-height: 16px;
}
@media (max-width: 660px) {
    #info-tabs {
        float: none;
        width: 100%;
    }
    .ventajas_compra {
        float: none;
        width: 100%;
    }
}
.info_cuenta_atras {
    border: 1px solid #f46177;
    margin-bottom: 6px;
}
.info_cuenta_atras .img {
    float: left;
    height: 59px;
    width: 50%;
    padding: 10px;
    text-align: left;
}
.info_cuenta_atras .img img {
    max-height: 100%;
}
.cuenta_atras {
    margin-bottom: 15px;
}
.cuenta_atras .predata {
    background-color: #dddddd;
    float: left;
    padding: 0 16px;
    width: 50%;
    height: 53px;
}
.cuenta_atras .predata svg {
    color: #f46177;
    float: left;
    font-size: 33px;
    line-height: 51px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cuenta_atras .predata .title {
    color: #f46177;
    font-size: 22px;
    font-weight: 700;
    padding-top: 16px;
    color: #555a60;
}
.cuenta_atras #timer_product {
    background-color: #555a60;
    color: white;
    float: left;
    font-size: 33px;
    height: 53px;
    text-align: center;
    width: 50%;
    line-height: 51px;
}
.cuenta_atras #timer_product span {
    font-size: 18px;
}
@media (max-width: 1210px)  {
    .cuenta_atras .predata .title {
        font-size: 18px;
    }
    .cuenta_atras .predata .title {
        font-size: 18px;
    }
    .cuenta_atras .predata, .cuenta_atras #timer_product {
        margin: 0;
        width: 100%;
        float: none;
    }
}
@media (max-width: 560px)  {
    .info_cuenta_atras .img {
        width: 100%;
    }
}
#testimonios_psp {
    margin: 0;
    padding-bottom: 30px;
}
#testimonios_psp .title_test {
    color: #a5a5a5;
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    line-height: 35px;
}
#testimonios_psp .list_comments {
    padding-left: 25px;
    padding-right: 25px;
}
#testimonios_psp .list_comments .comment_item {
    float: left;
    position: relative;
}
#testimonios_psp .list_comments .comment_item .comment_details {
    background-color: #eeeeee;
    border: 1px solid #e5e5e5;
    padding: 25px;
}
#testimonios_psp .list_comments .comment_item .name {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}
#testimonios_psp .list_comments .comment_item .name a {
    color: #f46177;
}
#testimonios_psp .list_comments .comment_item .description {
    color: #555555;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    height: 260px;
    line-height: 22px;
    overflow: auto;
    padding-bottom: 20px;
}
#testimonios_psp .list_comments .comment_item .description img {
    max-width: 100%;
    height: auto;
}
#testimonios_psp .list_comments .comment_item .date {
    color: #999999;
    font-size: 13px;
    font-weight: 400;
}
#testimonios_psp .list_comments .comment_item .imagenes {
    margin-top: 10px;
}
#testimonios_psp .list_comments .comment_item .imagenes img {
    width: 76px;
    height: auto;
    margin-right: 4px;
}

/* ini lightslider */
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    display: none !important;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction {
    display: none !important;
}
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
#testimonios_psp .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 40px;
    color: #00c6b4;
    -webkit-transform: translateY(-50%);
}
#testimonios_psp .gonext_slider {
    left: 0;
}
#testimonios_psp .goprev_slider {
    right: 0;
}
#testimonios_psp .test_items {
    position: relative;
}

/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
/* fin lightslider */
.buttons_cta {
    margin-top: 20px;
}
.buttons_cta a {
    margin-right: 14px;
    float: left;
    width: calc(50% - 7px);
    border: 1px solid #00c5b4;
    padding: 10px;
    background-color: white;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
}
.buttons_cta a:hover {
    background-color: #B9FAF4;
}
.buttons_cta a:nth-child(2n) {
    margin-right: 0;
}
.buttons_cta a .titulo {
    display: block;
    color: #00c6b5;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.buttons_cta a .subtitulo {
    display: block;
    color: #666666;
    font-size: 13px;
}
#product #home_cuerpo {
    padding-bottom: 0;
}
@media (min-width:950px) and (max-width: 1170px) {
    #ficha-producto #producto-info-a .col_1 {
        width: calc(100% - 580px);
    }
    #ficha-producto #producto-info-a .col_2 {
        width: 560px;
    }
}
@media (max-width: 990px) {
    .ventajas_compra {
        display: none;
    }
    #info-tabs {
        width: 100%;
        float: none;
    }
}
@media (max-width: 949px) {
    #product .atributes-row .normal_field, .customizableProductsText .customizationUploadLine, #callto-block .block_prices, #callto-block .col-comprar {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }
}
@media (max-width: 880px) {
    .buttons_cta a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 660px) {
    #ficha-producto #producto-info-a .col_1 {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    #ficha-producto #producto-info-a .col_2 {
        width: 100%;
        float: none;
    }
}
@media (max-width: 400px) {
    #col-atributes article.ficha {
        padding: 10px;
    }
    #callto-block .col-comprar .addToCart {
        height: 60px;
        line-height: 60px;
    }
}
#thumbs_list li.video {
    position: relative;
}
#thumbs_list li.video a:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    opacity: 0.9;
    background-image: url('https://pintarsinparar.com/img/icon-play_3.svg');
    width: 40px;
    height: 40px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 40px;
}
.overflow_carta {
    background-color: rgba(0, 0, 0, 0.34);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 20000;
}
.container_carta {
    position: fixed;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    z-index: 20000;
}
.container_carta .carta {
    text-align: center;
    background-color: #edebeb;
    padding-top: 10px;
    overflow: auto;
    max-height: calc(100% - 50px);
    text-align: center;
}
.container_carta.cartapdf .carta {
    height: calc(100% - 50px);
}
.container_carta.cartapdf .carta iframe {
    width: 100%;
    height: 100%;
}
.container_carta .close_carta {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.container_carta .header_box {
    line-height: 48px;
    background-color: #ffffff;
    color: #444444;
    font-size: 18px;
    padding: 0 17px;
}
.container_carta .header_box span {
    text-transform: uppercase;
}
.container_carta .carta .item {
    display: inline-block;
    width: 110px;
    height: 110px;
    margin: 7px;
    box-shadow: -1px 1px 3px 1px rgba(0,0,0,0.13);
    border: 1px solid #d2d2d2;
    position: relative;
    cursor: pointer;
    background-position: center;
    background-size: cover;
}
.container_carta .carta .item .box_carta {
    background-color: white;
    color: #666666;
    font-size: 12px;
    line-height: 14px;
    padding: 6px 4px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: -1px;
}
.container_carta .carta .item .box_carta .titulo {
    text-transform: uppercase;
}
.container_carta .carta .item .box_carta .nombre {

}
#attributes .carta_color_custom {
    border: 4px solid #e5e5e5;
    background-color: #f6f6f6;
    margin-bottom: 10px;
    padding: 4px;
}
#attributes .carta_color_custom.required-field{
    border-color:#c63a2c;
}
#attributes .carta_color_custom .nombre {
    background-image: url(https://pintarsinparar.com/img/icon-paleta.svg);
    background-position: 0 1px;
    background-repeat: no-repeat;
    background-size: 32px auto;
    padding-left: 45px;
    float: left;
    font-size: 12px;
    width: 150px;
    line-height: 14px;
    white-space: nowrap;
    height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
    padding-top: 4px;
}
#attributes .carta_color_custom .eleccion_color {
    float: left;
    height: 33px;
    width: calc(100% - 368px);
    background-size: cover;
    border: 1px solid #dcdcdc;
    background-color: white;
    background-position: center;
}
#attributes .carta_color_custom .boton {
    float: left;
    width: 105px;
    border-radius: 3px;
    border: 1px solid #01ad9e;
    cursor: pointer;
    background-color: #00c4b3;
    line-height: 31px;
    font-weight: 700;
    text-align: center;
    font-size: 13px;
    color: white;
    margin-left: 4px;
}
@media(max-width: 950px) {
    #attributes .carta_color_custom .eleccion_color {
        float: left;
        height: 33px;
        width: calc(100% - 150px);
        border: 1px solid #dcdcdc;
        background-color: white;
        margin-bottom: 8px;
    }
    #attributes .carta_color_custom .boton {
        width: calc(50% - 4px);
    }
}
#kits_personalizados {

}
#kits_personalizados .title_product_box {
    color: #666666;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}
#kits_personalizados .pestanas_kits, .pestanas_selector_cartas {
    text-align: center;
    border-bottom: 5px solid #dcdcdc;
    margin-bottom: 20px;
}
#kits_personalizados .pestanas_kits .pest, .pestanas_selector_cartas .pestana {
    width: calc(50% - 4px);
    line-height: 46px;
    background-color: #ebebeb;
    margin-bottom: -5px;
    color: #444444;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    float: left;
    cursor: pointer;
}
#kits_personalizados .pestanas_kits .pest:first-child, .pestanas_selector_cartas .pestana:first-child {
    margin-right: 8px;
}
#kits_personalizados .pestanas_kits .pest.active, .pestanas_selector_cartas .pestana.active {
    background-color:  white;
    border-top: 5px solid #dcdcdc;
    border-left: 5px solid #dcdcdc;
    border-right: 5px solid #dcdcdc;
    cursor: default;
    padding-bottom: 5px;
    border-bottom: 0;
    padding-top: 0;
}
#kits_personalizados .description_kit {
    color: #444444;
    font-size: 13px;
    line-height: 18px;
}
#kits_personalizados .title_pre_items {
    color: #444444;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
}
#kits_personalizados .kits_custom {
    margin-bottom: 10px;
    padding: 0 14px;
}
#kits_personalizados .kits_custom .product_item {
    margin-bottom: 6px;
    width: 48%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 6px;
    text-overflow: ellipsis;
}
#kits_personalizados .kits_custom .product_item i {
    color: #c0c0c0;
}
@media(max-width: 950px) {
    #kits_personalizados .kits_custom .product_item {
        width: 100%;
    }
    #kits_personalizados .pestanas_kits .pest, .pestanas_selector_cartas .pestana {
        font-size: 12px;
    }
}
.special_input {
    position: relative;
}
.special_input > .content {
    border: 4px solid #e6e6e6;
    float: left;
    width: calc(100% - 100px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.special_input > .content.required-field{
    border-color:#c63a2c;
}

.special_input label {
    float: left;
    line-height: 43px;
    margin: 0;
    padding-left: 10px;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 7px;
    font-size: 13px;
    display: block;
    background-color: #f6f6f6;
}
.special_input input {
    float: left;
    width: 50%;
    box-shadow: none;
    border: 0 !important;
    border-left: 1px solid #e6e6e6 !important;
    border-radius: 0;
    line-height: 41px;
    height: 43px;
    padding: 0;
    padding-left: 15px;
    border-radius: 0;
    background-color: white;
    text-align: left;
}
.special_input .info_color_coche {
    color: #00c5b5;
    padding-top: 6px;
    cursor: pointer;
}
.descripciones_especiales {
    color: #444444;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 14px;
}
@media(max-width: 860px) {
    .special_input > .content {
        width: 100%;
    }
    .special_input.campo_codigo_color > .content {
        margin-bottom: 5px;
    }
    .special_input.campo_codigo_color .info_color_coche {
        margin-bottom: 20px;
        text-align: center;
    }
}
@media(max-width: 860px) {
    .producto-info #col-atributes {
        padding: 0;
    }
    #col-atributes article.ficha {
        padding-top: 0;
    }
    #product .page-product-box h3, #attributes h3 {
        display: none;
    }
}
.form_mailalerts {
    margin-top: 20px;
}
.form_mailalerts input {
    float: left;
    width: calc(100% - 110px);
}
.form_mailalerts a {
    float: right;
    width: 100px;
    border: 1px solid #00c4b3;
    border-radius: 4px;
    color: white !important;
    background-color: #00c4b3;
}