.sam-woo-booking-form {
    position: relative;
    padding: 4px;
}

.sam-woo-booking-form .sam-form-group .sam-input {
    padding: 8px 16px;
}

.sam-woo-booking-form .sam-form-group .sam-select {
    line-height: 25px;
}

div.qty {
    float: right;
    padding: 10px;
}

/* Coupon */
.sam-coupon-card {
    background: linear-gradient( 135deg , #94C758 , #007E43 );
    color: #fff;
    text-align: center;
    padding: 40px 80px;
    border-radius: 15px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    width: 50%;
    margin: 0 auto 16px;
}

@media ( max-width: 720px ) {

    .sam-coupon-card {
        width: 99%;
    }

}

.sam-coupon-card .logo {
    width: 80px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.sam-coupon-card h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
    color: #fff;
}

.sam-coupon-card p {
    font-size: 15px;
    margin: 4px 0;
}

.sam-coupon-card .coupon-row {
    display: flex;
    align-items: center;
    margin: 8px auto;
    width: fit-content;
}

.sam-coupon-card #cpnCode {
    border: 1px dashed #fff;
    padding: 10px 20px;
    border-left: 0;
}

.sam-coupon-card #cpnBtn {
    border: 1px solid #fff;
    background: #fff;
    padding: 10px 20px;
    color: #7158fe;
    cursor: pointer;
}

.sam-coupon-card .circle1,
.sam-coupon-card .circle2 {
    background: #f0fff3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sam-coupon-card .circle1 {
    left: -25px;
}

.sam-coupon-card .circle2 {
    right: -25px;
}

.woocommerce div.product form.cart div.quantity {
    display: none !important;
}
