body{
    font-family: 'Oswald', sans-serif;
	font-weight:400;
	color:#676767;
	font-size:15px;
}

a, a:hover, a:focus{
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald', sans-serif;
	font-weight:700;
}
a{
	color:#676767;
}
a:hover{
	color:#ff5a04;
}
.navbar-expand-md .navbar-nav{
	margin: 0 0 0 auto;
}
.navbar-brand img{
	width:70px;
}
.navbar-toggler {
	padding: 0;
	font-size: 15px;
	border: 0px solid transparent;
}
.navbar-toggler:focus {
	box-shadow: 0 0 0 0;
}
.headerSection .dropdown-menu{
	min-width: auto;
	font-size: 14px;
	border-width: 2px 0 0 0;
	border-radius: 0;
	border-style: solid;
	border-color: #ff5a04;
	text-transform: uppercase;
	padding:0;
}
.headerSection .dropdown-menu li .dropdown-menu{
	border:0;
}
.headerSection .dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 1.125rem;
  margin-left: 0.125em;
}
.headerSection .dropdown-menu[data-bs-popper] {
	margin-top: 0;
	left: auto;
}

.headerSection .dropdown-item:focus, .headerSection .dropdown-item:hover {
	color: #fff;
	background-color: #ff5a04;
}
.headerSection .dropdown-item{
	color:#3e3333;
	font-weight: 500;
}
.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;
	box-shadow: 0 2px 3px #E5E5E5;
	border-top: 10px solid #0077e2;
}
.headerSection.menu-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #ffffff;
}
.hero-banner{
	padding:40px 0;
}
.navbar{
	padding:0;
}
.nav-link {
	color: #0077e2;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:700;
}
.nav-link.active{
	color:#ff5801;
}
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 25px;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, .7);
}
.common-padding{
	padding:50px 0;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}
.box{
    color: #fff;
    background: linear-gradient( to right,#034f87,#00b8d6);
    text-align: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
	margin-bottom:20px
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.35s ease;
}
.box:hover img{
    opacity: 0.6;
    transform: scale(1.2);
}
.box-content{
    background: linear-gradient( to right,#034f87,#0077e2);
    width: 100%;
    padding:5px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.35s ease;
	opacity: 0;
}
.box:hover .box-content{
	opacity:1;
}
.title {
  margin: 0;
  font-size: 25px;
}
.our-team{
    text-align: center;
    background: #b3adad;
    border-radius: 353px 353px 0 0;
    transition: all 0.3s ease 0s;
	margin-bottom: 40px;
}
.our-team:hover{
    background: #0077e2;
}
.our-team .pic{
    overflow: hidden;
    position: relative;
    border-radius: 50%;
	height:300px;
}
.our-team .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #3e3333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic:before{
    opacity: 0.5;
}
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    padding: 30px 0;
}
.our-team .title{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    margin: 0;
}
.our-team .post{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px;
}

.defaultTitle h1 {
	color: #fff;
	margin: 40px 0;
}
.loginBox {
  padding: 40px;
  height: 465px;
}
.lostPasswordTxt{
	display: table;
	margin: 0 0 0 auto;
	color: #676767;
}
.createAccountBox{
	padding: 40px;
}
.shadow {
  box-shadow: 0 -10px 20px -18px rgba(0,0,0,.65) !important;
}
.accountSection .shadow {
  box-shadow: 0 -10px 20px -18px rgba(0,0,0,.65) !important;
}
.btn-primary {
	color: #fff;
	background-color: #0077e2;
	border-color: #0077e2;
	padding: 8px 30px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
.btn-primary:hover {
	color: #fff;
	background-color: #ff5a04;
	border-color: #ff5a04;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #ff5801;
	border-color: #ff5801;
	box-shadow: 0 0 0 .25rem rgba(49,132,253,.0);
}
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #ff5801;
	border-color: #ff5801;
}
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(49,132,253,.0);
}
.registerSection h3 {
  font-size: 18px;
  color: #ff6615;
  font-weight: 400;
}

