@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&family=Open+Sans:wght@300;400;600;700&display=swap');

:root {
    --text-color: #282828;
    --princ: #282828;
    --secondary: #a3a1a1;
    --second: #e6e6e6;
    --agente: #ff6a00;
}

body {
    background-color: #ffffff;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--text-color);
    font-family: 'Jost', 'Open Sans', sans-serif;
    -webkit-text-size-adjust: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.text-dark, .text-dark:hover, .text-dark:focus {
    color: var(--text-color) !important;
}

h1, h2, h3, h4 {
    font-weight: 500;
}

a {
    color: var(--text-color)
}

a:hover {
    color: #333
}

section.with-foto .row-head1 .head {
    background-color: var(--second);
}

.btn {
    text-transform: uppercase;
    font-weight: 500;
}

strong {
    font-weight: 500;
}

.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 var(--secondary);
    border-radius: 0;
}

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

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

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

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

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

.widget-header:hover i {
    color: #212529;
}

/* ================ SECTION-FOOTER ==================  */
.section-footer {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

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

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, .1);
}


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


.price {
    font-size: 1rem;
    font-weight: normal;

}

.reparto .price {
    color: var(--secondary);
}

.section-scheda .price {
    font-size: 1.5rem;
}

.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 =================== */


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

.art-gallery .item-thumb img {
    display: block;
}

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

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

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

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

#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;
    font-size: 0.9rem;
}

.social-subfooter a .fa-whatsapp,
.section-header .top-menu a .fa-whatsapp {
    color: #25D366;
}

.social-subfooter a .fa-facebook-f {
    color: #3b5998;
}

.social-subfooter a .fa-instagram {
    color: #fd1d1d;
    /* color: #833ab4;
     color: linear-gradient(
         to right,
         #833ab4,#fd1d1d,#fcb045
     );*/
}

.section-header .top-menu .menu {
    padding-top: 4px;
    padding-bottom: 0;
}

.social-header a {
    font-size: 20px !important;
}

@media screen and (min-width: 991px) {
    .social-header a {
        margin-right: 10px;
    }
}

/* 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;
}

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

#cd-cart .checkout-btn {
    /*background: var(--second);
    color: #333333;*/
    border: 1px solid var(--secondary);
}

#cd-cart .btn {
    height: auto;
    line-height: 30px;
}

#cd-cart .box-btn {
    padding: 10px 20px;
}

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

#cd-shadow-layer, #filter-shadow-layer.is-visible {
    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 {
    color: var(--secondary);
}

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

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

.list-allegati a {
    display: block;
}

@media screen and (max-width: 767px) {
    .widget-header .widget-view {
        padding: 5px 0;
    }
}

.form-search {
    padding-top: 25px;
    padding-bottom: 25px;
    display: none;
}

.attr-tumb .badge-info {
    background-color: #969696;
}

.prod-name {
    font-weight: 400;
}

.container-breadcrumb {
    padding-top: 5px;
    padding-bottom: 5px;
}

.breadcrumb a, .breadcrumb {
    color: var(--text-color);
    font-weight: normal;
    text-transform: capitalize !important;
}

figure.card {
    border: 0;
}

.form-qta {
    text-align: center;
    width: auto !important;
}

.cart-block2 .add {
    border-right: 1px solid #cccccc;
}

.itemside .info .title {
    font-weight: normal;
}

.table-shopping-cart .price {
    font-weight: normal;
}


.cart-right a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.header-main {
    background-color: #ffffff;
}

.stuck {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

@media screen and (min-width: 991px) {
    .widget-header {
        padding-right: 10px;
    }
}

.newsletter-footer .form-control {
    border: 1px solid #e5e5e5;
}

.section-footer .title {
    font-size: 30px;
    font-weight: 400;
}

.social-subfooter li {
    display: inline-block;
    padding: 0 5px;
}

.footer-bottom .menu-sub-footer a {
    font-size: 1.1rem !important;
    padding: 0 4px;
}

.owl-theme-offerte .col {
    border: 0 !important;
}

h4, .h4 {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .cart-right a {
        top: 60%;
    }
}

/* left layer */
#left-layer {
    position: fixed;
    top: 0;
    height: 100%;
    width: 260px;
    padding-top: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 3333;
    background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
    #left-layer {
        width: 350px;
    }
}

@media only screen and (min-width: 1200px) {
    #left-layer {
        width: 30%;
        padding-top: 20px;
    }
}

#left-layer {
    left: -100%;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
}

#left-layer.speed-in {
    left: 0;
}

#left-layer > * {
    padding: 0 1em;
}


@media only screen and (min-width: 1200px) {
    #left-layer > * {
        padding: 0 1em;
    }

}

.close-filter {
    background-color: #f8f8f8;
    padding: 10px;
}

.layer-filter .nav-filter {
    display: block;
}

.layer-filter .nav-filter i {
    float: right;
    margin-top: 5px;
}

.page-link {
    border: 0;
    font-size: .9rem;
    padding: 0.4rem 0.6rem;
}

.page-item.active .page-link, .page-link:hover {
    background-color: #fff;
    color: #0a0a0a;
    text-decoration: underline;
}

.section-scheda .card {
    border: 0;
}

@media screen and (min-width: 1400px) {
    .container-fluid {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
}

@media screen and (max-width: 991px) {
    #menuLayer.col-2 {
        max-width: 50px;
    }
}

.container-menu-barra {
    border-bottom: 1px solid #e5e5e5;
}

.user_name {
    position: absolute;
    right: 35px;
    top: 5px;
    padding-top: 5px;
    height: 36px;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .user_name {
        display: none;
    }
}

.piu-iva {
    font-size: 12px !important;
}

legend {
    font-size: 1rem;
    margin-bottom: 0;
}

.col-varianti {
    width: 80px;
    margin: 5px;
    float: left;
}

.col-varianti .var-text {
    font-size: .9rem;
    padding-top: 2px;
    line-height: 1rem;
    height: 32px;
}

@media screen and (min-width: 1200px) {
    .col-varianti {
        width: 13%;
    }
}

@media screen and (max-width: 1199px) {
    .col-varianti {
        width: 45%;
    }
}

@media screen and (max-width: 991px) {
    .col-varianti {
        width: 100%;
    }
}

.col-varianti img {
    border: 2px solid #e5e5e5;
}

.col-varianti img.selected {
    border: 2px solid #fd8b19;
}

.box-info {
    border: 1px solid #fd8b19;
    padding: 10px 15px;
    border-radius: 10px;
}

.tipo_prezzo {
    text-transform: capitalize;
}

.category-header .parallax_image {
    max-height: none;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.category-header .head:before {
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: #191919;
    opacity: 0.26;
}

.category-header .head {
    display: flex;
    align-items: center;
    color: #ffffff;
}

.category-header header {
    z-index: 1;
    width: 100%;
    text-align: center;
}

.category-header h1.head-title {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .category-header .parallax_image {
        min-height: 50vh;
    }

    .category-header h1.head-title {
        font-size: 3.6rem;

    }
}

@media (max-width: 767px) {
    .category-header .parallax_image {
        min-height: 25vh;
    }

}

.form-control::-webkit-input-placeholder {
    color: #939ba2;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #939ba2;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #939ba2;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #939ba2;
    opacity: 1
}

.form-control::placeholder {
    color: #939ba2;
    opacity: 1
}

#cd-shadow-layer {
    background: url(../images/loader.gif) center no-repeat rgba(255, 255, 255, 0.5);
}
