/* Theme Name:NOO Hermosa Child Theme
Theme URI:http://nootheme.com/
Author:NooTheme
Author URI:http://nootheme.com/
Description:This is a custom child theme for NOO Hermosa
Template:noo-hermosa
Version:1.0.0
Tags:two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain:noo-hermosa */
input[type='number'] {
    -moz-appearance: textfield;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

/* Firefox 18- */
textarea:focus::-moz-placeholder {
    color: transparent;
}

/* Firefox 19+ */
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* oldIE ÃƒÂ­Ã‚Â¸Ã¢â‚¬Â° */
textarea:focus::-ms-input-placeholder {
    color: transparent;
}

/* oldIE ÃƒÂ­Ã‚Â¸Ã¢â‚¬Â° */
textarea::focus:placeholder {
    color: transparent;
}

/* oldIE ÃƒÂ­Ã‚Â¸Ã¢â‚¬Â° */


input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* Firefox 18- */
input:focus::-moz-placeholder {
    color: transparent;
}

/* Firefox 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}

/* oldIE ÃƒÂ­Ã‚Â¸Ã¢â‚¬Â° */
input:focus::-ms-input-placeholder {
    color: transparent;
}

/* oldIE ÃƒÂ­Ã‚Â¸Ã¢â‚¬Â° */
input:focus::placeholder {
    color: transparent;
}

/* oldIE ÃƒÂ­Ã‚Â¸Ã¢â‚¬Â° */

input::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

input:-moz-placeholder {
    color: #666;
    opacity: 1;
}

/* Firefox 18- */
input::-moz-placeholder {
    color: #666;
    opacity: 1;
}

/* Firefox 19+ */
input:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

/* oldIE ÃƒÂ­Ã‚Â¸Ã¢â‚¬Â° */
input::-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

/* ie edge ÃƒÂ­Ã‚Â¸Ã¢â‚¬Â° */
input::placeholder {
    color: #666;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

a {
    color: #000;
}

.noo-action-button-shop .button {
    display: none !important;
}

.noo-action-button-shop .shop-loop-quickview .ion-search:before {
    content: '\f370' !important;
}

.btn,
.rb-seemore-btn a,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
#place_order,
.button,
.ui-datepicker .ui-datepicker-header,
.ui-datepicker-calendar tr td:hover {
    background: rgb(208, 92, 190) !important;
    background: -moz-linear-gradient(-45deg, rgba(208, 92, 190, 1) 0%, rgba(144, 112, 237, 1) 100%) !important;
    background: -webkit-linear-gradient(-45deg, rgba(208, 92, 190, 1) 0%, rgba(144, 112, 237, 1) 100%) !important;
    background: linear-gradient(135deg, rgba(208, 92, 190, 1) 0%, rgba(144, 112, 237, 1) 100%) !important;
}

.btn:hover,
.button:hover {
    background: linear-gradient(-135deg, rgba(208, 92, 190, 1) 0%, rgba(144, 112, 237, 1) 100%) !important;
}

.formError .formErrorContent {
    min-width: 130px;
}

#ui-datepicker-div {
    z-index: 999 !important;
}

.rb-required {
    color: red;
}

.noo-single-product .noo-images {
    overflow: hidden;
}

.noo-left-menu {
    display: block !important;
}

.noo-header .noo-top-right-widget {
    float: right;
    width: 150px;
    right: 25px;
}

.mobile-minicart-icon1 {
    width: 26px;
    float: left;
    margin-right: 8px;
}

#header-bottom-links {
    display: none;
    font-size: 0;
    border-top: 1px solid #e0e1cf;
    border-bottom: 1px solid #e0e1cf;
}

#header-bottom-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#header-bottom-links ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 50%;
    border-left: 1px solid #e0e1cf;
}

#header-bottom-links ul li:first-child {
    border: none;
}

#header-bottom-links ul li a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #a559ac;
    text-transform: uppercase;
    padding: 12px 0;
    line-height: 28px;
}

#header-bottom-links ul li a:before {
    content: '\f133';
    font-family: fontAwesome;
    margin-right: 12px;
    font-size: 22px;
    font-weight: 400;
    vertical-align: middle;

}

#header-bottom-links ul li:first-child a:before {
    content: '\f07a';
}

#header-bottom-links ul li a:hover {
    color: #fff;
    background: #a559ac;
    text-decoration: none;
}

#main {
    margin-top: 50px;
}

.button {
    color: #fff !important;
    border-radius: 3px;
    border-color: transparent;
}

.rb-seemore-btn a {
    font-weight: 700;
    padding: 10px 25px;
    width: 165px;
    text-align: center;
}

.nonlist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nonlist li {
    list-style-type: none;
}

.widget_layered_nav .count {
    display: none !important;
}

.rb-home-gallery .noo-filters.noo-filters-gallery {
    display: none;
}

.page-template-page-term-dates .noo-filters.noo-filters-gallery {
    display: block;
}

.posts-loop-title .title-have-facet {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 70px;
    padding-left: 30px;
}

.text-primary .facetwp-counts {
    display: inline;
}

.noo-theme-wraptext .wrap-title .noo-theme-title .first-word {
    color: inherit !important;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #ccc;
}

/* Header Section **************************************************/
.noo-header .noo-top-right-widget a {
    display: inline-block;
    vertical-align: top;
}

.noo-header .noo-top-right-widget a.mobile-minicart-icon1 {
    color: #333;
    position: relative;
    margin-top: 6px;
}

.noo-header .noo-top-right-widget a.mobile-minicart-icon1 i {
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    height: 35px;
}

.noo-header .noo-top-right-widget a.mobile-minicart-icon1 .noo-cart-wrapper {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: -8px;
    bottom: -3px;
    background: #920084;
    padding: 0;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.noo-header .noo-top-right-widget a.noo-book-class {
    width: 108px;
    height: 54px;
    border: 1px solid #d867a4;
    border-radius: 6px;
    padding: 10px;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 700;
    color: #d05cbe;
    position: relative;
    line-height: 1;
    margin-left: 8px;
}

.noo-header .noo-top-right-widget a.noo-book-class i {
    font-size: 24px;
    color: #d05cbe;
    position: absolute;
    left: 10px;
    top: 5px;
}

/* Logo **************************************************/
.noo-header .navbar-wrapper {
    max-width: 1600px;
    margin: 0 auto;
}

header .navbar-brand .noo-logo-img {
    height: 55px;
}

/*   **************************************************/
/* Navigation */

.noo-header .noo-left-menu {
    justify-content: baseline;
    padding-left: 25px;
}

.noo-main-menu .navbar-nav li>a:after,
.noo-main-menu .navbar-nav li>a:before,
.noo-main-menu .navbar-nav li>a:after,
.noo-main-menu .navbar-nav li>a:before {
    visibility: hidden;
}

header .noo-main-menu .navbar-nav li {
    padding-left: 12px;
    padding-right: 12px;
}

/* Right Menu */
.noo-header .noo-right-menu {
    padding-right: 190px;
}

.noo-header .noo-right-menu .navbar-nav {
    float: right;
}

.noo-header .noo-right-menu .navbar-nav>li:before {
    content: '';
    width: 1px;
    height: 20px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
}

.noo-header .noo-right-menu .navbar-nav>li:first-child:before {
    display: none;
}

#slide-3-layer-3 {
    box-shadow: -20px 20px 15px rgba(0, 0, 0, 0.1);
}

.noo-main-menu .navbar-nav li>a {
    /*due to CSI-5069 - UKA*/
    font-size: 14px;
    /*font-size: 12px;*/
}

/* Header Section **************************************************/
/* Servies Section **************************************************/
.rb-video-home {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e94bd0+0, e94bd0+0, e967d5+26, 8164d4+66, 7343ff+99 */
    background: rgb(233, 75, 208);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(233, 75, 208, 1) 0%, rgba(233, 75, 208, 1) 0%, rgba(233, 103, 213, 1) 26%, rgba(129, 100, 212, 1) 66%, rgba(115, 67, 255, 1) 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(233, 75, 208, 1) 0%, rgba(233, 75, 208, 1) 0%, rgba(233, 103, 213, 1) 26%, rgba(129, 100, 212, 1) 66%, rgba(115, 67, 255, 1) 99%);
    /* Chrome10-25, Safari5.1-6 */
    background: linear-gradient(to right, rgba(233, 75, 208, 1) 0%, rgba(233, 75, 208, 1) 0%, rgba(233, 103, 213, 1) 26%, rgba(129, 100, 212, 1) 66%, rgba(115, 67, 255, 1) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e94bd0', endColorstr='#7343ff', GradientType=1);
    /* IE6-9 */
    padding-bottom: 25px;
    padding-top: 15px;
}

.rb-video-home h3 {
    color: #fff;
    font-weight: 300;
    font-size: 35px;
}

.rb-video-home p a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
}

/* Servies Section End **************************************************/
/*   **************************************************/
.rb-home-content {}

.rb-home-content h1 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #c762be;
}

.rb-home-content p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: #696969;
}

.rb-home-content p em strong {
    font-size: 18px;
}

.rb-home-video-area {
    padding-left: 30px !important;
}

.rb-home-content .vc_column-inner>.wpb_wrapper {
    padding-right: 30px;
}

.rb-home-content .menu-home-welcome-menu-container {
    margin-top: 50px;
}

.rb-home-content .menu-home-welcome-menu-container ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 1px solid #c762be;
}

.rb-home-content .menu-home-welcome-menu-container ul li:first-child {
    padding-left: 0;
    border: none;
}

.rb-home-content .menu-home-welcome-menu-container ul li:last-child {
    padding-right: 0;
}

.rb-home-content .menu-home-welcome-menu-container ul li a {
    color: #c762be;
    line-height: 15px;
    font-size: 16px;
}

.rb-home-video-area .noo-video .thumb_image {
    margin-top: 10px;
    box-shadow: none;
}

/*   **************************************************/
/*  **************************************************/
.woocommerce-cart table.cart .product-thumbnail {
    width: 10%;
    padding-left: 0;
    font-size: 14px;
    padding-right: 20px;
}

.woocommerce-cart table.cart .product-thumbnail img {
    width: 100% !important;
}

.woocommerce-cart table.cart .product-name {
    width: 35%;
}

.woocommerce-cart table.cart .child-name,
.woocommerce-cart table.cart .product-subtotal,
.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-quantity {
    width: 12%;
    text-align: center;
}

.woocommerce-cart table.cart td {
    font-size: 14px !important;
    color: #000 !important;
}

.woocommerce-cart table.cart .child-name {
    text-align: left;
    padding-left: 8px;
}

.woocommerce-cart table.cart .child-name .variation,
.woocommerce-cart table.cart .child-name .variation .wdm_options_table {
    margin: 0;
}

.woocommerce-cart table.cart .child-name .variation .wdm_options_table tr td {
    font-size: 14px;
    color: #000;
}

.woocommerce-cart table.cart .bundled_table_item_indent {
    padding-left: 0 !important;
    font-size: 14px;
}

.woocommerce-cart table.cart .bundled_table_item_indent,
.woocommerce-cart table.cart .bundled_table_item_indent .variation dd,
.woocommerce-cart table.cart .bundled_table_item_indent .variation dt {
    line-height: 1.5;
}

.woocommerce-cart table.cart .bundled_table_item td {

    padding-top: 14px;
    padding-bottom: 14px;
}


/*  **************************************************/
/* Footer Section **************************************************/
.noo-instagram ul {
    font-size: 0;
}

.noo-instagram ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.wrap-footer .widget-title {
    font-weight: 700;
}

.wigetized {}

.wigetized .widget ul li {
    line-height: 1;
}

.wigetized .widget ul li a {
    color: #696969 !important;
    font-size: 15px;
}

