.drawer {
  width: 100%;
}

.accordion-item-active .accordion-header {
  transition: 0.25s;
}

.accordion-item-active .accordion-header-icon {
  color: #fff;
}

.accordion-item-active .accordion-header h1 {
  color: #fff;
}

.accordion-header {
  /* background-color: #f5f7fa; */
  padding: 12px 20px 10px 20px;
  cursor: pointer;
  border-left: 8px solid #f78a2b;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  min-height: 35px;
  transition: 0.25s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 0 0 !important;
}

.accordion-header-active {
  /* border-top: 3px solid #f39f39 !important;
	border-left: 3px inset #f39f39 !important;
	border-bottom: none !important; */
  border-top: 2px outset #b0b0b0 !important;
  border-left: 2px outset #b0b0b0 !important;
  border-bottom: none !important;
}

/* Safari 11+ does not support outset border */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .accordion-header-active {
      /* border-top: 3px solid #f39f39 !important;
	    border-left: 3px inset #f39f39 !important;
	    border-bottom: none !important; */
      border-top: 2px solid #b0b0b0 !important;
      border-left: 2px solid #b0b0b0 !important;
      border-bottom: none !important;
    }
  }
}

/* Safari 10.1 does not support outset border */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (not (stroke-color: transparent)) {
    .accordion-header-active {
      /* border-top: 3px solid #f39f39 !important;
	    border-left: 3px inset #f39f39 !important;
	    border-bottom: none !important; */
      border-top: 2px solid #b0b0b0 !important;
      border-left: 2px solid #b0b0b0 !important;
      border-bottom: none !important;
    }
  }
}

.accordion-header h1 {
  margin: auto 0px;
  font-size: 1rem;
  font-weight: 700;
  color: #666;
}

@media screen and (max-width: 768px) {
  .accordion-header {
    background-color: #f5f7fa;
    padding: 12px 10px 10px 10px;
    cursor: pointer;
    border-left: 8px solid #f78a2b;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    min-height: 35px;
    transition: 0.25s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 0 0 !important;
  }
  .accordion-header h1 {
    margin: auto 0px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #666;
  }
}

.accordion-content {
  display: none;
  background: #fff;
  line-height: 1.45em;
}

.accordion-header-icon {
  font-family: 'FontAwesome';
  color: #888;
  font-size: 18px;
  line-height: 16px;
  vertical-align: middle;
}

.accordion-header-icon.accordion-header-icon-active {
  font-family: 'FontAwesome';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
}

/* to remove all border radius */
.woocommerce-tabs .woocommerce-Tabs-panel {
  border-radius: 0 0 0 0 !important;
}
