@media print, screen and (min-width: 40em) {
    .header .header-branding-wrap {
        padding: 0em 0;
    }
}
#header{
	background:#525252;
}
#header .search-box{
	background-color: transparent;
}
.button{
    background-color: #00b9bd;
}
.header #top-bar-primary{
	background: black;
}
#header .menu-primary li{
	background-color: transparent;
}
#header .menu-primary li.active {
    background-color: #282727;
    box-shadow: none;
}
#header .menu-primary li.active a{
	text-shadow: none;
	color: #fff;
}
.site-logo img{
	max-width: 70px;
}

/* Featured store start*/
.ui.grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    padding: 0;
}
.ui[class*="six column"].grid>.column:not(.row), .ui[class*="six column"].grid>.row>.column {
    width: 16.66666667%;
}
.widget_popular_stores .ui.grid > .column:not(.row) {
    padding: 10px;
}
.widget_popular_stores .shadow-box .store-thumb {
    background: #ffffff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
}
.widget_popular_stores .store-thumb {
    line-height: 68px;
}
.store-thumb {
    border: 2px solid #e5e5e5;
    border-radius: 2px;
    display: block;
    padding: 10px 20px;
}
.ui.middle.aligned.image, .ui.middle.aligned.image img, .ui.middle.aligned.image svg, .ui.middle.aligned.images .image {
    display: inline-block;
    vertical-align: middle;
}
.ui.image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    background-color: transparent;
    text-align: center;
    width: 100%;
}
.widget_popular_stores .store-thumb {
    line-height: 68px;
}
.store-thumb:hover {
    border: 2px solid #14ba88;
}
.widget-title {
    text-align: center !important;
    font-size: 26px !important;
    font-weight: 500 !important;
    margin-top: 20px;
    color: #000;
}

@media(max-width:767px){
	.ui[class*="six column"].grid > .column:not(.row), .ui[class*="six column"].grid > .row > .column {
    width: calc(100% / 3);
	}
	.header .header-branding-wrap .site-branding{
		margin: 0;
	}
	.top-navigation-header{
		display: none;
	}
	.header-branding-wrap{
		display: flex;
	}
	.top-bar-left{
		margin-top: 15px;
	}
}
@media(max-width:500px){
	.ui[class*="six column"].grid > .column:not(.row), .ui[class*="six column"].grid > .row > .column {
    width: calc(100% / 2);
	}
}
/* Featured store End*/

#main .content-box .coupon{
	width: calc(100% / 3);
	display: flex;
	flex-wrap: wrap;
}
.home-coupon-list{
	display: flex;
  flex-wrap: wrap;
}
.content-box .store-holder {
    position: relative;
}
.content-box .store-image {
    position: absolute;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
    width: 73px;
    height: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, .04706) 0 2px 3px 0;
    -moz-box-shadow: rgba(0, 0, 0, .04706) 0 2px 3px 0;
    box-shadow: rgba(0, 0, 0, .04706) 0 2px 3px 0;
    background: #fff;
}
.content-box .store-image .item-cover {
		max-width: 73px;
    max-height: 30px;
    width: 56px;
    height: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0;
    border: transparent;
}
a.home-shopnow {
    width: 100%;
    background: #4b65c2;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #fff !important;
    margin: 0 0;
    padding: 0 10px;
}
a.home-shopnow:hover{
	background:#2e3d74
}
.content-box ul.soc-container li.home-shop-now-outer{
	margin-right: 0;
	float: right;
}
.content-box .item-footer{
	display: inline-block;
	width: 100%;
}
.content-box .item-holder {
    padding-top: 0;
    background: none;
    box-shadow: none;
    width: 100%;
    padding-bottom: 5px;
}
.pading-0{
	padding: 0;
}
.coupon img {
    border: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.image-outer-home {
    border: 0;
    box-shadow: none;
}
.mt-10{
	margin-top: 10px;
}
.coupon-heading{
	height: 35px;
	overflow: hidden;
}
.coupon-description{
	height: 41px;
	overflow: hidden;
}
@media(max-width: 1000px){
	#main .content-box .coupon{
		width: calc(100% / 2)
	}
}
@media(max-width: 767px){
	#main .content-box .coupon{
		width: 100%
	}
}

@media(min-width: 768px){
	#main .content-box .coupon, #content-fullwidth .content-box .coupon{
		padding: 10px 5px;
	}
}