/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#product .w055.tabs.pestanas {
    margin-right: 0;
    margin-left: 0;
}
#product .related_products_container {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 3rem;
}
#mqv_related_products {
    width: 100%;
    padding: 0 15px;
}
#mqv_related_products .col-xl-12 {
    padding-right: 0;
    padding-left: 0;
}
#mqv_related_products .mqv_related_products_block + .mqv_related_products_block {
    padding-top: 20px;
    margin-top: 25px;
    border-top: 1px solid rgba(0,0,0,.125);
}
#mqv_related_products .mqv_related_products_block_header h3 {
    position: relative;
    margin: 0;
    max-width: 80%;
    float: left;
    font-size: 22px !important;
    font-weight: bold;
    line-height: 34px;
}
#mqv_related_products .mqv_related_products_block_header h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 2px;
    background-color: #0045b4;    
}
#mqv_related_products .mqv_related_products_block_header {
    margin-bottom: 1rem;
    float: left;
    width: 100%;
}
#mqv_related_products .products_block_more_link {
    float: right;
    background: #333;
    text-transform: uppercase;
    font-weight: bold;
    border-color: #333;
}
#mqv_related_products .products_block_more_link:hover,
#mqv_related_products .products_block_more_link:focus,
#mqv_related_products .products_block_more_link:active {
    background: #333 !important;
    border-color: #333;
}
#mqv_related_products .card-related-product {
    padding: 15px 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#mqv_related_products .card-related-product .product-miniature {
    display: flex;
    align-items: center;
}
#mqv_related_products .card-related-product .product-miniature .product_image_column {
    width: 12%;
}
#mqv_related_products .card-related-product .product-miniature .product_image_column img {
    border: 1px solid rgba(0,0,0,.125);
}
#mqv_related_products .card-related-product .product-miniature form {
    display: flex;
    width: calc(88% - 15px);
    margin-left: 15px;
}
#mqv_related_products .product_info_column .seosa_product_label {
    display: none !important;
}
#mqv_related_products .product_info_column {
    width: 70%;
    text-align: left;
}
#mqv_related_products .product_add_column {
    width: 30%;
    padding-right: 5px;
    padding-left: 15px;
}
#mqv_related_products .product_add_column .product_price_row .prices {
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: last baseline;
    gap: 3px;
}
#mqv_related_products .product_add_column .add-to-cart,
#mqv_related_products .product_add_column .not-stock {
    min-height: 0;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 600;
    padding: 5px 0;
}
#mqv_related_products .product_add_column .not-stock {
    padding: 4px 0;
}
#mqv_related_products .product_add_column .product_price_row {
    text-align: right;
    padding-right: 5px;
}
#product #mqv_related_products .card-producto .card-title {
    min-height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#product #mqv_related_products .card-producto .card-title a {
    font-size: 14px !important;
    display: inline;
    white-space: nowrap;
}
#mqv_related_products .product_additional_row {
    display: flex;
}
#mqv_related_products .product_additional_row .stars-container,
#mqv_related_products .product_additional_row .stars-container img {
    width: 70px;
}
#mqv_related_products .product_additional_row .estimatedDeliveryBlock .estimateddelivery-list .ed_item {
    padding: 0;
}
#mqv_related_products .product_additional_row .estimatedDeliveryBlock .estimateddelivery-list .ed_item svg {
    display: none;
}
#mqv_related_products .product_additional_row .estimatedDeliveryBlock .estimateddelivery-list .ed_item .ed_orderbefore {
    color: #333 !important;
    font-weight: 500 !important;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(0,0,0,.125);
}
#mqv_related_products .product_additional_row .estimatedDeliveryBlock .estimateddelivery-list .ed_item .ed_orderbefore, 
#mqv_related_products .product_additional_row .estimatedDeliveryBlock .estimateddelivery-list .ed_item .date_blue {
    font-size: 10px !important;
    line-height: 26px;
    white-space: nowrap;
}
#mqv_related_products .product_additional_row .estimatedDeliveryBlock .estimateddelivery-list .ed_item .ed_orderbefore::before {
    display: none;
}
#mqv_related_products .product_additional_row .form-group {
    margin: 0 0 0 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(0,0,0,.125);
    width: 40%;
}
#mqv_related_products .product_additional_row .form-group.mb-10 {
    border: none;
}
#mqv_related_products .product_additional_row .form-control {
    text-align: left;
    padding: 4px 7px;
}


