@charset "UTF-8";
/*---------------------------------------------------------
[Master Stylesheet]
Theme Name: AcouponZ – Daily deals & coupons HTML Template
Version: 1.0.0
Author: LeeuCode
----------------------------------------------------------*/
/*----------------------------------------------------------
[Table of contents]

01. Global Styles
02. Helper Classes
03. Top Header
04. Bottom Header
05. Home Slider
06. Categories Slider
07. Section Title
08. Offer
09. Copon
10. Model Coupon
11. Breadcrumbs
12. Store Info
13. Widget
14. Widget Newslatter
15. Footer
16. Responsive Meta
-------------------------------------------------------------*/

/*=============================
	[01. Global Styles]
===============================*/
* {
    font-family: 'Cairo', sans-serif;
}

body {
    background-color: #F7F7FA;
}

a {
    text-decoration: none;
}

/*=============================
	[02. Helper Classes]
===============================*/
.w-35 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.perloader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1500;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/*=============================
	[03. Top Header]
===============================*/
.header-top {
    background: linear-gradient(225deg, #0a3369 0, #025397 37.53%, #0877cc 100%) !important;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.btn-nav-toggle {
    background: transparent;
    border: 0;
    color: #fff;
}

.top-menu li a {
    color: #fff;
}

.lang-swither {
    line-height: 2;
    color: #fff;
}

.search-box input {
    border-radius: 50px !important;
    position: relative !important;
    border: 0;
    padding-right: 3rem;
}

.search-box button {
    position: absolute !important;
    background-color: transparent;
    border: 0;
    right: 10px;
}

.search-box input:focus {
    z-index: 0 !important;
}

/*=============================
	[04. Bottom Header]
===============================*/
.header-bottom {
    background-color: #fff;
    width: 100%;
    box-shadow: -1px 2px 4px 0px #eee;
}

.cat-nav {
    white-space: nowrap;
    flex-wrap: nowrap;
    max-height: 60px;
}

.header-bottom ul li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #333
}

.nav-key-word {
    justify-content: space-between
}

.nav-key-word li a {
    color: #0c0c0c;
    font-weight: 600;
}

/*=============================
	[05. Home Slider]
===============================*/
.item-slider {
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center !important;
}

.item-slider img {
    width: 100%
}

.child {
    width: 100%
}

.slide:not(.slick-active) {
    cursor: pointer
}

.slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border: 0;
    background-color: #33333391;
    color: #fff;
}

.prev-arrow {
    left: 0
}

.prev-arrow:before {
    content: "\ea9d";
    font-family: IcoFont !important;
}

.next-arrow {
    right: 0;
}

.next-arrow:before {
    content: "\eaa0";
    font-family: IcoFont !important;
}

.pagination {
    text-align: center;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 1.2rem;
}

/*=============================
	[06. Categories Slider]
===============================*/
.item-slider-category {
    display: flex;
    justify-content: space-evenly;
    border: 1px solid #f4f5f5;
    border-radius: 4px;
    height: 93px;
    overflow: hidden;
    align-items: center;
    align-content: stretch;
    flex-wrap: nowrap;
    padding: 1rem;
    background-color: #fff;
    margin: 0 0.3rem;
}

.item-slider-category:hover {
    border-color: #cacdce;
}

/*=============================
	[07. Section Title]
===============================*/
.section-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.section-title::after {
    content: '';
    background: #d8d8d8;
    height: 2px;
    flex: 1;
    content: '';
    margin-left: 24px;
}

/*=============================
    [08. Offer]
===============================*/
.offer {
    background-color: #fff;
    border-radius: 5px;
}

.offer .coupon-cover {
    width: 100%;
    height: 200px;
    object-fit: scale-down;
}

