﻿/*************** MAINBODY *****************/
@import "../global/base-rtl.css";
@font-face {
  font-family: MIRANSans;
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/iranSans/eot/IRANSansWeb_Medium.eot');
  src: url('../../fonts/iranSans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/iranSans/woff2/IRANSansWeb_Medium.woff2') format('woff2'), url('../../fonts/iranSans/woff/IRANSansWeb_Medium.woff') format('woff'), url('../../fonts/iranSans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/iranSans/eot/IRANSansWeb_Light.eot');
  src: url('../../fonts/iranSans/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/iranSans/woff2/IRANSansWeb_Light.woff2') format('woff2'), url('../../fonts/iranSans/woff/IRANSansWeb_Light.woff') format('woff'), url('../../fonts/iranSans/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
  font-family: BIRANSans;
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/iranSans/eot/IRANSansWeb.eot');
  src: url('../../fonts/iranSans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('../../fonts/iranSans/woff2/IRANSansWeb.woff2') format('woff2'), url('../../fonts/iranSans/woff/IRANSansWeb.woff') format('woff'), url('../../fonts/iranSans/ttf/IRANSansWeb.ttf') format('truetype');
}
@font-face {
  font-family: gohar;
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/gohar/Gohar-Black.ttf');
  src: url('../../fonts/gohar/Gohar-Bold.ttf');
}
@font-face {
  font-family: "lightcase";
  font-weight: normal;
  font-style: normal;
  src: url("/static/fonts/lightcase/lightcase.eot");
  src: url("/static/fonts/lightcase/lightcase.ttf") format("ttf"), url("/static/fonts/lightcase/lightcase.woff") format("woff"), url("/static/fonts/lightcase/lightcase.svg") format("svg");
}
h1,
.hand-writing {
  font-family: 'MIRANSans';
}
h2,
h3,
.lora-font {
  font-family: 'MIRANSans';
  line-height: normal;
}
:root {
  --white-50: #fff;
  --gray-500: #484848;
  --gray-700: #363636;
  --gray-800: #362711;
  --pink-300: #FFB1C4;
  --pink-600: #F34286B2;
  --blue-100: #BAD0FA;
  --yellow-200: #F1ED8A;
}
.opacity-60 {
  opacity: 0.6;
}
.text-center {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.jcon-stationery {
  color: #F78080;
}
.jcon-mug {
  color: #6FD6ED;
}
.jcon-acccessories {
  color: #F2BC0A;
}
.jcon-containers {
  color: #B5DA58;
}
.bg-pink:hover {
  background: #FFEDED;
}
.bg-blue:hover {
  background: #E9FAFE;
}
.bg-yellow:hover {
  background: #FDF1C9;
}
.bg-green:hover {
  background: #F0F8DB;
}
.top-menu {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 10px 0 8px 0;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0px);
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
}
.top-menu.scrolled {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
}
.Menu2 {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #FEF7EF;
  z-index: 100000;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.Menu2 .btn-close {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 10px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 40px;
  display: inline-block;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.Menu2 .search {
  padding-bottom: 20px;
  width: 90%;
  margin: auto;
}
.Menu2 .d-flex {
  justify-content: center;
}
.Menu2 .d-flex > a {
  display: block;
}
.Menu2 .d-flex > a img {
  width: 150px;
  height: auto;
}
.Menu2 > ul {
  height: 80%;
  overflow: auto;
}
.Menu2 ul {
  list-style: none;
  border: 1px solid green;
  padding: 0;
  margin: 10px;
  border-radius: 10px;
}
.Menu2 ul li a {
  padding: 10px 15px;
  color: #666;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /*border-top: 1px solid rgba(0,0,0,.05);
            border-top: 1px solid rgba(0,0,0,.05);*/
}
.Menu2 ul li a:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  background: var(--maincolor-dark);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  z-index: -1;
}
.Menu2 ul li a:hover {
  color: #BCB509;
}
.Menu2 ul li a:hover::before {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.Menu2 ul li.haschild {
  position: relative;
}
.Menu2 ul li.haschild > p {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.Menu2 ul li.haschild > p a {
  width: 85%;
}
.Menu2 ul li.haschild > p i {
  width: 15%;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--maincolor-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /*  border-right: 1px solid rgba(0,0,0,.05);
                    border-top: 1px solid rgba(0,0,0,.05);
                    border-bottom: 1px solid rgba(0,0,0,.05);*/
}
.Menu2 ul li.haschild > p i:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--maincolor-dark);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  z-index: -1;
}
.Menu2 ul li.haschild > p i:hover {
  color: #484848;
}
.Menu2 ul li.haschild > p i:hover:after {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.Menu2 ul li.haschild > ul {
  display: none;
  background: #fdf0e0;
}
.Menu2 ul li.haschild.open > p i:before {
  content: '\e914' !important;
  font-family: 'Jingiilii-Icons';
}
.Menu2.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.Menu2.open .mdi-close {
  left: -40px;
}
.nav {
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.nav .jcon-sort {
  font-size: 30px;
  color: gray;
  display: none;
  cursor: pointer;
}
.nav .logo img {
  width: 160px;
  height: auto;
  object-fit: cover;
}
.nav .menu .menuItem:hover {
  /*.dropdown-content{
                        opacity:1;
                        visibility:visible;
                    }*/
}
.nav .menu .menuItem:hover .menuLink {
  color: #bcb509;
}
.nav .menu .menuItem .menuLink {
  display: inline-block;
  padding: 20px 10px;
  color: #000;
  font-family: 'MIRANSans';
  font-size: 11pt;
}
.nav .menu .active > .menuLink {
  color: #BCB509;
}
.nav .dropdown-content {
  position: absolute;
  width: 990px;
  right: 0;
  left: 0;
  top: 100%;
  /*border: 1px solid;*/
  margin: auto;
  background: #fef7ef;
  height: 665px;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.nav .dropdown-content .subMenu {
  display: flex;
  background: #fff0e4;
}
.nav .dropdown-content .subMenu .subMenuItem {
  width: 25%;
  /*position: relative;*/
}
.nav .dropdown-content .subMenu .subMenuItem:hover {
  /*.megaMenu {
                            opacity: 1;
                            visibility: visible;
                        }*/
}
.nav .dropdown-content .subMenu .subMenuItem:hover .subMenuLink {
  color: red;
}
.nav .dropdown-content .subMenu .subMenuItem .subMenuLink {
  padding: 10px 20px;
  display: inline-block;
  color: gray;
  font-size: 11pt;
  font-weight: 600;
}
.nav .dropdown-content .megaMenu {
  position: absolute;
  right: 0;
  width: 100%;
  /*border: 1px solid red;*/
  background: #fef7ef;
  padding: 0 35px;
  opacity: 0;
  visibility: hidden;
}
.nav .dropdown-content .megaMenu .row .column {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 20px;
}
.nav .dropdown-content .megaMenu .row .column .title {
  border-bottom: 2px solid gray;
}
.nav .dropdown-content .megaMenu .row .column .title:hover {
  color: red;
}
.nav .dropdown-content .megaMenu .row .column > ul > li:hover > a {
  color: #f34286;
}
.nav .dropdown-content .megaMenu .row .column > ul > li > a {
  display: block;
  color: #000;
  padding: 10px 0;
}
.nav .basket-section {
  gap: 18px;
}
/*---------------------------- header ---------------------------------------*/
header {
  padding: 10px 0 15px 0;
}
header .navbar-toggler:focus {
  box-shadow: unset;
}
header .navbar-toggler {
  border: none;
}
header .navbar-nav {
  gap: 35px;
}
header .navbar-nav .nav-item:hover .nav-link {
  color: #BCB509;
}
header .navbar-nav .nav-item:hover > ul {
  display: block;
}
header .navbar-nav li ul {
  /* position: absolute;
                width: 340px;
                top: 100%;
                margin: 0;
                padding: 0;
                list-style: none;
                display: none;
                line-height: normal;
                z-index: 111;
                border-radius: 40px;
                background: #FEF7EF;
                box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);*/
}
header .navbar-nav li ul li {
  border-bottom: 1px solid #E9E9E9;
  display: flex;
  padding: 16px 18px;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
header .navbar-nav li ul li:first-child {
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}
header .navbar-nav li ul li:last-child {
  border-bottom-right-radius: 40px;
  /*border-top-left-radius: 40px;*/
}
header .navbar-nav li ul li i {
  font-size: 32px;
}
header .navbar-brand img {
  width: 160px;
  height: 44px;
  object-fit: cover;
}
header .login {
  cursor: pointer;
  display: flex;
  align-items: center;
}
header .login .jcon-user-octagon {
  transition: 0.5s;
}
header .login:hover .jcon-user-octagon {
  color: #afcb73;
}
header .LoginBox {
  cursor: pointer;
}
header .LoginBox .user-account {
  position: absolute;
  top: 54px;
  background: #fef9f4;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 15px;
  width: 160px;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header .LoginBox .user-account .account-item {
  transition: 0.5s;
}
header .LoginBox .user-account .account-item:hover .account-link span {
  color: #a6a11f;
}
header .LoginBox .user-account .account-item .account-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  cursor: pointer;
}
header .LoginBox .user-account .account-item .account-link .jcon-user,
header .LoginBox .user-account .account-item .account-link .jcon-heart {
  font-size: 20px;
  color: #484848;
}
header .LoginBox .user-account .account-item .account-link span {
  color: #363636;
}
header .basket {
  position: relative;
}
header .basket .jcon-bag {
  transition: 0.5s;
}
header .basket:hover {
  cursor: pointer;
}
header .basket:hover .jcon-bag {
  color: #afcb73;
}
header .basket .counter {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #F1ED8A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: black;
}
header .navbar-nav li ul li:hover > a {
  color: #f34286 !important;
}
header .navbar-nav li ul li:hover > a:before {
  transform: translatex(0);
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
}
header .navbar-nav li ul li a {
  color: #000;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  /* 244.444% */
  white-space: nowrap;
}
header .navbar-nav li ul li a :hover {
  /* background-color: transparent;
    color: #000;*/
}
header .navbar-nav li ul li ul {
  right: 100%;
  top: 0;
  position: absolute;
  display: none;
  background: #FEF7EF;
  z-index: 999;
}
header .navbar-nav ul li:hover > ul {
  display: block;
}
header .navbar-nav li {
  position: relative;
}
.search {
  position: relative;
}
.search input {
  width: 100%;
  background-color: #F1ED8A;
  padding: 20px 45px;
  border-radius: 44px;
  outline: none;
  border: none;
  font-size: 16px;
  color: black;
  height: 65px;
}
.search .search-icon {
  position: absolute;
  right: 15px;
  top: 22px;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  color: #000;
}
::placeholder {
  color: #000;
  font-weight: 600;
}
/*---------------------------- Responsive ---------------------------------------*/
@media only screen and (max-width: 1460px) {
  header .navbar-nav {
    gap: 20px;
  }
  .nav .menu .menuItem .menuLink {
    font-size: 10pt;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar-nav {
    display: none;
  }
  .jcon-sort {
    display: block !important;
  }
  .nav .menu {
    display: none !important;
  }
  header {
    padding: 0;
  }
  header .header .nav {
    display: none;
  }
  /* .basket-section {
        display: none !important;
    }*/
  .nav .menu .menuItem .menuLink {
    font-size: 10pt;
  }
}
@media only screen and (max-width: 992px) {
  /*
    .basket-section {
        display: none !important;
    }*/
  header .LoginBox .user-account {
    top: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .nav .basket-section {
    gap: 10px;
  }
  .nav .logo img {
    width: 125px;
  }
  .LoginBox span.size-medium {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  header .navbar-brand img {
    width: 110px;
    object-fit: contain;
  }
}
/*------------------- footer -----------------*/
footer {
  position: relative;
}
footer .footer {
  padding: 40px 0 0 0;
}
footer .footer .img-footer {
  position: relative;
  width: 40%;
  margin: auto;
  z-index: 1;
}
footer .footer .img-footer .right-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
footer .footer .img-footer .left-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
footer .footer .img-footer .center-img {
  position: relative;
}
footer .footer .info-footer {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer .info-footer .title {
  font-size: 32px;
  font-weight: 700;
  font-family: gohar;
  color: black;
}
footer .footer .info-footer .summary {
  font-size: 56px;
  font-weight: 900;
  font-family: gohar;
  color: black;
}
footer .footer .contact-footer .contact-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer .contact-footer .contact-nav .contact-item {
  margin-left: 29px;
}
footer .footer .contact-footer .contact-nav .contact-item .contact-link {
  display: flex;
  align-items: center;
  gap: 2px;
}
footer .footer .supports {
  padding: 33px 0 26px 0;
}
footer .footer .supports .support-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  gap: 20px;
}
footer .footer .supports .support-nav .support-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 14%;
  gap: 10px;
}
footer .footer .supports .support-nav .support-item img {
  width: 55px;
  height: 55px;
  object-fit: cover;
}
footer .footer .namad {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
footer .footer .namad .namad-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
footer .footer .namad .namad-nav .namad-item img {
  width: 80px;
}
/*---------------------------- Responsive ---------------------------------------*/
@media only screen and (max-width: 1500px) {
  footer .footer .supports .support-nav .support-item {
    width: 15%;
  }
}
@media only screen and (max-width: 1200px) {
  footer .footer .img-footer {
    width: 65%;
  }
  footer .footer .supports .support-nav .support-item {
    width: 20%;
  }
}
@media only screen and (max-width: 992px) {
  footer .footer .supports .support-nav .support-item {
    width: 20% !important;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer {
    padding: 0 !important;
  }
  footer .footer .supports .support-nav .support-item {
    width: 40% !important;
  }
  footer .footer .img-footer {
    width: 100%;
  }
  footer .footer .namad {
    flex-direction: column;
    align-items: center;
  }
  footer .footer .namad span {
    font-size: 14px;
  }
  footer .footer .info-footer .title {
    font-size: 25px;
  }
  footer .footer .info-footer .summary {
    font-size: 45px;
  }
  footer .copy-right .container {
    flex-direction: column;
  }
  footer .copy-right .container .Lpart {
    margin: auto;
  }
  footer .copy-right .container .Rpart p {
    margin: 0;
  }
  footer .text-center {
    margin-top: 20px;
  }
  footer .text-center h2 {
    font-size: 12pt;
  }
}
@media only screen and (max-width: 576px) {
  footer .footer .info-footer .title {
    font-size: 20px;
  }
  footer .footer .info-footer .summary {
    font-size: 30px;
  }
  footer .footer .img-footer .center-img {
    width: 150px;
    height: 150px;
  }
  footer .footer .img-footer .right-img,
  footer .footer .img-footer .left-img {
    width: 120px;
    height: 120px;
  }
  footer .footer .img-footer .right-img {
    right: 45px;
  }
  footer .footer .img-footer .left-img {
    left: 45px;
  }
  footer .footer .namad .namad-nav .namad-item img {
    width: 90px;
  }
}
@media only screen and (max-width: 400px) {
  footer .footer .img-footer .right-img {
    right: 0;
  }
  footer .footer .img-footer .left-img {
    left: 0;
  }
  footer .footer .supports .support-nav .support-item {
    width: 45% !important;
  }
  footer .footer .supports .support-nav .support-item span {
    font-size: 14px;
    text-align: center;
  }
  footer .footer .info-footer .title {
    font-size: 15px;
  }
  footer .footer .info-footer .summary {
    font-size: 30px;
  }
}
html {
  scroll-behavior: smooth;
}
ul,
ol {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.lookup {
  border-radius: 10px;
  overflow: hidden;
}
.lookup .search-tabs {
  height: 40px;
}
.lookup .search-tabs li {
  height: 40px;
  display: flex !important;
  align-items: center;
}
.lookup .search-tabs li .lstitle {
  text-align: right;
  display: block;
}
.lookup .search-tabs li.active {
  background: #f1ed8a !important;
}
.lookup .search-tabs li.active a {
  color: #000 !important;
}
.lookupMore {
  color: #ef4d7f;
}
.searchcontent {
  border-radius: 10px;
}
.accordion-button:focus {
  box-shadow: unset;
}
.modal .close {
  border: 0;
  background: transparent;
  font-size: 25px;
}
/*Color*/
.gray-500 {
  color: var(--gray-500);
}
.gray-700 {
  color: var(--gray-700);
}
.gray-800 {
  color: var(--gray-800);
}
.pink-300 {
  color: var(--pink-300);
}
.pink-600 {
  color: var(--pink-600);
}
.blue-100 {
  color: var(--blue-100);
}
.yellow-200 {
  color: var(--yellow-200);
}
/*Size*/
.size-small {
  font-size: 12px;
}
.size-normal {
  font-size: 14px;
}
.size-medium {
  font-size: 16px;
}
.size-large {
  font-size: 18px;
}
.size-xlarge {
  font-size: 20px;
}
.size-2xlarge {
  font-size: 22px;
}
.size-3xlarge {
  font-size: 24px;
}
.size-25 {
  font-size: 25px;
}
/*font-weight*/
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-900 {
  font-weight: 900;
}
/*rounded*/
.rounded-80 {
  border-radius: 80px;
}
/*lineHeigh*/
.lineHeight-normal {
  line-height: normal;
}
.lineHeight-32 {
  line-height: 32px;
}
/*limited-text*/
.limited-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-custome {
  position: relative;
  display: flex;
  width: fit-content;
  align-items: center;
  background: linear-gradient(108.79deg, #FFFA8A -32.15%, #CBE690 62.67%);
  border-radius: 24px;
  padding: 20px 32px;
  border: unset;
  gap: 8px;
  overflow: hidden;
  box-shadow: 0 0px 0px 0px rgba(28, 16, 6, 0);
  transition: box-shadow 0.3s ease;
}
.btn-custome:active {
  top: 2px;
}
.btn-custome:hover {
  box-shadow: 0 8px 12px -6px rgba(28, 16, 6, 0.2);
}
.btn-custome:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn-custome:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 5px;
  background-color: rgba(203, 230, 144, 0.68);
  mix-blend-mode: overlay;
  transition: all 0.3s ease;
}
.btn-custome i,
.btn-custome span {
  z-index: 1;
}
.btn-custome span {
  font-size: 14px;
  color: black;
}
.login-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
h2 {
  margin: 0;
}
.modal .btn-close {
  position: absolute;
  left: 10px;
}
.MainContent {
  padding-top: 110px;
}
.customBtn {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f1ed8a;
  border-radius: 24px;
  padding: 20px 32px;
  border: unset;
  gap: 8px;
  overflow: hidden;
  box-shadow: 0 0px 0px 0px #562f0f69;
  transition: box-shadow 0.3s ease;
}
.customBtn:active {
  top: 2px;
}
.customBtn:hover {
  box-shadow: 0 8px 12px -6px #562f0f69;
}
.customBtn:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.customBtn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 5px;
  background-color: #fffb9d;
  transition: all 0.3s ease;
}
.customBtn i,
.customBtn span {
  z-index: 2;
}
.head-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 36%;
}
.font-gohar {
  font-family: gohar;
}
form {
  position: relative;
  border-radius: 70px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
form .form-control {
  height: 89px;
  border-radius: 50px;
  padding: 32px;
  border: none;
  padding-right: 70px;
}
form .form-control:focus {
  border-color: #F1ED8A;
  box-shadow: 0 0 0 0.25rem hwb(57.67deg 54.12% 5.49% / 67%);
}
form textarea.form-control {
  height: 170px;
}
form textarea.form-control:focus {
  border-color: #F1ED8A !important;
  box-shadow: 0 0 0 0.25rem hwb(57.67deg 54.12% 5.49% / 67%) !important;
}
form div {
  position: relative;
}
form div .form-label {
  position: absolute;
  right: 30px;
  top: 30px;
  /*bottom: 0;*/
  margin: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
form div label {
  position: absolute;
  right: 65px;
  top: 33px;
}
.blogs .global-card {
  border-radius: 130px 130px 70px 70px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 4px 20px 0px rgba(88, 40, 13, 0.06);
  backdrop-filter: blur(20px);
}
.tags .tag-nav .tag-item {
  display: flex;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 12px;
  background-color: #F1ED8A;
}
.faq {
  position: relative;
  padding: 81px 0;
}
.faq .faq-title {
  font-size: 35px;
}
.faq .faq-box {
  background-color: #ffffff66;
  border-radius: 70px;
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.faq .faq-box .faq-info {
  margin-right: 24px;
}
.faq .faq-box .faq-info .faq-title {
  font-size: 21px;
  line-height: 32px;
}
.faq .faq-box .faq-info .faq-subtitle {
  line-height: 25px;
  margin-bottom: 18px;
  opacity: 0.6;
}
.faq .accordion-button {
  font-weight: bold;
  padding: 0 10px;
  background-color: transparent;
}
.faq .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
  /* position: absolute;
        background: url(../../image/minus.png) no-repeat;
        margin-left: unset;
        margin-right: auto;
        z-index: 0;
        left: 0;*/
  background-color: #f1ed8a;
  border-radius: 50%;
  padding: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .accordion-button.collapsed::after {
  /*background: url(../../image/plus.png) no-repeat;*/
}
.faq .accordion-button::before {
  /*  position: absolute;
        content: "";
        background-color: white;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        left: 0;*/
}
.faq .accordion-button.collapsed::before {
  /* position: absolute;
        content: "";
        background-color: rgba(241, 237, 138, 1);
        width: 60px;
        height: 60px;
        border-radius: 100%;
        left: 0;*/
}
.faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  font-size: 16px;
  color: black;
  box-shadow: unset;
}
.faq .accordion-button:not(.collapsed)::after {
  /*transform: unset;*/
}
.faq .accordion {
  background: rgba(255, 255, 255, 0.4);
  border: 0;
  padding: 24px 32px;
  border-radius: 70px;
}
.faq .accordion-item {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 10px;
  border-radius: 50px;
  margin-bottom: 24px;
  border: 0;
}
.faq .accordion-item:after {
  /*  position: absolute;
            content: "";
            background-color: white;
            width: 60px;
            height: 60px;
            border-radius: 100%;
            left: 0;*/
}
.faq .accordion-header {
  border-radius: 50px;
  overflow: hidden;
}
.faq .accordion-body {
  font-size: 16px;
  color: #484848;
  line-height: 32px;
  padding: 0;
}
.form-check-input:checked {
  background-color: #f34286;
  border-color: #f34286;
}
.form-check-input:focus {
  box-shadow: unset;
}
.filter-btn {
  width: 45px;
  height: 45px;
  max-width: 45px;
  max-height: 45px;
  min-width: 45px;
  min-height: 45px;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -khtml-border-radius: 50px !important;
  border-radius: 50px !important;
  -webkit-box-shadow: 0 0 8px #eee;
  -moz-box-shadow: 0 0 8px #eee;
  box-shadow: 0 0 8px #eee;
  background: #f34286;
}
.filter-btn:hover {
  background: #f34286;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.WrapIcon {
  position: relative;
  z-index: 2;
}
.WrapIcon > * {
  /*margin: 0 5px 10px;*/
}
.WrapIcon .sharewrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.WrapIcon .sharewrap span,
.WrapIcon .sharewrap i {
  font-size: 24px !important;
}
.WrapIcon .sharewrap .btnshare {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.WrapIcon .sharewrap .btnshare:hover span {
  color: #78b032 !important;
}
.WrapIcon .sharewrap .share-link:hover > i {
  color: #78b032 !important;
}
.WrapIcon .sharewrap .jcon-share {
  font-size: 15pt;
  display: block;
  color: #999;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0 10px;
}
.WrapIcon .sharewrap .jcon-share:hover {
  color: #78b032;
}
.WrapIcon .sharewrap .share {
  position: absolute;
  top: 0;
  right: 65px;
  z-index: 1;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  width: 0;
  /*height: 39px;*/
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.WrapIcon .sharewrap .share a {
  display: block;
  color: #999;
  padding: 0 8px;
  font-size: 15pt;
}
.WrapIcon .sharewrap .share a:hover span {
  color: #78b032 !important;
}
.WrapIcon .sharewrap .share .mdi-close {
  color: #999;
  cursor: pointer;
  font-size: 15pt;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0 10px;
}
.WrapIcon .sharewrap .share .mdi-close:hover {
  color: #f00;
}
.WrapIcon .sharewrap .open.share {
  width: 210px;
  opacity: 1;
}
.WrapIcon > a {
  display: block;
  font-size: 15pt;
  color: #999;
  border: 1px solid #999;
  padding: 0 10px;
}
.WrapIcon > a:hover {
  color: #78b032;
}
/*timer*/
.running {
  position: relative;
}
.running:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../../image/bg-timer.png) no-repeat;
  width: 100%;
  height: 90px;
  z-index: 0;
  background-position: center;
  background-size: contain;
}
timer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row-reverse wrap;
  margin: 0;
  gap: 4px;
  z-index: 1;
}
timer > * {
  color: #000;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 12pt;
  padding: 0;
  margin: 0;
  position: relative;
  margin-bottom: 0;
  border-radius: 8px;
  padding: 8px;
  line-height: 1;
  font-weight: bold;
}
timer .days:after {
  content: '' !important;
}
timer .hours:after {
  content: ':' !important;
  position: absolute;
  left: -4px;
}
timer .minutes:after {
  content: ':' !important;
  position: absolute;
  left: -4px;
}
timer .seconds:after {
  content: ':' !important;
  position: absolute;
  left: -4px;
}
/*owl-nav*/
.owl-nav {
  position: absolute;
}
.owl-nav button {
  transition: 0.5s;
}
.owl-nav .owl-prev {
  right: -100px;
}
.owl-nav .owl-prev:hover {
  transform: translateX(10px);
}
.owl-nav .owl-next {
  right: -45px;
}
.owl-nav .owl-next:hover {
  transform: translateX(-10px);
}
.owl-nav:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #F1ED8A;
  top: -35px;
  right: -64px;
  z-index: -1;
}
/*global-card*/
.global-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 10px;
  background-color: white;
  overflow: hidden;
  margin-bottom: 63px;
  border-top-right-radius: 130px;
  border-top-left-radius: 130px;
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
  backdrop-filter: blur(300px);
  box-shadow: 0px 4px 20px 0px #58280D0F;
}
.global-card .card-img img {
  width: 100%;
  height: 338px;
  object-fit: cover;
  border-radius: 130px;
  overflow: hidden;
}
.global-card .card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 20px;
}
.global-card .card-info .card-name {
  line-height: 25px;
  min-height: 50px;
  text-align: right;
}
.global-card .card-info .price-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}
.global-card .card-info .price-wrap .add-basket {
  display: flex;
  align-items: center;
  gap: 5px;
}
.global-card .card-info .price-wrap .add-basket .icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.global-card .card-info .price-wrap .add-basket .icon:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  background-color: #F1ED8A;
  z-index: -1;
  border-radius: 100%;
}
.global-card .card-info .price-wrap .addtobasket {
  font-size: 14px;
  color: black;
  line-height: 21px;
}
.global-card .card-info .price-wrap .price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.global-card .card-info .price-wrap .price .old {
  font-size: 14px;
  color: #F34286B2;
  text-decoration: line-through;
}
.global-card .card-info .price-wrap .price .new {
  line-height: 25px;
}
.global-card .card-info .offer .unavailable {
  color: #484848;
}
.list-group .list-group-item {
  border: 0;
  cursor: pointer;
}
.list-group .list-group-item:hover {
  background-color: #f1ed8a;
}
/**************************products***************************/
.products {
  position: relative;
}
.products .global-card {
  padding: 14px 21px 28px 21px;
  gap: 21px;
  border: 2px solid transparent;
  transition: 0.5s;
}
.products .global-card:hover {
  border: 2px solid #f1ed8a;
}
.products .global-card:hover .card-img .btn-hover {
  opacity: 1;
  visibility: visible;
}
.products .global-card .card-img {
  position: relative;
}
.products .global-card .card-img .btn-hover {
  position: absolute;
  top: 10px;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 12px 9px;
  gap: 16px;
  border-radius: 18px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1.805px 3.61px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.products .global-card .card-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 80px;
  overflow: hidden;
}
.products .global-card .card-img .off {
  position: absolute;
  left: 20px;
  top: 25px;
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 43px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 10px 9px 7px 12px;
  background-color: #F34286;
  box-shadow: 0px 0px 12.64px 0px #F3428685;
  color: white;
}
.products .global-card .card-img .new {
  position: absolute;
  left: 20px;
  top: 25px;
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 43px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 10px 9px 7px 12px;
  background-color: #FFA442CC;
  box-shadow: 0px 0px 12.64px 0px #F3428685;
  color: white;
}
.products .global-card .card-img .unavailable {
  position: absolute;
  left: 20px;
  top: 25px;
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 43px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 10px 9px 7px 12px;
  color: white;
  background-color: rgba(113, 113, 113, 0.8);
  box-shadow: 0px 3px 0px 2px rgba(90, 90, 90, 0.8);
}
.products .productBox {
  position: relative;
}
.products .productBox:hover .proItem {
  filter: blur(4px);
}
.products .productBox:hover .proImg .img {
  right: 0;
}
.products .productBox:hover .proImg span {
  opacity: 1;
}
.products .productBox .proItem {
  position: relative;
  cursor: pointer;
  background-size: cover;
  display: block;
  height: 450px;
}
.products .productBox .proImg {
  position: relative;
  cursor: pointer;
}
.products .productBox .proImg .img {
  position: absolute;
  right: 15%;
  bottom: 0;
  width: 45%;
  height: auto;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.products .productBox .proImg span {
  position: absolute;
  left: 25%;
  top: -180px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 70px;
  color: #fff;
  border-radius: 10px;
  font-size: 12pt;
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.products .owl-nav:after {
  right: 137px;
}
body {
  font-family: IRANSans, tahoma, 'Cabin', sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: normal;
  background-color: #f8f8f8;
  color: #717171;
  font-size: 11pt;
  text-align: justify;
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 100%;
  z-index: 1;
  position: relative;
}
body:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../../image/bg-body.png) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body a {
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
  font-family: 'MIRANSans';
}
body a:hover,
body a:focus {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  color: var(--secondcolor);
}
body button {
  font-family: IRANSans, tahoma, Cabin, sans-serif;
}
body p {
  font-size: 10.5pt;
  color: #7e7e7e;
}
body.off .screen {
  visibility: visible;
  opacity: 1;
}
body.off .screen:before {
  visibility: visible;
  opacity: 1;
}
div.infiniteScrollLoading {
  display: none !important;
}
.input-field input,
.input-field textarea {
  font-size: 10.5pt;
}
.field-validation-valid {
  color: red;
  display: block;
  opacity: 0;
  visibility: hidden;
  font-size: 9pt;
}
.waitinginput {
  display: none;
}
img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.btnMore {
  display: block;
  border: 3px solid #ececec;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 600;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: -moz-linear-gradient(45deg, #ebebeb 0%, #fff 13%, #ebebeb 27%, #dfdbd9 40%, #fff 51%, #ebebeb 100%);
  border-image-source: -webkit-gradient(left bottom, right top, color-stop(0%, #f9ce8f), color-stop(13%, #edbf87), color-stop(27%, #fffee6), color-stop(40%, #fff0a4), color-stop(51%, #f9ce8f), color-stop(61%, #fff0a4), color-stop(73%, #fffee6), color-stop(88%, #e8c594), color-stop(100%, #fff));
  border-image-source: -o-linear-gradient(45deg, #ebebeb 0%, #fff 13%, #ebebeb 27%, #dfdbd9 40%, #fff 51%, #ebebeb 100%);
  border-image-source: -ms-linear-gradient(45deg, #ebebeb 0%, #fff 13%, #ebebeb 27%, #dfdbd9 40%, #fff 51%, #ebebeb 100%);
  border-image-source: -webkit-linear-gradient(45deg, #ebebeb 0%, #fff 13%, #ebebeb 27%, #dfdbd9 40%, #fff 51%, #ebebeb 100%);
}
.btnCustom {
  display: inline-block;
  background: #F1ED8A;
  padding: 10px 30px;
  cursor: pointer;
  border-radius: 24px;
  border: 1px solid transparent;
  color: #000;
}
.custom-btn {
  background: #f1ed8a;
  border: 1px solid transparent;
  color: #000 !important;
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  border-radius: 24px;
}
/*paging*/
.pagination {
  /*margin: 30px auto;*/
  display: block;
}
.pagination .pages {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagination .pages a {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13pt;
  color: #000;
  border-radius: 18px;
  margin: 0 2px;
}
.pagination .pages a:hover {
  background: #F1ED8A;
  color: #000;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}
.pagination .pages a.next,
.pagination .pages a.previuse {
  width: 48px;
  height: 48px;
}
.pagination .pages a.next:hover,
.pagination .pages a.previuse:hover {
  background: #F1ED8A;
  color: #000;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}
.pagination .pages a.next:before,
.pagination .pages a.previuse:before {
  font-size: 18px;
  display: inline-block;
  font-family: "Jingiilii-Icons";
  vertical-align: middle;
}
.pagination .pages a.next:before {
  content: "\e913";
  font-family: 'Jingiilii-Icons';
}
.pagination .pages a.previuse:before {
  content: "\e912";
  font-family: 'Jingiilii-Icons';
}
.pagination .pages a.active {
  background: #F1ED8A;
  color: #000;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}
/*bread-crumb*/
.bread-crumb {
  position: relative;
  /*padding: 10px 0;*/
}
.bread-crumb:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 3px;
  height: 30px;
  margin: auto;
  background: #CBE690;
}
.bread-crumb ol {
  padding: 0;
  margin: 0;
  text-align: right;
  padding-right: 10px;
}
.bread-crumb ol li {
  display: inline-block;
  position: relative;
  font-size: 10pt;
  vertical-align: middle;
}
.bread-crumb ol li a {
  color: var(--maincolor-dark);
}
.bread-crumb ol li a:hover {
  color: var(--maincolor-dark);
}
.bread-crumb ol li:not(:last-child) {
  padding-left: 20px;
}
.bread-crumb ol li:not(:last-child):before {
  position: absolute;
  content: '\e912';
  left: 0px;
  font-size: 13pt;
  line-height: 1.3;
  top: 0;
  color: var(--maincolor-dark);
  font-family: Jingiilii-Icons;
}
input[type='checkbox'] {
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  width: 17px;
  height: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #aaa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  cursor: pointer;
}
input.checkbox:checked {
  background-color: var(--maincolor-light) !important;
}
textarea {
  resize: none;
}
textarea:focus {
  border-color: var(--maincolor-light) !important;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important;
}
.clear {
  clear: both;
  display: table;
  content: '';
}
.abs {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
/*owl-nav */
.owl-theme .owl-nav {
  display: block !important;
}
.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 160px;
  background: url(../../image/arrow-left.png) no-repeat !important;
  width: 38px;
  height: 30px;
  bottom: 0;
}
.owl-theme .owl-nav .owl-next span {
  display: none;
}
.owl-theme .owl-nav .owl-prev {
  position: absolute;
  right: 100px;
  background: url(../../image/arrow-right.png) no-repeat !important;
  width: 38px;
  height: 30px;
  bottom: 0;
}
.owl-theme .owl-nav .owl-prev span {
  display: none;
}
.owl-theme .owl-dots {
  display: none;
}
/**************************Responsive***************************/
@media (min-width: 1430px) {
  .container {
    max-width: 1920px !important;
    padding-right: 150px;
    padding-left: 150px;
  }
  .faq .faq-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .running {
    height: 200px;
  }
  .faq {
    padding: 80px 0 0;
  }
  .faq .col-xl-5 {
    padding: 50px 0 0 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .global-card {
    padding: 24px 10px;
    border-top-right-radius: 70px;
    border-top-left-radius: 70px;
  }
  .global-card .card-img img {
    border-radius: 70px;
  }
  .MainContent {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .owl-carousel .owl-stage-outer:after {
    display: none;
  }
  form .form-control {
    height: 48px;
  }
  .pagination .pages a,
  .pagination .pages a.next,
  .pagination .pages a.previuse {
    width: 40px;
    height: 40px;
  }
  .owl-theme .owl-nav {
    display: none !important;
  }
  .faq {
    padding-bottom: 0;
  }
  .faq .accordion-item {
    /* padding: 20px 5px;*/
  }
  .faq .accordion {
    padding: 15px 10px;
  }
  .faq .accordion-body {
    font-size: 14px;
  }
  .faq .accordion-button {
    /*padding: 15px 10px;*/
    text-align: right;
    /*width: 90%;*/
    /*  &:before {
                width: 48px !important;
                height: 48px !important;
                left: -28px !important;
            }

            &:after {
                margin-right: 0;
                left: -17px;
            }*/
  }
  .faq .accordion-button:not(.collapsed) {
    background-color: transparent;
  }
  .faq .col-xl-5 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .faq .faq-box {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .faq .faq-box > div {
    flex-direction: column;
  }
  .faq .faq-box .faq-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    margin-top: 20px;
  }
  .global-card {
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }
  .global-card .card-info {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 576px) {
  .faq .faq-title {
    font-size: 25px;
  }
  .faq .accordion {
    border-radius: 40px;
  }
  p {
    font-size: 14px !important;
  }
  .btnCustom {
    width: 100% !important;
  }
  .login-page .size-3xlarge {
    font-size: 18px;
  }
  .login-page form {
    padding: 24px 15px;
  }
  .products .global-card {
    padding: 14px 10px 20px 10px;
  }
  .products .global-card .card-img img {
    height: 365px;
  }
  form {
    border-radius: 20px;
    padding: 24px 10px;
  }
  form .form-label {
    top: 18px !important;
  }
}
@media only screen and (max-width: 420px) {
  .accordion-button:after {
    top: 30px;
  }
  .products .global-card .card-img img {
    height: 300px !important;
  }
}
.MainContent .faq-page {
  padding: 40px 0;
}
.MainContent .faq-page .faq-title {
  font-size: 30px;
  font-family: gohar;
  font-weight: 700;
  color: black;
}
/*---------------------------- Responsive ---------------------------------------*/
@media only screen and (max-width: 1200px) {
  .CustomForm div.d-flex {
    flex-direction: column;
    gap: 20px;
  }
  .CustomForm div.d-flex .customBtn {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .MainContent .faq-page .faq-title {
    font-size: 25px;
    line-height: 43px;
    text-align: right;
  }
}
@media only screen and (max-width: 576px) {
  .MainContent .faq {
    padding: 35px 0;
  }
}