/*
Theme Name: Bubulla Child Theme
Theme URI: http://bubulla.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Bubulla
Template: bubulla
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: bubulla

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
nav.navbar #navbar.navbar-desktop ul.navbar-nav ul.sub-menu {
  width: 150px;
  margin: 15px 0px 0 0px;
  padding: 8px 0px 8px;
  margin-left: auto;
  display: block;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 0;
  pointer-events: none;
  text-align: left;
  list-style: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
  border-color: #9C2330;
  border-color: var(--main);
  background-color: #fff;
  background-color: #FFFFFFDE;
  border-radius: 10px;
  background-clip: border-box;
}   
    
nav.navbar #navbar.navbar-desktop ul.navbar-nav ul.children li:not(.mega-menu-col):hover > a, nav.navbar #navbar.navbar-desktop ul.navbar-nav ul.sub-menu li:not(.mega-menu-col):hover > a {
  background-color: #9C2330;
  background-color: var(--main);
  color: #fff !important;
  color: var(--white) !important;
  border-radius: 10px;
}

nav.navbar #navbar.navbar-desktop ul.navbar-nav ul.children li a, nav.navbar #navbar.navbar-desktop ul.navbar-nav ul.sub-menu li a {
  padding: 10px 18px 10px 18px;
  margin: 0 10px;
  display: block;
  font-size: 16px;
  position: relative;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  -moz-transition: color 0.2s ease, background 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
  color: #191716;
  color: var(--black);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 10px;
  background-clip: border-box;
}

.heading.header-subheader .subheader {
    margin-bottom: -4px;
    font-weight: 900;
    font-family: 'Roboto', serif;
    font-family: var(--font-subheaders), serif;
    font-weight: 400;
    font-size: 76px;
    text-transform: lowercase;
}

.cart_totals .woocommerce-shipping-totals.shipping td {
  font-size: 17px !important;
  text-align: right !important;
}

.vc_custom_1644246911056 {
  margin-top: -50px !important;
  background-image: url(http://localhost:8888/wp-content/uploads/2022/02/image.png?id=11910) !important;
  background-repeat: repeat-x !important;
}

.vc_custom_1644318988888 {
  margin-bottom: -50px !important;
  background-image: url(http://localhost:8888/wp-content/uploads/2022/02/image.png?id=11910) !important;
  background-repeat: repeat-x !important;
}

.vc_custom_1644483041844 {
  margin-bottom: -50px !important;
  background-image: url(http://localhost:8888/wp-content/uploads/2022/02/image.png?id=11910) !important;
  background-repeat: repeat-x !important;
}

.vc_custom_1644485222306 {
  margin-bottom: -50px !important;
  background-image: url(http://localhost:8888/wp-content/uploads/2022/02/image.png?id=11910) !important;
  background-repeat: repeat-x !important;
}

.ltx-footer-wrapper {
  background-color: #191716;
  background-color: #19171600;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-color: #9C2330;
  border-color: var(--main);
  margin-top: 0px;
}   
.woocommerce-product-search label, .wp-searchform label, form.post-password-form label, form.search-form label, form.wpcf7-form label, form.form label, form label {
  text-align: left;
  display: block;
  font-size: 14px;
  padding-left: 0px;
  margin-bottom: -2px;
  zoom: 1;
}

form input[type="number"], .form-row input[type="number"] {
    padding: 0 !important;
    padding-left: 7px !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;
    font-family: var(--font-main), sans-serif;
    font-weight: 400;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background-clip: border-box !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #191716;
  font-size: 4.25em;