:root {
    --p-main-color: #f1a311;
}
input[type=text].form-control{
    font-size: 13px !important;
    height: 50px;
}
#color-calendar {
    display: flex
}

#color-calendar .color-calendar.glass.color-calendar--small {
    justify-content: center;
    width: 307;
    margin: auto;
}

#calendar {
    direction: ltr !important;
}

.delivery_value_part {
    display: none;
}

input[type=text].form-control {
    height: 38px;
    font-size: 1rem;
}

.car-info {
    display: none;
}

#accept-terms {
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

[dir=ltr] #accept-terms {
    margin-left: 0;
    margin-right: 10px;
}



.check-terms label span:hover {

    color: #7c7c7c;
    border-bottom: 2px dashed transparent;
}

.modal.show .modal-dialog {
    box-shadow: 3px 6px 10px #CCC;
}

.check-terms {
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.check-terms label {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

.check-terms label .required {
    color: red;
    font-size: 12px;
    font-weight: normal
}

/* .check-terms label span {
                        cursor: pointer;
                        color: #393939;
                        border-bottom: 2px dashed #f1a311;
                    } */

.check-terms label span:hover {

    color: #7c7c7c;
    border-bottom: 2px dashed transparent;
}

.modal.show .modal-dialog {
    box-shadow: 3px 6px 10px #CCC;
}

#terms-condition {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFF !important;

}

.order-options>div {
    margin: 0 !important;
    padding: 0 !important;
}

.display-none {
    display: none;
}

.option-toggle span {
    font-weight: normal;
    font-size: 13px;
}

.order-title {
    font-size: 14px !important;
    font-weight: normal !important;
    display: flex;
    justify-content: space-between;
}

.order-title span {
    font-weight: bold !important;
}

.empty-cart {
    color: #F00;
}

.empty-cart:hover {
    color: #F00;
}

.btn-position-fixed {
    position: fixed;
    bottom: 30px;
    left: 0;

}

.btn-position-fixed button {

    width: 80%;
    max-width: 570px;
    ;
    margin: auto;

}

.input-style-2 textarea[name=notes] {
    height: 56px !important;
}

.cart-content .order-d>div.row:first-child {
    margin-left: 0;
}

.option-quantity-control {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.option-quantity-control span.quantity {
    margin: 0 15px;
}

.btn-quantity-control {
    margin: 0 !important;
    padding: 0px;
    border: 1px solid #f00;
    border-radius: 10px;
    color: red;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}
.btn-quantity-control-trash {
    margin: 0 !important;
    padding: 0px;
    border: 1px solid #f00;
    border-radius: 10px;
    color: red;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

.btn-quantity-control i {
    color: red;
}


html {
    overflow-x: hidden !important;
}
