@font-face {
  font-family: "IRANSansWeb";
  src: url("../fonts/IRANSansWeb(FaNum).eot");
  src: url("../fonts/IRANSansWeb(FaNum).eot") format("embedded-opentype"),
    url("../fonts/IRANSansWeb(FaNum).woff") format("woff"),
    url("../fonts/IRANSansWeb(FaNum).ttf") format("truetype");
}
@font-face {
  font-family: "Vazir";
  src: url("../fonts/Vazirmatn-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Vazir";
  src: url("../fonts/Vazirmatn-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Vazir";
  src: url("../fonts/Vazirmatn-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Vazir";
  src: url("../fonts/Vazirmatn-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Vazir";
  src: url("../fonts/Vazirmatn-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Vazir";
  src: url("../fonts/Vazir-Regular-FD.eot");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Vazir";
  src: url("../fonts/Vazir-Regular-FD.woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Vazir";
  src: url("../fonts/Vazir-Regular-FD.woff2"),
    url("../fonts/Vazir-Regular-FD.ttf");
  font-weight: 400;
  font-style: normal;
}
/* @font-face {
    font-family: "Vazir";
    src: url("../fonts/Vazir-Medium.eot");
    font-weight: normal;
    font-style: normal;
} */
/* @font-face {
    font-family: "Vazir";
    src: url("../fonts/Vazir-Medium.woff");
    font-weight: normal;
    font-style: normal;
} */
:root {
  --red: #ee273a;
  --green: #7ca877;
}
* {
  padding: 0;
  margin: 0;
  font-family: "Vazir";
  direction: rtl;
}
html {
  scroll-behavior: smooth;
}
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

html,
body {
  height: 100%;
}
.clr {
  clear: both;
}
.main {
  width: 1400px;
  margin: auto;
}

#bakeryTemplate .green-header {
  background: #7ca877;
  color: #ffffff;
  padding: 17px 5px;
}
#bakeryTemplate .greenheaderIn {
  display: flex;
  justify-content: space-between;
}
#bakeryTemplate .phone-numbers {
  display: flex;
}
#bakeryTemplate .phone-no-box {
  margin-left: 25px;
}
#bakeryTemplate .adressHeader svg,
.phone-no-box svg {
  vertical-align: middle;
}
#bakeryTemplate .whiteHeader {
  padding: 15px 5px;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
}
#bakeryTemplate .headerLogBtn {
  display: flex;
  justify-content: end;
  align-items: center;
}
#bakeryTemplate .headerLogBtn button {
  color: #ffffff;
  padding: 17px 38px;
  font-weight: 700;
  font-size: 12px;
  background: #7ca877;
  border-radius: 30px;
  border: none;
  cursor: pointer;
}

#bakeryTemplate .header-pages {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7ca877;
}
#bakeryTemplate .header-pages a {
  padding-left: 56px;
}
#bakeryTemplate .header-pages a:last-child {
  padding-left: 0;
}
#bakeryTemplate .silder-container {
  position: relative;
}
#bakeryTemplate .dot-container {
  position: absolute;
  bottom: 40px;
  left: 50%;
}
#bakeryTemplate .mySlides {
  display: none;
  position: relative;
}
#bakeryTemplate .text {
  top: 40% !important;
  bottom: unset !important;
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 48%;
  text-align: center;
  z-index: 2;
  left: 0 !important;
  right:0 !important;
  margin: auto !important;
}
#bakeryTemplate .dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
#bakeryTemplate .active,
#bakeryTemplate .dot:hover {
  background-color: #ffffff;
}
#bakeryTemplate .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
#bakeryTemplate .overlay {
  position: absolute;
  top: 0;
  /* top: 40px;
    right: 55px; */
  width: 100%;
  height: 100%;
  background: rgba(31, 41, 55, 0.5);
}

#bakeryTemplate .overlay-2 {
  position: absolute;
  top: 0;
  /* top: 40px;
    right: 55px; */
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.3;
}

#bakeryTemplate .linkbtn {
  display: inline-block;
  border-radius: 30px;
  padding: 14px 16px;
}
#bakeryTemplate .whiteLinkbtn {
  background: #ffffff;
  color: #000000;
  font-weight: 700;
}
#bakeryTemplate .button-box {
  padding-top: 22px;
}
#bakeryTemplate .glassLinkbtn {
  background: rgba(255, 255, 255, 0.1);
  margin-right: 15px;
}
#bakeryTemplate .glassLinkbtn svg {
  vertical-align: middle;
}
#bakeryTemplate .prev,
#bakeryTemplate .next {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  display: inline-flex;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  bottom: 48%;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
}
#bakeryTemplate .prev svg,
#bakeryTemplate .next svg {
  vertical-align: middle;
}
#bakeryTemplate .prev {
  left: 1%;
}
#bakeryTemplate .next {
  right: 1%;
}
#bakeryTemplate .products-container {
  padding-top: 100px;
}
#bakeryTemplate .boldTitle {
  font-weight: 700;
  font-size: 24px;
  border-bottom: 5px solid #7ca877;
  width: max-content;
}
#bakeryTemplate .textTitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #9a9ea6;
  text-align: center;
  max-width: 517px;
}

#bakeryTemplate .bread-img {
  background: linear-gradient(
      180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.28) 100%
    ),
    url(slider.jpg);
  mix-blend-mode: multiply;
  opacity: 0.1;
}

#bakeryTemplate .title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 60px;
  gap: 15px;
  align-items: center;
  padding-top: 53px;
}
#bakeryTemplate .black-bold {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
}
#bakeryTemplate .product-box img {
  border-radius: 30px;
  width: 100%;
}
#bakeryTemplate .p-img {
  width: 260px;
  height: 160px;
  margin: auto;
}

#bakeryTemplate .product-box {
  border: 1px solid #f0f1f2;
  border-radius: 15px;
  padding: 15px;
  width: 260px;
  margin-bottom: 30px;
  transition: ease 0.4s all;
}
#bakeryTemplate .product-box:hover {
  box-shadow: 0px 10px 50px rgba(124, 168, 119, 0.25);
}
#bakeryTemplate .products-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
#bakeryTemplate .productBoxActions {
  display: grid;
  grid-template-columns: 1fr 1fr 3fr;
  align-items: center;
  margin: 25px 0;
  padding: 0 4px;
}
#bakeryTemplate .heart-box:hover {
  background: rgba(238, 39, 58, 0.1);
}
#bakeryTemplate .basket-icon:hover {
  background: rgba(124, 168, 119, 0.1);
}
#bakeryTemplate .heart-box:hover svg path {
  fill: #ee273a;
}
#bakeryTemplate .basket-icon:hover svg path {
  fill: #7ca877;
}
#bakeryTemplate .basket-icon,
#bakeryTemplate .heart-box {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all ease 0.3s;
}
#bakeryTemplate .price-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7ca877;
  background: rgba(124, 168, 119, 0.1);
  border-radius: 30px;
  padding: 10px 0;
}
#bakeryTemplate .grayText {
  color: #9a9ea6;
  font-size: 14px;
  line-height: 20px;
  padding-top: 15px;
}
#bakeryTemplate .GShopBtn {
  background: #7ca877;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  padding: 14px 64px;
  cursor: pointer;
  transition: ease all 0.4s;
}
#bakeryTemplate .GShopBtn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    #7ca877;
}
#bakeryTemplate .buyingProcessBoxes {
  display: flex;
  margin-top: 60px;
  gap: 80px;
}
#bakeryTemplate .SmallMainBox {
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 323px;
}

