* {
  font-weight: 300;
  transition: all 0.1s ease;
}

:root {
  /* --first-color: #008665; */
  --first-color: #02800b;
  --secend-color: #ffa947;
}

@font-face {
  font-family: iransans;
  src: url('./fonts/iransans/IRANSansWeb\(FaNum\).eot');
  src: url('./fonts/iransans/IRANSansWeb\(FaNum\).ttf'), url('./fonts/iransans/IRANSansWeb\(FaNum\).woff') format('woff'), url('./fonts/iransans/IRANSansWeb\(FaNum\).woff2') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: iransans-bold;
  src: url('./fonts/iransans/IRANSansWeb\(FaNum\)_Bold.eot');
  src: url('./fonts/iransans/IRANSansWeb\(FaNum\)_Bold.ttf'), url('./fonts/iransans/IRANSansWeb\(FaNum\)_Bold.woff') format('woff'), url('./fonts/iransans/IRANSansWeb\(FaNum\)_Bold.woff2') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: iransans-light;
  src: url('./fonts/iransans/IRANSansWeb\(FaNum\)_Light.eot');
  src: url('./fonts/iransans/IRANSansWeb\(FaNum\)_Light.ttf'), url('./fonts/iransans/IRANSansWeb\(FaNum\)_Light.woff') format('woff'), url('./fonts/iransans/IRANSansWeb\(FaNum\)_Light.woff2') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: iransans-medium;
  src: url('./fonts/iransans/IRANSansWeb\(FaNum\)_Medium.eot');
  src: url('./fonts/iransans/IRANSansWeb\(FaNum\)_Medium.ttf'), url('./fonts/iransans/IRANSansWeb\(FaNum\)_Medium.woff') format('woff'), url('./fonts/iransans/IRANSansWeb\(FaNum\)_Medium.woff2') format('truetype');
  font-weight: normal;
}

.form-control:focus {
  box-shadow: none;
}

