/* GENERAL */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background: #202020;
    overflow-x: hidden;
    overflow-y: auto !important;
    width: 100%;
    cursor: inherit !important;
    transition: .5s linear background;
    -webkit-transition: .5s linear background;
}
.contact_us {
    z-index: 999999999999999!important;
}
.body_scrolled {
    background: #202020;
    transition: .5s linear background;
    -webkit-transition: .5s linear background;
}

button.btn.fake-btn.btn-outline-danger {
    border: none!important;
    font-family: Roboto;
    font-size: 15px;
    color: black;
}

button.btn.fake-btn.btn-outline-danger:hover {
    color: red;
    background: transparent;
    cursor: default;
}

.verybig {
    font-size: 30px;
}

.overlay {
    display: none;
}

.toast {
    z-index: 999999999999999999999!important;
    opacity: 1!important;
    transition: all .2s;
}

#toast-container {
    position: fixed;
    z-index: 999999999999999999999!important;
    bottom: 20px;
    right: 20px;
}

.toast-success {
    background: #468c46;
    padding: 20px;
    border-radius: 5px;
}

.toast-warning {
    background: orange;
    padding: 20px;
    border-radius: 5px;
}

.swal2-container.swal2-center.swal2-fade.swal2-shown {
    z-index: 9999999999999!important;
}

* {
    -webkit-overflow-scrolling: touch;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important;
    margin-right: 1.5rem !important;
}

.btn-default {
    color: #333;
    background-color: #8000ff!important;
    border-color: #ccc;
    border: none;
    border-radius: 0px;
}

.btn-default.active {
    color: #333;
    background-color: #8000ff!important;
    border-color: #ccc;
    border: none;
    border-radius: 0px;
}

.where_to_buy {
    position: relative;
    display: inline-block;
}

.img_dove_comprare {
    border: 1px solid rgba(0, 0, 0, .5);
    max-height: 122px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .6));
    margin: 0 20px;
}

.btn-best-price {
    border: 1px solid #000000;
    background-color: grey;
    color: #fff!important;
    line-height: 20px;
    padding-bottom: 0px!important;
}

.hidden_on_pc {
    display: none !important;
}


/* TYPOGRAPHY */

h1.main_title,
h1.main_title_inner {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 1.67vw;
    color: #ffffff;
    padding: 0px 0px 0px 20px;
    line-height: 60px;
    margin: 0px;
    float: left;
}

h3.overlay_title {
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 5px;
}

h3.company_name {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 0rem !important;
}

p.contact_btn,
p.contact_btn a {
    margin: 0px auto;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    text-decoration: none;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    line-height: 30px;
}

.brands_list p {
    color: rgba(21, 21, 21, 1);
}

.brands_list p:hover {
    color: rgba(21, 21, 21, .8);
}

.brands_list_wrapper {
    position: fixed;
    width: calc(15% - 10px);
    height: 750px;
    padding-right: 10px;
    overflow-y: hidden !important;
    background-color: #2d2d2d;
}

.brands_list {
    list-style: none;
    margin-left: -20px;
    margin-top: 0px;
    border-radius: 5px;
    padding-top: 60px;
    padding-right: 0;
    background-color: #2d2d2d !important;
    padding-left: 20px;
}

.brands_list li {
    font-size: .8rem;
    padding: 10px;
    color: #ffffff;
    text-decoration: none;
}

.brands_list a {
    text-decoration: none;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.brands_list li:hover {
    border-left: 3px solid rgba(128, 0, 255, .5);
    text-decoration: none;
    color: #fff;
    background-position: 100%;
    transition: all .2s ease-in;
    background-image: linear-gradient(to right, transparent, transparent 3%, transparent 0%, rgba(128, 0, 255, 1));
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
    text-align: left!important;
}

.submenu {
    display: none;
    background: #ffffff;
    font-size: 14px;
    padding: 0px;
}

.submenu li {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    list-style: none;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #2a2a2a;
    padding: 12px 0px 12px 25px;
    padding-left: 15px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    border-left: 3px solid rgba(128, 0, 255, .5);
    color: #FFF;
}

span.offer_price_large {
    font-size: 22px;
    /*text-transform: uppercase;*/
}

span.offer_price_large-innerclick {
    font-size: 18px;
    color: #ffffff;
    line-height: 2.5;
    text-transform: none;
    /*font-weight: bolder;*/
    padding: 5px 15px 5px 15px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 10px 10px 10px 10px;
    background-color: #fbbf17;
}
.scheda-prodotto {
    margin-top: 80px;
}
@media (min-width: 1400px) {
    .scheda-prodotto {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.scheda-prodotto * {
    color: #212121!important;
}
span.offer_price_medium {
    font-size: 18px;
    text-transform: uppercase;
}

span.offer_price_small {
    font-size: 14px;
    text-transform: none;
}

.number_of_votes {
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}

i.fas.fa-search {
    font-weight: 900;
    font-size: 16px;
    line-height: 26px;
}

/* COLORS */

.text-dark {
    color: #212121;
}


/* NAVBAR */

.nicescroll-cursors {
    width: 3px!important;
}

.navbar {
    padding: 0px;
    overflow: hidden;
}

.logo_header_wrapper {
    position: fixed;
    width: 16.66%;
    top: 0px;
    left: 0px;
    padding: 0px;
}

.logo_wrapper {}

.logo_header_wrapper_1 {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 0px;
    background-color: #151515;
}

.logo_header_wrapper .logo_wrapper {
    padding: 0px;
    overflow: hidden;
    background-color: #2d2d2d;
}

.shrink {
    transition: .5s linear all;
    opacity: 0;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.menu_btn {
    display: none;
}

a.top_logo_link {
    margin: 0 auto;
}


/* SLIDER CONTAINER */

#grid-rotator {
    position: relative;
    margin: 0px;
    width: 100%;
}

.sidebar-wrapper {
    padding: 0px;
    background-color: rgba(21, 21, 21, 1);
    border-right: 2px solid rgba(0, 0, 0, .5);
}

.right_with_left_padding {
    padding: 0px;
}

.right_without_padding {
    padding: 0px !important;
}

.main_title {
    position: relative;
    width: 100%;
    height: 60px;
    top: 0px;
    left: 16px;
    background: #2d2d2d;
    z-index: 999999999 !important;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.main_title_inner {
    position: absolute;
    width: auto;
    height: 60px;
    /*top: 44px;*/
    top: 94px;
    left: 16.666667%;
    background: #2d2d2d;
    /*background: -moz-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );*/
    z-index: 999999999 !important;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.main_title_shrinked {
    top: 0px !important;
    padding-top: 10px;
    background: #2d2d2d;
    -webkit-transition: .3s linear all;
    transition: .3s linear all;
}

.main_title_inner_wrapper {
    top: 90px;
    z-index: 99999999;
    position: fixed;
    width: 100%;
    padding-top: 0;
    background: transparent;
    height: auto;
    transition: .33s linear all;
}
.main_title_inner_wrapper_shrinked {
    z-index: 99999999;
    top: 0px;
    position: fixed;
    width: 100%;
    padding-top: 0;
    background: #2d2d2d;
    height: 60px;
    transition: .33s linear all;
}
.main_title_inner_wrapper h2.main_title_inner {
    position: relative;
    top: 0;
    background-color: #2d2d2d !important;
}
.main_title_inner_wrapper_shrinked h2.main_title_inner {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.main_title_inner_wrapper .contact_us_inner {
    top: 100px;
    transition: .3s linear all;
}
.main_title_inner_wrapper_shrinked .contact_us_inner {
    top: 10px;
    transition: .3s linear all;
}

.contact_us {
    position: fixed;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 10px;
    right: 20px;
    padding: 5px 15px;
    background-color: #ff0000;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    cursor: pointer;
}
.main_title_shrinked .contact_us {
    margin-top: 0 !important;
}

.contact_us_inner {
    position: fixed;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 0;
    right: 20px;
    padding: 5px 15px;
    z-index: 99999999999999 !important;
    background-color: #ff0000;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    cursor: pointer;
}
.main_title_shrinked .contact_us_inner {
    margin-top: -10px;
}

.contact_us:hover {
    background-color: #ffffff;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.contact_us:hover p {
    color: #222222 !important;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.swal2-container.swal2-center.swal2-fade.swal2-shown {
    z-index: 9999999999999!important;
}

.flags_wrapper {
    position: relative;
    width: 98%;
    margin: 0px auto;
    background-color: #2d2d2d;
    min-height: 40px;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
    z-index: 9999;
    display: block;
    border-bottom: 1px solid white;
}

.flags_wrapper_1 {
    position: fixed;
    width: calc(100% - 230px);
    margin: 0px auto;
    background-color: #2d2d2d;
    min-height: 40px;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
    border-top: none;
    border-bottom: none;
    margin-left: 15px;
    z-index: 99999999999999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.flags_wrapper_shrinked {
    position: fixed;
    width: 83.333333%;
    top: 60px;
    left: 16.666667%;
    background-color: #2d2d2d;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
    border-top: 1px solid rgba(211, 211, 211, 0.33);
    border-bottom: 1px solid rgba(211, 211, 211, 0.33);
    z-index: 99999999999999 !important;
}

.flags_inner_wrapper_srinked {
    position: fixed;
    width: 83.333333%;
}

.flags_inner_wrapper ul.list-inline {
    position: relative;
    margin: 0px auto !important;
    width: 100%;
    float: none !important;
    text-align: center;
    margin: 0px;
    padding: 2px;
}

.flag-icon {
    font-size: 1rem;
    border: 0.5px solid white;
}

.flags_wrapper_shrinked .flag-icon {
    font-size: 1rem;
    border: 1px solid rgba(0, 0, 0, .5);
}

.list-inline-item {
    cursor: pointer !important;
    margin-right: .5rem!important;
}

#filter_mob {
    display: none;
}

.filter_wrapper_index {
    /*position: relative;*/
    min-height: 50px;
    z-index: 999999999 !important;
    background-color: #8000ff;
    width: 100%;
    top: 0px;
    margin: 0px 0px 0px 15px;
    filter: drop-shadow(2px 0px 2px transparent);
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.filter_wrapper_index_fixed {
    position: fixed;
    top: 30px !important;
    min-height: 50px;
    z-index: 999999999 !important;
    background-color: #8000ff;
    width: 100%;
    margin: 70px 0px 0px 15px;
    filter: drop-shadow(2px 0px 2px rgba(0, 0, 0, .8));
    transition: .2s linear all;
    -webkit-transition: .2s linear all;
}

.filter_wrapper {
    position: fixed;
    min-height: 50px;
    z-index: 999999999 !important;
    background-color: #8000ff;
    color: #ffffff;
    width: 100%;
    top: -3px;
    /*margin: 105px 0px 0px 15px;*/
    margin: 44px 0px 0px 15px;
    filter: drop-shadow(2px 0px 2px transparent);
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.filter_wrapper a {
    color: #ffffff !important;
}

.filter_wrapper_scrolled {
    top: 60px;
    background-color: #ffffff;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.filter_wrapper_scrolled a {
    color: #212121 !important;
}

.filter_wrapper_fixed {
    position: fixed;
    top: 35px;
    min-height: 50px;
    z-index: 999999999 !important;
    background-color: #8000ff;
    width: 100%;
    margin: 70px 0px 0px 15px;
    filter: drop-shadow(2px 0px 2px rgba(0, 0, 0, .8));
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0px 0px 50px;
    margin-bottom: 0rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0rem;
    height: 50px;
    line-height: 50px;
}

.breadcrumb-item.active {
    color: #b5b5b5 !important;
    font-size: 1em;
    font-style: normal;
    font-weight: normal !important;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.breadcrumb-item.active:hover {
    color: #909090 !important;
}

.breadcrumb-item a {
    color: #8000ff;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.filter_wrapper_fixed .breadcrumb-item a {
    color: #ffffff;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.filter_wrapper_fixed .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.7) !important;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.filter_wrapper_fixed .breadcrumb-item.active:hover {
    color: rgba(0, 0, 0, .7) !important;
}

.switcher {
    position: relative;
    width: auto;
    float: left;
    margin-top: 5px;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 50%;
    font-size: 14px;
    height: 40px;
    width: 40px;
    padding: 0px;
    background-color: #8000ff !important;
    color: #ffffff;
    z-index: 2;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 1));
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    position: absolute;
    vertical-align: middle;
    margin-top: 14px;
    width: 60px;
    height: 10px;
    background-color: #cccccc !important;
    border-radius: 5px;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #cc0000;
    border-color: #404040;
    width: 40px;
    transform: translateX(20px);
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 1));
}

.btn-primary:not(:disabled):not(.disabled).active::after {
    content: 'ALL';
    display: block;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
}

.filter_wrapper_fixed .switch-label:after,
.filter_wrapper_index_fixed .switch-label:after {
    background-color: #ffffff !important;
}

.filter_wrapper_fixed .switch-label,
.filter_wrapper_index_fixed .switch-label {
    color: #ffffff !important;
}

.filter_wrapper_fixed .breadcrumb-item a,
.filter_wrapper_index_fixed .breadcrumb-item a {
    color: #ffffff !important;
}

.filter_wrapper_fixed .btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 50%;
    font-size: 14px;
    height: 40px;
    width: 40px;
    padding: 0px;
    background-color: #cc0000 !important;
    color: #ffffff;
    z-index: 2;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 1));
}

.filter_wrapper_fixed .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    border-color: #404040 !important;
    width: 40px;
    transform: translateX(20px);
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 1));
}

