#otPopupnewsletter {
	text-align: center;
	float: left;
	width: 100%;
	display: block;
}
#otPopupnewsletter .close {
	color: #ffffff;
	font-weight: normal;
	line-height: 16px;
	margin: auto;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: auto;
	z-index: 99;
}
#overlay {
	background: rgba(35,35,44,.5);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

#otPopupnewsletter .close i {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transition: all 0.5s ease-in-out 0ms;
	-webkit-transition: all 0.5s ease-in-out 0ms;
	-moz-transition: all 0.5s ease-in-out 0ms;
	-o-transition: all 0.5s ease-in-out 0ms;
	-ms-transition: all 0.5s ease-in-out 0ms;
}
#otPopupnewsletter .close:hover i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.otpopupnewsletter {
    background: var(--primary-bg-color);
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    padding: 30px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    max-width: 600px;
    height: 420px;
    display: flex;
    align-items: center;
}
.otpopupnewsletter-inner {
    float: left;
    width: 100%;
}
.otpopupnewsletter .otnewslatterpopup-img {
	padding: 0;
	width: 100%;
	margin: 0 0 15px;
	display: none;
}
.otpopupnewsletter .ot-title::after {
    display: none;
}
.otpopupnewsletter .ot-title {
    font-size: 36px;
    margin: 0 0 15px;
    text-transform: capitalize;
    line-height: 38px;
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
    color: #ffffff;
    border: none;
    font-weight: 500;
}
.otpopupnewsletter-inner::before {
    content: '\e0be';
    font-family: 'Material Icons Outlined';
    font-weight: 400;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    height: 70px;
    width: 70px;
    background: var(--secondary-bg-color);
    line-height: 70px;
    border-radius: 50%;
    font-size: 30px;
    color: var(--secondary-text-color);
}
.otpopupnewsletter-inner .otnewsletter-btn {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    display: flex;
    justify-content: space-around;
}
.otpopupnewsletter .otContent p {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    float: left;
    width: 100%;
    margin: 0 0 25px;
    font-weight: 400;
    text-transform: capitalize;
}
.otpopupnewsletter .otAlert {
	color: #c22312;
	float: left;
	width: 100%;
}
.otpopupnewsletter .ot_tick_bottom label {
    color: #fff;
    margin: 0;
	cursor: pointer;
}
.otpopupnewsletter .otAlert p.alert {
	padding: 12px;
	color: #fff;
	margin: 0 0 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.otpopupnewsletter .otAlert p.alert-success {
	color: #111;
}
.otpopupnewsletter .inputNew {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    height: 40px;
    padding: 5px 15px;
    width: 75%;
    text-align: left;
    color: #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.otpopupnewsletter-inner .otnewsletter-btn a {
    border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.otpopupnewsletter .otnewslatterpopup-content .btn-primary::after {
	background: #fff;
}
.otpopupnewsletter .otnewslatterpopup-content .btn-primary {
    color: var(--secondary-text-color);
    background: var(--secondary-bg-color);
}
.otpopupnewsletter .otnewslatterpopup-content .btn-primary:hover {
	color: #111;
}
.otpopupnewsletter .send-reqest {
	cursor: pointer;
	display: inline-block;
	float: none;
	width: auto;
	vertical-align: top;
	margin-bottom: 25px;
}
.otpopupnewsletter .ot_tick_bottom {
	float: left;
	text-align: center;
	width: 100%;
}
.otpopupnewsletter .ot_tick_bottom #ot_tick_dont_show {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
	box-shadow: 0px 0px 0px 1px #fff;
}
.otpopupnewsletter .ot_tick_bottom .ot_tick_dont_show {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	cursor: pointer;
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

#coupon-element {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	border: 2px dashed #e5e5e5;
	position: relative;
}
#coupon-element .scissors span {
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: -13px;
	left: -12px;
}
.dashed-border {
	font-size: 14px;
	color: #fff;
}
#coupon-text-after span {
	font-weight: 600;
	color: var(--primary-bg-color);
}
.coupon-side.clearfix {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px;
}
@media (min-width: 544px) and (max-width: 991px) {
	.otpopupnewsletter {
		left:10px;
		right:10px;
		top: 10px;
		bottom: 10px;
	}
}
@media (min-width: 544px) and (max-width: 767px) {
	.otpopupnewsletter .otnewslatterpopup-content{
		padding:0 10px;
	}
	.otpopupnewsletter .ot_tick_bottom .ot_tick_dont_show{
		font-size:12px;
	}
	.otpopupnewsletter .send-reqest {
		margin-bottom: 10px;
	}
}
@media (max-width: 629px) {
	.otpopupnewsletter {
		max-width: 420px !important;
		width: auto;
		height: 490px !important;
		padding: 15px 15px 30px;
	}
	.otpopupnewsletter .otnewslatterpopup-img {
		width: 100%;
		text-align: center;
	}
	.otpopupnewsletter .otnewslatterpopup-content {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#otPopupnewsletter .close i {
		color: #fff;
	}
}
@media (max-width: 480px) {
	.otpopupnewsletter .otnewslatterpopup-img {
		width: 150px;
		text-align: center;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.otpopupnewsletter {
		max-width: 300px !important;
		height: 370px !important;
	}
	.otpopupnewsletter .ot-title {
		font-size: 16px;
		line-height: 19px;
	}
}

@media only screen and (min-device-width : 651px) and (max-device-width : 812px) and (orientation : landscape) {
	.otpopupnewsletter{
		width: 500px !important;
		height:330px !important;
	}
	.otpopupnewsletter .otnewslatterpopup-content {
		float: left;
		width: 100%;
	}
	.otpopupnewsletter .otnewslatterpopup-img{
		display: none;
	}
}