body, html{
    overflow-x: hidden;
}
body a{
    color: #000;
}
body p{
    margin: 0;
}
body a:hover{
    color: #ff4c77;
}
.loader{
	transform: scale(2.5);
}
body#hoop-fitness:not(.cke_editable) h2:not(.swal2-title):not([style]){
    font-family: 'Gochi Hand', cursive;
    font-size: calc(50px + (27 - 20) * (100vw - 320px) / (1920 - 320));
    color: #ff4c77;
    margin-bottom: 50px;
    text-transform: capitalize;
    letter-spacing: 6px;
}
body#hoop-fitness:not(.cke_editable) h2:not(.swal2-title):not([style])::after{
    display: none;
}
body .p0{
    padding: 0;
}
body .mb-25{
    margin-bottom: 25px;
}
body #content{
    min-height: 0;
}
.t-secondary{
    color: #ff4c77;
}
.t-bold{
    font-weight: 700;
}
.mb-25{
    margin-bottom: 25px;
}
.align-items-center{
    align-items: center;
}

/* Buttons */
.btn-primary, .media-detail__btn, #yen #rotate_btn, .saving.velsof_button,
#continue_btn.velsof_button {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    transition: all 0.2s;
	letter-spacing: 1px;
	border-radius: 24px!important;
    min-width: 160px;
    padding: 12px 14px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active{
    background: #000;
    color: #fff;
    border: 1px solid #000;
	outline: none;
	opacity: 0.8;
}

.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus{
    background: #000;
    color: #fff;
    border: 1px solid #000;
    opacity: 0.6;
}

.btn-default:not(.no-custom){
    background: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 12px;
    min-width: 160px;
    padding: 12px 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 45px;
    transition: all 0.2s;
    letter-spacing: 1px;
}
.btn-default:not(.no-custom):hover,
.btn-default:not(.no-custom):focus,
.btn-default:not(.no-custom):active:hover,
.btn-default:not(.no-custom):active{
    background: #000;
    color: #fff;
    border: 21x solid #000;
    outline: none;
}

.btn-default:not(.no-custom)[disabled],
.btn-default:not(.no-custom)[disabled]:hover,
.btn-default:not(.no-custom)[disabled]:focus{
    background: #000;
    color: #fff;
    border: 1px solid #000;
    opacity: 0.6;
}
#button-login, #button-search, #button-coupon{
	border-radius: 0!important;
    min-width: unset;
    padding: 10px 14px;
    height: 44px;
}
/* Fields*/
body #content input[type="text"], 
body #content input[type="email"], 
body #content input[type="tel"], 
body #content input[type="password"], 
body #corporate_form .form-control,
.input-group.date .input-group-addon, 
.product-search .search-options select, 
select {
    min-height: 44px;
}

#hoop-fitness select, #hoop-fitness select, 
#hoop-fitness input, #hoop-fitness textarea,
#hoop-fitness .form-control{
	box-shadow: none!important;
	border-radius: 0;
	border: 1px #e1e1e1 solid;
	font-size: 12px;
}

#side_filter .checkbox,
#side-manufacturer .list-group-item{
	position: relative;
    display: block;
}
#side_filter .checkbox input[type=checkbox],
#side-manufacturer .list-group-item input[type=checkbox]{
	position: absolute;
    opacity: 0;
    pointer-events: none;
}

#side_filter .form-check-input[type=checkbox].filled-in:checked+label:before,
#side-manufacturer .form-check-input[type=checkbox].filled-in:checked+label:before {
	top: 0;
	z-index: 1;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	content: "";
	position: absolute;
}

