.header-menu {
  display: none;
}

/*********** CSS RESET **********/


* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}

  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: none;
    white-space: nowrap;
    align-items: center;
    font-family: 'yekanbakh';
    font-size: 15px;
    /* margin-top: 4px; */
    /* color: #200E32; */
    font-size: 13px;
    font-weight: 100;
  }

html {
  margin: 0;
  -webkit-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

a img {
  border: none;
  width: 100%;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > button::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border-radius: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #eaeaea !important;
}

script {
  display: none !important;
}


/*********** GLOBAL STYLES **********/


.admin-header-links {
  background: #000000; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right,#141E30, #243B55); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #141E30, #243B55); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
  box-shadow: inset 0 0 4px 2px #6a3093;
}

  .admin-header-links a {
    color: #fff;
    font-size: 18px;
    margin-right: 21px;
  }

    .admin-header-links a:hover {
      color: rgb(209,209,209);
    }

body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font-family: yekanbakh !important;
  color: #777;
  min-height: 100vh;
  overflow-y: scroll !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
}

a {
  color: inherit;
  cursor: pointer;
}


table {
  width: 100%;
  border-collapse: collapse;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea, select {
  height: 36px; /*safari padding fix*/
  border: 1px solid #ddd;
  /* padding: 8px; */
  vertical-align: middle;
}

input, textarea, select, button {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #777;
}

textarea {
  /* min-height: 150px; */
}

select {
  min-width: 50px;
  height: 32px; /*safari padding fix*/
  padding: 6px;
}

  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  select:focus {
    border-color: #ccc;
    color: #444;
    position: relative;
    z-index: 1;
  }

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
  vertical-align: middle;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
  cursor: pointer;
}

label, label + * {
  vertical-align: middle;
}


/****** custom css ******/
.master-wrapper-page {
  overflow-x: clip;
}

body.hide-overflow {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}


.bg-color-blue {
  background-color: #d71920;
}

.font-color-red {
  color: #d71920 !important;
}

.bg-color-gray {
  background-color: rgb(109 109 112 / 35%);
}

.font-color-gray {
  color: rgb(109 109 112 / 80%);
}


.box-model {
  border-radius: 20px;
  padding: 17px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgb(121 104 105 / 11%);
}



@font-face {
  font-family: yekanbakh;
  src: url('../css/fonts/Fa-En/Yekan Bakh Fa-En 05 Medium.woff')
}

@font-face {
  font-family: yekanbakhNum;
  src: url('../css/fonts/FaNum/Yekan Bakh FaNum 05 Medium.woff')
}

@font-face {
  font-family: yekanbakhHeavy;
  src: url('../css/fonts/Fa-En/Yekan Bakh Fa-En 07 Heavy.woff')
}

@font-face {
  font-family: yekanbakhHeavyNum;
  src: url('../css/fonts/FaNum/Yekan Bakh FaNum 07 Heavy.woff')
}

@font-face {
  font-family: yekanbakhLight;
  src: url('../css/fonts/Fa-En/Yekan Bakh Fa-En 03 Light.woff')
}

@font-face {
  font-family: yekanbakhRegular;
  src: url('../css/fonts/Fa-En/Yekan Bakh Fa-En 04 Regular.woff')
}

/*font-face v2*/
/*@font-face {
  font-family: yekanbakh;
  src: url('../css/fonts/YekanBakhv2/Yekan Bakh Family/fonts/woff/YekanBakh-Regular.woff')
}

@font-face {
  font-family: yekanbakhNum;
  src: url('../css/fonts/YekanBakhv2/Yekan Bakh FaNum/fonts/woff/YekanBakhFaNum-SemiBold.woff')
}

@font-face {
  font-family: yekanbakhHeavy;
  src: url('../css/fonts/YekanBakhv2/Yekan Bakh Family/fonts/woff/YekanBakh-Bold.woff')
}

@font-face {
  font-family: yekanbakhHeavyNum;
  src: url('../css/fonts/YekanBakhv2/Yekan Bakh FaNum/fonts/woff/YekanBakhFaNum-Bold.woff')
}

@font-face {
  font-family: yekanbakhLight;
  src: url('../css/fonts/YekanBakhv2/Yekan Bakh Family/fonts/woff/YekanBakh-Light.woff')
}

@font-face {
  font-family: yekanbakhRegular;
  src: url('../css/fonts/YekanBakhv2/Yekan Bakh Family/fonts/woff/YekanBakh-Regular.woff')
}*/



.header {
  padding: 0 0px 7px 0;
  width: 100%;
  /* height: 130px; */
  position: relative;
  /* top: 0; */
  z-index: 99;
  background-color: #fff;
  /* box-shadow: 0 -11px 23px rgb(109 109 112 / 35%); */
  /* box-shadow: 0 6px 14px 0px rgb(191 187 201 / 19%); */
}

/*.html-category-page .header::after {
  display: none;
}
*/
.bottom {
  margin-top: 20px;
}

.header:after {
  content: "" !important;
  position: absolute !important;
  background-image: url("../images/123.png") !important;
  background-size: 100%;
  width: 100%;
  right: 0px;
  height: 42px;
  display: block;
  top: 73%;
  background-repeat: no-repeat;
  z-index: -10;
}

#small-search-box-form span {
  color: #000;
  font-size: 13px;
}

.top .profileBox {
  display: none;
}

.logoBox img {
  width: 90%;
  height: 100%;
  cursor: pointer;
}

  .logoBox img:hover {
    /* cursor: pointer; */
    /* transition: 400ms all; */
    /* width: 88%; */
    /* height: 100%; */
    /* box-shadow: 0px 0px 19px hsl(228deg 62% 60% / 17%); */
  }


.logoBox, .menuBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  user-select: none;
  margin-top: 20px;
}

.offerText {
  display: flex;
  align-items: baseline;
}

  .offerText > span, .offerText h1 {
    font-size: 16px;
    color: rgb(109 109 112 / 80%);
    margin-left: 3px;
  }

.offerBox {
  font-family: yekanbakh;
  white-space: nowrap;
  font-size: 14px;
  display: flex;
  color: #000;
  flex-direction: row;
  align-content: center;
  align-items: center;
  margin-right: 20px;
}

#circle {
  position: relative;
  background: #45453f;
  margin-left: 21px;
  margin-bottom: 14px;
}

.pulse {
  width: 10px;
  height: 10px;
  border: 5px solid #D71921;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #716f42;
  z-index: 10;
  position: absolute;
}

.dot {
  border: 5px solid #d71920;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 26px;
  width: 26px;
  -webkit-animation: pulse2 1.5s ease-out;
  -moz-animation: pulse2 1.5s ease-out;
  animation: pulse2 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -8px;
  left: -18px;
  z-index: 1;
  opacity: 0;
}

@-moz-keyframes pulse2 {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}



.phoneBackupBox {
  font-family: yekanbakh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #d71920;
}

  .phoneBackupBox span {
    font-size: 17px !important;
    color: #6d6e70;
  }

.header-topic ul {
  display: flex;
  margin: 0 !important;
  width: 100%;
}

.menuBox .phoneBackupBox a {
  font-size: 19px;
  font-family: 'yekanbakhHeavyNum';
  padding: 0 5px;
  color: #6d6e70 !important;
}

.menuBox .phoneBackupBox img {
  width: 18px;
  padding-bottom: 4px;
}

.bottom {
  /* margin-top: 10px !important; */
  height: auto;
}

.searchBox {
  display: flex;
}

  .searchBox a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(109 109 112 / 35%);
    border-radius: 16px;
    height: 39px;
    padding: 5px;
    margin-right: 14px;
    text-decoration: none;
    background-color: #C9C4D6;
    color: #200E32;
    width: 130px;
  }


  .searchBox > a > span {
    font-size: 12px;
  }

.searchInput label {
  position: absolute;
  right: 10px;
  bottom: 13px;
  z-index: 9;
  height: 100%;
}

  .searchInput label img {
    width: 15px;
    margin-top: 24px;
  }

.searchInput {
  position: relative;
  align-items: center;
  margin-right: -20px;
}

#categoryButton span {
  margin: 0 1px 0 0;
  padding-left: inherit;
  color: #000 !important;
  font-size: 14px;
}

.categoryBox img {
  width: 18px;
}

#categoryButton i {
  margin-top: 5px;
  color: #000;
}

.searchInput input {
  width: 400px !important;
  height: 39px;
  border: none;
  border-radius: 16px;
  padding: 5px 32px 5px 5px;
  background-color: rgb(239 239 239);
  outline: none;
}

.search-box-text.k-input.instant-search-busy {
  background-color: #EBEFFA !important;
}

.searchInput input::placeholder {
  font-size: 14px;
}

.searchInput i {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 7px;
  font-size: 22px;
  line-height: 0;
}


.profileBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}

  .profileBox > a, .profileBox .shoppingcart {
    height: 39px;
    border: 1px solid rgb(109 109 112 / 35%);
    border-radius: 16px;
    width: 39px;
    font-family: 'yekanbakh';
    white-space: nowrap;
  }


  .profileBox .login-btn img {
    width: 19px;
    margin-bottom: 4px;
  }

.ico-account span {
  font-size: 15px;
}

.profileBox .login-btn {
  display: flex;
  align-items: center;
  height: 39px;
  border: 1px solid rgb(109 109 112 / 35%);
  border-radius: 16px;
  cursor: pointer;
  justify-content: space-around;
  width: 128px;
  color: #000;
}

.login-btn i {
  display: inline-block;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
}

.profileBox > div > a {
  font-size: 14px;
  text-decoration: none;
  color: #200E32;
  margin-right: 6px;
  font-family: 'yekanbakh';
  width: 100%;
  display: block;
  margin: 0;
  text-align: center;
  padding: 6px;
}


.profileBox .wishlist img {
  width: 16px;
  margin: 11px;
}

.wishlist:hover img {
  margin: 11px;
}

.profileBox .shoppingcart > img {
  width: 20px;
  margin: 9px;
}

.shoppingcart:hover > img {
  width: 20px;
  margin: 9px;
}

.profileBox .login-btn:hover {
  background-color: rgb(239 239 239 / 84%);
  border: none;
  transition: 100ms all;
}

.wishlist:hover {
  background-color: rgb(239 239 239 / 84%);
  transition: 300ms all;
  border: 1px solid transparent;
}

.profileBox > a, .profileBox .shoppingcart {
  position: relative;
  margin-left: 10px;
}

.profileBox a > i {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  color: #200E32;
}

.profileBox .shoppingcart i {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
}

.profileBox div > i {
  margin-top: 4px;
}

.line {
  width: calc(100% - 40px);
  background-color: rgb(109 109 112 / 35%);
  margin: 20px auto;
  opacity: 0.29;
  display: none;
}


/********** _ProductBox.cshtml ************/


/*.product-box {
  background-image: url(../images/percent-background.png);
  background-repeat: no-repeat;
}*/

/*.item-grid {
    background-color: #F2F4FB;
}
*/

.baseline {
  display: flex !important;
  align-items: flex-start;
}

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  gap: 20px;
}

.side-sticky-part.stick {
  position: sticky;
  top: 2rem;
}

.cat-sidebar {
  grid-column: 1 / span 3;
  margin-top: 70px;
}

.cat-main {
  grid-column: 4 / span 9;
  /* grid-row: span 1; */
  /*position: sticky;
  top: 0;*/
  height: 100%;
  margin-top: 70px;
}

  .cat-main div.is-fixed {
    position: fixed;
    bottom: 5rem;
  }

    .cat-main div.is-fixed.from-top {
      bottom: unset;
      top: 0;
    }

  .cat-main div.is-sticky {
    position: sticky;
    top: 1rem;
  }

  .cat-main .category-page {
    /*    overflow-x: hidden;
*/
  }

.center {
  display: flex !important;
  align-items: center;
}

.pickupinstore-icon {
  width: 30px;
  height: 30px;
}

  .pickupinstore-icon img {
    width: 100% !important;
    height: 100% !important;
  }

.title img {
  width: 22px;
  height: 22px;
}

.productslidetitle .title > span {
  font-size: 16px;
  margin-right: 13px;
}

.more-offer {
  background-color: #F2F4FB;
}

.more > a {
  font-size: 15px;
  color: #405AC3;
  text-align: left !important;
}


/***** swiper ******/

.swiperBox {
  display: flex;
}

.slider-controllers {
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
  flex-direction: row;
  margin-top: 13px;
}

.swiper-container {
  width: 100%;
}

.swiper-pagination {
  display: flex;
  flex-direction: row;
  margin-right: 4px;
}

