/*
Theme Name: sumisuknives.nl
Theme URI: https://sumisuknives.nl/
Author: Robin Buren
Author URI: https://sumisuknives.nl/
Description: A custom theme for sumisuknives.nl
Version: 1.0
*/

/*@font-face {
    font-family: 'Noto Sans';
    src: url('/wp-content/themes/sumisuknives/assets/fonts/NotoSans-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}*/

/* noto-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/sumisuknives/assets/fonts/noto-sans-v42-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*@font-face {
    font-family: 'Marcellus';
    src: url('/wp-content/themes/sumisuknives/assets/fonts/Marcellus-Regular.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}*/

/* marcellus-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/sumisuknives/assets/fonts/marcellus-v14-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
    box-sizing: border-box;
}

html .woocommerce ul.products li.product .button {
    margin-top: 15px;
}

#breadcrumbs a {
    text-decoration: none;
}

.cart_shipping_time::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f058";
    margin-right: 8px;
    color: #00b548;
}

.cart_shipping_time {
    font-size: 14px;
    font-weight: 300;
}

.discount_banner_page p {
    margin-bottom: 0 !important;
    line-height: 15px;
}

.discount_banner_page a {
    color: #fff;
    font-weight: 400;
}

.discount_banner_page a span {
    text-decoration: underline;
}

.homepage_category_box::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
    margin-left: 8px;
}

.smenu-all-link a {
    margin-top: 20px;
    background-color: #a90000;
    padding: 10px 15px;
    display: block;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
}

.mega-menu-header-menu .widget_media_image {
    width: 100% !important;
    height: 100px !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
    
}

.mega-menu-header-menu .widget_media_image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important; 
    border-radius: 8px !important;
}

.discount_banner_page .fas {
    color: #000;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: middle;
}

.discount_banner_page {
    background-color: #a90000;
    color: #fff;
    font-size: 14px;
    padding: 8px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.header-review-stars {
    display: flex;
}

.topbar-item-usp strong {
    font-weight: 600;
}

.header-review-tp {
    display: flex;
}

.homepage_category_boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    row-gap: 20px;
    column-gap: 2.5%;
    margin-bottom: 20px;
}

.language-selector {
    display: flex;
    position: relative;
    margin-left: 5%;
    z-index: 10000;
}

.language-selector .current-language {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-review-number {
    font-weight: 400;
}

.language-selector .current-language i {
    color: #fff;
    font-size: 10px;
}

.language-selector img {
  width: 22px;
    height: auto;
}

.language-selector.is-open .language-dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-cart-only {
  display: none;
}

.language-dropdown {
  position: absolute;
  top: 29px;
  right: 0;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  opacity: 0;
  transform: translateY(-5px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  min-width: 140px;
  z-index: 99999;
}

.language-dropdown li {
  padding: 0;
  margin: 0;
}

.language-dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

.language-dropdown a:hover {
  background: #f2f2f2;
}

.topbar-languages {
    display: flex;
}

.topbar-languages img {
    width: 22px;
    height: auto;
    align-items: center;
}

.loop_food_categories {
    display: flex;
    margin-top: 15px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.loop_food_categories .vegetable, .loop_food_categories .bread {
    height: 22px;
    width: 22px;
}

.loop_food_categories svg {
    height: 25px;
    width: 25px;
    fill: #888;
}

.homepage_category_box {
    text-decoration: none;
    background-color: #a900000d;
    padding: 10px;
    color: #000;
    border-radius: 8px;
    text-align: center;
    width: calc(20% - 2.5%);
}

.homepage_category_section h2 {
    margin-bottom: 15px;
}

.grecaptcha-badge { 
    visibility: hidden; 
}

.video-section {
    background-color: #f6f5f8;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    margin-bottom: 30px;
    gap: 40px;
    justify-content: space-between;
    float: left;
    width: 100%;
}

.video-section-media {
    width: 100%;
}

.video-container {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.video-thumbnail {
    width: 100%;
    display: block;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px !important;
    height: 70px !important;
}

.video-iframe-container {
    display: none;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

.video-iframe-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0;
}

.video-section-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video-section-title {
    font-size: 35px !important;
    line-height: 45px !important;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}

.video-section-subtitle a {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.u-column2 {
    width: 100% !important;
}

.notfound {
    margin-bottom: 20px;
}

#order_comments_field label {
    font-size: 18px;
}

.custom-search-page .loop_buttons_box {
    margin-top: 20px;
}

.homepage_chefs_highlight {
    margin-top: 20px;
    padding: 60px 20px;
    background: #f1f1f1;
    margin-bottom: 20px;
    border-radius: 8px;
}

.chefs-layout {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-areas:
    "text middle top"
    "text middle bottom";
  gap: 20px;
  align-items: center;
}

.home .tab-content .star-rating {
    display: none !important;
}

.chefs-text {
  grid-area: text;
  font-size: 16px;
}

/*.chefs-text h2 {

  margin-bottom: 10px;
}*/

.chef-block {
    background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #0000000f !important;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.page-title h1 {
    margin-top: 0 !important;
}

.professional-item img {
    height: auto;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    filter: grayscale(100%) brightness(100%);
}

.professional-item {
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #0000000f !important;
    display: flex;
    flex-direction: column;
    width: 32%;
}

.professionals-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 20px;
}

.chefs-highlight {
    background-color: #fff;
    padding: 15px;
    margin-top: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.chefs-highlight-title {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}

.chefs-highlight-title i {
    color: #ffbf00;
}

.chef-block img {
  height: auto;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    filter: grayscale(100%) brightness(100%);
}

.chef-info {
  padding: 10px;
  font-size: 14px;
  color: #333;
}

.middle {
  grid-area: middle;
}

.top-right {
  grid-area: top;
}

.bottom-right {
  grid-area: bottom;
}


.custom-search-page .loop_excerpt_custom {
    margin-top: 10px;
}

.page-read-more {
    margin-left: 5px;
    text-decoration: none;
}

.woocommerce-breadcrumb {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.woocommerce-breadcrumb::-webkit-scrollbar {
    display: none
}

.breadcrumbs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.breadcrumbs::-webkit-scrollbar {
    display: none
}

.floating-first-row {
    display: flex;
}

.floating-buy-bar .product-info, .floating-checkout-bar .product-checkout-button {
    width: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 10px;
}

.floating-buy-bar button, .floating-buy-bar a, .floating-checkout-bar button, .floating-checkout-bar a {
    float: left !important;
}

.floating-buy-bar .product-buy-button, .floating-checkout-bar .product-checkout-button {
    width: 100%;
}

.floating-buy-bar, .floating-checkout-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #000;
    box-shadow: 0px 0px 22px -2px rgba(0, 0, 0, 0.2);
    z-index: 990;
}

.floating-buy-bar {
    display: block;
}

.floating-checkout-bar {
    display: none;
}

.woocommerce .star-rating span::before {
    color: #ffbf00;
}

.single-product .homepage-review-banner {
    margin-bottom: 20px;
}

.woocommerce ul#shipping_method .amount {
    font-weight: 600 !important;
}

.added_to_cart {
    display: none !important;
}

.tab-content p.price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce ul.products li.product .price del, .loop-product-price-status del {
    opacity: 1 !important;
    color: #7f7f7f !important;
    display: inline-block !important;
}

.tab-content .star-rating {
    font-size: .857em !important;
}

.tab-content .star-rating {
    font-size: 100%;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.tab-content p.price del .woocommerce-Price-amount, .woocommerce div.product p.price del .woocommerce-Price-amount, .woocommerce div.product span.price del .woocommerce-Price-amount, .woocommerce ul.products li.product .price del .woocommerce-Price-amount {
    color: #7f7f7f !important;
}

.tab-content p.price ins, .woocommerce ul.products li.product .price ins, .loop-product-price-status ins {
    text-decoration: none !important;
}

#yith-wacp-popup .yith-wacp-content .product-info .product-price del {
    font-size: 100% !important;
}

.woocommerce table.shop_table td del {
    opacity: 1 !important;
    color: #7f7f7f !important;
    display: block !important;
}

.woocommerce table.shop_table td ins {
    text-decoration: none !important;
}

.woocommerce table.shop_table td ins .woocommerce-Price-amount {
    color: #000 !important;
}

.custom_simple_product_price {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 20px;
}

.product-stock-status {
    border: 1px solid #00b548;
    padding: 0px 10px;
    border-radius: 8px;
    font-size: 13px;
}

.single-product .price {
    color: #000 !important;
    font-weight: 500;
    text-align: right;
    font-size: 20px !important;
}

