@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap');
 :root {
    --blue-default: #0C2651;
    --green-default: #008375;
    --black-default: rgba(0, 0, 0, 0.8);
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

body {
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Raleway', sans-serif !important;
}

.stand_alone_header .logo {
    /*width: 550px;*/
    width: 400px;
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 4px;
}

.stand_alone_header .logo-divider {
    background-color: #FBFBFB;
    height: 1px;
    opacity: 0.9;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(251, 251, 251, 0.57);
    box-shadow: 0px 0px 7px 1px rgba(251, 251, 251, 0.57);
    margin-bottom: 0;
}

.stand-alone-fullscreen {
    /*background-color: yellow;*/
    /*height: 100vh;*/
    display: flex;
    flex-direction: column;
}

.center-section {
    justify-content: center;
    align-items: center;
    text-align: center;
}


/* btn con stelline on hover */

.btn-default {
    background-color: #0C2651;
    color: #fff;
    border: #0C2651;
    border-radius: 0;
    font-weight: 500;
    /*padding: 5px 30px;*/
    padding: 0 10px 3px 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 16px;
    font-family: 'Raleway';
}

.btn-default a {
    color: unset !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.active,
.btn-default.active {
    background-color: #0C2651;
    color: #fff;
}

.btn-default::before {
    padding-right: 20px;
}

.btn-default::after {
    padding-left: 20px;
}

.btn-default::before,
.btn-default::after {
    /*content: " \22C6 ";*/
    content: " ";
    font-size: 20px;
    opacity: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-star-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: center;
    padding: 0 30px;
}

.btn-default .btn-inner-text {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}

.btn-default:hover .btn-inner-text,
.btn-default.active .btn-inner-text {
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    top: -2px;
}

.btn-default:hover::before,
.btn-default:hover::after,
.btn-default.active::before,
.btn-default.active::after {
    opacity: 1;
}


/* end btn */


/* form */

.input_full_grey {
    min-width: 400px;
    min-height: 43px;
    background-color: #F4F4F4 !important;
    border: 1px solid #F4F4F4 !important;
    border-radius: 3px !important;
}

.form-floating-label {
    color: #A5A8AA !important;
}

.form-control:focus {
    box-shadow: none !important;
}


/* login.php page */

.title {
    font-size: 48px;
    font-weight: bold;
    color: #0C2651;
}

.subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #0C2651;
    padding-bottom: 20px;
}


/* anteprima.php */

.btn_animated_cont {
    margin-top: 70px;
}

.btn_animated {
    width: 215px;
    padding: 16px;
    border: 3px solid #0C2651;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0px 5px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
}

.btn_animated span {
    font-size: 16px;
    font-family: 'Raleway';
    position: absolute;
    right: 10px;
    color: #0C2651;
    font-weight: bold;
}

.btn_animated:hover span {
    -ms-transform: translateX(-42px);
    -moz-transform: translateX(-42px);
    -webkit-transform: translateX(-42px);
    transform: translateX(-42px);
    transition-duration: 0.5s;
}

.btn_animated .animated_btn_arrow {
    padding-right: 15px;
    height: 38px;
    position: relative;
}

.btn_animated .animated_btn_arrow i {
    font-size: 28px;
    color: #0C2651;
    position: absolute;
    top: -1px;
}

.btn_animated:hover .animated_btn_arrow i {
    -ms-transform: translateX(170px);
    -moz-transform: translateX(170px);
    -webkit-transform: translateX(170px);
    transform: translateX(170px);
    transition-duration: 0.5s;
}


/* end btn */

.main-stand-alone-anteprima .stand-alone-fullscreen {
    /* background-image: url('../img/bg-anteprima.jpg'); */
    background-size: cover;
    background-position: bottom right;
}

.main-stand-alone-anteprima .title,
.main-stand-alone-anteprima .subtitle {
    color: #fff;
    text-shadow: 1px 1px 10px rgba(150, 150, 150, 1);
}


/* catalogo_prodotti */

.products_container {
    /* width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;*/
}

.products_container_single,
.advertisement_container_single {
    border: 1px solid #F4F4F4;
    width: 100%;
    /*max-width: 360px;
    min-width: 300px;*/
    /*width: 360px;*/
    /*margin-bottom: 30px;
    margin-right: 20px;*/
}

.products_container_single .owl-item .products_container_carousel_img {
    max-width: 99%;
    width: auto;
    margin: 0 auto 30px auto;
}

.products_container_single.homepage {
    border: none !important;
}

.products_container_single.homepage .products_container_single_body {
    padding-top: unset;
}

.products_container_single.homepage .products_container_single_header {
    margin: 0 !important;
    padding: 10px;
    border-top: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
    border-left: 1px solid #F4F4F4;
}

.products_container_single.homepage .products_container_single_body {
    border-right: 1px solid #F4F4F4;
    border-left: 1px solid #F4F4F4;
}

.advertisement_contacts_list,
.contatti_mobile_action_boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.advertisement_contacts_elem,
.contatti_mobile_action_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 130px;
    min-height: 65px;
    margin-bottom: 15px;
}