button.btn.active.btn-primary.btn-md {
    background-color: #404040 !important;
}


/* LOGOS */

.logos_wrapper {
    position: relative;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 60px;
}

.logos_wrapper_no_padding {
    position: relative;
    margin-top: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 60px;
}

.logos {
    position: relative;
    display: flex;
    float: none;
    align-content: center;
    text-align: center;
    justify-content: center;
    min-height: 120px;
    max-width: 120px !important;
    height: 120px;
    padding: 15px !important;
    margin: 0px;
    border-radius: 0 !important;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    background-color: #ffffff;
    cursor: pointer;
    border: 4px solid #202020;
}

.row.logos_inner_wrapper {
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.logos_inner_wrapper>div {
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
}

.logos_inner_wrapper>div[data-excellence="true"]::after {
    content: 'excellence';
    margin: 0 auto;
    display: block;
    height: 21px;
    position: absolute;
    background: red;
    top: 16px;
    right: -35px;
    transform: rotate(45deg);
    filter: drop-shadow(0px 6px 3px #000000b3);
    width: 100%;
    font-size: 13px;
    text-align: center;
    color: white!important;
    z-index: 10;
}

.logos:hover {
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.logos_images {
    padding: 0px;
    margin: 0px auto;
    background-color: #ffffff;
    margin: 0px auto;
    float: none;
    display: block;
}

.logos_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(128, 0, 255, 1);
    padding: 0px 5px;
    margin: 0px;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: .2s linear all;
    -webkit-transition: .2s linear all;
    transform: scale(0);
    transform-origin: center;
}

.logos:hover .logos_overlay {
    opacity: 1;
    transform: scale(1);
    z-index: 999;
    transform-origin: center;
    transition: .2s linear all;
    -webkit-transition: .2s linear all;
}


/* CATEGORY + CARDS */

.category_wrapper {
    position: relative;
    margin: 130px auto 120px auto;
    width: 100%;
    height: auto;
    z-index: 99;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.category_inner_left_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 1900px) {
    .products_inner_wrapper {
        position: relative;
        margin: 40px auto 20px auto;
        align-content: center;
        float: none;
        justify-content: center;
        align-items: center;
        height: 100% !important;
    }
}
@media (min-width:700px) and (max-width: 1100px) {
    .product-list-page .sticky-top.main_title.my-auto.align-middle {
        top: 133px;
        height: 47px;
        padding-top: 8px;
        position: fixed;
        left: 244px;
    }
    .brands_list {
        padding-top: 0px;
    }
}
@media (min-width: 1200px) {
    .product-list-page .contact_us {
        margin-top: 50px;
    }

    .product-list-page .filter_wrapper {
        top: 52px!important;
    }
    .product-list-page .main_title {
        position: fixed!important;
        right: 0px!important;
        width: calc(100% - 300px)!important;
        height: 60px!important;
        top: 0px!important;
        background: #2d2d2d!important;
        z-index: 999999999 !important;
        left: auto !important;
    }
    .product-list-page .flags_wrapper_1 {
        margin-top: 0!important;
    }
}

@media (max-width: 1900px) {
    .product-page .products_inner_wrapper{
        margin: 95px auto 20px auto;
    }
    .products_inner_wrapper {
        position: relative;
        margin: 60px auto 20px auto;
        align-content: center;
        float: none;
        justify-content: center;
        align-items: center;
        height: 100% !important;
    }
}

.category_fixed_header_scrolled {
    position: fixed;
    top: 158px;
    width: inherit;
    height: auto;
    background-color: #ffffff;
    z-index: 99;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.category_relative_content {
    margin-top: 50px;
}

.card {
    color: #111111;
    float: none;
    flex: 0 0 32%;
    max-width: 32%;
    min-height: 220px;
    display: inline-block;
    position: relative;
    margin: 5px;
}

.card-large {
    display: inherit!important;
    color: #111111;
    float: left;
    flex: 0 0 100%;
    max-width: 99%;
    margin: auto;
    padding-top: 15px;
    height: 100% !important;
}

.card-group>.card {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.card-header {
    background-color: #ffffff;
    padding: .75rem;
}

.category_img_wrapper {
    overflow: hidden;
    width: 120px;
    height: 120px;
}

.card-footer[data-excellence="true"]::after {
    content: '\f07a';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 auto;
    display: block;
    height: 40px;
    position: absolute;
    background: red;
    top: 8px;
    left: 10px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .5));
    width: 45px;
    text-align: center;
    color: white!important;
    z-index: 10;
    font-size: 24px;
    line-height: 40px;
}

h4.card-title {
    margin-bottom: .7rem;
    font-size: .9rem;
    font-weight: bold !important;
    color: #8000ff;
}

.card-img {
    max-width: 120px;
    height: 120px !important;
    float: left;
}

.card-img-large {
    /*float: left;*/
    width: 450px !important;
    height: auto !important;
}

.card-title {
    font-weight: bold;
}

.card-title-large {
    font-size: 2.3rem;
    font-weight: 500;
}

#glass {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99999999999 !important;
}

.card_text {
    margin-left: 10px;
}

.related-products {
    width: calc(100% - 20px);
    margin: 10px;
}

.btn-dark {
    color: #ffffff;
    font-size: 0.8rem !important;
    background-color: #8000ff;
    border-color: #8000ff;
    float: right;
}

btn-outline-danger {
    color: #cc0000;
    background-color: transparent;
    background-image: none;
    border-color: #cc0000;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #cc0000;
    border-color: #cc0000;
}

.btn-outline-danger-yellow {
    color: #000000;
    background-color: #ffbc19;
    border-color: #dea416;
}

.btn-outline-danger-yellow:hover {
    color: #fff;
    background-color: #ebad17;
    border-color: #dea416;
}

.company_products_list {
    margin: 0px auto;
    padding: 0px;
}

.company_products_list ul {
    list-style: none;
    float: none;
    text-align: center;
    padding: 0px;
}

.company_products_list ul li {
    display: inline-block;
    padding: 0px 5px 0px 5px;
}

.company_products_list ul li a {
    color: #ffffff;
    font-size: .8rem;
}

.zoom {
    overflow: hidden;
    max-width: 450px;
}


/* Toggle Styles */

.swal2-popup .swal2-styled:focus {
    outline: 0;
    box-shadow: none !important;
}

.image-banner {
    padding: 0px;
}

.bigtitle {
    position: fixed;
    top: 30px;
    background: rgba(33, 33, 33, 0.8705882352941177);
    margin-left: -15px;
    padding: 10px;
    font-weight: 300;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0px !important;
    background: initial !important;
    background-color: #8000ff !important;
    color: #fff;
    font-size: 1.0625em;
}

.swal2-popup .swal2-styled.swal2-confirm:hover {
    opacity: 0.8;
    cursor: pointer;
}

#contact h3 {
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

.swal2-icon.swal2-info {
    border-color: #8000ff !important;
    color: #8000ff !important;
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.71) !important;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #8000ff;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: #9800ff;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
    text-align: center;
}

