/*
Theme Name: TastyDaily - Child
Theme URI: https://parkofideas.com/tastydaily/
Text Domain: tastydaily-child
Description: Grocery Store & Food WooCommerce Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: tastydaily
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
/* =Theme customization starts here
-------------------------------------------------------------- */

/* Hide the entire left column (including avatar, name, and menu) */
.c-account__col-menu {
  display: none !important;
}

/* Optional: Make sure the right content expands full width */
.c-account__col-content {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
}

/* fixing about site in custom coding by F */
.js-ajax-search-input {
  font-size: 25px !important;
  color: #12218c !important;
  font-weight: 700 !important;
}
.c-header-search__input {
  color: #12218c !important;
}

/* shop page */
.l-inner {
  background-color: #ffffff !important;
}
.c-product-grid select:not(.hide) {
  background-color: #12218c;
  color: white;
}
.c-product-grid__atc-icon {
  background-color: #12218c;
  padding: 10px;
  color: #ffffff;
  font-size: 30px !important;
  margin-top: -10%;
  border-radius: 50px;
}
.woocommerce-widget-layered-nav-list__item a:before {
  background-color: #12218c;
}
.c-product__summary select:not(.hide) {
  color: #ffffff;
}

/* checkout page */
.woocommerce-input-wrapper .input-text {
  background-color: #12218c;
  color: #ffffff !important;
}
.selection {
  background-color: #12218c;
  color: #ffffff;
}
.select2-selection__arrow {
  color: #ffffff;
}
.select2-selection__rendered {
  color: #ffffff !important;
}
input {
  color: #ffffff !important;
}
input::placeholder {
  color: #ffffff !important;
}
#pwgc-redeem-gift-card-number {
  color: #ffffff !important;
}
.c-product-grid__item {
  padding: 1%;
}
.wpcf7-textarea {
  color: #ffffff !important;
}

/* dot class */
.ip-dot {
  color: #022add !important;
  font-size: 5px !important;
  padding: 5px;
}
.c-product-grid__brands {
  font-size: 17px;
  font-weight: 500;
}

/* single product background color */
.c-product__custom-html {
  background-color: #022add;
  color: #ffffff;
  font-size: 16px;
}
.c-product-features__list {
  background-color: #022add;
  font-size: 16px;
}
.c-product-features__name {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}
.fi-bd21-delivery:before {
  color: #ffffff;
}
.c-product-grid__atc-icon {
  font-size: 20px !important;
}

single-product div.product table.variations td {
  background-color: transparent;
}

/* CheckBox */
input[type="checkbox"] {
  background: #12218c;
}

.needsclick.go1476470118.kl-private-reset-css-Xuajs1 {
  border-radius: 0px;
  padding: 10px 5px 10px 16px;
  height: 30px;
  text-align: left;
}

/* Powered by PIR */

/* Center */

/* Ensure the specific column with the target button is positioned relatively */
.tk {
  position: relative;
}