#bakeryTemplate .MainBoxWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#bakeryTemplate .buyingSmallBoldTitle {
  padding: 23px 0 15px;
  color: #1f2937;
  font-weight: 700;
  font-size: 18px;
}
#bakeryTemplate .buyingSmallGrayText {
  color: #6b7280;
  font-weight: 400;
  font-size: 16px;
  max-width: 280px;
  text-align: center;
}
#bakeryTemplate .buyingProcessBoxes {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
#bakeryTemplate .whyUS {
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(124, 168, 119, 0.1);
  width: 100%;
  margin-bottom: 100px;
}
#bakeryTemplate .articlesBoxes {
  display: flex;
  justify-content: space-between;
}
#bakeryTemplate .smallArticleBox {
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.05));
  border-radius: 30px;
  border: 1px solid #f0f1f2;
  width: 315px;
  padding: 15px;
}
#bakeryTemplate .articleBoxImg {
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 281px;
  height: 156px;
  margin: auto;
}
#bakeryTemplate .articleBoxImg img {
  transition: transform 0.2s;
  border-radius: 30px;
  width: 100%;
}
#bakeryTemplate .smallArticleBox:hover img {
  transform: scale(1.1);
}
#bakeryTemplate .articleBoxTextE {
  padding: 20px 0;
}
#bakeryTemplate .articleBoxTitle {
  color: #222222;
  font-weight: 700;
  font-size: 18px;
}
#bakeryTemplate .smallGrayArticleTitle {
  color: #6b7280;
  font-weight: 600;
  font-size: 14px;
  padding-top: 5px;
}
#bakeryTemplate .articleBoxExp {
  color: #6b7280;
  font-weight: 400;
  font-size: 16px;
  padding-top: 15px;
}
#bakeryTemplate .articleLinkGreen {
  color: #7ca877;
  font-weight: 600;
  font-size: 15px;
  padding-top: 30px;
}
#bakeryTemplate .articleBoxesContainer {
  padding-bottom: 100px;
}
#bakeryTemplate footer {
  background: rgba(124, 168, 119, 0.1);
  border-top: 1px solid #7ca877;
  padding: 48px 0 29px;
  margin-top: 100px;
}
#bakeryTemplate .footerGrayText {
  color: #9a9ea6;
  font-size: 14px;
  padding-top: 12px;
}
#bakeryTemplate .gray-small {
  color: #9a9ea6;
  font-size: 12px;
}
#bakeryTemplate .footer-info-box {
  display: flex;
}
#bakeryTemplate .info-footer-container {
  display: flex;
  padding-top: 46px;
}
#bakeryTemplate .footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
}
#bakeryTemplate .greenTextBOld {
  color: #7ca877;
  font-weight: 700;
  font-size: 16px;
}
#bakeryTemplate .footer-info-box {
  padding-left: 60px;
}
#bakeryTemplate .info-icon {
  margin-left: 15px;
}
#bakeryTemplate .mailInput {
  margin-top: 24px;
  border: 1px solid #dfdfe0;
  border-radius: 30px;
  width: 457px;
  height: 48px;
  display: flex;
  align-items: center;
}
#bakeryTemplate .mailInput svg {
  vertical-align: middle;
  margin-right: 20px;
}
#bakeryTemplate .footerMail {
  background: transparent;
  width: 318px;
  border: none;
  outline: none;
  padding-right: 5px;
  color: #9a9ea6;
}
#bakeryTemplate .mailSendBtn {
  background: #7ca877;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 700;
  font-size: 10px;
  border: none;
  padding: 12px 35px;
  cursor: pointer;
}
#bakeryTemplate .social-footer {
  padding-top: 34px;
}
#bakeryTemplate .social-footer svg {
  margin-left: 18px;
}
#bakeryTemplate .subFooter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 56px;
  color: #9a9ea6;
  font-size: 14px;
  gap: 10%;
}
#bakeryTemplate .footerMenuLink {
  padding-left: 40px;
}
#bakeryTemplate .copyRigthBox {
  direction: ltr;
  text-align: right;
}

#bakeryTemplate.img-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#bakeryTemplate .head-img-bg {
  position: relative;
  height: 500px;
}
#bakeryTemplate .head-img-bg img {
  width: 100%;
  height: 100%;
}

#bakeryTemplate .img-title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #222222 !important;
  margin-bottom: 20px;
}

#bakeryTemplate .img-text {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #9a9ea6 !important;
}

#bakeryTemplate .map img {
  width: 100%;
}

