@charset "UTF-8";
@font-face {
  font-family: IRANSans-O;
  src: url("../../fonts/site/iransans.woff") format("woff"), url("../../fonts/site/iransans.ttf") format("truetype");
}
@font-face {
  font-family: myFont;
  src: url("../../fonts/site/Iransans-bold.ttf") format("truetype");
}
body {
  font-family: "IRANSans-O" !important;
  font-size: 15px;
}

a {
  text-decoration: none;
  color: #ff7200;
}

.container-fluid {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
@media (max-width: 560px) {
  .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.bg-color {
  background: #f7f7f7;
}

.heading-section {
  font-size: 28px;
  color: #000;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-brand {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 30px;
}

.navbar-brand span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.navbar-brand:hover, .navbar-brand:focus {
  color: #000;
}

#menu-category {
  min-width: 500px;
  background-color: #f5f5f5;
}
#menu-category .brands-item {
  display: none;
  position: absolute;
  left: -60px;
}
#menu-category .brands-name:hover .brands-item {
  display: block;
}

#navbarCollapse section {
  display: block;
  width: 75%;
  min-height: 340px;
  position: absolute;
  left: 1%;
  top: -9999px;
  text-align: center;
  background: rgb(255, 255, 255);
  z-index: 10;
  margin-left: 0;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}
#navbarCollapse li[data-role=thumb-1], #navbarCollapse section[data-role=content-1] {
  z-index: 1;
  top: 2%;
}
#navbarCollapse li[data-role=thumb-2]:hover section[data-role=content-2] {
  top: 2%;
}
#navbarCollapse li[data-role=thumb-3]:hover section[data-role=content-3] {
  top: 2%;
}
#navbarCollapse li[data-role=thumb-4]:hover section[data-role=content-4] {
  top: 2%;
}
#navbarCollapse .sp-dropdown-items {
  text-align: right;
  max-height: 30em;
  margin: 10px 0;
  display: block;
  list-style-type: none;
}
#navbarCollapse .sp-dropdown-items li.sp-menu-item {
  min-width: 100px;
  padding: 0;
  text-align: right;
  right: 10px;
  position: relative;
}
#navbarCollapse .sp-dropdown-items li.sp-menu-item > a {
  border-bottom: 2px solid transparent;
  font-size: 13px;
  width: fit-content;
  margin: 0.2em 0;
}

.searchform {
  height: 46px;
  border: 1px solid #dadada;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 980px) {
  .searchform {
    margin-top: 13px;
  }
}

.searchform .form-control {
  width: calc(100% - 46px);
  border: none;
  background: #fff !important;
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 14px;
}

.searchform .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control:-ms-input-placeholder {
  /* IE 0+ */
  color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .search {
  width: 46px;
  height: 46px;
}

.searchform .search span {
  font-size: 20px;
}

@media (max-width: 980px) {
  .mobile-hide {
    display: none;
  }
}

.mobile-show {
  display: none;
}
@media (max-width: 980px) {
  .mobile-show {
    display: block;
  }
}

.form-control {
  height: 46px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 14px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control:focus, .form-control:active {
  border-color: #000;
}

#top {
  padding-top: 50px;
}

@media (max-width: 560px) {
  .main-slider {
    margin-top: 0 !important;
  }
  .main-slider .container-fluid {
    padding: 0 !important;
  }
}
.main-slider #myCarousel .carousel-inner {
  border-radius: 10px;
}

