body{
    font-family: "Poppins", sans-serif;
	font-weight:400;
	color:#000000;
	font-size:14px;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}

a, a:hover, a:focus{
	text-decoration:none;
}

.navbar-expand-md .navbar-nav{
	margin: 0 0 0 auto;
}
.navbar-toggler:focus{   
	box-shadow: 0 0 0 0;
}
.trs {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-color:#fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}
.headerSection.menu-fixed {
	position: relative;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 999;
	background-color:#fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}
.navbar-brand img{
	width:50px;
}
.navbar-nav .nav-link{
	color:#000;
	font-weight:600;
	font-size: 16px;
	padding-right: 0!important;
    padding-left: 2.5rem!important;
}
.navbar-nav .nav-link:hover{
	color: #cc0e2f;
}
.navbar-expand-md .navbar-nav .nav-link.active {
	color: #cc0e2f;
}
.copyRight .rightTxt {
	text-align: right;
}	
.copyRight p {
	margin: 0;
	font-size: 12px;
}
.copyRight{
	background-color:#000;
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
}
.copyRight .rightTxt i:hover{
	background-color:#fff;
	color:#cc0e2f;
}
.copyRight .rightTxt i{
	background-color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	line-height: 30px;
	color: #000;
	font-size: 20px;
}
h1{
	font-weight:600;
	font-size: 45px;
	text-transform:uppercase;
}
.common-padding{
	padding:80px 0;
}
.margin-top{
	margin-top:50px;
}
.form-control {
	padding: 20px 30px;
	font-size: 13px;
	color:#767f86;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 50px;
	box-shadow: inset 2px 0px 10px 3px #dcdcdc;
}
.form-control:focus {
	color: #000;
	background-color: #fff;
	border-color: #dcdcdc;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.0);
}
.btn.btn-primary {
	background-image: -webkit-linear-gradient(left, #cc0d2f, #da5768);
	background-image: -moz-linear-gradient(left, #cc0d2f, #da5768);
	background-image: -ms-linear-gradient(left, #cc0d2f, #da5768);
	background-image: -o-linear-gradient(left, #cc0d2f, #da5768);
	background-image: linear-gradient(left, #cc0d2f, #da5768);
	width: 100%;
	border: 0;
	border-radius: 50px;
	padding: 15px 0;
	margin: 0 auto;
	display: table;
	font-weight: 600;
	font-size: 22px;
	text-transform:uppercase;
	color: #fff;
}
.btn.btn-primary:hover{
	background-image: -webkit-linear-gradient(left, #da5768, #cc0d2f);
	background-image: -moz-linear-gradient(left, #da5768, #cc0d2f);
	background-image: -ms-linear-gradient(left, #da5768, #cc0d2f);
	background-image: -o-linear-gradient(left, #da5768, #cc0d2f);
	background-image: linear-gradient(left, #da5768, #cc0d2f);
	color: #fff;
}
#register-btn{
	width: 30%;
}
.grayTxt{
	color:#898989;
}
strong{
	font-weight: 600;
}
.redTxt{
	color:#cc0e2f!important;
}
.redTxt:hover{
	color:#000!important;
}
.header-bg{
	background-image: -webkit-linear-gradient(left, #cc0d2f, #da5768);
	background-image: -moz-linear-gradient(left, #cc0d2f, #da5768);
	background-image: -ms-linear-gradient(left, #cc0d2f, #da5768);
	background-image: -o-linear-gradient(left, #cc0d2f, #da5768);
	background-image: linear-gradient(left, #cc0d2f, #da5768);
	padding: 5% 0;
}
.sideBar ul{
	padding:0;
	margin:0;
}
.sideBar ul li {
	list-style-type: none;
	font-weight: 600;
	padding: 5px 0;
	font-size: 22px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
}
.sideBar ul li:last-child{
	border:medium;
}
.sideBar ul li a{
	color:#000;
}
.sideBar ul li a:hover{
	color:#cc0e2f;
}
.sideBar ul li .active{
	color:#cc0e2f;
}
#add-new-card-form .form-check-input{
	width: 2em;
	height: 2em;
	margin-top: -2px;
	border: 0px solid rgba(0,0,0,.25);
	margin-right: 10px;
}
#add-new-card-form .form-check-input:checked {
	background-color: #000;
	border-color: #000;
}
#add-new-card-form .form-check-input[type="checkbox"] {
	border-radius: 50px;
}
.form-check-input:focus {
	border-color: #767f86;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(0,0,0,.1);
}
.profile-img img {
	border: 4px solid #e7e8e9;
	padding: 4px;
}
.profile-img {
	text-align: center;
}
.profile-img i {
	font-size: 28px;
	position: absolute;
	margin: -65px 55px 0;
	background-color: #cc0d2f;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	color: #fff;
	line-height: 40px;
}

.form-select{
	padding: 20px 30px;
	font-size: 13px;
	color: #767f86;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 50px;
	box-shadow: inset 2px 0px 10px 3px #dcdcdc;
}
.cancel-btn{
	
}
.save-btn{
	background-image: -webkit-linear-gradient(left, #cc0d2f, #da5768);
	background-image: -moz-linear-gradient(left, #cc0d2f, #da5768);
	background-image: -ms-linear-gradient(left, #cc0d2f, #da5768);
	background-image: -o-linear-gradient(left, #cc0d2f, #da5768);
	background-image: linear-gradient(left, #cc0d2f, #da5768);
	border: 0;
	border-radius: 50px;
	padding: 12px 0;
	margin:10px 0;
	display: inline-block;
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	width: 165px;
}
.save-btn:hover{
	background-image: -webkit-linear-gradient(left, #da5768, #cc0d2f);
	background-image: -moz-linear-gradient(left, #da5768, #cc0d2f);
	background-image: -ms-linear-gradient(left, #da5768, #cc0d2f);
	background-image: -o-linear-gradient(left, #da5768, #cc0d2f);
	background-image: linear-gradient(left, #da5768, #cc0d2f);
	color: #fff;
}
.cancel-btn{
	background-image: -webkit-linear-gradient(left, #918c8c, #b4b1b1);
	background-image: -moz-linear-gradient(left, #918c8c, #b4b1b1);
	background-image: -ms-linear-gradient(left, #918c8c, #b4b1b1);
	background-image: -o-linear-gradient(left, #918c8c, #b4b1b1);
	background-image: linear-gradient(left, #918c8c, #b4b1b1);
	border: 0;
	border-radius: 50px;
	padding: 12px 0;
	margin: 10px 15px;
	display: inline-block;
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	width: 165px;
}
.btn-right{
	text-align:right;
}
.cancel-btn:hover{
	background-image: -webkit-linear-gradient(left, #b4b1b1, #918c8c);
	background-image: -moz-linear-gradient(left, #b4b1b1, #918c8c);
	background-image: -ms-linear-gradient(left, #b4b1b1, #918c8c);
	background-image: -o-linear-gradient(left, #b4b1b1, #918c8c);
	background-image: linear-gradient(left, #b4b1b1, #918c8c);
	color: #fff;
}
.btn-check:focus + .btn, .btn:focus {
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.0);
}
.form-select:focus {
	border-color:#767f86;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.0);
}
.savedBox {
	background-color: #f6f5f5;
	border: 1px solid #098331;
	padding: 12px;
	border-radius: 5px;
	margin: 20px 0;
}
.text-right {
  text-align: right;
}
#payment-method-form .form-check-input:checked[type="radio"] {
	background-image:none;
}
#payment-method-form .form-check-input:checked {
	background-color: #66D7AA;
	border-color: #999da2;
}
#payment-method-form .form-check-input{
	width: 2em;
	height: 2em;
	border: 1px solid rgba(0,0,0,.25);
	margin-right: 6px;
	cursor: pointer;
	margin-top: 1.25em;
}
#payment-method-form .form-check-label{
	cursor: pointer;
}
#payment-method-form .form-check-input:focus{
	box-shadow: 0 0 0 .25rem rgba(0,0,0,.0);
}
#payment-method-form .form-check-input{
	background-color: #f0eded;
}
.savedBox:hover, .savedBox:focus{
	box-shadow: 0 0 6px #8ad7a4;
}
.giftBox {
	box-shadow: 0 0 6px #acabab;
	margin: 32px 0;
	padding: 20px;
	border-radius: 10px;
}
.giftBox h5 {
	font-weight: 600;
}
.apply-btn {
	box-shadow: 0 0 6px #7b7575;
	display: inline-block;
	padding: 10px 50px;
	border-radius: 15px;
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	color: #cc0e2f;
}
.apply-btn:hover{
	background-color:#cc0e2f;
	color:#fff;
}
.pricingBox {
	box-shadow: 0 0 8px #c5c0c0;
	border-radius: 10px;
	padding: 12px;
	margin: 15px 0;
}
.pricingBox h6{
	font-weight: 500;
}
.pricingBox h5{
	font-weight: 600;
}
h2{
	font-weight: 700;
	font-size: 25px;
}
#pricing-section h2{
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
}
.pricingHeader {
	border-bottom: 1px solid #dadada;
	margin-bottom: 10px;
	height: 70px;
}
.pricingTxt ul{
	padding:0;
	margin:5px 0;
}
.pricingTxt ul li i{
	color:#cc0e2f;
	position: absolute;
}
.pricingTxt ul li{
	list-style-type:none;
	font-size:12px;
	margin-bottom: 5px;
}
.pricingTxt ul li a{
	color:#000;
}
.pricingTxt ul li span{
	position: relative;
	left: 20px;
	line-height: 12px;
	display: inline-block;
	font-weight: 600;
}
.pricingFooter .btn.btn-primary{
	padding: 10px 0;
	font-size: 18px;
	margin-top:20px;
}
.commonFromTop{
	background-color: #fff;
	box-shadow: 0 0 8px #a59e9e;
	border-radius: 5px;
	padding: 30px 20px 20px;
	position: relative;
	margin-top: -140px;
}
.arrow-icon i{
	font-size:40px;
	color:#cc0e2f;
}
.right-arrow.arrow-icon {
	text-align: right;
	display: table;
	margin: 0 0 0 auto;
}
.commonTableData th {
	background-color: #cc0d2f !important;
	color: #fff;
}
.timeTxt a {
	background-color: #cc0e2f;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	font-weight: 600;
}
.timeTxt a:hover{
	background-color: #000;
	color: #fff;
}
.timeTxt{
	text-align:center;
}
#my-bookings-table img{
	width: 75px;
	float:left;
}
#my-bookings-table tr:nth-child(odd) { 
	background-color:#F4F4F4; 
} 
#my-bookings-table tr:nth-child(even) { 
	background-color:#fff; 
} 
#my-bookings-table table td{
	vertical-align: middle;
}
#my-bookings-table table{
	border: 1px solid #dee2e6;
}
#my-bookings-table .table > :not(caption) > * > *{
	border:0;
}
#my-bookings-table table td a{
	color:#000;
}
#my-bookings-table table td a:hover{
	color:#cc0e2f;
}
h3 {
	font-size: 25px;
	font-weight:600;
}
.active-btn {
	background-color: #009F3C;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	padding: 2px 10px;
	font-weight: 600;
	font-size: 11px;
	margin-top: 5px;
}
.active-btn:hover {
	background-color:#0AAA46;
	color: #fff;
}
#memberships-table td p i{
	color: #CC0F30;
}
#memberships-table td .form-select{
	box-shadow: 0px 0px 6px #c5c1c1;
	margin: 5px 0;
}
#memberships-table tr:nth-child(odd) { 
	background-color:#F4F4F4; 
} 
#memberships-table tr:nth-child(even) { 
	background-color:#fff; 
} 
#memberships-table table td{
	vertical-align: middle;
}
#memberships-table table{
	border: 1px solid #dee2e6;
}
#memberships-table .table > :not(caption) > * > *{
	border:0;
}
#dropdownMenuButton1 {
	background-color: transparent;
	color: #000;
	border: 0;
	display: table;
	margin: 0 0 0 auto;
	font-weight: 500;
}
.showingTxt{
	font-weight: 500;
}
.btn-secondary:active:focus{
	box-shadow: 0 0 0 .25rem rgba(130,138,145,.0);
}
.add-to-cart {
	display: table;
	width: 100%;
	background-image: -webkit-linear-gradient(left, #cc0d2f, #da5768);
	background-image: -moz-linear-gradient(left, #cc0d2f, #da5768);
	background-image: -ms-linear-gradient(left, #cc0d2f, #da5768);
	background-image: -o-linear-gradient(left, #cc0d2f, #da5768);
	background-image: linear-gradient(left, #cc0d2f, #da5768);
	border: 0;
	border-radius: 50px;
	padding: 8px 0;
	margin:10px 0;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.add-to-cart:hover{
	background-image: -webkit-linear-gradient(left, #da5768, #cc0d2f);
	background-image: -moz-linear-gradient(left, #da5768, #cc0d2f);
	background-image: -ms-linear-gradient(left, #da5768, #cc0d2f);
	background-image: -o-linear-gradient(left, #da5768, #cc0d2f);
	background-image: linear-gradient(left, #da5768, #cc0d2f);
	color: #fff;
}
.priceTxt {
	float: right;
	color: #cc0e2f;
	font-weight: 600;
}
.shopBox h6{
	float: left;
}
.shopBox {
	box-shadow: 0 0 8px #aca5a5;
	padding: 5px;
	border-radius: 15px;
	background-color: #fff;
	margin-bottom: 25px;
}
.shopBox img{
	border-radius: 15px;
	margin-bottom: 6px;
}
.searchIcon .form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
	border:0;
}
.searchIcon .form-control{
	box-shadow: inset 0px 0px 0px 0px #dcdcdc;
	background-color: transparent;
	padding: 0 10px;
	border:0;
}
.input-group{
	background-color:#F5F7FB;
	font-size: 13px;
	color: #767f86;
	padding: 5px;
	border: 1px solid transparent;
	border-radius: 50px;
	box-shadow: 0 0 8px #aca5a5;
}
.searchIcon .btn-outline-secondary {
	color: #cc0e2f;
	border-color: transparent;
	box-shadow: inset 1px 1px 1px 1px #b7b5b5;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin: 0;
}
.searchIcon .btn-outline-secondary:hover {
	color: #fff;
	background-color:#cc0e2f;
	border-color:#cc0e2f;
	box-shadow: inset 1px 1px 1px 1px #cc0e2f;
}
.featuredList{
	padding:0;
	margin:20px 0;
}
.featuredList li {
	list-style-type: none;
	background-color: #fff;
	box-shadow: 0 0 6px #b9b6b6;
	display: table;
	width: 100%;
	margin-bottom: 19px;
	padding: 5px;
	border-radius: 6px;
}
.featuredList li a{
	color:#000;
}
.featuredList li a:hover{
	color:#cc0e2f;
}
.featuredList li .imgDiv img {
	width: 100px;
	float: left;
	border-radius: 6px;
}
.featuredTxt {
	position: relative;
	left: 10px;
}
.box-shadow-div {
	box-shadow: 0 0 10px #c9c7c7;
	padding: 30px; 
	border-radius: 10px;
	background-color: #fff;
}
#login-form .input-group{
	padding: 20px 30px;
	background-color: transparent;
	box-shadow: inset 2px 0px 10px 3px #dcdcdc;
}
#login-form .input-group-text{
	background-color: transparent;
	border: 0px solid #ced4da; 
	color: #78797D;
}
#login-form .form-control:focus{
	background-color:transparent;
}
#login-form .form-control{ 
	padding:0;
	box-shadow: inset 0px 0px 0px 0px #dcdcdc;
	border:0;
}
#login-form p a{
	color:#000;
}
#login-form p a:hover{
	color:#cc0e2f;
}
#login-form p{
	font-weight:500; 
}
#login-form .form-check-label{
	font-weight:500;
}
#classes-table table td a{
	color:#000;
}
.page-link{
	padding: 0 15px;
	margin: 0 10px !important;
	border: 0;
	color: #fff;
	width: 40px;
	height: 40px;
	background-color: #000;
	line-height: 40px;
	border-radius: 50px !important;
	text-align: center;
	padding: 0;
}
.page-item {
	font-size: 18px;
	font-weight: 500;
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color:#dee2e6;
	border-color: #dee2e6;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px !important;
	padding: 0;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #cc0e2f;
	border-color: #cc0e2f;
}
.page-link:focus {
	z-index: 3;
	color: #fff;
	background-color: #cc0e2f;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.0);
}
.page-link:hover {
	z-index: 2;
	color: #fff;
	background-color:#cc0e2f;
	border-color:#cc0e2f;
}
.timeTxt .btn-check:checked + .btn-outline-primary{
	background-color: #cc0e2f;
	border-color: #cc0e2f;
}
.timeTxt .btn-outline-primary {
	color: #cc0e2f;
	border-color: #cc0e2f;
}
.timeTxt .btn-outline-primary:hover {
	color: #fff;
	background-color: #cc0e2f;
	border-color:#cc0e2f;
}
.timeTxt .btn-check:active + .btn-outline-primary:focus, .timeTxt .btn-check:checked + .btn-outline-primary:focus, .timeTxt .btn-outline-primary.active:focus, .timeTxt .btn-outline-primary.dropdown-toggle.show:focus, .timeTxt .btn-outline-primary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.0);
}
.timeTxt .btn-check:active + .btn-outline-primary, .timeTxt .btn-check:checked + .btn-outline-primary, .timeTxt .btn-outline-primary.active, .timeTxt .btn-outline-primary.dropdown-toggle.show, .timeTxt .btn-outline-primary:active {
	color: #fff;
	background-color: #cc0e2f;
	border-color:#cc0e2f;
} 
.breadcrumb-item a {
	color: #fff;
}
.breadcrumb-item {
	color: #fff;
	font-weight: 600;
}
.breadcrumb-item.active {
	color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
}
.breadcrumb{
	margin:0;
}
.product-inner-page .header-bg{
	padding:1% 0;
}
.carousel-indicators button.thumbnail {
  width: 100px;
}
.carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
.carousel-indicators {
  position: static;
}
.quantity input{
	width: 60px;
	text-align: center;
	border: 1px solid #e3e3e3;
	color: #777;
}
.input-group.quantity{
	border:0;
	background-color:transparent;
	box-shadow:0 0 0 ;
}
.quantity-right-plus {
	box-shadow: none;
	padding: 0 5px;
	min-width: 43px;
	height: 45px;
	border: 1px solid rgba(129,129,129,.2);
	background: #f9f9f9;
	color: #777;
	margin-left: 0px;
	border-radius: 0;
}
.quantity-left-minus {
	box-shadow: none;
	padding: 0 5px;
	min-width: 43px;
	height: 45px;
	border: 1px solid rgba(129,129,129,.2);
	background: #f9f9f9;
	color: #777;
	margin-left: 0px;
	border-radius: 0;
}
.input-group.quantity {
	float: left;
	width:30%;
}
#add-to-cart-btn {
	width: 100%;
	font-size: 16px;
	padding: 11px 0;
	margin: 0;
	position: relative;
	top: 5px;
}
.myTabDiv {
	margin-top: 7%;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 6px #cecaca;
}
#pills-tab {
	border-bottom: 1px solid #eaeaea;
}
.nav-pills .nav-link{
	border-width: 0 0 2px;
	border-radius: 0;
	border-style: solid;
	border-color: transparent;
	margin-right:35px;
	padding: 8px 0;
	color: #000;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #cc0e2f;
	background-color: transparent;
	border-color: #cc0e2f;
}
#cartTable table img{
	float: left;
	width: 70px;
	margin-right: 10px;
}
#cartTable table .input-group.quantity{
	width: 62%;
}
/* #cartTable table .quantity-right-plus{
	padding: 0;
	min-width: 40px;
	height: 45px;
	border: 0px solid rgba(129,129,129,.2);
	background: transparent;
}
#cartTable table .quantity-left-minus {
	padding: 0;
	min-width: 40px;
	height: 45px;
	border: 0px solid rgba(129,129,129,.2);
	background: transparent;
}*/
#cartTable table .quantity input{
	width: 50px;
} 
#cartTable table th{
	font-size: 18px;
	font-weight: 600;
}
#cartTable .table > :not(caption) > * > *{
	padding: 8px 0;
	border-bottom-width: 0px;
}
.cartSideDiv .form-control{
	padding:0 12px;
	box-shadow: inset 0px 0px 0px 0px #dcdcdc;
	border:0;
}
.cartSideDiv .btn-outline-secondary{
	color: #000;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 12px;
	border: 0;
	background-color: transparent;
}
.cartSideDiv .input-group{
	margin:15px 0 0;
}
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(108,117,125,.0);
}
.price-details td{
	padding:5px 0;
	border:0;
}
.cart-section h4 {
	font-size: 20px; 
	font-weight: 600;
	margin:0;
}
.cartSideDiv .form-select {
  padding: 15px 30px;
}
.greenTxt {
	color: green;
}
.cartSideDiv small.greenTxt {
	font-weight: 600;
	display: inline-block;
	margin: 5px 0;
}
.shopBox h6 a {
	color: #000;
}
.shopBox h6 a:hover {
	color:#cc0e2f;
}
.btn.btn-cart{
	padding: 0;
	font-weight: 600;
	font-size: 16px;
} 
.badge{
	font-size: 10px;
}
.event_field{
	position: relative;
    top: 18px;
    left: 10px;
}
.checkout-plan-list .planTxt{
	position: relative;
	left: 3%;
}