:root {
    --color1: #daa14c;
    --color2: #30373e;
    --color3: #9EF8EE;
    --color4: #FA7F08;
    --color5: #F24405;
    --animation1: all 555ms ease-out;
}

#TopTopNotificatio {
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 9999;
}

#notifications {
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 9999;
    bottom: 0px;
    margin-bottom: 22px;
    margin-right: 15px;
    max-width: 300px;
}

    #notifications .alert {
        -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 60%);
        box-shadow: 0 5px 15px rgb(0 0 0 / 60%);
        padding: 7px;
        margin-bottom: 1rem;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

body {
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .5px;
    background-color: #fcf8f5 !important;
}

a {
    color: var(--color2);
    text-decoration: none;
}

    a:focus, a:hover {
        color: #daa14c;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        outline-offset: 0
    }

    a:hover {
        color: #30373e;
        text-decoration: none
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600
}

.h1, .h2, .h3 {
    text-transform: capitalize;
    color: #30373e
}

.h4 {
    font-weight: 500;
    color: #30373e
}





.text-justify {
    text-align: justify;
}

.navbar {
    width: 100%;
    border: 0;
    background: transparent;
    z-index: 99;
    min-height: 50px;
    background-color: #00003c;
    background-image: url(../img/b2.jpg);
}

.navbar-brand {
/*    width: 310px;*/
}

.navbar .icon-bar {
    color: #fff;
    margin-right: 15px;
}



.navbar .navbar-nav .active {
    background: #FFF2F2;
    color: #2D336B !important;
    border-radius: 36px;
}




.navbar-collapse .navbar-nav .nav-link {
    text-align: center;
    color: #fff;
    padding: 1rem;
    font-weight: 500;
    letter-spacing: .5px;
    transition: var(--animation1)
}

    .navbar-collapse .navbar-nav .nav-link:hover {
        background-color: #485d70a6;
        color: #fff !important;
    }

.nav-scroll {
    background: #fff;
    transition: background-color .5s ease 0s;
    position: fixed;
    color: #353434;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
}

    .nav-scroll .icon-bar {
        color: #353434;
        margin-right: 15px;
    }

    .nav-scroll .navbar-nav .nav-link {
        color: #353434;
    }

        .nav-scroll .navbar-nav .nav-link .active {
            color: #ff4d1c !important;
        }

/*------ width < 991px ------*/
@media (max-width: 991px) {
    .navbar-collapse {
        background: #fff;
    }

        .navbar-collapse .navbar-nav .nav-link {
            color: #353434;
        }
}

.Tagline {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}


/* ////////////////////// */

/* footer */
.footer {
    margin-top: 0px;
    padding-top: 0px;
    color: #ffffff;
    background-color: #1d202b;
    font-weight: 300;
    padding: 60px 0 30px;
}


    .footer a {
        color: #ffffff;
    }


        .footer a:hover,
        footer a:focus {
            color: #fff;
        }


    .footer h5 {
        color: #ffffff;
        text-transform: uppercase !important;
        margin-bottom: 20px;
        cursor: pointer;
        letter-spacing: 0.4px;
        margin-top: 0;
    }

    .footer ul li a:hover {
        color: var(--color5);
    }

    .footer ul li a {
        color: var(--color5);
        text-transform: capitalize;
    }



/* /////////////// */

.copyright {
    padding: 20px 0px;
    background-color: #11141d;
    color: #FFF;
}

    .copyright a {
        color: #FFF;
    }



/*    ////////////*/
.CategoriesSection {
}


.page-title {
    position: relative;
    text-align: center;
}

    .page-title h3 {
        font-size: 40px;
        margin: 0 0 30px;
        font-weight: 700;
        text-transform: capitalize;
    }

        .page-title h3:after {
            content: "";
            background: url(../img/title_line.png) no-repeat center;
            display: block;
            height: 28px;
            margin: 20px 0 0 0;
        }


.pt-6 {
    padding-top: 4rem !important;
}

.pb-6 {
    padding-bottom: 4rem !important;
}

#aboutus {
    overflow: hidden;
    padding: 100px;
    background-position: 50% 0;
    background-attachment: fixed;
    background-image: url(../img/B3.jpg);
    background-position: 30% 0, 0 0, 50% 0;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

    #aboutus h1 {
        color: #FFFFFF;
    }

.BestProductSection {
}
/*////////////////*/


.myShipping {
    background-color: #ffd65c;
    border-bottom: 1px solid #bd8d01;
    border-top: 1px solid #bd8d01;
}

    .myShipping .shipping-nav {
        padding: 80px 0 75px;
    }

        .myShipping .shipping-nav .shipping-item {
            text-align: center;
        }

            .myShipping .shipping-nav .shipping-item .shipping-icon {
                padding-bottom: 10px;
                font-size: 42px;
            }

            .myShipping .shipping-nav .shipping-item .shipping-content > h6 {
                margin-bottom: 0;
                padding-bottom: 10px;
                font-size: 15px;
            }

            .myShipping .shipping-nav .shipping-item .shipping-content > p {
                margin-bottom: 0;
            }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .myShipping .shipping-nav [class*=col]:nth-child(-n+2) .shipping-item {
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .myShipping .shipping-nav [class*=col]:nth-child(-n+3) .shipping-item {
        padding-bottom: 25px;
    }
}

.myShipping.myShipping-2 {
    background-color: #ffffff;
}

    .myShipping.myShipping-2 .shipping-nav {
        padding: 60px 0 55px;
    }
