#ttPopupnewsletter {
	text-align: center;
	float: left;
	width: 100%;
	display: block;
}
#ttPopupnewsletter .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;
}
#ttPopupnewsletter .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;
}
#ttPopupnewsletter .close:hover i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.ttpopupnewsletter {
    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: 605px;
    overflow-y: auto;
    display: flex;
    align-items: center;
}
.ttpopupnewsletter-inner {
    float: left;
    width: 100%;
}
.ttpopupnewsletter .ttnewslatterpopup-img {
	padding: 0;
	width: 100%;
	margin: 0 0 15px;
}
.ttpopupnewsletter .tt-title {
	font-size: 14px;
	margin: 0 0 15px;
	text-transform: uppercase;
	line-height: 16px;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-weight: 400;
}
.ttpopupnewsletter .ttContent p {
	color: var(--secondary-bg-color);
	font-size: 40px;
	line-height: 44px;
	float: left;
	width: 100%;
	margin: 0 0 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.ttpopupnewsletter .ttAlert {
	color: #c22312;
	float: left;
	width: 100%;
}
.ttpopupnewsletter .ttAlert 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;
}
.ttpopupnewsletter .ttAlert p.alert-success {
	color: #111;
}
.ttpopupnewsletter  .tt-input {
    float: left;
    width: 100%;
}
.ttpopupnewsletter .inputNew {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    height: 45px;
    padding: 5px 15px;
    width: 85%;
    margin-bottom: 20px;
    text-align: center;
    color: #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.ttpopupnewsletter .ttnewslatterpopup-content .btn-primary::after {
	background: #fff;
}
.ttpopupnewsletter .ttnewslatterpopup-content .btn-primary {
    margin: 0 0 20px;
    color: var(--secondary-text-color);
    background: var(--secondary-bg-color);
}
.ttpopupnewsletter .ttnewslatterpopup-content .btn-primary:hover {
	color: #111;
}
.ttpopupnewsletter .send-reqest {
	cursor: pointer;
	display: inline-block;
	float: none;
	width: auto;
	vertical-align: top;
	margin-bottom: 25px;
}
.ttpopupnewsletter .tt_tick_bottom {
	float: left;
	text-align: center;
	width: 100%;
	cursor: pointer;
}
.ttpopupnewsletter .tt_tick_bottom #tt_tick_dont_show {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.ttpopupnewsletter .tt_tick_bottom .tt_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) {
	.ttpopupnewsletter {
		left:10px;
		right:10px;
		top: 10px;
		bottom: 10px;
	}
}
@media (min-width: 544px) and (max-width: 767px) {
	.ttpopupnewsletter .ttnewslatterpopup-content{
		padding:0 10px;
	}
	.ttpopupnewsletter .tt_tick_bottom .tt_tick_dont_show{
		font-size:12px;
	}
	.ttpopupnewsletter .inputNew {
		margin-bottom: 15px;
	}
	.ttpopupnewsletter .send-reqest {
		margin-bottom: 10px;
	}
}
@media (max-width: 629px) {
	.ttpopupnewsletter {
		max-width: 420px !important;
		width: auto;
		height: 490px !important;
		padding: 15px 15px 30px;
	}
	.ttpopupnewsletter .ttnewslatterpopup-img {
		width: 100%;
		text-align: center;
	}
	.ttpopupnewsletter .ttContent p {
		font-size: 30px;
		line-height: 34px;
	}
	.ttpopupnewsletter .ttnewslatterpopup-content {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#ttPopupnewsletter .close i {
		color: #fff;
	}
}
@media (max-width: 480px) {
	.ttpopupnewsletter .ttnewslatterpopup-img {
		width: 150px;
		text-align: center;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.ttpopupnewsletter {
		max-width: 300px !important;
		height: 435px !important;
	}
	.ttpopupnewsletter .tt-title{
		font-size: 12px;
		line-height: 14px;
	}
	.ttpopupnewsletter .ttContent p {
		font-size: 26px;
		line-height: 28px;
	}
}

@media only screen and (min-device-width : 651px) and (max-device-width : 812px) and (orientation : landscape) {
	.ttpopupnewsletter{
		width: 500px !important;
		height:330px !important;
	}
	.ttpopupnewsletter .ttnewslatterpopup-content {
		float: left;
		width: 100%;
	}
	.ttpopupnewsletter .ttnewslatterpopup-img{
		display: none;
	}
}