@import url(normalize.css);
@import url(reset.css);
@import url(fontsans.css);

body {
    background: #f5f5f5;
    color: #333;
    transition: background-color 0.5s, color 0.5s;
}


.light-theme {
    background: #f5f5f5;
    color: #333;
    transition: background-color 0.5s, color 0.5s;
}

.dark-theme {
    background-color: black;
    color: white;
    transition: background-color 0.5s, color 0.5s;
}

.container {
    background-color: #fff;
    border-radius: 5px;
    padding: 2px;
}

.bottomNav {
    background-color: #fff;
    position: fixed;
    bottom: 0; right: 0;
    width: 100%;
    display: none;
    justify-content: space-between;
    z-index: 100;
    border-top: 1px solid rgb(190, 48, 48);
    border-radius: 8px 8px 0 0;
}

.bottomNav__item {
    padding: 6px;
    font-family: IRANSans;
    text-decoration: none;
    color: black;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 25%;
    position: relative;
}

.bottomNav__item i {
    color: #f21216;
    font-size: 1.2rem;
}

.bottomNav__item i span {
    position: absolute;
}


#basketCountWebBottom {
    position: absolute;
    top:-3px;
    right: 33px;
    border-radius: 100%;
    padding: 2px;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: visible;
    transition: 0.5s;
    padding-top: 0 !important;
    opacity: 1;
    box-shadow: -4px 0 11px #00000038;
}


.menu-item{
    background: #ec2947;
    color:#fff;
}

.menu-item:hover{
  color:#000;
  font-weight: bold;
}

.menu-item i{
    color:#fff !important;
}

.social-div {
    text-align: center;
    position: absolute;
    bottom: 2%;
    right: 2%;
    display: flex;
    justify-content: space-around;
    border-radius: 5px;
}

.socialMedia > i{
    border-radius: 5px;
    font-size: 2rem;
}

.socialMedia > i:hover{
    background-color: #f21216;
}

.fa-instagram {
    color: #8a3ab9 !important;
}

.fa-telegram {
    color:#229ed9 !important;
}

.fa-whatsapp {
  color: #075e54 !important;
}

.username {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sidenav .closeMenuButton {
    font-size: 20px;
    position: absolute;
    left: 15px; top: 15px;
    background-color: #fff;
    color:#f21216;
    border-radius: 4px;
    width: 30px; height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px; display: block;
    transition: 0.3s; font-weight: 500;
}

.sidenav a i {
    min-width: 35px;
    font-size: 20px;
    color: #0faac698;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    margin-left: 0px;
}


.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    display: block; transition: 0.3s;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
}

.headerOptions {
  font-size: 18px;
  font-weight: bold;
  margin-right: 22px;
  position: relative;
}

.headerOptions i {
  font-size: 25px;
}

.headerOptions span {
    position: absolute;
    top: -8px; left: 22px;
    display: inline-flex;
    min-width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    align-items: center;
    justify-content: center; 
}


.headerNotifications1 {
    color: white!important;
    background-color: black!important;
}


.group-container {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    padding: 5px;
}

.group-item {
    display: flex; 
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(19.5% - 5px);
    margin-bottom: 10px;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 3px;
}

.allgroup-image {
    width: 100%;
    height: auto;
}

.title-container {
    margin-top: 5px;
}

.group-kala-name {
    font-size: 0.7rem;
    color: #333;
    font-weight: bold;
}

.modalBackdrop {
    width: 100%;
    padding: 50px;
    background-color: rgb(0 0 0 / 35%);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center
}

.modalBackdrop.active {
    display: flex;
}

.product-wrapper {
    padding: 5px 10px !important;
}



.product-wrapper .two-headline a {
    font-size: 1.8em;
    font-weight: 500;
    color: #ef3d52
}

.product-wrapper .two-headline a:hover {
    color: #1ca2bd
}

.product-wrapper .headline {
    height: 44px;
    font-size: 0.5rem;
    margin-top: 5px;
}

.product-wrapper .headline h3 {
    line-height: 8px;
    height: 27px;
    min-height: 1px
}

.input {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    display: block;
    width: 100%;
    min-height: 35px;
}



/*layout parts*/
.topImg img{
    width:100%;
}

.menu-and-header {
    background-color: #F21216;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 99;
}