.advertisement_contacts_elem img,
.contatti_mobile_action_box img {
    width: 25px;
    height: 25px;
}

.advertisement_contacts_elem.tel span,
.contatti_mobile_action_box.tel span {
    color: #008375;
    font-size: 12px;
    font-family: 'Raleway';
}

.advertisement_contacts_footer,
.contatti_mobile_action_box_footer {
    color: white;
    font-size: 15px;
    font-family: 'Raleway';
    width: 100%;
    padding: 5px 10px;
    margin-top: 15px;
    text-align: center;
}

.advertisement_contacts_elem.tel .advertisement_contacts_footer,
.contatti_mobile_action_box.tel .contatti_mobile_action_box_footer {
    background-color: #008375;
}

.advertisement_contacts_elem.whats .advertisement_contacts_footer,
.contatti_mobile_action_box.whats .contatti_mobile_action_box_footer {
    background-color: #25D366;
}

.advertisement_contacts_elem.chat .advertisement_contacts_footer,
.contatti_mobile_action_box.chat .contatti_mobile_action_box_footer {
    background-color: #0E387D;
}

.advertisement_contacts_elem.email .advertisement_contacts_footer,
.contatti_mobile_action_box.email .contatti_mobile_action_box_footer {
    background-color: #0C2651;
}

.advertisement_contacts_elem img {
    width: 25px;
}

.advertisement_container_single {
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.advertisement_geo_side {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 40px;
    margin-bottom: 50px;
}

.advertisement_container {
    background-color: #0C2651;
    width: 100%;
    position: relative;
}

.advertisement_top_img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.advertisement_link {
    display: flex;
    justify-content: center;
}

.advertisement_link img {
    margin-right: 5px;
}

.advertisement_link .materassi_underline_link {
    margin-top: 0;
}

.advertisement_side_top {
    width: 60%;
    margin: auto;
    color: white;
    font-size: 14px;
    font-family: 'Raleway';
    padding: 55px 0 15px 0;
    text-align: center;
}

.products_container_single_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 10px 0 10px;
    min-height: 48px;
    line-height: 1.2;
}

.products_container_single_title {
    font-size: 20px;
    font-family: 'Raleway';
    font-weight: bold;
}

.products_container_single_sale {
    padding: 10px;
    background-color: #BC1733;
    color: white;
    font-size: 18px;
    font-family: 'Raleway';
    font-weight: bold;
}

.products_container_single_sale.active {
    background-color: #F90000;
}

.products_container_single_body {
    padding-top: 20px;
}

.product_single_body_line {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 5px;
}

.product_single_body_line i {
    font-size: 8px;
    margin-right: 8px;
}

.product_single_body_line span {
    font-size: 12px;
    font-family: 'Raleway';
}

.products_container_carousel_img {
    display: block;
    height: auto;
    width: 100%;
    max-height: 220px;
}

.products_container_single_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F4F4F4;
    padding: 15px;
}

.products_container_single_footer:hover,
.products_container_single_header:hover {
    cursor: pointer;
}

.products_container_single_footer_price {
    font-family: 'Raleway';
    font-size: 13px;
}

.previous_price {
    text-decoration: line-through;
}

.current_price {
    font-size: 20px;
    color: #BC1733;
    margin-left: 5px;
}

.current_price.active {
    color: #F90000;
}

.products_container_single_footer_caption {
    font-family: 'Raleway';
    font-size: 12px;
    padding: 15px 0;
}