#side_filter .form-check-input[type=checkbox].filled-in:not(:checked)+label:before, 
label.btn input[type=checkbox].filled-in:not(:checked)+label:before,
#side-manufacturer .form-check-input[type=checkbox].filled-in:not(:checked)+label:before{
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	content: "";
	position: absolute;
}
#side_filter .form-check-input[type=checkbox].filled-in:not(:checked)+label:after, 
#side-manufacturer .form-check-input[type=checkbox].filled-in:not(:checked)+label:after,
label.btn input[type=checkbox].filled-in:not(:checked)+label:after {
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #5a5a5a;
	top: 0;
	left: 0;
	z-index: 0;
	content: "";
	position: absolute;
}
#side_filter .form-check-input[type=checkbox].filled-in:checked+label:after,
#side-manufacturer .form-check-input[type=checkbox].filled-in:checked+label:after{
	top: 0;
	left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ff4c77;
    background-color: #ff4c77;
    z-index: 0;
	border-radius: 0;
	content: "";
	position: absolute;
}

#side_filter .form-check-input[type=checkbox]+label, label.btn input[type=checkbox]+label,
#side-manufacturer .form-check-input[type=checkbox]+label{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Header */
.fixed-header{
    z-index: 100!important;
}
.header-container #enquiry>a .badge, .header-container #cart>a .badge{
    background: #ff4c77!important;
}
.header-container{
	display: flex!important;
	min-height: 100px;
	align-items: center;
}
.header-container .header-logo-image img{
    max-height: 90px;
}
.header-container .header-logo-image{
    padding-top: 6px;
    padding-bottom: 6px;
}
.header-container .header-top{
    order: 3;
    margin-right: 10px;
}
.header-container .header-menu{
    flex: 1;
    padding-right: 40px;
	color: #222;
	padding-right: 0;
}
.header-container .header-menu #main-menu{
	width: 100%;
    display: flex;
	justify-content: center;
	margin-right: -80px;
}
.header-container .header-menu #main-menu li:nth-child(4){
	margin-left: 120px;
}
.header-container .header-menu #main-menu>li>a{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.header-container .header-menu #main-menu>li>a:hover {
    color: #ff4c77
}

header .search-custom .search-box{
    border: 0;
    width: auto;
    padding: 0;
}
header .search-custom .search-box button{
    padding: 0;
}
header .search-custom .search-box input{
    display: none;
}
header .header-top img{
    max-height: 22px;
}
.header-container .header-menu #main-menu a .sub-arrow{
    display: none;
}
.header-logo-desktop{
	top: 10px;
	z-index: 1;
	float: left;
    position: absolute;
    left: calc(50% - 100px);
    padding: 0 30px 20px 30px;
    /* padding: 10px 30px 20px 30px;
    background: #fff;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%; */
}
.scrolled .header-logo-desktop{
    background: #fff;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.scrolled  .header-logo-desktop img{
    max-width: 80px;
}
.scrolled .header-logo-desktop{
    left: calc(50% - 110px);
}
.scrolled .header-container .header-menu #main-menu li:nth-child(4){
    margin-left: 160px;
}
.header-logo-desktop img{
	max-width: 60px;
}
.header-container .header-menu #main-menu>li>a{
    min-height: 100px;
}
.header-container .header-menu #main-menu ul{
    border-radius: 0!important;
    border: 0;
}
.header-container .header-menu #main-menu ul a{
    padding: 12px 14px;
    text-transform: uppercase;
    font-size: 12px;
}
.header-container .header-menu #main-menu ul a:hover{
    background: #ff4c77;
    color: #fff;
}
#cart .dropdown-menu .cart-dorpdown-items .item img{
    max-height: none;
}
/* FOOTER */
body.common-home #footer-area, 
body.iid-4 #footer-area {
    margin-top: 0!important;
}
body#hoop-fitness #footer-area {
    z-index: 100!important;
}
#footer-area footer{
	background: #f3f3f3;
}
#footer-area footer, 
#footer-area footer a,
#footer-area footer h5{
    color: #000;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