#newsletterwidget-2,
#text-3 {
    text-align: center;
    line-height: 1.5;
}

#text-3 address,
#text-3 p {
    margin-bottom: 10px;
}

#text-3 p a {
    color: #696969;
}

#newsletterwidget-2 form {
    margin: 0;
    padding: 3px;
    border: 1px solid #eee;
    padding-right: 50px;
    position: relative;
}

#newsletterwidget-2 form p {
    margin: 0;
}

#newsletterwidget-2 form .newsletter-email {
    width: 100%;
    border: none;
}

#newsletterwidget-2 form .newsletter-submit {
    border: none;
    text-indent: -9999px;
    font-size: 0;
    width: 50px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 3px;
    background: url(images/ico-btn-send.png) no-repeat center center;
}

.footer-style-2 .footer-content {
    box-shadow: none;
}

.footer-style-1 {
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.1);
}

.wrap-footer {
    background: #fff;
}

.footer-style-1 .noo-sm-6 {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.rb-accordian-widget .noo-sm-6 {
    padding: 0;
}

.rb-accordian-widget .widget {
    width: 100% !important;
    margin-bottom: 5px
}

.rb-accordian-widget .widget .widget-title~div {
    display: none;
}

.rb-accordian-widget .noo-sm-6:first-child .widget-title {
    border-top: 1px solid #d7d7d7;
}

.rb-accordian-widget .widget .widget-title {
    cursor: pointer;
    position: relative;
    padding: 15px 30px 15px 15px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0;
    background: #fff;
    margin: 0;
    font-weight: 400;
}

.rb-accordian-widget .widget .widget-title.active {
    background: #fafafa
}

.rb-accordian-widget .widget .widget-title~div {
    padding: 15px;
    border: 1px solid #d7d7d7;
    border-top: none;
    display: none;
    background: #ededed
}

.rb-accordian-widget .noo-custom-menu {
    display: none;
}

.rb-accordian-widget .noo-info-top img {
    height: 35px;
    margin-bottom: 15px;
}

.rb-accordian-widget .social-all {
    margin-bottom: 30px;
}

/* Footer Section **************************************************/
/* Title BG ********************************************/
.noo-theme-wraptext .wrap-title .noo-theme-title-bg {
    background: none;
}

/* Featured Prodcuts **************************************************/
#rb-featured-products .noo-row.products div.product {
    margin: 0 !important;
    padding: 0 15px;
}

/* Featured Prodcuts End **************************************************/
.noo-page-heading {
    padding: 8vh 0;
    position: relative;
}

.noo-page-heading:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}

/* Venue Section **************************************************/
#rb-venue-sec .noo-gallery-content {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    overflow: hidden;
}

#rb-venue-sec .noo-gallery-content:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2)
}

#rb-venue-sec .noo-gallery-content .noo-gallery-center {
    text-align: center;
    padding: 24px 20px 0;
    min-height: 170px;
}

#rb-venue-sec .noo-gallery-content .noo-gallery-center h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #666;
}

#rb-venue-sec .noo-gallery-content .noo-gallery-center h4 {
    margin: 0 0 12px;
    color: #000;
    line-height: 1.2;
    text-decoration: underline;
    font-size: 16px;
    text-transform: uppercase;
}

#rb-venue-sec .noo-gallery-content .noo-gallery-center span {
    display: block;
    line-height: 1.2;
    font-size: 16px;
}

#rb-venue-sec .noo-gallery-content .loop-item-action .btn {
    width: 100%;
    color: #fff;
    font-weight: 700;
    border-radius: 0;
}

.noo-gallery-item-heading {
    text-align: center;
}

.noo-gallery-item-heading h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px !important;
}

/* Partners Section **************************************************/
.rb-partners-sec ul li {
    line-height: 115px;
}

.rb-partners-sec ul li img {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 20px;
}

/* Testimonial Section **************************************************/
.noo-testimonial .noo-testimonial-wrap {
    cursor: auto;
}

.noo-gallery-inner .noo-gallery-content {
    background: #a559ac;
    display: none;
}

.page-id-920 .noo-filters-gallery {
    display: none;
}

/*   **************************************************/
.rb-testimonial-sec .noo-testimonial.style-1 .noo-testimonial-item .noo-testimonial-content {
    padding-top: 0;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.8;
    padding-bottom: 0;
    text-align: left;
}

.rb-testimonial-sec .noo-testimonial.style-1 .noo-testimonial-item .noo-testimonial-content p {
    margin-bottom: 20px;
    text-align: justify;
}

.rb-testimonial-sec .noo-testimonial {
    padding-top: 45px;
    text-align: justify;
}

.rb-testimonial-sec .noo-testimonial .noo-testimonial-item {
    position: relative;
    padding-left: 30px;
    quotes: '\201C' '\201D' '\2018' '\2019';
}

.rb-testimonial-sec .noo-testimonial .noo-testimonial-item:before {
    content: open-quote;
    font-family: Lora;
    font-size: 56px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: -6px;
    line-height: 1;
}

.rb-testimonial-sec .noo-testimonial.style-1 .noo-testimonial-item .box-user {
    display: block;
}

.rb-testimonial-sec .noo-testimonial.style-1 .noo-testimonial-item .box-user .box-avatar {
    display: none;
}

.rb-testimonial-sec .noo-testimonial.style-1 .noo-testimonial-item .box-user .box-info {
    float: left;
    padding-left: 0;
}

.rb-testimonial-sec .noo-testimonial.style-1 .noo-testimonial-item .box-user .box-info .noo-testimonial-name {
    font-weight: 700;
    font-size: 18px;
}

/*   **************************************************/
.rg-upcoming-classes article h2 a {
    font-size: 24px;
    font-weight: 700;
    color: #d05cbe;
}

.rg-upcoming-classes article p {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.rg-upcoming-classes article p .home-sub-class {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    width: 50%;
}

.rg-upcoming-classes article .loop-item-content .loop-item-content-summary {
    min-height: 204px;
    /*190px; */
    padding: 0 15px 12px !important;
}

.rg-upcoming-classes article .loop-item-action {
    margin: 0 !important;
    margin-bottom: 35px !important;
}

/* About us Page **************************************************/
.rb-about-tabs.vc_tta.vc_general .vc_tta-tab {
    border-left: 1px solid #c760a3;
}

.rb-about-tabs.vc_tta.vc_general .vc_tta-tab:first-child {
    border: none;
}

.rb-about-tabs.vc_tta.vc_general .vc_tta-tabs-container {
    padding-bottom: 10px;
    border-bottom: 2px solid #d8b6cc;
}

.rb-about-tabs.vc_tta.vc_general .vc_tta-tab>a {
    padding: 0 30px;
    border: none;
    background: none;
    font-size: 18px;
    color: #c760a3;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1;
}

.rb-about-tabs.vc_tta.vc_general .vc_tta-tab.vc_active>a {
    background: none !important;
    font-weight: 700 !important;
    color: #c760a3 !important;
}

.rb-about-tabs.vc_tta.vc_general .vc_tta-tab>a:hover {
    background: none;
}

.rb-about-tabs.vc_tta.vc_general .vc_tta-panels {
    border: none !important;
    background: none !important;
}

.rb-about-tabs.vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body {
    padding: 0;
    padding-top: 40px;
    color: #696969;
    font-size: 14px;
}

.rb-about-tabs.vc_tta.vc_general p {
    margin-bottom: 20px;
}

/*   **************************************************/
#rb-sec-id-1 .read-more {
    display: none;
}

#rb-team-section {
    margin: 0;
    font-size: 14px;
    color: #000;
    padding: 0;
}

#rb-team-section p {
    line-height: 1.6;
    margin-bottom: 20px;
}

#rb-team-section h1 {
    font-weight: 300;
    line-height: 1;
    margin: 10px;
}

#rb-team-section h4 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: 0;
}

#rb-team-section .btn,
#rb-sec-id-1 .btn {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 25px;
}

#rb-sec-id-1 .btn:hover,
#rb-team-section .btn:hover {
    background: #7a61d8 !important;
}

#rb-team-section h3 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.rb-seprator.vc_separator.vc_sep_border_width_4 .vc_sep_holder .vc_sep_line {
    border: none;
    height: 4px;
    background: -moz-linear-gradient(-45deg, rgba(208, 92, 190, 1) 0%, rgba(144, 112, 237, 1) 100%) !important;
    background: -webkit-linear-gradient(-45deg, rgba(208, 92, 190, 1) 0%, rgba(144, 112, 237, 1) 100%) !important;
    background: linear-gradient(135deg, rgba(208, 92, 190, 1) 0%, rgba(144, 112, 237, 1) 100%) !important;
}

/* About us Page **************************************************/
/* Terms and Dates **************************************************/
.rb-terms-dates .noo-theme-wraptext .wrap-title .noo-theme-title {
    font-weight: 300;
    color: #c760a3;
    margin-bottom: 20px;
}

.rb-terms-dates .noo-filters {
    margin-bottom: 40px;
}

.rb-terms-dates .noo-filters ul li a {
    padding: 0 36px 24px;
    font-size: 18px;
    font-weight: 700;
    color: #696969;
    outline: none;
}

.rb-terms-dates .noo-filters ul li a.selected {
    color: #d05cbe;
}

.rb-terms-dates .noo-gallery-content {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
}

