
#wrapper {
	background-color: #ffffff !important;
}

#productWrap{
	max-width: 1600px;
	margin-left: auto;	
	margin-right: auto;
}

#site-logo {
	background-image: url("/assets/images/Logo-burgundy.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 90px;
	height: 90px;	
	/* filter: invert(14%) sepia(28%)  saturate(2920%) hue-rotate(306deg) brightness(93%) contrast(93%); */
}

a.overlay{
   position: absolute;
   top:0px;
   left:0px;
   height:100%;
   width:100%;
}

#greview {
	max-width: 180px;
}

.container{
   max-width:1200px;
}

.container-fluid {
	padding: 0 30px 0 30px !important;
}

@media(max-width: 768px) {
	.container-fluid {
		/* padding: 0 10px 0 10px !important; */
		padding: 0 !important;
	}
	
}



#fullHeightBanner {
	height: ;
}


.video-container{
	max-width: 550px;
	width: 100%;
	display:inline-block;
}
.video-wrapper {
    margin: 0 auto 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed, .video-wrapper video {
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper-new {
    height:100%;
    width:100%;
    position:relative;

}
.video-wrapper-new iframe, .video-wrapper-new object, .video-wrapper-new embed, .video-wrapper-new video {
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform:translate(-50%,0);
   /* width: 100%; */
    height: 100%;
}

.bg-alt{
	background: #f4f6f7;
}

.bg-blue{
	background: #333333;
	color: #fff;
}

.bg-yellow{
	background: #dc3545;
	color: #fff; 
}

.fa.fa-times.text-danger{
    cursor: pointer;
}

.sliderImage{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 34vmax;
}

.sliderImageMobile{
	background-position: center;
	background-size: cover;
	height: 100%;
}
/*  ----------------------------------------------------------	*/
/*  					Sticky Footer 	 						*/
/*  ----------------------------------------------------------	*/

@media (min-width: 768px) {
	html, body {
		height: 100%;
		margin: 0;
	}
	#wrapper {
		min-height: 100%;
		margin-bottom: -376px; 
	}
	
	#wrapper:after {
		content: "";
		display: block;
	}
	
	#footer, footer, #wrapper:after {
	  height: 376px; 
	}
}

.fa-twitter-square, .fa-facebook, .fa-instagram {
	font-size: 25px;
    color:	var(--brandColor);
	transition: color 0.5s;
}

.fa-twitter-square:hover, .fa-facebook:hover, .fa-instagram:hover {
    color:	var(--brandColor);
	filter: opacity(0.9);
}



/* ---------------------------------------------------- */
/* 						Styling							*/
/* ---------------------------------------------------- */
.error, .hasError{
	border: 1px solid #db2b25;
}

input.error, .hasError{
	border: 1px solid #db2b25;
}

.card .btn, .modal-body .btn{
	box-shadow:none;
}

/* Other */

.btn-findoutmore, .card-footer {
	background: #ffffff;
}


.btn-white{
	background-color: #FFFFFF;
	border-color:  #333333;
	color: #333333;
}

.btn-number{
	background: #FFF;
	text-decoration: none;
	line-height: 20px;
	border: 1px solid #333333;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .6px;
	color: #333333;
	text-align: center;
	height: 60px;
	width: 60px;
	padding-top: 6px;
}

.btn-number.disabled{
	color: #dfe0e2;
	border: 1px solid #dfe0e2;
	pointer-events: none;
}

.dropdown-item {
	color: #fff;
}

.dropdown-toggle::after {
    display: inline-block;
	opacity:0.8;
	vertical-align:middle;
    margin-left: .5em;
    content: "";
	height: 15px;
	width: 15px;
	border:0px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	background-image: url(/assets/images/icon-chevron-down.svg);
	filter: brightness(0.8);
}

@media only screen and (max-width: 767px) {
	.dropdown-toggle::after {
		display: none;
		background-image: none;
	}
}

.sticky .dropdown-toggle::after {
	filter: brightness(0.2);
}



