/*
 Theme Name:   İndirim Kupon Teması
 Theme URI:    https://indirimkupon.com
 Description:  İndirim Kupon Teması
 Author:       IndirimKupon.com
 Author URI:   https://indirimkupon.com
 Template:     wp-coupon
 Version:      1.0.1
 Tags: one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, sticky-post, threaded-comments, translation-ready
 Text Domain:  indirimkupon
*/

/* Add your custom css below
Just make a green theme ;)
-------------------------------------------------------------- */

/*body a {
    color: #589f37;
}
#header-search .header-search-submit {
    background-color: #589f37;
}
.st-menu a:hover {
    color: #589f37;
}
.newsletter-box-wrapper.shadow-box .input .ui.button {
    background: #589f37;
}

.store-listing-item .latest-coupon .coupon-title a {
    color: #589f37;
}
.site-footer a:hover {
    color: #589f37;
}
.coupon-button-type .coupon-code .get-code::after {
    border-left-color: #589f37;
}
.coupon-button-type .coupon-code .get-code {
    background: #589f37;
}*/

@media (min-width: 790px) {
	.tax-coupon_store .content-area {
		width: 72%;
	}

	.tax-coupon_store .widget-area {
		width: 25%;
	}
}

.tax-coupon_store .heading {
    font-weight: 300;
    text-align: center;
    font-size: 22px;
}

.total-offers.heading {
    text-align: left;
}

.best-store-code table * {
    background-color: #fff;
}

.related-store {
	margin-bottom: 30px
}

.related-store .section-inner {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}

.related-store .col {
    border: 1px solid #e1e1e1;
    padding: 7px;
    width: 23%;
    margin-bottom: 15px;
    background-color: #fff;
}

.related-store .featured-image img {
	min-height: 115px;
}

.related-store .store-coupon {
	margin-bottom: 50px;
}

@media (max-width: 1023px) {
	.related-store .section-inner {
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}

	.related-store .col {
		margin: 15px 0;
		text-align: center;
    	width: 50%;
	}
}

@media (max-width: 767px) {
	.related-store .col {
		width: 100%;	
	}

	.tax-coupon_store .header-content h1,
	.tax-coupon_store .total-offers.heading {
	    text-align: center;
	}
}


body .coupon-filter .filter-coupons-buttons .coupon-types-list {
	display: flex;
	box-shadow: 0 0 0 1px rgba(39,41,43,.05), 0 1px 2px 0 rgba(0,0,0,.05);
}

body .coupon-filter .filter-coupons-buttons .store-filter-button {
	margin: 0;
	border-radius: 0;
	width: 25%;
	padding: 15px 0;
	background-color: #fff;
	box-shadow: none;
	border-right: 1px solid rgba(34,36,38,.1);
	transition: unset;
}

body .coupon-filter .filter-coupons-buttons .store-filter-button:last-child {
	border-right: 0;
}

body .coupon-filter .filter-coupons-buttons .store-filter-button.current {
	background-color: #fff;
}

body .coupon-filter .filter-coupons-buttons .store-filter-button:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

body .coupon-filter .filter-coupons-buttons .store-filter-button.active:hover {
	background-color: #fff;
}

body .coupon-filter .filter-coupons-buttons .coupons-types-wrap {
	float: none;
}

body .coupon-filter .filter-coupons-buttons .store-filter-button:after {
    visibility: hidden;
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background: 0 0;
    margin: 0.5px 0 0;
    width: 10px;
    height: 10px;
    border: none;
    border-bottom: 1px solid #d4d4d5;
    border-right: 1px solid #d4d4d5;
    z-index: 2;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
    background: #fff;
}

body .coupon-filter .filter-coupons-buttons .store-filter-button.active:after {
	visibility: visible;
}

@media screen and (max-width: 790px) {
	body .coupon-filter .filter-coupons-buttons .coupons-types-wrap .couponlist-smallscreen-info,
	body .coupon-filter .filter-coupons-buttons .coupons-types-wrap .coupon-types-list .offer-count,
	body .single-store-header .header-content .entry-share {
		display: none;
	}

	body .coupon-filter .filter-coupons-buttons .coupons-types-wrap .coupon-types-list {
		display: flex;
	}
}

@media (max-width: 767px) {
    body .store-listing-item .store-thumb-link {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    
    body .store-listing-item .store-thumb-link .store-thumb {
        margin: 0 auto;
    }

    body #primary .store-listings .store-listing-item .c-type,
    body #primary .store-listings .store-listing-item .voted-value,
    body #primary .store-listings .store-listing-item .coupon-exclusive {
        display: none;
    }
    

    body #primary .store-listings .store-listing-item .coupon-detail,
    body #primary .store-listings .store-listing-item .coupon-des {
        display: inline-block;
        float: none;
    }

    body #primary .store-listings .store-listing-item {
        text-align: center;
    }

    body #primary .store-listings .store-listing-item .latest-coupon {
        max-width: 100%;
    }

    body .store-listings:not(.couponstore-tpl-full) .store-listing-item .coupon-detail .coupon-button {
        display: block;
    }
}

table.about-merchant-stats tbody > tr > th {
    text-align: left;
    font-weight: 400;
    text-transform: capitalize;
}

table.about-merchant-stats tbody > tr > td {
    text-align: center;
}