.logo-azienda-desc {
    min-height: 70px;
    max-width: 100%;
    margin-right: 20px;
    float: left;
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

#return-to-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 50px;
    background: rgba(152, 0, 255, .8);
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999999999999 !important;
}
h1.main_title {
    position: relative;
    display: block!important;
    overflow-wrap: normal!important;
}
#return-to-top>.fa-chevron-up {
    font-weight: 900;
    font-size: 2rem;
    color: white;
    line-height: 50px;
    text-align: center;
    margin: 0px auto;
    float: none;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.07, 0, 1.38);
    -moz-transition: all 0.3s cubic-bezier(1, 0.07, 0, 1.38);
    -ms-transition: all 0.3s cubic-bezier(1, 0.07, 0, 1.38);
    -o-transition: all 0.3s cubic-bezier(1, 0.07, 0, 1.38);
    transition: all 0.3s cubic-bezier(1, 0.07, 0, 1.38);
}

#return-to-top:hover {
    background: rgba(152, 0, 255, 1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover>.fa-chevron-up {
    margin: -10px auto;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.07, 0, 1.38);
    -moz-transition: all 0.3s cubic-bezier(1, 0.07, 0, 1.38);
    -ms-transition: all 0.3s cubic-bezier(1, 0.07, 0, 1.38);
    -o-transition: all 0.3s cubic-bezier(1, 0.07, 0, 1.38);
    transition: all 0.3s cubic-bezier(1, 0.07, 0, 1.38);
}

.active {
    color: #ffffff !important;
    font-weight: bolder;
    font-size: 14px;
}

.active:hover {
    color: #fff !important;
    font-weight: bolder;
    font-size: 14px;
}

.active-brand {
    text-decoration: none;
    color: #ffffff;
    transition: all .35s ease-in;
    background-position: 100%;
    transition: all .2s ease-in;
    background-image: linear-gradient(to right, transparent, transparent 3%, transparent 0%, rgba(128, 0, 255, 1));
}

.active-brand:hover .brands_list li a {
    color: #ffffff !important;
}

.btn-contact-header {
    background: red;
    color: white;
    border: none;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    width: 130px;
    height: 40px;
}

.btn-contact-header:hover {
    background: #e34242;
    cursor: pointer;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    width: 0;
    height: 100%;
    overflow: hidden;
    background: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar-links {
    overflow-y: scroll;
    max-height: calc(100% - 250px);
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.subtitle_wrapper_left {
    position: fixed;
    top: 144px;
    z-index: 99;
    height: 50px;
    z-index: 9999;
    padding: 0px;
    width: 14.4%;
    background-color: #8000ff !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.subtitle_wrapper_right {
    position: fixed;
    top: 145px;
    height: 50px;
    z-index: 9999;
    padding: 0px;
    width: calc(100% - 310px);
    margin-left: 0px;
    right: 15px;
    background-color: #8000ff !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color:#fff!important;
    border-top: 1px solid rgba(0,0,0,.125)!important;
    position: relative!important;
    display: block!important;
}
.card-block.px-2 {
    display: block!important;
    flex: 1!important;
    flex-direction: row;
    position: relative!important;
}
.subtitle_wrapper_right_inner {
    position: fixed;
    right: -195px;
    top: 145px;
    height: 50px;
    z-index: 9999;
    padding: 0px;
    width: calc(100% - 350px);
    margin-left: 0px;
    background-color: #8000ff !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.subtitle_wrapper_right_full {
    position: fixed;
    top: 155px;
    height: 50px;
    z-index: 9999;
    padding: 0px;
    width: 82% !important;
    margin-left: 0px;
    background-color: #8000ff !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.subtitle_wrapper_left_scrolled {
    top: 155px;
    position: fixed;
    z-index: 999;
    height: 50px;
    background-color: #8000ff !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.subtitle_wrapper_right_scrolled {
    top: 154px;
    position: fixed;
    z-index: 999;
    height: 50px;
    width: calc(100% - 350px);
    background-color: #8000ff !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.subtitle_wrapper_left.row.text-left h4,
.subtitle_wrapper_right.row.text-center h4,
.category_fixed_header h4,
.subtitle_wrapper_left_scrolled h4,
.subtitle_wrapper_right_full h4 {
    font-size: 1.6rem;
    line-height: 50px;
    text-align: left !important;
    margin: 0px auto 0px 20px !important;
    color: #ffffff;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.category_fixed_header_scrolled .subtitle_wrapper.row.text-left h4,
.category_fixed_header_scrolled h4 {
    color: #212121;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.all_products_btn {
    position: absolute;
    background-color: #000000;
    height: 30px;
    right: 15px;
    top: 10px;
    padding: 0px 10px;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
    cursor: pointer;
}

.all_products_btn p {
    font-size: .8rem;
    line-height: 30px;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.all_products_btn:hover {
    background-color: #ffffff;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}

.all_products_btn:hover p {
    color: #000000;
    transition: .3s linear all;
    -webkit-transition: .3s linear all;
}


/* Style the header */

.header {
    padding: 10px 16px;
    color: #f1f1f1;
}


/* Page content */

.content {
    padding: 16px;
}


/* The sticky class is added to the header with JS when it reaches its scroll position */

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}


/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: none;
    border-radius: 0px;
}


/* Sidebar Styles */

.left_without_padding {
    position: fixed;
    padding: 15px 15px 0px 0px;
    top: 220px;
    height: 100%;
    background-color: #2d2d2d;
    z-index: 999;
}

.sidebar-nav {
    position: relative;
    margin: 0px;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    line-height: 40px;
    width: 90%;
    position: relative;
    margin: 0px auto 3px auto;
    display: block;
    overflow: hidden;
    border-left: 3px solid rgba(128, 0, 255, 0);
}

.sidebar-nav li:first-of-type {
    margin: 4px auto 3px auto;
    display: block;
    overflow: hidden;
    border-left: 3px solid rgba(128, 0, 255, 0);
}

.sidebar-nav li:hover {
    border-left: 3px solid rgba(128, 0, 255, .5);
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding-left: 10px;
    height: 40px;
    background-image: gradient;
    background-position: 200%;
    transition: all .35s ease-in;
    background-image: linear-gradient(to right, transparent, transparent 50%, transparent 50%, transparent);
    background-size: 200% 100%;
}

.sidebar-nav li a:active,
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    transition: all .35s ease-in;
    background-position: 100%;
    transition: all .2s ease-in;
    background-image: linear-gradient(to right, transparent, transparent 50%, transparent 50%, rgba(128, 0, 255, 1));
}

a.menu__link::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 1);
}

li.menu__item:hover a.menu__link::before {
    opacity: 0;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav li a.active {
    text-decoration: none;
    color: #fff;
    transition: all .35s ease-in;
    background-position: 100%;
    transition: all .2s ease-in;
    background-image: linear-gradient(to right, transparent, transparent 50%, transparent 50%, rgba(128, 0, 255, 1));
}

a.menu__link::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 1);
}

li.menu__item:hover a.menu__link::before {
    opacity: 0;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
    color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    float: left;
    background: rgb(128, 0, 255);
    border: 1px solid rgb(128, 0, 255);
    padding: 6px 15px 6px 15px;
    color: white;
    height: 100%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.btn.btn-default.form-rounded:hover {
    background: #c2c2c2;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: .8rem;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-rounded {
    border-radius: .8rem;
    border: none !important;
}

.form-rounded:active,
.form-rounded:focus,
.form-rounded:hover,
.form-rounded:focus-within {
    border: none !important;
}

.sidebar-logo {
    margin-bottom: 13px;
    margin-top: 10px;
}

.searchbar-sidebar {
    position: relative;
    margin-top: 0px;
    width: 94%;
    padding-left: 30px;
    padding-right: 10px;
}

.form-control::placeholder,
.form-control::-moz-placeholder {
    color: rgb(128, 0, 255) !important;
    opacity: 1;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}


/* Firefox 18- */

input:focus::-moz-placeholder {
    color: transparent;
}


/* Firefox 19+ */

input:focus:-ms-input-placeholder {
    color: transparent;
}


/* IE 8 and older ;) */

* {
    outline: none !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

input.middle:focus {
    outline-width: 0 !important;
}

textarea:focus,
input:focus {
    outline: none;
}

input[type=text] {
    outline: none !important;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: none;
}

.bookmark {
    position: absolute;
    top: -1px;
    right: 10px;
    height: 6em;
    width: 5em;
    background-color: red;
    background-image: linear-gradient( hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.5) 5px, hsla(0, 0%, 100%, 0) 25px);
    -webkit-filter: drop-shadow(0 2px 6px hsla(0, 0%, 0%, 0.75));
    box-sizing: border-box;
    padding-top: 50px;
    font-size: 1.5em;
    text-shadow: 0 -1px 0 hsla(0, 0%, 0%, 0.5);
    z-index: 111;
}

.bookmark:before,
.bookmark:after {
    content: '';
    display: block;
    position: absolute;
}

.bookmark:before {
    bottom: -50%;
    height: 100%;
    width: 100%;
    background-image: linear-gradient( -45deg, transparent 50%, red 50%), linear-gradient( 45deg, transparent 50%, red 50%);
    z-index: -1;
}

.bookmark:after {
    height: 136.5%;
    width: 88%;
    left: 6%;
    top: 0;
}

.visible {
    display: block!important;
}

.hidden {
    display: none!important;
}

.tgb {
    width: 100px;
    margin-left: 3px;
    margin-top: -38px;
}

.btn-flash {
    position: relative;
    /*width: 66%;*/
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    animation-name: flash-red;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: 0 auto;
    float: center;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1.2;
}

@keyframes flash-red {
    0% {
        background-color: white;
        color: black;
        text-shadow: 0px 0px 3px rgba(0, 0, 3, 0.5);
    }
    50% {
        background-color: #cc0000;
        color: white;
        text-shadow: 0px 0px 3px rgba(0, 0, 5, 1);
    }
    100% {
        background-color: white;
        color: black;
        text-shadow: 0px 0px 3px rgba(0, 0, 3, 0.5);
    }
}

* {
    outline: none;
}

*:active {
    outline: none;
}

*:focus {
    outline: none;
}

#isvoted {
    display: none;
}

