/* Define a variable */

:root {
    --main-color: #55959b;
    --color1: #55959b;
    --fonts: Lato;
}


/* Use the variable */

body {
    font-family: var(--fonts);
}

a {
    color: black !important;
    text-decoration: none !important;
}
.header-top-colored-bar {
    background-color: var(--color1);
    padding: 9px;
}

ul.dropdown-menu.dropend.innerDrop.show {
    position: fixed;
    /*height: 195px;*/
    
}
.dropend .dropdown-menu {
   
    margin-top: -10px !important;

}

li.dropdown:hover {
    background-color: #55959b;
    color: wite;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: transparent !important;
    border-color: #0d6efd;
}
.submit-btn >a {
    color: white !important;
}

.submit-btn {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
}

.header-top-colored-bar>p {
    color: white;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

img.soc-Image-Link {
    /* max-width: 100%; */
    width: 30px;
    margin: 0 auto;
}

.navbarMobile {
    display: none;
}

.bottom-Links {
    text-align: center;
    padding: 15px;
    border: 1px solid;
    border-top-color: black;
    border-bottom-color: black;
    border-left-color: transparent;
    border-right-color: transparent;
}

a.link-btn-custom {
    color: black;
    text-decoration: none;
}

.ks_toggle {
    display: none;
}

.col-4.brand-div {
    text-align: center;
}

.col-4.brand-div {
    text-align: center;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.link-logo-bar.mt-3 {
    width: 93%;
    /*left: 3%;*/
    margin: 0 auto;
}

img.d-block.w-100.sliderImage {
    /*filter: brightness(26%);*/
    /*max-height: 90vh;*/
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

img.about-image {
    width: 100%;
    margin-bottom: 6%;
}

button.link-btn-custom.btn.btn-danger {
    background-color: transparent !important;
    color: black !important;
    border: navajowhite!important;
}



h3.design-h3 {
    font-family: var(--fonts);
    text-transform: uppercase;
    color: var(--color1);
}
h3.design-h3 {
    font-family: var(--fonts);
    text-transform: uppercase;
    color: var(--color1);
    margin-top: 6%;
}

button.btn.btn-outline-primary {
    color: var(--color1);
    border-color: var(--color1);
}

p.p-white {
    color: white;
    font-family: Lato;
}

.card.product-card {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.img-box {
    height: 302px;
}
.item {
    height: 445px;
    background-color: white;
    margin-bottom: 5%;
    border-radius: 20px;
}


.product-back-div {
    width: 100%;
    /* Set width of the div */
    background-image: url('https://www.thebetterpack.com/assets/img/back1.jpg');
    /* Replace 'your-image.jpg' with the URL/path of your image */
    background-size: cover;
    /* Cover the entire div with the background image */
    background-position: center;
    /* Center the background image */
}

.product-SliderDiv {
    padding: 3%;
}

.ReadMoreDiv {
    text-align: center;
    padding-bottom: 2%;
}

.about-Us.row {
    margin-top: 4%;
    margin-bottom: 4%;
}

.caregoty-Div {
    margin-top: 4%;
    margin-bottom: 4%;
}


img.category-img {
    width: 226px;
    border-radius: 50%;
    height: 226px;
    border: 4px solid #55959b;
    filter: brightness(70%);
}

.round-div-category {
    position: relative;
}





p.category-name {
    position: absolute;
    text-align: center;
    top: 66%;
    bottom: 50%;
    color: white;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 auto;
    left: 0px;
    right: 0;
}


.pro-breadcrumb-b.fs-5.wrapper.py-4.text-center.text-white.mb-2 {
    display: none;
}



h3.footer-title {
    text-align: center;
    color: white;
}

.footer-div {
    width: 100%;
    background-image: url('https://www.thebetterpack.com/assets/img/back2.png');
    background-size: cover;
    background-position: center;
    padding: 3%;
    padding-bottom: 1%;
}

.btn-div {
    border-radius: 33px;
    color: white;
    border-color: white;
    text-align: center;
}

.custom-row.col-12 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(214px, 1fr));
    column-gap: 36px;
    
}


button.btn.btn-outline-secondary.countrybtn {
    border-radius: 24px;
    color: white;
    border-color: white;
    margin-top: 12%;
    font-size: 15px;
    width: 100%;
}

.footer-text-div {
    padding: 4%;
    padding-bottom: 0%;
}

#chartdiv {
    width: 100%;
    height: 100%;
}

img.logo-brand {
    width: 41%;
    max-width: 100%;
}

.inner-footer {
    color: white;
}

.copy-rightDiv {
    color: white;
    text-align: center;
    border-top: 1px solid;
    background-color: #55959b;
}



.copy-rightDiv>p {
    font-size: 14px;
    padding: 1%;
}

ul.ul-inner-footer {
    list-style: none;
    padding-left: 0;
}

ul.ul-inner-footer>li {
    margin-top: 4%;
    font-size: 16px;
    text-transform: capitalize;
}

.footer-botom {
    margin-top: 2%;
}
.footer-map {
    margin: 0 auto;
    text-align: center;
}

input#inputPassword2 {
    background-color: transparent;
    color: white;
}


img.card-img-top {
    height: fit-content;
    margin: 0 auto;
    width: -webkit-fill-available !important;
    max-height: 240px;
    object-fit: contain;
}

button.btn.btn-outline-primary.soc-Image-Link-btn {
    border: none;
}



.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white !important;
    background-color: #55959b !important;
   
}


.nav-tabs .nav-link {

    color: black !important;
}


.dropend .dropdown-menu
{
    
    top: unset !important;
}

@media only screen and (max-width:480px) {
    #chartdiv {
        width: 100%;
        height: 200px;
    }
}

@media only screen and (max-width:991px) {
    
    .footer-div {
    
    text-align: center;
}
    .bottom-Links {
        display: none;
    }
    .navbarMobile {
        display: block;
    }
    .navbarMobile .navbar-toggler {
        border: 2px solid #000;
        border-radius: 2px;
    }
    .navbarMobile .navbar-toggler:focus {
        box-shadow: 0px !important;
    }
    img.nav-logo {
        width: 110px;
        height: auto;
    }
    .link-logo-bar.mt-3 {
        display: none;
    }
}