#footer-area footer a:hover{
    color: #ff4c77;
}
#footer-area footer h5{
    font-weight: 700;
}
.footer-bottom{
    background: #000;
    color: #fff;
    width: 100%;
    float: left;
    padding-top: 10px;
}
#footer-area .footer-upper-contet>*{
    width: 15%;
    padding: 15px;
    flex: initial;
}
#footer-area .footer-upper-contet>*:first-child,
#footer-area .footer-upper-contet>*:first-child a,
#footer-area .footer-upper-contet>*:first-child h5{
    text-transform: none;
}
#footer-area .footer-upper-contet>*:first-child .f-logo{
    max-width: 70px;
}
#footer-area .footer-upper-contet>*:first-child p{
    max-width: 250px;
}
#footer-area .footer-upper-contet>*:first-child{
    width: 27%;
}
#footer-area .footer-upper-contet>*:last-child{
    flex: initial;
    width: 27.5%;
}
#footer-area .footer-upper-contet>*:not(:first-child){
    padding-top: 50px;
}
.footer-contact-links li{
    margin-bottom: 4px;
}
#footer-area .footer-bottom a{
    color: #fff;
}
.whatsapp-wrapper{
	z-index: 1;
    position: fixed;
    right: 20px;
    bottom: 75px;
}
/* Newsletter */
.footer-contact-info .newsletter-section{
    padding: 0;
    border-top: 0;
}
.footer-contact-info .newsletter-section h3{
    font-size: 12px;
    margin-bottom: 0;
}
/* Home  Slider */
.common-home .owl-carousel{
    height: calc(100vh - 100px);
}
.common-home .owl-carousel .owl-stage-outer,
.common-home .owl-carousel .owl-stage,
.common-home .owl-carousel.owl-drag .owl-item{
    height: 100%;
}
.common-home .owl-nav{
    display: none;
}
.common-home .owl-carousel.owl-drag .owl-item .relative{
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: right 10%center!important;
}
.common-home .owl-item .slider-slideshow-description{
    max-width: 600px;
    margin: 0 0;
    left: 0;
	transform: translate(0, -50%);
	font-family: 'Gochi Hand', cursive;
}
.common-home .owl-item .slider-slideshow-description .slider-slideshow-description-texts p:not(:nth-child(2)){
    font-family: 'Lato', serif;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.common-home .owl-item .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0,
.common-home .owl-item .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1{
    font-size: 50px;
    line-height: 1.1em;
	margin-top: 20px;
	color: #ff5788;
	filter: drop-shadow(-3.584px 9.336px 7px rgba(0,0,0,0.1));
}
.common-home .slideshow .slider-custom-dots .owl-dot{
    border-radius: 0;
    width: 1px;
    height: 30px;
    background: #303030;
    display: block;
    margin-bottom: 7px;
    width: 100%;
}
.common-home .slideshow .slider-custom-dots .owl-dot.active{
    height: 60px;
}
.common-home .slideshow .slider-custom-dots{
    text-align: right;
    right: 30px;
    top: 0;
    z-index: 2;
    left: initial;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 8px;
}
.common-home .section-space{
    left: 0;
}
.common-home .section-space.slider{
    z-index: 0;
}
.common-home .section-space.home_fitness,
.common-home .section-space.featured,
.common-home .section-space.home_button,
.common-home .section-space.schedule,
.common-home .section-space.instagram{
    background: #fff;
    z-index: 12;
    position: relative;

}
/* Breadcrumb */
#hoop-fitness .breadcrumb{
    padding: 5px 15px;
}
#hoop-fitness .breadcrumb > li > a{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 0;
}
#hoop-fitness .breadcrumb li::after{
    content: '|';
}