body {
  text-align: right;
  font-family: iransans;
  font-size: 13px;
  direction: rtl;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

i {
  color: #666;
}

::placeholder {
  font-size: 13px;
}

html, body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

a {
  color: #666;
}

  a:hover {
      text-decoration: none;
  }

.btn:focus {
  box-shadow: none;
}

ul {
  padding-right: 0;
  margin-bottom: 0;
}

  ul li {
      list-style: none;
  }

p {
  margin-bottom: 0;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  /* opacity: .2; */
}

.slick-active {
  /* opacity: .5; */
}

.slick-current {
  opacity: 1;
}

.slick-prev, .slick-next {
  z-index: 1;
}
/*  */
.top-bar {
  background: var(--first-color);
  color: white;
  display: flex;
  min-height: 50px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.top-bar2 {
  background-color: white;
}

.user-links {
  color: white;
}

  .user-links:hover {
      color: white;
  }

.btn-exit {
  color: white;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}

  .btn-exit::before {
      position: absolute;
      content: "";
      right: 0;
      width: 1px;
      height: 20px;
      background-color: white;
  }

.main-header {
  min-height: 100px;
  align-items: center;
}

  .main-header form {
      position: relative;
  }

      .main-header form::before {
          position: absolute;
          content: "\f002";
          font: normal normal normal 18px/1 FontAwesome;
          left: 19px;
          top: 12px;
          z-index: 1;
          color: white;
      }

      .main-header form input {
          background: #ebebeb;
          border-color: #ebebeb;
      }

      .main-header form input {
          height: 42px;
      }

      .main-header form .btn {
          position: absolute;
          left: 0;
          background: var(--secend-color);
          width: 60px;
          top: 0;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
      }

          .main-header form .btn i {
              color: white;
              font-size: 16px;
          }

.btn-shoping-cart, .btn-account {
  /* margin-right: 15px; */
}

  .btn-shoping-cart i, .btn-account i {
      font-size: 20px;
      font-size: 24px;
  }

  .btn-shoping-cart.dropdown-toggle::after {
      border: none;
  }
/*  */
.lazy .slick-next {
  right: 25px !important;
}

.lazy .slick-prev {
  left: 25px !important;
}

.home-slider {
  margin-bottom: 30px;
}

  .home-slider .item-slider {
      position: relative;
      border-radius: 4px;
  }

      .home-slider .item-slider img {
          border-radius: 4px;
      }

      .home-slider .item-slider .slider-info {
          position: absolute;
          z-index: 1;
          right: 11%;
          bottom: 20%;
      }

          .home-slider .item-slider .slider-info .title-small, .banner-info .title-small {
              color: var(--secend-color);
              font-size: 14px;
              letter-spacing: .05em;
              font-weight: 700;
              margin-bottom: 12px;
          }

          .home-slider .item-slider .slider-info .title-big, .banner-info .title-big {
              font-size: 36px;
              font-weight: 600;
              line-height: 1.25;
              margin-bottom: 20px;
              margin-top: 20px;
              color: var(--first-color);
          }

          .home-slider .item-slider .slider-info .price {
              font-size: 18px;
              letter-spacing: -.05em;
              font-weight: 500;
              display: block;
              margin-bottom: 10px;
          }

          .home-slider .item-slider .slider-info .number-price, .banner-info .number-price {
              text-transform: uppercase;
              font-size: 28px;
              color: var(--secend-color);
              font-weight: 700;
              position: relative;
          }

          .home-slider .item-slider .slider-info .btn, .banner-info .btn {
              background-color: var(--first-color);
              border: var(--first-color);
              color: #fff;
              font-weight: bold;
              font-size: 16px;
              border-top-left-radius: 20px;
              border-bottom-left-radius: 20px;
              min-width: 80px;
              height: 40px;
          }

              .home-slider .item-slider .slider-info .btn:hover, .banner-info .btn:hover {
                  background-color: #666;
              }

.lazy img {
  width: 100%;
  /*height: 440px;*/
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.btn-more {
  background-color: var(--secend-color) !important;
}
/*  */
.banner-item {
  position: relative;
  margin-bottom: 30px;
}

.banner-info {
  position: absolute;
  z-index: 1;
  right: 11%;
  bottom: 20%;
}

.banner-item img {
  width: 100%;
}

.best-day {
  background-color: #f6f6f6;
  padding-top: 42px !important;
  padding-bottom: 24px !important;
  margin-bottom: 30px;
}

  .best-day .best-day-title {
      font-size: 28px;
      color: #0a0a0a;
      text-align: center;
      margin-top: 15px;
      margin-bottom: 55px;
      position: relative;
      font-weight: 700;
      padding-bottom: 15px;
      position: relative;
  }

      .best-day .best-day-title::before {
          position: absolute;
          content: "";
          width: 100px;
          height: 4px;
          background-color: var(--secend-color);
          bottom: -15px;
          right: calc(50% - 50px);
      }

.specials-tab {
  background-color: #f6f6f6;
  padding-top: 42px !important;
  padding-bottom: 24px !important;
}

.advertise-box {
  background-color: var(--first-color);
  color: white;
  min-height: 140px;
  margin-bottom: 30px;
}

  .advertise-box img {
      width: 100px;
      margin-right: 20px;
  }

  .advertise-box .d-flex {
      min-height: 140px;
  }

  .advertise-box h4 {
      line-height: 140px;
      margin-bottom: 0;
  }

      .advertise-box h4 i {
          color: #ffd01a;
      }

  .advertise-box i {
      color: white;
      font-size: 50px;
      margin-right: 15px;
  }

.instagram-wrapp img {
  width: 100%;
}


/*  */
.specials-tab .nav-pills {
  margin-bottom: 30px;
}

  .specials-tab .nav-pills .nav-link {
      margin: 0 25px;
      font-size: 17px;
      font-weight: 700;
      position: relative;
      text-transform: uppercase;
      letter-spacing: 0;
      border-radius: 0;
      padding-bottom: 15px;
  }

      .specials-tab .nav-pills .nav-link.active {
          background: none;
          color: var(--secend-color);
          border-bottom: 2px solid var(--secend-color);
      }

.instagram-wrapp .title-insta-box {
  text-align: center;
}

  .instagram-wrapp .title-insta-box i {
      font-size: 60px;
      font-weight: 400;
      color: var(--secend-color);
  }

  .instagram-wrapp .title-insta-box h5 {
      font-size: 28px;
      color: #0a0a0a;
      text-align: center;
      margin-top: 15px;
      margin-bottom: 55px;
      position: relative;
      font-weight: 700;
      padding-bottom: 15px;
      position: relative;
  }

      .instagram-wrapp .title-insta-box h5::before {
          position: absolute;
          content: "";
          width: 100px;
          height: 4px;
          background-color: var(--secend-color);
          bottom: -15px;
          right: calc(50% - 50px);
      }

.instagram-wrapp .res2-item {
  position: relative;
}

  .instagram-wrapp .res2-item::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.459);
      opacity: 0;
      left: 0;
      z-index: 2;
  }

  .instagram-wrapp .res2-item i {
      opacity: 0;
      width: 50px;
      width: 50px;
      color: white;
  }

.icon-insta-box {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  font-size: 50px;
  text-align: center;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.instagram-wrapp .res2-item:hover i, .instagram-wrapp .res2-item:hover::before {
  opacity: 1;
}

.instagram-wrapp .res2-item a {
  display: block;
}
/*  */
footer {
  /* background: url(../img/footer.png); */

  background-repeat: repeat;
  background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* padding-top: 180px; */

  background: url(../img/index.png);
  background-color: var(--first-color);
  padding-top: 30px;
  color: white;
  font-size: 13px;
  font-family: iransans-light;
}

.contact-us-footer ul li i {
  color: white;
  width: 20px;
  width: 20px;
  margin-left: 10px;
}

.contact-us-footer ul li .fa-map-marker {
  font-size: 30px;
}

.contact-us-footer ul li .fa-phone {
  font-size: 26px;
}

.contact-us-footer ul li .fa-envelope {
  font-size: 20px;
}

.contact-us-footer ul li strong {
  margin-left: 10px;
}

footer h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 24px;
  text-align: right;
  position: relative;
  margin-top: 20px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
}

footer ul li {
  line-height: 26px;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}

  footer ul li a {
      color: white;
  }

      footer ul li a:hover {
          color: var(--secend-color);
      }

.namads {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

  .namads a {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #360255;
    padding: 6px;
    margin-right: 10px;
    margin-left: 10px;
    width: 70px;
    height: 70px;
}

.namads a img {
    border-radius: 50%;
    width: 100%;
}

.socials {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid white;
}

.socials a {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.socials a i {
    font-size: 26px;
    color: white;
}

.socials a:hover i {
    color: var(--secend-color);
}

.coppyright {
  text-align: right;
  color: #fff;
}

.designed {
  background-color: var(--first-color);
  min-height: 40px;
  color: white;
  text-align: center;
}

.card-item {
  /* margin-bottom: 30px; */
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  border: 1px solid #F1F1F1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
  height: 100%;
  background-color: white;
}

.card-item:hover {
    box-shadow: 0 0 4px 2px var(--secend-color);
    transition: ease-in-out 0.2s;
}

.card-item .card {
    border: none;
    border-radius: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-item img {
    width: 100%;
}

.card-item .card h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #0a0a0a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.card-item .card h5:hover {
    color: var(--secend-color);
}

.stars-rating span {
  color: var(--secend-color);
}

.stars-rating i {
  color: #ffb933;
}

.card-item .card .price {
  color: var(--secend-color);
}

.card-item .discount_amount {
  background-color: #ff0000;
  color: white;
  border-radius: 6px;
  font-weight: bold;
  padding: 0 8px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 8px;
}

.card-item .discount_amount::before {
    content: "تخفیف";
    font-size: 11px;
    float: left;
    margin-right: 5px;
}

.card-item .unavailable {
  color: #ff0000;
  font-weight: bold;
  font-size: 17px;
}

.card-item .price-offer {
  padding: 0 20px;
}

.card-item .pre-price {
  font-size: 12px;
  color: #666;
}

.card-item .pre-price span {
    position: relative;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
}

.card-item .pre-price span::before {
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background-color: #666;
    content: "";
}

.card-item .new-price {
  font-size: 15px;
  color: var(--secend-color);
}

.card-item .new-price span {
    font-weight: bold;
    font-size: 18px;
}

.card-item .c-price {
  font-size: 15px;
  color: var(--secend-color);
}

.card-item .c-price span {
    font-weight: bold;
    font-size: 18px;
}
/*  */
.banners {
  margin-bottom: 30px;
}

.banner-wide {
  height: 300px;
  position: relative;
}

.banner-wide img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.banner-wide .banner-info {
    text-align: center;
    position: absolute;
    right: auto;
    left: auto;
    width: 100%;
    bottom: auto;
    top: 20px;
}

.banner-wide .title-big {
    font-size: 34px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #0a0a0a;
}

  .banner-wide p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 15px;
  }

  .banner-wide .price {
      font-size: 16px;
      color: #0a0a0a;
      line-height: 28px;
      letter-spacing: -.05em;
      margin-bottom: 22px;
  }

  .banner-wide .btn {
      font-size: 14px;
      line-height: 28px;
      padding-right: 15px;
      padding-left: 20px;
  }

.banner-item-a {
  margin-bottom: 30px;
}

  .banner-item-a img {
      width: 100%;
  }

  .banner-item-a .title-small {
      color: var(--secend-color);
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 5px;
  }

  .banner-item-a .title-big {
      font-size: 26px;
      line-height: 32px;
      font-weight: 700;
      color: #0a0a0a;
      margin-top: 0px;
      margin-bottom: 10px;
  }

  .banner-item-a p {
      margin-bottom: 28px;
      font-size: 16px;
      line-height: 22px;
  }

  .banner-item-a .banner-info {
      right: 48%;
  }

.banner-wide, .banner-item-a {
  box-shadow: 0rem 1rem 2.5rem rgba(119, 119, 119, 0.3);
  border-radius: 4px;
  position: relative;
}

  .banner-wide img, .banner-item-a img {
      border-radius: 4px;
  }

  .banner-item-a .price {
      margin-bottom: 26px;
  }

  .banner-item-a .number-price {
      font-size: 18px;
      font-weight: bold;
  }

.best-day .card-item {
  direction: rtl;
}
/* the slides */
.best-day .responsive .slick-slide {
  margin: 5px 15px;
}
/* the parent */
.best-day .responsive .slick-list {
  margin: 0 -15px;
}

.best-day .responsive .slick-dots {
  bottom: -40px;
}

.lazy .slick-dots {
  bottom: 10px;
}

  .best-day .responsive .slick-dots li button::before, .lazy .slick-dots li button::before {
      content: "";
      width: 10px;
      height: 10px;
      background: gray;
      border-radius: 100%;
  }

  .best-day .responsive .slick-dots li.slick-active button::before, .lazy .slick-dots li.slick-active button::before {
      opacity: .75;
      border: 1px solid var(--secend-color);
      border-radius: 100%;
      background: none;
  }
/* login */
.title-login {
  margin: 0;
  text-align: center;
  border-bottom: 0;
  font-size: 18px;
  padding: 25px 40px;
  color: #222;
  font-weight: 600;
}

.btn-submit {
  background: var(--first-color);
  color: white;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.btn-submit2 {
  background: var(--first-color);
  color: white;
  width: 100%;
  margin-bottom: 20px;
}

  .btn-submit:hover, .btn-submit2:hover {
      color: white;
  }

.form-login {
  border: 1px solid #f1f1f1;
  padding: 25px 40px;
  position: relative;
  background-color: white;
  border-radius: 15px;
  margin-top: 90px;
  margin-bottom: 70px;
}

  .form-login::before {
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: var(--secend-color);
      z-index: -1;
      border-radius: 15px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      box-shadow: 0 0 15px #d7dee9;
      left: -5px;
      top: -10px;
      transform: rotate( -8deg);
      -moz-transform: rotate(-8deg);
      -webkit-transform: rotate(-8deg);
      content: '';
  }

@media only screen and (max-width:576px) {
  .form-login::before {
      position: static;
  }
}

@media only screen and (max-width:576px) {
  .dv-captcha {
      transform: scale(0.71);
      -webkit-transform: scale(0.71);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      margin-right: -115px;
  }
}

.form-login img {
  display: block;
}

.instagram-wrapp .slick-prev {
  left: 10px !important;
}

.instagram-wrapp .slick-next {
  right: 10px !important;
}

.btn-shoping-cart .count {
  background-color: var(--first-color);
  border-radius: 100%;
  color: white;
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  top: -5px;
  right: 0px;
  ;
  font-weight: bold;
}

.main-header .dropdown-item {
  display: flex;
  padding: 10px;
  text-align: right;
  line-height: 25px;
}

  .main-header .dropdown-item h6 {
      font-size: 13px;
      color: #0a0a0a;
      font-weight: bold;
      margin-bottom: 0;
  }

  .main-header .dropdown-item p {
      font-size: 12px;
  }

  .main-header .dropdown-item .price {
      font-size: 12px;
  }

.main-header .dropdown-menu {
  width: 250px;
}

.main-header .dropdown-item img {
  width: 60px;
  height: 60px;
  margin-left: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.subtotal {
  font-size: 14px;
  color: #0a0a0a;
  padding: 0 10px;
}

.actions {
  padding: 0 10px;
}

  .actions .btn-viewcart {
      background-color: var(--first-color);
      color: white;
      width: 110px;
  }

  .actions .btn-checkout {
      border-color: silver;
      width: 110px;
  }
/* ***************menu**************** */
.menu {
  background-color: #f3f3f3;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}


blockquote h2 {
  padding-right: 40px;
  margin: 0px;
}

header.dark blockquote a {
  color: orange;
  text-decoration: underline;
}

header.light blockquote a {
  text-decoration: underline;
}

header.dark {
  background-color: #444;
}

header.light {
  background-color: #fff;
}

/* Navigation Styles */
nav {
  position: relative;
}

header.dark nav {
  background-color: rgba(255,255,255,0.5);
}

header.light nav {
  background-color: rgba(0,0,0,0.5);
}

ul.main-nav {
  list-style-type: none;
  padding: 0px;
  font-size: 0px;
  max-width: 1000px;
  margin: 0 auto;
}

  ul.main-nav > li {
      display: inline-block;
      padding: 0;
  }

      ul.main-nav > li > a {
          display: block;
          padding: 20px 30px;
          position: relative;
          color: #303030 !important;
          font-size: 16px;
          font-weight: 400;
          box-sizing: border-box;
          cursor: pointer;
      }

      ul.main-nav > li:hover > a {
          font-weight: 400;
      }

      ul.main-nav > li ul.sub-menu-lists {
          margin: 0px;
          padding: 0px;
          list-style-type: none;
          display: block;
      }

          ul.main-nav > li ul.sub-menu-lists > li {
              padding: 2px 0;
          }

              ul.main-nav > li ul.sub-menu-lists > li > a {
                  font-size: 14px;
              }

.ic {
  position: fixed;
  cursor: pointer;
  display: inline-block;
  right: 25px;
  width: 32px;
  height: 24px;
  text-align: center;
  top: 0px;
  outline: none;
}

  .ic.close {
      opacity: 0;
      font-size: 0px;
      font-weight: 300;
      color: #fff;
      top: 8px;
      height: 40px;
      display: block;
      outline: none;
  }

  /* Menu Icons for Devices*/
  .ic.menu {
      top: 25px;
      z-index: 20;
  }

      .ic.menu .line {
          height: 4px;
          width: 100%;
          display: block;
          margin-bottom: 6px;
          background: #fff
      }

      .ic.menu .line-last-child {
          margin-bottom: 0px;
      }

.sub-menu-head {
  margin: 10px 0;
}

.banners-area {
  margin-top: 20px;
  padding-top: 15px;
}


@media only screen and (max-width:768px) {
  /* .main-header form::before {
  color: #666666;
} */
  .menu {
      background: none;
  }

  .sub-menu-head {
      color: orange;
  }

  .ic.menu {
      display: block;
  }

  header.dark .ic.menu .line {
      background-color: #fff;
  }

  header.light .ic.menu .line {
      background-color: #000;
  }

  .ic.menu .line {
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
  }

  .ic.menu:focus .line {
      background-color: #fff !important;
  }

      .ic.menu:focus .line:nth-child(1) {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      }

      .ic.menu:focus .line:nth-child(2) {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          margin-top: -10px;
      }

      .ic.menu:focus .line:nth-child(3) {
          transform: translateY(15px);
          opacity: 0;
      }

  .ic.menu:focus {
      outline: none;
  }

      .ic.menu:focus ~ .ic.close {
          opacity: 1;
          z-index: 21;
          outline: none;
      }

  /*

.ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
.ic.close:focus { opacity: 0; }
*/
  .ic.menu:focus {
      opacity: 1;
  }


  nav {
      background-color: transparent;
  }

  /* Main Menu for Handheld Devices  */
  ul.main-nav {
      z-index: 2;
      padding: 50px 0;
      position: fixed;
      right: 0px;
      top: 0px;
      width: 0px;
      background-color: rgba(0,0,0,1);
      height: 100%;
      overflow: auto;
      /*CSS animation applied : Slide from Right*/
      -webkit-transition-property: background, width;
      -moz-transition-property: background, width;
      -o-transition-property: background, width;
      transition-property: background, width;
      -webkit-transition-duration: 0.6s;
      -moz-transition-duration: 0.6s;
      -o-transition-duration: 0.6s;
      transition-duration: 0.6s;
  }

  .ic.menu:focus ~ .main-nav {
      width: 300px;
      background-color: rgba(0,0,0,1);
  }

  ul.main-nav > * {
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      transition-duration: 0.4s;
      opacity: 0;
  }

  .ic.menu:focus ~ .main-nav > * {
      opacity: 1;
  }

  ul.main-nav > li > a:after {
      display: none;
  }

  ul.main-nav > li:first-child {
      border-radius: 0px;
  }

  ul.main-nav > li {
      display: block;
      border-bottom: 1px solid #444;
  }

      ul.main-nav > li > a {
          font-weight: 600;
      }

      ul.main-nav > li ul.sub-menu-lists > li a {
          color: #eee;
          font-size: 14px;
      }

  .sub-menu-head {
      font-size: 16px;
  }

  ul.main-nav > li:hover {
      background-color: transparent;
  }

      ul.main-nav > li:hover > a {
          color: #fff;
          text-decoration: none;
          font-weight: 600;
      }

  .ic.menu:focus ~ ul.main-nav > li > div.sub-menu-block {
      border-left: 0px solid #ccc;
      border-right: 0px solid #ccc;
      border-bottom: 0px solid #ccc;
      position: relative;
      visibility: visible;
      opacity: 1.0;
  }

  .sub-menu-block {
      padding: 0 30px;
  }

  .banners-area {
      padding-bottom: 0px;
  }

      .banners-area div {
          margin-bottom: 15px;
      }

  .banners-area {
      border-top: 1px solid #444;
  }
}

@media only screen and (min-width:769px) {
  .ic.menu {
      display: none;
  }
  /* Main Menu for Desktop Devices  */
  ul.main-nav {
      display: block;
      position: relative;
  }

  .sub-menu-block {
      padding: 15px;
  }

  /* Sub Menu */
  ul.main-nav > li > div.sub-menu-block {
      visibility: hidden;
      background-color: #f9f9f9;
      position: absolute;
      margin-top: 0px;
      width: 100%;
      color: #333;
      left: 0;
      box-sizing: border-box;
      z-index: 3;
      font-size: 16px;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      opacity: 0;
      /*CSS animation applied for sub menu : Slide from Top */
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      -webkit-transform: rotateX(90deg);
      -moz-transform: rotateX(90deg);
      -ms-transform: rotateX(90deg);
      transform: rotateX(90deg);
      -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
      transform-origin: top center;
  }

  ul.main-nav > li:hover > div.sub-menu-block {
      background-color: #f9f9f9;
      visibility: visible;
      opacity: 1;
      -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      transform: rotateX(0deg);
  }

  ul.main-nav > li > div.sub-menu-block > * {
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      transition-duration: 0.4s;
      opacity: 0;
  }

  ul.main-nav > li:hover > div.sub-menu-block > * {
      opacity: 1;
  }

  .sub-menu-head {
      font-size: 20px;
  }

  /* List Separator: Outer Border */
  header.dark ul.main-nav > li > a {
      border-right: 1px solid #bbb;
  }

  header.light ul.main-nav > li > a {
      border-right: 1px solid #666;
  }

  /* List Separator: Inner Border */
  ul.main-nav > li > a:after {
      content: '';
      width: 1px;
      height: 62px;
      position: absolute;
      right: 0px;
      top: 0px;
      z-index: 2;
  }

  header.dark ul.main-nav > li > a:after {
      background-color: #777;
  }

  header.light ul.main-nav > li > a:after {
      background-color: #999;
  }

  /* Drop Down/Up Arrow for Mega Menu */
  ul.main-nav > li > a.mega-menu > span {
      display: block;
      vertical-align: middle;
  }

      ul.main-nav > li > a.mega-menu > span:after {
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid rgb(68, 67, 67);
          content: '';
          background-color: transparent;
          display: inline-block;
          margin-left: 10px;
          vertical-align: middle;
      }

  ul.main-nav > li:hover > a.mega-menu span:after {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 0px solid transparent;
      border-bottom: 5px solid #666;
  }

  .banners-area {
      border-top: 1px solid #ccc;
  }
}



@media screen and (max-width:768px) {
  .advertise-box .d-flex, .advertise-box {
      min-height: 100px;
  }

      .advertise-box h4 {
          line-height: 100px;
          margin-bottom: 0;
      }

  .banner-item-a .title-big {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 5px;
  }

  .banner-item-a p {
      margin-bottom: 14px;
      font-size: 13px;
      line-height: 10px;
  }

  .banner-item-a .number-price {
      font-size: 16px;
  }

  .sub-menu-block img {
      display: none;
  }

  .banner-item-a .banner-info {
      bottom: 7%;
  }

  .slick-dots li {
      width: 10px;
  }

  .address-box {
      margin-top: 30px;
      margin-bottom: 0;
  }

  .advertise-box img {
      width: 60px;
      margin-right: 10px;
  }

  .advertise-box h4 {
      line-height: 30px;
      font-size: 13px;
  }

  .specials-tab .nav-pills .nav-link {
      margin: 0 5px;
      font-size: 13px;
      padding: 0;
  }

  .main-header form {
      position: relative;
  }

  .main-header form {
      margin-bottom: 20px;
  }

  .banner-item-a .price {
      margin-bottom: 5px;
  }

  .best-day .slick-prev {
      left: 25px;
  }

  .best-day .slick-next {
      right: 25px;
  }
}

@media screen and (max-width:576px) {
  .advertise-box img {
      width: 45px;
      margin-right: 5px;
  }
}

.slick-prev, .slick-next {
  width: 50px;
}

  .slick-prev::before, .slick-next::before {
      color: var(--secend-color);
      font-size: 50px;
  }
/*  */
.revealtop {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1.5s all ease;
}

  .revealtop.active {
      transform: translateX(0);
      opacity: 1;
  }

.top-level-link a {
  border-bottom: 2px solid transparent;
}

  .top-level-link a:hover {
      border-bottom: 2px solid var(--first-color);
      color: white;
  }

.related_slider {
  box-shadow: 0rem 1rem 2.5rem rgba(119, 119, 119, 0.3);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

  .related_slider .head-section {
      padding: 8px 0;
      min-height: 49px;
      margin-bottom: 20px;
      border-bottom: 1px solid silver;
  }

      .related_slider .head-section h3 {
          font-size: 18px;
          line-height: 31px;
          font-weight: 500;
          color: var(--secend-color);
          position: relative;
      }

          .related_slider .head-section h3::before {
              position: absolute;
              content: "";
              background-color: var(--secend-color);
              width: 125px;
              height: 2px;
              bottom: -10px;
              right: 0;
          }

  /* the slides */
  .related_slider .responsive .slick-slide {
      margin: 10px;
  }
  /* the parent */
  .related_slider .responsive .slick-list {
      margin: 0 -10px;
  }

.related-item h3 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 2;
  color: #535353;
}

.related-item .related-card-item {
  padding: 10px;
  direction: rtl;
}

.related-item .price-offer {
  font-size: 13px;
}

.related-item .pre-price, .related-item .new-price {
  font-size: 12px;
}

  .related-item .pre-price span, .related-item .new-price span {
      font-weight: bold;
      font-size: 14px;
  }

  .related-item .pre-price span {
      position: relative;
      font-weight: bold;
      display: inline-block;
  }

      .related-item .pre-price span::before {
          position: absolute;
          width: 100%;
          top: 50%;
          height: 1px;
          background-color: #666;
          content: "";
      }

  .related-item .new-price span {
      font-size: 17px;
  }

.related-item .related-item-price {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #2b2b2b;
  text-align: left;
}

.related-item .related-item-price {
  font-weight: bold;
  font-size: 17px;
}

.related-item .currency {
  float: left;
  margin-right: 7px;
  font-weight: normal;
  font-size: 14px;
}

.related-item {
  margin-bottom: 10px !important;
}

  .related-item:hover {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  }
.box_tabs_product .tab-content {
  background-color: white;
  padding: 30px;
  border: 1px solid #ebebeb;
}
.box_tabs_product .nav-pills .nav-link {
  font-size: 17px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 0;
  padding-bottom: 15px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}

  .box_tabs_product .nav-pills .nav-link.active {
      background: none;
      color: var(--secend-color);
      border-top: 1px solid var(--secend-color);
  }

.box_tabs_product .tab-content .row {
  background-color: #f7f7f7;
  padding: 20px;
}

.dscp {
  height: 200px;
  overflow-y: hidden;
}

.c_product {
  box-shadow: 0rem 1rem 2.5rem rgba(119, 119, 119, 0.3);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  display: flex;
}

.c_product_gallery {
  width: 35%;
  border-left: 1px solid #dfdfdf;
  padding-left: 20px;
  margin-top: 42px;
}

.c-product_summary {
  max-width: 350px;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 1.6rem;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.product_specification_c {
  border-top: 1px solid #dfdfdf;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 13px;
}

  .product_specification_c img {
      width: 35px;
  }

.product_category_c {
  font-size: 13px;
  margin-left: 15px;
  margin-bottom: 20px;
}

  .product_category_c a {
      color: var(--secend-color);
  }

.head-box {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
  padding-bottom: 7px;
}

.title-featur {
  margin-bottom: 15px;
}

.feature-box {
  padding-right: 20px;
}

  .feature-box ul li {
      font-size: 13px;
      line-height: 29px;
      position: relative;
      padding-right: 15px;
  }

      .feature-box ul li::before {
          width: 5px;
          height: 5px;
          content: "";
          background: #ccc;
          vertical-align: middle;
          margin-left: 5px;
          border-radius: 50%;
          position: absolute;
          right: 0;
          top: 14px
      }

.btn-add-cart .btn {
  font-size: 16px;
  line-height: 1.222;
  padding: 16px 18px 16px 18px;
  background-color: var(--first-color);
  color: #fff;
  width: 100%;
}

.c-product_get-club {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

  .c-product_get-club i {
      font-size: 1.8em;
      color: #ffd700;
      margin-left: 5px;
  }

  .c-product_get-club span {
      text-align: center;
      font-size: .9em;
      color: #000;
      font-weight: 400;
  }

  .c-product_get-club a {
      color: var(--secend-color);
  }

.c-product_summary .c-price {
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--secend-color);
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.c-product_summary .discount_amount {
  background-color: #ff0000;
  color: white;
  border-radius: 6px;
  font-weight: bold;
  padding: 0 8px;
  height: 30px;
}

.c-product_summary .o-price {
  border-bottom: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.c-product_summary .pre-price {
  text-align: center;
  position: relative;
  margin-bottom: -9px;
}

  .c-product_summary .pre-price span {
      position: relative;
      font-weight: bold;
      display: inline-block;
      font-size: 16px;
  }

      .c-product_summary .pre-price span::before {
          position: absolute;
          width: 100%;
          top: 50%;
          height: 1px;
          background-color: #666;
          content: "";
      }

.c-product_summary .new-price {
  font-size: 25px;
  color: var(--secend-color);
}

  .c-product_summary .new-price span {
      font-weight: bold;
  }

.c-product_summary .unavailable {
  color: #ff0000;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.c_quantity {
  border-bottom: 1px solid #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
}

  .c_quantity .counter {
      width: 60px;
      border: none;
  }

  .c_quantity i {
      color: var(--secend-color);
  }

  .c_quantity .btn {
      background: white;
      padding-right: 5px;
      padding-left: 5px;
  }

  .c_quantity input {
      text-align: center;
  }

.c_quantity-a {
  background-color: white;
}

.c-product_variants {
  border-bottom: 1px solid #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
}

  .c-product_variants .custom-control {
      display: inline-flex;
      border: 1px solid #ccc;
      padding: 6px;
      border-radius: 5px;
      font-size: .9em;
      font-weight: 400;
      color: #515151;
      width: 60px;
      margin-left: 8px;
      height: 35px;
      cursor: pointer;
  }

      .c-product_variants .custom-control label span {
          width: 20px;
          height: 20px;
          display: inline-block;
          border-radius: 3px;
      }

.c_seller {
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
}

  .c_seller a {
      color: var(--secend-color);
  }
/* .offer i{
font-size: 1.8em;
color: var(--secend-color);
}
.offer{
font-size: 14px;
line-height: 1.6;
color: #4b4b4b;
font-weight: bold;
} */
.shares .btn {
  margin-left: 5px;
  margin-right: 5px;
  width: 38px;
  text-align: center;
  padding: 0;
  height: 38px;
  line-height: 38px;
}

  .shares .btn i {
      color: white;
      font-size: 18px;
  }

.shares .btn-envelope {
  background-color: #fb2b2a;
}

.shares .btn-facebook {
  background-color: #4b8eeb;
}

.shares .btn-whatsapp {
  background-color: #1cd441;
}

.c-product_title {
  font-size: 1.1em;
  color: #494949;
  font-weight: bold;
  margin-bottom: 0;
}

#profile-description {
  margin-top: 50px;
  position: relative;
}
  /* btn more */
  #profile-description .text {
      /*   width: 660px;  */
      margin-bottom: 5px;
      position: relative;
      display: block;
  }

  #profile-description .show-more {
      /*   width: 690px;  */
      position: relative;
      padding-top: 5px;
      height: 20px;
      text-align: center;
      color: #1779dd;
      cursor: pointer;
  }

      #profile-description .show-more:hover {
          color: #1779dd;
      }

  #profile-description .show-more-height {
      height: 65px;
      overflow: hidden;
  }

.lable-item {
  position: absolute;
  background-color: var(--first-color);
  top: 8px;
  right: 8px;
  color: white;
  font-size: 13px;
  padding: 0px 14px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.breadcrumb {
  background: none;
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: right;
}

.breadcrumb-item + .breadcrumb-item {
  padding-right: 1.5rem;
  padding-left: 0;
}

.breadcrumb-item {
  position: relative;
  font-size: 15px;
  font-family: iransans-medium;
}

  .breadcrumb-item.active {
      color: var(--secend-color);
  }

  .breadcrumb-item::before {
      position: absolute;
      right: 0;
  }

.page-link {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin: 7px;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  color: #666;
}

.page-item.active .page-link {
  background: none;
  color: red;
  border-color: #dee2e6;
}
/* basket */
.coupen-box {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  background-color: white;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  display: flex;
}

  .coupen-box input {
      width: 150px;
      border-color: var(--first-color);
      margin-left: 10px;
      margin-right: 10px;
  }

.cart-product-list {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  background-color: white;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
}

  .cart-product-list li {
      border-bottom: 1px solid #e4e4e4;
      padding-bottom: 20px;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
  }

      .cart-product-list li .fa-trash {
          font-size: 20px;
          color: #e30000;
      }

      .cart-product-list li:last-child {
          border: none;
          padding-bottom: 0px;
          margin-bottom: 0px;
      }

      .cart-product-list li img {
          margin-left: 15px;
          margin-right: 15px;
      }

      .cart-product-list li h5 a {
          font-weight: bold;
          font-size: 16px;
          font-weight: bold;
          color: #0a0a0a;
          margin-bottom: 10px;
      }

          .cart-product-list li h5 a:hover {
              color: var(--secend-color);
          }

  .cart-product-list .c_quantity-a {
      border: 1px solid #e4e4e4;
  }

      .cart-product-list .c_quantity-a input {
          border: none;
          width: 30px;
          text-align: center;
      }

      .cart-product-list .c_quantity-a i {
          font-size: 11px;
      }

      .cart-product-list .c_quantity-a .btn {
          padding: 5px;
      }

  .cart-product-list .pre-price {
      font-size: 12px;
      color: #666;
  }

      .cart-product-list .pre-price span {
          position: relative;
          font-weight: bold;
          display: inline-block;
          font-size: 14px;
      }

          .cart-product-list .pre-price span::before {
              position: absolute;
              width: 100%;
              top: 50%;
              height: 1px;
              background-color: #666;
              content: "";
          }

  .cart-product-list .new-price {
      font-size: 15px;
  }

      .cart-product-list .new-price span {
          font-weight: bold;
          font-size: 18px;
      }

  .cart-product-list .discount_amount {
      background-color: #ff0000;
      color: white;
      border-radius: 6px;
      padding: 0px 7px;
      height: 30px;
      margin-left: 10px;
      margin-right: 10px;
      font-size: 12px;
      height: 23px;
      line-height: 22px;
  }

.cart_page_aside {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  background-color: white;
  border-radius: 4px;
  margin-bottom: 30px;
}

.p-20 {
  padding: 20px;
}

.checkout_discount_price {
  color: #ff0000;
}

.cart_page_aside .p-20 {
  border-bottom: 1px solid #e4e4e4;
}

  .cart_page_aside .p-20:last-child {
      border: none;
  }

  .cart_page_aside .p-20 .mr-auto {
      font-size: 21px;
      font-weight: bold;
  }

  .cart_page_aside .p-20 .btn {
      color: white;
      width: 100%;
  }

.btn-continue {
  background-color: var(--first-color);
}

.btn-payment {
  background-color: var(--secend-color);
}

.cart-checkout_address {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  background-color: white;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
}

  .cart-checkout_address .card-title {
      border-bottom: 2px solid var(--secend-color);
      font-weight: bold;
      margin-bottom: 30px;
  }

.box-tab-time .nav-pills .nav-link.active {
  background: none;
  color: var(--secend-color);
  border: 1px solid var(--secend-color);
  position: relative;
}

  .box-tab-time .nav-pills .nav-link.active::before {
      content: "";
      width: 100%;
      top: 0%;
      height: 3px;
      right: 0;
      left: 0;
      background-color: var(--secend-color);
      position: absolute;
  }

.box-tab-time .nav-pills .nav-link {
  text-align: center;
  position: relative;
  border-radius: 0;
  border: 1px solid #dfdfdf;
}

  .box-tab-time .nav-pills .nav-link span {
      display: block;
      line-height: 18px;
  }

.box-tab-time .tab-content {
  border: 1px solid #dfdfdf;
  padding: 20px;
}

.address_list {
  border: 1px solid #dfdfdf;
  padding: 6px 15px;
  margin-bottom: 30px;
}

.btn-add-address {
  width: 100%;
  border: 2px dashed var(--secend-color);
  min-height: 45px;
  line-height: 33px;
  margin-bottom: 30px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--secend-color);
  background-color: var(--secend-color);
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(236, 120, 20, 0.62);
}
/* profile */
.wallet-balance {
  font-size: 13px;
}

.profile-aside {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  background-color: white;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  position: sticky;
  top: 0;
}

  .profile-aside ul li, .profile-aside ul li a {
      min-height: 43px;
      display: block;
  }

      .profile-aside ul li a:hover, .profile-aside ul li a:hover i {
          color: var(--secend-color);
      }

      .profile-aside ul li a i {
          color: var(--secend-color);
      }

      .profile-aside ul li i {
          font-size: 16px;
          margin-left: 5px;
      }

.profile_status, .table_orders, .address_status {
  margin-bottom: 30px;
  background: white;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

  .table_orders .table-bordered thead th:first-child, .table_orders .table-bordered td:first-child {
      border-right: transparent;
  }

  .table_orders .table-bordered thead th:last-child, .table_orders .table-bordered td:last-child {
      border-left: transparent;
  }

  .table_orders .table-bordered tr:last-child td {
      border-bottom: transparent;
  }

  .address_status .table-bordered thead th:first-child, .address_status .table-bordered td:first-child {
      border-right: transparent;
  }

  .address_status .table-bordered thead th:last-child, .address_status .table-bordered td:last-child {
      border-left: transparent;
  }

  .address_status .table-bordered tr:last-child td {
      border-bottom: transparent;
  }

  .address_status .table .fa-trash {
      background: #f00;
      color: white;
      width: 33px;
      height: 38px;
      border-radius: 4px;
      font-size: 21px;
      text-align: center;
      line-height: 36px;
      cursor: pointer;
  }

  .address_status tr td:last-child, .address_status tr th:last-child {
      text-align: center;
  }

.table {
  margin-bottom: 0;
}

.heade-status {
  background-color: #707070;
  color: white;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.btn-edit-profile {
  position: relative;
  font-size: 13px;
}

  .btn-edit-profile::before {
      position: absolute;
      content: "\f044";
      font-family: FontAwesome;
      color: white;
      right: -25px;
      font-size: 18px;
      top: 3px;
  }

.heade-status, .heade-status h5 {
  font-weight: bold;
  font-size: 16px;
}

  .heade-status a {
      color: white
  }

.profile_status_row {
  display: flex;
  border-bottom: 1px solid #dfdfdf;
}

  .profile_status_row:last-child {
      border-bottom: none;
  }

  .profile_status_row ul {
      padding: 10px 15px;
      width: 50%;
  }

      .profile_status_row ul li:first-child {
          font-size: 17px;
          font-weight: bold;
      }

.btn-add-address2 {
  position: relative;
  font-size: 13px;
}

  .btn-add-address2::before {
      position: absolute;
      content: "\f067";
      font-family: FontAwesome;
      color: white;
      right: -16px;
      font-size: 12px;
      top: 1px;
  }

.add-address-box {
  margin-bottom: 30px;
  border-radius: 5px;
  border: 2px dashed var(--secend-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: calc(100% - 30px);
  background-color: white;
}

  .add-address-box i {
      width: 60px;
      height: 60px;
      border: 2px dashed #03a60f;
      color: #03a60f;
      position: relative;
      border-radius: 30px;
      margin-bottom: 10px;
      transition: border-color .2s;
      text-align: center;
      line-height: 55px;
      font-size: 26px;
  }

  .add-address-box:hover i {
      border-color: silver;
  }

.address-box {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  line-height: 25px;
  position: relative;
  margin-bottom: 30px;
}

  .address-box ul li {
      border: 1px solid #dfdfdf;
      padding: 15px;
      margin-bottom: 10px;
  }

      .address-box ul li h6 {
          margin-bottom: 7px;
          font-size: 14px;
          font-weight: bold;
      }

  .address-box .btn {
      padding: 5px;
  }

.address-card-box .btn:first-child {
  background-color: #03a60f;
  width: 35px;
  height: 35px;
  padding-top: 7px;
}

.address-card-box .btn:nth-child(2) {
  background-color: #ff0000;
  width: 35px;
  height: 35px;
  padding-top: 7px;
}

.address-card-box .btn:nth-child(3) {
  color: #4368d5;
  font-family: iransans-medium;
}

.address-box .fa-edit {
  color: white;
  font-size: 18px;
}

.address-box .fa-trash {
  color: white;
  font-size: 18px;
}

.font-12 {
  font-size: 12px;
}

.address-box-lable {
  position: absolute;
  background-color: #ffa40b;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 8px 2px;
  top: -2px;
  left: .75rem;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.address-card_name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1.125rem;
  border-bottom: 2px solid #c6c6c6;
  position: relative;
}

  .address-card_name::before {
      position: absolute;
      content: "";
      width: 35px;
      height: 2px;
      background-color: var(--secend-color);
      right: 0;
      bottom: -2px;
  }

.add-address-form {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  background-color: white;
  padding: 20px;
  border-radius: 4px;
}

  .add-address-form .title {
      font-size: 16px;
      font-weight: 500;
      color: #0a0a0a;
      margin-bottom: 30px;
      border-bottom: 2px solid var(--secend-color);
      font-weight: bold;
      margin-bottom: 30px;
      display: inline-block;
  }

  .add-address-form .btn {
      background-color: var(--first-color);
      color: white;
      font-size: 14px;
      width: 150px;
      padding: 10px 20px;
  }

.btn-default {
  background-color: var(--first-color);
  color: white;
  font-size: 14px;
}

.edit-profile-form .fa-star {
  color: gold;
  margin-left: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.edit-profile-form {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  background-color: white;
  padding: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

  .edit-profile-form input.form-control::placeholder {
      font-size: 12px;
  }

.edit-profile-formblabel {
  font-weight: bold;
}
/* zoom slider */

.product__carousel {
  display: block;
  max-width: 700px;
}

  .product__carousel a {
      display: block;
      margin-bottom: 15px;
  }

  .product__carousel .gallery-top {
      border: 1px solid #ebebeb;
      border-radius: 3px;
      margin-bottom: 20px;
  }

      .product__carousel .gallery-top .swiper-slide {
          position: relative;
          overflow: hidden;
      }

          .product__carousel .gallery-top .swiper-slide a {
              position: relative;
              display: flex;
              justify-content: center;
              align-items: center;
              width: 100%;
              height: 100%;
          }

              .product__carousel .gallery-top .swiper-slide a img {
                  width: 100%;
                  height: 100%;
                  -o-object-fit: contain;
                  object-fit: contain;
              }

          .product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
              min-width: 100%;
              min-height: 100%;
          }

  .product__carousel .swiper-button-next.swiper-button-white,
  .product__carousel .swiper-button-prev.swiper-button-white {
      color: #ff3720;
  }

  .product__carousel .gallery-thumbs .swiper-slide {
      position: relative;
      transition: border .15s linear;
      border: 1px solid #ebebeb;
      border-radius: 3px;
      cursor: pointer;
      overflow: hidden;
      height: calc(100% - 2px);
  }

      .product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
          border-color: #000;
      }

      .product__carousel .gallery-thumbs .swiper-slide img {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%,-50%);
          max-width: 100%;
      }
/*  */

.payment-page {
  padding: 20px;
  height: 100vh;
  display: flex;
}

  .payment-page .box-payment {
      color: white;
      line-height: 35px;
      font-weight: bold;
      font-size: 15px;
  }

      .payment-page .box-payment img {
          width: 300px;
      }

      .payment-page .box-payment a {
          color: white;
          border-radius: 20px;
          font-size: 14px;
          margin-top: 10px;
          font-weight: bold;
      }

.unsuccessPage .box-payment a {
  background-color: #c20202;
}

.successPage .box-payment a {
  background-color: #399704;
}
/*  */
.progressbar {
  counter-reset: step;
  margin: 30px 0;
}

  .progressbar li {
      list-style: none;
      display: inline-block;
      width: 30.33%;
      position: relative;
      text-align: center;
      cursor: pointer;
  }

      .progressbar li:before {
          content: counter(step);
          counter-increment: step;
          width: 30px;
          height: 30px;
          line-height: 30px;
          border: 1px solid #ddd;
          border-radius: 100%;
          display: block;
          text-align: center;
          margin: 0 auto 10px auto;
          background-color: #fff;
      }

      .progressbar li:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 1px;
          background-color: #ddd;
          top: 15px;
          right: -50%;
          z-index: -1;
      }

      .progressbar li:first-child:after {
          content: none;
      }

      .progressbar li.active {
          color: var(--first-color);
      }

          .progressbar li.active:before {
              border-color: var(--first-color);
              background: var(--first-color);
              color: white;
          }

          .progressbar li.active + li:after {
              background-color: var(--first-color);
          }
/*  */
.c_product-b {
  flex-grow: 1;
}

.c_product-c {
  display: flex;
}

@media screen and (max-width:991px) {
  .c_product {
      display: block;
  }

  .c_product_gallery {
      width: 100%;
      border-left: none;
      padding-left: 0px;
      margin-bottom: 30px;
  }
}

@media screen and (max-width:576px) {
  .c-product_title {
      display: none;
  }

  #najva-popup-image-wrapper {
      width: 100% !important;
      margin-top: 20px;
  }

      #najva-popup-image-wrapper img {
          width: 150px;
      }

  .c_product-c {
      display: block
  }

  .c-product_summary {
      max-width: 100%;
  }

  .cart-product-list li {
      display: block;
      position: relative;
  }

      .cart-product-list li .w-100 {
          margin-top: 20px;
      }

      .cart-product-list li img {
          width: calc(100% - 30px);
      }

      .cart-product-list li .fa-trash {
          position: absolute;
          top: 100px;
          width: 50px;
          height: 50px;
          border: 1px solid;
          text-align: center;
          line-height: 50px;
          border-radius: 100%;
          right: -11px;
      }

  .coupen-box .form-control {
      display: inline-block;
  }

  .profile_status_row {
      display: block;
  }

      .profile_status_row ul {
          width: 100%;
      }
}
/*  */
.product-quantity input[type="number"] {
  -moz-appearance: textfield;
  text-align: center;
  min-width: 20px;
  max-width: 50px;
  border: none;
}

.product-quantity {
  border: 1px solid #e4e4e4;
}

  .product-quantity .btn {
      padding: 5px;
  }

  .product-quantity i {
      font-size: 11px;
  }
/*  */
.res_logo {
  display: none;
}

@media screen and (max-width:768px) {
  /* #fixmenu{
  top: 0;
  position: fixed !important;
  z-index: 20;
  width: 100%;
  height: 70px;
} */
  .mystyle2 {
      top: 0;
      position: fixed !important;
      z-index: 20;
      width: 100%;
  }

  .res_logo {
      display: block;
      max-width: 102px;
      position: absolute;
      right: 66px;
      top: 5px;
      width: auto;
  }

  .main-header.row .col-lg-2.col-md-3 img {
      display: none;
  }

  .btn-shoping-cart, .btn-account {
      padding: 0;
      padding-right: 10px;
      margin-bottom: 13px;
  }

  .main-header {
      margin-top: 4px;
      border-bottom: 1px solid #eee;
  }

  .top-bar .text-md-right.text-center {
      text-align: left !important;
  }

  .top-bar .text-left {
      position: absolute;
      left: 7px;
      top: 8px;
  }

  .main-header form input {
      padding-left: 40px;
  }

  .main-header form .btn {
      /* background: none; */
      padding: 5px 0;
      width: 40px;
      /* right: 0;
  left: auto; */
  }

  .main-header form::before {
      left: 11px;
  }

  .main-header form .btn i {
      color: #a29f9f;
      font-size: 25px;
  }
}

@media screen and (max-width:768px) {
  .top-bar .text-md-right.text-center {
      display: none;
  }

  .user-links {
      display: block;
      font-size: 12px;
      line-height: 20px;
  }

  .btn-exit {
      position: relative;
      margin-top: -13px;
  }

      .btn-exit::before {
          position: relative;
      }
}

/* contact us */
.contact-information {
  padding-top: 55px;
  padding-right: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  background: url(../img/index.png);
  background-color: rgba(0, 0, 0, 0);
  background-color: var(--first-color);
}

  .contact-information .title {
      font-size: 18px;
      font-weight: bold;
      color: white;
      margin-bottom: 55px;
      text-transform: uppercase;
  }

  .contact-information .contact-information-address ul li {
      display: flex;
      align-items: center;
      margin-bottom: 32px;
      color: white;
      font-size: 15px;
  }

      .contact-information .contact-information-address ul li a {
          color: white;
      }

      .contact-information .contact-information-address ul li i {
          color: white;
          margin-left: 15px;
          width: 20px;
      }

      .contact-information .contact-information-address ul li .fa-map-marker {
          font-size: 32px;
      }

      .contact-information .contact-information-address ul li .fa-phone {
          font-size: 25px;
      }

      .contact-information .contact-information-address ul li .fa-envelope {
          font-size: 20px;
      }

.contact-us-socials {
  display: flex;
  justify-content: center;
}

  .contact-us-socials li {
      display: inline-block;
      width: 45px;
      text-align: center;
  }

      .contact-us-socials li a {
          display: inline-block;
          text-align: center;
          transition: 00.6s;
      }

          .contact-us-socials li a:hover i {
              color: #f00;
              transition: 00.6s;
          }

      .contact-us-socials li i {
          color: white;
          font-size: 27px;
      }

.contact-form-message {
  padding-top: 55px;
  padding-right: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
}

  .contact-form-message .title {
      font-size: 18px;
      font-weight: bold;
      color: #222;
      margin-bottom: 55px;
      text-transform: uppercase;
  }

.form-contact {
  -webkit-box-shadow: 0 0 12px 0 rgba(2, 2, 2, 0.16);
  -moz-box-shadow: 0 0 12px 0 rgba(2, 2, 2, 0.16);
  box-shadow: 0 0 12px 0 rgba(2, 2, 2, 0.16);
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 50px;
}

  .form-contact .btn-submit {
      background-color: var(--first-color);
      color: white;
  }

.contact-form-message .form-group label span {
  color: #f00;
}
/* about */
.servises-icon {
  margin-top: 20px;
}

.servises-icon {
  text-align: center;
  margin-top: 50px;
}

  .servises-icon h5 {
      color: #222;
      font-size: 16px;
      margin: 10px 0 7px;
      font-weight: bold;
  }

  .servises-icon P {
      width: 80%;
      margin: 0 auto;
  }

  .servises-icon i {
      color: var(--secend-color);
      font-size: 50px;
  }
/*  */
#najva-popup-image-wrapper {
  padding: 0 10px 10px 10px;
  width: 37%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#najva-popup-body-wrapper {
  border-right: 1px solid #eaeaea;
  padding: 10px;
  font-size: 1.1em;
  line-height: 1.2em;
}

  #najva-popup-body-wrapper h5 {
      line-height: 2.7em;
      color: var(--first-color);
      font-weight: bold;
      text-align: center;
      font-size: 22px;
  }

  #najva-popup-body-wrapper p {
      font-size: 14px;
      color: #1d1d11;
      text-align: center;
  }

