html,
body,
.main,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading, p, a, ul, ul li, div {
  font-family: "Jost", sans-serif !important;
}

.static-text span {
    font-family: "Jost", sans-serif !important;
}

@include background-color(--bg);
.static-text-page {
    overflow: hidden;
    overflow-wrap: break-word;
    min-height: 700px;
}


.page__with-sidebar {
    display: flex;
    align-items: flex-start;
}

.left__sidebar {
    position: absolute;
    top: 190px;
    left: 40px;
}

.left__sidebar a {
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    width: fit-content;
    display: block;
}


.left__sidebar a:hover p{
    opacity: 0.7;
}

.left__sidebar a p {
    white-space: nowrap;
    transition: opacity .5s ease-in-out;
}


.accordion {
  width: 100%;
  margin: 64px auto;
}


.layout.widget-type_widget_v4_callback_modal_1_37c0dbea0504a69524ee4fe8446d226a {
  padding: 0 !important;
}

.accordion-item {
}

.page__with-sidebar .static-text-page {
    width: 100%;
}

.accordion-header {
  background: #fff;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background .5s ease;
  padding: 20px 10px;
  position: relative;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);  
}

.accordion-item:last-child .accordion-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.accordion-header.active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.accordion-header::after {
  content: url('https://static.insales-cdn.com/files/1/7103/36518847/original/icons8-plus.svg');
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}

.accordion-header.active::after {
  content: '';
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: #000;
  right: 14px;
}

.accordion-header h3 {
  margin: 0;
  user-select: none;
  font-size: 16px;
  font-weight: 400;
}

.accordion-content {
  overflow: hidden;
  transition: max-height .3s ease-out;
  font-size: 12px;
  user-select: none;
  max-height: 0;
}


.accordion-content-inner {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 14px;
}



.accordion-header:hover {
  background: rgb(238, 234, 234);
}

.icon-user:before {
    content: '\ea5a' !important;
}

.icon-compare:before {
    content: '\ea1b' !important;
}

.icon-favorites:before {
    content: '\ea2a' !important;
}

.icon-cart:before {
    content: '\ea15' !important;
}

.icon-search:before {
    content: '\ea47' !important;
}

// .page__with-sidebar p, .page__with-sidebar span {
//     font-size: 12px !important;
// }


.lay__pad-text {
    padding-top: 67px;
    margin-bottom: -40px;
}


@media(max-width: 1800px) {
    .page__with-sidebar .static-text-page {
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media(max-width: 1575px) {
    .page__with-sidebar .static-text-page {
        max-width: 700px;
    }
}

@media(max-width: 1290px) {
    .left__sidebar a {
        font-size: 12px;
    }
}

@media(max-width: 1150px) {
    .page__with-sidebar .static-text-page {
        max-width: 520px;
    }
}

@media(max-width: 991px) {
    .page__with-sidebar {
        flex-direction: column;
    }
    .page__with-sidebar .left__sidebar {
        position: static;
        width: 100%;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding-top: 1rem;
        margin-bottom: 1rem;
        padding-left: 10px;
    }
    .page__with-sidebar .static-text-page {
        max-width: 100%;
    }
}