.rb-terms-dates .noo-gallery-content:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.rb-terms-dates .noo-gallery-content .noo-title-inner {
    background: #955fd0;
    min-height: 100px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.rb-terms-dates .noo-gallery-content .noo-title-inner h3 {
    margin: 0;
    padding: 0 15px;
    line-height: 1.2;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.rb-terms-dates .noo-gallery-content .noo-title-inner h4 {
    /*due to CSI-5069 UKA*/
    margin: 0;
    /*margin: 10;*/
    margin-bottom: 14px;
    padding: 0 15px;
    font-weight: 700;
    /*font-size: 16px;*/
    font-size: 18px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    /*line-height: 4;*/
}

.rb-terms-dates {
    font-size: 0;
}

.rb-terms-dates .noo-gallery-item {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.rb-terms-dates .noo-gallery-content .noo-content-inner {
    min-height: 285px;
    padding: 24px 25px;
    /*due to CSI-5069 UKA*/
    /*padding-bottom: 0;*/
    /*padding-bottom: 5;*/
    text-align: left;
}

.rb-terms-dates .noo-gallery-content .noo-content-inner h6,
.class-new-dates h6 {
    margin-top: 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #696969;
    font-weight: 700;
    margin-bottom: 8px;
}

.rb-terms-dates .noo-gallery-content .noo-content-inner ul,
.class-new-dates ul {
    padding: 0 0 0 12px;
    margin: 0 0 12px 0;
    list-style: disc;
    line-height: 1.4;
    font-size: 14px;
}

.rb-terms-dates .noo-gallery-content .noo-content-inner ul li,
.class-new-dates ul li {
    margin-bottom: 5px;
}

p.term_note {
    margin-top: 7px;
}

.rb-terms-dates .noo-gallery-content .noo-content-inner address.rb-address-term,
.class-new-dates address.rb-address-term {
    font-size: 14px;
    color: #696969;
    margin-bottom: 12px;
    font-style: normal;
    text-decoration: none;
    line-height: 1.4;
}

/* Product Detail Page **************************************************/
.rb-product-main.noo-single-product .noo-images .noo-image-slider-wrap .noo-thumbnails div img {
    padding: 1px;
}

.rb-product-main.noo-single-product .noo-images .noo-image-big-wrap .noo-image-big-item img {
    border: 1px solid #eee;
}

.product-type-simple .noo-images .noo-image-big-wrap .noo-image-big-item {
    text-align: center;
}

.product-type-simple .noo-images .noo-image-big-wrap .noo-image-big-item img {
    width: auto;
}

.rb-product-main.noo-single-product .entry-summary h1 {
    font-weight: 400;
    text-transform: none;
    font-size: 34px;
    color: #c760a3;
}

.woocommerce .rb-product-main.noo-single-product .entry-summary .price span {
    font-size: 24px;
    color: #000;
}

.woocommerce .rb-product-main.noo-single-product .entry-summary .price del {
    opacity: 1;
    color: #ccc;
}

.woocommerce .rb-product-main.noo-single-product .entry-summary .price del span {
    color: #ccc;
}

.woocommerce .rb-product-main.noo-single-product .entry-summary .price del span.woocommerce-Price-currencySymbol {
    padding-right: 0;
}

.woocommerce .rb-product-main.noo-single-product .entry-summary p.price {
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
    margin-bottom: 18px;
}

.sp-product-list li {
    margin-bottom: 5px;
}

.rb-product-main.noo-single-product .entry-summary form.cart .variations .label,
.sp-product-list .label {
    width: 130px;
    text-transform: none;
    font-size: 16px;
    vertical-align: top;
    color: #000;
    padding-top: 10px;
}

.rb-product-main.noo-single-product .entry-summary .sp-product-list li .ms-select select {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0;
    background: url(images/arr.png) no-repeat right 15px center;
    border: 1px solid #dadada;
    height: 48px;
    width: 220px;
    font-size: 16px;
    color: #696969;
    padding-right: 30px;
}

.rb-product-main.noo-single-product .entry-summary .sp-product-list {
    margin-bottom: 0 !important;
}

.rb-product-main.noo-single-product .entry-summary .sp-product-list:last-of-type {
    margin-bottom: 15px !important;
}

.rb-product-main.noo-single-product .entry-summary .sp-product-list li .ms-select select#pa_size,
.rb-product-main.noo-single-product .entry-summary .sp-product-list li .ms-select select.qty {
    width: 110px;
    padding-left: 15px;
}

.rb-product-main.noo-single-product .entry-summary form.cart .variations .label.size-guide {
    width: auto;
    padding-left: 12px;
}

.rb-product-main.noo-single-product .entry-summary form.cart .variations .label.size-guide a {
    font-size: 14px;
    color: #c760a3;
    text-decoration: underline;
    font-weight: 400;
}

.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

.woocommerce-product-details__short-description .prod-decs {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;
}

.woocommerce-product-details__short-description p {
    margin: 0;
}

.woocommerce-variation-add-to-cart .btn {
    width: 100%;
    max-width: 244px;
    font-size: 18px !important;
}

#reviews {
    max-width: 455px;
}

.woocommerce p.stars a {
    font-size: 24px;
    color: #a559ac;
}

.woocommerce span.onsale {
    display: none;
}

/*   **************************************************/
.up-sells.upsells .first {
    clear: none;
}

.up-sells.upsells {
    padding-top: 50px;
}

.up-sells.upsells .noo-title {
    font-weight: 300;
    text-align: center;
    font-size: 42px;
}

/* Product Listing **************************************************/
.woocommerce-before-shop-loop {
    margin: 0;
}

.noo-sidebar .widget_product_categories>ul>li>ul,
.noo-sidebar .widget_categories>ul>li>ul {
    margin: 0;
}

.noo-sidebar .widget_product_categories ul li {
    text-transform: uppercase;
}

.noo-sidebar .widget_product_categories>ul>li>ul>li>a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    color: #666;
}

.noo-sidebar .widget_product_categories>ul>li>ul>li>a:before {
    content: '';
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    background: none;
    margin-top: 0px;
    border-radius: 0;
}

.noo-sidebar .widget_product_categories>ul>li>ul>li.current-cat>a {
    color: #920084;
}

.noo-sidebar .widget_product_categories>ul>li>ul>li.current-cat>a:before {
    background: #920084;
}

.noo-sidebar .widget_product_categories>ul>li a {
    font-size: 14px;
    padding-left: 0;
    line-height: 20px;
}

.noo-sidebar .widget_product_categories>ul>li a:before {
    display: none;
    color: #555;
}

.noo-sidebar h4.widget-title .first-word,
.noo-sidebar h4.widget-title {
    color: #c760a3 !important;
}

.noo-sidebar #woocommerce_product_categories-1 h4.widget-title,
.noo-sidebar #woocommerce_product_categories-1 h4.widget-title .first-word {
    color: #000 !important;
    font-weight: 700;
}

.noo-sidebar h4.widget-title .wrap-title:after {
    bottom: -12px;
}

.noo-sidebar #woocommerce_product_categories-1 h4.widget-title .wrap-title:after {
    background: #000;
}

.noo-sidebar h4.widget-title .wrap-title:after {
    background: #c760a3;
}

.noo-sidebar .rb-filterby h4.widget-title .wrap-title:after,
.noo-sidebar .widget_price_filter h4.widget-title .wrap-title:after {
    display: none;
}

.noo-sidebar .rb-filterby h4.widget-title .first-word,
.noo-sidebar .widget_price_filter h4.widget-title .first-word {
    color: #000 !important;
}

.noo-sidebar .rb-filterby h4.widget-title {
    color: #000 !important;
    text-transform: none !important;
    font-size: 16px;
    float: left;
    margin-bottom: 0;
    line-height: 25px;
    font-weight: 700;
}

.noo-sidebar .widget_price_filter h4.widget-title {
    color: #000 !important;
    font-weight: 700;
    text-transform: none;
}

.noo-sidebar .rb-filterby .widget-text {
    float: right;
}

.noo-sidebar .rb-filterby .widget-text .fa {
    font-family: Lato;
    text-decoration: underline;
}

.noo-sidebar .rb-filterby .widget-text .fa:before {
    font-family: FontAwesome;
}

.noo-sidebar .widget.widget_product_categories {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.woocommerce .widget_layered_nav ul li {
    margin-bottom: 4px;
    text-transform: uppercase;
}

.woocommerce .widget_layered_nav ul li a {
    padding-left: 26px;
    font-size: 14px;
    color: #555;
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 18px;
    padding-left: 30px !important;
}

.woocommerce .widget_layered_nav ul li a:before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    border: 1px solid #ccc;
    left: 0;
    top: 1px;
}

.noo-sidebar .widget_price_filter .price_slider_amount .price_label span {
    font-weight: 700;
}

.noo-sidebar .widget_products ul li img {
    margin-right: 20px;
}

.noo-sidebar .widget_products ul li .product-title {
    display: inline;
    padding-left: 0;
    padding-top: 0;
    line-height: 14px;
    text-transform: none;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.noo-sidebar .widget_products ul li .amount {
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}

.woocommerce div.product .price span {
    font-weight: 700;
}

.woocommerce div.product .noo-title-shop {
    line-height: 0.8;
    margin-bottom: 4px;
    text-transform: none;
    text-transform: uppercase;
}

div.products.shop-grid {
    font-size: 0;
}

div.products.shop-grid .noo-md-4 {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

/*   **************************************************/
.widget-search-classes .widget-class-filter.search-class-weekday span {
    color: #c760a3;
}

.widget-search-classes .widget-class-filter.search-class-weekday label {
    font-size: 16px;
    cursor: pointer;
}

.widget-search-classes .widget-class-filter.search-class-weekday label:hover {
    color: #c760a3;
}

.widget-search-classes .widget-class-filter.search-class-weekday label input[type="checkbox"] {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background: #fff;
}

/* Tooltip Size **************************************************/
.rb-sizetooltip-li {
    position: relative;
}

.rb-size_tooltip {
    display: none;
    line-height: 1.2;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: #c760a3;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
}

/*   **************************************************/
.noo-gallery-inner img {
    width: 100%;
}

.grid .posts-loop-content .loop-item-featured {
    min-height: 210px;
}

.posts-loop-title {
    margin-bottom: 30px;
}

.facetwp-facet {
    margin-bottom: 0;
}

.widget.widget_text .facetwp-checkbox {
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5;
    margin-bottom: 10px;
    background: none;
    position: relative;
    padding-left: 30px;
    /*due to CSI-5069-UKA*/
    /*text-transform: uppercase;*/
}

.widget.widget_text .facetwp-checkbox a {
    font-size: 14px;
    color: #666;
    /*due to CSI-5069-UKA*/
    /*text-transform: uppercase;*/
}

.widget.widget_text .facetwp-checkbox:before,
.widget.widget_text .facetwp-checkbox a:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 0;
}

.widget.widget_text .facetwp-checkbox:before a {
    border: none;
    background: none;
}

.widget.widget_text .facetwp-checkbox.checked:before,
.woocommerce .widget_layered_nav ul li.chosen a:before {
    content: '\f00c';
    font-family: fontAwesome;
    line-height: 1.4;
    font-size: 13px;
    text-align: center;
    color: #c760a3;
}

.widget.widget_text .facetwp-checkbox .facetwp-counter {
    display: none;
}

/*   **************************************************/
.widget-search-classes .widget-class-filter {
    margin-bottom: 35px;
}

.grid .posts-loop-content .hentry {
    padding: 0 12px;
}

.grid .masonry-container {
    margin: 0 -12px;
}

.grid .posts-loop-content .loop-item-wrap {
    box-shadow: none;
}

.grid .posts-loop-content .loop-item-wrap:hover {
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
}

.grid .posts-loop-content .loop-item-content {
    padding: 0 22px;
    padding-bottom: 28px;
}

.posts-loop-content .loop-item-content .content-meta span {
    margin: 0;
}

.grid .posts-loop-content .loop-item-content:before {
    z-index: -1;
}

.grid .posts-loop-content .loop-item-content {
    position: relative;
    z-index: 99;
}

.posts-loop-content .loop-item-content .loop-item-title {
    margin: 0;
    line-height: 80px;
}

.posts-loop-content .loop-item-content .loop-item-title a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 18px;
    color: #d05cbe;
    font-weight: 700;
}

.posts-loop-content .loop-item-content .loop-item-excerpt {
    min-height: 85px;
    font-size: 13px;
    margin: 0;
}

.posts-loop-content .loop-item-content .btn {
    font-weight: 700 !important;
    font-size: 13px;
    padding: 6px 30px !important;
    /*due to CSI-5069 - UKA */
    /*position: relative;
    top: -15px;*/
}

.grid .posts-loop-content .loop-item-content .loop-item-action {
    margin: 0;
}

/* Schedule Detail Listing **************************************************/
.list .posts-loop-content .noo-md-4 {
    width: 100%;
}

.ion-agegroup {
    background: url(images/age-group-icon.png) no-repeat 0 2px;
    width: 14px;
    height: 18px;
}

.rb-class-list.grid .posts-loop-content .loop-item-content {
    text-align: left;
    padding: 0;
}

.rb-class-list .posts-loop-content .loop-item-content .loop-item-excerpt {
    min-height: 1px;
}

.rb-class-list.grid .posts-loop-content .loop-item-content .loop-item-content-summary {
    /*due  to CSI-5069*/
    padding: 0 60px 0 32px;
    /*min-height: 170px;*/
/*    min-height: 230px;*/
    overflow: hidden;
    /*padding: 0 28px 0 32px; //92
	min-height: 145px;*/
    border-bottom: 1px solid #f7f7f7;
}

.rb-class-list .posts-loop-content .loop-item-content .loop-item-content-summary span[class*="meta-"] {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 24px;
}

.rb-class-list .posts-loop-content .loop-item-content .loop-item-content-summary span[class*="meta-"] .icon,
.rb-class-list .posts-loop-content .loop-item-content .loop-item-content-summary span[class*="meta-"] .fa {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #c760a3;
}

