@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}

body{
    margin: 0;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

a{
    text-decoration: none;
    transition: 0.5s;
}

.container-fluid{
    max-width: 1650px;
    width: 96%;
}

/* Styling Start */
.top-header{
    padding: 23px 0;
    background: #232f3e;
}

.top-header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo a{
    display: block;
}

.header-logo img{
    max-width: 100%;
    height: auto;
}

.region-wrapper{
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
}

.region{
    display: inline-block;
    padding: 8px 12px;
    font-size: 16px;
    color: #fff;
    background: #868e96;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
}

.region::after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4.08px;
    vertical-align: 4.08px;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.region-flag{
    height: 12px;
    width: 20px;
}

.region-dropdown{
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 1000;
    min-width: 160px;
    padding: 8px 0;
    margin: 2px 0 0;
    font-size: 16px;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    display: none;
}

.region-dropdown.active{
    display: block;
}

.region-item{
    display: block;
    width: 100%;
    padding: 4px 24px;
    clear: both;
    font-weight: 400;
    color: #212529;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.5s;
}

.region-item:hover{
    color: #16181b;
    background-color: #f8f9fa;
}

.bottom-header{
    background: #fdb813;
    transition: all 0.4s ease;
}

.bottom-header.sticky{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.bottom-header.sticky .header-categories{
    display: none;
}

.header-categories{
    background: #232f3e;
    color: #fff;
    width: 249px;
    padding: 14px 20px;
    border-radius: 4px;
    position: relative;
    top: -9px;
}

.shape-img{
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(16px);
}

.shape-img img{
    max-width: 100%;
}

.category-list{
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    z-index: 10;
    transform: translateY(2px);
    max-height: 500px;
    overflow-y: auto;
    display: none;
}

.category-list ul{
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.22);
}

.category-list ul li{
    display: block;
    position: relative;
    background-color: #fff;
    padding: 12px 0 12px 7px;
}

.category-list ul li a{
    color: #666666;
    font-size: 14px;
    transition: 0.5s;
}

.category-list ul li a img{
    width: 29px;
    display: inline-block;
    margin-right: 5px;
}

.header-menus{
    padding: 5px 0;
}

.header-menus ul{
    display: flex;
    align-items: center;
}

.header-menus ul li a{
    display: inline-block;
    font-size: 14px;
    padding: 15px 6px;
    color: #333333;
    text-transform: uppercase;
}

.header-menus ul li:hover a{
    color: #fff;
}

.banner-sec{
    height: 300px;
    text-align: center;
    display: flex;
    align-items: center;
    background-color: #000;
    position: relative;
    z-index: 2;
}

.banner-sec-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.banner-sec h1{
    font-size: 40px;
    margin-bottom: 16px;
    font-weight: 700;
    color: #fff;
}

.banner-sec h2{
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.header-search-wrapper{
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-input-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    margin-right: 15px;
}

.search-input-wrapper input{
    background: #cfd6e2;
    color: #495057;
    font-size: 14px;
    padding: 14px;
    width: 100%;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    height: 54px;
}

.search-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 143px;
    background: #fff;
    color: #a5a5a5;
    font-size: 16px;
    padding: 12.5px;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}

.search-btn:hover{
    background: #fdb813;
    color: #fff;
}

.search-dropdown{
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    width: 300px;
}

#results{
    position: absolute;
    z-index: 999;
    top: 49px;
}

.search-dropdown li{
    border-top: 1px solid #0000000f;
    padding: 7px;
}

.search-dropdown li a{
    color: #000;
}

.search-item{
    display: flex;
    align-items: center;
}

.search-item .search-img-box{
    max-width: 90px;
    margin-right: 10px;
    border: 1px solid #0000000f;
}

.search-item .search-img-box img{
    width: 100%;
}

.search-content h5{
    font-size: 18px;
    font-weight: 500;
}

.browse-btn-wrapper{
    position: relative;
}

.browse-btn{
    display: inline-block;
    font-size: 18px;
    padding: 13px 31px;
    border-radius: 5px;
    background: #fdb813;
    color: #fff;
    transition: 0.5s;
    cursor: pointer;
}

