/* Telefon */
@media (min-width: 320px) and (max-width: 480px) {
    header .h-container {
        display: none;
    }

    .responsive-header {
        display: block;
        background: #fff;
    }

    .responsive-header .nav-container {
        padding: 5px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav-container .nav-brand {}

    .nav-container .nav-brand img {
        max-height: 60px;
    }

    .nav-container .nav-menu svg {
        fill: #484848;
        width: 32px;
        height: 32px;
    }

    .nav-list-responsive {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        min-width: 250px;
        background: #fff;
        z-index: 99;
        box-shadow: rgba(0, 0, 0, 0.25) 6.4px 1.4px 15.2px;
    }

    .nav-list-item>li>a {
        padding: 10px 10px;
        border-bottom: 1px solid #e3e3e3;
        width: 100%;
        display: flex;
        height: 100%;
        align-items: center;
        font-size: 1em;
        background-color: #fff;
        color: #484848;
        font-weight: 500;
        text-decoration: none;
    }

    .nav-list-item > li:last-child > a {
        padding: 2px;
        display: flex;
        justify-content: center;
    }
    .nav-list-item > li:last-child > a > svg {
        width: 28px;
        height: 28px;
    }

    .nav-list-item>li>a>svg {
        width: 14px;
        height: 14px;
        fill: #484848;
        margin-right: 5px;
        transition: ease all .3s;
    }

    .nav-list-item > li:last-child > svg {
        width: 24px !important;
        height: 24px !important;
    }

    .nav-list-item>li>svg {
        width: 28px;
        height: 28px;
        border-bottom: 2px solid gray;
    }

    .nav-list-item>li:last-child {
        display: flex;
        justify-content: flex-end;
        padding: 5px;
    }

    .nav-list-sub-item li a {
        padding: 10px 10px;
        border-bottom: 1px solid #e3e3e3;
        width: 100%;
        display: flex;
        height: 100%;
        align-items: center;
        font-size: 1em;
        background-color: #fff;
        color: #484848;
        padding-left: 25px;
        text-decoration: none;
    }

    .nav-list-item {
        padding-left: 0 !important;
        border-top: 1px solid #e3e3e3;

    }

    .nav-list-responsive .close-nav {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .nav-list-responsive .close-nav svg {
        width: 28px;
        height: 28px;
        color: #484848;
    }

    .nav-list-responsive {
        display: none;
    }

    .nav-list-sub-item {
        transition: ease all .9s;
    }

    .promotion-container {
        flex-direction: column-reverse;
    }

    .promotion-container .image {
        width: 100%;
    }


    .promotion-container .explain {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top: 2px solid rgb(207 46 27);
        border-right: 2px solid rgb(207 46 27);
        border-radius: 10%;

    }

    .slider-info {
        padding: 0;
        margin-left: 2rem;
    }

    .slider-info h2 {
        font-size: 18px;
        padding: 5;
        margin-top: 6rem;
        margin-bottom: 1rem;
    }

    .slider-info p {
        font-size: 14px;
        width: 75%;
        padding: 5px;
    }

    section {
        padding: 75px 0;
    }

    .promotion-container .explain {
        width: 100%;
    
        margin-bottom: 50px;

    }

    .promotion-container .explain .sub-title {
        font-size: 14px;
        margin-top: 1rem;
    }

    .promotion-container .explain .main-title {

        font-size: 18px;
        margin-bottom: 1rem;

    }

    .promotion-container .explain .exp-text{
        opacity: 0.7;
        font-size: 14px;
    }

    .fixed-info h2{
        font-size: 2rem;
    }
    .fixed-info h3{
        font-size: 1rem;
    }

    .fixed-section{
        background: url(/images/back-mobil.jpg) center / cover no-repeat fixed;
    }

    .easy-info{
        padding: 5px;
        margin: 5px;
        height: 100%;
        border-radius: 5%;
        font-size: 14px;
    }

    .easy-info .easy-title h2{
        font-size: 18px;
    }

    .footer_qlink_widget h4{
        font-size: 22px;
    }

    .footer_contact_widget h4 {
        font-size: 22px;
    }

    .widget-container{
        width: 50% !important;
        margin: 20px 0;
    }

    footer{
        padding: 25px 0 !important; 
    }

    .footer_about_widget p{
        text-align: center;
    }

    .full-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }

    .fixed-info{
        padding: 50px 0;
    }

    .product-info{
        font-size: 14px;
    }

    .context{
        font-size: 14px;
    }

    .p-none{
        font-size: 14px;
    }

    .contact-info{
        display: none;
    }

    .contact-list{
        padding-left: 0;
        margin-bottom: 75px;
    }

    .contact-form-reverse{
        flex-direction: column-reverse;
    }

    .footer_social_widget ul li a{
        padding: 5px;
    background: white;
    border-radius: 50%;
    }

    .footer_social_widget .list-item svg{
        fill: #484848;
        border-radius: 50%;
    }

    .footer_social_widget .list-item{
        margin: 0 7px;
    }

    .footer_social_widget > ul{
        justify-content: center;
        border-bottom: 2px solid #c3c3c3;
    border-top: 2px solid #c3c3c3;
    padding: 10px 0!important;
    margin: 0;
    }

    .footer_social_widget h4{
        text-align: center;
        font-size: 18px;
    }

    .footer_menu_widget .m-0.full-flex {
        padding-left: 0;
    }

    .footer_menu_widget .m-0.full-flex .list-inline {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

}