.tab-content {
    /*background: black !important;*/
    border-radius: 10px !important;
}

.ws-row1 {
    background: white;
    border-radius: 20px;
}

.we-row2 {
    background-color: var(--primary-color);
    color: white
}

.ws-btn-item {
    color: black;
    padding: 5px 26px;
    font-size: 19px !important;
}

.ws-fa1 {
    font-weight: normal;
    position: relative;
    top: 3px;
    font-size: 25px !important;
}

.ws-text-center {
    text-align: center;
}

.ws-font25 {
    font-size: 25px !important;
}

.ws-img1 {
    background: url('https://assets.better.org.uk/uploads/asset/attachment/27238/images_w684h684_Couple-playing-tennis_crop3.jpg') no-repeat center center;
    background-size: cover;
    max-height: 300px !important;
    min-height: 300px !important;
}

.ws-padding-left0 {
    padding-left: 0px
}

.ws-img2 {
    background: url('http://www.atpworldtour.com/-/media/images/news/2017/07/29/13/38/gstaad-2017-saturday-hanfmann.jpg') no-repeat center center;
    background-size: cover;
    max-height: 300px !important;
    min-height: 300px !important;
}

.ws-btn-cart1 {
    padding: 10px 15px !important;
    width: 100% !important;
}

.ws-btn-cart2 {
    padding: 10px 15px !important;
    width: 96% !important;
    margin: auto !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    float: none;
    display: block !important;
}

.ws-margin-bottom10 {
    margin-bottom: 10px
}

.ws-text-right {
    text-align: right;
}

.ws-hh2 {
    font-family: 'Montserrat', Arial, sans-serif;
    float: left;
    display: inline-block;
    color: white !important;
    margin: 0 !important;
    font-weight: normal!important;
}

.ws-padding3 {
    padding: 3px !important;
}

.ws-item-wrapper1 {
    background: white;
    padding: 5px;
    border: 1px solid #ddd;
    padding: 5px 22px!important;
}
.ws-item-wrapper1-packages {
    height: 780px;
}
.ws-padding-top20 {
    padding-top: 20px;
}

.ws-padding-top25 {
    padding-top: 25px;
}

.ws-img3 {
    background: url('https://assets.better.org.uk/uploads/asset/attachment/27238/images_w684h684_Couple-playing-tennis_crop3.jpg') no-repeat center center;
    background-size: cover;
}

.ws-multipack1 {
    height: 50px;
    overflow: hidden;
}

.ws-margin-bottom5 {
    margin-bottom: 5px;
}

.ws-font13 {
    font-size: 13px
}

.ws-font14 {
    font-size: 14px
}

.ws-margin-top0 {
    margin-top: 0px
}

.ws-padding-top10 {
    padding-top: 10px;
}

.ws-font12 {
    font-size: 12px !important;
}

.ws-mpl0 {
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

.ws-mpr0 {
    margin-bottom: 0px !important;
    padding-right: 0px !important;
}
.text-muted > small {
    color: black !important;
}


/*CHOOSE PACKAGE*/

button.accordion:after {
    content: '\f107' !important;
    float: right;
    font-size: 24px !important;
    border: none !important;
    border-radius: 100% !important;
    margin-left: 5px !important;
    padding: 2px 8px !important;
    font-weight: bold !important;
    margin-top: -6px !important;
    margin-bottom: -6px !important;
}

button.accordion.active:after {
    content: '\f106' !important;
}

#hh2 {
    font-size: 18px !important;
    padding-top: 1px;
}

button.accordion {
    background-color: var(--primary-color)!important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    padding: 10px 15px !important;
    width: 100%!important;
    border: none!important;
    text-align: left!important;
    outline: none!important;
    font-size: 15px!important;
    transition: 0.4s!important;
    border-radius: 4px!important;
}

@media screen and (max-width: 720px) {
    button.accordion:after {
        padding: 1px 6px !important;
        font-size: 26px !important;
    }
    #hh2 {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 720px) and (min-width: 601px) {
    .accordion p {
        overflow: hidden;
        max-width: 320px;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 1px !important;
        margin-right: 3px !important;
    }
}

