:root {
  --primary-color: #389777;
  --secondary-color: #2e933c;
  --darker-color: #297045;
  --yellow: #f4ce15;
  --white: #f1f1f1;
  --black: #2a2a2a;
  --grey: #cfcfcf;
  --light-grey: #ededed;
  --dark-grey: #3d3d3d;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Lexend;
  background: #fafafa;
  color: var(--dark-grey);
}
section.full-height {
  min-height: 100vh;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Volkhov";
  color: var(--black);
}
a {
  color: var(--primary-color);
  text-decoration: none;
}
a:hover {
  color: var(--darker-color);
  text-decoration: none;
}
.cl-primary {
  color: var(--primary-color);
}
.text-yellow {
  color: var(--yellow);
}
.cl-black {
  color: var(--black);
}
.cl-grey {
  color: var(--grey);
}

.timeline li .descr,
.timeline li .title {
  position: relative;
  padding-inline: 1.5rem;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
.breadcrumb li a,
.text--primary,
footer .footer-menu li a:hover,
ul.no-bullet i {
  color: var(--primary-color);
}
.text--gold {
  color: #ddbe75;
}
.text-right {
  text-align: right;
}
.bg--green {
  background-color: var(--darker-color);
}
.bg--grey {
  background: #f1f1f1;
}
.bg--grey-shade {
  background: linear-gradient(3deg, #fff, rgba(0, 0, 0, 0.2));
}
.bg--white-blur {
  background-color: hsla(0, 0%, 100%, 0.78);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.bg--pattern {
  background: url(../images/pattern-leaf.jpeg);
}
.bg--pattern__no-repeat {
  background: url(https://htmldemo.net/lukani/lukani/assets/img/bg/banner7.jpg)
    0 0 / cover no-repeat;
}
.border--gold {
  border: 1px solid #ddbe75;
}
.square {
  display: flex;
  align-items: center;
  justify-content: center;
}
.square--medium {
  width: 50px;
  height: 50px;
}
.square--big {
  width: 70px;
  height: 70px;
}
.top-border {
  position: relative;
}
.top-border > div {
  margin-top: 2rem;
}
.top-border:before {
  position: absolute;
  content: "";
  width: 10%;
  height: 3px;
  background: #ddbe75;
  top: 15px;
}
.top-border__center:before {
  right: 0;
}
.top-border__center:before,
.top-border__left:before {
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.fs-7 {
  font-size: 14px;
}
.search-wrap {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background: #02020226;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.search-card {
  background-color: #ffffff;
  border-radius: 12px;
}
.search-form label {
  display: block;
}
.search-form label input {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #006e59;
}
.search-form input,
.search-form label,
body .categories img {
  width: 100%;
}
.search-middle {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.search-t {
  background: 0 0 !important;
  padding: 40px !important;
  color: #fff !important;
  font-size: 40px !important;
}
.close-search-btn {
  position: absolute;
  align-items: center;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: var(--white);
  color: #575757;
  font-size: 17px;
  border-radius: 37px;
  margin: 20px;
}
.close-search-btn,
.owl-dots {
  display: flex;
  justify-content: center;
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 1rem;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: var(--white);
  border: 1px solid #006e59;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #006e59;
}

.all-prod .product-item .product-title,
.product-carousel .product-item .product-title {
  min-height: 50px;
}
.product-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 45px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.product-carousel .owl-nav .owl-next,
.product-carousel .owl-nav .owl-prev {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006e59;
  border-radius: 45px;
  font-size: 20px;
  transition: 0.5s;
}
.product-carousel .owl-nav .owl-next i,
.product-carousel .owl-nav .owl-prev i {
  text-shadow: none;
}
.single-carousel .owl-item img {
  width: auto !important;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .product-carousel .owl-nav {
    display: none !important;
  }
}
.timeline {
  display: grid;
  grid-template-columns: 0.25rem 1fr;
  grid-auto-columns: max-content;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  list-style: none;
}
.back-to-top,
.message-button {
  display: flex;
  width: 50px;
  height: 50px;
}
.timeline:before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: #f8f7fa;
}
.timeline li {
  grid-column: 2;
  margin-inline: 1.5rem;
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}
.timeline li:not(:last-child) {
  margin-bottom: 2rem;
}
.timeline li .date {
  height: 3rem;
  margin-inline: -1.5rem;
  text-align: center;
  color: var(--white);
  display: grid;
  place-content: center;
  position: relative;
  border-radius: 1.5rem 0 0 1.5rem;
}
.timeline li .date h5 {
  color: var(--white);
  font-weight: 700;
}
.timeline li .date:before {
  content: "";
  width: 1.8rem;
  aspect-ratio: 1;
  background: #f8f7fa;
  position: absolute;
  top: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}
.timeline li .date:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #006e59;
  border-radius: 15px;
  z-index: 1;
  top: 50%;
  transform: translate(50%, -50%);
  right: calc(100% + 2.125rem);
}
.timeline li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
.timeline li .title:before {
  bottom: calc(100% + 0.125rem);
}
.timeline li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}
.timeline li .descr:before {
  z-index: -1;
  bottom: 0.25rem;
}
@media (min-width: 40rem) {
  .timeline {
    grid-template-columns: 1fr 0.25rem 1fr;
  }
  .timeline:before {
    grid-column: 2;
  }
  .timeline li:nth-child(odd) {
    grid-column: 1;
  }
  .timeline li:nth-child(odd) .date {
    border-radius: 0 1.5rem 1.5rem 0;
  }
  .timeline li:nth-child(odd) .date:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }
  .timeline li:nth-child(odd) .date:after {
    transform: translate(-50%, -50%);
    left: calc(100% + 2.125rem);
  }
  .timeline li:nth-child(2n) {
    grid-column: 3;
  }
  .timeline li:nth-child(2) {
    grid-row: 2/4;
  }
}
.timeline .timeline-date {
  width: 54px;
  height: 54px;
  display: inline-block;
  padding: 8px;
  z-index: 1;
  border: 3px solid #f1f1f1;
}
.button,
header {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.search-bar .button--primary {
  background-color: var(--light-grey);
  color: var(--black);
}
.search-bar .button--primary:hover {
  box-shadow: -2px 6px 6px 0px #0000001a;
  color: var(--black);
}
.button--primary {
  background-color: #006e59;
  color: var(--white);
  text-decoration: none;
}
.button--primary:hover {
  color: var(--white);
  opacity: 0.9;
}
.button--no-border {
  background-color: transparent;
  border: 0;
}
.button--gold {
  background-color: #ddbe75;
  color: var(--white);
  text-decoration: none;
}
.button--gold:hover {
  color: var(--white);
  opacity: 0.9;
}
.button--primary-o {
  border: 1px solid #006e59;
  color: #006e59;
  text-decoration: none;
}
.button--primary-o:hover {
  color: var(--white);
  background-color: #006e59;
}
.button--transparent-o {
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  text-decoration: none;
}
.button--transparent-o:hover,
header .dropdown-menu li a:hover {
  color: var(--white);
  background-color: #006e59;
}
.message-button {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  z-index: 999;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}
.message-button a {
  color: var(--white);
}
.back-to-top {
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
}
@keyframes move {
  0% {
    top: 0;
  }
  50% {
    top: -20px;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes pulse {
  0% {
    background-color: #001f3f;
  }
  to {
    background-color: #ff4136;
  }
}
.animated-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0;
  transform: rotate(0);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0);
  transition: 0.25s ease-in-out;
  background: var(--white);
}
.animated-icon1 span:first-child {
  top: 0;
}
.animated-icon1 span:nth-child(2) {
  top: 10px;
}
.animated-icon1 span:nth-child(3) {
  top: 20px;
}
.animated-icon1.open span:first-child {
  top: 11px;
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity 0.5s ease-out, visibility linear;
  visibility: visible;
  opacity: 1;
}
body::-webkit-scrollbar {
  width: 9px;
}
body::-webkit-scrollbar-track {
  background: var(--white);
}
body::-webkit-scrollbar-thumb {
  background: #006e59;
  border-radius: 6px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #006e59;
}
ul.no-bullet {
  padding: 0;
  list-style: none;
}
header .top-bar {
  position: absolute;
  width: 100%;
  top: 0;
}
body .font-12 {
  font-size: 12px;
}
body .navbar {
  background-color: transparent;
  padding: 15px;
  margin-top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: all 0.3s;
  top: 20px;
}
body .navbar.navbar-scrolled {
  background-color: #fff !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  top: 0;
}
body .navbar .navbar-brand {
  font-size: 1.4rem;
  font-weight: 600;
}
body .navbar .navbar-nav .nav-link {
  margin-right: 20px;
  font-size: 0.95rem;
  font-weight: 600;
}
/* Show dropdown on hover */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

/* Optional: To add a smooth fade-in effect */
.dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
}

@media (max-width: 991.98px) {
  body .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    width: 250px;
    height: 100vh;
    background-color: var(--white);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: left 0.3s;
    z-index: 1000;
  }
  body .navbar-collapse.show {
    left: 0;
  }
  body .navbar-collapse .navbar-toggler {
    border: none;
    font-size: 1.5rem;
  }
  body .navbar-collapse .navbar-toggler-icon {
    display: none;
  }
  body .navbar-collapse .navbar-toggler:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 1.5rem;
    color: #333;
  }
  body .navbar-collapse .navbar-nav {
    flex-direction: column;
    padding: 20px;
  }
  body .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  body .navbar-collapse .navbar-nav .nav-link {
    font-size: 1.1rem;
    color: #333;
    padding-left: 10px;
    transition: 0.3s;
  }
  body .navbar-collapse .navbar-nav .nav-link:hover {
    background-color: #006e59;
    color: var(--white);
    border-radius: 5px;
  }
}
body .top-bar a {
  color: #6c757d;
  font-size: 0.85rem;
}
body .top-bar a:hover {
  color: #333;
}
body .hero {
  background: linear-gradient(130deg, #fafafa, #eaeced);
  background-size: cover;
  height: 100vh;
}
body .hero .container {
  max-width: 800px;
  text-align: left;
}
body .hero .headline {
  color: var(--black);
}
body .hero .headline span {
  color: var(--primary-color);
  font-size: 2rem;
}
body .hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--black);
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  text-underline-offset: 6px;
}
body .hero h1 span {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary-color);
}
body .hero p {
  font-size: 16px;
  margin-bottom: 20px;
}
body .hero a.btn {
  background-color: var(--white);
  border: 1px solid #ddd;
  padding: 10px 20px;
  font-size: 1.1rem;
  border-radius: 26px;
  color: var(--dark-grey);
  transition: 0.3s;
}
body .hero a.btn:hover {
  box-shadow: -2px 8px 8px 0px #0000001a;
}
body .categories {
  padding: 60px 0;
}
body .categories h4 {
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
body .best-sellers {
  background-color: #f4f4f4;
  padding: 60px 0;
}
body .best-sellers img {
  border-radius: 0;
}
body .best-sellers .product {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  border-radius: 10px;
  transition: transform 0.3s;
}
body .best-sellers .product:hover {
  transform: scale(1.05);
}
body .best-sellers .product h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 10px;
}
body .best-sellers .product p {
  font-size: 1rem;
  color: #333;
}
body .subscription {
  padding: 60px 0;
  background-color: #ffb6c1;
  text-align: center;
  color: var(--white);
}
body .subscription h2 {
  font-size: 2rem;
  font-weight: 700;
}
body .subscription p {
  font-size: 1.2rem;
  margin: 15px auto;
}
body .subscription input[type="email"] {
  padding: 10px;
  font-size: 1rem;
  width: 60%;
  margin: 10px 0;
  border-radius: 5px;
}
body .subscription button {
  background-color: gold;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  color: var(--white);
  border-radius: 5px;
}
body .subscription button:hover {
  background-color: #006e59;
  color: var(--white);
}
.pagination li.active a,
header .dropdown-menu li a.active {
  background-color: #006e59 !important;
}
.bordered-box {
  display: flex;
  flex-wrap: wrap;
}
.bordered-box.w-grid {
  justify-content: space-between;
}
.bordered-box.w-grid .item {
  width: calc(33.33% - 15px);
  height: 50vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.bordered-box.w-grid .item:hover {
  scale: 0.9;
}
.bordered-box .item {
  width: 100%;
  border: 4px solid #ddbe75;
  margin-bottom: 15px;
}
.bordered-box .item:last-child,
.portfolio-box .item:last-child {
  margin-bottom: 0;
}
.bordered-box .item.w-padding {
  padding: 20px 15px;
}
.bordered-box .item .cover-image__small {
  width: 100%;
  height: 100px;
}
.bordered-box .item .cover-image__small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bordered-box .item .content-box {
  padding: 20px 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.portfolio-box .item {
  margin-bottom: 15px;
}
.all-prod,
.portfolio-box .item .img-group,
.section-contact .contact-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.portfolio-box .item .img-group img {
  width: calc(25% - 15px);
  margin-bottom: 15px;
  height: 50vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.all-prod .product-item {
  width: calc(25% - 15px);
  margin-bottom: 2rem;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #333;
  font-weight: 600;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.navbar-light .navbar-toggler {
  border-color: transparent;
  position: absolute;
  right: 0;
}
.navbar-nav .nav-item {
  margin: 0 10px;
}
.navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.pagination {
  justify-content: center;
}
.pagination li a {
  color: #006e59 !important;
}
.pagination li.active a {
  border-color: #006e59 !important;
  color: #fff !important;
}
.foot-menu,
footer .footer-menu {
  list-style: none;
  padding: 0;
}
.foot-menu li {
  padding-bottom: 15px;
}
.foot-menu li:last-child {
  padding-bottom: 0;
}
.foot-menu li a {
  color: #006e59;
  text-decoration: none;
}
header .dropdown-menu {
  padding: 0;
  border: 0;
  min-width: 190px;
  box-shadow: -2px 8px 8px 0px #0000001a;
}
header .dropdown-menu li a {
  padding: 10px 1rem;
}
@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }
  .header-carousel .owl-carousel-item p {
    font-size: 16px !important;
    font-weight: 400 !important;
  }
  .header-carousel .owl-carousel-item h1 {
    font-size: 30px;
    font-weight: 600;
  }
  .header-carousel .owl-carousel-item a {
    padding: 10px 15px;
  }
}
.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.header-carousel .owl-nav .owl-next,
.header-carousel .owl-nav .owl-prev {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: 0 0;
  border: 1px solid var(--white);
  border-radius: 45px;
  font-size: 22px;
  transition: 0.5s;
}
.header-carousel .owl-nav .owl-next:hover,
.header-carousel .owl-nav .owl-prev:hover {
  background: red;
  border-color: var(--primary);
}
.header-carousel .owl-carousel-item:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
  top: 0;
  left: 0;
}
.owl-nav .owl-next i,
.owl-nav .owl-prev i {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.owl-carousel.header-carousel .owl-item img {
  height: 545px;
  -o-object-fit: cover;
  object-fit: cover;
}
footer {
  position: relative;
}
footer .footer-menu li {
  padding: 5px 0;
}
footer .footer-menu li a {
  color: #333;
  font-size: 17px;
  font-weight: 400;
}
footer .social-media {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
}
footer .social-media li {
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  justify-content: center;
  border-radius: 100%;
}
footer .social-media li.ig-icon:hover a {
  background: #833ab4;
  background: linear-gradient(90deg, #833ab4, #fd1d1d, #fcb045);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer .social-media li.fb-icon:hover a {
  color: #00f;
}
footer .social-media li.tt-icon:hover a {
  color: #111;
  filter: drop-shadow(2px 0 0 #fd3e3e) drop-shadow(-2px -2px 0 #4de8f4);
}
footer .social-media li a {
  color: #333;
  font-size: 17px;
}
.category-wrapper {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  padding: 10px;
}
.category--border {
  background-color: #006e59;
  background-image: linear-gradient(130deg, #006e59, #ddbe75);
  position: absolute;
  border-radius: 15px;
}
.category--top {
  width: 100px;
  height: 10px;
  top: 0;
  left: 0;
}
.category--left {
  width: 10px;
  height: 100px;
  top: 0;
  left: 0;
}
@keyframes leftgrow {
  0% {
    height: 100px;
    width: 10px;
  }
  40% {
    height: 100%;
    width: 10px;
  }
  to {
    width: 100%;
    height: 100%;
  }
}
@keyframes leftshrink {
  0% {
    width: 100%;
    height: 100%;
  }
  60% {
    height: 100%;
    width: 10px;
  }
  to {
    height: 100px;
    width: 10px;
  }
}
@keyframes topgrow {
  0% {
    width: 100px;
    height: 10px;
  }
  60% {
    width: 100%;
    height: 10px;
  }
  to {
    width: 100%;
    height: 100%;
  }
}
@keyframes topshrink {
  0% {
    width: 100%;
    height: 100%;
  }
  40% {
    width: 100%;
    height: 10px;
  }
  to {
    width: 100px;
    height: 10px;
  }
}
.category--left.grow {
  animation: 0.5s forwards leftgrow;
}
.category--left.shrink {
  animation: 0.5s forwards leftshrink;
}
.category--top.grow {
  animation: 0.5s forwards topgrow;
}
.category--top.shrink {
  animation: 0.5s forwards topshrink;
}
.category-white-card {
  display: block;
  text-decoration: none;
  position: absolute;
  background-color: #ffffffaa;
  backdrop-filter: blur(1px);
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  text-align: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.category-white-card img {
  width: 70px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 44px;
  margin-bottom: 15px;
}
.category-wrapper p {
  font-size: 12px;
  color: #222;
  padding: 15px;
}
.section-contact .flower-shop-info {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.section-contact .contact-details > div {
  flex: 1 0 30%;
  padding: 10px;
  text-align: center;
}
.section-contact .contact-details i {
  font-size: 20px;
  margin-bottom: 5px;
}
.section-contact .contact-details p {
  margin: 0;
}
.section-contact .contact-details a {
  display: block;
  text-decoration: none;
  color: #007bff;
}
.section-contact .map {
  margin-top: 20px;
  height: 300px;
}
@media screen and (max-width: 900px) {
  .bordered-box {
    display: flex;
    flex-wrap: wrap;
  }
  .bordered-box.w-grid {
    justify-content: space-between;
  }
  .bordered-box.w-grid .item {
    width: 100%;
    height: auto;
  }
  .all-prod .product-item {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 900px) and (max-width: 1024px) {
  .bordered-box {
    display: flex;
    flex-wrap: wrap;
  }
  .bordered-box.w-grid {
    justify-content: space-between;
  }
  .bordered-box.w-grid .item {
    width: 100%;
    height: auto;
  }
  .all-prod .product-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .portfolio-box .img-group img {
    width: calc(50% - 15px) !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .all-prod .product-item {
    width: calc(100% - 15px);
  }
}
