/* mobile */

@media all and (max-width: 734px) and (min-width: 0px) {

/* AAA-logo-container ==================================== */		

.top-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 99px;
	background-color: rgba(42,1,23,0.90);
/*	background-color: rgba(0,0,0,0.90);*/
/*	border-bottom: 1px solid deeppink;*/
	z-index: 4;
}

    .top-header::after {
display: none;
			content: "";
			/*        display: block;*/
			width: 100%;
			height: 1px;
			position: absolute;
			top: calc(100% - 20px);
/*			background: deeppink;*/
    }
		

/* AAA-logo-container ==================================== */	

.AAA-logo-container {
	display: inline-block;
	margin-top: 23px;
	margin-left: 0px;
	
/*	width: 238px;*/
	width: 257px;
	height: 44px;

	background-image: url('../img/DELUXEYUM-LOGO.svg');
	background-size: contain; /* or cover, depending on the desired effect */
	background-position: top;
	background-repeat: no-repeat;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border-bottom: 3px solid deeppink;
	border-bottom: 3px solid #fab529;
	padding-bottom: 7px;
/*	 background-color: black;*/
}

/* something-here-top ==================================== */	

.something-here-top {
display: none;
	font-family: 'DS-Digital';
	font-weight: normal;
	font-style: normal;
	font-size: 20px !important;
	letter-spacing: 5px;
	word-spacing: 22px;
	text-align: center;
	
	position: fixed;
	margin-top: -47px;
	margin-left: 60%;
	margin-right: 40%;
	width: 80px;
	height: 10px;
	border-bottom: 3px solid #ffb906;
/*	border-bottom: 3px solid #FF7782;*/
	padding-bottom: 34px;
/*	background-color: rgba(0,0,0,0.50);*/
}
/* DS-Digital font ======================================= */
	
.calculator_face_font {
	font-family: 'DS-Digital';
	font-weight: normal;
	font-style: normal;
	font-size: 20px !important;
	letter-spacing: 5px;
	word-spacing: 22px;
}

/* logo-bottom ==================================== */	

.logo-bottom-container {
	max-width: 980px;
	margin: 0px auto 30px auto;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
/*	background-color: #131315;*/
}

	.last_p {
		display: block;
		margin-bottom: 258px; 
	}
	
/* START homepage index panels */
	
.shipToCopy {
	font-family: "Inter", sans-serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 36px;
	text-align: left;
	margin: 30px 0px 50px 0px;
	text-decoration: none;
}
.shipToCopy a:link {
	color: #FF5270;
}
.shipToCopy a:visited {
	color: #FF5270;
}
.shipToCopy a:hover {
	color: rgba(255,82,112,0.70);
}
.shipToCopy a:active {
	color: #FF5270;
}
	
.h1-home-panel-one {
	display: block;
}	
.home-panel-one {
	width: 100%;
	margin-top: 16px;
	background-color: rgba(175,205,214,0.00);
	margin-bottom: -14px;
}
.this-one {
	width: 50%;
	/*max-width: 300px;*/
	padding: 25px 0px 25px 0px;
	background-color: rgba(0,34,34,0.00);
}
	
/* END homepage index panels */
	
/* Accordion styles */
.accordion__on--off {
margin-top: 45px;
width: 100%;
border-top: 1px solid #fc929a;
border-top: 1px solid #FF5270;
}
/* mini-nav */
.mini-nav {
	position: absolute;
	top: 129px;
	right: -6px;
	background-color: rgba(223,75,78,0.00);
}
.next-work {
	width: 40px;
	height: 40px;
	background-image: url( "../img/next-work.svg");
	background-repeat: no-repeat;
	background-position: -5px -5px;
	background-color: rgba(252,146,154,0.00);
	transition: 0.2s ease-out;
	cursor: pointer;
	border-radius: 25px;
	float: left;
	margin-left: 40px;
	margin-right: -17px;
	margin: 22px -7px 0px 0px;
}
.next-work:hover {
	width: 40px;
	height: 40px;
	/*
	background-image: url("../img/next-work.svg");
	background-repeat: no-repeat;
	*/
	background-color: rgba(106,120,215,0.40);
	float: left;
}
.previous-work {
	width: 40px;
	height: 40px;
	background-image: url("../img/previous-work.svg");
	background-repeat: no-repeat;
	background-position: -5px -5px;
	background-color: rgba(252,146,154,0.00);
	transition: 0.2s ease-out;
	cursor: pointer;
	border-radius: 25px;
	float: left;
	margin: 22px 12px 0px 0px;
}
.previous-work:hover {
	width: 40px;
	height: 40px;
	/*
	background-image: url("../img/previous-work.svg");
	background-repeat: no-repeat;
	*/
	background-color: rgba(106,120,215,0.40);
}
	
/* clickDropMenu */	
	
.pin-to-right {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	background-color: rgba(75,98,255,0.00);
}

.dropdown {
	float: left;
	position: relative;
	padding-top: 0px !important;
	padding-left: 0px !important;
	padding-bottom: -10px;
	display: inline-block;
}
.mediumTitle-Lighting {
	font-size: 33px;
	padding-left: 0px;
}
	
/* ====== back_to_medium ====== */