ul.d3-o-tabs.d3-o-tabs__nowrap{
	padding:0;
	margin:15px 0 20px;
}
ul.d3-o-tabs.d3-o-tabs__nowrap li{
	list-style-type:none;
	display:inline-block;
	font-weight:600;
}
.d3-o-tabs__list-item.d3-is-active a {
    color: #fe4603;
    border-bottom: 2px solid;
}
.d3-o-tabs__list-item a{
	color:#3e3333;
	padding: 8px 11px;
	border-bottom: 2px solid transparent;
}
.d3-o-tabs__list-item a:hover{
	color: #fe4603;
    border-bottom: 2px solid #fe4603;
}
.has-search .form-control {
    padding-left: 12px;
}
.has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	right: 10%;
	pointer-events: none;
	color: #aaa;
	line-height: 40px;
}
.orange-bg {
	background-color: #fe4603;
	color: #fff;
}
.playerFunction-directory{
	text-align:center;
}
.playerFunction-directory td{
	width:25%;
}
.playerFunction-directory td span{
	position: relative;
	top: 6px;
	margin-left: 5px;
}
.playerFunction-directory #suggestion_data td span {
    top: 0px;
	margin:0;
}
.playerFunction-directory.ls_result_main table{
	width:100%;
}
.playerFunction-directory td a{
	color: #fe4603;
	font-weight: 600;
}
.playerFunction-directory td a:hover{
	color:#3e3333;
}
.playerFunction-directory table {
    padding: 25px;
	border: 1px solid #eee;
	font-size: 13px;
}
.playerFunction-directory table td, .playerFunction-directory table th {
    padding: 4px 10px !important;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.playerFunction-directory .border-right {
    border-right: 4px solid #dee2e6 !important;
}
.playerFunction-directory td img {
  width: 35px;
  float: left;
}
.player-funtionSection .shadow {
  box-shadow: 0 -10px 20px -18px rgba(0,0,0,.65) !important
}
.player-funtionSection h4{
	font-size: 22px;
	text-align: center;
}
.heroImage{
	background-repeat: no-repeat!important;
	background-size: cover!important;
	padding: 0;
	height:430px;
}



#footer{
	text-align:center;
	color:#3e3333;
	padding:40px 0 20px;
}
#footer ul{
	padding:0;
	margin: 10px 0 30px;
}
#footer ul li{
	list-style-type: none;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	padding: 0 12px;
}
#footer img{
	width: 100px;
	margin: 0 0 30px;
}

#footer a:hover{
	color:#ff5801;
}
#footer a{
	color:#3e3333;
}
#footer p{
	margin:0;
}
.form-select:focus {
  border-color: #ced4da;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.0);
}
.form-control:focus {
  border-color: #ced4da;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.0);
}
.form-select-sm {
  padding-top: 8px;
  padding-bottom: 8px;
}
.modal-header{
	border:0;
}
.btn-close:focus {
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.0);
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: table !important;
	margin: 0 0 0 auto;
}

.owl-nav.disabled button i {
	background-color: #f00;
	width: 40px;
	height: 45px;
	line-height: 45px;
	border-radius: 2px;
	color: #fff;
	margin: 15px 4px;
	display: block;
}

.owl-dots {
	display: none!important;
}
.dashboardDiv ul{
	padding:0;
	margin:0;
}
.dashboardDiv ul li{
	list-style-type:none;
}
.dashboardDiv ul li a {
	width: 100%;
	display: inline-block;
	padding: 8px 12px;
	border-radius: 4px;
	margin-bottom: 5px;
	font-size: 18px;
}
.dashboardDiv ul li .active {
	background-color: #0077e2;
	color: #fff;
}
.dashboardDiv ul li .active:hover{
	background-color:#ff5a04;
}

.subscriptionsBox{
	background-color: #fbfbfb;
	padding: 12px;
}
.main-section {
	min-height: 700px;
}

#browseBtn{
	display: table;
	margin: 0 0 0 auto;
}
#cancel{
	display: table;
	margin: 0 0 0 auto;
}
.browseProduct p{
	font-size: 20px;
}
.yellowTxt i{
	color: #FFAE00;
}
.redColor {
  color: #ff5801;
}