.headerContainer {
    width: 100%; 
    padding-right: 5px;
    padding-left: 5px; 
    margin-right: auto;
    margin-left: auto; 
}


.header {
    display: flex;
    justify-content: space-between;
}

.header-left {
    width: 35%;
    text-align: left;
    padding-top: 15px;
}

.header-right {
    width: 65%;
    text-align: right;
}

.basket-link {
    position: relative;
}

#basketCountWeb {
    position: absolute;
    border-radius: 100%;
    padding: 2px;
    top:-11px;
    right: 5%;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
}

.header-icons {
    color: #fff;
    margin: 5px;
    cursor: pointer;
}

#searchInputParentDiv{
    position:absolute;
    top:60px;
    border-radius:33px !important;
    padding:5px !important;
    overflow-y: scroll;
    height: 77vh;
    width: 30%;
}


#ulForSearchResult {
    padding:0px;
    border-radius:8px;
}

#searchInputParentDiv::-webkit-scrollbar {
    display: none;
}

.inputSearch {
    width: 60%;
}

.searchContainer {
    margin-top: 16px;
}


.searchResult {
    max-height: 400px;
    overflow-y: scroll;
    width: 70%;
    border-radius: 10px;
    border-width: 3px;
    border-color: #f21216;
    border-style: solid;
}

.no-results {
    margin-top: 22px;
    text-align: center;
    font-size: 1rem;
    color: #f21216;
}


.searchResult::-webkit-scrollbar {
    width: 20px;
    height: 38px;
    cursor: pointer;
}
    
.searchResult::-webkit-scrollbar-track {
    background-size: 20px;
}
  
.searchResult::-webkit-scrollbar-thumb {
    background-image: url("../images/scroll.png");
    background-position:center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 38px;
}

.searchedItem {
    display: flex;
    justify-content:space-between;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 1px;
    text-decoration: none;
    color: #333;
    padding: 10px;
}

.searchedImg {
    width: 30%;
}

.searchedName {
    width: 70%;
}

.incredible {
    display: flex
}

.incredible .right {
    display: flex;
    flex-direction: column
}

.incredible .right img {
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    height: 400px
}

.product-item {
    display: flex;
    flex-direction: column;
    user-select: none;
    margin: 0px auto;
    padding: 4px;
    border-radius: 3px;
    box-shadow: #00bfd6;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
    padding-top: 0;
    height: 368px;
}

.product-item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.product-item .title {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    color: #535353;
    text-align: right;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    top: 0;
    height: 30px;
}

.product-item .price {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    white-space: nowrap;
}



.slider-nbtn,
.slider-pbtn {
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    padding: 25px 19px;
    color: #a8a8a8
}

.slider-nbtn {
    border-radius: 5px 0 0 5px;
    left: 10px !important
}

.slider-pbtn {
    border-radius: 0 5px 5px 0;
    right: 10px !important
}

.two-headline a {
    font-size: 10px;
}

.emptySlider {
    height: 190px;
    width: 190px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid gray;
}


.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    background-color: #f5f5f5;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.flex-container>div {
    background-color: #f5f5f5;
    padding: 15px;
    font-size: 30px;
}



.newsletter .social i {
    color: #666;
    font-size: 3em;
    margin-left: 30px
}

.cert .image {
    display: flex
}

.cert img {
    height: 120px
}

.footer-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.footer-contact span {
    color: #414141;
    font-weight: 400;
    margin-left: 10px;
    line-height: 2
}

.footer-contact .app {
    display: flex
}

footer .copyright p {
    color: #4a4a4a;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-size: 12px;
    padding-bottom: 15px;
    line-height: 1.8
}


.not-found {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 68px 0;
    line-height: 22px;
    background: url(../images/404bg.png);
    background-size: auto 100%
}

.not-found h3 {
    font-size: 2.571rem;
    line-height: 1.222;
    margin: 25px auto
}

.not-found a {
    background-color: #6ab946;
    border-radius: 8px;
    padding: 10px 20px; color: #fff;
    border: none;  min-width: 161px;
    margin: 10px 19.5px 46px;
    text-decoration: none;
    font-size: 2em
}

.btn-add-to-cart {
    font-size: 1.0rem;
    line-height: 1.222;
    padding: 6px 6px 6px 14px;
    border-radius: 8px;
    background-color: #ef394e;
    color: #fff;
    overflow: hidden;
    letter-spacing: -.7px;
    max-width: 380px;
    font-weight: 300;
}

