/*
Theme Name: CALAGARDEN
Theme URI: http://www.wpbingosite.com/flacio
Author: wpbingo
Description: This is a child theme for Flacio
Version: 1.0
Author URI: http://wpbingosite.com
Template: flacio
Text Domain: flacio-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
#menu-1-5828b66{
  flex-wrap: nowrap !important;
}
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');
.wc-block-cart__submit-container, button.quick-buy{
  display: none !important;
}
.custom-contact-button{
    border: 1px solid;
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}
*, body, p, span, a, li{
  font-family: Arial, sans-serif;
}
/*.archive .yith-wcwl-add-to-wishlist{
  display: none;
}*/
.elementor-element-5dc03b2, .elementor-element-628de35{
  padding-bottom: 0;
}
.clg-cutyith{
  display: none;
}
.single-product .clg-cutyith{
  display: block;
}
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin-right: 11px !important;
}
.products-list.grid .product-wapper .products-thumb .product-button > *:nth-child(2n + 1) {
    background: white;
    border-radius: 99px;
    width: 45px;
}
.products-list.grid .product-wapper .products-thumb .product-button > *:nth-child(2n + 1):hover {
    background: black;
}
.products-list.grid .product-wapper .products-thumb .product-button > *:nth-child(2n + 1):hover .yith-wcwl-icon{
    color: white;
}
.yith-wcwl-icon{
    font-size: 20px;
    margin-top: 13px;
    margin-left: 10px;
}
.elementor-9162 .elementor-element.elementor-element-8f92a45 .bwp-slider-homepage .content-image img {
    position: absolute;
    bottom: -30%;
}
.clg-product-home .col-lg-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important; 
}
.cla-sldbanner .item {
  height: 80vh !important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block,
.wc-block-components-totals-shipping__fieldset,
.wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-item__value,
.wc-block-components-totals-item__description.wc-block-components-totals-shipping__via,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block,
.wp-block-woocommerce-checkout-order-summary-shipping-block .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout-order-summary-shipping-block .wc-block-components-totals-item__value {
  display: none;
}

body {
/*  font-family: "Bitter", sans-serif !important;*/
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
/*  font-family: "Bitter", sans-serif !important;*/
  font-weight: 450 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

ul.tabs li a,
.button-slider {
/*  font-family: "Bitter", sans-serif !important;*/
}

.elementor-nav-menu--main ul li a {
  font-size: 16px;
  font-weight: 600;
}

.shop-layout-boxed #block-5,
.shop-layout-boxed #block-6 {
  display: none;
}

.form-label {
  margin-bottom: 0.5rem !important;
}

.form-control {
  display: block !important;
  width: 100% !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.form-text {
  margin-top: 0.25rem !important;
  font-size: 0.875em !important;
  color: #6c757d !important;
}

.form-check-input {
  position: relative !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important;
  display: block !important;
  margin-top: 0.3rem !important;
  margin-right: 0.25rem !important;
  float: left !important;
  margin-left: -1.25rem !important;
}

.form-check-label {
  margin-bottom: 0 !important;
}

.btn {
  display: inline-block !important;
  font-weight: 400 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  border: 1px solid transparent !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 0.25rem !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #0056b3 !important;
  border-color: #0056b3 !important;
}

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

.cart-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  min-width: 200px;
  max-height: 400px;
  overflow-y: auto;
}

.cart-icon:hover .cart-content {
  display: block;
}

.cart-count {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #ff0000;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky-header-pc {
  position: relative;
  z-index: 9999;
}

.sticky-header-pc.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sticky-header-tl {
  position: relative;
  z-index: 9999;
}

.sticky-header-tl.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sticky-header-mb {
  position: relative;
  z-index: 9999;
}

.sticky-header-mb.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.button__cart {
  display: flex;
  justify-content: end;
  gap: 8px;
}

.banner__page {
  background-image: url(https://wpbingosite.com/wordpress/flacio/wp-content/uploads/2021/12/bg-breadcrumb.jpg);
  background-position: 50%;
  height: 700px;
}

.banner__page .elementor-heading-title {
  font-size: 3.5rem !important;
}

.wishlist-icon {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.wishlist-count {
  position: absolute;
  top: -12px;
  right: -10px;
  background-color: #ff0000;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider_blog_home img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.slider_blog_home .content .button-slider {
  line-height: 75px;
  border-radius: 10px;
}

.form_button_pointer button {
  cursor: pointer;
}

.elementor-field {
  padding: 5px 14px !important;
  border-radius: 5px !important;
}

.elementor-button {
  border-radius: 5px !important;
}

.widget_search .btn span {
  display: none;
}

.bwp-sidebar .widget .widget-title {
  color: #313232;
  padding: 0 0 10px;
  background: transparent;
  font-weight: 400;
  font-size: 18px !important;
  margin: 0;
  position: relative;
  border: 0;
  line-height: 20px;
}

.bwp-sidebar ul li {
  font-size: 14px;
  padding: 5px 0 !important;
  position: relative;
  margin-left: -5px;
}

.bwp-sidebar ul:not(.social-link, .content-products, .product_list_widget) li:not(.recentcomments):before {
  content: "\35";
  display: inline-block;
  font-family: eleganticons;
  font-size: 15px;
  margin-right: 3px;
  position: relative;
  top: 1px;
  color: #222;
  line-height: 1;
}

.bwp-sidebar .widget_categories ul {
  padding: 0;
  list-style: none;
}

.bwp-sidebar ul li a {
  color: #828787;
}

.widget_search .form-content #searchsubmit {
  top: -5px !important;
}

.elementor-widget-container .widget_search .form-content #searchsubmit {
  top: 6px !important;
}

.widget {
  margin-bottom: 45px;
}

.elementor-pagination {
  display: flex;
  clear: both;
  text-align: center;
  margin-top: 30px;
  justify-content: center;
}

.elementor-pagination .page-numbers {
  display: flex;
  margin-right: 0 !important;
  width: 40px;
  height: 40px;
  line-height: normal;
  text-indent: 1px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  -webkit-transition: none;
  transition: none;
  text-transform: uppercase;
  color: #828787;
  background: #fff;
  align-items: center;
  justify-content: center;
}

.elementor-pagination .page-numbers:hover {
  color: #fff;
  background: #313232;
}

.elementor-pagination .page-numbers.current {
  color: #fff;
  background: #313232;
}

.wc-block-cart__submit-container {
  border: 1px solid;
  border-radius: 5px;
}

.wc-block-cart-item__remove-link {
  color: red !important;
  font-size: 14px !important;
}
.is-large.wc-block-cart .wc-block-cart__totals-title{
  font-size: 20px !important;
}

.wc-block-cart-item__remove-link:hover {
  color: red !important;
}

.woosw-popup-content-bot-inner .woosw-page {
  color: white;
  padding: 5px 25px !important;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-page:hover {
  color: #222 !important;
  background: #fff !important;
}

.woosw-popup-content-bot-inner .woosw-continue {
  padding: 5px 25px !important;
}

#cancel-comment-reply-link {
  color: red;
}

.comments-area .comment-respond .form-group input[type="submit"] {
  border: 1px solid #222 !important;
}

.comments-area .comment-list .media .media-left img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 50%;
}

