@font-face {
	font-family: prox;
	src: url('https://bookings.snowfactor.com/assets/fonts/ProximaNovaRegular.ttf');
}

body{
	overflow-x:hidden;
	/*background: url("https://bookings.snowfactor.com/assets/images/main-wood-bg-light.jpg") repeat-y;
	background-size:contain;*/
	font-family: prox;
	font-weight: 400;
	font-style: normal;
	overflow-x:hidden;
	font-size:1rem;
	/* background-color: lightskyblue; */
	left: 0;
	transition: left .3s linear;
	position: relative;
}

img{
	max-width:100%;
}

a{
	color: #DF2087;
}

a:hover{
	color: darkmagenta;
	text-decoration: none;
}

.container{
	max-width: 1200px;
}

.overlay{
	position: absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}

.white__wrap{
    background-color: #fff;
}

.form-field-wrong{
    border: 2px solid red;
}

/* Stop bootstrap adding padding right to the body */
body.modal-open{
  padding-right: 0px !important;
}

@media(min-width: 768px) {
	.col-md-24 {
		flex: 0 0 20%;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	} 
}

/*  ----------------------------------------------------------	*/
/*  					Sticky Footer 	 						*/
/*  ----------------------------------------------------------	*/
html, body{
	height: 100% !important;
}

#wrapper.stickyFooter{
	display:flex;
	flex-direction: column;
	min-height: 100% !important;
}

#wrapper.stickyFooter #footer{
	margin-top:auto;
}

#navbarMyAccount .list-group-item{
	padding: 5px 0px;
	border: 0px;
	background: none;
}

#navbarMyAccount .list-group-item.list-group-item-parent{
	margin-top:15px;
}

@media (min-width: 576px) {
	.collapse-sm-none:not(.show) {
		display: block;
	}
	
	.w-sm-auto{
		width: auto !important;
	}
}

@media (min-width: 768px) {
	.collapse-md-none:not(.show) {
		display: block;
	}
	.w-md-auto{
		width: auto !important;
	}
}

@media (min-width: 992px) {
	.collapse-lg-none:not(.show) {
		display: block;
	}
	.w-lg-auto{
		width: auto !important;
	}
}

@media (min-width: 1200px) { 
	.collapse-xl-none:not(.show) {
		display: block;
	}
	.w-xl-auto{
		width: auto !important;
	}
	
}
/*  ----------------------------------------------------------	*/
/*  					Header			 	 					*/
/*  ----------------------------------------------------------	*/

#header {
	/* background-color: #fff; */
	position: relative;
	top: 0;
	left: 0;
    right: 0;
    z-index: 10;
}
#header #topbar {
	/* background-color: rgba(0,0,0,0.4); */
	background-color: #F0FAFD;
}
#header #topbar a {
	color: #fff;
}
#header .badge {
	position: absolute;
    top: 0;
    right: 15px;
}
#main-nav {
	background-color: rgba(0, 0, 0, 1)
}

.fmxlogo {
	position: absolute;
    z-index: 100;
	max-width: 160px;
	top: -82px;
}

@media(max-width: 820px) {
	.fmxlogo {
		max-width: 90px;
		top: -60px;
		left: 0;
	}
}

#header .nav-link {
	/* font-family: 'Bebas Neue', cursive; */
	font-weight: lighter;
	text-transform: capitalize;
	color: #ffffff;
	letter-spacing: 1px;
    -webkit-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    padding: 1.5em 0.6em 1em 0.6em;
    display: inline-block;
}
#header .nav-link:hover {
	background: #333;
	transition: none;
}
#header .dropdown-toggle::after {
	/* display: none; */
}

#header .user-nav-container {
	background-color: #fff;
	border-radius: 20px;
	padding: 10px;
	position: relative;
	min-width: 185px;
}
#header .user-nav-container {
	border: 1px solid #DF2087;
}
#header .user-nav-container:nth-child(2) {
	border: 1px solid #297C9E;
}
#header .text-blue {
	color: #297C9E !important;
}
#header .text-pink {
	color: #df2087 !important;
	font-weight: 400;
}
#header .bg-blue {
	background-color: #297C9E !important;
}
#header .bg-pink {
	background-color: #df2087 !important;
}
#header .basket-icon, #header .user-icon {
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	text-transform: uppercase;
}

