#page-title h1 {
    margin-bottom: 5px !important;
}

.shipping-title {
    display: flex;
    align-items: center;
}

.shipping-title-new {
    display: flex;
    align-items: center;
}

.product-quotation-title {
    font-size: 18px;
}

.quotation-container {
    background: transparent url(../img/bg-quotation-responsive.jpg) 0% 0% no-repeat padding-box;
    background-size: cover;
    background-position: center;
    background-origin: content-box;
    box-shadow: 0px 2px 2px #00000029;
    border: 1px solid #EDEDED;
    border-radius: 7px;
    margin: auto;
}


.quotation-title-h2 {
    margin-top: 54px;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
}

.link-container {
    background: #E6FAF3 0% 0% no-repeat padding-box;
    border: 0.699999988079071px solid #D9D8D8;
    border-radius: 7px;
    padding: 20px 30px;
    opacity: 1;
    display: flex;
    justify-content: center;
}

/* Buttons */
.container-buttons {
    display: inline-grid;
}

.button-add-link {
    background: var(--unnamed-color-1dd595) 0% 0% no-repeat padding-box;
    border: 0.3px solid var(--unnamed-color-adadad);
    background: #1DD595 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 2px #00000029;
    border: 0.30000001192092896px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
}

.button-add-link span {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 6.5px;
}

.padding-link {
    padding: 8.5px;
}

.padding-btn {
    padding: 5px;
}

/* Generals */
.text-center {
    text-align: center !important;
}

.color-em-black {
    color: #0D0D0D !important;
}

.weight-600 {
    font-weight: 600 !important;
}

/* Modal add */
.img-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-image {
    width: 50%;
    margin: 0px 30px;
}

.image-container-product {
    text-align: center;
    border-radius: 7px;
    border: 1px solid #EDEDED;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px #00000029;
    padding: 0px 15px;
    height: auto;
    overflow: hidden;
}

.container-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    width: 50%;
    margin: 0px 30px 0px 0px;
}

.quantity-container {
    display: flex !important;
    align-items: baseline;
}

.quantity-container .labels {
    margin-bottom: 10px;
}

.input-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 100%;
    color: #4F5F65;
    gap: 20px;
}

.input-quantity input, .input-quantity p {
    width: 60px;
    padding: 5px;
    text-align: center;
    border: none;
    font-size: 13px;
    outline: none;
    color: #4F5F65;
    background-color: transparent;
}

.input-quantity button, .input-quantity a {
    background-color: transparent;
    color: #4F5F65;
    cursor: pointer;
    border: 0.5px solid #adadad;
    border-radius: 7px;
    padding: 3px 5px;
}

.transparent {
    opacity: 0.4;
    pointer-events: none;
}


.input-quantity {

    .fa-minus,
    .fa-plus,
    span {
        font-size: 16px;
        color: #0D0D0D;
    }

}



/* Variants */
.container-variants {}

.variant-name {
    text-align: left;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 12px !important;
}

.variant-value {
    text-align: left;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 12px !important;
}


/* Card observaciones */
.custom-card {
    border: 0.699999988079071px solid #D9D8D8;
    border-radius: 7px;
    padding: 8px;
    width: 100%;
    background: #FAFAFA 0% 0% no-repeat padding-box;
}

.custom-card .separator-custom-card {
    margin: 4px 0px !important;
    height: 0px;
    background-color: #D9D8D8 !important;
}

.custom-card .card-title {
    font-size: 12px;
    display: flex;
}

.card-title {
    margin-bottom: 0px !important;
}

.custom-card .card-title p {
    color: #0D0D0D !important;
    font-weight: 600;
}

.custom-card .card-title .fa-warning {
    color: #E5BE01;
    margin-right: 10px;
}

.custom-card .card-title .fa-pencil {
    color: #0D0D0D;
    margin-left: 10px;
}

.custom-card .custom-text-area {
    width: 100%;
    height: auto;
    resize: none;
    border: none;
    font-size: 12px;
    padding: 10px 0px;
    color: #0D0D0D;
    background: #FAFAFA;
}

.custom-card textarea:focus {
    outline: none;
    /* Desactiva el resaltado del borde */
}

