html, body {
    overflow-x: hidden;
}
.primary-color {
    color: #2f5c8f;
}
.secondary-color {
    color: #a3ff68;
}

.primary-bg-color {
    /*background-color: #5f9ea0b8;*/
    background-color: #2f5c8f;
}
.secondary-bg-color {
    background-color: #a3ff68;
}

body,
h1,
h2,
h3,
h5,
h6,
p,
span,
li,
a {
    font-family: "Poppins", sans-serif;
}

.f-10p {
    font-size: 10px;
}
.f-12p {
    font-size: 12px;
}
.f-14p {
    font-size: 14px;
}
.f-16p {
    font-size: 16px;
}
.f-18p {
    font-size: 18px;
}
.f-20p {
    font-size: 20px;
}
.f-22p {
    font-size: 22px;
}
.f-24p {
    font-size: 24px;
}
.f-26p {
    font-size: 26px;
}
.f-28p {
    font-size: 28px;
}
.f-30p {
    font-size: 30px;
}
.f-35p {
    font-size: 35px;
}
.f-40p {
    font-size: 40px;
}
.lh-1 {
    line-height: 1;
}
.lh-1-5 {
    line-height: 1.5;
}
.lh-2 {
    line-height: 2;
}
.fw-100 {
    font-weight: 100;
}
.fw-200 {
    font-weight: 200;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.m-tb-30 {
    margin: 30px 0px;
}
.m-tb-40 {
    margin: 40px 0px;
}
.m-tb-50 {
    margin: 50px 0px;
}
.p-tb-10 {
    padding: 10px 0px;
}
.p-tb-20 {
    padding: 20px 0px;
}
.p-tb-30 {
    padding: 30px 0px;
}
.p-tb-40 {
    padding: 40px 0px;
}
.p-tb-50 {
    padding: 50px 0px;
}

.pad-l-r-5 {
    padding: 0px 5px;
}

.txt-justify {
    text-align: justify;
}

.txt-black {
    color: black;
}

.txt-light-grey {
    color: black;
}

.txt-bold {
    font-weight: bolder;
}
.bg-w-color{
    background-color: white;
}
.box-shadow-w {
    box-shadow: -3px 3px white;
}
.c-light-grey{
    background-color: #efefef;
}
.box-shadow-1 {
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
.r-ul {
    text-decoration: none;
}
.remove-ul {
    text-decoration: none;
}

.vis-hidden {
    visibility: hidden;
}
.error {
    color: red;
}
.success {
    color: green;
}
.c-black-hr-2 {
    height: 2px;
    color: black;
}
.c-contactus-btn {
    /* color: #0d6efd; */
    text-decoration: none;
    background-color: #fbb811;
    border-radius: 25px;
    padding: 15px 40px;
}

.c-border-right {
    border-right: 1px solid #00000047;
}
.c-light-grey-broder {
    border: 1px solid #8080804d;
}

.bg-image-overlay {
    background-color: #0009;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-image {
    height: 700px;
    background-size: cover;
}

.text-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ul-li-style-n{
    list-style-type: none;
}

.top-navbar .nav-link {
    padding: 10px 20px !important;
}

/* Top Sticky Header */
.top-sticky-header {
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
    margin: 10px 0pX !important;
}
.top-sticky-header li {
    padding: 0px 10px;
}

.top-sticky-header li a {
    color: black !important;
}
.add-to-cart-item-btn{
    background-color: #1d2f5df0 !important;
    padding: 10px 45px;
    border-radius: 0px;
    color: white;
}
.product-details-atc-btn {
    padding: 10px 40px;
    background-color: #0b9cca;
    border-radius: 24px;
    text-decoration: none;
    color: white;
}
.single-item-slider .slick-next:before, .slick-prev:before{
    color: black;
}

.slick-next:before, .slick-prev:before {
    color: #ada9a9 !important;
    font-size: 30px;
}

.single-item-banner .slick-next, .slick-prev {
    width: 60px;
    z-index: 1;
}

/* Listing Page */
.listing-page-section .nav {
    border: 1px solid #80808047;
}

.listing-page-section .nav li {

    border-bottom: 1px solid #80808047;
}

.listing-page-section .nav a {
    padding: 15px 10px !important;
    text-decoration: none;
    color: black;
}

/* .listing-page-section .nav li a.active {
    background-color: #2f5c8f;
    color:white !important;
} */

.hide {
    display: none;
}
.find-more-about-us {
    text-decoration: none;
    background-color: #0b9cca;
    padding: 20px 30px;
    color: white;
}



.image-container {
    position: relative;
    text-align: center;
    color: white;
}
.text-over-img-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top-banner-height {
    height: 550px !important;
}

.listing-img-height {
    height: 300px !important;
}

.img-height {
    height: 225px !important;
}

.logo-sec-box-shadow {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 3px 3px 3px #a0a0a0a6 !important;
}

/* Footer */
.footer .section-2 li {
    padding: 5px 0px;
    text-decoration: none;
}
.footer .section-2 a {
    color: black;
    text-decoration: none;
}

.menu-cart-dropdown {
    width: 350px;
    padding: 5px
}

.view-cart-items-btn {
    border-radius: 20px;
    padding: 10px 40px;
    background-color: black;
}

.item-menu-checkout {
    /* display: flex; */
    /* justify-content: space-between; */
    text-align: center;
    padding: 10px 10px;
}

.show-item-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.show-item-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.show-item-list img {
    height: 50px;
}
.show-item-list p {
    word-wrap: break-word;
    padding: 0px 10px;
}

.remove-item {
    margin: 5px;
    padding: 5px 10px;
    background-color: #841717;
    border-radius: 5px;
    color: white;
}

.view-cart-items:hover {
    background-color: #3a3131 !important;
}

.menu-view-cart-btn {
    width: 90%;
    background-color: #1d2f5d;
    color: white;
    border: 0px;
    font-size: 15px;
    padding: 8px 20px;
    font-weight: 600;
}

/* Media Queries */
@media only screen and (min-width: 992px) {

}

@media only screen and (max-width: 768px) {

    .navbar {
        padding: 10px;
        margin: 0px !important;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px;
    }

    /* Top Sticky Header */
    .top-sticky-header li a span {
        display: none;
    }

    .logo-section .logo, .product {
        display: flex;
        justify-content: center;
    }

    .home-banner img {
        height: auto;
    }

    .top-banner-height {
        height: auto !important;
    }

    .img-height {
        height: auto  !important;
    }

    .listing-img-height {
        height: auto !important;
    }

}

@media only screen and (max-width: 520px) {

}
