/*********************
** FONT FAMILY CERA **
*********************/
body {
    font-family: 'CeraPro', sans-serif;
}

.page-wrapper {
    /* background-color: rgb(242, 237, 231); */
}

.text-velvet {
    color:rgb(140, 0, 0);
}

.btn-velvet {
    border-color: rgb(140, 0, 0);
    background-color: rgb(140, 0, 0);
    color: #FFFFFF;
}

.btn-velvet:hover {
    border-color: rgb(120, 0, 0);
    background-color: rgb(120, 0, 0);
    color: #FFFFFF;
}

.btn-velvet:active {
    box-shadow: 0px 0px 4px 1px rgb(120, 0, 0);
}

.btn-velvet:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.btn-outline-velvet {
    border-color: rgb(140, 0, 0);
    color: rgb(140, 0, 0);
}

.btn-outline-velvet:hover {
    border-color: rgb(120, 0, 0);
    background-color: rgb(120, 0, 0);
    color: #FFFFFF;
}

.btn-outline-velvet:active {
    box-shadow: 0px 0px 4px 1px rgb(120, 0, 0);
}

.btn-outline-velvet:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background-color: var(--bs-primary);
}

.swiper .swiper-button-next, 
.swiper .swiper-button-prev {
    width: unset;
    height: unset;
}

.swiper .swiper-button-next::after, 
.swiper .swiper-button-prev::after {
    display: none;
}



.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #cbb897 !important;
}

.navbar-light .nav-item.active .nav-link:not(.disabled) > i, .navbar-light .nav-item.show .nav-link:not(.disabled) > i, .navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled) > i, .navbar-light .nav-item.active .nav-link:not(.disabled), .navbar-light .nav-item.show .nav-link:not(.disabled), .navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled) {
    color: #cbb897 !important;
}

.subscription-form .btn.btn-primary{
    border-color: var(--bs-primary-text) !important;
}

.inspiration-1{
    padding-top: 80px;
}

.inspiration-1 h3{
    padding-bottom: 30px;
}

.inspiration-swiper-new{
    padding-top: 30px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 25px);
}

.bg-fb{
    background-color: #606060;
}

.rounded-33 {
    border-radius: 1.375rem !important;
}

.rounded-33top{
    border-top-left-radius: 1.375rem !important;
    border-top-right-radius: 1.375rem !important;
}

.mh-52 {
  min-height: 104px;
  border-radius: 0px 10px 10px 10px !important;
}

@media (max-width: 767.98px) {
  .mh-52 {
    min-height: 54px;
  }
}

.product-single .btn-outline-velvet, .product-single .btn-velvet{
    border: 2px solid;
    font-weight: 500;
    font-size: 14px;
}

.categoriesslider{
    border-bottom: 1px solid #a6a6a6;
}

.bg-breadcrumb{
    background: transparent;
}

.txt-withimg h5{
    color: #ffffff;
    top: 2%;
    left: 5%;
    max-width: 300px;
}

.txt-withimgdark h5{
    color: #000000;
    top: 2%;
    left: 5%;
    max-width: 300px;
}

.txt-withimgdark hr{
   position: absolute;
    top: 17px;
}

.img-label.btn-velvet:hover{
    color: #ffffff !important;
}


.handheld-toolbar-item, .handheld-toolbar-icon, .handheld-toolbar-label {
    border: none;
}


html, body{
    overflow-x: hidden;
}

@media (max-width: 992px) {
    .heroSwiper {
        max-height: 580px;
    }
}

.bg-orange {
    width: 2rem;
    background-color: orange;
}

.bg-limegreen {
    width: 2rem;
    background-color: limegreen;
}

.bg-deepskyblue {
    width: 2rem;
    background-color: deepskyblue;
}

/************
** RECIPES **
************/
.current-recipe .recipe-instructions {
    font-size: small;
}

@media (min-width: 768px) {
    .current-recipe .recipe-instructions {
        font-size: medium;
    }
}

.swiper-recipe-pagination-bullet {
    box-shadow: 0px 0px 0px 1px white;
}

/***********************
** RECOMMENDED SWIPER **
***********************/
.recommended-swiper-pagination-bullet-active {
    width: 1.125rem;
    transition: width 0.3s;
    opacity: 1;
}

/***********
** FOOTER **
***********/
footer a:hover {
    color: var(--bs-primary) !important;
}

.footer-text-par {
    color: #AAAAAA;
}


/***********
** TOPBAR **
***********/
.moving-text {
    display: inline-block;
    white-space: nowrap;
    animation: flyLoop 20s linear infinite;
}

@keyframes flyLoop {
    0% {
        transform: translateX(-150%);
    }
    20% {
        transform: translate(0%);
    }
    100% {
        transform: translateX(600%);
    }
}


/***********
** NAVBAR **
***********/
@media (min-width: 992px) { /* lg breakpoint */
    .bg-navbar {
        background-color: #f2f2f2;
    }
}


/****************
** FILTER LIST **
****************/
.new-filter-style .accordion-button::after {
    background-size: 0.625rem;
    background-color: unset;
}

