﻿
.ricerca_sito {
    width: 100%;
    height: 100%;
    background-color: rgba(41, 71, 113, 0.87);
    cursor: url(/images/mouse-cross.png), auto;
}


.search-cell {
    /* position: absolute; */
    padding-top: 20%;
    margin: 0 auto !important;
    text-align: center !important;
}


.dettaglio_cart {
    font-size: 14px;
    font-weight: 600;
}


.dettaglio_cart_color {
    color: #1d3a8f !important;
    font-size: 14px;
    font-weight: 700;
}


.etichetta_riepilogo {
    left: 0;
    line-height: inherit;
    position: absolute;
    top: 0;
    color: #1d3a8f;
    font-size: 15px;
    font-weight: 600;
}


.obbligatorioMancante {
    border-bottom: 2px solid #f10000;
}



.bianco {
    color: #ffffff !important;
}


.pulsante-carrello_add {
    color: #ffffff !important;
}


.iva {
    font-size: 18px !important;
    color: #1d3a8f !important;
}


.old_price_dett {
    text-decoration: line-through;
    font-size: 25px !important;
    color: #808080;
}


.price {
    font-size: 27px !important;
}

.imgprodotto {
    height: 300px;
    object-fit: contain;
}



.old_price {
    text-decoration: line-through;
    color: #cccccc;
}


.price {
    color: #1d3a8f !important;
    font-weight: 600;
}


.intro_cart {
    position: relative;
}

.bottone_cart i {
    color: #1d3a8f;
    display: block;
    font-size: 18px;
    line-height: 36px;
}


.bottone_cart {
    text-align: center;
    bottom: -8px;
    position: absolute;
    right: 8px;
    border-width: 0px;
    -webkit-border-radius: 50%;
    background-color: #ffed00;
    width: 40px;
    height: 40px;
    color: #1d3a8f;
}



.partner {
    height: 150px !important;
}

.shop_elenco {
    border-bottom: 1px solid #ccc;
}



.cat1 {
    overflow: hidden !important;
}

.portfolio-item {
    background-size: cover !important;
    background-position-x: 50% !important;
    height: 350px !important;
    cursor: pointer !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden !important;
}


    .portfolio-item:hover {
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }


.elenco_prodotti {
    margin-bottom: 35px;
}





/*  
    ----------------------------------
    7. Checkbox
    ----------------------------------
*/
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}



.checkbox {
    margin: 0;
    padding: 5px 0;
}

    .checkbox label {
        padding-left: 35px;
        line-height: 1.8;
        font-size: 16px !important;
    }

        .checkbox label a {
            color: #8b8b8b;
            text-decoration: underline;
        }

            .checkbox label a:hover {
                color: #294771;
            }

    .checkbox input[type="checkbox"], .checkbox input[type="radio"] {
        display: none;
    }

        .checkbox input[type="checkbox"] + label:before,
        .checkbox input[type="radio"] + label:before {
            font-family: 'LinearIcons';
            content: "";
            line-height: 22px;
            font-size: 16px;
            position: absolute;
            border: 1px solid #556a87;
            display: inline-block;
            height: 25px;
            width: 25px;
            padding: 0;
            left: 11px;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            -moz-transform: scale(0.8);
            -ms-transform: scale(0.8);
            -o-transform: scale(0.8);
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
        }

        .checkbox input[type="checkbox"]:checked + label:before,
        .checkbox input[type="radio"]:checked + label:before {
            background: #294771;
            color: white;
            border-color: #294771;
            text-align: center;
            -moz-transform: scale(0.8);
            -ms-transform: scale(0.8);
            -o-transform: scale(0.8);
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
        }

        .checkbox input[type="checkbox"]:checked + label:before {
            content: "\e870";
        }

        .checkbox input[type="radio"]:checked + label:before {
            content: "\e814";
        }

        .checkbox input[type="checkbox"]:checked + label:after,
        .checkbox input[type="radio"]:checked + label:after {
            font-weight: bold;
        }



/*----------------------------------
    Checkout
 ----------------------------------*/

.checkout {
    background-color: #eeeeee;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .checkout hr {
        border-color: #dddddd;
    }

    .checkout .cart-wrapper {
        margin: 15px 0;
    }