.browse-btn::after{
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 5px;
}

.browse-btn:hover{
    color: #fdb813;
    background: #fff;
}

.browse-cat-popup{
    padding: 8px 22px;
    background: #fff;
    position: absolute;
    left: 0px;
    width: 350px;
    margin: 2px 0;
    z-index: 9999;
    transform: translate(-100px, 0px);
    display: none;
}

.browse-cat-popup.active{
    display: block;
}

.browse-cat-popup h6{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: left;
}

.browse-cat-popup ul li{
    text-align: left;
    margin-bottom: 5px;
}

.browse-cat-popup ul li:last-child{
    margin-bottom: 0;
}

.browse-cat-popup ul li a{
    display: inline-block;
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
    color: #666666;
    transition: 0.5s all;
}
.browse-cat-popup ul li a:hover{
    color: #fdb813;
}

.browse-cat-popup ul li a i{
    margin-right: 5px;
    font-size: 10px;
}

.store-sec{
    padding: 25px 0;
}

.store-box{
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.store-box img{
    aspect-ratio: 2.2/1;
    object-fit: contain;
    height: 100px;
    width: 100%;
}

.store-sec .swiper-slide{
    width: calc((100% / 6) - 20.83px);
    margin-right: 25px;
}

.coupon-sec{
    background: #fcfcfc;
    padding: 30px 0 20px 0px;
}

.coupon-box{
    border: 1px solid #ececec;
    margin-bottom: 10px;
    background: #fff;
    padding: 5px 9px 20px;
    display: flex;
    flex-wrap: wrap;
}

.coupon-img{
    width: 160px;
    max-width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    margin: 0 auto;
    padding: 10px;
}

.coupon-img img{
    width: 100%;
    height: auto;
    aspect-ratio: 1.6/1;
    object-fit: contain;
}

.coupon-content{
    flex: 1;
}

.coupon-title{
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    margin: 10px 0 12px 0px;
}

.coupon-content p{
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 4px;
}

.coupon-content ul{
    display: flex;
    align-self: center;
}

.coupon-content ul li:not(:last-child) {
    margin-right: 5px;
}

.coupon-content ul li{
    color: #28a745;
    display: inline-block;
}

.coupon-views{
    display: inline-block;
    padding: 0 6.3px;
    font-size: 75%;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    color: #fff;
    background-color: #868e96;
}

.coupon-code{
    height: 35px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 188px;
    border: 2px solid #ff9800;
    border-radius: 6px;
    padding: 1px 0 0 0;
    position: relative;
    margin-top: 5px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    transition: all .15s ease-in-out;
    overflow: hidden;
}

.coupon-code::after{
    content: "";
    width: 100%;
    height: 33px;
    background: url(../images/coupon-box.png) no-repeat left top;
    top: -1px;
    left: -1px;
    position: absolute;
    border-radius: 6px;
}

.getcode{
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.hcode {
    color: #727272;
    padding-right: 13px;
    position: absolute;
    right: 0;
    top: 1px;
}

.cateogries-box{
    /*box-shadow: 0px 10px 20px 0px rgba(210, 210, 210, 0.3);*/
    padding: 15px;
    margin-bottom: 30px;
}

.section-heading{
    font-size: 32px;
    color: #000;
    font-weight: 700;
    position: relative;
    margin-bottom: 34px;
    text-align: center;
}

.section-heading::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #ff9800;
    bottom: -12px;
    left: calc(50% - 15px);
}

.img-box {
    margin: 25px 0 40px;
}

.img-box a{
    display: block;
}

.img-box img{
    width: 100%;
    aspect-ratio: 56/15;
    object-fit: cover;
}

.csb-inner ul {
    display: flex;
    flex-flow: wrap;
    gap: 5px;
}

.csb-inner ul li {
    padding: 6px 6px;
}

.csb-inner ul li span {
    font-size: 15px;
    color: #4e4e4e;
}

.coupon-box.coupon .coupon-content{
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.coupon-box.coupon .coupon-content ul{
    justify-content: center;
}

.coupon-box.coupon .coupon-code{
    margin: 5px auto 0;
}

.home-page-content{
    padding: 30px 0;
    font-size: 16px;
}

.home-page-content p{
    margin-bottom: 15px;
}

.home-page-content p:last-child{
    margin-bottom: 0;
}

.home-page-content ul, .home-page-content ol{
    list-style: unset;
    padding-left: 30px;
    margin-bottom: 15px;
}

.home-page-content ul li, .home-page-content ol li{
    margin-bottom: 8px;
}

footer{
    background: #282828;
    padding: 100px 0 70px;
    border-top: 1px solid #f3f3f3;
}

.footer-logo{
    display:block;
}

.footer-logo img{
    max-width: 100%;
    height: auto;
}

.footer-subtitle{
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #cacaca;
}

.footer-widgets ul li{
    margin-bottom: 8px;
}

.footer-widgets ul li a{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.footer-description{
    color: #999;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 24px;
}

.newsletter-content {
    color: #999;
    margin-bottom: 32px;
}

.footer-copyright{
    background: #282828;
    padding: 25px 0;
    color: #f3f7f8;
}

.copyright-text{
    margin-top: 8px;
}

.copyright-text p{
    text-transform: uppercase;
    margin-bottom: 0;
}

.newsletter-form input[type="text"]{
    border-radius: 0;
    font-size: 12px;
    padding: 12px;
    border: 1px solid #ececec;
    display: block;
    width: 100%;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    outline: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 16px;
}

.newsletter-form input[type="submit"]{
    width: 100%;
    border-radius: 0;
    border: 1px solid #fff;
    background: #ff9800;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: .5rem .75rem;
    line-height: 1.25;
    transition: all .15s ease-in-out;
}

.store-list{
    padding-left: 50px;
}

.category-sec{
    padding: 48px 0 20px;
}

.sec-title{
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-title h3{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0;
    flex: 1;
}

.browse-cat-btn{
    padding: 8px 12px;
    font-size: 11px;
    background: #f9b513;
    font-weight: 400;
    color: #000;
    border-radius: 5px;
}

.cat-keywords-box{
    box-shadow: 0px 10px 20px 0px rgba(210, 210, 210, 0.3);
    padding: 15px;
}

.cat-keywords-box h2{
    font-size: 15px;
    color: #4e4e4e;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.cat-keywords-box h2::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #ff9800;
    bottom: -8px;
    left: 0;
}

.cat-keywords-box p{
    font-size: 14px;
    margin-bottom: 0;
    color: #a4a3a3;
}

.category-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sin-cat-box{
    width: calc(25% - 4px);
    border: 1px dashed #ff98002e;
    height: 100px;
    margin: 2px;
}

.sin-cat-box a{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    align-content: center;
}

.sin-cat-box .cat-icon{
    width: 50px;
}

.sin-cat-box p{
    width: 100%;
    color: #000;
    margin-bottom: 0;
}

.category-content{
    margin-top: 20px;
}

.category-content p{
    margin-bottom: 0;
}

.store-sec{
    background: #fcfcfc;
    padding: 40px 0 30px;
}

.store-main-heading{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
}

.store-sub-heading{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.coupon-tabbing{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.coupon-tab a{
    display: inline-block;
    font-size: 11px;
    padding: 8px 16px;
    color: #000;
    border-radius: 5px;
}

.coupon-tab a.active{
    background: #fdb813;
}

.sidebar-heading{
    font-size: 15px;
    color: #4e4e4e;
    font-weight: 700;
    position: relative;
    margin-bottom: 34px;
    text-align: center;
}

.sidebar-heading::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #ff9800;
    bottom: -12px;
    left: calc(50% - 15px);
}

.related-store-box{
    margin: 20px 0;
}

.related-sto-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    flex-flow: wrap;
    gap: 5px;
}

.related-store{
    width: 45%;
    height: 80px;
    text-align: center;
    background: #fff;
    margin: 3px;
    border: 1px dashed #ff98002e;
    padding: 6px 6px;
}

.related-store a{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    align-content: center;
}

.related-store img{
    max-width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.related-store-btn{
    display: inline-block;
    font-size: 11px;
    background: #f9b513;
    color: #000;
    padding: 8px 12px;
    border-radius: 5px;
    margin-top: 8px;
}

.about-store-box{
    box-shadow: 0px 10px 20px 0px rgba(210, 210, 210, 0.3);
    padding: 15px;
}

.about-store-box p{
    font-size: 14px;
    margin-bottom: 0;
    color: #a4a3a3;
}

.about-store-box img{
    width: 100%;
    margin-bottom: 10px;
}

.coupon-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 100%;
    max-width: 680px;
    display: none;
}

.popup-content{
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
}

.popup-header{
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 25px;
}

.popup-logo{
    max-height: 50px;
    width: auto;
}

.popup-title{
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 0;
}

.popup-close-btn{
    position: absolute;
    right: 25px;
    font-size: 25px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
}

.popup-body{
    position: relative;
    flex: 1 1 auto;
    padding: 50px 0 55px;
    width: 60%;
    margin: 0 20%;
}

.popup-body h6{
    display: inline-block;
    font-size: 13px;
    color: #666666;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 400;
}

.popup-code{
    background: #FFFFFF;
    text-align: center;
    margin-bottom: 17px;
}

.popup-code span{
    display: inline-block;
    margin: 20px;
    padding: 8px 0px 10px;
    font-size: 30px;
    font-weight: bold;
    border: 2px dashed #ff9900;
    background: #fff1db;
    color: #000000;
    border-radius: 3px;
    width: 90%;
    letter-spacing: 2px;
}

.popup-btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-btn{
    display: inline-block;
    background: #00979d;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 3px;
    transition: 0.5s;
    cursor: pointer;
}

.copy-btn:hover{
    color: #fff;
    opacity: 0.8;
}

.store-btn{
    display: inline-block;
    background: #ff9900;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 3px;
    transition: 0.5s;
}

.store-btn:hover{
    color: #fff;
    opacity: 0.8;
}

.newsletter-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    width: 100%;
    max-width: 350px;
    display: none;
}

.newsletter-popup-content{
    position: relative;
    padding: 35px 30px;
}

.newsletter-close-btn{
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #333;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    border-radius: 50px;
}

.newsletter-popup-content h2{
    font-size: 15px;
    color: #4e4e4e;
    font-weight: 700;
    position: relative;
    margin-bottom: 34px;
    text-align: center;
}

.newsletter-popup-content h2::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #ff9800;
    bottom: -12px;
    left: calc(50% - 15px);
}

.newsletter-popup-content p{
    font-size: 14px;
    margin-bottom: 10px;
    color: #a4a3a3;
}

.newsletter-popup-content input[type="email"]{
    width: 100%;
    background: #f6f6f6;
    border: none;
    outline: none;
    height: 50px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.newsletter-popup-content input[type="submit"]{
    width: 100%;
    background: #ff9800;
    border: none;
    height: 50px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    cursor: pointer;
}

.swiper-pagination{
    position: unset;
    margin-top: 10px;
}

.header-menu-btn{
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    background-color: #232f3e;
    color: #fdb813;
    font-size: 16px;
    cursor: pointer;
    display: none;
}

.mobile-menus{
    position: fixed;
    left: -110%;
    top: 0px;
    width: 100%;
    z-index: 99999999999;
    background: #fff;
    transition: all 0.25s ease;
    padding-top: 40px;
    height: 100%;
    box-shadow: 8px 3px 21px 0px rgba(0,0,0,0.22);
}

.mobile-menus ul li{
    border-bottom: 1px solid #CCC;
    position: relative;
}

.mobile-menus ul li a {
    font-size: 15px;
    text-transform: uppercase;
    color: #505050;
    display: block;
    padding: 15px 15px 15px 42px;
}

.mobile-logo img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.mobile-close-btn {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #232f3e;
    color: #232f3e;
    cursor: pointer;
}

.mobile-menus.active {
    left: -30px;
    transition: all 0.25s ease;
}

#scrollUp{
    position: fixed;
    bottom: 60px;
    right: 20px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #555;
    color: #fff;
    border-radius: 100%;
    z-index: 99;
    cursor: pointer;
    transition: 0.5s;
}

#scrollUp:hover{
    background-color: #fdb813;
}

.default-content-sec{
    padding: 45px 0;
}

.default-content-box h3{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 16px;
}

.default-content-box p{
    font-size: 14px;
    color: #333333;
    margin-bottom: 0;
}

.default-content-box ul li{
    font-size: 14px;
    color: #333333;
}

.default-content-box a{
    font-size: 14px;
    color: #007bff;
}

.about-store-mainBox{
    border: 1px solid #ececec;
    padding: 16px;
    background: #fff;
}

.about-store-mainBox h3{
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 12px;
}

.about-store-mainBox p{
    font-size: 16px;
    color: #333333;
    margin-bottom: 12px;
}

.s-store-faq-sec {
  width: 700px;
  max-width: 100%;
  margin: 2rem auto 5rem;
}
.s-store-faq-sec .faq-heading {
  font-size: 16px;
  text-align: center;
}
.s-store-faq-sec .faq-heading h2 {
  font-size: 35px;
  margin-bottom: 10px;
}
.s-store-faq-sec ul {
  padding: 0;
  margin: 30px 0;
  list-style: none;
}
.s-store-faq-sec ul li {
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: rgb(255 242 213);
}
.s-store-faq-sec ul li:nth-last-child() {
  margin-bottom: 0;
}
.s-store-faq-sec ul li h3 {
  color: #737373;
  margin-bottom: 0;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 8px;
  position: relative;
  border: 2px solid #737373;
}
.s-store-faq-sec ul li h3:hover, .s-store-faq-sec ul li h3.active {
  color: #000;
  border: 2px solid #000;
}
.s-store-faq-sec ul li h3::before {
  content: "+";
  position: absolute;
  top: 50%;
  right: 25px;
  font-size: 22px;
  transform: translateY(-50%);
}
.s-store-faq-sec ul li .faq-ctn {
  display: none;
  font-size: 16px;
  padding: 20px 25px;
}
.s-store-faq-sec ul li .faq-ctn p:nth-last-child(1) {
  margin-bottom: 0;
}
.s-store-faq-sec ul li .faq-ctn.active {
  display: block;
}

.swiper-pagination{
    margin-top: 15px;
}

.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.all-categories-section{
    padding: 40px 0;
}

#alphabet-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 30px;
}

