/* NavBar */
.navbar {
    transition: 0.55s;
}
.navbar.sticky {
    height: 115px;
    background-color: white;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #3f78e0 !important;
}
#info {
    color: black;
}
#product {
    color: black;
}
#contact {
    margin-left: 0 !important;
}
.btn {
    border-radius: 0px;
    outline: none;
    border: none;
}
.btn:active {
    border-style: outset;
    border: none;
}
.dropdown-menu {
    width: 215px;
}

.cart-container {
    position: relative;
    display: inline-block;
    margin-right: 13.5%;
}

.cart-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    z-index: 1;
    transition: 0.35s;
}

.cart-icon {
    font-size: 23.5px;
    position: relative;
    z-index: 2;
    color: #1c71d5;
    transition: 0.35s;
}

#cart-mobile {
    margin-right: 0;
    right: 7.5%;
    bottom: 35%;
    display: block !important;
    position: fixed;
    z-index: 5;
}
#cart-mobile .cart-background {
    width: 65px;
    height: 65px;
    background-color: #3f78e0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#cart-mobile .cart-icon {
    font-size: 30px;
    color: white;
}
#cart-mobile .totalQuantity {
    width: 30px;
    height: 30px;
    top: -20px;
    left: 1.25rem;
    font-size: x-large;
    color: #3f78e0;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#geo-mobile {
    margin-right: 0;
    right: 7.5%;
    bottom: 26%;
    display: block;
    position: fixed;
    z-index: 5;
}
#geo-mobile .geo-background {
    width: 65px;
    height: 65px;
    background-color: #3f78e0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: 0.35s;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}
#geo-mobile a i.geo-icon {
    font-size: 30px;
    color: white;
    z-index: 6;
    position: relative;
}
#zalo-mobile {
    margin-right: 0;
    right: 7.5%;
    bottom: 18%;
    display: block;
    position: fixed;
    z-index: 5;
}
#zalo-mobile .zalo-background {
    width: 65px;
    height: 65px;
    background-color: #3f78e0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: 0.35s;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}
#zalo-mobile img.zalo-icon {
    width: 30px;
    height: 30px;
    z-index: 6;
    position: relative;
}
.cart-background.cart-blue {
    background-color: #1c71d5;
}
.cart-icon.cart-white {
    color: white;
}

.totalQuantity {
    position: absolute;
    top: -15px;
    left: 1rem;
    font-size: large;
    background-color: #1c71d5;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    color: white;
    transition: 0.35s;
}

.toolbar {
    width: 100%;
    height: 70px;
    background-color: #1c71d5;
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 10;
    padding: 5px;
}
.toolbar a i {
    color: white;
    font-size: 30px;
}
.toolbar a img {
    height: 35px;
    width: auto;
}
@media screen and (min-width: 1201px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0 !important;
        animation: fadeInAnimation ease 1.25s;
    }
    .dropdown .dropdown-menu {
        display: none;
    }
    .dropdown:hover .dropdown-toggle::after {
        border-top: 0;
        border-bottom: 0.3em solid;
    }
    @keyframes fadeInAnimation {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
}
@media screen and (min-width: 350px) and (max-width: 400px) {
    .navbar-brand {
        padding: 0;
        padding-left: 20px !important;
        margin-left: 0px !important;
    }
    .navbar-brand img {
        width: 160px !important;
    }
    .navbar-toggler {
        margin-right: 22.5px !important;
    }
    .navbar-nav {
        padding-top: 15px;
    }
}

@media screen and (min-width: 400px) and (max-width: 449px) {
    .navbar-brand {
        padding: 0;
        padding-left: 20px !important;
        margin-left: 0px !important;
    }
    .navbar-brand img {
        width: 160px !important;
    }
    .navbar-toggler {
        margin-right: 22.5px !important;
    }
    .navbar-nav {
        padding-top: 15px;
    }
}

@media screen and (min-width: 450px) and (max-width: 500px) {
    .navbar-brand {
        padding: 0;
        padding-left: 20px !important;
        margin-left: 0px !important;
    }
    .navbar-brand img {
        width: 160px !important;
    }
    .navbar-toggler {
        margin-right: 22.5px !important;
    }
}

@media screen and (min-width: 501px) and (max-width: 600px) {
    .navbar-brand {
        padding: 0;
        padding-left: 20px !important;
        margin-left: 0px !important;
    }
    .navbar-brand img {
        width: 160px !important;
    }
    .navbar-toggler {
        margin-right: 22.5px !important;
    }
}

@media screen and (min-width: 601px) and (max-width: 750px) {
    .navbar-brand {
        padding: 0;
        padding-left: 20px !important;
        margin-left: 0px !important;
    }
    .navbar-brand img {
        width: 160px !important;
    }
    .navbar-toggler {
        margin-right: 22.5px !important;
    }
}

@media screen and (min-width: 751px) and (max-width: 900px) {
    .navbar-brand {
        padding: 0;
        padding-left: 20px !important;
        margin-left: 0px !important;
    }
    .navbar-brand img {
        width: 160px !important;
    }
    .navbar-toggler {
        margin-right: 22.5px !important;
    }
}

@media screen and (min-width: 901px) and (max-width: 1050px) {
    .navbar-brand {
        padding: 0;
        padding-left: 20px !important;
        margin-left: 0px !important;
    }
    .navbar-brand img {
        width: 160px !important;
    }
    .navbar-toggler {
        margin-right: 22.5px !important;
    }
}

@media screen and (min-width: 1051px) and (max-width: 1199px) {
    .navbar-brand {
        padding: 0;
        padding-left: 20px !important;
        margin-left: 0px !important;
    }
    .navbar-brand img {
        width: 160px !important;
    }
    .navbar-toggler {
        margin-right: 22.5px !important;
    }
}

@media screen and (max-width: 1199px) {
    .navbar {
        background-color: #ecf2f6;
        height: auto;
        padding: 0;
    }
    .navbar-nav {
        background-color: white;
        padding: 0;
        width: 100%;
    }
    .navbar-brand {
        padding-left: 48px;
        margin-left: 48px;
    }
    .navbar-brand img {
        width: 200px;
    }
    .navbar-toggler {
        margin-right: 35px;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }
    #contact {
        margin-left: 1rem !important;
    }
    .nav-item a {
        margin-left: 0;
        margin-right: 1.5rem;
        text-align: right;
    }
    .dropdown-toggle.show::after {
        border-top: 0;
        border-bottom: 0.3rem solid;
    }
    .dropdown-menu {
        float: right;
        clear: right;
        margin-right: 12.5px;
    }
    #cart-desktop {
        display: none;
    }
    #cart-mobile {
        right: 15%;
        bottom: 25%;
    }
    #cart-mobile .cart-background {
        width: 70px;
        height: 70px;
    }
    #geo-mobile {
        display: none;
    }
    #zalo-mobile {
        display: none;
    }
    .toolbar {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1450px) {
    .nav-item a {
        font-size: 1.1rem !important;
        width: 110px !important;
        margin-right: 0px !important;
    }
    .c-item {
        margin-left: 15% !important;
    }
    .c-content {
        width: 50%;
    }
    .c-image {
        width: 50%;
    }
    .cart-container {
        margin-right: 7.5% !important;
    }
}
