
.terms-page-item {
  border-bottom: 1px solid #ccc;
}
.terms-page-button {
    background-color: #fdfdfd;
    color: #033;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 18px;
    transition: background-color 0.3s;
    font-weight: 600;
}
.terms-page-button:hover {
  background-color: #e6e6e6;
}
.terms-page-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
  padding: 0 32px;
}
.terms-page-content p {
  margin: 15px 0;
}
.terms-page-item.active .terms-page-content {
    max-height: 1000px;
    padding: 32px;
    border-top: 1px solid #e9e9e9;
}
.terms-page-item.active .terms-page-button {
    background: #033;
    color: #fafafa;
    border-radius: 0 0 4px 4px;
}
.terms-page-header {
    font-size: 24px;
    padding: 8px;
    margin-bottom: 16px;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
.returns-page-bott-graphic {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}
.returns-page-bott-graphic img {
    max-width: 280px !important;
}
.terms-page-sub {
    width: 100%;
    font-size: 16px;
    color: #033;
    padding: 16px;
}
.terms-wrapper {
    max-width: 800px;
    margin: 0 auto;
}
.terms-page-categories-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 767px;
    margin: 16px auto;
    border: 1px solid #cccccc;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    justify-content: center;
}
.terms-seperator {
    display: block;
    width: calc(100% - 100px);
    border-top: 2px solid #dfdfdf;
    margin: 16px auto;
    border-radius: 8px;
}
.support-page-need-more-help-header {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #033;
    padding: 8px;
    scroll-margin-top: 116px;
}
.support-page-need-more-help-bott {
    display: flex;
    justify-content: center;
    margin: 32px;
}
.support-page-need-more-help-bott img {
    max-width: 180px;
}
.support-page-need-more-help-header:before {
    content: '\f059';
    font-family: 'Font Awesome 5 Free';
    margin-right: 4px;
}
.support-page-need-more-help {
    font-size: 20px;
    color: #044;
    padding: 8px 32px;
    text-align: center;
    font-weight: 600;
}
.support-page-need-more-help-button a {
    display: block;
    width: calc(100% - 20px);
    max-width: 220px;
    padding: 8px 16px;
    margin: 8px auto;
    text-align: center;
    background: #033;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.support-page-need-more-help-button a:hover,
.support-page-need-more-help-button a:active,
.support-page-need-more-help-button a:focus {
    background: #055;
    color: #fafafa;
}
.support-page-product-quantity {
    padding: 8px;
}
.support-page-product-sku-name {
    display: flex;
    align-items: center;
    gap: 8px;
}
.support-page-product-sku {
    display: inline;
}
.support-page-product-price {
    min-width: 60px;
    margin-left: 8px;
    text-align: right;
}
.support-page-product-price {
    min-width: 60px;
    margin-left: 8px;
    text-align: right;
}
.terms-page-search-order-button {
    width: 260px;
    text-align: center;
    padding: 8px 16px;
    margin: 16px auto;
    background: #033;
    border-radius: 8px;
    color: #fafafa;
    font-weight: 600;
    cursor: pointer;
}
.terms-page-working-hours-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16px;
    background: #fafafa;
    padding: 16px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 8px;
    border: 1px solid #dedede;
}
.terms-page-working-hours {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #033;
}
.terms-page-working-hours:before {
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    margin-right: 4px;
}
.contact-page-box-text-working-hours {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 32px;
}
.working-day {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #033;
    font-weight: 500;
}
.not-working-day {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #ff0033;
    font-weight: 600;
}
.holiday-rest-days {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #033;
}
/* Responsive Section */
@media (max-width: 575px) {
    .terms-page-button {
        font-size: 16px;
    }
    .terms-page-item.active .terms-page-content {
        max-height: 2000px;
        padding: 16px 32px;
    }
    .terms-page-text {
        font-size: 14px;
    }
}
/* End of 575px */
@media (max-width: 410px){
    .terms-page-header {
        font-size: 18px;
    }
    .terms-page-sub {
        font-size: 14px;
        padding: 8px;
    }
    .terms-page-button {
        font-size: 13px;
        padding: 16px;
    }
    .returns-page-bott-graphic img {
        max-width: 200px !important;
    }
    .terms-page-categories-container {
        margin: 16px auto;
    }
    .terms-page-content {
        padding: 0px 16px;
    }
    .terms-page-item.active .terms-page-content {
        padding: 16px;
    }
    .terms-page-working-hours-text {
        padding: 16px 8px;
    }
    .contact-page-box-text-working-hours {
        padding: 0 8px;
    }
    .working-day, .not-working-day {
        font-size: 14px;
    }
    .contact-page-box-text-working-hours {
        padding: 8px;
    }
    .terms-page-search-order-button {
        width: 200px;
    }
}