/* Home */
.common-home .section-space{
    background: #fff!important;
    float: left;
}
.common-home .section-space.slideshow{
    position: fixed;
} 
.common-home .section-space,
.common-home #footer-area{
    z-index: 2;
}
.common-home .section-space.home_icon{
    margin-top: calc(100vh - 100px);
} 
.home-icon-cont{
    width: 100%;
}
.home-icon-cont .icon-item{
    width: 33.333333%;
    padding: 5px;
}
.home-icon-cont .text-cont,
.home-icon-cont .image-cont{
    width: 100%;
}
.home-icon-cont .image-cont .image-bg{
    padding: 30px;
    border-radius: 50%;
    display: block;
    background: #fee4ea;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
.home-category-cont .slick-dots{
    display: none!important;
}
.home-category-cont .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.home-category-cont .slick-nav{
    z-index: 1;
    top: -20px;
    right: 20px;
}
.home-category-cont .slick-nav img{
    max-width: 30px;
}
.home-category-cont .slick-nav.left{
    right: 60px;
}
.home-category-cont .cat-link-cont{
    background-color: #ff4c77;
    color: #fff;
    font-family: 'Gochi Hand', cursive;
    font-size: 32px;
    text-align: right;
    padding: 20px 20px 12px 20px;
    height: 62px;
}
.home-category-cont .cat-link-cont a{
    color: #fff;
}
.section-space.home_fitness{
    padding-bottom: 0;
    float: left;
}
.section-space.home_fitness:after{
    content: '';
    width: 100%;
    height: 62px;
    background: #ff4c77;
    float: left;
    bottom: 0;
    position: absolute;
}
.section-space.home_fitness .home-category-cont{
    position: relative;
    z-index: 2;
}
.section-space.schedule{
    background: #fef8f9;
}
.schedule-container table{
    width: 100%    
}
.schedule-container table th{
    background: #ff4c77;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
}

.schedule-container table tr:nth-child(odd){
    background: #ebebeb;
}
.schedule-container table td{
    padding: 10px 20px;
}
.section-space.featured{
    padding-bottom: 0;
}
.product-gutter .product-block, .product-gutter .product-block:focus{
    border: 0!important;
    text-align: left;
    outline: none!important;
}
.product-gutter .product-block .bg-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background:rgba(0, 0, 0, 0.0);
    z-index: 1;
}
.product-gutter .product-block:hover .bg-overlay{
    background:rgba(0, 0, 0, 0.5);
}
.product-block:hover .product-button{
    z-index: 2;
}
.product-block .product-button .btn-default,
.product-block .product-button .btn-default:focus{
    background: transparent;
    border: 0;
    padding: 0 15px;
}
.product-block .product-button .btn-default img{
    max-height: 30px;
}
.product-gutter .product-block .product-name{
    padding: 14px 0 0 0;
}
.product-gutter .product-block .product-details{
    margin: initial;
    align-self: initial
}
.common-home .section-space.home_fitness,
.common-home .section-space.schedule{
    padding-top: 0;
}
.product-product #ro_stock_alert{
    display: none!important;
}
/* About Us */
body.iid-4 #content h2{
    display: none;
}
.about-info-cont{
    width: 100%;
    float: left;
}
#trainer .slide{
    padding: 10px 15px;
    max-width: 400px;
    margin: 0 auto;
}
#trainer .slide h3{
    text-align: center;
}
#trainer .slide ul{
    padding-left: 0;
}
body.iid-4 .home_icon{
    background-color: #fffafb;
}
/* Schedule */
body.iid-7 #content h2{
    display: none;
}
body.iid-7 .schedule-container{
    margin-bottom: 20px;
}
body.iid-7 .location-cont{
    padding: 20px 0;
}
.location-cont img{
    margin-bottom: 15px;
}
/* Program */
.program-filter{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.program-filter .panel-default{
    background-color: #fff;
    border-color: #fff;
    border: 0;
    box-shadow: none;
    padding: 0 6px;
}
.program-filter .panel-default>.panel-heading{
    box-shadow: none;
    background-color: #fff;
}
.program-filter .btn-default{
    background: #959595;
    color: #fff;
    border-color: #959595;
}

/* Product Listing */
.product-view .sticker, 
.product-view .special-sticker,
.product-gutter .sticker, 
.product-gutter .special-sticker{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    left: 10px;
    top: 10px!important;
}
.out-of-stock .sticker{
    background: #000!important;
}
.special-sticker{
    background-color: #ff4c77!important;
}
.product-block .product-details .price-old{
    font-size: 18px!important;
    text-decoration: line-through;
    color: #000!important;
}
.product-category .product-view>.product-gutter{
    width: 33.333333%;
}
/* Filter */
#filter-groups{
    max-width: 280px;
}
#filter-groups #side-price .price-container{
    margin-bottom: 0;
}
#filter-groups #side-price .list-group-item:not(.item-header){
    padding-top: 0;
}
#filter-groups #side-price .ui-slider-range{
    background: #ff4c77;
}
#filter-groups #side-price .ui-slider-handle{
    background: #fff;
    border: 2px #ff4c77 solid;
    width: 16px;
    height: 16px;
}
#filter-groups .item-header{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
#filter-groups #side-categories .group .item.level-1 a{
    padding: 10px 0;
}
#filter-groups #side-categories .group .item.active a,
#filter-groups #side-categories .group .item.active .caret::before{
    color: #ff4c77
}
#filter-groups #side-categories .group .item a:hover,
#filter-groups #side-categories .group .item .toggle:hover{
    background: none;
    color: #ff4c77;
}
#filter-groups #side-categories .group .item .toggle{
    border-left: 0;
}
#filter-groups #side-categories .group .item .caret{
    border-left: 0;
    border-right: 0;
}
#filter-groups #side-categories .group .item .caret::before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f067";
    position: absolute;
    top: 15px;
    font-size: 10px;
}
#filter-groups #side-categories .group .item.active .caret::before{
    content: "\f068";
}
#filter-groups #side-categories .group .item.active+.sub{
    border-top: 0;
}
.filters-wrap .view{
    padding-left: 0;
}
.filters-wrap .sort{
    padding-right: 0;
}
.filters-wrap  .sort .form-group{
    width: auto;
    justify-content: flex-end;
}
.filters-wrap .sort .input-group-b4 > .form-control,
.filters-wrap .view .input-group-b4 > .form-control{
    width: auto;
    flex: initial;
    padding: 0;
    border: 0!important;
    box-shadow: none!important;
    font-weight: 600;
    font-size: 14px!important;
}
/* Product */
.product-product .product-image-additional-container img{
    border: 0!important;
}
.product-product .featured-module{
    margin-top: 50px;
}
.product-product .featured-module .featured{
    padding: 0 15px;
}
.product-product .product-info h3{
    font-size: 26px;
}
.product-info .old-prices, 
.product-info .new-prices{
    font-size: 26px;
}
.product-info .product-price.old-prices,
.product-info .new-prices{
    font-weight: 600;
    margin-right: 10px;
}
.product-info .product-description{
    margin-bottom: 25px
}
#product .form-group{
    max-width: 300px;
}
#product .quantity-group{
	max-width: 240px;
}
#product .quantity-group .input-group{
    flex-wrap: nowrap;
}
#product .quantity-group .minus,
#product .quantity-group .add{
	color: #fff;
    font-size: 8px;
	height: 44px;
	border-radius: 0!important;
	border-color: transparent;
}
#product .quantity-group .minus, 
#product .quantity-group .add{
    min-width: 40px;
    color: #000;
    border: 1px #d4d4d5 solid;
    padding: 3px 10px;
}
#product .quantity-group .minus{
	background: #fafafa;
}
#product .quantity-group .add{
	background: #bbbbbb;
}
#product h3, #product hr{
	display: none;
}
#product .form-group, #product .input-group{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#product .form-group label, #product .form-group .input-group-addon{
	min-width: 80px;
	padding-left: 0;
	text-align: left;
	font-weight: 500;
}
#product .radio{
	font-size: 0;
	display: inline-block;
	margin: 4px;
}
#product .radio label{
	min-width: 0;
    position: relative;
    width: 18px;
    height: 18px;
    background: #fafafa;
    border-radius: 50%;
}
#product .radio input[type="radio"]:checked ~ * img {
	border: 2px #b79653 solid!important;
} 
#product .radio input{
	opacity: 0;
	position: absolute;
    left: 20px;
    width: 16px;
    height: 16px;
    top: -2px;
    z-index: 1;

}
#product .form-group .text-danger{
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
}
#product .radio .img-thumbnail{
	padding: 0;
    margin-bottom: 0;
    border-radius: 50%;
    border: 0;
}
#product .radio input:hover{
	cursor: pointer;
}
#waiting_list .waiting_list_container{
    background-color: #ebebeb;
    border-color: #f17392;
}
#waiting_list .waiting_list_container input{
    margin-bottom: 12px;
    height: 44px;
}
button#waiting_list_submit{
    height: 44px;
    min-width: 120px;
}
/*Product Tabs*/
#product-tabs.nav-tabs{
	border-bottom: 0;
}
.nav-tabs>li a{
	background: #ebebeb;
	color: #000;
	font-size: 12px;
	border-radius: 4px;
	min-width: 164px;
	text-align: center;
	margin: 0 6px 10px 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background: #f17392;
	color: #fff;
}
.tab-content .tab-pane{
	min-height: 150px;
}
/* Corporate Client */
#corporate_form table td{
    padding: 5px 15px;
}
#corporate_form table textarea{
    min-height: 100px;
}
#corporate_form .btn-wrap,
.reg-footer,
.contact-footer{
    align-items: center;
}
#corporate_form .btn-wrap .text-right,
.reg-footer .text-center,
.contact-footer .text-center{
    flex: 1;
}
#corporate_form .btn-wrap .text-right .btn-primary,
.reg-footer .text-center .btn-primary,
.contact-footer .text-center .btn-primary{
    margin-bottom: 24px;
}
.reg-footer .text-center,
.contact-footer .text-center{
    text-align: right;
}
#corporate_form #google_recaptcha .g-recaptcha{
    transform-origin: left
}