.btn-cancle {
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
}

.btn-accept {
  background-color: var(--secend-color);
  color: white;
  border: 1px solid var(--secend-color);
}

  .btn-accept:hover {
      color: white;
  }

.home-slider .slick-list {
  box-shadow: 0rem 1rem 2.5rem rgba(119, 119, 119, 0.3);
  background-color: white;
}

.c_product_gallery .swiper-wrapper {
  /* justify-content: flex-end; */
  /* direction: rtl; */
}

.product_gallery_mob {
  display: none;
}

@media only screen and (max-width:991px) {
  .c_product_gallery {
      display: none;
  }

  .product_gallery_mob {
      display: block;
  }
}
/* product_comment_box */
.product_comment_box .title_box {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 15px;
}

.breakpoint_cm_products {
  border: 1px solid #dfdfdf;
  padding: 15px;
  position: sticky;
  top: 0;
}

  .breakpoint_cm_products .break-words {
      color: #212529;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 15px;
  }

  .breakpoint_cm_products strong {
      color: #212529;
  }

.pre-study {
  color: #2980b9;
}

.product_comment_box .title_box p {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.15;
  color: #212529;
}
/* order detail */
.orderDetail_status {
  background-color: white;
  box-shadow: 0 0 5px #dadada;
  padding: 16pt 24pt 24pt;
}

  .orderDetail_status .fa-circle {
      color: silver;
      margin-right: 15px;
      margin-left: 15px;
      font-size: 5px !important;
      margin-top: 10px;
  }

  .orderDetail_status .order_detaile_title {
      display: flex;
      flex-wrap: wrap;
  }

      .orderDetail_status .order_detaile_title h5 {
          margin-right: 10px;
          margin-left: 25px;
          color: #232933;
      }

  .orderDetail_status .order_list_item_details {
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 33px;
  }

      .orderDetail_status .order_list_item_details .order_list_title {
          color: #81858b;
          font-size: 14px;
          margin-left: 4px;
      }

  .orderDetail_status .order_list_item_details_between {
      padding: 10px 0;
      margin-bottom: 20px;
      position: relative;
  }

      .orderDetail_status .order_list_item_details_between:before {
          position: absolute;
          content: "";
          border-bottom: 1px solid #e5e5e5;
          width: calc(100% + 48px);
          height: 1px;
          background-color: #e5e5e5;
          bottom: -4px;
          right: -24px;
      }

  .orderDetail_status #order_list_items {
      border: 1px solid #e5e5e5;
      border-radius: 10px;
  }

      .orderDetail_status #order_list_items .order_list_item {
          padding: 15px !important;
      }

          .orderDetail_status #order_list_items .order_list_item li {
              line-height: 35px;
          }

      .orderDetail_status #order_list_items .order_list_item_products_box .order_list_item_product {
          border-top: 1px solid #e5e5e5;
          padding: 20px 10px;
          display: flex;
      }

          .orderDetail_status #order_list_items .order_list_item_products_box .order_list_item_product .order_list_item_product_img {
              width: 165px;
              text-align: center;
              margin-left: 15px;
          }

              .orderDetail_status #order_list_items .order_list_item_products_box .order_list_item_product .order_list_item_product_img img {
                  border-radius: 15px;
              }

          .orderDetail_status #order_list_items .order_list_item_products_box .order_list_item_product ul {
              line-height: 30px;
              margin: 15px 0 !important;
          }

      .orderDetail_status #order_list_items .order_list_item_products_box .order_list_item_product_title {
          font-size: 16px;
          font-weight: bold;
      }

  .orderDetail_status .order_list_title {
      font-size: 14px;
      margin-left: 4px;
  }