.notification-thanks {
    display: none;
    position: fixed;
    bottom: 15px!important;
    right: 15px!important;
    border-radius: 10px;
    background: white;
    padding: 30px;
    z-index: 999999999999999999999999999!important;
    border: none!important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.notify-tt {
    padding: 13px;
    text-align: center;
    color: black;
}


/* MEDIA QUERIES */

@media (max-width: 1700px) {
    .filter_wrapper_index_fixed {
        top: 55px;
    }
    .filter_wrapper_index_fixed_scrolled {
        top: 35px;
    }
    .main_title {
        /*top: 65px;*/
        height: 60px;
    }
    h1.main_title,
    h1.main_title_inner {
        line-height: 60px;
    }
    .contact_us {
        margin-top: 10px;
    }
    .sticky-top.main_title_inner.my-auto.align-middle.main_title_shrinked .contact_us {
        margin-top: 5px;
    }
    .filter_wrapper {
        /*top: 15px;*/
    }
    .filter_wrapper_scrolled {
        /*top: 10px;*/
    }
    .flags_wrapper_shrinked {
        top: 60px;
    }
    .subtitle_wrapper_left {
        top: 154px;
    }
    .subtitle_wrapper_right {
        top: 145px;
        width: calc(100% - 264px);
        margin-left: 0px;
    }
    .subtitle_wrapper_left_scrolled,
    .subtitle_wrapper_right_scrolled {
        top: 154px !important;
        background-color: #6300c5 !important;
    }
    .brands_list_wrapper {
        height: 700px;
        position: fixed !important;
        top: 205px;
    }
    .brands_list {
        margin-top: 15px;
        background-color: #464646;
        border-radius: 0;
    }
    .brands_list li {
        font-size: .9rem;
        padding: 8px;
    }
    .products_inner_wrapper {
        margin: 3px auto 20px auto;
    }
    .subtitle_wrapper_right_full {
        position: fixed;
        top: 155px;
        margin-left: -15px;
        width: 84% !important;
    }
    .subtitle_wrapper_right_full_scrolled {
        position: fixed;
        top: 154px;
    }
    .products_inner_wrapper_full {
        margin-top: 45px;
    }
}

@media (max-width: 1600px) {
    .brands_list_wrapper {
        height: 560px;
    }
    .logo_wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    .logos {
        width: 100%;
        min-height: 100px;
        height: 100%;
    }
    .logos_wrapper {
        position: relative;
        margin-top: 0;
        padding-top: 110px;
        padding-bottom: 60px;
    }
    /*    .main_title {
        top: 65px;
    }*/
    .flags_inner_wrapper ul.list-inline {
        padding: 2px 10px 2px 20px;
    }
    .card-title-large {
        font-size: 2.5rem;
    }
    .filter_wrapper_index {
        margin: 0px 0px 0px 13px;
    }
}

@media (max-width: 1480px) {
    .logos {
        width: 100%;
        min-height: 95px;
        height: 100%;
    }
    h1.main_title,
    h1.main_title_inner {
        font-size: 1.7rem;
    }
    /*    .main_title {
        top: 60px;
    }*/
    .flags_wrapper {
        border-bottom: 1px solid black;
        ;
    }
    .flags_wrapper_shrinked {
        top: 60px;
        width: 84%;
        left: 16.3%;
    }
    .filter_wrapper_index {
        margin: 0px 0px 0px 10px;
    }
    .filter_wrapper_index_fixed_scrolled {
        top: 105px;
    }
    p.card_text_small {
        display: block;
        display: -webkit-box;
        max-width: 150px;
        height: 49px;
        margin: 0px;
        font-size: inherit;
        line-height: 16px;
        padding: 0px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .faded_text {
        position: relative;
        height: 36px;
    }
    .faded_text:after {
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 70%;
        height: 16px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
    }
    .contact_us {
        margin-top: 0;
    }
    .subtitle_wrapper_right {
        top: 145px;
        /*width: 70%;*/
        width: calc(100% - 230px);
        margin-left: -8px;
    }
    h3.overlay_title {
        font-size: .8rem;
    }
    .logos_wrapper {
        padding-top: 25px;
        padding-bottom: 60px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .logos_inner_wrapper>div[data-excellence="true"]::after {
        content: 'excellence';
        margin: 0 auto;
        display: block;
        height: 21px;
        position: absolute;
        background: red;
        top: 15px;
        right: -44px!important;
        transform: rotate(45deg);
        filter: drop-shadow(0px 6px 3px #000000b3);
        width: 110%;
        font-size: 12px;
        text-align: center;
        color: white!important;
        z-index: 10;
        padding-top: 3px;
    }
    .logos_outer_wrapper {
        padding-top: 70px;
    }
}

@media (max-width: 1390px) {
    .sidebar-links {
        max-height: calc(100% - 250px);
    }
    h4.card-title {
        font-size: .8rem;
    }
    .brands_list_wrapper {
        height: 420px;
    }
    .card-img-large {
        width: 350px !important;
        max-width: 100% !important;
    }
    .zoom {
        max-width: 350px;
    }
    .btn-outline-danger {
        font-size: .8rem;
    }
    .card_bottom {
        flex: 0 0 30% !important;
        max-width: 30% !important;
        padding: 0px 5px 0px 5px;
        margin: 3px;
    }
    p.card_text_small {
        display: block;
        display: -webkit-box;
        max-width: 250px;
        height: 50px;
        margin: 0px;
        font-size: inherit;
        line-height: 16px;
        padding: 0px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .filter_wrapper_index {
        margin: 0px 0px 0px 12px;
    }
    /*    .main_title {
        top: 65px;
    }*/
}

@media (max-width: 1300px) {
    .category_wrapper {
        margin: 190px auto 90px auto;
    }
    .bookmark {
        height: 5em;
    }
    .tgb {
        width: 90px;
        margin-left: 7px;
        margin-top: -40px;
    }
    .card {
        color: #111111;
        float: left;
        flex: 0 0 47%;
        margin-right: 5px;
        margin-left: 10px;
        margin-bottom: 5px;
        max-width: 47%;
        min-height: 180px;
        display: inline-block;
        position: relative;
    }
    .card.card-large {
        color: #111111;
        float: left;
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 180px;
        display: inline-block;
        position: relative;
    }
    .card-footer {
        padding-right: 10px !important;
    }
    .no-gutters>.col,
    .no-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0;
        text-align: left!important;
        left: 0;
    }
    h4.card-title {
        font-size: .7rem;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    p.card_text_small {
        display: block;
        display: -webkit-box;
        max-width: 250px;
        height: 70px;
        margin: 0px;
        font-size: inherit;
        line-height: 16px;
        padding: 0px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .faded_text {
        position: relative;
        height: 48px;
    }
    .faded_text:after {
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 70%;
        height: 16px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 70%);
    }
    .brands_list_wrapper {
        height: 680px;
    }
    .filter_wrapper_index_fixed_scrolled {
        top: 115px;
        /*left: 16.5%;*/
        margin: 0;
    }
    .flags_wrapper_1 {
        border-bottom: 1px solid transparent;
        position: fixed;
        width: 83.5%;
        left: 16.5%;
        top: 0px;
        background-color: #000000;
    }
    .flags_wrapper_shrinked {
        top: 60px !important;
        background-color: #000000;
    }
    .logos_wrapper {
        padding-top: 30px;
        padding-bottom: 60px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .brands_list {
        margin-top: 10px;
    }
    #ascrail2001 {
        margin-top: 40px;
    }
    /*.main_title {
        top: 115px;
    }*/
    h1.main_title,
    h1.main_title_inner {
        font-size: 1.5rem;
    }
    .filter_wrapper {
        top: 20px;
    }
    .filter_wrapper_scrolled {
        top: 80px;
    }
    .subtitle_wrapper_left,
    .subtitle_wrapper_right {
        top: 174px;
    }
    .brands_list_wrapper {
        width: calc(15% - 7px);
        height: 660px;
        margin-top: 35px !important;
    }
    .subtitle_wrapper_right_full {
        top: 174px;
    }
    .main_title_inner {
        top: 115px;
    }
    .subtitle_wrapper_left_scrolled,
    .subtitle_wrapper_right_scrolled {
        top: 174px !important;
        background-color: #6300c5 !important;
    }
    .subtitle_wrapper_left.row.text-left h4,
    .subtitle_wrapper_right.row.text-center h4,
    .category_fixed_header h4,
    .subtitle_wrapper_left_scrolled h4,
    .subtitle_wrapper_right_full h4 {
        font-size: 1.3rem;
    }
}

/*@media screen and (min-device-width: 1105px) and (max-device-width: 1400px) and (-webkit-min-device-pixel-ratio: 1) {
    .subtitle_wrapper_left_scrolled,
    .subtitle_wrapper_right_scrolled {
        top: 158px !important;
    }
}*/

@media screen and (min-width: 851px) {
    .row.logos_inner_wrapper {
        padding-top: 100px;
    }
}

@media (min-width:700px) and (max-width:850px) {
    .main_title_inner_wrapper {
        top: 115px;
        background: #2d2d2d;
        padding-top: 10px;
    }
    .product-list-page .filter_wrapper.row {
        margin-top: 60px;
    }
    .product-list-page .sticky-top.main_title.my-auto.align-middle {
        left: 230px!important;
        top: 132px!important;
    }
    .product-list-page h2.main_title_inner {
        line-height: 34px;
    }
}

@media screen and (min-width: 700px) {
    .home nav.navbar.navbar-expand-lg {
        position: fixed;
        z-index: 999;
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {

    /*NON VA BENE, CAPIRE PERCHE' LA CARD FA CASINO - CAMBIARE CSS*/
    .product-page .products_inner_wrapper {
        margin: 290px auto 20px auto;
    }
    .product-page .products_inner_wrapper .card{
        padding-bottom: 200px;
    }
    .product-page .products_inner_wrapper .card-footer {
        display: table!important;
    }
    .logo_header_wrapper {
        width: 25%;
        z-index: 99999;
    }
    .sidebar-links {
        max-height: calc(100% - 250px);
        overflow-y: scroll;
    }
    .card {
        color: #111111;
        float: left;
        flex: 0 0 98% !important;
        max-width: 98% !important;
        min-height: 180px;
        display: inline-block;
        position: relative;
    }
    .card.card-large {
        color: #111111;
        float: left;
        display: inline-block;
        position: relative;
        margin-left: 0;
        height: auto!important;
    }
    .logos {
        width: 100%;
        min-height: 120px;
        height: 100%;
    }
    .filter_wrapper_index_fixed_scrolled {
        top: 125px;
    }
    /*.main_title {
        left: 25%;
    }*/

    .h1, h1 {
        font-size: 1.7rem;
        padding-left: 15px;
    }

    h1.main_title,
    h1.main_title_inner {
        font-size: 1.2rem;
    }

    .h2, h2 {
        font-size: 1.6rem;
    }
    .brands_list_wrapper {
        height: 540px;
        overflow-y: scroll !important;
    }
    /*
    .zoom {
        max-width: 250px;
    }
*/
    .btn-flash {
        /*  width: 250px;*/
        float: none;
    }
    .img_dove_comprare {
        max-height: 109px;
    }
    .filter_wrapper {
        top: 5px !important;
        left: 25%;
        margin-left: 0px;
    }
    .subtitle_wrapper_right_full h4 {
        font-size: 1.6rem;
    }
    .subtitle_wrapper_right_full {
        position: fixed;
        top: 160px;
        margin-left: -20px;
        width: 76% !important;
    }
    .left_without_padding {
        z-index: 999999999 !important;
        margin-top: 5px;
        padding-top: 0;
    }
    p.contact_btn,
    p.contact_btn a {
        font-size: 12px;
    }
    .filter_wrapper_index {
        margin: 0px 0px 0px 15px;
    }
    .flags_wrapper {
        top: 0;
        /*width: calc(100% - 256px);
        left: 256px;*/
    }
    #flags_main.flags_wrapper_shrinked {
        width: 75%;
        left: 25%;
        top: 50px !important;
    }
    .flags_wrapper_1 {
        top: 0px !important;
        background-color: black;
    }
    .subtitle_wrapper_left,
    .subtitle_wrapper_right {
        top: 170px;
    }
    .subtitle_wrapper_right {
        top: 170px;
        width: calc(100% - 253px);
        left: 253px;
    }
    .products_inner_wrapper {
        margin: 60px auto 20px auto;
    }
    .subtitle_wrapper_left_scrolled,
    .subtitle_wrapper_right_scrolled {
        top: 158px !important;
    }
    .subtitle_wrapper_left {
        left: 26.5%;
    }
    .subtitle_wrapper_right {
        margin-left: 10px;
    }
    .brands_list li {
        font-size: .7rem;
        padding: 5px;
    }
    .products_inner_wrapper {
        margin: 90px auto 20px auto;
    }
    .filter_wrapper {
        top: 15px !important;
        left: 25%;
        margin-left: 0px;
    }
    .filter_wrapper_scrolled {
        top: 65px !important;
        left: 25%;
        margin-left: 0px;
    }
    .all_products_btn {
        right: 25px;
    }
    .logo_header_wrapper .logo_wrapper {
        padding: 0px 0px 20px 0px;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 1);
    }
    .subtitle_wrapper_left.row.text-left h4 {
        margin-left: 0px !important;
    }
    .subtitle_wrapper_right_full_scrolled {
        top: 160px !important;
    }
    .card_bottom {
        flex: 0 0 47% !important;
        max-width: 47% !important;
        margin-right: 10px;
        margin-left: 10px;
    }
    h4.card_bottom_title {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .pulsating_btn {
        position: relative !important;
        margin: 0 auto !important;
        /*float: left;*/
        text-align: center;
        display: inline-block;
    }
    span.offer_price_large {
        font-size: 19px;
        text-transform: uppercase;
    }
    span.offer_price_medium {
        font-size: 14px;
        text-transform: uppercase;
    }
    span.offer_price_small {
        font-size: 13px;
    }
    .read_more_small {
        margin-right: 20px;
    }
    p.card_text_small {
        display: block;
        display: -webkit-box;
        max-width: 180px;
        height: 20px;
        margin: 0px;
        font-size: inherit;
        line-height: 16px;
        padding: 0px;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .subtitle_wrapper_left {
        left: 30%;
    }
    .subtitle_wrapper_left.row.text-left h4,
    .subtitle_wrapper_right.row.text-center h4,
    .category_fixed_header h4,
    .subtitle_wrapper_left_scrolled h4,
    .subtitle_wrapper_right_full h4 {
        font-size: 1.4rem;
    }
    .brands_list_wrapper {
        height: 530px;
        overflow-y: scroll !important;
        left: 25%;
        padding-left: 0;
    }
    .products_inner_wrapper {
        margin: 60px auto 20px auto;
    }
    .subtitle_wrapper_right {
        margin-left: 0px;
        border-left: 3px solid black;
    }
    .brands_list li {
        font-size: .8rem;
        padding: 5px;
    }
    .subtitle_wrapper_left {
        left: 25%;
        width: 16%;
    }
    .products_inner_wrapper {
        margin: 5px auto 20px auto;
    }
    p.card_text_small {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 60px;
        margin: 0px;
        font-size: inherit;
        line-height: 16px;
        padding: 0px;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card-footer {
        padding-right: 10px !important;
        margin: 0;
        left: 0;
    }
    .card-img {
        max-width: 110px;
        height: 110px !important;
        float: left;
    }
    .col-lg-10 {
        padding-right: 0px;
    }
    h1.category_title {
        font-size: 1.4rem;
    }
    .main_title_inner {
        top: 110px;
        width: calc(100% - 256px);
        left: 256px;
        margin-bottom: 0 !important;
        line-height: initial;
        font-size: 1.2rem;
        padding-left: 10px;
    }
    .logos_images {
        padding: 0;
        margin: 0px auto;
        background-color: #ffffff;
        max-width: 70%;
    }
}

@media (max-device-width: 850px) {
    .filter_wrapper {
        left: 30%;
    }
    .filter_wrapper_index {
        top: -5px;
    }
    .filter_wrapper_index_fixed_scrolled {
        top: 145px !important;
        left: 28%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 70% !important;
        flex: 0 0 70% !important;
        max-width: 70% !important;
    }
    .col-lg-3 {
        -ms-flex: 0 0 30% !important;
        flex: 0 0 30% !important;
        max-width: 30% !important;
        border-right: 1px solid rgba(255, 255, 255, .5);
        overflow-y: scroll;
    }
    .offset-lg-3 {
        margin-left: 30% !important;
    }
    .logo_header_wrapper {
        width: 30%;
        position: fixed;
        top: 0px;
        left: 0px;
        padding: 0px;
        border-right: 1px solid rgba(255, 255, 255, .5);
        z-index: 999999999 !important;
    }
    .rotator_wrapper {
        position: fixed;
        height: 160px;
        overflow-y: hidden;
        top: 0px;
        left: 30%;
        width: 70%;
        z-index: 1 !important;
    }
    #grid-rotator {
        position: fixed;
        margin: 0px;
        width: 100%;
        height: 160px;
    }
    .ri-grid ul {
        list-style: none;
        display: block;
        width: 100%;
        height: 160px;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    .flags_wrapper {
        height: auto;
        margin: 0px auto;
        width: 100%;
        left: 0%;
    }
    .flags_inner_wrapper_shrinked .flag-icon {
        font-size: 1rem;
        border: 0.5px solid white !important;
    }
    h1.main_title, h1.main_title_inner {
        margin-top: 0px;
        line-height: 1.5rem;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        max-width: 100%;
        position: relative;
    }
    h1.main_title_shrinked,
    h1.main_title_inner_shrinked {
        font-size: 1rem;
        display: block !important;
        top: 0 !important;
        height: 60px;
    }
    .contact_us {
        position: fixed;
        right: 0px;
        top: 50% !important;
        transform: translateY(-50%) !important;
        height: 60px;
        width: 80px;
        text-align: center;
        padding: 0px;
        /*border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;*/
        align-content: center;
        justify-content: center;
        display: flex;
    }
    p.contact_btn, p.contact_btn a {
        line-height: 20px !important;
    }
    .main_title_shrinked .contact_us {
        position: fixed;
        top: 50% !important;
    }
    .flags_wrapper_devices {
        position: fixed;
        display: block;
        left: 30%;
        width: 70%;
        top: 0px;
        background-color: rgba(0, 0, 0, 1);
        padding-top: .6rem !important;
        padding-bottom: .6rem !important;
        z-index: 999 !important;
        transition: .3s linear all;
    }
    .flags_wrapper_devices .list-inline-item:not(:last-child) {
        margin-right: .5rem;
        margin-bottom: .3rem;
    }
    .flags_wrapper_devices_shrinked {
        position: fixed;
        display: block;
        left: 30%;
        width: 70%;
        top: -165px;
        background-color: rgba(0, 0, 0, 1);
        padding-top: .6rem !important;
        padding-bottom: .6rem !important;
        z-index: 99999999999999 !important;
        -webkit-transition: .3s linear all;
        transition-delay: .3s;
        -webkit-transition-delay: .3s;
    }
    .logos_wrapper {
        position: absolute;
        top: 0px;
        padding-top: 140px;
        padding-bottom: 50px;
    }
    .logos_wrapper_margined {
        position: absolute;
        top: 0px;
        padding-top: 350px;
    }
    .logos[data-excellence="true"]::after {
        content: 'excellence';
        margin: 0 auto;
        display: block;
        height: 20px;
        position: absolute;
        background: red;
        top: 16px;
        right: -35px;
        transform: rotate(45deg);
        filter: drop-shadow(0px 6px 3px #000000b3);
        width: 100%;
        text-align: center;
        color: white!important;
        z-index: 10;
        font-size: 13px;
        padding-top: 2px;
    }
    .main_title_fixed_top,
    .main_title_inner_fixed_top {
        top: 0px !important;
    }
    .flags_wrapper_fixed_top {
        top: 0px !important;
        margin: 0px auto 0px auto !important;
        background-color: #000000;
        width: 70%;
        left: 30%;
        z-index: 999999999999999999;
    }
    #flags_main.flags_wrapper_shrinked {
        left: 30% !important;
        width: 70% !important;
        top: 60px !important;
    }
    .filter_wrapper {
        top: 25px !important;
        left: 30%;
        margin-left: 0px;
    }
    .filter_wrapper_scrolled {
        top: 85px !important;
        left: 30%;
        margin-left: 0px;
    }
    .subtitle_wrapper_left,
    .subtitle_wrapper_right,
    .subtitle_wrapper_right_scrolled,
    .subtitle_wrapper_left_scrolled,
    .subtitle_wrapper_right_full {
        top: 179px !important;
        min-height: 50px;
        height: auto;
        padding-left: 20px;
        border-left: none;
    }
    .all_products_btn {
        width: 100%;
        margin-top: 0px;
        margin-left: 35px;
        background: transparent;
        position: relative;
        text-align: center;
        float: none;
    }
    .subtitle_wrapper_left {
        left: 30%;
        width: 16%;
    }
    .brands_list {
        margin-top: 25px;
    }
    .brands_list_wrapper {
        height: calc(100% - 260px);
        overflow-y: scroll !important;
        overflow-x: hidden !important;
        left: 30%;
        padding-left: 0;
        padding-right: 0;
        top: 220px;
        width: calc(15% - 0px);
    }
    .brands_list {
        margin-left: -10px;
    }
    .brands_list li {
        padding: 5px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    .products_inner_wrapper {
        margin: 20px auto 20px 15px;
    }
    .card_bottom {
        flex: 0 0 95% !important;
        max-width: 95% !important;
        display: block;
        margin: 0 auto;
        float: none;
    }
    .card.card-large {
        margin-top: 100px;
    }
    .read_more_small {
        margin-right: 0px;
    }
    .btn-outline-danger {
        font-size: .7rem;
        padding: .375rem .3rem;
    }
    .subtitle_wrapper_left {
        left: 32%;
        width: 15%;
        padding-left: 0px;
    }
    .category_inner_left_wrapper {
        padding-left: 0px;
        padding-right: 0px;
        flex: 0 0 18%;
        max-width: 18%;
    }
    .category_inner_right_wrapper {
        padding-left: 0px;
        padding-right: 0px;
        flex: 0 0 80%;
        max-width: 80%;
        margin-left: 1%;
        padding-left: 10px;
    }
    .category_inner_right_wrapper_large {
        padding-left: 0px;
        padding-right: 0px;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-left: 0px;
        padding-left: 0px;
    }
    .category_inner_right_wrapper_large_ipad {
        padding-right: 0px;
        margin-left: 0%;
        padding-left: 0px;
        flex: 0 0 96%;
        max-width: 96%;
    }
    .category_subtitle_list {
        padding: 0px 10px 0px 10px;
    }
    .subtitle_wrapper_right {
        margin-left: 0;
        padding-left: 0px;
        left: 230px;
        width: calc(100% - 230px);
    }
    .products_category_wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 0px 0px 20px
    }
    .subtitle_wrapper_right_full h4 {
        font-size: 1.2rem;
        line-height: 50px;
    }
    .col-lg-10 {
        padding-right: inherit;
    }
    .row.text-left.ml-4.brands_name_mob {
        margin: 0rem auto !important;
        text-align: left;
        float: none;
    }
    .card-block {
        height: auto !important;
        margin-bottom: 30px;
    }
    .card-footer {
        position: relative;
        padding-right: 10px !important;
        margin: 0 auto !important;
        width: 100% !important;
        left: 0;
        background: transparent;
    }
    .zoom,
    .card-img-large {
        max-width: 100% !important;
    }
    .btn-flash {
        /*width: 220px;*/
        float: center;
    }
    nav.mx-auto.page-bb-top {
        display: none;
    }
    .logo-azienda-desc {
        margin: 20px auto;
        float: none;
    }

    .main_title_inner {
        top: 125px;
        width: 70%;
        left: 30%;
        margin-bottom: 0 !important;
        line-height: initial;
        font-size: 1.2rem;
        padding-left: 10px;
    }
}

@media (max-width: 500px) {
    .col-lg-3 {
        flex: inherit !important;
        max-width: inherit !important;
    }
    .col-lg-9 {
        flex: inherit !important;
        max-width: inherit !important;
    }
    .offset-lg-3 {
        margin-left: 0% !important;
    }
    .logo_hader_wrapper_1 {
        height: 245px;
    }
    .logo_top {
        max-height: 90px;
    }
    .logo_header_wrapper {
        width: 100%;
        z-index: 999999999999 !important;
    }
    .main_title {
        left: 0px;
        top: 80px !important;
        width: 100%;
        border-bottom: none;
        height: auto;
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
        background-color: rgba(0, 0, 0, 0);
        z-index: 9999999999999999999 !important;
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
        display: block;
    }
    .logos_outer_wrapper {
        padding-top: 30px;
    }
    .main_title_scrolled {
        transform: translateY(-120px);
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
    }
    h1.main_title,
    h1.main_title_inner {
        font-size: 1.1rem;
        line-height: 1.6rem;
        text-align: center;
        padding: 10px 0px;
        color: #ffffff;
        padding: 5px 10px;
        border-bottom: none;
        display: block !important;
    }
    h1.main_title,
    h1.main_title_inner {
        position: fixed;
        top: 80px !important;
    }
    .flags_wrapper_devices {
        display: none;
    }
    .flags_wrapper {
        display: none !important;
    }
    .flags_wrapper_mob {
        display: block !important;
        position: fixed !important;
        top: 0px !important;
        left: 0px !important;
        width: 100% !important;
        height: auto !important;
        background-color: #000000 !important;
        margin: 140px auto 0px auto !important;
        z-index: 99999 !important;
        transition: .3s linear all;
        opacity: 1;
        -webkit-transition: .3s linear all;
        -moz-transition: .3s linear all;
    }
    .flags_wrapper_mob::after {
        content: 'choose \A language';
        white-space: pre;
        position: absolute;
        left: 50%;
        margin-left: -45px;
        width: 90px;
        height: 50px;
        font-size: 12px;
        text-align: center;
        background-color: #ff0000;
        padding: 15px 10px;
        display: block;
        line-height: 15px;
        cursor: pointer;
        filter: drop-shadow(1px 2px 1px black);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
        -moz-transition: .3s linear all;
    }
    .flags_wrapper_mob_clicked {
        display: block !important;
        position: fixed !important;
        top: 85px !important;
        left: 0px !important;
        width: 100% !important;
        height: auto !important;
        background-color: #000000 !important;
        margin: 210px auto 0px auto !important;
        border-bottom: 0px solid transparent;
    }
    .flags_wrapper_mob_clicked::after {
        content: 'choose \A language';
        white-space: pre;
        position: absolute;
        left: 50%;
        margin-left: -45px;
        width: 90px;
        height: 50px;
        font-size: 12px;
        text-align: center;
        background-color: #000000;
        padding: 15px 10px;
        display: block;
        line-height: 15px;
        cursor: pointer;
        filter: drop-shadow(1px 2px 1px black);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
        -moz-transition: .3s linear all;
    }
    .flags_wrapper_mob_shrinked {
        display: none !important;
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
    }
    .filter_wrapper_index,
    .filter_wrapper {
        display: none;
    }
    .searchbar-sidebar {
        position: relative;
        margin: 45px auto 0px auto;
        width: 80%;
        padding: 0px !important;
        transition: .3s linear all;
    }
    .searchbar-sidebar-scrolled {
        transform: translateY(0px);
        -webkit-transition: .3s linear all;
        transition: .3s linear all;
    }
    .form-rounded {
        border-radius: 0;
        border: none !important;
    }
    .logo_wrapper_inner {
        transform: translateY(0px);
        padding-bottom: 0px;
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
    }
    .logo_header_wrapper .logo_wrapper {
        padding: 0px 0px 0px 0px;
        overflow: hidden;
        background-color: rgba(42, 42, 42, 1);
        padding-bottom: 0px;
        height: auto !important;
    }
    .logo_wrapper_scrolled {
        transform: translateY(-120px);
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
    }
    .contact_us {
        position: relative !important;
        margin-top: 55px !important;
        left: 53% !important;
        height: 39px;
        width: 37% !important;
        border-bottom-left-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }
    .btn_list_aziende {
        width: 86.5% !important;
        padding-left: 0;
        padding-right: 0;
        margin-left: 6.5% !important;
    }
    .main_title_shrinked .contact_us, .contact_us_scrolled {
        position: fixed !important;
        top: 190px !important;
        transform: translateY(-80px);
        width: 40% !important;
    }
    p.contact_btn,
    p.contact_btn a {
        line-height: 26px;
        font-size: .8rem;
    }
    .rotator_wrapper,
    #grid-rotator {
        display: none;
    }
    .hidden-xs {
        width: 60%;
        z-index: 99999999999999999 !important;
        margin-left: -60%;
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
        -moz-transition: .3s linear all;
    }
    .hidden-xs-open {
        width: 60%;
        z-index: 99999999999999999 !important;
        margin-left: 0%;
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
        -moz-transition: .3s linear all;
    }
    .left_without_padding {
        top: 0px;
    }
    .sidebar-links {
        overflow-y: scroll;
        max-height: calc(100% - 20px);
    }
    .menu_btn {
        font-family: "Font Awesome 5 Free", sans-serif;
        font-weight: 600;
        content: "\f0c9";
        position: fixed;
        top: 20px;
        left: 0;
        width: auto;
        height: auto;
        background-color: red;
        display: block;
        line-height: 16px;
        font-size: 16px;
        padding: 18px;
        cursor: pointer;
        z-index: 9999 !important;
        transform: rotate(0deg);
        transform-origin: center;
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
    }
    .menu_btn_clicked {
        left: 60%;
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
    }
    .menu_btn_overlied {
        left: -70px;
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
        -moz-transition: .3s linear all;
    }
    .overlay {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        margin: 0px;
        padding: 0px;
        background-color: rgba(0, 0, 0, .8);
        z-index: 9999999999 !important;
    }
    .overlay_under {
        z-index: 99 !important;
    }
    .logos_wrapper {
        position: absolute;
        top: 0px;
        padding-top: 310px;
        padding-bottom: 50px;
    }
    .logos_outer_wrapper {
        margin: 0px auto;
    }
    .logos {
        overflow: hidden !important;
    }
    .logos_inner_wrapper>div {
        width: 100% !important;
        /*        min-height: 150px !important;*/
        /*        max-width: 150px;*/
    }
    .row .logos_inner_wrapper {
        margin: 0px !important;
    }
    .logos_images {
        padding: 0;
        margin: 0px auto;
        background-color: #ffffff;
        max-width: 70%;
    }
    .logos_inner_wrapper>div[data-excellence="true"]::after {
        right: -55px;
    }
    #filter_mob {
        display: block !important;
    }
    .filter_wrapper_fixed_mob {
        position: fixed !important;
        height: 50px !important;
        z-index: 999999999 !important;
        background-color: #8000ff;
        width: 100%;
        bottom: 0px !important;
        left: 0px;
        margin: 0px;
        filter: drop-shadow(2px 0px 2px transparent);
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
    }
    #filter_mob .breadcrumb-item a {
        color: #ffffff;
    }
    .card {
        color: #111111;
        float: left;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 35px!important;
    }
    p.card-text {
        line-height: 1rem;
    }
    .brands_list_wrapper {
        position: relative !important;
        height: 0px !important;
        margin: 80px auto 0 auto !important;
        overflow-y: hidden !important;
        padding-top: 0rem !important;
        background-color: rgba(255, 255, 255, 0) !important;
        top: -1px !important;
        left: 0px !important;
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
    }
    .brands_list_wrapper_opened {
        position: relative !important;
        height: 210px !important;
        margin: 0px auto !important;
        overflow-y: hidden !important;
        padding-top: 0rem !important;
        background-color: rgba(255, 255, 255, 1) !important;
        top: 80px !important;
        left: 0px !important;
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
    }
    .brands_list {
        list-style: none;
        margin: 0px auto;
        border-radius: 0px;
        padding-top: 10px;
        background-color: rgba(255, 255, 255, 0) !important;
        padding-left: 10px;
        padding-right: 10px !important;
        width: 100%;
        text-align: center;
        position: relative;
        height: 100%;
        overflow-y: scroll;
    }
    .category_inner_left_wrapper {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0;
        flex: 0 0 100%;
        max-width: 100%;
        transform: translateY(25px);
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
    }
    .category_inner_right_wrapper {
        padding-left: 0px !important;
        padding-right: 0px;
        flex: 0 0 86%;
        max-width: 86%;
        margin-left: 0px;
        padding-left: 0px !important;
        position: relative;
        margin: 0 auto;
    }
    .category_inner_left_wrapper_scrolled {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        transform: translateY(-50px);
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
    }
    .subtitle_wrapper_left {
        position: relative;
        top: 0px !important;
        left: 0px;
        z-index: 99;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto;
        height: 50px;
        z-index: 9999;
        padding: 0px;
        width: 86%;
        background-color: #8000ff !important;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    .subtitle_wrapper_left::before {
        content: "\f103";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 0px;
        color: white;
        font-weight: bold;
        width: 24px;
        height: 24px;
        display: block;
        font-size: 24px;
        line-height: 50px;
        margin-right: 10px;
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
    }
    .row.text-left.ml-4.brands_name_mob {
        margin: 0rem auto !important;
        text-align: center;
        float: none;
    }
    .brands_list li {
        font-size: .8rem;
        padding: 10px;
        color: #2a2a2a;
        text-decoration: none;
    }
    .category_inner_right_wrapper {
        margin-top: 0;
    }
    .subtitle_wrapper_right {
        position: relative;
        top: 25px !important;
        margin: 90px auto 20px auto;
        height: auto;
        z-index: 9999 !important;
        left: 0;
        padding: 0px;
        width: 100%;
        background-color: #8000ff !important;
        transition: all .3s ease;
        padding-top: 15px;
        padding-bottom: 10px;
        text-align: center!important;
    }
    .subtitle_wrapper_right.row.text-center h4 {
        text-align: center !important;
        margin: 0px auto !important;
    }
    .products_inner_wrapper {
        position: relative;
        margin: 5px auto 20px auto;
        padding-top: 20px;
        align-content: center;
        height: auto !important;
        float: none;
        justify-content: center;
        align-items: center;
        transition: .3s all ease;
        -webkit-transition: .3s all ease;
    }
    .products_inner_wrapper_scrolled {
        transform: translateY(-100px);
        transition: .3s all ease;
        -webkit-transition: .3s all ease;
    }
    p.card_text_small {
        display: block;
        display: -webkit-box;
        max-width: 180px;
        height: 70px;
        margin: 0px;
        font-size: inherit;
        line-height: 16px;
        padding: 0px;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .faded_text {
        position: relative;
        height: 60px;
    }
    .faded_text:after {
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 85%;
        height: 16px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 70%);
    }
    .category_wrapper {
        margin: 30px auto 100px auto;
        transition: .3s all linear;
        -webkit-transition: .3s all linear;
    }
    .category_wrapper_mob {
        margin: 120px auto 100px auto;
        transition: .3s all linear;
        -webkit-transition: .3s all linear;
    }
    .category_wrapper_scrolled {
        margin: 120px auto 0px auto;
        transition: .3s all linear;
        -webkit-transition: .3s all linear;
    }
    .col-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        width: 90%;
        height: auto;
        margin: 20px auto;
        border: 1px solid red !important;
    }
    .card-img-large {
        width: 100%!important;
        max-width: 100% !important;
        height: auto;
    }
    .card-img {
        max-width: 100%;
        height: auto!important;
        float: left;
    }
    .bookmark {
        position: absolute;
        top: -1px;
        right: -1px;
        height: 5em;
        width: 5em;
        background-color: red;
        background-image: linear-gradient( hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.5) 5px, hsla(0, 0%, 100%, 0) 25px);
        -webkit-filter: drop-shadow(0 2px 6px hsla(0, 0%, 0%, 0.75));
        box-sizing: border-box;
        padding-top: 50px;
        font-size: 1.5em;
        text-shadow: 0 -1px 0 hsla(0, 0%, 0%, 0.5);
        z-index: 99;
    }
    .card-block.px-2 {
        padding-bottom: 30px;
    }
    .card-footer {
        position: relative;
        padding: .75rem;
        bottom: 0;
        padding-right: 15px !important;
    }
    .btn-flash {
        position: relative;
        width: 100%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        animation-name: flash-red;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        margin: 0px auto;
    }
    .subtitle_wrapper_left_scrolled,
    .subtitle_wrapper_right_scrolled {
        top: 0px !important;
        transform: translateY(-50px);
        margin-bottom: 20px;
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
    }
    .category_img_wrapper[data-excellence="true"]::after {
        content: 'excellence';
        margin: 0 auto;
        display: block;
        height: 30px;
        position: absolute;
        background: red;
        top: 0px;
        right: -55px;
        transform: rotate(45deg);
        filter: drop-shadow(0px 6px 3px #000000b3);
        width: 100%;
        font-size: 20px;
        text-align: center;
        padding-left: 110px;
        color: white!important;
        z-index: 10;
    }
    .subtitle_wrapper_right_full {
        position: relative;
        top: 130px !important;
        margin: 0px auto !important;
        width: 94% !important;
        height: auto !important;
        padding: 5px !important;
        /*
        max-height: 60px;
        line-height: 60px;
*/
    }
    .products_inner_wrapper_full {
        position: relative;
        margin: 50px auto 20px auto;
        align-content: center;
        float: none;
        justify-content: center;
        align-items: center;
    }
    .card-large {
        height: auto !important;
        margin-bottom: 100px;
    }
    .card-title-large {
        font-size: 2rem;
    }
    p.card_text_small {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 70px;
        margin: 0px;
        font-size: inherit;
        line-height: 16px;
        padding: 0px;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card_text {
        margin-left: 0px;
    }
    .subtitle_wrapper_right_full h4 {
        font-size: 1.2rem;
        line-height: inherit !important;
        text-align: center !important;
        margin: 0px auto !important;
        padding: 0px !important;
        color: #ffffff;
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
    }
    .all_products_btn {
        position: relative;
        background-color: #212121;
        height: 30px;
        width: 100%;
        left: 0%;
        margin-top: 0;
        padding: 0px;
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
        cursor: pointer;
        margin: 0;
        top: 0;
    }
    .pulsating_btn {
        position: relative !important;
        margin: 0px auto;
        width: 100%;
    }
    span.pulsating_3 {
        font-size: 12px;
    }
    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
        font-size: .6rem;
    }
    .buttons_wrapper {
        margin-top: 10px;
        float: none;
        display: inline-block;
        margin: 10px auto;
        text-align: center !important;
    }
    .jq-ry-container {
        position: relative;
        padding: 0 5px;
        line-height: 0;
        display: block;
        cursor: pointer;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        direction: ltr;
        float: none !important;
        text-align: center;
        margin: 0 auto;
    }
    .number_of_votes_wrapper {
        float: none !important;
        margin: 0 auto;
        display: block;
        width: 100%;
        text-align: center;
    }
    .number_of_votes {
        float: none;
        margin: 5px auto 5px auto;
    }
    .card.card-large {
        margin: 0px;
    }
    .pulsating_btn span {
        font-size: 12px !important;
    }
    .products_category_wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px !important;
        margin-top: 0 !important;
    }
    .card_bottom {
        flex: 0 0 86% !important;
        max-width: 86% !important;
        display: block;
        margin: 10px auto !important;
        float: none !important;
    }
    .body_scrolled {
        padding-bottom: 60px !important;
    }
    .subtitle_wrapper_left,
    .subtitle_wrapper_left_scrolled {
        top: 80px !important;
    }
    .cards_wrapper.mx-auto.text-center {
        margin-top: 20px;
    }
    .img_dove_comprare {
        max-height: 84px;
        margin: 15px auto;
        float: none;
        display: block;
    }
    #tooltip-vote {
        position: relative !important;
        margin: 15px auto 0px auto !important;
        background: #f39c12 !important;
        padding: 5px 10px !important;
        text-align: center !important;
        width: 120px !important;
        text-transform: uppercase !important;
        color: white !important;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.23) !important;
    }
    .faccine {
        letter-spacing: 5.8px !important;
        font-size: 19px !important;
        position: relative !important;
        margin: 10px auto !important;
        width: 100% !important;
        text-align: center !important;
        height: 30px !important;
    }
    .faccine img {
        float: none !important;
    }
    .faccine br {
        display: none !important;
    }
    div#mapid {
        width: 100% !important;
        height: calc(100vh - 70px) !important;
        margin-top: 70px !important;
    }
    .btn-flash {
        position: relative;
        width: 66%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        animation-name: flash-red;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        margin: 0 auto;
        float: none;
        display: inline-block;
        padding: 5px;
        line-height: 20px;
        width: 250px;
    }
    .subtitle_wrapper_right_faded {
        opacity: 0;
        transition: .3s linear all;
        -webkit-transition: .3s linear all;
        -moz-transition: .3s linear all;
        -ms-transition: .3s linear all;
        -o-transition: .3s linear all;
    }
}