/* Initially hide the target button and set transition */
.tk .bdt {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

/* Show the target button and change background color on hover */
.tk:hover .bdt {
  opacity: 1;
}

.tk:hover {
  background-color: #ffd9d9; /* Fixed double hash */
  height: 120%; /* Increase height by 20px */
}

.tk:hover img {
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

/* Hide text on hover */
.tk:hover .txt {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* PAGE SECTION */

/* CaRt PaGe */
.button.flexible-shipping-free-shipping-button {
  width: 300px; /* Set the width of the button to 300px */
  /* Add other custom styles if needed */
}

.c-cart__wrap {
  width: 77%;
  display: flex;
  position: relative;
}

@media (max-width: 767px) {
  .c-cart__wrap {
    width: 100% !important;
  }

  .c-cart__collaterals {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* EnD CaRt PaGe */

/* PaGe LayOuT */

/* General styles for the container */
.l-section--container-narrow {
  width: 80%;
  padding-right: 18%;
  margin: 1px auto; /* Fixed invalid margin shorthand */
  box-sizing: border-box; /* Ensure padding is included in width */
}

/* General styles for the post area */
.c-post {
  --block-space: 20px;
  position: relative;
  width: 100%; /* Default width */
  max-width: 130%; /* Increase maximum width */
  margin: 0 auto; /* Center align */
  box-sizing: border-box; /* Ensure padding is included in width */
}

/*
.l-section__content {
    width: 130%; 
    max-width: 130%; 
    margin-left: auto; 
    margin-right: auto;
    box-sizing: border-box; 
}
*/

/* Responsive adjustments */
/* @media (max-width: 1400px) {
  .c-post,
  .l-section__content {
    width: 120%;
  }
} */

/* @media (max-width: 1200px) {
  .c-post,
  .l-section__content {
    width: 110%;
  }
} */

@media (max-width: 992px) {
  .l-section--container-narrow {
    width: 90%;
    padding-right: 10%;
  }

  .c-post,
  .l-section__content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .l-section--container-narrow {
    width: 85%;
    padding-right: 5%;
  }

  .c-post,
  .l-section__content {
    width: 100%;
    margin-left: auto; /* Center content for tablets */
    margin-right: auto; /* Center content for tablets */
  }
}

@media (max-width: 576px) {
  .l-section--container-narrow {
    width: 95%;
    padding-right: 0;
  }

  .c-post,
  .l-section__content {
    width: 95%;
    margin-left: auto; /* Center content for mobile devices */
    margin-right: auto; /* Center content for mobile devices */
  }

  .simple-banner {
    z-index: 9;
  }
}

/* EnD PaGe LayOuT */

/* WISHLIST */
.c-wishlist {
  padding: 0; /* Added valid padding value */
  width: 77%;
}

.c-cart-empty {
  width: 100%; /* Example width, adjust as needed */
  max-width: 100%; /* Example max-width, adjust as needed */
  text-align: center; /* Center text inside the container */
  padding: 30px; /* Example padding, adjust as needed */
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1); /* Example box shadow for visual effect */
  background-color: #fff; /* Background color */
  border-radius: 8px; /* Rounded corners */
}

.js-wishlist-empty {
  width: 77%; /* Example width, adjust as needed */
  max-width: 100%; /* Example max-width, adjust as needed */
  text-align: center; /* Center text inside the container */
  padding: 30px; /* Example padding, adjust as needed */
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1); /* Example box shadow for visual effect */
  background-color: #fff; /* Background color */
  border-radius: 8px; /* Rounded corners */
}

/* END WISHLIST */

.form-wppp-select {
  display: none;
}

form.needsclick.klaviyo-form.klaviyo-form-version-cid_1 input {
  height: 22px;
  padding: 15px !important;
}

@media (max-width: 1189px) {
  .c-header-search__price {
    font-size: 17px;
  }
}

.c-header-search__input::placeholder {
  color: #020c22;
}

ul.bdt-slideshow-nav.bdt-dotnav.bdt-dotnav-vertical.reveal-muted {
  margin-top: 155px;
}

a[href*="s-sols.com"] {
  display: none !important;
}

.yith-wcwl-add-to-wishlist-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  display: none !important;
}

/**** For Customizing Search results **/

.c-header-search__link.brand-link {
  background-color: #0073aa;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  display: block;
  margin: 5px 0;
}
.c-header-search__link.brand-link:hover {
  background-color: #005177;
}
.c-header-search__link.brand-link .c-header Rochard-header-search__title {
  color: #fff;
}

input.js-ajax-search-input.h-cb.c-header-search__input::placeholder {
  color: #03032f !important;
}

/*caresole banner*/

.box {
  position: relative;
}

.butt {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.box:hover .butt {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/***

*CSS For Customizing Segment Title of Mobile Menu

***/

ul#mobile-top-menu .c-mobile-menu__item.fd-segment-title .a {
  font-weight: bold; /* Bold text */
  text-transform: uppercase; /* Uppercase text */
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
  color: #000;
}
@media (max-width: 767px) {
  #tfc_mobileproduct .elementor-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2px;
  }
  .tfc_bestsellercarousel .wpcp-carousel-section,
  .tfc_salecarousel .wpcp-carousel-section {
    margin: 0px !important;
  }
  .tfc_bestsellercarousel .swiper-button-prev,
  .tfc_salecarousel .swiper-button-prev {
    left: -24px !important;
  }
  .tfc_bestsellercarousel .swiper-button-next,
  .tfc_salecarousel .swiper-button-next {
    right: -24px !important;
  }
}
.widget_shopping_cart_content {
  overflow-y: unset;
}
@media (max-width: 1189px) {
  .c-shop-sidebar--active {
    opacity: 1;
    visibility: visible;
    width: 100vh;
    height: 100vh;
    max-height: 100vh !important;
  }
  .c-product-list-widget__total {
    position: sticky;
    bottom: 40px;
    background: white;
    padding: 10px 10px 15px 10px;
  }
  .c-product-list-widget__buttons {
    position: sticky;
    bottom: -40px;
    background: white;
    padding: 6px 10px 15px 10px;
  }
  .c-shop-sidebar__content {
    padding-left: 0;
    padding-right: 0;
  }
  .c-product-list-widget {
    list-style: none;
    margin: 0;
    padding-left: 28px;
    padding-right: 28px;
  }
}
.c-cart__shop-update-button {
  color: #000000 !important;
}
.shipping-rem-price {
  color: #da2434;
  font-weight: bold;
}
.shipping-limit {
  color: #12218c;
  font-weight: bold;
}
.ship-msg-text {
  font-weight: bold;
}
@media (min-width: 1024px) {
  .widget_shopping_cart_content .cart_list {
    overflow-y: auto;
    flex-grow: 1;
    margin-bottom: 20px;
  }
  .widget_shopping_cart_content .wpcfb-wrap {
    order: -1;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-top: 0px;
  }
  .widget_shopping_cart_content .woocommerce-mini-cart__total {
    order: 2;
    margin-top: auto;
    padding: 15px 0;
    border-top: 1px solid #ddd;
  }
  .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    order: 3;
    margin-top: 10px;
    padding-bottom: 20px;
    flex-direction: column;
  }
  .widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
    border-radius: initial;
  }
  .widget_shopping_cart_content .woocommerce-mini-cart-item {
    padding: 15px 0;
    border-top: 1px solid #ddd;
  }
}

