/*
Theme Name: Foodily Child
Template: foodily
*/

@import url("../foodily/style.css");

/*.banner-section .slide {*/
/*    background-color: #c4ae1c;*/
/*}*/

a#elementor-menu-cart__toggle_button {
    background: transparent;
}

.banner-section .slide {
    background-color: #C2CC7D;
    padding-top: 50px !important;
}
.banner-section .owl-dots .owl-dot:hover span, .banner-section .owl-dots .owl-dot.active span {
    color: #498F36;
}
.banner-section .owl-dots .owl-dot span{
    color: #000000; 
}
.banner-section .content-column h1 .first-letter {
    display: block;
    font-size: 50px;
    line-height: 60px;
}
.woocommerce div.product form.cart .variations select {
    background-color: #f7f7f7;
    padding: 10px;
    margin-bottom: 15px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    max-width: 100%;
}
.woocommerce form .form-row {
    display: block !important;
}

.banner-section .content-column h1,
.banner-section .content-column .text,
.banner-section .owl-nav .owl-prev,
.banner-section .owl-nav .owl-next{
    color: #191919;
}
.banner-section .owl-nav .owl-next,
.banner-section .owl-nav .owl-prev{
    border-color:#498F36 !important;
}
.btn-style-one{
	background-color: #498f36
}

/* .btn-style-one .icon {
    background: #ffffff url(https://northernwebdesign.co.uk/BCB/wp-content/uploads/2025/04/New-Project-1.png) no-repeat;
}

.btn-style-two .icon {
    background: #ffffff url(https://northernwebdesign.co.uk/BCB/wp-content/uploads/2025/04/New-Project-1.png) no-repeat;
} */

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 500;
    display: inline-block;
}

p.woocommerce-result-count {
    font-size: 14px;
    line-height: 25px;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 5px;
}

.testimonial-block .inner-box .text {
    font-size: 17px;
    line-height: 27px;
}

.testimonial-block .inner-box .designation {
    color: #CAAD35;
    font-size: 16px;
    line-height: 26px;
}

.sec-title .title {
    color: #CAAD35;
    font-size: 24px;
}


.news-block .inner-box .lower-content h6 a {
    color: #000;
}

.news-block .inner-box .lower-content .category a {
    color: #ffffff;
    font-size: 12px;
    background-color: #CAAD35;
    
}

.news-block .inner-box .lower-content {
    height: 210px;
}

.circleWrapper .elementor-element-0f005e8 {
    width: 650px;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-section .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 28px;
}
.banner-section .owl-nav .owl-prev {
    position: absolute;
    right: 20px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 28px;
}

.page-id-2806 .woocommerce-info,
.page-id-2808 .woocommerce-info{
    border-top-color: #498f36;
    background-color: #ecedce;
}

.page-id-2806 a.button.wc-backward{
    background-color: #ecedce;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px;
    padding: 12px 25px 12px 25px;
    font-weight: 400;
    color: #000;
    font-family: "Poppins";
}

.page-id-2808 a.button.wc-forward{
    background-color: #ecedce;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px;
    padding: 12px 25px 12px 25px;
    font-weight: 500;
    color: #000;
    font-family: "Poppins";
}

/* Checkout Login Form - WooCommerce */

.woocommerce-form-login {
  background: #f9f9f9;
  padding: 2rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.woocommerce-form-login h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.woocommerce-form-login label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="password"] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-login button {
  background-color: #4CAF50;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-form-login button:hover {
  background-color: #45a049;
}

.woocommerce-form-login .woocommerce-LostPassword {
  display: block;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.woocommerce-form-login .form-row {
  margin-bottom: 1rem;
}

.woocommerce-form-login input[type="checkbox"] {
  margin-right: 8px;
}

.woocommerce-form-login .show-password-input {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.woocommerce #review_form #respond .form-submit input{
    background-color: #c4ae1c;
    color: #fff;
    border-radius: 100px;
}


.help .btn-style-two{
    text-transform: lowercase;
}


@media screen and (max-width: 991px) {
    
}

@media screen and (max-width: 767px) {
    .banner-section .content-column h1 .first-letter {
        font-size: 35px;
        line-height: 50px;
    }
}
