:root {
    --p-main-color: #f1a311;
}

hr {
    border: none;
    border-top: 1px dotted #f00;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 90%;
}

#color-calendar {
    display: flex
}

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

#calendar {
    direction: ltr !important;
}

.delivery_price_hidden {
    display: none;
}

.input-style-2 {
    margin-bottom: 8px;
}

.content {
    margin: 5px 15px 20px 15px;
}

.alert-error {
    background-color: #ff4b4b;
    color: #FFF;
}

select[name=period_id] {
    display: none;
}

.date_format {
    position: relative;
    display: none;
}

.date_format button {
    position: absolute;
    top: 9px;
    left: 10px;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#calendar,
.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 {
    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;
    background-color: #FFF !important;
    /* margin-bottom: 10px !important; */
}

.button_plus {
    position: absolute;
    width: 33px;
    height: 33px;
    cursor: pointer;
    border: 1px solid #000;
    /* top: -10%; */
    border-radius: 6px;
    left: 70%;
    padding: 6px;
    padding-right: 10px;
    color: red;
}

.button_minus {
    position: absolute;
    width: 33px;
    height: 33px;
    cursor: pointer;
    border: 1px solid #000;
    /* top: -10%; */
    border-radius: 6px;
    left: 5%;
    padding: 6px;
    padding-right: 10px;
    color: red;
}

.mobile {
    margin-right: 80px
}

.start_options {
    display: none;
}

.branche {
    display: none;
    margin-top: 20px !important;
}

body {
    position: relative;
    overflow-x: hidden !important;
}

.header-card {
    z-index: 1;
    top: -40px;
}

.order-d {
    margin-bottom: 20px;
}

.order-d .delete-order {
    background: red !important;
}

.order-type {
    margin-right: 0px !important;
}

.input-style-2 span.help-block {
    right: 134px !important;
}

.option-quantity-control {
    display: flex;
    justify-content: space-between;

}

.option-quantity-control>* {
    position: initial !important;
    margin: 0;
}

.option-quantity-control .mobile {
    margin-right: 11px;
    margin-left: 11px;
    line-height: 2.5 !important;
}

.option-quantity-control>a {
    margin: 0 2px !important;
    padding: 10px;;
}

.order-d>.row {
    margin-bottom: 0 !important;
}

.discount-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-seller-code {
    position: absolute;
    top: 10px;
    left: 20px;
    border: 0 !important;
    border-radius: 10px;
    background-color: transparent !important;
    color: red;

}

.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;
}

.btn-quantity-control {
    margin: 0 !important;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
}

.btn-quantity-control i {
    color: #000;
}
html{
    overflow-x: hidden !important;
}
.btn-save-cart .price{
    font-size:16px !important;
}
