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

:root {
    --princ: #0a0e17;
    --second: #ececec;
    --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);
}

.header-main {
    background-color: var(--second);
}

.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;
}

.heading-line::before {
    border: 3px solid #dcdee3;
}

/* ================== 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: 1px solid #cecece;
}

.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: #212529;
}

/* ================ 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 {
}

.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: 14px;
}

.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;
}

.info-art span {
    font-weight: bold;
}

.price small {
    font-weight: normal;
    font-size: .7em;
}

.iva-comp {
    font-weight: normal !important;

}

.photogallery a {
    display: block;
    margin-bottom: 15px;
    cursor: zoom-in;
}

@media screen and (max-width: 767px) {

    .photogallery .box-photogallery {
        padding-top: 10px;
    }

    .photogallery a {
        float: left;
        margin-right: 10px;
        width: 80px;
        height: 70px;
        display: inline-block;
        overflow: hidden;
        text-align: center;
    }

    .photogallery a img {
        height: 100%;
    }

    .section-scheda .title {
        display: block !important;
    }
}
