* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-size: cover;
    /* outline: 1px solid #f00 !important; */
}

ul {
    list-style-type: none;
}

/* Toggler */
.line {
    width: 30px;
    height: 3px;
    margin: 5px 0;
    background: #fff;
}

.navbar {
    background: #c9c1ac;
}

.navbar-customcolor {
    background: #c9c1ac;
}

.navbar-brand {
    color: #fffef6;
    padding: 6px;
}

.nav-linkk .active .navbar-brand:hover, .nav-linkk:hover, .fa-shopping-cart:hover {
    color: #d3325f;
    opacity: 1;
}

.nav-linkk {
    color: #d3325f;
}

    .nav-linkk:hover {
        border-bottom: 4px dashed #d3325f;
    }

.nav-item {
    padding-right: 10px;
    font-weight: 600;
    font-size: 1rem;
}

.cart_count {
    position: relative;
    top: -11px;
    left: -14px;
    font-size: 18px;
    background-color: #8f503f;
    border-radius: 50px;
    height: 23px;
    line-height: 18px;
    color: #fff;
    min-width: 21px;
    text-align: center;
    padding: 2px 7px;
    display: inline-block;
    vertical-align: top;
}

.cartitems {
    position: fixed;
    top: 103px;
    right: 0px;
    width: 25%;
    height: 100vh;
    background: white;
    opacity: 0;
    transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    z-index: 9999;
}

.social-media__icon {
    background: #fff;
    padding: 15px;
    border-radius: 50%;
    margin-top: 6px;
}

@media screen and (max-width: 992px) {
    .navbar {
        background: #c9c1ac;
    }
}


@media (min-width: 992px) and (max-width: 1228px) {
    .img-margin {
        margin-left: 0px !important;
    }

    .margin-cart {
        margin-right: 0px !important;
    }
}