/*
    Template:       zuka
    Theme Name:     Zuka Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Clean, Minimal WooCommerce Theme
    Version:        1.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    zuka-child
    Domain Path:    /languages/
*/
/* HEADER */
.hed_z_index {
	z-index: 9999;
}
.is-sticky .lahfb-desktop-view .lahfb-area {
    background-color: #000000;
}
.lahfb-area .lahfb-nav-wrap #nav > li.menu-item > a:before {
    height: 0;
    border-top: transparent;
}
.header-v2 .lahfb-col {
    width: auto!important;
}
#lastudio-header-builder #lahfb-nav-wrap-1541995004457 > ul > li > a, .lahfb-responsive-menu-1541995004457 #responav li.menu-item > a:not(.button) {
    color: #ffffff;
    text-transform: none!important;
    text-decoration: none;
}
/* .lahfb-menu-cross-icon, .lahfb-menu-cross-icon:before, .lahfb-menu-cross-icon:after {
    background-color: #81d742!important;
} */
/* Medium devices (tablet, less than 991px) */
@media (max-width: 991px) {
  .close-responsive-nav {
    top: 55px;
    right: 2px;
  }
	table {
		font-size: small;
	}
}

/* SIDEBAR WOOCOMMERCE ARCHIVE PAGE */
.sidebar-inner .widget {
    margin-bottom: 0em!important;
}
#sidebar_primary {
    border-right: 1px solid #ececec;
}

/* WOOCOMMERCE PRODUCT PAGE */
.tabs {
	border-top: solid 1px #262626;
}
.wc_tabs_at_bottom .wc-tabs li {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 25px;
    padding-right: 25px;
	background-color: #262626;
}
.description_tab.active {
	background-color: #81d742!important;
}
.additional_information_tab.active {
	background-color: #81d742!important;
}
.reviews_tab.active {
	background-color: #81d742!important;
}
.custom_description_tab_tab.active {
	background-color: #81d742!important;
}
.custom_tab_tab.active {
	background-color: #81d742!important;
}
.wc-tabs li.active > a {
	color: #fff!important;
}
.wc-tabs li > a {
	color: #fff!important;
}
.la-woo-thumbs .la-thumb.slick-current {
    border-color: #81d742;
}
.product--summary .product_title {
    font-size: 40px;
    font-weight: 600;
}
.single-price-wrapper > p > span {
	color: #81d742!important;
	font-weight: 500;
}
.entry-summary {
    padding-left: 0px;
}
#tab-additional_information > div.tab-content > table > tbody > tr {
    border-bottom: 1px solid #9d9d9d;
}
#tab-additional_information table th, #tab-additional_information table td {
    padding: 12px 0!important;
}

.floating-btn {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;

    background-color: #282828;
    color: #fff;
    margin: 0;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    /* border-radius: 40px; */
    transition: all 250ms ease-out;
}
.floating-btn:hover {
    background-color: #81d742;
    color: #fff;
}

/* WOOCOMMERCE SIDEBAR */

.wc-block-attribute-filter .wc-block-attribute-filter-list {
    max-height: 180px;
    overflow-x: auto;
}

/* WOOCOMMERCE REQUESTING FOR PRODUCTS */

.single-price-wrapper, .woocommerce-mini-cart__total, .woocommerce-Price-amount, th.product-price, th.product-price, td.product-price, th.product-subtotal, div.cart-collaterals > div > h2, div.cart-collaterals > div > table, th.product-total, tr.cart-subtotal, tr.order-total, .woocommerce-order-overview, #site-content > div > div > div > div > div > section > table > tfoot, #payment > ul, .woocommerce-customer-details, .wc-ordering > ul > li:nth-child(6), .wc-ordering > ul > li:nth-child(5), .product-nextprev {
    display:none;
 }

 /* STYLING COMPONENTS FOR PAGES - LIKE MAIN PAGE */

.home_10_banner_top.la-banner-box .banner--image:before {
background: rgb(129 215 66 / 50%);!important;
}

 .card_kg {
    background-color: #f0f0f0;
    padding-top: 30px;
    /* border-radius: 15px; */
    -webkit-box-shadow: 8px 8px 24px 0px rgba(173, 173, 173, 1);
    -moz-box-shadow: 8px 8px 24px 0px rgba(173, 173, 173, 1);
    box-shadow: 8px 8px 24px 0px rgba(173, 173, 173, 1);
 }
 .hr_kg {
    /* margin-left: 280px;
    margin-right: 280px; */
    width: 20%;
    /* border: 1px solid #81d742!important; */
 }
 .btn:hover {
    border: none;
}
.full_div_width {
    width: calc(100vw - 20px)!important;
    margin-left: calc(-50vw + 50% + 10px)!important;
}