#bakeryTemplate .map-container {
  margin-bottom: 100px;
}
#bakeryTemplate .head-img-bg .text {
  top: 50%;
  bottom: 50%;
  /* width: 98%; */
}
#bakeryTemplate .head-img-bg .text svg {
  margin: 0 15px;
  vertical-align: middle;
  transform: rotate(180deg);
}
#bakeryTemplate .product-page-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
#bakeryTemplate .articlesCategoriesTitle {
  font-weight: 700;
  font-size: 24px;
}
#bakeryTemplate .product-page-container {
  padding-top: 100px;
}
#bakeryTemplate .articlesCategoriesBox {
  padding-top: 33px;
  color: #9f9f9f;
  font-weight: 400;
  font-size: 16px;
}
#bakeryTemplate .categoryRow {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  padding-bottom: 41px;
}
#bakeryTemplate .productSelectBox {
  border: 1px solid #e7e7ed;
  border-radius: 30px;
  background: #ffffff;
  padding: 16px 22px;
  width: 225px;
  text-align: right;
  position: relative;
  margin-bottom: 10px;
}
#bakeryTemplate .about-us-page .title-box {
  padding-top: 58px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#bakeryTemplate .expertsBox {
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
}
#bakeryTemplate .aboutExperts {
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#bakeryTemplate .aboutExpertsTitle {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  padding-bottom: 10px;
}
#bakeryTemplate .aboutExperts p {
  font-weight: 400;
  font-size: 16px;
  color: #9a9ea6;
}
#bakeryTemplate .expertsImg {
  margin: auto;
  display: flex;
  justify-content: center;
}
#bakeryTemplate .expertsImg {
  border-radius: 30px;
}
#bakeryTemplate .contact-container {
  padding: 100px 0 17px;
}
#bakeryTemplate .contactInfoBox {
  padding-top: 42px;
  /* display: flex;
    align-items: center;
    justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#bakeryTemplate .contactInfo {
  display: flex;
  margin-bottom: 57px;
}
#bakeryTemplate .contactInfoText-title {
  font-weight: 300;
  font-size: 24px;
}
#bakeryTemplate .contactInfoTextgray {
  font-weight: 400;
  font-size: 15px;
  max-width: 500px;
  text-align: justify;
  padding-top: 7px;
}
#bakeryTemplate .contactLabel {
  display: block;
  font-weight: 300;
  font-size: 15px;
  padding-bottom: 17px;
  padding: 36px 0 17px;
}
#bakeryTemplate .contactInput {
  background: #ffffff;
  border: 1px solid #9f9f9f;
  border-radius: 30px;
  padding: 18px 29px;
  outline: none;
  width: 528px;
}
#bakeryTemplate .contactInput {
  background: #ffffff;
  border: 1px solid #9f9f9f;
  border-radius: 30px;
  padding: 18px 29px;
  outline: none;
  width: 528px;
}
#bakeryTemplate textarea {
  resize: none;
  scrollbar-width: none;
}
#bakeryTemplate .contactFormSendBtn {
  background-color: #7ca877;
  display: block;
  color: #ffffff;
  border: none;
  padding: 15px 38px;
  cursor: pointer;
  border-radius: 30px;
  margin-top: 30px;
}

#bakeryTemplate .contactForm {
  max-width: 529px;
}

#bakeryTemplate .btn-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

#bakeryTemplate .form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

#bakeryTemplate .contactFormSendBtn svg {
  margin-right: 13px;
  vertical-align: middle;
}
#bakeryTemplate .article-box {
  padding-bottom: 40px;
  width: 817px;
}
#bakeryTemplate .article-box img {
  border-radius: 30px;
}
#bakeryTemplate .articleSmall {
  margin-left: 36px;
  padding: 15px 0;
}
#bakeryTemplate .articleSmall span {
  padding-left: 25px;
  color: #9f9f9f;
  font-weight: 400;
  font-size: 16px;
}
#bakeryTemplate .articleSmall svg {
  vertical-align: middle;
}
#bakeryTemplate .articleWeblogTitle {
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 12px;
}
#bakeryTemplate .weblogArticleText {
  color: #9f9f9f;
  font-weight: 400;
  font-size: 15px;
}
#bakeryTemplate .article-small-info {
  display: flex;
}
#bakeryTemplate .articleReadMore {
  padding-top: 47px;
}
#bakeryTemplate .articleReadMore a {
  display: inline-block;
  background: #7ca877;
  color: #ffffff;
  padding: 16px 38px;
  border-radius: 30px;
}
#bakeryTemplate .weblogarticlesBoxes {
  padding-top: 100px;
}
#bakeryTemplate .flex-center {
  display: flex;
  justify-content: center;
}
#bakeryTemplate .product-pic {
  border-radius: 30px;
}
#bakeryTemplate .show-product-container {
  display: flex;
  padding: 82px 0;
}
#bakeryTemplate .boldSpan {
  font-weight: bold;
  font-size: 16px;
}
#bakeryTemplate .ligthSpan {
  padding-right: 2px;
}
#bakeryTemplate .product-line {
  padding-bottom: 10px;
}
#bakeryTemplate .favouriteBtn {
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 15px 31px;
  background: #00000066;
  color: #ffffff;
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 30px;
}
#bakeryTemplate .product-img {
  position: relative;
}
#bakeryTemplate .favouriteBtn svg {
  vertical-align: middle;
  margin-right: 9px;
}
#bakeryTemplate .product-information {
  margin-right: 30px;
}
#bakeryTemplate .addtoBasketBTn {
  background: #7ca877;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  border: none;
  cursor: pointer;
  padding: 12px 30px;
  margin-left: 24px;
}
#bakeryTemplate .addtoBasketBTn svg {
  vertical-align: middle;
  margin-right: 9px;
}
#bakeryTemplate .price-information {
  padding-top: 53px;
  position: relative;
}
#bakeryTemplate .numberInput {
  background: #ffffff;
  border: 1px solid #9a9ea6;
  border-radius: 30px;
  width: 48px;
  padding: 11px 16px;
  outline: none;
}

#bakeryTemplate .text-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#bakeryTemplate .spinner-button {
  position: absolute;
  cursor: default;
  z-index: 2;
  background-color: #ffffff;
  width: 19.5px;
  text-align: center;
  margin: 0px;
  pointer-events: none;
  height: 10px;
  line-height: 10px;
  right: 300px;
}

#bakeryTemplate #inc-button {
  left: 46px;
  top: 65.5px;
}

#bakeryTemplate #dec-button {
  left: 46px;
  top: 75.5px;
}
#bakeryTemplate .priceInfoBox {
  display: inline-block;
  padding-right: 30px;
}
#bakeryTemplate .discountNo {
  display: inline-block;
  background: #ee273a;
  border-radius: 4px;
  color: #ffffff;
  padding: 2px 8px;
  direction: ltr;
}
#bakeryTemplate .pre-price {
  color: #9a9ea6;
  text-decoration: line-through;
  font-size: 18px;
  padding-right: 15px;
}
#bakeryTemplate .dis-price {
  color: #7ca877;
  font-weight: 700;
  font-size: 24px;
  padding-right: 12px;
}
#bakeryTemplate .faveProduct {
  background: #ee273a;
  box-shadow: 0px 0px 4px rgba(238, 39, 58, 0.25);
  border-radius: 30px;
  border: #ee273a;
}
#bakeryTemplate .headerBtns {
  background: rgba(124, 168, 119, 0.1);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}
#bakeryTemplate .basketModal {
  background: #ffffff;
  box-shadow: 0px 0px 60px rgba(124, 168, 119, 0.25);
  border-radius: 30px;
  min-width: 324px;
  position: absolute;
  padding: 32px;
  top: 68px;
  z-index: 2;
  display: none;
}
#bakeryTemplate .panelHeaderLogBtn {
  position: relative;
}
#bakeryTemplate .basketModalImg {
  width: 50px;
  height: 50px;
}
#bakeryTemplate .basketModalImg img {
  width: 100%;
  border-radius: 15px;
}
#bakeryTemplate .productNAme {
  font-weight: 700;
  font-size: 20px;
}
#bakeryTemplate .product-info-box {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 17px;
  margin-bottom: 18px;
}
#bakeryTemplate .productCount {
  color: #9a9ea6;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  direction: ltr !important;
}
#bakeryTemplate .basketModalImg {
  padding-left: 15px;
}
#bakeryTemplate .productNAme {
  padding-left: 15px;
}
#bakeryTemplate .productCount {
  padding-left: 25px;
}
#bakeryTemplate .productNAme,
#bakeryTemplate .productCount,
#bakeryTemplate .closeModalBasket {
  display: flex;
  align-items: center;
}
#bakeryTemplate .logo-box {
  width: 140px;
}
#bakeryTemplate .logo-box img {
  width: 100%;
}
#bakeryTemplate .modalPriceLine {
  display: flex;
  justify-content: space-between;
  padding-bottom: 17px;
}
#bakeryTemplate .pPrice {
  font-weight: bold;
}
/* #bakeryTemplate .modalPriceInfo{
    padding-top: 17px;
} */
#bakeryTemplate .seperator {
  padding: 0 10px;
  opacity: 0.2;
}
#bakeryTemplate .paymentBtn a {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  transition: ease all 0.4s;
  background: #7ca877;
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  padding: 16px 0;
}
#bakeryTemplate .lightPrice {
  font-weight: 400;
}