.txt-gray {
  color: #232933;
}

.headline-profile {
  margin: 15px 0;
  font-size: 16px;
}

@media only screen and (max-width:768px) {
  .orderDetail_status #order_list_items .order_list_item_products_box .order_list_item_product {
      flex-wrap: wrap;
  }

      .orderDetail_status #order_list_items .order_list_item_products_box .order_list_item_product .order_list_item_product_img {
          width: 80%;
          margin: 0 auto;
      }
}
/* comment-profile */
.vote-box {
  border-bottom: 1px solid silver;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

  .vote-box .btn-vote {
      border: 1px solid silver;
      border-radius: 5px;
      padding: 20px;
      text-align: center;
      font-size: 13px;
      margin: 15px 10px 5px;
  }

      .vote-box .btn-vote.active-btn {
          border-color: #19bfd3;
      }

          .vote-box .btn-vote.active-btn i {
              color: #19bfd3;
          }

      .vote-box .btn-vote.active-btn {
          color: #19bfd3;
      }

      .vote-box .btn-vote i {
          font-size: 30px;
          margin-bottom: 15px;
      }

.product_comment_box .custom-control-label::after, .product_comment_box .custom-control-label::before {
  right: -1.5rem !important;
  left: auto !important;
}

.product_comment_box .custom-control {
  padding-left: 0;
  padding-right: 1.5rem;
}

.btn-submit-cm {
  background-color: #ef4056;
  color: white;
  width: 100%;
  border-radius: 5px;
}

  .btn-submit-cm:hover {
      color: white;
  }

.dscp-comment .btn-add-cm, .dscp-comment .btn-delt-cm {
  position: absolute;
  left: 0;
  top: 1px;
  width: 40px;
  height: 37px;
  text-align: center;
  padding-top: 5px;
}

.dscp-comment .item, .dscp-comment .item2 {
  position: relative;
}

  .dscp-comment .item .fa, .dscp-comment .item2 .fa {
      position: absolute;
      color: #ef4056;
      width: 30px;
      left: 0;
      text-align: center;
      min-height: 30px;
      padding-top: 10px;
  }
/*  */
.rating {
  display: flex;
  justify-content: center;
  flex-flow: row-reverse;
}

  .rating > input {
      display: none;
  }

  .rating.star > label {
      color: silver;
      margin: 1px 20px 0px 0px;
      background-color: #ffffff;
      border-radius: 0;
      height: 48px;
      float: right;
      width: 44px;
      border: 1px solid #ffffff;
  }

fieldset.rating.star > label:before {
  margin-top: 0;
  padding: 0px;
  font-size: 47px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\2605";
  position: relative;
  top: -9px;
}

.rating > label:before {
  margin-top: 2px;
  padding: 5px 12px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating.star > label {
  background-color: transparent !important;
}

.rating > label {
  /* color: #fff; */
  margin: 1px 41px 0px 0px;
  background-color: silver;
  border-radius: 2px;
  height: 16px;
  float: right;
  width: 16px;
  border: 1px solid #c1c0c0;
  font-size: 12px;
  line-height: 25px;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
  background-color: #f9bc00 !important;
  cursor: pointer;
}
/* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
  background-color: #f9bc00 !important;
  cursor: pointer;
}

.rating.star:not(:checked) > label:hover, /* hover current star */
.rating.star:not(:checked) > label:hover ~ label {
  color: #f9bc00 !important;
  background-color: transparent !important;
  cursor: pointer;
}
/* hover previous stars in list */

.rating.star > input:checked + label:hover, /* hover current star when changing rating.star */
.rating.star > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating.star > input:checked ~ label:hover ~ label {
  color: #f9bc00 !important;
  cursor: pointer;
  background-color: transparent !important;
}

.rating.star {
  margin-left: 16%;
}

@media screen and (max-width: 500px) {
  .rating.star {
      margin: 0 auto;
      display: block;
      text-align: center;
      float: none;
  }

      .rating.star > label {
          margin: 1px;
          width: 19%;
      }
}

.star_rating {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}
/* mega menu */
.nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
}

  .nav-pills-custom .nav-link.active {
      color: #fff;
      background-color: var(--first-color);
      border-radius: 0;
  }

      .nav-pills-custom .nav-link.active::before {
          opacity: 1;
      }

nav {
  position: relative;
}

.menu1 > li {
  min-width: 100px;
  /* color: var(--thm-color-two); */
  margin-left: -4px;
}

.menu2 ul > li {
  min-width: 300px;
}

nav > ul > li {
  display: inline-block;
  font-size: 14px;
  position: relative;
  background: linear-gradient(to right, var(--first-color) 50%, #f6f6f6 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

  nav > ul > li:hover {
      background-position: left bottom;
  }

.menu2 nav > ul > li:hover {
  background-position: left bottom;
}

nav > ul > li > a {
  display: block;
  padding: 20px;
  border-bottom: 3px solid transparent;
  transition: all .3s ease;
  height: 73px;
}

nav > ul > li:hover > a {
  color: #fff !important;
  background-color: var(--first-color);
}

  nav > ul > li:hover > a i {
      color: #fff !important;
  }

.mega-menu {
  background: white;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 5px 5px -5px silver, -5px 0 5px -5px silver, 5px 0 5px -5px silver;
}

  .mega-menu .item {
      flex-grow: 1;
      margin: 0 10px;
  }

      .mega-menu .item img {
          width: 100%;
      }

  .mega-menu a {
      color: var(--thm-color-two);
      display: block;
      border-bottom: 1px solid transparent;
  }

      .mega-menu a:hover {
          /* color: white; */
          /* background-color: var(--first-color); */
          color: var(--first-color);
          border-bottom: 1px solid var(--first-color);
      }

  .mega-menu h5 {
      font-weight: bold;
      margin: 10px 0px;
      color: var(--secend-color);
      padding: 10px 10px 0 0;
  }


.menu1 .dropdown {
  position: static;
}

.menu1 .dropdown:hover .mega-menu {
      visibility: visible !important;
      opacity: 1 !important;
      display: block !important;
  }

.mega-menu > ul {
  display: flex;
}

  .mega-menu > ul > li {
      width: 20%;
      padding: 5px 20px;
      border-left: 1px solid rgb(231, 231, 231);
  }

      .mega-menu > ul > li a {
          padding-top: 5px;
          padding-bottom: 5px;
          /* padding:  5px 20px; */
      }

      .mega-menu > ul > li:last-child {
          border: none;
      }

#v-pills-tab {
  border-right: 1px solid silver;
}
/*  */
.menu2 {
  height: 100%;
  width: 300px;
  overflow-y: auto;
}

  .menu2 h5 {
      color: var(--secend-color);
      font-size: 18px;
      padding: 15px;
      background: var(--first-color);
  }

.triggerSidebar, .menu2 {
  display: none;
}

.triggerSidebar {
  font-size: 25px;
  top: 17px;
  /* position: fixed; */
  padding: 0;
  z-index: 3;
  right: 26px;
  position: absolute;
  top: 23px;
}

  .triggerSidebar i {
      color: #fff;
  }

@media only screen and (max-width:768px) {
  .triggerSidebar, .menu2 {
      display: block;
  }

  .section-menu {
      display: none;
  }

  .triggerSidebar{
      top:9px;
  }

  .section-menu {
      position: relative;
  }

  .main-header {
      border-bottom: none;
  }
}

.acnav {
  width: 100%;
}

.acnav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* .acnav__list--level1 {
border: 1px solid #fcfcfc;
} */
/* .has-children > .acnav__label::before {
content: "";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
margin-right: 1em;
transition: transform 0.3s;
} */
.has-children.is-open > .acnav__label::before {
  transform: rotate(405deg);
}

.acnav__link, .acnav__label {
  display: block;
  font-size: 1rem;
  padding: 1em;
  margin: 0;
  cursor: pointer;
  color: #fcfcfc;
  background: var(--first-color);
  box-shadow: inset 0 -1px #02910c;
  transition: color 0.25s ease-in, background-color 0.25s ease-in;
}

  .acnav__link:focus, .acnav__link:hover, .acnav__label:focus, .acnav__label:hover {
      color: #e3e3e3;
      background: #098d12;
  }

.acnav__link--level2, .acnav__label--level2 {
  padding-right: 3em;
  background: #02910c;
}

  .acnav__link--level2:focus, .acnav__link--level2:hover, .acnav__label--level2:focus, .acnav__label--level2:hover {
      background: var(--first-color);
  }

.acnav__link--level3, .acnav__label--level3 {
  padding-right: 5em;
  background: #0f9c19;
}

  .acnav__link--level3:focus, .acnav__link--level3:hover, .acnav__label--level3:focus, .acnav__label--level3:hover {
      background: #0da718;
  }

.acnav__link--level4, .acnav__label--level4 {
  padding-right: 7em;
  background: #255867;
}

  .acnav__link--level4:focus, .acnav__link--level4:hover, .acnav__label--level4:focus, .acnav__label--level4:hover {
      background: #214f5c;
  }

.acnav__list--level2, .acnav__list--level3, .acnav__list--level4 {
  display: none;
}

.is-open > .acnav__list--level2, .is-open > .acnav__list--level3, .is-open > .acnav__list--level4 {
  display: block;
}

.negative {
  display: none;
}

.has-children.is-open > .acnav__label .negative {
  display: block;
}

.has-children.is-open > .acnav__label .posetive {
  display: none;
}

.acnav__label a, .acnav__label i {
  color: white;
}

.acnav__label .arrowItem.btn {
  float: left;
}
/*  */
/* sidebar */
.overlay {
  display: none;
  background: rgba(0,0,0,.8);
  opacity: .3;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 3;
  cursor: pointer;
}

.sidebar {
  width: 300px;
  background: var(--first-color);
  color: white;
  position: fixed;
  right: -400px;
  height: 100%;
  transition: .3s;
  z-index: 4;
  top: 0;
}

#hideSidebar {
  padding-top: 5px;
}

.hideSidebar .fa-close {
  color: #c1c1c1;
  float: left;
  background: #0202024a;
  padding: 5px;
  border-radius: 100%;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  text-align: center;
}

.sidebar.hideSidebar {
  font-size: 18px;
  cursor: pointer;
}

.sidebar h6 {
  font-size: 18px;
}
/*  */
.nav_actions .navbar {
  padding: 0;
}

.section-menu {
  background-color: #f6f6f6;
  min-height: 70px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

  .section-menu nav > ul > li > a {
      color: #222;
  }

      .section-menu nav > ul > li > a i {
          margin-right: 5px;
      }

.main-header > .col-lg-2 > .dropdown {
  position: relative;
}

.shopping-cart-box {
  position: relative;
}

.box_tabs_product {
  box-shadow: 0rem 1rem 2.5rem rgba(119, 119, 119, 0.3);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

#goTop {
  background-color: var(--secend-color);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 4;
}

  #goTop i {
      color: white;
  }

.banner-top {
  line-height: 0;
}
/* loading */
.loading-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0000004f;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
}

