/*@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;600;700;800&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500');

:root {
    --princ: #F18700;
    --princ_over: #dce9b2;
    --second: #2a36260f;
    /*--second: #2a36260f;*/
    --agente: #ff6a00;
}

h1, h2, h3, h4 {
    /*font-family: 'Raleway', sans-serif;*/
    font-weight: 800;
}

a:hover {
    color: #333
}

section.with-foto .row-head1 .head {
    background-color: var(--second);
    background: url('../images/bg.jpg') top center;
}

.btn {
    text-transform: uppercase;
}

.btn-success,
.btn-success:hover {
    color: #fff;
    background-color: var(--princ);
    border-color: var(--princ);
}

.btn-primary,
.btn-primary:hover {
    background-color: var(--princ);
    border-color: var(--princ);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: var(--princ);
    border-color: var(--princ);
}

.hover-bg:hover {
    background: var(--princ);
    background: -webkit-gradient(linear, left top, right bottom, from(var(--princ)), to(var(--princ)));
    background: linear-gradient(to bottom right, var(--princ), var(--princ));
    -webkit-transition: .5s;
    transition: .5s;
}

.bg {
    background-color: #f6f7f9;
}

.bg-white {
    background-color: #fff;
}

.bg-orange {
    background-color: var(--princ);
}

.bg-green {
    background-color: #00b517;
}

.bg-blue {
    background-color: #0b4d97;
}

.bg-red {
    background-color: #fa3434;
}

.bg-light-orange {
    background-color: #ffdcb0;
}

.bg-light-green {
    background-color: #abeae8;
}

.bg-light-blue {
    background-color: #9fe0ff;
}

.bg-light-red {
    background-color: #fbd5e7;
}

.bg-gradient-blue {
    background: rgba(33, 37, 41, 0.4);
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(18, 34, 91, 0.65)), to(rgba(33, 37, 41, 0.4)));
    background: linear-gradient(to bottom right, rgba(18, 34, 91, 0.65), rgba(33, 37, 41, 0.4));
    -webkit-transition: .5s;
    transition: .5s;
}

.bg-gradient-green {
    background: rgba(33, 37, 41, 0.4);
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 181, 23, 0.65)), to(rgba(33, 37, 41, 0.4)));
    background: linear-gradient(to bottom right, rgba(0, 181, 23, 0.65), rgba(33, 37, 41, 0.4));
    -webkit-transition: .5s;
    transition: .5s;
}

.bg-gradient-orange {
    background: rgba(33, 37, 41, 0.4);
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 106, 0, 0.65)), to(rgba(33, 37, 41, 0.4)));
    background: linear-gradient(to bottom right, rgba(255, 106, 0, 0.65), rgba(33, 37, 41, 0.4));
    -webkit-transition: .5s;
    transition: .5s;
}

.bg-gradient-red {
    background: rgba(33, 37, 41, 0.4);
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(250, 52, 52, 0.65)), to(rgba(33, 37, 41, 0.4)));
    background: linear-gradient(to bottom right, rgba(250, 52, 52, 0.65), rgba(33, 37, 41, 0.4));
    -webkit-transition: .5s;
    transition: .5s;
}

.bg-gradient-pink {
    background: rgba(33, 37, 41, 0.4);
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(232, 62, 140, 0.65)), to(rgba(33, 37, 41, 0.4)));
    background: linear-gradient(to bottom right, rgba(232, 62, 140, 0.65), rgba(33, 37, 41, 0.4));
    -webkit-transition: .5s;
    transition: .5s;
}

