/* slider */




.swiper {
  width: 100%;
  height: 100%;
  padding: 5px 15px;
}

.swiper-slide {
  font-size: 18px;
  border-radius: 0;
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
}

.swiper-slide img::before {
  content: "";
  top: 10px;
  right: 10px;
  width: 213px;
  height: 319px;
  background-color: #fed844;
  -webkit-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
}

.sliderBox .swiper-pagination {
  z-index: 99;
  position: relative;
  top: -80px !important;
  width: 115px !important;
  height: 32px;
  margin: 0 auto;
  padding-top: 3px;
  background-color: unset;
  border: unset;
}

.swiper-slide img.offerIMG {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.autoplay-progress {
  border: 1px solid #fff;
  position: absolute;
  right: 35px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #6a6a6a;
  transition: background-color 1s ease;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .4);
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  bottom: 18px;
  width: 30px;
  height: 30px;
}

.autoplay-progress span {
  position: relative;
  left: 27px;
  top: 2px;
  font-size: 13px;
}
.sliderBox .carousel-control-next-icon{
  border: 2px solid #838383;
  margin: 0 0 45px -105px;
  padding: 31px 0;
  border-radius: 23px;
  margin-top: 53px;
  width: 30px;
  background-color: #00000085;
}
.sliderBox .carousel-control-prev-icon{
  border: 2px solid #838383;
  margin: 0 0 45px 109px;
  padding: 31px 0;
  border-radius: 23px;
  margin-top: 53px;
  width: 30px;
  background-color: #00000085;
}


.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}



/* end slider */


.sliders {
  width: 100%;
  margin: 0 !important;
  padding: 0;
}

.sliders .col-12 {
  padding: 0;
}



.sliderBox img {
  width: 100%;
  min-height: 410px;
  border-radius: 0;
  box-shadow: 0 1px 5px #0510615c;
}

.sliderBox {
  width: 100%;
  height: 510px;
  margin: 0 auto;
  border-radius: 0;
  margin-top: 0;
}
li.mini_cart_item .quantity {
top: 0!important;
}
.sliders svg {
  float: left;
  position: relative;
  z-index: 9;
  margin-top: -75px;
  margin-left: 55px;
  transform: rotate(2.5turn);
}