.container-buttons-buy {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.button-add-buy {
    width: 100%;
    height: 45px;
    background: #1DD595 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
}

.button-add-buy span, .button-add-buy div {
    font-size: 14px !important;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    opacity: 1;
}

.button-back-buy {
    height: 30px;
    background: #EDEDED 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    text-align: left;
    letter-spacing: 0px;
    color: #0D0D0D !important;
    font-size: 12px !important;
    width: 90%;

}

.button-back-quotation span {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
}

.container-modal-add-quotation {
    padding: 0px 20px;
}

/* quantations */
.quotationShowCartTabActive {
    border: 0.5px solid var(--unnamed-color-adadad);
    background: #FFF4EB 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
}


.quotationShowCartTabActive label {
    text-align: left;
    font: normal normal 400 12px/22px Poppins;
    letter-spacing: 0.02px;
    color: #0D0D0D !important;
    opacity: 1;
    margin: 0px;
    padding: 0px 7px;
}


.quotationShowCartTab {
    border: 0.5px solid var(--unnamed-color-adadad);
    background: #FDFDFD 0% 0% no-repeat padding-box;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
}

.quotationShowCartTab label {
    text-align: left;
    font: normal normal 600 12px/22px Poppins;
    letter-spacing: 0.02px;
    color: #0D0D0D;
    opacity: 1;
    margin: 0px;
    padding: 0px 7px;
}

.buttonOptionsQuotation {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    border: 0.5px solid var(--unnamed-color-adadad);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 1px #00000029;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    font-weight: 200 !important;
    color: #0D0D0D !important;
}

.buttonOptionsPurchase {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    border: 0.5px solid var(--unnamed-color-adadad);
    background: #E6FAF3 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 1px #00000029;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
}

.margin-right-5 {
    margin-right: 5px;
}

.container-quantity-button {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 1px #00000029;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    padding: 2px 5px;
}

.container-add-info {
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 14px 18px;

    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029;
    border: 0.699999988079071px solid #D9D8D8;
    border-radius: 7px;
    opacity: 1;
}

.button-get-quotation {
    background: var(--unnamed-color-1dd595) 0% 0% no-repeat padding-box;
    border: 0.3px solid var(--unnamed-color-adadad);
    background: #1DD595 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 2px 2px #00000029;
    border: 0.30000001192092896px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    height: 45px;
}

.button-get-quotation span, .button-get-quotation div {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 6.5px;
    text-transform: none;
}

.button-add-product {
    background: var(--unnamed-color-1dd595) 0% 0% no-repeat padding-box;
    border: 0.3px solid var(--unnamed-color-adadad);
    background: #FFF 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 2px 2px #00000029;
    border: 0.30000001192092896px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
}

.button-add-product span {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #0D0D0D !important;
    opacity: 1;
    padding: 6.5px;
    text-transform: none !important;
    font-weight: 600 !important;
}

.shipping-title-summary-custom {
    background: #EDEDED 0% 0% no-repeat padding-box;
    padding: 1px 10px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 11px;
    font-family: Poppins, sans-serif;
}

.shipping-title-summary-custom p {
    margin-bottom: 0px !important;
    color: #0D0D0D;
}

.shipping-title {
    padding: 15px 0px 15px 10px !important;
    display: flex;
}

.shipping-title-new {
    padding: 15px 0px 15px 10px !important;
    display: flex;
}

.quotationShowCartTabImmediate {
    margin-right: 20px !important;
}

.nameProductQuotation {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.container-btns-subtotal {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-add-option {
    height: 30px;
    background: #E6FAF3 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029 !important;
    border: 0.30000001192092896px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0px;
    color: #0D0D0D !important;
    opacity: 1;
    font-size: 12px;
    padding: 7px;
}

.btn-link-cart {
    height: 30px;
    background: #E6FAF3 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029;
    border: 0.30000001192092896px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0px;
    color: #0D0D0D !important;
    opacity: 1;
    font-size: 12px;
    padding: 7px;
}

.btn-continue-pay-option {
    height: 45px;
    background: #1DD595 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029;
    border: 1px solid #EDEDED;
    border-radius: 7px;
    opacity: 1;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 14px;
    padding: 10px;
    width: 100%;

}

.container-quote {
    display: flex;
    justify-content: flex-end;
}

.btn-action-quote {
    height: 20px;
    background: #D1E4FC 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 11px;
}

.button-add-first-quotation {
    height: 30px;
    background: #E6FAF3 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029;
    border: 0.5px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    font-size: 13px;
}


.bar-search input {
    width: 100%;
    background-color: #FFFFFF;
    border: 0.5px solid #ADADAD !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    background-color: white;
    color: #0D0D0D;
    outline: none;
    padding: 5px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 300;
    border-right: none !important;
    height: 32px;
}


.bar-search .order-buttons {
    display: flex;

}

.bar-search .order-buttons-responsive {
    display: inline;
}

.bar-search .search-icon button {
    display: flex;
    border: none;
    background: transparent;
}

.bar-search .search-icon {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    background-color: #FFFFFF;
    height: 32px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 0.5px solid #adadad !important;
    border-top: 0.5px solid #adadad !important;
    border-right: 0.5px solid #adadad !important;


}

.bar-search .quotation-button button {
    display: flex;
    border: none;
    background: transparent;
    color: #FFFFFF;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0px;

}


.bar-search .quotation-button {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #E76302;
    border: 1px solid #EDEDED;
    border-radius: 7px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 1px 1px #00000029;
    height: 30px;


}


.bar-search .quotation-button:hover {
    background-color: rgba(231, 99, 2, 0.8);
}

.bar-search {
    display: flex;
    width: 50%;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}

.container-new-address {
    flex: 1;
}

.btn-add-new-address {
    height: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 1px #00000029;
    border: 0.30000001192092896px solid #ADADAD;
    border-radius: 7px;
    opacity: 1;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #0D0D0D;
    opacity: 1;
    width: 100%;
    text-align: center;
}

.btn-add-new-address i {
    color: #1DD595;
}

.container-btns-address {
    display: flex;
    gap: 10px;
}

.payment-img {
    text-align: right;
    display: flex;
}

.payment-btn-responsive {
    align-items: center;
    justify-content: space-around;
}

@media (max-width: 1200px) {
    .image-container-product {
        padding: 0px 45px;
        height: auto;
    }
}



@media (max-width: 990px) {
    .image-container-product {
        padding: 0px 45px;
    }

    .quotationShowCartTabQuote label {
        margin-right: 0px !important;
        font-size: 12px !important;
    }

    .quotationShowCartTabImmediate {
        margin-right: 5px !important;
    }

    .quotationShowCartTabActive {
        height: 25px !important;
    }



    #page-title {
        padding: 1rem 0 !important;
    }
}

.add-responsive, .options-responsive, .inmediatly-purchase-responsive {
    display: none !important;
}

@media (max-width: 770px) {

    .container-btns-address {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .bar-search {
        width: 100%;
    }

    textarea:active, textarea:focus, textarea:focus-within, textarea:hover, textarea:visited {
        font-size: 16px !important;
    }

    .quotation-container {
        background: transparent url(../img/bg-quotation.jpg) 0% 0% no-repeat padding-box;
        background-size: cover;
        background-position: center;
        background-origin: content-box;
        box-shadow: 0px 2px 2px #00000029;
        border: 1px solid #EDEDED;
        border-radius: 7px;
        margin: auto;
    }

    .shipping-title-new {
        height: 57px;
        font-size: 13px !important;
    }


    .link-container {
        padding: 20px 30px;
    }

    .add-product-div {
        position: fixed !important;
        bottom: 60px !important;
        left: 0 !important;
        width: 100% !important;
        background-color: #fff !important;
        box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1) !important;
        /* Sombra solo en la parte superior */
        z-index: 1000 !important;
        /* Asegura que esté por encima del contenido */
    }

    .shipping-title-summary-custom, .text-data-container-add, .add-website, .options-website, .inmediatly-purchase-website {
        display: none !important;
    }

    .add-responsive {
        display: flex !important;
    }

    .options-responsive, .inmediatly-purchase-responsive {
        display: flex !important;
        justify-content: end !important;
        gap: 5px;
        width: 100%;
    }

    .container-add-info {
        box-shadow: none;
        border-radius: 0px;
        margin-bottom: 20px;
        padding: 5px 0px;
    }

    .element-products-quotation {
        display: flex;
        flex-direction: column-reverse;
    }


    #page-title {
        padding: 1rem 0 !important;
    }

    .shipping-title {
        padding: 0px 10px !important;
        display: flex;
        font-size: 11px !important;
    }

    .shipping-title-cstm-sub {
        font-size: 11px !important;
    }

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
    }

}

