/*
## Logista modal
********************************************************************/

#logistaModalCart {

    display: block;
}

#logistaModalCart .modal-header {
    border: 0;
    min-height: unset;
    padding: 0;
    position: relative;
    z-index: 1000000;
}

#logistaModalCart .modal-header > button {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.7;
    border: 2px solid #000;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 1px;
    font-size: 20px;
}

#logistaModalCart .modal-title {
    margin: 25px 0 0;
    width: 100%;
    text-align: left;
}

#logistaModalCart .modal-title > div {
    padding: 0;
}

#logistaModalCart .modal-body {
    padding: 40px 15px 10px;

}

.btn-default {
    font-size: 14px !important;
    color: #333 !important;
    background-color: #fff;
    border-color: #ccc !important;
}

.modal-footer .btn+.btn {
    font-size: 14px !important;
    margin-left: 5px;
}

.h1, h1 {
    font-size: 30px;
}

.h2, h2 {
    font-size: 25px;
}

.confirmation-btn-group a {
    margin: 5px;
}

.employee-modal-image-title-container{
    margin-left: 5px;
    width: 200px;
}

.employeeCarouselItem{
    display: flex;
    flex-direction: column;
}

.employeeModalProductPriceListerContainer{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    width: 200px;
}

.employee-modal-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5px;
}

.employeeModalAddToCart{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 200px;
}
.notInterestedEmployeeModal{
    margin-block-end: 0px;
    margin-left: 15px;
    text-decoration: underline;
}

.employeeModalProductNameAndPrice{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    width: 200px;
}

.employeeModalProductNameAndPrice .price-product .img_points {
    width: 45px;
}

.employee-modal-header{
    font-weight: 900;
    text-transform: uppercase;
    align-items: center;
    margin-left: 20px;
    margin-top: 10px;
    font-size: larger;
    padding-top: 10px;
}

.employeeCarouselDescription{
    background: #E37C00;
    font-size: 11px;
    height: 25px;
    line-height: 13px;
    opacity: 0.9;
    padding: 5px;
    text-align: start;
    width: min-content;
    white-space: nowrap;
}

employee-carousel-content-container{

}

.employeeCarouselSpan{
    color: white;
    font-family: museo_sans700;
    font-size: 10px;
    height: 25px;
    margin: 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    vertical-align: center;
}
.employeeModalRow{
    margin-right: 15px;
}

.employee-modal-ok{
    color: #E37C00;
}

#logistaModalCart .modal-content-margin {
    margin-top: 10px;
}

#logistaModalCart .disp-img .title,
#logistaModalCart .disp-img .details {
    display: none;
}

#logistaModalCart .disp-img img {
    width: 100%;
}

#logistaModalCart .modal-footer {
    border: 0;
    min-height: unset;
}


#logistaModalCart .cartItems {
    padding: 10px;
}

#logistaModalCart .cartItems .thumb {

}

#logistaModalCart .cartItems .details {
    text-align: left !important;
    margin-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    font-weight: normal;
}

#logistaModalCart .cartItems .details * {
    font-weight: normal;
    font-family: "museo_sans500", serif;
}

#logistaModalCart .cartItems .quantity {
    text-align: left !important;
}

#logistaModalCart .cartItems .total {
    text-align: left !important;
    font-weight: bold;

}

#logistaModalCart .cart-totals {
    background-color: #fafafa;
    padding: 10px;

}

#logistaModalCart .cart-totals .cart-totals-tittle {
    font-weight: 900;
    font-family: "museo_sans900", serif;
    margin-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;

}

#logistaModalCart .cart-totals .cart-totals-product {

}

#logistaModalCart .cart-totals .cart-totals-ship {

}

#logistaModalCart .cart-totals .cart-totals-total {

}

#logistaModalCart .cart-totals .cart-totals-info {

}

#logistaEmployeeModal .modal-content {
    width: 850px;
}

.modal-body.modal-body-employee {
    padding: 1rem !important;
}

.line-break{
    padding: 10px 0;
    margin: 5px 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.line-break-employee-modal {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 5px 0;
    border-top: 1px solid #e4e4e4;
}

.btn--close-modal,
.btn--close-modal-folow {
    min-width: 120px;
}

.btn--close-modal {
    color: #333 !important;
}

.btn--close-modal-folow {
    background-color: #00b477 !important;
    border-color: #00b477 !important;
    box-shadow: 0 0 0 1px  #00b477 !important;
    color: white !important;
    font-size: 14px !important;
}

.btn--close-modal-folow:hover {
    background-color: #00cd8c !important;
    border-color: #00cd8c !important;
    box-shadow: 0 0 0 1px #00cd8c !important;
    color: white !important;
}

@media (max-width: 425px) {
    #logistaModalCart {
        background-color: #fff;
    }

    #logistaModalCart .modal-dialog {
        margin: 0;
        box-shadow: none !important;
    }

    #logistaModalCart .modal-content {
        box-shadow: none;
        border: 0;
    }

    #logistaModalCart .modal-body > div > div:last-child {
        margin-bottom: 50px;
    }

    .btn--update-email-modal {
        width: 100%;
        margin-top: 10px;
    }

    #logistaModalCart .disp-img img {
        width: 425px;
    }
}

@media (max-width: 375px) {
    #logistaModalCart .disp-img img {
        width: 375px;
    }
}

@media (max-width: 320px) {
    #logistaModalCart .disp-img img {
        width: 320px;
    }
}

@media (min-width: 768px) {
    #logistaModalCart .modal-footer {
        padding: 0;
        z-index: 1000000;
        position: absolute;
        bottom: 15px;
        right: 15px;
    }
}

@media (max-width: 767px) and (min-width: 426px) {
    #logistaModalCart .modal-dialog {
        max-width: 500px;
        margin: 15px auto;
    }

    #logistaModalCart .modal-body {
        margin-bottom: 50px;
    }

    #logistaModalCart .modal-footer {
        padding: 0;
        z-index: 1000000;
        position: absolute;
        bottom: 15px;
        left: 15px;
    }

    #logistaModalCart .btn--update-email-modal {
        float: left !important;
    }
}

@media (max-width: 767px) {
    #logistaModalCart .modal-footer {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #logistaModalCart .modal-dialog {
        width: auto;
        max-width: 900px;
    }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px !important;
  }
}