/* product desc */


/* primary_block ***************************************************************************** */

.primary_block {
    margin-bottom: 10px;
}

hr {
    border-color: #CCCCCC;
    width: 100%;
    float: left;
}

.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;
}

.box-security .product-heading-h5 {
    margin: 3px 0 -8px;
}

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

.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: 5px;
    background: #fff;
}

@media (max-width: 767px) {
    .pb-left-column .seccion_caracteristicas_valoraciones {
        display: none;
    }
    .pb-left-column #image-block {
        margin: 0 auto;
        padding: 0;
    }
    .btn-view{display:none;}
    .btn-viewmobile{display: block !important;}
}

.pb-left-column #image-block img {
    width: 70%;
    margin-left: 15%;
}

.pb-left-column #image-block #view_full_size .span_link {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -68px;
    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);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    -webkit-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: #333;
}

.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: 10px auto 0px auto;
        position: relative;
        display: flex;
        justify-content: center;
    }
    #thumbs_list ul#thumbs_list_frame {
        height: 94px;
    }
    #thumbs_list li {
        height: 94px;
        width: 94px;
    }
    .pb-left-column #views_block #view_scroll_left_,
    .pb-left-column #views_block #view_scroll_right_ {
        position: absolute;
        top: 10%;
    }
}

#thumbs_list {
    overflow: hidden;
    float: left;
}

#thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    height: 115px;
    display: inline-flex;
}

#thumbs_list li {
    /*visibility: hidden;
    opacity:0;*/
    transition: visibility 0.2s linear, opacity 0.2s linear;
    float: left;
    height: 115px;
    width: 115px;
    cursor: pointer;
    margin-right: 8px;
    line-height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* @media (min-width: 768px) and (max-width: 991px) {
    #thumbs_list li {
        width: 76px;
        height: 76px;
        margin-right: 6px; } } */

#thumbs_list li a {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-box-sizing: border-box;
    -webkit-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 #fff; */
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    #thumbs_list li img {
        width: 68px;
        height: 68px;
    }
}

.show-right-column.hide-left-column #thumbs_list,
.hide-right-column.show-left-column #thumbs_list {
    width: 294px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .show-right-column.hide-left-column #thumbs_list,
    .hide-right-column.show-left-column #thumbs_list {
        width: 194px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .show-right-column.hide-left-column #thumbs_list,
    .hide-right-column.show-left-column #thumbs_list {
        width: 82px;
    }
}

@media (max-width: 767px) {
    .show-right-column.hide-left-column #thumbs_list,
    .hide-right-column.show-left-column #thumbs_list {
        width: 196px;
    }
}

span.view_scroll_spacer {
    float: left;
    width: 39px;
    padding-left: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    span.view_scroll_spacer {
        width: 45px;
        padding-left: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    span.view_scroll_spacer {
        width: 30px;
        padding-left: 3px;
    }
}

@media (max-width: 767px) {
    span.view_scroll_spacer {
        width: 45px;
        padding-left: 18px;
    }
}

.show-right-column.hide-left-column span.view_scroll_spacer,
.hide-right-column.show-left-column span.view_scroll_spacer {
    width: 27px;
    padding-left: 2px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .show-right-column.hide-left-column span.view_scroll_spacer,
    .hide-right-column.show-left-column span.view_scroll_spacer {
        width: 44px;
        padding-left: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .show-right-column.hide-left-column span.view_scroll_spacer,
    .hide-right-column.show-left-column span.view_scroll_spacer {
        width: 41px;
        padding-left: 13px;
    }
}

@media (max-width: 767px) {
    .show-right-column.hide-left-column span.view_scroll_spacer,
    .hide-right-column.show-left-column span.view_scroll_spacer {
        width: 45px;
        padding-left: 14px;
    }
}

.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: #333;
    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: #333;
    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-left-column ****************************************************************************** */

.pb-center-column {
    margin-bottom: 10px;
    /* form */
}

.pb-center-column h1 {
    font-size: 28px;
    color: #323232;
}

.pb-center-column p {
    margin-bottom: 10px;
}

.pb-center-column #product_reference {
    margin-bottom: 6px;
}

.pb-center-column #short_description_block {
    color: #666;
}

.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;
}

.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 #CCCCCC;
    border-bottom: 1px solid #d6d4d4;
    margin: 10px 0 -5px;
    position: relative;
}

#product p#loyalty b {
    color: #333;
}

#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;
    line-height: 18px;
    font-size: 14px;
}

#attributes fieldset {
    padding-bottom: 3px;
}

#attributes fieldset label {
    vertical-align: top;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #323232;
    letter-spacing: 0;
    margin-bottom: 0;
}

#attributes .attribute_list {
    width: 100%;
    position: relative;
    margin-top: 15px;
}

#attributes .attribute_list .owl-stage-outer {
    margin-left: 30px;
}

#attributes .attribute_list .form-control {
    max-width: 230px;
}

#attributes .attribute_list .form-control option {
    background: #fff;
    color: #666;
}

#attributes .attribute_list ul {
    clear: both;
    margin-bottom: 0;
}

#attributes fieldset.attribute_fieldset:last-of-type .attribute_list ul li {
    float: none;
    background: #F1F1F1;
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    margin-bottom: 5px;
}

#attributes fieldset.attribute_fieldset:last-of-type .attribute_list ul li:last-of-type {
    margin-bottom: 0;
}

#attributes fieldset.attribute_fieldset:last-of-type .attribute_list ul li .talla,
#popupMuestra .attribute_list ul li .talla {
    display: inline-flex;
    align-items: center;
    padding-left: 17px;
    min-width: 50px;
    font-size: 15px;
}

#attributes .attribute_list div.checker {
    display: none;
    margin-right: 17px;
}

#attributes .attribute_list div.checker,
#attributes .attribute_list div.checker span {
    width: 18px;
    height: 18px;
}

#attributes .attribute_list div.checker span {
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
}

#attributes .attribute_list div.checker span.checked {
    background: #3399FF;
    border: 1px solid #3399FF;
    background-image: url("../img/images/shape.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 12px;
    top: 0;
}

#attributes .attribute_list input.attribute_radio,
#popupMuestra .attribute_list input.attribute_radio {
    float: left;
    margin-left: 3px;
    cursor: pointer;
    display: none;
}

#attributes .attribute_list div.radio,
#attributes .attribute_list div.radio span,
#attributes .attribute_list div.radio input {
    float: none;
    display: inline-block;
    opacity: 1;
}

#attributes .attribute_list #color_to_pick_list {
    position: absolute;
    top: 0;
}

#attributes .attribute_list #color_to_pick_list li {
    margin-right: 10px;
    width: 115px;
}

#attributes .attribute_list #color_to_pick_list li a.color_pick {
    display: block;
    width: 115px;
}

#product #attributes hr:last-of-type {
    display: none;
}

.product_attributes,
.box-cart-bottom {
    padding: 19px 17px 19px 0px;
}

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

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

#short_description_content a.btn,
.page-product-box .rte 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;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -webkit-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: #fff;
    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;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 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 {
    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;
}