.slider-next, .slider-prev {
  width: 24px;
  height: 24px;
  background-color: #d71920;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}


.slider-navigation {
  display: flex;
  width: 50px;
  justify-content: space-between;
  align-items: baseline;
}

.slider-next > i {
  position: absolute;
  left: 12px;
  top: 14px;
  transform: translate(-50%,-50%);
  color: white;
  font-size: 15px;
}

.slider-prev > i {
  position: absolute;
  left: 11px;
  top: 15px;
  transform: translate(-50%,-50%);
  color: white;
  font-size: 15px;
}

.slider-controllers > :first-child {
  display: flex;
}


.logoBox a {
  width: 230px;
}

.logoBox {
  display: flex;
  justify-content: flex-start;
}


.discount-percent {
  display: flex;
  flex-direction: column;
  background-color: #FF4773;
  color: white;
  align-items: center;
  width: 47px;
  height: 43px !important;
  border-radius: 11px;
  /* margin: 0 0 4px 18px; */
}

.product-item .discount-percent {
  display: flex;
  flex-direction: column;
  background-color: #FF4773;
  color: white;
  align-items: center;
  width: 47px;
  height: 26px !important;
  border-radius: 7px;
  /* margin: 0 0 4px 18px; */
  top: 10px;
  position: absolute;
  right: 0;
}

.lastproduct-price span {
  color: #6d6e70;
}

.lastproduct-item .lastproduct-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

  .lastproduct-item .lastproduct-price span {
    font-family: 'yekanbakhNum';
    font-size: 15px;
  }

  .lastproduct-item .lastproduct-price .product-notavailable {
    display: flex;
    justify-content: flex-end;
    border: 1px solid rgb(191 187 201 / 34%);
    padding: 3px 9px;
    border-radius: 10px;
    /* margin-top: 22px; */
  }

.lastproduct-item .price-detail {
  height: 30px; /*to have aligned product title */
}

.lastproduct-item .discount-percent {
  display: flex;
  flex-direction: column;
  background-color: #FF4773;
  color: white;
  align-items: center;
  width: 47px;
  height: 23px !important;
  border-radius: 7px;
  margin: 0px 4px 0 0;
}

.category-page .discount-percent {
  display: flex;
  flex-direction: column;
  background-color: #FF4773;
  color: white;
  align-items: center;
  width: 47px;
  height: 23px !important;
  border-radius: 7px !important;
  /* margin: 16px 0 4px 3px !important; */
}

.prices-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.price-discountprice {
  display: flex;
  flex-direction: column;
}

.price.old-price span {
  font-family: 'yekanbakhNum';
  font-size: 15px;
}

.discount-percent span {
  font-family: yekanbakhHeavyNum;
  font-size: 16px;
}

.product-item .picture {
  /* height: 130px; */
  /* width: 130px; */
  max-width: 180px;
  margin: 10px auto 0;
}

.picture img {
  height: 100% !important;
  border-radius: 14px 14px 0 0;
  white-space: break-spaces;
}

.product-item .details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  width: 100%;
  height: 140px;
  justify-content: space-between;
}

.category-page .product-item .details .prices .discounted-price .discount-percentage {
  display: flex;
  flex-direction: row-reverse;
  color: #fff !important;
  background-color: #d71920;
  padding: 2px 5px;
  border-radius: 13px;
  font-size: 17px;
  font-family: yekanbakhHeavyNum;
}

  .category-page .product-item .details .prices .discounted-price .discount-percentage span {
    margin-right: 2px;
    color: #fff !important;
  }

.details .non-discounted-price span {
  font-family: 'yekanbakhNum';
  font-size: 15px;
  color: #6d6e70;
  position: relative;
}

  .details .non-discounted-price span:after {
    content: "";
    position: absolute;
    width: 110px;
    height: 2px;
    background-color: rgb(109 109 112 / 48%);
    left: -2px;
    bottom: 11px;
    border-radius: 7px;
  }

.product-item .details .product-title {
  /* height: 36px; */
  text-align: right;
  margin-right: 4px;
  padding: 0 8px;
  width: 100%;
  line-height: 25px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical !important;
  overflow: hidden;
  height: 4rem !important; /*to be supported in firefox*/
}

.product-item .details .add-info {
  display: block;
  width: 100%;
  text-align: left;
  /* margin-top: 20px; */
  margin-bottom: 16px;
  padding: 0 15px;
  position: relative;
}

#HomepageSpecialOffer {
  background-image: url(../images/percent-background.png);
  background-position: 100% 30px;
  background-size: 20%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #F2F4FB;
  margin-top: 35px;
  margin-bottom: 35px;
}

  #HomepageSpecialOffer .productslide {
    margin: 20px 0;
    padding-bottom: 15px;
  }

.productslidetitle .title {
  background-color: #f2f4fb;
  width: 550px;
  height: 44px;
  border-radius: 39px 0 0 0;
  padding: 10px 0;
}

  .productslidetitle .title strong {
    margin-right: 90px;
    font-size: 20px;
    font-family: 'yekanbakhHeavy';
  }


#HomepageSpecialOffer .productslidetitle {
  background-color: #fff;
  position: relative;
  border-radius: 10px 0 0 0;
}

.product-item {
  background-color: #FFFFFF;
  border-radius: 18px;
  height: 337px;
  width: 212px;
  border: 1px solid rgb(191 187 201 / 34%);
  cursor: pointer;
  transition: 400ms all;
  /* border: 1px solid transparent; */
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

  .product-item:hover {
    border: 1px solid transparent;
    cursor: pointer;
    transition: 400ms all;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgb(121 104 105 / 11%);
  }

.recently-products .block-recently-viewed-products {
  width: 100%;
}

#productcategorylist .item-grid .item-box:hover {
  /* cursor: pointer; */
  /* transition: 400ms all; */
  /* border: none; */
  /* box-shadow: 0px 0px 20px hsl(228deg 57% 53% / 8%); */
}

.header .top {
  padding: 15px 0;
}

.prices {
  display: block;
  color: #d71920;
  /* align-items: flex-end !important; */
  width: 100% !important;
}

.price-fileds {
  color: #d71920;
}

.discount-box {
  display: flex;
  justify-content: space-between;
  width: 132px;
}


.discount-timer-box {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

  .discount-timer-box > p {
    color: #FF4773;
    font-size: 15px;
    /* padding: 4px 0 0 0; */
    margin-top: 2px;
  }

  .discount-timer-box > span {
    font-size: 23px;
    color: #FF4773;
    font-family: 'yekanbakhHeavyNum';
    margin-bottom: 8px;
    width: 91px;
    text-align: center;
  }

  .discount-timer-box > img {
    margin-bottom: 15px;
  }

  .discount-timer-box > i {
    color: #FF4773;
    font-size: 23px;
  }


.footer-info-box {
  align-items: baseline;
  margin-top: 30px
}

.footer-background:before {
  content: "";
  position: absolute;
  background-image: url(../images/headerbottomred.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 5px;
  top: -15px;
}

.html-contact-page .footer-background:before {
  display: none;
}

.footer-background {
  background-image: url("../images/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-clip: border-box; */
  background-position: bottom;
  /* width: auto; */
  height: auto;
  /* display: block; */
  /* background-color: red; */
  margin-top: 60px;
  position: relative;
}

.bird {
  background-image: url("../images/bird.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 69px;
  margin: 35px 0;
}

.topic-block-title {
  text-align: right;
}

  .topic-block-title h2 {
    color: #d71920;
    font-size: 17px;
  }

.topic-block-body p {
  white-space: initial;
  color: rgb(109 109 112 / 35%);
  line-height: 26px;
  text-align: right;
}

.footer-call-information {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  line-height: 26px;
}

.footer-call-information {
  margin-top: 20px;
}

.footer-call-information {
  /* height: 185px; */
  /* max-height: 185px; */
}

  .footer-call-information h5, .footer-call-information > div, .footer-call-information > span, .footer-call-information > p {
    margin-bottom: 7px;
    width: 100%;
    color: #6d6e70;
  }

  .footer-call-information h5, .topic-block-title h5 {
    color: #6d6e70;
    font-family: 'yekanbakhHeavy';
  }

.info-details {
  display: flex;
}

  .info-details div {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
  }

.footer-call-information span {
  color: #6d6e70;
  white-space: inherit;
  /* height: 25px; */
  width: 100%;
}

.footer-trust-symbol {
  display: flex;
  flex-direction: column;
}

.trust-symbol img {
  width: 133px !important;
  cursor: pointer !important;
}

.footer-logo img {
  width: 90%;
  cursor: pointer;
}

  .footer-logo img:hover {
    opacity: 1;
  }

.logo-side {
  display: flex;
  justify-content: space-between;
}

.footer-rule {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-left: 60px;
}

  .footer-rule span {
    color: #6d6e70;
  }

.social-box {
  display: flex;
  justify-content: space-between;
}

.social-media img {
  width: 33px;
  height: 33px;
  margin-right: 20px;
}

.social-media {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-right: auto;
  margin-top: 13px;
}

  .social-media.justify-content-end {
    justify-content: flex-end;
  }

  .social-media img:hover {
    opacity: 1;
  }

.social-box span {
  font-family: yekanbakh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #d71920;
  font-size: 16px !important;
  margin-right: 112px;
}

.footer-social-box ul li, .footer-social-box ul li a {
  font-family: yekanbakh;
  color: #6d6e70;
  font-size: 14px;
}

  .footer-social-box ul li:not(.call-title) a {
    font-size: 16px !important;
    font-family: 'yekanbakhHeavyNum';
  }

  .footer-social-box ul li:first-of-type {
    padding-left: 0.8rem;
  }

  .footer-social-box ul li:nth-child(2) {
    padding-left: 0.2rem
  }

.footer-down {
  margin-top: 40px;
  height: 130px;
}



.usp-box > div {
  display: flex;
  align-items: center;
}

.usp-text {
  text-align: right;
  padding-right: 5px !important;
}

  .usp-text h5 {
    color: #6d6e70;
    font-family: 'yekanbakhHeavy';
  }

  .usp-text span {
    color: #6d6e70 !important;
  }

.feature-box {
  border-left: dashed #B2B5C4;
  border-width: thin;
  padding: 0 !important;
  padding-right: 20px !important;
}

.feature-brand-recently {
  margin-top: 60px;
}

.feature-title, .brand-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.feature-title h5, .brand-title h5, .recently-title h5 {
  color: #6d6e70;
  font-family: 'yekanbakhHeavy';
}

.feature-title p, .brand-title p, .recently-title p {
  color: #6d6e70 !important;
  margin-right: 12px;
}

.feature-title > div, .brand-title > div, .recently-title > div {
  display: flex;
  align-items: flex-start;
}

.feature-title span:hover {
  color: #d71920;
  cursor: pointer;
}

.bulletList.swiper-pagination-clickable.swiper-pagination-bullets {
  width: 100px;
  white-space: nowrap;
  overflow-x: scroll;
}

.swiper-pagination {
  white-space: nowrap;
  /* overflow-x: scroll; */
}

.brand-product .slider-controllers {
  padding: 0;
}

.recently-box {
  margin-top: 7px;
}

.recently-products .list {
  display: flex;
  justify-content: flex-start;
}

.recently-products li img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  white-space: break-spaces;
}

.recently-products li:last-child {
  margin-left: 0;
}

.recently-products li {
  border: 1px solid rgb(109 109 112 / 35%);
  border-radius: 11px;
  padding: 7px;
  margin-left: 25px;
  width: 100px;
  height: 100px;
  margin-top: 5px;
  margin-right: 5px;
}


  .recently-products li:hover {
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 6px rgb(121 104 105 / 11%);
    transition: 300ms all ease-in-out;
  }


.recently-products .product-picture {
  display: block !important;
}

.home-page {
  background-image: url("../images/Home.svg");
  background-repeat: no-repeat;
  margin-top: 20px;
  background-size: cover;
  background-position: 101% -1%;
}
/*
.home-page {
  background-image: url(../images/Rectangle-bg.png);
  background-repeat: no-repeat;
  background-position: -10% 70%;
  background-size: 320px;
}*/

.swiperbox.vertical .slider-controllers {
  display: flex;
  flex-direction: column;
}

.swiperbox.vertical .slider-navigation {
  display: flex;
  flex-direction: column;
  width: 20px;
}

.swiperbox.vertical .swiper-pagination {
  display: flex;
  flex-direction: column;
  margin-bottom: 9px;
  margin-right: 0;
}

.swiperbox.vertical .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #d71920 !important;
  height: 25px !important;
  width: 9px;
  border-radius: 25px !important;
}

.swiperbox.vertical .slider-navigation .slider-prev {
  margin-bottom: 6px;
}

.swiperbox.vertical .swiper-pagination-bullet {
  margin-top: 3px;
  cursor: pointer;
}

.slider-next:hover, .slider-prev:hover {
  background-color: #d71920;
  opacity: 0.6
}

.feature-brand-recently .row {
  align-items: baseline;
}

.brand-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#footerbrands .swiper-wrapper {
  margin-bottom: 20px;
}

.brand-header .swiper-pagination {
  margin-left: 12px;
}

.swiper-pagination::-webkit-scrollbar {
  display: none;
}

.bulletList.swiper-pagination-clickable.swiper-pagination-bullets::-webkit-scrollbar {
  display: none;
}

div#footerbrands img {
  border-radius: 17px;
  padding: 5px 5px 0px;
  width: 100%;
}


.usp-icon img {
  width: 56px;
  height: auto;
  max-height: 47px;
}

.customCategory {
  margin: 10px 0 20px;
}

.usp-box {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 12px 10px #d7d7d71c;
  padding: 11px;
  white-space: nowrap;
  border-radius: 13px;
  overflow: auto;
}

.category-item-box.col-sm-12 {
  margin: 20px 0;
}

.brand-item {
  border: 1px solid rgb(109 109 112 / 35%);
  border-radius: 13px;
}