#contact button[type="button"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #8000ff;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

.page-bb-top {
    margin-top: 13px;
    float: right;
    position: absolute;
    right: 40px;
}

.page-link-top {
    position: relative;
    font-weight: 300;
    font-size: 12px;
    display: block;
    padding: 5px;
    margin-left: -1px;
    line-height: 1.25;
    color: white!important;
    background-color: transparent;
    text-decoration: none!important;
    border: none!important;
}

.page-link-top-normal {
    position: relative;
    display: block;
    padding: 5px;
    margin-left: -1px;
    text-align: center;
    line-height: 1.25;
    color: white!important;
    font-size: 13px;
    width: 30px;
    height: 30px;
    background-color: transparent!important;
    border: none!important;
}

.page-link {
    border: none!important;
}

@media (max-width: 1100px) {
    #linkToSiteWrapper {
        position: fixed!important;
        width: 60px !important;
        height: auto !important;
        top: 50%!important;
        transform: translateY(-50%) !important;
        padding-left: 0px;
        padding-bottom: 0px !important;
        left: 0!important;
        z-index: 99999999999!important;
    }
}

@media (max-width: 450px) {
    #linkToSiteWrapper {
        display: none!important;
        height: 100% !important;
    }
}


/* FOOTER FROM NEWS GLOBELIFE */

