@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+Armenian:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Noto Sans Armenian, sans-serif;
}

body {
  background: #F5F5F7;
}
body.hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style-type: none;
}

.container {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1700px) {
  .container {
    width: 80%;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    width: 80%;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    width: 95%;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 98%;
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: 95%;
  }
}

.header {
  height: 96px;
  padding: 10px 5px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1000px) {
  .header {
    height: 64px;
  }
}
.header__container {
  width: 60%;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 1300px) {
  .header__container {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .header__container {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  .header__container {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .header__container {
    width: 95%;
  }
}
.header__container nav {
  height: 100%;
}
.header__container nav ul {
  height: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__container__logo {
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .header__container__logo {
    display: flex;
    align-items: center;
  }
}
.header__container__logo a {
  height: 40px;
}
@media screen and (max-width: 1000px) {
  .header__container__logo a {
    margin-left: 16px;
  }
}
.header__container__logo a img {
  height: 100%;
  width: auto;
}
.header__container__logo__navIcon {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .header__container__logo__navIcon {
    height: 30px;
    display: inline-block;
  }
  .header__container__logo__navIcon img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1000px) {
  .header__container__links {
    display: none;
  }
}
.header__container__links a {
  color: #555;
  font-size: 18px;
  margin-right: 48px;
}
.header__container__links a.active {
  color: #ebb576;
}
@media screen and (max-width: 1000px) {
  .header__container__tel {
    margin-left: auto;
    margin-right: 24px;
  }
}
.header__container__tel a {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border: 2px solid #ebb576;
  border-radius: 25px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .header__container__tel a {
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
  }
}
.header__container__tel a svg {
  fill: #ebb576;
  margin-right: 8px;
  width: 20px;
}
@media screen and (max-width: 1000px) {
  .header__container__tel a svg {
    margin-right: 0;
  }
}
.header__container__tel a p {
  color: #ebb576;
}
@media screen and (max-width: 1000px) {
  .header__container__tel a p {
    display: none;
  }
}
.header__container__left__profile {
  margin-right: 24px;
}
.header__container__left__profile svg {
  height: 22px;
  fill: #555;
}
@media screen and (max-width: 1000px) {
  .header__container__left__profile {
    display: none;
  }
}
.header__container__left__cart {
  display: inline-flex;
  align-items: center;
}
.header__container__left__cart__main {
  background: conic-gradient(#FBDC8E 150deg, #eee 50deg);
  position: relative;
  border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  height: 50px;
  margin-right: 10px;
  position: relative;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .header__container__left__cart__main {
    height: 40px;
    width: 40px;
  }
}
.header__container__left__cart__main__img {
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 70%;
}
@media screen and (max-width: 1000px) {
  .header__container__left__cart__main__img {
    width: 75%;
    height: 75%;
  }
}
.header__container__left__cart__main__img svg {
  height: 22px;
}
@media screen and (max-width: 1000px) {
  .header__container__left__cart__main__img svg {
    height: 20px;
  }
}
.header__container__left__cart__main__count {
  background-color: #e9e8f5;
  border-radius: 50%;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: var(--violet);
  font-size: 12px;
  font-weight: 800;
  height: 17px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: -5px;
  width: 17px;
}
.header__container__left__cart__sum {
  color: #1d1d1f;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .header__container__left__cart__sum {
    display: none;
  }
}
.header__container__left a.active svg {
  fill: #ebb576;
}
.header.mobileMenuOpen .header__mobile {
  display: block;
  left: 0;
}
.header.mobileMenuOpen .header__mobileBg {
  display: block;
}
.header__mobile {
  transition: 0.6s;
  width: 80%;
  background: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  width: 80vw;
  height: 100vh;
  z-index: 11;
}
.header__mobile__top {
  display: flex;
  height: 80px;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
}
.header__mobile__top__logo {
  height: 100%;
}
.header__mobile__top__logo img {
  height: 100%;
  width: auto;
}
.header__mobile__top__close {
  height: 100%;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.header__mobile__top__close img {
  width: auto;
  opacity: 0.3;
  height: 40%;
}
.header__mobile__nav {
  padding: 16px;
}
.header__mobile__nav ul li {
  padding: 6px 0;
}
.header__mobile__nav ul li a {
  color: #616162;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.header__mobileBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.main {
  padding-top: 48px;
}
.main__inner {
  display: flex;
  flex-wrap: wrap;
}
.main__inner__item {
  width: calc(25% - 30px);
  height: 420px;
  margin: 0 15px 20px;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .main__inner__item {
    width: calc(33% - 17px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 824px) {
  .main__inner__item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 480px) {
  .main__inner__item {
    width: calc(100% - 20px);
    margin: 0 10px 20px;
  }
}
.main__inner__item:hover {
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
}
.main__inner__item__img {
  width: 100%;
  height: 60%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}
.main__inner__item__img img {
  height: 100%;
  -o-object-fit: revert;
     object-fit: revert;
  width: 100%;
}
.main__inner__item__info {
  background: #fff;
  height: 50%;
  padding: 16px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  top: -10%;
}
.main__inner__item__info__title {
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.main__inner__item__info__text {
  color: #616162;
  font-size: 15px;
  font-weight: 400;
}
.main__inner__item__info__footer {
  position: absolute;
  bottom: 0;
  display: flex;
  transform: translateY(-16px);
  justify-content: space-between;
  width: calc(100% - 32px);
  align-items: flex-end;
  flex-wrap: wrap;
}
.main__inner__item__info__footer__price {
  color: #1d1d1f;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  white-space: nowrap;
  margin-bottom: 8px;
}
.main__inner__item__info__footer__left__counter {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 12px;
}
@media screen and (max-width: 760px) {
  .main__inner__item__info__footer__left__counter {
    margin-top: 8px;
  }
}
.main__inner__item__info__footer__left__counter__btn {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.main__inner__item__info__footer__left__counter__btn.minus {
  background-image: url("../images/minus.png");
}
.main__inner__item__info__footer__left__counter__btn.pluse {
  background-image: url("../images/pluse.png");
}
.main__inner__item__info__footer__left__counter__count {
  border: none;
  font-size: 18px;
  height: 30px;
  padding-right: 3px;
  text-align: center;
  width: 30px;
}
.main__inner__item__info__footer__btn {
  background-color: #ebb576;
  background-image: url("../images/add.png");
  background-position: 95%, 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px solid transparent;
  border-radius: 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  height: 40px;
  line-height: 36px;
  padding: 0 17px;
  text-align: left;
  width: 145px;
  transition: 0.3s;
  cursor: pointer;
}
.main__inner__item__info__footer__btn:hover {
  background-color: #fff;
  background-image: url("../images/addHover.png");
  background-size: 25px;
  border: 1px solid #ebb576;
  color: #ebb576;
}
.main__popUp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.main__popUp.open {
  display: block;
}
.main__popUp__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  background: #fff;
  z-index: 4;
  border-radius: 40px;
  padding: 35px;
}
@media screen and (max-width: 672px) {
  .main__popUp__inner {
    padding: 20px;
  }
}
.main__popUp__inner__top {
  display: flex;
  height: 90%;
}
@media screen and (max-width: 672px) {
  .main__popUp__inner__top {
    flex-direction: column;
    align-items: center;
  }
}
.main__popUp__inner__top__left {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  max-width: 725px;
}
.main__popUp__inner__top__left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 35px;
  overflow: hidden;
}
.main__popUp__inner__top__right {
  padding-left: 50px;
}
@media screen and (max-width: 672px) {
  .main__popUp__inner__top__right {
    padding-left: 0;
    margin-top: 12px;
  }
}
.main__popUp__inner__top__right__title {
  color: #1d1d1f;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
.main__popUp__inner__top__right ul {
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 20px;
  list-style-type: disc;
}
.main__popUp__inner__top__right ul li {
  margin-bottom: 10px;
}
.main__popUp__inner__top__right ul li::marker {
  color: #31d070;
}
.main__popUp__inner__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 0 16px;
}
@media screen and (max-width: 672px) {
  .main__popUp__inner__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main__popUp__inner__bottom__price {
  color: #1d1d1f;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
  white-space: nowrap;
}
.main__popUp__inner__bottom__right {
  display: flex;
}
.main__popUp__inner__bottom__right__counter {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
@media screen and (max-width: 760px) {
  .main__popUp__inner__bottom__right__counter {
    margin-top: 8px;
  }
}
.main__popUp__inner__bottom__right__counter__btn {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.main__popUp__inner__bottom__right__counter__btn.minus {
  background-image: url("../images/minus.png");
}
.main__popUp__inner__bottom__right__counter__btn.pluse {
  background-image: url("../images/pluse.png");
}
.main__popUp__inner__bottom__right__counter__count {
  border: none;
  font-size: 18px;
  height: 30px;
  padding-right: 3px;
  text-align: center;
  width: 30px;
}
.main__popUp__inner__bottom__right__btn {
  background-color: #ebb576;
  background-image: url("../images/add.png");
  background-position: 95%, 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px solid transparent;
  border-radius: 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  height: 40px;
  line-height: 36px;
  padding: 0 17px;
  text-align: left;
  width: 145px;
  transition: 0.3s;
  cursor: pointer;
}
.main__popUp__inner__bottom__right__btn:hover {
  background-color: #fff;
  background-image: url("../images/addHover.png");
  background-size: 25px;
  border: 1px solid #ebb576;
  color: #ebb576;
}
.main__popUp__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}/*# sourceMappingURL=style.css.map */

.filament-resources-orders .filament-form .col-span-8 input{
    border: none;
    outline: none;
    box-shadow: none;
    pointer-events: none;
}
