html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	background: #F6EFE8;
	overflow-x: hidden;
}
header {
	background: #fff; width:92%;
	border-radius: 35px;
	padding: 12px 1%; top:0;
	margin: 10px 3%;
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.05);
	  transition: 0.4s;
     position: fixed; z-index:1000;
	 display:flex; justify-content:space-between; align-items:center;
}
img {
	max-width: 100%;
}
.h-mtb{ margin-top:50px; margin-bottom:50px;}
a {
	text-decoration: none;
	color: #0D0D0D;
}
.clear {
	clear: both;
}
.text-center{ text-align:center;}
.sitelogo {
	width: 15%;
}
.top-links {
	width: 38%;
}
.top-links ul {
	padding: 0;
	margin: 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.top-links ul li {
	display: inline-block;
}
.top-links ul li a {
	font-weight: 600;
	display: block;
	padding: 8px 15px;
	font-size: 15px;
}
.searchbox {
	width: 40%;
	float: right; position:relative;
}
.searchbox form {
	border: 1px solid #ccc;
	border-radius: 25px;
	overflow: hidden;
	width:100%;
	padding:3px;
	display:flex; justify-content:space-between; align-items:center; flex-direction:row-reverse; 
}
.searchbox form i {
    width: 40px;
    background: #E6214D;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.searchbox form input {
	width: calc(100% - 20px);
	border: none;
	background: none;
	outline: none;
}
.container {
	margin: 0 4%;
}

footer{margin-top:50px; background:#fff; padding:30px 5%; box-shadow: 0px 5px 5px rgba(0,0,0,0.50);}
footer .container{ display:flex; justify-content:space-between; align-items:stretch;}
.col-3f {
	width: 25%;
	padding: 20px 0;
}
.col-3f .quick-title {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.col-3f ul {
	padding: 0;
	margin: 0;
}
.col-3f ul li {
	display: block;
	padding: 5px 0;
}
hr {
	height: 1px;
	background: #eee;
	border: none;
	margin: 30px 10%;
}
.footer-bottom {
	text-align: center;
}
.footer-bottom ul {
	padding: 0px 0;
	font-size: 14px;
}
.footer-bottom ul li {
	display: inline-block;
}
.footer-bottom ul.row1 li {
	margin: 0 10px;
}
.social-footer {
	padding: 10px 0 0 0;
	margin: 0;
}
.social-footer li {
	display: inline-block;
	margin: 0 10px;
	padding: 0px 0;
}
.social-footer li a {
	color: rgba(0,0,0,0.7);
	border: 1px solid rgba(0,0,0,0.7);
	height: 35px;
	width: 35px;
	border-radius: 100%;
	display: inline-block;
	font-size: 24px;
}
.copyrights {
	font-size: 14px;
}
.flex-container{ display:flex; justify-content:space-between; align-items:stretch; margin:0 4%;}
.col-4 {
	width: 32.0%;
	position: relative;
}
.fit-container {
	overflow: hidden;
}
.fit-container img {
	width: 100%;
	height: 100%;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.10);
	border-radius: 10px;
}
.store-logo {
	position: absolute;
	bottom: 70px;
	left: 20px;
	width: 80px;
}
.store-logo img {
	max-width: 100%;
	border-radius: 10px;
}
.slide-caption {
	position: absolute;
	color: #fff;
	left: 0;
	bottom: 0px;
	background: rgba(0,0,0,0.4);
	width: 90%;
	padding: 20px 5% 15px 5%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.slide-caption strong {
	display: block;
	margin-bottom: 5px;
}
.slide-caption strong {
	display: block;
	margin-bottom: 5px;
}
.grid_store {
	margin-top: 50px; display:flex; justify-content:space-between; align-items:center;
}
.grid-c-1{
	width: 9%;
}
.grid-c-1 a {
	height: 100px; 
	width:100px;
	background: #fff;
	border-radius: 50%; padding:5px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.10);
	position: relative;
	overflow:hidden; display:flex; justify-content:center; align-items:center;
	
}
.index_store_logo img {
	max-width:90%;
	max-height:90%;
}
.h-co-3 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
	gap: 30px;
	align-items: stretch;
}
.h-co-3f{ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));}
.col-3 {
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.10);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	margin-top: 15px;
}
.col-3-flex {
     margin-top: 0px;
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-direction: column;
}
.coupon-store-logo{ text-align:center; padding-top:20px; padding-bottom:20px; height:100px; border-bottom:1px solid #eee; transition: all 0.5s ease;}
.col-3-flex:hover .coupon-store-logo{ border-bottom:1px solid #E6214D;}
.coupon-store-logo img{ width:100px;}
.coupon-detail {
	padding: 20px;
}
.coupon-detail .tag {
	font-size: 13px; transition: all 0.5s ease;
}
.coupon-detail .tag:hover{ color:#E6214D;}
.coupon-detail h3 {
	font-size: 16px;
	line-height: 26px; padding:0; margin:7px 0 0 0;
}
.cta-btn {
	text-align: center;
	margin-bottom: 20px;
}
.cta-btn span {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 8px 20px;
	transition: all 0.5s ease; cursor:pointer;
}
.cta-btn span:hover{
	background:#e6214d; color:#fff; border: 1px solid #e6214d; padding: 8px 30px;
}
.product-detail {
	padding: 20px;
	height: 140px;
	overflow: hidden;
}
.product-detail .tag {
	font-size: 13px;
}
.product-detail h3 {
	font-size: 16px;
	line-height: 26px;
}

.h-sub-bg{background:#e6214d; padding:10px; margin-top:50px; 
margin-bottom:50px; border-top-right-radius:30px; border-bottom-left-radius:30px; transition: all 0.5s ease;}
.subscribed-cta {
	text-align: center;
	border: 2px dashed rgba(255,255,255,0.40);
	padding: 20px;
	border-top-right-radius:25px; border-bottom-left-radius:25px; transition: all 0.5s ease;
}
.h-sub-bg:hover{border-top-right-radius:0px; border-bottom-left-radius:0px; border-bottom-right-radius:30px; border-top-left-radius:30px;}
.h-sub-bg:hover .subscribed-cta{ border-top-right-radius:0px; border-bottom-left-radius:0px; border-bottom-right-radius:25px; border-top-left-radius:25px;}

.subscribed-cta h1 {
	text-align: center;
	margin: 0;
	color: #fff;
}
.form {
	margin-top: 20px;
}
.form label {
	font-size: 24px;
	color: #fff;
}
.form input {
	border: 0;
	background: none;
	outline: none;
	border-bottom: 2px solid #fff;
	font-size: 19px;
	padding: 15px 2%;
	width: 35%;
	margin: 0 20px;
	color: #fff;
}
.form input::placeholder {
 color: rgba(255,255,255, 0.8);
 opacity: 1;
}
.form button {
	font-size: 24px;
	font-weight: 500;
	background: none;
	border-radius: 25px;
	border: 2px solid #fff;
	color: #fff;
	padding: 10px 15px; cursor:pointer; transition: all 1s ease;
}
.form button:hover{ background:#fff; color:#e6214d;}
.price{font-size:24px; text-align:center; color:#FF0004; font-weight:bold;}
.col-3-f{ display:flex; justify-content:start; align-items:center; flex-wrap:wrap; margin-top:0;}
.popular-store-logo {
    width:110px; padding:10px;
    display: flex;
}
.popular-store-logo img {
	max-width: 80px; border:1px solid #eee; padding:10px;
	border-radius: 100%;
}
.popular-detail {
	width:calc(100% - 140px); padding-right:10px;
}
.popular-detail a {
	font-size: 17px; font-weight:700; display:block;
	white-space: nowrap; 
    overflow: hidden;   
    text-overflow: ellipsis;
}
.popular-detail a:hover{ color:#E6214D;}
.popular-detail p {
	margin:0; padding:0;
}
.col-9s{width:74%;}
.col-3s{width:22%;}
.htmlcode{ cursor:pointer;}
.s-detail {
	margin-top: 30px;
}
.s-detail h1 {
	font-size: 28px;
	padding: 0;
	margin: 0;
}
ul.bread-crumb {
	padding: 10px 0 10px 0;
	margin: 0;
}
ul.bread-crumb li {
	display: inline-block;
	color: #666;
	font-size: 15px;
}
ul.bread-crumb li a {
	color: #666;
}
ul.bread-crumb li a:after {
	content: ' - ';
	color: #999;
	padding: 0 5px;
	display: inline-block;
}
.couponbox {
	background: #fff;
	position: relative;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.08);
	margin-bottom: 20px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 15px;
	padding-top:7px;
	padding-bottom:7px;
}
.couponimg {
	width: 120px;
	height: 120px;
	border: 0px solid #ccc;
	border-radius: 20px;
}
.imgbox2 {
	text-transform: capitalize;
	width: 100%;
	margin: 0 auto;
	color: #F3184E;
	text-transform: uppercase;
	border-radius: 20px;
	overflow: hidden;
	font-weight: 700;
	font-family: arial;
	font-size: 30px;
	line-height: 35px;
	display: block;
	text-align: center;
	padding: 10px 0;
}
.imgone {
	display: block;
	padding-top: 10px;
}
.imgtwo {
}
.imgthree {
	font-size: 17px;
	display: block;
	padding: 7px 0;
	text-align: center;
	color: #F3184E;
	text-transform: capitaliz
}
.codecoupon .imgbox2 {
	color: #FF6600;
	border: 1px solid #FF6600;
}
.imgthre {
	background: #666; color:#fff; font-size:14px; font-weight:400; padding:5px 0; text-transform:capitalize; line-height:14px; border-radius:5px; display:block; width:70px; margin:0 auto;
}
.unpopular .imgbox2 {
	color: #999;
	border: 1px solid #999;
}
.unpopular .imgthree {
	background: #999;
}
.coupon-detail-list {
	width: calc(100% - 320px);
	padding: 10px 0 10px 0;
}
.coupon-detail-list h2 {
	font-weight: 700;
	color: #000;
	font-size: 22px;
	line-height: 26px;
	margin:10px 0  5px 0;
}
.expiredate {
	padding: 5px 0;
	color: #999;
}
.coupon-detail h3 a {
	color: #1B334A;
}
.coupon-detail-list h3 a:hover {
	color: #602D6C;
}
.conpondes {
	line-height: 24px;
	font-size: 14px;
}
.curve-btn {
	background: #FFCC00;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	border-radius: 2px;
	text-transform: uppercase;
	width: 170px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top: 40px;
}
.codeletters {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 15px;
	z-index: -1;
	color: #1B334A;
	text-align: right;
	font-weight: 700;
}
.codebtn-2 {
	display: block;
	background: #1B334A;
	font-weight: 700;
	color: #fff;
	padding: 15px 0;
	clip-path: polygon(0 0, 95% 0, 88% 100%, 0 100%);
	transition: 0.3s;
	z-index: 2;
}
.curve-btn:hover .codebtn-2 {
	clip-path: polygon(0 0, 92% 0, 82% 100%, 0 100%);
}
.couresbnt {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background: #F3184E;
	border-radius: 25px;
	padding: 12px 0;
	text-transform: uppercase;
	font-weight: 700;
	width: 200px;
}
.ctabnt-html {
	width: 180px;
}
.ctabnt-html .couresbnt {
	width: 100%;
}
.expiredate {
	display: block;
}
.tag-p1 {
	display: inline-block;
	color: #F3184E;
	font-weight: 700;
	font-size: 13px;
}
.short-description{ text-align:left; margin-top:20px;}
.short-description strong{ display:block;}
.rating-stars{ text-align:center; margin-bottom:30px;}
.rating-stars .fa-star{ font-size:30px; display:inline-block; padding:5px 0; color:#E6214D;}
.rating-stars .fa-star:hover{ color:#666; cursor:pointer;}
.short-description p{ padding:0; margin:0; line-height:25px; font-size:15px;}
.coupon-type{}
.coupon-type ul{ margin:0; padding:0;}
.coupon-type ul li{ display:block; padding-top:8px;}
.coupon-type ul li .fa-square-o{ font-size:26px; display:inline-block; float:left; margin-right:10px;}
.social-profile{ margin:30px 0; padding:10px 20px 20px 20px; background:#fff; border-radius:10px;}
.sp-table{ border-bottom:1px solid #eee; border-left:1px solid #eee;}
.sp-table::after{ content:' '; width:100%; clear:both;}
.address{ padding:0px 0; border:1px solid #eee; border-bottom:0; border-left:0; width:99.1%;}
.address label{ padding:10px; font-weight:bold; display:inline-block;}
.col-4sp{ width:33%; float:left; border-top:1px solid #eee; border-right:1px solid #eee;}
.col-4sp label{ padding:10px; font-weight:bold; display:inline-block;}
.col-4sp span{ padding:10px; display:inline-block;}
.payment-methods{ text-align:center;}
.payment-methods i{ font-size:40px; display:inline-block; margin:10px;}
.storepage-logo{}
.storepage-logo img{ max-width:100%; border-radius:10px; box-shadow: 0px 3px 5px rgba(0,0,0,0.10);}
.reverse-flex{ flex-direction:row-reverse;}
.tag-p2{background:#333; color:#fff; padding:2px 7px; font-size:12px; border-radius:25px; margin-left:10px;}
.tag-p2 i{color:orange; font-size:16px;}
.tag-p3{background:#009933; color:#fff; padding:2px 7px; font-size:12px; border-radius:25px; margin-left:10px;}
.tag-p3 i{color:yellow; font-size:16px;}