.overlay-gradient:before {
    background: #0b4d97;
    background: -webkit-gradient(linear, left top, right bottom, from(var(--princ)), to(#0b4d97));
    background: linear-gradient(to bottom right, var(--princ), #0b4d97);
}

.section-title {
    color: #212529;
}

.title-text {
    color: #212529;
}

.title-page {
    color: #ffffff;
}

.white {
    color: #fff;
}

.dark {
    color: #212529;
}

.black {
    color: #000;
}

/* ==================  title element ================ */
.heading-line .title-section {
    background-color: #ffffff;
    color: var(--princ);
}

.heading-line::before {
    border: 1px solid var(--princ);
}

/* ================== SECTIONS =================== */
.section-header {
    background-color: #fff;
}

/* ================== header main ==================  */
.header-top-light .nav-link {
    color: #969696;
}

.header-top-light .nav-link:hover {
    color: #212529;
}

.navbar-main {
    background-color: #fff;
}

.navbar-main .nav-link:hover {
    color: var(--princ);
}

.search-header {
    border: 2px solid var(--princ);
}

.search-header i {
    color: var(--princ);
}

.search-header .btn-primary i {
    color: #ffffff;
}

.widget-header .icon-area {
    color: var(--princ);
}

.widget-header .icon {
    color: #969696;
}

.widget-header a {
    color: #212529;
}

.widget-header:hover i {
    color: var(--princ_over);
}

/* ================ SECTION-FOOTER ==================  */
.section-footer {
    background-color: var(--second);
}

.footer-top a {
    color: #333;
}

.footer-bottom {
    background: var(--princ);
    color: #ffffff;
}

.footer-bottom a {
    color: #ffffff;
}

/* ================== COMPONENTS =================== */
.btn-facebook {
    background-color: #405D9D;
    color: #fff;
}

.btn-facebook:hover {
    color: #fff;
}

.btn-instagram {
    background-color: #E52D27;
    color: #fff;
}

.btn-instagram:hover {
    color: #fff;
}

.btn-youtube {
    background-color: #C8046C;
    color: #fff;
}

.btn-youtube:hover {
    color: #fff;
}

.btn-twitter {
    background-color: #42AEEC;
    color: #fff;
}

.btn-twitter:hover {
    color: #fff;
}

.btn-google {
    background-color: #af0000;
    color: #fff;
}

.btn-google:hover {
    color: #fff;
}

.btn-light {
    background-color: #fff;
    border-color: #e5e7ea;
}

.btn-light i {
    color: #969696;
}

.btn-light:hover {
    background-color: #fff;
    border-color: #9099a6;
}

.btn-light.active i {
    color: var(--princ);
}

.itemside .title {
    color: #212529;
}

.itemside a.title:hover {
    color: var(--princ);
}

.items-bordered-wrap .itemside:not(:last-child) {
    border-bottom: 1px solid #e5e7ea;
}

.itemlist {
    border-bottom: 1px solid #eee;
}

.list-icon .icon {
    color: var(--princ);
}

.list-bullet li::before {
    background: #ced4da;
}

.list-check > li::before {
    color: #00b517;
}

.list-normal li:before {
    color: var(--princ);
}

.list-menu a {
    color: #212529;
}

.list-menu a:hover {
    color: var(--princ);
}

a[class*='card']:hover .title {
    color: var(--princ);
}

[class*='card-product'] a.title:hover {
    color: var(--princ);
}

.card-product-grid .topbar a {
    color: #ccc;
}

.card-product-grid .topbar a:hover {
    color: var(--princ);
}

.card-product-grid .btn-overlay {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.card-product-grid:hover {
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
}

.card-product-list .info-aside {
    border-left: 1px solid #e5e7ea;
}

.card-product-list:hover {
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
}

.card-category:hover {
    border-color: var(--princ);
}

.card-banner .caption {
    background-color: rgba(0, 0, 0, 0.65);
}

.card-banner .text-bottom {
    border-radius: 0 0 0.37rem 0.37rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    color: #fff;
}

.icontext .text {
    color: #212529;
}

.tag {
    background: #f2f2f2;
    border: 1px solid #eee;
}

.timer .num {
    background-color: #212529;
    color: #fff;
}

.notify {
    color: #fff;
    background-color: #fa3434;
}

.price {
    color: #333333;
}

.price-old {
    color: #ff6600;
}

.price-all {
    color: #636363;
}

.filter-group {
    border-bottom: 1px solid #e5e7ea;
}

.more-list {
    color: var(--princ);
}

.filter-group a.hover {
    background-color: #0a0a0a;
}


/* ====================== block ==================== */
.box {
    background: #fff;
    border: 1px solid #e5e7ea;
}

.rating-stars i {
    color: #ccc;
}

.rating-stars li.stars-active i {
    color: orange;
}

.checkbox-btn input:checked ~ .btn {
    border-color: var(--princ);
    background-color: var(--princ);
    color: #fff;
}

/* ================== PAGES =================== */
body {
    background-color: #ffffff;
}

.nav-home-aside .menu-category a {
    color: #212529;
}

.nav-home-aside .menu-category .submenu {
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.nav-home-aside .menu-category a:hover {
    color: var(--princ);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-home-aside .menu-category .has-submenu > a:after {
    color: #999;
}

.card-deal .items-wrap > [class*=col] {
    border-left: 1px solid #e5e7ea;
}

.section-subscribe {
    background-color: #162a70;
}

/* ================== PAGE DETAILS ==================  */
.gallery-wrap .img-big-wrap {
    background-color: #fff;
}

.gallery-wrap .thumbs-wrap .item-thumb {
    border: 1px solid #ddd;
}

.gallery-wrap .thumbs-wrap .item-thumb:hover {
    border-color: var(--princ);
}

/* ================ PAGES HEADER ================== */
/* ====================== shopping-cart ==================== */

/* custom */
.top-search .btn-primary {
    background: var(--princ);
    border: 1px solid var(--princ);
}

body.mm-wrapper_opening #overlayer {
    background-color: rgba(0, 0, 0, 0.5);
}

/* back to top  */
#back-to-top {
    background: var(--princ);
}

#back-to-top:hover {
    background-color: #6e6e6e;
}

#back-to-top i {
    color: #FFF
}

/* prodotti */
.fornitore {
    color: var(--princ);
}

.cart-block .btn-cart {
    background-color: #ffffff;
    border-color: var(--princ);
    color: var(--princ);
}

.cart-block .btn-cart:hover {
    background-color: var(--princ);
    color: #ffffff;
}

.cart-block .btn-heart {
    background-color: #ffffff;
    color: var(--princ);
}

.title-section a {
    background-color: var(--princ);
    color: #ffffff;
}

@media screen and (min-width: 1199px) {
    .right-bar {
        border-left: 1px solid #fff;
    }

    .right-bar a {
        background: var(--princ);
        color: #fff !important;
    }

    .right-bar.vol a {
        background-color: #ff6a00
    }
}

.box-info-search {
    background: #d2f7e6
}

/* menu top */
.section-header .top-menu {
    background-color: var(--princ);
}

.section-header .top-menu.tipo-1 {
    background-color: var(--agente);
}

.section-header .top-menu a {
    color: #ffffff;
}

/* validation */
label.error {
    color: red;
}

/* carrello */
/* cart right side */
#cd-cart {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#cd-cart {
    background: #FFF;
}

#cd-cart .cd-cart-items li {
    border-top: 1px solid #e0e6ef;
}

