:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;

    --bs-primary: #848c2b;/*#0d6efd;*/
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;

    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: #f5f6f7;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,0.15),hsla(0,0%,100%,0));
    --bs-body-font-family: Inter,sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6;
    --bs-body-color: #212529;
    --bs-body-bg: #f5f6f7;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0,0,0,0.175);
    --bs-border-radius: 8px;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #848c2b;/*#0d6efd;*/
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;

    --wa-head-color: #484838;
    --wa-primary: #848c2b;
    --wa-secondary: #BDC83E;
    --wa-drab-dark: #484838;
    --wa-ash-gray: #ADAC9A;

    --wa-offer-bg:#fde047;
    --wa-offer-border-bg: #fde047;
    --wa-offer-color: #a06106 ;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* general class */
.alert-warning {
    --bs-alert-color: oklch(0 0 0);
    --bs-alert-bg: #ffbe00;
    --bs-alert-border-color: oklch(0.8471 0.199 83.87/1);
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #848c2b;/*#0d6efd;*/
    --bs-btn-border-color: #848c2b;/*#0d6efd;*/
    --bs-btn-hover-color: #484838;/*#fff;*/
    --bs-btn-hover-bg: #BDC83E; /*#0b5ed7;*/
    --bs-btn-hover-border-color: #BDC83E; /*#0a58ca;*/
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #BDC83E;/*#0a58ca;*/
    --bs-btn-active-border-color: #BDC83E; /*#0a53be;*/
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #848c2b ;/*#0d6efd;*/
    --bs-btn-disabled-border-color: #848c2b ;/*#0d6efd;*/
}
.btn-outline-primary {
    --bs-btn-color: #848c2b;/*#0d6efd;*/
    --bs-btn-border-color: #848c2b;/*#0d6efd;*/
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #848c2b;/*#0d6efd;*/
    --bs-btn-hover-border-color: #848c2b;/*#0d6efd;*/
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #848c2b;/*#0d6efd;*/
    --bs-btn-active-border-color: #848c2b;/*#0d6efd;*/
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color: #848c2b;/*#0d6efd;*/
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #848c2b;/*#0d6efd;*/
    --bs-gradient: none;
}
.btn-outline-secondary {
    --bs-btn-color: #484838;
    --bs-btn-border-color: #484838;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #484838;
    --bs-btn-hover-border-color: #484838;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #484838;
    --bs-btn-active-border-color: #484838;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}
.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.svg-reflection {
    transform: scaleX(-1);
}
.badge-dark {
    background-color:var(--wa-drab-dark);
}

/* page index */
#index .header{
    --header-bg: #f9d9da;
    --header-top-bg: #f9d9da;
}
#index .offer {
    /*display: none;*/
}
.featured-products {
    margin-top: 120px;
}

/* header */
.header{
    --header-bg:#f5f6f7;
    --header-top-bg: #f5f6f7;
    --header-color: var(--bs-gray-800);
    --header-top-color: var(--bs-gray-800);
}
.logo {
    max-width: 100px;
}
.header {
    position: relative;
}
.header-top {
    border-bottom: none;
    padding-top: 15px;
}
.header-bottom {
    border-bottom: none;
    padding-bottom: 30px;
}
.header-bottom__row {
    background: #fff !important;
    padding: 10px 20px;
    border-radius: 20px;
    /*max-width: 1288px; !*temp*!*/
    align-items: center !important;
    justify-content: space-between !important;
}
.header-bottom__left {
    flex-basis: 30%;
    display: flex;
    align-items: center;
}
.header-bottom__center {
    flex-basis: 40%;
    display: flex;
    justify-content: center;
}
.header-bottom__right {
    flex-basis: 30%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-bottom__left .logo {
    margin-right: 80px;
}

.header-block__title {
    display: none !important;
}
.header-block__action-btn {
    background: var(--bs-body-bg);
    padding: 10px;
    border-radius: 50%;
    margin: 0 0 0 5px;
    text-align: center;
}
.header-block__action-btn.dropdown-toggle::after{
    display: none;
}
.header-block__action-btn .badge {
    padding: 3px 6px;
    font-size: 11px;
}
.header-block__action-btn svg {
    color: var(--wa-drab-dark) !important;
}
.header-block__action-btn:hover {
    background-color: var(--wa-drab-dark);
}
.header-block__action-btn:hover svg {
    color: var(--wa-ash-gray);
}

.inactive .header-block__action-btn:hover {
    background-color: var(--bs-body-bg);
}
.inactive .header-block__action-btn:hover svg {
    color: var(--wa-drab-dark);
}

.header-block__icon {
    width: 30px;
    height: 30px;
    font-size: 27px;
    line-height: 30px;
    margin-left: 0;
    color: var(--wa-drab-dark);
}
.header-block__action-btn:hover .header-block__icon {
    color: var(--wa-ash-gray) !important;
}
.header-block__badge {
    display: none;
}

.header-block__action-btn--login{
    border-radius: 4px;
    background-color: var(--bs-body-bg);
    border: 1px solid var(--wa-drab-dark);
    padding: 7px !important;
    font-size: 14px;
    color: var(--wa-drab-dark) !important;
}
.header-block__action-btn--login svg {
    color: var(--wa-drab-dark) !important;
    display: inline-block;
}
.header-block__action-btn--login span {
    padding: 0 5px;
}
.header-block__action-btn--login:hover {
    border-color:var(--bs-body-bg);
    background-color: var(--wa-drab-dark);
    color: var(--bs-body-bg) !important;
}
.header-block__action-btn--login:hover svg{
    color: var(--bs-body-bg) !important;
}

.main-menu .header-block__action-btn {
    background-color: transparent;
}
.main-menu .header-block__action-btn .header-block__icon {
    font-size: 35px;
}

#lnk-6, #lnk-5 {
    display: none;
}
.main-menu__mobile .menu a {
    padding: .75rem 0.5rem;
}
.main-menu__mobile #lnk-5 {
    border-top:1px solid var(--wa-drab-dark);
}