@media (max-width: 560px) {
  .category .row {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .category .pc-img {
    width: 165px;
  }
}
.category a {
  text-decoration: none;
}
.category .cat-circle {
  background-color: rgba(255, 133, 9, 0.831372549);
  border-radius: 50%;
  cursor: pointer;
  height: 185px;
  width: 185px;
  left: 10px;
  pointer-events: none;
  position: absolute;
  clip-path: circle(100% at 50% 0%);
}
.category .pc-img {
  pointer-events: none;
  position: relative;
}
.category .pc-img1 {
  top: 0;
}
.category .pc-title {
  color: #000;
}

.spacer {
  margin: 50px 0;
}

.main-title {
  border-bottom: solid 1px #dadada;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.main-title .seeall-link {
  background: linear-gradient(90deg, #ffba00 0%, #ff6c00 100%);
  border-radius: 5px;
  font-size: 13px;
}

.articles {
  background-color: #f2f2f2;
}
@media (max-width: 560px) {
  .articles .row-horizental {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .articles article:nth-child(2) {
    margin: 0 -10px;
  }
}

.p-slider .watch-slider, .p-slider .single-slider, .p-slider .spicy-slider {
  direction: ltr;
}
.p-slider .watch-slider .owl-nav, .p-slider .single-slider .owl-nav, .p-slider .spicy-slider .owl-nav {
  display: block;
  position: absolute;
  top: -65px;
}
.p-slider .watch-slider .owl-nav button, .p-slider .single-slider .owl-nav button, .p-slider .spicy-slider .owl-nav button {
  background: #717171;
  padding: 2px 12px !important;
  font-size: 18px;
  margin: 0 3px;
  border-radius: 5px;
}
.p-slider .watch-slider .owl-nav i, .p-slider .single-slider .owl-nav i, .p-slider .spicy-slider .owl-nav i {
  vertical-align: sub;
  color: #fff;
  font-size: 14px;
}
.p-slider .watch-slider #slider-img, .p-slider .single-slider #slider-img, .p-slider .spicy-slider #slider-img {
  margin: 5px 30px;
}
.p-slider #slidersubtitle {
  font-size: 12px;
  font-family: sans-serif;
}

.articles img {
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
}
.articles figcaption {
  background: rgba(255, 255, 255, 0.8392156863);
  backdrop-filter: blur(20px);
  text-align: justify;
  bottom: 0;
  right: 0;
  padding: 15px;
  border-radius: 0 0 1em 1em;
  transition: 0.5s;
  height: 100px;
  display: block;
  width: 100%;
}
.articles .la-link {
  display: flex;
  align-items: center;
  color: #393939 !important;
  font-weight: bold !important;
}
.articles .la-link::before {
  content: "";
  width: 5px;
  margin-left: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff8100;
}

.brands .logos-pic {
  background: #fff;
  margin: 1em 0;
  overflow: hidden;
  border-radius: 1em;
  display: flex;
}
@media (max-width: 560px) {
  .brands .row-horizental {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .brands .logos-pic {
    width: 75px;
  }
}

@media (max-width: 768px) {
  .watch-slider .item #slidertitle, .spicy-slider .item #slidertitle {
    font-size: 14px;
  }
}

.garantee {
  display: flex;
  justify-content: space-evenly;
  background-color: #fff;
  box-shadow: 0px 3px 7px #e1e1e1;
  border-radius: 10px;
}
.garantee a {
  color: #555;
  font-size: 13px;
}
.garantee img {
  width: 48px;
  height: 48px;
}

footer .footer-content {
  background-color: #222;
}
footer h1 {
  color: #ff7300;
}
footer p {
  font-size: 14px;
}
footer .copyright {
  background-color: #111;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #fff;
  width: 60%;
}

.box {
  background-color: #ffffff;
  display: inline-block;
  border-radius: 10px;
}

header .top-menu {
  background-color: #f7f7f7;
  padding: 8px;
}
header .top-menu .login-btn {
  border: 1px solid #cdcdcd;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 14px;
}
header .top-menu a {
  color: #000;
}
header .top-menu .fa {
  vertical-align: middle;
}
header .top-menu .fa-shopping-cart {
  font-size: 22px;
}
header #main-menu {
  background: rgba(255, 255, 255, 0.9215686275) !important;
  z-index: 100;
  padding: 0;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1);
  top: 0;
}
@media screen and (max-width: 980px) {
  header .container {
    display: block !important;
  }
}
header #main-menu .nav-item > .nav-link {
  font-size: 14px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  position: relative;
  opacity: 1 !important;
}
header .navbar .dropdown-menu div[class*=col] {
  margin-bottom: 1rem;
}
header .navbar .dropdown-menu {
  border: none;
  background-color: #fff !important;
}
@media screen and (min-width: 992px) {
  header .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  header .navbar .nav-item {
    padding: 0.5rem 0.5rem;
    margin: 0 0.25rem;
  }
  header .navbar .dropdown {
    position: static;
  }
  header .navbar .dropdown-menu {
    left: 0;
    right: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  header .navbar .dropdown-menu-1 {
    max-width: 1320px;
    margin: 0 auto;
  }
  header .navbar .dropdown-menu-2 {
    max-width: 45%;
    margin: 0 auto;
  }
  header .navbar .dropdown:hover .dropdown-menu, header .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }
  header .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
}
header .nav .nav-item {
  min-width: 125px;
  padding: 0.3rem 0.5rem;
}
header .nav .nav-item a {
  font-size: 14px;
  color: #333;
}
header .nav .nav-item a i {
  font-size: 8px;
  color: #fc931a;
  padding-left: 5px;
}
header .menu-cat {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
header .menu-cat i {
  font-size: 10px;
  color: #fc931a;
}

@media (max-width: 980px) {
  .navbar .dropdown-menu-1 .row {
    height: 51vh;
    overflow-y: scroll;
  }
}

#navbarSupportedContent {
  justify-content: space-between;
}
#navbarSupportedContent .nav-item > .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #ff8509;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  z-index: -1;
}
#navbarSupportedContent .nav-item > .nav-link:hover {
  color: #fff;
}
#navbarSupportedContent .nav-item > .nav-link:hover {
  visibility: visible;
  background-color: #ff8509;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width: 980px) {
  .right-column {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .right-column #filterform {
    display: none;
  }
}

.left-column #filterform {
  display: none;
}
@media (max-width: 768px) {
  .left-column #filterform {
    display: block;
  }
}
@media (max-width: 768px) {
  .left-column .mobile-design {
    display: inline-flex;
  }
}
@media (max-width: 768px) {
  .left-column .modal-dialog2 {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
  }
}

.search-products {
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .search-products .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.search-products .accordion-item {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}
.search-products .accordion-button {
  color: #000 !important;
  background-color: #fff !important;
  border: 0;
  box-shadow: none;
  padding: 0 1.25rem 0 0.4rem;
  height: 55px;
}
.search-products .accordion-button::after {
  background-size: 1rem;
}
.search-products .accordion-button input::placeholder {
  font-size: 13px;
}
.search-products .accordion-body {
  border-top: 1px solid #ccc;
}
.search-products #filterform {
  width: 90%;
}
@media (max-width: 768px) {
  .search-products #filterform {
    width: 100%;
  }
  .search-products #filterform #searchinput {
    left: -15px;
  }
}
.search-products #filterform #searchinput {
  position: relative;
  width: 65%;
  float: left;
  border: 1px solid #eee;
  padding: 7px 5px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .search-products #filterform #searchinput {
    width: 90%;
  }
}
.search-products #filterform .fa-search {
  position: absolute;
  left: 35px;
  top: 20px;
}
.search-products #filterform .form-check {
  font-size: 14px;
  padding-bottom: 10px;
}
.search-products #filterform .form-group li {
  list-style-type: none;
}
.search-products #filterform .form-group li:before {
  content: attr(data-label);
  text-align: center;
  margin-top: -10px;
  display: block;
  color: #858585;
}
.search-products #filterform .form-group li:after {
  content: attr(data-currency);
  text-align: center;
  margin-top: 5px;
  display: block;
  color: #858585;
}
.search-products #filterform .form-group input {
  width: 88%;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.search-products #filterform .pricesubmit {
  color: #102c5e;
  border: 1px solid #102c5e;
  border-radius: 8px;
  transition: all 0.2s ease-in;
  margin: 0 15px;
}
.search-products #filterform .pricesubmit:hover {
  background-color: #102c5e;
  color: #fff;
}
.search-products .filter-style {
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px 0;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 10px #c2c1c1;
  position: relative;
}
.search-products .filter-style .fa {
  position: absolute;
  left: 0px;
  top: 15px;
}
@media (max-width: 768px) {
  .search-products .filter-style {
    width: 135px;
    font-size: 13px;
    margin-left: 5px;
  }
}
.search-products .nav-pills .nav-link {
  color: #000;
  box-shadow: 0 2px 10px #ccc;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media (max-width: 768px) {
  .search-products .nav-pills {
    justify-content: space-between;
    margin-bottom: 0 !important;
    display: inline;
  }
}
.search-products .nav-link.active {
  background-color: #ff6600;
  color: #fff;
}

