/* tablet */

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

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

.top-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 83px;
	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% - 1px);
        background: deeppink;
    }
		

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

.AAA-logo-container {
	display: inline-block;
	width: 271px;
	height: 40px;
	margin-top: 29px;
	margin-left: 26px;
	background-image: url('../img/DELUXEYUM-LOGO.svg');
/*	background-image: url('../img/DELUXEYUM-LOGO.png');*/
	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;
	padding-bottom: 13px;
/*	 background-color: black;*/
}

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

.something-here-top {
/*	font-family: 'DS-Digital';*/
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	font-size: 18px !important;
/*	letter-spacing: 1px;*/
/*	word-spacing: 22px;*/
	text-align: center;
	
	position: fixed;
	margin-top: -57px;
	margin-left: 60%;
	margin-right: 40%;
	width: 80px;
	height: 10px;
	border-bottom: 3px solid #ffb906;
	border-bottom: 3px solid #ed80e9;
/*	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: 48px;
	font-weight: 300;
	line-height: 52px;
	text-align: left;
	margin: 60px 0px 84px 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;
}
	
/* END homepage index panels */
	
/* Accordion styles */
.accordion__on--off {
margin-top: 33px;
width: 100%;
border-top: 1px solid #fc929a;
border-top: 1px solid #FF5270;
}	
/* mini-nav */
.mini-nav {
	position: absolute;
	top: 364px;
	right: -32px;
	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: 20px;
}
.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;
}
.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: -12px;
margin-top: -23px;
}
	
.mediumTitle-Lighting {
	padding-left: 0px;
}
	
/* ====== back_to_medium ====== */

.back_containter {
	width: 100%;
	padding-bottom: 10px;
}
.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; 
	background-color: rgba(252,146,154,0.00);
	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);
}
/* ====== END back_to_medium ====== */	

.logo a:link {
	position: absolute;
	top: 14px;
	left: 14px;
	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: 70px auto 26px 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: 44px;
/*	max-width: 1440px;*/
	margin: 70px auto 44px auto;
	padding: 0;
/*	background-color: rgba(224,0,229,0.89);*/
}

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

#menu-box-one {
height: 40px;
width: 40px;
position: fixed;
	top: 24px;
	right: 36px;
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: 71px 4% 237px 4% ;
/*	background: rgba(0,255,227,0.53);*/
}
	
.main-wrapper_other_pages {
	position: relative;
	width: 734px;
/*	background-color: rgba(255,20,147,0.59);*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 163px;
	padding-bottom: 110px;
}

.main-wrapper {
	position: relative;
	width: 734px;
	/*background-color: rgba(146,146,255,0.65);*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 121px;
	padding-bottom: 137px;
}
.main-wrapperMedium {
	position: relative;
	width: 734px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 68px;
	padding-bottom: 237px;
}
	
.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: 48px;
    right: 90px;
    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: 25px;
	right: 96px;
	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;
}
.right-copy {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
	width: 146px;
	height: 98px;
  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: right;
	margin: 0px 0px 0px 0px;
/*	background-color: rgba(0,255,173,0.65);*/
}
.left-right-wrapper {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
	width: 734px;
  margin-right: auto;
  margin-left: auto;
/*	background-color: rgba(0,177,20,0.20);*/
}
.left-copy {
  margin-top: -12px;
  float: left;
}
.logo-social-icon-container {
	margin-top: 35px;
	margin-left: -5px;
}
.footer-two-left-right-wrapper {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  width: 734px;
  margin-top: 130px;
  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;
  /*text-transform: uppercase;*/
  line-height: 24px;
  text-align: right;
  float: right;
  color: rgba(245,245,245,0.48);
	margin-top: 2px;
	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: left;
  color: #f5f5f5;
}
	
#do_not_show_AB {
display: none;
}	

	
	
	
	
	
/* END @media all and (max-width: 970px) and (min-width: 734px) { */		   
}