.single-product .woocommerce-product-rating .woocommerce-review-link {
    color: #000;
    font-size: 12px;
    font-weight: 300;
}

.custom_product_left {
    width: 55%;
        position: relative;
}

.custom_product_right {
    width: 41%;
        position: relative;
}

header .search-bar {
    flex: 1;
}

.random-positive-review h3 {
        font-style: italic;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
}

.random_review_single .review-text {
    font-style: italic;
    font-weight: 300;
}

.random_review_single .review-author {
    font-weight: 600;
    font-style: italic;
    color: #767676;
}

.verified-review {
    margin-bottom: 15px;
}

.random_review_single .star-rating {
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: WooCommerce;
}

.random-positive-review .homepage-reviews-section {
    margin-bottom: 20px;
}

.random_review_single {
    background-color: #a900000d;
    border: none !important;
    padding: 20px 20px 5px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.onsale {
    z-index: 9 !important;
    position: absolute !important;
    text-align: center !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin: 0 !important;
    right: 8px !important;
    left: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    padding: 8px !important;
    border-radius: 8px !important;
    top: 8px !important;
    line-height: 1 !important;
    font-size: 14px !important;
    background-color: #e60012 !important;
}

.woocommerce #review_form #respond textarea {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px;
    resize: none !important;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #000 !important;
    color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    display: inline-block !important;
    padding: 0 15px !important;
    margin: 0 5px !important;
    background-color: #f7f7f7 !important;
    color: #000 !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    transition: 0.3s;
    line-height: 40px !important;
    height: 40px;
    font-size: 14px !important;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce .related-products h2 {
    margin-bottom: 15px !important;
}

.woocommerce div.product div.summary {
    width: 100% !important;
    margin-bottom: 20px !important;
}

.custom_product_right #reviews {
    margin-bottom: 20px;
}

.custom_product_template {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 4%;
}

html {
    font-family: 'Noto Sans', sans-serif !important;
    background-color: #fff;
    min-width: 320px;
}

.post-meta {
    font-weight: 600;
}

.free-shipping-progress .fa-check {
    color: #00b548;
    margin-right: 5px;
}

.free-shipping-progress {
    background: #fff;
    border-radius: 8px;
    text-align: center;
}

.free-shipping-progress p {
    margin-bottom: 8px;
}

.mobile-product-title {
    display: none;
}

.progress-container {
    width: 100%;
    height: 16px;
    line-height: 16px;
    background: #ddd;
    border-radius: 50px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.progress-bar {
    font-weight: 600;
    font-size: 12px;
    height: 100%;
    background-color: #000;
    transition: width 0.5sease-in-out;
    color: #fff !important;
    text-align: left;
    padding-left: 10px;
}

.free-shipping-progress .fa-heart {
    margin-left: 5px;
    color: #df4542;
}

#yith-wacp-popup .yith-wacp-content .yith-wacp-message.default-icon::before {
    content: "\f00c" !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #00b548;
    font-size: 22px;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

#yith-wacp-popup .yith-wacp-content .yith-wacp-cart-info>div {
    font-size: 16px !important;
    font-weight: 600 !important;
}

#yith-wacp-popup .yith-wacp-content .product-info {
    padding-bottom: 15px !important;
}

#yith-wacp-popup .yith-wacp-content .yith-wacp-message {
    padding: 15px !important;
    margin-bottom: 20px !important;
}

#yith-wacp-popup .yith-wacp-content .product-info .product-price {
    font-size: 16px !important;
}

#yith-wacp-popup .woocommerce-Price-currencySymbol {
    display: none !important;
}

#yith-wacp-popup .yith-wacp-content {
    padding: 0 20px !important;
/*    overflow: visible !important;*/
}

#yith-wacp-popup .yith-wacp-content .product-thumb {
    max-width: 125px !important;
    width: 25% !important;
}

#yith-wacp-popup .yith-wacp-content .product-thumb img {
        max-width: 100% !important;
    }

#yith-wacp-popup .yith-wacp-content .yith-wacp-popup-actions.layout-2-buttons {
    margin-top: 10px !important;
}

.yith-wacp-wrapper {
    height: auto !important;
}

.yith-wacp-popup-actions .go-cart {
    order: 2;
}

#yith-wacp-popup .yith-wacp-content .yith-wacp-message.default-icon::before {
    -webkit-mask-image: none !important;
    mask-image: none !important;
    background-color: transparent !important;

}

#yith-wacp-popup .yith-wacp-content .yith-wacp-cart-info {
    padding: 15px 0 !important;
}

#yith-wacp-popup .yith-wacp-content .product-info .product-title {
    font-size: 16px !important;
}

#yith-wacp-popup .yith-wacp-content .product-info .product-title a {
   text-decoration: none;
}

#yith-wacp-popup .yith-wacp-content .yith-wacp-popup-actions .button {
    font-weight: 600 !important;
    text-transform: none !important;
    font-size: 16px !important;
}

#yith-wacp-popup .yith-wacp-content .yith-wacp-popup-actions .go-cart::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f07a";
    margin-left: 8px;
}

#yith-wacp-popup .yith-wacp-content .product-info .product-variation p {
    margin-top: 0 !important;
    font-size: 14px !important;
}

#yith-wacp-popup .yith-wacp-content .product-info .product-variation dt {
   font-size: 14px !important;
}

#yith-wacp-popup .yith-wacp-content .product-info .product-variation dd, #yith-wacp-popup .yith-wacp-content .product-info .product-variation dl {
    font-size: 100% !important;
}

#yith-wacp-popup .yith-wacp-content .product-info .product-variation p {
    display: block !important;
    vertical-align: unset !important;
}

.toc_title {
        font-size: 26px;
    line-height: 31px;
    font-family: 'Marcellus', sans-serif !important;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 400;
    display: block;
}

.custom-single-open .normal-page-row {
    margin-bottom: 0 !important;
}

.featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.custom-single-intro-left p {
    margin-top: 0;
    font-weight: 600;
}

.custom-single-intro-left, .custom-single-main-left {
    width: 65%;
}

.toc_section a {
    text-decoration: none;
}

.custom-single-main .row {
    display: flex;
    gap: 30px;
}

.custom-single-main {
    margin-top: 30px;
}

.custom-single-intro-right, .custom-single-main-right {
    width: 35%;
}

.custom-single-intro {
    background-color: #f1f1f1;
    padding: 30px 0;
    margin-top: 20px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    font-weight: 500 !important;
}

.toc_section ul {
    background-color: #ffff;
    padding: 30px 40px;
    border-radius: 8px;
}

.custom-single-intro .row {
    gap: 30px;
}

.post-meta-color {
    color: #a90000;
}

.single-post h1, .blog h1 {
    margin-top: 0;
    margin-bottom: 15px;
}

.blog-tabs-section {
    display: flex;
    list-style: none;
    padding: 0;
}

.blog-snippet {
    box-shadow: 0px 0px 10px 0px #0000000f !important;
    border-radius: 8px;
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
    padding: 20px;
}

.blog-image {
    flex: 0 0 400px;
    margin-right: 3%;
}

.blog-author {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-author img {
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #f7f7f7;
}

.blog-category-custom-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #000;
    border-radius: 15px;
}

.blog-category-custom i {
    font-size: 35px;
    color: #a90000;
    margin-bottom: 10px;
}

.pagination .current {
    background-color: #000;
    font-weight: bold;
    color: #fff;
}

.normal-page-row .custom-blog-category .read-more {
    padding: 15px 40px;
    margin-left: auto;
    background-color: #a90000;
    margin-right: auto;
}

.normal-page-row .read-more {
    margin-left: 5px;
    background-color: #000;
    display: block;
    width: fit-content;
    border-radius: 8px;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 0px 15px;
    margin: 0 5px;
    background-color: #f7f7f7;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 40px;
    height: 40px;
}

.pagination a:hover {
    background-color: #000;
    color: #fff;
}

.pagination {
    text-align: center;
    margin: 20px 0;
}

.blog-category-custom h3 {
    font-size: 18px;
    color: #000;
}