.rb-class-list .posts-loop-content .loop-item-content .loop-item-content-summary span[class*="meta-"] strong {
    color: #c760a3;
}

.rb-class-list.grid .posts-loop-content .loop-item-content .loop-item-action {
    padding: 20px 28px;
}

.rb-class-list.grid .posts-loop-content .loop-item-content .loop-item-action:before,
.rb-class-list.grid .posts-loop-content .loop-item-content .loop-item-action:after {
    content: " ";
    display: table;
    clear: both;
}

.rb-class-list .posts-loop-content .loop-item-content .loop-item-action .btn {
    float: right;
}

.rb-class-list .posts-loop-content .loop-item-content .loop-item-action .price {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

/*   **************************************************/
dl.variation table {
    border: none;
}

dl.variation table td {
    padding: 5px 0 !important;
    font-weight: 700;
}

.woocommerce form .form-row label.checkbox {
    padding-left: 25px;
}

.woocommerce form .form-row label input[type="checkbox"] {
    top: 4px;
    left: 0;
}

.woocommerce table.shop_table tbody td.product-name {
    padding-left: 0;
    padding-right: 15px;
}

/*   **************************************************/
.woocommerce-cart table.cart a.remove:before {
    top: 0;
}

.select2-container .select2-selection--single {
    border-color: #cdcdcd;
    height: 38px;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
    top: 5px;
}

#ship-to-different-address label {
    padding-left: 25px;
    font-size: 20px;
}

#order_review_heading a {
    float: right;
    font-size: 14px;
    text-decoration: underline;
    color: #666;
    text-transform: none;
}

#place_order {
    width: 100%;
    padding: 18px 20px !important;
    border-radius: 3px;
    font-weight: 700;
}

ul.wc-saved-payment-methods {
    padding-left: 0;
}

form.checkout_coupon {
    margin: 0 0 40px 0 !important;
    padding-top: 20px !important;
    text-align: left !important;
}

.checkout_coupon input.button {
    margin-top: 0 !important;
}

.checkout_coupon .form-row-last{
    padding-top: 3px;
    padding-bottom: 3px;
}

.checkout_coupon button[name="apply_coupon"] {
    height: 38px;
}

.woocommerce-account .woocommerce-Button{
    padding: 5px 15px;
    border-color: transparent;
}

.woocommerce-button, .woocommerce-account .button {
    padding: 10px 15px;
    border-color: transparent;
}

.woocommerce a.woocommerce-button, .woocommerce-account .button {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.woocommerce-cart .cart-crosscell .cross-sells .product {
    float: left;
    padding: 0 20px;
}

.woocommerce-cart table.cart .product-quantity {
    text-align: center;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    border-top: 1px solid #ccc;
    padding: 15px 0;
    color: #000;
    font-size: 16px;
}

.woocommerce table.shop_table tfoot tr > td[colspan="2"]{
    padding: 0;
}


/* .woocommerce table.shop_table tfoot>tr>td {
    padding-top: 0;
} */

.woocommerce .woocommerce-checkout h3 {
    color: #c762be;
}

/*  **************************************************/
.woocommerce table.wishlist_table thead th.product-name,
.woocommerce table.wishlist_table thead th.product-name,
.woocommerce table.cart thead th.product-name,
.woocommerce table.shop_table thead th.product-name,
.bundled_table_item .bundled_table_item_indent {
    padding-left: 0;
}

#order_review table.shop_table dl.variation {
    margin-bottom: 0;
    line-height: 1.2;
}

#order_review table.shop_table .product-total {
    color: #000;
}

#order_review table.shop_table dl.variation p,
#order_review table.shop_table dl.variation dt,
#order_review table.shop_table dl.variation dd {
    line-height: 1.4;
}

#order_review table.shop_table dl.variation dt {
    color: #333;
}

.variation table.wdm_options_table {
    margin-bottom: 0px;
    margin-top: 5px;
}

.woocommerce-checkout-review-order-table {
    margin-bottom: 0 !important;
}

.variation table.wdm_options_table tr td {
    padding: 0 !important;
    color: #666 !important;
    font-size: 14px;
    border: none !important;
}

.woocommerce #order_review table.shop_table tbody td.product-name {
    padding: 15px 0;
    font-size: 14px;
    color: #000;
}

.single-product .bundle_form .bundle_price p.price del {
    display: none;
}

.woocommerce #order_review .woocommerce-checkout-review-order-table {
    padding: 26px;
    background: #fff2f2;
    margin-bottom: 35px !important;
}

.woocommerce #order_review .woocommerce-checkout-review-order-table thead th {
    padding-top: 0;
    border-top: none;
    font-weight: 700;
}

#order_review table tbody {
    padding-bottom: 25px;
}

#order_review .bundled_table_item .bundled_table_item_indent {
    padding-left: 0 !important;
}

.woocommerce #order_review table.shop_table tbody .bundled_table_item td.product-name,
.woocommerce #order_review table.shop_table tbody .bundled_table_item td.product-total {
    padding-bottom: 2px;
    padding-top: 2px;
    line-height: 1.2;
}

.cart_item.bundled_table_item.last-element td {
    padding-bottom: 20px !important;
}

#payment .payment_methods {
    background: #f6f6f6;
}

.woocommerce .woocommerce-checkout #payment .payment_methods .payment_box {
    padding: 0 !important;
}

.woocommerce .woocommerce-checkout #payment .form-row {
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
}

.rg-sagepay-img {
    text-align: center;
}

.woocommerce form .form-row input.input-text {
    height: 38px;
}

.woocommerce-checkout-review-order-table tr .product-total {
    width: 15%;
    text-align: right !important;
}

.total-checkout-table {
    width: 100%;
    border: none;
    margin-bottom: 0;
}

.total-checkout-table tbody {
    border: none;
    margin: 0;
}

.total-checkout-table tbody td,
.total-checkout-table tbody td .amount {
    text-align: right !important;
}

.total-checkout-table tbody td p {
    font-size: 14px;
    text-align: left;
    line-height: 1.2;
    font-weight: normal;
}

/* Rb Video List **************************************************/
.rb-video-list .wpb_wrapper {
    margin: 0 -15px;
    font-size: 0;
}

.rb-video-list .wpb_wrapper .noo-video {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 16px;
    margin-bottom: 60px;
    padding: 0 15px;
}

.rb-video-list .wpb_wrapper .noo-video img {
    margin-bottom: 0;
}

.rb-video-list .wpb_wrapper .noo-video h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}

.rb-video-list .wpb_wrapper .noo-video .thumb_image {
    box-shadow: none;
    margin-top: 15px;
}

.woocommerce .products .product .noo-product-thumbnail {
    min-height: 350px;
    line-height: 350px;
    text-align: center;
}

.woocommerce .products .product .noo-product-thumbnail img {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: auto;
    max-height: 350px;
}

.products .product .noo-product-column-wrap .noo-product-thumbnail a .noo-thumbnail-product-second {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#rb-team-section .read-more {
    display: none;
}

.noo-shop-main {
    margin-top: 50px;
}

.woocommerce .products {
    margin-top: 30px;
}

/*   **************************************************/
.rg-upcoming-classes .rb-mobile-class-container article .loop-item-content .loop-item-content-summary {
    padding: 0 !important;
    min-height: 1px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 188px !important;
    width: calc(100% - 105px) !important;
    padding-right: 6px !important;
    padding-top: 20px !important;
}

.rg-upcoming-classes .rb-mobile-class-container article {
    margin-bottom: 20px !important;
}

.rg-upcoming-classes .rb-mobile-class-container article .loop-item-content {
    padding: 0 16px;
    padding-bottom: 20px;
}

.rg-upcoming-classes .rb-mobile-class-container .loop-item-title {
    margin-bottom: 5px;
}

.rg-upcoming-classes .rb-mobile-class-container .loop-item-title a {
    font-size: 16px;
}

.rg-upcoming-classes .rb-mobile-class-container .loop-item-excerpt {
    min-height: 1px;
}

.rg-upcoming-classes .rb-mobile-class-container .loop-item-action {
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
}

.rg-upcoming-classes .rb-mobile-class-container .loop-item-action {
    margin-bottom: 0 !important;
}

.rg-upcoming-classes .rb-mobile-class-container .loop-item-action .btn {
    border-radius: 4px;
}

.rg-upcoming-classes .rb-mobile-class-container article p {
    font-size: 13px;
}

.rg-upcoming-classes .rb-mobile-class-container article p .home-sub-class {
    padding: 0;
}

.rg-upcoming-classes .rb-mobile-class-container .loop-item-title {
    line-height: 1;
}

.rb-contactus-area .wrap-title {
    color: #c760a3;
    font-family: lato;
    font-size: 42px;
    font-weight: 300;
}

.rb-contact-social .wpb_wrapper .noo-info-wrap:first-child .content {
    padding-top: 4px;
}

.rb-contact-social .icon {
    background: rgb(208, 92, 190);
    background: -moz-linear-gradient(-45deg, rgba(208, 92, 190, 1) 0%, rgba(144, 112, 237, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(208, 92, 190, 1) 0%, rgba(144, 112, 237, 1) 100%);
    background: linear-gradient(135deg, rgba(208, 92, 190, 1) 0%, rgba(144, 112, 237, 1) 100%);
}

.rb-contact-frm-area .wrap-title {
    color: #c760a3;
    font-family: lato;
    font-size: 42px;
    font-weight: 300;
}

.rb-contact-frm-area .noo-contact-form input[type="date"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #eeeeee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eeeeee;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #eeeeee;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #eeeeee;
    border-top-style: solid;
    border-top-width: 1px;
    color: #888888;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    width: 100%;
}

.rb-contact-frm-area .field-datepicker {
    background-attachment: scroll !important;
    background: url("/wp-content/uploads/2017/06/cal-input.png") no-repeat right 15px center #fff !important;
    background-size: auto auto !important;
}

.rb-contact-frm-area select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #eeeeee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eeeeee;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #eeeeee;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #eeeeee;
    border-top-style: solid;
    border-top-width: 1px;
    color: #888888;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    width: 100%;
}

/* Woocommerce MY ACCOUNT **************************************************/

.woocommerce-account .table>thead>tr>th,
.woocommerce-account .table>tbody>tr>td {
    border: none;
    border-top: 1px solid #ccc;
    font-size: 13px;
}

