:root {
    --black90: rgba(0, 0, 0, 0.9);
    --black80: rgba(0, 0, 0, 0.8);
    --black70: rgba(0, 0, 0, 0.7);
    --black60: rgba(0, 0, 0, 0.6);
    --black50: rgba(0, 0, 0, 0.5);
    --black40: rgba(0, 0, 0, 0.4);
    --black30: rgba(0, 0, 0, 0.3);
    --black20: rgba(0, 0, 0, 0.2);
    --black10: rgba(0, 0, 0, 0.1);
    --primary: #48D597;
    --primary75: #48D597BF;
    --primary50: #48D59780;
    --primary25: #48D59740;
    --secondary: #8A949C;
    --secondary75: #8A949CBF;
    --secondary50: #8A949C80;
    --secondary25: #8A949C40;
    --green50: #0080006e;
    --green25: #00800027;
    --gray-dark: #25282b;
    --gray-active: #3b3e41;
    --gray-disabled: #757575;

}

body {
    font-family: 'Montserrat', sans-serif;
}

.font_space_0_0_9_rem{
    letter-spacing: 0.09rem;
}

.font_space_0_1_7_7_rem{
    letter-spacing: 0.177rem;
}

.font_space_1_0{
    letter-spacing: 1px;
}

.font_space_1_1{
    letter-spacing: 1.1px;
}

.line_height_normal{
    line-height: normal;
}

.line_height_1_4{
    line-height: 1.4rem;
}

.main_font_thin {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}

