@import url(fontiran.css);

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
  font-family: IRANSans !important;
}

body,
html {
  font-family: IRANSans !important;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

.c-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.cart-side-holder {
  position: relative;
  overflow: hidden;
}

.cart-side-info {
  margin-left: 50px;
}

.cart-side-holder:hover .cart-side-delete {
  transform: translateX(0px);
}

.cart-side-delete {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  color: #dc3545;
  transform: translateX(-50px);
  transition: all 0.2s ease-in;
}

.cart-side-items {
  color: #121212;
  font-size: 0.75rem;
  font-weight: 700;
}

.cart-side-sub {
  color: purple;
  font-size: 0.8rem;
  font-weight: 700;
}

.rad-10 {
  border-radius: 10px;
}

.getshadow-s {
  box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.2);
  -webkit-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.2);
  -moz-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.2);
}

.product-cart-review-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #121212;
}

.getshadow {
  box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.76);
  -webkit-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.76);
  -moz-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.76);
}

.right-side {
  background-color: white;
  min-height: 100vh;
  border-top-left-radius: 40px;
  border-left: 1px solid #f8f8f8;
}

.rightside-topdiv {
  position: relative;
  height: 200px;
  border-top-left-radius: 40px;
}

.frap {
  border-top-left-radius: 40px;
  background-image: url(../imgs/06.-Wisteria_1.jpg);
  background-position: center;
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: cover;
}

.glassy-link {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 3px;
}

.shop-logo-holder {
  position: relative;
  width: 240px;
  height: 240px;
  margin-top: 5vh;
}

.shop-logo-underlay {
  position: absolute;
  width: 210px;
  height: 210px;
  top: 15px;
  left: 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 20px;
  background-color: rgba(255, 255, 255, 0.95);
}

.shop-logo {
  position: absolute;
  width: 210px;
  height: 210px;
  top: 15px;
  left: 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 20px;
  background-image: url(../imgs/saba.png);
  background-position: center;
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px;
}

.font-one {
  font-size: 1.2rem;
}

.font-two {
  font-size: 1rem;
}

.n-ml {
  margin-left: -0.65rem !important;
}

.hen {
  left: 50%;
  position: absolute;
  /*
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
*/
  overflow: hidden;
}

.imgss {
  position: absolute;
  bottom: 0;
  right: 10%;
  height: 110px;
  width: 110px;
  background-image: url(../imgs/saba.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  border: 4px solid white;
  background-color: rgba(255, 255, 255, 0.3);
}

.rightside-top-underlay {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 100%;
  background-color: white;
}

.logoshape {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px;
  background-color: dodgerblue;
}

.logoshapeimg {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-image: url(../imgs/saba.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #f9f9f9;
  box-shadow: 1px 10px 15px -15px rgba(70, 48, 179, 0.26);
  -webkit-box-shadow: 1px 10px 15px -15px rgba(70, 48, 179, 0.26);
  -moz-box-shadow: 1px 10px 15px -15px rgba(70, 48, 179, 0.26);
}

.logoshapeimg-big {
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 160px;
  background-image: url(../imgs/saba.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #f9f9f9;
  box-shadow: 1px 10px 15px -15px rgba(70, 48, 179, 0.26);
  -webkit-box-shadow: 1px 10px 15px -15px rgba(70, 48, 179, 0.26);
  -moz-box-shadow: 1px 10px 15px -15px rgba(70, 48, 179, 0.26);
}

.topbanner {
  position: relative;
  height: 300px;
  margin-top: 8vh;
  overflow: hidden;
}

.banner-title {
  position: absolute;
  height: 73%;
  width: 100%;
  bottom: 0;
  right: 0;
}

.banner-logo {
  position: absolute;
  height: 100%;
  width: 50%;
  bottom: 0;
  left: 3%;
  background-image: url(../imgs/store.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.topbanner-base {
  position: absolute;
  height: 85%;
  width: 100%;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  background: #f9f9f9;
}

.topbanner-shape {
  position: absolute;
  height: 400px;
  width: 400px;
  border-radius: 1000px;
  top: 6%;
  left: -10%;
  background: #f9f9f9;
  opacity: 1;
}

.topbanner-shape-seconds {
  position: absolute;
  height: 400px;
  width: 400px;
  border-radius: 1000px;
  top: 22%;
  left: 27%;
  background: #f9f9f9;
}

.shopinfoholder {
  height: 48px;
  /*    min-width: 120px;*/
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.1);
}

.shopcartbadgeholder {
  height: 48px;
  min-width: 48px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.1);
}

.bbi {
  border-bottom: 1px solid #e7e7e9;
  font-size: 3em;
  transition: all 0.25s linear;
  position: relative;
}

.bbi:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  right: 0;
  bottom: -1px;
  /* this is to match where the border is */
  transform-origin: right;
  transform: scale(0);
  transition: 0.25s linear;
  /*   will-change: transform; */
}

.bbi:hover:before {
  transform: scale(1);
}

.notif-header {
  background-image: linear-gradient(
    to right top,
    #845ec2,
    #8e59c0,
    #9954be,
    #a34eba,
    #ad47b6,
    #bb3caa,
    #c8309d,
    #d2218f,
    #dc0b75,
    #e0085a,
    #de1d3f,
    #d73222
  );

  box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.56);
  -webkit-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.56);
  -moz-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.56);
}