#alphabet-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #232f3e;
    border-radius: 3px;
    color: #ffff;
}

#alphabet-list li.active a {
    background: #fdb813;
    color: #000;
}

.all-store-single {
    margin-bottom: 15px;
    display: block;
}

.all-store-single-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.4;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    background: #f1f1f1;
    border-radius: 8px;
}

.all-store-single-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.all-store-single span {
    color: #000;
    font-size: 14px;
    display: block;
    margin-top: 6px;
}

@media(max-width: 1199px){
    .store-sec .swiper-slide{
        width: calc((100% / 4) - 20.83px);
    }
}

@media(max-width:991px){
    .store-sec .swiper-slide{
        width: calc((100% / 3) - 20.83px);
    }
    .bottom-header .col-lg-3{
        display: none;
    }
    .bottom-header{
        padding: 7px 0;
    }
    .header-menus{
        display: none;
    }
    .header-menu-btn{
        display: block;
    }
    .header-search-wrapper{
        padding: 0;
    }
    .banner-sec h1{
        font-size: 35px;
    }
    .banner-sec h2{
        font-size: 18px;
    }
    .sin-cat-box {
        width: calc(33.33% - 4px);
    }
    .cat-keywords-box{
        margin-bottom: 25px;
    }
    .store-info{
        margin-top: 30px;
    }
    .about-box-wrapper{
        display: flex;
        align-items: center;
    }
    .about-store-box img {
        width: 10%;
        margin-bottom: 0;
        margin-right: 15px;
    }
    .browse-cat-popup{
        width: 300px;
        transform: translate(-160px , 0);
    }
    .about-store-mainBox h3{
        font-size: 20px;
    }
    .about-store-mainBox p{
        font-size: 14px;
    }
    .store-sec .row .col-lg-10{
        order: 1;
    }
    .store-sec .row .col-lg-2{
        order: 2;
    }
}