#_desktop_search.order-2{
    order: unset !important;
}

/* header menu-top */
.menu-top__list {
    display: flex;
    margin-bottom: 8px;
    margin-right: 25px;
}
.menu-top__item > a {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    color: var(--wa-drab-dark);
}
.menu-top__item:hover > a{
    color: var(--wa-primary);
}

/* header bar offer */
.offer {
    --wa-offer-bg:#484838;
    --wa-offer-border-bg: #484838;
    --wa-offer-color: #fff ;
    --wa-offer-hover-color: #fff;

    display: flex;
    justify-content: center;
    padding: 15px 10px;
    margin-top: 20px;
    align-items: center;
    border-radius: 10px;
    background-color: var(--wa-offer-bg);
}
.offer__link {
    color: var(--wa-offer-color) !important;
    line-height: 2;
    text-align: center;
}
.offer__link:hover {
    color: var(--wa-offer-hover-color) !important;
}
.offer__svg {
    width: 2rem;
    color: var(--wa-offer-color);
    margin: 0 15px;
}

.offer--gray{
    --wa-offer-bg:#a3a3a3;
    --wa-offer-border-bg: #a3a3a3;
    --wa-offer-color: #262626;
    --wa-offer-hover-color: #262626;
}
.offer--pink{
    --wa-offer-bg:#f9d9da;
    --wa-offer-border-bg: #f9d9da;
    --wa-offer-color: #5c211d;
    --wa-offer-hover-color: #390c0a;
}
.offer--red{
    --wa-offer-bg:#fda4af;
    --wa-offer-border-bg: #fda4af;
    --wa-offer-color: #881337;
    --wa-offer-hover-color: #881337;
}
.offer--yellow{
    --wa-offer-bg:#fde047;
    --wa-offer-border-bg: #fde047;
    --wa-offer-color: #a06106 ;
    --wa-offer-hover-color: #472b03;
}
.offer--orange{
    --wa-offer-bg:#fdba74;
    --wa-offer-border-bg: #fdba74;
    --wa-offer-color: #7c2d12;
    --wa-offer-hover-color: #7c2d12;
}
.offer--green{
    --wa-offer-bg:#bef264;
    --wa-offer-border-bg: #bef264;
    --wa-offer-color: #3f6212;
    --wa-offer-hover-color: #1a2e05;
}
.offer--sky{
    --wa-offer-bg:#7dd3fc;
    --wa-offer-border-bg: #7dd3fc;
    --wa-offer-color: #075985;
    --wa-offer-hover-color: #075985;
}

@media(min-width:767px){
    .offer__link br {
        display: none;
    }
}
@media(max-width:767px){
    .offer {
        margin-top: 0;
        border-radius: 0;
        --bs-gutter-x: 0;
    }
    .offer_svg {
        display: none;
    }
}

/* menu */
.main-menu__tree > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #505050;
}
.main-menu__tree > li.active > a,
.main-menu__tree > li:hover > a,
.main-menu__tree > li:focus > a {
    color: #707923 !important;
    /*background-color: transparent;*/
}
.main-menu__tree > li > a:hover,
.main-menu__tree > li > a:focus,
.main-menu__tree > li > a:active {
    background-color: #f5f6f7;
}

/* breadcrumb */
.breadcrumb__wrapper {
    background: #f5f6f7;
}

/* slider */
.ratio::before {
    display: none;
}
.carousel .carousel-inner {
    height: auto;
    min-height: 100%;
}
.carousel-indicators{
    display: none;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev{
    display: none;
}

/* footer */
.footer__block--logo .footer__block__content-list {
    margin-top: 10px;
}
.footer__block--logo li {
    padding: 7px 0;
    line-height: 23px;
}
.footer__block--logo i {
    padding-right: 10px;
}

/* modal */
.modal-footer {
    justify-content: space-between;
}

/* product block */
.product-miniature .product-miniature__title {
    color: var(--bs-body-color);
    font-weight: 500;
}
.product-miniature__quickview{
    display: none !important;
}
.product-miniature .quantity-button{
    display: none !important;
}
.product-miniature .btn span{
    position: relative !important;
    margin: 0 !important;
}
.product-miniature .btn svg{
    width: 30px;
}

/* category */
#subcategories {
    display: none;
}
.facet.accordion-item{
    padding: 0 10px;
}
.accordion-body{
    padding: 20px 16px;

}
.category-tree__title{
    background-color: transparent !important;
}
.category-tree__item__link {
    width: 100%;
    padding: 10px;
}
.accordion-item .accordion-button{
    padding: 15px;
    line-height: 1.7;
}
.noUi-tooltip {
    font-size: 11px;
}
.products-sort-order .btn {
    --bs-btn-font-size: 0.75rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-padding-y: 0.25rem;
    margin: 0 0.1rem;
}
.total-products {
    display: none;
}

/* product */
#product-details-heading {
    display: none;
}
.telegram.icon-gray {
    background-image: url('../img/telegram.svg');
    content: "";
}
.telegram.icon-gray:hover {
    background-image: url('../img/telegram-h.svg');
    content: "";
}
.email.icon-gray {
    background-image: url('../img/email.svg');
    content: "";
}
.email.icon-gray:hover {
    background-image: url('../img/email-h.svg');
    content: "";
}

.product__tax-label {
    display: none;
}
.product-actions__quantity {
    flex-basis: 100%;
}
.product-actions__button{
    max-width: 250px;
}
.product-actions__button .btn{
    padding:12px;
}
.page-product .product__add-to-cart .product-actions__button button {
  font-size: 15px;
  font-weight: bold;
  padding: 12px 6px;
}

.product__col__right {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
}
.wishlist-button-add {
    align-self: center;
}
.accordion-flush .accordion-item {
    border-bottom: 7px solid #f5f6f7;
}
.accordion-flush .accordion-collapse {
    padding-right:40px;
    padding-left:40px;
}
.accordion-header {
    padding: 0 25px;
}

.product-pack {
    display: none;
}

