.d-flex {
  display: flex;
}

.fw-bold {
  font-weight: 900;
  color: #000;
}
.no_wrap ul{
	flex-wrap: nowrap !important;
}
.image-grid img {
  height: 500px !important;
  width: 100%;
  object-fit: cover;
}

.dark_image_grid img {
  border: 1px solid #ffab005c;
}

.btn-yellow .elementor-button {
  background: #ffab00 !important;
  background-color: #ffab00 !important;
  color: #000 !important;
}

.btn-yellow .elementor-button svg {
  fill: #000;
}

.image-grid-small img {
  height: 500px !important;
}

.image-grid-small img:hover,
.image-grid img:hover {
  transform: scale(1.4);
  transition: transform 3s ease;
}

.kd-header.she-header ul li a {
  color: #fff !important;
}

.footer_logo img {
  filter: invert(1);
}

.elementor-menu-cart__wrapper {
  position: relative;
}

.elementor-menu-cart__wrapper .elementor-menu-cart__container.elementor-lightbox {
  width: 380px;
  left: -350px !important;
}

.elementor-menu-cart__product-name .wps_show_customer_subscription_box_popup {
  background-color: #003366 !important;
  color: #fff !important;
}

.wps-attached-products-popup.active_customer_popup {
  justify-content: start;
  gap: 40px;
  overflow: auto;
}

.wps-attached-products-popup.active_customer_popup ul img {
  height: 100px;
  width: 100px;
  object-fit: cover;
}

/* contact form */
.kd_contact input,
.kd_contact textarea {
  background-color: rgba(99, 115, 129, 0.06);
  border-color: rgba(99, 115, 129, 0.06) !important;
  border-width: 1px 1px 1px 1px !important;
  border-radius: 0px 0px 0px 0px !important;
}

.kd_contact button[type='submit'] {
  color: #fff !important;
  width: 100% !important;
}

/* header */