.blog-category-custom {
    flex: 1;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    width: 160px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.blog-content .read-more {
	    background-color: #a90000;
    padding: 15px 20px;
    display: block;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
}

.blog-content h3 {
    margin: 0;
}

.blog-content h3 a {
    text-decoration: none;
    color: #333;
}

.blog-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.blog-content .blog-categories a {
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #a90000;
}

.blog-content .blog-categories {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
}

.blog-content {
    flex: 1;
}

.custom-single-main-right .social-buttons {
    display: flex;
    gap: 15px;
}

.custom-single-main-right .social-buttons a {
    text-decoration: none;
        font-size: 20px;
}

.blog-tabs-section li {
    /* padding: 12px 40px; */
    cursor: pointer;
    /* border-radius: 8px; */
    /* background: #ffeffe; */
    margin-right: 20px;
    font-weight: 600;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.blog-tabs .blog-tabs-section a {
    border-radius: 8px;
    background: #000000;
    color: #fff;
    text-decoration: none;
    /* height: 100%; */
    /* width: 100%; */
    padding: 10px 15px;
    display: block;
}

.banner-first-title {
    font-family: 'Marcellus', sans-serif !important;
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 5px;
    font-weight: 400;
    display: block;
}

.toggle-inner p {
  margin-top: 10px;
}

.toggle h3 {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 35px;
}

.toggle-title i {
    flex-shrink: 0;
    margin: 5px 0;
    margin-right: 15px;
    width: 25px;
    font-size: 15px;
    display: flex;
    color: #fff;
    background-color: #a90000;
    float: left;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.pay_safely {
        margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pay_safely i {
    color: #000;
}

.faqcontainer {
    margin-bottom: 30px;
}

.toggle {
    background-color: #a900000d;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
    display: block;
    margin-top: 15px;
}

.toggle-title {
  display: flex;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
     font-family: 'Marcellus', sans-serif !important;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 400;
    display: block;
}

h1 {
    font-size: 34px;
    line-height: 39px;
}

h2 {
    font-size: 28px;
    line-height: 33px;
}

h3 {
    font-size: 24px;
    line-height: 29px;
}

h4 {
    font-size: 20px;
    line-height: 25px;
}

h5 {
    font-size: 18px;
    line-height: 23px;
}

h6 {
    font-size: 16px;
    line-height: 21px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}    

li {
    line-height: 25px;
    margin-bottom: 8px;
}

.topbar-usps {
    display: flex;
    gap: 30px;
    flex: 1;
    font-weight: 300;
}

.topbar-item-usp i {
    color: #14cb00;
    margin-right: 2px;
}

.homepage_usp_icon i {
    font-size: 30px;
}

.homepage_usp_icon svg {
    width: 45px;
    height: 45px;
    fill: #000;
}

.homepage_usp {
    display: flex;
    gap: 20px;
    align-items: center;
}

.custom-page-row {
    flex-direction: column;
}

.read-more-button-custom {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #000000;
    color: white;
    padding: 10px 40px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    /* margin: 15px 0; */
    border-radius: 50px;
    transition: 0.3s;
}

.read-more-button-custom:hover {
    background-color: #a90000;
}

.homepage-text {
    padding-top: 20px;
}

.hidden-text {
    display: block;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-out, visibility 0.6s;
}

.hidden-text.active {
    visibility: visible;
    max-height: 5000px;
}

.steps-container {
    margin-bottom: 25px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #f7f7f7;
    padding: 30px 20px 15px 20px;
    border-radius: 8px;
}

.step {
    text-align: center;
    width: 150px;
}

.icon-container {
    background-color: #a90000;
    color: white;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    font-size: 24px;
}

.tab-container {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.custom-products h4 {
    font-size: 20px;
}

.tab-title {
    margin-bottom: 20px;
}

.tab-button {
    background-color: #f1f1f1;
    color: #000;
    border: none;
    font-weight: 600;
    padding: 15px 30px;
    margin-right: 2%;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px; 
    transition: 0.3s;
}

.tab-button.active {
    font-weight: 600;
    background-color: #000;
    color: #fff;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-content {
    width: 100%;
    overflow: hidden;
}

.homepage_usps {
    justify-content: space-between;
    width: 100%;
    display: flex;
    gap: 30px;
    padding: 20px 0;
}

.topbar-item-info a {
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 400;
}

.header-logo a {
    display: flex;
}

.topbar-info {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}

.topbar-info i {
    color: #dc0011;
}

.cart-link {
    position: relative;
    display: inline-block;
  }

  .woocommerce-info {
    border-top-color: #13344c !important;
}

.woocommerce-info::before {
    color: #a90000 !important;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: 20px !important;
}

.checkout-steps {
    margin-bottom: 0;
    margin-top: 0;
    padding: 25px 0;
    border-radius: 8px;
}

.custom-cart-form select {
    height: 40px;
    width: 53px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #d1d1d1;
    line-height: 40px;
    text-align: center;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-bottom: 10px !important;
    margin-top: 20px !important;
}

html .custom-cart-form .product-remove a {
    color: #a8a8a8 !important;
}

.custom-cart-form .product-remove i {
    font-size: 16px;
    vertical-align: middle;
    padding-bottom: 4px;
}

html .custom-cart-form .product-remove a:hover {
    color: #df4542 !important;
    background: none !important;
}

.custom-cart-form .product-name a {
    text-decoration: none;
}

html .custom-cart-template .woocommerce-Price-currencySymbol {
    display: none !important;
}

.checkout-steps-wrapper::after {
    right: 0;
    left: auto !important;
}

.checkout-steps-wrapper {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    color: #690a66;
}

.checkout-steps-wrapper::before, .checkout-steps-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 50%;
    height: 1px;
    background-color: #e0e0e0;
}

.checkout-steps-wrapper .checkout-step {
    color: #2e2e2e;
    padding: 20px 12px 0 12px;
    position: relative;
    text-align: center;
}

.checkout-steps .current-step {
    color: #000 !important;
}

.checkout-steps-wrapper .checkout-step::before {
    z-index: 9;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 15px;
    width: 15px;
    background-color: #e0e0e0;
    border-radius: 50%;
    position: absolute;
}

.checkout-steps-wrapper .checkout-step:last-child::after {
    content: "";
    right: 0;
    top: 0;
    left: auto;
    height: 10px;
    width: 50%;
    background-color: #fff;
    position: absolute;
    z-index: 1;
}

.checkout-steps-wrapper .checkout-step:nth-child(2)::after {
    /* Reset or override any ::after styles */
    content: none; /* Remove the ::after content */
    /* Add any other styles as needed */
}

.checkout-steps-wrapper .checkout-step::after {
    content: "";
    left: 0;
    top: 0;
    height: 10px;
    width: 50%;
    background-color: #fff;
    position: absolute;
    z-index: 1;
}

.checkout-steps .current-step::before {
    background-color: #a90000 !important;
}

.checkout-steps a {
    text-decoration: none;
}

#header-desktop .header-logo {
    padding: 10px 0;
}

.cart-counter {
    position: absolute;
    top: -9px;
    right: -9px;
    background: #e60012;
    color: white;
    font-size: 11px;
    font-weight: 400;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.woocommerce-billing-fields h3, .col2-set-custom h3 {
    margin-top: 0 !important;
}

.custom-cart-template {
    display: flex;
    gap: 30px;
}

.custom-cart-form {
    width: 65%;
}

.custom-cart-proceed {
    width: 35%;
}

.woocommerce table.shop_table {
    border: none !important;
}

.woocommerce table.shop_table th {
    font-weight: 600 !important;
}

html .custom-cart-form .product-thumbnail {
    display: table-cell !important;
}
html .custom-cart-form th {
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
}

.custom-cart-form .woocommerce-cart-form__cart-item {
    border: 2px solid #f7f7f7;
    border-radius: 8px;
    padding: 20px;
}

.woocommerce table.shop_table td {
    border: none !important;
    font-weight: 400;
    font-size: 16px;
}

html .custom-cart-form .product-thumbnail {
    display: table-cell !important;
}
html .custom-cart-form td {
    padding: 8px;
}

html .woocommerce-cart-form img {
    width: 80px !important;
}

#header {
    z-index: 99;
    box-shadow: 0px 0px 15px 0px #00000038 !important;
}

.header-main .row {
    justify-content: space-between;
    align-items: center;
    gap: 5%;
}

.header-logo img {
    max-width: 70px !important;
    height: auto !important;
}

.homepage-bestsellers {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    width: auto !important;
}

.custom-cart-proceed h2 {
    margin-bottom: 8px !important;
    margin-top: 0 !important;
}

.custom-cart-proceed .coupon {
    margin-bottom: 20px;
    display: flex;
}

#shipping_method_0_free_shipping1 + label {
    text-transform: uppercase !important;
    color: #00b548;
    font-weight: 600;
}

.custom-cart-proceed .coupon button {
    font-size: 14px !important;
    background-color: #000 !important;
    color: #fff !important;
    font-weight: 400 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.woocommerce-shipping-destination {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none !important;
    width: 100% !important;
}

.custom-cart-proceed .cart_totals h2 {
    margin-top: 0 !important;
}

.woocommerce table.shop_table {
    border: none !important;
}

html .custom-cart-proceed .cart-subtotal {
    display: none !important;
}

html .custom-cart-proceed th {
    padding: 8px 0 !important;
    border-top: none !important;
    font-size: 16px;
    vertical-align: middle !important;
}

.woocommerce table.shop_table td {
    border: none !important;
    font-weight: 400;
    font-size: 16px;
}
html .custom-cart-proceed td {
    padding: 0 !important;
    text-align: right;
    font-size: 16px;
}

.checkout-button {
    margin-bottom: 0 !important;
    height: 50px;
    line-height: 50px !important;
}

.checkout-button {
    background-color: #00b548 !important;
    color: #fff !important;
    width: 100%;
    height: 50px;
    font-size: 16px !important;
    margin-top: 0 !important;
    line-height: 50px !important;
    border-radius: 8px !important;
    text-align: center !important;
    padding: 0 !important;
    display: block !important;
    font-weight: 600 !important;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after {
    top: auto !important;
}

#yith-wacp-popup .yith-wacp-content .yith-wacp-cart-info > div > .shipping-cost {
        text-transform: uppercase !important;
    color: #14cb00 !important;
    font-weight: 600 !important;
}

.checkout-button:hover {
    background-color: #009e2f !important;
}

.custom-cart-proceed .coupon input {
    flex: 1;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.custom-cart-proceed .paylogos {
    margin-bottom: 30px;
}

.custom-cart-proceed .paylogos {
    margin-top: 30px !important;
}
.paylogos {
    /* border-top: 1px solid #e3e3e3; */
    /* padding-top: 25px; */
    margin-bottom: 20px;
    margin-top: 12px;
    width: 100%;
}

.custom-cart-proceed .paylogos .paylogo-container {
    display: flex;
    justify-content: space-between;
}

.paylogo img {
    height: auto;
    width: 60%;
}

/*.custom-cart-proceed .paylogos .paylogo-container img {
    height: auto !important;
    width: 65%;
}*/

.cart-item-usp {
    font-size: 16px;
    margin-bottom: 15px;
}

html .custom-cart-proceed td {
    padding: 8px 0 !important;
    text-align: right;
    font-size: 16px;
}

.woocommerce-shipping-totals li {
    margin: 0 !important;
    padding: 8px 0 !important;
}

.cart-usps i {
    color: #00b63a;
    margin-right: 5px;
}

.homepage_chefs_section .row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    margin-bottom: 50px;
}

.homepage_chefs_section h2 {
    margin-top: 0 !important;
    text-align: center;
}

.homepage_chefs_section .swiper-slide {
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #0000000f !important;
    height: auto;
    display: flex;
    flex-direction: column;
}

.chef-information {
    padding: 20px 5px;
}

.chef-name {
    font-style: italic;
    font-size: 16px;
}

.chef-company {
    font-size: 20px;
    font-weight: 600;
}

.chef-place {
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 12px;
    color: #a90000;
}

.homepage_chefs_section .swiper-slide img {
    height: auto;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    filter: grayscale(100%) brightness(100%);
}

.homepage_chefs_section {
    overflow: hidden;
}

.paylogo-container {
    justify-content: space-between;
}

.homepage_chefs_section .swiper-pagination {
    bottom: -30px !important;
    top: auto !important;
}

.homepage_recommended_products .swiper-button-next, .homepage_recommended_products .swiper-button-prev {
    bottom: 0 !important;
    top: auto !important;
}

.homepage_recommended_products {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.homepage_recommended_products .swiper-wrapper {
    padding-bottom: 70px;
}

.swiper-pagination-bullet-active {
    background: #a90000 !important;
}

.swiper-button-next, .swiper-button-prev {
    background-color: #fff;
    border: 2px solid #c1c1c1;
    height: 50px !important;
    width: 50px !important;
    border-radius: 50px !important;
    color: #000000 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: 600;
}

.homepage_recommended_products .swiper-slide {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #0000000f !important;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.homepage_recommended_products .swiper-slide a {
    text-decoration: none;
    margin-top: 15px !important;
    color: #000;
}

.loop-product-price-status .price {
    margin-bottom: .5em;
        display: block;
}

.firstmobilerow {
    margin-bottom: 10px;
}

/*.homepage_recommended_products .swiper-slide {
    display: flex;
}*/

.homepage_recommended_products .swiper-slide h3 {
    font-size: 22px;
}

.homepage-bestsellers h2 {
    margin-bottom: 20px;
}

body {
    margin: 0;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Marcellus', sans-serif !important;
    font-size: 16px !important;
}

#mega-menu-wrap-header-menu .mega-toggle-blocks-left, #mega-menu-wrap-header-menu .mega-toggle-blocks-center {
    display: none !important;
}

html #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.related-post img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.related-post {
    box-shadow: 0px 0px 10px 0px #0000000f !important;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.related-post a {
    text-decoration: none;
}

.related-posts h3 {
    margin-bottom: 15px;
}

.homepage-banner {
    display: flex;
    background-color: #f9f9f9;
    gap: 15px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}

.home-messenset-link::after, .view-all-link::after, .banner-first-button a::after, .banner-second-button a::after, .homepage-review-banner-button-div a::after, .read-more-button-custom::after, .home-professionals-link::after, .smenu-all-link a::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f101";
    margin-left: 5px;
}

.home-professionals-link {
    font-weight: 600;
    text-decoration: none;
}    

.post-navigation {
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
    justify-content: space-between;
}

.normal-page-row .woocommerce.columns-4 {
    margin-top: 15px;
}

.view-all-link {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.chef-site {
    background-color: #000;
    color: #fff;
    padding: 10px 10px;
    margin-top: 15px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}

.requestbutton {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px !important;
}

.view-all-link, .banner-first-button a, .banner-second-button a, .homepage-review-banner-button-div a, .requestbutton {
    background-color: #a90000;
    padding: 15px 20px;
    display: block;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
}

.homepage-review-banner-button-div a {
    margin-left: auto;
    margin-right: auto;
}

.banner-second-button {
    margin-top: 30px;
}

.footer-logo img {
    max-width: 100px !important;
    height: auto;
}

.footer-company-info {
    flex: 1;
}

.footer-company-name {
    color: #a90000;
    font-weight: 600;
}

.footer-company-details {
    color: #6f8391;
    font-size: 14px;
    margin-top: 30px !important;
}

.homepage-banner-first {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: left center;
    width: 65%;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    padding: 30px;
}

.homepage-banner-second {
    width: 35%;
    border-radius: 8px;
    background-color: #f1f1f1;
    color: #000000 !important;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: 40% !important;
    background-position: bottom right;
}

.banner-second-title {
    font-family: 'Marcellus', sans-serif !important;
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 5px;
    font-weight: 400;
    display: block;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    margin-bottom: 20px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu ul {
   list-style-type: none;
    padding: 0;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu ul .menu a {
   text-decoration: none;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget {
    font-family: 'Marcellus', sans-serif !important;
    font-size: 16px;
    color: #000;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget a {
    color: #000;
}

.homepage-banner-first-inner {
    max-width: 500px;
}

.banner-first-text {
    margin-bottom: 30px;
}

.banner-first-text p {
    line-height: 30px;
}

.footer-legal {
        display: flex;
    gap: 30px;
    align-items: center;
}

.footer-company {
    display: flex;
    align-items: center;
    color: #6f8391;
    font-size: 15px;
    font-weight: 500;
}

.footer-newsletter .cf7div {
    display: flex;
    flex-direction: column;
}

.footer-newsletter .input-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.product-img-checkout img {
    width: 50px;
    height: auto;
}

.woocommerce-checkout table.shop_table tfoot td {
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
}

.footer-newsletter {
    background-color: #f1f1f1;
    color: #000;
    padding: 30px 0;
}

.footer-newsletter .footer-newsletter-title {
    color: #000 !important;
    font-family: 'Marcellus', sans-serif !important;
    font-size: 30px;
}

.footer-newsletter .wpcf7 p {
    margin-bottom: 0 !important;
}

.newsletter-disclaimer i {
    margin-right: 8px;
    color: #a90000;
}

.footer-newsletter .wpcf7 {
    min-width: 600px;
}

.footer-info, .footer-service, .footer-order {
    flex: 1;
}

.footer-newsletter .wpcf7 p {
    width: 100%;
}

.footer-newsletter-desc {
    color: #000;
    text-align: center;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.footer-newsletter .wpcf7 .wpcf7-submit {
    margin-bottom: 0 !important;
    
}

.footer-newsletter input.wpcf7-form-control.wpcf7-text {
    flex-grow: 1;
    height: 50px !important;
    border-radius: 8px !important;
    border: 1px solid #d1d1d1 !important;
    padding: 0 3% !important;
    margin-bottom: 15px;
    width: 100% !important;
}

.footer-newsletter input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    right: 8px;
    top: 8px;
    height: 36px !important;
    min-height: auto !important;
    width: auto !important;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 8px !important;
    background-color: #a90000 !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px 0 15px 0 !important;
    padding: 12px !important;
    border-radius: 8px !important;
    float: left;
    width: 100%;
}

.wpcf7-spinner {
    display: block !important;
    position: absolute !important;
    margin: 10px 24px !important;
    /* margin: 5px 24px 0 24px !important; */
}

button {
    font-family: 'Noto Sans', sans-serif !important;
}

a {
    color: #a90000;
}

.footer-review-stars img {
    max-width: 100px !important;
    height: auto;
}

.footer-review-txt {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

.footer-review-txt img {
    max-width: 80px !important;
    height: auto;
    vertical-align: middle;
}

.footer-review-stars {
    display: flex;
    align-items: center;
}

.usp-title-custom {
    text-align: center;
}

.usp-text-custom {
    text-align: center;
    margin-top: 0 !important;
}

.usp-item-custom {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.usp-icon-custom {
    background-color: #a90000;
    border-radius: 50px;
    font-size: 22px;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.usp-container-custom {
    display: flex;
    gap: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    color: #fff;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-review {
    flex: 1;
    text-decoration: none;
    display: flex;
    font-size: 11px;
    gap: 15px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

.wpcf7 .wpcf7-submit {
    margin-bottom: 20px !important;
    font-weight: 600 !important;
    background-color: #13344c;
    color: #fff !important;
    float: left;
    width: 100%;
    min-height: 52px !important;
    border: none !important;
    border-radius: 8px !important;
}

.wpcf7 .cf7last p {
    margin-bottom: 0 !important;
}

/*.footer-newsletter .wpcf7-submit::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f101";
    margin-left: 5px;
}*/

.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    margin-bottom: 0 !important;
}

.third-footer-row {
    background-color: #000;
    color: #fff;
    padding: 60px 0;
}

.third-footer-row .row {
    display: flex;
    justify-content: space-between;
}

footer .paylogo-container {
    display: flex;
    gap: 10%;
    row-gap: 20px;
    justify-content: center;
}

.weight_rating {
    margin-top: 15px;
    font-weight: 600;
    color: #888;
    text-align: center;
    font-size: 14px;
}

.second-footer-row .paylogos {
    flex: 1;
    padding: 15px 30px;
    margin-top: 20px;
    margin-bottom: 0;
    background-color: #f1f1f1;
    border-radius: 50px;
}

.footer-newsletter .row {
    flex-direction: column;
        align-items: center;
}

.second-footer-row .contact-footer-icons {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.second-footer-row .contact-footer-icons a {
    text-decoration: none;
    display: flex;
    gap: 15px;
    color: #000;
}


.top-bar p {
    margin: 0;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky .top-bar {
    display: none !important;
}

.sticky + #content, .sticky + #primary, .sticky + .discount_banner_page {
    margin-top: 130px;
}

#header-mobile {
    display: none;
}

.wpcf7 textarea {
    padding: 10px 15px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #d1d1d1 !important;
}

.wpcf7 label {
    margin-bottom: 4px;
    display: block;
    font-weight: 600;
}

.footer-option-title {
    color: #000000;
    font-weight: 600;
}

.second-footer-row .contact-footer-icons i {
    padding: 15px;
    background-color: #a90000;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
}   

.woocommerce-cart .product-name img {
    display: none;
}

.small-page-row {
    max-width: 800px !important;
    flex-direction: column;
    margin-bottom: 50px;
    margin-top: 10px;
}

abbr {
        text-decoration: none;
    color: #ff0000;
}

.paylogo-container img {
    max-width: 100% !important;
    vertical-align: middle;
    height: 24px !important;
    width: auto;
} 

:root :where(.wp-block-separator.is-style-dots):before {
    content: "" !important;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background-color: #13344c !important;
}

.wc-block-grid__product .wc-block-grid__product-title {
    font-size: 22px !important;
    line-height: 31px !important;
    margin-top: 15px !important;
    margin-bottom: 5px !important;
    font-weight: 600 !important;
    display: block !important;
}

.wc-block-grid__product .wc-block-grid__product-link {
    color: #000 !important;
    text-decoration: none !important;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) {
    margin: 0 !important;
}

.wp-block-button__link {
    background-color: #e9630d !important;
    font-size: 16px !important;
    font-weight: 600 !important;
        width: 100% !important;
}

.wc-block-grid__product-price {
    font-size: 16px !important;
}

input, select, textarea {
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 16px;
    color: #000 !important;
    box-sizing: border-box;
}

.homepage-checklist {
    list-style: none; /* Verwijdert standaard bullets */
    padding-left: 0; /* Verwijdert padding */
}

.homepage-checklist li {
    position: relative;
    padding-left: 25px; /* Ruimte voor het icoon */
}

.homepage-checklist li::before {
    content: "\f00c"; /* Unicode voor FontAwesome check-icon */
    font-family: "Font Awesome 6 Free"; /* FontAwesome-family */
    font-weight: 900; /* Nodig voor solid icons */
    position: absolute;
    left: 0;
    color: green; /* Pas de kleur aan indien gewenst */
}

.content input, .content select, .variations select, .custom-variations select, .wpcf7 input, .wpcf7 select, .select2-container .select2-selection--single {
    border-radius: 8px !important;
    height: 40px !important;
    border: 1px solid #d1d1d1 !important;
    padding: 0 15px !important;
    margin-bottom: 15px; /* Ensures padding doesn't increase width */
    width: 100% !important;
    background-color: #fff;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    border: 1px solid #000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    padding: 0 !important;
}

.woocommerce form .form-row textarea {
    height: 4em !important;
    resize: none !important;
    padding: 5px 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.woocommerce-checkout .input-text {
    border-radius: 8px !important;
    height: 40px !important;
    border: 1px solid #d1d1d1;
    padding: 0 15px !important;
    margin-bottom: 15px; /* Ensures padding doesn't increase width */
    width: 100% !important;
}

.wpcf7-form-control-wrap {
    width: 100% !important;
}

.wpcf7 p {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    /* padding: 3px; */
    /* line-height: 1; */
    width: 100%;
}

/*.cf7div {
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
}*/

.footer-socials i {
    padding: 15px;
    color: #a90000;
    background-color: #f1f1f1;
    border-radius: 50px;
    font-size: 20px;
}

.footer-socials {
    display: flex;
    gap: 15px;
}

.footer-legal a {
    text-decoration: none;
    color: #fff;
}

.first-footer-row {
    margin-bottom: 30px;
    margin-top: 40px;
    gap: 30px;
}

.second-footer-row {
    align-items: center;
        margin-bottom: 40px;
}

/*.homepage-review-banner {
    background-color: #fff;
}*/

.homepage-reviews-stars {
    max-width: 125px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.homepage-reviews-tp {
    max-width: 100px;
}

.homepage-reviews-section {
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: #000;
    justify-content: center;
}

.product_ratings {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product_rating_title {
    width: 40%;
    font-size: 13px;
    text-align: left;
}

.custom-products .woocommerce-Price-currencySymbol {
    display: none;
}

.wc-block-grid__product {
    background-color: #fff !important;
    border-radius: 8px !important;
    flex: 1 !important;
    border: none !important;
    padding: 20px !important;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart {
    margin: 0 !important;
}

.woocommerce ul.products li.product {
    padding: 10px !important;
    background-color: #fff;
    border-radius: 8px !important;
    box-sizing: border-box;
    margin: 0 2% 2% 0 !important;
    box-shadow: 0px 0px 10px 0px #0000000f !important;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

#wapo-total-price-table {
    color: #000 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

#wapo-total-price-table table th {
    font-size: 16px;
    color: #000;
}

.wapo-total-order {
    font-size: 16px !important;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-container {
    border: 1px solid #00b548 !important;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-container:after {
    background: #00b548 url(https://sumisuknives.nl/wp-content/plugins/yith-woocommerce-advanced-product-options-premium/assets/img/icon-check.png) center no-repeat !important;
    background-size: 50% !important;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none !important;
}

.woocommerce .related-products ul.products li.product {
    margin: 0 2% 2% 0 !important;
    width: 23.5% !important;
    margin-bottom: 0 !important;
}

.woocommerce .related-products ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}

.woocommerce.columns-4 ul.products li.product {
    width: 23.5% !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    margin-top: 15px !important;
    padding: 0 !important;
}

.woocommerce-form-coupon-toggle {
    display: none !important;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.woocommerce-message {
    border-top-color: #00b548 !important;
}

.woocommerce-NoticeGroup {
    flex: 1 1 100%;
}

.woocommerce-checkout #payment div.form-row {
    padding: 0 !important;
}

.woocommerce-terms-and-conditions-wrapper {
    margin-top: 10px;
}

.woocommerce-checkout .homepage-reviews-section {
    margin-top: 20px;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    flex: 1 !important;
}

.woocommerce .col2-set-custom {
    flex: 1 !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100% !important;
}

.woocommerce form .form-row .required {
    color: #df4542 !important;
}

.swiper-wrapper .custom-products img {
    width: 100%;
    height: auto;
}

.contact-links {
    display: flex;
    background-color: #f6f5f8;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.contact-links a i, .contact-links span i {
    background-color: #a90000;
    margin-right: 5px;
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
}

.contact-links a, .contact-links span {
    width: 100%;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    display: inline-block;
}

.contact-information {
    display: flex;
    gap: 30px;
}

.contact-information-column {
    flex: 1;
}

.floating-buy-bar button i {
    margin-right: 5px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none !important;
    border-radius: 0 !important;
}

.woocommerce-privacy-policy-text {
    display: none !important;
}

.woocommerce-checkout table.shop_table {
    background-color: #f1f1f1 !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
    background-color: #a900000d !important;
    padding: 10px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0 !important;
}

#order_review_heading {
    margin-bottom: 15px !important;
}

#ship-to-different-address {
    font-size: 20px !important;
}

#place_order:hover, .floating-buy-bar button:hover, #content .wpcf7 .wpcf7-submit:hover, .woocommerce ul.products li.product .button:hover, .custom_add_to_cart:hover, .single_add_to_cart_button:hover, .add_to_cart_button:hover {
    background-color: #009e2f !important;
}

#place_order, .floating-buy-bar button, #content .wpcf7 .wpcf7-submit, .woocommerce ul.products li.product .button, .custom_add_to_cart, .single_add_to_cart_button, .add_to_cart_button {
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 8px !important;
    color: #fff !important;
    font-weight: 500 !important;
    border-radius: 50px !important;
    background-color: #00b548 !important;
    font-size: 15px !important;
    display: block !important;
    cursor: pointer !important;
    border: none !important;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    color: #000 !important;
}

.woocommerce .woocommerce-ordering select {
    border: 1px solid #d1d1d1 !important;
    background-color: #fff;
    height: 45px !important;
    border-radius: 8px;
    padding: 0 8px;
}

.woocommerce .woocommerce-result-count {
    margin-top: 1em !important;
    font-size: 14px !important;
    margin-bottom: 1em !important;
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}

.woocommerce-variation-price {
    text-align: right;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    gap: 20px;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    flex: 1;
}

.woocommerce .quantity .qty {
    border: 1px solid #d1d1d1 !important;
    height: 50px;
    line-height: 50px;
    border-radius: 8px !important;
}

/*.woocommerce div.product form.cart {
    margin-bottom: 0 !important;
}*/

.woocommerce .quantity .qty {
    -moz-appearance: textfield; /* Remove default Firefox spinner */
}

.woocommerce .single-product h1 {
    margin-bottom: 5px !important;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0 !important;
}

.entry-summary .woocommerce-variation {
    margin-bottom: 20px;
}

/* Restore the default up/down arrows on WebKit browsers (Chrome, Safari, Edge) */
.woocommerce .quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button {
    opacity: 1 !important; /* Force visibility */
    display: block !important; /* Ensure they are always shown */
}

.woocommerce ul.products li.product .price {
    font-size: 16px !important;
    text-align: center;
}

#primary {
    display: block;
    padding: 0 8px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 10px;
}

.woocommerce-breadcrumb {
    margin-top: 1em !important;
    font-size: 13px !important;
    margin-bottom: 1em !important;
}

.normal-page-row .breadcrumbs {
    font-size: 13px;
}


#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item > ul.mega-sub-menu {
    box-shadow: 0px 0px 15px 0px #00000038 !important;
}

html .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    color: #000000;
}

/*.woocommerce div.product div.summary {
    margin-bottom: 2em !important;
    background-color: #fff !important;
    padding: 20px !important;
    border-radius: 8px !important;
}*/

.single-product .woocommerce-Price-currencySymbol {
    display: none;
}

.woocommerce-breadcrumb a  {
    color: #a90000 !important;
    text-decoration: none;
}

.header-review {
    flex: 1;
    text-decoration: none;
    color: #fff;
    display: flex;
    font-size: 11px;
    gap: 10px;
    font-weight: 600;
    justify-content: flex-end;
    align-items: center;
}

.header-review-tp img {
    max-width: 65px !important;
    height: auto;
    vertical-align: middle;
}

.header-review-stars img {
    max-width: 70px !important;
    height: auto;
    vertical-align: middle;
}

.wc-block-grid__products {
    gap: 10px;
}

ins .woocommerce-Price-amount {
    font-weight: 600;
    color: #a90000;
}

.woocommerce-cart .homepage-reviews-section {
    margin-bottom: 20px;
}

.woocommerce-checkout .homepage-reviews-section {
    width: 100%;
}

.woocommerce-Price-amount {
    font-weight: 600;
}

p {
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 15px;
}

.woocommerce div.product form.cart {
    margin-bottom: 20px !important;
}

html .woocommerce div.product form.cart, html form.cart:has(#yith-wapo-container .yith-wapo-block) {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    /* flex-direction: row; */
}

#yith-wapo-container {
    width: 100%;
/*    margin-bottom: 20px;*/
}

.custom_shipping_time {
    text-align: center;
    margin-bottom: 22px;
    font-weight: 300;
}

.custom_shipping_time::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f058";
    margin-right: 8px;
    color: #00b548;
}

.free-shipping-single {
    display: flex;
    margin-bottom: 25px;
    float: left;
    align-items: center;
    gap: 15px;
    background-color: #f1f1f1;
    width: 100%;
    justify-content: center;
    border-radius: 8px;
    padding: 10px;
}

.free-shipping-flags {
    display: flex;
    align-items: center;
    gap: 15px;
}

.woocommerce div.product div.summary .paylogos {
    margin-bottom: 25px;
    margin-top: 0;
    width: 100%;
    float: left;
}

.product_short_usp {
    display: flex;
    text-align: center;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
}

.product_short_usp svg, .product_short_usp i {
    width: 30px;
    color: #000;
    fill: #000;
    font-size: 20px;
    vertical-align: middle;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
}

.woocommerce #reviews #comments h2 {
    margin-bottom: 15px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    background-color: #a900000d;
    border: none !important;
    border-radius: 8px;
}

.woocommerce table.shop_attributes {
    border: none !important;
    border-spacing: 0 !important;
}

.woocommerce table.shop_attributes th {
    text-align: left;
}

.woocommerce table.shop_attributes td p {
    padding: 8px !important;
}

.woocommerce table.shop_attributes tr {
    border-radius: 8px;
}
.woocommerce table.shop_attributes tr, .woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    border: none !important;
    font-style: normal !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    font-style: italic;
    font-weight: 300;
}

.woocommerce p.stars a {
    color: #ffbf00;
}

#reply-title {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px !important;
}

