.breadcrumb-item+.breadcrumb-item {
  color:#666;
  --bs-breadcrumb-divider-color: #666;
}
.breadcrumb-item+.breadcrumb-item.active {
  color:var(--accent-color);
}
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">") ;
}

.carousel-inner{
  height: 100vh;
}

.list-group {
    --bs-list-group-color: var(--heading-color);
    --bs-list-group-bg: var(--background-color);
}
.list-group-item {
    border: none;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: none;
    border: none;
}

.img-logo{
  height: 64px;
}

.badge-notif {
   position:absolute;
   margin-top:-26px;
   margin-left:17px;
   border-radius:20px; 
   padding:4px 7px;
   background-color: var(--accent-color);
   color:#FFF;
}

.notif-mobile{
  position:absolute;right:70px;margin-top:-4px
}

.badge-notif-mobile {
   position:absolute;
   margin-top:0px;
   margin-left:-7px;
   border-radius:20px; 
   padding:4px 7px;
   background-color: var(--accent-color);
   color:#FFF;
}

.badge-qty {
   position:absolute;
   margin-top:0px;
   margin-left:-10px;
   border-radius:20px; 
   padding:4px 7px;
   background-color: #999;
   color:#FFF;
}

.box-img{
    height: auto;
      overflow:hidden;
      position:relative; margin-right: 20px;
  }
  
  .box-img:hover .hle-title{
      color:red;transition:0.9s;
  }


/*CART*/
.cardcart{
  background-color:#242227;box-shadow:1px 2px 10px rgba(0,0,0,0.4);border-radius:12px;
}
 

/* CONTACT US */
.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: #FFF;
  background-color: #242227;
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
  box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

label{
    padding-bottom: 10px;
}

