.clear {
    background-color: #a9a9a9 !important;
    border-radius: 7px !important;
    margin: 10px !important;
    padding: 0 6px 0 4px !important;
    text-align: center !important;
    color: #fff !important;
}

.clear a {
    text-decoration: none !important;
    border: none !important;
    font-size: 18px !important;
    font-family: robotolight !important;
    background: none !important;
}


.main_container {
    padding: 1px 0 !important;
}

.call .left_call {
    width: 50%;
    text-align: right;
    float: left;
}

.call .right_call {
    width: 50%;
    text-align: left;
    float: left;
}

.call_number {
    margin: 0 0 30px 0;
    width: 180px;
    display: inline-block;
}

.call_number a {
    color: #fff;
    text-decoration: none;
}

.call_number span {
    color: #ffce05;
}

.left_call .call_number {
    text-align: left;
    background: url("../images/retheming-call.jpg") no-repeat scroll 0 0;
    padding-left: 40px;
}

.right_call .call_number {
    text-align: right;
    background: url("../images/retheming-call.jpg") no-repeat scroll 0 0;
    background-position-x: right;
    padding-right: 40px;
}

img.stripe-amex-icon.stripe-icon {
    display: none !important;
}

.slider-full-width {
    height: 485px;
    background: url("../images/retheming-products-back-80-v2.jpg") repeat scroll 0 0;
    margin: 65px 0 15px 0;
}

.slider-full-width .container {
    padding: 0;
}

.shop-slider .title {
    /*background: url("../images/retheming-slider-header-back.png") no-repeat;*/
    margin-top: 25px;
    margin-left: 40px;
}

.shop-slider .title h1 {
    font-weight: 700;
    margin: 0;
    font-size: 27px;
    color: #142865;
}

.shop-slider .title h2 {
    font-size: 19px;
    color: #333333;
    margin-top: 3px;
}

.shop-slider a {
    color: #333333;
}

.shop-slider .arrows {
    float: right;
    width: 120px;
    height: 50px;
    padding: 12px 0 0 20px;
}

.shop-slider .slider-next, .shop-slider .slider-prev {
    user-select: none;
    cursor: pointer;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    display: inline-block;
    margin-right: 14px;
}

.shop-slider .slider-next {
    background: url("../images/retheming-slider-arrow-right.png") no-repeat;
}

.shop-slider .slider-prev {
    background: url("../images/retheming-slider-arrow-left.png") no-repeat;
}

.slider-product {
    width: 920px;
    height: 375px;
}

.slider-product .image, .slider-product .description {
    float: left;
    height: 375px;
}

.slider-product .image {
    width: 250px;
}

.slider-product .description {
    width: 670px;
    padding: 15px 50px;
}

