﻿html {
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif !important;
}

.beam-bg {
    background-image: url("../images/bg/161.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: local;
}

.beam-bg-full {
    background-image: url("../images/bg/bg-beam.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: local;
}

.btn-sm {
    padding: 0.25rem 0.5rem !important;
    font-size: .775rem !important;
    border-radius: 0.3rem !important;
}

.cusrsive-title {
    font-family: 'Courgette', cursive;
}

.logo-color {
    color: #066469;
}

.txt-limited {
    opacity: 1;
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.57;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*.max-ht-120 {
    max-height: 120px;
}*/

@media (max-width: 576px) {
    .xs\:wd-100 {
        width: 100%;
    }

    .xs\:wd-75 {
        width: 75%;
    }

    .beam-bg {
        height: 100vh;
    }

    .coming-title {
        font-size: 1.5rem;
    }
}

/*// Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
    .sm\:wd-100 {
        width: 100%;
    }

    .sm\:wd-75 {
        width: 75%;
    }

    .beam-bg {
        height: 100vh;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    .md\:wd-100 {
        width: 100%;
    }

    .md\:wd-75 {
        width: 75%;
    }

    .beam-bg {
        height: 100vh;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    .lg\:wd-100 {
        width: 100%;
    }

    .lg\:wd-75 {
        width: 75%;
    }

    .beam-bg {
        height: 100vh;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .xl\:wd-100 {
        width: 100%;
    }

    .xl\:wd-75 {
        width: 75%;
    }

    .beam-bg {
        height: 100vh;
        overflow: hidden;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/

@media (min-width: 1400px) {
    .xxl\:wd-100 {
        width: 100%;
    }

    .xxl\:wd-75 {
        width: 75%;
    }

    .beam-bg {
        height: 100vh;
        overflow: hidden;
    }
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.grid-item {
    background-color: #f2f2f2;
    padding: 10px;
    text-align: center;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #b6b6b6;
    background-color: #ffffff;
    cursor: pointer;
}

    .grid-item:hover {
        border: 1px dashed #159900;
        box-shadow: 0 .125rem 0.25rem rgba(0,0,0,.15) !important;
        transition: ease-in-out 0.5s;
    }

.poppins-font {
    font-family: 'Poppins', sans-serif !important;
}

/***********************************************/

#overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
}

#theprogress {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 300px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

#modalprogress {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -11px 0 0 -150px;
    color: #990000;
    font-weight: bold;
    font-size: 14px;
}

.text-center {
    text-align: center;
}

.header-cart sup span {
    margin-left: 0 !important;
}

.swal2-html-container b {
    text-transform: capitalize;
}

.singleQuantityLbl {
    padding: 10px 0px;
    border-radius: 8px;
    color: var(--text);
    background: var(--chalk);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}




.cartSmryProdImage {
    max-width: 60px;
    border-radius: 8px;
    height: auto;
}

.validatorClass {
    font-size: 0.8rem;
    padding-left: 10px;
}
.bg-light-green{
    background-color:rgba(28, 164, 154, 0.10);
}
.bg-light-red{
     background-color:rgba(220, 53, 69, 0.10);
}

.sticky-top-card{
    position: -webkit-sticky;
  position: sticky;
  top: 200px;
}