#footerbrands .brand-item {
  /*width: 133px !important;
  margin-left: 5px !important;
  margin-right: 1px !important;*/
  width: 154px !important;
  margin-left: 6px !important;
  margin-right: 1px !important;
}

.html-product-details-page #footerbrands .brand-item {
  width: 135px !important;
  margin-left: 4px !important;
  margin-right: 2px !important;
}

#footerbrands .brand-item:hover {
  cursor: pointer;
  transition: 300ms all ease-in-out;
  border: none;
  box-shadow: 0 2px 6px rgb(121 104 105 / 11%);
}

#carticon.active .item-counter,
#carticon.active .shoppingcart-list {
  display: block !important;
}

#carticon .item-counter,
#carticon .shoppingcart-list {
  display: none !important;
}

#carticon .item-counter {
  font-family: 'yekanbakhNum';
  position: absolute;
  right: -4px;
  top: -12px;
  display: inline-block;
  background-color: #d71920;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  line-height: 1rem;
  padding: 4px 8px;
}


.mini-shopping-cart .count span {
  padding: 2px !important;
  font-family: 'yekanbakhNum';
}

#carticon {
  position: relative;
  cursor: pointer;
}

  #carticon img {
    width: 19px;
  }

.feature-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lastproduct-item {
  display: flex;
}

  .lastproduct-item:not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: 10px;
  }

.lastproduct-item {
  border: 1px solid rgb(109 109 112 / 35%);
  border-radius: 14px;
  margin-left: 10px;
  width: 48%;
  height: 150px;
  max-height: 150px;
  cursor: pointer;
  transition: all 150ms;
}

  .lastproduct-item:hover {
    cursor: pointer;
    transition: 600ms all ease-in-out;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgb(121 104 105 / 11%);
  }

.lastproduct-price {
  font-size: 14px;
  font-family: 'yekanbakhNum';
}

.lastproduct-item img {
  padding: 8px;
  border-radius: 17px;
}

.lastproduct-item .title {
  /* white-space: break-spaces; */
  white-space: initial;
  text-align: right;
  font-size: 14px;
  color: #000;
  padding-left: 10px;
  line-height: 2rem;
  height: 4rem; /*to be supported in firefox*/
  display: box;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lastproduct-item-details {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 158px;
}

.price-detail {
  display: flex;
  padding-left: 17px;
  width: 100%;
  justify-content: space-between;
}

.lastproduct-item .discount-box {margin-left: 9px;}

.details-product {
  /* background-color: beige; */
  /* width: 535px; */
  height: 437px;
  border-radius: 13px;
  margin-right: 10px;
}

.memory p {
  font-size: 16px;
  margin-right: 20px;
}

.quick-access {
  box-shadow: 0px 0px 12px #dedede;
  margin-top: 14px;
  border-radius: 11px;
}

#small-search-box-form {
  display: flex;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification-container {
  position: fixed;
  top: 50%;
  border-radius: 20px;
  /* border: 2px solid #d71920; */
  right: 50%;
  z-index: 1000 !important;
  background-color: #fff;
  line-height: 89px;
  box-shadow: 9px 3px 35px 2px #dedede;
  /* color: #000; */
  transform: translateX(50%);
  /* height: 90px; */
}
.bar-notification.success {
    padding: 10px;
    border-radius: 20px;
    border: 2px solid #049e00;
    box-shadow: 0px 0px 5px 1px #a6c6a5;
}

.bar-notification.success .content a {
    color: #049e00;
    margin-right: -2px;
}
.bar-notification.success {
  text-align: center;
}

.bar-notification.error {
  border-radius: 0 0 0 10px;
}

.bar-notification.warning {
  /* background-color: #f39c12; */
  border-radius: 0 0 0 10px;
  color: #FF4773;
}

.bar-notification {
  position: relative;
  display: none;
  padding-right: 17px;
  min-height: 120px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  align-items: start;
}

  .bar-notification .content {
    margin: 0 10px 0 0;
    padding-right: 12px;
    margin: 0 24px;
    line-height: 100%;
    min-height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 15px;
  }

    .bar-notification .content a {
      color: #fff;
      text-decoration: underline;
      font-size: 19px;
    }

  .bar-notification .close:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url(../images/notification-addtcart-red.svg);
    background-repeat: no-repeat;
  }
.bar-notification.success .close:before {
    content: "";
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    right: 9px;
    width: 39px;
    height: 38px;
    cursor: pointer;
    background-image: url(../images/notification-addtcart-success.png);
    opacity: 1 !important;
    background-repeat: no-repeat;
  }

.html-payment-method-page.html-checkout-page .bar-notification .close:before {
  display: none;
}

.html-payment-method-page.html-checkout-page .bar-notification .content {
  padding-right: 0;
  margin-right: 0;
}

.popup-notification {
  border-radius: 5px;
  padding: 3px;
  margin: 5px 0;
}

  .popup-notification.success {
    border: 2px rgba( 75,176,122,.5) solid;
  }

  .popup-notification.error {
    border: 2px rgba( 228,68,76,.5) solid;
  }

  .popup-notification.warning {
    border: 2px rgba( 243,156,18,.5) solid;
  }

.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: #444;
}

/*.ajax-loading-block-window {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url('../images/loading.gif') center no-repeat;
}*/

.please-wait {
  background: url('../images/ajax-loader-small.gif') no-repeat;
  padding-left: 20px;
  font-size: 14px;
}

.ui-dialog {
  max-width: 90%;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}

  .ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
  }

button {
  font-family: 'yekanbakh' !important;
}

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: #eee;
  padding: 10px 15px;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  padding: 15px 15px !important;
  font-weight: normal;
  cursor: auto !important;
}

  .ui-dialog-titlebar > span {
    float: left;
    font-size: 18px;
    color: #444;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
  }

  .ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    border: none;
    overflow: hidden;
    background: url('../images/close.png') center no-repeat;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    right: 0 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0;
    background: url('../images/close.png') center no-repeat !important;
    padding: 0 !important;
  }

    .ui-dialog-titlebar button span {
      display: none !important;
    }

.ui-dialog-content {
  padding: 15px;
  line-height: 20px;
  /*override jQuery UI styles, do not delete doubled properties*/
  background-color: #fff !important;
  padding: 15px 15px 20px 15px !important;
  color: #777;
}

  .ui-dialog-content .page {
    min-height: 0;
  }

  .ui-dialog-content .page-title {
    min-height: 0;
    margin: 0 0 15px;
    padding: 0px 10px 10px 10px;
    text-align: center;
  }

    .ui-dialog-content .page-title h1 {
      font-size: 24px;
      line-height: 30px;
    }

  .ui-dialog-content .back-in-stock-subscription-page {
    text-align: center;
  }

    .ui-dialog-content .back-in-stock-subscription-page .tooltip {
      margin-bottom: 10px;
    }

    .ui-dialog-content .back-in-stock-subscription-page .button-1 {
      border: none;
      background-color: #4ab2f1;
      padding: 10px 15px;
      font-size: 15px;
      color: #fff;
      text-transform: uppercase;
    }

      .ui-dialog-content .back-in-stock-subscription-page .button-1:hover,
      .ui-dialog-content .back-in-stock-subscription-page .button-1:focus {
        background-color: #248ece;
      }

.eu-cookie-bar-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 320px;
  height: 180px;
  margin: -90px 0 0 -160px;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

  .eu-cookie-bar-notification .text {
    margin-bottom: 20px;
    line-height: 20px;
  }

  .eu-cookie-bar-notification button {
    min-width: 60px;
    margin: 5px 0 10px;
    border: none;
    background-color: #4ab2f1;
    padding: 8px 12px;
    font-size: 14px;
    color: #fff;
  }

    .eu-cookie-bar-notification button:hover,
    .eu-cookie-bar-notification button:focus {
      background-color: #248ece;
    }

  .eu-cookie-bar-notification a {
    display: block;
    color: #4ab2f1;
  }

    .eu-cookie-bar-notification a:hover,
    .eu-cookie-bar-notification a:focus {
      text-decoration: underline;
    }


/*breadcrumb*/
.breadcrumb-list {
  display: flex;
  background-color: #fff;
  position: relative;
  margin: 0;
  margin-right: 90px;
  padding: 0 5px;
}

.breadcrumb {
  background-color: white !important;
  padding: 10px 0 !important;
  margin: 22px auto 0;
  position: relative;
  width: 97%;
}

  .breadcrumb hr {
    /* border: 1px solid rgb(109 109 112 / 35%); */
    width: 100%;
    position: absolute;
    margin: 0 !important;
  }

.after-hr {
  border: 1px solid #cdbbc9;
  width: 68%;
}


.breadcrumb-list .current-item {
  color: rgb(109 109 112 / 80%);
  font-size: 14px;
  padding: 0 3px;
  font-family: yekanbakhLight;
}

.breadcrumb-list li a {
  font-size: 16px;
  color: #6d6e70;
  padding: 0 4px;
  font-family: 'yekanbakhLight';
}

  .breadcrumb-list li a span {
    font-size: 14px;
    font-family: 'yekanbakhLight';
  }

.product-title a {
  color: #000;
  text-align: right;
  font-size: 13px;
  /* width: 180px; */
  /* overflow: hidden; */
  white-space: break-spaces;
  /* margin: 0 auto; */
  /* width: 100%; */
  display: block;
  /* text-align: center; */
}

span.price.actual-price {
  font-size: 20px;
  font-family: 'yekanbakhHeavyNum';
}

.price.old-price {
  text-decoration: line-through !important;
  color: rgb(109 109 112 / 40%);
  font-family: 'yekanbakhNum';
  font-size: 16px;
}

#bar-notification[data-type=check] span {
  background: url('../images/succesful-tick.svg') no-repeat;
}

#bar-notification[data-type=addcart] span {
  background: url('../images/buy-notification.svg') no-repeat;
}

#bar-notification[data-type=removecart] span {
  background: url('../images/delete-order-notification.svg')no-repeat
}

#bar-notification[data-type=heart] span {
  background: url('../images/favorit-notification.svg') no-repeat;
}

#bar-notification[data-type=removeitem] span {
  background: url('../images/delete-notification.svg') no-repeat;
}

.mega-menu-responsive .sublist-wrap.active {
  overflow: scroll;
}

.sublist-wrap.ps-container .ps-scrollbar-y-rail {
  height: 0 !important;
}

/* Mega Menu */
#categoryButton .sublist-wrap .sublist-wrap .sublist-wrap {
  display: contents;
  /* flex-direction: column; */
  position: absolute;
  right: 0 !important;
  top: 35px;
  /* bottom: 10px !important; */
  background-color: transparent;
  box-shadow: none;
  border: none;
  /* height: 100% !important; */
}

div#categoryButton .mega-menu {
  margin-bottom: 0 !important;
  border: none !important;
  padding: 0 !important;
}

div#categoryButton {
  line-height: 39px;
  position: relative;
  text-align: right;
  /*background-color: #EBEFFA;*/
  border-radius: 16px;
  height: 39px;
  width: 140px;
  display: flex;
  align-items: center;
  cursor: pointer;
  /* padding-right: 9px; */
  z-index: 10;
  /* margin-left: 20px; */
}

#categoryButton .mega-menu > .has-sublist > .sublist-wrap {
  position: absolute;
  border-radius: 0 15px 15px 0;
  background-color: #fff;
  top: 33px;
  right: -11px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  padding: 15px 7px 15px 0;
  width: 200px;
  height: auto;
  box-shadow: 0 0 12px #f1f1f1;
  border-top: none;
}

div#categoryButton .mega-menu > .has-sublist > a {
  padding: 0 !important;
  margin-right: 35px;
}

div#categoryButton .mega-menu > .has-sublist:before {
  content: "";
  position: absolute;
  background-image: url("../images/mega-menu-category.svg");
  width: 26px;
  height: 17px;
  background-repeat: no-repeat;
  right: 6px;
  background-size: contain;
}

div#categoryButton .mega-menu > .has-sublist:after {
  content: "";
  position: absolute;
  background-image: url("../images/arrowdownmegamenu.svg");
  width: 10px;
  height: 18px;
  background-repeat: no-repeat;
  left: 8px;
  top: 16px;
  background-size: contain;
}

#categoryButton .mega-menu > .has-sublist > .sublist-wrap.active > .sublist {
  background-color: #fff;
}

  #categoryButton .mega-menu > .has-sublist > .sublist-wrap.active > .sublist > li a:before {
    display: none
  }

#categoryButton .mega-menu > .has-sublist > .sublist-wrap > .sublist > li .sublist-wrap .sublist li a span {
  color: #000 !important;
  font-size: 14px;
}

#categoryButton .mega-menu > .has-sublist > .sublist-wrap > .sublist > li > .sublist-wrap.active {
  position: absolute;
  right: 174px !important;
  top: -1px;
  border-radius: 15px 0 0 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 600px !important;
  align-items: flex-start;
  /* white-space: break-spaces; */
  width: auto;
  height: 100% !important;
  box-shadow: -5px 0 12px #f1f1f1;
  border-right: 1px dashed #E4EAFC;
  background-color: #fff;
}

  #categoryButton .mega-menu > .has-sublist > .sublist-wrap > .sublist > li > .sublist-wrap.active > .sublist {
    position: absolute;
    /* right: 174px !important; */
    top: 9px;
    /* border-radius: 15px 0 0 15px; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 600px !important;
    align-items: flex-start;
    /* white-space: break-spaces; */
    /* width: auto; */
    height: 100% !important;
  }

