@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Roboto:wght@300;400;500&display=swap);

h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0;
    font-family: proxima-nova, Segoe UI, Helvetica Neue, Helvetica, Roboto, sans-serif;
    font-weight: 500;
}

.panel-default>.panel-heading,
#core_breadcrumbs,
.header_style2 .navbar-nav li a,
._searchresultsblock h1,
button {
    font-family: 'Roboto', sans-serif;
}

body {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
    background: #f1f1f1;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 10px 0;
}

.h1 {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 30px;
}

.about {
    width: 100%;
    margin: 20px auto;
}

.featured-link {
    background: #fff;
    padding: 10px 40px;
    text-align: left;
}

button {
    cursor: pointer;
}

a {
    color: #444;
    text-decoration: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}

.row {
    width: 90%;
    margin: auto;
}

.nav-pills {
    text-align: left;
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
}

.nav-pills li {
    display: inline-block;
    list-style: none;
}
.nav-pills li:hover {
    display: inline-block;
    list-style: none;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
}
.nav-pills li a {
    color: #fff;
    font-size: 0.965rem;;
    display: block;
    border: 0px solid #ccc;
    border-radius: 3px;
    padding: 9px 5px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 8px;
}
.dropdown-categories {
    position: absolute;
    z-index: 20001;
    top: 45px;
    right: 46.4%;
}

.dropdown-categories ul {
    background: #33BFC3;
    width: 153px;
    border: 0px solid #eee;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 10px 0;
}
.dropdown-categories ul li {
    display: block;
}
.dropdown-categories ul li a {
    display: block;
    font-size: 12px;
    padding: 6px 10px;
    color: #f2f2f2;;
}
li.droplist span {
    font-weight: 400;
    padding: 9px 5px;
    font-size: 17px;
    color: #fff;
    margin: 0 8px;
}

li.droplist span:hover {
    color: #40C8F4;
}

li.droplist ul {
    display: none;
}

.fa-caret-down {
    color: #40C8F4;
}

li.droplist ul:before {
    content: "\f0d8";
    font-family: 'FontAwesome';
    font-size: 26px;
    width: 20px;
    margin-bottom: 0;
    display: block;
    margin-left: 15px;
    margin-right: 0;
    color: #7EC3CB;
    margin-top: -27px;
}

li.droplist:hover ul {
    display: block;
    min-width: 150px;
    padding: 10px 5px;
    border-radius: 5px;
    margin-top: 10px;
    position: absolute;
    z-index: 500;
    background: #7EC3CB;
    border: 1px solid #fff;
}

li.droplist:hover ul li {
    display: block;
    width: 100%;
}

li.droplist:hover ul li a {
    display: block;
    text-align: left;
    padding: 3px 0;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
}

.bottom-header {
    width: 100%;
    padding-top: 5px;
    background: #7EC3CB;
    padding-bottom: 5px;
    margin-bottom: 1.5rem;
    border-bottom: 0px solid #eee;
    box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.50);
    /*transition: 0.4s;
    position: fixed; z-index:1000; top:-1px;*/
}
.row-head{
	width: 100%;
	max-width: calc(1136px);
	margin: auto;
}
.site-logo {
    width: 25%;
    float: left;
}

.site-logo a {
    display: block;
    width: 100%;
    padding-top: 7px;
}

.site-logo img {
    max-width: 100%;
    height: 44px;
}

.center-linked {
    width: 40%;
    float: left;
}

.searchbar {
    width: 30%;
    float: left;
    margin: auto;
    padding: 10px 0;
}

.search-field {
    overflow: hidden;
}

.search-field form {
    background: #fff;
    border-radius: 22px;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.search-field button {
    font-size: 18px;
    text-align: center;
    color: #868686;
    border: 0;
    background: transparent;
    width: 18px;
    height: 18px;
    line-height: 43px;
    margin: 0 2%;
    float: left;
}

.search-field input {
    float: left;
    background: none;
    border: 0px solid;
    padding: 13px 1%;
    font-size: 17px;
    outline: none;
    width: calc(95% - 40px);
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #868686;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #868686;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #868686;
}

.header-top {
    background: #7EC3CB;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 4px 0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.45);
}

.blog-cats{
	text-align: center;
	margin: 0 10%;
	width: 100%;
}

.bcat{

}

.bcat a{
	float: left;
	width: 10%;
	margin-right: 1%;
}

.bcat img{
	border-radius: 100%;
	width: 60px;
	height: 60px;
}

.backgroundwhite {
    background: #fff;
}

.store-banner {
    float: left;
    width: 100%;
}

.banner-slider {
    float: left;
    width: 100%;
    position: relative;
}

.banner-slider .layer {
    float: left;
    width: 31.333%;
    position: relative;
    margin: 30px 1%;
    border-radius: 5px;
    overflow: hidden;
}

.banner-slider .layer a {
    display: block;
}

.banner-slider .layer img {
    width: 100%;
}

.caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 96%;
    background-color: rgba(0, 0, 0, 0.90);
    padding: 10px 2%;
}

