
/* @import url('https://fonts.cdnfonts.com/css/hergika');
@font-face {
    font-family: myFirstFont;
    src: url(Runokademo-51Y3G.ttf);
}
   */


body {

    font-family:  "Roboto", serif;
    font-size:14px;
    font-weight:500;
    min-height: 100vh;
    display: flex;
    flex-direction: column;

}

.navbar-brand img{
    height: 30px;
}
.container1 {
    display: flex;
    align-items: center;
    position: relative;
    width: 95%;
    overflow: hidden;
    margin: auto;

}

.scroll-content {
    display: flex;
    overflow-x: scroll;
    gap: 10px;
    margin: auto;
    width: 90%;
    /* Ensure it's wide enough */
    scroll-behavior: smooth;
    align-items: center;
    /* Smooth scrolling by default */
}
.scroll-content::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.box {
    max-width: 200px;
    min-width: 130px;
    height: auto;
    border-radius: 8px;
    padding: 5px;
    text-align: center;

}

.box img {
    /* width: 63px; */
    width: 120px;
    height: 120px;
    border-radius: 5px;
}
.box p {
    font-size: 18px;
    margin-bottom: 0;
    /* display: none; */
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.scroll-btn {
    background-color: #ebe5d6;
    color: #000;
    font-size: 24px;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;

}

.scroll-btn:hover {

}

.left {
    position: absolute;
    left: 0;
}

.right {
    position: absolute;
    right: 0;
}

.bg-pink {

    border-radius: 18px;
}
.card-body .h6 span{
    font-weight: 400;
}
.card .h5 a{
    /* background-color: rgb(235 176 206); */
}
.card .h5 a:hover{
    /* background-color: rgb(236, 206, 221); */
}
.card{
    border-radius: 20px !important;}
.card-img-div {
    height: auto;
    width: auto;
    overflow: hidden;
    vertical-align: middle;
    display: flex;
    border-radius: 20px!important;
}
.card-img-top{
    margin: auto;
    border-radius: 20px!important;
    width: 120%;
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 200px;
}
.card-img-top:hover{
    transform: scale(1.3) rotate(5deg);
    overflow: hidden;
    border-radius: 20px!important;
    width: 120%;
}
.card-img-top::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.container-border{
    border-radius: 28px;

    /*  */
    text-overflow: clip;
}
.border-left{
    border: 1px solid #6a5a5a;
    border-radius: 28px;

}
.place-self-center{
    place-self: center;
}
.d-grid{
    display: grid;
}
.border-28 {
    /* border: 1px solid #6a5a5a; */
    border-radius: 28px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

form {
    /*  */
    border-radius: 28px;

}

.form-head {
    padding: 10px;
    /*  */
    border-radius: 28px 28px 0 0;
}

.pad-16{
    padding: 0 16px;
}
td{
    vertical-align: middle;
}
.item_img img.img{
    width:100%;
    border-radius: 5px;
    margin:auto;
    height: auto !important;
    overflow: hidden;
}
td.item_img{
    height:150px !important;
    width:150px !important;

}
.qtyplus,.qtyminus {
	width: 34px;
    height: 34px;
    background: transparent;
    text-align: center;
    font-size: 19px;
    line-height: 34px;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    line-height: 32px;
}
.cart_qty {
	width: 40px;
	text-align: center;
	border: none;
    outline: none;
}
.count-inlineflex {
    width: fit-content;
	display: flex;
	border: solid 2px #ccc;
	border-radius: 20px;
}

@media (min-width: 992px) {
    .pad-16{
        padding: 0 32px;
    }
}
@media (min-width: 1200px) {
    .pad-16{
        padding: 0 48px;
    }
}

.pagination1 li a.page-link {
    /* background-color:#edd4e0!important;
     */
    color: #cccccc;
    border: none;
    border-radius: 5px;
    background-color: #000;
    /* margin: 5px */
}
.pagination1 li a.page-link i {
    color: #cccccc;
}
.pagination1{
    display:ruby !important;}
.justify{
    justify-items:center;
}
img, svg {
    vertical-align: middle;
    height: 22px;
}
.bg-black{
    background-color: #000;
}

li.nav-item a{

    margin-left : calc(1.5rem + 0.6vw);
}
.navbar-hari{
    position: sticky;
    top: 0;
    z-index: 9999;
    /*  !important; */
}
.nav-img{
    width: 100% !important;
}

.nav-link{
    font-size:16px !important;
    color: #cccccc;

}
.nav-link span{
    color: #000;
    border-radius: 50%;
    background-color: #cccccc;
    padding: 5px 10px;

}
/* .nav-link:hover{
    color:#ff0000 !important;
}
.nav-link:hover::after {
    width: 100%;

} */
.footer {
    margin-top: auto;
}
.footer p {
    margin : 1rem 0 1rem 0;
}
.pass_show{
    position: relative;
}

.pass_show .ptxt {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    /*   */
    margin-top: -10px;
    cursor: pointer;
    transition: .3s ease all;
}

.pass_show .ptxt:hover{
    color: #333333;
}
.btn-none{
    display: none;
    position: absolute;
    top: 60px;
    right: 0;

}

.btn-none a button{
    /* width:172px; */
}
.px-16{
    padding-right: 8rem !important;
    padding-left: 8rem !important;
}
.px-18{
    padding-right: 9rem !important;
    padding-left: 9rem !important;
}
.cat-div{
    padding: 0px 20px 0px 0px;
}
.w-fit-content{
    width: fit-content;
}
.mt-90px{
    margin-top: 90px;
}
.social-icons .nav-link{
    margin: 0 0 0 10px!important;
}
.bg-cat{
    display: flex;
    flex-direction: row;

    justify-content: space-between;

}
.category-mobile{
    display: none;
}
.box-location{
    width: 300px;
}
.box-location img{
    width: 100%;
}
.box-location p{
    font-size: large;
}
.v-center{
    min-height: 400px;
    align-items: center;
}
@media (max-width: 992px) {
    .bg-cat{
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 86px;
        z-index: 99999;
        right: 0;

    }
    .btn-none{
        display: flex;
        position: absolute;
        top: 56px;
        right: 0;

    }
    .mt-90px{
        margin-top: 10px;
    }
    .hide-992{
        display: none;
    }
    .bg-cat{
        background-color: #6a757c;
    }
}
@media (max-width: 575px) {
    .categories{
        display: none;
    }
    .category-mobile{
        display: block;
    }
}

.cart-branch-img{
    height: 100px;
}
