/* Top Coupon Section start */

.top-coupon-sec {
    background-color: #c1c0c017;
    padding-top: 15px;
}

.never-miss-deals-sec {
    padding: 40px;
    background-color: #3d155f;
}

.never-miss-deals-sec .mainbox {
    text-align: center;
    color: var(--gray-color);
}

h3.never-h3 {
    color: #e8e8e8;
}

/* Never Miss Section */

.never-miss-deals-sec .mainbox {
    text-align: center;
    color: var(--gray-color);
}

.never-miss-deals-sec .mainbox p {
    font-weight: 500;
    margin-top: 5px;
    color: #e8e8e8;
}

h3.never-h3 {
    color: #e8e8e8;
}

.never-miss-deals-sec .mainbox .subscribe-us {
    max-width: 35%;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
}

.never-miss-deals-sec .mainbox .subscribe-us input[type="email"] {
    padding: 11px 15px !important;
    border-radius: 25px !important;
    width: 100% !important;
    background: #fff;
    border: 1.5px solid var(--border-color) !important;
    height:55px;
    width:100%;
}

.never-miss-deals-sec .mainbox .subscribe-us input[type="email"] {
    padding: 11px 15px;
    border-radius: 25px;
    width: 100%;
    border: 1.5px solid var(--border-color);
}

.never-miss-deals-sec .mainbox .subscribe-us .btn-primry {
    position: absolute;
    top: 18%;
    right: 4px;
    /*transform: translateY(-50%);*/
    line-height: 1;
}

.btn-primry {
    border-radius: 30px !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    background-color: #3d155f !important;
    /* display: block; */
    width: 100% !important;
    max-width: max-content !important;
    border: unset !important;
    outline: unset !important;
    color: white !important;
    text-decoration: none !important;
}

/* Footer Section */

footer {
    padding: 20px 0;
}

footer .footer-links {
    color: var(--gray-color);
}

footer h4 {
    margin-bottom: 15px;
}

footer .footer-links ul {
    list-style: none;
    padding-left: 0px !important;
}

footer .col-lg-3 .footer-links ul {
    display: flex;
    flex-flow: wrap;
}

footer .col-lg-3 .footer-links ul li {
    flex: 0 0 50%;
    max-width: 50%;
}

footer .col-lg-3 .footer-links.show ul li:nth-child(n+11) {
    display: block;
}

footer .col-lg-3 .footer-links ul li:nth-child(n+11) {
    display: none;
}

footer .footer-links .show-hide-btn .show-btn.hide {
    display: none;
}

footer .footer-links .show-hide-btn .show-btn.show {
    display: block;
}

footer .footer-links .show-hide-btn .hide-btn {
    display: none;
}

footer .footer-links .show-hide-btn .hide-btn.show {
    display: block;
}

footer .footer-links .show-hide-btn .hide-btn.hide {
    display: none;
}

footer .footer-links .show-hide-btn button {
    background-color: unset;
    padding: unset;
    border: unset;
    outline: unset;
    color: black;
    font-weight: 700;
    margin-top: 5px;
}

footer .footer-links ul li {
    padding-bottom: 10px;
    font-weight: 600;
}

footer .footer-links ul li a {
    color: black;
    font-size: 14px;
}



.link_widget {
    padding: 20px 0;
}

.link_widget .footer-links {
    color: var(--gray-color);
}

.link_widget h4 {
    margin-bottom: 15px;
}

.link_widget .footer-links ul {
    list-style: none;
}

.link_widget .col-lg-4 .footer-links ul {
    display: flex;
    flex-flow: wrap;
}

.link_widget .col-lg-4 .footer-links ul li {
    flex: 0 0 50%;
    max-width: 50%;
}

.link_widget .col-lg-4 .footer-links.show ul li:nth-child(n+11) {
    display: block;
}

.link_widget .col-lg-4 .footer-links ul li:nth-child(n+11) {
    display: none;
}

.link_widget .footer-links .show-hide-btn .show-btn.hide {
    display: none;
}

.link_widget .footer-links .show-hide-btn .show-btn.show {
    display: block;
}

.link_widget .footer-links .show-hide-btn .hide-btn {
    display: none;
}

