
/*--------------------------------------------------------------
Cesta
--------------------------------------------------------------*/
.shopping-cart {
    margin-top: 20px;
    margin-bottom: 60px;
}

.table-shopping {
    display: table;
    width: 100%;
    color: #053e60;
}

.table-heading {
    display: table-row;
    font-weight: bold;
    text-align: left;
}

.table-heading .table-cell {
    border: 0;
}

.table-heading span {
    text-transform: uppercase;
    color: #053e60;
    font-weight: bold;
    font-size: 18px;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    padding: 5px;
    border-bottom: 1px solid #f7941d;
    vertical-align: middle;
}

.table-cell.product-image {
    min-width: 100px;
}

.product-image img {
    width: 100px;
}

.table-cell .quantity {
    margin: 0;
    justify-content: left;
}

.table-cell .quantity .form-control {
    width: 50px;
    border: 0;
    padding: 0 5px;
    height: 25px;
}

.table-cell .btn.minus-btn, .table-cell .btn.plus-btn {
    background: #f7941d;
    color: #fff;
    padding: 0;
    width: 25px;
    height: 25px;
}

.product-delete i {
    font-size: 22px;
}

.row-footer .table-cell {
    border: 0;
}

.row-footer span {
    text-transform: uppercase;
    font-weight: bold;
}

.row-footer .total-cost {
    color: #f7941d;
    font-size: 18px;
    display: ruby;
}

.bs-stepper-circle {
    width: 2.5em;
    height: 2.5em;
    background-color: #f7941d;
    color: #053e60;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5em;
}

.active .bs-stepper-circle {
    background-color: #f7941d;
}

.bs-stepper .line, .bs-stepper-line {
    min-height: 2px;
    margin: auto;
    background-color: #053e60;
}

.shopping-cart h5 {
    color: #053e60;
    font-weight: bold;
}

.shopping-cart .delivery span {
    color: #053e60;
    text-transform: uppercase;
    font-size: 14px;
}

.shopping-cart .delivery label {
    margin-right: 20px;
}

.shopping-cart [type="radio"]:not(:checked) + span::before, .shopping-cart [type="radio"]:not(:checked) + span::after {
    border: 2px solid #f7941d;
}

.shopping-cart label.form-label {
    font-style: italic;
    color: #f7941d;
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

.shopping-cart input {
    border-color: #053e60;
    /*border-width: 0 0 1px 0;*/
    border-radius: 0;
    padding: 0 15px 5px 0;
    color: #053e60;
}

.shopping-cart input:focus {
    /*border-width: 0 0 1px 0;*/
    border-radius: 0;
    /*border-color: #f7941d;*/
    box-shadow: none;
}

.shopping-cart .form-contact select {
    width: 80% !important;
    float: left;
    border-color: #053e60;
    /*border-width: 0 0 1px 0;*/
    border-radius: 0;
    padding: 6px 15px 6px 0;
}

.shopping-cart .form-contact .btn {
    width: 18%;
    float: right;
    margin-left: 2%;
    text-transform: uppercase;
    color: #053e60;
    border-color: #053e60;
}

.shopping-cart .form-contact .btn:hover {
    background-color: #053e60;
    color: #fff;
}

.shopping-cart .product-info span {
    font-style: italic;

}

.kt-checkbox--brand {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.total-content {
    background: #053e60;
    color: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    text-align: right;
}

.total-content .total {
    text-transform: uppercase;
    font-size: 18px;
}

.total-content .cart-total {
    font-size: 18px;
}

.total-content .total-row {
    margin-bottom: 10px;
    font-style: italic;
}

.total-content .total-row:last-child {
    margin-bottom: 0;
    border-top: 1px solid #fff;
    padding-top: 5px;
}

.total-content .title {
    font-style: normal;
}

/*--------------------------------------------------------------
Agregar Contacto
--------------------------------------------------------------*/
.plus-contact {
    background: #f7941d80;
    color: #fff;
    border-radius: 8px;
    padding: 8px 10px;
}

#contacts-form label {
    font-style: italic;
    color: #f7941d;
}

#contacts-form input, #contacts-form select {
    color: #053e60;
    border-color: #053e60;
    border-width: 0 0 1px 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    height: 30px;
}

#contacts-form .select2-selection {
    border-color: #053e60;
    color: #053e60;
    border-width: 0 0 1px 0;
    border-radius: 0;
    height: 30px;
    margin: 0;
    padding: 0;
}

#contacts-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #053e60;
    padding: 0;
}

#contacts-form textarea {
    color: #053e60;
    border-color: #053e60;
    margin: 5px 0;
    padding: 0;
    border-radius: 0;
}

#contacts-form :focus, #contacts-form :active {
    border-color: #f7941d;
    outline: none !important;
    transition: 0.3s;
    box-shadow: none;
}

.shopping-cart .product-title p{
    font-size: unset!important;
}

.shopping-cart .form-contact .btn:hover {
    background-color: #053e60;
    color: #fff;
}
.shopping-cart .form-contact .btn {
    width: 18% !important;
    float: right!important;
    margin-left: 2%!important;
    text-transform: uppercase!important;
    color: #053e60!important;
    border-color: #053e60!important;
}