@media screen and (max-width: 400px) {
    .accordion p {
        overflow: hidden;
        max-width: 90px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 1px !important;
        margin-right: 3px !important;
    }
}

@media screen and (max-width: 500px) and (min-width: 401px) {
    .accordion p {
        overflow: hidden;
        max-width: 100px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 1px !important;
        margin-right: 3px !important;
    }
}

@media screen and (max-width: 600px) and (min-width: 501px) {
    .accordion p {
        overflow: hidden;
        max-width: 200px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 1px !important;
        margin-right: 3px !important;
    }
}

button.accordion.active,
button.accordion:hover {
    background-color: #972fbf;
}

div.panel1 {
    padding: 18px 0px!important;
    background-color: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
    max-height: 0!important;
    overflow: hidden!important;
    /*transition: 0.6s ease-in-out!important;*/
    opacity: 0!important;
    display: none;
    box-shadow: none !important;
    margin-bottom: 0px !important;
    padding-bottom: 5px !important;
}

div.panel1.show {
    opacity: 1!important;
    max-height: 150000px!important;
}

.select-style:after {
    right: 50px !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .under-header-holder {
        height: 40px !important;
        margin-top: -20px !important;
    }
}

@media screen and (min-width: 768px) {
    .first-col {
        padding-left: 0 !important;
    }
    .last-col {
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 991px) {
    .no-padding-on-mobile {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .rem-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.wizard {
    margin: 6px auto !important;
}

.tab-content {
    border: none !important;
}

.table>tbody>tr>td {
    font-size: 11px !important;
}

.title111 {
    font-size: 16px !important;
    color: black !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    font-weight: bold;
}

.name123 {
    margin-top: 0px !important;
    font-weight: bold !important;
    margin-bottom: 0px!important;
}

.subname123 {
    font-size: 12px;
    color: #aaa;
}

.row1234 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccccccab;
}

.price-custom-item1 {
    position: relative;
    top: 125px;
    width: 100%;
    text-align: center !important;
    display: block;
    font-size: 35px;
    height: 0px;
    color: white;
    font-weight: bold;
    text-shadow: 0px 2px 15px black !important;
}

.tab-content {
    border-radius: 20px !important;
}

.ws-img-header1 {
    background: rgba(0, 0, 0, 0.3) url('/images/tennis-ball-984611_1920.jpg') center center no-repeat;
    background-size: cover;
}

.ws-margin0auto {
    margin: 0 auto !important;
}

.ws-color-default {
    color: var(--primary-color)!important;
}

.ws-pr15-mt25 {
    padding-right: 15px !important;
    margin-top: 25px;
}

.ws-icon1 {
    font-size: 14px;
    color: #ccc
}

.ws-pr0-mt25 {
    padding-right: 0px !important;
    margin-top: 5px;
}

.ws-radius0 {
    border-radius: 0px !important;
}

.ws-login-checkout {
    margin-top: 20px;
    width: 100% !important;
    border-radius: 5px;
}

.ws-color-white {
    color: white;
}

.ws-a1 {
    color: white !important;
    text-decoration: none !important;
    margin-top: 10px !important;
    display: block;
}

.ws-transparent {
    background: transparent !important;
}


/*STYLE FROM BOTOM OF CHOOSE PACKAGE*/

.pagination li {
    list-style-type: none;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: cadetblue;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    margin: auto auto;
}

.pagination li:hover {
    background-color: #fff;
    color: #000
}

.pagination ul {
    border: 0;
    padding: 0;
}

.active {
    background-color: #fff !important;
    border: 0px solid #000 !important;
    color: #000 !important;
}

li .active::after {
    display: none;
}

#package-items {
    min-height: 400px;
}

.package-item label:hover {
    cursor: pointer;
}

.product-image-wrapper {
    background: url('http://www.tennissport.org/wp-content/uploads/2016/05/Tennis-terms.jpg') no-repeat;
    background-size: cover;
}

.ws-helper>.right-sidebar-holder .cart_overview {
    margin-top: -19px !important;
}

.ws-helper .ws-btn-item {
    padding: 2px 26px !important;
}

.ws-next-step-btn {
    margin: 20px 10px 0px 10px !important;
}

.ws-margin-fix1 {
    margin: -15px;
}

.product-description1 {
    display: none;
}

.ws-padding3 .product-addbtn1 {
    margin-top: 35px;
    margin-bottom: 9px;
}

.ws-padding3 .product-subtitle1 {
    max-height: 450px;
    min-height: 260px;
    height: 450px;
    margin-top: 0px;
}

.ws-padding3 .product-subtitle1 .sub-data-item,
.ws-padding3 .sub-data-item {
    background: white;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    font-size: 13px !important;
    font-weight: 500;
    padding: 0px;
    max-height: 45px;
    margin: 0px;
    overflow: hidden;
    color: #555;
    text-transform: uppercase;
}

.ws-padding3 .product-description1 .sub-data-item .material-icons,
.ws-padding3 .sub-data-item .material-icons {
    font-weight: bold;
    font-size: 15px;
    padding: 12px 10px 17px 0px;
    display: inline-block;
    position: relative;
    top: 3px;
    color: #77c227;
}

.discounted_from {
    margin-top: -20px;
}

.ws-fix-span-bank {
    margin: 10px 0px 6px !important;
    display: block !important;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    #filterform .col-sm-2 {
        margin-bottom: 5px;
    }
    .imaged-header {
        height: 400px !important;
    }
}