/* Slick Slider Nav*/
.featured .slick-slider .slick-track,
#trainer  .slick-track{
    margin-top: 40px;
}
.featured .slick-slider{
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.featured .featured-module .slick-nav,
.featured-module .featured .slick-nav,
#trainer .slick-list{
    height: auto;
}
.featured .featured-module .slick-nav img,
.featured-module .featured .slick-nav img,
#trainer .slick-nav img{
    max-width: 30px;
}
.featured .featured-module .slick-nav.left,
.featured-module .featured .slick-nav.left{
    left: inherit;
    right: 50px;
}
.featured .featured-module .slick-nav.right,
.featured-module .featured .slick-nav.right,
#trainer .slick-nav.right{
    right: 0;
    top: 0
}
.featured .featured-module .position-center-center,
#trainer .position-center-center{
    top: 0;
    left: initial;
    bottom: auto;
    transform: initial;
}
#trainer .slick-slider{
    position: relative;
}
#trainer .slick-track{
    display: flex;
    justify-content: center;
}
#trainer .slick-dots{
    display: none!important;
}
#trainer  .slick-nav.left{
    right: 80px;
    z-index: 1;
}
#trainer  .slick-nav.right{
    right: 40px;
}
/* Pagination */
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover,
.pagination li:hover a{
    background-color: #ff4c77!important;
    border-color: #ff4c77!important;
}
/* Testimonial */
.testimonial-cont{
    display: flex;
    flex-wrap: wrap;
}
/*.testimonial-cont .img-block{*/
/*    text-align: center;*/
/*}*/
.testimonial-cont .text-block .t-secondary{
    color: #22b14c;
}
.testimonial-cont .img-block img{
    max-height: 400px;
    margin: auto;
}
/* Instagram */
.common-home .instagram .item{
    padding: 0;
}
/* Checkout */
.terms button{
    margin-left: 8px;
}
/* Side Menu*/
#hoop-fitness #sidr,
#sidr .cd-accordion-menu,
#hoop-fitness #sidr .cd-accordion-menu a, 
.cd-accordion-menu label,
#hoop-fitness #sidr .cd-accordion-menu a, 
#hoop-fitness #sidr .cd-accordion-menu label{
    background: #fff!important;
    color: #414042;
}
#hoop-fitness #sidr{
    border-right: 1px solid #4d5158;
}
#hoop-fitness #sidr a{
    color: #414042;
}
#hoop-fitness #sidr a:hover{
    color: #ff4c77;
}
#hoop-fitness.sidr-custom-open #mobileNav::before{
    background: rgba(255,255,255,0.9)!important;
}
.header-container .header-menu #main-menu li ul li:nth-child(4){
    margin-left: 0!important;
}

