/*=====================================================*/
/*shop page filter lable*/
.collection-collapse-block .collection-accordion .accordion-item .accordion-body .collection-listing li .form-check .form-check-label a {
    color: #777 !important;
}

.collection-collapse-block .collection-accordion .accordion-item .accordion-body .collection-listing li .form-check .form-check-input:checked ~ .form-check-label a {
    color: var(--theme-color) !important;
}

/*product card*/
.basic-product.theme-product-1 .product-detail>div {
    border-bottom: 0px solid #eee !important;
}

.collection-collapse-block .collection-accordion .accordion-item .accordion-body-brand {
    padding: 0;
    background-color: #f9f9f9;
    max-height: 200px !important;
    overflow: hidden auto;
}

@media (max-width: 991px) {
    .collection-collapse-block .collection-accordion .accordion-item .accordion-body-brand {
        background-color: #ffffff !important;
    }
}

.breadcrumb-item.active {
    color: white !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white !important;
}

/*promotion timer*/
.timerr {
    display: flex;
    gap: 15px;
    margin-top: 10px;
  }
  .timer-box {
    /*background-color: #20232a;*/
    border: 1px solid #19a7dc;
    color: #19a7dc;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    width: 80px;
    /*height: 80px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .timer-box span {
    display: block;
  }
  .label {
    font-size: 12px;
    color: #19a7dc;
  }
  .value {
    font-size: 16px;
    font-weight: bold;
  }

  .checkout-cart-total ul li {
         margin-bottom: 0 !important; 
    }

    .checkout-cart-total ul {
        border-bottom:none;
    }
    .checkout-cart-total  {
    border-bottom: 1px solid #999999;
    }

    .switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 35px;
      /*float: right;*/
      margin-top: 5px;
    }

    .switch input { 
      opacity: 0;
      width: 0;
      height: 0;
    }

    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: .4s;
      transition: .4s;
    }

    .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
    }

    input:checked + .slider {
      background-color: #31708f;
    }

    input:focus + .slider {
      box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px);
    }

    /*.custom-dd-city {
      width: 100%;
      background-color: #ffffff;
      border: 1px solid #999999 !important;
      border-radius: 50px;
      line-height: 23px;
      padding: 10px 20px !important;
      font-size: 14px;
      color: #666666;
      margin-bottom: 15px; 
    }*/

    

    .mb-20{
        margin-bottom: 20px;
    }