@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/southam-demo');
@import url('https://fonts.cdnfonts.com/css/rooster-personal-use');

a:focus{
    box-shadow: none !important;
}

*{
    outline: none !important;
    box-shadow: none;
}

a, a:hover{
    text-decoration: none;
}

body{
	color:#333;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
/*    background: url(../images/ramzan/body-bg.jpg);*/
    background-size: 30%;
    background-attachment: fixed;
}

.btn{
    display: inline-block;
    padding: 10px 18px;
    border-radius: 0;
    border: none;
    color: #fff;
    font-weight: 500;
}

.btn:hover{
    color: #fff;
}

.heading{
    font-size: 34px;
    font-weight: 600;
    color: #c09855;
}

.heading-lg{
    font-size: 34px;
    font-weight: 600;
    color: #e3000f;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
}

.heading-sm{
    font-size: 32px;
    font-weight: 600;
    color: #e3000f;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.padding{
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.padding-sm{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.rpbg{
    background: url(../images/banner/banner-img-bg-flag.jpg) repeat-x; background-size: auto 100%;
}

.banner .wrap{
    background: #e3000f;
/*    padding: 2rem 0;*/
}

.banner .wrap img{
    width: auto !important;
    max-width: 100%;
    margin: auto;
}

.banner .wrap img ~ img{
    display: none;
}

.banner .owl-nav{
    display: none !important;
}

.banner .owl-dots{
    display: block !important;
    position: absolute;
    bottom: 20px;
    z-index: 99;
    width: 100%;
    text-align: center;
}

.banner .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    background: #fff;
    border: 0;
    opacity: .5;
}

.banner .owl-dots .owl-dot.active{
    opacity: 1;
}

/*Desktop Menu*/

header{
    background: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0 0 10px #00000015;
    position: relative;
    z-index: 10000;
    position: sticky;
    top: 0;
}


.desktop-header{
    
}

.desktop-header .row{
    align-items: center;
}

.desktop-header .menu{
    width: fit-content;
    /* margin-left: auto; */
    padding: 0;
}
.locations-btn{
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 24px;
    border: 1px solid #e3000f;
    color: #e3000f;
    border: 1px solid #e3000f;
}

.loc-link .fa-location-dot{
    left:21px !important;
    font-size: 20px !important;
}

.locations-btn .loc-link{
    color:#e3000f !important;
}

.loc-mob-link{
    color:#fff !important;
}
.desktop-header .menu-left{
    margin-left: auto;
}
.desktop-header .menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.desktop-header .menu-item {
    position: relative;
}

.desktop-header .menu-item .menu-link{
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 20px;
    padding: 10px 20px;
}

.desktop-header .menu-item .menu-link:hover{
    color: #e3000f;
}

.desktop-header .menu-item .menu-link i{
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    right: 5px;
}

.desktop-header .menu-item .sub-menu{
    position: absolute;
    width: 220px;
    background: #fff;
    top: 100%;
    display: none;
    right: 0;
    box-shadow: 0 0 10px #00000015;
    z-index: 999;
}

.desktop-header .menu-item:hover > .sub-menu{
    display: block;
/*
    max-height: 400px;
    overflow: auto;
*/
}

.desktop-header .menu-item .sub-menu .menu-item .sub-menu{
    left: 100%;
    top: 0;
}

.desktop-header .menu-item .sub-menu .menu-link{
    padding: 10px 20px 10px 15px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.desktop-header .menu-item .sub-menu .menu-link i{
    position: absolute;
    right: 8px;
}

.desktop-header .logo{
    width: 21%;
}

.desktop-header .logo img{
    width: 180px;
}

.desktop-header .cta-btn {
    width: fit-content;
    text-align: end;
    display: flex;
    align-items: center;
}

.desktop-header .cta-btn a{
    display: inline-flex;
    padding: 0 12px;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #e3000f;
    color: #e3000f;
    margin-left: 10px;
    align-items: center;
    height: 44px;
    min-width: 180px;
    justify-content: center;
}

.desktop-header .cta-btn a i{
    font-size: 28px;
    margin-right: 10px;
}

.desktop-header .cta-btn a:nth-child(even){
    background: #e3000f;
    color: #fff;
}

.desktop-header .cta-btn-mob{
    width: fit-content;
    margin-left: auto;
}

.desktop-header .cta-btn-mob a{
    display: inline-flex;
    display: inline-block;
    width: 36px;
    margin-left: 2px;
}
.desktop-header .cta-btn-mob a:first-child{
    margin-right: 5px;
}
.desktop-header .cta-btn-mob a img{
    width: 100%;
}

/*Mobile Menu*/

.mob-bar-icon:before, .mobcl-btn{
    min-width:45px;
    height:45px;
    display: inline-flex;
    color:#fff;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    background: #bf9855;
}

.mobcl-btn i{
    transform: rotate(-30deg);
    font-size: 22px;
}

.mobMenu{
    background: #fff;
    max-width: 100%;
    display: block !important;
    left: -100%;
    transition: .5s ease-in;
    width: 400px;
    z-index: 10000;
}

.mobMenu.show{
    left: 0;
}

.mobMenu .modal-dialog{
    margin: 0;
    max-width: 100% !important;
}

.mobMenu .modal-content{
    background: none;
    border:none;
}

.mob-menu{
    padding-top: 3rem;
}

.mobMenu .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: none;
    padding: 0;
    width: auto;
    height: auto;
    z-index: 20;
    opacity: 1;
    box-shadow: none !important;
    outline: none !important;
}

.mobMenu .btn-close i:before {
    color: #453828;
    font-size:30px;
}

.mobMenu .menu{
    padding-top: 3rem;
}

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

.mobMenu .menu .menu-item{
    position: relative;
}

.mobMenu .menu .menu-item a{
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    padding: 6px 10px;
    display: block;
}

.mobMenu .menu .sub-menu {
    padding-left: 1rem;
}

.mobMenu .menu .sub-menu .menu-item a{
    font-weight: 400;
    color: #666;
    padding: 6px 5px;
    font-size: 15px;
    line-height: 20px;
}

/*Scroll to top Button*/

#top-scrollbutton {
    display: flex;
    background-color: #e3000f;
    width: 50px;
    padding: 0;
    height: 50px;
    color:#fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    visibility: hidden;
    z-index: 1000;
    border: 2px solid #fff;
}