.woocommerce #review_form #respond p {
    margin: 0 !important;
}

.woocommerce #review_form #respond .form-submit input {
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
    line-height: 20px;
    border-radius: 50px;
    background-color: #a90000;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    letter-spacing: 1px;
}

.woocommerce #review_form #respond .form-submit input:hover {
    background: #000 !important;
}

.product_short_usp {
    margin-bottom: 0;
}

.custom_product_reviews_mobile, .custom_product_info_mobile {
    display: none;
}

.product-content-usps {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 8px;
}

.single-product .paylogo-container {
    display: flex;
    justify-content: space-between;
}

.free-shipping-flag {
    display: flex;
    align-items: center;
}

.free-shipping-text {
    font-weight: 600;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 8px 0 0 !important;
}

.woocommerce div.product form.cart .button {
    flex: 1;
}

.wapo-addon-title {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}

.products .woocommerce-Price-currencySymbol {
    display: none !important;
}

.product_rating_number {
    flex: 1;
    font-size: 10px;
    background-color: #f1f1f1;
    border-radius: 50px;
    font-weight: 600;
    height: 16px;
}

#content ul, #content ol {
    margin-top: 0;
    margin-bottom: 0;
}

.homepage_recommended_products .swiper-container {
    position: relative;
}

.normal-page-row {
    flex-direction: column;
    margin-bottom: 50px;
    margin-top: 10px;
}