.woocommerce-account .table>thead>tr>th {
    padding: 10px 8px;
    background: #7ca53d;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce-account table>thead>tr>th,
.woocommerce-account table>tbody>tr>td,
.woocommerce table.shop_table>thead>tr>th,
.woocommerce table.shop_table>tbody>tr>td,
.woocommerce table.shop_table>tbody>tr>th {
    border: none;
    border-top: 1px solid #ccc;
    font-size: 15px;
    padding-right: 20px;
}

/* tr.cart-discount td {
    display: flex;
    flex-direction: column;
} */

tr.cart-discount.recurring-total{
    display:none;
}

td.order-actions a:not(td.order-actions a:last-child), .woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions a:not(.woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions a:last-child) {
    margin-right: 3px !important;
    margin-bottom: 3px;
}

table.subscription_details tr td a{
    margin-right: 3px !important;
    margin-bottom: 3px !important;
}

table.subscription_details tr td a.cancel, table.subscription_details tr td a.subscription_renewal_early{
    display: none;
}

.woocommerce-account table>thead>tr>th,
.woocommerce table.shop_table>thead>tr>th,
.woocommerce table.shop_table>tbody>tr>th {
    padding: 10px 8px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.woocommerce-account table>thead>tr>th>span {
    font-weight: 400 !important;
}

.woocommerce-account .button {
    border-radius: 0 !important;
    font-weight: 400 !important;
}

.woocommerce-account .button:hover {
    color: #fff !important;
    background: #920084 !important;
}

.woocommerce-account .entry-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #5aa8c7;
    padding-bottom: 15px;
}

.woocommerce-account input.button {
    padding: 20px 25px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.woocommerce-account .entry-header .entry-title {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
    display: inline-block;
    vertical-align: top;
}

.woocommerce-account .entry-header .edit-link {
    float: right;
    margin-top: 12px;
}

.woocommerce-MyAccount-navigation {
    background: #f5f5f5;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-content {
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation>ul>li {
    border-bottom: 1px solid #fff;
}

.woocommerce-MyAccount-navigation>ul>li>a {
    display: block;
    line-height: 1;
    padding: 15px 15px 15px 25px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.15s linear;
}

.woocommerce-MyAccount-navigation>ul>li>a>.fa {
    margin-right: 8px;
}

.woocommerce-MyAccount-navigation>ul>li>a:hover,
.woocommerce-MyAccount-navigation>ul>li.is-active>a {
    color: #fff;
    background: #920084;
}

.js-dashboard-area {
    padding-top: 20px;
}

.js-dashboard-area h3 {
    font-size: 20px;
}

.noo-info-wrap .content {
    padding-top: 16px !important;
}

/* Trial PopUp **************************************************/
.rb-booking-frm {
    padding: 30px 30px 10px 30px;
}

.rb-booking-frm h1 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 35px;
    color: #c762be;
    margin: 0;
    line-height: 1.1;
    margin-bottom: 14px;
}

.rb-booking-frm h1 strong {
    font-weight: 800;
}

.rb-booking-frm h1 span {
    font-weight: 300;
}

.rb-booking-frm p {
    font-size: 13px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.4;
}

.rb-booking-frm select,
.rb-booking-frm input {
    max-width: 100%;
}

.rb-booking-frm input[type="text"],
.rb-booking-frm input[type="number"],
.rb-booking-frm input[type="email"],
.rb-booking-frm input[type="date"] {
    border: 1px solid #d7d7d7;
    height: 45px;
    color: #666;
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
}


.rb-booking-frm select {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0;
    background: url(images/arr.png) no-repeat right 15px center;
    border: 1px solid #d7d7d7;
    height: 45px;
    width: 100%;
    font-size: 16px;
    color: #666;
    padding-right: 30px;
    padding-left: 15px;
}

/* .rb-booking-frm  .noo-md-6 {
	margin-bottom: 15px;
} */
.rb-booking-frm .btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 22px;
    font-weight: 700;
    /* margin-top: 15px; */
}

/* Bundle Page **************************************************/
.rb-section-title h1 {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    color: #d676c7;
    margin-bottom: 30px;
}

.rb-bundle-products .reset_variations {
    display: none !important;
}

/*Rb Bundle Tabs*/
.rb-bundle-wrapp h3 {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.rb-bundle-tabs ul {
    padding: 0;
    margin: 0;
    margin-bottom: -1px;
}

.rb-bundle-tabs ul li h3 {
    text-transform: none;
}

.rb-bundle-tabs p strong,
.rb-bundle-tabs ul li h3 strong {
    color: #c762be;
    text-transform: uppercase;
}

.rb-bundle-tabs ul li {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    width: 25%;
    margin-right: 6px;
}

.rb-bundle-tabs ul li input[type="checkbox"] {
    border: 1px solid #a1a1a1;
    margin-right: 14px;
}

.rb-bundle-tabs ul li label {
    color: #000;
    cursor: pointer;
    font-size: 20px;
}

.rb-bundle-wrapp .reset_variations {
    display: none;
}

.rb-bundle-tabs ul li h3 {
    margin-top: 14px;
    margin-bottom: 14px;
}

.rb-bundle-tabs ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding: 14px 15px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1;
}

.rb-bundle-tabs ul li a {
    background: rgb(208, 92, 190);
    background: -moz-linear-gradient(-45deg, rgba(208, 92, 190, 1) 0%, rgba(144, 112, 237, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(208, 92, 190, 1) 0%, rgba(144, 112, 237, 1) 100%);
    background: linear-gradient(135deg, rgba(208, 92, 190, 1) 0%, rgba(144, 112, 237, 1) 100%);
}

.rb-bundle-tabs ul li a:hover {
    background: linear-gradient(-135deg, rgba(208, 92, 190, 1) 0%, rgba(144, 112, 237, 1) 100%);
    text-decoration: none;
}

.rb-bundle-tabs ul li.active a {
    background: #fff;
    border-color: #cfcfcf;
    border-bottom-color: transparent;
    color: #666;
    outline: none;
}

.rb-bundle-content {
    padding: 30px 0;
    border: 1px solid #cfcfcf;
    border-radius: 0 8px 8px;
    margin-bottom: 20px;
}

.rb-bundle-titles {
    padding: 0 30px;
}

.rb-bundle-section {
    padding: 0 30px;
    background: #fff5f6;
}

.rb-bundle-section .bundled_product:first-child {
    border: none;
}

.rb-bundle-section select {
    margin: 0 !important;
}

.rb-bundle-content h2 {
    margin: 0;
    font-size: 20px;
    color: #c762be;
    margin-bottom: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.rb-left-bundle figure,
.rb-bundle-sizes figure,
.bundled_product_summary .bundled_product_images figure.bundled_product_image {
    float: left;
    width: 120px;
    text-align: center;
}

.rb-left-bundle figure {}

.rb-left-bundle figure img,
.rb-bundle-sizes figure img,
.bundled_product_summary img .bundled_product_images figure.bundled_product_image img {
    max-height: 88px;
    width: auto !important;
    height: auto;
}

/*.bundled_product_summary .bundled_product_images figure.bundled_product_image img {
    width: auto;
    height: 115px;
}*/
.rb-desc-bundle,
.rb-bundle-sizes-desc {
    margin-left: 145px;
}

.details .rb-bundle-sizes-desc {
    margin-left: 0;
}

.rb-desc-bundle h5 {
    margin: 0 0 8px 0;
    line-height: 1;
    font-size: 14px;
    color: #000;
}

.rb-desc-bundle p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 14px;
    color: #666;
}

.rb-right-bundle ul {
    margin-bottom: 20px;
}

.rb-right-bundle li {
    display: inline-block;
    vertical-align: top;
    padding-left: 55px;
    line-height: 1.2;
}

.rb-right-bundle li:first-child {
    padding-left: 0;
}

.rb-right-bundle li span.rb-title {
    display: block;
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
}

.rb-right-bundle li strong.rb-price {
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

.rb-right-bundle li:last-child .rb-title {
    font-size: 16px;
}

.rb-right-bundle li strong.rb-price.strong {
    font-size: 22px;
    color: #920084;
}

.btn-more-sizes {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    color: #d05cbe;
}

.btn-more-sizes i {
    margin-left: 15px;
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
}

.rb-bundle-sizes-desc {
    max-width: 100%;
}

.rb-bundle-sizes,
.rb-bundle-content .bundled_product_summary {
    padding-top: 25px;
    margin-top: 20px;
    border-top: 1px solid #e1e1e1;
}

.rb-bundle-content .bundled_product_summary {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.rb-bundle-content .bundled_product_summary .details {
    width: 94%;
}

.rb-bundle-sizes h4,
.rb-bundle-content .bundled_product_summary .details h4.bundled_product_title {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    margin-bottom: 16px;
    overflow: auto;
}

.rb-bundle-sizes .row,
.rb-bundle-content .bundled_product_summary .details .bundled_item_cart_content {
    margin: 0 -6px;
}

.rb-bundle-content .bundled_product_summary .details .bundled_item_cart_content table.variations {
    margin-bottom: 0;
}

.rb-bundle-sizes .row .noo-xs-3,
.rb-bundle-content .bundled_product_summary .details .bundled_item_cart_content table.variations tr td {
    padding: 0 6px;
}

.rb-bundle-content .bundled_product_summary .details .bundled_item_cart_content table.variations tr {
    width: 24%;
    float: left;
}

.rb-bundle-content .bundled_product_summary .details .bundled_item_cart_content table.variations tr td.label {
    display: none;
}

.rb-bundle-sizes h4 span.rb-price-right {
    float: right;
}

.rb-bundle-sizes .row .noo-xs-3 select,
.rb-bundle-content .bundled_product_summary .details .bundled_item_cart_content table.variations tr td.value select {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0;
    background: url(images/arr.png) no-repeat right 15px center #fff;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 16px;
    height: 55px;
    padding-right: 30px;
    padding-left: 15px;
    font-size: 16px;
    color: #666;
}

.rb-bundle-content .bundled_product_summary .details .bundled_item_cart_content table.variations tr td.value select {
    width: 119%;
}

.bundle_data {
    padding: 0 30px;
    margin: 0 -30px;
    padding-top: 35px;
    margin-top: 30px;
    text-align: right;
    border-top: 1px solid #e1e1e1;
    background: #fff;
}

.rb-bundle-bottom {
    margin-bottom: 20px;
    text-align: right;
}

.bundle_button .quantity_select {
    display: none;
}

.rb-bundle-bottom .rb-price,
.bundle_data .bundle_price {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.rb-bundle-bottom .rb-price strong,
.bundle_data .bundle_price .amount {
    color: #920084;
    display: inline-block;
    vertical-align: top;
    padding-left: 12px;
}

.bundle_data .bundle_price .amount {
    font-weight: bold;
}

.rb-bundle-bottom .button,
.rb-bundle-content .bundle_data .bundle_button button.bundle_add_to_cart_button {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px !important;
    width: 180px;
    line-height: 24px !important;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.rb-bundle-content .bundle_data .bundle_button button.bundle_add_to_cart_button {
    line-height: 1.3;
}

.rb-bottom-skip {
    margin-bottom: 20px;
    text-align: right;
}

.rb-bottom-skip .btn-skip-bundle {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #d676c7;
}

.rb-bottom-skip .btn-skip-bundle i.fa {
    display: inline-block;
    font-size: 30px;
    margin-left: 15px;
}

.rb-bottom-skip .btn-skip-bundle.rg-or-text {
    color: #444;
    font-size: 20px;
}

.rb-bottom-skip .btn-skip-bundle.rg-or-text+.btn-skip-bundle {
    font-size: 18px;
    text-decoration: underline;
    color: #936fea;
    text-transform: none;
}

/*  **************************************************/
.rb-bundle-product-alt .reset_variations,
.rb-bundle-product-alt .bundled_product_excerpt {
    display: none !important;
}

.rb-bundle-product-alt form {
    margin-bottom: 0 !important;
}

.rb-bundle-content.rb-bundle-product-alt {
    border: none;
    border-radius: 4px;
}

.rb-bundle-content.rb-bundle-product-alt .bundle_data {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    border: none;
}

.rb-bundle-content.rb-bundle-product-alt .bundle_data .button {
    float: none !important;
}

.rb-product-main.noo-single-product .rb-bundle-detail-product .entry-summary .entry-title {
    font-size: 18px;
    text-decoration: underline;
    color: #000;
    font-weight: 400;
    margin-bottom: 12px;
}

.rb-bundle-detail-product .entry-summary .rb-section-title h2 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 0;
    color: #d676c7;
    margin-bottom: 22px;
}

.rb-bundle-detail-product .entry-summary h5 {
    font-weight: 700;
    font-size: 15px;
    color: #000;
    margin-bottom: 8px;
    margin-top: 3px;
}

.rb-bundle-detail-product .entry-summary ul.rb-bundle-list {
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 14px;
}

.rb-bundle-detail-product .price {
    margin-bottom: 10px !important;
}

.rb-bundle-detail-product .price span.total {
    color: #000 !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 1em;
    color: #aaa;
}

/*  **************************************************/
/* responsive-mytable **************************************************/
.responsive-mytable {
    min-height: .01%;
    overflow-x: auto;
    text-align: center;
    font-size: 14px;
}

.responsive-mytable table {
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-bottom: none;
    border-right: none;
}

.responsive-mytable table th,
.responsive-mytable table td {
    border-left: none;
    border-top: none;
    padding: 8px 15px;
    width: 130px;
    font-size: 13px;
    color: #333;
}

.responsive-mytable table th {
    color: #fff;
    background: #555;
    font-size: 14px;
    line-height: 1.2;
    padding: 15px 15px;
}

.responsive-mytable table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

#billing_company_field,
#shipping_company_field {
    display: none;
}

/* ORDER REVIEW PAGE **************************************************/
.woocommerce-order {
    color: #000;
    font-size: 14px;
}

.woocommerce-order ul,
.woocommerce-order .bundled_table_item_indent {
    padding: 0 !important;
}

.woocommerce-order ul li:last-child {
    display: none;
}

.woocommerce .woocommerce-order table.shop_table tbody td,
.woocommerce .woocommerce-order table.shop_table tbody th {
    font-size: 14px !important;
    padding: 10px 0;
}

.woocommerce .woocommerce-order table.shop_table p,
.woocommerce .woocommerce-order table.shop_table span {
    font-size: 14px !important;
}

.woocommerce .woocommerce-order table.shop_table .product-total {
    text-align: right;
    font-size: 15px;
}

.woocommerce .woocommerce-order table.shop_table tfoot td,
.woocommerce .woocommerce-order table.shop_table tfoot th {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;

}

.woocommerce .woocommerce-order table.shop_table tfoot th span,
.woocommerce .woocommerce-order table.shop_table tfoot td span {
    font-size: 16px !important;
}

.woocommerce .woocommerce-order table.shop_table tfoot td {
    text-align: right;
}

.woocommerce .woocommerce-order table.shop_table thead th.product-name {
    padding: 10px 8px !important;
}

.woocommerce-checkout-review-order-table .bundled-product-subtotal,
.bundled_item_wrap .woocommerce-variation-price {
    display: none;
}

/* ORDER REVIEW PAGE END **************************************************/


/* Home Top Badge */
.bs-example {
    margin: 20px;
}

.modal-content iframe {
    margin: 0 auto;
    display: block;
}

.badge-wrapper {
    position: relative;
}

.banner-badge {
    position: absolute;
    z-index: 999;
    width: 286px;
    height: 221px;
    text-align: center;
    left: 10%;
    top: -20px;
    /*Change due to (CSI-5027)-Ukasha*/
    /*display: none !important;*/
}

.banner-badge-1 a {
    background-color: rgba(0, 0, 0, 0);
    background-position: 0% 0% !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
    background-image: linear-gradient(135deg, rgb(208, 92, 190) 0%, rgb(144, 112, 237) 100%) !important;
    background-size: auto !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
    padding: 10px;
    color: #fff;
    min-width: 120px;
}

.banner-badge-1 {
    position: absolute;
    z-index: 999;
    text-align: center;
    left: 15px;
    top: 15px;
    display: inline-block;
}

.banner-badge a {
    text-decoration: none;
}

.banner-badge img {
    position: absolute;
    z-index: -1;
    left: 0;
}

.banner-badge h3 {
    margin: 0;
    margin-top: 75px;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-shadow: -2px 1px 3px rgba(0, 0, 0, 0.35);
}

.banner-badge p {
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    display: inline-block;
    line-height: 1.4;
}

.banner-badge p small {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
}

/* Show Classes Note */

.show-class-note {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
}

.show-class-note strong {
    color: #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
    display: inline-block;
}

.show-class-note span {
    font-size: 20px;
    line-height: 1.6;
    display: inline-block;
}

.show-classes-area {
    background: #fdf3f4;
    padding: 15px 45px;
    margin-bottom: 18px;
}

.show-classes-area strong {
    font-size: 15px;
    color: #000;
}

.show-classes-area .explore-classes a {
    color: #c760a3;
    text-decoration: underline;
    margin-top: 5px;
    display: inline-block;
    font-weight: 700;
}

.noo_class .rb-add-to-cart-container .noo-contact-form form .show-classes-area span.show-classes-radio {
    position: relative;
}

.noo_class .rb-add-to-cart-container .noo-contact-form form .show-classes-area label {
    margin: 0;
    padding-left: 25px;
    line-height: 1.2;
    position: relative;
}

.noo_class .rb-add-to-cart-container .noo-contact-form form .show-classes-area label:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #bcbcbc;
    font-family: fontAwesome;
}

.noo_class .noo-contact-form form .show-classes-area input {
    margin: 0;
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    z-index: 999;
    margin: 0;
    cursor: pointer;
    opacity: 0;
}

.noo_class .noo-contact-form form .show-classes-area input:checked+label:before {
    content: '\f00c';
    color: #2b384e;
    text-align: center;
    font-size: 12px;
}


/*------------------------- Cross sell changes design ----------------------------*/
.cart-collaterals {
    margin-top: 0px;
}

.noocart-coupon {
    margin-bottom: 30px;
}

.noocart-coupon input {
    width: 70%;
    float: left;
}

.noocart-coupon .noo-apply-coupon {
    float: left;
    width: 30%;
    padding: 10px;
    margin: 27px 0 0;
    height: 40px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    margin: 100px 0 0;
}

.cart-crosscell .noo-product-wrap {
    text-align: center;
}

.cart-crosscell h2 {
    font-size: 24px;
}

.woocommerce-cart .cart-crosscell .cross-sells .product {
    width: 50%;
    float: left;
}

.woocommerce .cart-crosscell .products .product .noo-product-thumbnail {
    min-height: initial;
    line-height: 1;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    text-align: left !important;
}

/*-------------------------------------------------------------------------------*/


@media(max-width: 480px) {
    .noocart-coupon input {
        width: 100%;
        float: left;
    }

    .noocart-coupon .noo-apply-coupon {
        float: left;
        width: auto;
        padding: 10px 35px;
        margin: 15px 0 0;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        margin: 50px 0 0;
    }
}

/*-----------------------------------------------------------------------------*/


/* REsponsive **************************************************/
@media (max-width:1338px) {
    header .navbar-brand .noo-logo-img {
        height: 45px;
    }

    header .noo-main-menu .navbar-nav li {
        /*Due to CSI-5069-UKA*/
        /*padding-left: 8px;
		padding-right: 8px;*/
        padding-left: 5px;
        padding-right: 5px;
    }

    .noo-header .noo-top-left-widget a span,
    .noo-header .noo-top-right-widget a span {
        display: inline-block !important;
    }

    .noo-header .noo-top-right-widget a.mobile-minicart-icon1 .noo-cart-wrapper {
        right: -5px;
    }
}

@media (max-width:1200px) {

    /* Show Classes Area */

    .show-classes-area {
        padding: 15px 20px;
    }

    .show-classes-area strong {
        line-height: 1.2;
        display: inline-block;
        margin-bottom: 10px;
    }

    /* ---------------- */

    .noo-header .navbar-header .noo-logo-img {
        height: 35px;
    }

    .noo-header .noo-right-menu {
        /*due to CSI-5069 - UKA*/
        /*padding-right: 170px; //129*/
        padding-right: 173px;
    }

    .rb-video-home h3 {
        font-size: 28px;
    }

    .rb-home-content .vc_column-inner>.wpb_wrapper {
        padding-right: 0;
    }

    .rb-home-content .menu-home-welcome-menu-container ul li {
        padding: 0 10px;
    }

    .banner-badge-1 {
        position: absolute;
        z-index: 999;
        text-align: center;
        left: 8px;
        top: 8px;
        display: inline-block;
    }

    .banner-badge-1 a {
        padding: 8px;
    }

}

@media (max-width:1024px) {

    /*  **************************************************/
    #header-bottom-links {
        display: block;
    }

    .noo-header .noo-right-menu .navbar-nav li,
    .noo-header .noo-left-menu .navbar-nav li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .noo-header .navbar-header .noo-logo-img {
        height: 30px;
    }

    .rb-home-video-area {
        padding-left: 0 !important;
    }

    .noo-theme-wraptext .wrap-title .noo-theme-title {
        font-size: 34px;
    }

    /*  **************************************************/
    .noo-header .noo-right-menu {
        padding-right: 110px;
    }

    .noo-header .noo-top-right-widget a.noo-book-class {
        display: none;
    }

    .noo-header .noo-top-right-widget {
        width: 58px;
    }

    .banner-badge-1 {
        position: absolute;
        z-index: 999;
        text-align: center;
        left: 4px;
        top: 8px;
        display: inline-block;
    }

    .banner-badge-1 a {
        padding: 7px 5px 7px 5px;
    }

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: right;
        width: 100%;
    }
}

@media (max-width:991px) {

    /* Banner badge */

    .banner-badge {
        width: 210px;
        height: 162px;
        left: 5%;
        top: -24px;
    }

    .banner-badge h3 {
        margin-top: 52px;
        margin-bottom: 17px;
        font-size: 12px;
    }

    .banner-badge p {
        padding: 0 5px;
        font-size: 14px;
    }

    .banner-badge p small {
        display: none;
    }

    .noo-header .noo-top-right-widget {
        right: auto;
        left: 15px;
    }

    .noo-header .navbar-header .noo-logo-img {
        height: auto;
    }

    .footer-style-1 .noo-sm-6,
    #newsletterwidget-2,
    #text-3 {
        text-align: left;
    }

    .rb-video-list .wpb_wrapper .noo-video {
        width: 50%;
    }

    .noo-header .noo-top-right-widget a.noo-book-class {
        display: none;
    }

    .rg-upcoming-classes article p .home-sub-class {
        font-size: 14px;
    }

    .rb-terms-dates .noo-filters ul li a {
        padding: 0 11px 24px;
    }

    .sidebar-left {
        float: none !important;
    }

    .woocommerce .noo-main.noo-md-9,
    .noo-sidebar-left {
        float: none !important;
        padding: 0 15px;
    }

    .woocommerce .noo-main.noo-md-9 .noo-sm-6 {
        width: 50%;
    }

    /*   **************************************************/
    .noo-sidebar h4.widget-title {
        cursor: pointer;
        position: relative;
    }

    .noo-sidebar h4.widget-title:before {
        content: '\+';
        position: absolute;
        right: 0;
        top: 0;
        font-size: 28px;
    }

    .noo-sidebar h4.widget-title.active:before {
        content: '\-';
    }

    .noo-sidebar .rb-filterby h4.widget-title:before {
        display: none;
    }

    html body .vc_custom_1463471612861 {
        padding-top: 0 !important;
        padding-left: 15px !important;
    }

    /*   **************************************************/
    .grid .posts-loop-content .loop-item-featured {
        min-height: 300px;
    }

    /* Product Bundle **************************************************/
    .rb-section-title h1 {
        font-size: 26px;
    }

    .rb-bundle-tabs ul li {
        width: 40%;
    }

    .rb-bundle-tabs ul li:first-child {
        width: 100%;
        margin-bottom: 15px;
    }

    .rb-right-bundle {
        padding-right: 10px;
    }

    .rb-right-bundle li span.rb-title {
        display: inline-block;
        vertical-align: top;
        padding-right: 15px;
    }

    .rb-right-bundle ul {
        margin-bottom: 5px;
    }

    /*  **************************************************/
    .woocommerce form.checkout_coupon {
        width: 100%;
        padding: 15px;
    }

    .banner-badge-1 {
        position: absolute;
        z-index: 999;
        text-align: center;
        left: 0px;
        top: 8px;
        display: inline-block !important;
        right: 8px;
    }

    .banner-badge-1 a {
        padding: 4px 8px 4px 8px;
        float: right;
    }
}