.prices__wrapper {
    flex-direction: column-reverse;
    align-items: flex-start !important;
}
.product__pack-price{
    display: none;
}
.page-product .product__discount {
    margin-right: 0;
    margin-left: 0;
    font-size: 15px;
    margin-bottom: 5px;
}
.product__discount-percentage {
    background: #f39d72;
    background: var(--bs-danger);
    color: #fff;
    font-weight: 600;
    padding: 2px;
    font-size: 14px;
    margin-left: 10px;
    text-transform: uppercase;
    display: inline-block;
}

.badge.out_of_stock {
    display: none;
}

.product__actions {
    margin-bottom: 1rem;
}

.product__price-tab {

}
.product__price-tab .nav-link {
    font-size: .825rem;
}
.product__price-tab .nav-link.active {
    border: 2px solid var(--wa-primary);
    border-bottom-color: #fff;
}
.product__priceInfo {
    margin: 0 0 .75rem;
    font-size: .825rem;
}
.product__priceInfo--final {
    margin-top: 1.75rem;
}
.product__priceInfo--final b{
    font-size: 1.25rem;
}
.product__priceInfo--final span{
    display: block;
}
.product__priceInfo--help span {
    font-size: .65rem;
    color: var(--bs-red);
    font-weight: bold;
    margin: 0;
}

#priceTab {
    padding-bottom: 0;
    border-bottom: 2px solid var(--wa-primary);
}
#priceTabContent{
    min-height: 200px;
    background-color: white;
    border: 2px solid var(--wa-primary);
    border-top: none;
    padding: 1rem;
}

/* comment */
#product_reviews_block_tab .review_author {
    border-right: 2px solid #f5f6f7;

}
#product_reviews_block_tab .review {
    border-bottom: 2px solid #f5f6f7;
    margin-bottom: 20px;
}
.review_author_infos{
    display: flex !important;
    flex-direction: column;
}

.star {
    float: right;
}
.star_content {
    margin-bottom: 10px;
}

.product-comment {
    padding-bottom: 10px !important;
}
.product-comment__link {
    margin: 20px 0 40px;
}

.review .answer_box h5{
    border-bottom: 1px solid #c3e6cb;
    border-bottom: 1px solid #b1d4f9;
    padding-bottom: 5px;
    font-size: 13px;
    color: #094697;
    margin-top: 0;
    border-right: none;
    padding-right: 0;
}
.review .answer_box p {
    margin-bottom: 3px !important;
}

.leo-modal-review .modal-header {
    flex-direction: row-reverse;
}
.leo-modal-review .modal-title {
    font-size: 18px;
}
.leo-modal-review .new_review_form_content {
    width: 100%;
}
.leo-modal-review .product-info {
    display: none;
}
.leo-modal-review label {
    font-size: 12px;
}
.leo-modal-review .form-group {
    margin-bottom: 16px;
}
.leo-modal-review .form-control-label {
    padding-top: 10px;
}
.leo-modal-review .form-control {
    background: #ebebeb;
    color: #acaaa6;
    border: none;
    padding: 8px 16px;
    font-size: 12px;
}
.leo-modal-review button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.leo-modal-review .cancel{
    display: none;
}

.product__col__head {
    display: flex;
    justify-content: space-between;
}
#leo_product_reviews_block_extra .reviews_advices {
    display: none;
}
#leo_product_reviews_block_extra .reviews_note{
    margin: 0;
}
#leo_product_reviews_block_extra .reviews_note .star{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#leo_product_reviews_block_extra .reviews_note .star::before {
    font-size: 18px;
}
#leo_product_reviews_block_extra .star.star_on::before{
    content: "\E838" !important;
    font-family: "Material Icons";
    display: inline-block;
    color: #e69a23;
}
#leo_product_reviews_block_extra .star_content .label{
    font-size: 12px;
}

#product_reviews_block_tab .review_button {
    display: none;
}

/* cart */
.product-shipping,
.product-subtotal {
    display: none;
}

/* academy - discuss */
.page-discussindex .breadcrumb__wrapper{
    display: none;
}
.psy-academy .breadcrumb {
    padding: .75rem 0;
    font-size: .875rem;
}
.post .post-desc a.btn-success {
    color: #fff;
}

.waoverlay {
    display: none;
    z-index: 9;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(72, 72, 56, 0.6);
}

/* account temp */
#order-slips__link,
#addresses__link, #history__link{
    display: none !important;
}

#order-infos{
    display: flex;
    flex-wrap: wrap;
}
#order-infos > div {
    padding: 0 10px;
}
.history-lines,
#order-infos .clearfix{
    display: none !important;
}
.page-customer-account #content {
    border: none;
}
.page-content .account-content {
    border: none;
    padding: 0;
    background: transparent;
}
.page-orders .page-content .account-content {
    background: #fff;
    padding: 1rem;
}
.label-pill{
    --bs-badge-padding-x: 0.625rem;
    --bs-badge-padding-y: 0.3125rem;
    --bs-badge-font-size: 0.875rem;
    --bs-badge-font-weight: 500;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 4px;
    border-radius: var(--bs-badge-border-radius);
    /*color: var(--bs-badge-color);*/
    display: inline-block;
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.dropdown-menu #wishlist-link{
    display: none !important;
}

/* psy-service temp */
.psy-service-faq {
    margin-bottom: 100px;
}
.psy-service-faq .accordion button {
    padding: 15px 0;
}
.psy-service-faq .accordion-header {
    padding: 0;
}
.psy-service-faq .accordion button.collapsed::after {
    content: "";
}
.psy-service-faq .accordion-body {
    padding: 20px 16px;
    line-height: 2;
}