@media (max-width: 768px) {
  .sort {
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px 0;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px #c2c1c1;
    width: 150px;
    height: 52px;
    font-size: 13px;
  }
  .sort .fa {
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: sub;
  }
}

#collapse-sort li {
  display: inline-block;
}
@media (max-width: 980px) {
  #collapse-sort li {
    display: block;
  }
}

.breadcrumb {
  font-size: 13px;
}

.product-item {
  border: 1px solid #ccc;
  border-radius: 25px;
  text-align: center;
  padding: 5px 10px;
  min-height: 365px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .product-item {
    min-height: auto;
  }
}
.product-item:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .product-item a {
    display: flex;
  }
  .product-item a img {
    width: 40% !important;
  }
}
@media (max-width: 768px) {
  .product-item .pro-box {
    padding: 20px 0;
    width: 100%;
    position: relative;
  }
}
@media (max-width: 768px) {
  .product-item .pro-box .card-price {
    position: absolute;
    bottom: 10px;
    left: 5px;
  }
}
.product-item .product-name {
  color: #535353;
  font-weight: 500;
  font-size: 15px;
  display: block;
}
.product-item .product-model {
  font-family: sans-serif;
  display: block;
  font-size: 13px;
  color: #717171;
}
.product-item .offpricebox {
  height: 25px;
}
.product-item .offpricebox .offpriceop {
  background: #ff6600;
  color: #fff;
  padding: 2px 7px 0;
  margin-right: 10px;
  display: flex;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.product-item .offpricenum {
  color: #767676;
}
.product-item .spicy-off {
  text-decoration: line-through;
  display: block;
  text-align: left;
  color: #444;
  font-size: 13px;
  padding-left: 3em;
}
.product-item .product-detail li::marker {
  color: #ff8720;
}
.product-item .moreinfor {
  width: 100%;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.product-item .moreinfor .fulloptions {
  color: #474747;
  background: #cecece;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold !important;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 transparent, 0px 3px 3px #b2b2b2;
  transition: 0.25s;
}

.pageination .active {
  background: #30336b;
  color: #fff !important;
}
.pageination .page-link {
  padding: 8px 18px;
}
@media (max-width: 768px) {
  .pageination .page-link {
    padding: 5px 10px;
  }
}
.pageination .page-item:first-child .page-link {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pageination .page-item:last-child .page-link {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.product-model {
  font-family: sans-serif;
  display: block;
  font-size: 13px;
  color: #717171;
}

.info-holder {
  border-radius: 15px;
  background-color: #f7f7f7;
}
@media (max-width: 980px) {
  .info-holder {
    padding: 15px;
  }
}
.info-holder .single-carousel {
  background-color: #fff;
  width: 450px;
  min-height: 33rem;
  border: 1px solid #ccc;
  border-radius: 15px;
  overflow: hidden;
  float: left;
  margin: 40px 50px;
}
@media (max-width: 980px) {
  .info-holder .single-carousel {
    margin: 20px 0px;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .info-holder .single-carousel {
    width: 100%;
    margin: 10px 0;
    min-height: 18rem;
  }
}
.info-holder .single-carousel .carousel-indicators {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .info-holder .single-carousel .carousel-indicators {
    bottom: 0;
  }
}
.info-holder .single-carousel .carousel-indicators img {
  width: 60px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.info-holder .single-carousel .carousel-inner {
  margin-bottom: 65px;
}
.info-holder #main-product-info {
  background-color: #fff;
  width: 450px;
  min-height: 33rem;
  border: 1px solid #ccc;
  border-radius: 15px;
  float: right;
  margin: 40px 50px;
}
@media (max-width: 1280px) {
  .info-holder #main-product-info {
    margin: 20px 0;
    width: 100%;
  }
}
.info-holder #main-product-info hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  width: 100%;
  height: 0;
}
.info-holder #main-product-info .btn {
  border-radius: 8px;
  border: 0;
  font-size: 13px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}
.info-holder #main-product-info .btn:hover {
  margin-top: -5px;
}
.info-holder #main-product-info .add-cart {
  background-color: #1eb152;
}
.info-holder #main-product-info .needmsh {
  background-color: #102c5e;
}

.range-slider {
  --range-slider-common-height: 16px;
  --range-slider-handle-width: 15px;
  --range-slider-handle-height: 15px;
  direction: ltr;
  position: relative;
  display: flex;
  align-items: center;
  width: 99%;
  height: 100%;
}

.range-slider > div {
  position: absolute;
  display: flex;
  align-items: center;
  left: 13px;
  right: 15px;
  height: var(--range-slider-common-height);
}

