/* Modal Container */
.shophubModalContainer {
	/* position: fixed ; */
	/* bottom: 20px ; */
	/* right: 30px ; */
	display: flex ;
	flex-direction: column ;
	align-items: flex-end ;
	justify-content: center;
	z-index: 999 ;
	transition: 0.3s ease-in-out;
}

#shophubModalContainer{
	overflow: hidden;
	display: flex ;
}

/* .shophubModalContainer.shophubLeft {
	right: unset ;
	left: 30px ;
	align-items: flex-start ;
} */

::-webkit-scrollbar {
	width: 0px ;
}

/*Rewards Widget*/
#shophubRewardsWidget {
	border-radius: 20px;
	height: calc(100vh - 150px);
	/* min-height: calc(100vh - 150px); */
	max-height: 570px;
	overflow: hidden;
	overflow-y: auto;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 35%);
	width: 290px;
	margin-bottom: 25px;
	background: white;
	display: none;
	z-index: 99999999999;
	position: fixed;
	transition: 0.3s ease-in-out;

}

.shophubModalContainer.shophubClosed #shophubRewardsWidget {
	display: flex;
}


/* /////////////////////// */



/* .shophubModalContainer {
	position: relative;
} */

.shophubLauncherBtn {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border: 0;
	cursor: pointer;
	z-index: 99999999999;
	display: flex !important;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-transform: none;
}

.shophubLauncherBtn:hover {
	transform: scale(1.05);

}

.shophubGiftIcon {
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-in-out;
}

.shophubGiftIcon.shophubClosed {
	display: none;
}

.shophubCloseIcon {
	padding: 0px;
	display: none;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	transition: 0.3s ease-in-out;
}

.shophubCloseIcon.shophubClosed {
	display: flex;
}

.shophubText {
	display: flex;
	text-align: center;
	justify-content: center;
	font-family: Proxima Nova, arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	
}

.shophubText.shophubClosed,
.shophubText.shophubLauncherTextHidden {
	display: none;
}

.shophubTextVertical {
	transform: rotate(-90deg);
	width: 120px;
	text-align: center;
}


/* Widget positions */


.shophubLeft.shophubClosed #shophubRewardsWidget {
	position: fixed;
	bottom: 70px;
	left: 20px;
}

.shophubRight.shophubClosed #shophubRewardsWidget {
	position: fixed;
	bottom: 70px;
	right: 20px;
}

.shophubMiddleLeft.shophubClosed #shophubRewardsWidget {

	left: 20px;
	transform: translateY(-50%);
	top: 50vh;
}

.shophubMiddleRight.shophubClosed #shophubRewardsWidget {
	right: 20px;
	transform: translateY(-50%);
	top: 50vh;
}

/* Button Positions*/

.shophubLauncherBtn.shophubLeft {
	position: fixed;
	bottom: 20px;
	left: 20px;
}

.shophubLauncherBtn.shophubRight {
	position: fixed;
	bottom: 20px;
	right: 20px;
	
}

.shophubLauncherBtn.shophubMiddleLeft {
	position: fixed;
	bottom: unset;
	top: 50vh; 
	left: 0;
	transform: translateY(-50%);
	
}

.shophubLauncherBtn.shophubMiddleRight {
	position: fixed;
	bottom: unset;
	top: 50vh;
	right: 0;
	transform: translateY(-50%);
}

/* Button Styles*/

.shophubLauncherBtn.shophubLeft,
.shophubLauncherBtn.shophubRight {
	height: 50px;
	max-width: 500px;
	width: 150px;
	transition: 0.3s ease-in-out;
	border-radius: 100px;
}

.shophubLauncherBtn.shophubMiddleLeft {
	flex-direction: column;
	border-radius: 0px 12px 12px 0px;
	height: 150px;
	max-height: 500px ;
	min-width: 40px;
	width: 40px;
	transition: 0.3s ease-in-out;
}

.shophubLauncherBtn.shophubMiddleRight {
	flex-direction: column;
	border-radius: 12px 0px 0px 12px;
	min-width: 40px;
	width: 40px;
	max-height: 500px;
	transition: 0.3s ease-in-out;
}

.shophubLauncherContent {
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-in-out;

}

.shophubLauncherContent.shophubLeft,
.shophubLauncherContent.shophubRight {
	flex-direction: row;
	display:flex; 
	align-items: center; 
	justify-content: center
}

.shophubLauncherContent.shophubMiddleLeft,
.shophubLauncherContent.shophubMiddleRight {
	display: flex;
	flex-direction: row-reverse;
	writing-mode: vertical-rl;
	justify-content: space-evenly;
	align-items: center;
	margin: 10px;

}

.shophubGiftIcon.shophubLeft,
.shophubGiftIcon.shophubRight {
	height: 30px;
	width: 30px;
	margin-left: 10px;
	
}

.shophubGiftIcon.shophubMiddleLeft,
.shophubGiftIcon.shophubMiddleRight {
	height: 25px;
	width: 25px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.shophubText.shophubLeft,
.shophubText.shophubRight {
	font-size: 16px;
	white-space: nowrap;
	margin: 0px 5px 0px 5px;
}

.shophubText.shophubMiddleLeft,
.shophubText.shophubMiddleRight {
	font-size: 16px;
	white-space: nowrap;
	margin: 10px 0px 0px 0px;
	transform: rotate(180deg);
}

/* Add these styles to your existing .shophubClosed classes */

.shophubGiftIcon.shophubClosed,
.shophubLauncherContent.shophubClosed,
.shophubText.shophubClosed {
	display: none;
}

.shophubGiftIcon.shophubLauncherTextHidden,
.shophubLauncherContent.shophubLauncherTextHidden,
.shophubText.shophubLauncherTextHidden {
	margin: 0px
}



.shophubCloseIcon.shophubClosed {
	display: flex;
}

.shophubLauncherBtn.shophubMiddleLeft.shophubClosed,
.shophubLauncherBtn.shophubMiddleRight.shophubClosed,
.shophubLauncherBtn.shophubMiddleLeft.shophubLauncherTextHidden,
.shophubLauncherBtn.shophubMiddleRight.shophubLauncherTextHidden
{
	max-height: 40px;
	min-width: 40px;
	min-height: 40px;
	width: 40px;
	/* transform: translateY(35vh); */
	
}

.shophubLauncherBtn.shophubMiddleLeft.shophubClosed,
.shophubLauncherBtn.shophubMiddleRight.shophubClosed
{
	transform: translateY(35vh);
}

.shophubLauncherBtn.shophubLeft.shophubClosed,
.shophubLauncherBtn.shophubRight.shophubClosed,
.shophubLauncherBtn.shophubLeft.shophubLauncherTextHidden,
.shophubLauncherBtn.shophubRight.shophubLauncherTextHidden {
	max-width: 50px;
	height: 50px;
	min-width: 50px;
}

.shophubGiftIcon.shophubLeft.shophubLauncherTextHidden,
.shophubGiftIcon.shophubRight.shophubLauncherTextHidden {
	margin-left: 0px;
}

.shophubGiftIcon.shophubMiddleLeft.shophubLauncherTextHidden,
.shophubGiftIcon.shophubMiddleRight.shophubLauncherTextHidden {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Content */
.shophubModalContainer iframe {
	border: none;
	margin: 0 ;
	width: 100%;
	height: 100%;
}