.content-con select {
	width: 48%;
	margin: .5%;
	color: #123;
	float: left;
	border-radius: unset;
}
.productBox h5{
	color: #676767;
	margin: 15px 0;
	text-transform: uppercase;
}
.productBox {
	background-color: #f9f9f9;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.content-con.add-cart-item .form-control{
	width: 49%;
	margin: .5%;
	color: #676767;
	float: left;
	border-radius: unset;
	margin-bottom: 10px;
}
.store-img {
  width: 80px;
}
.totalTxt {
  text-align: right;
  display: table;
  width: 100%;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
}
.table {
	border: 1px solid #3e3333;
}
.btn-group-sm > .btn, .btn-sm {
	padding: 4px 5px;
	font-size: 10px;
	border-radius: 4px;
}
.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(225,83,97,.0);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  box-shadow: 0 0 0 .25rem rgba(225,83,97,.0);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  box-shadow: 0 0 0 .25rem rgba(60,153,110,.0);
}
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(60,153,110,.0);
}
#checkout-form .form-label {
  margin: 5px 0;
  font-size: 14px;
}

.form-control{
	font-size: 14px;
	padding: 10px 12px;
}
#checkout-form {
  box-shadow: 0px 1px 12px 5px #eee;
  padding: 20px;
}
.form-select{
	font-size: 14px;
	padding: 10px 12px;
	color: #676767;
}
.dashboardMiddleSection {
	background-color: #fbfbfb;
	padding: 20px;
}
.dashboardDiv{
	background-color: #fbfbfb;
	padding: 20px;
}
.ccvTxt{
	display: table;
	margin: 5px 0 0 auto;
}
.shadow2 {
	box-shadow: 0 0px 10px 0px #decfcf;
}
.redTxt {
	color: #ff5801;
}
.contactList {
	padding: 0;
	margin: 0 0 25px;
}
.contactList li{
	list-style-type:none;
	margin-bottom: 5px;
}
.gray-bg{
	background-color: #fbfbfb;
}
.contactIcon i {
	position: absolute;
	width: 55px;
	height: 55px;
	line-height: 55px;
	background-color: #3e3333;
	color: #fff;
	font-size: 30px;
	border-radius: 4px;
}
.contactTxt {
	position: relative;
	left: 70px;
	font-size: 14px;
}
.contactTxt h4 {
	font-size: 18px;
	margin: 2px 0;
}

#sidebar-nav {
    width:235px;
}
#sidebar {
  background-color: #FBFBFB;
  padding: 10px;
}
.list-group-item.active {
	color: #fff;
	background-color: #0077e2;
	border-color: #0077e2;
}
.list-group-item.active:hover{
	color: #fff;
	background-color:#ff5a04;
	border-color:#ff5a04;
}
.list-group-item {
	color:#676767;
	background-color: transparent;
	border: 0px solid rgba(0,0,0,.125);
	margin-bottom: 5px;
}
.dashboardMiddleDiv{
	background-color: #FBFBFB;
	padding: 20px;
}
.list-group-item i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.my-orderBox {
	box-shadow: 0 0 15px 5px #f4f2f2;
}
.infoBox .icon {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	color: #FFB000;
	background-color: #f7f7f7;
	border-radius: 50px;
	text-align: center;
}
.infoBox {
	margin-top: 25px;
}
.rewardstxt {
	position: relative;
	left: 60px;
}
.btn.download-btn {
	color: #fff;
	background-color: #0077e2;
	border-color: #0077e2;
	padding: 8px 40px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	display: table;
	margin: 0 0 0 auto;
}
.btn-check:focus + .btn, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.0);
}
.imageDiv img {
	float: left;
	width: 70px;
	margin-right: 15px;
}
.greenTxt {
	color: #26A541;
}
.grayTxt {
	color: #978d8d;
	display: block;
	margin: 8px 0 6px;
}
.blueTxt {
  color: #0077e2;
}
.verificationDiv {
	background-color: #F4F8FE;
	margin: 20px 0 0;
	padding: 10px;
}
.img-product img {
	height: 300px;
}