#categoryButton .mega-menu > .has-sublist > .sublist-wrap > .sublist > li > a > span {
  font-size: 14px;
}

#categoryButton .mega-menu > .has-sublist > .sublist-wrap > .sublist > li .sublist-wrap.active > ul {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  /* width: auto !important; */
  align-items: baseline;
  overflow: hidden;
  height: 100% !important;
}

  #categoryButton .mega-menu > .has-sublist > .sublist-wrap > .sublist > li .sublist-wrap.active > ul .has-sublist {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }


#categoryButton .mega-menu > .has-sublist > .sublist-wrap > .sublist > li {
  position: unset !important;
}

  #categoryButton .mega-menu > .has-sublist > .sublist-wrap > .sublist > li .sublist-wrap.active > ul li {
    /* position: relative; */
    margin-top: 8px;
    /* display: inline-block; */
    /* height: auto !important; */
  }

    #categoryButton .mega-menu > .has-sublist > .sublist-wrap > .sublist > li .sublist-wrap.active > ul li > a {
      padding: 5px 0 !important;
      /* height: 100%; */
    }

#categoryButton .sublist-wrap .sublist-wrap .sublist-wrap > .sublist {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  height: 100% !important;
}

  #categoryButton .sublist-wrap .sublist-wrap .sublist-wrap > .sublist > li {
    margin: 0 !important;
  }

#categoryButton .mega-menu > .has-sublist > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist > .has-sublist > .sublist-wrap > ul li > a > span {
  color: rgb(109 109 112 / 62%) !important;
}

  #categoryButton .mega-menu > .has-sublist > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist > .has-sublist > .sublist-wrap > ul li > a > span:hover {
    color: #d71920 !important;
  }
/*  #categoryButton .mega-menu > .has-sublist > .sublist-wrap.active > .sublist > li {
    list-style-type: none !important;
    border-radius: 0 15px 15px 0;
    margin-right: 9px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 140px;
    background-color: transparent !important;
    margin-top: 0;
  }*/
#categoryButton .mega-menu > .has-sublist > .sublist-wrap > .sublist > li:hover span:after {
  opacity: 1 !important;
}
/*.categoryBox .mega-menu li:hover a {
    color: #d71920;
  }*/
#categoryButton .mega-menu > .has-sublist > .sublist-wrap > .sublist > li > a > span:after {
  content: "";
  background-image: url("../images/menu-arrow.svg");
  position: absolute;
  left: 0;
  top: 22px;
  background-repeat: no-repeat;
  background-size: 40%;
  width: 16px;
  height: 16px;
  opacity: 0.4;
}
/*.mega-menu .sublist-wrap.active {
    position: absolute;
    right: 161px;
    top: 0px;
    width: 600px;
    height: 100%;*/
/* background-color: transparent; */
/* box-shadow: none; */
/*border: none;
    border-radius: 15px 0 0 15px !important;
}
.mega-menu .sublist-wrap.active li span:after {
    display: none;
}*/
.categoryBox .mega-menu > .has-sublist:hover > .sublist-wrap {
  opacity: 1 !important;
  visibility: visible !important;
}

#categoryButton .mega-menu > .has-sublist > .sublist-wrap > .sublist .li {
  display: flex;
  justify-content: space-between;
  width: auto;
  align-items: center;
  line-height: 13px;
  padding: 10px 0;
  margin-right: 13px;
  text-align: right;
}

#categoryButton .mega-menu > .has-sublist > .sublist-wrap > .sublist > li:hover a > span {
  color: #d71920 !important;
}

#categoryButton .mega-menu > .has-sublist > .sublist-wrap > .sublist > li:hover {
  background-color: rgb(239 239 239 / 84%);
  border-radius: 0 16px 16px 0;
  /* margin-right: 4px; */
}

#categoryButton .mega-menu > .has-sublist > .sublist-wrap > .sublist > li a {
  list-style-type: none;
  padding: 9px 0px;
  background-color: transparent;
  border-radius: 0 15px 15px 0;
  margin-right: 12px !important;
  font-size: 15px;
  width: 140px;
  color: #000;
}
/*.categoryBox .mega-menu .sublist .back-button {
    display: none !important;
}

.mega-menu .sublist li a:before {
    display: none;
}
.categoryBox .mega-menu .sublist ul li a {
  color: rgb(109 109 112 / 35%);
}

  .categoryBox .mega-menu .sublist ul li a:hover {
    color: #d71920;
  }

.categoryBox .mega-menu li a {
  list-style-type: none;
  padding: 11px 0px;
  background-color: transparent;
  border-radius: 0 15px 15px 0;
  margin-right: 8px !important;
  font-size: 15px;
  width: 140px;
  color: #000;
  position: relative;
}
.categoryBox .mega-menu li a span {
    font-size: 14px;
    display: block;
    text-align: right;
    height: 12px;
}
.categoryBox .mega-menu > li:hover a span{
    color: #d71920 !important;
}
.mega-menu > li > a:before, .mega-menu > li > span:before {
    display: none !important;
}

.categoryBox .mega-menu > li:hover {
  background-color: #EBEFFA;
  color: #d71920;
  border-radius: 0 15px 15px 0;
  padding-right: 4px;
  margin-right: 5px;
  transition: all 0.1s ease;
}

.categoryBox .mega-menu li img {
  margin-left: 9px;
  width: 6px;
}

.sublist {
  position: absolute;*/
/* right: 172px; */
/*top: 0;*/
/* opacity: 0; */
/* visibility: hidden; */
/* display: none; */
/* border-radius: 15px 0 0 15px; */
/*display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  white-space: break-spaces;
  width: a;
  height: 100%;*/
/* box-shadow: -5px 0 12px #f1f1f1; */
/*border-right: 1px dashed #E4EAFC;*/
/* display: none; */ /*added to prevent taking space even if its hidden*/
/*display: flex;
  flex-direction: column;
  padding: 15px 0;
}

.categoryBox .main-menu li:hover .sublist {
  visibility: visible;
  display: flex;*/ /*undo display:none in .sublist  stylesheets */
/*opacity: 1;
  height: 100%;
  width: auto;
  padding-top: 14px;
}

.categoryBox .mega-menu .sublist > li > a {
  color: #000;
}

.sublist li {
  color: rgb(109 109 112 / 35%) !important;
}

  .sublist li:hover {
    color: #d71920 !important;
  }

.sublist header {
  color: #000;
  margin-right: 13px;
  font-size: 17px;
  margin-top: 11px;
}

.sublist .has-sublist > a span {
  color: #000 !important;
}

ul.sublist li ul {
  background-color: transparent !important;
  padding-top: 2px;
}
.mega-menu .sublist-wrap.active .sublist-wrap.active li:hover a span {
    color: #d71920 !important;
}
.bottom {
  position: relative;
}

.searchBox {
  position: absolute !important;
  right: -30px;
}

.profileBox {
  position: absolute !important;
  left: 0;
}*/

div#categoryButton .mega-menu > .has-sublist {
  line-height: 39px;
  position: relative;
  text-align: right;
  background-color: rgb(239 239 239 / 84%);
  border-radius: 16px;
  height: 39px;
  width: 150px;
  display: flex;
  align-items: center;
  cursor: pointer;
  /* padding-right: 9px; */
  z-index: 10;
}

/*.searchBox {
  position: relative !important;
  padding: 0 !important;
}

.categoryBox .mega-menu li:hover {
  background-color: #EBEFFA;
  border-radius: 0 16px 16px 0;
  margin-right: 8px;
}
.mega-menu .sublist-wrap.active li:hover a {
    background-color: transparent !important;
}
.mega-menu .sublist-wrap.active li:hover {
    margin: 0 !important;
}

.mega-menu .sublist-wrap.active li {
    margin: 0 !important;
    position: relative;
}
.mega-menu .sublist-wrap.active .sublist-wrap.active > ul {
    border: none;
}

.mega-menu .sublist-wrap.active .sublist-wrap.active {
    position: absolute;
    background-color: transparent !important;
    box-shadow: none !important;
    right: 0 !important;
    top: 30px;
}

.mega-menu .sublist-wrap.active .sublist-wrap.active > ul > li > a > span {
    color: rgb(109 109 112 / 35%) !important;
}
.mega-menu .sublist-wrap.active li:hover a span {
    color: #000 !important;
}

.mega-menu .sublist-wrap.active li a span {
    color: #000 !important;
}
.categoryBox .mega-menu > ul > li > a:hover  span{
  color: #d71920 !important;
}*/

ul.mega-menu-responsive.tikanavigation > .has-sublist > .sublist-wrap {
  display: block !important;
  position: absolute;
  width: 320px;
  height: 100%;
  /* top: 125px; */
}

div#categoryButton .menu-title {
  background: none;
  height: 33px;
  margin: 0;
  position: relative;
}

  div#categoryButton .menu-title span {
    display: none;
  }

  div#categoryButton .menu-title:after {
    content: "";
    position: absolute;
    background-image: url(../images/mega-menu-category.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    right: -1px;
    top: 6px;
    background-size: contain;
  }

div#categoryButton .mega-menu .mega-menu-responsive > .has-sublist:nth-child(1) > a {
  display: none
}

.mega-menu-responsive > li:first-child > a, .mega-menu-responsive > li:first-child > .plus-button {
  display: none !important;
}

.mega-menu-responsive > li:first-child {
  background-color: transparent;
}

.mega-menu-responsive > li > .sublist-wrap > ul {
  box-shadow: 0px 0px 18px -2px hsl(228deg 62% 60% / 17%);
  border-radius: 21px;
  margin-top: 8px;
  overflow: auto;
  display: block;
}

  .mega-menu-responsive > li > .sublist-wrap > ul > li {
    margin: 0 5px 0 !important;
  }

    .mega-menu-responsive > li > .sublist-wrap > ul > li span {
      font-size: 15px;
    }

    .mega-menu-responsive > li > .sublist-wrap > ul > li:hover {
      background-color: rgb(239 239 239 / 84%);
      border-radius: 16px;
    }


      .mega-menu-responsive > li > .sublist-wrap > ul > li:hover span {
        color: #d71920 !important;
      }

    .mega-menu-responsive > li > .sublist-wrap > ul > li .plus-button {
      position: absolute;
      background: url("../images/arrowdownmegamenu.svg") left center;
      width: 95%;
      height: 100%;
      background-repeat: no-repeat;
      left: 20px;
      border: none !important;
      transition: 300ms all;
      padding: 0;
    }

    .mega-menu-responsive > li > .sublist-wrap > ul > li .sublist-wrap.ps-container.active ul > li > a span {
      color: #000 !important;
      font-size: 15px;
    }

    .mega-menu-responsive > li > .sublist-wrap > ul > li .sublist-wrap.ps-container.active .plus-button {
      display: none;
    }

  .mega-menu-responsive > li > .sublist-wrap > ul .has-sublist .sublist-wrap.ps-container > ul > li .sublist-wrap.ps-container ul > li > a span {
    color: rgb(109 109 112 / 35%) !important;
    font-size: 13px;
  }

  .mega-menu-responsive > li > .sublist-wrap > ul > li .sublist-wrap.ps-container.active ul > li > a {
    padding: 0 !important;
  }

  .mega-menu-responsive > li > .sublist-wrap > ul > li .plus-button.close {
    position: absolute;
    background: url(../images/ArrowDown.svg) left center;
    width: 100%;
    height: 44px;
    background-repeat: no-repeat;
    left: 19px;
    top: 12px;
    border: none !important;
    transition: 300ms all;
  }
/*mega menu*/

.shoppingcart .flyout-cart {
  position: absolute;
  border-radius: 15px;
  background-color: #fff;
  top: 36px;
  left: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  padding: 0;
  width: 180px;
  height: 210px;
  box-shadow: 0 0 3px #f1f1f1;
}

.shoppingcart:hover .flyout-cart {
  opacity: 1;
  visibility: visible;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 207px;
}


.mini-shopping-cart .totals span {
  color: #000;
  display: flex;
  justify-content: space-between;
}

.mini-shopping-cart .totals {
  width: 100%;
  padding: 0 2px 4px;
}

#carticon:hover {
  background-color: rgb(239 239 239 / 84%);
  border: 1px solid transparent;
  transition: 400ms all;
}

  #carticon:hover .flyout-cart {
    box-shadow: 0 1px 6px rgb(197 180 180 / 58%);
    transition: 300ms all;
  }

.mini-shopping-cart .buttons {
  display: flex;
  justify-content: space-between;
  background-color: #d71920;
  border-radius: 0 0 15px 15px;
  padding: 5px;
  width: 100%;
  max-height: 50px;
  height: 90px;
}

  .mini-shopping-cart .buttons button {
    border: none;
    background-color: transparent;
    color: #fff;
  }

  .mini-shopping-cart .buttons .count a {
    color: #fff;
  }