.footer_wrapper {
    /*padding-left: 320px;*/
}

.dropdown-menu.footer_dropdown_text.show {
    width: 70%;
    left: 15%;
    background-color: #151515;
    border: 1px solid;
    padding: 10px;
    text-align: justify;
    height: 200px;
    overflow: auto;
}

.footer_wrapper a {
    color: #8000ff;
}

.footer_wrapper a:hover {
    text-decoration: none;
    color: #ffffff;
}

@media (max-width: 600px) {
    .footer_wrapper {
        padding-left: 0;
    }
}

.btn_list_aziende {
    width: 94% !important;
    padding-left: 15px;
    padding-right: 0px;
}

@media (max-width: 500px) {
    .btn_list_aziende {
        width: 87% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 6.5% !important;
    }
}

.bg-primary {
    background-color: #8000ff!important;
}

.btn-primary {
    color: #fff;
    background-color: #8000ff!important;
    border-color: #8000ff;
}

.btn-brands {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
    height: 38px;
    line-height: 38px;
    font-size: 1rem;
    padding: 0;
    border-radius: 0 !important;
}

.btn-brands.focus,
.btn-brands:focus,
.btn-brands a:focus,
.btn-brands a:hover,
.btn-primary:hover {
    box-shadow: none !important;
    border: 1px solid #8000ff !important;
}