/* page product - description */
.prestayar-desc, .rich-text {
    padding-right: 20px;
    padding-left: 20px;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 32px;
}
.prestayar-desc hr, .rich-text hr {
    margin: 40px auto;
    width: 80%;
    height: 0;
    border: none;
    border-bottom: 1px solid #aaa;
    position: relative;
}
.prestayar-desc strong, .rich-text strong {
    font-weight: bold;
}
.prestayar-desc h2, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5 {
    font-size: 20px;
    margin: 3rem 0 0.9rem;
    line-height: normal;
    border-right: 4px solid #818630;
    padding-right: 1rem;
}
.prestayar-desc .alert, .rich-text .alert {
    margin: 2rem 0;
    padding: .75rem .5rem .75rem 1.25rem;
}
.prestayar-desc ul, .rich-text ul {
    margin-bottom: 20px;
    padding:0;
}
.prestayar-desc li, .rich-text li {
    box-sizing: border-box;
    margin: 0 50px;
    list-style: none;
    padding: 10px 0;
}
.prestayar-desc .noteBox li, .rich-text .noteBox li {
    margin: 0 ;
}
.prestayar-desc ul li::before, .rich-text ul li::before {
    background: #5f5f5f;
    content: "";
    display: inline-block;
    height: 6px;
    margin-left: 9px;
    vertical-align: middle;
    width: 6px;
}
.prestayar-desc ol, .rich-text ol,
.prestayar-desc ol li, .rich-text ol li {
    list-style:decimal;
}

.prestayar-desc h2 {
    font-size: 24px;
}
.prestayar-desc h3, .prestayar-desc h4,
.prestayar-desc h5{
    font-size: 21px;
    margin: 3rem 0 0.9rem;
    line-height: normal;
    color: #2c2c2c;
}

.product__description p{
    padding-bottom:10px;
}
.product__description img{
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
}
.product__description .aligncenter {
    display: block;
    clear: both;
    margin: 15px auto;
    float: none;
}
.product__description .aligncenter img {
    margin:0 auto;
    display: block;
}
.product__description img.aligncenter  {
    margin: 35px auto 75px;
}
.product__description .alignright {
    display: inline;
    margin: 15px 0 15px 15px;
    float: right;
}
.product__description .alignleft {
    display: inline;
    margin: 15px 15px 15px 0;
    float: left;
}
.product__description video {
    margin: 0 auto;
    display: block;
    width: auto !important;
    max-width: 100%;
}
.product__description{
    font-size: 18px;
    line-height: 36px;
}
/*
.product__description .img-first {
    max-width: 50% !important;
    display: block;
    margin: 0 auto;
}
.product__description h2.title-first {
    border: 0;
    text-align: center;
    background: #cacacab0;
    padding: 20px;
    position: relative;
    top: -400px;
    width: 100%;
}
*/

.product__description-short ,.product__description-short p{
    font-size: .875rem;
    line-height: 2;
}
.product__description-short ul {
    margin-bottom: 0;
}
.product__description-short li {
    margin: 0;
    padding: 0;
    font-size: .875rem;
    line-height: 2;
}

/* product--course */
.product--course #leo_product_reviews_block_extra,
.product--course .star_content{
    margin-bottom: 0;
}
.product--course .star_content .label {
    font-size: 10px;
}

.product--course .product__name {
    margin-bottom: 0;
}
.product--course .product__left {
    margin-top: 1.5rem;
}
.product--course .product__col {
    margin-top: 1.5rem;
    padding-left: 0;
}

.product--course .info {
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding:1.5rem 2rem !important;
    margin-top: 10px  !important;
    margin-bottom: 10px  !important;
}
.product--course .info__title {
    color: #383d48;
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.product--course .info__title::before {
    bottom: -1px;
    width: 70px;
    height: 1px;
}

.product--course .course-chapters {
    border: none;
    padding: 1.5rem 0 0;
    margin-top: 25px;
    margin-bottom: 0;
}

.product--course .product__additional-info .social-sharing{
    background:#ffffff;
    border: 1px solid #eaeaea;
    padding: 1rem !important;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 0;
    justify-content: space-between;
}
.product-course #product_reviews_block_tab .review_author span {
    display:inline-block !important;
    font-size: 10px;
    padding: 2px 5px;
    border: 1px solid;
    border-radius: 10px;
    margin-right: 5px;
    color: #155724;
    background: #d4edda;

}



.box {
    background: #ffffff;
    border: 1px solid #eaeaea;

    padding: .5rem 0 !important;
    /*border-radius: 5px;
    -moz-box-shadow: 0 1px 2px #D9DADB;
    -webkit-box-shadow: 0 1px 2px #D9DADB;
    -o-box-shadow: 0 1px 2px #D9DADB;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);*/
}
.box-course-data{
    margin-bottom: 10px;
}

.box-course-data .tax-shipping-delivery-label,
.box-course-data .product-quantity .qty,
.box-course-data #product-availability,
.box-course-data .compare{
    display: none !important;
}
.box-course-data .product-price {
    padding: 10px;
    font-size: 20px;
}

.box-course-data .wishlist{
    display: block !important;
    border-top: 1px solid #eaeaea;
    padding: 10px 0 0;
    margin: 10px 0 0 !important;
}