.notif-card {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.3s ease-out;
}

.notif-icon {
  transition: all 0.3s ease-out;
  font-size: 3rem;
  color: #121212;
  opacity: 0.2;
  transform: rotate(-25deg);
}

.notif-header-title {
  font-size: 1.7rem;
  color: #121212;
  font-weight: 700;
}

.notif-text {
  color: #121212;
  font-size: 1rem;
  border-right: 10px dotted orange;
}

.cat-card {
  position: relative;
  height: 33vh;
  border-radius: 10px;
  background-color: #f9f9f9;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.cat-img {
  position: absolute;
  height: 70%;
  width: 90%;
  top: 5%;
  left: 5%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease-out;

  box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.56);
  -webkit-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.56);
  -moz-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.56);
}

.cat-img-backlayer {
  position: absolute;
  height: 70%;
  width: 90%;
  top: 5%;
  left: 5%;
  background: #005c97; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to bottom,
    #363795,
    #005c97
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom,
    #363795,
    #005c97
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 10px;
  transition: all 0.3s ease-out;

  box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.56);
  -webkit-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.56);
  -moz-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.56);
}

.cat-title {
  position: absolute;
  height: 20%;
  width: 90%;
  bottom: 2%;
  right: 6%;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0d0c22;
}

.cat-count {
  position: absolute;
  height: 55px;
  width: 55px;
  bottom: 11%;
  left: 8%;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 10px;
  font-size: 1rem;
  color: #0d0c22;
}

.cat-countovelay {
  position: absolute;
  height: 60px;
  width: 60px;
  bottom: 11%;
  left: 8%;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0.9;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
}

.cat-card:hover .cat-img,
.cat-card:hover .cat-img-backlayer {
  top: 3%;
}

.cat-card:hover {
  box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.76);
  -webkit-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.76);
  -moz-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.76);
}

.products-body {
  position: relative;
  min-height: 90vh;
}

.cart-top-layer-container {
  position: relative;
  height: 250px;
}

.cart-top-layer-img {
  position: absolute;
  width: 50%;
  height: 90%;
  bottom: 2%;
  left: 0%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../imgs/shopping-cart-monochrome.svg);
}

.cart-top-layer {
  position: absolute;
  width: 100%;
  height: 25%;
  bottom: 0;
  left: 0;
  background-color: #8b1780;
}
.cart-top-layer-back {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #8b1780;
}

.products-top-layer {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  background-color: #8b1780;
}

.product-image-holder {
  position: relative;
  aspect-ratio: 1/1;
  width: 95%;
  margin-right: auto !important;
  border-radius: 10px;
  background: rgb(249, 249, 249);
  background: linear-gradient(
    135deg,
    rgba(249, 249, 249, 1) 44%,
    rgba(247, 247, 247, 1) 56%
  );
  transition: all 0.2s ease-out;
}

.product-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease-in;
}

.product-title {
  font-size: 0.9rem;
  color: #121212;
  font-weight: 400;
}

.product-sub {
  font-size: 0.9rem;
  color: darkslategray;
  font-weight: 400;
}

.product-form-btn {
  font-size: 0.9rem;
  color: darkslategray;
  font-weight: 400;
}

.product-card {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  border: 1px solid #e2e6e8;
}

.product-card:hover .product-image {
  box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.76);
  -webkit-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.76);
  -moz-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.76);
}

.cart-image {
  min-height: 80px;
  width: 80px;
  border-radius: 10px;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease-in;
  box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.76);
  -webkit-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.76);
  -moz-box-shadow: 1px 10px 15px -15px rgba(195, 44, 56, 0.76);
}

.cart-item-options {
  height: 100%;
  width: 120px;
}

.mo {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  border-left-color: transparent;
}

.om {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.gradient-bg-one {
  background-image: linear-gradient(
    to right top,
    #845ec2,
    #8e59c0,
    #9954be,
    #a34eba,
    #ad47b6,
    #bb3caa,
    #c8309d,
    #d2218f,
    #dc0b75,
    #e0085a,
    #de1d3f,
    #d73222
  );
}

.gradient-bg-two {
  background-image: linear-gradient(
    to left top,
    #5547e9,
    #7642e0,
    #8e3dd6,
    #a038cc,
    #af35c2,
    #a056d7,
    #8f6ee7,
    #7f83f3,
    #4aa9ff,
    #4dc8fd,
    #84e0f3,
    #c1f4f1
  );
}
input,
textarea {
  direction: ltr !important;
  text-align: left !important;
}