.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 {
    -moz-border-radius: 5px;
    -webkit-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: #fff;
    display: block !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-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: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
    background-image: -moz-linear-gradient(#007ab7, #009ad0);
    background-image: -webkit-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 .exclusive {
    padding: 0;
    border-top: 1px solid #0079b6;
    border-right: 1px solid #006fa8;
    border-left: 1px solid #006fa8;
    border-bottom: 1px solid #012740;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -webkit-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: #fff;
    font-size: 25px;
    line-height: 47px;
    text-shadow: 0 1px #015883;
    content: "\f07a";
    z-index: 2;
    width: 51px;
    text-align: center;
    border: none;
    -moz-border-radius: 0;
    -webkit-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 {
    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: #fff;
    display: block !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-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: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
    background-image: -moz-linear-gradient(#007ab7, #009ad0);
    background-image: -webkit-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: #fff;
}

.table-data-sheet tr {
    border-top: 1px solid #CCCCCC;
}

.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: #333;
}


/* 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: #fff;
}

@media (max-width: 767px) {
    table.table-product-discounts {
        width: 100%;
    }
}

table.table-product-discounts tr th {
    background: #fbfbfb;
    color: #333;
    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 #CCCCCC;
    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;
}

.accessories-block .product-name {
    margin-bottom: 5px;
}

.accessories-block .product-name a {
    font-size: 15px;
    line-height: 18px;
    color: #3a3939;
}

.accessories-block .product-name a:hover {
    color: #515151;
}

.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;
}


/* quantity_wanted */

#quantity_wanted_p input {
    width: 60px;
    height: 27px;
    padding: 0 6px;
    float: left;
    border: 1px solid #d6d4d4;
    line-height: 27px;
}

#quantity_wanted_p .btn {
    float: left;
    margin-left: 3px;
    margin-right: 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: #333;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}

#availability_value,
#last_quantities {
    color: #fff;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
    padding: 3px 8px 4px;
    margin-left: 5px;
}

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

#pQuantityAvailable {
    /*    display: inline-block;*/
    color: #338d88;
    font-weight: bold;
    font-size: 100%;
    padding-left: 0px;
    margin-top: 5px;
}

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


/* box-security */

.box-security {
    border-top: 1px solid #dfdede;
    padding: 19px 19px 6px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
    background-image: -moz-linear-gradient(#ffffff, #fbfbfb);
    background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);
    background-image: linear-gradient(#ffffff, #fbfbfb);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fbfbfb', GradientType=0);
}


/* prices */

.content_prices {
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding-top: 36px;
    float: left;
    width: 100%;
}

.content_prices div:first-of-type {
    text-align: left;
    margin-top: auto;
    padding: 0;
}

.content_prices div:first-of-type>span {
    display: block;
    padding-bottom: 6px;
    font-weight: normal;
    font-size: 13px;
    color: #323232;
    line-height: 14px;
}

.content_prices div:first-of-type>span:last-of-type {
    padding-bottom: 0;
}

.content_prices div:first-of-type .span_price_info,
.content_prices div:first-of-type .span_price_cliche_info,
.content_prices div:first-of-type .span_price_impresion_info {
    font-size: 10px;
    color: #141414;
}

.content_prices div:first-of-type #span_delivery_price {
    /* display: none; */
}

.content_prices div:first-of-type #span_delivery_price .span_price_delivery,
.content_prices div:first-of-type #span_delivery_price .span_price_delivery_info {
    display: block;
}

.content_prices div:last-of-type {
    text-align: right;
    float: right;
    padding: 0;
}

.discount {
    display: none;
}

.our_price_display {
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #333;
    margin-bottom: 8px !important;
}

@media (max-width: 991px) {
    .our_price_display {
        font-size: 26px;
        line-height: 28px;
    }
}

.our_price_display .price {
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #333;
}

@media (max-width: 991px) {
    .our_price_display .price {
        font-size: 26px;
        line-height: 28px;
    }
}

#old_price {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    text-decoration: line-through;
    display: inline-block;
    line-height: 23px;
    float: left;
    margin-top: 9px;
    margin-right: 5px;
}

#reduction_percent,
#reduction_amount {
    margin-right: 10px;
    padding: 1px 2px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #db3600;
}

#reduction_percent span,
#reduction_amount span {
    display: block;
}

.hide-left-column.hide-right-column #reduction_percent,
.hide-left-column.hide-right-column #reduction_amount {
    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: #333;
}

#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: #333;
}

#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 #d6d4d4;
    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;
}

.customizationUploadLine {
    padding-bottom: 10px;
}

.customizationUploadLine label {
    display: block;
    vertical-align: top;
}

.customizationUploadLine textarea {
    width: 50%;
    border: 1px solid #d6d4d4;
    color: #777777;
}

.customizationUploadBrowse img+a {
    position: relative;
    top: -51px;
}

#customizedDatas {
    float: right;
    padding-right: 7px;
}


/******************************************************************
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;
}

#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%;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 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 {
        -moz-border-radius: 0;
        -webkit-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 #add_to_cart_accesories_span .exclusive {
    display: block;
    width: 100%;
}

#product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart #add_to_cart_accesories_span .exclusive:before,
#product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart #add_to_cart_accesories_span .exclusive:after {
    display: block;
}

#product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart #add_to_cart_accesories_span .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 #add_to_cart_accesories_span .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 {
    -moz-box-shadow: transparent 0px 0px 0px;
    -webkit-box-shadow: transparent 0px 0px 0px;
    box-shadow: transparent 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;
    }
}


/***** IE code ****/

.ie8 .pb-left-column #image-block #view_full_size .span_link {
    background: #fff;
    border: 1px solid #d6d4d4;
}

.ie8 .box-security {
    filter: none;
}


/*# sourceMappingURL=product.css.map */


/*******Modificaciones********/

#slider_row {
    background: white;
    padding-bottom: 10px;
}

#span_price,
#span_price_muestra {
    font-weight: bold;
    font-size: 34px;
    color: #323232;
    text-align: right;
    line-height: 24px;
    letter-spacing: 0.64px;
}

#span_price_unidades,
#span_price_unidades_muestra {
    display: none;
    font-weight: bold;
    font-size: 34px;
    color: #323232;
    text-align: right;
    letter-spacing: 0.64px;
    line-height: 24px;
}

#span_price_iva,
#span_price_ivas_muestra {
    font-size: 15px;
    line-height: 24px;
    color: #6d6c6c;
}

#span_iva,
#span_iva_muestra {
    font-size: 11px;
    line-height: 17px;
    color: #6d6c6c;
}

#span_price_unidad_sin_iva,
#span_price_unidad_sin_iva_muestra {
    font-size: 12px;
    line-height: 19px;
    color: #444444;
    font-weight: bold;
}

#span_price_unidad_iva,
#span_price_unidad_iva_muestra {
    font-size: 11px;
    line-height: 17px;
    color: #6d6c6c;
}

#label_for_quantity {
    float: left;
    margin-right: 3px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 19px;
    font-weight: bold;
    color: #030303;
}

#minimal_quantity_wanted_p {
    font-size: 12px;
    line-height: 19px;
    font-weight: bold;
    color: #444444;
    margin-top: 10px;
}