.cf7div {
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
    float: left;
    width: 100%;
}

.cf7row {
    display: flex;
    gap: 30px;
}

.cf7column {
    flex: 1;
}

/*.second-cf7-input {
    width: 49% !important;
}

.first-cf7-input {
    width: 49% !important;
    margin-right: 2%;
}*/

.product_rating_number_inner {
    text-align: left;
    border-radius: 50px;
    background-color: #13344c;
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
}

.rating_percentage {
    margin-left: 8px;
}

.product_rating {
    display: flex;
    align-items: center;
}

.homepage-reviews-section img {
    width: 100%;
    height: auto;
}

footer h3 {
    font-size: 22px;
    margin-bottom: 20px !important;
}

.homepage-banner-button a::after, .homepage-advantages-banner-button a::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f101";
    margin-left: 5px;
}

.homepage_chefs_section h2::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f005";
    margin-left: 8px;
    color: #a90000;
}

.loop-product-stock-status {
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
}

.loop-product-price-status {
    display: flex;
    justify-content: flex-end;
}

.loop-price-stock-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.custom-page_custom_categories {
    overflow: hidden;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
}

.custom-page_custom_categories .swiper-wrapper {
    align-items: stretch;
    
}

.custom-page_custom_categories .swiper-slide {
    max-width: 200px;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a900000d;
    border-radius: 8px;
    font-weight: 400 !important;
    width: 100%;
    height: auto !important;
    padding: 8px;
    text-decoration: none;
    color: #000000;
    /* border: 1px solid #a90000; */
    text-align: center;
    font-weight: 500;
}

