/*RESPONSIVE*/
/* Medium devices(md) (tablets, less than 992px)*/
@media (max-width: 991.98px) {}

/* Small devices(sm) devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {}

/* Extra small(xs) devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}

/*#new add (only for desktop screens)*/
@media all and (min-width: 992px) {}

/* Large(lg) devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .site-header.header-4:not(.mobile-header) #topbar-wrap .topbar-row {
        padding-left: 220px;
    }

    .site-header .topbar-list li {
        padding: 0 16px;
    }
}

/*Extra large(xl) devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/*Extra extra large (xxl) devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) and (max-width: 1920.98px) {}

/*#new add (full hd, 1920px and up)*/
@media all and (min-width: 1921px) {}