.box-course-data .product__actions{
    padding: 1rem;
}
.box-course-data .is-buyProduct,
.box-course-data .add-to-cart{
    width: 100%;
    height: 56px;
    font-size: 20px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.box-course-data .is-buyProduct {
    background-color:#cdf9c9;
    border: 1px solid #40b630;
    color:#008200;
    font-weight: 700;
    opacity: 1;
}
.box-course-data .add-to-cart{
    background-color: #4ECE3D;
    border: 1px solid #40b630;
    color: #ffffff;
}

.box-course-data .add-to-cart:active,
.box-course-data .add-to-cart:focus,
.box-course-data .add-to-cart:hover {
    background-color: #40b630;
    border-color: #40b630;
    box-shadow: none;
}

.product--course .product__discounts,
.product--course .product__variants{
    display: none;
}
.product--course .product__prices div {
    margin-bottom: 0;
}
.product--course .product__prices {
    margin-top: 0;
    text-align: center;
    padding: 10px 0 0;
}
.product--course .product__prices .product__discount {
    display: block;
    font-size: 12px;
}
.product--course .product__add-to-cart{
    border-top:none;
    display: none;
}

.product-course-data {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}
.product-course-data div.data{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
    min-width: 32%;
}
.product-course-data i{
    font-size: 24px;
    color: #838c95;
    margin-bottom: 1px;
}
.product-course-data i.fa-list-ul{
    transform: rotate(180deg);
    font-size: 22px;
    height: 24px;
}
.product-course-data span{
    font-size: 12px;
    color:#6f7881;
}
.product-course-data small,
.product-course-data b {
    /*text-align: center;*/
    font-weight: 700;
    color:#383d48;
    line-height: 28px;
}
.product-course-data b {
    font-family: EstedadFD,sans-serif;
    font-size: 14px;
}
.product-course-data small{
    font-size: 12px;
}

.product-course-data .status{
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #856404;
}
.product-course-data .status div{
    display: flex;
    flex-direction: column;
    text-align: right;
}
.product-course-data .status i {
    font-size: 30px;
    color: #856404;
    padding-left: 10px;
    padding-top: 8px;
}
.product-course-data .status span,
.product-course-data .status small{
    color: #856404;
}

.box-course{
    position: relative;
}

.box.box-about-teacher {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px !important;
}
.box-about-teacher .logo-teacher{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.box-about-teacher > a{
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #383d48;
}
.box-about-teacher .about-teacher{
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 25px 0 10px;
    margin-top: 10px;
}
.box-about-teacher .about-teacher h5{
    padding: 2px 5px;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    color: #bababa;
    background-color: #ffffff;
}

.box-about-teacher .about-teacher p {
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    color: #6f7881;
    margin: 0;
}

.box-about-teacher .connection-teacher {

}
.box-about-teacher .connection-teacher a {
    font-size: 14px;
    width: 100%;
    line-height: 20px !important;
    color: #383d48;
    background-color: #e4e4e4;
    border-color: #eaeaea;
    padding: 10px;
    display: inline-block;
}
.box-about-teacher .connection-teacher a:hover {
    background-color: #eaeaea;
}
.box-about-teacher .connection-teacher a span {
    font-size: 11px;
    width: 100%;
    white-space: normal;
    line-height: 20px !important;
    display: inline-block;
    font-weight: normal;
    text-align: right;
    padding-top: 10px;
}


/* shortcodes ib */
.ib-header {
    background: #efefef;
    padding: 80px 0 !important;
}
.ib-header-img{
    padding-top: 40px;
}
.ib-header-img img{
    width: 900px !important;
    max-width: 900px;
    border: 6px solid #353535;
    border-radius: 10px;
}
.ib-header-img .ApImage{
    overflow: visible !important;
}
.ib-header-text {
    padding-left:30px ;
}
.ib-header-text .ApHtml{
    box-shadow: none !important;
}
.ib-header-text .btn {
    margin-left: 10px;
}
.ib-header-text .btn-lg{
    font-size: 18px;
    font-weight: 300;
    padding: 10px 29px;
}
.ib-header-text .btn-outline-secondary {
    font-size: 15px;
    font-weight: 200;
    color: #353535;
    padding: 12px 30px;
}
.ib-header-text .btn-outline-secondary:hover {
    color: #fff;
}

.ib-icon {
    display: flex;
    margin-bottom: 20px;
}
.ib-icon span {
    font-weight: bold;
    padding-right: 5px;
}
.ib-icon .icon-invoice {
    background-image: url(../img/icon-invoice.png);
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.ib-heading {
    margin-bottom: 20px;
}
.ib-heading h1 {
    font-size: 48px;
    line-height: 1.5;
    color: #353535;
    font-weight: 550;
}

.ib-text {
    font-size: 15px;
}


.ib-offer {
    padding: 30px 0 !important;
    background-color: #faffda;
    border:5px solid #353535;
    border-right: none;
    border-left: none;
}
.ib-offer .product__discounts,
.ib-offer .product__variants,
.ib-offer .wishlist{
    display: none !important;

}
.ib-offer .product__add-to-cart{
    border-top: none;
    padding-top: 0;
}
.ib-offer .product__actions{
    display: flex;
    justify-content: flex-end;
}
.ib-offer .product__quantity .add {
    margin-left: 0;
}
.ib-offer .product__actions .add-to-cart {
    height: 43px;
    font-size: 16px;
    font-weight: 700;
    background-color: #f16c03;
    border-color: #f16c03;
}
.ib-offer .product__actions .add-to-cart:hover,
.ib-offer .product__actions .add-to-cart:active,
.ib-offer .product__actions .add-to-cart:focus {
    background: #da4a09;
    border-color: #da4a09;
}

.ib-offer .prices__wrapper {
    align-items: flex-end !important;
    margin-bottom: 20px;
}
.ib-offer .product__prices .product__discount {
    display: block;
    color: #5e5e5e;
}
.ib-offer .product-actions__quantity {
    display:none;
}
.ib-offer .wishlist-button-product {
    display:none;
}
.ib-offer .social-sharing {
    justify-content: flex-end;
}
.ib-offer .social-sharing > span {
    display: none;
}
.ib-offer .product__discount-percentage {
    font-weight: 500;
    border-radius: 5px;
    background: #353535;
    color: #fff;
    margin: 0;
}
.ib-offer .has-discount .product-price {
    color: #353535 !important;
}

.ib-offer-left {
    display: flex;
    flex-direction: column;
    align-items: last baseline;
}
.ib-offer-left .leo-more-cdown{
    padding: 10px;
    border: 5px solid #353535;
    border-radius: 5px;
    margin-bottom: 10px;
}
.ib-offer-left  .leo-more-cdown ul{
    padding: 0 !important;
}

.ib-offer .product__actions .add-to-cart {
    background-color: #ff5f50;
    border-color: #ff5f50;
}
.ib-offer .product__actions .add-to-cart:hover,
.ib-offer .product__actions .add-to-cart:active,
.ib-offer .product__actions .add-to-cart:focus {
    background: #da4a09;
    border-color: #da4a09;
    color:#fff;
}

.ib-offer-right {
    display: flex;
    align-items: center;
}
.ib-offer-badge img{
    max-width: 200px;
}
.ib-offer-text ul{
    margin-bottom: 0;
}
.ib-offer-text li{
    color:#353535;
    font-weight: 300;
    position: relative;
    padding: 6px 35px 6px 6px;
}
.ib-offer-text li a,
.ib-offer-text li b{
    font-weight: 600;
    color: #42480c;
}
.ib-offer-text li .off-badge{
    font-weight: 600;
    background: #353535;
    color: #ffd900;
    display: inline-block;
    padding: 0 5px;
    border-radius: 5px;
}
.ib-offer-text li .off-badge-2{
    font-weight: 600;
    background: #353535;
    color: #ff5f50;
    display: inline-block;
    padding: 0 5px;
    border-radius: 5px;
}

.ib-list-icon ul{
    margin-bottom: 0;
}
.ib-list-icon {
    list-style: disc;
    padding-right: 29px;
}
.ib-list-icon li{
    color:#111;
    font-weight: 300;
    position: relative;
    padding: 6px;
}

.ib-list-icon li::before {
    font: normal normal normal 23px/1 "Font Awesome 5";
    /*content: "\f137" !important;*/
    color: #353535;
    height: auto !important;
    width: auto !important;
    background: transparent !important;
    position: absolute;
    right: 0;
    top: 8px;
}
.ib-list-icon li b,
.ib-list-icon li a{
    font-weight: 600;
    color: #501e65;
}
.ib-list-icon li .off-badge{
    font-weight: 600;
    background: #353535;
    color: #ffd900;
    display: inline-block;
    padding: 0 5px;
    border-radius: 5px;
}
.ib-list-icon li .off-badge-2{
    font-weight: 600;
    background: #353535;
    color: #ff5f50;
    display: inline-block;
    padding: 0 5px;
    border-radius: 5px;
}

.page-invoicebuilder .modal-body {
    padding: 0;
    border: 10px solid #353535;
}
.page-invoicebuilder ul.checklist li::before,
.page-invoicebuilder .noteBox.checklist ul li::before {
    color: #353535;
}

/* change color
 *
 *
501e65 = بنفش
سبز = c0cf40


رنگ اصلی متن ها و هدر - خاکستری
بوردرها
353535

متون بولد و لینک - سبز پررنگ
42480c

بک گراند
سبز کمرنگ = faffda
efefef
fff
eee


ffd900 = زرد
ff5f50 = صورتی
*/
.ib-header {
    background: #efefef;
}
.ib-heading h1 {
    color: #353535;
}
.ib-header-img img {
    border-color: #353535;
}

.ib-offer {
    background-color: #ffe6e4;
    border-color: #353535;
}
.ib-header .btn-success {
    color: #fff;
    background-color: #ff5f50;
    border-color: #ff5f50;
}
.ib-offer .has-discount .discount {
    background: #353535;
    color: #fff;
}
.ib-offer-text li::before {
    color: #353535;
}
.ib-offer-text li {
    color: #353535;
}
.ib-offer-text li b,
.ib-offer-text li a {
    color: #a43b31;
}
.ib-offer-text li .off-badge {
    background: #353535;
    color: #ffd900;
}
.ib-offer-text li .off-badge-2 {
    background: #353535;
    color: #ff5f50;
}

.ib-list-icon li::before {
    color: #353535;
}
.ib-list-icon li {
    color: #111;
}
.ib-list-icon li b,
.ib-list-icon li a {
    color: #a43b31;
}
.ib-list-icon li .off-badge {
    background: #353535;
    color: #ffd900;
}
.ib-list-icon li .off-badge-2 {
    background: #353535;
    color: #ff5f50;
}

.ib-box-1 .ib-box-header h2 span{
    color: #ff5f50;
}
.ib-box-1 .ib-box-header h2 {
    color: #353535;
}

@media (max-width: 575px) {
    #openChat {
        margin-top: 10px;
        display: inline-block;
    }
    .ib-offer-right {
        flex-direction: column;
    }
    .page-invoicebuilder .modal-dialog {
        max-width: 800px;
    }
}



/* shortcode reset */
.shortcode h2, .shortcode h3, .shortcode h4, .shortcode h5 {
    border-right: none;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.shortcode li.nav-item {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.shortcode li.nav-item::before {
    display: none;
}

.shortcode{
    padding-top: 40px;
    padding-bottom: 60px;
}
.shortcode__header{
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px;
}
.shortcode__header h2{
    font-size: 30px;
    font-weight: 700;
    max-width: 700px;
    display: inline-block;
    line-height: 1.5;
}
.shortcode__header h2 span{
    color: #42480c;
}

.shortcode__icons{
    display: flex;
    justify-content: space-around;
}
.shortcode-icon{
    text-align: center;
    padding: 30px 50px;
}
.shortcode-icon__svg{
    padding:30px;
    display: flex;
    justify-content: center;
    line-height: 1;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center;
    position: relative;
}
.shortcode-icon__title{
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
}
.shortcode-icon__text {
    font-size: 15px;
    line-height: 2;
}
.shortcode-icon__svg svg{
    max-width: 250px;
}

.shortcode-tab {
    color: #353535;
    padding-bottom: 160px;
    padding-top: 60px;
}
.shortcode-tab .shortcode__header h2{
    color: #353535;
}
.shortcode-tab .ApColumn {
    padding: 0 40px !important;
    background-color: #eee;
}
.shortcode-tab .nav-tabs {
    border: none !important;
    align-self: flex-start;
}
.shortcode-tab .nav-tabs > li {
    margin-bottom: 40px;
    width: 100%;
}
.shortcode-tab .nav-tabs > li button{
    padding: 15px 28px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    text-align: right;
}
.shortcode-tab .nav-tabs > li button:hover,
.shortcode-tab .nav-tabs > li button:focus {
    border-color: #454545 !important;
    color: #454545 !important;
    border-radius: 5px !important;
}
.shortcode-tab .nav-tabs .nav-link.active {
    border-radius: 5px;
    background-color: transparent;
    font-weight: 600;
    border: 2px solid #ff5f50 !important;
    color: #ff5f50 !important;
}
.shortcode-tab .tab-content {
    padding-right: 100px;
}
.shortcode-tab .tab-content .block_content {
    padding: 0 0 50px 50px;
}
.shortcode-tab .block_content p{
    line-height: 2;
}
.shortcode-tab .ApTabs > .block_content {
    display: flex;
    justify-content: space-between;
}

.shortcode-accordion .accordion-header{
    padding-left: 10px;
    padding-right: 10px;
}
.shortcode-accordion .accordion-item{
    margin-bottom: 1.5rem;
    background-color: rgb(235 235 235 / 1);
    border-radius: 15px !important;
}
.shortcode-accordion .accordion-button {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgb(38 44 0 / 1);
    border-radius: 15px !important;
    background-color: rgb(235 235 235 / 1);
}
.shortcode-accordion .accordion-body {
    line-height: 2;
}
.shortcode-accordion .table {
    background-color: white;
    max-width: 80%;
    margin:20px auto;
}
.shortcode-accordion th,
.shortcode-accordion td{
    text-align: center;
}

.box-player {
    margin-right: -10px;
    padding: 0 !important;
}

@media (max-width: 575px) {
    .shortcode__icons {
        flex-direction: column;
    }
    .shortcode-tab .tab-content {
        padding-right: 0;
    }
    .shortcode-tab .tab-content .block_content {
        padding: 0 !important;
    }
    .shortcode-tab .ApTabs > .block_content {
        display: block;
    }
    .shortcode-tab .nav-tabs > li {
        margin-bottom: 10px;
    }
    .shortcode-tab .nav-tabs > li button {
        padding: 10px 15px;
    }

    .shortcode-accordion .table {
        max-width: 80%;
        font-size: 14px;
    }
}

/* product free */
.product-id-26 .product__discounts,
.product-id-26 .product__add-to-cart,
.product-id-26 .product__prices,
.product-id-9 .product__discounts,
.product-id-9 .product__add-to-cart,
.product-id-9 .product__prices {
    display: none !important;
}
.product-miniature[data-id-product="9"] .product-miniature__prices,
.product-miniature[data-id-product="9"] form{
    display: none !important;
}

/* formbuilder */
#psyformbuilder {
  padding: 40px;
}
#psyformbuilder h4{
    font-size: 2rem;
    margin-bottom: 50px;
}
#psyformbuilder .form-group {
    margin-bottom: 20px;
}
#psyformbuilder ul {
  list-style: disc;
  padding-right: 2rem;
}
#psyformbuilder li {
    margin: 0;
    padding: 0;
    line-height: 2;
}