.kd_header_logo .elementor-widget-theme-site-logo:not(.she-header .elementor-widget-theme-site-logo) {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kd_header_logo .elementor-widget-theme-site-logo img:not(.she-header .elementor-widget-theme-site-logo img) {
  background-color: #fff;
  border-radius: 200px;
  border: 1px solid #fff;
}

/* .kd-header{
    background-color: #fff !important;
} */
.kd_header_logo .elementor-widget-theme-site-logo .elementor-widget-container {
  background-color: transparent !important;
}

.she-header .kd_header_logo img {
  width: 60px !important;
  height: 60px !important;
}

.kd_header .elementor-menu-cart__main {
  max-height: 600px;
  overflow: auto;
}

.elementor-menu-cart__products img {
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.kd-header.she-header ul li a {
  color: #000 !important;
}

.kd-header.she-header .menu_cart svg {
  fill: #000 !important;
}

/* shop page filter css */
.shop_product_loop img {
  width: 100% !important;
  height: 450px !important;
  object-fit: cover;
}

.shop_product_loop .add_to_cart_button,
.shop_product_loop .eael-wc-compare {
  display: inline-block !important;
  padding: 5px 30px !important;
}

.raksi-filter-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  border-right: 1px solid #dddddd;
  padding-right: 40px;
}

.raksi-filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.filter-group {
  flex: 1 1 200px;
}

.filter-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.filter-group select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.filter-submit {
  padding: 10px 20px;
  background-color: #0073aa;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100% !important;
}

.filter-submit:hover {
  background-color: #005b87;
}

.raksi-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.archive ul.products li.product .button {
  width: 90%;
}

.raksi-product {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 4px;
  text-align: center;
}

.raksi-product-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.raksi-product h3 {
  margin: 10px 0;
  font-size: 1.2em;
}

.raksi-product p {
  margin: 5px 0;
}

.raksi-filter-form button[type='submit'] {
  color: #fff;
}

.raksi-filter-title {
  border-left: 5px solid #005b87;
  padding-left: 15px;
  font-weight: 600;
  margin: 0px 0 30px 0;
}

.home_products .slick-arrow,
.kodoko_review .slick-arrow {
  color: transparent;
  background: transparent !important;
  position: absolute;
  z-index: 9999;
}

.kodoko_review .slick-dots li.slick-active button::before,
.kodoko_review .slick-dots li button::before {
  color: #ffab00;
}

.home_products .slick-arrow:hover,
.home_products .slick-arrow:focus,
.kodoko_review .slick-arrow:focus,
.kodoko_review .slick-arrow:hover {
  color: transparent;
}

.home_products .slick-next,
.kodoko_review .slick-next {
  right: -90px;
}

.home_products .slick-arrow::before {
  font-size: 40px;
  color: #ffab00;
}

.kodoko_review .slick-prev {
  left: -90px;
}

.home_products .slick-slide {
  padding: 0 10px;
}

.home_products .added_to_cart.wc-forward {
  position: absolute;
  bottom: -70px;
  width: 100%;
  margin: 20px 0;
  left: 50%;
  transform: translate(0%, -50%);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 600;
}

/* single product review css */
.variations_form.cart table tbody {
  text-align: left;
}

.reset_variations,
.reset_variations:hover {
  background-color: #003366;
  color: #fff;
  padding: 5px 10px;
}

ul.button-variable-items-wrapper {
  margin-bottom: 10px !important;
  flex-direction: column;
  align-items: self-start;
  gap: 10px;
}
ul.button-variable-items-wrapper li{
  width: 180px !important;
}
ul.button-variable-items-wrapper .selected .variable-item-contents span::after{
  content: "\f147";
font-family: 'dashicons';
font-size: 18px;
position: absolute;
    right: 0;
}
.value.woo-variation-items-wrapper .subscription-message{
  color: rgb(0 0 0);
    background: #fafacf;
    margin: 40px 0;
    padding: 20px;
    border-radius: 20px;
    border-left: 10px solid #003366;
}
ul.button-variable-items-wrapper li span{
  display: flex;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
ul.button-variable-items-wrapper li:nth-child(2){
  margin-top: 40px !important;
}
ul.button-variable-items-wrapper li:nth-child(2)::before{
  content: 'Subscribe & Save:';
  opacity: 1;
  visibility: visible;
  background: transparent;
  color: #000;
  border: transparent;
  box-shadow: none;
  left: 0;
  padding: 0;
  font-weight: 600;
}
/* General container styling for the review tab */
.single_product_review {
  border-radius: 8px !;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  border-radius: 20px;
}

.single_product_review #review_form {
  margin: 0 !important;
}

.single_product_review #reviews #comments ol.commentlist li .comment-text {
  border: 2px solid #003366;
}

.single-product #reviews #comments h2 {
  font-size: 20px;
}

.single_review .commentlist img {
  border: transparent !important;
  background-color: transparent !important;
  border-radius: 50px;
  height: 40px !important;
  width: 40px !important;
}

/* Tabs styling */
.single_product_review .woocommerce-tabs .tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  gap: 10px;
}

.single_product_review .tabs li {
  margin: 0;
}

.single_product_review .tabs li a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #4a3728;
  /* Dark earthy brown */
  background-color: transparent;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s ease;
  background: linear-gradient(46deg, #003366 0%, #0f52ba 100%);
  color: #fff !important;
}

.single_product_review .tabs li.active a,
.single_product_review .tabs li a:hover {
  background-color: #d4a373;
  color: #fff;
}

/* Reviews panel */
.single_product_review .woocommerce-Tabs-panel--reviews {
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
}

/* Reviews title */
.single_product_review .woocommerce-Reviews-title {
  font-size: 24px;
  color: #4a3728;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* No reviews message */
.single_product_review .woocommerce-noreviews {
  font-size: 16px;
  color: #000;
  font-style: italic;
  text-align: center;
  padding: 20px;
  border-radius: 4px;
}

/* Review form wrapper */
.single_product_review #review_form_wrapper {
  margin-top: 30px;
}

.single_product_review #review_form {
  max-width: 600px;
  margin: 0 auto;
}

/* Comment reply title */
.single_product_review #reply-title {
  font-size: 20px;
  color: #4a3728;
  margin-bottom: 15px;
  font-weight: 600;
}

.single_product_review #reply-title small a {
  color: #d9534f;
  /* Vibrant red for cancel link */
  font-size: 14px;
  text-decoration: none;
}

.single_product_review #reply-title small a:hover {
  text-decoration: underline;
}

/* Star rating */
.single_product_review .comment-form-rating {
  margin-bottom: 20px;
}

