:root {
    --color1: #e7983b;
    --color2: #a6a6a6;
    --color3: #d20737;
    --color4: #a00429;
    --animation1: all 555ms ease-out;
}

#TopTopNotificatio {
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 9999;
}

#notifications {
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 999999;
    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-weight: 400;
    line-height: 24px;
    letter-spacing: .5px;
    color: #575353;
}

a {
    color: #000;
    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 {
    font-family: "DM Serif Text", serif;
}



.text-justify {
    text-align: justify;
}
/*Top Menu start */
.header_top {
    background-color: var(--color1);
}


.navbar .navbar-nav .active {
    background: var(--color1);
    color: #2D336B !important;
    border-radius: 5px;
}




.navbar-collapse .navbar-nav .nav-link {
    text-align: center;
    color: #000000;
    padding: 1rem;
    font-weight: 500;
    letter-spacing: .5px;
    transition: var(--animation1)
}

    .navbar-collapse .navbar-nav .nav-link:hover {
        background-color: #a6a6a6d4;
        color: #000000 !important;
        border-radius: 5px;
    }

.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;
        }
}



/*Top Menu End */
/* ////////////////////// */
/* 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(--color4);
    }

    .footer ul li a {
        color: var(--color4);
        text-transform: capitalize;
    }
/* /////////////// */

.copyright {
    padding: 20px 0px;
    background-color: #11141d;
    color: #9b9b9b;
}

    .copyright a {
        color: #9b9b9b;
        transition: var(--animation1);
    }
    .copyright a:hover {
        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;
    }





.FancyButtonsTwo {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    background-color: var(--color4);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 7px 25px rgb(0 0 0 / 20%);
    text-decoration: none;
}




    .FancyButtonsTwo span {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: var(--color3);
        -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
        transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 30px;
    }

    .FancyButtonsTwo:hover, .FancyButtonsTwo:focus {
        color: #ffffff;
        text-decoration: none !important;
    }

        .FancyButtonsTwo:hover span, .FancyButtonsTwo:focus span {
            width: 225%;
            height: 562.5px;
        }

.FancyButtonsOne {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: var(--color3);
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 5px;
    margin-right: 20px;
    box-shadow: 0 7px 25px rgb(0 0 0 / 20%);
}

    .FancyButtonsOne span {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: var(--color3);
        -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
        transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 30px;
    }

    .FancyButtonsOne:hover, .FancyButtonsOne:focus {
        color: #ffffff;
        text-decoration: none !important;
    }

        .FancyButtonsOne:hover span, .FancyButtonsOne:focus span {
            width: 225%;
            height: 562.5px;
        }