.button-minus.product_quantity_down,
.button-plus.product_quantity_up {
    color: #777777!important;
    background: #F9F9F9;
    border: 2px solid #EAEAEA;
    border-radius: 5px;
}

.button-plus.product_quantity_up {
    border-left: 0;
    margin-left: -7px;
    margin-top: -4px !important;
    height: 30px;
}

.button-minus.product_quantity_down {
    margin-right: -7px;
    height: 30px;
    border-right: none;
    margin-top: -4px!important;
}

.mas_menos {
    background: #F9F9F9!important;
}

.div_cantidades_producto>input {
    width: 88px;
    color: #323232!important;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-weight: normal;
    font-size: 16px;
    line-height: 14px;
    height: 40px;
    text-align: center;
    padding: 0;
}

.div_cantidades_producto img {
    width: 10px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 0;
}


/*****Carrito*****/

#icono_add_to_cart {
    display: none;
}

.span_add_to_cart {
    color: white;
    font-size: 16px;
    font-weight: bold;
}

#add_to_cart button {
    margin: 0px;
    padding: 0px;
    /*
    background: url(../img/images/add_to_cart.png) no-repeat right bottom;
    color:transparent;
    width: 162px;
    height: 30px;
    border:none;*/
}

@media (max-width: 422px) {
    .buttons_bottom_block {
        padding: 0;
    }
}

@media (min-width: 768px)and (max-width: 992px) {
    #availability_statut {
        padding-left: 0;
    }
    /*    #add_to_cart button{
        background: url(../img/images/add_to_cart_small.png) no-repeat right bottom;
        color:transparent;
        width: 50px;
        height: 30px;
        border:none;
    }*/
    #icono_add_to_cart {
        display: block;
        color: white;
        font-size: 20px;
        float: right;
        margin-right: 10px;
        margin-bottom: 2px;
    }
    .buttons_bottom_block {
        padding: 0;
    }
}

#quantityDiscount {
    padding-top: 24px;
    padding-bottom: 6px;
    float: left;
}

#quantityDiscount>ul>li {
    border: 0;
    display: inline-table;
    padding: 0 15px;
}

#quantityDiscount>ul>li.list-group-title {
    font-weight: bold;
    font-size: 13px;
    color: #323232;
    text-align: center;
    line-height: 24px;
}

#quantityDiscount>ul>li.list-group-title>.row>div {
    margin-left: 0 !important;
}

#quantityDiscount>ul>li.mas-iva {
    display: block;
    padding: 0;
    font-weight: normal;
    font-size: 10px;
    color: #323232;
    line-height: 6px;
}

#quantityDiscount>ul>li>.row>div:first-of-type {
    background: #F6F6F6;
    margin: 2.5px;
    text-align: center;
}

#quantityDiscount>ul>li>.row>div:last-of-type {
    background: #D7D7D7;
    margin: 2.5px;
}

#p_quantityDiscount {
    font-size: 11px;
    line-height: 17px;
    font-weight: bold;
    color: #444444;
}

#social_div {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0 !important;
    padding-right: 0;
    box-sizing: border-box;
    float: left;
}


/****Etiquetas****/

#bloque_etiquetas {
    padding-bottom: 5%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    float: left;
}

#bloque_etiquetas p {
    display: none;
    font-size: 11px;
    line-height: 17px;
    font-weight: bold;
    color: #444444;
}

.producttags {
    list-style: none;
    position: relative;
    clear: both;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.producttags li,
.producttags a {
    float: left;
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 11px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.producttags a {
    color: #444444;
    font-weight: bold;
}

.seccion_caracteristicas_valoraciones {
    border: none;
    padding-top: 62px;
}

#seccion_pestanias {
    padding: 38px 27px 4px 27px;
    border-right: 1px solid #323232;
    border-left: 1px solid #323232;
    border-bottom: 1px solid #323232;
}

#tabla_detalles {
    border: 1px solid #dbdbdb;
}

.pestanias_a {
    font-size: 13px !important;
    line-height: 13px !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    background: #323232;
}

.active .pestanias_a {
    font-size: 13px !important;
    line-height: 13px !important;
    color: #3399FF;
    font-weight: bold !important;
    background: #FFF;
}

#seccion_pestanias #seccion_pestanias_mas_informacion h2 {
    padding: 0;
    margin-bottom: 27px;
}

#seccion_pestanias #seccion_pestanias_valoraciones #product_comments_block_tab {
    margin-bottom: 40px;
}

#seccion_pestanias #seccion_pestanias_valoraciones #new_comment_tab_btn,
#mobile_ul_seccion_pestanas .pestania_valoraciones #new_comment_tab_btn {
    font-weight: normal;
    border: 0;
    background: #FFFFFF;
    color: #3399FF !important;
    letter-spacing: 0;
    text-align: center;
    line-height: 13px;
    text-decoration: underline;
    font-size: 14px;
}

#seccion_pestanias #seccion_pestanias_valoraciones #new_comment_tab_btn span,
#mobile_ul_seccion_pestanas .pestania_valoraciones #new_comment_tab_btn span {
    font-size: 14px;
}

.icon-home {
    color: grey !important;
}

.ficha_producto {
    padding: 10px 20px;
}

@media(min-width:768px) and (max-width:992px) {
    p.socialsharing_product {
        text-align: center;
    }
    p .social-sharing {
        width: 23%;
    }
    .span_socialsharing {
        display: none;
    }
}