img {
    display: block
}

.ws-helper>.col-md-8>div {
    background: white;
    border-radius: 10px;
}

.ws-padding-fix1 {
    padding: 10px;
}

.cart_overview1>h4 {
    margin-top: 5px !important;
}

.cart_overview1 .checkout-item-name {
    width: 70%;
    display: inline-block;
}

.cart_overview1 .checkout-item-price {
    width: 25%;
    float: right;
    text-align: right;
    display: inline-block;
}

.ws-img-header1 .layered-header-title {
    max-width: 90%;
    margin: auto;
    word-wrap: break-word;
}

.ws-padding-fix1 .ws-img1 {
    border-radius: 10px;
}

@media screen and (max-width: 500px) {
    .coupon_input {
        width: 60%;
    }
    .coupon_btn {
        width: 39%;
    }
}

.ws-row2 {
    border-radius: 10px 10px 0px 0px;
}

.ws-checkout-bold {
    color: black !important;
    font-weight: bold !important;
}

.checkout_right_side .ws-h3a {
    font-size: 18px !important;
    color: #41464C !important;
    font-weight: 600 !important;
    padding-top: 10px !important;
}

.ws-123 .container1 {
    margin-bottom: 20px !important;
}

.add-new-child {
    background: var(--secondary-color);
    border-radius: 5px;
    padding: 8px 0px;
    text-align: center;
    color: white !important;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
}

.add-new-child:hover {
    background: var(--primary-color);
}

#createOrder .container1 {
    font-size: 14px !important;
}

.payment-method-image img,
.payment-method,
.payment-method-image {
    display: inline-block !important;
}

.ws-row12 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.payment-method-image img {
    position: relative;
    top: -5px;
}

.ideal-payment-methods {
    padding-left: 48px;
}


/*CUSTOM RADIO BUTTON*/


/* Customize the label (the container) */

.container3 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: 400 !important;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.container3 input {
    position: absolute;
    opacity: 0;
}


/* Create a custom radio button */

.checkmark3 {
    position: absolute;
    top: 1px;
    left: 5px;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    box-shadow: inset 0px 0px 3px 0px #aaa;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.container3:hover input~.checkmark3 {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.container3 input:checked~.checkmark3 {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark3:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container3 input:checked~.checkmark3:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container3 .checkmark3:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.checkout_right_side .fix-margin-bottom4 {
    margin-bottom: 3px !important;
}

#mySidenav img {
    display: inline-block;
}

.ws-link-login-acc {
    cursor: pointer !important;
    color: #424242 !important;
    text-decoration: none !important;
}

.ws-link-login-acc:hover {
    font-weight: 500;
}

.webshop-agenda-service-title {
    font-weight: bold !important;
    font-size: 20px;
}

.customers-only {
    color: #FE7E0 !important;
    font-weight: 500 !important;
}

.parent-title {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
}

div.lesson-days-bar
{
    overflow: hidden !important;
}