.btn-add-to-cart span {
    font-size: 1em;
    display: inline-block;
    width: 300px;
}

.disabled {
    opacity: .5;
    cursor: default !important;
    user-select: none;
    pointer-events: none
}

.btn-tertiary {
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    border-radius: 8px;
    background-color: #7a7a7a;
    padding: 18px 31px;
    color: #fff
}

.form-row {
    display: flex;
    align-items: center
}

.form-row .agreement {
    margin-right: 20px;
    font-size: 1.4em;
    line-height: 2.3
}

#questions c-comments__filter {
    flex-wrap: wrap
}


.add-comment {
    background-color: #fff;
    margin: 20px auto;
    padding: 20px 30px
}

.comment-info {
    display: flex;
    justify-content: space-between
}

.comment-info img {
    height: 300px
}

.comment--info {
    display: flex;
    flex-direction: column;
    flex: 0 0 68.5%;
    background: #fcfcfc;
    padding: 0 30px 39px 28px
}


.comment--info .headline h4 {
    font-size: 2.2em;
    font-weight: 400;
    line-height: 1.8
}

.comment--info .headline span {
    line-height: 1.5;
    color: #b5b5b5
}

.comment-new {
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

.comment-new form>input,
.comment-new form>label {
    display: block;
    width: 100%
}

.comment-new form label,
.group-input span {
    margin-bottom: 12px;
    color: #565656;
    font-size: 1.143rem;
    line-height: 1.4;
    position: relative;
    font-weight: 400
}

.comment-new form input,
.comment-new form>input {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 1.3em;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px
}

.group-input {
    display: flex
}

.group-input div {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.comment-new form textarea {
    border-radius: 5px;
    outline: 0;
    padding: 10px;
    color: #424242;
    line-height: 2;
    height: 166px;
    font-size: 1.2em
}


header.shipping .logo {
    text-align: center;
    height: 75px;
    display: flex;
    justify-content: center
}

header.shipping .logo a {
    margin: 23px auto
}

header.shipping .logo img {
    width: 180px;
    height: auto
}

header.shipping {
    height: 110px;
    box-shadow: 0 2px 12px 0 hsla(0, 0%, 44%, .14);
    z-index: unset
}


.payment-methods {
    padding: 0
}

.btn-payment {
    font-size: 1.071rem;
    line-height: 1.467;
    padding: 15px 80px 15px 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    color: #fff;
    text-align: right;
    letter-spacing: -.6px;
    position: relative
}

.btn-payment--large {
    padding: 15px 130px;
    text-align: center
}

.btn-payment::before {
    width: 85px;
    height: 85px;
    position: absolute;
    right: -20px;
    top: -17px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 50%
}

.btn-payment::after {
    content: "\f09d";
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.048
}


#unitStuffContainer::-webkit-scrollbar {
    width: 5px;
    height:5px;
    cursor: pointer;
  }
    
  #unitStuffContainer::-webkit-scrollbar-track {
    background: #fff;
  }
  
  #unitStuffContainer::-webkit-scrollbar-thumb {
    background: #f21216; 
    border-radius: 3px;
  }


.favorite-container {
    display: flex;
    justify-content:space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.favorite-item {
    flex-basis: 24%;
}

.favorite-icon {
    background:transparent;
    font-size:22px;
    position: absolute;
    top:0;
    right:0;
}

.user-main {
    display: flex;
    flex-wrap: wrap
}

.user-main>div {
    flex: 0 0 50%;
    padding-right: 10px;
    padding-left: 10px
}

.private-info--row,
.wishlit-item {
    border-bottom: 1px solid #f1f1f1;
    display: flex
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.nav-shadow {
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .04);
}

.c-swiper-specials--incredible {
    overflow: hidden;
}


/*----------------برای منوی کشویی موبایل---------------*/

#inc-slider .product-item {
    height: 240px;
    min-height: 250px;
}

#inc-slider .swiper--specials .product-item img {
    width: 100%;
    height: auto;
}



.menuBackdrop {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.541);
    display: none;
}

.menuBackdrop.show {
    display: block;
}

.sliderContainer {
    overflow: hidden;
}

.mainSliderImg {
  width: 100%;
  height: 530px;
}
.mainStoryImg{
    width: 500px !important;
    height: 500px !important;   
}