button.search_btn {
    height: 38px !important;
    line-height: inherit !important;
    background-color: #612e99;
    border-color: #8000ff;
}

button.search_btn.focus,
button.search_btn:focus {
    box-shadow: none !important;
}

button.search_btn .fa.fa-search {
    color: #ffffff;
}

video {
    max-width: 100% !important;
}

.main_title_inner {
    /*left: 15px;
    margin-top: 15px;
    margin-bottom: 0 !important;
    line-height: initial;
    font-size: 1.2rem;
    top: 0px;
    padding-left: 0px;
    text-align: left;
    background-color: transparent;*/
    left: 0;
    margin-top: 0px;
    margin-bottom: 0 !important;
    font-size: 1.2rem;
    top: 45px;
    line-height: 55px;
    height: 55px;
    padding-left: 35px;
    text-align: left;
    /*background-color: #101010;*/
    width: 100%;
}

h1.category_title {
    font-size: 1.4rem;
    text-align: left !important;
    width: inherit !important;
    padding-left: 20px;
}

h2.main_title_inner.main_title_shrinked {
    margin-top: 5px;
}

.clsLinkVideo {
    background-color: #212121;
    color: white !important;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
}

/*
.clsH2LogoAzienda{

}
*/

@media (max-width: 1200px) {
    /*.main_title {
        top: 110px;
    }*/
    .main_title_inner {
        top: 0;
        width: 70%;
        left: 0;
    }
    h2.main_title_inner.main_title_shrinked {
        margin-top: 5px;
    }
    .contact_us {
        margin-top: 12px;
        padding: 2px 15px;
    }
    .main_title_shrinked .contact_us {
        margin-top: 0px !important;
        padding: 2px 15px;
    }
}

