@import url('https://fonts.googleapis.com/css?family=Dokdo');
html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
h1 {
    font-family: 'Dokdo', cursive;
    color: #1f964e;
    text-align: center;
    border-bottom: 3px dotted #1f964e;
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 35px;
    }
    .container-body {
        padding-top: 46px;
    }
}
@media only screen and (min-width: 800px) {
    h1 {
        font-size: 55px;
    }
    .container-body {
        padding-top: 60px;
    }
}

h2 {
    font-family: 'Dokdo', cursive;
    font-size: 38px;
    color: #1f964e;
    text-align: center;
    border-bottom: 2px dotted #1f964e;
}

h2.titolopagina {
    font-family: 'Dokdo', cursive;
    font-size: 55px;
    color: #1f964e;
    text-align: center;
    border-bottom: 3px dotted #1f964e;
}
.scheda-prodotto h1 {
    text-align: left;
    color: #000;
    border-bottom: 3px dotted #000;
}
footer {
    flex-shrink: 0;
    background-color: #3c3d41;
}
.footer-top {
    background-color: #27282a;
    border-top: 1px solid #4e5054;
    color: #929394
}
    .footer-top a {
        color: #929394 !important
    }
    .footer-bottom {
        background-color: #3c3d41;
        border-top: 1px solid #4e5054;
        color: #929394; 
        font-size:12px;
        text-align:center;
    }
.menu-list ul {list-style: none;}
.menu-list a {
    color: #929394 !important
}
.menu-list ul li  {padding: 6px 0px; font-size:14px;}

.menu-list a:hover {
    color: #e8e8e8 !important;
    text-decoration: none;
}
.menu-list ul li i {width:23px; display: inline-block}
.menu-list a.importante {color: #fff !important}
.rif {
    font-size: 14px;
    line-height: 190%
}
.whats {color: #4dcc34;}
.navbar-brand img {
    max-width: 260px;
}
.custom-navbar {
    background-color: #fff;
    border-bottom: 5px solid #cf3842;
    /* -webkit-box-shadow: 0px 4px 20px 0px rgba(51,51,51,0.3);
    -moz-box-shadow: 0px 4px 20px 0px rgba(51,51,51,0.3);
    box-shadow: 0px 4px 20px 0px rgba(51,51,51,0.3);*/
}
    .custom-navbar .nav-link {
        transition-property: background-color,box-shadow,border,color,opacity,transform;
        transition-duration: 0.3s;
        border-bottom: 3px solid transparent;
        color: #808080;
        font-size: 18px;
        padding: 0.4rem 1.4rem 0rem 1.4rem !important;
    }
.nav-item {
    padding: 0.4rem 1.8rem 0rem 1.8rem !important;
}
.carrello {
    color: #1f964e !important;
}
.custom-navbar .nav-link:hover {
    border-bottom: 3px solid #1f964e;
    color: #1f964e;
}
.custom-navbar  .riferimenti {color:#477fa2 }
    .custom-navbar a.entra {
        border: 2px solid #28a745;
        color: #28a745 !important;
        margin-top:-6px;
    }
    .custom-navbar a.entra:hover {
     
        color: #fff !important;
    }


.icona {
    font-size: 60px;
    color: #e53030
}
.lemmi span, .lemmi em{font-weight: bold;}
.ombra {
    -webkit-box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.75);
}
.invio label {
    color: #999;
    margin-top: .7rem;
    margin-bottom: .4rem;
    margin-left:.2rem;
}
.invio .form-control {
    height: 45px;
}
.post-form li {
    font-size: 12px;
    color: #666;
}
.table a:hover { text-decoration: none; color: #477fa2 }
.table thead th {
    background-color: #f4f4f4;
    text-transform: uppercase;
    border: 1px solid #fff

}

.table tr.even {background-color:#f4f4f4}
tr.riga-totale td{
    background-color: #a1bfad
}
.navbar-toggler-icon {
    font-size: 35px;
    color: #1f964e;
    border: 2px solid #1f964e;
    border-radius: 4px;
    height: 1.2em;
}

/*vetrina home */
.cat-name {
    font-family: 'Dokdo', cursive;
    font-size: 22px;
    text-align: center;
    line-height:110%; 
    height: 70px;
    display: block;
 
}


/* E-commerce */
.product-box {
    padding: 0;
    -webkit-box-shadow: 0 5px 9px 0 #fff;
    -moz-box-shadow: 0 5px 9px 0 #fff;
    box-shadow: 0 5px 9px 0 #fff;
}

    .product-box:hover,
    .product-box.active {
 
        -webkit-box-shadow: 0 5px 9px 0 #a8a8a8;
        -moz-box-shadow: 0 5px 9px 0 #a8a8a8;
        box-shadow: 0 5px 9px 0 #a8a8a8;
    }

.product-imitation {
    text-align: center;
    padding: 40px 20px 40px 20px;
    background-color: #f8f8f9;
    color: #bebec3;
    font-weight: 600;
    border-radius: 5px;
}

    .product-imitation img {clear: both;}
    .scheda-prodotto h3 {
        font-size: 22px;
    }

.product-desc {
    padding: 20px 0px;
    position: relative;
    text-align: center;
    color: #666
}

.scheda-prodotto .product-desc {
    text-align: left;
}
    .product-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
    height: 40px;
}


.prod-img {display:block;}
.product-price {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #54b179;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 4px;
    margin-top:30px;

}

    .product-detail .ibox-content {
    padding: 30px 30px 50px 30px;
}

.image-imitation {
    background-color: #f8f8f9;
    text-align: center;
    padding: 200px 0;
}





.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}


    

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-bottom: 1px solid #e7eaec;

}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}
.table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}