.form-control:focus{
	border-color: #cccccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}


select.form-control{
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	padding-right: 25px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMTYuMDAzIDE4LjYyNmw3LjA4MS03LjA4MUwyNSAxMy40NmwtOC45OTcgOC45OTgtOS4wMDMtOSAxLjkxNy0xLjkxNnoiLz48L3N2Zz4=');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 5px top 50%;
}


/* The switch - the box around the slider */
.toggleSwitch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.toggleSwitch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.toggleSlider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.toggleSlider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .toggleSlider {
	/*background-color: #b2cb08;*/
    background-color: #333333;
}

input:focus + .toggleSlider {
	box-shadow: 0 0 1px #b2cb08;
}

input:checked + .toggleSlider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.toggleSlider.round {
	border-radius: 34px;
}

.toggleSlider.round:before {
	border-radius: 50%;
} 

input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.qty[type=number] {
	-moz-appearance: textfield;
	width: 50px;
	flex-grow: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 36px;

}

.btn.qtyminus, .btn.qtyplus{
	padding:0px;
	padding-left: 10px;
	padding-right:10px;
	min-width:40px;
	font-size:24px;
	line-height:40px;
}

.btn-disabled{
	opacity:0.5;
	cursor: default !important;
}


/*  ----------------------------------------------------------	*/
/*  						Banners 	  						*/
/*  ----------------------------------------------------------	*/


/*  ----------------------------------------------------------	*/
/*  						Categories 	  						*/
/*  ----------------------------------------------------------	*/
.card{
	border: 1px solid transparent;
	transition: all .5s;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.418);
	border: 1px solid rgba(255, 255, 255, 0.37);
	border-radius: 0px;
	height:100%;
}
.catItem .card-img-top{
	border-radius:0px;

}
.catItem.card:hover{
	border-color: #999;
	transition: all  .3s;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.418);
}

