﻿.coll--3-custum-similar .swiper-container .swiper-wrapper img.offers.specialoffer {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: auto
}

.middleproductlist-info span {
    background-color: #DEF3E4;
    border-radius: 50%;
    margin-left: 3%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.middleproductlist-info {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0%;
    transform: translateY(66px);
    transition: 0.5s;
}

.middleproductlist-info svg {
    width: 20px;
    height: 20px;
}

a.middleproductlist-title {
    color: #9c9c9c!important;
    font-size: 18px;
}

.middleproductlist-price a {
    color: #fff;
    font-size: 26px;
    width: 90%;
    background-color: #FF7700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    transition: 0.5s;
    margin: 1rem auto;
    font-size: 1.7rem;
}

.middleproductlist-items>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    overflow: hidden;
    background-color: #e7e7e7;
    margin: 0.5rem;
    box-shadow: 0px 0px 5px 0px #c9c9c9;
}

.middleproductlist-price {
    width: 100%;
    align-items: center;
    display: flex;
    position: relative;
}

.middleproductlist-buyandmore {
    position: absolute;
    height: 80%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    transform: translateY(90px);
    transition: 0.5s;
}

.middleproductlist-buyandmore a {
    width: 50%;
    text-align: center;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.middleproductlist-buyandmore a:first-child {
    background: #008500;
    color: white !important;
    font-size: 20px;
}

.middleproductlist-buyandmore a:last-child {
    background-color: #434343;
    color: white !important;
    font-size: 20px;
}


/* .middleproductlist-items > div:hover .middleproductlist-buyandmore
  {
      transform: translateY(7px);
  }
  .middleproductlist-items > div:hover .middleproductlist-price span
  {
      transform: translateY(100px);
  }
  .middleproductlist-items > div:hover .middleproductlist-info
  {
      transform: translateY(3px);
  } */

.middleproductlist-items>div * {
    text-decoration: none;
}

.middleproductlist-items a.middleproductlist-item-image {
    padding: 0 0 3rem;
    text-align: center;
}

.fancybox-slide.fancybox-slide--html.fancybox-slide--current.fancybox-slide--complete {
    font-family: 'IRANYekan';
}

#fancybox-container-1>div.fancybox-inner>div.fancybox-stage>div>div>h6 {
    font-size: x-large;
    padding-right: 30px;
}

.fancybox-slide.fancybox-slide--html.fancybox-slide--current.fancybox-slide--complete>div {
    width: 80%;
    height: 75%;
    border-radius: 24px
}

/* start custom css */
.coll--3-custum-similar.swiper-button-prev {
    top: 50%;
}

.coll--3-custum-similar.swiper-button-next {
    top: 50%;
}

.coll--3-custum-similar.swiper-button-prev:after {
    content: none !important;
}

.coll--3-custum-similar.swiper-button-next:after {
    content: none !important;
}

.mss-selectors-container {
    justify-content: end;
}
.mss-bullets .mss-selector {
    background-color: #ff7700 !important;
}

/* .mss-slider-wrapper.mss-with-height, .mss-slider-wrapper.mss-recalc-height .mss-slide-wrapper {
    position: relative !important;
} */
/* end custom css */