.slider-product .description h3 {
    font-weight: 700;
    margin: 0;
    font-size: 27px;
    color: #142865;
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-product .description h4 {
    font-size: 19px;
    color: #333333;
    margin-top: 3px;
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-product .description .prod-desc {
    line-height: 24px;
    margin-top: 20px;
    width: 600px;
}

.slider-product .prod-foot {
    margin-top: 30px;
}

.slider-product .prod-foot .prod-price {
    display: inline-block;
    width: 360px;
    float: left;
}

.slider-product .prod-foot .prod-price b {
    font-weight: 700;
    font-size: 27px;
    color: #142865;
    margin-bottom: 5px;
    display: inline-block;
}

.slider-product .prod-foot .prod-cart {
    display: inline-block;
    float: left;
    padding-top: 10px;
}

.slider-product .image img {
    -webkit-box-shadow: -11px 11px 30px 1px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: -11px 11px 30px 1px rgba(0, 0, 0, 0.37);
    box-shadow: -11px 11px 30px 1px rgba(0, 0, 0, 0.37);
}

.slider-product .image .help {
    margin-top: 10px;
    font-size: 13px;
}

.prod-cart .amount {
    border: 0;
    height: 35px;
    background: #fff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    outline: 0;
    padding-left: 20px;
    padding-right: 40px;
    width: 100px;
    color: #142865;
    font-weight: 700;
}

.prod-cart .add {
    background: #142968;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    height: 35px;
    margin-left: -40px;
    margin-top: -3px;
    padding: 0 20px 0 20px;
}

.prod-attributes {
    margin-top: 30px;
    height: 78px;
}

.prod-attributes .attr {
    width: 280px;
    height: 38px;
    float: left;
    display: inline-block;
    border-top: 1px solid #b69757;
    padding: 10px 0 0 30px;
    background: url("../images/retheming-slider-attr-chevron.png") no-repeat 10px 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 980px) {

    .slider-product {
        width: 750px;
    }

    .slider-product .image {
        display: none;
    }

    .slider-product .description {
        padding: 15px 0;
    }

    .shop-slider .title {
        background: none;
        margin-left: 0;
    }

    .shop-slider .title h1 {
        padding-top: 10px;
    }

    .logo_content .logo_2 {
        width: 80% !important;
    }

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

    .jolly_music_logo_content .top_content {
        font-size: 12px !important;
    }

    .jolly_music_image > img {
        height: 301px;
    }
}

.jolly_futures2 {
    width: 270px;
    margin: 0 58px 0 0;
    float: left;
    border-radius: 25px;
    -webkit-box-shadow: -1px 0 1px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: -1px 0 1px 1px rgba(0, 0, 0, 0.14);
    box-shadow: -1px 0 5px 1px rgba(0, 0, 0, 0.14);
}

.jolly_futures2:last-child {
    margin-right: 0;
}

.futures2_image img {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    width: 270px;
    height: 150px;
}

.futures2_content {
    padding: 20px;
}

.futures2_content h3 {
    margin: 0 0 5px 0 !important;
}

.futures2_content p {
    line-height: 20px;
}

.futures2_button {
    height: 50px;
    padding-left: 20px;
}

.futures2_button a {
    float: initial !important;
    margin: 0 !important;
    width: initial !important;
    background: #f26969 !important;
    border-radius: 23px !important;
    height: 28px !important;
    color: #fff !important;
    padding: 10px 20px;
    line-height: 23px;
    text-decoration: none !important;
    text-transform: uppercase;

}

.welcome_to_jolly {
    padding-bottom: 5px;
}

em {
    font-weight: bold;
}

@media screen and (max-width: 980px) {
    .jolly_futures2 {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        float: initial;
        width: 100%;
    }

    .jolly_futures2:last-child {
        margin-right: auto;
    }

    .futures2_image img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 800px) {
    .banner_image_div img {
        display: none;
    }

    .banner_image {
        height: 290px !important;
    }

    .banner_logo_text {
        width: 100% !important;
        border-bottom-left-radius: 40px;
    }

    .banner_text h1 {
        font-size: 19px;
    }

    .slider-product {
        width: 360px;
        height: 470px;
    }

    .slider-product .description {
        width: 360px;
    }

    .slider-product .description h3 {
        width: 350px;
    }

    .slider-product .description h4 {
        width: 350px;
    }

    .slider-product .description .prod-desc {
        width: 350px;
    }

    .prod-attributes .attr {
        width: 340px;
    }

    .slider-full-width {
        height: 630px;
        background-repeat: repeat;
    }

    .slider-full-width .container {
        padding-left: 12px;
    }

    .jolly_music_image {
        display: none;
    }

    .jolly_music_logo_content {
        height: 320px;
    }

    .jolly_music_logo_content .top_content_two {
        margin-bottom: 0;
    }

    .jolly_music_logo_content {
        border-radius: 25px;
    }
}

#wc-stripe-cc-form .clear {
    padding: 0 !important;
}

.woocommerce-grouped-product-list-item__quantity {
    display: none;
}

.training_filters, .stockist_filters, .trainer_filters {
    text-align: right;
}

.training_filters .country-selector, .stockist_filters .country-selector, .trainer_filters .country-selector {
    margin-top: 20px;
}

.training_list .training, .trainer_list .trainer {
    position: relative;
    border: 1px solid #ededed;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 25px;
    -webkit-box-shadow: -1px 0 1px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: -1px 0 1px 1px rgba(0, 0, 0, 0.14);
    box-shadow: -1px 0 5px 1px rgba(0, 0, 0, 0.14);
}
.stockist_list {
    border-bottom: 1px solid #ededed;
}
.stockist_list h2 {
    padding-bottom: 16px;
    border-bottom: 1px solid #ededed;
}
.stockist_list .stockist {
    margin-bottom: 20px;
    padding: 20px;
    min-height: 290px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    border-radius: 24px;
    margin-right: 20px;
    width: 565px;
}

.trainer_list .trainer {
    min-height: 305px;
}

.trainer .image {
    float: right;
    width: 170px;
    margin-top: -50px;
    margin-bottom: 20px;
    margin-left: 15px;
}

.trainer .description {
    margin-top: 30px;
}

.trainer .image img {
    width: 158px;
    border-radius: 25px;
    -webkit-box-shadow: -1px 0 1px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: -1px 0 1px 1px rgba(0, 0, 0, 0.14);
    box-shadow: -1px 0 5px 1px rgba(0, 0, 0, 0.14);
    margin: 20px 20px 20px 0;
}

.training_list .flag, .trainer_list .flag, .stockist_list .flag {
    width: 32px;
    border-radius: 16px;
    vertical-align: middle;
}

.training_list .country-info, .trainer_list .country-info, .stockist_list .country-info {
    display: none;
}

.training_list_shortcode h2, .trainer_list_shortcode h2, .stockist_list_shortcode h2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    font-family: "Quicksand";
}
.training h3, .stockist h3 {
    color: #142867;
    font-size: 24px;
    margin-top: 10px;
    font-weight: bold;
    font-family: "Quicksand";
}

