﻿body {
    font-family: 'Roboto', sans-serif;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*home page*/
.top-nav-col1 {
    padding-top: 2%;
}

#nav-btn-account {
    color: black;
    border-color:transparent !important;
}

#nav-btn-bag {
    color: black;
    border-color: transparent !important;
}

#nav-btn-menu {
    color: black;
    border-color: transparent !important;
}

#btn-account {
    /*margin-right:40%;*/
    margin-right: 10px;
    color: black;
}


#btn-bag {
    color: black;
}


#btn-bag {
    color: black;
}

/* General Footer Styling */
.footer-modern {
    background-color: #1f1f1f;
    color: #fff;
    padding: 40px 0;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}

    .footer-modern .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: auto;
    }

.footer-section {
    width: 23%;
    margin-bottom: 20px;
}

    .footer-section h4 {
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 15px;
        border-bottom: 2px solid #555;
        padding-bottom: 5px;
    }

    .footer-section p, .footer-section a, .footer-section ul {
        color: #bbbbbb;
        margin: 0;
        padding: 0;
    }

        .footer-section p a.learn-more {
            color: #5db9ff;
            text-decoration: none;
        }

            .footer-section p a.learn-more:hover {
                color: #fff;
            }

    .footer-section ul {
        list-style-type: none;
    }

        .footer-section ul li {
            margin-bottom: 10px;
        }

            .footer-section ul li a {
                color: #bbb;
                text-decoration: none;
            }

                .footer-section ul li a:hover {
                    color: #5db9ff;
                }

.footer-modern .social-icons {
    display: flex;
    margin-top: 10px;
}

.social-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-color: #555;
    border-radius: 50%;
    display: inline-block;
}

    .social-icon.facebook {
        background-image: url('/images/social/facebook-icon.png');
    }

    .social-icon.instagram {
        background-image: url('/images/social/instagram-icon.png');
    }

    .social-icon.twitter {
        background-image: url('/images/social/twitter-icon.png');
    }

    .social-icon.linkedin {
        background-image: url('/images/social/linkedin-icon.png');
    }

    .social-icon:hover {
        background-color: #5db9ff;
    }

/* Payment Methods */
.payment-methods {
    text-align: center;
    margin: 30px 0;
}

    .payment-methods img {
        width: 50px;
        margin: 0 10px;
    }

/* Copyright Section */
.footer-bottom {
    text-align: center;
    padding: 20px 0;
    background-color: #161616;
}

    .footer-bottom p {
        color: #bbb;
    }

    .footer-bottom a {
        color: #5db9ff;
        text-decoration: none;
    }

        .footer-bottom a:hover {
            color: #fff;
        }

/* Responsive Styling */
@media (max-width: 768px) {
    .footer-section {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-modern .container {
        flex-direction: column;
        align-items: center;
    }

    .social-icons {
        justify-content: center;
    }
}




/*#btn-heart {
    padding: 5% 0% 0% 0%;
    color: black;
}*/

/*Login page*/
.login-box {
    margin-top: 12% !important;
}

/*account page*/
#btn-basket {
    width: 80%;
}

#btn-profile{
    width: 80%;
}

#btn-orders {
    width: 80%;
}

#btn-shop {
    width: 80%;
}

#btn-brands {
    width: 80%;
}

#btn-products {
    width: 80%;
}

#btn-sales {
    width: 80%;
}