#tab-content #related_products {
    border: none !important;
    padding: 0;
    margin-bottom: 3rem;
}
#tab-content #related_products #mqv_related_products {
    padding: 0;
}
#tab-content #related_products #mqv_related_products .mqv_related_products_block_header h3 {
    max-width: calc(100% - 105px);
    font-size: 17px !important;
}
#tab-content #related_products #mqv_related_products .card-related-product {
    padding: 10px;
}
#tab-content #related_products #mqv_related_products .card-related-product .product-miniature .product_image_column {
    width: 22%;
}
#tab-content #related_products #mqv_related_products .card-related-product .product-miniature .product_image_column .product_price_row .prices {
    height: auto;
    margin-top: 4px;
    margin-bottom: 0;
}
#tab-content #related_products #mqv_related_products .card-related-product .product-miniature .product_image_column .product_price_row .product-price {
    font-size: 18px !important
}
#tab-content #related_products #mqv_related_products .card-related-product .product-miniature .product_image_column .product_price_row .old-price {
    display: none;
}
#tab-content #related_products #mqv_related_products .card-related-product .product-miniature form {
    display: flex;
    width: calc(78% - 15px);
    margin-left: 15px;
}
#tab-content #related_products #mqv_related_products .product_info_column {
    width: 100%;
    text-align: left;
    padding-right: 5px;
}
#product #tab-content #related_products #mqv_related_products .card-producto .card-title {
    min-height: 0 !important;
}
#tab-content #mqv_related_products .product_additional_row {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#tab-content #mqv_related_products .product_additional_row .form-group {
    margin: 0 0 0 4px;
    padding-left: 8px;
    width: 55%;
}
#tab-content #mqv_related_products .product_additional_row .form-group .styled-select {
    background-position: 95% 9px;
}
#tab-content #mqv_related_products .product_additional_row .form-control {
    padding: 2px 7px;
}
#tab-content #related_products #mqv_related_products .product_additional_row .stars-container {
    width: 45%;
}
#tab-content #related_products #mqv_related_products .product_additional_row .stars-container img {
    width: 100%;
    max-height: 22px;
}
#tab-content #mqv_related_products .product_add_row {
    display: flex;
    align-items: center;
}
#tab-content #mqv_related_products .product_add_row .add-to-cart,
#tab-content #mqv_related_products .product_add_row .not-stock {
    min-height: 0;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 600;
    padding: 5px 0;
}
#tab-content #mqv_related_products .product_add_row .not-stock {
    padding: 4px 0;
    border-width: 1px;
}
#tab-content #mqv_related_products .product_add_row .estimatedDeliveryBlock {
    width: 45%;
}
#tab-content #mqv_related_products .product_add_row .estimatedDeliveryBlock .estimateddelivery-list .ed_item {
    padding: 0;
}
#tab-content #mqv_related_products .product_add_row .estimatedDeliveryBlock .estimateddelivery-list .ed_item svg {
    display: none;
}
#tab-content #mqv_related_products .product_add_row .estimatedDeliveryBlock .estimateddelivery-list .ed_item .ed_orderbefore {
    color: #333 !important;
    font-weight: 500 !important;
    white-space: nowrap;
    line-height: 25px;
}
#tab-content #mqv_related_products .product_add_row .estimatedDeliveryBlock .estimateddelivery-list .ed_item .ed_orderbefore, 
#tab-content #mqv_related_products .product_add_row .estimatedDeliveryBlock .estimateddelivery-list .ed_item .date_blue {
    font-size: 9px !important;
}
#tab-content #mqv_related_products .product_add_row .estimatedDeliveryBlock .estimateddelivery-list .ed_item .ed_orderbefore::before {
    display: none;
}
#tab-content #mqv_related_products .product_add_row .product_add_to_cart_btn {
    width: 55%;
    margin: 0 0 0 4px;
    padding-left: 8px;
}