.boxflexallpin {
  display: grid;
  grid-template-columns: 0.2fr 0.8fr;
  gap: 15px; }
  @media (max-width: 992px) {
    .boxflexallpin {
      grid-template-columns: repeat(1, 1fr); } }
  .boxflexallpin .accordion.cs-title {
    background-color: var(--shop-color-hover);
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e6e6e6 !important;
    text-align: left;
    outline: none;
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .boxflexallpin .collection-categories {
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: hidden; }
  .boxflexallpin .panel {
    padding: 15px; }
    @media (max-width: 992px) {
      .boxflexallpin .panel {
        display: none; } }
  .boxflexallpin .titlecap2menu {
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block; }
  .boxflexallpin ul.no-bullets > li a {
    display: inline-block;
    position: relative;
    color: #333333; }
  .boxflexallpin ul ul {
    padding-left: 15px; }
    .boxflexallpin ul ul li {
      margin: 5px 0px; }

.viconpl svg {
  fill: #fff;
  width: 20px; }

.viconpl svg:nth-child(2) {
  display: none; }

.activedz svg:nth-child(2) {
  display: block; }

.activedz svg:nth-child(1) {
  display: none; }

.boxflexallpin .panel {
  box-shadow: none; }

.boxflexallpin .accordion.cs-title {
  line-height: 25px; }
  .boxflexallpin .accordion.cs-title span {
    font-size: 14px;
    font-weight: 500;
    height: 24px; }

.boxflexallpin ul.no-bullets > li a:before {
  content: '';
  display: block;
  border-bottom: 1px solid #ecab36;
  width: 0;
  position: absolute;
  left: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  bottom: 0; }

.boxflexallpin ul.no-bullets > li a:hover {
  color: var(--shop-color-hover); }
  .boxflexallpin ul.no-bullets > li a:hover:before {
    width: 100%; }