.user__avatar .avatar {
  object-fit: cover;
  border-radius: 50%;
}

.user-avatar-dropdown {
  position: relative;
  display: inline-block;
}

.user-avatar-dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.user-avatar-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 5px;
}

.user-avatar-dropdown-content a:hover {
  background-color: #f1f1f1;
}

.user__info {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.user__info div {
  margin-right: 10px;
}

.user__info .user__name {
  font-weight: bold;
  font-size: 16px;
  display: block;
}

.user__info .user__username {
  font-size: 14px;
  color: #888;
  display: block;
}

.user-avatar-dropdown:hover .user-avatar-dropdown-content {
  display: block;
}

.change__font .post-excerpt {
/*  font-family: "Bitter", sans-serif !important;*/
}

.post-content .entry-title {
/*  font-family: "Bitter", sans-serif !important;*/
}

.btn__contact {
  display: flex;
  justify-content: center;
  background-color: #69727d;
  font-size: 15px;
  padding: 7px 24px;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 7px;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  background-color: #014419;
}
.woocommerce-product-rating{
    display: none;
  }

.form_button_pointer .elementor-form .elementor-button {
  background-color: #014419;
}

.cala__form-home .elementor-widget-wrap {
  padding: 0 !important;
}

.content__about-us {
  font-size: 16px;
}

.single-product .social-icon {
  display: none;
}
.is-large.wc-block-cart .wc-block-cart-items td {
    width: 100px;
}
.is-large.wc-block-cart .wc-block-cart-items th {
    font-size: 20px;
}
.wc-block-components-product-name{
  font-size: 16px !important;
}
.wc-block-components-product-metadata {
    font-size: 14px !important;
}
@media screen and (max-width: 767px) {

  table.shop_table.cart>tbody>tr:last-child,
  .table.shop_table.cart>tbody>tr:last-child {
    padding: 0 0 0 100px !important;
  }

  .user-avatar-dropdown-content {
    display: none;
    right: 5px;
    min-width: 200px;
  }
    .banner__page {
      height: auto;
    }
    .elementor-9162 .elementor-element.elementor-element-8f92a45 .bwp-slider-homepage .content-image img {
      bottom: 10%;
  }
    .products-list.grid .product-wapper .products-thumb .product-button > *:nth-child(2n + 1) {
      width: 35px;
  }
  .yith-wcwl-icon {
      font-size: 20px;
      margin-top: 10px;
      margin-left: 8px;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .user-avatar-dropdown-content {
    display: none;
  }

}
@media screen and (min-width: 800px) and (max-width: 1524px) {
    .elementor-31062 .elementor-element.elementor-element-966a0bf {
        --width: 15%;
        padding-right: 30px;
    }
    .elementor-31062 .elementor-element.elementor-element-628de35 {
        --width: 70%;
    }
    .elementor-31062 .elementor-element.elementor-element-20a751a {
        --width: 15%;
    }
}
@media screen and (min-width: 1025px) {}