.range-slider > div > .range-slider-val-left,
.range-slider > div > .range-slider-val-right,
.range-slider > div > .range-slider-val-range {
  height: 10px;
}

.range-slider > div > .range-slider-val-left {
  position: absolute;
  left: 0;
  border-radius: 10px;
  background-color: #ccc;
  margin: 0 7px;
}

.range-slider > div > .range-slider-val-right {
  position: absolute;
  right: 0;
  margin: 0 7px;
  border-radius: 10px;
  background-color: #ccc;
}

.range-slider > div > .range-slider-val-range {
  position: absolute;
  left: 0;
  top: 3px;
  height: 10px;
  border-radius: 14px;
  background-color: #102c5e;
  left: 0%;
  right: 0%;
}

.range-slider-handle-left {
  left: 0%;
}

.range-slider-handle-right {
  left: 100%;
}

.range-slider > div > .range-slider-handle {
  z-index: 1;
  position: absolute;
  top: 0;
  margin-left: -11px;
  width: var(--range-slider-handle-width);
  height: var(--range-slider-handle-height);
  border-radius: 25%;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  outline: none;
  cursor: pointer;
}

div.range-slider > input[type=range]::-ms-thumb {
  width: var(--range-slider-handle-width);
  height: var(--range-slider-handle-height);
  border: 0 none;
  border-radius: 0px;
  background: red;
  pointer-events: all;
}

div.range-slider > input[type=range]::-moz-range-thumb {
  width: var(--range-slider-handle-width);
  height: var(--range-slider-handle-height);
  border: 0 none;
  border-radius: 0px;
  background: red;
  pointer-events: all;
}

div.range-slider > input[type=range]::-webkit-slider-thumb {
  width: var(--range-slider-handle-width);
  height: var(--range-slider-handle-height);
  border: 0 none;
  border-radius: 0px;
  background: red;
  pointer-events: all;
  -webkit-appearance: none;
}

div.range-slider > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div.range-slider > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

.range-slider > input[type=range] {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: var(--range-slider-common-height);
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  pointer-events: none;
  -webkit-appearance: none;
}

div.range-slider > input[type=range]::-ms-track {
  background: transparent;
  color: transparent;
  -webkit-appearance: none;
}

div.range-slider > input[type=range]::-moz-range-track {
  background: transparent;
  color: transparent;
  -moz-appearance: none;
}

div.range-slider > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div.range-slider > input[type=range]:focus {
  outline: none;
}

div.range-slider > input[type=range]::-ms-tooltip {
  display: none;
}

.range-slider > div > .range-slider-tooltip {
  display: none;
  z-index: 2;
  position: absolute;
  top: -42px;
  margin-left: -12px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background-color: var(--ColorPrimaryLt);
  color: #fff;
  text-align: center;
  opacity: 0;
}

.range-slider > div > .range-slider-tooltip:after {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: var(--ColorPrimaryLt);
  border-radius: 16px;
}

.range-slider > div > .range-slider-tooltip > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}

.range-slider:hover > div > .range-slider-tooltip {
  opacity: 1;
}

#back_to_top {
  height: 100px;
  padding-top: 30px;
}
#back_to_top a {
  background: #d7d6d6;
  padding: 5px 10px;
  color: #817f7f;
  border-radius: 100px;
  box-shadow: 2px 3px 6px #a6a4a4;
  transition: all 0.2s ease-in;
}
#back_to_top a:hover {
  box-shadow: -2px -3px 6px #a6a4a4;
}

.border-custom {
  border-bottom: solid 3px #ff8d00;
}

.tab-table #myTabContent {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 1em 0 1em 1em;
  justify-content: center;
  padding: 10px;
}
.tab-table tr {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 2em;
}
@media (max-width: 980px) {
  .tab-table tr {
    align-items: unset;
  }
}
.tab-table .table > :not(caption) > * > * {
  border-bottom-width: 0;
}
.tab-table tr td:first-child {
  background-color: #767676;
  padding: 15px;
  margin: 4px;
  height: 94%;
  width: 35%;
  display: flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 980px) {
  .tab-table tr td:first-child {
    height: auto;
    min-width: 35%;
  }
}
.tab-table tr:last-child {
  border-bottom: 0 !important;
}
.tab-table tr:last-child td {
  border-bottom-width: 0;
  border-bottom: 0;
}
.tab-table #field_title {
  vertical-align: sub;
}
.tab-table #field_title span {
  margin: 0.6rem 0;
  padding: 5px 10px;
  border-right: 1px solid #ccc;
  float: right;
}
@media (max-width: 980px) {
  .tab-table #field_title span {
    display: block;
  }
}
.tab-table #field_title span:first-child {
  border-right: 0;
}
.tab-table .nav-tabs {
  border-bottom: 0 !important;
}
.tab-table .nav-link {
  color: #000;
  padding: 10px 25px;
  border-top-right-radius: 0.45rem;
  border-top-left-radius: 0.45rem;
}
.tab-table .nav-item .active {
  position: relative;
  bottom: -1px;
  background-color: #f7f7f7;
  border-bottom-color: #f7f7f7 !important;
  border: 1px solid #ccc;
}

.tooltip-arrow {
  display: none !important;
}

.comment-content {
  background: #fff;
  width: 17%;
  margin: 50px auto;
  padding: 60px 15px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 26px 72px -20px rgba(0, 0, 0, 0.4);
  position: relative;
}
@media (max-width: 990px) {
  .comment-content {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .comment-content {
    width: 55%;
  }
}
.comment-content::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -20px;
  left: 50px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
}
.comment-content::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -40px;
  left: 30px;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: 50%;
}