.banner-slider .layer .caption img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px;
    border-radius: 3px;
}

.banner-slider .layer .text {
    color: #fff;
}

.banner-slider .layer .text h1 {
    font-size: 19px;
    padding-top: 8px;
}

.banner-slider .layer h4 {
    font-size: 14px;
    padding-top: 8px;
    color: #eee;
    font-weight: 400;
}

.banner-slider .layer:hover .caption {
    background-color: #7EC3CB;
}

.featured-listing {
    background: #FFF4E8;
    padding: 20px 0 30px 0;
}

.item-list {
    width: 18%;
    float: left;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 1%;
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
}

.item-list.mrone {
    margin-right: 0;
}

.item {
    border: 0px solid #ccc;
    text-align: center;
    position: relative;
    transition: all .6s ease;
    transition: transform .2s;
    padding-bottom: 15px;
}

.item:hover {
    border-color: #3060B3;
}

.item .item-title {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    padding: 10px;
    height: 60px;
    overflow: hidden;
}

.item img {
    width: 100%;
}

.item-price {
    padding: 5px 15px;
    text-align: center;
}

.item-price .unit {
    color: #333;
    margin-right: 1px;
    font-size: 16px;
}

.item-price .oldprice {
    text-decoration: line-through;
    margin-right: 5px;
}

.item-price .newprice {
    font-size: 22px;
    font-weight: bold;
    color: #7EC3CB;
}

.item .sale-item {
    width: 50px;
    background: #E62E2D;
    color: #fff;
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 12px;
    padding: 3px;
    border-radius: 10px;
    border-top-right-radius: 0;
}

.wishlist-item {
    width: 50px;
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 22px;
    color: #999;
    cursor: pointer;
    display: none;
}

.wishlist-item:hover {
    color: #E62E2D;
}

.item:hover .wishlist-item {
    display: block;
}

.grid_store {
    margin-bottom: 1.75rem;
    margin-right: -16px;
    margin-top: 50px;
}

.grid_store ul li {
    float: left;
    display: block;
    width: 12%;
    margin-bottom: 1.3%;
    margin-right: 1.3%;
}

.grid_store ul li a {
    display: inline-block;
    height: 105px;
    background: #fff;
    border: 1px solid #d6d9d7;
    width: 100%;
    position: relative;
}

.new_store h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

.new_store ul li {
    width: 22%;
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    overflow: hidden;
    margin-right: 1%;
    padding: 5px 1%;
    background: #fff;
    border-radius: 3px;
}

.index_store_logo img {
    width: 100%;
    height: 100%;
    margin: auto;
}
.coupon_content {
    padding: 22px 16px;
    background: #f7f7f7;
}
.homepageoffer {
    padding: 30px 0 20px 0;
}

.offer-25 {
    width: 18.5%;
    background: #fff;
    border-radius: 5px;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 20px;
    box-shadow: 0px 0px 1px 1px rgba(204, 204, 204, 0.49);
}

.offer-25 .offer-detail,
.offer-45 .offer-detail {
    min-height: 200px;
    padding: 0;
    text-align: center;
}

.offer-detail img {
    max-width: 100%;
    border: 1px solid #eee;
    border-radius: 0;
    width: 100%;
    height: 150px;
}

.offer-detail a.homebtn {
    padding: 10px 0;
    border-top: 2px dotted #ccc;
    display: block;
    margin-top: 15px;
}

.offer-title {
    font-size: 17px;
    line-height: 28px;
    padding: 8px 0;
}

.homepageoffer .offer-title {
    height: 50px;
    overflow: hidden;
    font-weight: bold;
}

.offer-h2 a {
    color: #000;
}

.offer-desc {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    min-height: 70px;
}

.offer-desc {
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    min-height: 50px;
}

.marginleft-none {
    margin-right: 0;
}

.offer-button a {
    background: #7EC3CB;
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    width: 190px;
       border-radius: 1.5rem 0 1.5rem 0;
       transition: all 0.5s;
    }
    .offer-button a:hover{
        border-radius: 3px;
    }
.store-tags-list ul {
    margin: 0;
    padding: 0;
}

.store-tags-list ul li {
    list-style: none;
    float: left;
    width: 24%;
    margin: 10px 1% 10px 0%;
}

.store-tags-list ul li a {
    display: block;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 700;
    background: #FFF;
    color: #444;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 1px rgba(204, 204, 204, 0.49);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store-tags-list ul li a i {
    margin-right: 10px;
}

.store-tags-list ul li a:hover {
    text-decoration: underline;
}