.comment-form-rating .stars a {
  height: 16px !important;
  width: 16px !important;
}

.single_product_review .comment-form-rating label {
  font-size: 16px;
  color: #4a3728;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.single_product_review .stars {
  display: flex;
  gap: 5px;
}

.single_product_review .stars a {
  font-size: 0;
  width: 30px;
  height: 30px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23d4a373" stroke-width="2"><polygon points="12 2 15 8.5 22 9.5 17 14.5 18 21 12 17.5 6 21 7 14.5 2 9.5 9 8.5"/></svg>') no-repeat center;
  background-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.single_product_review .stars a:hover,
.single_product_review .stars a[aria-checked='true'] {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23d4a373" stroke="%23d4a373" stroke-width="2"><polygon points="12 2 15 8.5 22 9.5 17 14.5 18 21 12 17.5 6 21 7 14.5 2 9.5 9 8.5"/></svg>') no-repeat center;
  background-size: 24px;
}

/* Comment textarea */
.single_product_review .comment-form-comment label {
  font-size: 16px;
  color: #4a3728;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.single_product_review .comment-form-comment textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 14px;
  resize: vertical;
  min-height: 120px;
  transition: border-color 0.3s ease;
}

.single_product_review .comment-form-comment textarea:focus {
  border-color: #d4a373;
  outline: none;
}

/* Submit button */
.single_product_review .form-submit .submit {
  background-color: #d4a373;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.single_product_review .form-submit .submit:hover {
  background-color: #b5895a;
}
.distillery_image_wrapper img{
  min-height: 350px;
  object-fit: cover;
}
/* Responsive design */
@media (max-width: 768px) {
  .single_product_review {
    padding: 20px;
  }

  .single_product_review .tabs {
    flex-direction: column;
  }

  .single_product_review .tabs li a {
    padding: 10px 15px;
  }

  .single_product_review .woocommerce-Reviews-title {
    font-size: 20px;
  }

  .single_product_review #reply-title {
    font-size: 18px;
  }

  .home_products .slick-arrow,
  .kodoko_review .slick-arrow {
    top: auto;
    bottom: -50px;
    right: 0;
    transform: translate(-50%, -50%);
  }

  .home_products .slick-prev {
    left: 52%;
  }

  .home_products .slick-next {
    left: 60%;
  }
}

@media screen and (max-width: 1024px) {
  .she-header .elementor-widget-container img {
    width: 50px !important;
  }

  .mobile_header_right .elementor-widget-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .mobile_header_right .elementor-nav-menu--toggle {
    width: 60px;
    order: 2;
  }

  .mobile_header_right #elementor-menu-cart__toggle_button {
    padding: 0;
  }

  .kodoko_review .slick-next {
    left: 60%;
    display: none !important;
  }

  .kodoko_review .slick-prev {
    left: 52%;
    display: none !important;
  }
}

/* cart page */
.kd_cart_container table {
  width: 100% !important;
}

.kd_cart_container .product-thumbnail img {
  border-radius: 10px !important;
}

.wps_show_customer_subscription_box_popup {
  background: #fdcc0d;
  ;
  padding: 14px 20px;
  display: flex;
  width: fit-content;
  margin: 15px 0;
  color: #000 !important;
  border-radius: 5px;
  font-size: 14px !important;
}

.wps-attached-products-popup.active_customer_popup ul {
  justify-content: center;
  margin: 20px 0;
}

.menu_cart a {
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
}

.kd_menu_right .elementor-widget-wrap {
  flex-wrap: nowrap;
}

.kd_menu_right .elementor-element {
  margin: 0;
  margin-block-end: 0 !important;
}

.scroll_down_btn {
  cursor: pointer;
  font-weight: 600;
}

.elementor-menu-cart__footer-buttons a {
  background-color: #003366 !important;
}
.paypal-button-container{
  margin: 15px 0;
}

@media screen and (max-width: 767px) {
  .eael-woo-cart-table-warp {
    overflow: hidden;
  }

  .shop_table.cart {
    max-width: 100%;
  }

  .shop_table.cart thead {
    display: none;
  }

  .shop_table.cart .woocommerce-cart-form__cart-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    width: 100%;
    align-items: center;
  }

  .shop_table.cart .woocommerce-cart-form__cart-item .product-remove {
    margin-left: auto;
  }
}