.trainer h3 {
    font-weight: bold;
}

.trainer .field_title {
    font-weight: bold;
}

.training .booking_url {
    float: initial !important;
    margin: 0 !important;
    width: initial !important;
    background: #e42127 !important;
    border-radius: 20px !important;
    height: 40px !important;
    color: #fff !important;
    padding: 10px 20px;
    line-height: 23px;
    text-decoration: none !important;
    font-family: "Quicksand";
    top: 30px;
    right: 20px;
    position: absolute;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    font-size: 16px;
}

.training .trainer_bio {
    float: initial !important;
    margin: 0 !important;
    width: initial !important;
    background: #e42127 !important;
    border-radius: 20px !important;
    height: 40px !important;
    color: #fff !important;
    padding: 10px 20px;
    line-height: 23px;
    text-decoration: none !important;
    font-family: "Quicksand";
    top: 90px;
    right: 20px;
    position: absolute;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    font-size: 16px;
}

.trainer .trainer_contact {
    float: initial !important;
    margin: 0 !important;
    width: initial !important;
    background: #e42127 !important;
    border-radius: 20px !important;
    height: 40px !important;
    color: #fff !important;
    padding: 10px 20px;
    line-height: 23px;
    text-decoration: none !important;
    font-family: "Quicksand";
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    font-size: 16px;
}

.stockist .stockist_website {
    margin: 0 !important;
    width: initial !important;
    background: #e42127 !important;
    border-radius: 20px !important;
    height: 40px !important;
    color: #fff !important;
    padding: 10px 20px;
    line-height: 23px;
    text-decoration: none !important;
    font-family: "Quicksand";
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    font-size: 16px;
}

.trainer .trainer_bio {
    top: 30px;
}

@media screen and (max-width: 800px) {
    .training .booking_url {
        top: initial;
        bottom: 20px;
        font-size: 12px;
        padding: 10px 15px;
    }

    .training .trainer_bio {
        top: initial;
        right: initial;
        bottom: 20px;
        font-size: 12px;
        padding: 10px 15px;
    }

    .trainer h3, .stockist h3 {
        font-size: 18px;
    }

    .training_list .training {
        padding-bottom: 60px;
    }

    .trainer .image {
        width: 130px;
    }

    .trainer .image img {
        width: 128px;
    }

    .trainer .trainer_contact {
        font-size: 12px;
    }
    .stockist .stockist_website {
        font-size: 12px;
    }
    .stockist_list .stockist {
        border-bottom: 1px solid #ededed;
        min-height: initial;
        width: initial;
        margin-right: initial;
    }
}

.training .description {
    margin-top: 10px;
    min-height: 35px;
}
.training .description ul {
    margin-left: 16px;
}
.training .field_title {
    font-weight: bold;
}

.training_map .map_reset, .trainer_map .map_reset, .stockist_map .map_reset {
    float: right;
    height: 40px;
    display: none;
}

.training_map, .trainer_map, .stockist_map {
    margin-bottom: 50px;
}

.training_map .map_reset .button, .trainer_map .map_reset .button, .stockist_map .map_reset .button {
    width: initial !important;
    background: #ffcb07 !important;
    border: 0;
    border-radius: 23px !important;
    height: 40px !important;
    color: #fff !important;
    padding: 10px 20px;
    line-height: 23px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: "Quicksand" !important;
    font-weight: bold;
}

.trainer-field {
    background-color: #515a7c;
    color: #fff;
    padding: 12px 10px 12px 10px;
    margin-bottom: 10px;
}

.trainer-field .field-label {
    width: 100px;
    display: inline-block;
}

.trainer-field .field-value {
    display: inline-block;
}
.menu-item-only-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .menu-item-only-mobile {
        display: block;
    }
}