@media (max-width: 1023px) {
  .tfc-mini-cart-header {
    display: none !important;
  }
  .woocommerce-mini-cart {
    margin-top: 20px !important;
  }
}

.c-order__details {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center horizontally */
  justify-content: center; /* Center vertically if parent allows */
  text-align: center; /* Center text */
  padding: 0;
  margin: 0 auto; /* Center block horizontally */
  width: 100%;
  min-height: 60vh; /* Optional: helps vertical centering if parent is not flex */
}

.c-order__details-item {
  display: flex;
  align-items: center;
  justify-content: center; /* Center content horizontally */
  margin-bottom: 8px;
}

.c-order__details-item .c-order__details-title {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
}
.c-order__details-item .c-order__details-value {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.c-order__details .c-order__details-item:after {
  display: none;
}

.c-order__details .c-order__details-item .order-number-bold {
  font-weight: bold;
  font-size: 18px;
  color: #12218c;
}
@media (max-width: 576px) {
  .c-order__details-item {
    flex-direction: column;
    align-items: center; /* Center on mobile */
    justify-content: center;
  }
  .c-order__details-item .c-order__details-title,
  .c-order__details-item .c-order__details-value {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    text-align: center;
  }

  .c-order__details-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .c-order__details-actions .c-button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    padding: 14px 0;
  }
}

/**
Thank you page css
**/

.td-thankyou-wrap {
  max-width: 750px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 0 0 30px 0;
}

.td-thankyou-main {
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding: 0 0 30px 0;
}

.td-thankyou-header {
  text-align: center;
  padding: 45px 20px 0 20px;
}

.td-thankyou-header .td-thankyou-title {
  font-family: "Outfit", sans-serif;
  font-size: 31px;
  color: #132faf;
  font-weight: 700;
  line-height: 45px;
}

.td-thankyou-header .td-thankyou-message {
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  color: #1f2548;
  font-weight: 400;
  line-height: 25px;
  margin-top: 10px;
}

.td-thankyou-header .td-thankyou-ordernum {
  font-family: "Outfit", sans-serif;
  font-size: 19px;
  color: #1f2548;
  font-weight: 600;
  line-height: 27px;
  margin-top: 10px;
}

.td-thankyou-header .td-thankyou-status {
  margin: 30px 0 0 0;
  text-align: center;
}

.td-thankyou-header .td-thankyou-status img {
  width: 71%;
  max-width: 300px;
  display: block;
  margin: 0 auto 10px auto;
}

.td-thankyou-header .td-thankyou-status-steps {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  color: #222;
}

.td-thankyou-header .td-thankyou-status-steps span {
  display: block;
  text-align: center;
  line-height: 18px;
}

.td-thankyou-header .td-thankyou-status-steps .active {
  font-weight: bold;
  color: #132faf;
}

.td-thankyou-header .td-thankyou-vieworder {
  margin: 30px 0 0 0;
  text-align: center;
}

.td-thankyou-header .td-thankyou-vieworder a {
  background-color: #132faf;
  border-radius: 24px;
  border: 2px solid #132faf;
  color: #fff;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  min-width: 48px;
  padding: 10px 18px;
  text-decoration: none;
}

.td-thankyou-addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
  justify-content: space-between;
  margin: 45px 0 0 0;
  padding: 0 20px;
}

