@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('../fonts/@font-face.css');
/* @import url('https://db.onlinewebfonts.com/c/8cdc51d9ff931c3ad1afa824dbf94e9b?family=BrandonGrotW01-Regular'); */

@import url('left-filter.css');


/* === Global Start === */
html,
body {
    font-family: "Brandon Grot W01 Light", sans-serif;
    font-size: 1.07rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Work Sans', sans-serif;
}

section:not(.top-banner) {
    padding: 5em 0;
}

.top-banner {
    position: relative;
    z-index: 1;
}

a {
    text-decoration: none;
}
.opacity-15 {
    opacity: .15 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-60 {
    opacity: .6 !important
}

.opacity-70 {
    opacity: .7 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-80 {
    opacity: .8 !important
}

.opacity-90 {
    opacity: .9 !important
}

.opacity-100 {
    opacity: 1 !important
}


/* === Global End === */





/* === Navbar Start === */
@media (min-width: 992px) {
    #navbarsExampleDefault .close {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .offcanvas-collapse {
      position: fixed;
      /* top: 56px; */ /* Height of navbar */
      top: 0; /* Height of navbar */
      bottom: 0;
      left: 100%;
      width: 100%;
      
      height: 100vh;
      display: flex;
      flex-direction: column;

      padding-right: 1rem;
      padding-left: 1rem;
      overflow-y: auto;
      visibility: hidden;
      /*background-color: #343a40;*/
      background-color: var(--bs-light);
      transition: transform .3s ease-in-out, visibility .3s ease-in-out;
      z-index: 99999;
    }
    .offcanvas-collapse.open {
      visibility: visible;
      transform: translateX(-100%);
    }
    
  }
  
  .nav-scroller .nav {
    color: rgba(255, 255, 255, .75);
  }
  
  .nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
  }
  
  .nav-scroller .nav-link:hover {
    color: #007bff;
  }
  
  .nav-scroller .active {
    font-weight: 500;
    color: #343a40;
  }

  nav#header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    filter: drop-shadow(2px 4px 6px #0000002e);
  }
  nav#header.fixed {
    position: fixed
  }


  
.navbar-tool {
    position: relative;
    display: flex;
    align-items: center
}

.navbar-tool.dropdown::before {
    position: absolute;
    bottom: -1rem;
    left: -10%;
    width: 120%;
    height: 1rem;
    content: ""
}

.navbar-tool .dropdown-menu {
    top: 100%;
    margin-top: .5rem !important
}

.navbar-tool .dropdown-menu.dropdown-menu-end {
    left: auto;
    right: 0
}

.navbar-tool .navbar-tool-label {
    position: absolute;
    top: -0.3125rem;
    right: -0.3125rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: #fe696a;
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem
}

.navbar-tool .navbar-tool-tooltip {
    display: none
}

@media(min-width: 992px) {
    .navbar-tool .navbar-tool-tooltip {
        display: block;
        position: absolute;
        top: -0.5rem;
        left: 50%;
        transform: translateX(-50%);
        transition: opacity .2s ease-in-out, top .2s ease-in-out;
        padding: .0625rem .375rem;
        border-radius: .25rem;
        background-color: #2b3445;
        color: #fff;
        font-size: .6875rem;
        white-space: nowrap;
        opacity: 0
    }

    .navbar-tool:hover .navbar-tool-tooltip {
        top: -0.75rem;
        opacity: .9
    }
}

.navbar-tool-icon-box {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    transition: color .25s ease-in-out;
    border-radius: 50%;
    line-height: 2.625rem;
    text-align: center
}

.navbar-tool-icon-box.dropdown-toggle::after {
    display: none
}

.navbar-tool-icon {
    font-size: 1.25rem;
    line-height: 2.875rem
}

.navbar-tool-text {
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: .875rem;
    transition: color .25s ease-in-out;
    font-size: .875rem;
    text-decoration: none !important;
    white-space: nowrap
}

.navbar-tool-text>small,
.navbar-tool-text>.small {
    display: block;
    margin-bottom: -0.125rem
}

.dropdown .navbar-tool-text::after {
    display: inline-block;
    margin-left: .23375rem;
    vertical-align: .23375rem;
    content: "";
    border-top: .275rem solid;
    border-right: .275rem solid transparent;
    border-bottom: 0;
    border-left: .275rem solid transparent
}

.dropdown .navbar-tool-text:empty::after {
    margin-left: 0
}
@media(min-width: 500px) {
    .navbar-expand-sm .navbar-tool-text {
        display: block
    }
}
@media(max-width: 992px){
    .prodImg-wrap img {
    width: 200px !important;
    height: 200px !important;
    object-fit: cover;
}
}
@media(max-width: 768px) {
     .prodImg-wrap img{
        width:100% !important;
        height:auto !important;
    }
}
@media(min-width: 768px) {
    .navbar-expand-md .navbar-tool-text {
        display: block
    }
   
}
@media(min-width: 992px) {
    .navbar-expand-lg .navbar-tool-text {
        display: block
    }
}
@media(min-width: 1280px) {

}
/* === Navbar End === */