.brands-content .form-group {
  position: relative;
}
.brands-content .form-control {
  background-color: #f7f7f7 !important;
}
.brands-content button {
  position: absolute;
  right: -15px;
}
.brands-content .search-bradns {
  background: #f7f7f7;
  padding: 0 1em;
  border-radius: 5px;
  align-items: center;
  width: 30%;
  height: auto;
  border: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .brands-content .search-bradns {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .brands-content .search-bradns {
    margin-top: 0;
  }
}
.brands-content .search-bradns input {
  background-color: #f7f7f7 !important;
  margin-right: 25px;
}
.brands-content .titlebrands {
  background: #f7f7f7;
  padding: 0 1em;
  border-radius: 5px;
  align-items: center;
  display: flex;
  width: 70%;
  margin-right: 5px;
  color: #7c7c7c;
  padding: 10px 1em;
}
.brands-content .searchlist a {
  margin: 10px 0;
  align-items: center;
  color: #000 !important;
  padding: 0 1em;
  transition: all 0.2s ease-in;
  border: 1px solid rgba(238, 238, 238, 0.9333333333);
  border-radius: 5px;
}
.brands-content .searchlist a:hover {
  background-color: #ecf2f8;
}
.brands-content .searchlist a img {
  mix-blend-mode: darken;
}

@media (max-width: 980px) {
  .head_filterbrands {
    position: sticky;
    top: 70px;
    z-index: 100;
  }
}

.amazingproduct {
  position: relative;
}
@media (min-width: 1200px) {
  .amazingproduct {
    margin: 5px;
    max-width: 19% !important;
    flex: 0 0 19% !important;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .amazingproduct .card-price {
    bottom: unset !important;
  }
}
@media (max-width: 768px) {
  .amazingproduct .product-item {
    height: 210px;
  }
}

.timer {
  display: flex;
  direction: ltr;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .timer {
    position: absolute;
    left: 12px;
    bottom: 10px;
    margin: 0;
  }
}
.timer div {
  width: 42px;
  color: #111;
}
.timer span {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: #c20000;
  color: #fff;
  border-radius: 4px;
  padding: 3px;
}

@media (max-width: 768px) {
  .index-timer {
    position: unset;
  }
}

.sold-out {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  background-color: #ff6600;
  padding: 3px 15px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 5px;
  color: #fff;
}
@media (max-width: 1200px) {
  .sold-out {
    left: 13px;
  }
}

@media (max-width: 780px) {
  .categories-search .container {
    padding: 0 25px;
  }
}
.categories-search img {
  border-radius: 20px;
  transition: 0.5s;
}
.categories-search img:hover {
  filter: grayscale(1);
}
@media (max-width: 1200px) {
  .categories-search img {
    height: 100%;
  }
}
@media (max-width: 576px) {
  .categories-search .col-xs-6 {
    width: 50%;
    padding: 0 5px;
  }
}

.text-box .box {
  background-color: #fff;
  box-shadow: 0px 3px 7px #e1e1e1;
  border-radius: 10px;
}
.text-box p {
  font-size: 14px;
}

.cart .bg-body-tertiary {
  background-color: #fbfbfb;
  border-bottom-left-radius: 14px;
  border-top-left-radius: 14px;
}
@media (max-width: 980px) {
  .cart .bg-body-tertiary {
    border-radius: 0;
  }
}
.cart .card-registration {
  border-radius: 15px;
}
.cart .card-registration .select-input.form-control[readonly]:not([disabled]) {
  font-size: 1rem;
  line-height: 2.15;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.cart .card-registration .select-arrow {
  top: 13px;
}
.cart hr {
  border: 0;
  border-top: 1px solid #453939;
  width: 100%;
}
.cart .titlecart-list {
  font-size: 14.5px;
}
.cart .cart-price {
  font-size: 15px;
}
.cart .text-primary {
  color: #ff6600 !important;
}
.cart .fas {
  color: #555 !important;
}
.cart .cart-pic input {
  height: 35px !important;
  width: 60px !important;
}
@media (max-width: 768px) {
  .cart .cart-pic input {
    text-align: center;
    width: 50px !important;
  }
}
.cart img {
  width: 65%;
}
@media (max-width: 768px) {
  .cart .cart-pic {
    width: 40%;
  }
}
.cart .fa-trash {
  vertical-align: bottom;
}
.cart .btn-secondary {
  padding: 0 30px;
}
.cart .btn-dark {
  box-shadow: 0 4px 9px -4px rgb(48.85, 48.85, 48.85);
}

.stepcircles {
  position: relative;
  text-align: center;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: #d0d0d0;
  z-index: 1;
}

.stepsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 0.3s;
  margin: 50px auto 20px;
  list-style: none;
  padding: 0;
  color: #a0a0a0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 783px;
  font-size: 13px;
}
@media (max-width: 980px) {
  .stepsbox {
    width: 380px !important;
  }
}
@media (max-width: 400px) {
  .stepsbox {
    width: 350px !important;
  }
}
.stepsbox li {
  position: relative;
}
.stepsbox a {
  color: #a0a0a0;
}
.stepsbox span {
  position: absolute;
  top: -20px;
  width: max-content;
}
.stepsbox .left-text {
  left: -15px;
}
@media (max-width: 768px) {
  .stepsbox .left-text {
    left: 10px;
  }
}
.stepsbox .right-text {
  right: 0;
  color: #3c53c7;
}
.stepsbox .stepsboxlist:before {
  content: "";
  position: absolute;
  width: 753px;
  height: 3px;
  border-radius: 3.5px;
  background-color: #d0d0d0;
  top: 50%;
  left: 10px;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 980px) {
  .stepsbox .stepsboxlist:before {
    width: 370px;
  }
}
@media (max-width: 400px) {
  .stepsbox .stepsboxlist:before {
    width: 340px !important;
  }
}
.stepsbox .stepsboxlist.active:before {
  background: #3c53c7;
}
.stepsbox .stplicurrent:before {
  background-color: #3c53c7;
}

.stepsboxlist.active .stepcircles {
  background-color: #3c53c7;
}
.stepsboxlist.active span {
  color: #3c53c7;
}

.box-of-info .printinfo-block {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 14px;
  min-height: 266px;
}
.box-of-info span {
  padding-bottom: 12px;
}
.box-of-info .apply-change {
  margin-top: 35px;
  float: left;
}
.box-of-info .text-blue {
  color: #0a58ca;
}
.box-of-info .add-newBox {
  border: 2px dashed #ccc;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 600;
  padding: 15px;
  margin-left: 2rem;
  min-height: 266px;
  background-color: #ffffff;
  cursor: pointer;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
@media (max-width: 980px) {
  .box-of-info .add-newBox {
    margin-left: 0;
  }
}
.box-of-info .add-newBox a {
  color: #3c53c7 !important;
}
.box-of-info .addinput {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.box-of-info .infobox input, .box-of-info .infobox select {
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: 1s;
  outline: none !important;
  text-align: right;
  min-height: 35px;
  padding: 7px 10px;
}
.box-of-info .textarea-add {
  width: 100%;
}
.box-of-info .irselect {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
}
.box-of-info .ir-select, .box-of-info .postcode {
  display: flex;
  margin: 5px 0;
}
.box-of-info .pab-loading {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

.pay-done {
  margin-top: 30px !important;
  background-color: #fff;
  border: 1px solid rgba(39, 184, 3, 0.368627451);
  border-radius: 15px;
}
.pay-done span {
  border: 2px solid rgba(39, 184, 3, 0.368627451);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: block;
  padding: 17px;
}
.pay-done span i {
  font-size: 30px;
  color: green;
}

.button-holder a {
  padding: 10px 15px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #ff6600;
  font-size: 14px;
  width: 250px;
  transition: all 0.3s ease;
}
.button-holder a:hover {
  background-color: #d85802;
}
.transfer #delivery_method {
  flex-direction: column;
}
.transfer .radio span::before {
  background: #3c53c7;
  transition: all 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.zarrin-pal img {
  width: 100px;
}

@media (max-width: 980px) {
  .variable-transaction {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
  }
}

@media (max-width: 980px) {
  .left-side {
    position: fixed !important;
    bottom: -1px;
    right: 0;
  }
}
@media (max-width: 980px) {
  .left-side .js-sticky-widget {
    height: 80px;
    border-radius: 0;
  }
}
@media (max-width: 980px) {
  .left-side .mobile-change {
    display: none;
  }
}
.left-side .mobile-transaction .d-flex {
  justify-content: space-between;
}
@media (max-width: 980px) {
  .left-side .mobile-transaction .d-flex {
    flex-direction: column;
    width: 50%;
  }
}
.left-side .mobile-transaction button {
  width: 100%;
}
@media (max-width: 980px) {
  .left-side .mobile-transaction button {
    width: 50%;
    height: 50px;
    margin-top: 8px;
  }
}
@media (max-width: 980px) {
  .left-side .mobile-transaction {
    display: flex;
    justify-content: space-between;
  }
}

#my-orders .order--information {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
  font-size: 12px;
}
#my-orders .orderinformation-red {
  background-color: #dc3545;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  padding: 10px;
}
#my-orders .orderinformation-yellow {
  background-color: #ffc107;
  color: black;
  border-radius: 10px;
  font-size: 14px;
  padding: 10px;
}
#my-orders .orderinformation-green {
  background-color: #42a242;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  padding: 10px;
}
#my-orders .icon {
  color: #777;
  vertical-align: middle;
}
#my-orders .productorder-box {
  justify-content: space-between;
}
@media (max-width: 980px) {
  #my-orders .productorder-box {
    flex-direction: column;
  }
}

