/* ==========================================
   Html / Body
   ========================================== */

html,
body {
    max-width: 100%;
    overflow: auto;
    font-family: 'Archia', sans-serif;
}

/* ==========================================
    Header overrides
   ========================================== */

.navbar {
    background-color: rgba(255, 255, 255, 0.8);
}

/* =====================
   Lang selector
   ===================== */

.lang-selector {
    color: #000000;
}

.lang-selector img {
    filter: none;
}

.lang-selector span {
    text-shadow: none;
}

/* =====================
   Header socials
   ===================== */

.header-socials ul li img {
    filter: none;
}

.search-btn img,
.share-btn img {
    filter: none;
}

/* =====================
   Back btn
   ===================== */

.back-btn {
    color: #000000;
    text-decoration: none;
    line-height: 30px;
    margin-top: 15px;
    text-shadow: none;
}

.back-btn img {
    filter: none;
}

.icon-login {
    filter: none;
}


/* =====================
   Logo
   ===================== */

.has-scroll .hero-logo {
    filter: none;
}

/* =====================
   Desktop navbar right
   ===================== */

.search-btn img,
.share-btn img {
    filter: none;
}

.navbar-link:link,
.navbar-link:active,
.navbar-link:visited {
    color: #000000;
    text-shadow: none;
}

/* ==========================================
   Menu btn
   ========================================== */

.menu-btn {
    padding: 1rem 0;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.btn-menu {
    border: 2px solid #000000;
    color: #000000;
    backdrop-filter: none;
    box-shadow: none;
    text-shadow: none;
}

.btn-menu:hover,
.btn-menu:active {
    border: 2px solid #000000 !important;
    color: #000000 !important;
}

/* =====================
   Hamburger
   ===================== */

.hamburger span {
    background-color: #000000;
}

/* ==========================================
    Reserved area
   ========================================== */

.reserved-area-container,
.reserved-area-container-fluid {
    padding-left: 26px;
    padding-right: 26px;
    margin-top: 140px;
}

.reserved-area-intro {
    margin-bottom: 67px;
}

.reserved-area-intro h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 13px;
    font-weight: 600;
}

.reserved-area-intro a:link,
.reserved-area-intro a:active,
.reserved-area-intro a:visited {
    color: #000000;
}

.reserved-area-menu {
    margin-bottom: 50px;
}

.reserved-area-menu .list-inline {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0;
}

.reserved-area-menu .list-inline .list-inline-item {
    padding: 10px 5px;
    min-width: 50%;
    border-bottom: 1px solid #000000;
}

.reserved-area-menu .list-inline .list-inline-item:not(:last-child) {
    margin-right: 0;
}

.reserved-area-menu .list-inline .list-inline-item.active {
    border-bottom: 3px solid #006542;
}

.reserved-area-menu .list-inline .list-inline-item a:link,
.reserved-area-menu .list-inline .list-inline-item a:active,
.reserved-area-menu .list-inline .list-inline-item a:visited {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: #939393;
    font-weight: 600;
}

.reserved-area-menu .list-inline .list-inline-item.active a:visited {
    color: #000000;
}

.reserved-area-content h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.reserved-area-content h4 a:link,
.reserved-area-content h4 a:active,
.reserved-area-content h4 a:visited {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}

.reserved-area-user-item {
    border-bottom: 1px solid #000000;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    padding: 20px 0 5px;
}

@media (min-width: 992px) {

    .reserved-area-container {
        max-width: 830px;
    }

    .reserved-area-container,
    .reserved-area-container-fluid {
        margin-top: 300px;
    }

    .reserved-area-container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }

    .reserved-area-menu {
        margin-bottom: 80px;
    }

    .reserved-area-content h4 {
        text-align: left;
    }

    .reserved-area-list {
        column-count: 2;
        column-gap: 50px;
    }

    .reserved-area-user-item {
        border-bottom: 1px solid #000000;
        text-align: left;
    }

}

/* ==========================================
    Form
   ========================================== */

.general_layout_container p {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-bottom: 20px;
}

.reserved-area-content form {
    margin-bottom: 150px;
}

.custom_form_login form {
    margin-bottom: 0;
}

.custom_form_login p.login-submit {
    text-align: center;
    margin-bottom: 0;
}

.custom_form_login .entry-content {
    margin-bottom: 150px;
}

.custom_form_login .a_reg:link,
.custom_form_login .a_reg:active,
.custom_form_login .a_reg:visited,
.custom_form_login .recover_psw:link,
.custom_form_login .recover_psw:active,
.custom_form_login .recover_psw:visited {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}

.reserved-area-content input[type="email"],
.reserved-area-content input[type="password"],
.reserved-area-content input[type="tel"],
.reserved-area-content input[type="text"],
.reserved-area-content textarea {
    color: #000;
    display: block;
    text-decoration: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000000;
    width: 100%;
    padding: 20px 0 5px;
    outline: none;
}

.reserved-area-content form select {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000000;
    font-size: 16px;
    height: auto !important;
    padding: 20px 0 5px;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 24px;
}

.reserved-area-content form button[type="submit"],
.reserved-area-content form input[type="submit"] {
    margin: 30px auto;
    border: 0;
    border-radius: 0;
    background-color: #006542;
    color: #ffffff;
    padding: 20px 40px;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
}

.reserved-area-content .gdpr-form-group {
    background: #eee;
    padding: 20px;
    margin-bottom: 10px;
}

.reserved-area-content .gdpr-form-group label {
    font-size: 12px;
}

/* ==========================================
    Wishlist
   ========================================== */

.wishlist-form {
    margin-bottom: 100px;
}