.quickcheckout-content table tr:nth-child(2).flat{
display: none;
}
@media screen and (max-width: 2000px){
    .container{
        width: calc(100% - 40px);
        max-width: none;
    }
}
@media screen and (min-width: 992px) and (max-width: 1150px){
    .container{
        width: calc(100% - 5px);
        max-width: none;
    }
    .header-container{
        flex-wrap: wrap;
    }
    .header-container .header-top{
        order: 1;
        width: 100%;
    }
    .header-container .header-menu{
        order: 2;
        width: 100%;
    }
    .header-container .header-menu #main-menu{
        margin-right: -26px;
    }
    .header-logo-desktop{
        top: 46px;
    }
    .scrolled .header-logo-desktop{
        left: calc(50% - 100px);
    }
}
@media screen and (max-width: 991px){
    #hoop-fitness .header-container{
        min-height: 0;
    }
    .header-container .header-logo{
        padding-top: 0;
        flex: 1;
    }
    .header-container .header-logo-image img{
        max-height: 70px;
    }

    .product-block .product-button{
        background: #000;
        padding: 10px;
    }
    .product-block .product-button .btn-default img{
        max-height: 26px;
        width: auto;
    }
    .image-zoom .image-container img:hover, 
    .image-zoom-hover .image-container img:hover{
        transform: scale(1);
    }

    /* Text */
    body#hoop-fitness:not(.cke_editable) h2:not(.swal2-title):not([style]){
        font-size: 40px;
        margin-bottom: 30px;
    }
    .home-category-cont .cat-link-cont,
    .product-product .product-info h3, body h3,
    .product-info .old-prices, 
    .product-info .new-prices{
        font-size: 22px;
    }
    #filter-groups .item-header{
        font-size: 18px;
    }
    .common-home .owl-item .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0{
        font-size: 16px;
    }
    .common-home .owl-item .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1{
        font-size: 50px;
        margin-top: 0;
    }
}