.link_widget .footer-links .show-hide-btn .hide-btn.show {
    display: block;
}

.link_widget .footer-links .show-hide-btn .hide-btn.hide {
    display: none;
}

.link_widget .footer-links .show-hide-btn button {
    background-color: unset;
    padding: unset;
    border: unset;
    outline: unset;
    color: black;
    font-weight: 700;
    margin-top: 5px;
}

.link_widget .footer-links ul li {
    padding-bottom: 10px;
    font-weight: 600;
}

.link_widget .footer-links ul li a {
    color: var(--gray-color);
}


.copyright {
    background-color: var(--light-background-color);
    padding: 15px 0;
    border-bottom: 15px solid #3d155f;
}

.copyright ul li {
    margin-right: 15px;
    font-weight: 600;
}

.copyright ul li a {
    color: var(--gray-color);
}

.copyright p {
    text-align: right;
    color: var(--gray-color);
    font-weight: 600;
}



/* Banner Section Start */

.banner-sec {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #d2691e;
}

.banner-sec .contentbox {
    text-align: center;
    color: white;
}

.banner-sec .contentbox .searchbar {
    max-width: 50%;
    margin: 15px auto;
    position: relative;
}

.banner-sec .contentbox .searchbar input {
    width: 100%;
    border-radius: 25px;
    border: none;
    outline: none;
    padding: 10px 20px;
}

.banner-sec .contentbox .searchbar i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    background: var(--primary-light-color);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    font-size: 14px;
}

.banner-sec .contentbox .category-links li {
    padding-right: 15px;
    text-transform: capitalize;
}

.banner-sec .contentbox .category-links li a {
    text-decoration: underline;
    color: white;
    padding-bottom: 3px;
}

.cat-banner-tiles {
    margin: 20px 0;
}

.category-tiles .mainbox {
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
}

.category-tiles .mainbox .contentbox {
    position: relative;
    padding: 30px 20px;
    text-align: left;
}

.category-tiles .mainbox .contentbox .brand-logo {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 100px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    padding: 15px;
    background-color: white;
}

.category-tiles .mainbox .contentbox p {
    margin-top: 10px;
    /* color: var(--gray-color); */
}

.banner-sec .banner-bottom-link {
    text-align: center;
    display: block;
    color: white;
    text-decoration: underline;
}
.coupons-container.two-cols .obox {
    -webkit-align-items: stretch;
    align-items: stretch;
    background-color: #fff;
    width: 100%
}