.contact .php-email-form button[type=submit] {
  width:100%;border-radius:0px;
  color: var(--contrast-color);
    background: #671874;
    background: -webkit-linear-gradient(90deg,rgba(103, 24, 116, 0.93) 54%, rgba(30, 30, 30, 1) 100%);
    background: -moz-linear-gradient(90deg,rgba(103, 24, 116, 0.93) 54%, rgba(30, 30, 30, 1) 100%);
    background: linear-gradient(90deg,rgba(103, 24, 116, 0.93) 54%, rgba(30, 30, 30, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr="#671874",
    endColorstr="#1E1E1E",
    GradientType=1
    );
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.contact .php-email-form button[type=submit]:hover{
    background: #b029c4;
    background: -webkit-linear-gradient(90deg,rgba(176, 41, 196, 0.93) 54%, rgba(15, 4, 17, 0.24) 100%);
    background: -moz-linear-gradient(90deg,rgba(176, 41, 196, 0.93) 54%, rgba(15, 4, 17, 0.24) 100%);
    background: linear-gradient(90deg,rgba(176, 41, 196, 0.93) 54%, rgba(15, 4, 17, 0.24) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr="#B029C4",
    endColorstr="#0F0411",
    GradientType=1
    );
}

.btn-wa{
  width:100%;padding :8px;background-color:#02B45B;border-radius:0px;color:#FFF;
}

.btn:hover{
  background-color:#E557FC;color:#FFF;
}

.lbl-or {
   width: 35%; 
   text-align: center; 
   border-bottom: 1px solid #FFF; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

.lbl-or span { 
    color:#FFF; 
    background-color: #1E1E1E;
    padding:0 20px; 
}

.box-img-wood{
  position:absolute;height:350px; margin-top:-290px; z-index:10
}
.box-img-wood img{
  height: 350px; 
}

.footer {
  color: var(--default-color);
  background-color: #FFF;
  color: #333;
  font-size: 14px;
  text-align: left;
  padding-top: 30px;
  position: relative;
}

.footer ul {

  list-style-type: none;
  margin: 0;
  padding: 0;

}

.footer .ul-title{
 margin:10px 0px;
 color:#FFF;
 font-weight: bold;
 font-size: 16;

}

.footer .li-link{
  color:#999;
  font-size: 14;
}

.footer .li-link a{
  color:#999;
}

.footer a:hover{
  color:#C22DDA;
}


.footer-left{
    height: auto;
}

.footer-menu{
    font-size:12px;
    color: #999999;
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer-menu ul {
  list-style-type: none;
  display: flex;
  padding-left: 0px;
}

.footer-menu li {
  margin-right:30px;
}

.footer-right{
  justify-content: center;
  align-items: center;

}

.footer .copyright {
  font-size:12px; color:rgba(255,255,255,0.5);
}

.footer-img{
  width: 100px;margin-bottom:10px
}
.footer-desc{
    color:#999999;
}

.dark-background {
  --background-color: #2f3942;

}

.bg-contact{
    height:40vh; 
}
.bg-contact h1{
    padding-top:100px
}
.slide-image{
   width: 100%; height: auto;
}

.slide-caption{
  position: absolute; left:20vh; top:47vh; bottom:0px; width:50%;
}
.slide-caption h1{
line-height:1em
}
.slide-caption .slide-desc{
padding-top:15px; line-height: 26px; font-weight: 360; font-size: 20px;
}

.modal-content{
  background: #671874;
  background: -webkit-linear-gradient(148deg,rgba(103, 24, 116, 1) 25%, rgba(0, 0, 0, 1) 76%);
  background: -moz-linear-gradient(148deg,rgba(103, 24, 116, 1) 25%, rgba(0, 0, 0, 1) 76%);
  background: linear-gradient(148deg,rgba(103, 24, 116, 1) 25%, rgba(0, 0, 0, 1) 76%);
  filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr="#671874",
    endColorstr="#000000",
    GradientType=0
  );

  border: 0px;
  box-shadow: 2px 2px 25px rgba(0,0,0,0.6);
}

.btn-popup-viewcart{
  border-radius:none;width:100%;background-color:none;padding:10px;
  border:1px solid #671874;
 }
.btn-popup-checkout{
  border-radius:none;width:100%;background-color:#671874;border:none;padding:10px
 }

.modal-header .btn-close {
    background-color: #b1b1b1;
    border-radius: 40px;
 }
 
 .btn-change {
  color: var(--accent-color); font-size:14px; font-weight:450;
 }
 .btn-change a:hover{
  color: #FFF; border: ;
 }

 .active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}
.page-link {
    color:#FFF;
    background-color: rgba(255,255,255,0.1);
    border: none;
    box-shadow: none;
}
.page-link:hover{
 background-color:rgba(229, 87, 252, 0.3);
 color: #FFF;
}
.img-gallery{
  cursor:pointer;
}

.img-gallery:hover{
  border:3px solid var(--accent-color);
}

.form-check-input:checked {
    background-color:var(--accent-color);
    border-color:var(--accent-color);
}

  .link {
    color:#FFF;
  }

  .link-active{
    color:var('--accent-color'); font-weight: bold;
  }

  .ul-area {
    list-style-type: none;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
  }

  .ul-area li {
    float: left; padding: 0px 30px;
  }

  /* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color:rgba(0,0,0,0.2);
  box-shadow: inset 0 0 1px rgba(255,255,255,0.6); 
  border-radius:8px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--accent-color); 
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--accent-color); 
}


.btn-continue-shopping{
  border-radius:none;background-color:#671874;border:none;padding:10px 20px;font-weight: bold;
 }

 .donation-desc{
    color:rgba(255,255,255,0.7);font-weight:200; line-height:18px; 
}
.badge-shop{
  background-color:var(--accent-color);margin-left:5px;padding:3px 6px 4px 6px; border-radius:40px;font-size:10px
}

.btn-showmore{
    padding:5px 15px;border:1px solid #969696;
    border-radius:4px; color:#C8C8C8;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right:20px;
}


@media only screen and (max-width: 768px) {
  .badge-shop{
    background-color:var(--accent-color);margin-left:0px;padding:3px 6px 4px 6px; border-radius:40px;font-size:10px
  }

.img-logo{
  height: 44px;
}
    .ul-area li {
      padding: 0px 10px;
    }
     .slide-image{
        height: auto;
    }
    .slide-caption{
        left:20px; width:90%; top:auto; bottom:25px;
    }
    .slide-caption h1{
        line-height:1em;
        font-size: 22px;
    }
    .slide-caption .slide-desc{
        display: none;
        font-size: 16px;
        line-height:1.2em;
    }

  .carousel-inner{
  height: auto;
}

  .box-img-wood{
    display: none;
  }

    .footer-menu ul {
        list-style-type: none;
        display:block;
        text-align: center;
    }
    .footer-menu ul li {
        margin-right:0px;
        padding:0px 40px;
    }
        .bg-contact{
        height:20vh; 
    }
    .bg-contact h1{
        padding-top:20px
    }
}