@media (max-width: 900px) {
    /*.main_title {
        left: 30%;
        top: 135px;
    }*/
    .main_title_inner {
        top: 0;
        width: 100%;
        left: 0;
        margin-bottom: 0 !important;
        /*line-height: 30px;*/
        font-size: .9rem;
        position: relative;
        padding-left: 20px;
        text-align: left;
        background-color: transparent;
    }
    h2.main_title_inner.main_title_shrinked {
        margin-top: 5px;
    }
    .all_products_btn {
        display: none;
    }
    .col-12.category_title.mb-0.text-left {
        padding-top: 5px;
    }
}

@media (max-width: 780px) {
    /*.main_title {
        left: 30%;
        top: 135px;
        width: 70%;
    }*/
    h1.main_title,
    h1.main_title_inner {
        font-size: .7rem;
        line-height: 50px;
        text-align: left;
    }
}

@media (max-width:500px) {
    .main_title {
        left: 0%;
        padding-top: 0px;
        width: 100%;
    }
    .main_title {
        left: 0;
        font-size: .9rem !important;
        line-height: 16px !important;
        text-align: center !important;
    }
    .main_title_inner {
        top: 0px;
        width: 100%;
        left: 0;
        margin-bottom: 0 !important;
        line-height: initial;
        font-size: .9rem;
        padding-left: 0px;
        text-align: center;
        background-color: transparent;
    }
    .pb-4,
    .py-4 {
        padding-bottom: 1.1rem!important;
    }
    .mt-4,
    .my-4 {
        margin-top: 1.1rem!important;
    }
    .h1,
    h1,
    h2,
    .h2 {
        font-size: 1.5rem;
    }
    .category_title .pt-2,
    .py-2 {
        padding-top: 0 !important;
    }
    .category_title h1.float-left {
        margin-bottom: 0;
        text-align: center;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    .footer_wrapper {
        padding-left: 0;
        position: relative;
        float: left;
        margin: 0 auto;
        width: 100%;
    }
    .footer_wrapper p.text-light.text-center {
        margin-bottom: 30px;
    }
    .flags_wrapper_mob {
        margin: 160px auto 0px auto !important;
    }
    h1.category_title {
        font-size: 1.4rem;
        text-align: center !important;
        width: 90% !important;
        margin: 0 auto;
    }
    .subtitle_wrapper_left,
    .subtitle_wrapper_left_scrolled {
        display: none !important;
    }

    .hidden_on_cell {
        display: none !important;
    }

    .contact_us {
        display: none !important;
    }
}

@media (max-width: 380px) {
    .flags_wrapper_mob {
        margin: 140px auto 0px auto !important;
    }
    .flags_wrapper_mob_clicked {
        top: 105px !important;
    }
}

@media (max-width: 340px) {
    .flags_wrapper_mob {
        margin: 120px auto 0px auto !important;
    }
    .flags_wrapper_mob_clicked {
        top: 125px !important;
    }
}

#mpf39o0f1ev1663592712348 {
    z-index: 9999999 !important;
}
.no-view-contact {
    width: 1px;
    height: 1px;
    border: none;
    background: transparent;
    margin-bottom: -23px;
}
    .swal2-popup .swal2-actions {
    align-items: center;
    justify-content: center;
    margin: 1.25em auto 0;
    z-index: 1;
    display: none!important;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none !important;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}