#header .user-icon {
	position: absolute;
	top: -4px;
	right: -20px;
}

@media all and (min-width: 992px) {
	/* #header .navbar .nav-item .dropdown-menu{ display: none; }
	#header .navbar .nav-item:hover .dropdown-menu{ display: block; }
	#header .navbar .nav-item .dropdown-menu{ margin-top:0; } */

	#header .navbar {
		max-height: 91px;
	}
	#header .navbar-nav {
		/* padding-top: 17px; */
		/* padding-bottom: 17px; */
		align-items: center;
	}
	#header .nav-link {
		border-right: 1px solid #df2087;
		padding: 28px 25px;
		font-size: 14px !important;
		width: 100%;
		text-align: center;
	}
	#header .nav-item:last-child .nav-link {
		border-right: none;
	}
	#header .nav-item {
		flex-grow: 1;
		/* width: 100%; */
	}
	#header .dropdown-menu {
		width: 600%;
		top: 100px;
		border-radius: 0;
		min-width: 650px;
		padding: 15px;
		background: #f1f1f1;
		background: #ffffff;
		transition: top .3s;
	}
	#header .dropdown-divider {
		border-color: #91E1F5;
		border-width: 3px;
		width: 20px !important;
	}
	#header .dropdown-item {
		color: #555555;
		font-size: 14px !important;
	}
}

@media(max-width: 767px) {
	#header .badge {
		right: 22px;
	}
	#header .user-nav-container, .basket-icon {
		transform: scale(.7);
	}
	#header .user-nav-container {
		right: -44px;
	}
	#header .dropdown {
		position: static;
		display: flex;
		align-items: center;
	}
	#header .dropdown i:not(.user-nav-container i, .basket-icon i) {
		color: #fff;
		padding-right: 8px;
	}
	#header .dropdown-menu img {
		display: none;
	}
	#header .dropdown-menu {
		position: absolute;
		display: block;
		left: 0;
    	left: 100%;
    	transition: left .4s;
		top: 0 !important;
		bottom: 0;
		background-color: #000;
		color: #fff;
		right: 0;
	}
	#header .dropdown-item {
		color: #fff;
		border-bottom: 1px solid #fff;
		text-transform: capitalize;
	}
	#header .dropdown-divider {
		display: none;
	}
	#navbarSupportedContent {
		position: fixed;
		left: -75vw;
		top: 0;
		background-color: rgba(0, 0, 0, 0.85);
		bottom: 0;
		z-index: 100;
		display: block;
		transition: left .3s linear;
		min-width: 75vw;
		overflow: hidden;
	}
	#header .nav-link {
		color: #fff;
		padding-top: 16px;
		padding-bottom: 16px;
		flex: 1;
	}
	#header .navbar .nav-item {
		border-bottom: 1px solid #fff;
	}
	.moveRight {
		position: relative;
		left: 75vw;
	}
	.leftzero {
		left: 0 !important;
	}
	#header .collapse {
		display: block !important;
	}
	#header .collapsing {
		height:auto !important;
	}
	#header .toggler-move {
		position: relative;
    	/* right: 72vw; */
	}
	.bar1, .bar2, .bar3 {
		width: 35px;
		height: 5px;
		background-color: #df2087;
		margin: 6px 0;
		transition: 0.4s;
	  }
	  
	  /* Rotate first bar */
	  .change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
		transform: rotate(-45deg) translate(-9px, 6px) ;
	  }
	  
	  /* Fade out the second bar */
	  .change .bar2 {
		opacity: 0;
	  }
	  
	  /* Rotate last bar */
	  .change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px) ;
		transform: rotate(45deg) translate(-8px, -8px) ;
	  }
	  #header .dropdown-toggle::after {
		display: none;
	  }
}

/*  ----------------------------------------------------------	*/
/*  					Footer			 	 					*/
/*  ----------------------------------------------------------	*/

#footer .bg-darker {
	background-color: #1C1C1C;
}
#footer .overlay-bg {
	background-color: rgba(3,37,46,0.9);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
