
.accordion {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 1em;
  border: 1px solid #80808040;
}

.active, .accordion:hover {
  background-color: #cccccc42;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}




.text-w-icon__title.h2 {
        font-size: 18px !important;
        }

.product-item__badge {
        background: #efdd93 !important;
        }

.product-item__badge--sold {
        background: #212b3612 !important;
        }

.product-item__badge.product-item__badge--sale {
  display: none;
}

.collection-item__background .lazy-image[data-ratio] img {
    object-fit: scale-down;
    background-color: #fff;
}

.product-item .product__price--compare,.product-item__badge.product-item__badge--sold {
  display: none;
}

#wpd-cart-drawer-checkout {
    display: none;
}

#wcp-30-open {
  background: #000 !important;
  color: #fff;
  margin-right: 0px !important;
}

input#billingsameasshipping {
  height: 16px;
  width: 17px !important;
}

button#wpd-net-place-order {
    background: #000;
    padding: 20px;
    margin-top: 20px;
    color: #fff;
}

button#CheckOut {
    display: none !important;
}

a#wcp-30-open {
  min-width: 200px;
  text-align: center !important;
}


/* CUSTOM HEADER FONTS */
 div.video-text__container h2{
  font-family: bebas-neue, sans-serif !important;
   }
  div.video-text__container p{
    font-family: helvetica-neue, sans-serif !important;
}

// Checkout terms and conditions fix

#checkout-wrapper-div{
    position: relative;
    #checkout-overlay{
      position: absolute;
      width: 100%;
      height: 100%;
      max-width: 200px;
      right: 0;
      top: 0;
      cursor: pointer;
    }
}

.sidebar-content-element{
  #agree-wrapper{
    display: none;
  }
}
// disable quantity inpit in cart drawer and checkout

.cart__items{
  .cart-item{
    .qty{
      pointer-events: none;
      border: none;
    }

    .actions::before{
      content: "x";
      font-weight: 500;
      font-size: 13px;
      position: absolute;
    }
  }
}



.ly-switcher-wrapper.ly-breakpoint-1.fixed.bottom_right {
    display: none;
}

.sidebar__search-results span.price {
  display: none;
}
}