﻿table {
    page-break-inside: auto;
    page-break-before: avoid;
}

tr {
    page-break-inside: avoid;
    page-break-after: auto;
}

.call-to-action {
    text-transform: uppercase;
    font-size: 28px;
}


@media (max-width: 471px) {
    .call-to-action {
        text-transform: uppercase;
        font-size: 18px;
    }

    .btn-group span {
        font-size: 11px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1300px;
    }
}

.progress-bar {
    background-color: #313533;
}

.progress {
    background: transparent;
}

#pdf .zoom, #pdf .arWINDOWS {
    display: none;
}

.slick-list {
    padding: 0px 8px;
}

.slick-prev {
    left: -14px;
    top: 40%;
}

.slick-next {
    right: -7px;
    top: 40%;
}

.slick-prev:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f104";
    font-size: 1.5rem;
    color: #000;
}

.slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 1.5rem;
    color: #000;
}

#pdf .layer[data-tipo="ombra"] {
    opacity: 0.4;
}

.qrcode {
    max-width: 320px;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

#modalZoom .modal-body {
    background: #000;
    padding: 0px;
}

    #modalZoom .modal-body .preview {
        margin: 0 auto;
    }

#modalZoom .preview::after {
    display: none;
}

#modalZoom .arWINDOWS, #modalZoom .zoom {
    display: none;
}

[data-lang="en"] {
    display: none;
}

.cf-loader {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.4 5.5' style='enable-background:new 0 0 5.4 5.5' xml:space='preserve'%3E%3Cpath d='M2.1 1.6c-.1 0-.2.1-.3.3V2L0 2.7l.7.8c.1.1.3.2.4.2h1.6v1.8l2.7-2.7L2.7 0v1.3l-.6.3z'/%3E%3C/svg%3E");
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out;
    margin: 0 auto;
}

.accordion-body {
    padding: 0px 10px 10px;
}

.finiture a {
    color: rgb(49, 53, 51)
}


.accordion-button {
    padding-left: 10px;
    padding-right: 10px;
}

body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.preview {
    background-size: contain !important;
}

.finitura img {
    width: 32px;
}

.dropdown-menu {
    z-index: 9999;
}

.preview {
    /*position:relative;*/
    /*height:576px;*/
    position: sticky;
    top: 0px;
    z-index: 1020;
}

    .preview:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 20px;
        bottom: -20px;
        background: linear-gradient(to bottom, #fff 0%, transparent 100%);
    }

    .preview img:not(:first-child), .arIOS, .arWINDOWS, .arANDROID {
        position: absolute;
        top: 0px;
        left: 0px;
    }

        .arWINDOWS .icon, .arANDROID .icon, .zoom .icon {
            width: 60px;
        }

.arWINDOWS, .arANDROID {
    top: 10px;
    left: 10px;
}

.zoom {
    position: absolute;
    top: 10px;
    right: 10px;
}

    .zoom a {
        color: #fff;
        font-size: 20px;
    }

.finitura {
    border-radius: 10px;
    height: 40px;
    width: 40px;
    display: block;
    position: relative;
}

.accessori a {
    margin-bottom: 5px;
}

    .accessori a.active img {
        border: 1px solid #000;
    }

.accessori img {
    width: 100px;
    border-radius: 10px;
    border: 1px solid #999999;
    box-shadow: 1px 4px 6px 0px rgba(77, 77, 68, .5);
    margin-bottom: 5px;
}

.accessori .slick-slide {
    width: 100px;
}

.slick-accessori {
    width: 100% !important;
    padding-right: 10px;
}


.list-inline-item {
    text-align: center;
}

    .list-inline-item a {
        margin: auto;
    }

    .list-inline-item span, .slick-slide {
        display: block;
        font-size: 0.7em;
        text-align: center;
    }

.slick-accessori {
    width: 538px;
    height: 120px;
}


.active-group .tab-pane.active:after {
    content: "" !important;
}

.active-group .active:after {
    content: "\f00c";
    color: rgb(24, 134, 75);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -5px;
    right: -5px;
}

.active-group.accessori .active:before {
    top: 14px;
    right: -44px;
}