.loop-product-stock-status .in-stock::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f058";
    margin-right: 8px;
    color: #00b548;
}

.woocommerce ul.products li.product .button::after, .custom_add_to_cart::after, .add_to_cart_button::after, .single_add_to_cart_button::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f07a";
    margin-left: 8px;
}

.custom-onsale-badge::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f132";
    margin-right: 5px;
}

.custom-onsale-badge {
    font-weight: 400 !important;
    left: 20% !important;
    right: auto !important;
    padding: 8px !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
}

.woo-variation-gallery-trigger-position-top-right {
    top: 50px !important;
}

.checkout-button::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f07a";
    margin-right: 8px;
}

/*footer .row {
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}*/

footer ul a {
    color: #000000;
    text-decoration: none;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer ul li {
        margin-bottom: 20px;
}

footer {
    background-color: #fff;
    color: #000;
}



.zzz-animation {
    margin-left: 20px;
    /* position: absolute; */
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: #13344c;
    font-weight: bold;
    animation: floatZ 3s infinite;
}

.zzz-animation span {
    display: inline-block;
    opacity: 0;
    transform: translateY(10px);
    animation: zzzFade 3s infinite ease-in-out;
}

.zzz-animation span:nth-child(1) {
    animation-delay: 0s;
}

.zzz-animation span:nth-child(2) {
    animation-delay: 0.5s;
    color: #e9640e;
}

.zzz-animation span:nth-child(3) {
    animation-delay: 1s;
}

@keyframes zzzFade {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    50% {
        opacity: 1;
        transform: translateY(-10px);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

@keyframes floatZ {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}


i {
    font-weight: 400;
}

.homepage-usps {
    background-color: #fff;
    padding: 40px 0;
}

.homepage-usp {
    justify-content: center;
    display: flex;
    width: 33.33%;
    gap: 20px;
    align-items: center;
}

.homepage-usp-icon i {
    font-size: 40px;
    color: #13344c;
}

.homepage-usp-text {
    font-weight: 600;
}

.homepage-advantages-banner-button a {
    background-color: #13344c;
    margin-top: 20px;
    color: #ffffff;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: block;
    width: fit-content;
}

.homepage-advantages-banner {
    display: flex;
}


.homepage-advantages-banner-text-inner {
    max-width: 480px;
}

.homepage-advantages-banner-text {
    width: 50%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    padding: 40px 0;
    align-content: center;
    justify-content: center;
}

.homepage-advantages-banner-title-second {
    font-weight: 600;
    font-size: 35px;
}

.homepage-advantages-banner-text-div {
    padding: 15px 0;
    line-height: 30px;
    font-size: 16px;
}

.homepage-advantages-banner-title-first {
    font-size: 50px;
    margin-top: 0 !important;
    font-weight: 700;
    position: relative;
    line-height: 60px;
}

.homepage-advantages-banner-image {
    width: 50%;
    text-align: center;
}

.homepage-advantages-banner-image img {
    width: 90%;
    height: auto;
}

.homepage-advantages-usps {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}

#brands-heading {
    text-align: center;
    margin-bottom: 30px;
}

.homepage_brands_section .row {
    flex-direction: column;
}

.homepage_brands_section {
    padding: 40px 0;
    display: flex;
    background-color: #fff;
}

.homepage_brands {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.homepage_brands img {
        filter: grayscale(100%) brightness(100%);
}

/*.homepage-advantages-usp-icon {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}*/

.homepage-advantages-usp-icon i {
    background-color: #ffff;
    color: #e9640e;
    height: 60px;
    border-radius: 50px;
    width: 60px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: rgb(0 0 0 / 0%) !important;
    }

.homepage-advantages-usp {
    display: flex;
    gap: 20px;
    width: 48%;
    margin-top: 15px;
    margin-bottom: 15px;
    align-items: center;
}

.homepage-advantages-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background-color: #ffa468;
  padding: 40px 0;
}

.homepage-advantages-banner .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.homepage-advantages-banner-text {
  flex: 1;
  z-index: 2;
/*  text-align: center;*/
  padding: 20px;
}

.homepage-advantages-banner-image {
  flex: 1;
  position: relative;
  overflow: hidden; /* Ensures reviews don't escape the section */
  width: 100%;
}

.homepage-review-banner-button a {
    background-color: #e9640e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    display: block;
    width: fit-content;
}

.homepage-review-banner {
    display: flex;
}


.homepage-review-banner-text-inner {
    max-width: 480px;
}

.homepage-review-banner-text {
    width: 50%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    padding: 40px 0;
    align-content: center;
    justify-content: center;
}

.homepage-review-banner-title-second {
    font-weight: 600;
    font-size: 35px;
}

.homepage-review-banner-text-div {
    padding: 15px 0;
    line-height: 30px;
    font-size: 16px;
}

.homepage-review-banner-title-first {
    font-size: 50px;
    line-height: 60px;
    position: relative;
    display: flex;
}

.homepage-review-banner-image {
    width: 50%;
    text-align: center;
}

.homepage-review-banner-image img {
    width: 90%;
    height: auto;
}


.homepage-review-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f1f1f1;
  padding: 40px 0;
}

.homepage-review-banner .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}


 .homepage-review-banner .swiper-wrapper {
  display: flex;
}