.progress_bar .pro-bar {
    background: hsl(0, 0%, 97%);
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.1) inset;
    height:4px;
    margin-bottom: 12px;
    margin-top: 50px;
    position: relative;
}
.progress_bar .progress_bar_title{
    color: hsl(218, 4%, 50%);
    font-size: 15px;
    font-weight: 300;
    position: relative;
    top: -28px;
    z-index: 1;
}
.progress_bar .progress_number {
	float: left;
	margin-top: -28px;
	left: -30px;
	position: relative;
	font-weight: 400;
	font-size: 12px;
}
.progress_bar .progress-bar-inner {
    background-color: hsl(0, 0%, 88%);
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 1s linear 0s;
}
.progress_bar .progress-bar-inner.inner2:before {
     content: "";
    width: 14px;
    height: 14px;
    background-color: inherit;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: -5px;
}
.progress_bar .progress-bar-inner.inner3:after {
	content:none;
}
.progress_bar .progress-bar-inner:after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: inherit;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: -5px;
}
.statusDiv {
	width: 96%;
	margin: 0 auto;
}
.progress_bar strong {
	position: relative;
	top: 35px;
	font-size: 12px;
	left: -30px;
}
.successBox{
	box-shadow: 0px 1px 12px 5px #eee;
	padding: 70px 20px;
	text-align: center;
}
.successBox i{
	font-size:80px;
	color:#007C00;
}
.transaction-failureSection{
	box-shadow: 0px 1px 12px 5px #eee;
	padding: 70px 20px;
	text-align: center;
}
.transaction-failureSection i{
	font-size:80px;
	color:#CB1A1A;
}
.cartShadow {
	box-shadow: 0px 1px 12px 5px #eee;
	padding: 20px;
	margin-bottom: 20px;
}
.totalBox{
	box-shadow: 0px 1px 12px 5px #eee;
	padding: 20px;
	margin-bottom: 20px;
}
.table td {
	padding: 8px 0px !important;
	font-size: 13px;
	border: 0;
	color: #676767;
}