.td-thankyou-address {
  flex: 1 1 200px;
  min-width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 25px 20px 30px 20px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  color: #282828;
  margin-bottom: 20px;
}

.td-thankyou-address-title {
  font-size: 16px;
  color: #1f2548;
  font-weight: 700;
  margin-bottom: 10px;
}

.td-thankyou-orderdetails {
  margin: 35px 0 0 0;
  padding: 0 20px;
}

.td-thankyou-orderdetails-title {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  color: #1f2548;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 20px;
}

.td-thankyou-products {
  width: 100%;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.td-thankyou-products-header,
.td-thankyou-products-row {
  display: flex;
  align-items: stretch;
}

.td-thankyou-products-header {
  background: #132faf;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.td-thankyou-products-header > div,
.td-thankyou-products-row > div {
  padding: 15px;
  flex: 1;
}

.td-thankyou-products-header .td-thankyou-product,
.td-thankyou-products-row .td-thankyou-product {
  flex: 3;
  text-align: left;
}

.td-thankyou-products-header .td-thankyou-price,
.td-thankyou-products-row .td-thankyou-price {
  flex: 1;
  text-align: center;
}

.td-thankyou-products-row {
  background: #fff;
  border-bottom: 1px solid #dee0e6;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  color: #282828;
}

.td-thankyou-products-row:last-child {
  border-bottom: none;
}

.td-thankyou-product-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}

.td-thankyou-product-info {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 80px);
}

.td-thankyou-product-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.td-thankyou-summary {
  background: #e4e5e9;
  border-radius: 10px;
  padding: 25px;
  margin: 30px 0 0 0;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
}

.td-thankyou-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-weight: 600;
  color: #282828;
}

.td-thankyou-summary-row .td-thankyou-summary-label {
  text-align: left;
}

.td-thankyou-summary-row .td-thankyou-summary-value {
  text-align: right;
  line-height: 24px;
}

.td-thankyou-summary-note {
  font-weight: 400;
}

.td-thankyou-history {
  text-align: center;
  margin: 30px 0 0 0;
}

.td-thankyou-history a {
  background-color: #132faf;
  border-radius: 24px;
  border: 2px solid #132faf;
  color: #fff;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  min-width: 48px;
  padding: 10px 18px;
  text-decoration: none;
}

@media (max-width: 900px) {
  .td-thankyou-wrap,
  .td-thankyou-main,
  .td-thankyou-orderdetails,
  .td-thankyou-header,
  .td-thankyou-summary {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .td-thankyou-addresses {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .woocommerce-order-received .c-order {
    padding: 30px 0;
  }

  .td-thankyou-header .td-thankyou-title {
    font-size: 22px;
  }

  .td-thankyou-header .td-thankyou-message {
    font-size: 15px;
  }

  .td-thankyou-header .td-thankyou-ordernum {
    font-size: 16px;
  }

  .td-thankyou-products-header,
  .td-thankyou-products-row {
    flex-direction: column;
  }

  .td-thankyou-products-header > div,
  .td-thankyou-products-row > div {
    padding: 10px;
    text-align: left !important;
  }

  .td-thankyou-products-header,
  .td-thankyou-products-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .td-thankyou-product,
  .td-thankyou-price {
    width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
  .td-thankyou-products-header {
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
  }
  .td-thankyou-products-row {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }
}

.thankyou-product-categories {
  color: #fff !important;
  background: #132faf !important;
  padding: 12px 20px;
  border-radius: 6px;
  display: block;
  margin-top: 60px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.thankyou-product-categories {
  color: #fff !important;
  background: #132faf !important;
  font-family: sans-serif;
  padding: 12px 20px;
  border-radius: 6px;
  display: block;
  margin-top: 60px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 600px) {
  .td-thankyou-categories > div {
    gap: 12px !important;
  }

  .td-thankyou-category-btn {
    flex: 0 0 48% !important;
    max-width: 48% !important;
    padding: 10px !important;
  }

  .td-thankyou-category-btn img {
    width: 50px !important;
    height: 50px !important;
  }
}

/* Remove duplicate .thankyou-product-categories */
.thankyou-product-categories {
  color: #fff !important;
  background: #132faf !important;
  font-family: sans-serif;
  padding: 12px 20px;
  border-radius: 6px;
  display: block;
  margin-top: 60px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 900px) {
  .td-thankyou-categories .td-thankyou-category-btn {
    flex: 0 0 48% !important;
    max-width: 48% !important;
  }
}

@media (max-width: 600px) {
  .td-thankyou-categories .td-thankyou-category-btn {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