#cd-cart .cd-cart-items li:last-child {
    border-bottom: 1px solid #e0e6ef;
}

#cd-cart .cd-qty, #cd-cart .cd-price {
    color: red;
}

#cd-cart .cd-item-remove {
    background: var(--second);
}

#cd-cart .cd-item-remove:hover {
    background: #e5e5e5;
}

#cd-cart .close-cart a {
    background: var(--second);
}

.no-touch #cd-cart .cd-item-remove:hover {
    background-color: var(--second);
}

#cd-cart .checkout-btn {
    background: var(--second);
    color: #333333;
}

#cd-cart .close-btn {
    background: var(--princ);
}

#cd-shadow-layer {
    background: rgba(67, 87, 121, 0.6);
}

/* cart right */
.cart-right a {
    background-color: var(--second);
    color: var(--princ);
}

/* reparti */
.card-reparti h4 {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.card-reparti .list-menu a {
    color: #333333;
}

.card-reparti .list-menu a:hover {
    color: #000000;
}

.reparti-all .img-wrap img {
    border: 1px solid #e4e4e4;
}

.reparti-all .btn {
    background-color: var(--second);
}

/* newsletter */
.newsletter-footer .btn {
    background-color: var(--princ);
    color: #fff;
}

.custom-control-label.checked::before {
    color: #fff;
    border-color: var(--princ);
    background-color: var(--princ);
}

.page-item.active .page-link,
.page-link:hover {
    background-color: var(--princ);
    border-color: var(--princ);
    color: #ffffff;
}

.albero-home li {
    border-bottom: 1px solid #e5e5e5;
}

.albero-home a {
    color: #333333;
}

.albero-home a:hover {
    color: #000;
}

.albero-content .more {
    background-color: var(--princ);
}

.albero-content .more a {
    color: #ffffff;
}

.m-progress:before {
    background: transparent;
    border: 2px solid #fff;
}

.btn-default.m-progress:before {
    border-left-color: #333333;
    border-right-color: #333333;
}

.cart-block2 .add {
    background-color: var(--princ);
    color: #fff;
}

.cart-block2 .add.success {
    background: #28a745;
}

/* preferiti */
.cart-block2 .btn-heart:hover {
    background-color: var(--princ);
}

/* area riservata */
.thumbnail2 {
    background-color: var(--princ);
    color: #fff;
}

.thumbnail2.agente {
    background-color: var(--agente);
    color: #fff;
}

/* widgets */
/* testo e foto */
.widget.testo_foto header {
    text-align: center;
}

.widget.testo_foto header h1,
.widget.testo_foto header h2 {
    font-weight: normal;
    font-size: 40px;
    line-height: 45px !important;
}

.widget.testo_foto header h2 {
    font-size: 25px;
    line-height: 35px !important;
}

@media screen and (max-width: 1099px) {
    .widget.testo_foto header h1 {
        font-size: 35px;
    }

    .widget.testo_foto header h2 {
        font-size: 20px;
    }
}

/* blocco testo */
.widget.testo h1,
.widget.icons h1 {
    font-size: 50px;
    line-height: 55px !important;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .widget.testo h1,
    .widget.icons h1 {
        font-size: 30px;
        line-height: 35px !important;
    }
}

.widget.testo h1,
.widget.icons h1 {
    color: #cb0101;
}

.widget.icons .block-icon {
    background-color: #9b7336 !important;
}

.widget.testo_foto p {
    text-align: justify;
}

.row-scheda {
    font-weight: bold;
}

.row-scheda div {
    border: 1px solid #cccccc;
    padding: 5px;
}

div.slimmenu ul.menu-bar li a {
    padding: 12px 8px 12px 8px;
    font-size: 15px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
}

.slimmenu ul > li.has-submenu a {
    padding-right: 20px !important;
}

.slimmenu ul > li.has-submenu > a:after {
    font-size: 14px;
}

.list-group-item {
    border-radius: 0 !important;
}

.list-allegati a {
    display: block;
}

.cart-label {
    margin: 0;
    font-size: 12px;
}

.obb {
    color: red;
}

/* select2 */
/* select2 */
.select2-container--default .select2-selection--multiple {
    background-color: #fafafa !important;
    border: 1px solid #ced4da !important;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #007bff !important;
    border-color: #ced4da !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 22px;
    margin-right: 10px;;
}

.select2-selection.select2-selection--single, .select2-selection.select2-selection--multiple {
    background-color: #ffffff;
    border: 1px solid #ced4da !important;
    min-height: 36px;
    padding-top: 7px;
    font-size: 18px;
    border-radius: 3px !important;
    height: 44px !important;
}

.select2-selection.select2-selection--multiple {
    padding-top: 0;
    padding-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

.select2 {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .select2 {
        width: 100% !important;
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field {
    padding-left: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 22px;
    margin-right: 10px;
}

.form-control, .select2-selection.select2-selection--single, .select2-selection.select2-selection--multiple {
    padding: 0.45rem 0.50rem
}

.ajax-result span {
    padding: 5px;
    border-radius: 2px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.loading-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background: #e6ecf3;
    background: rgba(230, 236, 243, 0.5);
}

.loading-wrapper .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
}

.loading-wrapper .loader:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #d0d6e9;
    border-top-color: #118cf1;
    -moz-animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
    animation: spinner .6s linear infinite;
}

.table-cart.table td, .table-cart.table th {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.cart-block2 .form-qta {
    text-align: center;
}
.widget-view:hover i{
    color: rgba(42, 54, 38, 0.43) !important;
}
@media (max-width:1199px){
    .widget-header .user-name{
        display: none;
    }
}
