/* Reset */
* {margin: 0; padding: 0;border: none; outline: none;}
a {text-decoration: none; cursor: pointer;}
ul {list-style: none;}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #231f20;
    background-color: #ededee;
}

/* font-family: 'Oswald', sans-serif; */

.datepicker.dropdown-menu {
    background-color:#FFF;
}

h1 {
    font-size: 42px;
    line-height: 46px;
    width: 100%;
    margin: 0px;
    text-align: center;
}

h2 {
    font-size: 40px;
    color: #648f3d;
}

h3 {
    font-weight: bold;
    font-size: 16px;
    color: #648f3d;
    margin-bottom: 0px;
}

.green-label-1 {
    font-weight: bold;
    font-size: 13px;
    color: #648f3d;
    margin-bottom: 0px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
}

label {
    font-weight: 400;
}

.thin {
    font-weight: 100;
}

.bold {
    font-weight: bold;
}

#result {
    position: absolute;
    width: 100%;
    max-width:65%;
    cursor: pointer;
    overflow-y: auto;
    max-height: 300px;
    box-sizing: border-box;
    z-index: 1001;
}

.link-class:hover{
    background-color:#a1a1f1;
}

.list-line {
    padding: 8px 15px; 
}

.dropdown-menu-top {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 5px 0;
    margin: 2px -96px 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color:#638e3d;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #1c2a35;
    border-color: #1c2a35;
}

.header-desktop-wrapper {
    display: none;
}

.header-mobile-wrapper {
    display: block;
}

.navbar-wrapper {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(243, 243, 243, 0.0);
    z-index: 1000;

    -webkit-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}

#nav-icon4 {
    width: 60px;
    height: 60px;
    /* position: relative; */
    float: left;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 44%;
    margin: 0 28%;
    background: #638e3d;
    border-radius: 2px;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
    top: 22px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 30px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 38px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    left: 5px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 38px;
    left: 4px;
}