@media (max-width:767px) {
    p.socialsharing_product {
        text-align: center;
    }
    .div_cantidades_producto {
        overflow: hidden;
        text-align: center;
    }
    #label_for_quantity {
        float: none;
    }
    #quantity_wanted_p .btn {
        float: none;
    }
    #quantity_wanted_p input {
        float: none;
    }
    #quantity_wanted_p .btn {
        float: none;
    }
    .div_button_add_cart,
    .div_button_add_cart_muestra {
        text-align: center;
        margin-bottom: 10px;
    }
    #seccion_pestanias {
        padding: 10px;
    }
    .primary_block {
        margin-bottom: 0px;
    }
    #minimal_quantity_wanted_p {
        text-align: center;
    }
    .ficha_producto {
        padding: 0;
    }
    #quantityDiscount {
        padding-bottom: 0;
        float: unset;
    }
    #quantityDiscount>ul {
        margin: 0;
    }
    #quantityDiscount>ul>li>.row>div:first-of-type {
        padding: 0 10px !important;
    }
    #quantityDiscount>ul>li>.row>div {
        padding: 0 10px !important;
    }
    .ficha_producto>h1 {
        margin-top: 10px;
    }
    .quantity_discount_total_price>.float-left {
        float: none!important;
    }
    #mobile_ul_seccion_pestanas>li {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
        border-top: 1px solid #D8D8D8;
        display: block !important;
        float: left !important;
    }
    #mobile_ul_seccion_pestanas>li>.tab-pane {
        display: none;
        margin-top: 15px;
        text-align: center;
    }
    #mobile_ul_seccion_pestanas>li>#wim_makito_tab_packaging>.row {
        width: 100% !important;
    }
    #mobile_ul_seccion_pestanas>li>a {
        margin-left: 0px;
    }
    #mobile_ul_seccion_pestanas>li>.pestanias_a {
        background: none;
        text-transform: uppercase;
    }
    #mobile_ul_seccion_pestanas>li>.pestanias_a a {
        font-weight: bold;
        font-size: 16px;
        color: #323232;
        letter-spacing: 0;
        line-height: 13px;
    }
    #mobile_ul_seccion_pestanas>li>.pestanias_a.pestanias_a_active {
        color: #484848;
    }
    #mobile_ul_seccion_pestanas>li>.pestanias_a i {
        float: right;
        font-size: 13px;
        color: #323232;
    }
    #mobile_ul_seccion_pestanas>li>#mas_informacion h2 {
        padding: 0;
        text-align: left;
    }
    #product #wim_makito_tab_packaging .row>div {
        padding-bottom: 30px !important;
    }
    #product #wim_makito_tab_packaging .row>div .packaging_image img {
        max-width: 77px !important;
    }
    #product #wim_makito_tab_packaging .row>div div.packaging_info {
        text-align: left;
    }
    .seccion_caracteristicas_valoraciones {
        padding: 21px 0 29px 0;
    }
    .nav-tabs {
        border-bottom: 1px solid #D8D8D8 !important;
    }
    .quantity_discount_no_iva {
        font-size: 10px;
    }
    #product .wim_makito_tab_impresion .impresion_list_items {
        padding: 12px 0;
        text-align: center;
        width: 100% !important;
        margin: auto;
    }
    #product .wim_makito_tab_impresion .impresion_list_items .item_title {
        font-weight: bold;
        font-size: 13px;
        color: #323232;
        letter-spacing: 0;
        text-align: center;
    }
    #attributes .attribute_list #color_to_pick_list li,
    #attributes .attribute_list #color_to_pick_list li a.color_pick,
    #attributes .attribute_list #color_to_pick_list li a.color_pick img {
        height: 94px;
        width: 94px;
    }
    #product button.owl-prev,
    #product button.owl-next {
        top: calc(50% - 5px);
    }
    #product button.owl-prev,
    #product button.owl-next,
    #product button.owl-prev span,
    #product button.owl-next span {
        width: 22px !important;
        height: 13px !important;
    }
    #attributes hr {
        margin-bottom: 0;
    }
}

@media (max-width:520px) {
    .nav>li>a {
        padding: 5px;
    }
}

@media (max-width:479px) {
    p .social-sharing {
        width: 23%;
    }
    .span_socialsharing {
        display: none;
    }
}

.titulo_preguntas_productos {
    color: #db3600;
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fe7102;
    display: block;
}

.div_pregunta_usuario {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #dbdbdb;
}

.comillas_pregunta_usuario {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
    color: #fe7102;
}

.p_texto_pregunta {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.fecha_nombre_pregunta {
    margin-left: 10px;
    color: #fe7102;
    font-weight: bold;
}

.p_texto_respuesta {
    margin-left: 20px;
    color: #000;
}

.flecha_respuesta_pregunta {
    font-size: 20px;
    margin-right: 10px;
}

.disparador_pregunta_producto {
    cursor: pointer;
    font-style: italic;
    color: #7f7d7d;
    font-size: 20px;
    text-align: center;
    display: block;
    padding-top: 20px;
}

#disparador_pregunta_producto {
    font-size: 17px;
}

.criterion_name {
    display: inline-block;
}

.span_umv {
    font-size: 13px;
    color: #777777;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: bold;
}

#old_price_display .price {
    color: #6d6c6c;
    font-size: 16px;
    padding-left: 15px;
}

p.our_price_display {
    display: inline-block;
}


/*NUEVA SECCION FICHA PRODUCTO PARA MOSTRAR DESCUENTOS VIP*/

#page .bloque-ahorro-vip {
    display: inline-block;
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 0px 0px 40px 6px #ccc;
    background: #f6f6f6;
}

#page .frase-vip {
    display: block;
    color: #fe7102;
    font-weight: bold;
    font-size: 14px;
}

#page .precio-base-vip {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: bold;
    margin-right: 15px;
}

#page .descuento-vip {
    font-size: 14px;
    font-weight: bold;
    color: #fe7102;
}

#product .title_blocks_home {
    clear: both;
    display: block;
    background: none;
    font-weight: bold;
    font-size: 13px;
    color: #323232;
    padding: 0;
}

.div_cantidades_producto {
    position: relative;
    display: inline-flex;
    padding-right: 27px;
}

#availability_statut {
    font-weight: normal;
    font-size: 13px;
    color: #636363;
    text-align: right;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.span_out_stock_product {
    font-weight: normal;
    font-size: 13px !important;
    color: #F13340;
    text-align: right;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal !important;
    padding-left: 0;
}

.span_stock_product {
    display: contents;
    text-align: right;
    height: unset;
    padding-top: 4px;
    background: none;
    font-weight: normal;
    font-size: 15px;
    color: #636363;
    letter-spacing: 0;
    line-height: 14px;
    max-width: unset;
}

#availability_statut span:not(.span_stock_product) {
    font-size: 10px;
    font-style: italic;
    padding-left: 5px;
}

.quantity_discount_total_price {
    font-weight: bold;
    font-size: 15px;
    color: #323232;
    text-align: center;
    line-height: 17px;
}

.quantity_discount_quantity {
    font-size: 13px;
    color: #323232;
    letter-spacing: 0.24px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
}

.quantity_discount_discount {
    font-weight: bold;
    font-size: 15px;
    color: #3399FF;
    letter-spacing: 0;
    text-align: right;
    line-height: 20px;
    float: right;
}

.quantity_discount_unit_price {
    font-size: 13px;
    color: #323232;
    letter-spacing: 0.24px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}

.quantity_discount_no_iva {
    font-style: italic;
    font-size: 12px;
    color: #6D6C6C;
    text-align: right;
    line-height: 14px;
    font-weight: normal;
}

#add_to_cart {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    width: 100%;
    border: none;
    background: #3399FF;
    border-radius: 5px;
    margin-top: 24px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 13px;
    text-transform: uppercase;
    border-radius: 0;
}

#add_to_cart i {
    color: white;
    font-size: 20px;
    margin-right: 10px;
}

.quantity_discount_minimun_quantity {
    font-style: italic;
    font-size: 13px;
    color: #747474;
    line-height: 17px;
    font-weight: normal;
}

.quantity_discount_data_container {
    display: inline;
}

.span_price_unidad_sin_iva_precio {
    font-weight: bold;
    font-size: 16px;
    color: #484848;
    text-align: right;
    line-height: 14px;
    display: none;
}

.span_price_unidad_sin_iva_iva {
    font-size: 13px;
    color: #323232;
    text-align: right;
    line-height: 14px;
    font-weight: normal;
}

.span_total_con_iva {
    font-size: 13px;
    color: #323232;
    line-height: 14px;
}

