.brandColor{
	color: var(--brandColor);
}

.container{
	max-width: 1230px;
}
.clear{
	clear: both;
	overflow: hidden;	
}

.text-small{
	font-size: 1rem;
}
 
.text-smaller{
	font-size: 0.8rem;
}

img{ 
	max-width:100%;
}
 
.hidden, .hide{
	display:none;
}
/*  ----------------------------------------------------------	*/
/*  						Header 	  						*/
/*  ----------------------------------------------------------	*/



.additional-options{
	color: red;
	font-weight: 700;
} 	

header #miniCart{
	position: absolute;
	z-index: 1000;
	background-color: #fff;
	min-width: 318px;
	right: 10px;
}

header #miniCart img {
	max-width: 100px !important;
}

header .badge{
	position: absolute;
	top: 15px;
	/* right: 24px; */
	display: inline-block;
	padding: .25em .4em;
	padding-top: 5px;
	font-size: 64%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background: #000;
	color: white;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	margin-left: 15px;
}

@media only screen and (max-width: 767px) {
	header .badge{
		top: -5px;
	}
}

#hLogo {
	text-align: center;
}

#header #logo{
	height: 40px;
}

#header-search button {
	background: none;
	border: none;
}

#header-search input {
	border: none;
	outline: none;
	width: 200px !important;
}

/* input[type=text] {
	width: 200px !important;
} */

nav a {
	font-size: 17px;
	text-transform: uppercase;
	display: block;
	color: var(--brandColor);
}

.navLink{
	font-weight: 600;
}

nav a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	nav a {
		font-weight: 700;
		/* border-bottom: 1px solid #dee0e9; */
	}
	nav li a {
		line-height: 35px;
	}
	.navbar-nav li:last-of-type a{
		border-bottom: none;
	}
	ul li ul li ul li:last-of-type a,ul li ul li:last-of-type a {
		border-bottom: 1px solid #dee0e9 !important;
	}
}

.dsi-dropdown {
	position: absolute;
    left: 0;
    z-index: 200;
	margin-top: 15px;
	width: 100%;
	background-color: #ffffff;
	box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999!important;
	display: none;
	/* columns: 4; */
}

@media only screen and (max-width: 767px) {
	.dsi-dropdown {
		position: static !important;
		margin-top: 0px;
		width: 95%;
		background-color: transparent !important;
		box-shadow: none !important;
		display: none;
		columns: unset;
	}
}

@media only screen and (max-width: 767px) {
		.mobile-arrow::before {
		content: '▶ ';
		color: #cccccc;
		}
		.mobile-arrow-down::before {
		content: '▼ ';
		color: #cccccc;
		}
}

hr {
	border-color: #ececec;
}

.bb-grey {
	border-bottom: 1px solid #ececec;
}

.bl-grey {
	border-left: 1px solid #ececec;
}

.bb-dark-grey {
	border-bottom: 1px solid #dee0e9;
}

.tb-grey {
	border-top: 1px solid #ececec;
}

#hButtons{
	width:100%;
}
@media (min-width: 576px) {
	#hButtons{
		width:auto;
	}
}
/*-----------------------------------------------------------------*/
/*                          NEW STYLE                              */
/*-----------------------------------------------------------------*/
.dropdown-menu.show, .dropdown-menu.show{
	display: block;
}
.dropdown-menu, .dropdown-menu-hover{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid regba(0,0,0,.15);
	border-radius:.25rem;
}
.myAccountDropdown{
	right: auto;
	left: 50%;
	border-radius: 0;
	-webkit-transform: translate(50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	background: #fff;
	box-shadow: -1px 2px 5px rgba(0,0,0,.13);
	z-index: 2;
	user-select: none;
	color: #1c1e25;
	width: 300px;
	padding: 25px;
}
.dropdown-toggle.user{
	white-space: nowrap;
	height: 50px;
	cursor: pointer;
}

.dropdown-menu-hover{
	display:none;
}

.dropdown-hover:hover .dropdown-menu-hover{
	display: block;
}

/*  ----------------------------------------------------------	*/
/*  						Footer 	  						*/
/*  ----------------------------------------------------------	*/
#footer{
   background: #a6d6d7;
   color: #fff;
}

#footer a{
   color: #fff;
}

#footer #bottomFooter{
	background: #a6d6d7;
}

#footer #subFooter .nav-item .nav-link{
	transition: padding .5s;
}

#footer #subFooter .nav-item .nav-link:hover{
	padding-left:5px !important;
	transition: padding .5s;
}

#email-signup-form {
	width: 100%;
}

#email-signup-form .email-input {
	border: 1px solid #4d7099 !important;
	width: 70%;
	padding: 10px;
	padding-left: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	outline: none;
}

#newsletterSuccessMessage, #newsletterErrorMessage, #newsletterSuccessMessagePop, #newsletterErrorMessagePop {
	display: none;
}

@media only screen and (max-width: 365px) {
  #email-signup-form .email-input {
	width: 60%;
}
}


#signup-label {
	color: #4d7099;
	font-weight: bold;
}

.subscribe-btn {
	background-color: #4d7099;
	color: #fff;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
	box-shadow: 0px 0px 0px transparent;
	border: 0px solid transparent;
	text-shadow: 0px 0px 0px transparent;
	padding: 11px;
	margin-left: -5px;
	width: 100px;
}

#email-signup-form .subscribe-btn:hover {
	background-color: #617ea8;
}

.social-icon-footer {
	border-left: none !important;
	border-right: none;
	font-size: 20px;
}
/* mobile nav */
@media only screen and (max-width: 767px) {
	.site-nav {
		position: fixed;
		z-index: 9000;
		top: 0;
		left: -70%;
		width: 70%;
		height: 100%;
		background-color: #edf0f4;
		transition: left 0.5s;
		padding: 0 !important;
		display: block;
		overflow: hidden;
	}


	.navbar-collapse {
		flex-basis: 0;
	}
	.setNegativeMargin {
	margin-left: -50%;
	}
	.back {
		padding: 10px;
		background-color: #edf0f4;
	}
}

#mobile-search input {
	border: none;
	background-color: #edf0f4;
	padding: 10px;
}

#mob-nav-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8999;
	background-color: rgba(0,0,0,0.4);
}

.left {
	left: 0;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.no-scroll {
	margin: 0;
	height: 100%;
	overflow: hidden;
}

@media only screen and (min-width: 767px) {
	.slide-drop, .back, #mob-about-menu {
		display: none;
	}
	#mob-nav-container {
		margin: 0 auto;
	}
}

#basketIcon {
	color: var(--brandColor);
}

#mobileUserBtn{
	color: var(--brandColor);
}

.fa-search{
	color: var(--brandColor);	
}



/* //////////////////////////// */
.nav-tittle-a{
	font-size: 1.9vmin;
}

.nav-option {
	font-size: 0.9vmax;
}

.d-md-flex {
    flex-wrap: wrap !important;
}