#bakeryTemplate .basketNo {
  width: 24px;
  height: 24px;
  background: #ee273a;
  display: inline-flex;
  border-radius: 50%;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  top: -9px;
  left: 30px;
  opacity: 0;
}
#bakeryTemplate .paymentBtn a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    #7ca877;
}
#bakeryTemplate .boldPrice {
  font-weight: bold;
}
#bakeryTemplate .removeProduct {
  cursor: pointer;
  display: flex;
  justify-content: center;
  background: rgba(238, 39, 58, 0.1);
  border-radius: 30px;
  width: 34px;
  height: 34px;
  align-items: center;
}
.removeContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
#bakeryTemplate .panel-container {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 3fr;
  margin-bottom: 100px;
}
#bakeryTemplate .panelMenu {
  border-radius: 15px;
  background: #f8f8f8;
  padding: 40px 24px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  border: 1px solid #f0f1f2;
}
#bakeryTemplate .profileBtn img {
  border-radius: 50%;
  width: 100%;
}
#bakeryTemplate .profileBtn a {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #4f4f4f;
  justify-content: space-between;
}
#bakeryTemplate .panelMenuBtn {
  margin: 10px 0;
}
#bakeryTemplate .panelMenuBtnActive {
  background: rgba(124, 168, 119, 0.1);
  border-radius: 30px;
}
#bakeryTemplate .panelMenuBtn a {
  padding: 20px 16px;
  display: inline-block;
}
#bakeryTemplate .panelMenuBtn svg {
  vertical-align: middle;
  margin-left: 16px;
}
#bakeryTemplate .avatar-box {
  width: 40px;
  height: 40px;
  margin-left: 20px;
}
#bakeryTemplate .user-name-info {
  display: flex;
}
#bakeryTemplate .user-name {
  align-self: center;
}
#bakeryTemplate .panel-content {
  background: #f8f8f8;
  border: 1px solid #f0f1f2;
  box-shadow: 0px 5px 50px rgba(124, 168, 119, 0.05);
  border-radius: 30px;
  padding: 28px;
}
#bakeryTemplate .panel-tabs-buttons {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 29px;
}
#bakeryTemplate .tablinks {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #4f4f4f;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 14px;
  cursor: pointer;
}
#bakeryTemplate .numberTab {
  display: inline-block;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}
#bakeryTemplate .activeTab {
  color: #7ca877;
  border-bottom: 1px solid #7ca877;
}
#bakeryTemplate .activeNumberTab {
  color: #7ca877;
  background: rgba(124, 168, 119, 0.3);
}
#bakeryTemplate .tabGrayLine {
  height: 1px;
  width: 95%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
}
#bakeryTemplate .tabcontent {
  display: none;
  padding: 29px;
  grid-template-columns: 1fr 1fr;
}
#bakeryTemplate .ordere-product-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 90px;
  width: 348px;
  height: 102px;
  border-radius: 9px;
  background-color: #ffffff;
  margin-bottom: 34px;
  margin-right: 34px;
}
#bakeryTemplate .list-box-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#bakeryTemplate .list-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #4f4f4f;
}
#bakeryTemplate .date-time {
  display: flex;
  align-items: center;
  gap: 8px;
}
#bakeryTemplate .date-time-text {
  font-size: 9px;
  line-height: 11px;
  font-weight: 300;
  color: rgba(79, 79, 79, 0.4);
}
#bakeryTemplate .online-payment {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: var(--bold-text);
}
#bakeryTemplate .list-box-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

#bakeryTemplate .overlay-2 {
  background-color: white;
  opacity: 0.9;
}
#bakeryTemplate .price {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: var(--bold-text);
}
#bakeryTemplate .score-box {
  width: 754px;
  border-radius: 9px;
  background-color: #ffffff;
  margin-top: 75px;
  margin-right: 62px;
  display: flex;
  padding: 46px 32px;
}
#bakeryTemplate .score-exp {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: rgba(79, 79, 79, 0.7);
}

#bakeryTemplate .buyingProcessSmallBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#bakeryTemplate .faveProBox {
  min-width: 185px;
  height: 90px;
  border-radius: 15px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#bakeryTemplate .fav-box-title {
  line-height: 20px;
  padding-bottom: 9px;
}
#bakeryTemplate .fav-box-price {
  font-size: 9px;
  font-weight: 400;
  line-height: 11px;
}
#bakeryTemplate .fav-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
#bakeryTemplate .act {
  fill: red;
}
#bakeryTemplate .redHeart {
  fill-rule: var(--red);
  fill: var(--red);
}
#bakeryTemplate .greenBasket {
  fill-rule: var(--green);
  fill: var(--green);
}

/* ---------login----------- */