footer{ background: #fff; padding:30px 0 0px 0; color:#000;}
footer .logo-text{ display:block; font-size:33px; font-weight:700; color:#fff;}
footer .logo-text i{ color:#7EC3CB; font-style:normal;}
footer img{ max-width:100%;}
footer .col-6{ width:38%; float:left; margin:10px 4%;}
footer .col-3{ width:20%; float:left; margin:10px 3%;}
footer .col-6 p{ line-height:24px;}
.subscribe-form{}
.subscribe-form form{ background:#fff;  border-radius:3px; border: 1px solid #7EC3CB; background:#fff; overflow:hidden;}
.subscribe-form form input{ outline:none; border:none; background:none; width:calc(96% - 70px); padding:12px 2%;}
.subscribe-form form button{ float:right; font-size:20px; padding:7px 0; width:70px; border:1px solid #7EC3CB; background:#7EC3CB;
color:#fff;}
footer .col-3 h3{ color:#000;}
footer .col-3 ul{ margin-top:20px;}
footer .col-3 ul li{ display:block; padding-top:12px;}
footer .col-3 ul li a{padding-bottom:10px; color:#000;}
.copyright{ margin-top:30px; padding:15px 0; border-top:1px solid #000;}
.copyright a{ color:#7EC3CB;}

.post-preview {
    margin-bottom: 50px;
    z-index: 10;
}
.cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}
.post-preview .post-image {
    min-height: 280px;
}
.post-preview .post-image .count {
    display: none;
}
.post-preview .post-image img {
    width: 100%;
}
.post-preview.full-width-post .post-details {
    width: 730px;
    height: 200px;
    margin-top: -137px;
    margin-bottom: 80px;
}
.post-preview .post-details {
    display: block;
    background-color: #fefefe;
    width: 327px;
    height: 240px;
    margin-top: -82px;
    z-index: 100;
    position: relative;
    padding: 30px 40px;
    text-align: left;
}
.post-preview .post-details>a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.post-preview .post-details span.left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.post-preview .post-details span.border-animation:after {
    border-color: #7EC3CB;
}
.preview .post-details span.border-animation:after {
    border-bottom: 2px solid #7EC3CB;
}
.post-preview .post-details span.right:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.category-results .post-preview.list:hover, .post-preview .post-details span.border-animation:after {
    border-color: #7EC3CB;
}
.post-preview .post-details:hover span.left:before, .post-preview .post-details:hover span.right:before, .post-preview .post-details span.border-animation:after {
    border-bottom: 2px solid #7EC3CB;
}

.post-preview .post-details span.right:after {
    left: 50%;
    border-left: none;
}
.post-preview .post-details span.left:after, .post-preview .post-details span.right:after {
    bottom: 0;
    width: 35%;
    height: 0;
    border-top: none;
    -webkit-transition: height .25s ease-in,width .25s ease-in .25s;
    transition: height .25s ease-in,width .25s ease-in .25s;
}
.post-preview .post-details span.border-animation:after {
    content: "";
    position: absolute;
    background: transparent;
    border: 2px solid #602d6c;
}
.post-preview .post-details span.border-animation:after {
    border-bottom: 2px solid;
    border-color: #7EC3CB;
}
.post-preview .post-details:hover{
    border: 2px solid;
    border-color: #7EC3CB;
}
.full-width-post .cat-icon {
    width: 46px;
    height: 46px;
}
.cat-icon {
    width: 39px;
    height: 39px;
    display: block;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fefefe;
    margin-top: -53px;
    position: relative;
}
.cat-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}
.post-preview .post-details .category-title, .post-preview .post-details .tag-title {
    margin-top: 12px;
}
.post-preview .post-details .category-title span, .post-preview .post-details .tag-title span, .post-preview .post-details:hover .post-title, .side-nav .menu.main-nav li a:hover, .single-post .post-footer .author-meta .name-link, .subscribe-link, a, nav.main-nav ul.menu li a:hover {
    color: #7EC3CB;
}

.post-preview .post-details .category-title span, .post-preview .post-details .tag-title span {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #602d6c;
    text-decoration: none;
}
.post-preview .post-details .category-title span, .post-preview .post-details .tag-title span {
    color: #7EC3CB;
}
.post-preview .post-details .tag-title {
    display: none;
}
.post-preview .post-details .category-title, .post-preview .post-details .tag-title {
    margin-top: 12px;
}
.post-preview .post-details .category-title span, .post-preview .post-details .tag-title span, .post-preview .post-details:hover .post-title, .side-nav .menu.main-nav li a:hover, .single-post .post-footer .author-meta .name-link, .subscribe-link, a, nav.main-nav ul.menu li a:hover {
    color: #7EC3CB;
}
.post-preview .post-details .category-title span, .post-preview .post-details .tag-title span {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #602d6c;
    text-decoration: none;
}
.post-preview .post-details .category-title span, .post-preview .post-details .tag-title span {
    color: #7EC3CB;
}
.post-preview .post-details .post-title, body {
    color: #323232;
}
.post-preview .post-details .post-title {
    color: #222;
}

.post-preview .post-details .post-title, body {
    color: #323232;
}

.side-blog span{
    float: right;
    width: 50%;
    position: relative;
    top: 25px;
}
.cr-50 {
    width: 30%;
    margin-top: 30px;
    padding: 10px 0;
    float: left;
    color: #fff;
    text-align: center;
    border-top: 0px solid rgba(255, 255, 255, 0.10)
}

.cr-50 p {
    font-size: 14px;
}

.cr-50 a {
    color: #fff;
}

.copyright {
	margin-top: 30px;
    padding: 15px 0;
    border-top: 1px solid #ccc;
}
.text-center {
    text-align: center;
}
.socialmedias a {
    display: inline-block;
    margin-right: 25px;
}

.socialmedias a .fa {
    height: 30px;
    width: 30px;
    border: 0px solid #eee;
    text-align: center;
    display: block;
    border-radius: 100%;
    line-height: 30px;
}


.socialmedias a .fa-facebook {
    background: #166FE5;
    color: #fff;
}

.socialmedias a .fa-pinterest-p {
    background: #E11A21;
    color: #fff;
}

.socialmedias a .fa-twitter {
    background: #5DA9DD;
    color: #fff;
}

.socialmedias a .fa-instagram {
    background: #D93F7F;
    color: #fff;
}


.hh1,
.hh2 {
    margin: 0 1% 20px 1%;
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
    padding-bottom: 10px;
}

.hh1:after,
.hh2:after {
    content: "\f107";
    font-family: fontawesome;
    color: #7EC3CB;
    border-bottom: 0px solid #7EC3CB;
    width: 200px;
    margin: 0px auto 0 auto;
    display: block;
}
.page_down {
    padding-bottom: 2rem;
    margin-top: 1.5rem;
    position: relative;
}
.about_us {
    padding: 4rem 0 0.85rem 0;
}
.about_us p {
    line-height: 1.5rem;
    padding-bottom: 0.75rem;
}

.mt50 {
    margin-top: 50px;
}

.category-wrap h4 {
	border-bottom: 1px solid #000;
}

.category-wrap ul li {
    display: block;
    width: 14%;
    margin: 10px 1%;
    float: left;
}

.category-wrap ul li a {
    position: relative;
    overflow: hidden;
    text-align: left;
    display: inline;
    float: left;
    width: 100%;
    padding: 5px 15px;
}

.category-wrap ul li img {
    max-width: 100%;
}

.category-wrap ul li figcaption {
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.50);
}

/*.category-wrap figure {
    text-align: center;
    background-color: #ffffff;
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
figure {
    margin-bottom: 6px;
    position: relative;
}
.category-wrap ul li {
    float: left;
    padding: 0px 0;
    width: 16.666667%;
    list-style: none;
    margin: 0px 0px;
}*/

.storepage {
    margin: auto;
    width: 100%;
}

.col-md-7 {
    width: 70%;
    float: right;
}

.col-md-3 {
    width: 25%;
    float: left;
}
.col-md-4 {
    width: 30%;
    float: left;
}
.col-right{
    width: 30%;
    float: right;
}
.col-left{
    width: 65%;
    float: left;
}
.breadcrumbs{
    text-align: center;
}

.store-sub{
    background: #7EC3CB;
    padding: 20px;
    margin-bottom: 3%;
    width: 94%;
}
.store-sub .sub-detail{
    float: left;
    width: 50%;
}
.store-sub .sub-detail h2{
    color: #fff;
}
.store-sub .sub-body{
    float: right;
    width: 50%;
}
.store-sub .sub-body form{
    background: #fff;
    border-radius: 3px;
    border: 1px solid #7EC3CB;
    background: #fff;
    overflow: hidden;
}
.store-sub .sub-body form input{
    outline: none;
    border: none;
    background: none;
    width: calc(96% - 70px);
    padding: 12px 2%;
}
.store-sub .sub-body form button {
    float: right;
    font-size: 20px;
    padding: 7px 0;
    width: 70px;
    border: 1px solid #7EC3CB;
    background: #7EC3CB;
    color: #fff;
}

.produits_content li{float:left;width:284px; display:block;; margin:0 10px 0 0; border:1px solid #d5d8d6;  border-radius:2px}
.produits_content li img{width:100%;display: block;}
.produits_title{ background-color:#fff; text-align:center; padding:1rem 1rem 1.5rem 1rem; position:relative;}
.produits_title>p>a{display:block;font-size: 1rem; color:#000; font-weight: bold; line-height: 1.5rem;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.produits_title>p>a:hover{color:#fa9e0c;}
.productInfo{ font-size:1rem; color:#000; margin:1rem 0 1.25rem 0;}
.produits_title>a{ display:block; margin:0 auto; width:60px; padding:0 0.2rem; border:1px #666 solid; color:#666; text-align:center; box-shadow: 0 0 0 #000 inset; transition: all 0.25s; -webkit-box-shadow: 0 0 0 #000 inset; transition: all 0.25s; -moz-box-shadow: 0 0 0 #000 inset; transition: all 0.25s; -ms-box-shadow: 0 0 0 #000 inset; transition: all 0.25s; -o-box-shadow: 0 0 0 #000 inset; transition: all 0.25s;border-radius:3px}
.produits_title>a:after{ content:''; float:right; display:block; border:5px transparent solid; border-top:5px #666 solid; margin-top:6px; color:#666;}
.produits_title>a:hover{ border:1px #fff solid; color:#fff; box-shadow: 0 0 0 10px  #fa9e0c inset; -webkit-box-shadow: 0 0 0 10px  #fa9e0c inset; -moz-box-shadow: 0 0 0 10px  #fa9e0c inset;
    -ms-box-shadow: 0 0 0 10px  #fa9e0c inset; -o-box-shadow: 0 0 0 10px  #fa9e0c inset;}
.produits_title>a:hover:after{ border:5px transparent solid; border-top:5px #fff solid; margin-top:6px; color:#fff;}

.product-50 {
    width: 98%;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 25px;
    padding: 3px 0px 0px 0px;
    position: relative;
    ;
    overflow: hidden;
    ;
}

.product-img {
    width: 15%;
    float: left;
    padding: 5px 30px 10px 10px;
    text-align: center;
    margin-top: 5px;
}

.product-img img {
    max-width: 100%;
    border: 1px solid #eee;
    padding: 0px;
}

.ctabtn {
    float: left;
    margin-bottom: 10px;
}

.product-detail {
    width: 55%;
    position: relative;
    float: left;
    padding: 0;
    min-height: 120px;
}

.expire{
	margin-bottom: 5px;
	    font-size: 14px;
}

.cwrap {
    border: 1px solid #eee;
    border-radius: 3px;
}

.cwrap .txt {
    font-size: 36px;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 700;
    color: #7EC3CB;
}

.cwrap .txt span {
    display: block;
}

.img2{
	font-size: 16px;
    font-weight: 500;
    padding: 0 0 15px 0;
}

.img3{
    font-size: 16.6px;
    font-weight: 600;
    background: #eee;
    padding: 5px;
}

.exclusive{
	font-size: 13px;
    font-weight: 600;
    color: #1bbc9b;
    margin-right: 10px;
}

.exclusive i{
	background: #1bbc9b;
    border-radius: 100%;
    padding: 2px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
}


.verify{
	font-size: 13px;
    font-weight: 600;
    color: #ffba00;
}

.verify i{
	background: #ffba00;
    border-radius: 100%;
    padding: 2px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
}

.expiry{
	font-size: 12px;
    color: #9aabb0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 240px;
    text-align: right;
}

.couponbtn-verify {
    position: absolute;
    bottom: 20px;
    color: #333;
    left: 50%;
}

.product-dec {
    padding: 0 0 10px 0;
    font-size: 15px;
    color: #333;
    line-height: 22px;
    font-family: arial;
    font-weight: 400;
}

.product-detail h3.product-title {
    font-size: 25px;
    padding: 5px 0 3px 0;
    color: #333;
}

.box-shadow {
    box-shadow: 0px 0px 2px 0px rgba(191, 191, 191, 0.8);
}

.ctabtn {
    text-align: center;
}

.ctabtn a {
    background: #7EC3CB;
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    width: 200px;
}

.cr{
	width: 200px;
    height: 46px;
    display: inline-block;
    position: relative;
    margin: 4% 0 0 0;
}

.cr span{
	    padding-top: 7px;
    padding-right: 5px;
    font-family: monospace;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 30px;
    background-color: #f2f2f2;
    border: 2px dashed #7EC3CB;
    font-size: 24px;
    font-weight: 700;
    text-align: right;
}

.cr .btn-reveal{
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #7EC3CB;
    color: #fff;
    border-radius: 30px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding-top: 12px;
}

.cr .btn-reveal{
	right: 37px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: right .2s;
    box-shadow: 3px 0 3px rgb(0 0 0 / 6%);
}

.cr .btn-reveal:hover{
	right: 42px;
	background-color: #FBC52C;
}

.getdeal{
	width: 200px;
    height: 46px;
    display: inline-block;
    position: relative;
    margin-top: 4%;
}

.getdeal .btn-reveal{
	position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #7EC3CB;
    color: #fff;
    border-radius: 30px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding-top: 12px;
}

.getdeal .btn-reveal:hover{
	background-color: #FBC52C;
}

.couponbtn-verify2 {
    border-top: 1px solid #eee;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    background: #f5f5f5;
    padding: 10px;
}

.couponbtn-verify2 .btv {
    display: inline-block;
    margin: 0 2%;
    width: 20%;
}

.bread-ul {}

.bread-ul li {
    display: inline-block;
    font-size: 14px;
    color: #7EC3CB;
}

.bread-ul li a {
    color: #7EC3CB;
    display: inline-block;
    padding: 5px 0px 1px 0px;
    margin-right: 5px;
}

.bread-ul li div {
    margin-right: 5px;
}

.flex-container {
    margin: 0px 0 25px 0;
    text-align: center;

}

.flex-container>.charlist {
    display: inline-block;
    color: #fff;
    margin: 0px 5px 5px 5px;
    border-radius: 3px;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    background: #7EC3CB;
}

.flex-container>.charlist:hover {
    background: #7EC3CB;
}

.viewmorechar {
    display: block;
    color: #fff;
    margin: 0px auto 5px auto;
    border-radius: 3px;
    width: 100px;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    background: #7EC3CB;
}

.viewmorechar:hover {
    background: #7EC3CB;
}

.charcontainer:after {
    clear: both;
    content: '';
    height: 1px;
    display: block;
}

.charcontainer {
    background: #fff;
    position: relative;
    border: 0px solid #ccc;
    border-radius: 3px;
    margin: 20px 0 20px 0;
    padding: 0px 0;
    overflow: hidden;
}

.charcontainer h3 {
    background: #7EC3CB;
    color: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
}

.col-sm-2 {
    width: 21%;
    margin: 10px 2%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-sm-2 a .fa {
    color: #7EC3CB;
    margin-right: 5px;
}

.col-sm-2 a:hover {
    border-bottom: 1px solid #137984;
    color: #7EC3CB;
}





.offer-33 {
    width: 31%;
    float: left;
    margin-right: 3.3%;
    border-radius: 3px;
}

.offer-33.marginleftnone {
    margin-right: 0px;
}

.offer-33 img {
    border-radius: 3px;
    width: 100%;
    position: relative;
    z-index: -1;
}

.offer-33 h3.offer-title a {
    font-size: 17px;
    padding: 0 10px;
}

.offer-desc {
    padding: 0 10px 20px 10px;
    color: #333;
}

.b-detail{
    width: 90%;
    background: #fff;
    margin-top: -50px;
}

.b-catimg{
    width: 50px;
    height: 50px;   
}

.b-catimg img{
    width: 100%;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
}

.content {
    background: #fff;
    padding: 30px 40px;
    border-radius: 10px;
}

.content h2 {
    margin-bottom: 20px;
}

.content p {
    line-height: 34px;
}



.col-75 {
    width: 65%;
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 20px 20px;
    margin-top: 30px;
}

.forminputfield {
    padding: 0px 0;
    width: 44%;
    margin-right: 5%;
    float: left;
    margin-bottom: 20px;
}

.forminputfield label,
.forminputfield2 label {
    display: block;
    font-size: 15px;
    padding-bottom: 8px;
    font-weight: 700;
}

.forminputfield input {
    width: 100%;
    overflow-x: hidden;
    outline: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 10px 8px;
    border-radius: 5px;
    background: #fff;
}

.forminputfield2 textarea {
    width: 93%;
    overflow-x: hidden;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 10px 8px;
    background: #fff;
}

.submitbtn {
    background: #7EC3CB;
    border: 2px solid #7EC3CB;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 50px;
    border-radius: 5px;
    margin-top: 20px;
}

.submitbtn:hover {
    background: #fff;
    color: #7EC3CB;
}

.col-25 {
    width: 30%;
    float: right;
}

.store-contact-wrap {
    margin: 30px 0px 20px 0;
}

.store-contact-wrap ul {
    margin: 0px -15px;
}

.store-contact-wrap ul li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px 15px;
    margin: 0px 0px 40px;
}

.store-contact-us {
    padding: 25px 20px;
    overflow: hidden;
    text-align: justify;
    position: relative;
    background: rgba(255, 255, 255);
    border: 1px solid #ececec;
    border-radius: 5px;
    /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);*/
}

.store-contact-us i {
    font-weight: bold;
}

.store-contact-us h6 {
    margin: 0px 0px 10px;
    font-size: 28px;
    color: #7EC3CB;
}

.store-contact-us a,
.store-contact-us p {
    margin: 0px;
    line-height: 22px;
    display: inline-block;
    color: #717171;
    font-size: 16px;
}

@media screen and (max-width: 800px) {
    .col-75 {
        width: 90%;
        float: left;
        background: #fff;
        border-radius: 5px;
        padding: 20px 5%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .col-25 {
        width: 92.3%;
        float: none;
    }

    .forminputfield {
        padding: 0px 0;
        width: 90%;
        margin-right: 0%;
        float: left;
        margin-bottom: 20px;
    }

    .col-sm-2 {
        width: 45%;
        margin: 10px 2%;
    }
}

#divResult {
    z-index: 5000;
    background: #fff;
    position: absolute;
    width: 36%;
    margin-left: -5px;
}

.display_box {
    padding: 4px;
    border-top: solid 1px #eee;
    display: block;
    font-size: 12px;
    height: auto;
    color: #fff;
    border-radius: 3px;
}

.display_box:hover {
    background: #40C8F4;
    color: #fff;
    cursor: pointer;
}

.display_box .searchimgfunc {
    float: left;
    margin-right: 6px;
    border: 1px solid #fff;
    padding: 2px;
    border-radius: 3px;
}

.display_box .name {
    float: left;
    font-size: 17px;
    padding: 10px;
    color: #7EC3CB;
}

@media screen and (max-width: 1025px) {
    .site-logo {
        width: 25%;
        float: left;
    }

    .site-logo a {
        display: block;
        width: 100%;
        padding-top: 15px;
    }

    .site-logo img {
        max-width: 100%;
    }

    .center-linked {
        width: 35%;
        float: right;
    }

    .searchbar {
        width: 35%;
        margin-left: 5%;
        float: left;
    }
}

.mobile-srh,
.mobile-nav {
    display: none;
}

.navm-pills {
    display: none;
}

.content-header{
	display: block;
    position: relative;
    padding-bottom: 30px;
}

.branding {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 18px;
    float: left;
    margin-right: 2%;
    margin-bottom: 5%;
    width: 90%;
}

.branding img{
	width: 200px;
    height: 200px;
}

.store-title{
	padding-top: 0;
    font-size: 40px;
    margin-bottom: 2%;
}

.sb section {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    clear: both;
    margin-bottom: 10px;
}

.sb section h2 {
    padding: 15px 20px;
    border-radius: 3px;
    background-color: #fafbfc;
    box-shadow: 0 1px 0 0 #eff0f4;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #2d3e50;
    margin: 0 0 17px;
    word-wrap: break-word;
}

.sb section .count-table {
 	padding: 0 10px 15px;
    max-width: 100%;
}

.sb section .count-table li{
	list-style: none;
    margin-bottom: 5px;
    margin-left: 15px;
}

.sb section .count-table table {
    font-size: 14px;
    width: 100%;
}

.sb section .count-table table td {
    white-space: nowrap;
}

.sb section .count-table table td.value {
    font-weight: 700;
    padding-left: 20px;
    min-width: 40px;
    text-align: right;
}

.sidebox {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}

.p-store-logo {
    width: 50%;
    float: left;
    text-align: center;
    margin: 10px 0;
}

.p-store-logo img {
    border: 1px solid #eee;
    border-radius: 5px;
}

.sidebox .h2 {
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;
}

.feature-link {
    background: #fff;
    padding: 10px 0;
    text-align: left;
}

.feature-link ul {
    padding: 0;
    margin: 0;
}

.feature-link ul li {
    display: block;
}

.feature-link ul li a {
    display: block;
    padding: 10px;
    border-top: 1px solid #eee;
    font-size: 15px;
}

@media screen and (max-width: 800px) {
    .site-logo {
        width: 35%;
        float: left;
    }

    .searchbar {
        width: 50%;
        margin-left: 5%;
        float: left;
    }

    .center-linked {
        width: 100%;
        display: none;
        float: right;
        text-align: center;
    }

    .mobile-nav {
        position: absolute;
        top: 15px;
        right: 5%;
        color: rgba(255, 255, 255, 0.9);
        font-size: 32px;
        display: block;
        z-index: 100001;
    }

    .navm-pills {
        width: 200px;
        height: 100%;
        float: right;
        position: fixed;
        right: 0;
        z-index: 402;
        background: #7EC3CB;
        padding: 20px 10px 0 10px;
    }

    .navm-pills li {
        display: block;
        list-style: none;
    }

    .navm-pills li a {
        color: #fff;
        font-size: 0.875rem;
        border: 0px solid #ccc;
        border-radius: 3px;
        padding: 15px 5px;
        line-height: 28px;
        font-weight: 800;
        margin: 0 8px;
        text-transform: uppercase;
        text-align: left;
    }

    .offer-button a {
        background: #7EC3CB;
        color: #fff;
        display: inline-block;
        padding: 10px 0;
        width: 100%;
        border-radius: 1.5rem 0 1.5rem 0;
    }
    .offer-button a:hover{
        border-radius: 3px;
    }
    .grid_store ul li a {
        display: inline-block;
        height: 80px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 0px 1px 1px rgba(204, 204, 204, 0.49);
        width: 100%;
        position: relative;
    }

    .col-md-7 {
        width: 100%;
        float: left;
    }

    .col-md-3 {
        width: 100%;
        float: right;
        margin-top: 20px;
    }
    .col-md-4 {
        width: 100%;
        margin-top: 20px;
    }
}

.top-store {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;

}

.top-store-box {
    border: 1px solid #eee;
}

.top-store-logo {
    width: 33%;
    float: left;
    text-align: center;
    border-right: 1px solid #eee;
    padding: 2px 1%;
}

.top-store-logo img {
    max-width: 100%;
    border-radius: 10px;
}

.top-store-text {
    width: 55%;
    float: left;
    padding: 15px 3% 0px 5%;
}

.top-store-text .name {
    font-weight: 700;
    display: block;
    color: #111;
    margin-bottom: 5px;
}

.top-store-text .noof {
    font-size: 12px;
    color: #666;
}

.top-store.mrgnone {
    margin-right: 0;
}

@media screen and (max-width: 600px) {
    .top-store {
        width: 98%;
    }

    .cr-50 {
        width: 100%;
        margin-top: 10px;
        padding: 0;
    }
    
    .store-sub .sub-detail{
        width:100%;
    }
    
    .store-sub .sub-body{
        width: 100%;
    }

    .about {
        display: none;

    }
    .col-left{
    width: 100%;
    float: left;
    }
    
    .col-right{
    width: 100%;
    float: left;
    }  
    .post-preview.full-width-post .post-details{
        width: 300px;
        height: 180px;
    }

    .sidebox {
        display: none;
    }

    .site-logo {
        width: 10%;
        margin-left: 5%;
        float: left;
    }

    .searchbar {
        width: 60%;
        margin-left: 0%;
        float: left;
    }

    .mobile-srh {
        position: absolute;
        top: 23px;
        left: 5%;
        color: rgba(255, 255, 255, 0.9);
        font-size: 32px;
        display: block;
        z-index: 100001;
    }
    .new_store ul li {
    width: 47%;
	}

    .hh1 {
        font-size: 22px;
    }

    .item-list {
        width: 46%;
        float: left;
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        margin: 10px 2%;
        box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
    }

    .item-list .offer-button {
        margin: 0 20px;
    }

    .category-wrap ul li {
        width: 100%;
    }

    .grid_store ul li {
        float: left;
        display: block;
        width: 31%;
        margin: 0 1%;
    }

    .grid_store ul li a {
        display: inline-block;
        height: 120px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 0px 1px 1px rgba(204, 204, 204, 0.49);
        width: 100%;
        position: relative;
    }

    .grid_store ul li.mbnone {
        display: none;
    }

    .mbnone {
        display: none;
    }

    .offer-25 {
        width: 46%;
        background: #fff;
        border-radius: 5px;
        float: left;
        margin: 0px 2%;
        margin-bottom: 20px;
        box-shadow: 0px 0px 1px 1px rgba(204, 204, 204, 0.49);
    }

    .offer-25 .offer-title {
        font-size: 16px;
        line-height: 22px;
        padding: 8px 0;
        height: 40px;
    }
    
    .cr{
        width: 100%;
    }
    
    .getdeal{
        width: 100%;
    }

    .store-tags-list ul li {
        list-style: none;
        float: left;
        width: 46%;
        margin: 5px 2% 5px 2%;
    }

    .banner-slider .layer {
        float: left;
        width: 98%;
        position: relative;
        margin: 30px 1%;
        border-radius: 5px;
        overflow: hidden;
    }

    .product-img {
        width: 30%;
        float: left;
        padding: 5px 30px 10px 10px;
        text-align: center;
        margin-top: 5px;
    }

    .product-img img {
        max-width: 100%;
        border: 1px solid #eee;
        padding: 0px;
    }

    .ctabtn {
        width: 250px;
        float: left;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .product-detail {
        width: 55%;
        position: relative;
        float: left;
        padding: 15px 0% 10px 0%;
        min-height: 80px;
    }

    .product-detail h3.product-title {
        font-size: 19px;
        padding: 0px 0 3px 0;
        color: #333;
    }

    .couponbtn-verify2 {
        display: none;
    }

    .product-50 {
        width: 100%;
    }

    .cwrap .txt {
        font-size: 24px;
        text-transform: uppercase;
        overflow: hidden;
        font-weight: bold;
        color: #7EC3CB;
        padding: 0;
    }

    .storepage h1 {
        font-size: 22px;
    }

    .socialmedias a {
        display: inline-block;
        margin-right: 10px;
    }
    footer .col-3, footer .col-6{
    	width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #divResult {
        z-index: 5000;
        background: #fff;
        position: absolute;
        width: 88%;
        margin-left: -5px;
    }

    h3.coffer-title {
        height: 180px;
        padding-bottom: 20px;
        margin-bottom: 10px;
        overflow: hidden;
    }
}

.faq-container {
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
}

.faqslist {
    margin: 20px 0 0px 0;
    border-radius: 3px;
    padding: 15px 15px;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    cursor: pointer;
    background: #7EC3CB;
    color: #fff;
}

.faqslist:hover {
    background: #7EC3CB;
}

.content {
    margin: 0px 0%;
    background: #fff;
    color: #666;
    line-height: 22px;
}

.collapsible:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    margin-top: -23px;
    margin-right: 10px;
    float: right;
    margin-left: 5px;
    font-size: 20px;
}

.active:after {
    content: "\2212";
}

.content {
    padding: 0px 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.fontjustify {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.content ul {
    margin-left: 50px;
}

.content ul li {
    margin-bottom: 5px;
}
}