/* stocklists */
.stocklist-row {
  gap: 10px;
}

.stocklists.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start;
  padding: 2rem;
}

.stocklists .card {
  position: relative;
  width: calc(33% - 12px);
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.stocklists .card img:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  filter: brightness(0.8);
}

.stocklists .card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.stocklists .card img:hover .card-image {
  transform: scale(1.1);
}

.stocklists .card-content {
  padding: 1.5rem;
  background: #fff;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stocklists .card-content h3 {
  margin: 0.5rem 0;
  font-size: 18px;
  font-weight: 600;
  color: #003366;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stocklists .card-content p {
  margin: 0.25rem 0;
  font-size: 1rem;
  color: #ffab00;
}

.stocklists .card-content img {
  height: 50px;
  object-fit: contain;
  width: 50px;
}

.stocklists .card .phone {
  color: #003366;
  font-weight: bold;
  background-color: #fff;
  z-index: 99999;
  padding: 0 24px;
  text-align: center;
  padding-bottom: 20px;
}

.stocklists .phone a {
  color: #003366;
}

.stocklists .card-content div {
  color: #000;
  margin: 8px 0;
}

/* .stocklists .card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 51, 102, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
} */

.stocklists .card:hover::after {
  opacity: 1;
}

.stocklists .view-map {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #fff;
}

.stocklists .hover-image:hover .view-map {
  opacity: 1;
  z-index: 9999;
}

.stocklists .card-content i::before {
  font-family: 'Bootstrap Icons';
  font-weight: 900;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .stocklists .card {
    width: 100%;
  }
}

/* feature lists homepage */
.feature-list-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  gap: 20px;
}

.feature-list-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.feature-list-left {
  text-align: right;
}

.feature-list-right {
  text-align: left;
}

.feature-list-image {
  flex: 0 0 auto;
  overflow: hidden;
  height: 500px;
  object-fit: cover;
}

.feature-list-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 20px !important;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-list-left .feature-item {
  flex-direction: row-reverse;
}

.feature-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  /* background: linear-gradient(46deg, #003366 0%, #0F52BA 100%); */
  background: #ffab00;
  color: white;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}

.feature-text {
  font-size: 22px;
  color: #000000;
  line-height: 1.4;
  font-family: 'Roboto Condensed', Sans-serif;
  font-weight: 500;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {


  .feature-list-column {
    width: 100%;
    max-width: 300px;
    gap: 30px;
  }

  .feature-list-left,
  .feature-list-right {
    text-align: left;
  }

  .feature-list-left .feature-item,
  .feature-list-right .feature-item {
    flex-direction: row;
  }

  .feature-list-image {
    width: 250px;
    height: 250px;
  }

  .feature-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .feature-list-image {
    width: 200px;
    height: 200px;
  }

  .feature-number {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .feature-text {
    font-size: 12px;
    padding: 4px 8px;
  }
}

.home_products .slick-track {
  display: flex;
  gap: 20px;
}

.subscription_form button {
  color: #fff;
}
.subscription_form form{
	display: flex;
}
.subscription_form .wpforms-confirmation-container p{
	text-align: center;
    font-weight: 500;
    color: green;
    background: #ffab00;
    color: #000;
    border-radius: 10px;
    padding: 5px;
}
/* My account page */
/* Styling for WooCommerce My Account page */
.kodo_my_account {
  background-color: #f5f6f5;
  padding: 20px;
  border-radius: 8px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Arial', sans-serif;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status span br {
  display: none;

}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status,
.woocommerce-account .wps_sfw_account_additional_wrap table td:first-of-type {
  place-content: center;
}

/* Navigation styling */
.kodo_my_account .woocommerce-MyAccount-navigation {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.kodo_my_account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: column;
}

.kodo_my_account .woocommerce-MyAccount-navigation li {
  flex: 1 1 auto;
}

.kodo_my_account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 16px;
  color: #003366;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
}

.kodo_my_account .woocommerce-MyAccount-navigation a:hover {
  background-color: #003366;
  color: #ffffff;
}

.kodo_my_account .woocommerce-MyAccount-navigation .is-active a {
  background-color: #003366;
  color: #ffffff;
}

/* Content styling */
.kodo_my_account .woocommerce-MyAccount-content {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.kodo_my_account .woocommerce-MyAccount-content p {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 15px;
}

.kodo_my_account .woocommerce-MyAccount-content a {
  color: #003366;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.kodo_my_account .woocommerce-MyAccount-content a:hover {
  color: #005599;
  text-decoration: underline;
}

.kodo_my_account .woocommerce-MyAccount-content strong {
  color: #003366;
}

.kodo_my_account .show-password-input {
  background: transparent !important;
}

/* Notices wrapper */
.kodo_my_account .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}

.kodo_my_account .woocommerce-Address {
  text-align: start;
}

.kodo_my_account .woocommerce-Address-title p {
  display: flex;
}

.kodo_my_account .woocommerce-Address-title h2 {
  font-size: 28px;
  font-weight: 600;
}

.kodo_my_account .woocommerce-EditAccountForm button[type='submit'] {
  margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .kodo_my_account .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
  }

  .kodo_my_account .woocommerce-MyAccount-navigation li {
    flex: 1 1 100%;
  }

  .kodo_my_account {
    padding: 15px;
  }

  .elementor-menu-cart__wrapper .elementor-menu-cart__container.elementor-lightbox {
    left: -250px !important;
    width: 350px !important;
  }

  .subscription_form .wpforms-field-container {
    width: 60% !important;
  }

  .subscription_form .wpforms-submit-container {
    width: 40% !important;
  }
}