/* #footer p {
	color: #919090;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Bebas Neue', cursive;
	font-size: 22px;
	text-align: center;
} */

#footer a {
	text-transform: capitalize;
	display: block;
	padding: 5px 0px;
}

#footer a:hover {
	text-decoration: none;
}
.footer-divider {
	height: 0;
    margin: .5rem 0;
	padding-left: 5px;
    overflow: hidden;
    border-top: 2px solid #df2087;
	max-width: 35%;
}

#footer .border-top-pink {
	border-top: 3px solid #df2087;
}

.footer-icon, .social-icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.social-icon {
	margin-right: 10px;
}

#footer{
		background-color: rgba(17,65,82,.95);
		color: rgba(255, 255, 255, 1);
		background-image: url('https://fatbuzz.co/snow/wp-content/uploads/2021/07/Homepage_Footer.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right top;
		position: relative;
	}
	
#footer #mid-footer, #footer #bottomFooter {
	position: relative;
	z-index: 1;
}
#footer a{
	color: rgba(255, 255, 255, 1);
}
#footer b, #footer i {
	color: #fff;
}

#footer .flex-center {
	display: flex;
	align-items: center;
}


/*  ----------------------------------------------------------	*/
/*  					Buttons / Headings 	 					*/
/*  ----------------------------------------------------------	*/
.btn{
	/* font-weight: 700;
	line-height:100%;
	border-radius: 0px;
	padding-top:10px;
	padding-bottom:10px;
	position: relative;
	overflow:hidden;
    cursor: pointer;
	display: inline-block;
    font-size: 20px;
    font-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: auto;
    padding: 25px 50px;
    padding: 1.5625rem 3.125rem;
    outline: 0;
    text-align: center;
    font-family: "bebas_bold";
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
    letter-spacing: 1px; */
}

/* .btn:before{
	content: "";
	position: absolute;
	left:-100%;
	top:0px;
	height: 100%;
	width:100%;
	background:
     linear-gradient(
       to left,
       #ffffff 0%,
		#ffffff 5px,
       transparent
     );
	 opacity:0.4;
}

.btn:hover:before{
	left:100%;
	transition: left ease 1s;
} */

.btn-secondary {
	background: #297C9E;
	border-color: #297C9E;
    color: #fff;
}

.btn-secondary:hover{
	background: #df2087 !important;
	border-color:#df2087 !important;
    color: #fff;
}
.btn-primary{
	background: #df2087;
	border-color: #df2087;
    color: #fff;
}

.btn-primary:hover{
	background: #297c9e;
	border-color: #297C9E;
    color: #fff;
}

.input-group-quantity .form-control{
	max-width: 80px;
	border: 0px;
	-webkit-appearance: none;
	 -moz-appearance: textfield;
}


#divMemberProducts .list-group label {
	font-family: prox;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-family: prox;
}

h1, .h1{ font-size: 2.0rem; }
h2, .h2{ font-size: 1.6rem; }
h3, .h3{ font-size: 1.5rem;}
h4, .h4{ font-size: 1.4rem;}
h5, .h5{ font-size: 1.2rem;}
h6, .h6{ font-size: 1rem;}

@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	h1, .h1{ font-size: 2.2rem; }
	h2, .h2{ font-size: 1.8rem; }
	h3, .h3{ font-size: 1.6rem;}
	h4, .h4{ font-size: 1.4rem;}
	h5, .h5{ font-size: 1.2rem;}
	h6, .h6{ font-size: 1rem;}
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}
.breadcrumbWrap{
	display: none;
}
/**************************************************************
 *                          POP UP                            *
 **************************************************************/

#popupOverlay{
    z-index: 999;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}

.messagePopup.tcenter{
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999999999;
    background-color: #fff;
    padding: 15px 15px;
    align-items: center;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.text-pink {
	color: #DF2087;
	font-weight: 700;
}

#navbarMyAccount .list-group-item.active {
	color: #df2087;
}

.bg-light {
	background-color: #fff !important;
}
.prodItem {
	background-color: #014052;
	color: #fff;
}