.mini-shopping-cart .picture {
  width: calc(100% - 120px);
}
.mini-shopping-cart .product {
    width: 80%;
}
.mini-shopping-cart .items .item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  /* align-items: flex-start; */
  padding: 0 7px;
  /* width: 100%; */
}

.mini-shopping-cart {
  width: 207px;
  max-width: 207px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* padding: 5px; */
  height: 230px;
}

  .mini-shopping-cart .count span {
    color: #fff;
  }

  .mini-shopping-cart .product .name a {
    color: #000;
    text-align: right;
    font-size: 13px;
    /* width: 180px; */
    /* overflow: hidden; */
    white-space: break-spaces;
    /* margin: 0 auto; */
    /* width: 100%; */
    display: block;
    /* text-align: center; */
  }

  .mini-shopping-cart .picture img {
    border-radius: 0;
    width: 100% !important;
  }

  .mini-shopping-cart .product .name {
    text-align: right;
    line-height: 25px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
    height: 4rem !important;
  }

  .mini-shopping-cart .attributes {
    text-align: right;
  }

    .mini-shopping-cart .attributes span {
      color: #000;
    }

  .mini-shopping-cart .product .quantity span {
    padding: 0 5px !important;
    font-family: 'yekanbakhNum';
    font-size: 13px;
  }

  .mini-shopping-cart > div {
    margin: 15px 0 2px 0;
  }

  .mini-shopping-cart .items {
    border-bottom: 1px solid #EFF2F9;
    overflow-y: scroll;
    white-space: nowrap;
  }

    .mini-shopping-cart .items::-webkit-scrollbar {
      width: 0 !important;
    }

  .mini-shopping-cart .totals {
    display: flex;
    justify-content: space-around;
    max-height: 50px;
    height: 50px;
  }

    .mini-shopping-cart .totals strong {
      background-color: rgb(239 239 239 / 84%);
      padding: 3px 6px;
      border-radius: 9px;
      font-family: 'yekanbakhNum';
      color: #6d6e70;
    }

.color-name {
  color: #000;
}

.mini-shopping-cart .product .quantity {
  font-size: 13px;
  margin-left: 9px;
  text-align: right;
}

.login-btn .profile-info {
  position: absolute;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
  top: 30px;
  left: 14px;
  z-index: 9;
  color: #fff;
  width: 128px;
  height: 132px;
  box-shadow: 0 3px 3px 0px #e1e1e1;
}

#fadebox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.profile-info .login-profile {
  color: #000;
  font-size: 12px;
  text-align: center;
  margin: 13px 0 0 0;
  border: 1px dashed #D6D4DC;
  border-right: none;
  border-left: none;
  padding: 9px 12px;
}

.profile-info .order-history-profile {
  color: #000;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px dashed #D6D4DC;
  padding: 9px 12px;
}

.profile-info .logout-profile {
  font-size: 12px;
  text-align: center;
  color: #FF1E73;
  margin: 8px 0 0 0;
  padding: 2px 0;
}

  .profile-info .logout-profile:before {
    content: "";
    background: url(../images/account-exit.svg) no-repeat;
    width: 22px !important;
    height: 22px !important;
    display: inline-flex;
    vertical-align: middle;
  }

.login-btn.active .profile-info {
  display: flex !important;
  flex-direction: column;
  z-index: 9;
  right: 0;
}

.login-btn.active {
  border: none !important;
  box-shadow: 0 0px 3px #e1e1e1;
  border-radius: 16px 16px 0 0;
  color: #d71920;
  background-color: transparent !important;
  position: relative;
}

.bottom-mobile {
  display: none !important;
}

.wrap-text {
  white-space: initial;
  font-size: 13px;
}

@media screen and (max-width:1380px) {
  .festival-main .item-grid {
    grid-template-columns: repeat(auto-fill, 220px);
  }
}

@media screen and (max-width:768px) {


  .cat-sidebar {
    margin: 0 !important;
    grid-column: 1 / span 12;
  }

  .cat-main {
    grid-column: 1 / span 12;
    margin: 0 !important;
  }

  .master-wrapper-page, body {
    /* overflow-x: hidden; */
  }
}

@media screen and (max-width: 1210px) {
  .product-filters {
    display: none
  }

  .shoppingcart > span {
    font-family: 'yekanbakhNum';
    position: absolute;
    right: -4px;
    top: -12px;
    display: inline-block;
    background-color: #d71920;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    line-height: 1rem;
    padding: 4px 8px;
  }

  .side-sticky-part .close-button {
    position: sticky !important;
    top: 0px;
    right: 0;
    z-index: 9;
    display: block;
    background-color: #fff;
    width: 100%;
  }

    .side-sticky-part .close-button img {
      position: relative;
      right: 19px !important;
      padding: 9px 0;
    }

  .side-sticky-part .product-filters-mobilesize {
  }


  .product-filters-mobilesize {
    display: block !important;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    height: 100%;
    margin-top: 37px;
  }

  .mobile-filter-title {
    display: block !important;
    width: 70%;
    margin-right: 10px;
  }

  .side-sticky-part.stick {
    position: unset;
  }

  .mobile-filter-title .filter-title-content {
    display: flex;
    border: 1px solid rgb(191 187 201 / 35%);
    width: 150px;
    justify-content: space-around;
    padding: 14px;
    border-radius: 19px;
  }

    .mobile-filter-title .filter-title-content img {
      width: 18px;
    }

    .mobile-filter-title .filter-title-content a {
      color: #000
    }
  /*  filter modal*/

  .modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  }


  .close-button {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 19px;
  }

    .close-button:hover {
      background-color: darkgray;
    }

  .show-modal {
    opacity: 1;
    visibility: visible;
    display: block !important;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  }

  /* end filter modal*/
  .footer-trust-symbol .header-links ul {
    margin-top: 20px;
  }

  .product-item .details {
    justify-content: space-around !important;
  }

  #carticon > span {
    position: absolute;
    right: 4px;
    top: 3px;
    background-color: #FF1E73;
    color: #fff;
    padding: 0px 5px;
    border-radius: 4px;
    font-family: 'yekanbakhNum';
  }

  .header-topic {
    display: none;
  }

  .productslidetitle .title strong {
    margin-right: 40px;
    font-size: 17px;
    text-align: right;
    width: 100%;
  }

  .productslidetitle .title {
    width: 67%;
    display: flex;
    flex-direction: column;
    height: 54px;
    border-radius: 47px 0 0 0;
  }


  .title > span {
    font-size: 13px;
    width: 100%;
    /* margin-right: 50px; */
  }

  .categoryBox .mega-menu li a {
    font-size: 13px;
    width: 90px;
  }

  .categoryBox .mega-menu li {
    width: 120px !important;
  }

  .mega-menu ul {
    padding: 0;
  }

  .categoryBox .mega-menu .sublist {
    right: 126px;
    width: 223px !important;
    z-index: 9999;
  }

  ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }

  .productslide .swiperbox.vertical .slider-controllers {
    display: none;
  }

  #ui-id-1 .search-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #ui-id-1 {
    width: 280px !important;
    background-color: rgb(239 239 239);
    border: none;
    border-radius: 0 0 20px 20px;
    padding: 10px 0;
    text-align: right;
    position: absolute;
  }

    #ui-id-1 > li:not(:last-child):after {
      border-top: 1px dashed #D6D4DC;
      content: "";
      position: absolute;
      width: 94%;
      right: 38px;
      transform: translateX(11%);
    }

    #ui-id-1 > li:first-child:before {
      border-top: 1px solid #d6d4dc;
      content: "";
      position: absolute;
      width: 94%;
      right: 38px;
      transform: translateX(11%);
    }

    #ui-id-1 > li a img {
      width: 40px;
    }

  .ui-menu-item .ui-state-active {
    background-color: rgb(67 95 203 / 15%);
    border: none;
    border-radius: 8px;
  }


    .ui-menu-item .ui-state-active .lastcategoryname {
      color: #d71920;
    }

    .ui-menu-item .ui-state-active .search-items {
      color: #000
    }

  .search-items span {
    font-size: 11px;
  }

  #ui-id-1 > .search-items {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-right: 5px;
  }

  .searchInput {
    position: relative;
    align-items: center;
    /* left: 310px; */
    margin-right: 0 !important;
  }

  .header {
    box-shadow: none;
    /* top: 20px !important; */
  }


  .breadcrumb {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }

    .breadcrumb ul li span:first-child {
      font-size: 13px;
    }

    .breadcrumb ul li .current-item {
      font-size: 13px !important;
    }

  .offerBox, .phoneBackupBox {
    display: none;
  }

  .categoryBox {
    width: 38px !important;
    background-color: #fff !important;
    border: 1px solid rgb(109 109 112 / 35%);
  }

  .bottom-mobile > div:first-child {
    width: 50px;
  }

  .categoryBox span, .categoryBox i {
    /* display: none; */
  }

  .header .bottom {
    display: flex;
    flex-direction: column-reverse;
  }

  .logoBox {
    width: 210px !important;
  }

  .usp-box {
    display: none;
  }

  .feature-product a {
    width: 260px;
  }

  .feature-product {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
  }

  .feature-box {
    border: none
  }

  .feature-title {
    width: 100%;
  }

    .feature-title > span {
      display: none;
    }

  .brand-header .slider-controllers {
    display: none;
  }

  .top .profileBox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    width: 160px;
    padding: 0;
    float: left;
  }

    .top .profileBox .wishlist {
      display: none;
    }

  .productslide .swiper-slide {
    width: 60% !important;
    padding: 0;
  }

  .login-btn span {
    display: none;
  }

  .login-btn {
    width: 39px !important;
    margin-left: 8px;
  }

    .login-btn img {
      margin: -5px !important;
    }

  .bottom-mobile {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100%;
    /* margin-top: 20px !important; */
  }

  .bottom {
    display: none !important;
  }


  .bottom-mobile .searchInput input {
    width: 280px !important;
  }

  div#FestivalBanner {
    margin-top: 0 !important;
  }

  .festival-content .item-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 !important;
  }

    .festival-content .item-grid .item-box .product-item {
      display: flex;
      flex-direction: row !important;
      width: 333px;
      height: 150px;
    }

  .line {
    display: none
  }

  .categoryBox .mega-menu {
    /* display:none; */
  }

  .lastproduct-item-details {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: end;
  }

  .lastproduct-item .title {
    margin: 0;
    font-size: 13px;
  }

  .lastproduct-item .lastproduct-price {
    font-size: 14px;
  }

  .brand-recently {
    margin-top: 20px;
  }

  .block-recently-viewed-products {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 !important;
  }


  .footer-up .bird {
    background-image: url(../images/bird-mobilesize.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .footer-info-box {
    display: flex;
    flex-direction: column-reverse
  }

  .brand-product .swiper-container {
    overflow: auto;
    white-space: nowrap
  }

  .logo-side {
    display: flex;
    flex-direction: column;
  }

  .footer-rule {
    align-items: center;
  }

  .banner-2--4 .col-sm-6 {
    width: 50%
  }

  .banner-2--4 .col-sm-12 {
    width: 100%
  }

  .social-box--mobilesize {
    display: block !important;
  }

  .social-box {
    display: none;
  }

  .social-box--mobilesize {
    display: flex !important;
    flex-direction: column;
  }

    .social-box--mobilesize span {
      font-size: 18px;
    }

  .footer-call-information {
    display: block;
    text-align: right;
    margin-top: 20px !important;
  }

    .footer-call-information span {
      /* margin: 0 5px; */
    }


  .topic-block-title {
    margin-top: 20px;
  }

  .footer-rule {
    margin: 10px auto;
  }

  .footer-call-information {
    display: flex;
  }

  .footer-trust-symbol {
    margin-top: 15px;
  }

  .footer-rule span:nth-child(2) {
    color: #d71920;
  }

  .brand-recently {
    padding: 0;
  }

    .brand-recently .brand-header {
      padding: 0 5px;
    }

  .recently-products {
    overflow: auto;
    white-space: nowrap;
  }

  #HomePageSlider .slider-navigation {
    display: none;
  }

  #HomePageSlider {
    position: relative;
    padding: 0 7px;
    margin: 20px 0 0 0 !important;
  }

  #Homepagetopcategories {
    margin: 0 !important;
  }

  #HomePageSlider .swiper-pagination {
    display: flex;
    flex-direction: row;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    transform: translate(50%, 50%);
  }

  #HomePageSlider .swiperbox.vertical .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #d71920 !important;
    height: 9px !important;
    width: 23px;
    border-radius: 25px !important;
  }

  .banner-4 {
    display: block !important;
    overflow: auto;
    white-space: nowrap;
  }

    .banner-4 > div {
      width: 50%;
      display: inline-block;
    }

  .customCategory .col-sm-12 {
    order: 1;
  }

  .customCategory .banner-6 {
    max-width: 50%;
  }

  .productslide .slider-controllers {
    display: none !important;
  }

  .productslide {
    transform: translateX(0) !important;
  }

  .breadcrumb hr {
    display: none;
  }

  .breadcrumb-list {
    margin: 0;
    padding: 0;
  }

  .social-media img:hover {
    opacity: 1;
  }

  .category-page .swiper-wrapper {
    /* overflow: auto; */
  }

  .category-page {
    width: calc(100% - 30px) !important;
    margin: 0;
    padding: 10px;
  }

  .productslide-transform {
    transform: translateX(0) !important;
  }
}