@media (max-width: 750px) {

    .variant-name, .variant-value {
        font-size: 11px !important;
    }

    .shipping-title-new {
        padding: 10px 0px 15px 10px !important;
    }

    .product-quotation-title {
        font-size: 11px !important;
    }

    .shipping-title-cstm p {
        padding: 2px 10px !important;
    }

    .container-image {
        width: 90%;
        margin: 0px 16px;
    }

    .image-container-product {
        margin-bottom: 15px;
    }

    .container-card {
        width: 90%;
        margin: 0px 16px;
    }

    .button-add-quotation, .button-back-quotation, .button-add-first-quotation {
        width: 90%;
    }

    #generalModalBody {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 6px;
    }

    .generalModalQuotationBody {
        position: fixed !important;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    #page-title {
        padding: 1rem 0 !important;
    }

    .btns-container {
        margin: 0px 10px !important;
    }

    .btn-link-cart, .btn-continue-pay-option {
        width: 95%;
    }
}

@media (max-width: 390px) {
    .image-container-product {
        margin-bottom: 15px;
    }

    .buttonOptionsQuotation, .buttonOptionsPurchase {
        font-size: 11px;
    }

    .link-container {
        padding: 20px 5px;
    }
}

@media (max-width: 330px) {
    .image-container-product {
        margin-bottom: 15px;
    }

    .buttonOptionsQuotation, .buttonOptionsPurchase {
        font-size: 10px;
    }
}