#bakeryTemplate .no-product {
  display: none;
  text-align: center;
  color: #9a9ea6;
}
#bakeryTemplate #basket-inc-button {
  top: 15px;
  right: 45px !important;
}
#bakeryTemplate #basket-dec-button {
  bottom: 15px;
  right: 45px !important;
}
#bakeryTemplate .article-page .boldArticleTitle {
  color: #474747;
  font-weight: 700;
  font-size: 32px;
  padding-bottom: 24px;
  text-align: right;
  width: 733px;
}
#bakeryTemplate .articleSmallInformation {
  color: #777777;
  font-size: 12px;
  padding-bottom: 48px;
  width: 733px;
}
#bakeryTemplate .articleSmallInformation p {
  padding-left: 10px;
  display: inline;
}
#bakeryTemplate .article-pic {
  padding-bottom: 48px;
}
#bakeryTemplate .article-pic img {
  border-radius: 30px;
}
#bakeryTemplate .article-content {
  width: 733px;
  color: #474747;
  font-size: 16px;
}
#bakeryTemplate .firstPragraph {
  padding-bottom: 28px;
}
#bakeryTemplate .boldBlackArticleText {
  font-weight: 700;
  font-size: 19px;
  padding-bottom: 38px;
}
#bakeryTemplate .secondParagraph {
  padding-bottom: 32px;
}
#bakeryTemplate .bordered-content {
  border-right: 1px solid #dfdfdf;
  padding-right: 22px;
  padding-top: 4px;
  margin-bottom: 48px;
}
#bakeryTemplate .dotSec {
  padding-bottom: 50px;
}
#bakeryTemplate .dotSec svg {
  margin-left: 20px;
}
#bakeryTemplate .articleStickersBox {
  padding-bottom: 25px;
}
#bakeryTemplate .articleStickersBox .sticker {
  display: inline-block;
  padding: 7px 8px;
  background: #f4f4f4;
  border-radius: 30px;
  font-size: 12px;
}
#bakeryTemplate .articleSocialMedia {
  display: flex;
  padding-bottom: 14px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 100px;
}
#bakeryTemplate .similarArticlesTitle {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 26px;
}
#bakeryTemplate .similar-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 50px;
}
#bakeryTemplate .article-page {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: right;
}
#bakeryTemplate .articleSubject {
  padding: 66px 0 24px;
  color: #777777;
  font-size: 12px;
  width: 733px;
}
#bakeryTemplate .article-page .boldArticleTitle {
  color: #474747;
  font-weight: 700;
  font-size: 32px;
  padding-bottom: 24px;
  text-align: right;
  width: 733px;
}
#bakeryTemplate .articleMenuSmallInfo {
  font-size: 14px;
  padding-bottom: 5px;
}
#bakeryTemplate .articleMenuSmallDate {
  color: #9f9f9f;
  font-size: 12px;
}
#bakeryTemplate .latestArticleBox {
  display: flex;
  padding-bottom: 40px;
}
#bakeryTemplate .latestArticleImg {
  width: 80px;
  height: 80px;
  margin-left: 25px;
}
#bakeryTemplate .redBackgroundSocial {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: rgba(124, 168, 119, 0.1);
  border-radius: 30px;
  margin: 0 8px;
}
.mobile-header {
  display: none;
}
.filter-title {
  display: none;
}
.productListTabButn {
  display: none;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  #bakeryTemplate .main {
    width: 1000px;
  }
  #bakeryTemplate .productNAme {
    font-size: 16px;
  }
  #bakeryTemplate .basketModal {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #bakeryTemplate .main {
    width: 750px;
  }
  #bakeryTemplate .profileBtn {
    display: none;
  }
  #bakeryTemplate .panel-container {
    grid-template-columns: 1fr;
  }
  #bakeryTemplate .panelMenu {
    flex-direction: row;
    padding: 10px 24px 10px;
  }
  #bakeryTemplate .mailInput {
    width: inherit;
  }
  #bakeryTemplate .footerMail {
    width: inherit;
  }
  #bakeryTemplate .panleMenuButtonsBox {
    display: flex;
  }
  #bakeryTemplate .green-header {
    display: none;
  }
  #bakeryTemplate .footer-container {
    gap: 30px;
  }
  #bakeryTemplate .products-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
  #bakeryTemplate .text {
    bottom: 22%;
    font-size: 14px;
  }
  #bakeryTemplate .overlay {
    height: 100%;
  }
  #bakeryTemplate .aboutBoxMain {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 53px 150px;
    background: rgba(124, 168, 119, 0.1);
  }

  #bakeryTemplate .title-text {
    font-size: 16px;
    line-height: 22px;
    color: #9a9ea6;
    text-align: center;
    max-width: 517px;
    margin-top: 15px;
  }

  #bakeryTemplate .buyingProcessSmallBox {
    margin-bottom: 15px;
  }
  #bakeryTemplate .articlesBoxes {
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  #bakeryTemplate .smallArticleBox {
    margin-bottom: 20px;
  }
  #bakeryTemplate .article-box {
    width: 550px;
  }
  #bakeryTemplate .article-box img {
    width: 100%;
  }
  #bakeryTemplate .expertsBox {
    grid-template-columns: 1fr;
  }
  #bakeryTemplate .aboutExperts {
    padding-left: 0;
  }
  #bakeryTemplate .score-box {
    width: 560px;
  }
  #bakeryTemplate .header-container {
    padding: 50px 0;
    display: grid;
    grid-template-columns: 4fr 1fr;
  }
  #bakeryTemplate .CooperationBtn {
    font-size: 14px;
    border: 1px solid #363434;
    padding: 20px;
    color: #363434;
    display: inline-block;
  }
  #bakeryTemplate .header-menu-btn {
    padding: 20px;
    display: inline-block;
  }
  #bakeryTemplate .header-logo {
    text-align: left;
  }
  #bakeryTemplate .mobile-header {
    display: block;
  }
  #bakeryTemplate .desktop-header {
    display: none;
  }
  #bakeryTemplate .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    z-index: 9999;
    opacity: 0;
    cursor: pointer;
    left: 30%;
    top: 19px;
  }
  #bakeryTemplate .nav-container {
    display: block;
    position: relative;
    height: 60px;
  }
  #bakeryTemplate .nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    /* top: 17px;
        left: 20px; */
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 30%;
    top: 19px;
  }

  #bakeryTemplate .nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
  }

  #bakeryTemplate .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    /* transition: transform 0.4s ease-in-out; */
  }

  /* #bakeryTemplate  .nav-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
      } */

  #bakeryTemplate .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    /* transition: transform 0.4s ease-in-out; */
  }

  #bakeryTemplate .navbar .menu-items {
    padding-top: 30px;
    background-color: #ffffff;
    width: 133%;
    transform: translateY(-150%);
    display: flex;
    flex-direction: column;
    /* margin-left: -40px;
        padding-left: 50px; */
    transition: transform 0.5s ease-in-out;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  #bakeryTemplate .navbar .menu-items li {
    margin-bottom: 1.2rem;
    color: rgba(51, 51, 51, 0.6);
  }
  #bakeryTemplate .nav-container input[type="checkbox"]:checked {
    left: inherit;
  }
  #bakeryTemplate
    .nav-container
    input[type="checkbox"]:checked
    ~ .hamburger-lines {
    left: inherit;
  }
  #bakeryTemplate .nav-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateY(0);
  }

  #bakeryTemplate
    .nav-container
    input[type="checkbox"]:checked
    ~ .hamburger-lines
    .line1 {
    transform: rotate(45deg);
  }

  #bakeryTemplate
    .nav-container
    input[type="checkbox"]:checked
    ~ .hamburger-lines
    .line2 {
    transform: scaleY(0);
  }

  #bakeryTemplate
    .nav-container
    input[type="checkbox"]:checked
    ~ .hamburger-lines
    .line3 {
    transform: rotate(-45deg);
  }
  #bakeryTemplate .navbar .nav-container li {
    list-style: none;
  }
  #bakeryTemplate .whiteHeader {
    grid-template-columns: 1fr 1fr;
  }
  #bakeryTemplate .mobile-header {
    position: relative;
  }
  #bakeryTemplate .header-container {
    position: absolute;
    z-index: 3;
    /* background-color: #ffffff; */
    top: -38px;
    width: 100%;
  }
  #bakeryTemplate .mobile-header {
    width: 100%;
  }
  #bakeryTemplate .headerLogBtn {
    justify-content: end;
    padding-left: 21px;
  }
  #bakeryTemplate .logo-box {
    padding-right: 21px;
  }
  #bakeryTemplate .ordere-product-box {
    width: 307px;
  }
  #bakeryTemplate .product-page-container {
    grid-template-columns: 1fr;
  }
  #bakeryTemplate .products-categories {
    grid-row-start: 1;
  }
  #bakeryTemplate #productCategoriesBoxTitle {
    display: none;
  }
  #bakeryTemplate #articlesCategoriesBox {
    display: none;
  }
  .categoriryName {
    border: 1px solid #e7e7ed;
    border-radius: 30px;
    color: #7ca877;
    padding: 14px 4px;
    min-width: 110px;
    text-align: center;
    font-size: 13px;
    margin-left: 10px;
    cursor: pointer;
  }
  .productListTabButn {
    display: block;
  }
  .productListButtonsTabBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 706px;
    overflow-x: scroll;
    scrollbar-width: thin;
    padding-bottom: 10px;
  }
  .productListButtonsTabBox {
    display: flex;
  }
  .filter-title {
    display: block;
  }
  .product-filter-button {
    color: #ffffff;
    padding: 17px 38px;
    font-weight: 700;
    font-size: 12px;
    background: #7ca877;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    text-align: center;
    width: 60px;
    text-align: center;
    margin-bottom: 20px;
  }
  .select-boxes {
    background: rgba(124, 168, 119, 0.1);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 20px;
    padding: 10px 0;
    border-radius: 30px;
    display: none;
  }
  #bakeryTemplate .productSelectBox {
    margin-bottom: 0;
    justify-self: center;
  }
  .filterBoxes {
    display: grid;
  }
  .activeTabProduct {
    background: rgba(124, 168, 119, 0.1);
  }
  #bakeryTemplate .contact-container {
    grid-template-columns: 1fr;
  }
  #bakeryTemplate .contactInfo {
    text-align: center;
    display: block;
  }
  .contactForm {
    margin: auto;
  }
  .aboutExperts {
    margin-bottom: 20px;
  }
  .aboutExpertsTitle,
  .aboutExperts1Text,
  .aboutExperts2Text {
    text-align: center;
  }
}
@media screen and (max-width: 769px) and (min-width: 481px) {
  #bakeryTemplate .main {
    width: inherit;
    padding: 30px;
  }
  #bakeryTemplate .mobile-header {
    display: block;
  }
  #bakeryTemplate .desktop-header {
    display: none;
  }
  #bakeryTemplate .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    z-index: 9999;
    opacity: 0;
    cursor: pointer;
    left: 47%;
    top: 19px;
  }
  #bakeryTemplate .nav-container {
    display: block;
    position: relative;
    height: 60px;
  }
  #bakeryTemplate .nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    /* top: 17px;
        left: 20px; */
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 47%;
    top: 19px;
  }

  #bakeryTemplate .nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
  }

  #bakeryTemplate .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    /* transition: transform 0.4s ease-in-out; */
  }

  /* #bakeryTemplate  .nav-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
      } */

  #bakeryTemplate .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    /* transition: transform 0.4s ease-in-out; */
  }

  #bakeryTemplate .navbar .menu-items {
    padding-top: 30px;
    background-color: #ffffff;
    width: 133%;
    transform: translateY(-150%);
    display: flex;
    flex-direction: column;
    /* margin-left: -40px;
        padding-left: 50px; */
    transition: transform 0.5s ease-in-out;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  #bakeryTemplate .navbar .menu-items li {
    margin-bottom: 1.2rem;
    color: rgba(51, 51, 51, 0.6);
  }
  #bakeryTemplate .nav-container input[type="checkbox"]:checked {
    left: inherit;
  }
  #bakeryTemplate
    .nav-container
    input[type="checkbox"]:checked
    ~ .hamburger-lines {
    left: inherit;
  }
  #bakeryTemplate .nav-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateY(0);
  }

  #bakeryTemplate
    .nav-container
    input[type="checkbox"]:checked
    ~ .hamburger-lines
    .line1 {
    transform: rotate(45deg);
  }

  #bakeryTemplate
    .nav-container
    input[type="checkbox"]:checked
    ~ .hamburger-lines
    .line2 {
    transform: scaleY(0);
  }

  #bakeryTemplate
    .nav-container
    input[type="checkbox"]:checked
    ~ .hamburger-lines
    .line3 {
    transform: rotate(-45deg);
  }
  #bakeryTemplate .navbar .nav-container li {
    list-style: none;
  }
  #bakeryTemplate .whiteHeader {
    grid-template-columns: 1fr 1fr;
  }
  #bakeryTemplate .mobile-header {
    position: relative;
  }
  #bakeryTemplate .header-container {
    position: absolute;
    z-index: 3;
    /* background-color: #ffffff; */
    top: 41px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #bakeryTemplate .mobile-header {
    width: 100%;
  }
  #bakeryTemplate .headerLogBtn {
    justify-content: end;
    padding-left: 21px;
  }
  #bakeryTemplate .logo-box {
    padding-right: 21px;
  }
  #bakeryTemplate .ordere-product-box {
    width: 307px;
  }
  #bakeryTemplate .product-page-container {
    grid-template-columns: 1fr;
  }
  #bakeryTemplate .products-categories {
    grid-row-start: 1;
  }
  #bakeryTemplate #productCategoriesBoxTitle {
    display: none;
  }
  #bakeryTemplate #articlesCategoriesBox {
    display: none;
  }
  .categoriryName {
    border: 1px solid #e7e7ed;
    border-radius: 30px;
    color: #7ca877;
    padding: 14px 4px;
    min-width: 110px;
    text-align: center;
    font-size: 13px;
    margin-left: 10px;
    cursor: pointer;
  }
  .productListTabButn {
    display: block;
  }
  .productListButtonsTabBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 706px;
    overflow-x: scroll;
    scrollbar-width: thin;
    padding-bottom: 10px;
  }
  .productListButtonsTabBox {
    display: flex;
  }
  .filter-title {
    display: block;
  }
  .product-filter-button {
    color: #ffffff;
    padding: 17px 38px;
    font-weight: 700;
    font-size: 12px;
    background: #7ca877;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    text-align: center;
    width: 60px;
    text-align: center;
    margin-bottom: 20px;
  }
  .select-boxes {
    background: rgba(124, 168, 119, 0.1);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 20px;
    padding: 10px 0;
    border-radius: 30px;
    display: none;
  }
  #bakeryTemplate .productSelectBox {
    margin-bottom: 0;
    justify-self: center;
  }
  .filterBoxes {
    display: grid;
  }
  .activeTabProduct {
    background: rgba(124, 168, 119, 0.1);
  }
  #bakeryTemplate .contact-container {
    grid-template-columns: 1fr;
  }
  #bakeryTemplate .contactInfo {
    text-align: center;
    display: block;
  }
  .contactForm {
    margin: auto;
  }
  .aboutExperts {
    margin-bottom: 20px;
  }
  .aboutExpertsTitle,
  .aboutExperts1Text,
  .aboutExperts2Text {
    text-align: center;
  }
  #bakeryTemplate .text {
    font-size: 10px;
    bottom: 47px;
  }
  #bakeryTemplate .linkbtn {
    padding: 10px 9px;
    font-size: 10px;
  }
  #bakeryTemplate .overlay {
    height: 100%;
  }
  #bakeryTemplate .dot-container {
    left: 44%;
  }
  #bakeryTemplate .boldTitle {
    font-size: 22px;
  }
  #bakeryTemplate .products-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
  #bakeryTemplate .buyingProcessBoxes {
    flex-flow: column;
  }
  #bakeryTemplate .buyingProcessBoxes {
    justify-content: center;
    flex-flow: column;
    align-items: center;
  }
  #bakeryTemplate .buyingProcessSmallBox {
    margin-bottom: 15px;
  }
  #bakeryTemplate .articlesBoxes {
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  #bakeryTemplate .smallArticleBox {
    margin-bottom: 20px;
  }
  #bakeryTemplate .footer-container {
    gap: 30px;
  }
  #bakeryTemplate .mailInput {
    width: inherit;
  }
  #bakeryTemplate .footerMail {
    width: inherit;
  }
  #bakeryTemplate .footer-container {
    grid-template-columns: 1fr;
  }
  #bakeryTemplate .footer-info-box {
    padding-right: 16px;
  }
  #bakeryTemplate .mailInput {
    width: 100%;
  }
  .text h1 {
    font-size: 18px;
  }
  .button-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #bakeryTemplate .linkbtn {
    min-width: max-content;
  }
  #bakeryTemplate .main.mobile-header {
    padding: 30px 0;
  }
  #bakeryTemplate .navbar .menu-items {
    width: 100%;
  }
  .productListButtonsTabBox {
    width: 543px;
  }
  #bakeryTemplate .smallArticleBox {
    margin-bottom: 20px;
  }
  #bakeryTemplate .article-box {
    width: 550px;
  }
  #bakeryTemplate .article-box img {
    width: 100%;
  }
  #bakeryTemplate .expertsBox {
    grid-template-columns: 1fr;
  }
  .expertsImg img {
    width: 100%;
  }
  #bakeryTemplate .contactInput {
    width: 430px;
  }
  #bakeryTemplate .panel-container {
    grid-template-columns: 1fr;
  }
  #bakeryTemplate .panelMenu {
    flex-direction: row;
    padding: 10px 24px 10px;
  }
  #bakeryTemplate .panleMenuButtonsBox {
    display: flex;
  }
  #bakeryTemplate .score-box {
    width: 360px;
  }
  .profileBtn {
    display: none;
  }
  #bakeryTemplate .score-box {
    margin-top: 0;
  }
  #bakeryTemplate .panelMenuBtn svg {
    margin-bottom: 5px;
  }
  #bakeryTemplate .panelMenuBtn a {
    display: inline-flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  #bakeryTemplate .ordere-product-box {
    width: 238px;
  }
}