.coupons-container.two-cols .obox .ocontent {
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.coupons-container.two-cols .obox .ocontent .odata .otype {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.coupons-container.two-cols .obox .ocontent .odata .obody .otop .otitle {
    font-size: 16px
}

.coupons-container.two-cols .obox .ocontent .odata .obody .otop .orestrictions {
    display: none
}

.coupons-container.two-cols .obox .ohop.code .ocode {
    font-size: 15px
}

.coupons-container.two-cols .obox .oactions {
    display: none
}

.coupons-container.two-cols .obox .oactions.view-more-from-store {
    display: inherit
}

.coupons-container.two-cols .obox .ocontent {
 
    border-radius: 8px;
}

.obox .ocontent .odata .otype {
    -webkit-align-items: center;
    align-items: center;
    flex-shrink: 0;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 65px;
}

.coupons-container {
    margin: 0 0 20px;
    padding: 0;
}

/* Product Tiles  */

.product-tiles {
    /* padding-bottom: 0; */
    /* padding-top: 16px; */
}

.product-tiles .mainbox {
    border: 1px solid #adadad;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: 0.4s all;
}

.product-tiles .mainbox .imgbox {
    padding: 40px 0;
}

.product-tiles .mainbox .imgbox img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}

.product-tiles .mainbox .contentbox {
    padding: 15px;
    border-top: 1px solid #adadad;
}

.product-tiles .mainbox .contentbox span {
    color: #e4a578;
    font-weight: 700;
    text-transform: capitalize;
}

.product-tiles .mainbox .contentbox p {
    margin-top: 5px;
    font-size: 16px;
    color: #3d155f;
    font-weight: 500;
}

.product-tiles .mainbox:hover {
    box-shadow: 5px 5px 15px rgb(0 0 0 / 10%);
}
.sec-title h3 {
    color: #3d155f;
    font-weight: bold;
}
.sec-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

/* Top Stores And Category Section */

.top-store-category-sec .accordion-container .accordion-title {
    display: block;
    position: relative;
    margin: 0;
    cursor: pointer;
    text-align: center;
    border: 1px solid #eeeeee;
    border-radius: 15px;
    color: var(--primary-color);
    padding: 10px;
    margin-bottom: 25px;
}

.top-store-category-sec .accordion-container .accordion-title:hover,
.top-store-category-sec .accordion-container .accordion-title:active,
.top-store-category-sec .accordion-container .content-entry.open .accordion-title {
    /* color: white; */
    background: chocolate !important;
    color: #fff !important;
}

.accordion-container .accordion-title:hover h4::after,
.accordion-container .accordion-title:hover h4:active,
.accordion-container .content-entry.open i {
    color: black;
}

.accordion-container .content-entry h4::after {
    content: '\f078';
    font-family: 'font Awesome 5 free';
    font-weight: 700;
    font-size: 12px;
    margin-left: 5px;
}

.accordion-container .content-entry.open h4::after {
    content: '\f077';
}

.accordion-content {
    display: none;
}
.accordion-container .content-entry.open h4::after :hover{
    color:#fff !important;
}
.mobile-nav .accordion-container {
    padding-top: 20px;
}

.mobile-nav .accordion-container .accordion-title {
    position: relative;
    padding: 10px;
}

.mobile-nav .accordion-container .accordion-title a {
    color: white;
    font-size: 14px;
}

.mobile-nav .accordion-container .has-child::after {
    content: "\f078";
    font-family: 'font Awesome 5 free';
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 12px;
    color: white;
}
.accordion-container .content-entry h4::after {
    content: '\f078';
    font-family: 'font Awesome 5 free';
    font-weight: 700;
    font-size: 12px;
    margin-left: 5px;
}

     nav {
        grid-gap: 10px;
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(6, 1fr) !important;
        margin: 0px 0px 50px 0px !important;
    }
    nav a {
        background-color: #fff;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 12px;
        -moz-box-shadow: 0 1px 2px rgba(48, 48, 48, .1);
        -ms-box-shadow: 0 1px 2px rgba(48, 48, 48, .1);
        -webkit-box-shadow: 0 1px 2px rgba(48, 48, 48, .1);
        box-shadow: 0 1px 2px rgba(48, 48, 48, .1);
        display: block;
        width: 100% !important;
    }
    

     nav a img {
        display: block;
        margin: auto;
    }
    

    section.homepage.featured {
        background: hsl(25deg 75% 47.06%);
    }
    section.homepage.featured nav a {
        display: block;
        min-height: 112px;
        padding: 20px;
        position: relative;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;
        width: calc(16.66667% - 7.5px);
        z-index: 1;
    }

    section.homepage.featured h3 {
        text-align: center;
        color: #fff;
        padding: 20px 0px;
    }

    .topCoups {
        display: grid;
        grid-gap: 3%;
        grid-template-columns: 157px 84%;
        margin-left: 6px;
        margin-top: 50px;
        margin-bottom: 35px;
    }

    .top_logoBox {
        display: flex;
        height: 152px;
        background: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 10px;
    }

    .st_logobox {
        width: 100%;
        margin: 0;
        float: left;
        padding: 1px 1px 0 0;
    }

    .st_logobox img {
        width: 100%;
        margin: 0;
        float: left;
        padding: 1px 1px 0 0;
    }

    .store-heading h1 {
        font-weight: 700;
    }

    .discliamer {
        width: 100%;
        margin: 25px 0px 10px;
        text-align: center;
    }

    h3.disclaimer {
        font-size: 19px;
        text-align: center;
    }

    button.submit-thrift {
        font-size: 16px;
        padding: 15px 15px;
        border-radius: 10px;
    }

    button.submit-thrift:hover {
        background: #3d155f;
        color: #fff;
    }
    p.subtitle {
        color: #000;
        font-weight: 500;
    }
    a.link {
        color: chocolate;
    }