@media(max-width:767px){
    .store-sec .swiper-slide{
        width: calc((100% / 2) - 20.83px);
    }
    .container{
        max-width: 100%;
    }
    .container-fluid{
        width: 100%;
    }
    .coupon-title{
        font-size: 14px;
        margin: 5px 0;
    }
    .coupon-content p{
        font-size: 12px;
    }
    .banner-sec h1 {
        font-size: 30px;
    }
    .banner-sec h2 {
        font-size: 16px;
    }
    footer {
        padding: 60px 0 40px;
    }
    .footer-logo img {
        margin: 0 auto;
        display: block;
    }
    .footer-description{
        text-align: center;
    }
    .footer-widgets {
        text-align: center;
        margin-bottom: 20px;
    }
    .store-list {
        padding-left: 0;
    }
    .footer-copyright {
        padding: 10px 0 20px;
    }
    .sec-title h3 {
        font-size: 22px;
    }
    .store-main-heading{
        font-size: 24px;
    }
    .store-sub-heading{
        font-size: 18px;
    }
    .coupon-box {
        padding: 5px 9px 5px;
    }
    .coupon-box.coupon{
        padding: 5px 9px 15px;
    }
    .coupon-popup{
        max-width: 600px;
    }
    .about-store-mainBox h3{
        font-size: 18px;
    }
}