.full_div_width_mobile {
    width: calc(100vw - 0px)!important;
    margin-left: calc(-50vw + 50% + 0px)!important;
}

.btn_kg {
    width: 100%;
    display: block;
    margin: 10px 0 0;
    text-align: center;
    line-height: 20px;
    padding: 20px 20px;
    transition: all 250ms ease-out;

    background-color: #262626;
    border-color: transparent;
    color: #fff;
    min-width: 150px;
}

.btn_kg:hover {
    background-color: #81d742;
    border-color: transparent;
    color: #fff;
}

.btn_sub {
    /* width: 100%; */
    /* display: block; */
    margin: 10px 0 0;
    text-align: center;
    line-height: 20px;
    padding: 13px 20px;
    transition: all 250ms ease-out;
    background-color: #262626;
    border-color: transparent;
    color: #fff;
    min-width: 150px;
}

.btn_sub:hover {
    background-color: #000000;
    border-color: transparent;
    color: #fff;
}

#mc_embed_signup div.mce_inline_error {
    background-color: transparent!important;
}
.site-footer .widget {
    margin-bottom: 10px!important;
}

.btn_yellow_kg {
    /* width: 100%; */
    display: block;
    margin: 10px 0 0;
    text-align: center;
    line-height: 20px;
    padding: 20px 20px;
    transition: all 250ms ease-out;

    /* background-color: #FBB101; */
    background-color: #81d742;
    border-color: transparent;
    color: #fff;
    min-width: 150px;
}

.btn_yellow_kg:hover {
    background-color: #262626;
    border-color: transparent;
    color: #fff;
}

.btn_red_kg {
    /* width: 100%; */
    display: block;
    margin: 10px 0 0;
    text-align: center;
    line-height: 20px;
    padding: 20px 20px;
    transition: all 250ms ease-out;

    /* background-color: #E10000; */
    background-color: #81d742;
    border-color: transparent;
    color: #fff;
    min-width: 150px;
}

.btn_red_kg:hover {
    background-color: #262626;
    border-color: transparent;
    color: #fff;
}

.px_10 {
    padding-left: 10px;
    padding-right: 10px;
}

.mobile_view {
    display: none;
}

@media only screen and (max-width: 900px) {
    .mobile_view {
        display: block;
    }
    .desktop_view {
        display: none;
    }
  }

/* PLUGIN CAROUSEL */

.wpcp-swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #81d742!important;
}
.swiper-button-next i:hover {
    color: #81d742!important;
}
.swiper-button-prev i:hover {
    color: #81d742!important;
}
.wpcp-single-item h2 a {
    /* color: #81d742!important; */
}
.swiper-slide {
    /* background-color: rgb(240, 240, 240);
    padding-top: 60px;
    padding-bottom: 50px;
    box-shadow: rgb(129, 215, 66) 5px 5px 14px 0px; */
}

/* FOOTER EDITION */
.wp-block-search__button {
    display: inline-block!important;
    cursor: pointer!important;
    padding: 10px 35px!important;
    transition: all 300ms ease!important;
    line-height: 30px!important;
    text-align: center!important;

    background-color: #81d742!important;
    border-color: transparent!important;
    color: #fff!important;

    transition: all 250ms ease-out;
}
.wp-block-search__button:hover {
    background-color: #000000!important;
    border-color: transparent!important;
    color: #fff!important;
}
.widget_recent_entries .pr-item .pr-item--right a:not(:hover) {
    color: #81d742!important;
}
.wp-block-heading {
    /* color: #fff!important; */
}
.footer-top-area {
    padding-top: 0px!important;
    border-top: transparent!important;
}

.footer-top-area {
    background-color: #81d742;
}

/* CHECKOUT PAGES */
.woocommerce-table__product-name, .woocommerce-table__product-name.product-name {
	border-right: none;
}
td.woocommerce-table__product-total.product-total {
	border-left: none;
}

/* CONTACT PAGE */
.cs-google_map {
    height: 600px;
  }
  
  .cs-google_map iframe {
    height: 100%;
    display: block;
    border: none;
    width: 100%;
    -webkit-filter: grayscale(100%) invert(90%) contrast(120%);
            filter: grayscale(100%) invert(90%) contrast(120%);
  }
  
  .cs-google_map.cs-type1 {
    height: 100%;
    min-height: 300px;
    width: 50vw;
  }
  .full_div_width_ {
    width: calc(100vw - 20px)!important;
    margin-left: calc(-50vw + 50% + 10px)!important;
}