/* responsive */
@media(min-width:767px) {
    #_desktop_search {
        position: fixed;
        right: calc( 50% - 250px);
        top: -150px;
        z-index: 100000;
        opacity: 0;
        transition: opacity 1s ease;
    }

    #_desktop_search.search_active {
        opacity: 1;
        top: 40px;
    }

    .js-search-input {
        padding: 10px 20px;
        border-radius: 10px;
        min-width: 500px;
    }

    #search_widget .search {
        color: var(--wa-drab-dark);
        font-size: 40px;
    }

    .search__offcanvas .offcanvas-header {
        padding: 3rem 1rem;
    }
}
@media(max-width:767px){
    #lnk-6, #lnk-5 {
        display: block;
    }

    .header-bottom__row {
        padding: 10px 10px;
    }
    .featured-products {
        margin-top: 0;
    }
    .ratio-homeSlider{
        min-height: 100px;
    }

    .product__col__head {
        flex-direction: column;
    }

    .header-top{
        padding-top: 0;
    }
    .header-bottom{
        margin-bottom: 0;
        padding-bottom: 0;
        background: #fff !important;
    }
    .header-block__action-btn {
        padding: 8px;
    }
    .header-block__icon {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .header-bottom__left .logo {
        margin-right: 0;
    }

    .product--course #description {
        padding: 1rem .5rem .5rem !important;
    }
    .course .course-chapters .lessons-list li {
        padding: .75rem .5rem;
    }
    .course .course-chapters .lessons-list li .lesson-number {
        margin-left: 5px;
        position: absolute;
    }
    .course .course-chapters .lessons-list li .lesson-title-content {
        width: 100%;
        display: inline-block;
        font-size: 14px;
        padding-right: 48px;
    }
    .course .course-chapters .lessons-list li .lesson-badges {
        float: none;
        justify-content: flex-end;
        width: 100%;
    }
    .course .course-chapters .lessons-list li .lesson-number {
        margin-left: 5px;
        position: absolute;
        line-height: 39px;
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .accordion-flush .accordion-collapse {
        padding-right: 20px;
        padding-left: 20px;
    }
    .prestayar-desc li, .rich-text li {
        margin: 0 10px;
    }

    .category-tree {
        display: none;
    }
}

