/*
*
*	Ficha productos
*
*/
#product #wrapper .container {
    margin-bottom: 80px;
}

.col-md-6.col-right {
    padding-right: 40px;
    width: 55%;
}

@media (max-width:992px) {

    .col-md-6.col-right {
        padding-right: 15px;
    }
}

.page-product #main>.row>.col-md-6.col-right .product-cover {
    display: flex;
    justify-content: center;
}

.page-product #main>.row>.col-md-6.col-right .product-cover .js-qv-product-cover {
    width: 80% !important;
}

@media (max-width:992px) {

    .page-product #main>.row>.col-md-6.col-right .product-cover .js-qv-product-cover {
        width: 100% !important;
    }
}

.col-md-6.col-left {
    max-width: 470px;
    width: 45%;
}

@media (max-width:992px) {

    .col-md-6.col-left {
        max-width: unset;
        width: 100%;
    }
}

#product .breadcrumb {
    margin-bottom: 60px;
}

#product .breadcrumb li a {
    font-size: 13px;
    color: var(--black-color);
}

#product #content {
    max-width: none;
}

#product #content .product-flags {
    display: none;
}

#product #content .images-container .product-images>li.thumb-container>.thumb.selected,
#product #content .images-container .product-images>li.thumb-container>.thumb:hover {
    font-weight: bold;
}

#product .referencia span {
    text-transform: uppercase;
    font-family: 'HelveticaNeue', sans-serif;
    font-size: 12px;
    line-height: 1.17;
}

#product .referencia .label {
    color: var(--blue-color);
    margin-right: 10px;
}

#product .referencia .value {
    color: #e7202e;
}

#product #content-wrapper .title {
    margin-bottom: 0;
    padding-bottom: 0;
}

#product #content-wrapper .title h1 {
    border: 0;
    color: var(--black-color);
    font-size: 36px;
    font-weight: bold;
    text-transform: none;
    margin-block-end: 20px;
}

#product #content-wrapper .title h1.con_subtitulo {
    margin-bottom: 8px;
}

#product #content-wrapper .title .subtitulo {
    color: rgba(67, 67, 67, 0.3) !important;
    display: block;
    font-size: 20px;
    font-weight: 700;
}

#product p {
    color: var(--black-color);
}

/* #product p strong {
    font-family: 'Segoe UI', sans-serif !important;
} */

#product .product-cover img {
    box-shadow: none;
    background: none;
}

#product .btn-primary.add-to-cart {
    padding: 0px 10px;
    background-color: unset !important;
    border-color: #ea5442;
    border-width: 1px;
    border-style: solid;
    border-radius: 21px;
    color: #ea5442 !important;
    padding: 15px 25px !important;
    transition: all .3s ease;
}

#product .btn-primary.add-to-cart:hover {
    background-color: var(--brand-color) !important;
    color: white !important;
}

#product .btn-primary .material-icons {}

#product .btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
    background-color: #040403;
}

#product .btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #040403;
}

#product #product-modal .modal-content {
    overflow: visible;
}

#product-modal .modal-content .modal-body .product-cover-modal {
    background: none;
}

#product .product-information div[id^="product-description"] p {
    font-size: 21px;
    font-weight: 400 !important;
}

#product .product-information .descripcion {
    color: var(--black-color);
}

#product .product-information .product-pack .pack-product-container {
    justify-content: space-between;
}

#product .product-information .product-pack .pack-product-container .thumb-mask .mask,
#product .product-information .product-pack .pack-product-container .thumb-mask .mask img {
    width: 86px;
    height: 86px;
}

#product #content-wrapper .images-container .mask {
    display: none;
}

#product .product-information .product-prices .tax-shipping-delivery-label {
    display: none;
}

#product #wrapper #content-wrapper .product-information .product-prices {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 15px;
}

#product #wrapper #content-wrapper .product-information .product-prices .row {
    margin-left: 0 !important;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