.secondSliderImg {
  display: block;
  width: 100%;
  height: auto;
}

.secondImgSlider {
    margin-top: 15px;
}
 
.shop-help a {
    border: 1px solid #ef3d52;
    white-space: nowrap;
}

.footer {
    overflow-x: hidden;
    padding-top: 10px
}

.loading {
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 85%);
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 3000;
    display: none;
}

.loading.show {
    display: flex;
}

.topDistance {
    margin-top: 66px;
    margin-bottom: 66px;
}

.loading img {
    width: 50px;
    margin-bottom: 10px;
}

.loading .title {
    font-size: 15px
}

.slider-nbtn {
    top: 115px !important;
}

.swiper-button-next {
    left: -13px !important;
    top: 115px !important;
}

.swiper-button-prev {
    right: -13px !important;
    top: 115px !important;
}

.modal {
    padding: 5px;
    width: 100%;
    max-height: 85vh;
    overflow: auto;
}

.modal--selectProductModal {
    max-width: 200px;
    background-color: #ffffff66;
}


/* Responsive ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.discountBox {
    display: flex;
}

span.footerbasket {
    position: absolute;
    background-color: #f21216;
    top: -10px;
    right: 18px;
    background: #f21216;
    border-radius: 100px;
    color: white;
    margin-right: 80px;
}

.topSliderC .product-item {
    width: 130px !important
}

.walletSection {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}


.existMsg {
    background-color: #bd0e36!important;
    color: white!important;
}

.nav nav-tabs {
    background-color: #f21216;
}

div.overlay {
    position: absolute;
    width: 44%;
    height: 12%;
    top: 6%;
    left: 0;
    right: 15%;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    align-items: center;
}

.tobuy {
    color: #f21216;
    background-color: rgba(0, 0, 0, 0.3);
}

div.shegoftAngezOverlay {
    position: absolute;
    width: 60%;
    height: 18%;
    top: 46%;
    left: 0;
    right: 16%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}


.shegeftAngez-item {
    height: 100%;
    background-color: #fff;
    height: 300px;
    width: 200px !important;
    flex-wrap: wrap;
}

.shegeftAngez-item .title {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    color: #535353;
    text-align: right;
    position: relative;
    height: 25px;
}

.prikalaGroupPricece {
    font-size: 16px;
    line-height: 1;
}

.takhfif-round {
    border-radius: 50%;
    background-color: #ef394e;
    color: #fff;
    height: 22px;
    width: 22px;
    padding: 2px;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    font-size: 12px;
}

.priceDiv {
    height: 50px !important;
}

.policy a:hover {
    color: #f21216;
    font-weight: bold;
}

.eNamad {
    width: 50px;
    height: 50px;
}

/* second home style */

li.secondhome {
    margin-bottom: 33px!important;
    flex-basis: 19.999%;
}

.two-items {
    width: 100%
}

.two-pics {
    display: flex;
    flex-wrap: wrap;
}

.two-pics>div {
    flex-basis: 50%;
    box-shadow: 0 0 0 1px black;
    margin-bottom: 10px;
}

.sabadKhared {
    display: flex;
    flex-wrap: nowrap;
}

.sabadKhared>div {
    width: 50%;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
}

.about a {
    text-decoration: none;
    color: #000;
    padding: 5px 1px;
    border: 1px solid #f21216;
    margin-top: 5px;
}

.about-img {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    align-self: center !important;
}

.cartPic {
    width:110px;
    height: 110px;
}

.carding {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    padding:10px;
    border-radius: 10px;
}

.grid-container {
    display: inline-grid;
    grid-template-columns: auto auto auto;
    padding:6px;
    width:100%;
    border-radius:5px;
    box-shadow: 0px 0px 0px 1px #f21216;
    transition: 0.3s;
    margin-bottom: 5px;
}

.grid-item {
    text-align: center;
    padding:5px;
}

.grid-container-shipping {
    display: inline-grid;
    grid-template-columns: auto auto auto auto;
    padding:5px;
    width:100%;
    margin-top: 5px;
}

.grid-item-shipping { 
    text-align: right; 
    padding:3px;
}

.groupDiv {
    margin: 180px auto 20px !important;
}


.lessThanAmount {
    text-decoration: none;
    color: #f21216;
    font-size: 14px;
    font-weight: bold;
}