.products_container_single_body_carousel .owl-carousel {
    position: relative;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.products_container_single_homepage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.products_container_clock {
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.products_clock {
    font-family: 'Roboto Light';
    font-size: 20px;
}

.familia_color {
    color: #DCADB5;
}


/* filtri */

.rotate90 {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.catalogo_filtro {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}

.catalogo_filtro_heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}

.catalogo_filtro_heading_top {
    /*display: flex;
    flex-direction: row;
    align-items: center;*/
    display: inline-block;
}

.catalogo_filtro_heading_text {
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
}

.catalogo_filtro_heading_order {
    margin-right: auto;
    display: inline-block;
}

.catalogo_filtro_heading_order select {
    background-color: #F4F4F4;
    border: none !important;
    padding: 5px;
    cursor: inherit;
    line-height: inherit;
    font-size: 14px;
    font-family: 'Raleway';
    width: unset !important;
    min-width: 140px;
    border-radius: 0 !important;
}

.catalogo_filtro_heading_order select:focus {
    border: unset !important;
}

.catalogo_filtro_heading_order select:focus-visible {
    outline: none !important;
}

.catalogo_filtro_heading_order select option:focus-visible,
.catalogo_filtro_heading_order select option:checked,
.catalogo_filtro_heading_order select option {
    background-color: #F4F4F4 !important;
    color: black !important;
}

.catalogo_filtro_heading_order select option,
.catalogo_filtro_heading_btn {
    font-size: 14px;
    font-family: 'Raleway';
}

.catalogo_filtro_heading_btn {
    font-weight: bold;
    color: #008375;
}

#catalogo_filtro_count {
    padding: 5px 10px !important;
    background-color: #008375;
    color: white;
    font-size: 12px;
    font-family: 'Roboto Light';
    font-weight: bold;
    margin-left: 5px;
}


/* -- */

.catalogo_filtro_heading_btn_open_mob {
    margin-left: 30px;
    display: inline-block;
}

.catalogo_filtro_mobile_header_wrap {
    border-bottom: 1px solid #008375;
}

.catalogo_filtro_mobile_back {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.go_back_catalogo_filtro {
    font-size: 14px;
    font-family: 'Raleway';
    color: #008375;
    font-weight: bold;
    margin-left: 15px;
}

.catalogo_filtro_mobile_header {
    display: flex;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.catalogo_filtro_mobile_reset {
    font-size: 12px;
    font-family: 'Raleway';
    color: #FF0000;
    text-transform: uppercase;
}

.catalogo_filtro_mobile_body {
    max-width: 100%;
    overflow: scroll;
    margin-bottom: 60px;
}

.catalogo_filtro_elem {
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #F5F5F5;
    cursor: pointer;
}

.catalogo_filtro_elem.range {
    padding: 15px 0 60px 15px;
}

.catalogo_filtro_elem_head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.catalogo_filtro_elem_head span {
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: bold;
}

.catalogo_filtro_elem_head img {
    width: 9px;
}

.catalogo_filtro_elem_list:hover img {
    display: block;
}

.catalogo_filtro_elem_list .bi-check-circle-fill {
    color: rgba(0, 0, 0, 0.8);
}


/*
.catalogo_filtro_elem_list:hover .bi-check-circle-fill {
    display: block;
}
*/

.catalogo_filtro_elem_list_container {
    display: none;
}

.catalogo_filtro_elem_list_container.active {
    display: block;
}

.catalogo_filtro_elem_list_container_colors {
    display: flex;
    flex-direction: row;
}

.catalogo_filtro_elem_list_container_price_range {
    display: flex;
}

.catalogo_filtro_hidden_check {
    display: none !important;
}

.catalogo_filtro_elem_list {
    padding: 10px 0;
    border-bottom: 1px solid #F5F5F5;
}

.catalogo_filtro_elem_list:last-child {
    padding-bottom: 5px;
    border-bottom: unset !important;
}

.catalogo_filtro_elem_list_color:hover,
.catalogo_filtro_elem_list_tessuto:hover,
.catalogo_filtro_elem_list_color.active,
.catalogo_filtro_elem_list_tessuto.active {
    background-color: #F4F4F4;
}

.catalogo_filtro_elem_list_color:hover .catalogo_filtro_elem_color_check,
.catalogo_filtro_elem_list_tessuto:hover .catalogo_filtro_elem_tessuto_check,
.catalogo_filtro_elem_check.active,
.catalogo_filtro_elem_color_check.active,
.catalogo_filtro_elem_tessuto_check.active {
    display: block;
}

.catalogo_filtro_elem_list_title,
.catalogo_filtro_elem_list_color_text,
.catalogo_filtro_elem_list_tessuto_title {
    font-size: 16px;
    font-family: 'Raleway';
}

.catalogo_filtro_elem_list_color_text {
    margin: 0;
}

.catalogo_filtro_elem_list_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalogo_filtro_elem_list_title.red {
    color: #BB1E3C;
}

.catalogo_filtro_elem_check {
    display: none;
    width: 16px;
}

.catalogo_filtro_elem_list_title.green {
    color: #6BA9A4;
}

.catalogo_filtro_elem_list_sub {
    font-size: 11px;
    font-family: 'Raleway';
}

.catalogo_filtro_elem_list_color,
.catalogo_filtro_elem_list_tessuto {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.catalogo_filtro_elem_list_color img {
    max-width: 110px;
}

.catalogo_filtro_elem_list_tessuto img {
    max-width: 160px;
}

.catalogo_filtro_elem_list_slider {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.catalogo_filtro_elem_list_slider.tessuto {
    flex-direction: row;
}

.catalogo_filtro_elem_list_color,
.catalogo_filtro_elem_list_tessuto {
    padding: 2px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
}

.catalogo_filtro_elem_color_check,
.catalogo_filtro_elem_tessuto_check {
    position: absolute;
    display: none;
    top: 6px;
    right: 10px;
    width: 25px;
    font-size: 25px;
}

.catalogo_filtro_elem_tessuto_check {
    top: 10px;
}

.btn_fixed_mobile {
    background-color: #0C2651;
    font-size: 16px;
    font-family: 'Raleway';
    color: white;
    border: none !important;
    width: 100%;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (min-width: 1199px) {
    .catalogo_filtro_desk {
        width: 100%;
    }
    .catalogo_filtro_elem {
        padding-left: 5px;
    }
    .catalogo_filtro_elem_head span,
    .catalogo_filtro_elem_list_title {
        font-size: 14px;
    }
    .catalogo_filtro_elem.range {
        padding: 15px 0 60px 5px;
    }
    section.range-slider .rangeValues {
        top: -21px;
        font-size: 14px;
    }
    .catalogo_filtro_elem_head img {
        width: 7px;
    }
    .catalogo_filtro_heading {
        width: 100%;
        margin: 0;
    }
    .catalogo_filtro_header_desk {
        margin: 15px 0;
    }
    .catalogo_filtro_header_desk_bot {
        padding: 10px 0;
        border-bottom: 1px solid #008375;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .go_back_catalogo_filtro {
        margin: 0;
    }
    .catalogo_filtro_desk .btn-default {
        background-color: #6BA9A4 !important;
    }
    .catalogo_filtro_desk .btn-default a {
        color: white !important;
        font-size: 14px;
    }
    .catalogo_filtro_desk .btn-default::before {
        padding-right: 5px;
    }
    .catalogo_filtro_desk .btn-default::after {
        padding-left: 5px;
    }
    .catalogo_filtro_header_desk_top {
        display: flex;
        justify-content: flex-end;
    }
    .catalogo_filtro_desk_reset {
        font-size: 12px;
        font-family: 'Raleway';
        text-decoration: underline !important;
        color: #BC1733 !important;
    }
}

.catalogo_filtro_list,
.catalogo_filtro_mobile_header {
    padding-left: 15px;
    padding-right: 15px;
}


/* SLIDER SWITCH */

.slider_switch {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.slider_switch span {
    margin-right: 20px;
    font-size: 12px;
    font-family: 'Raleway';
    font-weight: bold;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 15px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: transparent;
    border: 1px solid black;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 2px;
    background-color: black;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: black;
}

input:checked+.slider:before {
    background-color: white;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/* SLIDER FAT */

.slider_switch.fat span {
    margin-right: 0;
}

.slider_switch.fat .switch {
    width: 35px;
    height: 20px;
}

.slider_switch.fat .slider:before {
    height: 15px;
    width: 15px;
    left: 1px;
    bottom: 2px;
}

.slider_switch.fat input:checked+.slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.slider_switch.fat {
    margin-bottom: 0;
}


/* range */

section.range-slider {
    position: relative;
    width: 100%;
    text-align: center;
}

section .rangeValues {
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: bold;
}

section.range-slider input[type="range"] {
    pointer-events: none;
    position: absolute;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: none;
    overflow: hidden;
    left: 0;
    top: 20px;
    width: 100%;
    outline: none;
    height: 20px;
    margin: 0;
    padding: 0;
    background-color: transparent !important;
}

section.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 14px;
    background: white !important;
    border: 2px solid #000000;
}

section.range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 14px;
    background: white !important;
    border: 2px solid #000000;
}

section.range-slider input[type="range"]::-ms-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -ms-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 14px;
    background: white !important;
    border: 2px solid #000000;
}

section .rangeLine {
    position: absolute;
    border: 1px solid #000000;
    width: 99%;
    margin: 0;
    padding: 0;
    opacity: 1;
    top: 29px;
    z-index: -1;
}

section.range-slider input[type=range]::-moz-range-track {
    position: relative;
    background: none transparent !important;
    z-index: -1;
    border: 0;
}

section.range-slider input[type=range]:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent !important;
    border: 0;
}

section.range-slider input[type=range]::-moz-focus-outer {
    border: 0;
}

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