@media(max-width:640px){
    .sin-cat-box {
        width: calc(50% - 4px);
    }
    .coupon-code{
        width: 180px;
    }
    .coupon-popup{
        max-width: 540px;
    }
}

@media(max-width:575px){
    .header-logo a{
        width: 130px;
    }
    .top-header{
        padding: 15px 0;
    }
    .store-box img{
        height: 70px;
    }
    .header-search-wrapper{
        flex-flow: wrap;
        justify-content: center;
    }
    .search-input-wrapper{
        width: 70%;
        margin-right: 5px;
    }
    .browse-btn {
        font-size: 14px;
        padding: 11px 25px;
    }
    .banner-sec {
        height: auto;
        padding: 30px 0;
    }
    .banner-sec h1 {
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 10px;
    }
    .banner-sec h2 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .sec-title h3 {
        font-size: 20px;
    }
    .store-main-heading{
        font-size: 22px;
    }
    .store-sub-heading{
        font-size: 16px;
    }
    .about-store-box img{
        width: 15%;
    }
    .coupon-popup {
        max-width: 460px;
    }
    .popup-body {
        width: 80%;
        margin: 0 10%;
    }
    .popup-code span{
        font-size: 20px;
    }
    .browse-cat-popup{
        transform: translate(-100px , 0);
    }
    .about-store-mainBox h3{
        font-size: 16px;
    }
    .search-input-wrapper input{
        font-size: 12px;
        padding: 12px;
        height: 38px;
    }
    .search-btn {
        width: 125px;
        font-size: 12px;
        padding: 12px;
        height: 38px;
    }
    .coupon-img{
        flex: 0 0 100px;
    }
    .coupon-sec{
        padding: 0px 0 20px 0px;
    }
}

@media(max-width:475px){
    .banner-sec h2 {
        font-size: 12px;
    }
    .browse-btn {
        font-size: 12px;
        padding: 9px 22px;
    }
    .browse-btn::after{
        font-size: 11px;
    }
    .sec-title h3 {
        font-size: 18px;
    }
    .browse-cat-btn {
        padding: 8px 10px;
        font-size: 10px;
    }
    .store-main-heading{
        font-size: 20px;
    }
    .about-store-box img{
        width: 20%;
    }
    .coupon-popup {
        max-width: 425px;
    }
}

@media(max-width:460px){
    .coupon-popup {
        max-width: 350px;
    }
}