@media (max-width:768px) {
    .banner-badge-1 {
        position: absolute;
        z-index: 999;
        text-align: center;
        left: auto;
        top: 8px;
        display: inline-block !important;
        right: 8px;
    }

    .banner-badge-1 a {
        padding: 4px 8px 4px 8px;
        float: right;
    }

    .responsive-mytable {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .responsive-mytable>.mytable {
        margin-bottom: 0;
    }

    .responsive-mytable>.mytable>tr>th,
    .responsive-mytable>.mytable>tr>th,
    .responsive-mytable>.mytable>tr>th,
    .responsive-mytable>.mytable>tr>td,
    .responsive-mytable>.mytable>tr>td,
    .responsive-mytable>.mytable>tr>td {
        white-space: nowrap;
    }

    .responsive-mytable>.mytable {
        border: 0;
    }

    .responsive-mytable>.mytable>thead>tr>th:first-child,
    .responsive-mytable>.mytable>tbody>tr>th:first-child,
    .responsive-mytable>.mytable>tfoot>tr>th:first-child,
    .responsive-mytable>.mytable>thead>tr>td:first-child,
    .responsive-mytable>.mytable>tbody>tr>td:first-child,
    .responsive-mytable>.mytable>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .responsive-mytable>.mytable>thead>tr>th:last-child,
    .responsive-mytable>.mytable>tbody>tr>th:last-child,
    .responsive-mytable>.mytable>tfoot>tr>th:last-child,
    .responsive-mytable>.mytable>thead>tr>td:last-child,
    .responsive-mytable>.mytable>tbody>tr>td:last-child,
    .responsive-mytable>.mytable>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .responsive-mytable>.mytable>tbody>tr:last-child>th,
    .responsive-mytable>.mytable>tfoot>tr:last-child>th,
    .responsive-mytable>.mytable>tbody>tr:last-child>td,
    .responsive-mytable>.mytable>tfoot>tr:last-child>td {
        border-bottom: 0;
    }

    .footer-style-1 .noo-sm-6,
    #newsletterwidget-2,
    #text-3 {
        width: 100%;
        text-align: center;
    }

    .woocommerce #customer_login .col-1,
    .woocommerce #customer_login .col-2 {
        width: 100%;
    }

    .rb-about-tabs.vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body {
        padding: 30px;
    }

    .rb-about-tabs .wpb_single_image.vc_align_right,
    #rb-team-section .wpb_single_image {
        text-align: center;
    }

    #grid-gallery .noo-gallery-item {
        width: 50%;
    }

    .woocommerce .noo-shop-main {
        margin-top: 50px;
    }

    html body .vc_custom_1463471612861 {
        padding-left: 15px !important;
    }

    .rb-section-title h1 {
        font-size: 26px;
    }

    .rb-right-bundle {
        padding-top: 10px;
    }

    /* Cart **************************************************/
    .woocommerce table.cart tbody td.product-name {
        padding-top: 10px !important;
        padding-bottom: 15px !important;
        font-size: 14px !important;

    }

    .woocommerce-cart table.cart .product-subtotal .amount {
        font-size: 14px !important;
    }

    /* Cart **************************************************/
    .woocommerce-checkout-review-order-table {
        margin-bottom: 0 !important;
    }

    .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods {
        padding: 15px !important;
    }

    /*  **************************************************/
    .woocommerce table.wishlist_table tbody td.product-name,
    .woocommerce table.wishlist_table tbody td.product-name,
    .woocommerce table.cart tbody td.product-name,
    .woocommerce table.shop_table tbody td.product-name,
    .woocommerce table.wishlist_table tbody td.product-subtotal,
    .woocommerce table.wishlist_table tbody td.product-subtotal,
    .woocommerce table.cart tbody td.product-subtotal,
    .woocommerce table.shop_table tbody td.product-subtotal {
        font-size: 14px !important;
    }
}