#product #wrapper #content-wrapper .product-information .product-actions {
    margin-top: 10px;
}

#product #wrapper #content-wrapper .product-information .product-prices .product-price .current-price {
    min-width: 85px;
}

#product #wrapper #content-wrapper .product-information .product-prices .product-price .current-price span {
    font-weight: 800;
}

#product .product-information .product-prices .product-discount span {
    color: #707070;
    font-size: 20px;
}

#product #wrapper #content-wrapper .product-information .product-actions {
    margin-bottom: 20px;
}

#product #wrapper #content-wrapper .product-information #product-details .product-reference,
#product #wrapper #content-wrapper .product-information #product-details .product-features div {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

#product #wrapper #content-wrapper .product-information #product-details .product-reference label,
#product #wrapper #content-wrapper .product-information #product-details .product-features label {
    display: flex;
    min-width: 150px;
    margin-right: 0;
    padding: 0;
}

#product #wrapper #content-wrapper .product-information .product-actions .product-add-to-cart .add-to-cart i {}

#product .product-add-to-cart .add-to-cart i,
article.product-miniature .add .add-to-cart i,
.owl-item article.product-miniature .add .add-to-cart i {
    font-size: 20px;
}

.product_description_short p {
    font-size: 18px;
    margin-bottom: 30px;
}

.product-prices {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.product-prices>* {
    margin-right: 15px !important;
}

.product-prices>*:last-child {
    margin-right: 0 !important;
}

.product-prices div,
.product-prices p {
    margin-bottom: .625rem;
}

.product-prices .product-price {
    margin: 0;
    color: #040403;
    font-size: 26px;
    /* order: 1 !important; */
}

.product-prices .product-price .current-price>span:first-child {
    font-size: 42px;
    font-weight: bold;
}

.product-prices .product-discount {
    /* order: 2; */
}

.product-prices .product-discount .regular-price {
    color: var(--blue-color);
    margin-right: 0;
}

.product-quantity #quantity_wanted {
    color: var(--black-color);
    text-align: center;
    background: transparent;
    border: unset;
    height: 39px !important;
}

.product-quantity .add button {
    opacity: 1;
    border-radius: 30px;
    text-transform: uppercase;
}

.product-pack {
    margin: 2.5rem 0;
}

.bootstrap-touchspin {
    display: flex;
    justify-content: center;
    box-shadow: none;
    border-radius: 21px;
    position: relative;
    width: 90px;
    border: 1px solid;
}

.bootstrap-touchspin .input-group-btn-vertical {
    color: #040403;
}

.bootstrap-touchspin .btn-touchspin {
    border-color: #e3e3e3;
}

.bootstrap-touchspin .bootstrap-touchspin-up {
    position: absolute !important;
    width: fit-content !important;
    right: 7px;
    top: 10px;
    border: unset;
}

.bootstrap-touchspin .bootstrap-touchspin-down {
    position: absolute !important;
    width: fit-content !important;
    left: 7px;
    top: 10px;
    border: unset;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: '\E145';
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: '\E15B';
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down i,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down i {
    margin-top: 2px;
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: initial;
}

.input-group-btn-vertical .btn {
    padding: 12px;
    background: transparent !important;
    border-width: 1px;
    border-left: 0;
}

.product-quantity .input-group-btn-vertical .btn i {
    font-size: 18px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 1px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: var(--black-color);
}

.product-prices .product-price .current-price {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: max-content;
}

.product-prices .tax-shipping-delivery-label {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-right: 0;
    /* order: 3; */
}

.product-prices #product-availability {
    font-size: 15px;
    /* order: 4; */
}

.product-prices .has-discount {
    /* order: 5; */
}

.product-prices .has-discount .discount {
    background: var(--brand-color);
    border-radius: 13px;
    color: white;
    font-weight: bold;
    font-size: 13px;
    padding: 3px 15px;
}