@media screen and (max-width: 770px){
    body .mb-25{
        margin-bottom: 15px;
    }
    .common-home .section-space.slideshow{
        position: relative;
    }
    .common-home .section-space.home_icon{
        margin-top: 0;
    }
    .home-icon-cont .image-cont .image-bg{
        padding: 20px;
    }
    .home-icon-cont .image-cont .image-bg img{
        max-height: 70px;
    }
    .common-home .owl-carousel.owl-drag .owl-item .relative{
        background: none!important;
    }
    .common-home .owl-carousel,
    .common-home .owl-carousel .owl-stage-outer, 
    .common-home .owl-carousel .owl-stage, 
    .common-home .owl-carousel.owl-drag .owl-item{
        height: auto;
    }
    .common-home .owl-carousel.owl-drag .owl-item .visible-xs{
        display: block!important;
    }
    .common-home .section-space.slideshow{
        position: relative!important;
    }
    .schedule-container{
        overflow-x: auto;
    }
    .schedule-container table th{
        min-width: 100px;
    }
    .filters-wrap .sort .input-group-b4 > .form-control, 
    .filters-wrap .view .input-group-b4 > .form-control{
        background: #fee4ea;
        color: #222;
        width: 100%;
        font-size: 12px!important;
        padding: 14px;
        min-height: 46px;
        font-weight: normal;
        border: 1px #e1e1e1 solid!important;
    }
    #filter_group_tigger_open{
        background-color: #ff4c77!important;
        border-radius: 0!important;
        color: #fff!important;
        opacity: 1!important;
    }
    #footer-area .footer-upper-contet>*{
        width: 25%!important;
    }
    #footer-area .footer-upper-contet>*:nth-child(3){
        display: none;
    }
    .footer-bottom p{
        text-align: center!important;
    }
    .footer-bottom{
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 769px){
    #footer-area .footer-upper-contet>*{
        width: 50%!important;
        text-align: center;
    }
    #footer-area .footer-upper-contet>*:not(:first-child){
        padding-top: 20px;
    }
    #footer-area .footer-upper-contet>*:first-child,
    #footer-area .footer-upper-contet>*:last-child{
        width: 100%!important;
    }
    #footer-area .footer-upper-contet>*:first-child p{
        margin: 0 auto;
    }
    #footer-area .footer-upper-contet>*:first-child{
        order: 2;
    }
    #footer-area .footer-contact-info{
        order: 3;
    }
    .common-home .owl-item .slider-slideshow-description .slider-slideshow-description-texts p:not(:nth-child(2)){
        font-size: 15px;
    }
    .common-home .owl-item .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1{
        font-size: 40px;
        line-height: 1.1;
        max-width: 300px;
    }
    #register-form .btn-primary{
        margin: auto;
        display: block;
    }
}
@media (max-width: 767px) {
    .filters-wrap {
      padding: 0;
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      z-index: 8;
    }
    .filters-wrap [class^="col"] {
      padding: 0;
    }
    .filters-wrap .form-group {
      margin-bottom: 0;
    }
    .filters-wrap .form-control {
      text-align: center;
      -webkit-appearance: none;
      text-align-last: center;
    }
  }
  
  @media (max-width: 767px) {
    .mac-browser .filters-wrap {
      padding: 0;
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      z-index: 8;
    }
    .mac-browser .filters-wrap [class^="col"] {
      padding: 0;
    }
    .mac-browser .filters-wrap .form-group {
      margin-bottom: 0;
    }
    .mac-browser .filters-wrap .form-control {
      text-align: center;
      text-align: -webkit-center;
      -webkit-appearance: none;
      flex-direction: column;
    }
  }