@media (max-width:720px) {
    .woocommerce .products .product .noo-product-thumbnail .noo-thumbnail-product-second {
        opacity: 0;
    }
}

@media (max-width:650px) {
    .banner-badge-1 {
        position: absolute;
        z-index: 999;
        text-align: center;
        left: auto;
        top: 8px;
        display: inline-block !important;

    }

    .banner-badge-1 a {
        padding: 4px 8px 4px 8px;
        float: left;
    }

    /* Home banner Badge */

    .banner-badge {
        width: 200px;
        height: 140px;
        left: auto;
        top: 5px;
        right: 2%;
    }

    .banner-badge h3 {
        margin-top: 50px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .banner-badge p {
        font-size: 12px;
        line-height: 1.4;
    }

    .banner-badge p sup {
        font-size: 8px;
    }


    .rb-bundle-content {
        text-align: center;
    }

    .rb-right-bundle {
        padding: 0;
        padding-top: 25px;
        text-align: center;
    }

    .rb-right-bundle ul {
        margin-bottom: 0px;
    }

    .btn-more-sizes {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .btn-more-sizes i {
        font-size: 25px;
        display: inline-block;
        vertical-align: top;
    }

    .rb-left-bundle figure,
    .rb-bundle-sizes figure,
    .rb-bundle-options figure {
        float: none;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }

    .rb-left-bundle figure img,
    .rb-bundle-sizes figure img,
    .rb-bundle-options figure img {
        max-width: 140px;
    }

    .rb-desc-bundle,
    .rb-bundle-sizes-desc {
        margin-left: 0;
    }

    .rb-bundle-section .bundled_product {
        padding-left: 0;
    }

    .bundled_product_summary .bundled_product_images,
    .bundled_product_summary .bundled_product_images figure.bundled_product_image {
        margin: 0 !important;
        width: 100%;
        float: none;
    }

    .bundled_product_summary .bundled_product_images {
        margin-bottom: 20px !important;
    }

    .bundled_product_summary .bundled_product_images a {
        margin: 0 !important;
        display: inline-block !important;
        vertical-align: top;
        max-width: 140px !important;
    }

    .rb-bundle-sizes h4 span.rb-price-right {
        font-weight: 600;
        float: none;
        display: block;

    }

    .rb-bundle-section .bundled_product .noo-xs-3 {
        width: 50%;
        margin-bottom: 12px;
    }

    /*  **************************************************/

    .woocommerce form.checkout_coupon .form-row-first {
        width: 100%;
    }

    .woocommerce form.checkout_coupon .form-row-last {
        width: 100%;
        text-align: center;
    }

    /*  **************************************************/
    .blockUI.blockMsg.blockElement {
        width: 90% !important;
        left: 5% !important;
    }

    #sagepay_payment_form .button.cancel {
        border-radius: 0;
        margin-top: 10px;
        height: 46px;
        width: 273px;
        padding: 0;
        line-height: 46px;
        text-align: center;
    }

    .rb-bundle-list {
        list-style-position: inside;
        padding-left: 0;
    }
}

@media (max-width:480px) {
    .banner-badge-1 {
        position: absolute;
        z-index: 999;
        text-align: center;
        left: auto;
        top: 4px;
        display: inline-block !important;

    }

    .banner-badge-1 a {
        padding: 2px 8px 2px 8px;
        float: left;
    }

    /* Homepage Banner Badge */

    .banner-badge {
        width: 130px;
        height: 81px;
        top: -8px;
    }

    .banner-badge h3 {
        margin-top: 33px;
        margin-bottom: 12px;
        font-size: 8px;
    }

    .banner-badge p {
        line-height: 1.2;
        font-size: 8px;
        float: left;
        width: 100%;
        border: none;
    }

    .banner-badge p sup {
        font-size: 7px;
        top: -4px;
    }

    /* Show Classes */

    .show-class-note {
        font-size: 22px;
    }

    .show-class-note strong {
        margin-bottom: 10px;
    }


    /*  **************************************************/
    /*  **************************************************/
    .rb-home-content h1 {
        font-size: 32px;
    }

    .rg-upcoming-classes article p .home-sub-class {
        width: 100%;
    }

    .noo-theme-wraptext .wrap-title .noo-theme-title {
        font-size: 26px;
    }

    .rb-video-list .wpb_wrapper .noo-video {
        width: 100%;
    }

    .rb-terms-dates .noo-filters ul li a {
        font-size: 15px;
    }

    html body .vc_custom_1463475564305 {
        padding-top: 30px !important;
    }

    .noo-gallery-inner .noo-gallery-content .noo-gallery-center h3 {
        font-size: 14px;
    }

    #grid-gallery .noo-gallery-item {
        width: 50%;
        padding: 5px;
    }

    .woocommerce .noo-main.noo-md-9 .noo-sm-6 {
        width: 100%;
    }

    .noo-class-slider-shortcode .grid .posts-loop-content .owl-next,
    .noo-class-slider-shortcode .grid .posts-loop-content .owl-prev {
        display: none;
    }

    .rb-home-content p {
        text-align: justify;
        font-size: 14px;
    }

    .rb-home-content p em strong {
        font-size: 16px;
    }

    .noo-filters ul li a:after,
    .noo-filters ul li a:before {
        display: none;
    }

    .noo-filters ul li a {
        padding: 0 10px;
        color: #666;
    }

    .noo-filters ul {
        text-align: center;
    }

    .noo-filters ul li {
        display: inline-block;
        vertical-align: top;
        float: none;
        height: auto;
    }

    #rb-venue-sec .noo-gallery-content .noo-gallery-center h3 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    #rb-venue-sec .noo-gallery-content .noo-gallery-center {
        padding: 20px 15px 0;
    }

    .rb-home-gallery.vc_custom_1497523308319 {
        padding-top: 25px !important;
    }

    .rb-home-gallery .noo-theme-wraptext {
        margin: 0 0 25px 0;
    }

    .rb-testimonial-sec .noo-testimonial .noo-testimonial-item {
        padding-left: 0;
        padding-top: 45px;
        margin-top: 10px;
    }

    .rb-testimonial-sec .noo-testimonial .noo-testimonial-item:before {
        line-height: 1;
        font-size: 110px;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    }

    .rb-testimonial-sec .noo-testimonial {
        padding-bottom: 0;
        padding-top: 00px;
    }

    .rb-contactus-area .wrap-title,
    .rb-contact-frm-area .wrap-title {
        font-size: 24px;
    }

    #main {
        margin-top: 30px;
    }

    .posts-loop-title .title-have-facet {
        /* due to CSI-5069 - UKA */
        /*line-height: 20px;*/
        line-height: 23px;
    }

    .woocommerce #customer_login form.register {
        min-height: 1px;
    }

    .rb-booking-frm h1 {
        font-size: 24px;
    }

    /*  **************************************************/
    .rb-right-bundle li {
        padding-left: 0;
    }

    .rb-right-bundle li span.rb-title {
        display: inline-block;
        vertical-align: top;
        padding-right: 10px;
    }

    .rb-bundle-content {
        padding: 15px 0;
        border-radius: 0;
    }

    .rb-bundle-tabs ul {
        font-size: 0;
    }

    .rb-bundle-tabs ul li {
        margin: 0 1% 0 0;
        width: 49%;
    }

    .rb-bundle-tabs ul li:last-child {
        margin-right: 0;
        margin-left: 1%;
    }

    .rb-bundle-tabs ul li a {
        padding: 12px 0;
        font-size: 14px;
    }

    .rb-bundle-sizes .row .noo-xs-3 {
        width: 50%;
        margin-bottom: 10px;
    }

    .rb-bundle-sizes .row .noo-xs-3 select {
        font-size: 14px;
        padding-left: 10px;
        height: 35px;
    }

    .rb-bundle-content h2 {
        font-size: 18px;
    }

    /*  **************************************************/
    .vc_custom_1497349791087 {
        padding-top: 30px !important;
    }

    /* Cart **************************************************/
    .woocommerce table.cart tbody td.product-name,
    .woocommerce-cart table.cart td,
    .woocommerce-cart table.cart .product-subtotal .amount,
    .woocommerce-cart table.cart .bundled_table_item_indent {
        font-size: 13px !important;
    }

	.woocommerce-cart .woocommerce table.shop_table thead {
		display: none;
	}
	.woocommerce-cart .woocommerce table.shop_table tbody tr.cart_item {
		position: relative;
	}
	.woocommerce-cart .woocommerce table.shop_table tbody td {
		display: block !important;
		width: 100% !important;
		text-align: left !important;
		border: none !important;
		padding: 3px !important;
	}	
	.woocommerce-cart .woocommerce table.shop_table tbody td.actions {
		padding-top: 20px !important;
	}
	.woocommerce-cart .woocommerce table.shop_table tbody tr.cart_item td::before {
		content: attr(data-title) ":";
		padding-right: 3px;
		font-weight: 600;
	}
    .woocommerce-cart .woocommerce table.shop_table tbody tr.cart_item td.product-name {
        padding-right: 8px;
        line-height: 1.2 !important;
		padding-bottom: 5px !important;
		border-top: 1px solid #ddd !important;
        padding-top: 15px !important;
		padding-right: 40px !important;
        margin-top: 10px;
    }
	.woocommerce-cart table.cart tr.cart_item .product-remove {
		position: absolute;
		right: 0;
		top: 20px;
		display: inline-block; 
		width: auto !important;
	}
    .woocommerce-cart .woocommerce table.shop_table tbody tr.cart_item td.product-thumbnail,
	.woocommerce-cart .woocommerce table.shop_table tbody tr.cart_item td.product-name::before,
	.woocommerce-cart .woocommerce table.shop_table tbody tr.cart_item td.product-remove::before {
		display: none !important;
	}
	
    /* Cart **************************************************/
    /*  **************************************************/
    .rb-product-main.noo-single-product .entry-summary form.cart .variations .label.size-guide {
        width: 100%;
        padding-top: 0;
    }

    .rb-product-main.noo-single-product .entry-summary form.cart .button {
        float: none;
    }

    .noo-single-product .noo-images .noo-image-big-wrap .owl-buttons .owl-prev i,
    .noo-single-product .noo-images .noo-image-big-wrap .owl-buttons .owl-next i {
        font-size: 45px;
    }

    .rb-bundle-content.rb-bundle-product-alt .bundle_data {
        margin: 0 0 15px;
        background: none;
    }

    .rb-bundle-sizes .row,
    .rb-bundle-content .bundled_product_summary .details .bundled_item_cart_content {
        margin: 0;
    }

    .rb-bundle-section {
        padding: 0 12px;
    }

    .bundle_data {
        padding: 0 12px;
        padding-top: 15px;
        margin: 10px -12px;
        text-align: center;
    }

    .bundle_data p.price {
        margin-top: 15px;
    }

    .rb-bundle-content .bundled_product_summary .details {
        width: 100%;
    }

    .rb-product-main.noo-single-product .rb-bundle-detail-product .entry-summary {
        text-align: center;
        padding-top: 20px;
    }

    .rb-bundle-detail-product .entry-summary ul.rb-bundle-list {
        list-style-position: inside;
        padding-left: 0;
    }

    /*  **************************************************/
    .woocommerce ul.order_details {
        padding: 0;
    }

    .woocommerce ul.order_details li {
        width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        border-bottom: 1px solid #d3ced2;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .woocommerce-message .button {
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }

    /* due to CSI-5069 - UKA*/
    .posts-loop-content .loop-item-content .btn {
        padding: 6px 10px !important;
        /* due to CSI-5069 - UKA*/
        /*position: relative;
		top: -15px;*/
        /*margin-top: -10px;*/
    }
}

