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


}

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


}

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


}

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


}

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

    .right-info {
        padding-left: 10px;
    }

    .left-info {
        padding-right: 10px;
        margin-bottom: 50px;
    }

    .page-fullwidth-wrapper, .page-normal-wrapper, .page-with-menu-wrapper{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-fullwidth{
        padding: 0;
    }


    .nav-mobile-icon{
        display: block;
        position: absolute;
        top: 19px;
        left: 15px;
    }

    .nav-mobile-icon .icon:before {
        content: '';
        display: block;
        background: url("../../images/dexyco_v2021/menu.svg");
        width: 21px;
        height: 15px;
    }

    .header-top{
        height: 56px;
        line-height: 56px;
        padding: 0;
    }

    .header .logo{
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-right: 0;
    }

    .logo img{
        max-width: 100px;
    }

    .footer{
        margin-top: 0;
    }

    .footer-nav .items-wrapper{
        margin: 0 0 20px;
    }

    header .autocomplete-button .icon:before{
        content: url("../../images/dexyco_v2021/srch.svg");
        display: block;
        width: 15px;
        height: 15px;
    }

    .sidebar-shopping {
        padding-left: 0;
    }

    .collapse-menu .title .icon{
        position: absolute;
        right: 20px;
        top: calc(50% - 2px);
    }

    .collapse-menu .open .title .icon,
    .collapse-menu.open .title .icon{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .collapse-menu .title .icon:before{
        content: '';
        background: url("../../images/dexyco_v2021/arrow_down.svg");
        width: 9px;
        height: 5px;
        display: block;
    }

    .page-wrapper .img-mobile{
        display: block;
    }

    .page-wrapper .img-wrapper{
        display: none;
    }

    /*  Accordion map  */

    .accordion-map.store-listing-map.show-map {
        min-height: 700px;
    }

    /* City Select Availability In Stores */

    .city-select-wrapper {
        flex-direction: column;
    }

    .city-select-wrapper > label {
        margin-bottom: 10px;
        text-align: left;
        width: 100%;
        padding: 0 10px;
    }

    .city-select-wrapper .styled-select {
        width: 100%;
    }

}

