/*fixed cart*/
.cart-wrapper {
    position:relative;
}
.fixed-cart-container {
    width:auto;
    position:fixed;
    bottom:0;
    z-index: 99;
    display:none;
}
.fixed-cart-number {
    font: 12px/15px "Proxima Nova Bl";
    letter-spacing: 1.35px;
    color: #fff;
    bottom: 0;
    display: inline-block;
    padding: 12px 12px 12px 40px;
    z-index: 10;
    position: relative;
    margin-bottom: -1px;
    /*background: #22314a url(../images/fixed-cart-ico.svg) 10px center no-repeat;*/
    background: #123a96 url(../images/fixed-cart-ico.svg) 10px center no-repeat;
    /*background: #164CB5 url(../images/fixed-cart-ico.svg) 10px center no-repeat;*/
}

@media (min-width: 1024px) {
    .fixed-cart-container {
        margin:0 40px;
        display:block;
    }
}
@media (min-width: 1270px) {
    .fixed-cart-container {
        margin:0 65px;
        display:block;
    }
}
@media (min-width: 1440px) {
    .fixed-cart-container {
        margin:0 100px;
        display:block;
    }
}

#page-footer {
    
    background: linear-gradient(0deg, #22314a, #123a96) !important;
  /*background: #22314a !important;*/
  /*background: #123a96 !important;*/
  /*background: #164CB5 !important;*/
}

#page-footer .holos {
     display:block;
     margin-top: -20px;
}
#page-footer .holos > img {
     max-width: 250px;
     margin-left: -1.6%;
     margin-bottom: -3%;
}
@media (max-width: 1024px) {
    #page-footer .holos {
     margin: auto;
    }
    #page-footer .holos > img {
     margin: auto;
     margin-bottom: -12px;
    }
    #footer-nav .location {
     left: 13px !important;
    }
        
}

#page-footer .footer-company .address .wrong_address { }

@media (min-width: 359px) and (max-width: 400px) {
    #page-footer .footer-company .address .wrong_address {
        margin-left: 7%;
    }
}