/*sezione personalizzata fte */
/*search */
.containers {
    position: absolute;
    margin: auto;
    /*top: 100px;*/
    left: 0;
    right: 0;
    bottom: 0;
}

    .containers .search {
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 50px;
        background: crimson;
        border-radius: 50%;
        transition: all 1s;
        z-index: 4;
        border: none;
    }

        .containers .search:hover {
            cursor: pointer;
        }

        .containers .search::before {
            content: "";
            position: absolute;
            margin: auto;
            top: 10px;
            right: 0;
            bottom: 0;
            left: 10px;
            width: 8px;
            height: 2px;
            background: white;
            transform: rotate(45deg);
            transition: all .5s;
        }

        .containers .search::after {
            content: "";
            position: absolute;
            margin: auto;
            top: -5px;
            right: 0;
            bottom: 0;
            left: -5px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            border: 2px solid white;
            transition: all .5s;
        }

    .containers input {
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 50px;
        outline: none;
        border: none;
        background: crimson;
        color: white;
        text-shadow: 0 0 5px #ccc;
        padding: 0 80px 0 20px;
        border-radius: 30px;
        transition: all 1s;
        opacity: 0;
        z-index: 5;
        font-weight: bolder;
        letter-spacing: 0.1em;
    }

        .containers input:hover {
            cursor: pointer;
        }

        .containers input:focus {
            width: 300px;
            opacity: 1;
            cursor: text;
        }

            .containers input:focus ~ .search {
                right: -250px;
                background: #151515;
                z-index: 6;
            }

                .containers input:focus ~ .search::before {
                    top: 0;
                    left: 0;
                    width: 25px;
                }

                .containers input:focus ~ .search::after {
                    top: 0;
                    left: 0;
                    width: 25px;
                    height: 2px;
                    border: none;
                    background: white;
                    border-radius: 0%;
                    transform: rotate(-45deg);
                }

        .containers input::placeholder {
            color: white;
            opacity: 0.5;
            font-weight: bolder;
        }
/*end search*/


/* grid */
.fte-grid-title {
    float: left;
}

a {
    color: #000 !important;
    text-transform: none;
}

.link a {
    color: #1f964e !important;
    font-weight: bold;
}

a:hover {
    background-color: transparent;
}


.ea-price-cat {
    text-align: center;
}

.ea-image-cat {
    text-align: center;
}

.ea-price {
    float: right;
    padding-top: 100px;
    padding-right: 8px;
}

.ea-images {
    float: left;
}

.ea-products {
    font-size: 1.2em;
    /* font-weight: normal; */
    font-style: italic;
    border-radius: 16px;
    height: 325px;
    border: solid 1px lightgray;
    margin: 6px;
    /*background-color: lightgrey;*/
    /*width: 100%;*/
    padding: 6px;
}
/* css spin quantit� */
.quantity {
    position: relative;
}

    .quantity label {
        display: block;
    }

