.remix-logo img {
    display: inline-block;
    height: 50px;
}

.toppp:first-child a img {
    margin: 0 !important;
    padding: 0 18px 0 0;
}

.footer_links ul li a {
    font-size: 9pt;
}

.new-slides {
    margin: 0 0 10px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.new-slides .slide a {
    display: block;
}

.new-slides .slide-content {
    width: auto;
    margin: 5px 10px 0;
    padding: 0;
    float: none;
}

.new-slides .slide-content .slide-image {
    width: 100%;
}

.new-slides .slide:nth-child(even) .slide-content {
    margin-left: 5px;
}

.new-slides .slide:nth-child(odd) .slide-content {
    margin-right: 5px;
}

#home #three-cols {
    width: 100%;
}

#home #three-cols .bottom-menu-item {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 4rem !important;
}

.site-slider .site-slides {
    margin: 0;
}

.site-slider .bx-wrapper {
    margin: 0 auto;
    box-shadow: none;
}

#site-video {
    width: 100%
}

.bx-wrapper .bx-controls-direction a {
    z-index: 998 !important;
}

#instafeed-sec {
    text-align: center;
}

#instafeed-sec h2 {
    color: #e16b2a;
}

#instafeed-sec .bx-wrapper {
    margin: 0 auto;
}

#instafeed-sec .bx-wrapper .bx-prev {
    text-indent: -1px;
}

#instafeed-sec .bx-wrapper .bx-next {
    text-indent: 3px;
}

#instafeed-sec .bx-wrapper .bx-controls-direction a {
    color: black;
    font-size: 26px;
    background: rgba(255, 255, 255, 0.8);
    line-height: 31px;
    border-radius: 50%;
    font-weight: bold;
}

#instafeed-sec .bx-wrapper .bx-controls-direction a:hover {
    color: #e16b2a;
}

#instafeed {
    display: flex;
    align-items: center;
    justify-content: center;
    clear: both;
}

#instafeed a {
    display: block;
}

#instafeed a img {
    width: 100%;
    border-radius: 3px;
}

#instafeed a {
    margin: 0 3px;
}

#instafeed a:hover {
    opacity: 0.7
}

#new-arrival-sec .ProductList {
    margin: 0;
    display: flex;
    justify-content: center;
}

#cboxOverlay.my-class {
    background: black;
}

#HomeFeaturedProducts .ProductDetails {
    text-align: center !important;
}


/* SM */

@media (min-width: 551px) {}

@media (max-width: 550px) {
    .toppp:first-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .toppp:first-child a img {
        width: 90%;
        padding-left: 5%;
    }
}


/* MD */

@media (max-width: 768px) {
    #home #three-cols .bottom-menu-item {
        width: 95% !important;
    }
    #new-arrival-sec .ProductList {
        display: block;
    }
    .SubCategoryList ul, .SubCategoryList li {
        padding: 0.4rem 0;
    }
}

@media (min-width: 768px) {
    .new-slides {
        flex-direction: row;
    }
    .new-slides .slide {
        width: 50%;
    }
    .SubCategoryList ul {
        display: flex;
        justify-content: space-around;
    }
    .SubCategoryList ul, .SubCategoryList li {
        padding: 0;
    }
}


/* L */

@media (min-width: 1024px) {}


/* XL */

@media (min-width: 1065px) and (max-width: 1325px) {
    #account-options-box ul li a, .sf-menu li a {
        font-size: 14px !important
    }
    .toppp:first-child {
        width: 40%;
    }
}

@media (min-width: 1065px) {
    div.TopMenu {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
    .toppp:nth-child(2) {
        flex: 1;
        width: auto;
    }
    .toppp:first-child {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        top: -4px;
    }
    .toppp:first-child a {
        display: block;
    }
    .toppp:nth-child(3) {
        width: auto;
    }
}


/* XXL */

@media (min-width: 1325px) {
    .toppp:first-child {
        width: auto;
    }
    .toppp:first-child a img {
        padding: 0 20px 0 0;
    }
}

@media (min-width: 1600px) {}