.underSlidder {
  background-color: #f5f5f5;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}

.timedRow{
  width: 100%;
  /*height: 40px;*/
}

.offerTitle {
  font-size: 1rem;
  font-weight: 900;
  padding: 12px;
  background-color: #051061;
  color: #ffffff;
  height: 45px;
  border-radius: 15px 15px 0 0;
  margin-bottom: 35px;
}

.myCardSwiper{
  padding-bottom: 25px;
}
.offerBox {
  width: 98%;
  border-radius: 25px;
  margin: 50px auto;
  margin-top: 60px;
  margin-bottom: 50px;
}
.amazingBox .sf-product-percent{
  background-color: var(--secound-color);
  /* margin: 0 auto; */
  text-align: center;
  padding: 17px 7px;
  border-radius: 25px;
  font-weight: 700;
  margin-top: -2px;
  font-size: 13px;
  color: var(--main-color);
  font-weight: 900;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  z-index: 15;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.amazingBox{
  width: 91%;
  margin: 0 auto;
  margin-top: 30px;
  margin-top: -15px;
}
.offerAttributes{
  text-align: right;
  text-align: right;
  height: 220px;
  overflow: hidden;
}
.offerAttributes li{
  font-size: 13px;
  color: #464646;
  line-height: 20px;
}
.offerBox::before {
  position: relative;
  display: block;
  height: 361px;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background: url(../../img/505bg.png);
  background: url(../../img/bgoffer.png);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 0;
  border-radius: 25px;
}
.section-heading h3{
  font-size: 1.5rem;
}
.offerBox .section-heading h6 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 25px;
  padding-right: 2%;
}
.offerBox .section-heading {
  padding: 69px 33px 0 63px;
  margin-bottom: 25px;
  margin-top: -410px;
  position: relative;
  z-index: 1;
  margin-right: 4%;
}
.bannersBox{
  width: 100%!important;
  margin: 0 auto!important;
}
.l-banner{
  padding: 0!important;
  padding-right: 5px!important;
}
.r-banner{
  padding: 0!important;
  padding-leftt: 5px!important;
  float: right;
}
.l-banner img{
  border-radius: 0 24px 24px 0!important;
  float: left;
  border: 1px solid #dedede;
  box-shadow: 0px 0px 10px rgb(137 137 137 / 33%) !important;
}
.r-banner img{
  border-radius: 24px 0 0 24px!important;
  border: 1px solid #dedede;
  box-shadow: 0px 0px 10px rgb(137 137 137 / 33%) !important;
}
.bannersBox img {
  width: 95%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
  box-shadow: 5px 7px 0px rgb(225 225 225);
}
.offerBox .swiper{
  padding-bottom: 20px;
}
.topSlider img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bottomSlider img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.offerBox .swiper-slide {
  /* background-color: rgb(255 255 255 / 18%);
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px); */
}

.offerBox .slideBox {
  width: 100%;
  height: 255px;
  float: left;
  margin-top: -54px;
  border-radius: 35px;
}

.paginationBox {
  /* width: 157px;
  height: 33px;
  background-color: #FDF7FF;
  position: relative;
  float: right;
  right: -40px;
  top: -42px;
  border-top-left-radius: 25px; */
}

.swiper-pagination {
  width: 100px !important;
  margin: 0 auto;
  display: block;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 85px;
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  position: unset;
  margin-top: -15px;
}

.productsBox {
  margin-right: 2%;
  width: 98%;
  padding: 8px;
  height: 335px;
  border-radius: 0 24px 24px 0;
  /* border-radius: 24px; */
  margin-top: 64px;
  background-color: #E5005C;
  box-shadow: 7px 7px 0px rgb(235 235 235);
  border: 2px solid #ffffff;
  border-top: unset;
  border-left: unset;
  background: linear-gradient(135deg, #EAEAEA 0%, /* طوسی تیره */ #F5F5F5 50%, /* طوسی روشن */ #EAEAEA 100% /* سفید */);
  background: linear-gradient(135deg, #EAEAEA 0%, /* طوسی تیره */ #cacaca 50%, /* طوسی روشن */ #EAEAEA 100% /* سفید */);
}

.boxPlus {
  float: right;
  width: 60%;
  margin-top: -12px;
  padding-top: 0px;
  font-size: 14px;
  border-radius: 0 0 17px 17px;
  position: relative;
  top: 20px;
  text-align: center;
}
.cardRows .swiper-pagination{
  border: unset;
}
.offRigh {
  float: right;
  position: relative;
  z-index: 9;
  margin-top: 204px;
  margin-right: -79px;
  transform: rotate(0.75turn);
}

.offLeft {
  float: left;
  position: relative;
  z-index: 9;
  bottom: 0px;
  margin-left: 167px;
  transform: rotate(1turn);
  margin-bottom: -80px;
}


.card {
  min-height: 290px;
  border-radius: 16px;
  transition: 0.5s;
  background-color: #ffffff;
  border: unset;

  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)!important;
  box-shadow: 0 4px 10px rgb(229 0 92 / 20%) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover{
  box-shadow: 0 0 15px #e6e6e6;
}
.card h3:hover{
  color: var(--main-color);
}
.card img {
  width: 82%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-top: 0;
  border-radius: 0 0 16px 16px;
  border-top: unset;
}
.addTo{
  float: right;
  width: 40%;
  color: #ffffff;
  border-radius: 0 0 16px 16px;
  font-size: 13px;
  padding: 5px;
  font-weight: 900;
  cursor: pointer;
}
.addTo i{
  width: 100%;
  color: #ffffff;
  position: relative;
  left: -5px;
  bottom: -5px;
  font-size: 1rem;
  text-align: center;
  float: left;
  background-color: #e5005c;
  padding: 10px 13px;
  border-radius: 0 16px 0 16px;
  border-top: 3px solid #f8f8f8;
  border-right: 3px solid #f8f8f8;
  box-shadow: 2px 0 3px #e5005c;
}
.addTo i {
  font-size: 20px;
  z-index: 2;
}
.addTo:hover i{
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
  background-color: var(--secound-color);
  box-shadow: 2px 0 3px #ffcc00;
}


.addTo:hover i {
  transform: translateX(-2px);
  transition: 0.3s;
}
.kagizBody {
  max-width: 1350px;
  margin: 0 auto;
}

.offerBox .card {
  height: 282px;
  border-radius: 20px;
  padding-top: 17px;
  border-bottom: unset;
  background-color: #fff;
  box-shadow: unset;

  box-shadow: 0 0 7px #6c8cc1;
}

.offerBox .card img {
  width: 100%;
  height: auto;
  margin-top: 0;
  border-radius: 20px;

}
.amazingTitle h3:hover{
  color: var(--secound-color)!important;
}
.amazingTitle h3{
  transition: 0.7s;
  font-size: 1.1rem!important;
  font-weight: 900!important;
  text-align: right!important;
  color: #2d365d!important;
  margin-bottom: 24px;
}
.offerBox .mainPrice {
  color: var(--main-color);
  font-size: 15px;
}

.offerBox .priceBox {
  color: var(--main-color);
  background-color: var(--secound-color);
}

.offerBox .sf-product-percent {
  color: var(--main-color);
  background-color: var(--secound-color);
}

.offerBox .priceDdiscount {
  font-size: 15px;
  margin-left: 9px;
  color: red;
}


.cats {
  width: 90%;
  margin: 0 auto;
  will-change: transform;
  transform: translateZ(0);
  display: flex;

}


.catbox {
  flex-grow: 1;
  text-align: center;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2px 5px;
  width: 100%;
  --background-activated: transparent;
  --background-focused: #111;
  --background-hover: #111;

}

.cat{
  margin: 0 auto;
  width: 70%;
  height: auto;
  transition: 0.8s;


}
.catBox{
  border-left: 1px solid #ff006626;
}
.cat:hover .cat p {
  color: var(--main-color)!important;
}
.catsbox h3 {
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
  margin: 0px auto;
  display: inline-block;
  margin-bottom: 10px;
  background: var(--secound-color);
  padding: 7px 10px;
  border-radius: 0 0 25px 25px;
  color: #000000;
  width: 287px;
  position: relative;
  right: 37%;
  box-shadow: -3px 3px 10px rgb(223 223 223) !important;
  border-top: unset;
  top: -1px;
  border: 5px solid #ffffff;
  border-top: unset;
}
.catsbox{
  width: 85%;
  padding: 0 1%;
  margin: 0 auto;
  border-radius: 24px;
  background-color: #fff;
  margin-top: 50px;
  padding-bottom: 12px;
  border: 1px solid #dedede;
  box-shadow: 12px 9px 10px rgb(137 137 137 / 33%) !important;
  box-shadow: 0 4px 10px rgb(229 0 92 / 20%) !important;
}
.cat img {
  width: 70%;
  height: auto;
  margin: 0 auto;
  display: block;

}
.catBox:last-child {
  border-left: none;
}
.catBox:hover p {
  color: var(--main-color); /* رنگ دلخواه برای متن */
  transition: color 0.3s ease, color 0.3s ease;
}
.cat p {
  margin: 0;
  font-weight: 900;
  font-size: 0.9rem;
  text-align: center;
  color: #323232;
  position: relative;
  top: -10px;
}

.card h3 {
  height: 47px;
  font-weight: 900;
  overflow: hidden;
  text-align: right;
  padding: 10px;
  width: 100%;
  margin-top: 5px;
  line-height: 19px;
  font-size: 12px;
  color: #313131;
  margin-bottom: 0px;
}

.cardRows {
  padding: 0;
  border-radius: 0 24px 24px 0;
  background-color: #fefefe;
  box-shadow: 0px 0px 10px rgb(243 126 172);
  width: 93%;
  margin: 0 auto !important;
  margin-top: -275px !important;
  margin-right: 7% !important;
  margin-bottom: 69px !important;
  padding-bottom: 4px;
  box-shadow: 0px 7px 0px rgb(225 225 225);
  border-right: 5px solid #e5e5e5;
  border-top: unset;
  border-left: unset;
}

.bloxBox h3 {
  font-size: 13px;
  padding: 7px;
  width: 95%;
  text-align: justify;
  font-weight: 900;
  line-height: 20px;
  height: 56px;
  color: #000000;
  margin: 10px auto;
}

.bloxBox:hover {
  box-shadow: 0 0 15px #b1baff;
  box-shadow: 0 0 10px #e6e6e6;
}
.blog-title:hover{
  color: #000;
}
.bloxBox h3{
  color: #404040;
}
.bloxBox {
  transition: 0.5s;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 15px;
  margin-top: 0px;
  padding-top: 0;
  background-color: #fdfdfd;
  box-shadow: -3px 3px 10px rgb(254 0 102 / 28%) !important
}

.blogs {
  width: 95%;
  margin: 0 auto !important;
  background: #ff0066;
  padding-bottom: 22px;
  border-radius: 24px;
  box-shadow: 0 0 7px #6c8cc1;
  box-shadow: 0 0 10px #e6e6e6;
  margin-top: 70px !important;
  height: 239px;
  margin-bottom: 150px !important;
  box-shadow: 0 5px 10px 0 rgb(254 0 102) !important;
}

.bloxBox img {
  width: 69%;
  height: auto;
  margin: 0 auto;
  border-radius: 0 0 15px 15px;
  display: block;
  border: 1px solid #f3f3f3;
  background-color: #fdfdfd;
  box-shadow: -3px 3px 10px rgb(254 0 102 / 28%) !important;
  position: relative;
}

.blogTitleBox a{
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  padding-bottom: 15px;
  position: relative;
  top: -9px;
  color: #000000;
  font-size: 1rem;
  font-weight: 900;
  display: inline-block;
  padding: 7px 44px;
  background-color: #ffcc00;
  border-radius: 0 0 24px 24px;
  margin-right: 1.3%;
  box-shadow: 0 3px 0px #ffcc00;
  border: 5px solid #fff;
  border-top: unset;
}
.blogTitleBox {
  font-size: 19px;
  font-weight: 900;
  padding: 9px;
  padding-right: 22px;
  background-color: var(--main-color);
  color: #fff;
  height: 55px;
  border-radius: 20px;
  margin-bottom: -18px;
}
.blogSwiper .card{
  height: auto;
  min-height: unset;
  margin-bottom: 35px;
}
.priceBox {
  border-radius: 0 0 20px 20px;
  width: 100%;
  /*height: 36px;*/
  margin-top: -10px;
  margin-right: 0px;
  padding: 4px;
  color: #000;
  background-color: unset;

  height: 55px;
  margin-bottom: 0;
}

.timePlus {
  width: 90%;
  height: 10%;
  /* position: absolute; */
  bottom: 0px;
  right: -2px;
  border-radius: 15px 15px 0px 0;
  padding-top: 10px;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 140px;
}

.timerBox {
  border-radius: 10px;
  width: 90%;
  height: 28px;
  padding: 7px;
  color: #051061;
  /* background-color: #ffcb09; */
  margin: 0 auto;
  font-size: 5px;
}

.time-box {
  font-size: 13px;
  font-weight: 900;
}

.mainPrice {
  color: #313131;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 0px;

}

.toman {
  font-size: 0.9rem;
}

.sliderBox .swiper {
  border-radius: 0;
  padding: 0;
}

.boxPlus del {
  display: inline-block;
  color: #ff9999;
  font-size: 13px;
  margin-left: 10px;
  margin-top: 7px;
  padding-top: 5px;
}

.swiper-wrapper {
  padding-top: 11px;
}

.swiper-pagination-bullet-active {
  background: var(--main-color);
}

.rowTitle {
  position: relative;
  top: -8px;
  color: #000000;
  font-size: 1rem;
  font-weight: 900;
  display: inline-block;
  padding: 7px 44px;
  background-color: #ffcc00;
  border-radius: 0 0 24px 24px;
  margin-right: 5%;
  /* box-shadow: 0px 1px 5px #ffcc00; */
  border: 5px solid #fff;
  border-top: unset;
  box-shadow: 0 3px 0px #ffcc00;
}

.blogBox {
  width: 100%;
  padding: 20px;
  height: 310px;
  border-radius: 35px;
  margin-top: 85px;
  background-color: transparent;
  /* background-image: linear-gradient(350deg, #e0e6eb 8%, #B5C0C1 59%); */
  /* background-color: transparent; */
  /* background-image: linear-gradient(300deg, #E8BA86 8%, #BB905E 59%); */
  background-color: #D1BDB6;

}

.blogBox .card {
  height: 235px;
  border-radius: 35px;
  /* box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5); */
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  /* border: 1px solid rgba(255, 255, 255, 0.05); */
}

.blogBox .card img {
  width: 100%;
  height: 233px;
  margin-top: 0px;
  border-radius: 35px;
}

.blogBox .card h3 {
  color: #E8E8E8;
  height: 56px;
  margin-bottom: 0;
  font-size: 15px;
  text-align: center;
  padding: 10px 5px;
}

.blogBox .cardRows {
  margin-top: -46px !important;
}

.blogBox .card {
  background-color: unset;
}

.siteDescription {
  width: 100%;
  padding: 20px;
  border-radius: 35px;
  margin: 200px 0;
  border-radius: 16px;
  margin-top: 90px;
  border-radius: 16px;
  background-color: #fff;
  border-top-right-radius: 50px;
}

.siteDescription p {
  font-size: 0.9rem;
  color: #545454;
}

.siteDescription h1 {
  font-size: 1.1rem;
  font-weight: 900;
  display: inline-block;
  background-color: #fff;
  padding: 10px 30px;
  border-top-right-radius: 28px;
  border-left: 9px solid #f5f5f5;
  border-bottom: 9px solid #f5f5f5;
  position: relative;
  right: -22px;
  top: -23px;
  border-radius: 0 35px;
}



.swiper-button-next,
.swiper-button-prev {
  border-radius: 45% !important;
  background: #ffffff20 !important;
  height: 48px !important;
  width: 48px !important;
  /* opacity: 1 !important; */
  box-shadow: rgb(0 0 0 / 5%) 0 0 3px 1px !important;

}


.swiper-button-next,
.swiper-button-prev {
  color: #808080;
}

.amazing {
  width: 110px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-top: 110px;
}

.sliderBox .swiper-wrapper {
  padding-top: 0;
}

.blogBox h2 {
  top: -68px;
}

.error404 img {
  margin: 0 auto;
  display: block;
}

.error404 p {
  margin: 0 auto;
  width: 50%;
  text-align: center;
}

.offerBox .priceBox {
  background-color: unset;
  border-radius: 0 0 20px 20px;
  margin-bottom: 0;
  color: var(--main-color);
  position: relative;
  top: 5%;
}

.swiper-button-next,
.swiper-button-prev {
  width: 35px !important;
  height: 35px !important;
  position: relative !important;
  left: 0% !important;
  top: 27px !important;
  float: left !important;
  background-color: #fff !important;
  margin-right: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 19px;
  font-weight: 900;
}

.sliderBox .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
}

.priceBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 60px;
}

/* قیمت خط‌خورده */
.priceBox del {
  font-size: 0.85rem;
  color: #bbb;
  height: 16px;              /* فضای ثابت */
  display: flex;
  align-items: center;
  opacity: 1;
}

/* وقتی del خالی باشد */
.priceBox del:empty {
  opacity: 0;                /* پنهان اما با حفظ فضا */
}

/* قیمت اصلی */
.priceBox .mainPrice {
  font-weight: 100;
}


@media only screen and (max-width: 450px) {
  .priceBox{
    margin-top: 5%;
    /*margin-bottom: -10%;*/
  }
  .cat p {
    font-size: 0.8rem;
    top: 0;
  }
  .cat img{
    width: 70%;
    box-shadow: 0 0 12px #8b8b8b;
    border: 1px solid #e2e2e2;
    border-radius: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
    box-shadow: 12px 9px 10px rgb(137 137 137 / 33%) !important;
  }
  .catBox {
    border-left: unset;
    margin-bottom: -10px;
  }
  .bloxBox img {
    width: 75%;
  }
.catsbox{
  width: 95%;
  margin-top: -15px;
  padding: 0;
  padding-bottom: 0px;
  border: unset;
  box-shadow: unset !important;
}
  .catsbox h3 {
    right: 14%;
  }
  .addTo i{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40%;
  }
.sliderBox img {
    height: auto !important;
    min-height: unset;
  }

  .sliderBox {
    height: auto !important;
    width: 100%;
    margin: 0 auto;
  }

  .sliders {
    width: 100% !important;
  }

  .col-lg-8 {
    padding: 0 !important;
  }

  .autoplay-progress {
    width: 25px;
    height: 25px;
    bottom: 20%;
    right: 6%;
    border-radius: 50%;
    transition: background-color 1s ease;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: var(--bs-gray);
  }

  .autoplay-progress span {
    top: 1px;
    font-size: 0.8rem;
  }

  .amazingTitle h3 {
    padding: 0;
    font-size: 1rem !important;
  }
  .amazingBox .sf-product-percent{
    left: unset;
    right: 15px;
  }
  .topSlider,
  .bottomSlider {
    padding: 0 !important;
  }

  .productsBox {
    padding: 1px;
    margin-right: 3%;
    margin-top: 39px;
    width: 97%;
    min-height: 350px;
    height: auto !important;
  }

  .cardRows {
    margin: 0 auto !important;
    margin-top: -70% !important;
    padding: 0px;
    width: 93%;
    margin-bottom: 50px !important;
    float: left;
  }

  .card {
    margin-top: 10px;
  }

  .boxPlus {
    width: 60%;
    right: 0px;
    margin-top: 0px;
    top: 5px;
  }

  .boxPlus del {
    margin-left: 3%;
  }

  .mainPrice {
    font-size: 4vw !important;
  }

  .boxPlus del {
    font-size: 3.5vw !important;
  }
  .offerBox .priceDdiscount {
    font-size: 11px;
  }
  .card img {
    /*margin-top: -55px;*/
  }

  .card h3 {
    font-size: 3.1vw;
    margin-top: 0px;
  }

  .toman {
    font-size: 2vw;
  }

  .swiper-wrapper {
    margin-bottom: 0;
  }

  .sliderBox .swiper-pagination {
    top: -43px !important;
    width: 97px !important;
    height: 28px;
    padding-top: 1px;
  }

  .swiper-pagination {
    margin-top: 26px;
    display: none;
  }
  .sliderBox .swiper-pagination {
    display: block;
  }
  .offerBox .priceBox {
    background-color: unset;
  }

  .offerBox .col-2 {
    display: none !important;
  }

  .offerBox .col-10 {
    width: 100% !important;
    padding: 2px;
    padding-top: 20px;
  }

  .offerBox {
    width: 97%;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .offerBox .card img {
    margin-top: 52px;
  }

  .offerBox .card {
    height: 295px;
    margin-top: -12px;
  }



  .error404 img {
    margin: 50px auto;
    display: block;
    width: 85%;
    height: auto;
  }

  .error404 p {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  .actionBTN {
    width: 54%;
  }

  .swiper-button-next, .swiper-button-prev {
    top: 38px !important;
    width: 30px!important;
    height: 30px!important;
  }

  .rowTitle {
    margin-right: 9%;
    top: -1px;
    font-size: 0.9rem;
  }
  .sf-product-percent{
    font-size: 1rem;
  }
  .blogTitleBox a{
    right: 13%;
    font-size: 1rem;
    top: -10px;
  }
  .mb-s {
    padding: 0 !important;
    width: 96% !important;
    margin: 0 auto !important;
  }
.blogs .swiper {

  padding: 5px 0px!important;
}
  .blogBox {
    width: 96%;
    margin: 0 auto;
    margin-top: 105px;
  }

  .siteDescription {

    margin: 0 auto;
    width: 96%;
    margin-top: 100px;
  }

  .siteDescription h1 {
    right: -20px;
    top: -20px;
  }

  .goUp {
    border-top: 17px solid #f5f5f5;
    border-left: 17px solid #f5f5f5;

  }

  .goDown {
    border-bottom: 17px solid #f5f5f5;
    border-right: 17px solid #f5f5f5;
  }

  .banners {
    margin-bottom: 51px !important;
  }

  .mobileBanner .topSlider img {
    border-radius: 0 0 35px 0 !important;
    width: 98%;
  }

  .mobileBanner .bottomSlider img {
    border-radius: 0 0 0 35px !important;
    width: 98%;
  }

  .catsbox h3 {
    display: none;
    font-size: 0.9rem;
    width: 70%;
    margin: 0px auto;
    margin-bottom: 0px;
  }

  .cat {
    width: 100%;
  }

  .bannersBox img {
    border-radius: 16px !important;
    width: 95%;
    margin: 0 auto;
    float: unset;
    margin-bottom: 18px;
    display: block;
  }

  .productsBox {
    height: 162px;
    padding-left: 15px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 30px;
  }
  .bloxBox{
    margin-bottom: 30px;
  }
  .bloxBox h3{
    font-size: 0.8rem;

    top: -76px;
    height: 76px;
  }
  .blogs{
    width: 96%;
    height: auto;
    margin: 0 auto !important;
    margin-top: 70px !important;
    padding-bottom: 0px;
    margin-bottom: 50px !important;
    margin-top: 30px !important;
    position: relative;
    left: -2%;
    border-radius: 0 16px 16px 0;
    box-shadow: 0 0px 10px 0 rgb(254 0 102) !important;
  }
  .offerAttributes{
    height: 180px;
    position: relative;
    top: 11px;
  }
  .amazingBox{
    width: 100%;
  }

  .timePlus {
    width: 90%;
    height: 10%;
    position: absolute;
    bottom: 24%;
    right: -25%;
    float: right;
    border-radius: 15px 15px 0px 0;
    padding-top: 10px;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 140px;}
  .offerBox .priceBox {
    background-color: unset;
    border-radius: 0 0 20px 20px;
    margin-bottom: 0;
    color: var(--main-color);
    position: relative;
    top: -122%;
    right: -31%;}

  .offerBox {
    margin-bottom: 13px;
  }
}

/* Shine */

.Shine a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.Shine a:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


.sf-flash:hover img {
  opacity: 1;
  -webkit-animation: flash 1.7s;
  animation: flash 1.7s;
}

@-webkit-keyframes flash {
  0% {
    opacity: .8;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: .8;
  }

  100% {
    opacity: 1;
  }
}