/* checkout page */
/* .paypal-button-container{
	max-width: 100%
}
.paypal-button-container .paypal-button{
	width: 50%;
	margin: auto;
} */
#order_review .ppc-button-wrapper{
	width: 100%;
    max-width: 50%;
    margin: auto;
    margin-top: 30px;
}
.checkout_coupon.woocommerce-form-coupon{
	display: flex;
	align-items: center;
}
.checkout_coupon.woocommerce-form-coupon  p::before,
.checkout_coupon.woocommerce-form-coupon  br{
	display: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background: #fff3db;
  color: #000;
  border-left: 10px solid #ffab00;
  border-top: none;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info {
  border-top: none;
  background: #c9ebc9;
  border-left: 10px solid green;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a,
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce-checkout button.button {
  color: #fff;
}

.kodo_checkout input,
.kodo_checkout textarea,
.kodo_checkout .select2-selection {
  background-color: rgba(99, 115, 129, 0.06) !important;
  border-color: rgba(99, 115, 129, 0.06) !important;
  border-width: 1px 1px 1px 1px !important;
  border-radius: 0px 0px 0px 0px !important;
}

.kodo_checkout form {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 50px;
  border-radius: 20px;
}

.kodo_checkout button {
  background-image: linear-gradient(46deg, #003366 0%, #0f52ba 100%) !important;
  border-style: none;
}

.kodo_checkout h3 {
  font-size: 24px;
  font-weight: 600;
}

/* compare table */
.eael-wcpc-table .wcpc-title {
  font-size: 24px;
  font-weight: 600;
}

.eael-wcpc-table .img-inner img {
  max-height: 200px;
  object-fit: contain;
}

.eael-wcpc-table .add_to_cart_button {
  background-image: linear-gradient(46deg, #003366 0%, #0f52ba 100%) !important;
  color: #fff !important;
}

.eael-wcpc-modal {
  width: 1300px;
}

.link_synctrio svg {
  height: 35px;
  filter: invert(1);
}

.link_synctrio .elementor-icon-box-wrapper {
  justify-content: center;
}

.link_synctrio .elementor-widget-icon-box .elementor-icon-box-content {
  flex-grow: inherit;
}

.kodoko_box_shadow .elementor-widget-text-editor {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 40px;
  border-radius: 20px;
}

.single_product_gallery .image_slider__image img {
  height: 500px;
  object-fit: cover;
}

.single_prod_wrap .woocommerce-variation-add-to-cart {
  flex-wrap: wrap !important;
  gap: 15px;
}

.single_prod_wrap .nta-woo-products-button {
  display: flex;
  width: 100%;
}

.quotation_box {
  background-color: #f6f6f6;
  padding: 20px 40px;
}

.elementor-element .quotation_box:nth-child(odd) {
  border-radius: 15px 15px 0 60px;
}

.elementor-element .quotation_box:nth-child(even) {
  border-radius: 0 15px 90px 15px;
}

.kdk_blockquote {
  position: relative;
}

.kdk_blockquote:before,
.kdk_blockquote:after {
  position: absolute;
  color: #f1efe6;
  font-size: 8rem;
  width: 4rem;
  height: 4rem;
  font-family: 'Special Elite', cursive;
}

.kdk_blockquote:before {
  content: '“';
  left: -5rem;
  top: -2rem;
}

.kdk_blockquote:after {
  content: '”';
  right: -5rem;
  bottom: 1rem;
}

.custom-product-banner img {
  width: 100%;
  margin-top: -100px;
  filter: brightness(0.8);
  min-height: 500px;
  max-height: 650px;
  object-fit: cover;
}

.custom-product-banner {
  position: relative;
}

.custom-product-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.custom-product-banner-content h1 {
  font-size: 48px;
}

.single-product .site-main {
  margin: 80px 0;
}
.single-product .quantity .qty{
  min-width: 5em;
}

.single-product .wps_sfw_subscription_wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 30px 0;
}

.single-product .wps_sfw_subscription_wrapper label {
  font-weight: 500;
  line-height: 24px;
  background: #f6f6f6;
  padding: 15px 30px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #003366;
  border-radius: 10px;
}

.single-product .price {
  font-weight: 600;
  color: green !important;
  font-size: 28px !important;
}

span.price {
  color: green !important;
}

.single-product .product form button {
  background-color: #003366 !important;
  margin-bottom: 20px;
  line-height: 24px;
}

.single-product .product_title {
  font-size: 30px;
  font-weight: 700;
}

.single-product .related li {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #eee;
  padding: 0px !important;
  border-radius: 10px;

}
.single-product .related li img{
  border-radius: 0;
}
 li a.added_to_cart{
  display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    text-decoration: underline;
    text-underline-offset: 5px;
    /* position: absolute; */
    bottom: 35px;
    left: 50%;
  
}
.home_kodo_products a.added_to_cart.wc-forward{
  position: absolute;
    transform: translate(-50%, -50%);
}
.single-product .related li a{
  text-align: center;
}
.single-product .related li h2,
.single-product .related li span.price {
  padding: 0 15px !important;
}

.single-product .related a.button {
  margin: 15px;
  width: 90%;
  text-align: center;
}

.single-product .related li img {
  border-radius: 10px;
  height: 400px !important;
  object-fit: cover;

}

.single-product .related .price {
  font-size: 22px !important;
  font-weight: 600 !important;
}

.single-product .related ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.single-product.woocommerce-page .related ul.products li.product {
  margin: 0;
  width: 32%;
}

.single-product .related li.product .price .wps_sfw_subscription_wrapper {
  font-size: 14px;
  color: #000;
}

.single-product .related .woocommerce-loop-product__title {
  font-weight: 600;
  color: #000;
}

.single-product .related a.button {
  background: #003366;
  color: #fff;
  font-weight: 500;
}

.single-product h2 {
  font-size: 24px;
  font-weight: 600;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper {
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  border: 1px solid #2c68ad;
  padding: 40px;
  border-radius: 15px;
  margin: 80px 0;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper h2 {
  font-size: 20px;
}

.single-product #review_form {
  margin: 30px 0;
}

.single-product #review_form #reply-title {
  font-weight: 600;
}

.single-product #respond .comment-form-rating {
  display: flex;
  margin: 15px 0;
  gap: 10px;
}

.single-product #review_form textarea {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
}

.single-product .star-rating span::before,
.single-product .comment-form-rating a::before {
  color: #fdcc0d;
}

.single-product .woocommerce-product-attributes tbody td {
  padding: 0 10px;
}

.wps_sfw_subscription_wrapper input[type='radio'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #003366;
  border-radius: 2px;
  margin: 0 5px 0 0;
  position: relative;
  background-color: #fff;
}

/* Style when checked */
.wps_sfw_subscription_wrapper input[type='radio']:checked {
  background-color: #003366;
}

/* Custom tick mark for checked state */
.wps_sfw_subscription_wrapper input[type='radio']:checked::after {
  content: '\2713';
  /* Unicode for tick mark */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #fff;
}

.single-product #review_form .submit {
  background-color: #003366 !important;
  color: #fff !important;
}