.slick-slide {
    margin-right: 1rem;
}

    /*.slick-arrow i {
		position: absolute;
		left: 0px;
		}

		.slick-prev, .slick-next {
		top: 40%;
		}

		.slick-prev {
		left: -12px;
		}*/

    .slick-slide a {
        position: relative;
        display: block;
    }

.elementor-widget-container {
    border: none !important;
}

.elementor-widget-bridge_accordion {
    border-bottom: 1px solid #000;
}

.accordion-header button, .accordion-header button:hover, .accordion-header button:focus, .accordion-button:not(.collapsed) {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 10px;
    color: #000;
    background: none;
    box-shadow: none;
    text-transform: uppercase;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #000;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.accordion-button:not(.collapsed)::after {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 18px;
    content: "-";
    background-image: none;
}

.accordion-button::after {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 18px;
    content: "+";
    background-image: none;
}

.comandi {
    overflow-y: auto;
    overflow-x: hidden;
}

.accordion-item {
    margin-top: 0.5rem;
}

.accordion-header {
    margin-bottom: 0.5rem;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #999999 #F0F0F0;
}

    /* Chrome, Edge and Safari */
    *::-webkit-scrollbar {
        height: 10px;
        width: 10px;
    }

    *::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #F0F0F0;
    }

        *::-webkit-scrollbar-track:hover {
            background-color: #B8C0C2;
        }

        *::-webkit-scrollbar-track:active {
            background-color: #B8C0C2;
        }

    *::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: #000000;
    }

        *::-webkit-scrollbar-thumb:hover {
            background-color: #999999;
        }

        *::-webkit-scrollbar-thumb:active {
            background-color: #999999;
        }

@media (min-width: 768px) {
    .mt-md-5 {
        margin-top: 5rem !important;
    }
}

.btn-primary, .nav-pills .nav-link, .btn:focus-visible {
    background: #DACCBF;
    border: #4D4444;
    color: #4D4444;
    border-radius: 0px;
    cursor: pointer;
}

.btn-primary {
    box-shadow: 0 2px 6px 0 rgba(77,77,68,.5);
}

    .btn-primary:hover, .nav-pills .nav-link:hover, .btn-primary.active, .btn-primary:active, .btn:first-child:active, .nav-pills .nav-link.active, .btn:focus-visible {
        background: #4D4444 !important;
        border: #DACCBF !important;
        color: #DACCBF !important;
    }

.nav-pills .nav-link {
    margin-right: 5px;
    margin-bottom: 5px;
}

.btn-primary.active, .btn-primary:hover, .btn:focus-visible {
    background: #6d6263;
    border: #6d6263;
    color: #ede7dd;
}

.nav-tabs .nav-link.active {
    border-top-color: #000;
    border-left-color: #000;
    border-right-color: #000;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.nav-link {
    padding: 5px 15px;
}

.accordion-button[disabled] {
    color: #999999 !important;
}

.accordion-item.disabled {
    border-bottom-color: #999999 !important;
}

.accordion .sub-accordion:last-child {
    border-bottom: none !important;
}

.accordion-body .accordion-body {
    padding: 0px;
}

.sub-accordion .accordion-button, .sub-accordion .accordion-button:hover, .sub-accordion .accordion-button:focus {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 13px;
}

.collezione h5 {
    font-size: 13px;
    font-weight: bold;
}

.collezione {
    font-size: 13px;
    font-weight: bold;
}

.sub-accordion h4 {
    font-size: 13px;
    font-weight: none;
}

.loading {
    position: absolute;
    background: rgba(255,255,255,0.75);
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1021;
    text-align: center;
    padding-top: 50%;
}

#popupar {
    top: 0px;
}

#login, #popupar {
    background-color: #ede7dd;
    position: fixed;
    width: 100%;
    z-index: 1054;
    height: 100vh
}

    #popupar .spinner-border {
        width: 90px;
        height: 90px;
    }

    #popupar .close {
        font-size: 60px;
        position: absolute;
        right: 10px;
        top: 5px;
        color: #313533;
    }

.logo {
    height: 75px;
}

.btn.active, .btn.show, .btn:active, .btn:focus, .btn:hover {
    border-color: inherit !important;
}

.lang-selector a {
    font-size: 14px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #313533;
}