@media (max-width: 767px) {
    #page>div>.container {
        padding: 10px;
    }
    #page>div>.container>.row {
        width: 100% !important;
        margin: 0;
    }
    #page #span_price_unidades,
    #page #span_price_unidades_muestra {
        font-size: 28px;
        letter-spacing: 0.53px;
    }
    #page .span_price_unidad_sin_iva_precio,
    #page .span_price_unidad_sin_iva_iva,
    #page .span_total_con_iva {
        letter-spacing: 0.24px;
        line-height: 22px;
    }
    #page .span_stock_product {}
    #page .img-caja {
        margin-right: 20px;
    }
    #page #add_to_cart {
        margin-top: 20px !important;
        float: none;
    }
    #page #product .title_blocks_home {
        background: none;
        font-size: 15px!important;
        font-weight: bold!important;
        padding-left: 10px!important;
    }
    #page #quantityDiscount.quantityDiscountVip .product_vip_old_price {
        text-align: right;
    }
    #page #quantityDiscount.quantityDiscountVip .product_vip_soy_vip {
        text-align: left;
    }
    #page #quantityDiscount.quantityDiscountVip .product_vip_soy_vip_frase {
        margin-left: 0%;
    }
    #page .quantityDiscountVip>ul>li>.row:nth-child(3) {
        margin-top: 15px;
    }
    #product .breadcrumbcontainer .navigation_page {
        background: #FFFFFF !important;
        float: none !important;
    }
    #attributes .attribute_list .owl-stage-outer {
        margin: 0px 30px;
    }
}

@media (min-width: 768px) {
    #page .quantity_discount_no_iva {
        font-size: 11px;
    }
    #page #span_price,
    #page #span_price_muestra {
        font-size: 28px;
    }
    #page #quantityDiscount.quantityDiscountVip>ul>li>.row,
    #page #quantityDiscount.quantityDiscountVip>ul>li>.row>div {
        height: 50px;
    }
    #page #quantityDiscount.quantityDiscountVip>ul>li>.row>div:nth-child(1) {
        margin-top: 4px;
    }
    #page #quantityDiscount.quantityDiscountVip>ul>li>.row>div:nth-child(2) {
        margin-top: 8px;
    }
    #page #quantityDiscount.quantityDiscountVip>ul>li>.row>div:nth-child(3) {
        margin-top: 4px;
    }
    #page #quantityDiscount.quantityDiscountVip>ul>li>.row>div:nth-child(4) {
        margin-top: 9px;
    }
    #page .ficha_producto {
        padding-top: 0px!important;
    }
    #page .ficha_producto>h1 {
        margin-top: 0px!important;
        text-transform: uppercase;
    }
    #page #img_carousel_container,
    .pb-center-column .seccion_caracteristicas_valoraciones,
    #product #mobile_ul_seccion_pestanas {
        display: none;
    }
    #product #color_to_pick_list button.owl-prev {
        left: -6px;
    }
    #product #color_to_pick_list button.owl-next {
        right: -23px;
    }
}

@media (min-width: 1200px) {
    .quantity_discount_no_iva {
        font-size: 12px;
    }
    #span_price,
    #span_price_muestra {
        font-size: 34px;
    }
}

#view_scroll_left_ {
    background: 0 0;
    color: inherit;
    border: none;
    font: inherit;
    margin-top: 38px;
    position: relative;
}

#view_scroll_right_ {
    background: 0 0;
    color: inherit;
    border: none;
    font: inherit;
    margin-top: 38px;
    position: relative;
}

#view_scroll_right_:focus,
#view_scroll_left_:focus {
    outline: 0;
}

.nav-tabs {
    border-bottom: 1px solid #323232;
}

#product .nav-tabs>li {
    float: unset;
    display: inline-flex;
}

.nav-tabs>li>a {
    font-weight: bold!important;
    text-transform: uppercase;
    font-size: 17px;
    color: #FFFFFF!important;
    letter-spacing: 0;
    line-height: 13px;
    background-color: #323232;
    margin-right: 10px;
    border-radius: 0 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover {
    background-color: #FFF;
    color: #3399FF !important;
    border: 1px solid #323232 !important;
    border-bottom-color: transparent !important;
}

.nav-tabs>li.active {
    margin-top: 1px;
}

.nav-tabs>li>a:hover {
    background: #636363;
    border-color: #636363;
}

.primary_block .img-caja {
    width: 30px;
    height: 30px;
}


/*SOCIAL*/

button.social-sharing>span {
    display: none!important;
}

button.social-sharing {
    border-radius: 38px!important;
    height: 38px;
    width: 38px;
    padding: 0px;
    text-align: center!important;
    border: none!important;
}

button.social-sharing:active,
button.social-sharing:focus {
    outline: 0;
}

button.social-sharing>i {
    color: white!important;
    font-size: 24px!important;
    vertical-align: middle!important;
    width: 20px!important;
    height: 23px!important;
}

button.btn-twitter.social-sharing {
    background-color: #00aaf0!important;
}

.icon-twitter {}

button.btn-facebook.social-sharing {
    background-color: #435f9f!important;
}

.icon-facebook {}

button.btn-google-plus.social-sharing {
    background-color: #e04b34!important;
}

.icon-google-plus {}

button.btn-pinterest.social-sharing {
    background-color: #ce1f21!important;
}

.icon-pinterest {}

.socialsharing_product>button {
    margin-left: 10px;
    margin-right: 10px;
}

.socialsharing_product {
    text-align: center;
    display: none;
}

.div-stars-ov-top {
    display: inline-block;
    min-width: 140px;
    padding: 0;
}

.div-stars-ov-top>div {
    color: #e2de07;
    font-size: 21px;
    margin-right: 3px;
}

span#add_to_cart {
    padding: 0px!important;
    float: left;
}

button#add_to_cart {
    padding-bottom: 15px!important;
    padding-top: 15px!important;
}

.num_reviews {
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
}

#page .span_precio_accesorios {
    font-size: 28px;
}

#product button.owl-prev span,
#product button.owl-next span {
    opacity: 0 !important;
    width: 29px;
    height: 17px;
    display: block;
}

#product button.owl-prev,
#product button.owl-next {
    width: 29px;
    height: 17px;
    background-image: url("../img/images/arrow_down.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: bottom !important;
    transform: rotate(90deg);
    outline: none;
    padding: 0;
}

#product button.owl-next {
    transform: rotate(-90deg);
}

