span {
    color: rgb(61, 61, 61);
}
.navbar-desctop,
.navbar-desctop.affix {
}

.navbar-desctop.affix {
    padding: 2em 0 0;
}

.navbar-desctop-menu li li a {
    transition: all 200ms;
}

.navbar-desctop-menu li li a:hover {
    color: #fff;
    background-color: #a48f7a;
}

.project figure::after {
    opacity: 1;
}

.main-header h1,
.slide-title,
.main-header h3 {
    text-transform: uppercase;
    font-style: italic;
}

.vertical-panel,
.vertical-panel-content {
}

.vertical-panel-title,
.social-list .fa {
    color: #fff;
}

.vertical-panel-info .line {
    background-color: #fff;
}

.navbar-desctop,
.navbar-desctop.affix {
    background: #fff !important;
}

.vertical-panel,
.vertical-panel-content {
    background-color: #a48f7a;
}

.accessoriamuro .vertical-panel-content {
    background-color: #97B6BA !important;
}

#cart_resume_lite,
.login.client_area_hover {
    display: none;
}

#global_message {
    z-index: 999999;
    position: fixed;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    background: #cd4444;
    bottom: 0;
}

.cart_menu_v_title h5 {
    font-family: inherit;
    font-style: normal;
    background-color: transparent;
    color: #444;
    font-size: 14px;
    line-height: 39px;
    margin: 0;
    padding-right: 33px;
    padding-left: 20px;
    text-align: left;
    background-position: right 20px top 15px;
    background-image: url('../img/cart_arrow_menu.png');
}

.cart_menu_v_title {
    border-bottom: 1px solid #bcbcbc;
    border-top: none;
}

.container_filter {
    width: 31%;
    margin-right: 1%;
    margin-left: 1%;
    float: left;
    margin-bottom: 20px;
}

.cart_menu_v ul {
    padding-bottom: 9px;
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 100%;
    display: none;
    max-height: 400px;
    overflow-y: scroll;
}

.container_filter .last {
    position: relative;
}

.cart_menu_v ul li {
    padding: 2px 10px;
}

.cart_menu_v ul li a {
    font-family: inherit;
    font-style: normal;
    color: #646567;
    font-size: 14px;
    line-height: 30px;
    display: block;
}
.cart_menu_v ul li {
    background-position: right 20px top 15px;
}

.cart_menu_v ul li:hover a {
    color: #000;
}

.navbar-desctop-link ul li:nth-child(2) {
    display: none;
}

.grid {
    background: #fff;
    padding: 40px 0;
}
.grid-item,
.grid-sizer {
    width: 25%;
    box-sizing: border-box;
    border: 17px solid #ffffff;
}
.grid-item--width2 {
    width: 50%;
}
.grid-item img {
    max-width: 100%;
}

.on-demand-label {
    position: absolute;
    top: 10px;
    right: 25px;
    background: #a48f7a;
    padding: 5px;
    color: #fff;
}

.form_field_error_text {
    color: #f33;
}

@media only screen and (max-width: 1400px) {
    .navbar-desctop-menu > li {
        margin-left: 20px;
    }
    .grid-item,
    .grid-sizer {
        width: 33%;
    }
    .grid-item--width2 {
        width: 66%;
    }
}

@media only screen and (max-width: 1280px) {
    .navbar-desctop-menu > li {
        margin-left: 20px;
    }
    .grid-item,
    .grid-sizer {
        width: 50%;
    }
    .grid-item--width2 {
        width: 50%;
    }
}

@media only screen and (max-width: 840px) {
    .main-header {
        padding-left: 10vh;
    }
    .main-header h1 {
        font-size: 45px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .slide-title.tp-caption > span {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .slide-title.tp-caption .slide-subtitle {
        font-size: 20px !important;
        line-height: 20px !important;
    }
    .section-content {
        margin-top: 2.1em;
    }
    .section {
        position: relative;
        margin-top: 4.1em;
        margin-bottom: 4.1em;
    }

    .grid-item,
    .grid-sizer {
        width: 100%;
    }
    .grid-item--width2 {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .slide-title.tp-caption > span {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .slide-title.tp-caption .slide-subtitle,
    .slide-title.tp-caption .slide-subtitle a {
        font-size: 24px !important;
        line-height: 24px !important;
    }
    .main-header h1 {
        font-size: 30px;
    }

    .container_filter {
        width: 98%;
        margin-right: 1%;
        margin-left: 1%;
        float: left;
        margin-bottom: 20px;
    }
    .main-header h3 {
        font-size: 30px !important;
    }
}