.product-actions {
    margin-top: 20px;
}

.product-actions .qty {
    margin-right: 30px;
}

#product .product-information>#tab-content {
    /* margin: 20px 0 30px 0; */
}

#product .product-information>#tab-content .h6,
#product .product-information>#tab-content .product-out-of-stock {
    display: none !important;
}

#product .product-information>#tab-content .tab-pane>div,
#product .product-information>#tab-content .tab-pane>section>div label {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

#product .product-information>#tab-content .tab-pane>section:last-of-type>div:last-of-type {
    border-bottom: none;
}

#product .product-information>#tab-content .tab-pane>div label,
#product .product-information>#tab-content .tab-pane>section>div label {
    flex: 1 0 20%;
    margin-right: 30px;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--blue-color);
    margin-bottom: 0;
    font-weight: 400;
}

#product .product-information>#tab-content .tab-pane>div span,
#product .product-information>#tab-content .tab-pane>section>div span {
    flex: 1 0 65%;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--black-color);
    font-weight: bold;
}

#product .product-information>#tab-content .product-features {
    margin: 0;
}

#product .product-add-to-cart {
    display: inline-block;
    margin-right: 15px;
}

#product .product-additional-info {
    display: none;
}

#product .tabs {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

#product .tabs .nav-tabs {
    display: flex;
    min-width: 150px;
    margin-right: 0;
    padding: 0;
    flex: 1 0 20%;
    border-bottom: unset;
}

#product .tabs .nav-tabs .nav-link {
    text-transform: uppercase;
    font-size: 16px;
    color: var(--blue-color);
    font-weight: 400;
    border: unset;
    padding: 0;
}

#product .tabs #tab-content {
    flex: 1 0 65%;
}

@media (max-width: 992px) {

    #product .tabs #tab-content {
        flex: 1 0 60%;
    }
}

#product .tabs #tab-content .product-description strong {

    text-transform: uppercase;
    font-size: 16px;
    color: var(--black-color);
    font-weight: bold;
}

#product #block-reassurance {
    box-shadow: none;
    background: none;
    display: none;
}

#product #block-reassurance li {
    border: none;
}

#block-reassurance li .block-reassurance-item {
    padding: .35rem 1.5rem;
}

#product .product-accessories {
    position: relative;
    padding-bottom: 20px;
    margin-top: 50px;
}

#product .product-accessories .thumbnail-container {
    box-shadow: none;
    background: #FBFBFB;
}

#product .product-accessories .product-description {
    background: none;
}

#product .product-accessories h3 {
    font-size: 21px;
    font-weight: bold;
    text-transform: none !important;
    margin-bottom: 30px;
}

.product-cover .layer .zoom-in {
    color: var(--white-color);
}

.product-cover .layer {
    background: transparent;
}

#product .video {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

#product .video a {
    background: #e6d8c2;
    padding: 15px 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

#product .video a i {
    font-size: 30px;
    margin-right: 10px;
}

#product .video a span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

#product .mfp-bg {
    opacity: .7;
}

#product .descuento.movil {
    display: none;
}

#product .product-discount.movil {
    display: none;
}

