.fuckinnotshowingshit{background: url('/public/assets/images/videos/video_main.jpg') center center no-repeat; background-size: cover; height:100%;}
.fullCover{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1041;
    background: #000;
}
.product-price del {
    float: left;
    margin-right: 10px;
}
.shop .sale-flash {
    left: auto;
    right: 35px !important;
}
.top-cart-item-remove {
    float: left;
    width: 20px !important;
    height: 24px !important;
    display: inline;
    position: relative;
}
.top-cart-item-remove a{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
label.error {
    display: block !important;
    text-transform: none;
    margin-bottom: -20px;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
}
ul.profileTabs .ui-tabs-active.current a{
    color: #e87d11 !important;
}
.dropdown-item.active, 
.dropdown-item:active {
    background: none;
    color: #e87d11;
}

body:not(.dark) #footer,
#footer.dark, 
.dark #footer {
    background-color: #ff8a15;
}
.dark .top-links li > a {
    color: #fff;
}
.dark #top-social li a {
    color: #fff;
}

.addRemovewishList span.addText {
    display: inline;
}
.addRemovewishList span.removeText {
    display: none;
}
.addRemovewishList.remove span.addText {
    display: none;
}
.addRemovewishList.remove span.removeText {
    display: inline;
}

#page-title {
    background-color: #6c757d;
}
.breadcrumb-item.active {
    color: #000;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #000;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover {
    color: inherit;
}

.fixed-right{
    position: fixed;
    right: -3px;
    top: 250px;
    margin: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    z-index: 99;
}

.fixed-left{
    position: fixed;
    left: -3px;
    top: 250px;
    margin: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: 99;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
    color: #444 !important;
    text-decoration: none !important;
}

@media (max-width: 575.98px) {
    #logo a{
        float:left;
        margin-left: 50px;
    }
    #top-account{
        padding-right: 5px;
        margin-top: 40px;
    }
}

@media (max-width: 376px){
    #logo a{
        float:left;
        margin-left: 30px;
        max-width: 80%;
    }
}

@media (max-width: 361px){
    #logo a{
        float:left;
        margin-left: 20px;
        max-width: 80%;
    }
}

@media (max-width: 321px){
    #logo a{
        float:left;
        margin-left: 20px;
        max-width: 65%;
    }
}


@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    #top-account {
        margin-bottom: 18px;
    }	
}

@media (min-width: 1200px) {

}

