.cart {
    width: 400px !important;
}

.fa-circle {
    color: #6a6a6b ;
    /*color: #fd4444;*/
}

.red-cart {
    color: #6a6a6b ;
    /*color: #fd4444;*/
    /*background: white;*/
    cursor: pointer;
}
.no-items {
    color: #6a6a6b;
    /*background: white;*/
    cursor: pointer;
}
.not_connected {
    color: #6a6a6b ;
    cursor: pointer;
}
.my_profile .profile_text{
    color: #6a6a6b ;
    cursor: pointer;
}

.my_logo{
    margin: 0px 25%;

}
.my_account{
    font-size: 3em;
    vertical-align: middle;
    cursor: pointer;
}
.my_cart{
    font-size: 3em;
}



@media screen and (min-width: 992px) {
    .marge_haute{
        margin-top:4%;
    }
}

@media screen and (max-width: 800px) {
    .my_logo{
        margin: 0 15%;

    }

    .marge_haute{
        margin-top:11%;
    }
}
@media screen and (max-width: 600px) {
    .my_logo{
        margin: 0 10%;
        width: 180px;
    }
}
@media screen and (max-width: 450px) {
    .my_logo{
        margin: 0 25%;
        width: 170px;
    }
    .cart_toggle{
        position: fixed !important;
        bottom: 100px !important;
        right: 24px !important;
        background-color: #ffffffed;
        padding: 15px;
        border-radius: 46%;
    }
}
.shop-phone {
    float: left;
    padding: 5px 0 0;
    line-height: 22px;
    font-weight: 300;
    color: #ffffff;
}

.my_profile .dropdown-menu {
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}

.my_profile .btn-group.open .dropdown-toggle,.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0) !important;
    box-shadow: inset 0 0 0 rgba(0,0,0,0) !important;
}
.my_profile .dropdown-menu a {
    padding: 0 10px 0 18px !important;
    display: block !important;
    color: #222 !important;
    font-weight: 300 !important;
    font-size: 13px !important;
    line-height: 30px !important;

}
.my_profile .dropdown-menu a:hover {

    color: #7b7b7b !important;
}

#contact-link{
    display: block !important;
    border: 1px solid transparent !important;
    min-height: 18px !important;
}

#contact-link a {
    display: block;
    color: white;
    font-weight: 300;
    background: transparent !important;
    width: 124px;
    height: 37px;
    line-height: 18px !important;
    cursor: pointer;
    text-align: center;
    margin-right: 10px;
    float: right;
    padding: 9px 5px 10px;;

}

#contact-link a:hover{
    background: #80808026 !important;
}