/* 
Theme Name:		 WP Coupon Child
Theme URI:		 https://www.esavetimes.com/
Description:	 WP Coupon Child is a child theme of WP Coupon, created by ChildTheme-Generator.com
Author:			 Aqib Javeed
Author URI:		 https://www.esavetimes.com/
Template:		 wp-coupon
Version:		 1.0.0
Text Domain:	 wp-coupon-child
*/


/*
    Add your custom styles here
*/
.custom-stores-list {
    text-align: center;
}
.custom-stores-list h3 {
    font-family: "Quicksand", Sans-serif;
    font-size: 15px;
}
.custom-stores-list .img {
    background-color: #fff;
    height: 150px;
    border-radius: 15px;
    margin: 5px;
    display: flex;
    align-items: center;
    padding: 10px;
}
.custom-stores-list .slick-prev:before {
    color: #000;
}
.custom-stores-list .slick-prev {
    height: 82%;
    background-color: #fff !important;
    width: 35px;
    margin-top: -11px;
}
.custom-stores-list .slick-next:before {
    color: #000;
}
.custom-stores-list .slick-next {
    height: 82%;
    background-color: #fff !important;
    width: 35px;
    margin-top: -11px;
}
.custom-categories-list {
    padding: 0;
    list-style: none;
}
.custom-categories-list h3 {
    font-family: "Quicksand", Sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
	width: 200px;
    height: 55px;
    border-radius: 15px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 15px #ccc;
}
.custom-categories-list li {
    display: inline-flex;
    margin: 10px;
    text-align: center;
}
.coupon-item-slide .store-thumb-link {
    float: none !important;
    display: block;
    margin-right: 0 !important;
}
.coupon-item-slide .latest-coupon {
    float: none !important;
    max-width: 100% !important;
    margin: 0px !important;
}
.coupon-item-slide .coupon-detail {
    float: none !important;
    margin: 15px 0px;
    display: inline-block;
}
.coupon-item-slide {
    text-align: center;
}
.coupon-item-slide .store-thumb-link .store-thumb {
    margin: 15px auto;
    display: block;
}
.coupon-item-slide .coupon-item {
    margin: 0px 7px;
    border: 1px #ccc solid;
	height: 450px;
/*     height: 70vh; */
}
.store-coupons-slider .slick-prev:before {
    color: #000;
}
.store-coupons-slider .slick-prev {
    height: 100%;
    background-color: #fff !important;
    width: 35px;
    margin-top: 0px;
}
.store-coupons-slider .slick-next:before {
    color: #000;
}
.store-coupons-slider .slick-next {
    height: 100%;
    background-color: #fff !important;
    width: 35px;
    margin-top: 0px;
}
button#next {
    margin: 2rem auto 5rem auto;
    display: block;
    background-color: #620E00;
    color: #fff;
    padding: 15px 35px;
    border: none;
    border-radius: 10px;
    font-family: "Quicksand", Sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.site-footer .footer_copy {
    padding-top: 20px;
    margin-top: 0px;
}
.site-footer {
    padding: 20px 0px;
}
@media screen and (max-width:480px){
	.custom-categories-list h3 {
		width: 145px;
		height: 45px;
		font-size: 13px;
	}
}