/* leo menu */
.leo-megamenu {
    margin-bottom: 0;
}
.leo-megamenu .nav-item {
    margin-left: 30px !important;
}
.leo-megamenu .navbar-header {
    display: none;
}
@media(min-width:767px) {
    .leo-megamenu .megamenu {
        flex-direction: row;
    }
}


.page-home > .row.ApRow {
    margin-top: 120px;
    --bs-gutter-x: 0;
}

.featured-products {
    margin-top: 60px;
}

/* campaign active 5 old */
#index .header {
    --header-bg: #f5f6f7;
    --header-top-bg: #f5f6f7;
}


/** leo-more-cdown **/
.leo-more-cdown {
    font-family: EstedadFD,sans-serif;
    margin-bottom: 20px;
}
.leo-more-cdown .day {
    color: #bf9a61; }
.leo-more-cdown ul {
    margin: 0;
    float: right;}
.leo-more-cdown ul li {
    display: inline-block;
    font-size: 12px;
    background-color: #f7f7f7;
    padding: 0;
    min-width: 40px;
    text-align: center;
    position: relative;
    z-index: 0;
    float: left;
    margin-right: 5px; }
.rtl .leo-more-cdown ul li {
    margin-left: 5px;
    margin-right: inherit; }
@media (max-width: 1199px) and (min-width: 992px) {
    .leo-more-cdown ul li {
        min-width: 38px;
        margin-right: 3px; }
    .rtl .leo-more-cdown ul li {
        margin-left: 3px;
        margin-right: inherit; } }
.leo-more-cdown ul li:before {
    z-index: -1;
    position: absolute;
    content: "";
    top: 20px;
    width: 100%;
    height: 2px;
    background-color: #ebebeb;
    left: 0; }
.rtl .leo-more-cdown ul li:before {
    right: 0;
    left: auto; }
.leo-more-cdown ul li b {
    display: block;
    padding: 12px 0;
    font-size: 14px;
    color: #010101; }
.leo-more-cdown ul li span {
    border: 2px solid #ebebeb;
    background-color: #FFF;
    display: inline-block;
    width: 100%;
    padding: 3px 0;
    font-size: 11px;
    color: #bbbbbb; }
@media (max-width: 1199px) and (min-width: 992px) {
    .leo-more-cdown ul li span {
        font-size: 10px; } }

.lof-labelexpired {
    display: none;
}

.box-course-data .leo-more-cdown {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.box-course-data .leo-more-cdown ul {
    float: none;
}

/* ticket */

.new-ticket-help {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0 21px;
}
.new-ticket-help ul {
    margin-top:0;
    margin-bottom:0;
}
#accordionTicketNew .accordion-header {
    background: #f5f5f5;
}
#accordionTicketNew .accordion-item .accordion-button {
    background: transparent;
}
#psfticket_quick_access .quick_access_type {
    box-shadow: none;
    border: 1px solid #ddd;
    gap: 10px;
}
#psfticket_quick_access .quick_access_type:hover {
    background-color: #f5f5f5;
}