.order-box {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
}

@media (max-width: 980px) {
  .order-menu {
    display: none;
  }
}

.pay-key {
  padding: 8px 20px;
  background-color: #1eb152;
  border-radius: 10px;
  font-size: 14px;
}

.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* اضافه کردن انیمیشن برای تغییر مراحل */
}
.steps .step {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  z-index: 2;
}
.steps .step span {
  width: 100px;
  text-align: right;
  font-size: 12px;
  padding-top: 7px;
  margin-right: -7px;
}
.steps .step-text {
  font-size: 14px;
  z-index: 3;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
  text-align: center;
  color: #888;
  padding-top: 8px;
  background-color: #b5b5b5;
}
.steps .line {
  height: 2.5px;
  width: 32%;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  margin-right: 10px;
}
.steps .line.line.complete {
  background-color: #2196F3;
}
.steps .step-text.complete {
  background-color: #2196F3;
}
.steps .step.complete, .steps .line.complete {
  transition: all 0.3s ease-in-out;
}

.pay-status {
  display: block;
  width: 120px;
  padding: 10px 0;
  border-radius: 10px;
  font-size: 14px;
}

.green-status {
  border: 2px solid #1eb152;
  color: #1eb152;
}
.green-status i {
  color: rgba(29, 221, 96, 0.4392156863);
  vertical-align: middle;
  font-size: 13px;
}

.login-body {
  background: linear-gradient(180deg, rgb(255, 141, 53) 0%, rgb(243, 128, 29) 24%, rgb(11, 9, 41) 72%, rgb(23, 23, 42) 100%);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}