.new-filter-style .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    margin-block: auto;
    top: 0.6rem;
}

.new-filter-style .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.breadcrumb-link {
    color: var(--breadcrumb-txt-color) !important;
    text-decoration: none;
}

.breadcrumb-link:hover {
    color: var(--bs-primary) !important;
}

.dropdown-item span {
    color: #aaaaaa !important;
}

.dropdown-item a {
    color: #aaaaaa !important;
    font-weight: 300 !important;
}

.dropdown-item a:hover {
    color: var(--bs-primary) !important;
}

.product-categories-line-height {
    line-height: 1rem !important;
}

.breadcrumb-light .breadcrumb-item.active {
   color: var(--bs-primary) !important;
}

.breadcrumb-light .breadcrumb-item > a,
.text-breadcrumb {
    color: #aaaaaa !important;
    font-weight: 300 !important;
    font-size: 0.90rem;
}

.breadcrumb-light .breadcrumb-item,
.text-breadcrumb {
    color: #aaaaaa !important;
    font-weight: 300 !important;
    font-size: 0.90rem;
}

.breadcrumb-light .breadcrumb-item:hover,
.breadcrumb-light .breadcrumb-item > a:hover,
.text-breadcrumb:hover {
    color: var(--bs-primary) !important;
}

.ci-search {
    color: #aaaaaa !important;
    font-size: 1.3rem !important;
}

.dropdown .form-control::placeholder {
    background-color: var(--body-bg-second-color);
    font-weight: 300;
    color: #aaaaaa !important;
}

.product-categories-margin-right {
    margin-right: 0.9rem !important;
}

.all-class {
    background-color: #fceced;
}

.container {
  max-width: 90% !important;
  margin-left: auto;
  margin-right: auto;
}

.container.custom-fullwidth {
  max-width: 100% !important;
}

.btn-outline-primary {
  color: var(--header-txt-color);
  border-color: #e8e9e9;
  background-color: #e6e6e6;
}

.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}

@media (max-width: 767px) {
  .tooltip.tooltip-custom-position {
    position: absolute !important;
    inset: 23% auto auto 52% !important;
    margin: 0 !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tooltip.tooltip-custom-position {
    position: absolute !important;
    inset: 36% auto auto 55% !important;
    margin: 0 !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .tooltip.tooltip-custom-position {
    position: absolute !important;
    inset: 9% auto auto 81% !important;
    margin: 0 !important;
    transform: translate3d(0, 0, 0) !important;
  }
}


.sidebar .nav-link-style.active {
    color: var(--bs-primary) !important;  
    border-bottom: 2px solid var(--bs-primary);
    font-weight: 600;
}

.sidebar .nav-link-style:hover {
    color: var(--bs-primary) !important;
    border-bottom: 2px solid var(--bs-primary);
}

.nav-link-style.active {
  color: var(--bs-primary) !important;
  font-weight: 500 !important;
}

.no-margin-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;               
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-height: 3em;                 
}

 .title {
    font-size: 0.9375rem !important;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
  }


    ul.features {
    margin-top: 2rem !important; /* ή 16px */
    }

  .features {
    list-style: none;
    padding: 0;
  }

  .features li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
  }

.features li::before {
  content: "✔";
  margin-right: 10px;
  font-size: 18px;
  color: #888;
  padding: 4px 6px;
  border-radius: 6px; 
  border: 2px solid #888; 
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  line-height: 1;
}

.product-block {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.product-image {
  flex: 0 0 30%;
  text-align: center;
}

.product-content {
  flex: 0 0 70%;
}

.product-image img {
  max-width: 100%;
  height: auto;
}

.reverse-layout {
  flex-direction: row-reverse;
}

.title-product {
  font-size: 0.9375rem;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
}

.title-orange {
  color: #e59d1c;
  font-weight: 500;
}

.description {
  font-size: 0.9375rem !important;
  margin-bottom: 20px;
  font-weight: 400;
}

.button-custom-product {
  color: #aaaaaa;
  background-color: #e6e6e6;
  border: 1px solid #e8e9e9;
  border-radius: 0.4375rem !important;
  font-size: 0.9375rem !important;
  padding: 10px 20px;
  text-align: center;
}

.button-custom-product:hover {
  background-color: #f53b50;
  color: #ffffff;
}


@media (max-width: 768px) {
  .product-block .product-content p {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
    .product-block-wrapper {
    display: none !important;
    }
}

.hello a {
  all: unset;
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

@media (min-width: 768px) {
    .smaller-image-width img {
    width: 45%;
    }
}

.button-custom-product:hover {
  color: white !important;
}

.form-check-label:hover {
    color: var(--bs-primary);
    cursor: pointer;
}

@media (max-width: 768px) {
  .full-width-mobile {
    width: 100vw !important;
    margin-left: -16px !important;
    margin-right: -16px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .swiper-slide {
    margin-right: 5px !important;
  }
}

/* Hide description */
/* .description .fs-md.fw-light.mb-3 {
    display: none !important;
}

.description .fs-md.mb-3 {
    display: none !important;
} */