.main_font_light {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

.main_font_semi_light {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.main_font_semi_medium {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.main_font_medium {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.main_font_medium span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.main_font_semi_bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}


.main_font_bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.main_font_black {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

.full-page-user {
    /*height: calc(100vh - 300px);*/
    height: calc(100vh - 296px);
}
.tinted-img {
    margin-bottom:0px;
    background:#fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-header-user{
    width: 60%;
    height: 60%;
}

.btn-buy-header{
    width: 100%;
    background: #02686C;
    color: #fff;
    border: 3px solid #02686C;
    font-size: 16px;
    font-weight: 700;
    border-radius: 100px 0px 0px 100px;
    padding: 10px;
}

.btn-buy-header:hover{
    width: 100%;
    background: #02686C;
    color: #fff;
    border: 3px solid #02686C;
    font-size: 16px;
    font-weight: 700;
    border-radius: 100px 0px 0px 100px;
    padding: 10px;
}

.btn-sell-header{
    width: 100%;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    border: 3px solid #02686C;
    border-radius: 0px 100px 100px 0px;
    padding: 10px;
}

.btn-sell-header:hover{
    width: 100%;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    border: 3px solid #02686C;
    border-radius: 0px 100px 100px 0px;
    padding: 10px;
}

.btn-invert, a.btn-invert:hover{
        width: 100%;
        background: #ffffff;
        color: #000000 !important;
        font-size: 12px;
        font-weight: 700;
        border: 3px solid #02686C;
        border-radius: 15px;
    }

a.btn.btn-color-main-white-header.b.btn-block.main_font_semi_bold.text-uppercase.no-mobile {
    padding: 10px;
}

nav.main-header.navbar.fixed-top.shadow.tinted-img{
    height: 105px;
    max-width:100vw!important;
}

.yes-mobile{
    display: none;
}

.no-mobile{
    display: block;
}

.category-card {
    background: #f9f9f9;
    border-radius: 12px;
    min-height: 190px !important;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.category-card:hover {
    background: #f1f1f1;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.category-icon {
    max-width: 60px;
    height: 60px;
}
.category-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.category-count {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

#toggleButton {
    width: 200px;
    background: #02686C;
    color: #fff;
    border: 3px solid #02686C;
    font-size: 16px;
    font-weight: 700;
    border-radius: 15px 15px 15px 15px;
    padding: 10px;
}

.row.mx-0.text-center.align-content-center.px-md-5.py-md-5.px-3 {
    width: 70%;
}

div#searchBtn {
    position: absolute;
    right: 1%;
    z-index: 1000;
}

@media (max-width: 576px) {

    div#searchBtn {
        position: absolute;
        right: 4%;
        top: -40%;
        z-index: 1000;
    }

    .full-page-user {
        height: calc(100vh - 141px);
    }

    nav.main-header.navbar.fixed-top.shadow.tinted-img{
        height: 100px;
        max-width:100vw!important;
    }

    .row.mx-0.text-center.align-content-center.px-md-5.py-md-5.px-3 {
        width: 90%;
    }

    .btn-buy-header{
        width: 100%;
        background: #02686C;
        color: #fff;
        border: 3px solid #02686C;
        font-size: 12px;
        font-weight: 700;
        border-radius: 25px 0px 0px 25px;
    }
    
    .btn-sell-header{
        width: 100%;
        background: #ffffff;
        color: #000000;
        font-size: 12px;
        font-weight: 700;
        border: 3px solid #02686C;
        border-radius: 0px 25px 25px 0px;
    }

    .btn-buy-header:hover{
        width: 100%;
        background: #02686C;
        color: #fff;
        border: 3px solid #02686C;
        font-size: 12px;
        font-weight: 700;
        border-radius: 25px 0px 0px 25px;
    }
    
    .logo-header-user {
        width: 100%;
    }

    .btn-sell-header:hover{
        width: 100%;
        background: #ffffff;
        color: #000000;
        font-size: 12px;
        font-weight: 700;
        border: 3px solid #02686C;
        border-radius: 0px 25px 25px 0px;
    }

    .category-title {
        font-size: 12px;
        font-weight: 600;
        color: #333;
    }

    a.btn.btn-color-main-white-header.b.btn-block.main_font_semi_bold.text-uppercase{
        font-size:12px;
    }

    .img-login-header{
        width: 35px;
    }

    .no-mobile{
        display: none !important;
    }

    .yes-mobile{
        display: block;
    }


}
.edit-box{
background-color: white;
border-radius: 5px;
}
.text-center{
    text-align:center;
}
.text-upper{
    text-transform:uppercase;
}
.price-size{
    font-size:23px;
}
.text-color-main {
    color: #454545;
}

.text-color-main-disabled {
    color: #EFEFEF;
}

.link-url-color{
    color: #454545;
}

.link-url-color:hover{
    color:#454545;
}

.link-bar a {
    color: #EFEFEF;
}

.link-bar a:hover {
    color: #454545;
}

.link-bar .fas:hover {
    color: #454545;
}

.text-color-second-main {
    color: #4D4D4D;
}

.text-color-second-darker {
    color: #848484;
}

.text-color-second-dark {
    color: #808080;
}

.text-color-second-medium {
    color: #969696;
}

.text-color-second-second {
    color: #B9B9B9;
}

.text-color-form-article{
    color:#80817F;
}

.bg-color-main {
    background-color: #454545;
}

.progress-thin {
    border-radius: 10px;
    height: 0.4rem;
}

.btn-green-txt{
    width: 100%;
    background: #02686C;
    color: #fff;
    border: 3px solid #02686C;
    font-size: 16px;
    font-weight: 700;
    border-radius: 15px 15px 15px 15px;
    padding: 10px;
}

.btn-black-txt{
    width: 100%;
    background: #02686C;
    color: #fff;
    border: 3px solid #02686C;
    font-size: 16px;
    font-weight: 700;
    border-radius: 15px 15px 15px 15px;
    padding: 10px;
}


.btn-green-txt:hover{
    width: 100%;
    background: #02686C;
    color: #fff;
    border: 3px solid #02686C;
    font-size: 12px;
    font-weight: 700;
    border-radius: 15px 15px 15px 15px;
}

.btn-color-main {
    color: #ffffff;
    background-color: #454545;
    border-color: #454545;
    /*
    border-color: #ffffff;
    */
    border-width: 2px !important;
}

.btn-color-main:hover,
.btn-color-main:focus,
.btn-color-main:active,
.btn-color-main.active,
.open .dropdown-toggle.btn-color-main {
    color: #454545;
    background-color: #ffffff;
    border-color: #454545;
}

.btn-color-main:active,
.btn-color-main.active,
.open .dropdown-toggle.btn-color-main {
    background-image: none;
}

.btn-color-main.disabled,
.btn-color-main[disabled],
fieldset[disabled] .btn-color-main,
.btn-color-main.disabled:hover,
.btn-color-main[disabled]:hover,
fieldset[disabled] .btn-color-main:hover,
.btn-color-main.disabled:focus,
.btn-color-main[disabled]:focus,
fieldset[disabled] .btn-color-main:focus,
.btn-color-main.disabled:active,
.btn-color-main[disabled]:active,
fieldset[disabled] .btn-color-main:active,
.btn-color-main.disabled.active,
.btn-color-main[disabled].active,
fieldset[disabled] .btn-color-main.active {
    background-color: #454545;
    border-color: #454545;
}

.btn-color-main .badge {
    color: #454545;
    background-color: #ffffff;
}

.btn-color-main-bordered {
    color: #454545;
    background-color: #FFFFFF;
    border-color: #454545 !important;
    border-width: 2px !important;
}

.btn-color-main-bordered:hover,
.btn-color-main-bordered:focus,
.btn-color-main-bordered:active,
.btn-color-main-bordered.active,
.open .dropdown-toggle.btn-color-main-bordered {
    color: #FFFFFF;
    background-color: #454545;
    border-color: #454545;
}

.btn-color-main-bordered:active,
.btn-color-main-bordered.active,
.open .dropdown-toggle.btn-color-main-bordered {
    background-image: none;
}

.btn-color-main-bordered.disabled,
.btn-color-main-bordered[disabled],
fieldset[disabled] .btn-color-main-bordered,
.btn-color-main-bordered.disabled:hover,
.btn-color-main-bordered[disabled]:hover,
fieldset[disabled] .btn-color-main-bordered:hover,
.btn-color-main-bordered.disabled:focus,
.btn-color-main-bordered[disabled]:focus,
fieldset[disabled] .btn-color-main-bordered:focus,
.btn-color-main-bordered.disabled:active,
.btn-color-main-bordered[disabled]:active,
fieldset[disabled] .btn-color-main-bordered:active,
.btn-color-main-bordered.disabled.active,
.btn-color-main-bordered[disabled].active,
fieldset[disabled] .btn-color-main-bordered.active {
    background-color: #FFFFFF;
    border-color: #454545;
}

.btn-color-main-bordered .badge {
    color: #FFFFFF;
    background-color: #454545;
}

.btn-color-main-white {
    color: #454545;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-width: 2px !important;
}

.btn-color-main-white:hover,
.btn-color-main-white:focus,
.btn-color-main-white:active,
.btn-color-main-white.active,
.open .dropdown-toggle.btn-color-main-white {
    color: #454545;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-color-main-white:active,
.btn-color-main-white.active,
.open .dropdown-toggle.btn-color-main-white {
    background-image: none;
}

.btn-color-main-white.disabled,
.btn-color-main-white[disabled],
fieldset[disabled] .btn-color-main-white,
.btn-color-main-white.disabled:hover,
.btn-color-main-white[disabled]:hover,
fieldset[disabled] .btn-color-main-white:hover,
.btn-color-main-white.disabled:focus,
.btn-color-main-white[disabled]:focus,
fieldset[disabled] .btn-color-main-white:focus,
.btn-color-main-white.disabled:active,
.btn-color-main-white[disabled]:active,
fieldset[disabled] .btn-color-main-white:active,
.btn-color-main-white.disabled.active,
.btn-color-main-white[disabled].active,
fieldset[disabled] .btn-color-main-white.active {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-color-main-white .badge {
    color: #FFFFFF;
    background-color: #454545;
}

.btn-color-second {
    color: #FFFFFF;
    background-color: #B7B8B8;
    border-color: #B7B8B8;
    border-width: 2px !important;
}

.btn-color-second:hover,
.btn-color-second:focus,
.btn-color-second:active,
.btn-color-second.active,
.open .dropdown-toggle.btn-color-second {
    color: #FFFFFF;
    background-color: #919191;
    border-color: #B7B8B8;
}

.btn-color-second:active,
.btn-color-second.active,
.open .dropdown-toggle.btn-color-second {
    background-image: none;
}

.btn-color-second.disabled,
.btn-color-second[disabled],
fieldset[disabled] .btn-color-second,
.btn-color-second.disabled:hover,
.btn-color-second[disabled]:hover,
fieldset[disabled] .btn-color-second:hover,
.btn-color-second.disabled:focus,
.btn-color-second[disabled]:focus,
fieldset[disabled] .btn-color-second:focus,
.btn-color-second.disabled:active,
.btn-color-second[disabled]:active,
fieldset[disabled] .btn-color-second:active,
.btn-color-second.disabled.active,
.btn-color-second[disabled].active,
fieldset[disabled] .btn-color-second.active {
    background-color: #B7B8B8;
    border-color: #B7B8B8;
}

.btn-color-second .badge {
    color: #B7B8B8;
    background-color: #FFFFFF;
}

.btn-tab-second {
    color: #505050;
    background-color: #F4F5F5;
    border-color: #F4F5F5;
    border-width: 2px !important;
}

.btn-tab-second:hover,
.btn-tab-second:focus,
.btn-tab-second:active,
.btn-tab-second.active,
.open .dropdown-toggle.btn-tab-second {
    color: #F4F5F5;
    background-color: #505050;
    border-color: #F4F5F5;
}

.btn-tab-second:active,
.btn-tab-second.active,
.open .dropdown-toggle.btn-tab-second {
    background-image: none;
}

.btn-tab-second.disabled,
.btn-tab-second[disabled],
fieldset[disabled] .btn-tab-second,
.btn-tab-second.disabled:hover,
.btn-tab-second[disabled]:hover,
fieldset[disabled] .btn-tab-second:hover,
.btn-tab-second.disabled:focus,
.btn-tab-second[disabled]:focus,
fieldset[disabled] .btn-tab-second:focus,
.btn-tab-second.disabled:active,
.btn-tab-second[disabled]:active,
fieldset[disabled] .btn-tab-second:active,
.btn-tab-second.disabled.active,
.btn-tab-second[disabled].active,
fieldset[disabled] .btn-tab-second.active {
    background-color: #F4F5F5;
    border-color: #F4F5F5;
}

.btn-tab-second .badge {
    color: #F4F5F5;
    background-color: #505050;
}

.btn-navbar-admin {
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
}


.field-icon-password {
    position: absolute;
    right: 5%;
    bottom: 123px;
    z-index: 2;
    color: gray;
}

.field-icon-password-register {
    bottom: 46%;
}

/*
@media screen and (max-width: 768px) {
    .field-icon-password {
        bottom: 52%;
    }

    .field-icon-password-register {
        bottom: 46%;
    }
}

@media screen and (max-width: 576px) {
    .field-icon-password {
        bottom: 52%;
    }

    .field-icon-password-register {
        bottom: 46%;
    }
}
*/

.sidebar-menu-item-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
}

[class*=sidebar-light] .brand-link {
    border-bottom: none;
}

.navbar-admin {
    background-color: #F4F6F9;
}

.main-header {
    border-bottom: none;
}

body {
    background-color: #F4F6F9;
}

.main-container-background {
    background-color: #F4F6F9;
    margin-top: 30px !important;
}

.inside-container-background {
    margin-left: 2% !important;
    margin-right: 2% !important;
    margin-bottom: 2% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.inside-container-background-home {
    margin-left: 2% !important;
    margin-right: 2% !important;
    margin-bottom: 2% !important;
    padding-top: 5% !important;
    padding-bottom: 3% !important;
    ;
    padding-left: 4% !important;
    padding-right: 4% !important;
    background-color: white;
}

.container-box-insider {
    padding-top: 2% !important;
    padding-bottom: 1% !important;
    ;
    padding-left: 3% !important;
    padding-right: 3% !important;
    background-color: white;
}

.container-box-insider-second {
    padding-top: 0 !important;
    padding-bottom: 1% !important;
    ;
    padding-left: 3% !important;
    padding-right: 3% !important;
    background-color: white;
}

.container-box-insider-second-filter {
    padding-top: 2% !important;
    padding-bottom: 1% !important;
    ;
    padding-left: 3% !important;
    padding-right: 3% !important;
    background-color: white;
}

.table th {
    border-top: none;
}

.navbar-social-icon {
    width: 1.0rem !important;
    margin-right: 1rem;
}

.button-icon-plus {
    width: 1.4rem !important;
    height: 1.4rem !important;
}

.icon-30 {
    width: 25px !important;
    height: 25px !important;
}

.padding_y_017 {
    padding-top: 0.17rem !important;
    padding-bottom: 0.17rem !important;
}

.padding_y_010 {
    padding-top: 0.10rem !important;
    padding-bottom: 0.10rem !important;
}

.padding_y_005 {
    padding-top: 0.050rem !important;
    padding-bottom: 0.05rem !important;
}

.input-search-background {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
}

.input-admin-background {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    border-radius: 15px;
}

.table-color-icon {
    color: #C3C1BE;
}

.items-grid-functions-box {
    position: absolute;
    top: 10px;
    right: 10px;
    padding-top: 0;
    padding-right: 2%;
    padding-bottom: 0;
    padding-left: 2%;
    background-color: #FFFFFF;
    border-radius: 15px;
    border-style: solid;
    border-color: white;
}

/*
.items-grid-functions-box-warehouse {
    position: absolute;
    top: 5px;
    right: 5px;
    padding-top: 0;
    padding-right: 2%;
    padding-bottom: 0;
    padding-left: 2%;
    background-color: transparent;
    border-style: none;
}
*/

.custom-control-input:focus~.custom-control-label::before {
    border-color: #1FAF2A !important;
    box-shadow:
        0 0 0 0rem rgba(0, 0, 0, 0) !important;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #1FAF2A !important;
    background-color: #1FAF2A !important;
}

.custom-control-input:active~.custom-control-label::before {
    background-color: #1FAF2A !important;
    border-color: #1FAF2A !important;
}

.hover-icona-arancione:hover {
    color: #454545;
    cursor: pointer;
}

.border-radius-button-tab {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.preview-tab-border {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #F4F5F5;
}

.form-control {
    border: none;
    background-color: #F5F5F5;
    color: #4D4D4D;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B9B9B9 !important;
    opacity: 1; /* Firefox */
    }

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B9B9B9 !important;
    }

::-ms-input-placeholder { /* Microsoft Edge */
    color: #B9B9B9 !important;
}

.form-control:focus {
    color: #4D4D4D;
    background-color: #F5F5F5;
}

.col-form-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.btn-color-main-white-header {
    color: #fff;
    background-color: #000000;
    border-color: #FFFFFF;
    border-radius: 25px;
}

.btn-color-main-white-header:hover,
.btn-color-main-white-header:focus,
.btn-color-main-white-header:active,
.btn-color-main-white-header.active,
.open .dropdown-toggle.btn-color-main-white-header {
    color: #fff;
    background-color: #000000;
    border-color: #FFFFFF;
    border-radius: 25px;
}

.btn-color-main-white-header:active,
.btn-color-main-white-header.active,
.open .dropdown-toggle.btn-color-main-white-header {
    background-image: none;
}

.btn-color-main-white-header.disabled,
.btn-color-main-white-header[disabled],
fieldset[disabled] .btn-color-main-white-header,
.btn-color-main-white-header.disabled:hover,
.btn-color-main-white-header[disabled]:hover,
fieldset[disabled] .btn-color-main-white-header:hover,
.btn-color-main-white-header.disabled:focus,
.btn-color-main-white-header[disabled]:focus,
fieldset[disabled] .btn-color-main-white-header:focus,
.btn-color-main-white-header.disabled:active,
.btn-color-main-white-header[disabled]:active,
fieldset[disabled] .btn-color-main-white-header:active,
.btn-color-main-white-header.disabled.active,
.btn-color-main-white-header[disabled].active,
fieldset[disabled] .btn-color-main-white-header.active {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-color-main-white-header .badge {
    color: #FFFFFF;
    background-color: #454545;
}


.btn-color-main-header {
    color: #0A262B;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-color-main-header:hover,
.btn-color-main-header:focus,
.btn-color-main-header:active,
.btn-color-main-header.active,
.open .dropdown-toggle.btn-color-main-header {
    color: #454545;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-color-main-header:active,
.btn-color-main-header.active,
.open .dropdown-toggle.btn-color-main-header {
    background-image: none;
}

.btn-color-main-header.disabled,
.btn-color-main-header[disabled],
fieldset[disabled] .btn-color-main-header,
.btn-color-main-header.disabled:hover,
.btn-color-main-header[disabled]:hover,
fieldset[disabled] .btn-color-main-header:hover,
.btn-color-main-header.disabled:focus,
.btn-color-main-header[disabled]:focus,
fieldset[disabled] .btn-color-main-header:focus,
.btn-color-main-header.disabled:active,
.btn-color-main-header[disabled]:active,
fieldset[disabled] .btn-color-main-header:active,
.btn-color-main-header.disabled.active,
.btn-color-main-header[disabled].active,
fieldset[disabled] .btn-color-main-header.active {
    background-color: #454545;
    border-color: #454545;
}

.btn-color-main-header .badge {
    color: #454545;
    background-color: #FFFFFF;
}

.main-header-cart{
    /*width: 34px;*/
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.box-messaggi{
    min-height: 240px;
    max-height: 240px;
    overflow-y: scroll;
}

/*---- NEW FOOTER STYLE -----*/

.main-footer {
    background-color: #003F41;
    display: flex;
    flex-direction: column;
}

.main-footer .container {
    padding: 20px;
}

.footerlogo {
    width: 180px;
}
.socialicons {
    width: 32px;
}

.btn-footer {
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    width: 178px;
    border: 3px solid #FFFFFF;
    border-radius: 25px;
}
.btn-footer:hover {
    background-color: #CCE1E2;
    border: 3px solid #CCE1E2;
}

.btn-footer.invert {
    color: #000000;
    background-color: #CCE1E2;
    border: 3px solid #CCE1E2;
}
.btn-footer.invert:hover {
    color: #ffffff;
    background-color: transparent;
    border: 3px solid #CCE1E2;
}

.appicon {
    width: 160px;
}

.main_font_semi_medium{
    font-size: 12px !important;
}
.link a {
    text-decoration: underline !important;
    color: #fff;
}

/*---- NEW HERO HEADER -----*/

.heroheader {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 74vh;
    width: 100%;
    background-image: url('/img/home/heromob.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px !important;
    padding-bottom: 140px;
}

.heroheader p {
    color:#fff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0px;
}

.heroheader h1 {
    color:#fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 110px;
}


.hero-text {
    position: absolute;
    bottom: 40px; /* distanza dal bordo inferiore, regola a piacere */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.box-hero {
    position: relative;
    bottom: 40px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0px 30px;
}
.box-hero .btn-buy-header{
    height: 80px;
    align-content: center;
    border-radius: 30px 30px 0px 0px;
    font-size: 32px;
}
.box-hero .btn-sell-header{
    height: 80px;
    align-content: center;
    border-radius: 0px 0px 30px 30px;
    font-size: 32px;
}

.icon-box img{
    width: 75px;
}

.icon-box h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #747474;
}
.icon-box h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
}
.icon-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    text-align: left;
    margin: 0px;
}
.w-custom {
    width: 100%;
}


a.btn.btn-color-main-header.main-header-cart {
    background: #fff;
    color: #000000;
}

a#dropdownMenuLink {
    border-radius: 50%;
    padding: 11px;
}

.btn-register-box {
    width: 100%;
    height: 75px;
    align-content: center;
    color: #000000;
    background-color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 63px;
}
.bkapp {
    background-image: url("/img/home/bkapp.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 60%;
    padding: 2rem;
    height: 100%;
}

.bkapp.right {
    background-position: top right;
}


/* Offcanvas menu base */
.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -280px; /* start hidden */
    width: 280px;
    height: 100vh;
    background-color: #454545;
    color: white;
    z-index: 1050;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
    padding: 20px;
}

/* Contenuto */
.offcanvas-menu a {
    display: block;
    padding: 10px 0;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
}

.offcanvas-menu a:hover {
    color: #f8b400;
}

/* Overlay scuro dietro */
#offcanvasOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

/* Stato attivo */
.offcanvas-menu.open {
    right: 0;
}
#offcanvasOverlay.active {
    display: block;
}

/* Pulsante chiusura */
.offcanvas-close {
    color: white;
    font-size: 2rem;
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 15px;
}

/* Carosello style */
.testimonial-carousel {
    max-width: 640px;
    margin: 6rem auto;
    position: relative;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    padding: 0px 30px;
}

.carousel-viewport {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel-track {
    display: flex;
    transition: transform 400ms ease-in-out;
}

.testimonial-card {
    flex: 0 0 100%;
    background: #fff;
    border: 3px solid #CFCFCF;
    border-radius: 50px;
    padding: 2rem 1.5rem;
    box-sizing: border-box;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.testimonial-text {
    color: #000;
    margin: 0 0 0.75rem 0;
    font-size: 1.05rem;
}

.testimonial-author {
    color: #666;
    margin: 0;
    font-weight: 600;
    font-size: 0.95rem;
}

/* Frecce laterali */
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
    z-index: 2;
}

.carousel-control-prev { left: -140px; }
.carousel-control-next { right: -140px; }

.carousel-control-prev:disabled,
.carousel-control-next:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Pallini */
.carousel-dots {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1rem;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.carousel-dot[aria-selected="true"] {
  background: #02686C; /* verde per attivo */
}
.bannerbox{
    background: #f2f7f800;
    padding: 20px 0px 20px 0px !important;
    position: absolute;
    top: 20px;
    left: 5%;
    width: 90%;
}

.icon-box{
    margin-top: 30px;
    margin-bottom: 30px;
}

.no-mobile {
    display: none;
}

.cart-bottom-box{
    position: relative;
    bottom: 30px;
    background-color: #f2f5f5;
}
.minicart-content{
    max-height: 80%;
}

.title-login-page, .title-register-page{
    font-size: 24px;
}

@media (min-width: 576px)
{

}
@media (min-width: 768px)
{

}
@media (min-width: 992px)
{

}
@media (min-width: 1200px)
{
    .no-mobile {
        display: flex;
    }

    .icon-box{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .bannerbox {
        background: #F2F7F8;
        padding: 70px 0px 70px 0px !important;
        position: absolute;
        top: 20px;
        left: 5%;
        width: 90%;
    }

    .box-messaggi{
        min-height: 480px;
        max-height: 480px;
    }

    .main-footer {
        height: 300px;
        padding: 0px;
    }
    .footerlogo {
        width: 210px;
    }
    .main_font_semi_medium{
    font-size: 14px !important;
    }
    .heroheader {
    position: relative;
    display: block;
    overflow: hidden;
    height: 94vh;
    width: 100%;
    background-image: url('/img/home/hero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-content: center;
    padding-left: 150px !important;
    padding-bottom: 0px;
    }

    .heroheader p {
        text-align: left;
        font-size: 72px;
        font-weight: 700;
    }
    .heroheader h1 {
        text-align: left;
        font-size: 32px;
        font-weight: 400;
        padding-bottom: 0px;
    }
    .bannerbox{
        background: #F2F7F8;
        padding: 100px 0px 100px 0px !important;
        background: #F2F7F8;
        position: static;
        width: 100%;
    }

    .container.my-5,.comunity-box {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }

    .box-hero .btn-buy-header{
        height: 120px;
        align-content: center;
        border-radius: 100px 0px 0px 100px;
        font-size: 42px;
    }
    .box-hero .btn-sell-header{
        height: 120px;
        align-content: center;
        border-radius: 0px 100px 100px 0px;
        font-size: 42px;
    }
    .box-hero {
        position: relative;
        bottom: 60px;
        z-index: 2;
        display: flex;
        justify-content: center;
    }
    .w-custom {
        width: 55%;
    }
    .icon-box img{
    width: 110px;
    }
    .icon-box h2 {
    font-size: 32px;
    }
    .icon-box p {
    font-size: 20px;
    }
    .icon-box h3 {
    font-size: 20px;
    }
    .btn-register-box {
    width: 350px;
    }
    .testimonial-carousel {
    padding: 0px;
    }
    .container.home{
        background: #F2F7F8;
    }
    .box-ferramenta {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }
}
/* Hide scrollbar for Chrome, Safari and Opera */
.box-messaggi::-webkit-scrollbar {
    display: none;
    }
/* Hide scrollbar for IE, Edge and Firefox */
.box-messaggi {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.border_radius_05{
    border-radius:5px;
}

.border_radius_10{
    border-radius:10px;
}

.border_radius_15{
    border-radius:15px;
}

.cursor_pointer{
    cursor: pointer;
}

.button_delete_product{
    width:90%;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-top:0.2rem;
    padding-bottom:0.2rem;
}

.button_delete_product_send{
    width:100%;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-top:0.2rem;
    padding-bottom:0.2rem;
}

.body_font_color_force{
    color:#212529!important;
}

.box-info-home-text{
    margin-right: auto !important;
    width: 80%;
    margin-left: auto!important;
    line-height: 1.3rem;
}

.sidenav-cart-open{
    display: block;
    background-color: #fff;
}

.sidenav-cart-close{
    display: none;
}

/*carrello*/

.sidenav-cart {
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    /*opacity: 0.95;*/
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#cartList{
    overflow-y: auto;
    max-height: 470px;
}

#new_address_checkout_body{
    overflow-y: auto;
    max-height: 600px;
}

.sidenav-cart-open{
    display: block;
}

.sidenav-cart-close{
    display: none;
}

.sidenav-cart a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-transform: uppercase !important;
    font-weight: 700;
}

.sidenav-cart a:hover {
    color: #f1f1f1;
}

.sidenav-cart .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav-cart
    {
        padding: 25px 0px;
    }

.dropdown-menu{
width:300px;
background-color:#454545;
box-shadow:none;
border:none;
left: 300px;
background-color: #fff;
}
.dropdown-item{
    padding: 20px;

}
.dropdown-item:hover{
    background-color: #02686C;
    color:#fff;
}
.page-item.active .page-link {
    background-color: #02686C;
    border-color: #02686C;
}
.pagination li{
    margin: 0px 4px
}


@media (max-width: 576px)
{
    #quantity{
        text-align: center;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .carousel-control-prev,
    .carousel-control-next {
    display: none;
  }

  .box-hero {
    position: relative;
    bottom: 42px;
    z-index: 2;
    display: flex;
    justify-content: center;
}

}

@media (min-width: 576px)
{

    .sidenav-cart
    {
        max-width: 430px;
    }
}
@media (min-width: 768px)
{
    .sidenav-cart
    {
        max-width: 430px;
    }
}
@media (min-width: 992px)
{
    .sidenav-cart
    {
        max-width: 430px;
    }
}
@media (min-width: 1200px)
{
    .sidenav-cart
    {
        max-width: 430px;
    }
}

.minicart-content .minicart-heading > h4 {
    margin-bottom: 0;
    padding-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.minicart-content .searchable-container{
    text-align: center;
}

#cartList > div > div > div.row > button:nth-child(1){
    color:red;
}

#cartList > div > div > div.row > button:nth-child(2){
    color: green;
}

#cartList > div > div > div.row > button:nth-child(3){
    color: darkgoldenrod;
}

.productImage{
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 5px;
}

.productImageCart{
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 5px;
    -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    border-radius: 5px;
}

#cartList > div > div > div.row{
    justify-content: center;
    margin-top: -5px;
    margin-bottom: 60px;
}

.minicart-content .minicart-list {
    max-height: 310px;
    position: relative;
    overflow: auto;
}

.minicart-content .minicart-list > li {
    padding-bottom: 30px;
}

.minicart-content .minicart-list > li:last-child {
    padding-bottom: 0;
}

.minicart-content .minicart-list > li.minicart-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.minicart-content .minicart-list > li.minicart-product > a.product-item_remove {
    position: absolute;
    right: 15px;
}

.minicart-content .minicart-list > li.minicart-product .product-item_img {
    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    max-width: 70px;
}

.minicart-content .minicart-list > li.minicart-product .product-item_content {
    -webkit-flex-basis: calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-left: 20px;
    padding-right: 10px;
}

@media (max-width: 479px) {
    .minicart-content .minicart-list > li.minicart-product .product-item_content a.product-item_title {
        font-size: 14px;
    }
}

.minicart-content .minicart-list > li.minicart-product .product-item_content .product-item_quantity {
    display: block;
    padding-top: 10px;
}

.img-product{
    border-radius: 5px;
    object-fit: contain;
    -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    width: fit-content;
    max-width: 300px;
}