.loading {
  display: flex;
  justify-content: center;
}

  .loading div {
      width: 2rem;
      height: 2rem;
      margin: 4rem 0.6rem;
      background: var(--secend-color);
      border-radius: 50%;
      animation: 0.9s bounce infinite alternate;
  }
      /* .loading div:nth-child(2) {
animation-delay: 0.3s;
}
.loading div:nth-child(3) {
animation-delay: 0.6s;
} */
      .loading div:nth-last-child(1) {
          animation: loadingC 0.6s 0.1s linear infinite;
      }

      .loading div:nth-last-child(2) {
          animation: loadingC 0.6s 0.2s linear infinite;
      }

      .loading div:nth-last-child(3) {
          animation: loadingC 0.6s 0.3s linear infinite;
      }

@keyframes bounce {
  to {
      opacity: 0.5;
      transform: translate3d(0, -2rem, 0);
  }
}

@keyframes loadingC {
  0% {
      transform: translate(0, 0);
  }

  50% {
      transform: translate(0, 15px);
  }

  100% {
      transform: translate(0, 0);
  }
}
/* fix menu */
.fixstyle {
  position: fixed;
  top: 0%;
  width: 100%;
  z-index: 100;
  transition: 0.9s;
}

.error {
  color: #ff0000;
  font-weight: normal;
  font-size: 12px;
}

