body {
  margin: 0;
  font-family: "iranyekan", Tahoma;
  font-size: 90%;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  text-align: right;
  background-color: #f1f5f9!important;
}
  
.fo {
  font-family: "iranyekan", Tahoma !important;
}

.promotions {
  height: 51px;
}

.promotions img {
  width: 100%;
  height: 50px;
}

.at_topMenu{
  height: 52px;
  background: linear-gradient(90deg, #2c5cff, #f1f1f0) !important;
}

.at_list_bars {
  height: 54px;
  line-height: 54px;
  display: flex;
}

.header-cart {
  position: relative;
  min-width: 50px;
  text-align: center;
}

.header-cart {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-cart .fa {
  font-size: 20px;
  color: #ffffff;
}

.header-cart a {
  text-decoration: none;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}

.header-cart a {
  border-radius: 50%;
  margin: 0 4px;
}

.header-cart a:hover {
  background: linear-gradient(90deg, #001DAC, #000F57) !important;
}

.header-cart a.logo {
  min-width: 170px;
}

.header-cart-count {
  position: absolute;
  left: 26px;
  top: 5px;
  background-color: #ffffff;
  line-height: 20px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  min-width: 20px;
  height: 20px;
  padding-left: 4px;
  padding-right: 4px;
}

.header-iv {
  font-size: 18px;
  background: linear-gradient(90deg, #2c5cff, #001DAC) !important;
  padding: 4px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  direction: ltr;
  line-height: 24px;
  border: 2px solid #ffffff
}

.header-iv .txt-logo-en {
  padding: 4px 8px 0 8px;
  background-color: #ffffff;
  border-radius: 15px 0 0 15px;
}

.header-iv .txt-logo-fa {
  padding: 0 8px;
  color: #ffffff;
}

a.bg_hover_no:hover{
  background: transparent !important;
}

.footer{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}

.fixed_top{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  border-bottom: 1px solid #f1f5f9;
}

.fixed_top.mt{
  margin-top: 50px;
}

.wrapper.fixed_1{
  margin-top: 50px;
  margin-bottom: 18px;
}

.wrapper.fixed_2{
  margin-top: 120px;
  margin-bottom: 60px;
}

.at_product {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.at_product {
  background-color: #ffffff;
}

.at_product img{
  width: 100%;
  height: auto;
}

.at_product img {
  border-radius: 8px;
}

.bg_at{
  background: linear-gradient(90deg, #2c5cff, #000F57) !important;
}

.text_at{
  background: #2C5CFF;
  background: linear-gradient(to right, #2C5CFF 0%, #000F57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.at_price ins{
  text-decoration: none;
}

.at_price del{
  color: #c0c2c5;
  text-decoration-color: #c0c2c5;
  margin-top: 8px;
}

.woocommerce-Price-amount .amount{
  margin-top: 25px;
  margin-left: 34px;
}

.logo {
  position: relative;
  display: block;
}

.logo img {
  height: 55px;
  position: absolute;
  right: 0;
  top: 0px;
}

.at-footer {
  background: #F6F6F7;
}

.dWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* SC */
.wrapper-tabs{
  direction: ltr;
}

.wrapper-tabs{
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  border-radius: 13px;
  overflow-x: hidden;
  padding: 10px;
  position: relative;
}

.wrapper-tabs .icon {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100px;
  display: flex;
  align-items: center;
}

.icon i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  user-select: none;
}

.icon i:hover{
  background: #efefef;
  cursor: pointer;
}


.icon:first-child{
  left: 0;
  background: linear-gradient(90deg, #ffffff 70%, transparent);
  display: none;
}

.icon:first-child i {
  margin-left: 15px;
}

.icon:last-child i {
  margin-right: 15px;
}

.icon:last-child{
  right: 0;
  justify-content: flex-end;
  background: linear-gradient(-90deg, #ffffff 70%, transparent);

}

.wrapper-tabs .tabs-box{
  display: flex;
  list-style: none;
  gap: 20px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  user-select: none;
  margin: 0;
}

.tabs-box.dragging {
  scroll-behavior: auto;
  cursor: grab;
}

.tabs-box .tab {
  white-space: nowrap;
  font-size: 1rem;
  background: #f5f4fd;
  border: 1px solid #d8d5f2;
  border-radius: 30px;
  cursor: pointer;
}

.tabs-box .tab:hover {
  background: #eaeaea;
}

.tabs-box .tab.active {
  color: #ffffff;
  background: linear-gradient(90deg, #2c5cff, #000F57) !important;
  border-color: transparent;
}

.tabs-box.dragging .tab {
  user-select: none;
  pointer-events: none;
}

.tabs-box .tab>a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 8px 20px;
}
/* EC */

.text-caption{
  font-size: 11px;
  font-weight: 400;
  line-height: 2.17;
}

.text-caption-3{
  font-size: 13px;
  font-weight: 400;
  line-height: 2.17;
}

.text-neutral-800{
  color: #23254e;
}

.ellipsis{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis {
  max-width: 130px;
}

.at-minSlide a:hover {
  text-decoration: none;
}

.at-minSlide-img{
  border-radius: 8px;
  padding: 4px;
  border: 1px solid #cccccc;
}

.at-minSlide img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 3px
}

.advh{
  position: relative;
  margin-bottom: 8px;
}

.advh:after {
  content: "";
  width: 100%;
  background-image: url("../images/divbar.gif");
  position: absolute;
  height: 15px;
  background-repeat: round;
  top: -40px;
  left: 0;
}

.advhC{
  position: relative;
}

.at_product_det {
  background-image: linear-gradient(to top, #121212, rgba(18, 18, 18, 0));
  width: 100%;
  position: absolute;
  bottom: 0px;
  border-radius: 0 0 8px 8px;
}

.text-neutral-000 {
  color: #ffffff;
}

.text-neutral-00 {
  color: #000000;
}

.btn-call{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

del .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  display: none !important;
}

.border-in{
    background-color: #d9d9d9;
    background: -webkit-gradient(linear, 0 0, 0 50%, from(#eaeaea), to(#fff));
    background: -moz-linear-gradient(#eaeaea, #fff 50%);
    background: linear-gradient(#eaeaea, #fff 50%);
    -pie-background: linear-gradient(#eaeaea, #fff 50%);
    padding: 17px 10px;
    position: relative;
    width: 100%;
}

.border-in .box-title {
  background: url("../images/box-title.png") no-repeat center center;
  min-height: 40px;
  line-height: 40px;
  font-size: 12px;
}

.at_card {
  background-color: #ffffff;
  border-radius: .25rem !important;
  border: 1px solid #dee2e6!important;
}

.at_pagin {
  display: flex;
  justify-content: center;
  align-items: center;
}

.at_pagin a {
  display: block;
  padding: 8px 12px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin: 0 4px;
}

.at_pagin a:hover{
  text-decoration: none;
  background: linear-gradient(90deg, #2c5cff, #000F57) !important;
  color: #cccccc;
}

.at_pagin .page-numbers.current{
  display: block;
  padding: 8px 12px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin: 0 4px;
  background: linear-gradient(90deg, #2c5cff, #000F57) !important;
  color: #ffffff;
}

.iv_load {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iv_load::before {
  content: "\f1ce";
  font-family: fa;
  font-size: 30px;
  color: #6c757d;
  -webkit-animation: loading 1.5s linear infinite;
  animation: loading 1.5s linear infinite;
  width: 0;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}


.at_breadcrumbs{
  display: flex;
  justify-content: right;
  align-items: center;
  padding-top: 4px;
}
.at_breadcrumbs a:hover{
  text-decoration: none !important;
}

.at_product .woocommerce-LoopProduct-link.woocommerce-loop-product__link{
  text-decoration: none;
  color: inherit;
}

.at_product .woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover{
  text-decoration: none;
  color: inherit;
}

.at_product .woocommerce-loop-product__title {
  font-size: 14px;
  margin-top: 24px;
}

.at_product .price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column-reverse;
}

.at_product .price{
  margin-bottom: 12px;
  margin-top: 16px;
}

.at_product .price del{
  color: #c0c2c5;
  font-size: 13px;
  padding-left: 32px;
}

.at_product .price ins{
  text-decoration: none;
  font-size: 13px;
}

.button.product_type_simple:hover{
  text-decoration: none;
}

.advhC .onsale {
  position: absolute;
  bottom: 56px;
  background: #d32f2f;
  width: 60px;
  border-radius: 16px;
  color: #ffffff;
}

.advhC .soldout {
  position: absolute;
  width: 70%;
  height: 20%;
  background: #ffffff;
  left: 15%;
  top: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  border-radius: 8px 0;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(14 14 14 / 80%);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1.5s ease;
  visibility: visible;
  opacity: 0;
}
.loading.current {
  visibility: visible;
  opacity: 1;
  z-index: 9999999;
}
.ring {
  position: relative;
  background-color: transparent;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 3px solid rgba(156 156 156 / 40%);
}
.ring::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 3px solid rgba(212 212 212 / 40%);
  border-top-color: transparent;
  animation: loading 1.5s linear infinite;
}
@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}

.woocommerce span.onsale{
  position: absolute;
  top: unset;
  right: unset;
  bottom: 56px;
  background: #d32f2f;
  width: 60px;
  border-radius: 16px;
  color: #ffffff;
  height: 25px;
  line-height: unset;
  min-height: unset;
  font-size: inherit;
}

.at-fooer-cr-color{
  color: #9b9b9c;
}

.at-text-cat-0 a{
  display: block;
  font-size: .875em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.72) !important;
}