@media (max-width:767px) {
    .socialsharing_product>button {
        margin-left: 5px!important;
        margin-right: 5px!important;
    }
    button.social-sharing {
        border-radius: 13px!important;
        height: 25px!important;
        width: 25px!important;
    }
    button.social-sharing>i {
        font-size: 18px !important;
        width: 15px !important;
        height: 18px !important;
    }
    #bloqueotroscompraron {
        margin-bottom: 20px!important;
    }
    .div-stars-ov-top {
        padding-bottom: 7px;
        float: left;
    }
    .div-stars-ov-top>div {
        font-size: 19px;
    }
    #page #wishlist_button {
        display: block!important;
        color: white!important;
        margin-right: 0 !important;
        padding: 0 !important;
    }
    #page #img_carousel_container {
        padding-top: 7px;
    }
    #page #imagenes_accesorios {
        padding-left: 5px!important;
        padding-right: 5px;
    }
    #page #lista_accesorios>.pa_title {
        padding-left: 0px;
        background: none;
        font-weight: bold;
        font-size: 16px;
        color: #FB5303;
        text-align: center;
    }
    #page #layered_form {
        display: none;
    }
    #page #layered_form .layered_filter_ul>li {
        margin-top: 0px;
        margin-bottom: 0px;
        border-top: none;
    }
    #page #imagenes_accesorios>div:first-child {
        text-align: center;
        border: 1px solid #D8D8D8;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    #page .div_img_plus:nth-child(even) {
        max-width: 25px;
        vertical-align: middle;
    }
    #page .div_add_accesorios>p,
    #page .span_precio_accesorios,
    #page .span_siniva {
        display: inline!important;
    }
    #page #add_to_cart_accesories_span {
        display: none;
        width: 100%;
    }
    #page .div_add_accesorios>p {
        font-weight: bold!important;
        font-size: 14px!important;
        color: #484848!important;
        line-height: 18px!important;
        margin-bottom: 10px;
    }
    #page .span_precio_accesorios {
        font-weight: bold!important;
        font-size: 20px!important;
        color: #3399FF!important;
        text-align: right!important;
        line-height: 24px!important;
    }
    #page .span_siniva {
        font-weight: normal!important;
        font-size: 11px!important;
        color: #484848!important;
        text-align: right!important;
        line-height: 14px!important;
    }
    #page .div_add_accesorios {
        padding-bottom: 10px!important;
        border: 1px solid #D8D8D8;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    #page #add_to_cart_accessories {
        float: none!important;
        max-width: 767px!important;
        width: 96%;
        margin-left: 0;
        margin-bottom: 2%;
    }
    #page #add_to_cart_accessories {
        background: #3399FF!important;
        margin-top: 10px!important;
    }
    #page .primary_block,
    #page .page-product-box,
    #page .seccion_caracteristicas_valoraciones,
    #page #bloqueotroscompraron,
    #page #bloquerecomendadosproductos {
        margin-left: 0px!important;
        margin-right: 0px!important;
        /*display: inline-block!important;*/
    }
    #page .pb-center-column {
        padding-left: 0px!important;
    }
    #page #pa_bcontainer {
        padding-right: 0px!important;
    }
    #page .ficha_producto>h1 {
        font-size: 18px!important;
        color: #323232!important;
        text-transform: uppercase;
        margin-top: 14px;
    }
    #page .ficha_producto .product_reference {
        padding: 0 !important;
        padding-bottom: 8px !important;
    }
    #popover-content>table {
        margin-bottom: 0px!important;
    }
    #popover-content>table #add_new_wishlist input {
        width: 100%!important;
    }
    #popover-content>table #add_new_wishlist span {
        width: 100%!important;
        text-align: center!important;
        margin-top: 5px!important;
    }
    .layered_filter_ul>li {
        height: auto!important;
        min-height: 55px;
    }
    .list_accesorios_li_nombre_producto {
        display: inline!important;
    }
    .quantity_discount_minimun_quantity {
        display: block!important;
    }
    .fixed_button_add_cart {
        position: fixed;
        bottom: 0px;
        z-index: 9;
        width: 100%;
        left: 0%;
        background: white;
        padding: 10px;
        height: 75px;
        margin: 0;
        box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 8px 0px;
    }
    .fixed_button_add_cart>#add_to_cart {
        margin: 0!important;
    }
    .button-minus.product_quantity_down,
    .button-plus.product_quantity_up {
        margin-top: 0px!important;
    }
    #page #wishlist_button>i {
        /* font-size: 17px !important; */
    }
    #page .ficha_producto .description_short {
        padding-top: 26px !important;
        text-align: center;
        float: unset !important;
    }
    #product .wim_makito_form_customization #customizationForm .print-option .checkbox {
        margin-top: 12px;
        margin-bottom: 0;
        padding-bottom: 14px !important;
    }
    #product #center_column .third_border_orange {
        display: none;
    }
    #product .ficha_producto #muestra {
        text-align: center !important;
    }
    .content_prices {
        padding-top: 20px;
        float: none;
    }
    #product #observaciones {
        padding-top: 18px;
        padding-bottom: 12px;
    }
    #product .wim_makito_form_customization #customizationForm .print-option {
        padding: 0 7px !important;
    }
    #product .wim_makito_form_customization #customizationForm .print-option>div {
        padding-left: 13px !important;
    }
}


/*FIN SOCIAL*/

#page .ficha_producto .productEnquiry {
    display: none;
}

#page .ficha_producto .product_reference {
    display: block;
    font-weight: normal;
    font-size: 13px;
    color: #323232;
    letter-spacing: 0;
    line-height: 13px;
    padding: 0;
    padding-top: 9px;
    padding-bottom: 7px;
}

#page .ficha_producto .description_short {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #323232;
    letter-spacing: 0;
    line-height: 16px;
    padding: 0;
    padding-top: 15px;
    float: left;
}

#page #pa_bcontainer {
    padding-top: 0px;
}

#page .product_vip_old_price_unit {
    font-size: 14px;
    color: #777777;
    text-align: right;
    line-height: 14px;
    text-decoration: line-through;
}

#page .product_vip_soy_vip {
    display: inline;
    text-align: center;
}

#page .product_vip_old_price_total {
    font-weight: bold;
    font-size: 22px;
    color: #484848;
    text-align: right;
    line-height: 17px;
    text-decoration: line-through;
}

#page .product_vip_soy_vip_ahorro {
    font-weight: bold;
    font-size: 13px;
    color: #3399FF;
    text-align: center;
    line-height: 14px;
}

#page .product_vip_soy_vip_frase {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    background: #3399FF;
    width: 90%;
    margin-left: 5%;
}

#page .quantity_discount_total_price_vip {
    font-weight: bold;
    font-size: 22px;
    color: #3399FF;
    text-align: right;
    line-height: 17px;
}

@media (min-width:768px) and (max-width: 1200px) {
    #page #quantityDiscount>ul>li>.row>div.col-sm-4,
    #page #quantityDiscount>ul>li>.row>div.col-xs-4,
    #page #quantityDiscount>ul>li>.row>div.col-sm-2,
    #page #quantityDiscount>ul>li>.row>div.col-xs-2 {
        padding-right: 5px;
        padding-left: 5px;
    }
}

#page #wishlist_button {
    font-weight: normal!important;
    font-size: 13px!important;
    color: #323232;
    letter-spacing: 0;
    text-align: center;
    line-height: 13px;
    float: right;
    margin-top: 0;
    padding: 0;
    padding-top: 9px;
    padding-bottom: 7px;
    margin-right: -20px;
}

#page #wishlist_button>i {
    color: #3399FF;
    margin-left: 11px;
    font-size: 17px;
}

#popover-content {
    z-index: 2 !important;
    width: 50% !important;
    margin-top: 30px !important;
    border-radius: 0 !important;
    min-width: 100px;
}

#popover-content table tr:first-of-type td {
    border-top: 0 !important;
}

