.wcp-calculator-container {
    border: 1px solid #EFEFEF;
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 15px;
  
}
.wcp-plus{
        background: white;
    border: unset;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;

}
.wcp-minus{
        background: white;
    border: unset;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;

}

.wcp-calculator-container h3 {    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    color: var(--fs-color-primary);
}

.wcp-price-info {
    margin-bottom: 20px;
}
.wcp-quantity{
    max-width: 50px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border: unset !important;
        box-shadow: unset !important;
}
.wcp-price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.wcp-quantity-row {
     display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    background: #e24d150d;
    padding: 10px;
    border-radius: 10px;
}
.wcp-quantity::-webkit-inner-spin-button,
.wcp-quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.wcp-quantity {
    -moz-appearance: textfield;
}
.wcp-quantity-input {
    display: flex;
    align-items: center;
}
.wcp-total-value{
    color: var(--primary-color);
    font-size: 28px;
}
#nut-dat-tour{
    /* background: linear-gradient(90deg, #023F88 0%, #0071BB 100%); */
        margin-right: 0px;
    width: 100%;
    border-radius: 99px;
    min-height: 45px;
    line-height: 45px;
}
.wcp-quantity {
    width: 60px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 35px;
    margin: 0 5px;
}
.wcp-price-info .wcp-value{
    font-weight: bold;
     color: var(--primary-color);
}
.wcp-minus, .wcp-plus {
    font-weight: normal;
    width: 31px !important;
    height: 39px !important;
    line-height: 10px !important;
    min-height: unset;
    cursor: pointer;
    /* font-size: 12px; */
    font-size: 22px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.wcp-minus,.wcp-plus{
    margin-bottom: 0px;
    margin-right: 0px;
}


.wcp-total-section {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.wcp-total {
        align-items: center;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.wcp-book-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase;
}
.product-info-booking {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #DEF4FF;
    border-radius: 5px;
}

.product-thumb {
    width: 110px;
    height: 80px;
    margin-right: 15px;
    flex-shrink: 0;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.product-title h4 {
    margin: 0;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.title-form{
    color: var(--primary-color);
    font-size: 30px;
}
.span-unit{
    font-weight: normal;
    color: black;
    font-size: 14px;
}
#dat-tour input {
    border: none;
    border-bottom: 1.5px solid #C8D0D4;
    font-size: 0.875rem;
    font-weight: 400;
    /* background: transparent !important; */
    box-shadow: none !important;
    padding-left: 0;
    margin-bottom: 0;
    color: #333;
    height: var(--38);
    padding: 8px 0px;
}
#dat-tour label{
color: #231F20;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;

}
#dat-tour .wpcf7-submit{
         height: 2.5rem;
    min-height: unset;
    border-radius: 99rem;
    padding: 0 1.5rem;
    font-weight: 400;
    font-size: 1rem;
    border: 1px solid var(--primary-color) !important;
    /* background: linear-gradient(90deg, #023F88 0%, #0071BB 100%) !important; */
    box-shadow: none;
    color: #fff;
    outline: none;
    letter-spacing: 0;
    border: 0;
    margin-top: 24px !important;
    text-transform: initial;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;

}
.wcp-total-section .button.btn-call{
    display: block;
    width: 100%;
        border-radius: 6.25rem;
    border: 1px solid var(--primary-color);
    background: #F1FBFF;
    color: var(--primary-color);
}
.wcp-quantity-row label{
    margin-bottom:0;
}