.single-product .variations tbody th,
.single-product .variations tbody td {
  background-color: transparent !important;
}

.single-product .variations tbody th {
  padding: 15px 0 15px 0;
}

.single-product .variations tbody td {
  padding: 0 !important;
}

/* shop page archive */
.shop-loop-wrap li.product a.button {
  background-color: #003366;
  color: #fff;
  font-weight: 500;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.shop-loop-wrap li.product .star-rating {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shop-loop-wrap li.product {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #eee;
  text-align: center;
}

.shop-loop-wrap li.product h2,
.shop-loop-wrap .price {
  padding: 0 15px !important;
  text-align: center;
}

.shop-loop-wrap .star-rating span::before {
  color: #fdcc0d;
}

.shop-loop-wrap li.product h2,
.home_kodo_products li.product h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.shop-loop-wrap li.product img,
.home_kodo_products li.product img {
  height: 400px !important;
  object-fit: cover;
}

.shop-loop-wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.wps_sfw_sub_box_prod_container {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

#wps_sfw_subs_box-form .wps_sfw_sub_box_prod_item {
  height: 100%;
}

#wps_sfw_subs_box-form .wps_sfw_sub_box_prod_item .wps_sfw_sub_box_prod_image img {
  height: 250px;
  object-fit: cover;
}

.shop-loop-wrap ul.products li {
  width: 100% !important;
}

.shop-loop-wrap ul.products::before,
.home_kodo_products ul.products::before {
  display: none;
}

.shop-loop-wrap li.product .price bdi,
.home_kodo_products li.product .price bdi {
  font-size: 18px;
  font-weight: 600;
}

/* new home kodo products */
.home_kodo_products li.product {
  background-color: #fff;
  padding: 20px !important;
  border-radius: 10px;
}

.home_kodo_products li.product a.button {
  background-color: #003366;
  color: #fff;
  font-weight: 500;
  margin: -15px 0;
}

.home_products_slider a {
  padding: 10px 20px;
  text-align: center;
}

.home_products_slider a.woocommerce-LoopProduct-link {
  padding: 0;
}

.home_products_slider li {
  display: flex;
  flex-direction: column;
  position: relative;
}

.home_products_slider li a.button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.home_products_slider ul.products {
  padding: 0;
}

.home_products_slider li.product img {
  width: 100%;
}

.home_products_slider li.product {
  padding-bottom: 80px !important;
  height: auto;
  text-align: center;
}

.home_products_slider li.product .price {
  color: #958e09;
}

.home_products_slider .slick-track::before {
  display: none;
}

.home_products_slider .products .slick-slide {
  margin-right: 20px;
  padding: 0 !important;
}

.home_products_slider .products {
  margin-right: -20px;
  /* Cancel out the last extra margin */
}

.home_products_slider .slick-track {
  display: flex;
}

.home_products_slider .star-rating {
  color: #003366;
}

.home_products_slider .slick-arrow,
.home_products_slider button:hover,
.home_products_slider button:focus {
  background: transparent !important;
  color: transparent;
}

.home_products_slider .slick-next::before {
  content: "\f345";
  font-family: 'dashicons';
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  right: 10px;
}

.home_products_slider .slick-prev::before {
  content: "\f341";
  font-family: 'dashicons';
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  left: -15px;
}

.home_product_content_wrapper {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding-top: 20px;

}

/* login register my account */
#customer_login h2 {
  font-size: 28px;
  font-weight: 600;
}