.social-box--mobilesize {
  display: none;
}

#ui-id-2 {
  background-color: rgb(239 239 239);
  border: none;
  border-radius: 0 0 20px 20px;
  padding: 10px 0;
  text-align: right;
  width: 400px !important;
  position: absolute;
}

  #ui-id-2 li a img {
    width: 70px;
  }

  #ui-id-2 li:not(:last-child):after {
    border-top: 1px dashed #D6D4DC;
    content: "";
    position: absolute;
    width: 96%;
    right: 50px;
    transform: translateX(11%);
  }

  #ui-id-2 li:first-child:before {
    border-top: 1px solid #d6d4dc;
    content: "";
    position: absolute;
    width: 96%;
    right: 50px;
    transform: translateX(11%);
  }

.ui-menu-item .ui-state-active {
  background-color: rgb(208 208 208);
  border: none;
  border-radius: 8px;
}

  .ui-menu-item .ui-state-active .lastcategoryname {
    color: #d71920;
  }

  .ui-menu-item .ui-state-active .search-items {
    color: #000
  }

#ui-id-2 .search-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5px;
}

#ui-id-2 li {
  position: relative;
  padding: 0;
  border-radius: 8px;
}

.ui-menu .ui-menu-item-wrapper {
  display: flex;
  padding: 7px 10px;
}

.lastcategoryname {
  color: rgb(109 109 112 / 35%);
}

.search-items span {
  white-space: break-spaces;
}

.social-box--mobilesize {
  display: none;
}

#homepageslider .swiper-slide img {
  max-width: 100%;
}

.address-table td span {
  white-space: break-spaces;
  font-family: 'yekanbakhNum';
}

.edit-address-button img {
  max-width: 22px;
}

.swiperbox.vertical {
  display: flex;
  align-items: flex-end;
}

#HomePageSlider, #Homepagetopcategories {
  margin-top: 80px;
}

  #Homepagetopcategories .top-shortcut {
    width: 50%;
  }

.category-page .title {
  display: flex;
  justify-content: space-between;
  margin: 0 17px 7px;
}


  .category-page .title strong {
    font-size: 19px;
    font-family: 'yekanbakhHeavy';
  }

  .category-page .title a {
    color: #000;
  }

.category-page .product-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 18px;
  height: 330px;
  border: 1px solid rgb(191 187 201 / 34%);
  transition: 150ms all;
  max-width: 220px;
  margin: 5px 0 0 0;
}

  .category-page .product-item:hover {
    cursor: pointer;
    transition: 400ms all;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgb(121 104 105 / 11%);
  }

.festival-ribbon {
  width: 30px;
  height: 30px;
  z-index: 10;
  position: absolute;
  left: 12px !important;
  top: 7px !important;
}

  .festival-ribbon img {
    width: 100%;
  }

.html-home-page .product-item {
  /* margin-right: 8px; */
  margin-left: 20px !important;
}
.festival-item-box .product-price {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.product-item .details .prices {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-end;
}

.old-product-price span {
  font-family: 'yekanbakhNum';
  font-size: 16px;
}

.old-product-price:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #b0abab8c;
  border-radius: 10px;
  left: 0;
  top: 10px;
}

.old-product-price {
  position: relative;
}
.old-price--box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.old-price--box .discount-percent {
    position: absolute;
    right: 0;
    top: 7px;
}
.category-page .product-item .details .prices .discounted-price {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
}

  .category-page .product-item .details .prices .discounted-price span, .prices > span {
    font-family: yekanbakhnum;
    font-size: 18px;
    color: #6d6e70 !important;
    margin-left: 5px;
  }

.product-item .prices .product-notavailable,
.product-item .price-fileds .product-notavailable {
  border: 1px solid rgb(191 187 201 / 34%);
  padding: 3px 9px;
  border-radius: 10px;
  font-size: 15px;
  margin-top: 44px;
}

.category-page .product-item .details .prices .productprice, .price-fileds .productprice {
  font-size: 20px;
  font-family: 'yekanbakhHeavyNum';
  color: #6d6e70 !important;
}

.price-fileds span {
  color: #6d6e70 !important;
}

.category-page .product-item .details .prices .old-price,
.price-fileds .old-price {
  font-size: 14px;
  font-family: 'yekanbakhNum';
  border-radius: 9px;
  padding: 4px 8px;
  font-size: 15px;
}

.productslide {
  margin: 35px 0;
  transform: translateX(60px);
  padding: 0;
  width: calc(100% + 30px);
}

  .productslide .slider-next {
    margin-bottom: 5px;
  }

.category-page {
  width: 100%;
  position: relative;
}

.cat-main .category-page {
  /*position: sticky;
  top: 0;*/
}

.productslide-transform {
  width: calc(100% + 30px) !important;
  transform: translateX(21px);
}

.categoryBox .more-category a {
  background-color: #ebeffa !important;
  padding: 11px 5px !important;
  border-radius: 10px !important;
  color: #d71920 !important;
  width: 110px !important;
  text-align: center;
}

.categoryBox .more-category {
  position: absolute;
  bottom: 5px;
  left: -8px;
}

.html-contact-page .usp-box, .html-contact-page .feature-brand-recently, .html-contact-page .footer-up, .html-contact-page .footer-down {
  display: none;
}

/*.contact-page {
  background-image: url(../images/contactus-Map.png);
  background-repeat: no-repeat;
}
*/

.contact-page .contactus-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.contact-page .contactus-map {
  position: relative;
  /* padding-bottom: 90px; */
  height: 120vh;
  background-image: url(../images/fater-map.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.contactus-form {
  width: 370px;
  height: auto;
  border-radius: 22px;
  transform: translate(-30%, 140px);
  padding: 16px;
  position: relative;
  background-color: #fff;
  margin-top: -100px;
}

  .contactus-form form .inputs {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-top: 14px;
  }

    .contactus-form form .inputs input {
      width: 100%;
      background-color: rgb(239 239 239 / 84%);
      border: none;
      outline: none;
      border-radius: 15px;
      height: 40px;
      padding: 0 10px;
    }

    .contactus-form form .inputs textarea {
      width: 100%;
      padding: 5px 10px;
      background-color: rgb(239 239 239 / 84%);
      border: none;
      outline: none;
      border-radius: 15px;
      /* resize: none; */
      height: 70px !important;
      overflow: auto;
      white-space: break-spaces;
    }

.topic-block-body h5 {
  color: #6d6e70;
  font-size: 15px;
  font-family: 'yekanbakhHeavy';
}

.topic-block-body .address-box p {
  color: #d71920;
}

.topic-block-body .calling {
  color: #6d6e70;
  font-size: 14px;
}

.topic-block-body > p {
  color: #6d6e70;
  font-size: 13px;
  margin: 0;
  line-height: 29px;
}

.topic-block-body .address-box {
  display: flex;
  margin-top: 6px;
  white-space: initial;
  align-items: flex-start;
}

  .topic-block-body .address-box strong {
    color: #6d6e70 !important;
  }

.contactus-form button {
  width: 50%;
  border: none;
  margin-top: 15px;
  height: 38px;
  background-color: #d71920;
  color: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding: 0 14px;
}

.contactus-form .buttons {
  display: flex;
  justify-content: flex-end;
}

.contactus-form button span:before {
  content: "";
  position: absolute;
  border: 1px dashed #fff;
  width: 1px;
  height: 17px;
  right: 40px;
}

.contactus-form button img {
  width: 18px;
}

.contactus-form button span {
  margin-right: 39px;
}

.topic-block-body .email-box {
  color: #6d6e70;
  font-size: 14px;
}

  .topic-block-body .email-box a {
    color: #d71920;
  }

.contactus-form form .inputs label {
  margin-bottom: 4px;
  /* margin-right: 6px; */
  width: 100%;
}

.topic-block-body .address-box strong {
  /* white-space: initial; */
}

.topic-block-body .calling img, .topic-block-body .email-box img, .topic-block-body .address-box img {
  margin-left: 5px;
}

.header-links ul li {
  margin-right: 14px;
}

  .header-links ul li a {
    font-size: 15px;
  }

    .header-links ul li a:hover {
      color: #d71920;
    }

.footer-trust-symbol .header-links ul {
  display: flex;
}

  .footer-trust-symbol .header-links ul li {
    margin-left: 20px;
  }

.topic-page h1 {
  font-size: 19px;
  color: #6d6e70;
}

.topic-page {
  margin-top: 50px;
}

  .topic-page p {
    white-space: break-spaces;
    font-size: 15px;
  }

    .topic-page p strong {
      font-size: 15px;
      color: #6d6e70;
      font-family: 'yekanbakhHeavy';
    }

.special-price-container .discount-percent {
  height: 23px !important;
  border-radius: 7px;
  margin: 0 0 4px 7px;
}

.special-price-container .price-fileds {
  color: #d71920;
}

  .special-price-container .price-fileds .productprice {
    font-size: 20px;
    font-family: 'yekanbakhHeavyNum';
  }

.special-price-container .price.old-price {
  text-decoration: line-through !important;
  color: rgb(109 109 112 / 35%);
}

.failed-search-container {
  margin: 60px 0px 0 8px;
}

.failed-search {
  color: rgb(109 109 112 / 35%);
  text-align: center;
  font-size: 22px;
  margin: 2rem 0;
}

.back-home-btn {
  width: 263px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: #d71920;
  border-radius: 22px;
  color: white;
  font-size: 16px;
}

  a.back-home-btn:hover, .back-home-btn:hover {
    color: aliceblue
  }

/* loading */

.ajax-loading-block-window, .ajax-products-busy {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  /*align-items: baseline;*/
  z-index: 99;
  left: 0;
  position: absolute;
  top: 0;
  /*transform: translate(-50%,-50%);*/
}
/*.LoaderBalls {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  z-index: 99;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
}*/
/*.LoaderBalls__item {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d71920;
  z-index: 999;
}

  .LoaderBalls__item:nth-child(1) {
    animation: bouncing 0.4s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95);
  }

  .LoaderBalls__item:nth-child(2) {
    animation: bouncing 0.4s 0.1s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
  }

  .LoaderBalls__item:nth-child(3) {
    animation: bouncing 0.4s 0.2s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
  }*/

@keyframes bouncing {
  0% {
    transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
  }

  100% {
    transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
  }
}

.ajax-products-busy, .ajax-loading-block-window {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: #ffffffab;
  top: 0;
  left: 0;
}

.loading .ajax-products-busy {
  display: block !important;
  position: absolute;
  z-index: 9999999;
}

.ajax-products-busy .LoaderBalls {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
}

.ajax-loading-block-window, .ajax-products-busy {
  border-radius: 0;
}

.loading-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9;
  opacity: 0.5;
}
/*.sidebar__inner {
    transform: translate(0, 0);*/ /* For browsers don't support translate3d. */
/*transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.sidebar {
    will-change: min-height;
}*/
@media screen and (max-width: 369px) {
  .logoBox {
    width: 50% !important;
  }

  .profileBox {
    width: 50% !important;
  }

  .background-cover {
    margin-top: 50px;
  }
}

@media screen and (max-width: 500px) {
  /* #filter-modal-options .modal-content .compare-button-mobile {
    border-bottom: 1px dashed rgb(109 109 112 / 35%);
    padding-bottom: 16px;
  }*/
  #HomePageCategoriesSliderAfterB:before {
    background-image: url(../images/yalda-banner-mobile.png) !important;
    left: 10px;
    background-size: 80px;
    top: -2px !important;
  }
  #shortlink {
    width: 100vw !important;
    border-radius: unset !important;
  }

  .festival-timer-box {
    margin-top: 11px !important;
  }

  div#FestivalBanner {
    margin-top: 25px !important;
  }

  .footer-call-information p {
  display: block;
  white-space: break-spaces;
  color: #6d6e70;
  line-height: 22px;
  }

  #categoryButton .sublist-wrap .sublist-wrap .sublist-wrap > .sublist li a span {
    color: rgb(109 109 112 / 62%) !important;
  }


  .mega-menu-responsive .sublist-wrap.active > .sublist .has-sublist .plus-button {
    background-image: none !important;
  }

    .mega-menu-responsive .sublist-wrap.active > .sublist .has-sublist .plus-button.close {
      background-image: none !important;
    }

  .mega-menu-responsive .sublist-wrap.active > .sublist {
    overflow: scroll;
    display: block;
  }

  iframe#goftino_w {
    left: 20px !important;
    bottom: 20px !important;
    right: auto !important;
    width: 80px;
    height: 80px;
  }

  #box-widget-icon {
    float: left !important;
  }

  .info-banner-mobile {
    display: block !important;
  }

    .info-banner-mobile img {
      width: 100%;
    }

  .topic-block {
    /* margin-top: 50px; */
  }

  div#categoryButton .menu-title:after {
    right: 8px !important;
  }

  .recovery-btn {
    width: 100%;
  }

  #HomepageFestivalProducts .festival-products--box {
    margin: 0 !important;
  }

  #HomepageFestivalProducts .product-item {
    width: 212px !important;
  }

  .mega-menu-responsive > li > .sublist-wrap > ul {
    height: 410px;
    border-radius: 10px;
  }

    .mega-menu-responsive > li > .sublist-wrap > ul::-webkit-scrollbar {
      -webkit-appearance: none;
    }

      .mega-menu-responsive > li > .sublist-wrap > ul::-webkit-scrollbar:vertical {
        width: 5px;
      }

      .mega-menu-responsive > li > .sublist-wrap > ul::-webkit-scrollbar:horizontal {
        height: 12px;
      }

    .mega-menu-responsive > li > .sublist-wrap > ul::-webkit-scrollbar-thumb {
      background-color: rgb(186 186 186 / 50%);
      border-radius: 10px;
    }

    .mega-menu-responsive > li > .sublist-wrap > ul::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: #ffffff;
    }

    .mega-menu-responsive > li > .sublist-wrap > ul > li .sublist li:hover {
      background-color: rgb(239 239 239 / 84%);
      border-radius: 8px;
    }

    .mega-menu-responsive > li > .sublist-wrap > ul::-webkit-scrollbar {
      display: block !important
    }

  .ajax-loading-block-window .loading-gif, .ajax-products-busy .loading-gif {
    right: 0 !important;
    background-image: url(../images/loading-mobile.gif) !important;
    background-size: 212px !important;
  }

  .map-mobilesize {
    content: "";
    display: block !important;
    background-image: url(../images/map-mobile.png);
    background-repeat: no-repeat;
    /* position: absolute; */
    top: 0;
    width: 440px;
    height: 390px;
    right: 0;
    transform: translate(17px, -100px);
  }

  .festival-timer-box .festival-pulse {
    margin: 0 !important;
  }

  #HomepageFestivalProducts .title {
    display: flex;
    flex-direction: column;
  }

  .information {
    width: 100% !important;
  }

    .information strong {
      margin: 20px 0 0 0;
    }

  .login-side .title, .register-side .title {
    text-align: right !important;
    width: 95% !important;
    margin-top: 19px !important;
  }

  .login-side-bottom {
    display: none !important;
  }

  .html-login-page body, .html-password-recovery-page body, .html-registration-result-page body, .html-registration-page body {
    background-image: none !important;
  }

  .header:after {
    display: none;
    /* top: 111px !important; */
    /* background-image: url("../images/lineheadermobilesize.png") !important; */
    /* height: 50px; */
  }

  #filter-modal-options .modal-content > div {
    width: 100%;
    display: flex;
    margin-top: 19px;
  }

  #filter-modal-options .product-share-button {
    width: 30px !important;
    height: 30px !important;
    background-size: 22px;
  }

  #filter-modal-options .share-button-mobile span, #filter-modal-options .compare-button-mobile span {
    font-size: 17px;
    margin-right: 11px;
  }

  #filter-modal-options .compare-button-mobile button {
    width: 30px !important;
    height: 30px !important;
    background-size: 31px;
    border: none;
    background-color: transparent;
  }

  #filter-modal-options .modal-content {
    height: 22%;
    position: absolute;
    bottom: -2px;
    border-radius: 22px 22px 0 0;
    padding: 15px;
  }

  .options-product-mobilesize .add-wishlist-mobile span {
    display: none !important;
  }

  .options-product-mobilesize .add-wishlist-mobile button {
    border: 1px solid hsl(257deg 11% 76% / 35%);
    background-color: transparent;
    padding: 9px;
    border-radius: 13px;
  }

    .options-product-mobilesize .add-wishlist-mobile button img {
      width: 20px;
    }

  .more-options-mobilesize {
    border: 1px solid hsl(257deg 11% 76% / 35%);
    background-color: transparent;
    padding: 9px;
    border-radius: 13px;
  }

    .more-options-mobilesize img {
      width: 18px;
    }

  .options-product-mobilesize {
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    top: 17px;
    width: 95%;
    right: 9px;
  }

  .contact-page .contactus-map {
    background-image: none !important;
    position: relative;
    width: 100%;
    height: 100%;
  }


  .contactus-form {
    transform: translate(0, 0);
  }

  .html-contact-page .topic-block {
  }

  #Homepagetopcategories .col-md-12.col-sm-12.col-xs-12 {
    display: none;
  }

  div#HomepageCategoryTopB {
    display: none;
  }

  div#HomepageCategoryMiddleC {
    display: none;
  }

  .home-page-product-grid .carousel-item.slick-slide {
    width: 212px !important;
    margin-left: 15px;
  }

  #HomepageCategoryTopB > div {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow: scroll;
  }

    #HomepageCategoryTopB > div > div {
      width: 46%;
    }

  .category-page .product-item {
    margin: 0;
  }
}