.login-body .login-card {
  padding: 50px;
  width: 400px;
  margin: 30px auto;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  transition: 1s;
  position: relative;
  font-size: 14px;
}
@media (max-width: 980px) {
  .login-body .login-card {
    padding: 50px 25px;
  }
}
.login-body .login-card .logolink {
  display: flex;
  margin: auto;
  max-width: 100px;
  top: -18px;
  left: 0;
  right: 0;
  position: absolute;
}
.login-body .login-card .logolink img {
  margin: 0 auto;
}
.login-body #jform_mobile1, .login-body #jform_mobile2 {
  border: 0;
  background: none;
  display: block;
  margin: 1px auto;
  text-align: center;
  border: 2px solid #888;
  padding: 14px 10px;
  width: 100%;
  outline: none;
  color: #000;
  transition: 0.25s;
  border-radius: 5px;
  height: 40px;
}
.login-body #jform_mobile1:hover, .login-body #jform_mobile2:hover {
  border-radius: 24px;
}
.login-body .registerloading {
  width: 100%;
  height: 40px;
  background: #000;
  border-radius: 5px;
  outline: none !important;
  border: none !important;
  transition: 0.3s;
  color: #fff;
  font-size: 13px;
}
.login-body .regislaw {
  color: #505050;
  font-size: 12px;
}
.login-body .bcklog {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #000;
  font-size: 20px;
}
.login-body .code-input {
  text-align: left;
  font-size: 20px;
  margin: 5px;
  direction: ltr;
}

.register-page .code--input {
  border-bottom: 3px solid #000 !important;
  border: none;
  width: 14%;
  margin: 2px;
  text-align: center;
  color: #000;
  background: transparent;
  direction: ltr;
}
.register-page .code--input:focus {
  outline: none !important;
  border-bottom: 3px solid #ff8100 !important;
  transition: 0.12s ease-in;
  color: #ff8100 !important;
  border-color: #ff8100;
}
@media (max-width: 360px) {
  .register-page .code--input {
    width: 13%;
  }
}
.register-page .timerbox {
  height: 30px;
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
  justify-content: center;
}
.register-page .againsbmit {
  background: transparent;
  border: none;
  display: flex;
  border-radius: 5px;
  outline: none !important;
  padding: 5px 0 5px 10px;
  color: #000;
}

#txt-feild {
  border: 0;
  background: none;
  display: block;
  margin: 1px auto;
  text-align: center;
  border-bottom: 2px solid #222;
  padding: 14px 10px;
  width: 100%;
  outline: none;
  color: #000;
  height: 25px;
}

.confirm-form {
  background: #ff6102 !important;
}

.spicy-offer #spicy-wrapper {
  border-radius: 15px;
  margin: auto;
  background: linear-gradient(to right, #020202, #f50000);
}
.spicy-offer .col {
  padding: 15px 0;
  border-radius: 20px;
}
.spicy-offer .imagespicy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.spicy-offer .imagespicy img {
  margin: auto;
}
.spicy-offer .showall-btn {
  border: 3px solid #fff;
  color: #fff;
  display: block;
  text-align: center;
  padding: 5px 0px;
  border-radius: 10px;
  width: 140px;
  transition: 0.3s;
  font-weight: bold !important;
}
.spicy-offer .showall-btn:hover {
  color: #fd1818;
  background: #fff;
  transform: translatey(-2px);
}

#menuLink .fa {
  font-size: 27px;
}

#user-drop .dropdown-menu {
  width: 200px;
  position: absolute;
  left: -50px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  min-width: 150px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: block;
  visibility: hidden;
  font-size: 13px;
}
#user-drop .dropdown-menu .fa-shopping-cart {
  font-size: 13px;
}
#user-drop .dropdown-menu ul {
  list-style-type: none;
  padding-right: 0;
}
#user-drop .dropdown-menu ul li {
  padding: 10px 0;
}
#user-drop .dropdown-menu ul li:nth-child(2) {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#user-drop.dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

#shop-drop .dropdown-menu {
  position: absolute;
  left: 0;
  min-width: 280px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: block;
  visibility: hidden;
}

#shop-drop.dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

#resend-code {
  color: #000;
  float: right;
}

.timerbox .req-txt {
  float: right;
}

.timerbox:has(a) #timer > .req-txt {
  display: none;
}

.full-basket {
  font-size: 13px;
}
.full-basket .cardbox-one {
  border-bottom: 1px solid #7c7c7c;
  padding: 5px 7px 0px 5px;
}
.full-basket .cardbox-main {
  max-height: 290px;
  overflow-y: scroll;
  overflow-x: hidden;
  list-style: none;
  padding: 0 5px;
}
.full-basket .cardbox-main::-webkit-scrollbar {
  width: 5px;
}
.full-basket .cardbox-main::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 10px;
}
.full-basket .cardbox-main li {
  border-bottom: 1px solid #ccc;
}
.full-basket img {
  width: 50px;
}
.full-basket .itemcard-pro-name p {
  margin-bottom: 5px;
}
.full-basket .itemcard-two {
  border-top: 1px solid #f0f0f1;
  align-items: center;
  color: #81858b;
}
.full-basket .itemcard-two .itemcard-price {
  font-size: 12px;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 4px;
}

#resend-code {
  color: #000;
  float: right;
}

.timerbox .req-txt {
  float: right;
}

.timerbox:has(a) #timer > .req-txt {
  display: none;
}

.full-basket {
  font-size: 13px;
}
.full-basket .cardbox-one {
  border-bottom: 1px solid #7c7c7c;
  padding: 5px 7px 0px 5px;
}
.full-basket .cardbox-main {
  max-height: 290px;
  overflow-y: scroll;
  overflow-x: hidden;
  list-style: none;
}