.buttonContinue {
	position: relative;
	z-index: 9;
	min-width: 130px;
	height: 44px;
	border-radius: 6px;
	overflow: hidden;
    background-color: #f21216;
    color:#fff;
}

.buttonContinue:before {
    content: '';
    position: absolute;
    z-index: -2; left: -50%;
    top: -50%; width: 190%;
    height: 190%;
    background-color: #1a232a;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: conic-gradient(transparent, rgba(168, 239, 255, 1), transparent 30%);
    animation: rotate 4s linear infinite;
}
	
.buttonContinue:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: #198754;
    border-radius: 5px;
}

.buttonContinue:after {
	animation: opacityChange 5s infinite linear;
}

img.topLeft{
    position: absolute;
    top: 0;
    right: 0;
    width: 22px !important;
    height: 22px;
    z-index: 9;
    margin: 2px;
}

img.topRight{
    position: absolute;
    top: 0;
    right: 0;
    width: 22px !important;
    height: 22px;
    z-index: 9;
    margin: 2px;
}

.imgeGuide {
    text-align: center;
    width: 80%;
    height: 50%;
}

.guideCaption{
    margin-bottom: 30px;
}

.mywalet {
    width: 111px !important;
    height: 111px !important;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    background-color: #ef3d52;
    border: 4px solid #f79532;
    color:#fff;
    margin:0 auto;
    position: relative;
}

.walletContent {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: bold;  
}

#questionPart {
    display: none;
}

.question{
    font-size: 14px;
    padding:10px;
}

.question b{
    color:#666866;
    font-size: 14px;
    font-weight: bold;
}

.walletbutton {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #ef3d52;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
  }
  
.walletbutton:hover {background-color: #3e8e41}
  
.walletbutton:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.five-pointed-star{
    background-image: url("../images/star.png");
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    margin: 0 auto;
    width: 144px;
    height: 144px;
}

.five-pointed-star{
   position: relative;
   text-align: center !important;
}

.starContent {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#ff3154;
    font-weight: bold;
}

.governmental-kala {
    /* animation: 3s anim-popoutin ease infinite; */
    font-weight: bold;
    z-index: 9999;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  
    text-align:right;
    white-space: normal;   /* allows text to wrap */
    word-wrap: break-word; /* breaks long words if needed */
    overflow-wrap: break-word; /* modern version */
    font-size: larger;
  }

 .topSliderImage{
    width:100px !important;
    height: auto !important;
 }

.imageTile a {
    text-align:center;
    text-decoration:none !important;
    color:#f21216;
    font-size:14px;
  }

.swiper-button-prev{
    position: relative;
    top: 50%;
    right:10% !important;
    width: 20px;
    height: 33px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 33px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next {
    position: relative;
    top: 50%;
    left:10% !important;
    width: 20px;
    height: 33px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 33px;
    background-position: center;
    background-repeat: no-repeat;
    color:#f21216 !important;
}


.changeBg {
   background-color: #ef3d52 !important;
   color: #ffffff;
   font-weight: bold;
   border-radius: 5px;
}

#weely-calendar {
    background: url("../images/dialy.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    padding: 5%;
    max-width: 100%;
}

.weekly-calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 10px;
    margin: 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
 }

 .week-day {
    text-align: center;
    font-weight: bold;

 }

 .day-content {
    background: #ffffff;
    border-radius: 8px;
    width: 72px;
    height: 100px;
    margin: 0 auto;
 }

 div.top{
    padding-top: 10px;
    font-size: 1rem;
 }

.daily-bottom {
    height: 44px;
}

.day-label {
    margin-top: 5px;
    text-align: center;
    align-self: center;
    font-size: 14px;
 }

#chechIcon, #crossIcon {
    font-size: 33px;
    padding-top: 25px;
}

.crossIcon {
    font-size: 33px;
    padding-top: 25px;
}

.curren-day {
    border: 3px solid #ffc845;
    box-shadow: 0 4px 4px rgba(255,203,44,.24)
}


.credit-info {
    font-size: 14px;
    margin-top: 0px !important;
}

.credit-sequence{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}

.round-menu{
    background-color:transparent;
    display:flex;
    justify-content: space-around;
    flex-direction: row;
    align-items:center;
    justify-content:center;
    min-height: 111px;
    border-radius: 5px;
    margin: 0 auto;
}