#HomePageSlider .anywhere-slider {
  position: relative;
}

  #HomePageSlider .anywhere-slider .slick-arrows {
    position: absolute;
    display: flex;
    flex-direction: column; /* background-color: red; */
    width: 23px;
    height: 100px;
    right: 0;
    bottom: 0;
    transform: translate(30px, 0%);
  }

  #HomePageSlider .anywhere-slider .slick-dots {
    position: absolute !important;
    display: flex;
    flex-direction: column;
    right: 0;
    bottom: 37%;
    transform: translate(29px, 0);
  }

  #HomePageSlider .anywhere-slider .slick-arrows button {
    width: 23px;
    height: 22px;
    border-radius: 6px;
    background-color: #d71920;
    opacity: 1;
    background-image: none !important; /* position: relative; */
  }

    #HomePageSlider .anywhere-slider .slick-arrows button:hover {
      background-color: #d71920;
      opacity: 0.6;
    }

  #HomePageSlider .anywhere-slider .slick-arrows .slick-prev {
    margin-top: 0 !important;
  }

  #HomePageSlider .anywhere-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: none;
    margin: 0 !important;
    background-color: rgb(208 206 206);
  }

  #HomePageSlider .anywhere-slider .slick-dots li.slick-active > button {
    height: 28px !important;
    background-color: #d71920 !important;
    width: 9px;
    border-radius: 4px !important;
    margin: 11px !important;
  }

.anywhere-slider .slick-dots li {
  height: 10px;
  margin: 2px 0 !important;
}

#HomePageSlider .anywhere-slider .slick-dots li.slick-active {
  height: 35px;
  margin: -2px -5px !important;
}

#HomePageSlider .anywhere-slider .slick-arrows .slick-next::after, .products-categories .title .slick-next::after, #HomepageFestivalProducts .slick-next::after {
  content: "";
  position: absolute;
  background-image: url(../images/nextprevIcon.svg);
  transform: rotate(90deg);
  background-size: 52%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 6px;
  top: 5px;
}

#HomePageSlider .anywhere-slider .slick-arrows .slick-prev::after, .products-categories .title .slick-prev::after, #HomepageFestivalProducts .slick-prev::after {
  content: "";
  position: absolute;
  background-image: url(../images/nextprevIcon.svg);
  transform: rotate(-90deg);
  background-size: 52%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 6px;
  bottom: 6px;
}
#HomePageCategoriesSliderAfterB {
    position: relative;
}

#HomePageCategoriesSliderAfterB:before {
    content: "";
    position: absolute;
    background-image: url(../images/yalda-banner45.png);
    background-repeat: no-repeat;
    width: 72%;
    height: 51px;
    z-index: 9;
    top: 7px;
}
.jCarouselMainWrapper {
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 20px;
  padding: 17px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgb(121 104 105 / 11%);
  margin-top: 50px
}

.products-categories .slick-track {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  height: 350px;
  /* background-color: red; */
}

.products-categories .carousel-item {
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: space-between; */
  /* border-radius: 18px; */
  /* height: 330px; */
  /* border: 1px solid rgb(191 187 201 / 34%); */
  /* transition: 150ms all; */
  /* max-width: 220px; */
  margin: 5px 0 0 0;
}

.products-categories .title strong {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 21px;
  color: #6d6e70 !important;
  font-family: 'yekanbakhHeavy';
}

.products-categories .title button {
  width: 23px;
  height: 22px;
  border-radius: 6px;
  background-color: #d71920;
  opacity: 1;
  margin: 0 !important;
  background-image: none !important;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50px, 320px);
}

#HomepageFestivalProducts .slick-arrow {
  width: 23px;
  height: 22px;
  border-radius: 6px;
  background-color: #d71920;
  opacity: 1;
  margin: 0 !important;
  background-image: none !important;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(52px, -30px);
  border: none;
  color: transparent;
}

#HomepageFestivalProducts
.slick-prev {
  margin-bottom: 30px !important;
}

#HomepageFestivalProducts
.slick-disabled {
  opacity: 0.5;
}

.festival-item-box .product-item {
  margin-left: 34px;
  overflow: hidden;
}

.festival-item-box .slick-track {
  height: 337px !important;
  margin-top: 10px;
}

#HomepageFestivalProducts .slick-dots {
  width: 20px !important;
  position: absolute !important;
  right: -18px;
  bottom: 107px;
  display: flex !important;
  flex-direction: column;
  transform: translate(23px, 20px);
}

  #HomepageFestivalProducts .slick-dots li button {
    border: none !important;
    color: transparent;
  }

  #HomepageFestivalProducts .slick-dots li.slick-active button {
    margin: 6px 0 !important;
  }

  #HomepageFestivalProducts .slick-dots li.slick-active {
    /* margin: 3px 0 !important; */
  }

.products-categories .title {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding: 3px 21px !important;
  /* position: absolute !important; */
  /* right: 0; */
  /* top: 0; */
  /* transform: translate(30px, 0); */
  height: 100%;
}

.products-categories .home-page-product-grid {
  position: unset !important;
}

.products-categories .title .slick-next {
  margin-top: 30px !important;
}

.products-categories .title .slick-disabled {
  opacity: 0.5;
}

.products-categories .slick-dots {
  width: 20px !important;
  position: absolute !important;
  right: -18px;
  bottom: 107px;
  display: flex !important;
  flex-direction: column;
  transform: translate(40px, 0);
}

  .products-categories .slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    box-shadow: none;
    margin: 0 !important;
    background-color: rgb(208 206 206) !important;
  }

  .products-categories .slick-dots li.slick-active > button {
    height: 25px !important;
    background-color: #d71920 !important;
    width: 9px !important;
    border-radius: 4px !important;
    margin: 11px !important;
  }

  .products-categories .slick-dots li {
    height: 10px !important;
    margin: 2px 0 !important;
  }

    .products-categories .slick-dots li.slick-active {
      height: 35px !important;
      margin: -2px -5px !important;
    }

#HomepageCategoryTopB, #HomepageCategoryBottomD {
  margin-top: 80px;
}

#HomepageCategoryMiddleC {
  margin-top: 60px;
}

/*Festival page*/

.festival-main {
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}

.festival-timer-box li {
  display: inline-block;
  font-size: 13px;
  list-style-type: none;
  width: 47px;
  margin: 0 3px;
}

.festival-timer-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 11px;
}

  .festival-timer-box strong {
    font-size: 17px;
    margin: 0 4px;
    display: none;
  }

.festival-title {
  display: flex;
  white-space: break-spaces;
  align-items: center;
  justify-content: center;
  /* background-color: rgb(191 187 201 / 21%); */
  padding: 14px 2px;
  border-radius: 15px;
  margin-top: 15px !important;
}

  .festival-title h1 {
    font-size: 27px;
    font-family: 'yekanbakhHeavy';
  }

  .festival-title label {
    font-size: 26px;
    margin-right: 5px;
    font-family: 'yekanbakhHeavy';
  }

.festival-timer-box .festival-pulse {
  display: flex;
  justify-content: center;
  /* background-color: rgb(191 187 201 / 21%); */
  padding: 2px;
  border-radius: 19px;
  margin-top: 12px;
  /* box-shadow: 0px 0px 1px 1px #0000001a; */
  /* animation: pulse-animation 2s infinite; */
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

.festival-timer-box ul {
  text-align: center;
  padding: 0 !important;
}

.festival-timer-box li span {
  font-family: 'yekanbakhHeavyNum';
  display: block;
  font-size: 20px;
  width: 45px;
  height: 45px;
  background-color: rgb(109 109 112 / 35%)4a;
  border-radius: 20%;
  text-align: center;
  padding: 7px;
  box-shadow: 1px -1px 11px rgb(170 107 107 / 22%);
  margin-bottom: 6px;
  color: #d71920;
}

.html-product-festival-page .usp-box, .html-product-festival-page .feature-brand-recently {
  display: none;
}

div#FestivalBanner img { /* margin: 0 auto; */
  display: block;
}


div#FestivalBanner {
  margin-top: 25px;
}

.festival-timer-box span {
  /* display: block; */
  text-align: center;
  font-size: 36px;
}

.item-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 12px 13px;
  justify-content: normal;
  margin: 0px 10px 0 0;
  padding: 0;
  grid-auto-flow: row;
  /* grid-template-columns: repeat(auto-fill, 186px); */
}

.festival-sidebar {
  grid-column: 1 / span 3;
  margin-top: 50px;
}

.product-filters-mobilesize {
  display: none;
  margin-top: 0;
}

.mobile-filter-title {
  display: none
}

.options-product-mobilesize {
  display: none
}

#HomepageFestivalProducts .festival-products--box {
  width: 100%;
  border-radius: 20px;
  padding: 5px 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgb(121 104 105 / 11%);
}

