/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* =========================
   FONT E LINK
========================= */

.linkl a {
    color: #000 !important;
    font-weight: 500;
    text-decoration: underline !important;
}

.link1 a:hover {
    color: #000 !important;
    font-weight: 500;
}



/* =========================
   HOME
========================= */

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-bottom: 20px;
}

span.swiper-pagination-bullet {
    border: 3px solid #fff;
    background: transparent !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
}

/* =========================
   LOOP PRODUCT
========================= */

span.fromprice {
    font-weight: 400;
    color: #181A1B;
}

/* =========================
   SHOP
========================= */

span.woocommerce-Price-amount.amount {
    color: #181A1B;
}

/* =========================
Cart
========================= */
.elementor-menu-cart__main {
    width: 50%!Important;
    padding-top: 5%;
}
/* =========================
Checkout
========================= */
.e-coupon-box {
    background: #f7f7f7 !important;
    margin-bottom:0px!important;

}

div#payment {
    background: #f7f7f7 !important;
}

/* =========================
   GENERAL
========================= */

.woocommerce-variation-price .price span{
    font-size: 16px !important;
    font-weight: 600;
    padding-bottom: 20px;
}
.woocommerce-variation-price {
    padding-bottom: 20px;
}


nav.custom-breadcrumbs {
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    color: #666666;
    font-weight: 400;
}

.custom-breadcrumbs a {
    color: #000 !important;
    font-weight: 500;
}



/* =========================
  CHECKOUT
========================= */
.woocommerce-info,.woocommerce-message, .woocommerce-alert  {
    border-top-color: transparent;
    font-family: 'Inter';
    font-size: 14px;
}

.woocommerce-info::before , .woocommerce-message::before{
    color: grey;

}
.cart-empty.woocommerce-info {
    background: #f7f7f7;
}
a.button.wc-backward, a.button.wc-forward  {
    background: : white!important;
    border-radius: 100px;
    border: 1px solid black;
    font-family: 'inter';
    font-size: 14px;
    color: black;
}

input#coupon_code {
    border-radius: 0px;
    border: 1px solid #8F959E;}

    input.qty.text {
    border-radius: 0px;
}

h3 .pcp-booking-title{
  color: grey;
}
/* =========================
   RESPONSIVE
========================= */

@media screen and (max-width: 768px) {

    /* =========================
       MENUMONBILE
    ========================= */
    ul.e-n-menu-heading {
    display: flex;
    flex-direction: column !important;
}
li.e-n-menu-item {
    border-bottom: 1px solid grey;
}

.woocommerce-info,.woocommerce-message, .woocommerce-alert  {

    font-size: 12px;
}

.elementor-menu-cart__main {
    width: 90% !important;
}


.menupopmob a.elementor-item, .menupopmob a.elementor-sub-item{
    border-bottom: 1px solid black!Important;
}
}