@media (max-width: 992px) {
    #product .product-quantity {
        flex-wrap: wrap;
    }

    #product .product-actions .qty {
        margin-bottom: 20px;
    }

    #product #wrapper #content-wrapper #main>.row .col-md-6.col-right {
        width: 100%;
    }

    #product #wrapper #content-wrapper #main>.row .col-md-6.col-left {
        width: 100%;
    }

    #product #content-wrapper .title h1 {
        border-bottom: none;
    }

    #product #wrapper #content-wrapper .product-information .product-prices {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    #product #wrapper #content-wrapper .product-information .product-prices .product-price .current-price span {
        font-weight: 400;
    }

    #product #wrapper #content-wrapper .product-information .product-actions {
        margin-bottom: 0;
    }

    #product #wrapper #content-wrapper .product-information .product-actions .product-add-to-cart .qty {
        margin-right: 10px;
    }

    #product #wrapper #content-wrapper .product-information #product-details .product-reference,
    #product #wrapper #content-wrapper .product-information #product-details .product-features div {
        border-bottom: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 768px) {

    #product h1,
    #product h1 .subtitulo {
        font-size: 30px;
        padding-top: 20px;
    }

    #product .product-quantity {
        -webkit-box-pack: center;
        justify-content: center;
    }

    #product .product-quantity .qty .input-group,
    #product .product-quantity .add button {
        margin: 0 auto;
    }

    #product #main .row .col-xs-12 {
        padding: 0;
    }

    #product .pack-product-quantity {
        border-left: none;
    }

    #product .descuento {
        display: none;
    }

    #product .descuento.movil {
        display: block;
    }

    #product .product-discount {
        display: none;
    }

    #product .product-discount.movil {
        display: inline-block;
    }

    #product .product-features {
        margin-left: 0;
    }

    .product-features>dl.data-sheet {
        text-align: center;
    }

    .product-prices .tax-shipping-delivery-label {
        margin-right: 0;
    }
}

@media (max-width: 480px) {

    #product #wrapper #content-wrapper .featured-products .titulo {
        font-size: 25px;
    }
}

@media (max-width: 389px) {
    #product #wrapper #content-wrapper .product-information .product-actions .product-add-to-cart .product-quantity {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 15px;
    }
}

@media (max-width: 373px) {
    .product-quantity {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #product .product-add-to-cart,
    #product .product-actions .qty {
        margin-right: 0;
    }
}

#product .featured-products .titulo {
    text-transform: unset !important;
    margin-bottom: 25px !important;
}

#product #extra-button-cart {
    display: none;
    /* display: block; */
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    z-index: 10001;
    left: 0;
    border-top: 2px solid rgba(68, 70, 71, .15);
}


@media(max-width: 992px) {
    #product #extra-button-cart {
        display: none !important;
    }
}

#product #extra-button-cart .article-sized {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 60px;
    gap: 80px;
}

/*
@media(max-width: 992px) {
    #product #extra-button-cart .article-sized {
        gap: 20px;
    }
} */

#product #extra-button-cart .article-sized .basic-data {
    display: flex;
    gap: 20px;
}

#product #extra-button-cart .article-sized .basic-data img {
    width: 50px !important;
    height: auto;
}

#product #extra-button-cart .article-sized .basic-data .product-title {
    display: flex;
    align-items: center;
}

#product #extra-button-cart .article-sized .basic-data .title h1 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#product #extra-button-cart .article-sized .price-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* @media(max-width: 992px) {
    #product #extra-button-cart .article-sized .price-wrapper {
        gap: 20px;
    }
} */

#product #extra-button-cart .article-sized .price-wrapper .product-prices-wrapper .product-prices {
    margin-top: unset;
    margin-bottom: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}

#product #extra-button-cart .article-sized .price-wrapper .product-prices-wrapper .product-prices>.row {
    margin: 0 !important;
}

#product #extra-button-cart .article-sized .price-wrapper .product-prices-wrapper .product-prices>.row:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}

#product #extra-button-cart .article-sized .price-wrapper .product-prices-wrapper .product-prices>.row:nth-of-type(2)>*:not(.product-price) {
    display: none;
}

#product #extra-button-cart .article-sized .price-wrapper .product-prices-wrapper .product-prices>.row:nth-of-type(2) .current-price span {
    font-size: 32px;
}

#product #extra-button-cart .article-sized .price-wrapper .product-prices-wrapper .product-prices .product-discount,
#product #extra-button-cart .article-sized .price-wrapper .product-prices-wrapper .product-prices .descuento {
    margin-bottom: 0;
}

#product #extra-button-cart .article-sized .price-wrapper .product-actions {
    margin-top: 0 !important;
}