.card-img-top{
	background-size: contain;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.catItem.card .card-image{
	overflow: hidden;
	width: 100%;
	height: 19vmax;
}



.catItem.card .card-img-top{
	 transition: all .4s ease-in-out;
}
.catItem.card:hover .card-img-top { 
	transform: scale(1.1);
 }

.catItem.card .card-body{
	border-color: transparent;
}

.catItem.card .card-footer{
	border-color: transparent;
	background-color:transparent;
	color: #333333;
}
.card-body h4{
	font-weight: 600;
	color: var(--brandColor);
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;


}

.catItem .catDesc{
	/* font-size:90%;
	font-weight:600;
	color: rgba(22, 22, 22, 0.808); */
}

.catDesc ul {
	list-style: initial;
	padding-inline-start: revert;
}

.catDesc li {
	display: list-item;
}

.textCollapse{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.read-more-less:hover{
	cursor: pointer;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.catItem.card .card-footer .fa{
	font-size:12px;
}

@media only screen and (max-width: 415px){
	.card-footer{
		font-size: 14px;
	}
	.catItem.card .card-image{
		overflow: hidden;
		width: 100%;
		height: 80vw;
	}
	.nav-tittle-a {
		font-size: 3.5vmin;
	}
	.nav-option {
		font-size: 1.3vmax;
	}	

}

/*  ----------------------------------------------------------	*/
/*  						Products  	  						*/
/*  ----------------------------------------------------------	*/
.prodItem {
    transition: all .5s;
}
.prodItem:hover {
	border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.prodItem .card-footer{
	background:  transparent;
	border-top:0px;
	font-size:85%;
}

.prodItem .form-control{
	font-size:95%;
}

.prodItem .card-footer form{
	margin-bottom: 0px;
}

.prodItem{
	
}

/*  ----------------------------------------------------------	*/
/*  						Breadcrumb  	  						*/
/*  ----------------------------------------------------------	*/

 .breadcrumb{
	background: transparent;
	margin-bottom: 0px;
} 

.breadcrumbWrap .breadcrumb p{
	margin-bottom: 0px;
	display: none;
}

.breadcrumbWrap .breadcrumb .active p{
	display:block;
}

.breadcrumbWrap.custom .breadcrumb-item + .breadcrumb-item::before{
	display:none;
}

.breadcrumbWrap .breadcrumb-item a {
	text-transform: uppercase;
}

.breadcrumbWrap .breadcrumb-item a {
	font-size: 12px;
}

/*  ----------------------------------------------------------	*/
/*  					Contact Form 	 						*/
/*  ----------------------------------------------------------	*/

.time-slot{
	display:block;
	font-weight: 400;
	text-align:center;
	background: #4d7099;
	color: #fff;
	font-size:1.2rem;
	padding: 10px;
	line-height: 30px;
	transition: all .5s ease;
	cursor:pointer;
}

.time-slot:hover{
	color: #fff;
	text-decoration: none;
	font-size:1.4rem;
	transition: all .5s ease;
}


.pricingType_Saver, .pricingType_Peak, .pricingType_Peak_Plus, .pricingType_Peak_Plus_Party{
    width: 100px;
    /*color: #222d5b;*/
}

@media only screen and (max-width: 800px){
	.time-slot{
		font-size: 1rem;
		padding: 4px;
	}
}

.ocean-box {
	position: relative;
	overflow: hidden;
	height: 300px;
	background-color: grey;
	margin: 5px;
}

/* faq's */

.faq-card {
	background-color: #4d7099;
	border-bottom: 1px solid #ffffff;
}

.faq-card-body {
	background-color: #ffffff;
}

.btn-faq-link {
	color: #ffffff;
	font-weight: 700;
}

.btn-faq-link:hover {
	color: #ffffff;
}

.faq-card-header{
	margin: 0 !important;
}

/* Header search section */

.fa-search:before {
    font-size: 20px;
}

#header-search input::placeholder {
	color: #A9A0A9;
}

.header-search-form {
	border: 1px solid #ffffff;
	border-radius: 60px;
	width: 200px;
	padding: 8px;
	padding-left: 0;
	font-size: 14px;
	color: #000;
	font-weight: lighter;
	margin-top: -25px;
	transition: border-color 0.5s, width 0.5s, padding-left 0.5s;
}

.header-search-border {
	border-color:  #d8d8d8;
	width: 240px;
	padding-left: 8px;
}

.header-search-form input {
	border: none;
	outline: none;
}

.header-search-form button {
	border: none;
	background: none;
}

#header-search-mobile {
	margin-top: 4px;
}

.min-post-height {
	min-height: 275px;
}

/* search results styles */

#search::-webkit-search-cancel-button{
	color: #000;
	background: #000;   
}

.search-wrap {
	padding-bottom: 80px;
}

#required-fields {
	color: red;
	font-size: 13px;
}

/* tables */

.table-responsive-ocean {
	width: 100%;
}

#voucher-table {
	max-width: 500px;
}

#voucher-table input {
	width: 100%;
	margin-bottom: 10px;
}

/* products */

.productDescription {
	color: #4d7099;
	
}

.qty-input {
	width: 45px !important;
	display: inline-block;
}

.qty-btn {
	display: inline-block;
	background: none;
    padding: 7px;
    width: 30px;
	margin: 0;
	background-color: #00adef;
	color: #ffffff;
	border: none;
	outline: none !important;
	font-weight: 700;
}

#basket-add-confirmation {
	position: fixed;
	/*top: -150px;*/
	bottom: -150px;
	left: 0%;
	width: 100%;
	text-align: center;
	/*transition: top, 0.4s;*/
	transition: bottom, 0.4s;
	z-index:999;
	margin-bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
	#site-logo {
		width: 84px;
	}
	#fullHeightBanner {
		height: 680px;
	}
}

.top-trans {
	top: 0 !important;
}

.bottom-trans {
	bottom: 0 !important;
}

.cat-title {
	text-decoration: underline;
}

.productName {
	flex-grow: 1;
}

@media only screen and (max-width: 500px) {
	.productName {
		flex-grow: unset;
		width: 60%;
	}
}

@media only screen and (max-width: 414px) {
	.marginL {
		margin-left: 35px;
	}
}

.h35 {
	height: 35px !important;
}

.productNameType {
	font-family: sans-serif;
	font-weight: 500;
	color: #2e3333;
}

.productPrice {
	font-size: 20px;
}

#productOptions {
	border: 1px solid #ccc;
}

