/***********************************
* BASE
**********************************/ 

/***********************************
* POP UP VIDEO
**********************************/ 
#sm-popup-video, .sm-popup-video-play {
	cursor: pointer;
}

#sm-popup-video-container
{
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #ffffff90;
	top: 0;
}

#sm-popup-video-inner
{
	display:block;
	margin: auto;
	width: 870px;
	margin-top: 10%;
	border:10px solid #B0575C;
	position:relative;
}

#sm-popup-video-close
{
	color: #fff;
	background: #B0575C;
	font-size: 16px;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	border: 0px solid #000;
	position: absolute;
	right: -24px;
	top: -24px;
	padding: 2px;
	font-weight: 600;
}

#sm-popup-video-close i::before
{
	font-size: 20px;
	padding: 5px;
	line-height: 21px;
}

/***********************************
* COPY TIP
**********************************/ 
#copytip {
	color: #fff;
	background-color: #161616;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	padding: 5px 15px;
	border-radius: 15px;
	opacity: 0;
	transition: all .5s;
}

#copytip.show {
	opacity: 1;
	top: -26px;
}
/***********************************
* BUY NOW SHORTCODE
**********************************/ 
.button.add-to-cart-button {
	background-color: #81a2a6;
	width: 100%;
	display: flex;
	border-radius: 5px;
	padding: 15px 26px;
	text-align: center;
	line-height: 1em;
	color: #fff;
	font-size: 14px;
	transition: all 0.2s ease-in-out;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.button.add-to-cart-button:hover {
	background-color: #136c65;
}

/***********************************
* MOBILE MENU
**********************************/ 

.pop-up-menu svg path {
    fill: #ffffff !important;
}