#popover-content table td {
    padding: 9px !important;
    font-weight: normal;
    font-size: 13px;
    color: #323232;
    text-align: center;
}

#popover-content table {
    margin-bottom: 0 !important;
}

#popover-content #add_new_wishlist #input_add_list {
    width: 100% !important;
    margin-right: 0 !important;
    border: 1px solid #CCCCCC;
    min-height: 29px;
}

#button_add_list {
    width: 100% !important;
    font-size: 13px;
    border-radius: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 7px;
}

#add_to_cart_accessories {
    background: #3399FF!important;
}

.button-minus.product_quantity_down {
    border-radius: 5px 0px 0px 5px!important;
}

.button-plus.product_quantity_up {
    border-radius: 0px 5px 5px 0px!important;
}

@media (min-width:768px) {
    /* Safari 7.1+ */
    _::-webkit-full-page-media,
    _:future,
     :root .button-minus.product_quantity_down {
        margin-top: -2px !important;
    }
    _::-webkit-full-page-media,
    _:future,
     :root .button-plus.product_quantity_up {
        margin-top: -2px !important;
    }
}


/*FIXED BUTTON APP IOS MAES-683*/

body#product.entorno-app,
html {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

#product.entorno-app #page {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#product.entorno-app #page .div_button_add_cart,
#product.entorno-app #page .fixed_button_add_cart {
    z-index: 1;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    margin: 0px;
    padding: 5px;
    background: #ffffff;
}

#product.entorno-app #page #search_block_top {
    width: 100%;
    position: relative;
}

#product.entorno-app #page header .row {
    width: 100%;
    position: relative;
}

#product.entorno-app header-container.navbar-fixed-top {
    position: relative;
}


/* Makito */

#customizationForm .customizationUploadLine {
    list-style: none;
}

#customizationForm .customizationUploadLine .action {
    background: #3399FF;
    background-image: none!important;
    width: auto!important;
    padding: 0 5px;
}

.customizationcontainer .page-product-heading {
    color: #3399FF;
    background: none;
    border: none;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 10px;
}

.customizationcontainer #customizationForm textarea {
    width: 100%;
}

.customizationcontainer #customizationForm button[name=saveCustomization] {
    border: none;
    background: none;
}

.customizationcontainer #customizationForm button[name=saveCustomization] span {
    border: none;
    background-image: none;
    background: #3399FF;
    box-shadow: none;
}

.customizationUploadBrowse img+a {
    position: relative;
    top: -23px;
    left: -17px;
}

.customizationUploadBrowse img+a>img {
    width: 16px;
    height: 16px;
}


/* Tab impresión, tab packaging y form customization Makito */

#product .wim_makito_tab_impresion .title_1,
#product .wim_makito_form_customization .title_1,
#product #wim_makito_tab_packaging .title_1 {
    font-size: 24px;
    display: none;
}

#product .wim_makito_tab_impresion .title_2,
#product .wim_makito_form_customization .title_2 {
    font-weight: bold;
    font-size: 13px;
    color: #323232;
    text-transform: uppercase;
    margin-bottom: 2px;
}

#product .wim_makito_tab_impresion .description,
#product .wim_makito_form_customization .description {
    font-weight: normal;
    font-size: 13px;
    color: #323232;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 13px;
}

#product .wim_makito_tab_impresion .impresion_items .item_descriptions:before {
    content: "·";
    padding-right: 3px;
    font-weight: bold;
}

#product .wim_makito_tab_impresion .impresion_list_items {
    padding: 24px 0;
}

#product .wim_makito_tab_impresion .impresion_items p,
#product .wim_makito_tab_impresion .impresion_items li,
#product #wim_makito_tab_packaging .item_title,
#product #wim_makito_tab_packaging .item_descriptions {
    font-weight: normal;
    font-size: 14px;
    color: #323232;
    letter-spacing: 0;
    margin: 0;
}

#product .wim_makito_tab_impresion .impresion_items .item_title,
#product #wim_makito_tab_packaging .item_title {
    font-weight: bold;
}

#product .wim_makito_tab_impresion .impresion_items .item_descriptions {
    letter-spacing: 0.24px;
    line-height: 22px;
}

#product #wim_makito_tab_packaging .item_descriptions {
    letter-spacing: 0.24px;
    line-height: 16px;
}

#product .wim_makito_form_customization {
    padding-top: 25px;
}

#product .wim_makito_form_customization .description {
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 11px;
}

#product .wim_makito_tab_impresion .title_2,
#product .wim_makito_tab_impresion .description {
    font-size: 14px;
}

#product .wim_makito_form_customization #customizationForm {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}

#product .wim_makito_form_customization #customizationForm .print-option {
    margin: 0;
    padding-left: 9px;
    padding-right: 27px;
}

#product .wim_makito_form_customization #customizationForm .print-option:not(:last-of-type) {
    border-bottom: 1px solid #CCCCCC;
}

#product .wim_makito_form_customization #customizationForm .print-option .print-option-checkbox,
#product .wim_makito_form_customization #customizationForm .print-option .print-option-block {
    padding-left: 11px;
}

#product .wim_makito_form_customization #customizationForm .print-option .print-option-checkbox .checkbox::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/images/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    position: absolute;
    right: 0;
    top: -5px;
    cursor: pointer;
    transition: 0.2s;
}

#product .wim_makito_form_customization #customizationForm .print-option .print-option-checkbox.open .checkbox::after {
    transform: rotate(180deg);
}

#product .wim_makito_form_customization #customizationForm .print-option .checkbox .checker {
    margin-right: 12px;
}

#product .wim_makito_form_customization #customizationForm .print-option .checkbox .checker span {
    border: 1px solid #fff;
    background: #FFFFFF;
}

#product .wim_makito_form_customization #customizationForm .print-option .checkbox .checker span.checked {
    background: #3399FF;
    border: 1px solid #3399FF;
    background-image: url(../img/images/shape.svg);
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

#product .wim_makito_form_customization #customizationForm .print-option .print-option-title {
    font-weight: normal;
    font-size: 13px;
    color: #484848;
    letter-spacing: 0.24px;
}

#product .wim_makito_form_customization #customizationForm .print-option .print-option-block {
    display: none;
}

#product .wim_makito_form_customization #customizationForm .print-option .print-option-block.open {
    display: block;
    border-top: 1px solid #CCCCCC;
}

#product .wim_makito_form_customization #customizationForm .print-option .print-option-title2 {
    font-weight: bold;
    font-size: 12px;
    color: #323232;
    letter-spacing: 0;
    margin-top: 26px;
    margin-bottom: 11px;
}

#product .wim_makito_form_customization #customizationForm .customizationUploadLine:first-of-type {
    padding-bottom: 26px;
}

#product .wim_makito_form_customization #customizationForm .customizationUploadLine .selector {
    background: #FFFFFF;
    border: 1px solid #CECECE;
    height: 38px;
    width: 100% !important;
    max-width: 318px;
}

#product .wim_makito_form_customization #customizationForm .customizationUploadLine .selector span {
    height: 38px;
    background-image: url(../img/images/arrow_down.svg);
    background-position: 95% 15px;
    display: flex;
    align-items: center;
    width: 100% !important;
    max-width: 318px;
}