#productBuy {
	border-top: 1px solid #ccc;
	box-shadow: 1px 2px 3px #00000040;
}

#productBuy.border-top-none{
    border-top: none;
}

#productOptions select {
	width: 330px;
	max-width: 100%;
}

.product-label {
	font-size: 13px;
	display: block;
}

.product-label::after {
	content: ' *';
	color: red;
}

#productBuy {
	background-color: #e5e5e5;
}

.productButton {
	height: 42px !important;
}

#video-container {
	background-image: url('/assets/images/video.jpg');
	background-size: cover;
	height: 600px;
	position: relative;
}


.pointer {
	cursor: pointer;
}

#accountMenu a {
	text-transform: uppercase;	
}

@media only screen and (max-width: 867px) {
		#accountMenu li {
			width: 100% !important;
			margin-bottom: 10px;
		}
}

#gdpr_yes, #gdpr_no {
	opacity: 0;
	margin-right: -15px;
}

.box {
	position: relative;
	transition: transform 0.3s;
}


.box-overlay {
	position: absolute;
	width: 100%;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.4);
	color: #fff;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px #444;
	border: 1px solid rgba(255, 255, 255, 0.53);
	top: 70%;
	transition: top 0.3s ease-in-out;
}

.box-overlay:hover{
	top: 50%;
}



.greyscale-img {
  filter: grayscale(100%);
}

.overlay-top {
	top: 0;
}

.overlay-bottom {
	bottom: 0;
}

.overlay-font-lg {
	font-size: 30px;
	line-height: 30px;
}

.overlay-font-sm {
	font-size: 22px;
}

.box:hover {
	transform: scale(1.04,1.04);
}

.box-img {
	/* width: 100%; */
	height: 300px;
	object-fit: cover;
	transition: greyscale, 1s;
	backface-visibility: hidden;
	transform: translateZ(0);
}


.box:hover .box-img {
	filter: grayscale(0%)
}

.box-sm {
	height: 300px;
}

@media only screen and (max-width: 767px) {
	.box-img {
		height: 60px;
	}
	.box-overlay {
		/* background-color: unset; */
	}
	.overlay-font-sm {
		font-size: 14px;
	}
}

#register-reason-list {
	list-style-type: disc;
}

#register-reason-list li {
	display: block;
}

.paginationBar{
	display:block;
	margin: 10px 0px;
	font-weight: 100;
}

.pageNextPrev{
	float: right;
	display:inline-block;
}

.pageNextPrev a{
	display:inline-block;
	vertical-align:top;
	border: 1px solid transparent;
	padding: 5px 10px;
	margin: 0px 1px;
	line-height: 20px;
	color: #434343; 
	font-weight: 100;
}

.pageNextPrev a:hover{
	text-decoration: underline;
}

.pageNextPrev a:first-child{
	
}

.pageNextPrev a.selected{
	border: 1px solid #ececec;
}

.pageNextPrev a.selected:hover{
	text-decoration: none;
}

.product-item img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-description {
	min-height: 40px;
}

.paginationContainer {
	min-height: 40px;
}

.padx-4 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

@media only screen and (max-width: 767px){
	.paddingxmob {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.active {
	background-color: #fff;
}

.qty-container {
	/* width: 85px; */
}

.product-display-text {
	font-size: 24px;
}

#pop-up-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 10000;
	background-color: rgba(0,0,0,.7);
}

#pop-up {
	position: absolute;
    top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	max-height: 350px;
	max-width: 600px;
	min-width: 300px;
    margin: auto;
	transform: translate(-50%, -70%);
}

.pop-up-img {
	background-image: url('/assets/images/signup.jpg');
	background-size: cover;
}

#closePopUp {
	font-size: 25px;
	cursor: pointer;
}

#popUpForm {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

th {
	font-weight: 600;
}

.fa-shopping-cart:before, .fa-user:before {
	font-size: 20px;
}

#basketImg {
	max-width: 150px;
	padding-top: 15px;
}

#basketImg img {
	max-width: 80%;
}

@media only screen and (max-width: 875px){
	.qtyminus, .qtyplus {
		display: none;
	}
}