.more-festival-btn {
  font-size: 15px;
  display: flex;
  justify-content: flex-end;
  padding: 0 30px;
  margin-top: 16px;
  padding-bottom: 8px;
  color: #000 !important;
}

  .more-festival-btn:hover {
    color: #d71920 !important;
  }

#HomepageFestivalProducts .festival-timer-box li span {
  width: 35px !important;
  height: 35px !important;
  font-size: 18px;
  padding: 7px !important;
}

#HomepageFestivalProducts .festival-timer-box li {
  width: 39px !important;
  margin: 0 6px;
  display: flex;
  flex-direction: column;
}


#HomepageFestivalProducts .festival-timer-box ul {
  display: flex;
}

#HomepageFestivalProducts .festival-products--box h1 {
  font-size: 18px;
}

.slick-carousel .item-box {
  width: 100% !important;
  padding: 0 5px !important;
  margin: 0 !important;
}

#HomepageFestivalProducts .item-grid {
  display: flex;
}

#HomepageFestivalProducts .title {
  display: flex;
  align-items: baseline;
}

html.html-account-page.html-customer-info-page .bar-notification-container {
  width: 260px;
  /* height: 70px; */
}

  html.html-account-page.html-customer-info-page .bar-notification-container span {
    text-align: center;
    z-index: 9999;
    color: #000 !important;
    margin-right: 57px;
  }

.product-price.discounted-price {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
}

.discount-percentage {
  background-color: #d71920;
  color: #fff !important;
  padding: 1px 5px;
  border-radius: 8px;
}

.product-price.discounted-price span {
  font-size: 17px;
  font-family: 'yekanbakhNum';
  display: flex;
  flex-direction: row-reverse;
  color: #6d6e70;
}

span.discount-percentage span {
  color: #fff !important;
}

.ajax-loading-block-window .loading-gif, .ajax-products-busy .loading-gif {
  display: block;
  background-image: url(../images/logoloading.gif);
  width: 340px;
  height: 80px;
  position: absolute;
  top: 50%;
  right: 39%;
  background-repeat: no-repeat;
  background-size: 300px;
  z-index: 9999;
}

.map-mobilesize {
  display: none;
}

#HomepageFestivalProducts .product-item {
  width: 212px !important;
}

.info-banner-mobile {
  display: none;
}

.product-selectors {
  display: none;
}

.info-banner {
  height: auto;
}

47px;
margin: 0 3px;
}

.festival-timer-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 11px;
}

  .festival-timer-box strong {
    font-size: 17px;
    margin: 0 4px;
    display: none;
  }

.festival-title {
  display: flex;
  white-space: break-spaces;
  align-items: center;
  justify-content: center;
  /* background-color: rgb(191 187 201 / 21%); */
  padding: 14px 2px;
  border-radius: 15px;
  margin-top: 15px !important;
}

  .festival-title h1 {
    font-size: 27px;
    font-family: 'yekanbakhHeavy';
  }

  .festival-title label {
    font-size: 26px;
    margin-right: 5px;
    font-family: 'yekanbakhHeavy';
  }

.festival-timer-box .festival-pulse {
  display: flex;
  justify-content: center;
  /* background-color: rgb(191 187 201 / 21%); */
  padding: 2px;
  border-radius: 19px;
  margin-top: 12px;
  /* box-shadow: 0px 0px 1px 1px #0000001a; */
  /* animation: pulse-animation 2s infinite; */
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

.festival-timer-box ul {
  text-align: center;
  padding: 0 !important;
}

.festival-timer-box li span {
  font-family: 'yekanbakhHeavyNum';
  display: block;
  font-size: 20px;
  width: 45px;
  height: 45px;
  background-color: rgb(109 109 112 / 35%)4a;
  border-radius: 20%;
  text-align: center;
  padding: 7px;
  box-shadow: 1px -1px 11px rgb(170 107 107 / 22%);
  margin-bottom: 6px;
  color: #d71920;
}

.html-product-festival-page .usp-box, .html-product-festival-page .feature-brand-recently {
  display: none;
}

div#FestivalBanner img { /* margin: 0 auto; */
  display: block;
}

.html-product-festival-page .available-gift-product {
    display: none;
}
div#FestivalBanner {
  margin-top: 25px;
}

.festival-timer-box span {
  /* display: block; */
  text-align: center;
  font-size: 36px;
}

.item-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 12px 13px;
  justify-content: normal;
  margin: 0px 10px 0 0;
  padding: 0;
  grid-auto-flow: row;
  /* grid-template-columns: repeat(auto-fill, 186px); */
}

.festival-sidebar {
  grid-column: 1 / span 3;
  margin-top: 50px;
}

.product-filters-mobilesize {
  display: none;
  margin-top: 0;
}

.mobile-filter-title {
  display: none
}

.options-product-mobilesize {
  display: none
}

#HomepageFestivalProducts .festival-products--box {
  width: 100%;
  border-radius: 20px;
  padding: 5px 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgb(121 104 105 / 11%);
}

.more-festival-btn {
  font-size: 15px;
  display: flex;
  justify-content: flex-end;
  padding: 0 30px;
  margin-top: 16px;
  padding-bottom: 8px;
  color: #000 !important;
}

  .more-festival-btn:hover {
    color: #d71920 !important;
  }

#HomepageFestivalProducts .festival-timer-box li span {
  width: 35px !important;
  height: 35px !important;
  font-size: 18px;
  padding: 7px !important;
}

#HomepageFestivalProducts .festival-timer-box li {
  width: 39px !important;
  margin: 0 6px;
  display: flex;
  flex-direction: column;
}


#HomepageFestivalProducts .festival-timer-box ul {
  display: flex;
}

#HomepageFestivalProducts .festival-products--box h1 {
  font-size: 18px;
}

.slick-carousel .item-box {
  width: 100% !important;
  padding: 0 5px !important;
  margin: 0 !important;
}

#HomepageFestivalProducts .item-grid {
  display: flex;
}

#HomepageFestivalProducts .title {
  display: flex;
  align-items: baseline;
}

html.html-account-page.html-customer-info-page .bar-notification-container {
  width: 260px;
  /* height: 70px; */
}

  html.html-account-page.html-customer-info-page .bar-notification-container span {
    text-align: center;
    z-index: 9999;
    color: #000 !important;
    margin-right: 57px;
  }

.product-price.discounted-price {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
}

.discount-percentage {
  background-color: #d71920;
  color: #fff !important;
  padding: 1px 5px;
  border-radius: 8px;
}

.product-price.discounted-price span {
  font-size: 17px;
  font-family: 'yekanbakhNum';
  display: flex;
  flex-direction: row-reverse;
  color: #6d6e70;
}

span.discount-percentage span {
  color: #fff !important;
}

.ajax-loading-block-window .loading-gif, .ajax-products-busy .loading-gif {
  display: block;
  background-image: url(../images/logoloading.gif);
  width: 340px;
  height: 80px;
  position: absolute;
  top: 50%;
  right: 39%;
  background-repeat: no-repeat;
  background-size: 300px;
  z-index: 9999;
}

.map-mobilesize {
  display: none;
}

#HomepageFestivalProducts .product-item {
  width: 212px !important;
}

.info-banner-mobile {
  display: none;
}

.product-selectors {
  display: none;
}

.info-banner {
  height: auto;
}
/*Social ScreenShot*/

#main-story-temp {
  background-color: transparent;
  height: 100%;
  width: 100%;
}

#copyLink {
  background-color: #d71920;
  border: none;
  padding: 10px 40px;
  margin-top: 20px;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgb(121 104 105 / 11%);
}

#shortlink {
  width: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
  margin: auto;
  overflow: hidden;
  flex-direction: column;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgb(121 104 105 / 11%);
  background-color: rgb(212 212 212 / 98%);
}

  #shortlink #pageURL {
    cursor: pointer;
    font-size: 18px;
  }

  #shortlink a {
    width: auto;
    background-color: #bfbbc9;
    color: #fff;
    padding: 60px;
  }

.story-template::backdrop {
  background-color: rgba(255,255,255,0);
}

.story-template {
  width: 390px;
  height: auto;
  background-color: #6b6caf;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

  .story-template .product-image {
    width: 270px;
    height: 270px;
    background-color: #fff;
    border-radius: 22px;
    position: relative;
    box-shadow: -1px 9px 26px -11px #000;
  }

    .story-template .product-image .today-date {
      width: 100%;
      height: 100%;
      background-color: #fff;
      border-radius: 20px;
    }

    .story-template .product-image .today-date-before {
      width: 92px;
      height: 28px;
      top: -30px;
      left: 10px;
      border-radius: 14px;
      margin-top: 16px;
      text-align: center;
      padding: 4px;
      display: flex;
      justify-content: space-around;
      position: absolute;
      z-index: 10;
      box-shadow: inset -1px 0 9px -2px #fff;
      background: linear-gradient(105deg, #6b6caf 100%, #6b6caf 100%);
    }

    .story-template .product-image .product-manufacturer {
      position: absolute;
      top: -20px;
      width: 90px;
      height: 90px;
      background-color: #fff;
      right: -20px;
      border-radius: 50%;
      z-index: 10;
    }

    .story-template .product-image .product-manufacturer-before {
      position: absolute;
      top: -25px;
      width: 101px;
      height: 101px;
      right: -25px;
      border-radius: 50%;
      background: linear-gradient(4deg, rgba(107,108,175,0.6730042358740371) 0%, rgba(255,255,255,0) 100%);
    }

  .story-template .product-day-price {
    background-color: #fff;
    height: 40px;
    width: 187px;
    border-radius: 19px;
    text-align: center;
    padding: 3px;
    border: 3px solid #6b6caf;
    outline: #fff solid 1px;
  }

  .story-template .product-highlights-before {
    width: 290px;
    height: 54px;
    border-radius: 25px;
    margin-top: 16px;
    text-align: center;
    padding: 4px;
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 10;
    box-shadow: inset -20px 12px 29px 0px white;
    background: linear-gradient(43deg, rgba(0,0,0,1) 47%, rgba(255,255,255,0) 100%);
  }

  .story-template > div {
    margin-top: 26px;
  }

  .story-template .buy-link {
    height: 35px;
    width: 180px;
    border: 1px dashed #fff;
    border-radius: 17px;
  }

  .story-template .fater-logo {
    width: 170px;
    height: 50px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
  }

    .story-template .fater-logo img {
      width: 90%;
      margin: 13px auto 0;
      display: block;
    }

.product-manufacturer {
  width: 11%;
  position: absolute;
  right: 9%;
  top: 5%;
  z-index: 10;
}

  .product-manufacturer .manufacturers {
    width: 59px;
    height: 50px;
    margin: 16% auto 0;
  }

.produdt-img--box {
  width: 73%;
  display: flex;
  flex-direction: column;
  margin: 9px auto 0;
}

  .produdt-img--box img {
    width: 100%;
  }

  .produdt-img--box span {
    font-size: 14px;
    white-space: break-spaces;
    text-align: center;
  }

.story-template .product-day-price span {
  font-family: 'yekanbakhNum';
  font-size: 21px;
}

.story-template .product-highlights-before strong, .story-template .product-highlights-before label {
  font-size: 17px;
  margin-top: 3px;
}

.product-price--box {
  display: flex;
  flex-direction: column;
}

  .product-price--box .product-day-price-title {
    margin-top: 3px;
    display: flex;
  }

    .product-price--box .product-day-price-title img {
      width: 100%;
      transform: rotate(90deg);
    }

    .product-price--box .product-day-price-title .price-arrow {
      width: 12px;
      margin: 0 8px;
    }

    .product-price--box .product-day-price-title span {
      font-size: 19px;
      color: #fff;
    }
.product-highlights strong {
    white-space: initial;
}
.product-highlights {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 19px;
  display: flex;
  justify-content: space-evenly;
}

.buy-link-box {
  display: flex;
}

  .buy-link-box .link-arrow {
    width: 14px;
    margin: 0 6px;
  }

    .buy-link-box .link-arrow img {
      width: 100%;
    }

    .buy-link-box .link-arrow .left-arrow {
      transform: rotate(180deg);
    }

.buy-link-text {
  color: #fff;
  margin-top: 8px;
}

#dateNow {
  font-family: 'yekanbakhNum';
  font-size: 15px;
}

.product-price {
  justify-content: space-between;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
}

#product-box--list .discount-percent {/* position: relative; *//* right: -110px; *//* top: 10px; */}

#product-box--list .product-price {
  /* width: 100%; */
}

.product-price .product-disc-price {
  font-family: 'yekanbakhNum';
  font-size: 17px;
  color: rgb(109 109 112 / 40%);
  position: relative;
}

  .product-price .product-disc-price:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #bfbbc9;
    left: 0;
    top: 9px;
  }

#product-box--list .product-item .discount-percent {
  position: absolute;
  right: 14px;
  top: 11px;
}

#FestivalBanner .product-item .details .add-info {
  position: relative !important;
}

.ui-menu-item [data-showimage=false] {
  visibility: hidden !important;
}

.ui-menu-item [data-showlastcategory=false] {
  display: none;
}
div#HomePageCategoriesSliderAfterB:before {
    display: none;
}