/* REVISAR */
#product .product_topview {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.input-color {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    opacity: 0;
}

.input-container {
    position: relative;
}

.input-radio {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.radio-label {
    display: inline-block;
    padding: 0.125rem 0.625rem;
    font-weight: 600;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.product_add_to_cart .product-quantity {
    display: flex;
    flex-wrap: wrap;
}

.product_add_to_cart .product-quantity .qty,
.product_add_to_cart .product-quantity .add {
    display: inline-flex;
    float: left;
}

.product_add_to_cart .product-quantity .add .add-to-cart {
    width: 100%;
}

.product_add_to_cart .product-quantity .add .add-to-cart>i {
    line-height: inherit;
    margin-right: 4px;
    font-size: 13px;
}

.product_add_to_cart .product-quantity .qty {
    margin-right: 0;
}

.product_add_to_cart .product-quantity .input-group-btn-vertical {
    width: auto;
}

.product_add_to_cart .product-quantity .input-group-btn-vertical .btn {
    padding: 0.5rem 0.6875rem;
    -webkit-appearance: none !important;
    color: black !important;
}

.product_add_to_cart .product-quantity .input-group-btn-vertical .btn i {
    top: 0.125rem;
    left: 0.1875rem;
    font-size: 13px;
    -webkit-appearance: none !important;
}

.product_add_to_cart .product-quantity .btn-touchspin {
    height: 1.438rem;
}

.product_add_to_cart .product-quantity .input-group-btn-vertical .btn {
    top: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_add_to_cart .product-quantity .input-group-btn-vertical .btn i {
    position: relative;
    top: 0;
    left: 0;
}

.product_add_to_cart .product-minimal-quantity {
    margin: 0;
}

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

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

.bootstrap-touchspin #quantity_wanted:not(.dfd-quantity-wanted),
.bootstrap-touchspin #quantity_wanted_miniature {
    left: 25px;
    width: 50px;
    height: 44px !important;
    padding: 0;
    text-align: center;
    line-height: 24px;
    border-left: 0;
    border-top: 1px solid var(--color_font);
    border-bottom: 1px solid var(--color_font);
    border-right: 0;
}

.bootstrap-touchspin .input-group-btn-vertical {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    left: -75px;
    border-left: 1px solid var(--color_font);
    border-top: 1px solid var(--color_font);
    border-bottom: 1px solid var(--color_font);
    border-right: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-left: 0;
    border-top: 1px solid var(--color_font);
    border-bottom: 1px solid var(--color_font);
    border-right: 1px solid var(--color_font);
    left: 26px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up>i {
    font-size: 13px !important;
}

.product-discounts>.product-discounts-title {
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 12px;
}

.product-discounts>.product-discounts-title i {
    color: var(--primary_color);
    margin-right: 4px;
}

.product-discounts>.table-product-discounts thead tr th {
    width: 33%;
    padding: 0.625rem 1.25rem;
    text-align: center;
    background: #FFFFFF;
    border: 0.3125rem #f6f6f6 solid;
}

.product-discounts>.table-product-discounts tbody tr {
    background: var(--background);
}

.product-discounts>.table-product-discounts tbody tr:nth-of-type(even) {
    background: #FFFFFF;
}

.product-discounts>.table-product-discounts tbody tr td {
    padding: 0.625rem 1.25rem;
    text-align: center;
    border: 0.3125rem #f6f6f6 solid;
}

.product-discount {
    color: #7a7a7a;
}

.product-discount .regular-price {
    font-weight: 500;
    text-decoration: line-through;
}

.product-unit-price {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 21px;
    color: var(--primary_color);
}

#product-availability {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

#product-availability .material-icons {
    line-height: inherit;
}

#product-availability .product-available {
    color: #179942;
}

#product-availability .product-unavailable {
    color: #F75C03;
}

#product-availability .product-last-items {
    color: #F75C03;
}

.product-variants>.product-variants-item:last-child {
    margin-bottom: 0;
}

.product-variants>.product-variants-item select {
    width: 100%;
    padding-right: 1.875rem;
    background-color: #FFFFFF;
}

.product-variants>.product-variants-item ul li label {
    margin-bottom: 0;
}

.product-customization {
    font-size: 15px;
    line-height: 24px;
}

.product-customization>.card {
    background-color: inherit !important;
    margin-bottom: 20px;
    margin-top: 16px;
}

.product-customization .card-title {
    font-weight: 700;
}

.product-customization .card-title i {
    color: var(--primary_color);
    margin-right: 4px;
}

.product-customization .product-customization-item {
    margin: 12px 0;
}

.product-customization .product-customization-item:last-child {
    margin-bottom: 0;
}

.product-customization .product-customization-item label {
    font-weight: 500;
}

.product-customization .product-message {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid var(--color_font);
    color: var(--color_font);
    background: #FFFFFF;
    font-size: 15px;
    line-height: 24px;
    padding: 8px 16px;
    margin-bottom: -6px;
}

.product-customization .product-message:focus {
    border-color: var(--primary_color);
    outline: 0;
}

.product-customization .file-input {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 42px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
}

.product-customization .customization-message {
    margin-top: 20px;
}

.product-customization .custom-file {
    position: relative;
    display: block;
    width: 100%;
    color: var(--color_font);
    background: #FFFFFF;
    border: 1px solid var(--color_font);
    font-size: 15px;
    line-height: 24px;
    padding: 8px 16px;
}

.product-customization .custom-file::placeholder {
    color: #939393;
}

.product-customization .custom-file button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: 40px;
    background-color: #FFF;
    color: var(--color_font);
    border: 0;
    border-left: 1px solid var(--color_font);
}

.product-customization small {
    color: #939393;
    display: flex;
    margin-top: 4px;
}

.product-customization .btn_personalizacion {
    display: block;
    margin: 20px auto 0;
}

.product-customization form>ul {
    margin: 0;
}

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

.product-pack .pack-product-container {
    display: flex;
    justify-content: space-around;
}

.product-pack .pack-product-container .pack-product-name {
    flex: 0 0 50%;
    font-size: 0.875rem;
    color: #7a7a7a;
}

.product-pack .pack-product-container .pack-product-quantity {
    padding-left: 0.625rem;
    border-left: #f6f6f6 2px solid;
}

.product-pack .pack-product-container .pack-product-name,
.product-pack .pack-product-container .pack-product-price,
.product-pack .pack-product-container .pack-product-quantity {
    display: flex;
    align-items: center;
}

.product_packs_dto {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.product_packs_dto .pack_dto {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: calc(33.33% - 8px);
    background-color: #FFF;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 1199px) {
    .product-quantity {
        flex-direction: row;
    }

    .product-quantity .qty,
    .product-quantity .add {
        justify-content: start;
    }

    .product-quantity .add {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #product .product_topview {
        flex-direction: column;
    }

    #product .product_topview .block_left,
    #product .product_topview .block_center,
    #product .product_topview .block_right {
        width: 100%;
    }

    #product .product_topview.product_columns_2 .block_left,
    #product .product_topview.product_columns_2 .block_right {
        width: 100% !important;
    }

    #product .product-customization>.card {
        padding: 0;
        background-color: inherit;
    }

    .product_packs_dto .pack_dto {
        width: calc(50% - 8px);
    }

    .product-quantity {
        flex-direction: row;
    }

    .product-quantity .qty,
    .product-quantity .add {
        justify-content: flex-start;
    }
}

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