#psy-login-modal .modal-content button.close {
  display: flex;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: none;
  background: #ddd;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 10px;
  align-self: end;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        width: 1280px;
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        width: 1360px;
        max-width: 100%;
    }
}
.social-sharing {
  display: none;
}
.product__discount-amount {
     display: none; 
}
.product-miniature .product-miniature__regular-price {
  font-size: 80%;
}
.product-miniature .product-miniature__price {
  font-size: 110%;
}


.category-id-11 #left-column {
  display: none;
}
.category-id-11 #content-wrapper {
  padding-bottom: 4rem;
  width: 100%;
}

.lang-rtl .fancybox-next {
    right: auto;
    left: 0;
}
.lang-rtl .fancybox-next span {
    right: auto;
    left: 10px;
    background-position: 0 -36px;
}

.lang-rtl .fancybox-prev {
    left: auto;
    right: 0;
}

.lang-rtl .fancybox-prev span {
    right: 10px;
    left: auto;
    background-position: 0 -72px;
}


.ps-bundles-section {
  padding: 122px 0px 0px;
}

.ps-bundles-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.ps-bundles-heading {
  text-align: right;
}

.ps-bundles-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(134, 146, 42, 0.12);
  color: #6f7a20;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.ps-bundles-title {
  margin: 0;
  color: #1f2933;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.ps-bundles-subtitle {
  margin: 10px 0 0;
  color: #4b5563;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.ps-bundles-subtitle strong {
  color: #86922a;
  font-weight: 900;
}

.ps-bundles-link {
  min-height: 38px;
  padding: 7px 16px;
  border-radius: 10px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.7);
  color: #7b8426;
  border-color: rgba(134, 146, 42, 0.28);
}

.ps-bundles-link:hover  {
  background: #86922a;
  color: #fff;
}

@media (max-width: 991px) {
  .ps-bundles-section {
    padding: 40px 18px 24px;
  }

  .ps-bundles-header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 22px;
  }

  .ps-bundles-title {
    font-size: 26px;
  }

  .ps-bundles-subtitle {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .ps-bundles-section {
    padding: 32px 14px 20px;
  }

  .ps-bundles-title {
    font-size: 22px;
  }

  .ps-bundles-kicker {
    font-size: 12px;
  }

  .ps-bundles-link {
    width: 100%;
  }
}


#index .ApImage a img {
  filter: saturate(0.72) contrast(0.96) brightness(1.02);
    border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(31, 41, 51, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}



#index .ApImage a:hover img{
  filter:none;
    transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(31, 41, 51, 0.09);
}




.ps-home-section {
  direction: rtl;
  padding: 86px 0 0;
}

.ps-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.ps-section-heading {
  text-align: right;
}

.ps-section-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(134, 146, 42, 0.12);
  color: #6f7a20;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.ps-section-title {
  margin: 0;
  color: #1f2933;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.ps-section-subtitle {
  margin: 10px 0 0;
  color: #4b5563;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.ps-section-subtitle strong {
  color: #86922a;
  font-weight: 900;
}

.ps-section-link {
  min-height: 38px;
  padding: 7px 16px;
  border-radius: 10px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.7);
  color: #7b8426;
  border-color: rgba(134, 146, 42, 0.28);
}

.ps-section-link:hover {
  background: #86922a;
  color: #fff;
}

@media (max-width: 991px) {
  .ps-home-section {
    padding: 40px 18px 24px;
  }

  .ps-section-header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 22px;
  }

  .ps-section-title {
    font-size: 26px;
  }

  .ps-section-subtitle {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .ps-home-section {
    padding: 32px 14px 20px;
  }

  .ps-section-title {
    font-size: 22px;
  }

  .ps-section-kicker {
    font-size: 12px;
  }

  .ps-section-link {
    width: 100%;
  }
}


.product-miniature img,
.js-product-miniature img {
  filter: saturate(0.9) contrast(0.98);
}

.product-miniature:hover img,
.js-product-miniature:hover img {
  filter: saturate(1) contrast(1);
}

.product-miniature .product-miniature__title{
  min-height: 52px;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.all-product-link {
  display: none;
}