.table{
	border:0;
}
.cartSide del {
	color: red;
	padding-right: 6px;
}
.cartSide .priceTxt {
	text-align: right;
	margin: 10px 0;
}
.cartSide .form-control.selected-quantity {
	width: 65%;
	margin: 0 0 0 auto;
}
.cartBox .cartTxt .removeTxt {
	position: relative;
	top: 85px;
}
.greentxt {
	color: green;
}
.saveTxt {
	font-size: 12px;
	display: table;
	margin: -5px 0 0 auto;
}
/********* Player Details Css Start *********/
.profile-new tr:nth-child(even) {
	background: #f5f5f5;
}
.profile-new tr:hover{
	background:rgba(51, 51, 51, 0.1);
}
.profile-new tr.orange-bg:hover {
    background-color: #fe4603;
}
.profile-infoBox strong {
	color: #999;
	font-size: 20px;
	display: table;
	margin:0 auto 20px;
}
.profile-infoBox table td span{
	font-size:22px;
	font-weight: 700;
	color:#000;
}
.profile-infoBox table th strong{
	font-size: 14px;
	margin: 0 auto;
}
.profile-infoBox .table td, .profile-infoBox .table th {
    padding: 0px;
}
a.player-related-content-section{

}
a.player-related-content-section h5{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #000;
}
a.player-related-content-section h5:hover{
	color:#fe4603;
}
.profile-infoBox h2 {
	font-size: 45px;
	margin: 0;
	text-align: center;
}
.player-detailSection .profile-infoBox{
	box-shadow: 0px 1px 12px 5px #eee;
	margin-bottom: 20px;
}
.player-detailSection .profile-new{
	box-shadow: 0px 1px 12px 5px #eee;
	padding: 20px;
	margin-bottom: 20px;
}
.player-detailSection {
	padding: 80px 0 50px;
}
.orange-txt {
  color:#ff5801;
}
.player-detailSection .table > :not(caption) > * > *{
	border:0;
}
.selected_year {
	display: table;
	margin: 0 0 35px auto;
	width: 22%;
	border-radius: 0;
	padding: 10px;
	font-size: 16px;
}
/********* Player Details Css End *********/
#tableOrdersDiv .table > thead {
	background-color: #847f7f;
	color: #fff;
}
#tableOrdersDiv .table {
  border: 1px solid #dbcece;
}
#tableOrdersDiv .table td {
	padding: 8px 15px !important;
	font-size: 13px;
	border: 1px solid #eee;
	color: #676767;
}
#tableOrdersDiv .table > :not(:first-child) {
	border-top: 0px solid currentColor;
}
#tableOrdersDiv .btn-info {
	color: #fff;
	background-color: #0077e2;
	border-color: #0077e2;
	padding: 6px 15px;
	font-size: 14px;
}
.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(11,172,204,.0);
}
#tableOrdersDiv .btn-check:active + .btn-info, #tableOrdersDiv .btn-check:checked + .btn-info, #tableOrdersDiv .btn-info.active, .btn-info:active, #tableOrdersDiv .show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #ff5902;
	border-color: #ff5902;
}
#tableOrdersDiv .btn-info:hover {
	color: #fff;
	background-color: #ff5902;
	border-color: #ff5902;
}
.pagination li {
	display: inline-block;
}
.pagination {
	display: table;
	list-style: none;
	margin: 20px 0 0 auto;
	padding:0;
}
.pagination li a {
	display: inline-block;
	color: #0077e2;
	background-color: #fff;
	border: 1px solid #dee2e6;
	padding: 6px 15px;
	font-size: 15px;
	margin: 0 1px;
}
.pagination li a:hover {
	color: #fff;
	background-color: #ff5902;
	border-color: #ff5902;
}
.pagination .active a {
	color: #fff;
	background-color: #ff5902;
	border-color: #ff5902;
}
.pagination li a:focus{
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.0);
}
table.unstriped.compact.expanded {
	width: 100%;
}
table.unstriped.compact.expanded td{
	border: 1px solid #e5e1e1; 
    padding: 8px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.dropdown.langauge-selection img {
	width: 30px;
	position: relative;
	top: -2px;
}
.dropdown.langauge-selection .dropdown-toggle::after {
	content: none;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: transparent;
}
#subscriptions .subscriptionsBox {
	background-color: #fff;
	margin-bottom: 10px;
}
#subscriptions .subscriptionsDiv{
  background-color: #fff;
  padding: 20px;
} 
.separator-line {
	border-right: 1px solid #eee;
	border-right: 1px solid #eee;
	height: 178px;
}
.subscriptionBoxCancel {
  display: table;
  margin: 0 auto;
}
.subscriptionBoxCancel i {
  font-size: 80px;
  color: #ff5801;
}
.subscriptionBoxCancel h5{
	font-weight:500;
}
.btn-secondary{
	padding: 8px 30px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(130,138,145,.0);
}
.video-popup {
	background-color: rgba(0, 0, 0, .95);
	border: 0px solid rgba(0,0,0,.2);
}
.video-popup .modal-header .btn-close {
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	opacity: 1;
}
.video-popup .modal-header .btn-close:hover {
	color: #fff;
	opacity: 1;
}
label.error{
	color: red;

}

#lt_overlay {
    display: none; 
    position: fixed; 
    top: 0;
 left: 0; 
    width: 100%; 
    height: 100%; 
    background-color: black; 
    z-index: 1001; 
    -moz-opacity: 0.6; 
    opacity: .60; 
    filter: alpha(opacity=60);
    right: 0;
 margin: 0 auto;
 text-align: center;
}
#lt_loading { 
    display: none; 
    position: fixed;
    color: #ccc; 
    top: 30%; 
    z-index: 1002;
    /* overflow: auto; */
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}
.outOfStock{
	color:red;
}

.registerSection .text-uppercase {
    font-weight: 700;
    color: #676767;
    font-size: calc(1.3rem + .6vw);
}