.back_containter {
	width: 100%;
	padding-bottom: 15px;
}
.back_to_medium {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	font-size: 25px;
	padding-top: 3px;
	padding-left: 9px;
	color: #f5f5f5;
	cursor: pointer;
	float: left; 
	transition: 0.2s ease-out;
}
.back_to_medium:hover {
	color: #909090;
}
.arrowBack_medium {
	width: 40px;
	height: 40px;
	background-image: url("../img/previous-work.svg");
	background-repeat: no-repeat;
	background-position: -5px -5px; 
	transition: 0.2s ease-out;
	cursor: pointer;
	border-radius: 25px;
	margin-left: -13px;
	float: left;
}
.arrowBack_this:hover {
	width: 40px;
	height: 40px;
	background-image: url("../img/previous-work.svg");
	background-repeat: no-repeat;
	background-color: rgba(106,120,215,0.40);
}

/* logo inside 2 ==================================== */	

.logo a:link {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;

	font-family: "Inter", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	font-size: 33px;
	padding: 19px 21px 19px 21px;
	text-transform: uppercase;
	background-color: black;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.color-creative-inside {
	position: absolute;
	top: 48px;
	left: 181px;
	z-index: 1;
	
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	font-size: 14px;
	text-transform: lowercase;
}
.logo a:hover {
	opacity: 0.65;
}
.color-deluxe-inside {
	color: deeppink;
	color: #FF1493;
}
.color-yum-inside {
	color: #1B77FF;
}
.logo {
  font-kerning: normal;
	letter-spacing: 0.5px;
}
.colr-creative {
  font-kerning: normal;
	letter-spacing: 1px;
	color: #b0c1f0
}

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

.mediumTitle-Glass {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	font-size: 38px;
	max-width: 1440px;
	margin: 0px auto 30px auto;
	padding: 0;
/*	background-color: rgba(224,0,229,0.89);*/
}

.mediumTitle-Lighting {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	font-size: 38px;
	max-width: 1440px;
	margin: 40px auto 30px auto;
	padding: 0 3% 0 3%;
/*	background-color: rgba(224,0,229,0.89);*/
}

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


#menu-box-one {
height: 40px;
width: 40px;
position: fixed;
top: 17px;
right: 29px;
display: block;
cursor: pointer;
}
.cover {
width: 240px;
height: 86px;
}
	
.h1_other_pages {
  display: block; 
	line-height: 44px;
  padding: 0px 0px 0px 0px;
	margin:  0px 0px 61px 0px;
}

.h2_alt_one {
	display: block;
	line-height: 44px;
  padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}

.main-container-add-HP {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 142px 4% 237px 4% ;
/*	background: rgba(0,255,227,0.53);*/
}

.main-wrapper_other_pages {
	position: relative;
	width: 300px;
/*	background-color: rgba(255,20,147,0.59);*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 138px;
	padding-bottom: 100px;
}

/*
.this-p-this-big {
	font-size: 150%;
	line-height: 45px;
}
*/
/*
.this-p-because-one {
	font-size: 150%;
	line-height: 45px;
}
*/

.main-wrapper {			/*product pages*/
	position: relative;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 151px;
	padding-bottom: 0px;
}
.main-wrapperMedium {
	position: relative;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 0px;
}
	
/*
.background-logo-top {
  background-image: url( "../img/ads_logo_top.svg");
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0px auto 0px auto;
}	
*/
	
/* top-shopping-cart */

.top-shopping-cart {
    box-sizing: content-box;
		position: fixed;
    top: 39px;
    right: 86px;
    z-index: 2;
    border-radius: 25px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #2a2a2e;
    color: #f5f5f5;
    border: rgba(204,204,204,0.2) solid 2px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}

.top-shopping-cart:hover {
    background-color: #2a2a2e;
    color: #f5f5f5;
    border: #f5f5f5 solid 2px;
    cursor: pointer;
}
.top-shopping-cart-BAG {
	position: fixed;
	top: 18px;
	right: 92px;
	z-index: 1;
	width: 28px;
	height: 33px;
	background-image: url("../img/shopping_cart.svg");
	background-repeat: no-repeat;
	cursor: pointer;
}
.cart-BAG {
  position: fixed;
  top: 29px;
  right: 93px;
  z-index: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.footer-one {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 0px;
/*	background-color: rgba(255,166,0,0.50);*/
}
.right-copy {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
	width: 100px;
	height: 58px;
  float: right;
  background: url("../img/DXM-logmark-bottom.svg");
  background-repeat: no-repeat;
	background-size: contain; /* or cover, depending on the desired effect */
	background-position: top right;
	margin: 0px 0px 0px 0px;
/*	background-color: rgba(0,255,173,0.45);*/
}
.left-right-wrapper {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  width: 300px;
  margin: 0 auto;
/*	background-color: rgba(0,52,255,0.60);*/
}	   
.left-copy {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-top: -12px;
  float: left;
/*	background-color: rgba(255,0,245,0.58)*/
}
.logo-social-icon-container {
	margin-top: 30px;
	margin-left: -5px;
	margin-bottom: 25px;
}
.footer-two-left-right-wrapper {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  width: 300px;
  margin-top: 101px;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 140px;
}
.footer-two-right-side {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  float: left;
  color: rgba(245,245,245,0.48);
	margin-top: 28px;
	margin-right: 2px;
/*  background-color: rgba(62,62,62,0.46)*/
}
.footer-two {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  float: none;
  color: #f5f5f5;
}

#do_not_show {
display: none;
}	
	
	
/*END @media all and (max-width: 734px) and (min-width: 0px) {*/
}