.blog-item {
  display: flex;
  margin-bottom: 30px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: 0.5s;
  overflow: hidden;
  height: 210px;
  padding: 20px !important;
  align-items: center;
  box-shadow: 0px 0px 10px #d6d6d6;
}
.blog-item:hover {
  box-shadow: 4px 4px 10px #d6d6d6;
  transform: scale(1) translatey(10px);
}
@media (max-width: 980px) {
  .blog-item {
    display: block;
    height: auto;
  }
}
.blog-item img {
  border-radius: 5px;
  max-width: 180px;
}
@media (max-width: 980px) {
  .blog-item img {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 980px) {
  .blog-item .entry-blog-item {
    margin-right: 0 !important;
  }
  .blog-item .entry-blog-item p {
    text-align: justify;
  }
}
.blog-item h2 {
  font-size: 19px;
}
.blog-item .readmore {
  background: transparent;
  border: 1px solid #30336b !important;
  border-radius: 5px;
  display: flex;
  padding: 8px 10px;
  float: right;
  width: 129px;
  justify-content: center;
  transition: 1s;
}
.blog-item .readmore a {
  color: #30336b;
}
.blog-item .readmore:hover {
  background-color: #30336b;
}
.blog-item .readmore:hover a {
  color: #fff;
}

.spicy-slider {
  width: 99% !important;
}
.spicy-slider .item a {
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  width: 95%;
}
@media (max-width: 480px) {
  .spicy-slider .item a {
    margin-left: 10px;
  }
}
.spicy-slider .owl-nav {
  display: none !important;
}
.spicy-slider .offpriceop {
  background: #c20000;
  color: #fff;
  padding: 2px 7px 0;
  margin-right: 10px;
  display: flex;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.spicy-slider del {
  color: #c20000;
}
.spicy-slider .timer {
  justify-content: center;
  align-items: center;
}

.delete-box {
  position: relative;
  background: #30336b;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin: 5px 0;
  font-size: 13px;
}
.delete-box button {
  background: transparent;
  color: #fff;
  box-shadow: none;
  border: 0;
}

.filter--box::after {
  display: none;
}

.popup {
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  padding: 20px;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 10px;
  text-align: center;
  transition: bottom 0.5s ease-in-out;
}

.popup.active {
  bottom: 20px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.open-btn {
  padding: 10px 20px;
  background-color: #d9534f;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .sort-mobile {
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px 0;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px #c2c1c1;
    width: 150px;
    height: 52px;
    font-size: 13px;
    color: #000 !important;
  }
  .sort-mobile .fa {
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: sub;
  }
}

.single-blog .blog-content {
  border-radius: 10px;
}
.single-blog img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}
@media (max-width: 980px) {
  .single-blog img {
    width: 100%;
  }
}
.single-blog h1 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  line-height: 35px;
}
@media (max-width: 980px) {
  .single-blog h1 {
    font-size: 20px;
  }
}
.single-blog h2 {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
  line-height: 35px;
}
@media (max-width: 980px) {
  .single-blog h2 {
    font-size: 18px;
  }
}
.single-blog h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  line-height: 35px;
}
@media (max-width: 980px) {
  .single-blog h3 {
    font-size: 18px;
  }
}
.single-blog li, .single-blog p {
  line-height: 30px;
}
.single-blog .view-brands {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #025fe4;
  color: #025fe4;
  border-radius: 10px;
  transition: all ease-in 0.2s;
}
.single-blog .view-brands:hover {
  margin-top: -10px;
}
.single-blog .next-post {
  border-top: 1px solid #eee;
  list-style-type: none;
  text-align: center;
  padding-right: 0;
}
.single-blog .next-post li {
  display: inline;
}
.single-blog .next-post a {
  display: inline-block;
  font-size: 0.785rem;
  border-radius: 2em;
  background: #243041;
  color: #fff;
  padding: 0px 35px;
  margin-left: 5px;
}
@media (max-width: 980px) {
    #search-form {
        margin: 0 80px;
    }
    #search-form .input-group {
        position: fixed;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 58%;
        top: 70px;
        transition: top 0.3s ease;
    }
}

#search-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 1rem;
    z-index: 1000;
    width: 1200px;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    justify-content: end;
}
@media (max-width: 980px) {
    #search-box {
        position: fixed;
        top: 60px; /* فاصله از بالای صفحه */
        left: 10px;
        right: 10px;
        width: auto;
        border-radius: 8px;
        max-height: 600px;
        overflow-y: auto;
    }
}
#search-box .product-item {
    border: 0;
    transition: 1s;
}
#search-box .product-item:hover {
    box-shadow: 0px 4px 8px rgba(39, 39, 39, 0.3215686275);
    transform: translatey(-5px);
}
#search-box .product-item .card-price {
    border-top: 1px solid #ccc;
    padding: 10px;
}
@media (max-width: 980px) {
    #search-box .product-item .card-price {
        width: 100%;
    }
}
#search-box .product-item .card-price #soldOut {
    color: #484848;
}

@media (max-width: 980px) {
    header #main-menu {
        max-height: 700px;
        overflow-y: auto;
    }
}
.slider-container {
  max-width: 500px;
  margin: auto;
}
.slider-container .inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.slider-container .inputs input {
  padding: 4px;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.slider-container .range-slider {
  position: relative;
  height: 40px;
}
.slider-container .range-slider input[type=range] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  background: none;
  height: 40px;
  z-index: 1;
}
.slider-container .range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #102c5e;
  -webkit-appearance: none;
  margin-top: -7px;
}
.slider-container .range-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #102c5e;
}
.slider-container .slider-track {
  position: absolute;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: #ddd;
  width: 100%;
  border-radius: 3px;
  z-index: 1;
}
.slider-container .slider-range {
  position: absolute;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: #102c5e;
  z-index: 2;
  border-radius: 3px;
}
/*# sourceMappingURL=style.css.map */