@media print {
    .checkout .cart-wrapper {
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

        .checkout .cart-wrapper + .cart-wrapper {
            border-top: 0;
        }
}

.checkout .white-block {
    background-color: white;
    padding: 20px 15px;
    margin-bottom: 15px;
}

.checkout .note-block {
    background-color: white;
}

.checkout .title {
    margin: 0;
}

.checkout .cart-block {
    position: relative;
    margin-bottom: 15px;
}

    .checkout .cart-block:last-child {
        margin-bottom: 0;
    }

    .checkout .cart-block.cart-block-header {
        display: none;
        background-color: #1d3a8f;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .checkout .cart-block.cart-block-item {
        background-color: white;
    }

    .checkout .cart-block.cart-block-footer {
        color: black;
        margin-top: 1px;
        background-color: white;
        padding: 15px 10px;
    }

        .checkout .cart-block.cart-block-footer.cart-block-footer-price {
            padding: 30px 30px;
            background-color: white;
        }

        .checkout .cart-block.cart-block-footer > div {
            padding: 0;
        }

            .checkout .cart-block.cart-block-footer > div:nth-child(1), .checkout .cart-block.cart-block-footer > div:nth-child(2) {
                width: 50%;
            }

            .checkout .cart-block.cart-block-footer > div:nth-child(2) {
                text-align: right;
            }

        .checkout .cart-block.cart-block-footer .form-coupon {
            display: inline-block;
            width: inherit;
            margin-left: 10px;
            text-align: left;
        }

    .checkout .cart-block > div {
        padding: 0 30px;
    }

        .checkout .cart-block > div img {
            width: 100%;
            vertical-align: middle;
        }

        .checkout .cart-block > div.image {
            padding: 0;
        }

        .checkout .cart-block > div.quantity, .checkout .cart-block > div.price {
            width: 28%;
            float: left;
        }

            .checkout .cart-block > div.quantity .form-quantity {
                display: inline-block;
                width: 80px;
            }

    .checkout .cart-block .title > * {
        margin: 0;
    }

    .checkout .cart-block .price > span {
        display: block;
        text-align: right;
    }

    .checkout .cart-block .price .final {
        margin: 0;
    }

    .checkout .cart-block .price .discount {
        text-decoration: line-through;
    }

    .checkout .cart-block .icon-delete {
        position: absolute;
        cursor: pointer;
        padding: 5px;
        right: 0;
        top: 0;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .checkout .cart-block .icon-delete:hover {
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

@media (min-width: 768px) {
    .checkout .white-block {
        padding: 30px;
    }

    .checkout .cart-block {
        display: table;
        width: 100%;
        margin-bottom: 1px;
    }

        .checkout .cart-block.cart-block-header {
            display: table;
            padding: 15px;
        }

            .checkout .cart-block.cart-block-header > div {
                padding: 0;
            }

        .checkout .cart-block.cart-block-footer {
            padding: 5px 30px;
        }

            .checkout .cart-block.cart-block-footer .form-coupon {
                position: absolute;
                top: 0;
            }

        .checkout .cart-block > div {
            display: table-cell;
            vertical-align: middle;
        }

            .checkout .cart-block > div img {
                width: 100%;
                vertical-align: middle;
            }

            .checkout .cart-block > div:nth-child(1) {
                width: 35%;
            }

            .checkout .cart-block > div:nth-child(2) {
                width: 30%;
            }

            .checkout .cart-block > div:nth-child(3) {
                width: 20%;
            }

            .checkout .cart-block > div:nth-child(4) {
                width: 15%;
            }

            .checkout .cart-block > div.quantity, .checkout .cart-block > div.price {
                float: none;
            }

            .checkout .cart-block > div.quantity {
                text-align: center;
            }

        .checkout .cart-block .title {
            padding: 0 0 0 30px !important;
            font-weight: 400 !important;
            font-size: 16px !important;
        }

            .checkout .cart-block .title > * {
                margin: 0;
                font-size: 14px !important;
            }

        .checkout .cart-block .price {
            padding-right: 30px;
        }

            .checkout .cart-block .price > span {
                display: block;
                text-align: right;
            }

            .checkout .cart-block .price .final {
                margin: 0;
                font-size: 18px !important;
            }

            .checkout .cart-block .price .discount {
                text-decoration: line-through;
            }

        .checkout .cart-block .form-control {
            text-align: center;
        }
}

@media (max-width: 767px) {
    .checkout .cart-block {
        padding-bottom: 15px;
    }

        .checkout .cart-block > div {
            padding: 0 10px;
        }

        .checkout .cart-block .title {
            margin-bottom: 15px;
        }

        .checkout .cart-block .form-control {
            height: 30px;
        }

        .checkout .cart-block.cart-block-footer {
            color: black;
        }

            .checkout .cart-block.cart-block-footer > div {
                float: left;
            }

            .checkout .cart-block.cart-block-footer .form-coupon {
                margin-top: 10px;
                margin-left: 0;
            }
}



/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
    .search-cell {
        width: 50%;
    }

    .ord_easy {
        font-size: 14px;
    }


    .navbar-fixed {
        margin-top: 17px;
    }
}

:root {
    --bg-col-1: #0059b3;
    --bg-col-2: #dc3545;
    --bg-col-3: #fff;
    --bg-col-4: #024c96;
    --tx-color-1: #fff;
    --tx-color-2: #000;
    --tx-color-3: #0059b3;
    --tx-rm-color-1: #fff;
    --bg-rm-color-1: #fff;
    --bg-ft-col-1: #0059b3;
    --tx-ft-color-1: #fff;
    --tx-focus-section-title: #212529;
    --bg-focus-section: aliceblue;
    --bg-focus-card-overlay: rgba(0, 89, 179, 0.5);
    --tx-focus-hover: #fff;
    --tx-focus-font-weight: 400;
    --tx-focus-tag-color-1: #fff;
    --bg-focus-tag-color-1: #0059b3;
    --bg-focus-cat: #0059b3;
    --tx-focus-cat: #fff;
    --bg-focus-footer: #0059b3;
    --tx-focus-footer: #fff;
    --bg-focus-card: #fff;
    --tx-focus-card: #000;
    --tx-button: #fff;
    --bg-button: #0059b3;
}

.focus-section {
    background: var(--bg-focus-section);
    font-family: var(--font1);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

    .focus-section .title-section {
        font-weight: 700;
        text-transform: uppercase;
        color: var(--tx-focus-section-title);
    }

    .focus-section .card {
        font-size: 1rem;
        border: var(--focus-border-card);
    }

        .focus-section .card .card-body {
            background: var(--bg-focus-card);
            color: var(--tx-focus-card);
        }

            .focus-section .card .card-body .card-text {
                font-weight: var(--tx-focus-font-weight);
            }

        .focus-section .card .card-image {
            position: relative;
        }

            .focus-section .card .card-image .image-overlay {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                height: 100%;
                width: 100%;
                opacity: 0;
                transition: 0.5s ease;
                background: var(--bg-focus-card-overlay);
            }

            .focus-section .card .card-image:hover .image-overlay {
                opacity: 1;
            }

        .focus-section .card .text-img-over {
            position: relative;
        }

            .focus-section .card .text-img-over .overlay {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                height: 100%;
                width: 100%;
                opacity: 0;
                transition: 0.5s ease;
                background: var(--bg-focus-card-overlay);
            }

            .focus-section .card .text-img-over:hover .overlay {
                opacity: 1;
            }

        .focus-section .card .social-hover {
            color: var(--tx-focus-hover);
            font-size: 30px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            text-align: center;
        }

            .focus-section .card .social-hover .fa-share-alt {
                color: var(--tx-focus-hover);
            }

                .focus-section .card .social-hover .fa-share-alt:hover {
                    color: var(--tx-color-1);
                }

        .focus-section .card .hover-text {
            position: relative;
            text-align: center;
            color: var(--tx-focus-hover);
        }

        .focus-section .card .bottom-right-tag {
            position: absolute;
            bottom: 0;
            right: 0;
            background: var(--bg-focus-tag-color-1);
            padding: 5px 10px 5px 10px;
            border-top-left-radius: calc(.25rem - 1px);
            font-size: 0.8rem;
            font-weight: 200;
            color: var(--tx-focus-tag-color-1);
            z-index: 1;
        }

            .focus-section .card .bottom-right-tag a {
                color: var(--tx-focus-tag-color-1);
                text-decoration: none;
            }

                .focus-section .card .bottom-right-tag a:hover {
                    color: var(--tx-focus-tag-color-1);
                    text-decoration: underline;
                }

        .focus-section .card .sub-cat {
            font-weight: 600;
            font-size: 1rem;
        }

            .focus-section .card .sub-cat .bg-category {
                background: var(--bg-focus-cat);
                color: var(--tx-focus-cat);
            }

            .focus-section .card .sub-cat a {
                color: var(--tx-focus-tag-a);
            }

        .focus-section .card .card-title {
            font-family: var(--font1);
            font-weight: 600;
            font-size: 1.3rem;
        }

        .focus-section .card .card-footer {
            background: var(--bg-focus-footer);
            color: var(--tx-focus-footer);
        }

            .focus-section .card .card-footer .card-footer__info {
                font-size: 1rem;
                font-weight: 300;
                position: relative;
            }

        .focus-section .card .read-more {
            position: absolute;
            right: 0;
            font-weight: 600;
        }

        .focus-section .card .read-more-1 {
            text-decoration: none;
            position: relative;
            color: var(--tx-focus-footer);
        }

            .focus-section .card .read-more-1::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 2px;
                background: var(--bg-rm-color-1);
                transform: scaleX(0);
                transform-origin: left;
                transition: transform 250ms ease-in;
            }

            .focus-section .card .read-more-1:hover {
                color: var(--tx-focus-footer);
            }

                .focus-section .card .read-more-1:hover::after {
                    transform: scaleX(1);
                    transform-origin: right;
                    color: var(--tx-focus-footer);
                }

        .focus-section .card .read-more-2 {
            text-decoration: none;
            position: relative;
            margin-right: 15px;
            color: var(--tx-focus-footer);
        }

            .focus-section .card .read-more-2::after {
                content: '';
                position: absolute;
                right: -18px;
                bottom: 0;
                color: var(--tx-focus-footer);
            }

            .focus-section .card .read-more-2:hover {
                color: var(--tx-focus-footer);
            }

                .focus-section .card .read-more-2:hover::after {
                    transform: translate(3px, 0);
                    transition: all 0.1s ease-in;
                    color: var(--tx-focus-footer);
                }

        .focus-section .card .read-more-3 {
            text-decoration: none;
            position: relative;
            color: var(--tx-focus-footer);
        }

            .focus-section .card .read-more-3:hover {
                color: var(--tx-focus-footer);
                text-decoration: underline;
            }


.aside-news {
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 10px;
}

    .aside-news a {
        display: flex
    }

    .aside-news h4 {
        padding-top:10px;
        font-size: 20px;
    }

    .aside-news > div:not(:first-child) {
        border-top: 1px solid #ddd
    }