@media (max-width:440px) {
    .ms-select .quantity_select {
        margin-right: 0 !important;
    }

    .grid .posts-loop-content .loop-item-featured {
        min-height: 210px;
    }

    .woocommerce .products .product .noo-product-thumbnail {
        min-height: 1px;
        line-height: 1;
    }

    div.products.shop-grid .noo-md-4 {
        text-align: center;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }

    .rb-product-main.noo-single-product .entry-summary {
        text-align: center;
    }

    .rb-product-main.noo-single-product .entry-summary h1 {
        font-size: 24px;
    }

    .rb-product-main.noo-single-product .entry-summary form.cart .variations .label,
    .sp-product-list .label {
        width: 100%;
    }

    .rb-product-main.noo-single-product .entry-summary .button {
        float: none;
    }

    .rb-product-main.noo-single-product .entry-summary .sp-product-list li .ms-select select#pa_size,
    .rb-product-main.noo-single-product .entry-summary .sp-product-list li .ms-select select.qty {
        width: 220px;
    }

    .rb-home-content .menu-home-welcome-menu-container ul li {
        line-height: 12px;
    }

    .rb-home-content .menu-home-welcome-menu-container ul li a {
        font-size: 12px;
        line-height: 12px;
    }

    html body .vc_custom_1492702251012,
    html body .vc_custom_1497349231439,
    html body .vc_custom_1496828124035,
    html body .vc_custom_1496828124035,
    html body .vc_custom_1497350416235 {
        padding-top: 0 !important;
    }

    html body .vc_custom_1497349231439 {
        padding-bottom: 0 !important;
    }

    #rb-venue-sec .noo-filters {
        margin-bottom: 45px;
    }

    #rb-venue-sec .noo-gallery-content .noo-gallery-center {
        padding: 0;
        min-height: 1px;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width: 188px;
        width: calc(100% - 105px);
        padding-right: 6px;
    }

    #rb-venue-sec .noo-gallery-inner-content {
        padding: 0 10px;
    }

    #rb-venue-sec .noo-gallery-content {
        font-size: 0;
        border: none;
        box-shadow: none;
        border-radius: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #b7b7b7;
    }

    #rb-venue-sec .noo-gallery-content:hover {
        box-shadow: none;
    }

    #rb-venue-sec .loop-item-action {
        display: inline-block;
        vertical-align: bottom;
        width: 100px;
    }

    #rb-venue-sec .noo-gallery-item {
        padding: 0;
    }

    #rb-venue-sec .noo-gallery-content .loop-item-action .btn {
        border-radius: 4px;
    }

    #rb-venue-sec .noo-gallery-content .noo-gallery-center span {
        font-size: 14px;
    }

    .rb-terms-dates .noo-gallery-content .noo-content-inner {
        min-height: 1px;
    }

    .rb-home-content .menu-home-welcome-menu-container {
        margin-top: 30px;
        text-align: center;
    }

    .rb-home-content .menu-home-welcome-menu-container ul li {
        padding: 0;
        border: none;
        width: 100%;
    }

    .rb-bundle-tabs ul li a {
        font-size: 12px;
    }

    .posts-loop-content .loop-item-content .btn {
        padding: 6px 10px !important;
        /* due to CSI-5069 - UKA*/
        /*position: relative;
		top: -15px;*/
        /*margin-top: -10px;*/
    }

    .noo-gallery-item-heading h4 {
        margin-bottom: 25px !important;
    }

}

@media (max-width:380px) {
    #header-bottom-links ul li a {
        font-size: 14px;
    }

    .rb-about-tabs.vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body {
        padding: 15px;
    }
}

/* MODEL POPUP CSS */
.grtyoutube-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}

.grtyoutube-popup-content {
    margin-top: 150px;
    width: 95%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.grtyoutube-popup-close {
    position: absolute;
    top: -30px;
    right: 0;
    color: #FFF;
    font-size: 25px;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.grtyoutube-iframe {
    width: 100%;
    height: 480px;
}

@media (max-width:767px) {
    .grtyoutube-iframe {
        width: 100%;
        height: 350px;
    }
}

.grtyoutube-dark-theme {
    background: rgba(0, 0, 0, 0.85);
}

.grtyoutube-dark-theme .grtyoutube-popup-content {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
}

.grtyoutube-dark-theme .grtyoutube-popup-close {
    background: url('icon-close-white.png') no-repeat;
}

.grtyoutube-light-theme {
    background: rgba(255, 255, 255, 0.85);
}

.grtyoutube-light-theme .grtyoutube-popup-content {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}

.grtyoutube-light-theme .grtyoutube-popup-close {
    background: url('icon-close-black.png') no-repeat;
}

/*due to CSI-5069 - Uka */
@media only screen and (min-width:992px) and (max-width:1199px) {
    .rb-class-list.grid .posts-loop-content .loop-item-content .loop-item-content-summary {
        padding: 0 10px;
    }

    .rb-class-list.grid .posts-loop-content .loop-item-content .loop-item-action {
        padding: 20px 10px;
    }

    .noo-main-menu .navbar-nav li>a {
        /*font-size: 14px;*/
        font-size: 13px;
    }
}

/*@media only screen and (min-width:992px) and (max-width:1100px){
	.noo-main-menu .navbar-nav li > a {
	    /*font-size: 14px;*/
/*font-size: 13px; 
	}
}*/

/*due to CSI-5069 - Uka */
/*.loop-item-action span:last-child {
    margin: 0 0 0 -2px !important;
}*/

.posts-loop-content .loop-item-content .loop-item-action {
    overflow: hidden
}



#menu-menu-footer-top {
    display: flex;
    justify-content: center;
}

#menu-menu-footer-top li {
    margin: 0px 20px;
    list-style-type: disc;
}

#menu-menu-footer-top li a {
    color: #696969;
    text-transform: uppercase;
    font-size: 14px;
}

#menu-menu-footer-top li a:hover {
    color: #a559ac;
    text-decoration: none;
}

.noo-top-footer .noo-container #block-6 ul {
    justify-content: center;
}

.noo-top-footer .noo-container #block-6 .wp-social-link a {
    color: #aaaaaa;
    background: #eeeeee;
    display: inline-block;
    height: 45px;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0.5px;
    width: 45px;
    margin: 5px;
    padding: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.noo-top-footer .noo-container #block-6 .wp-social-link a:hover {
    color: white;
    background: #763e7b;
}

.noo-top-footer .noo-container #block-6 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook,
.noo-top-footer .noo-container #block-6 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google,
.noo-top-footer .noo-container #block-6 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter,
.noo-top-footer .noo-container #block-6 .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background: transparent !important;
    color: #aaaaaa;
}

.noo-sidebar #block-9 h3 {
    color: #c760a3;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
}

.noo-sidebar #block-9 h3:after {
    background: #e182a8;
    content: '';
    margin: 30px 15px;
    left: 0;
    height: 2px;
    position: absolute;
    width: 30px
}

.noo-sidebar #block-9 .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    border: 1px solid #cccccc;
}

.noo-sidebar #block-9 .wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox>span {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}

.noo-sidebar #block-10 .wc-blocks-filter-wrapper h3 {
    font-size: 20px;
    text-transform: none;
    color: #000000;
}

.noo-sidebar #block-10 .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max,
.noo-sidebar #block-10 .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
    height: 0px;
}

.noo-sidebar #block-10 .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
    background-color: #c760a3;
}

.noo-sidebar #block-10 .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    padding: 0px;
    text-align: center;
}

/* Cart Page CSS */
tr.cart-subtotal.recurring-total{
    display: none;
}
/* End */


@media (max-width: 768px) {

    #menu-menu-footer-top {
        display: block;
    }

    #menu-menu-footer-top li {
        list-style-type: none;
    }

    .noo-top-footer #block-3 .wp-block-image img {
        max-width: 60% !important;
    }
}

.wpcf7 form.sent .wpcf7-response-output{
 border-color: #000000 !important;
}