.homepage-review-banner .swiper-wrapper::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

 .homepage-review-banner .swiper-slide {
    flex: 0 0 auto;
    width: 300px; /* Adjust width to your content */
    margin-right: 10px;
  }

.review-row-left {
    margin-bottom: 30px;
}

.homepage-review-banner-text {
  flex: 1;
  z-index: 2;
  text-align: center;
  padding: 20px;
}

.homepage-review-banner-image {
  flex: 1;
  position: relative;
  overflow: hidden; /* Ensures reviews don't escape the section */
  width: 100%;
}

/*.review-row {
  display: flex;
  padding: 10px 0;
}*/

.review-item i {
    float: left;
}

.review-item-stars {
    max-width: 130px;
    margin-bottom: 15px;
}

.review-item-name {
    font-weight: 600;
    margin-top: 20px;
}

.review-item {
    height: auto !important;
    display: flex;
    text-align: left;
    font-size: 14px;
    margin: 0 20px;
    color: #333;
    min-width: 320px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    flex-direction: column;
}

.review-item-title {
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}


/*
.review-row-left {
  transform: translateX(0);
}

.review-row-right {
  transform: translateX(0);
}*/



.homepage-bestsellers .row {
    flex-direction: column;
}

.row {
    display: flex;
    padding: 0 8px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.top-bar {
    background-color: #000;
    color: #fff;
    padding: 8px 0;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
}

.header-logo {
    display: flex;
}

/*.header-menu {
    flex: 1;
}*/

.header-icons {
    justify-content: flex-end;
    display: flex;
    gap: 40px;
}

.header-icons i {
    font-size: 24px;
    color: #000;
}

.header-main {
    background-color: #fff;
/*    padding: 12px;*/
}

@media (max-width: 1080px) {




.header-logo img {
    max-width: 60px !important;
}

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
        padding: 30px 15px !important;
    }

    .footer-info, .footer-service, .footer-order {
        width: 50%;
        flex: none;
    }

    .homepage-reviews-txt {
        font-size: 14px;
    }

    .header-icons a:last-child {
        margin-right: 10px;
    }

    .homepage-reviews-stars {
    max-width: 80px;
}

.homepage-reviews-tp {
    max-width: 80px;
}

.homepage-reviews-section {
    gap: 15px;
}

    .homepage-review-banner-title-first {
     font-size: 30px; 
     line-height: 35px; 
}

    .footer-newsletter {
        width: 100%;
        flex: none;
    }

    .third-footer-row .row {
    flex-direction: column;
    gap: 30px;
}

.homepage-review-banner .row {
    flex-direction: column;
}

.homepage-review-banner-text {
    width: 100%;
    align-items: center;
}

.footer-company {
    justify-content: center;
    text-align: center;
}

.footer-socials {
    justify-content: center;
}

    .topbar-item-usp:last-child {
    display: none;
}

    .custom_product_reviews_mobile, .custom_product_info_mobile {
    display: block;
}

    .sticky + #content, .sticky + #primary {
    margin-top: 160px;
}

    footer .first-footer-row {
        gap: 0;
/*        width: auto;*/
        flex-wrap: wrap;
    }

    footer .second-footer-row {
        flex-direction: column;
        gap: 40px;
    }

    footer .third-footer-row {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    #header-mobile {
        display: block;
    }

    #header-desktop {
        display: none;
    }

    .header-main {
        padding: 10px 0 10px 0;
    }

    .header-icons {
        flex: 1;
    gap: 30px;
}

