﻿@charset "UTF-8";
@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100..900&display=swap";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.fs-alt {
    font-family: IBM plex Sans,sans-serif
}

/* WebKit-based browsers */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
    border: 3px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-family: Inter, sans-serif !important;
}
.bg-cover {
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}
.searchArea {
    background-image: url("/Images/pageBackgroundImage.jpg");
    background-color: #494949;
    height: 363px;
    /*margin-top: -57px;*/
    /*margin-bottom: 58px;*/
    position: relative;
    z-index: -1000;
}

a,
a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none
}

*,
*:hover,
*:focus {
    outline: 0
}

.transition {
    transition: all .3s ease-in-out
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 { text-transform: uppercase }

p {
    letter-spacing: .2px !important
}


p a:hover { text-decoration: underline }


input.formContatti {
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
    height: 38px !important;
    border: 1px solid #ced0d3 !important;
    border-radius: 5px !important;
}

.ginput_container:focus {
    border: 1px solid #204ce5 !important;
}
textarea {
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
    background-color: #f8fafc !important;
    padding-left: 12px !important;
}

.form-select {
    color: rgb(131, 137, 141);
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23C02BAA' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

header {
    background-color: #f9fafb;
}

.header-rettangolo-rosso {
    background-color: #EF3340;
    height: 60px;
}


.header-top {
    background-color: #EF3340;
    height: 40px;
    color: #fff;
    line-height: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 992px) {
    .header-top {
        position: relative;
        height: 60px;
        line-height: 60px;
        z-index: 1;
    }
}


.header-testo {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.navigationArea {
    background-color: #f2f4f7;
}

/*.is-sticky > .navigationArea {
    background-color: #EF3340;
    opacity: 1;
}*/


@media only screen and (max-width: 992px) {
    .navigationArea {
        background-color: #f2f4f7;
        opacity: 1;
        position: fixed !important;
        top: 0;
        z-index: 9999;
    }
    
}

.web-store {
    color: #EF3340;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
/*    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: .42857143rem;
    padding-top: .42857143rem;*/
}

    .web-store:hover {
        color: #000000;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
/*        margin-top: auto;
        margin-bottom: auto;*/
        text-decoration: none;
    }
    .web-store:active {
        color: #000000;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
/*        margin-top: auto;
        margin-bottom: auto;*/
        text-decoration: none;
    }

.btn2025 {
    display: inline-block;
    text-transform: uppercase;
    width: 200px;
    font-size: 14px;
    border: 1px solid #ced0d3;
    padding: 1.125rem 0.5rem !important;
    transition: background-color .6s, color .6s;
    text-wrap: nowrap;
}
    .btn2025:hover {
        background-color: rgb(36, 39, 46);
        color: #FFFFFF;
    }

.btn2025-white {
    background-color: #FFFFFF;
    color: rgb(36, 38, 40);
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    /*text-transform: uppercase;*/
}

.btn2025-red {
    background-color: #EF3340;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    /*text-transform: uppercase;*/
}

.btn2025-green {
    background-color: #7ED321;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    /*text-transform: uppercase;*/
}

.btn2025-gray {
    background-color: #B0B0B0;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    /*text-transform: uppercase;*/
}

.btn2025Small {
    display: inline-block;
    text-transform: uppercase;
    width: 120px;
    font-size: 12px;
    border: 1px solid #ced0d3;
    padding: 0.3rem 0.3rem !important;
    transition: background-color .6s, color .6s;
}

    .btn2025Small:hover {
        background-color: rgb(36, 39, 46);
        color: #FFFFFF;
    }



.btn {
    text-transform: uppercase;
    border: 1px solid #ced0d3;
    padding: 0
}

.btn .btn-text {
    padding: 1.125rem 2rem;
    border-right: 1px solid #ced0d3;
    transition: background-color .6s,color .6s
}

.btn .btn-icon {
    width: 58px;
    height: 58px;
    position: relative;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn:hover .btn-icon img {
    position: absolute;
    top: 9px;
    right: 7px
}


.btn-editorSave {
    font-size: 10px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    background-color: #008080 !important;
    border-color: #008080 !important;
}

    .btn-editorSave:active {
        font-size: 10px !important;
        font-weight: bold !important;
        color: #ffffff !important;
        background-color: #008080 !important;
        border-color: #008080 !important;
    }

    .btn-editorSave:hover {
        font-size: 10px !important;
        font-weight: bold !important;
        color: #ffffff !important;
        background-color: #008080 !important;
        border-color: #008080 !important;
    }


.btn-custom:hover, .btn-custom-white:hover, .btn-custom-card:hover {
    border: 1px solid #ced0d3 !important
}

.btn-custom:hover .btn-text {
    color: #f4f7f9;
    background-color: #242628
}

.btn-custom-white .btn-text, .btn-custom-card .btn-text {
    color: #f4f7f9
}

.btn-custom-white:hover .btn-text, .btn-custom-card:hover .btn-text {
    color: #242628;
    background-color: #f4f7f9
}

.btn-custom-danger {
    border: 1px solid #e73742
}

.btn-custom-danger .btn-text {
    color: #e73742;
    border-right: 1px solid #e73742
}

.btn-custom-danger:hover {
    border: 1px solid #e73742
}

.btn-custom-danger:hover .btn-text {
    color: #f4f7f9;
    background-color: #e73742;
    border-right: 1px solid #e73742
}

.btn-custom-dark {
    border: 1px solid #242628 !important
}

.btn-custom-dark .btn-text {
    color: #242628;
    border-right: 1px solid #242628
}

.btn-custom-dark:hover .btn-text {
    color: #f4f7f9;
    background-color: #242628;
    border-right: 1px solid #242628
}

.btn-outline-danger {
    border: 1px solid #e73742
}

.btn-outline-danger:active {
    color: #f5f6f6 !important
}

.btn-outline-danger:visited {
    color: #242628 !important
}


.btn-hmb {
    background-color: #EF3340;
    width: 175px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    /*text-transform: uppercase;*/
}
.btn-hmb-grey {
    background-color: #9B9B9B;
    width: 175px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    /*text-transform: uppercase;*/
}
.btn-hmb-form {
    color: #ffffff;
    background-color: #e73742;
    border-radius: 0;
    padding: 18px;
    font-family: IBM plex Sans, sans-serif !important;
    width: 230px;
    text-transform: capitalize !important;
}
    .btn-hmb-form:hover {
        color: #ffffff;
        background-color: #e73742;
        border-radius: 0;
        padding: 18px;
        font-family: IBM plex Sans, sans-serif !important;
        width: 230px;
        text-transform: capitalize !important;
    }
.btn-hmb-red {
    background-color: #EF3340;
    width: 175px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    /*text-transform: uppercase;*/
}
.btn-hmb-green {
    background-color: #7ED321;
    width: 175px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    /*text-transform: uppercase;*/
}
.btn-hmb-blu {
    background-color: #4A90E2;
    width: 175px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    /*text-transform: uppercase;*/
}

.contactForm label {
    color: #e73742;
    font-family: IBM plex Sans, sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
}

    .contactForm label.informativa {
        color: #E8453F;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        text-align: left;
        text-transform: none;
    }

.contactForm input[type=text], input[type=password], textarea {
    border: none !important;
    border-bottom: 1px solid #ced0d3 !important;
    padding-left: 0 !important;
    border-radius: 0 !important;
    color: #242628;
    box-shadow: none;
}

/*    .contactForm input[type=text]:focus, textarea:focus {
        border-bottom: 1px solid #ced0d3 !important;
        background-color: #FFFFFF;
        
    }*/

.contactForm input[type=checkbox] {
    border: 1px solid #ced0d3 !important;
    border-radius: 5px !important;
}

.notify-badge-item {
    position: relative;
    display: inline-block;
    padding-top: .42857143rem;
    padding-bottom: .42857143rem;
}
.notify-badge{
    position: absolute;
    left: 15px;
    /*top:10px;*/
    background:red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:5px 10px;
    font-size:10px;
}

.basketTop {
    padding-right: 0px;
}

.basketTop > img {
    height: 20px;
}

.RadGrid {
    font-family: Inter, sans-serif !important;
}

.rgHeader {
    font-family: Inter, sans-serif !important;
}

.RadGrid td {
    font-family: Inter, sans-serif !important;
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .btn-hmb-red {
        width: auto;
    }
}