/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#leo_search_block_top #leosearchtopbox {
    width: 550px !important;
}

.leo-megamenu .navbar-nav > li > a {
    padding: 40px 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #32936F;
}

@media (min-width: 992px)
.leo-megamenu .navbar-nav > li > a:hover, .leo-megamenu .navbar-nav > li > a:focus, .leo-megamenu .navbar-nav > li > a:active {
    color: ##BA1F33;
}

#leo_search_block_top .block_content #leo_search_top_button {
    color: #ffffff;
    background: #BA1F33;
}

.product-add-to-cart .add .add-to-cart {
 background: #32936F;
}


.product-add-to-cart .add .add-to-cart:hover {
 background: #BA1F33;
}


.float-right {
float:right;
}

.leo-verticalmenu {
max-width: 480px;
}

.leo-verticalmenu .box-content {
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    min-height: 525px;
}

.title_block:before, .block-category h1:before, h1:before {
    display: inline-block;
    content: '';
    background-image: url(/img/icona-alt.svg);
    width: 48px;
    height: 48px;
    top: 15px;
    position: relative;
    margin-right: 5px;
    background-size: 48px 48px;
}

.leo-verticalmenu .title_block:before {
display:none;
}

.effect-2 > a {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    display: block;
    max-height: 290px;
    object-fit: fill;
}

.padding-top-40 {
padding-top:40%;
}

#index #wrapper {
    padding-bottom: 0px;
}

.footer-top {
    color: #ffffff;
    background: #32936F;
}

.footer-container .footer-top .block .title_block {
    color: #fff;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 8px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    line-height: normal;
    color: #32936F;
}

.product-detail-name {
    font-size: 28px;
    color: #32936F;
    margin: 0;
    font-weight: normal;
    padding-bottom: 15px;
    text-transform: none;
    font-weight: bold;
}

.sidebar .block .title_block:before {
display:none;
}

.leo-verticalmenu .title_block {
    margin: 0;
    color: #FFFFFF;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    position: relative;
    min-height: 70px;
    cursor: pointer;
    text-transform: uppercase;
    background: #32936F;
    padding: 20px 20px 20px 60px;
}

div.verticalmenu .navbar-nav > li {
    width: 100%;
    height: 90px;
}

div.verticalmenu .navbar-nav > li > a {
    display: block;
    color: #32936F;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    padding: 20px 15px;
    font-weight: normal;
    line-height: 46px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

div.verticalmenu ul li a.dropdown-toggle .menu-icon span {
    margin: 0 15px 0 65px;
}

.address-form .form-group:first-of-type {
  display: none;
}

.js-address-form .form-group:first-of-type {
  display: none!important;
}

.leo-bt-cart {
    width: 100%;
    border: none;
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 0px;
}

.btn-outline, .btn-primary {
    color: #FFFFFF;
    background-color: #32936f;
    border-color: #32936F;
}