#customer_login form {
  background-color: #fff;
}

#customer_login form button {
  background-color: #003366;
  color: #fff;
}

#customer_login form input {
  border: 1px solid #e2e2e2;
  padding: 14px;
  border-radius: 8px;
}

#customer_login form label {
  font-weight: 600;
}

.seasonal-bundles {
  text-align: center;
  padding: 40px 40px;
  max-width: 800px;
  margin: 50px auto;
  font-family: Arial, sans-serif;
  background-color: #f5d1884d;
  border-left: 10px solid #003366;
  border-radius: 20px 0 0px 20px;
}

.seasonal-bundles h1 {
  font-size: 3.5em;
  font-weight: bold;
  color: #2c3e50;
  display: inline-block;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  /* transform: perspective(500px) rotateX(10deg) rotateY(-15deg); */
  transform-origin: center;
  animation: colorShift 4s infinite;
  font-family: cursive;
}

.seasonal-bundles .hightlight-main {
  font-weight: 600;
  font-size: 18px;
}

@keyframes colorShift {
  0% {
    color: #2c3e50;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }

  50% {
    color: #ffab00;
    text-shadow: 2px 2px 6px rgba(231, 76, 60, 0.4);
  }

  100% {
    color: #2c3e50;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
}

.seasonal-bundles p {
  font-size: 1.2em;
  color: #34495e;
  margin: 10px 0;
  line-height: 1.6;
}

.seasonal-bundles::after {
  content: '';
  height: 6px;
  width: 200px;
  background-color: #ffab00;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.seasonal-bundles .highlight {
  font-size: 1em;
  color: #003366;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 10px;
  margin: 15px 0;
}

.seasonal-bundles .highlight::before {
  content: attr(data-icon);
  font-size: 1.2em;
}

.seasonal-bundles .footer-text {
  font-size: 1em;
  color: #7f8c8d;
  font-style: italic;
}

@media screen and (max-width: 1024px) {
  .shop-loop-wrap ul {
    grid-template-columns: 1fr 1fr;
  }

  .single-product.woocommerce-page .related ul.products li.product {

    width: 48%;
  }

  .subscription_form form {
    display: flex;
    flex-direction: column;
  }

  .subscription_form .wpforms-field-container,
  .subscription_form .wpforms-submit-container {
    width: 100% !important;
  }

}

@media screen and (max-width: 767px) {
  .kdk_blockquote:after {
    right: 5rem;
    bottom: -5rem;
  }

  .kdk_blockquote:before {
    left: 3rem;
    top: -5rem;
  }

  .shop-loop-wrap ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home_products_slider button.slick-arrow {
    top: auto;
    bottom: -40px;
    left: 50%;
    right: auto;
  }

  .home_products_slider button.slick-prev {
    left: 45%;
  }

  .single-product.woocommerce-page .related ul.products li.product {

    width: 100%;
  }

  .wps_sfw_sub_box_prod_container {
    grid-template-columns: 1fr;
  }

  .elementor-menu-cart__product-name .wps_show_customer_subscription_box_popup {
    font-size: 12px !important;
    padding: 8px;
  }

  .custom-product-banner-content {
    width: 90%;
  }

  .seasonal-bundles {
    margin: 40px 10px;
  }
	.synctrio-checkout-button-wrapper{
		flex-direction: column;
	}
	.synctrio-checkout-button-wrapper li{
		display: flex;
	}
}

@media screen and (min-width: 767px) {
  .single-product .woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
  }

  .single-product .woocommerce-product-gallery ol {
    display: flex;
    flex-direction: column;
    min-width: 100px;
    max-height: 400px;
    overflow: auto;
    gap: 10px;
  }

  .single-product .woocommerce-product-gallery ol li {
    width: 100% !important;
  }

  .single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    height: 500px !important;
  }

  .single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
    height: 100% !important;
    object-fit: cover;
  }

  .single-product .button.wps_sfw_subs_box-button {
    background-color: #003366;
    color: #fff;
  }

}

@media screen and (max-width: 1200px) {
  .feature-list-container {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding: 10px;
  }

  .home_products_slider .slick-next {
    top: auto;
    bottom: -80px;
    right: 48%;
  }

  .home_products_slider .slick-prev {
    top: auto;
    bottom: -80px;
    left: 48%;
  }

  .home_products_slider ul.products {
    max-width: 100%;
  }
}



.woocommerce-variation-price {
  display: none !important;
}
.cocktail_container img{
	height: 450px;
	width: 300px;
	object-fit: cover;
}
.cocktail_wrap_img_large img{
	height: 500px;
	object-position: top;
}
.cocktail_container h3::before{
	content: '\F402';
	display: inline-block;
	font-family: 'bootstrap-icons';
	font-size: 18px;
	font-weight: 900;
	transform: rotate(90deg);
	margin-right: 10px;
}
.cocktail_container ul{
	    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding-left: 15px;
}
.synctrio-checkout-button-wrapper li a{
	width: 100%;
}