.site-title img {
    width: 100%;
}

.site-main .wallpaper-image {
    height: 485px;
    width: 325px;
}

.site-main aside {
    margin-top: 20px;
}

.site-main .column_1 {
    width: 40%;
}

.site-main .column_2 {
    width: 60%;
}

.dropdown-wrapper .select-css {
    flex-basis: 60% !important;
}

.dropdown-wrapper>.btn-download {
    flex-basis: 40% !important;
    margin-left: 10px !important;
}

.btn-download {
    padding: 1em .5em !important;
}

#sidr-nav {
    display: none;
}

@media (max-width: 1200px) {
    #sidr-nav {
        display: block;
    }
}

@media (max-width: 768px) {
    .sidr {
        width: 44.5%;
    }
    .sidr-area {
        width: 100%;
        display: grid;
    }
    .site-main .wallpaper-image {
        height: auto;
    }
    .site-main .column_1 {
        width: 100%;
    }
    .site-main .column_2 {
        width: 100%;
    }
    .main-navigation {
        height: 34px;
    }
}

@media (max-width: 1200px) {
    .main-navigation {
        height: 41px;
    }
}

@media (min-width: 1201px) {
    .middlebar-items {
        height: 58px;
    }
}

/* OVERRIDE STYLES */

.promote-wrapper .item .promo-label {
    width: max-content !important;
}

.promote-wrapper .item .check-price {
    width: max-content !important;
}

.promote-wrapper .item .check-price .fa-arrow-right {
    margin-left: 10px;
}

/* RESPONSIVE ADS */

.ad-block-4 .responsive-ad-wrapper {
    vertical-align: middle;
    height: 280px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .ad-block-4 .responsive-ad-wrapper {
        /* width: 330px;*/
        height: 320px;
    }
}

@media screen and (max-width: 400px) {
    .ad-block-4 .responsive-ad-wrapper {
        height: 320px;
        float: none;
    }
}

@media screen and (min-width: 1400px) {
    .ad-block-4 .responsive-ad-wrapper {
        height: 280px;
    }
}

/* STICK SIDEBAR ADS */
.sidebar-sticky-ads {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}