.round-menu-items{
    flex:24%;
    max-width:24%;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.round-menu-items-noGame{
    flex:33%;
    max-width:33%;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.round-item {
    border-radius:50%;
    text-align:center;
    text-align:center;
}

.round-menu-info {
    width:70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #f21216;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.prize-button {
    font-size:10px !important;
}

.round-menu-img {
    width:66px;
    height:66px;
}

.round-link {
   text-decoration:none;
   color:#000;
   margin: 0 auto;
}

.rount-menu-text {
    font-size:16px;
}


.invite-code-div {
    border-radius: 5px;
    min-height: 66vh;
    padding: 10px;
}

#hazinaHaml {
    display: none;
}

.free-dlivery {
    padding: 3px;
    border-radius: 5px;
}

.dliver-text {
    padding: 5px;
    margin-bottom: 0px;
    color:#fff;
    font-size: 16px;
    animation-name: dliver;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}


.formerPurchase{
    animation-name: dliver;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

.formerPurchseDiv {
  border: dotted 1px;
  animation-name: dliver;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  border-radius: 55px 0px 66px 0px;
}

.formerPurchasekalaName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.formerKalaPurchase {
    border-radius: 50% !important;
    width: 99px !important;
    height: 99px !important;
    object-fit: cover !important;
    border: 1px solid red;
    margin: 2px;
}


@keyframes dliver {
    0%   {color: #f21216;}
    25%  {color: yellow;}
    50%  {color: blue;}
    100% {color: green;}
  }
.span-for-p1{
    color: #f21216;
    font-size: 20px;
}
.span-for-p2{
    color: #f21216;
    font-size: 20px;
}
.paragraph-for-invite{
    text-align: justify;
    margin: 20px 20px;
    line-height: 40px;

}
.paragraph-for-invite{
    text-align: justify;
    margin: 20px 20px;

}
.paragraph-for-invite{
    text-align: justify;
    margin: 20px 20px;

}


.select-address {
    display: flex;
    padding: 5px;
    border-radius: 8px;
    margin:4px 0px;
}

.select-add1 {
    width: 30%;
}
.select-add2 {
    width: 66%;
}


.input-icon{
    position: absolute;
    right: 10px;
    top: calc(50% - 0.9em);
    color:#f21216;
}


.discount-input{
    position: relative;
    padding: 20px;
 }


 .dis-input::placeholder {
    text-indent: 10px;
 }

 .your-star {
    position: relative;
    text-align: center;
 }

 .your-star-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #3601f3;
    font-weight: bold;
    font-size: 1.5rem;
}
  
.get-emtyaz {
    display: grid;
    grid-template-columns: auto auto auto;
    border-radius: 5px;
    position: relative;
    padding: 5px;
    flex-wrap: wrap;
}
  
.get-emtyaz-items {
  border-radius: 9px;
    background-color: #dcd8d8;
    margin: 5px;
    padding:5px;
    font-size: 0.6rem;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
    align-self: center;
}

.get-emtyaz-img {
  width: 32px;
  height: 32px;
}

.npFormerPurchase {
    min-height: 20vh;
    text-align: center;
    border: 1px solid #f21216;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
}

/* new desig of kala groups */
.kala-group-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    padding: 5px;
    border-radius: 5px;
}

.kala-group-items {
    margin: 2px;
    padding: 10px 5px 9px 5px;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    position: relative;
    background-color: #fff;
}

.kala-group-right {
    position: relative;
}
.kala-group-left {
    position: relative;
    border-right: 1px solid #f5f5f5;
}

 /* kala group details */
.group-details {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
}

.group-details-items {
    overflow: auto;
    text-align: center;
    position: relative;
    margin: 3px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.kala-image {
    width: 94%;
    height: auto;
}

.kala-name {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    display: block;
    text-decoration: none;
}

.kala-staff {
    display: grid;
    grid-template-columns: auto auto;
    padding: 3px;
    border-bottom: 1px solid #ebe6e6;
    margin-top: 9px;
    margin-bottom: 6px;
}

.kala-staf-item {
    color: #333;
    font-weight: bold;
}

.price-checkbox:checked {
    background-color:green !important;
    border-color:green !important;
}

.price-checkbox {
    margin-left:5px !important;
    border-color:#333 !important;
}

.price-checkbox-label {
    font-size: .8rem;
}

.kala-desk-container {
    display: flex;
    flex-wrap: wrap;
}

.kala-desc-right {
    flex-basis: 25%;
}

.kala-desc-left{
    flex-basis: 75%;
}

.one-price, .aware-me {
    margin-top: 20px;
}

.sliderParentDiv {
    position: relative;
    position: fixed;
    z-index: 9;

}

/* new swipter slider styles */
.slider-section {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.swiper {
    width: 100%;
    height: auto;
    position: relative;
  }

  .swiper-wrapper {
    padding: 5px;
    margin: 5px;
    height: auto !important;
 }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f0f1f3;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(135, 87, 87);
    border-radius: 5px;
  }
  .brand-images{
    border: 1px solid gainsboro;
    height:166px;
    width:166px;
    padding: 22px;
    border-radius: 50%;
  }

  .slider-title {
    font-size: 1.2rem;
    color: #333;
  }


.swiper-button-next {
    position: absolute;
    top: 90%;
    left: 5%;
    z-index: 10;
    cursor: pointer;
    color: #f21216;
}

.swiper-button-prev {
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 10;
    cursor: pointer;
    color: #f21216;
}

.slider-header {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    margin-bottom: 5px;
}

.slider-header-right {
    width: 70%;
}

.slider-header-left {
    width: 30%;
}

.slider-image{
    display: block;
    width: 100%;
    height: auto;
    padding: 5px;
  }

  .swiper-button-next, .swiper-button-prev {
    position: absolute !important;
    top:50% !important;
  }

  .swiper-button-next {
    left: 1% !important;
  }

  .swiper-button-prev {
    right: 1% !important;
  }

  .loaderWrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    animation: loader 5s 1 linear;
    animation-fill-mode: forwards;
  }
  
  .loader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }

  .loader .bar {
    width: 10px;
    height: 5px;
    background: #f21216;
    margin: 2px;
    animation: bar 1s 5 linear;
  }
  .loader .bar:nth-child(1) {
    animation-delay: 0s;
  }
  .loader .bar:nth-child(2) {
    animation-delay: 0.25s;
  }
  .loader .bar:nth-child(3) {
    animation-delay: 0.5s;
  }



  @keyframes loader {
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  @keyframes bar {
    0% {
      transform: scaleY(1) scaleX(0.5);
    }
    50% {
      transform: scaleY(10) scaleX(1);
    }
    100% {
      transform: scaleY(1) scaleX(0.5);
    }
  }


  .general-image {
    width: 90%;
    height: auto;
  }


.celebrateCanvas {
    display: block;
    position: absolute;
    z-index: 9;
    pointer-events: none;
  }

  .importatnText {
    color: red;
    font-weight: bold;
  }

  .celebrateText {
    font-size: 1.2rem;
  }

  .cardPriceContainer {
    display: grid;
    grid-template-columns: auto auto;
    border: 1px solid red;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
  }

.cardPrice {
  margin: 2px;
    font-size: 1rem;
}

.cardPriceContainer > div.right {
    font-weight: bold;
    color: red;
}

.cardViewcontainer {
    display: flex;
    flex-wrap: wrap;
  }
  
  .cardViewFirst-div {
    flex-basis: 75%;
  }
  
  .cardViewSecond-div {
    flex-basis: 25%; 
  }
  .color-changing-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: colorChange 5s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 3rem;
    cursor: pointer;
    user-select: none;
    font-size: 2.5rem;
    cursor: pointer;
  }
  
  @media (max-width: 768px) {
    .cardViewFirst-div, .cardViewSecond-div {
      flex-basis: 100%;
    }
  }
  

.weeklyBuy {
	position: relative;
	width: 70px;
	height: 70px;
    z-index: 9;
    border-radius: 100%;
    margin: 0 auto;
}

.weeklyBuy:before, .weeklyBuy:after {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	background: linear-gradient(45deg, #0000ff,#ffff00, #ff0000, #00ff00,#ffff00, #ff0000);
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	animation: steam 20s linear infinite;
    border-radius: 100%;
}

@keyframes steam {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}

.weeklyBuy:after {
	filter: blur(50px);
}

.newKala-slide {
    padding: 20px;
}

.newKalaImage {
    width: 100%;
    height: auto;
    max-height: 255px;
    padding: 10px;
}



