/* menus w/additional on and over ux */

#this-color-on {
font-size: 20px;
background-color: rgba(84,82,82,0.6);
padding: .8em;
color: #fff;
}

/* === */

.this-color {
	display: block;
	background-image: url('../img/email-icon.svg');
	background-repeat: no-repeat;
	background-position: top 24px right 15px;
}
.this-color :hover {
	display: block;
	background-image: url('../img/email-icon-chng.svg');
	background-repeat: no-repeat;
	background-position: top 24px right 15px;
}

/* === */

#this-color-on-is-a-change a:link {
/*border-right: 10px solid #990033;*/
border-right: 10px solid #ffb906;
color: #FFF;
padding: .8em;
}
#this-color-on-is-a-change a:visited  {
border-right: 10px solid #ffb906;
color: #FFF;
}
#this-color-on-is-a-change a:hover  {
background-color: #ffb906;
border-right: 10px solid #ffb906;
color: #131315;
}
#this-color-on-is-a-change a:active {
border-right: 10px solid #ffb906;
color: #131315;
}
#this-color-on-AAA {
	font-size: 20px;
	font-weight: 400;
	background: #990033;
	background: #FFD32C;
	background: #ffb906;
	padding: .8em;
	color: #131315;
}

/* General styles for all menus */
.cbp-spmenu {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	background-color: #131315;
	position: fixed;
}
.cbp-spmenu a:link {
	display: block;
	color: #fff;
	font-size: 20px;
}
.cbp-spmenu a:visited {
	display: block;
	color: #fff;
	font-size: 20px;
}
.cbp-spmenu a:active {
	display: block;
	color: #000; 
	font-size: 20px;
}
.cbp-spmenu a:hover { 
	background-color: #e8eaed; /*This is a great white Google Uses it too*/
	color: #000; 
}


/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
width: 250px;
height: 100%;
top: 0;
z-index: 10; }

.cbp-spmenu-vertical a {
padding: 16px; }

.cbp-spmenu-horizontal {
width: 100%;
height: 150px;
left: 0;
z-index: 1000;
overflow: hidden; }

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
left: -250px; }

.cbp-spmenu-right {
right: -250px;
/*
-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
box-shadow: 0 0 10px rgba(0,0,0,.4); 
*/
}

.cbp-spmenu-left.cbp-spmenu-open {
left: 0px; }

.cbp-spmenu-right.cbp-spmenu-open {
right: 0px; }

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
top: -150px; }

.cbp-spmenu-bottom {
bottom: -150px; }

.cbp-spmenu-top.cbp-spmenu-open {
top: 0px; }

.cbp-spmenu-bottom.cbp-spmenu-open {
bottom: 0px; }

/* Push classes applied to the body */

.cbp-spmenu-push {
overflow-x: hidden;
position: relative;
left: 0; }

.cbp-spmenu-push-toright {
left: 240px; }

.cbp-spmenu-push-toleft {
left: -240px; }

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease; }

/* Example media queries */

@media screen and (max-width:300px){

.cbp-spmenu-horizontal {
font-size: 75%;
height: 110px;
}

.cbp-spmenu-top {
top: -110px;
}

.cbp-spmenu-bottom {
bottom: -110px;
}



}

/* tim nelson */

.s-icon-container {
padding-top: 18px;
padding-left: 12px;
}
.icon-ig a:link {
width: 40px;
height: 40px;
display: block;
text-decoration: none;
float: left;
background-image: url(../img/icon-ig.svg);
background-repeat: no-repeat;
margin-right: 2px;
}
.icon-ig a:hover {
background-color: transparent;
background-position: 0 -40px;
}


/*
.icon-snipcart {
	width: 40px;
	height: 40px;
	display: block;
	text-decoration: none;
	float: left;
	background-image: url(../img/icon-snipcart.svg);
	background-repeat: no-repeat;
	margin-right: 2px;
}
.icon-snipcart a:link {
	width: 40px;
	height: 40px;
	display: block;
	text-decoration: none;
	float: left;
	background-image: url(../img/icon-snipcart.svg);
	background-repeat: no-repeat;
	margin-right: 2px;
}
.icon-snipcart a:hover {
	background-color: transparent;
	background-position: 0 -40px;
}
*/


/*<!-- Right Side Nav-->*/

.accordionNav__on--off {
  margin-top: 0px;
  width: 100%;
}	
.accordionNav {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 300;
	background-color: rgba(58,58,58,0.00);
  color: #fff;
  cursor: pointer;
  padding: 1.08em .8em 1.08em .8em;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.activeNav, .accordionNav:hover {
  color: #fff;
	background-color: rgba(88,88,88,0.20);
}
.accordionNav:after {
  width: 18px;
  height: 12px;
  content: url( "../img/upfoldNav.svg");
  font-weight: bold;
  float: right;
  margin-left: 0px;
}
.activeNav:after {
  width: 18px;
  height: 12px;
  content: url( "../img/downfoldNav.svg");
}
.panelNav {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #acacac;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	background-color: rgba(88,88,88,0.20);
}
.panelNav_links {
	display: block;
  font-size: 20px;
  font-weight: 300;
	line-height: 1em;
  padding: .5em 0em .5em 1.4em;
  color: #acacac;
	border-left: 2px solid #991832;
}
.panelNav_links a {
  background: none;
  padding: 0em;
  color: #fff;
}
.panelNav_links a:hover,
.panelNav_links a:focus {
  background-color: rgba(0,0,0,0.0);
  padding: 0em;
	color: #acacac;
}
.pNav {
 margin: 1.4em 0em 1.4em 0em;
}


/* Fixed Bottom Right DELUXEYUM LOGO ==================== */

.fixed-bottom-right {
  position: fixed;
  bottom: 0;
  right: 0;
/*  height: 100vh;*/
  background-color: #131315;
  color: white;
  display: flex;
  align-items: flex-end; /* Align content to the bottom */
  justify-content: center; /* Center horizontally */
/*  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.2);*/

  /* Smooth transition */
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease; }
/*transition: right 0.3s ease-in-out;*/


.fixed-bottom-right img {
  max-width: 100%;
  height: auto;
  margin: 0px;
}

.this-is-the-logo-mark {
	width: 40px;
	padding: 10px;
}
.cbp-spmenu-open ~ .fixed-bottom-right {
  transform: translateX(-250px);
}

/* ==================== */