#product .wim_makito_form_customization #customizationForm .customizationUploadLine .selector select {
    height: 38px;
    font-weight: normal;
    font-size: 11px;
    color: #323232;
}

#product .wim_makito_form_customization #customizationForm .customizationUploadLine label {
    font-weight: bold;
    font-size: 12px;
    color: #323232;
    line-height: 14px;
    margin-bottom: 23px;
}

#product .wim_makito_form_customization #customizationForm .customizationUploadLine label>span {
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
}

#product .wim_makito_form_customization #customizationForm .customizationUploadBrowse .uploader {
    height: 33px;
}

#product .wim_makito_form_customization #customizationForm .customizationUploadBrowse .uploader .filename {
    height: 33px;
    font-weight: normal;
    font-size: 11px;
    color: #323232;
    line-height: 14px;
    margin-right: 0;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
}

#product .wim_makito_form_customization #customizationForm .customizationUploadBrowse .uploader .action {
    width: 33px !important;
    height: 33px;
    border: 1px solid #CCCCCC;
    border-left: 0;
    background: #FFFFFF;
    background-image: url(../img/subir.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -500px;
}

#product .wim_makito_form_customization #customizationForm #customizedDatas button {
    background: #323232;
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 13px;
    border: 0;
    text-shadow: none;
}

#product .wim_makito_form_customization #customizationForm #customizedDatas button span {
    padding: 9px 41px;
}

#product .wim_makito_form_customization #customizationForm #customizedDatas button span:hover {
    background: #000000;
}

#product #wim_makito_tab_packaging .row>div {
    float: left;
    padding: 0;
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}

#product #wim_makito_tab_packaging .row>div div {
    padding: 0;
}

#product #wim_makito_tab_packaging .row>div .packaging_image {
    text-align: center;
}

#product #wim_makito_tab_packaging .row>div .packaging_image img {
    max-width: 150px;
}

@media (max-width: 767px) {
    #product .wim_makito_form_customization #customizationForm .print-option .print-option-title2 {
        margin-top: 20px;
        text-transform: uppercase;
    }
    #product .wim_makito_form_customization #customizationForm .customizationUploadLine .selector select {}
    #product .wim_makito_form_customization #customizationForm .customizationUploadLine label {
        text-transform: uppercase;
    }
    #product .wim_makito_form_customization #customizationForm .customizationUploadLine label>span {
        text-transform: none;
        display: block;
        letter-spacing: 0.19px;
        line-height: 12px;
    }
    #product .wim_makito_form_customization #customizationForm .customizationUploadLine:last-of-type {
        padding-bottom: 0;
    }
}


/* Fin Makito */

#product .owl-dots {
    text-align: center
}

#product .owl-dot {
    height: 9px;
    width: 9px;
    border: 1px solid #EEEEEE;
    background-color: #EEEEEE;
    border-radius: 20px;
    margin: 0 5.5px;
}

#product .owl-dot.active {
    border-color: #3399FF;
    background-color: #3399FF;
}

#product .ficha_producto #muestra {
    text-align: right;
}

#product .ficha_producto #muestra a {
    font-weight: normal;
    font-size: 13px;
    color: #3399FF;
    letter-spacing: 0;
    line-height: 13px;
    text-decoration: underline;
    cursor: pointer;
}


/* Pop up pedir muestra */

#popupMuestra {
    max-width: 445px;
    margin: auto;
}

#popupMuestra .modal-content {
    background: #FFFFFF;
    border: 1px solid #CECECE;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.50);
    border-radius: 0;
    padding: 27px 17px 16px 17px;
}

#popupMuestra .modal-content .close {
    position: absolute;
    top: 16px;
    right: 18px;
    font-size: 20px;
    color: #323232;
    text-shadow: none;
    line-height: 0;
}

#popupMuestra .modal-content .title {
    font-weight: bold;
    font-size: 13px;
    color: #323232;
    text-transform: uppercase;
    display: flex;
    justify-content: end;
}

#popupMuestra .modal-content>div:first-of-type span,
#popupMuestra .modal-content>div .product_reference span:first-of-type {
    font-weight: bold;
    font-size: 13px;
    color: #323232;
    letter-spacing: 0;
    padding: 0;
    margin: 16px 0 8px 0;
    text-align: left;
}

#popupMuestra .modal-content>div:first-of-type .product_reference {
    text-align: right;
    padding: 0;
    margin: 16px 0 8px 0;
}

#popupMuestra .modal-content>div .product_reference span:first-of-type {
    font-size: 10px;
}

#popupMuestra .modal-content>div .product_reference span:last-of-type {
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.19px;
}

#popupMuestra .modal-content .attribute_list {
    padding: 0;
}

#popupMuestra .modal-content .attribute_list ul li {
    width: 100%;
    float: none;
    background: #F1F1F1;
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    margin-bottom: 5px;
}

#popupMuestra .modal-content .content_prices {
    padding-top: 4px;
    float: unset;
}

#popupMuestra .modal-content .div_button_add_cart_muestra>#add_to_cart {
    margin-top: 18px !important;
    float: unset;
}

#popupMuestra .modal-content #add_to_cart button#add_to_cart {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#popupMuestra .modal-content #add_to_cart button#add_to_cart .span_add_to_cart {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 13px;
}

#popupMuestra .content_prices div:first-of-type #span_cliche_price,
#popupMuestra .content_prices div:first-of-type #span_impresion_price {
    display: none;
}

#popupMuestra .content_prices div:first-of-type #span_delivery_price {
    display: block;
}

#popupMuestra .content_prices div:first-of-type>span {
    padding-bottom: 2px;
}

#popupMuestra p.phrase_color_sizes {
    display: none;
}


/* Fin pop up pedir muestra */

#product #observaciones {
    padding-top: 30px;
    padding-bottom: 4px;
}

#product #observaciones #observaciones_title {
    font-weight: bold;
    font-size: 13px;
    color: #323232;
    letter-spacing: 0;
    text-transform: uppercase;
    display: block;
    padding-bottom: 11px;
}

#product #observaciones textarea {
    width: 100%;
    min-height: 69px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-weight: normal;
    font-size: 13px;
    color: #323232;
    letter-spacing: 0.24px;
    padding: 8px 28px 3px 18px;
}

#product #observaciones textarea::-webkit-scrollbar {
    width: 6px;
}

#product #observaciones textarea::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    border-radius: 3px;
}

#product #observaciones textarea::-webkit-scrollbar-track {
    background: #F6F6F6;
    border-radius: 3px;
}

#product .fancybox-overlay.fancybox-overlay-fixed {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#product span.span_price_impresion_info_extra {
    display: block;
    font-size: 8px;
}

.phrase_color_sizes {
    font-size: 12px;
    line-height: 12ox;
}

.cliche-impresion {
    display: block;
    font-size: 11px;
    color: red;
}

.cliche-impresion.first {
    padding-top: 4px;
}

.btn-view, .btn-viewmobile{
    color: #323232;
    text-decoration-line: underline;
    padding: 0px 5px;
}