@media screen and (max-width: 540px){
    .btn-primary, .btn-default:not(.no-custom), .media-detail__btn, #yen #rotate_btn, .saving.velsof_button, #continue_btn.velsof_button{
        border-radius: 18px!important;
        min-width: 140px;
        padding: 10px 10px;
        font-size: 12px;
    }
    .featured .slick-slider{
        margin-right: 0;
        margin-left: 0;
    }
    .home-icon-cont .icon-item{
        width: 100%;
        margin-bottom: 15px;
    }
    .product-block .product-button .btn-default img{
        max-width: 20px;
    }
    #corporate_form table td{
        width: 100%;
        float: left;
    }
    .common-home .owl-item .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1{
        font-size: 30px;
    }
    .common-home .owl-item .slider-slideshow-description .slider-slideshow-description-texts p:not(:nth-child(2)){
        font-size: 14px;
    }
    .product-category .product-view>.product-gutter{
        width: 50%;
    }
    .contact-footer{
        justify-content: center;
    }
    #corporate_form .btn-wrap,
    .reg-footer,
    .contact-footer{
        flex-wrap: wrap;
    }
    #corporate_form #google_recaptcha,
    .reg-footer  #google_recaptcha,
    .contact-footer  #google_recaptcha{
        width: 100%;
    }
    #corporate_form .btn-wrap .text-right,
    .contact-footer .text-center{
       text-align: center;
    }

    .reg-captcha{
        width: auto;
        overflow: hidden;
        margin: 0 auto;
    }
}
@media screen and (max-width: 375px){
    .product-category .product-view>.product-gutter{
        width: 100%;
    }
}
@media screen and (max-width: 320px){
    #product-tabs.nav-tabs{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.i4ewOd-pzNkMb-haAclf {
    display: none!important;
}

.i4ewOd-pzNkMb-haAclf {
    opacity: 0!important;
}