@media screen and (max-width: 480px) and (min-width: 320px) {
  #bakeryTemplate .whiteHeader {
    padding: 15px 0px;
  }
  #bakeryTemplate .main {
    width: inherit;
    padding: 30px;
  }
  #bakeryTemplate .mobile-header {
    display: block;
  }
  #bakeryTemplate .desktop-header {
    display: none;
  }
  #bakeryTemplate .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    z-index: 9999;
    opacity: 0;
    cursor: pointer;
    left: 51%;
    top: 19px;
  }
  #bakeryTemplate .nav-container {
    display: block;
    position: relative;
    height: 60px;
  }
  #bakeryTemplate .nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    /* top: 17px;
        left: 20px; */
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 51%;
    top: 19px;
  }

  #bakeryTemplate .nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
  }

  #bakeryTemplate .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    /* transition: transform 0.4s ease-in-out; */
  }

  /* #bakeryTemplate  .nav-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
      } */

  #bakeryTemplate .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    /* transition: transform 0.4s ease-in-out; */
  }

  #bakeryTemplate .navbar .menu-items {
    padding-top: 30px;
    background-color: #ffffff;
    width: 133%;
    transform: translateY(-150%);
    display: flex;
    flex-direction: column;
    /* margin-left: -40px;
        padding-left: 50px; */
    transition: transform 0.5s ease-in-out;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  #bakeryTemplate .navbar .menu-items li {
    margin-bottom: 1.2rem;
    color: rgba(51, 51, 51, 0.6);
  }
  #bakeryTemplate .nav-container input[type="checkbox"]:checked {
    left: 28px;
  }
  #bakeryTemplate
    .nav-container
    input[type="checkbox"]:checked
    ~ .hamburger-lines {
    left: 28px;
  }
  #bakeryTemplate .nav-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateY(0);
  }

  #bakeryTemplate
    .nav-container
    input[type="checkbox"]:checked
    ~ .hamburger-lines
    .line1 {
    transform: rotate(45deg);
  }

  #bakeryTemplate
    .nav-container
    input[type="checkbox"]:checked
    ~ .hamburger-lines
    .line2 {
    transform: scaleY(0);
  }

  #bakeryTemplate
    .nav-container
    input[type="checkbox"]:checked
    ~ .hamburger-lines
    .line3 {
    transform: rotate(-45deg);
  }
  #bakeryTemplate .navbar .nav-container li {
    list-style: none;
  }
  #bakeryTemplate .whiteHeader {
    grid-template-columns: 1fr 1fr;
  }
  #bakeryTemplate .mobile-header {
    position: relative;
  }
  #bakeryTemplate .header-container {
    position: absolute;
    z-index: 3;
    /* background-color: #ffffff; */
    top: 41px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #bakeryTemplate .mobile-header {
    width: 100%;
  }
  #bakeryTemplate .headerLogBtn {
    justify-content: end;
    padding-left: 21px;
  }
  #bakeryTemplate .logo-box {
    padding-right: 21px;
    z-index: 10;
  }
  #bakeryTemplate .ordere-product-box {
    width: 307px;
  }
  #bakeryTemplate .product-page-container {
    grid-template-columns: 1fr;
  }
  #bakeryTemplate .products-categories {
    grid-row-start: 1;
  }
  #bakeryTemplate #productCategoriesBoxTitle {
    display: none;
  }
  #bakeryTemplate #articlesCategoriesBox {
    display: none;
  }
  .categoriryName {
    border: 1px solid #e7e7ed;
    border-radius: 30px;
    color: #7ca877;
    padding: 14px 4px;
    min-width: 110px;
    text-align: center;
    font-size: 13px;
    margin-left: 10px;
    cursor: pointer;
  }
  .productListTabButn {
    display: block;
  }
  .productListButtonsTabBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 706px;
    overflow-x: scroll;
    scrollbar-width: thin;
    padding-bottom: 10px;
  }
  .productListButtonsTabBox {
    display: flex;
  }
  .filter-title {
    display: block;
  }
  .product-filter-button {
    color: #ffffff;
    padding: 17px 38px;
    font-weight: 700;
    font-size: 12px;
    background: #7ca877;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    text-align: center;
    width: 60px;
    text-align: center;
    margin-bottom: 20px;
  }
  .select-boxes {
    background: rgba(124, 168, 119, 0.1);
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    padding: 10px 0;
    border-radius: 30px;
    display: none;
    grid-gap: 15px;
    width: 370px;
  }
  #bakeryTemplate .productSelectBox {
    margin-bottom: 0;
    justify-self: center;
  }
  .filterBoxes {
    display: grid;
  }
  .activeTabProduct {
    background: rgba(124, 168, 119, 0.1);
  }
  #bakeryTemplate .contact-container {
    grid-template-columns: 1fr;
  }
  #bakeryTemplate .contactInfo {
    text-align: center;
    display: block;
  }
  .contactForm {
    margin: auto;
  }
  .aboutExperts {
    margin-bottom: 20px;
  }
  .aboutExpertsTitle,
  .aboutExperts1Text,
  .aboutExperts2Text {
    text-align: center;
  }
  #bakeryTemplate .text {
    font-size: 10px;
    bottom: 47px;
  }
  #bakeryTemplate .linkbtn {
    padding: 10px 9px;
    font-size: 10px;
  }
  #bakeryTemplate .overlay {
    height: 100%;
  }
  #bakeryTemplate .dot-container {
    left: 44%;
  }
  #bakeryTemplate .boldTitle {
    font-size: 19px;
  }
  #bakeryTemplate .products-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
  #bakeryTemplate .buyingProcessBoxes {
    flex-flow: column;
  }
  #bakeryTemplate .buyingProcessBoxes {
    justify-content: center;
    flex-flow: column;
    align-items: center;
  }
  #bakeryTemplate .buyingProcessSmallBox {
    margin-bottom: 15px;
  }
  #bakeryTemplate .articlesBoxes {
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  #bakeryTemplate .smallArticleBox {
    margin-bottom: 20px;
  }
  #bakeryTemplate .footer-container {
    gap: 30px;
  }
  #bakeryTemplate .mailInput {
    width: inherit;
  }
  #bakeryTemplate .footerMail {
    width: inherit;
  }
  #bakeryTemplate .footer-container {
    grid-template-columns: 1fr;
  }
  #bakeryTemplate .footer-info-box {
    padding-right: 16px;
  }
  #bakeryTemplate .mailInput {
    width: 100%;
  }
  .text h1 {
    font-size: 18px;
  }
  .button-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #bakeryTemplate .linkbtn {
    min-width: max-content;
  }
  #bakeryTemplate .main.mobile-header {
    padding: 30px 0;
  }
  #bakeryTemplate .navbar .menu-items {
    width: 100%;
  }
  .productListButtonsTabBox {
    width: 370px;
  }
  #bakeryTemplate .smallArticleBox {
    margin-bottom: 20px;
  }
  #bakeryTemplate .article-box {
    width: 355px;
  }
  #bakeryTemplate .article-box img {
    width: 100%;
  }
  #bakeryTemplate .expertsBox {
    grid-template-columns: 1fr;
  }
  .expertsImg img {
    width: 100%;
  }
  #bakeryTemplate .contactInput {
    width: 315px;
  }
  #bakeryTemplate .panel-container {
    grid-template-columns: 1fr;
  }
  #bakeryTemplate .panelMenu {
    flex-direction: row;
    padding: 10px 24px 10px;
  }
  #bakeryTemplate .panleMenuButtonsBox {
    display: flex;
  }
  #bakeryTemplate .score-box {
    width: 230px;
  }
  .profileBtn {
    display: none;
  }
  #bakeryTemplate .score-box {
    margin-top: 0;
  }
  #bakeryTemplate .panelMenuBtn svg {
    margin-bottom: 5px;
  }
  #bakeryTemplate .panelMenuBtn a {
    display: inline-flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  #bakeryTemplate .ordere-product-box {
    width: 238px;
  }
  #bakeryTemplate .fav-container {
    grid-template-columns: 1fr 1fr;
  }
  #bakeryTemplate .panelMenuBtn svg {
    margin-left: 0;
  }
  #bakeryTemplate .panelMenuBtn a {
    font-size: 12px;
  }
  #bakeryTemplate .fav-box-title {
    font-size: 12px;
  }
  #bakeryTemplate .greenTextBOld {
    font-size: 14px;
  }
  #bakeryTemplate .score-exp {
    font-size: 14px;
  }
  #bakeryTemplate .tabcontent {
    grid-template-columns: 1fr;
  }
  .tablinks p {
    font-size: 11px;
  }
  #bakeryTemplate .numberTab {
    font-size: 11px;
  }
  #bakeryTemplate .list-title {
    font-size: 13px;
  }
  #bakeryTemplate .online-payment {
    font-size: 10px;
  }
  #bakeryTemplate .price {
    font-size: 10px;
  }
  #bakeryTemplate .fav-container {
    grid-template-columns: 1fr;
  }
  #bakeryTemplate .panelMenuBtn a {
    padding: 20px 12px;
  }
  .text h1 {
    font-size: 15px;
  }
  #bakeryTemplate .text {
    font-size: 8px;
    bottom: 31px;
  }
  #bakeryTemplate .linkbtn {
    font-size: 8px;
  }
  #bakeryTemplate .black-bold {
    font-size: 17px;
  }
  #bakeryTemplate .articleWeblogTitle {
    font-size: 21px;
  }
  #bakeryTemplate .articleSmall span {
    font-size: 12px;
  }
  #bakeryTemplate .aboutExperts {
    padding-left: 0;
  }
}