.header-menu {
        flex: 1;
    }
}   

@media (max-width: 900px) {
    
.topbar-item-usp:nth-child(2) {
    display: none;
}

.chefs-layout {
    grid-template-areas:
      "text"
      "middle"
      "top"
      "bottom";
    grid-template-columns: 1fr;
  }

  .chefs-text {
    text-align: center;
  }

.floating-checkout-bar {
        display: block;
    }

    .homepage_category_box {
    width: calc(50% - 2.5%);
}

.custom-cart-template {
    flex-direction: column;
    gap: 30px;
}

.onsale {
    font-size: 12px !important;
}

.woocommerce div.product .product_title {
    font-size: 28px;
    line-height: 32px;
}

/*.floating-buy-bar {
    display: block !important;
}*/

.woocommerce-checkout .woocommerce .woocommerce-checkout {
    flex-direction: column;
    gap: 30px;
}

.custom-cart-form {
    width: 100%;
}

.custom-cart-proceed {
    width: 100%;
}

.mobile-product-title {
    display: block;
}

.desktop-product-title {
    display: none;
}

.homepage_usps {
    flex-wrap: wrap;
    gap: 8%;
    row-gap: 20px;
}

/*.floating-buy-bar, .floating-checkout-bar {
    display: flex;
}*/

.custom_product_left {
    width: 100%;
}

.custom_product_right {
    width: 100%;
}

.homepage_usp {
    width: 46%;
}

html .custom-cart-form td.product-thumbnail::before {
    content: "" !important;
}   

.normal-page-row .woocommerce ul.products li.product {
    width: 32% !important;
}

.normal-page-row .woocommerce ul.products li.last, .normal-page-row .woocommerce-page ul.products li.last {
    margin-right: 2% !important;
}

.normal-page-row .woocommerce ul.products li.product:nth-child(3n) {
    margin-right: 0 !important;
}

    .woocommerce .related-products ul.products li.product {
    min-width: 250px !important;
}



.single-product .related-products {
    overflow: hidden;
    width: 100%;
}

.single-product .related-products .products .columns-4 {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.woocommerce-cart .cross-sells {
    overflow: hidden;
    width: 100%;
}

.woocommerce-cart .cross-sells .columns-3 {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .woocommerce-cart .cross-sells ul.products li.product {
    min-width: 200px !important;
}

}

@media (max-width: 768px) {

        .desktop-cart-only {
    display: none;
  }

  .mobile-cart-only {
  display: block;
}
    
/*.topbar-item-usp:nth-child(2) {
    display: none;
}*/

.footer-newsletter .wpcf7 {
    min-width: 100%;
}

.contact-links {
    flex-direction: column;
    row-gap: 20px;
    text-align: left;
}
	
	#yith-wacp-popup .yith-wacp-content .yith-wacp-popup-actions.layout-2-buttons {
    grid-template-columns: repeat(1, 100%) !important;
    grid-gap: 20px !important;
}

.blog-snippet {
    flex-direction: column;
}

.blog-image {
    margin-right: 0;
    flex: none;
}

.blog-content {
    margin-top: 20px;
}

.custom-single-intro-left, .custom-single-main-left {
    width: 100%;
}

.custom-single-intro-right, .custom-single-main-right {
    width: 100%;
}

.custom-single-main .row {
    flex-direction: column;
    gap: 0;
}

    .related-posts-container {
        display: flex;
        gap: 4%;
        flex-wrap: wrap;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    .related-post {
        width: 48%;
    }

.custom-single-intro .row {
    flex-direction: column;
}

    footer .paylogo-container {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
} 

.footer-legal {
     flex-direction: column;
}

.homepage-banner {
    flex-direction: column;
    margin-top: 8px;
}

.homepage-banner-first {
    width: 100%;
}

.homepage-banner-second {
    width: 100%;
    background-size: 22% !important;
}

.usp-container-custom {
    gap: 2%;
    row-gap: 20px;
    flex-wrap: wrap;
}

.usp-item-custom {
    width: 49%;
    flex: none;
}

.steps-container {
    flex-direction: column;
}

.step {
    margin-top: 20px;
}

.woocommerce table.shop_table {
     margin: 0 !important; 
}

.woocommerce-checkout table.shop_table {
    margin-bottom: 20px !important;
}

.custom-cart-form .woocommerce-cart-form__cart-item {
        margin-bottom: 20px !important;
    }

    .woocommerce-cart table.shop_table_responsive tr .product-name::before {
        display: none !important;
    }

html .custom-cart-form .product-thumbnail {
        display: none !important;
    }

    html .woocommerce-cart .product-name img {
        object-fit: contain !important;
        display: block !important;
    }

    html .woocommerce-cart .product-name {
        display: flex !important;
        align-items: center !important;
        gap: 15px !important;
    }


    html .woocommerce-cart .product-name a {
        flex: 1 !important;
    }
}

@media (max-width: 767px) {
html .single-product .custom_product_left .custom-onsale-badge {
    left: 0 !important;
    right: auto !important;
}

.single-product .custom_product_left .onsale {
    left: auto !important;
    right: 20% !important;
}

}

@media (max-width: 670px) {
    .topbar-item-usp:nth-child(3) {
    display: none;
}

.professional-item {
    width: 49%;
}

.product-content-usps {
    flex-wrap: wrap;
    gap: 8%;
    row-gap: 20px;
    
}

.product_short_usp {
    
    width: 46%;
}

.normal-page-row .woocommerce ul.products li.product {
    width: 49% !important;
}

html .normal-page-row .woocommerce ul.products li.product:nth-child(2n) {
    margin-right: 0 !important;
}

.normal-page-row .woocommerce ul.products li.product:nth-child(3n) {
    margin-right: 2% !important;
}
}

@media (max-width: 600px) {
    .footer-info, .footer-service, .footer-order, .footer-newsletter {
        width: 100%;
    }

    .contact-information {
    flex-direction: column;
    row-gap: 20px;
}

    .tab-button {
    padding: 10px 15px;
    font-size: 14px;
}

        .second-footer-row .contact-footer-icons {
        flex-direction: column;
}
}

@media (max-width: 480px) {
    .topbar-usps {
    display: none;
}

.usp-container-custom {
    gap: 0;
    row-gap: 20px;
    flex-wrap: nowrap;
    flex-direction: column;
}

.usp-item-custom {
    width: 100%;
}

.woo-variation-product-gallery {
        width: 100% !important;
        max-width: 100% !important;
    }

.add_to_cart_button {
    font-size: 13px !important;
}

.homepage_usps {
    gap: 0;
    row-gap: 20px;
}

.homepage_usp {
    width: 100%;
}

.top-bar .row {
    justify-content: space-between;
}
}

@media (max-width: 380px) {
    .header-icons {
    gap: 20px;
}

.onsale span {
    display: none;
}

.professional-item {
    width: 100%;
}

.professionals-grid {
    gap: 0%;
    row-gap: 20px;
}

}

@media (max-width: 320px) {
    #yith-wacp-popup .yith-wacp-content .product-thumb img {
        display: none;
    }
}