.form-validate input {
  margin-top: 10px;
}

.btn-addCart {
  color: white;
  background-color: var(--first-color);
  transition: 0.6s;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  width: calc(100% - 20px);
}

  .btn-addCart:hover {
      color: white;
      opacity: 0.9;
      transition: 0.6s;
  }

  .btn-addCart i {
      color: white;
      font-size: 12px;
      margin-left: 3px;
  }

#checkmap {
  display: none;
}

.check-map .custom-control {
  padding-right: 1.5rem;
}

.check-map .custom-control-input {
  right: 0;
}

.check-map .custom-control-label::before {
  right: -1.5rem;
}

.check-map .custom-control-label::after {
  right: -1.5rem;
}
/*  */
@media only screen and (max-width:768px) {
  /* the slides */
  .best-day .responsive .slick-slide {
      margin: 5px 10px;
  }
  /* the parent */
  .best-day .responsive .slick-list {
      margin: 0 -10px;
  }
}

@media only screen and (max-width:576px) {

  .triggerSidebar{
      top:9px;
  }
  /* the slides */
  .best-day .responsive .slick-slide {
      margin: 5px 5px;
  }
  /* the parent */
  .best-day .responsive .slick-list {
      margin: 0 -5px;
  }

  .specials-tab .tab-content .col-6:nth-child(even) {
      padding-right: 6px;
  }

  .specials-tab .tab-content .col-6:nth-child(odd) {
      padding-left: 6px;
  }

  .banner-a .col-6:nth-child(even) {
      padding-right: 6px;
  }

  .banner-a .col-6:nth-child(odd) {
      padding-left: 6px;
  }

  .banner-b2 {
      padding-right: 6px;
  }

  .banner-b1 {
      padding-left: 6px;
  }

  .card-item .discount_amount {
      top: 41px;
      left: auto;
      right: 8px;
  }
}

.specials-tab .col-lg-3 {
  margin-bottom: 30px;
}

.specials-tab .tab-item {
  height: 100%;
}
.advertise-box {
  background: url(../img/index2.png);
  background-color: var(--first-color);
  color: white;
  min-height: 140px;
  margin-bottom: 30px;
}
@media only screen and (max-width:576px) {
.banner-top img{
  height: 25px;
}
.slick-prev::before, .slick-next::before {
  color: var(--secend-color);
  font-size: 25px;
}
.slick-next {
  right: 15px;
}
.slick-prev {
  left: 15px;
}
.advertise-box{
  min-height: 100px;
}
}