#checkout-terms {
	overflow: scroll;
	height: 125px;
}

.page-link:hover {
	color: #000 !important;
}

.custom-underline {
	text-decoration: none !important;
	display: inline-block;
	color: var(--brandColor);
	padding: 0;
	position: relative;
  }

  .custom-underline:after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	background: #ddd;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
  }
  .custom-underline:hover:after { 
	width: 100%; 
	left: 0; 
  }

  .tiles {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
	height: 35vmax;
  }

  .tile {
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
	overflow: hidden;
	cursor: crosshair;
	border-radius: 3px;
	}

  .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
  }

  .additionalImage {
	  cursor: pointer;
  }

  .additionalImage:hover {
	border: 1px solid grey;
}

@media only screen and (max-width: 1113px){
	.photo {
		background-size: contain;
	  }
}

.filter-heading {
	padding-left: 10px;
	margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-family: "Archivo Narrow",Verdana,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;	
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #dee0e9;
    position: relative;
    background-color: var(--brandColor);
    display: block;
}

dd {
	padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #dee0e9;
}

ol {
	list-style: none;
    margin: 0;
	padding: 0;
}

.filter-item a {
	padding: 5px 15px;
    display: block;
}
.filter-item span {
	color: #A0A0A0;
}

#cartQty:focus + #ok, #ok:hover {
	display: inline !important;
}

.cursor {
	cursor: pointer;
}


.show-color{
	position: absolute;
	left: 2.5vw;
	top: -15px;
	border-radius:3px;
	display: none;
	z-index: 9999;
}

.show-color-item{
	font-family: sans-serif;
	color: var(--brandColor);
	padding: 1px 5px;
	letter-spacing: .6px;
	background: rgba(255, 255, 255, 0.644);
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	font-weight: 600;
	backdrop-filter: blur( 14.5px );
	-webkit-backdrop-filter: blur( 14.5px );
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}


/* HC NEW STYLE */
.productBuyContainer{
	background:white !important;
	border: none !important;
}

.productOptionsContainer{
	border: none !important;
}

.btnNew{
	flex: 1;
	border-radius: 3px;
}

.product-description{
	/* font-weight: 600;
	color: #0000009c;
	font-size: 15px; */
}

.product-description ul{
	list-style: initial;
	padding-inline-start: revert;
}

.product-description li {
	display: list-item;
}

.btn-a{
	color: white;
}

.btn-a:hover{
	text-decoration: none !important;
}

.related-prod-card{
	border: 1px solid rgba(0, 0, 0, 0.23);
	box-shadow: 0px 2px 3px rgba(110, 110, 110, 0.23);
}

.related-prod-card:hover{
	cursor: pointer;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.418);
}

.related-prod-tittle{
	font-weight: bold;
	display: inline-flex;
	border-bottom: 1px solid #ececec;
	padding-bottom: 4px;
	color: var(--brandColor);
}

.related-prod-logo{
	background-image: url("/assets/images/Logo-burgundy.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 30px;
	align-self: center;
	background-position: center;
}

.underline{
	border-bottom: black 1px solid;
}

.glide__arrow{
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.438) !important;
	background: rgba( 255, 255, 255, 0.15 ) !important;
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37) !important;
	backdrop-filter: blur( 7.5px ) !important;
	-webkit-backdrop-filter: blur( 7.5px ) !important;
	border: 1px solid rgba(255, 255, 255, 0.53) !important;
}

.glide__slides{
	top: 50px !important;
}

.box-img-home:hover{
	
	box-shadow: 0px 2px 4px black;

}

.box-img-home{
	transition: all 0.2s linear;
	position: relative;
}

.qtyBtn{
	border: 1px solid rgba(87, 87, 87, 0.445);
}

.bg-lightGrey {
	background-color: #fff !important;
    border: 1px solid #80808042 !important;
}

.homeHero{
	font-size: 5vw;
	text-shadow: -1px 4px 5px rgba(64, 64, 64, 0.1);
	color: var(--brandColor);
}