.shop-banner {
    z-index: -1;
}

.shop-banner.owl-carousel .owl-nav [class^=owl] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    font-size: 2em;
    border: 2px solid #fff;
    border-radius: 5px;
}

.shop-banner.owl-carousel .owl-nav .owl-prev {
    left: 8px;
    transform: translateY(-50%)rotate(-45deg);
}

.shop-banner.owl-carousel .owl-nav .owl-next {
    right: 8px;
    transform: translateY(-50%)rotate(45deg);
}

.shop-banner.owl-carousel .owl-nav [class^=owl] .fas {
    background-color: #fff;
    /*line-height: 0.89;*/
    line-height: 0.79;
    padding-top: 3px;
    border-radius: 3px;
}

.top-banner .catSlide-container {
    margin-top: -5.5em;
}

#header .brand-wrap .navbar-brand img {
    max-width: 50px;
}
.catSlide-container .card a img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

@media (max-width: 767px) {
    .top-banner .catSlide-container {
        margin-top: unset;
    }
}


@media only screen and (min-width: 992px) {
    #header #navbarsExampleDefault, 
    #header .cart-account {
        flex: 0 0 45%;
    }

    #header .brand-wrap {
        position: relative;
    }

    #header .brand-wrap .navbar-brand {
        position: absolute;
        /*background: #212529;*/
        background: var(--bs-light);
        padding: 0.5em;
        padding-top: 0;
        margin: 0;
        left: 0;
        transform: translateX(-50%);
        margin-top: -1.5em;
        border-radius: 0 0 60px 60px;
    }
    #header .brand-wrap .navbar-brand img {
        max-width: 4em;
    }

    #header .cart-account {
        justify-content: flex-end;
    }

    #header .cart-account a {
        /*color: #fff;*/
        color: currentColor;
    }
}





/* Start Product List */
.product-card .card-img-top {
   
    background: #f3f3f3;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.modal button.btn-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #FFD url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/0.8em auto no-repeat;
    padding: 0.4em;
    border-radius: 50%;
    z-index: 1;
}

body .gap-example {
    width: 100%;
    bottom: 0;
    z-index: 99;
    position: sticky;
    min-width: 300px;
    border-radius: 0;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 21%);
}

/* End Product List */



/*====== chekout start======== */
.page-title-overlap {
    background: linear-gradient(45deg, black, transparent), url(../img/banner/chackout.jpg) no-repeat center/cover;
    padding: 4em;
}