/* SHORTCODE CAROUSEL WOOCOMMERCE */

/* .slick-next:before, .slick-prev:before {
    font-size: 30px!important;
    opacity: 1!important;
    color: #81d742!important;
}

@media screen and (min-width: 768px) {
    ul.products li.product {
      margin: 0 1% !important;
      width: 23% !important;
    }
    .br_alabel {
      top: 40px !important;
    }
  } */

.slick-dots li button:before {
    content: ''!important;
}

.kenburns-top:hover {
	-webkit-animation: kenburns-top 500ms ease-out both;
	        animation: kenburns-top 500ms ease-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-12-5 15:2:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.10) translateY(-10px);
            transform: scale(1.10) translateY(-10px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.10) translateY(-10px);
            transform: scale(1.10) translateY(-10px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}


/* .slick-prev {
	left: 0px!important;
}
div.product-carousel.text-center.slick-initialized.slick-slider > button.slick-prev.slick-arrow {
	left: 0px!important;	
}
.slick-slider .slick-prev, .la-slick-nav .slick-prev {
    right: 0%!important;
}
@media (max-width: 1400px) {
	  .slick-slider .slick-prev,
  .la-slick-nav .slick-prev {
    right: calc( 100% - 0px)!important;
  }
}

@media only screen and (max-width: 900px) {
	.slick-prev {
      left: 0px!important;
	}
.full_div_width_ {
    width: calc(100vw - 0px)!important;
    margin-left: calc(0vw + 0% + 0px)!important;
}
} */

.la-banner-box .banner--image div {
    min-height: 80vh!important;
}
.wpb_content_element.la-banner-box {
    margin-bottom: 0px!important;
}

.without_gap {
	gap: 0em!important;
    margin-bottom: 0px!important;
}

/* BLOG POSTS */

.showposts-loop, .entry-thumbnail {
	display: none;
}

/* FOOTER */

.site-footer ul li ul {
    display: block!important;
}

.wc-block-product-categories-list--depth-1, .wc-block-product-categories-list--depth-2, .sub-menu {
	margin-left: 10px!important;
}

/* COOKIE POPUP INFO */

#eu-cookie-law {
    display: none;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(17, 17, 17)!important;
    color: #fff;
    padding: 10px;
    z-index: 100;
  }
  
  #eu-cookie-law p {
    margin: 0 20px;
    display: inline-block;
  }
  
  #eu-cookie-law button {
    color: #000;
    background: #ddd;
    border: 0;
    outline: 0;
  }
  
  #eu-cookie-law button:focus {
    outline: 0;
  }
  
  
  /* COOKIE POPUP INFO END */
  
  
  /* BUTTONS */
  
  .btn_cookie {
    border-radius: 0;
    font-family: Rubik, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 35px 4px 35px;
    margin-left: 2rem;
  }
  
  .btn_cookie.btn-round {
    border-radius: 2px;
  }
  
  .btn_cookie.btn-d {
    background: none!important;
    border: 1px solid #fff!important;
    color: #fff!important;
  }
  
  .btn_cookie.btn-d:hover,
  .btn_cookie.btn-d:focus {
    background: #fff!important;
    color: #000000!important;
  }
  
  @media screen and (max-width: 767px) {
    .cookie-text {
        font-size: 8px!important;
    }
    .btn_cookie {
        font-size: 7px;
        padding: 4px 8px;
        display: block!important;
        margin: 5px auto 0px auto;
    }
  }
  
  
  /* BUTTONS END */


  /* SCROLL INDICATOR */

.scroll-bar-wrapper {
	width: 100%;
	height: 6px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #cccccc;
	z-index: 1000;
  }
  
  .scroll-bar {
	width: 0;
	height: inherit;
	background: #81d742;
  }
  
/* END SCROLL INDICATOR */

/* COMMENTS SECTION */

.comment-form-comment {
	display: inline-block;
	width: -webkit-fill-available;
}
/* styles for - toggle the visibility of the child categories when clicking an arrow or icon next to the main category */
.wc-block-product-categories-list-item > span {
    font-size: 1.2em;
    margin-right: 8px;
}

.wc-block-product-categories-list-item > .wc-block-product-categories-list-item__name {
    display: inline;
}