.logo{
	background-image: url("/assets/images/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 3.5vw;
	height: 3.5vw;
}

.homeHeroContainer{
	border-bottom: #ececec solid 1px;
	border-top: #ececec solid 1px;
	margin: 0 30px;
}

.related-prod-image{
	height: 130px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*\\\\\\\\\\\\\\\\\\\\\\\ DANCERS /////////////////////////// */
.dancer-container{
	border: 1px solid #00000029;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.11);
}

.dancers-image{
	width: 100%;
	height: 400px;
	background-position: center;
	background-size: cover;
}
.dancers-nav{
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid #ececec;
}
.dancers-link{
	font-size:13px;	
	font-weight:600;
	color: var(--brandColor);
	opacity: 0.6;
	transition: all 0.3s linear;
	cursor: pointer;
}
.dancers-link:hover{
	transform: scale(1.4);
	opacity: 1;
	font-weight: bolder;
	text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.349);
}

.dancers-nav-container{
	width: 90%;
	align-self: center;
}

.arrow-pointer{
	position: relative;
	transition: left .5s ease;
	font-size:20px;
	top: -10px;
	color: var(--brandColor);
	left: 10px;
}

.dancersNav-active {
	transform: scale(1.4);
	opacity: 1;
	font-weight: bolder;
	text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.349);
}

.dancerGalleryCard{
	width: 100px;
	height: 250px;
}
.dancersImageTop{
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}

.sizeSelectorValue{
	font-size:20px;
	border: 2px solid rgba(0, 0, 0, 0.27);
	border-radius: 5px;
	width: 35px;
	text-align:center;
	margin: 0px 5px;
	cursor: pointer;
	font-weight: bold;
	box-shadow: 1px 2px 3px #00000040;
	color: rgba(47, 47, 47, 0.86);
}

.sizeSelector-active, .sizeSelector>option:hover{
	box-shadow: inset 1px 2px 3px #00000018;
	background-color: #3a3a3a32;
}

.pleaseSelect{
	box-shadow: 0px 0px 5px 3px rgba(255, 0, 0, 0.322);
	border-radius:4px;
	transition: all 0.2s linear;
}


/* ////////Color Pallet Pop Up///////////// */
.color_palette_btn{
	border: var(--brandColor) 1px solid;
	padding:4px;
	margin-bottom: 5px;
	cursor: pointer;
}

.color_palette{
	background: white;
	padding:20px;
	max-width: 900px;
	border-radius: 10px;
}

.color_palette_modal{
  position: fixed;
  background-color:rgba(0, 0, 0, 0.315);
  z-index: 999999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 900px) {
	.color_palette_modal{
		justify-content: unset;
		padding-top: 50px;
	}
}
	
@keyframes fade {
	0%{
		opacity:1
	}
	50%{
		opacity: 0.3;
	}
	100%{
		opacity: 1;
	}
}

.color_palette_loader{
	width: 200px;
	height: 200px;
	background-image: url("/assets/images/logoWhite.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	animation: fade 2s infinite linear;
}

.color_palet_modal_close{
	color:var(--brandColor);
	background-color: white;
	border-radius: 4px;
	font-weight: bolder;
	font-size: 25px;
	top: 5px;
	right: 15px;
	position: absolute;
	cursor: pointer;
	z-index: 999999;
	box-shadow: 1px 1px 5px #00000091;
	transition: all 0.2s linear;
	padding: 1px 10px;
}

.color_palet_modal_close:hover{
	box-shadow: 0px 0px 0px #00000091;
}

.color_palette_tittle{
	font-size: 5vmin;
	color: white;
	text-shadow: 1px 1px 5px #00000091;	
}

.colorName{
	position: absolute;
	top: 0px;
	left: 13px;
	color: white;
	font-weight: bold;
	text-shadow: 1px 1px 3px #00000042;
	font-size: 1.6vmin;
	width: 80%;
	height: 100%;
}

.promocodeContainer{
	border: 2px solid var(--brandColor);
	color: var(--brandColor);
	font-weight: 600;
	box-shadow: 0px 0px 15px #0000003d;
	
}



.productVideo:hover{
	transform: scale(1.1);
	cursor: pointer;
}

.video{
	z-index: 10;
	position: relative;
}