.continue-bg {
    background-color: #dadada;
    padding: 0.8em;
    margin-bottom: 2em;
}
.product-title a {
    color: #53a3e9;
}
.checkout-btn {
    background: linear-gradient(45deg, #77bcf9, #0074d9);
    color: #fff;
    border: none;
}
.price-text {
    font-size: 1.4em;
}
/*====== chekout end======== */

/*====== Profile Start======== */
.profile-img {
    max-width: 100%;
}
.profile-name-text {font-size: 1.2em;}
.password-toggle-check {
    position: absolute;
    top: 32%;
    right: 0.625rem;
    margin-bottom: 0;
    padding: 0.5rem;
    transform: translateY(-50%);
    font-size: 1.0625rem;
    line-height: 1;
    cursor: pointer;
}

.password-toggle {
    position: relative;
}
.side-title h3 {
    font-size: 1em;
    color: #53a2e8;
}
.memo-btn {
    border: 1px solid #53a2e8;
    color: #53a2e8;
}

.memo-btn:hover {background: #53a2e8;border: 1px solid #53a2e8;color: #fff;}
.oder-title {
    color: #54a4eb;
    font-size: 1.2em;
}
.order-body-text {
    padding: 2px;
    margin: 0;
}
/*====== Profile end======== */




/* Memo Bill start */
.bill-justified tr th:last-child,
.bill-justified tr td:last-child {
    text-align: right;
}
.bill-justified tr th,
.bill-justified tr td {
    border: 0;
}
.memoModalDtl .dashed-divider {
    border-style: dashed;
}
/* Memo Bill end */

/* =====footer===== */

/* .subcraibe .input-group {
    width: 20%;
} */
.footer-logo img{
    width: 19%;
}
.footer-top {
    /*background: #212529;*/
    background: var(--bs-light);
    padding: 2.2em;
}


.social ul li i {
    /*color: #fff;*/
    color: currentColor;
    padding: 0 1em;
}

.links ul li a {
    /*color: #fff;*/
    color: currentColor;
    padding: 0 0.5em;
}
.footer-btm {
    background: #040404;
    padding: 0.6em;
    /*color: #9f9f9f;*/
    color: currentColor;
}
.footer-btm {
    background: #040404;
    padding: 0.6em;
    /*color: #9f9f9f;*/
    color: currentColor;
}

.footer-btm a {
    /*color: #53a3ea;*/
    color: currentColor;
}

.social ul li i:hover {
    color: #54a4eb;
}
/* =====footer===== */


/* ======product-details===== */
.ad-quk-btn a {
    border: 1px solid #0e7cdc;
    padding: 0.4em;
}
.product-title {
    color: #54a4eb;
}
a.btn.donate-btn {
    background: linear-gradient(45deg, #77bcf9, #0074d9);
    padding: 0.5em 3.6em;
    color: #fff;
    border: none;
    margin-top: 0.5em;
}
button.btn.donate-btn {
    background: linear-gradient(45deg, #77bcf9, #0074d9);
    padding: 0.5em 3.6em;
    color: #fff;
    border: none;
    margin-top: 0.5em;
}
/* ======product-details===== */
/* .donate-form .btn-donate:after {
    content: "";
    animation: slide .2s linear infinite forwards;
    height: 70px;
    width: 70px;
    position: absolute;
    background: linear-gradient(45deg, transparent, #ffffffcf, transparent);
}
@keyframe slide {
    from {}
    to {}
} */

.prodImg-wrap img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.donate-form {
    position: fixed;
    z-index: 9999999999999;
    top: 50%;
    right: 0;
    /* margin-right: 100px; */
    transform: translateY(-50%);
    /* margin-right: -27%; */
    /* overflow: hidden; */
}

.donate-form #form-don:checked ~ .form-wrapper {
    /* transform: translate3d(-366px, 0px, 0px); */
    margin: unset;
}

.donate-form #form-don {
    display: none;
}

.donate-form .form-wrapper {
    max-width: 400px;
    max-height: 400px;
    overflow: hidden;
    clear: both;
    padding: 1em 1.5em;
    padding-right: 0;
    background-color: #f3f3f3;
    border: 1px solid #e7e7e7;
    margin-right: -800px;
    /* transform: translate3d(406px, 0px, 0px); */
    transition: all .5s cubic-bezier(0.02, 0.64, 0.74, 0.71);
}
.donate-form .form-wrapper .form-content {
    height: 370px;
    flex: 1 0 auto;
    padding: 0 1rem;
    overflow-y: auto;
}
.donate-form .btn-donate {
  float: left;
    padding: 0.3em 0.3em;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #77bcf9, #0074d9);
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    /*font-size: 1.6em;*/
    font-size: 1.4em;
    left: -65px;
}
.donate-form #form-don:checked ~ .btn-donate .on,
.donate-form #form-don:not(:checked) ~ .btn-donate .off {
    display: none;
}
.donate-form #form-don:checked ~ .btn-donate {
    height: unset;
    width: unset;
    background: none;
    color: inherit;
    font-size: 1em;
    left: 3px;
}
#donation_form select.form-customWC,
#donation_form textarea.form-customWC,
#donation_form input.form-customWC {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid;
}

#donation_form input[type=radio].form-customWC {
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: #54a4eb;
}

.form-nav li button.active {
    background: linear-gradient(45deg, #77bcf9, #0074d9);
    border: 1px solid #1681df;
    color: #fff;
    padding: 0.3em 1.3em;
}
.form-nav li button {
    
    border: 1px solid #1681df;
    color: #1681df;
    padding: 0.3em 1.3em;
}
.form-nav li {
    margin-right: 1em;
}
.form-bg {
    background: #ffffff87;
    backdrop-filter: blur(10px);
    padding: 0em 4em;
    border-radius: 1em;
}
.form-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.form-main-bg {
    /*background: url(../img/banner/form-bg.jpg) no-repeat center/cover fixed;*/
}
li.about-text span {
    color: #258ae3;
}
.about-address-text {
    color: #2188e2;
}
.product-text p {
    color: #818181;
}
.text-accent {
    font-size: 0.9em;
}
.thank-sec i {
    color: #249109;
    font-size: 6em;
    margin-bottom: 0.3em;
}

.thank-sec h1 {
    font-size: 3em;
    font-weight: 800;
    color: #2389e3;
    font-family: auto;
}
.thank-sec {
    padding: 3em;
}.thank-sec {
    padding: 3em 0 3em 0;
}
.btnClose {
    position: absolute;
    background: #fff;
    border: 1px solid #000;
    padding: 0.1em 0.3em;
    padding-top: 2px;
    border-radius: 50px;
    line-height: 1;
    right: 64px;
    top: -10px;
}


.side-cate {
    background: #4c92d2;
}

.side-cate #shop-sidebar {
    background: #4c92d2;
}

.side-cate .accordion-body {
    background: #4c92d2;
}
.cate-text li .widget-filter-item-text {
    color: #fff;
}
.cate-text li .widget-filter-item-text {
    color: #fff;
}

.widget-title {
    color: #fff;
}