#top-scrollbutton:hover {
  cursor: pointer;
  text-decoration:none;
}

#top-scrollbutton:active {
  background-color: #555;
}

#top-scrollbutton.show {
  opacity: 1;
  visibility: visible;
}


.page-404{
    max-width: 620px;
    margin: auto;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 80vh;
}

.page-404 img{
    max-width: 40%;
}

.page-404 h2{
    font-size: 40px;
    font-weight: 600;  margin: 1rem 0;
    color: #e3000f;
}

.page-404 p{
    margin: 0 auto 1.3rem;
    max-width: 400px;
}

.page-404 a{
    margin: auto;
    font-size: 18px;
    font-weight: 500;
    background: #e3000f;
}

.categories{
/*    justify-content: center;*/
}

.categories .wrap {
    text-align: center;
    margin: 0 0 1.5rem;
    display: block;
    position: relative;
}

.categories .wrap img{
    max-width: 100%;
}

.categories .wrap h5{
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    position: absolute;
    z-index: 10;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background: linear-gradient(#0001, #0003);
    text-shadow: 2px 2px 8px #000;
}

.categories .wrap h3{
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    position: absolute;
    z-index: 10;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background: linear-gradient(#0001, #0003);
    text-shadow: 2px 2px 8px #000;
}

.brandsdiv{
    display: flex;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 0 1.5rem;
}

.brandsdiv .wrap{
/*    padding: 5px;*/
    border: 1px solid #ddd;
    width: calc(16.66% - 16.66px);
}

.brandsdiv .wrap img{
    width: 100%;
}

.color-red{
    color: #e3000f;
}

strong{
    font-weight: 600;
}

.offerpricedes{
    display: flex;
    box-shadow: 0 0 10px #00000015;
    margin: 0 auto 1rem;
    padding: 20px 10px 10px 20px;
    border-radius: 35px;
    position: relative;
    height: 100%;
    flex-wrap: wrap;
    border: 1px solid #ddd;
}

.offerpricedes .imgwrap{
    width: 40%;
}

.offerpricedes .imgwrap img{
    width: 100%;
}

.offerpricedes .content{
    width: 60%;
}

.offerpricedes h5{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    color: #e3000f;
    text-align: center;
    width: 100%;
}

.offerpricedes .content .offersdiv{
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 10px;
    text-align: center;
    color: #e3000f;
}

.offerpricedes .content .offersdiv .wrap{
    width: 33.33%;
}

.offerpricedes .content .offersdiv .wrap img{
    width: 80%;
}

.offerpricedes .content .offersdiv .wrap h6{
    margin: 0;
    color: #e3000f;
    font-size: 14px;
}

.innerbanner{
    padding: 8rem 0;
    color: #fff;
    background-size: cover !important;
}

.innerbanner.footwearbg{
/*    background: linear-gradient(90deg, rgba(0,0,0, 0.35), rgba(0,0,0, 0.6)), url(../images/banner/banner-footwear.jpg);*/
    background: url(../images/banner/banner-footwear.jpg);
    background-position: right center;
}

.innerbanner.kidapparelbg{
/*    background: linear-gradient(90deg, rgba(0,0,0, 0.35), rgba(0,0,0, 0.6)), url(../images/banner/banner-kidsapparel.jpg);*/
    background: url(../images/banner/banner-kidsapparel.jpg);
    background-position: left center;
}

.innerbanner.womenapparelbg{
    background: url(../images/banner/banner-women.jpg);
    background-position: center;
}

.innerbanner.homekitchenbg{
    background: url(../images/banner/banner-kitchen.jpg);
    background-position: center;
}

.innerbanner.babycarebg{
    background: url(../images/banner/banner-baby-food.jpg);
    background-position: right center;
}

.innerbanner h1{
    font-size: 46px;
    margin: 0;
/*
    border-left: 5px solid #fff;
    padding-left: 15px;
*/
    line-height: 1;
    color: #1c1c1c;
    text-transform: uppercase;
    font-weight: 600;
}

.innerbanner .row{
    align-items: center;
/*    justify-content: space-between;*/
    justify-content: flex-end;
}

.grocery-offer{
    display: flex;
    justify-content: center;
}

.innerbanner img{
    max-width: 100%;
}

.offerscarousel{
    
}

.offerscarousel .wrap{
    border-radius: 18px;
    overflow: hidden;
}

.offerscarousel .wrap img{
    width: 100%;
}

.offerscarousel .owl-nav{
    display: none !important;
}

.offerscarousel .owl-dots{
    display: block !important;
    margin-top: 20px;
    text-align: center;
}

.offerscarousel .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    border: 0;
    background: #ddd;
    border-radius: 50%;
    margin: 0 3px;
}

.offerscarousel .owl-dots .owl-dot.active{
    background: #e3000f;
}

.specialofferspage{
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 25px;
}

.specialofferspage .wrap{
    width: calc(25% - 15px);
    border-radius: 20px;
    box-shadow: 0 0 10px #00000025;
}

.specialofferspage .wrap img{
    width: 100%;
    border-radius: 20px;
}

.categorylogo{
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}

.categorylogo .wrap{
    width: 150px;
    border: 1px solid #ddd;
}

.categorylogo .wrap img{
    width: 100%;
}

.prodtitle{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 0 ;
    text-align: center;
    color: #e3000f;
}

.kidsapparel{
    box-shadow: 0 0 10px #00000015;
    text-align: center;
    padding: 0 0 1.2rem;
    margin: 0;
    background: #fff;
    height: 100%;
}

.kidsapparel .brand{
    color: #aaa;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
}

.kidsapparel .title{
    font-size: 16px;
    margin-bottom: 2px;
    padding: 0 10px;
    line-height: 20px;
}

.kidsapparel .imgwrap ~ .title{
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.kidsapparel .title small{
    font-size: 14px;
/*    display: block;*/
/*    margin-top: 8px;*/
    text-transform: uppercase;
}

.kidsapparel .price{
    font-size: 20px;
    color: #e3000f;
    font-weight: 600;
    line-height: 1.2;
}

.kidsapparel .price.hidden{
    visibility: hidden;
}

.kidsapparel .price2{
    font-size: 18px;
    color: #e3000f;
    font-weight: 600;
    line-height: 1.2;
}

.kidsapparel .price span{
    display: inline-block;
    padding: 0 8px 0 5px;
    border-right: 2px solid #ccc;
}

.kidsapparel .price span:last-child{
    border: 0;
}

.kidsapparel .price span:first-letter{
    font-family: "Arial";
    font-weight: 500;
}

.kidsapparel img{
    width: 100%;
    margin-bottom: 0.6rem;
}

.kidsapparel .imgwrap{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.brandn {
    .dummy-img-main {
        position: relative;
        background: #f4f4f4;
    }
    position: relative;
    margin-bottom: 1.5rem;
    .dummy-img {
        opacity: 0;
    }
    .text-logo {
        font-size: 50px;
        padding: 10px;
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'ROOSTER PERSONAL USE', sans-serif;
    }
}

.kidsapparel .imgwrap .ribbon{
    background: #FFD700;
    color: #000;
    position: absolute;
    top: 35px;
    left: -50px;
    width: 200px;
    display: block;
    z-index: 99;
    transform: rotate(-45deg);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 3px;
    box-shadow: 0 0 10px #00000015;
    text-align: center;
    display:none;
}

.kidsapparel .imgwrap .ribbon span, .kidsapparel .price2 span{
    font-family: "Arial";
    font-weight: 500;
}

.womenbanner{
    background: #dcb7ae;
    overflow: hidden;
    position: relative;
}

.womenbanner .row{
    align-items: center;
    justify-content: space-between;
}

.womenbanner .imgwrap{
    position: relative;
    margin-top: 15px;
}

.womenbanner .imgwrap:before{
    content: " ";
    background: #1c1c1c;
    width: 80px;
    height: 80px;
    display: block;
/*    height: 100%;*/
    position: absolute;
    top: 20px;
    border-radius: 50%;
    left: -15%;
    border: 15px solid #f1e7e6;
    box-shadow: inset 0 0 10px #00000088;
}
.womenbanner .imgwrap:after{
    content: " ";
    background: #554343;
    width: 100%;
    display: block;
/*    height: 100%;*/
    position: absolute;
    top: 0;
    border-radius: 50%;
    padding: 70%;
    border: 5px solid #f1e7e6;
    box-shadow: inset 0 0 25px #000;
}

.womenbanner h1{
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #472224;
}

.womenbanner h2{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 12px;
}

.womenbanner p{
    margin: 0;
}

.womenbanner .imgwrap img{
    z-index: 1;
    position: relative;
}

.womenbanner .destext{
    position: absolute;
    bottom: 0;
    color: #fff;
    opacity: .1;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 100px;
    line-height: 70px;
}

.womenbanner.mensbanner{
    background: #1c0f12;
    color: #fff;
}

.womenbanner.mensbanner .destext{
    right: 0;
}

.womenbanner.mensbanner h1{
    color: #fff;
}

.womenbanner.mensbanner .imgwrap:after{
    right: 0;
}

.womenbanner.mensbanner .imgwrap:before{
    left: unset;
    right: -20px;
    top: 0;
}

.womenbanner.kidsbanner{
    background: #e9cdbb;
}

.womenbanner.kidsbanner .imgwrap:after{
    background: #b86730;
}

.womenbanner.kidsbanner .imgwrap:before{
    background: #b86730;
}

.womenbanner.footwearbanner{
    background: #e3c4a2;
    background: linear-gradient(90deg, #e3c4a2 0, #e3c4a2 90%, #bf7f39 90%, #bf7f39 100%);
}

.womenbanner.footwearbanner img{
    background: #e3c4a2;
}

.womenbanner.footwearbanner h2{
    color: #4c2e17;
}

.womenbanner.babyfoodbanner{
    background: #ece3e8;
}

.womenbanner.babyfoodbanner .imgwrap:after{
    background: #e7c0c9;
    box-shadow: inset 0 0 25px #b94661;
    padding: 68%;
}

.womenbanner.babyfoodbanner .imgwrap:before{
    background: #e7c0c9;
    box-shadow: inset 0 0 10px #b94661;
    border: 15px solid #e7c0c9;
}

.womenbanner.babyfoodbanner h1{
    display: none;
}

.womenbanner.homekitchenbanner{
    background: #d0b9c5;
}

.womenbanner.homekitchenbanner .imgwrap:before{
    left: unset;
    right: -15%;
    background: #64224b;
}

.womenbanner.homekitchenbanner .imgwrap:after{
    right: 0;
    background: #64224b;
}

.womenbanner.homekitchenbanner .destext{
    right: 0;
}

.womenbanner.accessoriesbanner{
    background: #cadaf1;
}

.womenbanner.accessoriesbanner .imgwrap:before{
    left: unset;
    right: -15%;
    background: #dda400;
    box-shadow: inset 0 0 10px #b1861d;
}

.womenbanner.accessoriesbanner .imgwrap:after{
    right: 0;
    background: #081d6f;
}

.womenbanner.accessoriesbanner .destext{
    right: 0;
}

.womenbanner.furnishingbanner{
    background: #d9d7d5;
}

.womenbanner.furnishingbanner .imgwrap:before{
    left: unset;
    right: -15%;
    background: #b19086;
    box-shadow: inset 0 0 10px #b1861d;
    display: none;
}

.womenbanner.furnishingbanner .imgwrap:after{
    right: 0;
    background: #b19086;
}

.womenbanner.furnishingbanner .destext{
    right: 0;
}

.light-bg {
    background: #f2f2f2;
}

.contact {
    padding: 2rem;
}

.contact h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #e3000f;
    font-weight: 600;
}

.contact h5:before {
    content: ' ';
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #e3000f;
    margin-bottom: 4px;
    margin-right: 10px;
}

.contact h2 {
    font-size: 34px;
    font-weight: 600;
}

.contact p {
    font-size: 14px;
    /* max-width: 400px; */
    color: #666;
}

.contact-form {
    font-size: 16px;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 0.6rem;
    border: none;
    border-radius: 0;
    margin-bottom: 1rem;
    resize: none;
}

.contact-form input::placeholder, .contact-form textarea::placeholder{
    font-size: 14px;
    color: #888;
}

.contact-form button {
    padding: 8px 30px;
    font-size: 16px;
    background: #e3000f;
    color: #fff;
    font-weight: 500;
    border: none;
    text-transform: uppercase;
}

.clbtn{
    width: 50px;
    height: 50px;
    background: green;
    color: #fff !important;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    position: fixed;
    bottom: 85px;
    right: 30px;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.wbtn {
    width: 50px;
    height: 50px;
    background: green;
    color: #fff !important;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    position: fixed;
    bottom: 140px;
    right: 30px;
    align-items: center;
    justify-content: center;
    z-index: 99;
    font-size: 22px;
}



.accessoriesdes{
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    border-radius: 20px;
    overflow: hidden;
    justify-content: center;
    grid-row-gap: 15px;
}

.accessoriesdes .wrap{
    width: 20%; 
    border-right: 2px solid #74ccd7;
    padding: 0 15px;
}

.accessoriesdes .wrap:nth-child(5), .accessoriesdes .wrap:last-child{
    border: none;
}

.accessoriesdes .wrap img{
    max-width: 100%;
}

.accessoriesdes.typ2 .wrap{
    width: 25%;
}

.bg-red{
    background: #e3000f;
}

.sareeheading{
    text-align: center;
    color: #fff;
    padding: 1rem 10px;
}

.sareeheading h2{
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}

.sareeheading h2:after{
    content: " Sarees";
    font-size: 50px;
    font-weight: 700;
}

.sareeofferlist{
    display: flex;
    flex-wrap: wrap;
    border: solid #222;
    border-width: 2px 0 0 2px;
/*    background: #fff;*/
}

.sareeofferlist .wrap{
    width: 25%;
/*    width: 33.33%;*/
    padding: 10px 5px;
    text-align: center;
    border: solid #222;
    border-width: 0 2px 2px 0;
}

.sareeofferlist.col6 .wrap{
    width: 16.666%;
}

.sareeofferlist .wrap h5, .sareeofferlist .wrap h3{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.sareeofferlist .wrap h5:before, .sareeofferlist .wrap h3:before{
    order: 1;
    width: 100%;
    display: block;
    content: "MRP";
    font-size: 16px;
    color: #777;
}

.sareeofferlist .wrap h3:before{
    content: "VZ Price";
}

.sareeofferlist .wrap h5:after, .sareeofferlist .wrap h3:after{
    order: 2;
    content: "₹";
    font-family: "sans-serif";
    width: fit-content;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding-right: 2px;
}

.sareeofferlist .wrap h5 span, .sareeofferlist .wrap h3 span{
    order: 3;
    width: fit-content;
    display: block;
    font-size: 26px;
    font-weight: 700;
    position: relative;
}

.sareeofferlist .wrap h5 span:after{
    content: " ";
    width: 100%;
    height: 2px;
    background: #222;
    position: absolute;
    top: 40%;
    left: 0;
    transform: rotate(15deg);
}

.sareeofferlist .wrap h3{
    margin-top: 5px;
}

.sareeofferlist .wrap h4{
    margin: 0;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.sareeofferlist .wrap h4 small{
    font-size: 12px;
    white-space: nowrap;
    padding-right: 4px;
    
}

.sareeofferlist .wrap h4 span{
    font-weight: 700;
    position: relative;
/*    bottom: -1px;*/
}

.sareeofferlist .wrap h4 span sup{
    font-size: 10px;
}

.sareeofferlist .wrap.hidden{
    
}

.sareeofferlist .wrap.hidden *{
    visibility: hidden;
}

.sareeofferlist h2{
    background: #e3000f;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 5px;
    border: solid #222;
    border-width: 0 2px 2px 0;
}

.sareeofferlist.buytyp .wrap h5 span:after{
    display: none;
}

.sareeofferlist.buytyp .wrap h5:before{
    content: "Buy 1";
}

.sareeofferlist.buytyp .wrap h3:before{
    content: "Combo Buy 3";
}

/*Valentine's / Ramadan Styles*/

.stickywish{
/*    position: sticky;*/
    top: 0;
    z-index: 999;
    position: relative;
    background: linear-gradient(90deg, #0052A2, #0052A2, #00498D, #00498D, #02386E, #00264D, #00172D);
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 10px;
    line-height: 1;
    letter-spacing: 5px;
}

.stickywish:after, .stickywish:before{
    content: "";
    height: 85%;
    display: block;
    width: 100px;
    background: url(../images/ramzan/icon-4.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: calc(50% - 300px);
    z-index: 1;
}

.stickywish:after{
    left: unset;
    right: calc(50% - 300px);
    background-position: right;
}

.stickywish .overlay{
    background: url(../images/ramzan/bg-wave.png);
    background-size: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .4;
}

.stickywish span{
    position: relative;
    z-index: 1;
}

.giftgif{
    position: fixed;
    max-width: 30%;
    bottom: 10px;
    left: 10px;
    width: 200px;
    z-index: 99;
}

.giftgif h5{
    color: #fff;
    font-size: 16px;
    margin: 0 0 -5%;
    text-align: center;
    background: #fff;
    padding: 8px 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 150px;
    box-shadow: 0 0 10px #00000020;
    border-radius: 5px;
    font-weight: 500;
    background: linear-gradient(to bottom, #EE204D 0%, #DF113E 100%);
}

.giftgif h5 strong{
    display: inline-block;
    font-weight: 900;
/*    color: #e3000f;*/
}

.giftgif img{
    width: 100%;
/*    margin-left: -15%;*/
    display: block;
}

.kidsapparel{
    position: relative;
}


.categories .wrap:after{
/*    content: "";*/
    width: 85px;
    height: 85px;
    display: block;
    position: absolute;
    right: 5px;
    bottom: 0;
/*    background: url(../images/ramzan/icon-2.png) no-repeat;*/
    background-size: contain;
    background-position: center;
    z-index: 10;
}


.kidsapparel:after, .specialofferspage .wrap:after{
/*    content: "";*/
    width: 65px;
    height: 65px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
/*    background: url(../images/ramzan/icon-3.png) no-repeat;*/
    background-size: contain;
    background-position: center;
}

.hertshp .col-12, .specialofferspage .wrap{
    position: relative;
}

.sareeofferlist .wrap{
/*    background: url(../images/ramzan/icon-3.png) no-repeat;*/
    background-size: 30%;
    background-color: #fff;
    background-position: top right;
}

.sareeofferlist .wrap.hidden{
    background: none;
    background-color: #fff;
}

.hertshp .col-12:after{
/*    content: "";*/
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    right: 12px;
    top: 0;
/*    background: url(../images/ramzan/icon-1.png) no-repeat;*/
    background-size: 80%;
    background-position: center;
}
.valentsareeoffdes h2{
    display: none;
}

.valentsareeoffdes{
    display: flex;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    padding: 30px 20px;
    justify-content: center;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    background: linear-gradient(90deg, #ffe6eb, #ff8ea2);
    border-radius: 20px;
}
.valentsareeoffdes .wrap{
    width: calc(33.33% - 14px);
    display: flex;
    align-items: center;
}

.valentsareeoffdes .wrap .imgwrap{
    width: 80px;
    min-width: 80px;
    border-radius: 50%;
    box-shadow: 0 0 10px #00000020;
    position: relative;
    z-index: 1;
}

.valentsareeoffdes .wrap .imgwrap img{
    width: 100%;
    border-radius: 50%;
    border: 5px solid #fff;
}
.valentsareeoffdes .wrap .content{
    padding: 10px 20px 10px 30px;
    margin-left: -20px;
    background: #fff;
    border-radius: 10px;
    width: 100%;
}

.valentsareeoffdes .wrap .content h3{
    font-size: 14px !important;
    margin: 0;
    color: #e3000f;
    font-weight: 600;
    text-transform: uppercase;
}

.valentsareeoffdes .wrap .content p{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.valentsareeoffdes .wrap .content p span{
    font-family: "Arial";
}

.cataloguehome{
    display: block;
    width: 100%;
    padding: 15px;
    background: #e3000f28;
    box-shadow: 0 0 10px #00000025;
}

.cataloguehome img{
    width: 100%;
    margin: 0 0 10px;
}

.cataloguehome h3{
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #e3000f;
}

.cataloguehome h4{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #e3000f;
}

footer{
    background: #e3000f;
    padding: 40px 0 20px;
    color: #fff;
    font-size: 14px;
}

footer a{
    color: #fff !important;
}

footer .foottitle{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px;
}

footer .foot-loc {
    font-size: 16px;
    font-weight: 600;
}

.directions a {
    color: #e3000f !important;
    padding: 10px 20px;
    background: #fff;
    text-align: center;
    width: fit-content;
    display: block;
    font-weight: 600;
    font-size: 16px;
}

footer .sociallinks{
    margin: 10px 0;
}

footer .sociallinks a{
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    font-size: 24px;
}

footer .sociallinks .title{
    text-transform: uppercase;
    font-size: 14px;
    margin: 5px 0 5px;
}

footer .footlink{
    margin: 0 0 5px;
}

footer .footlink a{
    display: block;
    color: #fff;
    margin: 0 0 10px;
}

.brandn{
    box-shadow: 0 0 10px #00000020;
    height: 100%;
    margin: 0 !important;
}

.brandn img{
    width: 100%;
    margin-bottom: 0;
}

.brandn .new-img{
    filter: contrast(0.91);
}

.row-gap .row {
    grid-row-gap: 25px;
}

.brandn .mainstrip{
    background: #000;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    display: none;
}

.brandn .mainstrip .strip {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    will-change: transform;
    display: flex;
}

.brandn .mainstrip .strip .wrap{
    padding: 0 20px; 
    border-right: 1px solid;
}

.bannervid{
    padding: 50px 0;
}

.bannervid video{
    width: 100%;
    aspect-ratio: 16/6;
    object-fit: cover;
    object-position: center;
    border-radius: 25px;
}


@media (min-width: 1280px){
    .container {
        max-width: 1260px;
    }
}

/*Scrollbar color*/

@media (min-width:991px){
    ::-webkit-scrollbar {
      width: 5px;
    }

    ::-webkit-scrollbar-track {
      background: transparent; 
    }

    ::-webkit-scrollbar-thumb {
      background: #e3000f ; 
    }
    .categorylogo.end{
        justify-content: flex-end;
    }
}


/*Tablets*/

@media (max-width: 991px){
    .brandsdiv .wrap{
        width: calc(25% - 15px);
    }
    .offerpricedes{
        height: auto;
        margin-bottom: 1.5rem;
    }
    .specialofferspage{
        grid-column-gap: 20px;
    }
    .specialofferspage .wrap{
        width: calc(50% - 10px);
    }
    .womenbanner h1{
        font-size: 40px;
        margin-bottom: 5px;
    }
    .womenbanner h2{
        font-size: 30px;
    }
    .womenbanner .destext{
        font-size: 68px;
        line-height: 50px;
    }
    .sareeofferlist{
        margin-bottom: 2rem;
    }
    .valentsareeoffdes .wrap{
        width: calc(50% - 10px);
    }
    .loc-mob-link{
        padding:0px 6px 0px 0px !important;
        margin-left: -2px;
    }
    .loc-mob-link img{
        width: 36px;
    }
}

/*Mobiles*/

@media (max-width: 767px){
    .directions a {
        margin: 0 auto;
    }
    .desktop-header .logo img{
        width: 130px;
    }
    header{
        padding: 8px 0;
    }
    .desktop-header .logo{
        width: fit-content;
    }
    .banner .wrap img{
        display: none;
    }
    .banner .wrap img ~ img{
        display: block;
    }
    .womenbanner h1{
        margin-top: 3rem;
        font-size: 36px;
    }
    .womenbanner h2{
        font-size: 26px;
    }
    .womenbanner.mensbanner h2, .womenbanner.kidsbanner h2, .womenbanner.footwearbanner h2, .womenbanner.babyfoodbanner h2, .womenbanner.homekitchenbanner h2, .womenbanner.accessoriesbanner h2{
        margin-top: 3rem;
    }
    .womenbanner .destext{
        display: none;
    }
    .womenbanner.footwearbanner{
        background: #e3c4a2;
    }
    .womenbanner.footwearbanner img{
        margin-left: 15px;
    }
    .contact {
        padding: 2rem 1.5rem;
    }
    .accessoriesdes .wrap{
        width: 33.33%;
    }
    .accessoriesdes .wrap:nth-child(3){
        border-right: none;
    }
    .accessoriesdes.typ2 .wrap{
        width: 50%;
    }
    .sareeofferlist .wrap{
        width: 33.33% !important;
    }
    .sareeofferlist .wrap.hidden{
        display: none;
    }
    .valentsareeoffdes{
        margin: 2rem 0;
        padding: 20px 10px;
    }
    footer .sociallinks a{
        margin: 0 10px;
    }
    .loc-mob-link{
        padding:0px 6px 0px 0px !important;
        margin-left: -2px;
    }
    .loc-mob-link img{
        width: 36px;
    }
}

@media (max-width: 600px){
    .heading-lg{
        font-size: 28px;
        font-weight: 600;
        color: #e3000f;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 1rem;
    }
    .offerpricedes h5{
        margin: 0;
    }
    .offerpricedes .imgwrap{
        width: 80%;
        margin: auto;
    }
    .offerpricedes .content{
        width: 100%;
    }
    .offerpricedes{
        padding: 30px 15px;
    }
    .innerbanner {
        padding: 5rem 0;
    }
    .innerbanner .row{
        justify-content: center;
    }
    .innerbanner h1{
        border: 0;
        padding: 0;
        text-align: center;
/*        margin: 0 0 2rem;*/
    }
    .specialofferspage .wrap{
        width: 100%;
    }
    .prodtitle{
        margin-bottom: 1rem;
    }
    .categorylogo{
        grid-column-gap: 16px;
        margin-bottom: 1rem;
    }
    .categorylogo .wrap{
        width: calc(50% - 8px);
    }
    .accessoriesdes{
        grid-row-gap: 0;
        padding: 10px;
    }
    .accessoriesdes .wrap{
        width: 50%;
        border-bottom: 2px solid #74ccd7;
        padding: 15px;
    }
    .accessoriesdes .wrap:nth-child(even), .accessoriesdes .wrap:last-child{
        border-right: 0 !important;
    }
    .accessoriesdes .wrap:nth-child(odd){
        border-right: 2px solid #74ccd7;
    }
    .sareeheading h2{
        font-size: 26px;
        font-weight: 600;
    }
    .sareeheading h2:after{
        font-size: 36px;
    }
    .categories .wrap:after{
        width: 40px;
        height: 40px;
    }
    .stickywish:before{
        left: 20px;
    }
    .stickywish:after{
        right: 20px;
    }
}

@media (max-width: 500px){
    .categories .wrap h5{
        font-size: 16px;    
    }
    
    .brandsdiv{
        grid-row-gap: 16px;
        grid-column-gap: 16px;
    }
    .brandsdiv .wrap{
        width: calc(50% - 8px);
    }
    .innerbanner h1{
        font-size: 40px;
    }
    .sareeofferlist .wrap h5:before, .sareeofferlist .wrap h3:before{
        font-size: 14px;
    }
    body{
        background-size: 80%;
    }
    .giftgif h5{
        font-size: 14px;
        width: 130px;
        padding: 5px;
        left: 60%;
    }
    .categories .wrap h5:after{
        width: 40px;
        height: 40px;
    }
    .valentsareeoffdes .wrap{
        width: 100%;
    }
    .bannervid{
        padding: 35px 0;
    }
    .bannervid video{
        aspect-ratio: 1;
        border-radius: 15px;
    }
}

@media (max-width: 400px){
    .stickywish:after{
        right: 5px;
    }
    .stickywish:before{
        left: 5px;
    }
    .stickywish{
        font-size: 14px;
    }
    .categories .wrap h3{
        font-size: 20px;
        padding: 0 10px;
    }
}

b{
    font-weight: 600 !important;
}