.main-logo {
    height: 60px;
    width: 186px;
    margin: 0 auto;
    cursor: pointer;
    background-image: url(../images/main-logo.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.mobile-menu-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    top: 60px;
    bottom: 0;
    padding-bottom: 60px;
    display: none;
}

.mobile-menu-content {
    padding:0;
    overflow: scroll;
    overflow-x: hidden;
    height: 100%
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-left: 0px;
    border-right: 0px;
}

.list-group-item-success {
    background-color: #ffffff;
}

a.list-group-item-success, button.list-group-item-success {
    color: #333;
    font-weight: 600;
}

.list-group-item {
    padding: 10px 15px;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #333;
    background-color: #e2e2e2;
}

.footer-wrapper {
    width: 100%;
    padding: 14px 0;
    color: #fff;
    text-decoration: none;

    background: rgb(0,104,56); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,104,56,1) 0%, rgba(9,110,57,1) 43%, rgba(84,133,54,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,104,56,1) 0%,rgba(9,110,57,1) 43%,rgba(84,133,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,104,56,1) 0%,rgba(9,110,57,1) 43%,rgba(84,133,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006838', endColorstr='#548536',GradientType=1 ); /* IE6-9 */
}

.separator {
    width: 100%;
    background: rgb(243,244,192); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(243,244,192,1) 0%, rgba(190,215,59,1) 27%, rgba(116,183,74,1) 72%, rgba(0,104,59,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(243,244,192,1) 0%,rgba(190,215,59,1) 27%,rgba(116,183,74,1) 72%,rgba(0,104,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(243,244,192,1) 0%,rgba(190,215,59,1) 27%,rgba(116,183,74,1) 72%,rgba(0,104,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4c0', endColorstr='#00683b',GradientType=1 ); /* IE6-9 */
}

.center-icon {
    width: 100%;
    height: 80px;

    background-size: 54px;
    background-repeat: no-repeat;
    background-position: 50%;
}

.icon-1 {
    background-image: url("../images/icon-1.svg");
}

.icon-2 {
    background-image: url("../images/icon-2.svg");
}

.icon-3 {
    background-image: url("../images/icon-3.svg");
}

.icon-4 {
    background-image: url("../images/icon-4.svg");
}

.icon-5 {
    background-image: url("../images/icon-5.svg");
}

.form-btn {
    padding: 10px 32px;
    background-color: #000000;
    color: #fff;
    text-transform: uppercase;
}

.form-btn:hover {
    color: #fff;
    background-color: #52792e;     
}

#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

.icon-location-001 {
    width: 28px;
    height: 28px;
    background-image: url("../images/icon-location-001.svg");    
}

.icon-location-002 {
    width: 28px;
    height: 28px;
    background-image: url("../images/icon-location-002.svg");    
}

.icon-projector {
    height: 100px;
    width: 180px;
    margin: 0 auto;
    background-size: contain;
    background-image: url("../images/icon-projector-001.svg");
    background-repeat: no-repeat;
    background-position: 50%;
}

.scrollable-menu {
    height: auto;
    max-height: 260px;
    overflow-x: hidden;
}

.btn-dropdown-brands {
    border: #fff;
    height: 40px;
    margin-top: 50px;
}

.desktop-cart {
    display: none;
}

.mobile-cart {
    display: block;
}

.select-number {
    width: 40px;
    height: 100px;
    line-height: 100px;
    float: left;
    font-size: 60px;
    color: #648f3d;
    margin: 0 2% 0 4%;
}

.btn-group {
    width: calc(100% - 60px);
    height: 100px;
    padding-top: 32px;  
}

.selectpicker {
    width: 100%;
    font-size: 12px;
    height: 38px;
    border-radius: 2px;
}

.cardox {
    width: 100%;
    height: 80px;

    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.generic-image-II {
    width: 100%;
    height: 100px;
    background-image: url('../images/lampada-generica-II.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0.5;
    margin: 20px 0;
}

.prod1_bt a,
.prod2_bt a {
    text-decoration: none;
    padding: 10px 32px;
    background-color: #648f3d;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px 0;
    float: left;
}

.lamp_type {
    background-color: #648f3d;
    color: #fff;
    height: 160px;
}

.diamond_icon {
    text-align: center;

    background-image: url('http://icons.iconarchive.com/icons/paomedia/small-n-flat/1024/light-bulb-icon.png');
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 50%;
}

.lamp-real-image {
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 100%;
}

.logo-images {
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.li-1 {
    background-image: url('../images/img-1-lamps.png');
}

.li-2 {
    background-image: url('../images/img-2-lamps.png');
}

.li-3 {
    background-image: url('../images/img-3-lamps.png');
}

.li-4 {
    background-image: url('../images/img-4-lamps.png');
}

.btn-success {
    color: #fff;
    background-color: #648f3d;
    border-color: #648f3d;
}

.swiper-container {
    width: 100%;
}

/* ************************************************************************** */
@media screen and (min-width: 320px) {/* ************************************ */
/* ************************************************************************** */

     .flex-container {
        display:block;
    }

    .icon-projector {
        width: 220px;
    }

    .btn-group {
        width: calc(100% - 70px);
    }

/* ************************************************************************** */    
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 460px) {/* ************************************ */
/* ************************************************************************** */
    
    .flex-container {
        display:block;
    }


    .icon-projector {
        background-size: 100%;
    }

    .btn-group {
        width: calc(100% - 88px);
    }

    .lamp_type {
        height: 228px;
    }

    .diamond_icon {
        background-size: 180px;
    }

    .lamp-real-image {
        height: 236px;
    }

/* ************************************************************************** */    
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 768px) {/* ************************************ */
/* ************************************************************************** */
    
    .flex-container {
        display:flex;
    }

    .icon-projector {
        width: 100%;
    }

    .lamp-real-image {
        height: 280px;
    }

/* ************************************************************************** */    
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 980px) {/* ************************************ */
/* ************************************************************************** */
    
    .navbar-default {
        background-color: rgba(0,0,0,0.0);
        border: none;
    }
    
    .navbar-nav>li>a {
        padding: 27px 18px;
    }
    
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        background-color: transparent;
        text-decoration: underline;
    }
    
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>.active>a {
        color: #1c2a35;
        font-weight: bold;
        font-size: 13px;
    }
    
    .navbar-default .navbar-nav>.active>a {
        background-color: rgba(26, 39, 50, 0);
        box-shadow: inset 0 -5px 0 #de6800;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #fff;
        background-color: initial;
    }
    
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        color: #1c2a35;
        background-color: initial;
        box-shadow: inset 0 -5px 0 #e0e0e0;
    }
    
    .dropdown-menu>li>a {
        display: block;
        padding: 10px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #1c2a35; 
        white-space: nowrap;
    }
    
    .dropdown-menu>li>a:hover {
        font-weight: bold;
        color: #1c2a35;
        background-color: rgba(0,0,0,0.0);
    }

    .lamp_type {
        height: 228px;
    }

    .lamp-real-image {
        height: 320px;
    }

/* ************************************************************************** */
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 992px) {/* ************************************ */
/* ************************************************************************** */
 
    .main-logo {
        margin: 7px 0 0 20px;
        float: left;
        width: 220px;
    }

    .navbar-wrapper {
        height: 74px;
    }
    
    .navbar {
        min-height: 74px;
        margin-bottom: 0px;
        border-radius: 0px;
    }

    .header-mobile-wrapper {
        display: none;
    }
    
    .header-desktop-wrapper {
        display: block;
    }

    .inner-wrapper {
        width: 980px;
        margin: 0 auto;
    }
    
    .container {
        width: 920px;
        margin: 0 auto;
    }

/* ************************************************************************** */
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 1200px) {/* *********************************** */
/* ************************************************************************** */    
    
    .inner-wrapper {
        width: 980px;
    }
    
    .container {
        width: 1160px;
    }

    .desktop-cart {
        display: block;
    }

    .mobile-cart {
        display: none;    
    }

/* ************************************************************************** */
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 1900px) { /* ********************************** */
/* ************************************************************************** */



/* ************************************************************************** */
} /* ************************************************************************ */
/* ************************************************************************** */



/* ************************************************************************** */
/* ************************************************************************** */

.uppercase-headings {
    text-transform: uppercase;
}

.search-wrapper {
    width:100%;
    padding:20px 30px 52px 15px;
}

.search-icon {
    width:24px; 
    height:24px;
    padding-top:5px; 
    float:left; 
    /*background: blue;*/
}

.search-bar {
    width:calc(100% - 24px); 
    float:left;;
}

#result {

    margin:34px 0 0 25px;
}

.container-custom {
    padding:50px 15px 50px 15px;
}

.email-custom {
    margin-left:40px;
}

.mobile {
    margin:30px 0 0 0;
}


.copyright-col {
    height:60px;
    display:flex;
    align-items:center;
}

.footer-logo {
    width: 120px; 
    height: 60px;
    float: right;
    background: url('../images/footer-logo.svg');
    background-repeat: no-repeat; 
    background-position: 50%; 
}


/* ************************************************************************** */
/* ************************************************************************** */

@media screen and (max-width: 768px) {

.form-btn {
    width:100%;
}

.footer-logo {
    float:none;
}

}

@media screen and (min-width: 992px) {

.mobile {
    display:none;
}

}

@media screen and (max-width: 992px) {

.desktop {
    display:none;
}

}

.flex-container {
  height: auto;
  justify-content: center;
  align-items: center;
}