.ea-quote {
    position:absolute;
    top:0px;
    left:0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 85px;
    height: 62px !important;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0px 0px 0px 15px !important;
    margin: 0;
    border: 1px solid #eee;
    text-align: left;
}

    .quantity input:focus {
        outline: 0;
    }

.quantity-nav {
    float: left;
    position: relative;
    height: 62px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 30px;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.4;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .quantity-button.quantity-up {
        position: absolute;
        height: 50%;
        top: 0;
        border-bottom: 1px solid #eee;
    }

    .quantity-button.quantity-down {
        position: absolute;
        bottom: -1px;
        height: 50%;
    }
/*end spin quantit�*/
.bottone-addcart {
    display: block;
    clear: both;
}

.box-personalizza .form-control {
    padding: .5rem;
}
/*Back medaglietta*/
.ea-img-back {
    position: relative;
    margin-top: 14px;
}

.shape-area {
    position: absolute;
    top: 120px;
    left: 120px;
    width: 500px;
    height: 250px;
}

.text-lbl-containter {
    position: absolute;
    top: 0px;
}

.ea-txt-cont-row {
    overflow: hidden;
    text-align: center;
    position: absolute;
    /*background-color: gray;*/
    opacity: 0.8;
}

.ea-txt-label {
    color: ghostwhite;
    display: inline-block;
    /*width: 100px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ea-btn-cart {
    color: white !important;
}

.ea-lbl-inp {
    margin-top: 10px;
}

/*definisce le sezioni visibilie quelle No*/
.ea-cus-company {
    display: inline;
}
.ea-cus-person {
    display: none;
    width:100%;
}

.ea-input {
    max-width: 100%;
}

.ea-cart {
    background-color: greenyellow;
    border-radius: 8px;
    padding: 5px;
}

.src-value {
    font-weight: bold;
}

#cart {
    font-size: 13px;
}

    #cart .fa-trash-alt {
        color: #fff;
        font-size: 18px;
    }

.src-info {
    margin: auto;
}

/*Gestione Step Wizard*/
.step-wiz a:hover {
    text-decoration: none;
}

/*.step-wiz {
    float: left;
    background-color:lightgray;
    padding-top: 15px;
    border-radius: 4px;
}*/

.step-wz-cnt {
    margin-bottom: 10px;
    margin-left: 14px;
    margin-right: 14px;
    margin-top: 30px;
    width: 100%;
}

.step-wiz {
    float: left;
    border-top: 5px solid #bfc5c1;
    border-radius: 0px;
    height: 80px;
    padding-top: 15px;
}

    .step-wiz div {
        padding-top: 5px;
        font-size: 14px;
        text-transform: uppercase;
        color: #bfc5c1
    }

    .step-wiz.active {
        border-top: 5px solid #1e7e34;
    }

        .step-wiz.active i {
            background-color: #1e7e34;
        }

        .step-wiz.active div {
            color: #1e7e34;
        }

.step-wz-cnt i {
    background-color: #bfc5c1;
    font-size: 24px;
    color: #fff;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: -30px !important;
    position: absolute;
    margin-left: -25px;
}



/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}



@media screen and (max-width: 1200px) {
    .custom-navbar .nav-link {
        padding: 0.4rem 1.1rem 0rem 1.1rem !important;
    }
    .navbar-brand img {
        max-width: 210px;
    }
}
    @media screen and (max-width: 600px) {
        table#cart tbody td .form-control {
            width: 20%;
            display: inline !important;
        }

        .actions .btn {
            width: 36%;
            margin: 1.5em 0;
        }

        .actions .btn-info {
            float: left;
        }

        .actions .btn-danger {
            float: right;
        }

        table#cart thead {
            display: none;
        }

        table#cart tbody td {
            display: block;
            padding: .6rem;
            min-width: 320px;
        }

        table#cart tbody tr td:first-child {
            /*background: #333;
            color: #fff;*/
        }

        table#cart tbody td:before {
            content: attr(data-th);
            font-weight: bold;
            display: inline-block;
            width: 8rem;
        }



        table#cart tfoot td {
            display: block;
        }

            table#cart tfoot td .btn {
                display: block;
            }
    }