form.wishlist-form input[type="submit"] {
    margin: 30px auto;
    border: 0;
    border-radius: 0;
    background-color: #006542;
    color: #ffffff;
    padding: 20px 40px;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
}


.wish_container {
    margin-bottom: 50px;
}

.wish_image {
    width: 100%;
    aspect-ratio: 7 / 4;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wishlist_container .wish_item {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}

.wishlist_container .wish_actions {
    margin-top: 15px;
}

.wishlist_container .wish_actions span {
    cursor: pointer;
    text-decoration: underline;
}

.wishlist_container .item_docs {
    margin: 35px 0 60px
}

.choices {
}

.choices > a {
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    line-height: 19px;
    margin-top: -7px
}

.choices h4 {
    font-size: 18px;
}

.choices .form-group {
    display: block;
    color: #000;
    margin-bottom: 0
}

.choices .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.choices .form-group label {
    position: relative;
    cursor: pointer;
    color: #000;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
}

.wish_container .choices .form-group label {
    border-bottom: 1px solid #000000;
}

.choices .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    margin-bottom: 5px
}

.choices .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

/* ==========================================
    Search collection detail items
   ========================================== */

.search-detail-item {
    position: relative;
    aspect-ratio: 3/4;
    margin-bottom: 30px;
    cursor: pointer;
}

.search-detail-item:last-of-type {
    /*margin-right: 0;*/
}

.search-detail-item .detail-item-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 14px;
}

.search-detail-item .detail-item-controls > * {
    display: inline-block;
    margin-right: 11px;
}

.search-detail-item .detail-item-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.search-detail-item .detail-item-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.search-detail-item .detail-item-title h3 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #181818;
    margin-bottom: 0;
}

@media (min-width: 450px) {

    .search-detail-item {
    }

}

@media (min-width: 992px) {

    .search-detail-item {
        /*margin-right: 30px;*/
    }

}

/* ==========================================
    Search collection detail items
   ========================================== */

p.search-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 34px;
    font-weight: 500;
    text-transform: uppercase;
}

p.search-subtitle {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

p.search-subtitle:before {
    display: inline-block;
    margin-right: 13px;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('../img/icon-filters.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.collections_link{
    margin-top: 50px;
}

.search-list {
    margin-bottom: 20px;
}

.search-list a:link,
.search-list a:active,
.search-list a:visited {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
}

#dependence_selects div.fsc {
    display: none !important;
}

.go_to_collection:link,
.go_to_collection:active,
.go_to_collection:visited {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

/* ==========================================
    Selects
   ========================================== */

#dependence_selects {
    position: relative;
}

#dependence_selects .select_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.59);
    font-size: 34px;
    color: #000;
    z-index: 999;
}

.search-select{
    /*height: 44px;*/
    border: 0 !important;
    /*overflow: hidden;*/
    width: 100%;

}

.search-select::-moz-focus-inner {
    border: 0;
}
.search-select:focus {
    outline: none;
}
.search-select option{
    font-size: 11px;

    padding: 10px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
    border: #000000 solid 1px;
    border-radius: 0;
    color: #000000;
    margin-bottom: 8px;


    display: inline-block;
    float: left;
}


.select_container {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.select_container label {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
}

.select_container label:before {
    content: "";
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(-45deg);
}

.select_container label.collapsed:before {
    transform: rotate(135deg);
}

.select_container .accordion-header {
    border-bottom: 1px solid #000000;
    margin-bottom: 14px;
}

.search-option,
.search-reset-btn {
    display: block;
    width: 80%;
    background-color: #ffffff;
    font-size: 11px;
    padding: 10px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
    border: #000000 solid 1px;
    border-radius: 0;
    color: #000000;
    margin-bottom: 8px;
}

.search-option.active {
    background-color: #000000;
    color: #ffffff;
}

.search-filter-btn {
    display: none;
}

/* ==========================================
    Traduttore
   ========================================== */

.code_result_container {
    margin-bottom: 50px;
}

/* ==========================================
    Ricerca intro
   ========================================== */

.ricerca-intro h1 {
    margin-bottom: 75px;
    font-size: 25px;
    line-height: 30px;
}

.ricerca-intro h2 {
    margin-top: 75px;
    font-size: 20px;
    line-height: 25px;
}

.ricerca-intro .linea-container {
    margin-bottom: 30px;
}

.ricerca-intro .linea-container .linea-img {
    width: 100%;
    aspect-ratio: 2.5 / 4;
    margin-bottom: 11px;
    object-fit: cover;
    object-position: center;
}

.ricerca-intro .linea-container a:link .linea-name,
.ricerca-intro .linea-container a:active .linea-name,
.ricerca-intro .linea-container a:visited .linea-name {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: underline;
}

@media (min-width: 992px) {

    .ricerca-intro .linea-container {
        max-width: 260px;

    }

}

/* ==========================================
    Ricerca intro
   ========================================== */

.filters-scroll {
    max-height: 215px;
    overflow-y: scroll;
}

/* ==========================================
    Footer
   ========================================== */

.footer-reserved-area {
    margin-top: 100px;
    position: relative;
}

/* ==========================================
    Pagination
   ========================================== */

.pagination {
    text-align: center;
}

.pagination li {
    display: inline-block;
    padding: 5px;
}

.pagination li a:link,
.pagination li a:active,
.pagination li a:visited {
    color: #000000;
    text-decoration: none;
}

.pagination li.active a:link,
.pagination li.active a:active,
.pagination li.active a:visited {
    font-weight: 700;
}

#submit-btn {
    opacity: 0;
}

/* ==========================================
    Single post overrides
   ========================================== */

.single-post-section {
    padding-top: 129px;

    h1 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .single-post-section {
        padding-top: 200px;
    }
}