.offer-info {
    padding: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.offer-title {
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 1.2rem;
}

.price span:first-child {
    font-size: 20px;
    font-weight: 600;
    margin-right: 3px;
}

.price span:last-child {
    text-decoration: line-through;
    font-weight: 600;
    color: #bbb;
}

.offer-brand {
    width: 73px;
    height: 30px;
    display: flex;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 0.3rem;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.offer-brand img {
    height: 100%;
    object-fit: scale-down;
}

.btn-coupon {
    background: linear-gradient(225deg, #0a3369 0, #025397 37.53%, #0877cc 100%) !important;
    border-radius: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/*=============================
	[09. Coupon]
===============================*/
.coupon {

    background-color: #fff;
    border-radius: 5px;
    padding: 1rem;
}

.coupon-content {
    display: flex;
}

.coupon-image {
    width: 86px;
    height: 86px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.coupon-info {
    flex: 1;
}

.copy-coupon {
    position: absolute;
    display: inline-flex;
    align-items: center;
    padding: 0 1rem;
    width: 200px;
    height: 36px;
    border: 1px #054888 dashed;
    color: #054888;
    border-radius: 50px;
    top: 0;
    left: 0;
    position: relative;
}

.copy-btn {
    width: 100%;
}

.copy-btn .coupon-code {
    width: 50%;
}

.coupon-code {
    top: -1px;
    bottom: -1px;
    position: absolute;
    width: 75%;
    background: linear-gradient(225deg, #0a3369 0, #025397 37.53%, #0877cc 100%) !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coupon-footer {
    border-top: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-top: 1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}

.coupon-footer i {
    color: #0877cc;
}

.coupon-footer a {
    color: #777676;
}

/*=============================
	[10. Model Coupon]
===============================*/
.modal-coupon-header {
    background: linear-gradient(77deg, #0a3369 0, #025397 37.53%, #0877cc 100%) !important;
    color: #fff;
}

.modal-coupon-image {
    background-color: #fff;
    display: inline-flex;
    padding: 0.3rem;
    border-radius: 5px;
}

.model-coupon-info {
    width: 70%;
}

/*=============================
	[11. Breadcrumbs]
===============================*/
.breadcrumb li:not(.active):after {
    content: "/ ";
    margin-left: 12px;
    margin-right: 14px;
    font-size: 14px;
}

.breadcrumb li.active {
    font-size: 14px;
    color: #4d4d4d;
}

/*=============================
	[12. Store Info]
===============================*/
.store-info {
    background-color: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
}

.store-logo-link {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #fde6e6;
    border-radius: 4px;
    padding: 1rem;
}

.store-details {
    padding: 0 1rem;
}

.title-with-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share-links {
    display: flex;
    align-items: center;
}

.share-links span {
    margin-right: 6px;
}

.social-link {
    width: 32px;
    height: 32px;
    font-size: 16px;
    display: inline-flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 3px;
}

.twitter-bg {
    background-color: #43bceb;
}

.facebook-bg {
    background-color: #4268b3;
}

.whatsapp-bg {
    background-color: #0dc143;
}

/*=============================
	[13. Widget]
===============================*/
.widget {
    background-color: #fff;
}

.widget-heading {
    font-size: 18px;
    padding: 1rem 0;
    margin: 0 1rem;
    border-bottom: 1px solid #f4f5f5;
}

.widget-body {
    padding: 1rem;
}

.filter-rideo {
    margin-bottom: 0.7rem;
}

.filter-rideo label {
    margin-left: 5px;
}

/*=============================
	[14. Widget Newslatter]
===============================*/
.widget-newslatter {
    background: linear-gradient(225deg, #0a3369 0, #025397 37.53%, #0877cc 100%) !important;
    padding: 1.5rem;
}

.widget-newslatter h5 {
    color: #fff;
}

.widget .max-height-200 {
    max-height: 200px;
}

/*=============================
	[15. Footer]
===============================*/
.footer {
    background-color: #0774c7;
}

.social-icons {
    list-style: none;
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    margin-top: 1rem;
}

.social-icons a {
    margin-right: 0.4rem;
    width: 32px;
    height: 32px;
    display: flex;
    color: #fff;
    border-radius: 3px;
    align-items: center;
    justify-content: center
}

.social-icons a:hover {
    background-color: #fff;
    color: #0877cc;
}

.menu-footer {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-footer li {
    margin-bottom: 0.7rem;
}

.menu-footer li a {
    color: #fff;
}

.popular-store {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popular-store li {
    margin-bottom: 0.7rem;
}

.popular-store li a {
    color: #000;
}

/*=============================
	[16. Responsive Meta]
===============================*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .search-box {
        display: none;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .store-info {
        flex-wrap: wrap;
        padding: 1rem;
        margin-bottom: 1rem;
        justify-content: center;
    }

    .store-details {
        text-align: center;
    }

    .store-details p {
        margin-top: 0.5rem !important;
    }

    .title-with-share {
        margin-top: 0.5rem;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .share-links {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0.5rem 0;
    }

    .share-links span {
        margin: 0.5rem;
    }

    .social-link {
        width: 27px;
        height: 27px;
        font-size: 0.8rem;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: 0 2px;
    }

    .show-toggle-ms {
        display: none;
    }

    .coupon-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .coupon-info {
        flex: auto;
        margin-top: 1rem;
        text-align: center;
    }

    .copy-btn {
        width: 100%;
    }

    .coupon-code {
        width: 80%;
    }

    .model-coupon-info {
        width: 100%;
    }
}