<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*#region Shared*/
html {
    background-color: #fff;
}

:root {
    --color-green: #8daf3d;
    --primary: #00b0bf;
    --as-color: #00a3b1;
    --primary: #f25022;
    --ac-color: #f25022;
    --al-main-color: #01a4ef;
    --vh: calc(100vh - 1px);
    --hh: 65px;
    --primary: #1fb69b;
    --offer: #f5f2ee;
    --discount: #ef394e;
    --black: #000;
    --white: #fff;
    --gray: #eee;
}

.green {
    border-bottom: 1px solid #7fa032 !important;
    color: #7fa032 !important;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

/* Change the white to any color */
input: -webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.wallet-icon {
    width: 27px !important;
    height: 20px !important;
    margin-left: 12px;
    border-radius: unset !important;
}

.club-icon {
    width: 30px !important;
    height: 30px !important;
    margin-left: 10px;
}

.club-icon-small {
    width: 30px !important;
    height: 27px !important;
    margin-left: 5px;
}

.input-group {
    padding: 0;
}

.line-horizontal {
    border: 0;
    height: 1px;
    margin: 8px;
    background-image: linear-gradient(90deg,transparent,rgba(31,31,0,.4),transparent);
}

@media (max-width: 992px) {
    #user-status {
        min-width: unset;
        max-width: 350px !important;
    }

    /*.input-group {
        min-width: unset;
        max-width: 350px !important;
    }*/
}

@media (max-width:768px) {

    .top-banner {
        height: 33px;
    }

    #user-status {
        max-width: 461px !important;
    }

    /*.input-group {
        max-width: 461px !important;
    }*/

    .input-group-text {
        margin-right: -10px;
        padding-right: 12px;
    }

    .input-group-text {
        padding-right: 12px;
    }
}

@media (max-width:550px) {
    #user-status {
        max-width: 415px !important;
    }
}

@media (max-width:410px) {
    #user-status {
        max-width: 390px !important;
    }
}

@media (max-width:460px) {
    /*.input-group {
        max-width: 320px !important;
    }*/
}


@media (max-width:320px) {
    #user-status {
        max-width: 200px !important;
    }
}

/*#region Color*/

.as-color-primary {
    color: var(--primary);
}

.as-bg-color-primary {
    background-color: var(--primary);
}

/*#endregion*/
/*#region 3dots*/
.dot {
    background-color: var(--gray);
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    display: inline-block;
}

.text-overflow-ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ar-box-left {
    display: flex;
    align-items: center;
    width: 100%;
}

    .ar-box-left span i {
        margin-left: 5px;
    }

.snippet {
    padding-right: 25px;
}

.dot-elastic {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #ffc107;
    color: #ffc107;
    animation: dotElastic 1s infinite linear;
}

    .dot-elastic::before, .dot-elastic::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
    }

    .dot-elastic::before {
        left: -12px;
        width: 8px;
        height: 8px;
        border-radius: 5px;
        background-color: #ffc107;
        color: #ffc107;
        animation: dotElasticBefore 1s infinite linear;
    }

    .dot-elastic::after {
        left: 12px;
        width: 8px;
        height: 8px;
        border-radius: 5px;
        background-color: #ffc107;
        color: #ffc107;
        animation: dotElasticAfter 1s infinite linear;
    }

@keyframes dotElasticBefore {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1.5);
    }

    50% {
        transform: scale(1, 0.67);
    }

    75% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes dotElastic {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1, 1.5);
    }

    75% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes dotElasticAfter {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1, 0.67);
    }

    75% {
        transform: scale(1, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

.ar-modal {
    background-color: #fff !important;
}

    .ar-modal .modal-header .btn-close {
        margin: unset !important;
    }

    .ar-modal .modal-body {
        height: 500px;
        overflow-y: scroll;
        padding: 30px 30px 0;
        display: inline-block;
        position: relative;
    }

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/*#region Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/*#endregion*/

/*#region Handle */
::-webkit-scrollbar-thumb {
    background: #e4e4e4;
}

    /*#endregion*/

    /*#region Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #ccc;
    }

/*#endregion*/

.ar-modal-dialog {
    min-width: 700px;
}

.modal-botton {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    left: 15px;
    padding: 15px 0;
    background-color: #fff;
}

.modal-btn-cancel a, .modal-btn-received a {
    line-height: 35px;
    padding: 0 20px;
    display: inline-flex;
    border-radius: 8px;
    color: #fff;
}

.modal-btn-cancel a {
    color: #f25022;
    border: 1px solid #f25022;
}

.modal-btn-received a {
    background-color: #00b0bf;
    margin-left: 15px;
}

.ac-page-title2 {
    margin-bottom: 36px;
}

.as-reward-slider .ar-category-item {
    height: 100% !important;
}

.ar-category-item {
    text-align: center;
    background-color: #f0f0f1;
    border-radius: 8px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
}

.ar-category-item2 {
    text-align: center;
    background-color: #f0f0f1;
    border-radius: 8px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
}

.ar-category-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ar-category-item2 a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ar-category-pic {
    margin: 10px auto 10px;
    padding: 0 15px;
    height: 100px;
}

    .ar-category-pic img {
        width: 100%;
        height: 100%;
    }

.product {
    padding: 15px 0;
    margin: 0 0 5px 0;
}

.ar-category-title span {
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .responsive {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .ar-category.d-block .row.responsive {
        flex-direction: row !important;
    }

    .ac-add-filter span:after {
        content: "\f0d7";
        color: #454441 !important;
        font-size: .8rem !important;
    }

    .ar-category-pic {
        height: 70px;
    }
}

.ac-title-home {
    font-family: iranyekan, roboto, Arial !important;
    font-size: 1.4rem;
}

.header-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .header-title a {
        display: flex;
        align-items: center;
        color: var(--main-color);
    }

        .header-title a i {
            margin-right: 8px;
        }

@media (max-width: 768px) {
    .ar-modal-dialog {
        min-width: 560px;
    }
}

@media (max-width: 576px) {
    .ar-modal-dialog {
        min-width: 400px;
    }
}

@media (max-width: 400px) {
    .ar-modal-dialog {
        min-width: 335px;
    }
}

tr td p {
    margin-top: 1rem;
}

/*#endregion*/

/*#region dot-loader*/
.dot-loader {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 3px;
    background: #9e9e9e;
    animation: wave 0.7s linear infinite;
}

#wave-loader .second-dot {
    animation-delay: -0.6s;
}

#wave-loader .third-dot {
    animation-delay: -0.5s;
}

@keyframes wave {
    0%, 60%, 100% {
        transform: initial;
    }

    30% {
        transform: translateY(-10px);
    }
}

@media (min-width: 992px) {
    #preloader-wave #wave-loader .dot-loader {
        width: 10px;
        height: 10px;
    }
}

/*#endregion*/

/*#region layout*/

/*#region general*/

/*#region color*/
.as-green,
.as-green:hover {
    color: #3ac495;
}

.as-gold {
    color: #ca9e41;
}

.as-blue,
.as-blue:hover,
.as-blue:nth-child(n),
.as-blue:nth-child(n):nth-child(n) {
    color: #00b0bf;
}

.as-yellow,
.as-yellow:hover {
    color: #eeba3b !important;
}

/*#endregion*/

body {
    direction: rtl;
    font-family: 'IRANSans', IRANSans, Tahoma !important;
    padding: 0;
    background: #f5f2ee;
    margin: 0;
    text-align: right;
}

header.fixed-top ~ div.body-content {
    margin-top: var(--hh);
}

.body-content {
    min-height: 419px;
    background: #fff;
}

    .body-content &gt; .container {
        padding: 10px 15px;
    }

body.height-fix {
    /* display: flex;
    flex-direction: column;
    height: 100vh;*/
    position: fixed;
    left: 0;
    right: 0;
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: calc(100% - 180px);
    }

        .container .row {
            margin-left: -5px;
            margin-right: -5px;
        }

    #ac-sign-in-up-form .container .row {
        margin-left: -10px;
        margin-right: -5px;
    }

    .container .margin-row {
        margin-left: -11px !important;
        margin-right: -10px !important;
    }

    .container .row .row :not(#profile-page) .container .row .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 992px) {
    #mobile-header .as-account i {
        margin: 0 !important;
        font-size: 2.2rem !important;
        line-height: 1.3;
    }

    .as-thumbnail .as-product-img img {
        width: 100% !important;
        height: 50% !important;
        object-fit: contain !important;
    }

    .navigation-part.user {
        margin-right: 0 !important;
    }

    #profile-page .as-filled, #profile-page .snippet {
        margin: 0 !important;
    }

    #profile-page #person-identity span, .bg-success-transparent header span, .bg-secondary-transparent header span, .bg-info-transparent header span, .bg-danger-transparent header span {
        width: 75% !important;
    }

    .navigation-part.club .club-icon {
        margin-left: 0 !important;
    }

    #login-page .row {
        margin: auto !important;
    }

    .body-content.ar-margin-top-130 {
        margin-top: 0px !important;
    }

    .body-content.ar-margin-top-170 {
        margin-top: 0px !important;
    }

    .body-content.ar-margin-top-184 {
        margin-top: 0px !important;
    }

    .body-content.ar-margin-top-74 {
        margin-top: 0px !important;
    }

    .row {
        width: -webkit-fill-available;
    }
}

/*h1, h2, h3, h4, h5, h6 {
    font-family: 'IRANSans', IRANSans, Tahoma !important;
    color: #7d7b77;
}*/

ul {
    list-style: none;
}

a {
    text-decoration: none !important;
    cursor: pointer;
    color: inherit;
}

    a.auth:hover,
    a:focus,
    a:active {
        color: unset;
    }

    a.disabled {
        cursor: default;
        pointer-events: none;
    }

.en-font {
    font-family: 'Times New Roman', Times, serif !important;
}

p {
    text-align: justify;
    /*word-wrap: break-word;*/
    word-break: break-word;
    white-space: normal;
    line-height: 28px;
}

hr {
    margin: 0px;
}

.as-alt-bg {
    background-color: var(--offer);
}

.as-white-bg {
    background: #fff;
}

.as-light-blue-bg {
    background-color: rgb(255, 245, 158) !important;
}

.as-yellow-bg {
    background-color: rgb(129, 223, 235) !important;
}

.as-green-blue-bg {
    background-color: rgb(1, 149, 135) !important;
}

.as-orange-bg {
    background-color: rgb(248, 150, 55) !important;
}

.as-red-bg {
    background-color: rgb(169, 1, 50) !important;
}

.as-body-overlay {
    z-index: 10000;
    position: fixed;
    left: 50%;
    top: 2%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    color: #f9f9f9;
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.4);
}

.warning-color {
    color: yellowgreen;
}

    .warning-color a,
    .warning-color a:focus,
    .warning-color a:hover {
        color: yellowgreen !important;
    }

.as-devider {
    height: 1px;
    background-color: #e2e2e2;
    margin: 9px 0;
}

.no-margin {
    margin: 0px;
}

.form-control {
    resize: none;
}

    .form-control:focus {
        border-color: #a9aeb3;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.form-inline {
    margin-bottom: 20px;
}

    .form-inline .form-control {
        margin-bottom: 0px;
    }

    .form-inline .form-group:not(:last-of-type) {
        margin-left: 10px;
    }

.col .row {
    margin: 0 !important;
}

.as-load-more {
    text-align: center;
}

    .as-load-more i {
        font-size: 40px;
        color: #81becf;
        cursor: pointer;
    }

        .as-load-more i.fg-spinner {
            font-size: 30px;
        }

        .as-load-more i:hover {
            font-weight: bold;
        }

.as-dotdotdot {
    word-break: break-word;
}

.tooltip {
    font-family: 'IRANSans', IRANSans, Tahoma;
}

.as-border-blue {
    border-color: #00b0bf !important;
}

.as-disable:disabled {
    border: 1px solid #ccc;
    background-color: #eee;
    color: #7d7b77;
    pointer-events: none;
}

.as-text-link {
    color: #00b0bf;
}

    .as-text-link:hover {
        color: #942e77;
    }

.as-avoid-clicks {
    pointer-events: none;
}

.as-msg-box {
    margin: auto;
    padding: 25px 60px 15px 60px;
    text-align: center;
    margin-top: 100px;
    background-color: #f9f9f9;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px #ddd !important;
    -moz-box-shadow: 0 0 20px #ddd !important;
    box-shadow: 0 0 20px #ddd !important;
}

    .as-msg-box .fg-done-outline {
        color: #64c85f;
    }

    .as-msg-box .fg-warning {
        color: #eac86b;
    }

    .as-msg-box .fa {
        margin-left: 5px;
    }

.as-disabled {
    cursor: default !important;
    color: rgba(140, 140, 140, 0.8);
}

    .as-disabled p {
        cursor: default !important;
    }

.as-cursor-pointer {
    cursor: pointer;
}

.input-group-text .sr-only {
    position: absolute;
    width: 100%;
    height: 100%;
    color: transparent;
}

.as-captcha-container {
    margin: 5px 0;
    direction: ltr;
    align-items: center;
    display: inline-flex;
    border: 1px solid #ced4da;
    border-radius: 6px;
}

    .as-captcha-container input.form-control,
    .as-captcha-container input.form-control:focus {
        display: inline-block;
        padding: 0 7px;
        border: none;
        width: 75px;
        border-radius: 0 6px 6px 0;
        box-shadow: unset;
        border-left: 1px solid #ced4da;
        height: 33px;
        margin-bottom: 0px;
    }

#captcha-image {
    border-radius: 6px 0 0 6px;
    border-right: 1px solid #ced4da;
    height: 33px;
}

#captcha-refresh {
    cursor: pointer;
    font-size: 18px;
    margin: 0 10px;
    color: #989898;
}

.iranyekan-font {
    font-family: iranyekan, roboto, Arial !important;
}

#desktop-header .owl-stage {
    /*width: auto !important;*/
}

/*.input-group-text {
    display: grid;
}*/
@media (max-width: 992px) {
    #captcha-image {
        width: unset;
        height: 32px;
    }

    .as-avoid-clicks-mobile {
        pointer-events: none;
    }

    .as-load-more-auto {
        min-height: 40px;
    }

        .as-load-more-auto .fg-arrow-drop-down {
            display: none !important;
        }
}

@media (max-width: 768px) {
    .body-content &gt; .container {
        padding: 5px 15px;
    }
}

.d-ltr {
    direction: ltr !important;
}

/*#endregion*/

/*#region button*/

.as-btn {
    position: relative;
    line-height: 33px;
    width: 100px;
    text-align: center;
    display: inline-block;
    outline: none;
    border-style: none;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: #fff;
    width: auto;
    border-radius: 5px;
}

    .as-btn:hover,
    .as-btn:focus,
    .as-btn:active {
        color: #fff;
        background: var(--primary);
        outline: none;
        border-color: var(--primary);
    }

a.as-btn {
    line-height: 34px;
}

.form-control ~ .as-btn {
    height: 34px !important;
}

.as-sec-btn {
    border: 1px solid var(--primary) !important;
    background-color: #fff !important;
    color: var(--primary) !important;
}

    .as-sec-btn:hover {
        background: var(--primary) !important;
        border: 1px solid var(--primary) !important;
        color: #fff !important;
    }

.as-sec-btn-red {
    border: 1px solid #f32f53 !important;
    background-color: #fff !important;
    color: #f32f53 !important;
}

    .as-sec-btn-red:hover {
        background: #f24c6a !important;
        border: 1px solid #f24c6a !important;
        color: #fff !important;
    }

.as-yellow-btn {
    border: 1px solid #ebc825 !important;
    background-color: #fff !important;
    color: #ebc825 !important;
}

    .as-yellow-btn:hover {
        background: #ebc825 !important;
        border: 1px solid #ebc825 !important;
        color: #fff !important;
    }

.as-simple-btn {
    padding: 5px 15px;
    line-height: 21px;
    font-size: 12px;
    outline: none;
    border-style: none;
    border: 1px solid hsla(0, 0%, 59%, .2);
    border-radius: 5px;
    background-color: #fff;
    color: #7c7c7c;
}

    .as-simple-btn i {
        position: relative;
        top: 1px;
        color: #ef3a73;
    }

.as-btn.as-green-btn {
    border: 1px solid yellowgreen;
    background-color: yellowgreen;
}

    .as-btn.as-green-btn:hover,
    .as-btn.as-green-btn:active,
    .as-btn.as-green-btn:focus {
        background: #8abb27;
    }

.btn-group .btn {
    outline: none;
    color: var(--primary);
    box-shadow: none;
    padding: 0px 6px;
    /*width: 30%;*/
    z-index: 1;
}

    .btn-group .btn:focus,
    .btn-group .btn:active,
    .btn-group .btn:hover {
        outline: none;
        box-shadow: none;
        z-index: 1;
    }

/*    .btn-group .btn.as-count {
        color: black;
        width: 40%;
    }

        .btn-group .btn.as-count i {
            font-style: normal !important;
        }*/

.as-cog-button {
    display: inline-block;
    font-size: 12px;
    border-radius: 5px;
    background-color: #00b0bf;
    color: #fff !important;
    text-align: center;
    width: 22px;
    border-radius: 4px;
    line-height: 18px;
}

    .as-cog-button:hover,
    .as-cog-button:active,
    .as-cog-button:focus {
        color: #fff !important;
        background-color: #00b0bf !important;
        box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    }

    .as-cog-button i {
        position: relative;
        top: 1px;
    }

    .as-cog-button.dropdown-toggle::after {
        display: none;
    }

.as-cog-dropdown {
    border-top: 2px solid #00b0bf;
    min-width: 110px;
    text-align: right;
    margin-top: -1px;
    font-size: 13px;
    right: unset;
    left: unset;
    top: unset;
    bottom: unset;
}

    .as-cog-dropdown a:hover,
    .as-cog-dropdown a:focus {
        background-color: rgba(0, 0, 0, .1);
        color: #000;
    }

    .as-cog-dropdown a {
        padding: 2px 10px;
    }

        .as-cog-dropdown a i {
            position: relative;
            width: 17px;
            text-align: center;
            margin-left: 5px;
            font-size: 15px;
            top: 1px;
        }

@media (max-width: 992px) {

    .as-btn-ease-bg:before,
    .as-btn-ease-bg:after {
        content: none;
    }
}

/*#endregion*/

/*#region tooltip*/

.tooltip-inner {
    white-space: nowrap;
    max-width: none;
}

.as-tooltip + .tooltip &gt; .tooltip-inner {
    background-color: #374a5f;
}

.as-tooltip + .tooltip &gt; .tooltip-arrow {
    border-bottom-color: #374a5f;
}

/*#endregion*/

/*#region header*/

header:not(#profile-page header, #al-profile-page header) {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    display: block;
}

header .header-promos {
    padding: 5px;
    text-align: center;
    background: #374a5f;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.header-promos a,
.header-promos a:hover,
.header-promos a:focus,
.header-promos a:active {
    color: #fff;
    font-size: 11px;
}

.as-header {
    background-image: url('../Images/Shared/Layout-bg.jpg');
    background-repeat: repeat;
    /*-webkit-box-shadow: 0px 4px 7px -4px rgb(218, 218, 218);
    -moz-box-shadow: 0px 4px 7px -4px rgb(218, 218, 218);
    box-shadow: 0px 4px 7px -4px rgb(218, 218, 218);*/
}

#desktop-header {
    /*border-bottom-color: #d8d8d8;*/
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
    color: #374a5f;
}

    #desktop-header .container.as-top-header &gt; div {
        padding: 0px;
    }

.material-icons {
    font-size: 30px;
    color: #777;
}

.as-header-logo {
    /*  margin-left: 10px;
    height: 63px;
    width: 63px;*/
}

    .as-header-logo a {
        position: relative;
        display: inline-block;
        height: 45px;
        width: 45px;
        margin-left: .3em;
    }

    .as-header-logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-height: 63px;
        max-width: 63px;
        transform: translate(-50%, -50%);
    }

.as-store-name-slogan, .as-store-name-slogan:hover, .as-store-personName-slogan, .as-store-personName-slogan:hover {
    cursor: pointer;
    font-family: iranyekan, roboto, Arial !important;
    color: black;
}

.navigation-part a {
    /*font-size: 13px;*/
    color: #374a5f;
    /*padding: 0 5px;*/
}

.navigation-part.social a {
    margin: 0 4px;
    color: #7d7b77;
}

.navigation-icon {
    background-image: url('../Images/Shared/tripleline.svg');
    width: 24px;
    height: 16px;
    display: inline-block !important;
    vertical-align: middle;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: -1px;
}

#mobile-header {
    padding: 5px 0 !important;
    transition: transform .5s;
    box-shadow: 0 0.125rem 0.125rem 0 #0000001a;
}

    #mobile-header .fg-menu, #ac-mobile-header-container .fg-menu {
        font-size: 2.5rem;
        color: #757575;
    }

    #mobile-header .as-search-input {
        width: calc(100% - 100px);
    }

    #mobile-header .as-account, .as-cart {
        display: inline-block;
        text-align: center;
        height: 35px;
        min-width: unset;
        font-size: 1.1rem;
        position: relative;
        direction: rtl;
        color: #525252;
        border-radius: 5px;
        line-height: 42px;
    }

    #mobile-header .as-cart {
        height: 35px;
    }

    #mobile-header .as-account a {
        word-break: break-word;
        color: #525252;
    }

    #mobile-header .as-account i {
        margin: 0px;
        font-size: 1.8rem;
        color: #a5a5a5;
    }

.as-cart i {
    display: block;
    margin-top: 2px;
}

.as-cart-total-count, .as-chat-unSeen-count {
    transform: translate(70%,-50%);
    line-height: 17px;
    top: 0;
    left: 0;
    border-radius: 50%;
    position: absolute;
    background-color: var(--primary);
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation-part.about {
    position: relative;
    top: 6px;
    margin-right: 70px;
}

.as-account {
    position: relative;
}

    .as-account:before {
        content: '';
        position: absolute;
        top: 3px;
        left: 0px;
        height: 22px;
        width: 1px;
        background-color: #d0d0d0;
    }

    .as-account.ar-margin-0:before {
        display: none;
    }

.header-icon.d-flex &gt; div.user {
    padding: 0 10px;
}


@media (min-width: 768px) {
    .vr-md-b {
        position: relative;
        display: flex !important;
        align-items: center;
    }

        .vr-md-b:before {
            content: '';
            position: absolute;
            right: 0px;
            height: 20px;
            width: 1px;
            background-color: #d0d0d0;
        }
}

.navigation-part.club {
    position: relative;
    display: flex;
    height: 35px;
    min-width: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 10px;
}

    .navigation-part.club i {
        font-size: 22px;
        color: #a5a5a5;
    }

.as-star {
    font-size: 15px !important;
    color: #FFF !important;
    padding-left: 5px !important;
}

/*a.navigation-part.club {
        margin: 0 5px;
    }*/
a.navigation-part.club:hover, a.navigation-part.club:focus, a.navigation-part.club:active {
    color: #FFF !important;
}

a &gt; .navigation-part.auth:hover, a &gt; .navigation-part.auth:focus, a &gt; .navigation-part.auth:active {
    color: #000 !important;
}

.navigation-part.auth {
    display: flex;
    position: relative;
    border: 1px solid #e0e0e2;
    border-radius: 5px;
    font-size: 13px;
    height: 35px;
    align-items: center;
}

    .navigation-part.auth i {
        font-size: 22px;
        color: #a5a5a5;
    }

    .navigation-part.auth.dropdown-toggle:after {
        content: "";
        margin-right: 4px;
        border: 5px solid;
        border-color: #2199e8 transparent transparent;
        border-bottom-width: 0;
        border-top-color: hsl(217, 25%, 68%);
    }

.navigation-part.cart a {
    display: inline-flex;
    align-items: center;
    height: 100%;
    justify-content: end;
}

    .navigation-part.cart a i {
        color: #bbb;
        font-size: 28px;
    }

.navigation-part.cart span:not(.as-cart-total-count) {
    margin: 0px 10px;
    color: #00b0bf;
}

#desktop-header .as-search-block {
    width: 20vw;
    min-width: 18vw;
    display: inline-flex;
}

.pl-2 {
    padding-left: 2px;
}

.pr-2 {
    padding-right: 5px;
}

@media screen and (min-width: 991.98px) and (max-width: 1365px) {
    .navigation-part.club, .navigation-part.auth {
        font-size: 12px !important;
    }
}

@media (max-width: 1200px) {

    .as-search-block {
        min-width: 290px;
    }
}
/*#mobile-header-container .row {
    width: unset;
}*/

#mobile-header-container .row .col-2 {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 992px) {
    .as-account:before {
        height: 0;
        width: 0;
    }

    .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow.as-iconic-title div:after {
        display: none !important;
    }

    .as-respansive-btn {
        display: none;
    }

    .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow &gt; div i {
        top: -2px !important;
    }

    .navigation-part.cart span:not(.as-cart-total-count):not(.sr-only) {
        display: none;
    }

    .as-header-logo img {
        margin: 0px;
    }

    .as-search-block {
        min-width: unset;
    }

    .navigation-part.user {
        bottom: 4px;
    }

    .as-store-name-slogan {
        font-size: 15px;
    }

    .as-responsive-icon {
        display: block !important;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .as-profile .body-content .col-md-3 {
        width: unset;
    }

    .as-profile .body-content .col-md-9 {
        width: unset;
    }

    .as-profile .col-sm-5 {
        flex: 0 0 auto;
        width: 41% !important;
    }

    .as-profile .col-md-9 {
        flex: 0 0 59%;
    }
}

@media (max-width: 768px) {
    #mobile-header .navigation-part .submenu {
        display: none;
    }

    .as-header-logo a {
        margin-left: 0;
    }

    .as-profile .col-12 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .as-header-logo img {
        max-height: 40px;
        max-width: 40px;
    }


    .as-account {
        position: relative;
    }

    .is-dropdown-submenu-parent {
        position: relative;
    }
}

@media (max-width: 590px) {

    #mobile-header .as-account, .as-cart {
        width: unset;
        margin-right: 0;
    }

    #mobile-header-container .padding-left {
        padding-left: 0;
    }

    .as-cart i {
        margin-top: 0;
    }

    .as-store-name-slogan, .as-store-name-slogan:hover {
        width: unset;
        font-size: 15px;
    }

    .as-search-block {
        min-width: unset;
    }

    /*.as-store-name-slogan {
        font-size: 1rem;
    }*/
}

.as-top-header {
    height: 75px;
}

/*#endregion*/
/*#region footer*/

footer nav a.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #374a5f;
    white-space: nowrap;
}

    footer nav a.nav-link.active {
        color: #00b0bf;
    }

footer {
    border-top: 1px solid #dbdbdb;
    color: #000;
    background-color: #f3f3f3;
}

    footer .as-links-block {
        text-align: right;
        padding: 15px 0;
    }

.as-footer-container .container .row &gt; div {
    padding: 0px;
}

#footer-links {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin: 15px 0 0;
    font-size: 11px;
    border-top: 1px solid #dbdbdb;
}

#page-links {
    text-align: right;
    padding: 0px;
}

    #page-links span {
        margin: 0 10px;
    }

#social-links {
    text-align: left;
    padding: 0px;
    direction: ltr;
}

    #social-links a {
        margin: 0 6px;
        display: inline-block;
        width: 25px;
        text-align: center;
    }

        #social-links a:last-child {
            margin-left: 0px;
        }

        #social-links a img {
            width: 100%;
            /*-webkit-filter: grayscale(1);
            -moz-filter: grayscale(1);
            -ms-filter: grayscale(1);*/
        }

            #social-links a img:hover {
                transform: scale(1.1) !important;
                -o-transform: scale(1.1) !important;
                -moz-transform: scale(1.1) !important;
                -webkit-transform: scale(1.1) !important;
            }

    #social-links &gt; a:hover,
    #social-links &gt; a:active,
    #social-links &gt; a:focus {
        color: #00b0bf;
    }

footer a:hover,
footer a:focus,
footer a:active {
    color: #374a5f;
}

.as-footer-container {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.as-footer-copy-right {
    padding: 5px 0 5px;
    font-size: 12px;
}

    .as-footer-copy-right .ati-rayan a {
        display: flex;
        flex-direction: column;
        width: fit-content;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin: auto;
    }

    .as-footer-copy-right p {
        display: inline-block;
        margin: 0px;
        font-size: 11px;
        word-break: break-word;
    }

.as-namad {
    text-align: left;
}

    .as-namad &gt; div {
        margin: 20px 20px 0 0;
        display: inline-block;
        text-align: center;
        width: 130px;
        height: 130px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        max-width: 100%;
        box-shadow: 2px 2px 5px -2px #5a5a5a;
    }

    .as-namad img {
        height: 100%;
    }

.as-copy-right-sentance {
    direction: ltr !important;
    font-weight: 400 !important;
}

.ati-rayan {
    margin-top: 5px;
}

    .ati-rayan img {
        height: 22px;
    }

    .ati-rayan label {
        cursor: pointer;
        font-size: 0.75rem;
        display: block;
        margin: 2px;
    }

.powered-by {
    font-size: 11px;
    color: #5d5d5d;
}

.as-download-links a img {
    width: 130px;
    height: 45px;
}

@media (max-width: 992px) {

    .as-footer-container .container .row &gt; div {
        padding: 0 15px;
    }

    #page-links {
        text-align: center;
    }

    .as-namad {
        margin: 0px;
        text-align: center;
    }

    footer .as-links-block {
        text-align: center;
    }

    .as-namad &gt; div:first-child {
        margin-right: 0px;
    }

    .as-footer-copy-right {
        text-align: center;
    }

        .as-footer-copy-right p {
            font-size: 9.5px;
            text-align: center;
        }

    .as-copy-right-sentance {
        padding-top: 8px;
        float: none;
    }

    .as-download-links a img {
        width: 40%;
    }

    #footer-links {
        margin: 0;
    }

    .as-namad &gt; div {
        margin: 15px 10px 0 0;
        padding: 5px 0;
        width: 90px;
        height: 90px;
    }

    .as-download-links a img {
        width: 32%;
        height: 3rem;
    }
}

@media (max-width: 768px) {

    .as-namad &gt; div {
        margin: 0 10px 0 0;
    }

    #social-links {
        margin-top: 15px;
        text-align: center;
    }

    .as-download-links a img {
        width: 32%;
        height: 3.5rem;
    }
}

/*#endregion*/

/*#region cart*/

.as-cart .dropdown.menu .submenu.first-sub.is-dropdown-submenu {
    top: 44px;
    left: 0px;
    width: 420px;
    padding: 0px;
    background-color: #fff;
    text-align: right;
}

.as-cart .dropdown.menu .submenu.first-sub:after,
.as-cart .dropdown.menu .submenu.first-sub:before {
    left: 71px;
}

.as-cart-title span {
    margin: 0 5px;
    background-image: url('../Images/Shared/cart.svg');
    width: 35px;
    height: 35px;
    display: inline-block !important;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.as-cart-title .filled-cart {
    background-image: url('../Images/Shared/filled-cart.svg');
}

.as-cart-title a {
    text-decoration: none;
}

.as-cart-title i {
    position: absolute;
    right: 21px;
    top: 7px;
    font-weight: 500;
    color: #fff;
}

.as-cart-header {
    padding: 15px;
    background-color: #f5f2ee;
    border-bottom: 1px solid hsla(40, 2%, 48%, .3);
    font-size: 15px;
    font-weight: 500;
}

.as-cart-notice {
    padding: 15px;
    font-size: 12px;
    color: yellowgreen;
    border-bottom: 1px solid hsla(40, 2%, 48%, .3);
}

.as-cart-order {
    font-size: 12px;
    padding: 15px;
    border-bottom: 1px solid hsla(40, 2%, 48%, .3);
}

    .as-cart-order &gt; a {
        font-size: 20px;
        color: #00b0bf;
        float: left;
    }

    .as-cart-order img {
        width: 75px;
        height: 75px;
        margin-top: 17px;
        margin-left: 10px;
        float: right;
    }

    .as-cart-order .as-cart-order-detail {
        display: inline-block;
        width: 260px;
        padding: 0px;
    }

    .as-cart-order .as-cart-order-title {
        font-size: 14px;
    }

    .as-cart-order .as-cart-order-subtitle {
        color: #7d7b77;
    }

    .as-cart-order .as-cart-order-price {
        color: #7d7b77;
        margin: 10px 0;
    }

        .as-cart-order .as-cart-order-price span {
            text-decoration: line-through;
        }

    .as-cart-order .as-product-order-count {
        width: 160px;
    }

.as-cart-footer {
    padding: 15px;
}

    .as-cart-footer div {
        text-align: center;
        margin-bottom: 15px;
    }

    .as-cart-footer #cart-total-discount {
        color: #00b0bf;
    }

    .as-cart-footer button {
        width: 48%;
    }

/*#endregion*/

/*#region rating*/

.as-star-rating {
    margin: 10px 0;
    line-height: 32px;
    font-size: 30px;
}

    .as-star-rating span {
        font-size: 15px;
    }

    .as-star-rating .fg-star {
        color: #e2e2e2;
    }

        .as-star-rating .fg-star.checked {
            color: #f7c64f;
        }


.as-percentage-star-rating {
    color: #e2e2e2;
    position: relative;
}

    .as-percentage-star-rating i {
        display: contents;
        display: initial;
        margin: 0 1px;
    }

.as-percentage-star-rating-top {
    color: #f7c64f;
    padding: 0;
    position: absolute;
    /*z-index: 1;*/
    display: block;
    top: 0;
    overflow: hidden;
    left: 0;
}

.as-percentage-star-rating-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}

@media (max-width: 768px) {
    .as-percentage-star-rating {
        font-size: 19px;
        width: 78px;
    }
}

/*#endregion*/

/*#region search input*/
.as-search-block {
    direction: ltr;
}

    .as-search-block input {
        direction: rtl;
        /*border-left: 0px;*/
        height: 35px;
        font-size: 13px;
        border-left: 0;
        padding-left: 25px;
    }

    .as-search-block .input-group-text {
        border-top-left-radius: 5px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 0;
        width: 100%;
        text-align: center;
        background-color: #fff;
        border-color: #ced4da;
        cursor: pointer;
        justify-content: center;
    }

        .as-search-block .input-group-text i {
            color: #bbb;
            font-size: 20px;
        }

            .as-search-block .input-group-text i.fg-search {
                position: relative;
                left: 1px;
                top: -1px;
            }

    .as-search-block .input-group-prepend {
        margin-right: 0;
    }

.ati-search-btn {
    position: relative;
}

/*#endregion*/

/*#region input-group input*/
.as-input-group-block {
    direction: ltr;
}

    .as-input-group-block input {
        direction: rtl;
        border-left: 0px;
        height: 40px;
    }

    .as-input-group-block .input-group-text {
        background-color: var(--primary);
        cursor: pointer;
    }

        .as-input-group-block .input-group-text i {
            color: #fff;
            font-size: 26px;
        }

        .as-input-group-block .input-group-text i {
            position: relative;
            left: 1px;
            top: -1px;
        }

/*#endregion*/

/*#region modal*/
.modal-open {
    overflow-y: scroll !important;
}

.modal-body {
    text-align: right;
}

.modal-footer &gt; :not(:first-child) {
    margin-right: .25rem;
}

.as-modal .modal-content &gt; img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.as-modal .modal-header, .as-modal-header {
    color: #eee !important;
    background-color: var(--primary);
    padding: 0 0 0 6px;
}

    .as-modal .modal-header i {
        font-size: 1.4rem;
    }

        .as-modal .modal-header i[data-bs-dismiss="modal"] {
            padding: 6px;
        }

    .as-modal .modal-header &gt; span i {
        font-size: 1.4rem;
        top: 2px;
        position: relative;
    }

    .as-modal .modal-header &gt; a:hover {
        cursor: pointer;
        color: #fff;
    }

.as-modal .modal-title {
    font-weight: 600;
    position: relative;
    color: var(--gray);
    margin-left: auto;
}

.as-modal .as-modal-footer {
    padding: 6px;
    margin-top: 0;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

    .as-modal .as-modal-footer button {
        width: 70px;
        line-height: 20px;
        height: 28px;
        margin: 5px;
    }

#question-sure {
    overflow: hidden;
}

.as-modal .modal-body .form-group label,
.as-modal .modal-body .form-inline label {
    font-size: 0.9rem;
}

.as-second-modal {
    background-color: rgba(0, 0, 0, 0.2);
}

.modal .as-description {
    border: 0px;
    margin-bottom: 15px;
}

.modal-header &gt; a {
    position: relative;
    color: inherit;
}

/*#endregion*/

/*#region dropdown*/

.dropdown.menu {
    line-height: inherit;
    list-style: none;
    margin: 0;
    display: inline-block;
}

    .dropdown.menu .submenu {
        margin: 0;
        list-style: none;
    }

    .cs-select.dropdown.cs-active .cs-options,
    .dropdown.menu .submenu {
        padding: 0;
        /*background: #f5f2ee;
        border: 1px solid hsla(40,2%,48%,.3);*/
        background: #fff;
        border: 1px solid hsl(45, 0%, 93%);
        border-radius: 7px;
        z-index: 110;
        min-width: 205px;
        width: auto;
        -webkit-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, .07);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.30);
        width: 256px;
        /*  border-top-color: #00b0bf;
        border-top-width: 3px;*/
    }

        .dropdown.menu .submenu li a,
        .dropdown.menu .submenu li span {
            padding: 1px 20px;
            display: block;
            color: #454441;
        }

        .cs-select.dropdown.cs-active .cs-options li:hover,
        .cs-select.dropdown.cs-active .cs-options li:focus,
        .cs-select.dropdown.cs-active .cs-options li:active,
        .cs-select.dropdown.cs-active .cs-options li:hover,
        .dropdown.menu .submenu li:hover,
        .dropdown.menu .submenu li:focus,
        .dropdown.menu .submenu li:active,
        .dropdown.menu .submenu li:hover {
            background-color: #f0f0f1;
            /*color: #00b0bf !important;*/
            text-decoration: none;
        }

        .dropdown.menu .submenu li span.as-reset-style {
            padding: 0;
            border-bottom: unset !important;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            direction: ltr;
            display: flex;
            flex-direction: row-reverse;
            font-size: 1.1rem;
        }

            .dropdown.menu .submenu li span.as-reset-style:hover {
                background-color: unset;
                color: unset !important;
                text-decoration: unset;
            }

.submenu li span.as-reset-style:hover {
    background-color: unset;
    color: unset !important;
    text-decoration: unset;
}

/*     .cs-select.dropdown.cs-active .cs-options li a:hover i,
            .cs-select.dropdown.cs-active .cs-options li a:focus i,
            .cs-select.dropdown.cs-active .cs-options li a:active i,
            .cs-select.dropdown.cs-active .cs-options li span:hover i,
            .dropdown.menu .submenu li a:hover i,
            .dropdown.menu .submenu li a:focus i,
            .dropdown.menu .submenu li a:active i,
            .dropdown.menu .submenu li span:hover i {
                color: #00b0bf !important;
            }*/

.dropdown.menu .submenu li a,
.dropdown.menu .submenu li span {
    padding: 1px 1.25rem;
    display: block;
    color: #454441;
}

.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto;
    min-width: 160px;
}

.dropdown.menu .submenu.first-sub.is-dropdown-submenu {
    left: -20px;
    text-align: right;
    right: auto;
    line-height: 21px;
}

.dropdown.menu .submenu li {
    line-height: 47px;
}

.as-line-height a {
    height: 65px;
}

    .as-line-height a:hover {
        height: 65px;
    }

.as-height {
    height: 47px;
}

.dropdown.menu .submenu li {
    white-space: nowrap;
    min-width: 120px;
}

.as-img {
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    margin-left: 10px;
    /*padding-left: 8px;*/
    border-radius: 50%;
}

    .as-img img {
        width: 100%;
        border-radius: 50%;
        height: 100%;
    }

.as-pic {
    width: 24px;
    height: 30px;
    margin-left: 10px;
    margin-right: -4px
}

    .as-pic img {
        width: 100%;
        height: 100%;
    }

.dropdown.menu .submenu li a img {
    width: 40px;
    border-radius: 50%;
    height: 100%;
}

.dropdown.menu .submenu li a,
.dropdown.menu .submenu li span {
    padding: 10px 15px;
    display: block;
    color: #454441;
    font-weight: 400;
    border-bottom: 1px solid #f0f0f1;
    padding: 0;
    position: relative;
    margin: 0 16px;
}

.dropdown.menu .submenu li:last-child a,
.dropdown.menu .submenu li:last-child span {
    border-bottom: unset;
}

.as-height:hover {
    border-radius: 0 0 8px 8px !important;
}

.dropdown.menu .submenu li a i {
    /*width: 25px;*/
    color: rgb(159, 159, 159);
    font-size: 18px;
    padding-left: 5px;
    /*   position: relative;
                top: 2px;*/
    padding: 0px 4px 0px 13px;
}

.as-style-sub {
    color: #a1a1a1;
    margin: 0 0.5rem 0 0;
}

.ar-text-overflow-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dropdown.menu .submenu li a i.fg-chevron-left {
    padding: 0;
}

.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: #fefefe;
    border: 1px solid #cacaca;
}

    .is-dropdown-submenu &gt; li {
        width: 100%;
    }

.dropdown.menu .is-dropdown-submenu-parent {
    padding-bottom: 5px;
    position: relative;
}

    .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow {
        padding-right: 0;
        padding: 4px 0;
    }

.is-dropdown-submenu-parent:hover div &gt; ul {
    display: block;
}

.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow &gt; a {
    padding-left: 15px;
    position: relative;
}

.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow &gt; div p {
    display: inline-block;
    margin: 0px;
    max-width: 120px;
    height: 20px;
    line-height: 19px;
}

.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow &gt; div i {
    position: relative;
    color: #a5a5a5;
    cursor: pointer;
    font-size: 24px;
}

.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow &gt; a:after,
.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow &gt; div:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    position: relative;
    top: 1px;
    border: 5px inset;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    border-top-color: hsl(217, 25%, 68%);
}

.dropdown.menu .submenu.first-sub:after,
.dropdown.menu .submenu.first-sub:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 15px;
    bottom: 100%;
    border-style: solid;
    border-width: 0.7rem 0.7rem;
    margin-bottom: 1px;
    border-color: transparent transparent #00b0bf;
}

.dropdown.menu .submenu.first-sub:before {
    border-bottom-color: #00b0bf;
}

.navigation-part .dropdown.menu .submenu.first-sub:after, .dropdown.menu .submenu.first-sub:before {
    display: none;
}

.dropdown.menu .submenu.first-sub:after {
    margin-bottom: 0;
}

.is-dropdown-submenu.js-dropdown-active,
.is-dropdown-submenu:not(.js-dropdown-nohover) &gt; .is-dropdown-submenu-parent:hover &gt; .is-dropdown-submenu,
.should-open-on-hover:hover &gt; .is-dropdown-submenu,
.should-open-on-hover &gt; .is-dropdown-submenu:hover {
    display: block;
}

.should-open-on-hover:hover &gt; .is-dropdown-submenu {
    display: none;
}

.dropdown.menu .as-devider {
    margin: 2px 0;
    background-color: rgba(0, 0, 0, .1);
}

@media (max-width: 1200px) {
    .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow &gt; div p {
        max-width: 90px !important;
    }
}

/*#endregion*/

/*#region bootstrap-dropdown*/

.dropdown-item {
    text-align: right;
    padding: 5px 12px;
}

a.dropdown-item {
    display: flex;
    align-items: center;
}

    a.dropdown-item &gt; i {
        margin-left: 5px;
    }
/*#endregion*/
/*#region vertical-form*/
.as-vertical-form {
    text-align: center;
}

    .as-vertical-form p {
        margin-bottom: 10px;
    }

    .as-vertical-form .as-btn {
        width: 100%;
    }

.as-side-line {
    text-align: center;
    position: relative;
    margin: 6px 0;
}

    .as-side-line:after, .as-side-line:before {
        width: 145px;
        height: 1px;
        content: '';
        top: 50%;
        display: block;
        background: #d3cfc3;
        position: absolute;
    }

    .as-side-line:before {
        left: 0;
    }

    .as-side-line:after {
        right: 0;
    }

#google-btn {
    position: relative;
}

    #google-btn i {
        font-size: 27px;
        position: absolute;
        margin-right: 20px;
        bottom: 2px;
    }

.as-whisker {
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: 50%;
}

.as-whisker-right {
    background-image: url('../Images/Shared/whisker-right.svg');
}

.as-whisker-left {
    background-image: url('../Images/Shared/whisker-left.svg');
}

.as-registration-modal-bullets p {
    line-height: 30px;
    display: flex;
}

.as-registration-modal-bullets .as-bullets {
    background-image: url('../Images/Shared/bullets.svg');
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 50%;
}

@media (max-width: 500px) {
    .as-side-line:after, .as-side-line:before {
        width: 80px;
    }
}

/*#endregion*/

/*#region webkit-scrollbar body*/

body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 0px;
}

body::-webkit-scrollbar-track {
    border-radius: 0px;
}

::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #878787;
    border: 0px;
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #8a8a8a;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #8a8a8a;
    }

::-webkit-scrollbar-track {
    background: #dbdbdb;
    border: 0px;
    border-radius: 0px;
}

    ::-webkit-scrollbar-track:hover {
        background: #eaeaea;
    }

    ::-webkit-scrollbar-track:active {
        background: #eaeaea;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

/*#endregion*/

/*#region owl-carousel*/

.owl-carousel {
    overflow: hidden;
    position: relative;
}

.as-keyword-slider .owl-stage {
    height: 32px;
    overflow: hidden;
}

.as-category-slider .owl-carousel .owl-nav button {
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 5px !important;
    outline: none !important;
    font-size: 35px !important;
    line-height: 13px !important;
    color: #7d7b77 !important;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: calc(50% - 30px);
}

.as-category-slider .owl-theme button.owl-prev {
    right: 0px;
}

.as-category-slider .owl-theme button.owl-next {
    left: -8px;
}

.as-product-slider-wraper .owl-theme .owl-nav [class*=owl-]:hover {
    color: #333231;
}

.as-product-slider-wraper .owl-carousel .owl-nav button {
    text-align: center;
    width: 35px;
    height: 76px;
    padding: 5px !important;
    outline: none !important;
    font-size: 35px !important;
    line-height: 13px !important;
    border: 1px solid #dedede;
    color: #7d7b77;
    background-color: #FFFFFF;
    position: absolute;
    top: calc(50% - 43px);
}

.as-product-slider-wraper .owl-theme .owl-prev {
    -webkit-box-shadow: -1px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: -1px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px;
    right: 0px;
}

.as-product-slider-wraper .owl-theme .owl-next {
    -webkit-box-shadow: 1px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 1px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0;
    left: 0px;
}

.as-product-slider-wraper .owl-stage {
    display: flex;
    padding-bottom: 1px;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

    .owl-theme .owl-dots .owl-dot span {
        display: inline-block;
        background-color: #d6eaae;
        width: 6px;
        height: 6px;
        margin: 3px;
    }

        .owl-theme .owl-dots .owl-dot span:hover {
            background-color: yellowgreen;
        }

    .owl-theme .owl-dots .owl-dot.active span {
        background-color: yellowgreen;
    }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: none !important;
}

@media (max-width: 992px) {
    .as-product-slider-wraper .owl-carousel.owl-carousel .owl-nav button {
        width: 30px;
        height: 65px;
    }
}

@media (max-width: 768px) {

    .as-product-slider-wraper .owl-theme .owl-next {
        left: 0px;
    }

    .as-product-slider-wraper .owl-theme .owl-prev {
        right: 0px;
    }
}

@media (max-width: 512px) {

    .as-product-slider-wraper .owl-carousel.owl-carousel .owl-nav button {
        width: 27px;
        height: 50px;
        top: calc(50% - 30px);
    }
}

/*#endregion*/

/*#region bootstrap carousel*/

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none !important;
    background-color: #eee !important;
    color: rgb(198, 198, 198);
    border: 1px solid rgb(208, 208, 208) !important;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 5px !important;
    border-radius: 50% !important;
    position: absolute;
    top: calc(50% - 15px);
    outline: none !important;
    font-size: 35px !important;
    line-height: 18px !important;
    height: 30px;
}

    /*.carousel-control-next-icon {
    right: 0;
}

.carousel-control-prev-icon {
    left: 0;
}*/

    .carousel-control-next-icon:before {
        content: "\203A";
    }

    .carousel-control-prev-icon:before {
        content: "\2039";
    }

    .carousel-control-next-icon:hover,
    .carousel-control-prev-icon:hover {
        color: #7d7b77;
    }

/*#endregion*/

/*#region Placeholder*/
::-webkit-input-placeholder {
    text-align: right !important;
}

:-moz-placeholder {
    text-align: right !important;
}

::-moz-placeholder {
    text-align: right !important;
}

:-ms-input-placeholder {
    text-align: right !important;
}

.as-en-placeholder::-webkit-input-placeholder {
    text-align: left !important;
}

.as-en-placeholder:-moz-placeholder { /* older Firefox*/
    text-align: left !important;
}

.as-en-placeholder::-moz-placeholder { /* Firefox 19+ */
    text-align: left !important;
}

.as-en-placeholder:-ms-input-placeholder {
    text-align: left !important;
}

/*#endregion*/

/*#region color*/

[data-forcolor="orange"],
[data-forcolor="orange"]:hover {
    color: #fb9d3e !important;
}

[data-forcolor="black"],
[data-forcolor="black"]:hover {
    color: #000 !important;
}

[data-forcolor="greenblue"],
[data-forcolor="greenblue"]:hover {
    color: #cffffb !important;
}

[data-forcolor="lightgreen"],
[data-forcolor="lightgreen"]:hover {
    color: #c4fac0 !important;
}

[data-forcolor="blue"],
[data-forcolor="blue"]:hover {
    color: #bae1ec !important;
}

[data-forcolor="pink"],
[data-forcolor="pink"]:hover {
    color: #ff9999 !important;
}

[data-forcolor="green"],
[data-forcolor="green"]:hover {
    color: #70ef66 !important;
}

[data-forcolor="lightorange"],
[data-forcolor="lightorange"]:hover {
    color: #fff3cf !important;
}

[data-forcolor="gray"],
[data-forcolor="gray"]:hover {
    color: #e0e0e0 !important;
}

[data-forcolor="dark-gray"],
[data-forcolor="dark-gray"]:hover {
    color: #585858 !important;
}

[data-backcolor="orange"],
[data-backcolor="orange"]:hover {
    background-color: #fb9d3e !important;
}

[data-backcolor="black"],
[data-backcolor="black"]:hover {
    background-color: #000 !important;
}

[data-backcolor="greenblue"],
[data-backcolor="greenblue"]:hover {
    background-color: #cffffb !important;
}

[data-backcolor="lightgreen"],
[data-backcolor="lightgreen"]:hover {
    background-color: #c4fac0 !important;
}

[data-backcolor="blue"],
[data-backcolor="blue"]:hover {
    background-color: #bae1ec !important;
}

[data-backcolor="pink"],
[data-backcolor="pink"]:hover {
    background-color: #ff9999 !important;
}

[data-backcolor="green"],
[data-backcolor="green"]:hover {
    background-color: #70ef66 !important;
}

[data-backcolor="lightorange"],
[data-backcolor="lightorange"]:hover {
    background-color: #fff3cf !important;
}

[data-backcolor="yellow"],
[data-backcolor="yellow"]:hover {
    background-color: #fbe17e !important;
}

[data-backcolor="gray"],
[data-backcolor="gray"]:hover {
    background-color: #e6e6e6 !important;
}

[data-backcolor="light-gray"],
[data-backcolor="light-gray"]:hover {
    background-color: #eee !important;
}

[data-backcolor="lime"],
[data-backcolor="lime"]:hover {
    background-color: lime !important;
}

[data-backcolor="darkred"],
[data-backcolor="darkred"]:hover {
    background-color: #970707 !important;
    color: #fff !important;
}

/*#endregion*/

/*#region nav-tabs*/

.nav-tabs {
    padding: 0px;
}

    .nav-tabs .nav-link {
        height: 100%;
        padding: 0px;
        margin: 0px;
        border-top: none;
        border-left: none;
        border-right: none;
    }

        .nav-tabs .nav-link &gt; span {
            display: inline-block;
            padding-right: 0 5px;
            margin: 10px 0;
        }

        .nav-tabs .nav-link.active {
            color: var(--primary);
            border-bottom: 2px solid var(--primary);
        }

    .nav-tabs .nav-item .nav-link &gt; span i {
        font-size: 25px;
        position: relative;
        top: 2px;
        margin: 0 0 0 10px;
    }

    .nav-tabs .nav-item:not(:last-child) .nav-link {
        position: relative;
    }

        .nav-tabs .nav-item:not(:last-child) .nav-link:before {
            content: "";
            width: 1px;
            height: 70%;
            display: block;
            position: absolute;
            left: 1px;
            top: 20%;
            background-color: var(--bs-gray-200);
        }

@media (max-width: 992px) {

    .nav-tabs .nav-link &gt; span &gt; span {
        display: none;
    }

    .nav-tabs .nav-link.active &gt; span &gt; span {
        display: inline;
    }

    .nav-tabs .nav-item .nav-link &gt; span i {
        font-size: 18px;
        margin: 0 5px;
    }

    .nav-tabs .nav-item .nav-link.active &gt; span i {
        margin: 0 0 0 5px;
    }
}

.nav-link {
    color: unset;
}

    .nav-link img {
        max-width: calc(1.325rem + 0.9vw) !important;
        max-height: calc(1.325rem + 0.9vw) !important;
    }
/*#endregion*/
/*#region table*/
.table tfoot td:first-child {
    border-radius: 0 0 7px 7px;
}

.table tfoot td {
    padding: 0px;
}

.table .as-load-more {
    padding: 8px;
    height: 31px;
}

    .table .as-load-more i {
        font-size: 30px;
        line-height: 15px;
    }

/*#endregion*/

/*#region mobile-menu*/

header .offcanvas-header {
    padding: 10px 15px;
    background: var(--primary);
    color: #fff;
}

    header .offcanvas-header picture {
        max-width: 35px;
    }

    header .offcanvas-header .item {
        padding: 1rem 1rem;
    }

    header .offcanvas-header ul {
    }

header .offcanvas ul {
    padding-right: 0;
}

/*header .offcanvas .list &gt; ul ul {
    background-color: #d3d3d338;
}*/

.as-mobile-menu-wraper {
    font-size: 15px;
    text-align: right;
    position: absolute;
    z-index: 110;
    top: 0;
    right: -300px;
    width: 300px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 991px) {
    .as-mobile-menu-wraper.active,
    .as-mobile-menu-wraper .as-mobile-menu-bg.active {
        right: 0;
    }
}

.as-mobile-menu-wraper .as-mobile-menu-bg {
    position: fixed;
    top: 0;
    z-index: -1;
    height: 120%;
    right: -300px;
    width: 300px;
    background: white;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.as-mobile-menu-wraper .as-mobile-menu-title {
    margin: 0;
    font-size: 15px;
    padding: 10px 15px;
    background: var(--primary);
    color: #fff;
}

    .as-mobile-menu-wraper .as-mobile-menu-title img {
        height: 35px;
    }

    .as-mobile-menu-wraper .as-mobile-menu-title &gt; div {
        display: inline-block;
        float: left;
        font-size: 19px;
        cursor: pointer;
        position: absolute;
        left: 9px;
        top: 15%;
    }

.as-mobile-menu-wraper .as-menu-item {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .as-mobile-menu-wraper .as-menu-item ul {
        padding: 0px;
    }

    .as-mobile-menu-wraper .as-menu-item li {
        margin: 0;
        -webkit-tap-highlight-color: transparent;
    }

        .as-mobile-menu-wraper .as-menu-item a,
        .as-mobile-menu-wraper .as-menu-item li label {
            position: relative;
            display: block;
            text-decoration: none;
            padding: 13px 25px 13px 10px;
            color: #333;
            font-weight: 300;
            background-color: #fff;
            border-bottom: 1px solid #eee;
            margin: 0px;
        }

#mobile-header .as-reset-style {
    position: absolute;
    left: 15px;
}

.as-mobile-menu-wraper .as-menu-item li .as-iconic-label {
    font-weight: 400;
    padding: 9px 20px 15px 20px;
}

.as-mobile-menu-wraper .as-menu-item#club-menu li .as-iconic-label {
    background-color: #f3886a !important;
    color: #FFF;
}

.as-mobile-menu-wraper .as-menu-item li .as-iconic-label i {
    position: relative;
    top: 4px;
    color: #48516b;
    font-size: 25px;
}

.as-mobile-menu-wraper .as-menu-item li ul li ul li &gt; a {
    background-color: #f3f3f3;
    border-bottom: 1px solid #e8e8e8;
    padding-right: 60px;
}

.as-mobile-menu-wraper .as-menu-item li ul li a,
.as-mobile-menu-wraper .as-menu-item li ul li label {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
    padding-right: 45px;
}

.as-mobile-menu-wraper .as-menu-item li ul li a {
    padding-right: 30px;
}

.as-mobile-menu-wraper .as-menu-item li ul li label.has_children:not(:only-child):before,
.as-mobile-menu-wraper .as-menu-item li ul li label:not(:only-child):before {
    right: 27px;
}

.as-mobile-menu-wraper .as-menu-item li ul li ul li label {
    background-color: #f3f3f3;
    padding-right: 60px;
}

.as-mobile-menu-wraper .as-menu-item li ul li ul li ul li a {
    background-color: #efefef;
    padding-right: 80px;
}

.as-mobile-menu-wraper .as-menu-item li label:not(:only-child):before {
    color: #48516b;
    font-family: 'FontAwesome';
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 8px;
    height: 11px;
    width: 11px;
    font-size: 14px;
    font-weight: 600;
}

.as-mobile-menu-wraper .as-menu-item li label.has_children:not(:only-child):before {
    content: "\f055";
}

.as-mobile-menu-wraper .as-menu-item li label:not(:only-child):before {
    content: "\f056";
}

.as-mobile-menu-wraper #user-menu {
    position: relative;
}

    .as-mobile-menu-wraper #user-menu li label.has_children:not(:only-child):before {
        content: "\f078";
    }

    .as-mobile-menu-wraper #user-menu li label:not(:only-child):before {
        content: "\f077";
    }

.as-mobile-menu-wraper #club-menu li label:not(:only-child):before {
    content: "\f077";
    color: #fff;
}

.as-mobile-menu-wraper #user-menu li label:before, .as-mobile-menu-wraper #club-menu li label:before {
    left: 16px;
    right: unset;
}

.as-mobile-menu-wraper .as-mobile-menu-header-store-name {
    width: 75%;
    display: inline-block;
    margin-right: 5px;
}

    .as-mobile-menu-wraper .as-mobile-menu-header-store-name .as-store-name {
        margin: 0;
        font-size: 14px;
        line-height: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: white;
    }

    .as-mobile-menu-wraper .as-mobile-menu-header-store-name .as-store-slogan {
        margin: 0;
        font-size: 11px;
        line-height: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: white;
    }

/*#endregion*/

/*#region procudt category*/

.product-category {
    white-space: nowrap;
}

    .product-category ul {
        padding: 0 0.3rem 0 0.7rem;
    }

    .product-category .list .category-item {
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: space-between;
        padding: 5px 0;
    }

li:has(&gt; .show) &gt; div &gt; i {
    transform: rotate(180deg);
}

.product-category picture {
    width: 2em;
    height: 2em;
    display: inline-block !important;
}

.product-category img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.product-category li.hover a {
    background-color: var(--bs-gray-100);
    color: var(--primary)
}

.product-category .list i {
    margin-right: 15px;
}

@media(min-width: 768px) {
    .product-category .list {
        position: absolute;
        max-height: 70vh;
    }

    .product-category ul {
        background-color: white;
        border: 1px solid var(--bs-gray-400);
        border-radius: 2px;
        min-width: 150px;
        max-height: 100%;
        overflow: auto;
        display: none;
        z-index: 99;
        position: relative;
    }

    .product-category:not(:hover) .list {
        display: none !important;
    }

    .product-category .list i:before {
        transform: rotate(90deg);
    }
}

/*#endregion*/
/*#region desktop-menu*/
header .nav-link:hover {
    color: inherit;
}

header .desktop .nav-link {
    position: relative;
    border-bottom: 2px solid;
    border-color: transparent;
    padding: 0.8rem 1rem;
    color: #3e3e3e;
    cursor: pointer;
}

header .desktop .nav-item:not(:last-child) .nav-link:before {
    content: "";
    width: 1px;
    height: 70%;
    display: block;
    position: absolute;
    left: 1px;
    top: 20%;
    background-color: var(--bs-gray-200);
}

header nav &gt; div:first-child .nav-link:hover {
    color: var(--primary) !important;
    border-color: var(--primary);
}
/*#endregion*/

/*#region subscription*/
#subscription-modal .modal-body {
    text-align: center;
    padding-bottom: 5px;
}

#subscription-modal a:hover {
    color: #454441;
}

#subscription-modal i {
    font-size: 2.8rem;
    color: #f7840d;
}

#subscription-modal span {
    font-size: 10px;
    margin-left: 2px;
}

/*#endregion*/

/*#region overwrite bootstrap*/
@media (min-width: 768px) {
    .col-md-3-5 {
        width: 30%;
        flex: 0 0 auto;
    }

    .col-md-2-5 {
        width: 20%;
        flex: 0 0 auto;
    }
}

.btn.round &gt; .fg {
    display: block;
}

.offcanvas-start {
    width: 300px !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.border-gray {
    border-color: #eae9e9 !important;
}

/*.carousel-control-next {
    right: 0;
    left: unset !important;
}

.carousel-control-prev {
    left: 0;
    right: unset;
}*/

.lh-0 {
    line-height: 0;
}

.fs-0 {
    font-size: calc(1.375rem + 3vw) !important;
}

.fs-7 {
    font-size: 0.75em;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: unset;
}

.row-cols-7 &gt; * {
    width: 14.28571428571429%;
    flex: 0 0 auto;
}

/*#region form validation*/

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .form-control:invalid, .form-control.is-invalid {
    background-image: unset !important;
    padding-left: 0.75rem !important;
}

.form-check-input {
    cursor: pointer !important;
}

    .form-check-input:checked {
        background-color: var(--primary) !important;
        border-color: var(--primary) !important;
    }

    .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
        color: unset !important;
    }

    .was-validated .form-check-input:valid, .form-check-input.is-valid,
    .was-validated .form-control:valid, .form-control.is-valid {
        border: var(--bs-border-width) solid var(--bs-border-color) !important;
    }

/*#endregion*/


/*#region button*/
.as-min-width-70 {
    min-width: 70px;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

    .btn-primary:hover {
        background-color: var(--primary);
        border-color: var(--primary);
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show &gt; .btn-primary.dropdown-toggle {
        background-color: var(--primary) !important;
        border-color: var(--primary) !important;
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        background-color: var(--primary);
        border-color: var(--primary);
    }

.btn-secondary {
    border-color: var(--primary);
    background-color: var(--white);
    color: var(--primary);
}

    .btn-secondary:hover {
        border-color: var(--primary);
        background-color: var(--white);
        color: var(--primary);
    }

    .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show &gt; .btn-secondary.dropdown-toggle {
        background-color: var(--primary);
        border-color: var(--primary);
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        border-color: var(--primary);
        background-color: var(--white);
        color: var(--primary);
    }

/*#endregion*/
/*#endregion*/

/*#region overwrite select2*/

.select2-container .select2-search--inline .select2-search__field {
    margin: 0;
    font-family: IRANSans, 'IRANSans', Tahoma !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    float: unset;
    width: max-content;
    display: inline-block;
}

.select2-results__option--selected {
    background-color: #eee;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    margin-bottom: calc(0.375rem - 2px);
    background-color: #eee;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #ddd;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #a7a7a7 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

button.select2-selection__choice__remove {
    border: none;
    border-right: 1px solid #aaa;
    color: #999 !important;
    padding: 0 0.5em !important;
    margin: 0 5px 0 0 !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-left: 0 !important;
    padding: 0px 0.5em !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    float: unset;
    width: max-content;
    display: inline-block;
}

.select2-selection--multiple {
    max-height: 4em !important;
    overflow: auto !important;
}

.select2-results__option--selected {
    background-color: #eee !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    left: 3px;
    right: unset;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    line-height: calc(1.5em + .75rem);
    color: #6c757d;
    font-size: 12px;
}

/*#endregion*/

.form-group label {
    margin-bottom: 5px;
    padding-right: 0;
}

#map-location-edit .map-container {
    height: 200px;
}

html {
    font-size: 14px;
    scroll-behavior: smooth;
}

@media (max-width: 991px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 12px;
    }
}

.as-back-btn {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    color: #000;
    height: 40px;
    font-size: 32px;
    padding: 0px 10px;
}

    .as-back-btn &gt; div {
        padding-left: 2px;
        text-align: left;
        width: 30px;
        display: inline-block;
        float: left;
    }

/* #region modal*/
.modal.default .modal-dialog {
    transition: unset !important;
    top: unset !important;
    opacity: unset !important;
    -webkit-transform: unset !important;
}

.modal.default:before {
    content: unset;
}

.modal.default .modal-header {
    text-align: right;
    color: #eee !important;
    border-bottom: 1px solid #0c869a;
    background-color: #00b0bf;
    padding: 6px 6px 4px 9px;
    display: block;
    font-weight: 600;
}
/*#endregion*/



/*#endregion*/

/*#region login*/
#login-page {
    padding-top: 3.5rem;
}

    #login-page h4 {
        font-family: iranyekan, roboto, Arial !important;
        padding: 20px;
        margin: 20px 20px 0;
    }

    #login-page h5 {
        white-space: break-spaces;
    }

    #login-page &gt; div &gt; div.container {
    }

.ac-page-title {
    font-family: iranyekan, roboto, Arial !important;
    margin: 20px 0 15px 0;
    font-size: 1.4rem;
    padding: 0;
    display: block;
}

    .ac-page-title span {
        border-bottom: 1px solid #353c5a;
    }

.login-title {
    margin-bottom: 20px;
    display: block;
    font-size: 13px;
}

#login-page .input-group-text {
    background-color: unset !important;
}

#login-page #mobile-number:focus ~ .input-group-prepend .input-group-text {
    background-color: unset !important;
    border: 1px solid #a9aeb3 !important;
    border-right: none;
    margin-right: -12px;
}

#login-page .form-select {
    background-position: left 0.75rem center;
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
    display: block;
    width: 100%;
}

#login-page .form-group {
    margin: 10px 0;
}

#login-page .margin-row .form-group {
    margin-bottom: 0;
}

#login-page #is-persistent {
    margin-left: 3px;
}

#login-page .accept {
    text-align: center !important;
    margin-top: 5px;
    line-height: 27px;
    font-size: 0.9rem;
    float: right;
}

.background-themecolor {
    background-color: #f6f6f4;
}

.signin-input:focus {
    outline: none;
}

.signin-input::-webkit-input-placeholder {
    text-align: center !important;
}

.signin-input:-moz-placeholder { /* Firefox 18- */
    text-align: center !important;
}

.signin-input::-moz-placeholder { /* Firefox 19+ */
    text-align: center !important;
}

.signin-input:-ms-input-placeholder {
    text-align: center !important;
}

.placeholder-color {
    color: gray !important;
}

#ac-sign-in-up-form h6 {
    color: grey;
    margin-bottom: 20px;
}

#mobile-number:disabled {
    background-color: white;
    color: gray;
}

.as-vertical-form {
    text-align: center;
}

    .as-vertical-form p {
        margin-bottom: 10px;
    }

    .as-vertical-form .as-btn {
        width: 100%;
    }

#confirmation-code-modal .send-sms {
    display: table;
    margin: 0 auto;
}

.forget-password-retry {
    display: table;
    margin: 0 auto;
}

.ss-themecolor {
    color: var(--main-color) !important;
}

.header-store-logo {
    display: block;
    float: left;
    height: 35px;
    font-size: 17px;
    line-height: 60px;
    text-align: center;
    /*width: 250px;*/
    padding: 0 13px;
    font-weight: 300;
    overflow: hidden;
    background-color: #353335;
    color: #fff;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    border-bottom: 2px solid #353335;
}

.header &gt; span {
    margin: 5px 10px 5px auto;
}

.ac-cuser-status-box {
    padding-bottom: 0;
}

.ac-signin-box, .ac-signup-box, .ac-cuser-status-box {
    padding-right: 30px;
    padding-left: 30px;
}

.ac-signup-box, .ac-signin-box, .ac-cuser-status-box {
    border-right: 1px solid #d0d0d0;
}

#ac-sign-in-up-form .input-group {
    max-width: unset !important;
}

#ac-sign-in-up-form {
    padding: 0;
    margin: 0;
}

    #ac-sign-in-up-form button {
        border-radius: 7px;
    }

    /*#ac-sign-in-up-form div {
        margin: .75em 0;
    }*/

    #ac-sign-in-up-form #wave-loader {
        margin: 0;
    }

.signin-input {
    text-align: center !important;
    border-radius: 7px;
    background: #f8f8f8;
    border: 1px solid #c3c8cf;
    height: 43px;
    padding-right: 12px;
    margin-bottom: 6px;
}

.ac-captcha-container {
    margin: 15px 0;
    direction: ltr;
    align-items: center;
    display: inline-flex;
    border: 1px solid #ced4da;
    border-radius: 6px;
}

    .ac-captcha-container input.form-control,
    .ac-captcha-container input.form-control:focus {
        display: inline-block;
        padding: 0 7px;
        border: none;
        width: 75px;
        border-radius: 0 6px 6px 0;
        box-shadow: unset;
        border-left: 1px solid #ced4da;
        height: 33px;
        margin: 0 !important;
    }

.captcha-image {
    border-radius: 6px 0 0 6px;
    border-right: 1px solid #ced4da;
    height: 33px;
}

.captcha-refresh {
    cursor: pointer;
    font-size: 18px;
    margin: 0 10px;
    color: #989898;
}

#sign-up-btn {
    background-color: var(--color-green);
    border-color: var(--color-green);
}

    #sign-up-btn:hover {
        background-color: #7fa032;
    }

    #sign-up-btn .ar-spinner-background {
        background-color: var(--color-green);
    }

.ac-form-notifiction {
    text-align: center !important;
    margin-top: 20px;
    line-height: 27px;
    font-size: 0.9rem;
    margin-bottom: 0px;
}

.ac-green-link, .ac-green-link:hover, .ac-green-link:focus {
    border-bottom: 1px solid var(--color-green);
    color: var(--color-green);
}

input[type='number']::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

input[type='number'] {
    -moz-appearance: textfield !important;
}

@media only screen and (max-width: 768px) {
    .ac-signup-box, .ac-signin-box, .ac-cuser-status-box {
        border-right: unset !important;
    }
}

/*#endregion*/

/*#region profile */
#person-identity header span {
    color: #6c5ffc;
}

#person-identity i {
    color: #6c5ffc;
    font-size: 21px;
}

#person-identity button {
    color: #6c5ffc;
    border: 1px solid #6c5ffc;
    border-radius: 5px;
    transition: 0.3s;
    width: auto;
    margin-right: auto;
    margin-left: 15px;
    display: block;
    padding: 0 30px;
    line-height: 30px;
    margin-top: 15px;
}

    #person-identity button:hover {
        color: #f0efff;
        background-color: #6c5ffc;
    }


.form-select {
    border: 1px solid #e4e5e7;
}

    .form-select:focus {
        border-color: #d9d9d9;
        box-shadow: unset;
    }

/*2*/

.bg-secondary-transparent {
    border-right: 5px solid #05c3fb;
    background-color: #e5f9ff;
}

    .bg-secondary-transparent header span {
        color: #05c3fb;
    }

    .bg-secondary-transparent header i {
        color: #05c3fb;
        font-size: 21px;
    }

    .bg-secondary-transparent button {
        color: #05c3fb;
        border: 1px solid #05c3fb;
        border-radius: 5px;
        transition: 0.3s;
        width: auto;
        margin-right: auto;
        margin-left: 15px;
        display: block;
        padding: 0 30px;
        line-height: 30px;
        margin-top: 15px;
    }

        .bg-secondary-transparent button:hover {
            color: #e5f9ff;
            background-color: #05c3fb;
        }

/*3*/


.bg-info-transparent {
    border-right: 5px solid #1170e4;
    background-color: #e1ecfa;
}

    .bg-info-transparent header span {
        color: #1170e4;
    }

    .bg-info-transparent i {
        color: #1170e4;
        font-size: 21px;
    }

    .bg-info-transparent button {
        color: #1170e4;
        border: 1px solid #1170e4;
        border-radius: 5px;
        transition: 0.3s;
        width: auto;
        margin-right: auto;
        display: block;
        padding: 0 30px;
        line-height: 30px;
        margin-top: 15px;
    }

        .bg-info-transparent button:hover {
            color: #a2c7f3;
            background-color: #1170e4;
        }

/*4*/

.bg-danger-transparent {
    border-right: 5px solid #e82646;
    background-color: #ffeae9;
}

    .bg-danger-transparent header span {
        color: #e82646;
    }

    .bg-danger-transparent i {
        color: #e82646;
        font-size: 21px;
    }

    .bg-danger-transparent button {
        color: #e82646;
        border: 1px solid #e82646;
        border-radius: 5px;
        transition: 0.3s;
        width: auto;
        margin-right: auto;
        margin-left: 15px;
        display: block;
        padding: 0 30px;
        line-height: 30px;
        margin-top: 15px;
    }

        .bg-danger-transparent button:hover {
            color: #ffeae9;
            background-color: #e82646;
        }

/*5*/

.bg-success-transparent {
    border-right: 5px solid #09ad95;
    background-color: #e5fdf2;
}

    .bg-success-transparent header span {
        color: #09ad95;
    }

    .bg-success-transparent i {
        color: #09ad95;
        font-size: 21px;
    }

    .bg-success-transparent button {
        color: #09ad95;
        border: 1px solid #09ad95;
        border-radius: 5px;
        transition: 0.3s;
        width: auto;
        margin-right: auto;
        display: block;
        padding: 0 30px;
        line-height: 30px;
        margin-top: 15px;
    }

        .bg-success-transparent button:hover {
            color: #e5fdf2;
            background-color: #09ad95;
        }

#profile-page .ac-profile-detail .ac-profile-box &gt; div header {
    padding: 1.5rem 10px !important;
}

/*header {
    cursor: pointer;
}*/

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}

/*textarea.form-control {
    max-height: 34px !important;
}*/

.ar-item {
    display: none;
}

    .ar-item i span {
        margin-right: 8px;
    }

.icon {
    color: #05c3fb;
    font-size: 21px;
}

.ar-item i span .icon {
    color: #05c3fb !important;
    font-size: 21px !important;
}

.header2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transition &gt; i {
    transform: rotateX(180deg);
}

.pl-md-4 {
    padding-left: 15px !important;
}

@media (max-width: 768px) {
    .ac-profile-box span {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        unicode-bidi: bidi-override;
    }
}

@media (max-width: 576px) {
    .pl-md-4 {
        padding-left: 0 !important;
    }
}

/*#endregion*/

/*#region size*/
.w-mc {
    width: max-content !important;
}

.mw-mc {
    max-width: max-content !important;
}

.ar-min-w-25 {
    min-width: 25%;
}

.ar-min-w-40 {
    min-width: 40%;
}

.ar-max-w-55 {
    max-width: 55%;
}

.ar-max-w-80 {
    max-width: 80%;
}

/*#endregion*/

/*#region rotate*/
.rot-90 {
    rotate: 90deg;
}

.rot-40 {
    rotate: 40deg;
}
/*#endregion*/

.flex-align-center {
    display: flex !important;
    align-items: center;
}

.flex-center {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

[class *="bg-primary-"] {
    position: relative;
}

    [class *="bg-primary-"]:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background: var(--primary);
        left: 0;
    }

.bg-primary-4:before {
    opacity: 0.4;
}

.bg-primary-2:before {
    opacity: 0.2;
}

a:hover {
    color: unset;
}

.share-parent {
    position: relative;
    cursor: pointer;
}

    .share-parent:not(:hover) &gt; .share-with {
        display: none !important;
    }

.share-with {
    padding: 0;
    display: flex;
    position: absolute;
    left: 0;
    border: 1px solid var(--bs-gray-400);
    border-radius: 4px;
    background-color: white;
    padding-top: 5px;
}

    .share-with &gt; li {
        padding: 0 4px;
        margin: 5px;
        border-bottom: 1px solid var(--bs-gray-300);
    }

    .share-with a {
        display: flex;
        padding-bottom: 5px;
    }
/*#endregion*/

/*#region Plugins*/

/*#region ImageBrowser*/

.as-img-browse {
    width: 100px;
    margin: auto;
}

    .as-img-browse .as-img-browse-image {
        border: 1px solid #e4e5e7;
        display: table;
        border-radius: 5px;
        width: 95px;
        padding: 3px;
        position: relative;
    }

    .as-img-browse .as-img-browse-file {
        background-color: #fff;
        color: #d4d4d4;
        font-size: 30px;
        z-index: 1;
        cursor: pointer;
        position: absolute;
        text-align: center;
        top: 0;
        left: 0;
        right: 0;
        width: fit-content;
        margin: auto;
        bottom: 0;
        height: fit-content;
    }

    .as-img-browse .as-img-browse-remove {
        cursor: pointer;
        font-size: 2em;
        color: #de3a3a;
        position: absolute;
        top: 10px;
        right: 12px;
        z-index: 55;
    }

    .as-img-browse .preview-image {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 80px;
        text-align: center;
        margin: 0;
        background-color: #fff;
    }

        .as-img-browse .preview-image img {
            max-width: 100%;
            max-height: 100%;
            position: relative;
            z-index: 5;
        }

/*#endregion*/

/*#endregion*/

/*#region AtiStore*/

/*#region Header*/
.w-25px {
    width: 25px;
    height: 25px;
}

.navigation-part.store {
    position: relative;
    top: 1px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #e0e0e2;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 13px;
    margin-right: 20px;
    width: unset !important;
}

    .navigation-part.store i {
        font-size: 22px;
        color: #a5a5a5;
    }

    .navigation-part.store a {
        margin: 0 5px;
        color: #FFF;
    }

.navigation-part .club-icon ~ span:empty {
    display: none;
}
/*#endregion*/

/*#region spinner*/
.as-loader-button:hover .as-spinner-background,
.as-loader-button:active .as-spinner-background,
.as-loader-button:focus .as-spinner-background {
    background-color: var(--primary);
}

.as-spinner-background {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 2px;
    background-color: var(--primary);
    display: block;
    top: 0px;
    right: 0;
    left: 0;
}

    .as-spinner-background:hover {
        background-color: var(--primary);
    }

/*#endregion*/

/*#region login*/
.as-login-submit {
    background-color: var(--primary);
    border-color: var(--primary);
}

    .as-login-submit:hover {
        background-color: var(--as-color);
    }

.as-confirm {
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}

.as-forget-password {
    display: block;
    text-align: center;
    color: var(--primary) !important;
    margin-top: 10px;
}

#login-page .as-accept {
    border-bottom: 1px solid var(--primary) !important;
    color: var(--primary) !important;
}

    #login-page .as-accept a {
        border-bottom: 1px solid var(--primary) !important;
        color: var(--primary) !important;
    }

/*#endregion*/

/*#region addToCart*/
#add-to-cart-layout {
    float: left;
    width: 100%;
    max-width: 150px;
    border: 1px solid #efedea;
    border-radius: 5px;
}

    #add-to-cart-layout .btn {
        background: none;
        color: var(--primary);
    }

        #add-to-cart-layout .btn.as-plus {
            border-left: 1px solid #efedea;
        }

        #add-to-cart-layout .btn.as-minus {
            border-right: 1px solid #efedea;
        }

    #add-to-cart-layout i {
        margin: 5px;
    }

    #add-to-cart-layout .as-count {
        color: #000;
        font-size: 1.19rem;
        padding: 0 1.5rem;
        border: none;
    }

/*#endregion*/

/*#region products*/
.as-product-list .row {
    margin: -5px 0 0 0;
}

.as-product-list-action-bar {
    margin-bottom: 15px;
    border-bottom: 2px solid #c154a1;
}

.as-product-list .as-thumbnail {
    width: 100%;
}

.as-thumbnail .as-product-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 90%;
    max-width: 90%;
    margin: auto;
    border-radius: 5px 5px 0 0;
}

.as-product-list .as-thumbnail .col {
    padding: 0px;
}

@media (max-width: 768px) {
    .as-product-list .as-thumbnail {
        position: relative;
        display: flex;
        align-items: center;
    }

        .as-product-list .as-thumbnail &gt; div.as-product-img {
            width: 23%;
            min-width: unset;
        }

        .as-product-list .as-thumbnail .as-product-content {
            width: 77%;
        }

        .as-product-list .as-thumbnail &gt; div:not(.as-product-action-bar) {
            padding: 0 7px !important;
            margin: 7px 0;
        }

    .as-product-list .as-product-img {
        float: right !important;
    }

    .as-product-list .as-slider-title {
        font-size: 14px;
    }

    .as-product-list .as-product-content {
        float: left;
        text-align: right;
        position: relative;
    }

    .as-product-list .as-product-price {
        font-size: 12px;
        margin: 10px 0 0 0;
    }

    .as-product-list .as-product-order-button {
        margin: 0;
    }

    .as-product-list .as-thumbnail .ar-text-center {
        text-align: left !important;
    }
}

/*#endregion*/

/*#region productDetail*/
.zoom {
    cursor: crosshair;
}

.zoom {
    position: relative;
    display: block;
    text-align: center;
}

    .zoom img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 100%;
        max-width: 100%;
    }

.as-zoom-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 200;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), 0 4px 10px 0 rgba(0, 0, 0, 0.13);
}

.as-product-navigation a {
    color: #7d7b77;
    display: -webkit-inline-box;
}

    .as-product-navigation a:hover,
    .as-product-navigation a:focus,
    .as-product-navigation a:active {
        color: yellowgreen;
    }

.as-product-description {
    position: relative;
    z-index: 2;
}

/*   .as-product-description p {
        max-height: 40px;
    }*/

.product-page .as-sub-variant-item.selected {
    border: 1px solid var(--primary);
}

.product-page .as-variant-item.selected, .product-page .as-variant-item.selected-parent {
    border: 1px solid var(--primary);
}

.as-product-description-price {
    position: relative;
    display: flow-root;
    z-index: 1;
    height: 60px;
}

    .as-product-description-price .as-product-price {
        display: inline-block;
        font-size: 1.3rem;
    }

        .as-product-description-price .as-product-price strong {
            font-weight: 500;
        }

    .as-product-description-price .as-product-order-button {
        float: left;
        display: inline-block;
        font-size: 1.1rem;
        margin: 10px 0;
    }

.as-product-details-price {
    font-size: 20px;
    font-weight: 500;
    color: #c154a1;
}

    .as-product-details-price span {
        height: 40px;
    }

.as-discount-detail {
    margin-top: 7px;
    font-size: 15px;
    float: left;
}

.product-page {
    padding: 40px 15px 50px;
}

    .product-page .as-price-with-discount span {
        font-size: 0.9rem;
    }

    .product-page .row {
        padding-top: 30px;
    }

.as-product-config-buttons {
    margin-top: 20px;
}

.as-product-cart-btn {
    /*display: -webkit-inline-box;*/
    text-align: center;
}

    .as-product-cart-btn .as-btn {
        height: 45px;
        margin: 0 4px;
    }

.as-product-order-btn {
    text-align: center;
}

    .as-product-order-btn .as-btn {
        width: 300px;
        margin: 0px;
        line-height: 45px;
    }

.as-product-config-buttons .quantity-label {
    font-size: 24px;
    letter-spacing: .7px;
    margin: 0;
    text-align: center;
    color: #4a4a4a;
    display: inline-block;
    font-weight: 500;
    width: 40px;
}

.as-product-description-price .as-product-finished {
    font-size: 1rem;
}

#quantity-decrease,
#quantity-increase {
    width: 45px;
    font-size: 18px;
}

    #quantity-decrease i,
    #quantity-increase i {
        position: relative;
        top: 2px;
    }

#product-buybutton {
    margin: 0px;
    margin-right: 4px;
    height: 45px;
    width: 353px;
}

.as-product-detail {
    background-color: #f9f7f6;
    padding: 30px 35px;
}

    .as-product-detail p {
        margin: 0px;
    }

.as-product-reviews {
    text-align: right;
    padding: 15px 30px;
}

.as-review p {
    margin: 0px;
}

.as-person-reviews h6 {
    margin-bottom: 0;
}

.as-review {
    margin: 10px;
    padding: 10px 15px;
    background-color: #f8f8f8;
}

.as-review-header span {
    display: inline-block;
    font-size: 0.9rem;
    float: left;
    color: #979797;
}

#store-reply {
    margin: 1rem 0 0 !important;
    padding: 0.5rem 0;
    border-top: 1px solid #ddd;
}

.as-review h3 {
    margin-top: 5px;
}

#product-image-carousel .carousel-control i {
    color: yellowgreen;
    font-size: 28px;
}

#variant p {
    color: black;
    font-size: 15px;
}

#reviews {
    margin-left: 20px;
    font-size: 1.2rem;
    color: #a4a4a4;
    display: flex;
    align-items: center;
}

#oparation-box .should-open-on-hover:hover i.fg-share {
    color: #000;
}

#oparation-box .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow &gt; div:after {
    display: none;
}

#oparation-box .dropdown.menu i {
    font-size: 20px;
    position: relative;
    top: 2px;
    width: 35px;
    text-align: center;
}

    #oparation-box .dropdown.menu i.fa-whatsapp {
        font-size: 24px;
        color: #26a94d;
    }

    #oparation-box .dropdown.menu i.fa-telegram {
        color: #26abdd;
    }

    #oparation-box .dropdown.menu i.fg-share {
        font-size: 18px;
        top: 4px;
        right: 2px;
    }

    #oparation-box .dropdown.menu i.fa-twitter {
        color: #33d0ed;
        font-size: 22px;
    }

    #oparation-box .dropdown.menu i.fa-linkedin {
    }

    #oparation-box .dropdown.menu i.fa-facebook {
        color: #2f55d0;
    }

#oparation-box .dropdown.menu .submenu.first-sub:after,
#oparation-box .dropdown.menu .submenu.first-sub:before {
    left: 18px;
}

#oparation-box .dropdown.menu .submenu {
    align-items: center;
    padding: 5px;
    max-width: 80vw;
    overflow: auto;
}

#oparation-box .is-dropdown-submenu.js-dropdown-active,
#oparation-box .is-dropdown-submenu:not(.js-dropdown-nohover) &gt; .is-dropdown-submenu-parent:hover &gt; .is-dropdown-submenu,
#oparation-box .should-open-on-hover:hover &gt; .is-dropdown-submenu,
#oparation-box .should-open-on-hover &gt; .is-dropdown-submenu:hover {
    display: inline-flex;
}

#oparation-box .dropdown.menu .submenu li {
    min-width: unset;
    width: unset;
}

    #oparation-box .dropdown.menu .submenu li a {
        padding: 2px;
    }

.as-variant-items, .as-sub-variant-items {
    position: relative;
    z-index: 2;
    overflow-x: auto;
    padding-bottom: 3px;
    white-space: nowrap;
}

    .as-sub-variant-items .as-sub-variant-item {
        position: relative;
        top: 0px;
        display: inline-flex;
        align-items: center;
        border: 1px solid #D7D7D7;
        border-radius: 3px;
        padding: 2px 10px;
        cursor: pointer;
        font-size: 0.8rem;
        height: 30px;
    }

        .as-sub-variant-items .as-sub-variant-item span {
            /*width: 55px;*/
            display: inline-block;
            line-height: 20px;
            height: 20px;
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .as-variant-items .as-variant-item {
        position: relative;
        top: 0px;
        display: inline-flex;
        align-items: center;
        border: 1px solid #D7D7D7;
        border-radius: 3px;
        padding: 2px 10px;
        cursor: pointer;
        font-size: 0.88rem;
        height: 30px;
    }

/*        .as-variant-items .as-variant-item[data-existingcount="0"], .as-sub-variant-item[data-existingcount="0"],
        .as-variant-items .as-variant-item[data-isExist="False"], .as-sub-variant-item[data-isExist="False"] {
            background-color: #ddd !important;
            pointer-events: none;
        }*/

.as-circle {
    margin-left: 3px;
    width: 18px;
    height: 18px;
    border: #d4d4d4 solid 1px;
    border-radius: 100%;
}

.as-variant-items .as-variant-item span {
    /*width: 55px;*/
    display: inline-block;
    line-height: 20px;
    height: 20px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.as-variant-items::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.as-variant-item.disabled, .as-sub-variant-item.disabled {
    cursor: default;
    background-color: rgba(0, 0, 0, .1);
}

.as-variant-items .fix-to-top {
    top: -6px;
}

.as-gallery-thumb {
    padding: 0px;
    list-style: none;
    overflow-x: auto;
    list-style: none;
    display: block;
    margin: 15px 0 0 0;
}

.thumb-wrapper {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 4px;
}

.as-gallery-thumb .thumb-wrapper-item {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    width: 70px;
    height: 70px;
}

.thumb-wrapper img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    opacity: 0.9;
    position: relative;
    object-fit: cover;
}

#gallery-items .thumb-wrapper .active, #booking-photo-owlcarousel .thumb-wrapper .active {
    border: 2px solid var(--primary);
}

#gallery-items .video-gallery-item img {
    filter: blur(5px);
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}

#product-discount p {
    font-size: 15px;
}

#product-discount table {
    width: 100%;
    text-align: center;
    margin-top: 7px;
}

#product-discount table, #product-discount th, #product-discount td {
    border: solid 0.5px #e9ecef;
}

#product-discount th {
    background-color: #e8e8e8;
    font-weight: 400;
    padding: 8px;
}

#product-discount td {
    padding: 8px;
}

.product-rating {
    direction: rtl;
    position: relative;
}

    .product-rating &gt; a {
        position: relative;
        z-index: 1;
        color: #eeba3b !important;
    }

.as-favorit-icon {
    display: flex;
    position: relative;
    top: 1px;
    text-align: center;
    cursor: pointer;
}

    .as-favorit-icon .fg-favorite {
        color: #ef3a73;
    }

    .as-favorit-icon .fg-favorite {
        color: #8f8f8f;
    }

    .as-favorit-icon:hover .fg-favorite,
    .as-favorit-icon:active .fg-favorite,
    .as-favorit-icon:focus .fg-favorite {
        color: #000;
    }

.as-notifi-icon {
    cursor: pointer;
    display: flex;
    text-align: center;
    color: #8f8f8f;
}

    .as-notifi-icon:hover,
    .as-notifi-icon:active,
    .as-notifi-icon:focus {
        color: #000;
    }

#description {
    padding: 1rem 0;
    line-height: 30px;
    scrollbar-width: thin;
    scrollbar-color: #878787 #dbdbdb;
}

.as-clipboard,
.as-clipboard:hover,
.as-clipboard:active,
.as-clipboard:focus {
    background-color: unset;
    border: none;
    box-shadow: none;
    outline: none;
}

#person-notify-product .form-group {
    margin: 0px;
}

    #person-notify-product .form-group label {
        margin-bottom: 0px;
        padding: 10px;
        position: relative;
        top: -3px;
    }

.as-wide-tabs .nav-tabs {
    padding: 0px;
}

    .as-wide-tabs .nav-tabs .nav-item {
        width: 50%;
    }

        .as-wide-tabs .nav-tabs .nav-item .nav-link,
        .as-wide-tabs .nav-tabs .nav-item .nav-link span {
            text-align: center;
            width: 100%;
        }

.as-product-more-info {
    margin-bottom: 10px;
}

    .as-product-more-info span {
        direction: ltr;
        display: inline-block;
    }

    .as-product-more-info .fg-event-busy {
        color: yellowgreen;
    }

    .as-product-more-info .fg-event-available {
        color: #00b0bf;
    }

.as-order-deadline {
    font-size: 1.1rem;
    margin: 10px 0;
    float: left;
    color: red;
}

@media (max-width: 992px) {

    .as-product-description-price .as-product-price {
        display: block;
    }

    .as-order-deadline {
        display: block;
        float: unset;
    }

    #description {
        padding: 20px 0;
    }

    .as-product-reviews {
        padding: 15px 0;
    }

    .as-review {
        margin: 10px 0;
    }
}

@media (max-width: 768px) {

    .as-product-description h1 {
        font-size: 30px;
    }

    .as-product-details-price {
        font-size: 17px;
    }

    .as-discount-detail {
        font-size: 13px;
    }

    .as-review h3 {
        font-size: 20px;
    }

    .as-product-order-btn .as-btn {
        width: 100%;
    }

    .as-product-detail {
        padding: 10px 20px;
    }

    .as-product-description {
        margin-top: 15px;
        height: auto;
    }

    #oparation-box {
        height: 19px;
        bottom: -2px;
    }

        #oparation-box .dropdown.menu i.fg-share {
            font-size: 17px;
            width: 20px;
            top: 0px;
        }

    #review-count {
        display: none;
    }

    #reviews {
        margin-left: 10px;
    }
}

/*#endregion*/

/*#region cart*/
.as-cart-list {
    /*float: right;*/
}

    .as-cart-list ul {
        padding: 0px;
        list-style: none;
    }

.as-cart-item {
    position: relative;
    padding: 10px;
    height: 170px;
    /*background-color:#f5f5f5;*/
    border-bottom: thin solid #eaeaea;
}

    .as-cart-item:last-child {
        border-bottom: unset;
    }

    /* .as-cart-item:first-child {
        border-radius: 5px 5px 0 0;
    }*/
    .as-cart-item &gt; .row {
        width: 100%;
        align-items: center;
        display: flex;
        margin: 0px;
    }

        .as-cart-item &gt; .row .row {
            align-items: center;
            display: flex;
        }

.as-cart-action-bar {
    text-align: left;
}

    .as-cart-action-bar i {
        font-size: 23px;
        cursor: pointer;
        color: #dbdbdb;
    }

.as-cart-item-image {
    display: flex;
    align-items: center;
}

    .as-cart-item-image &gt; div {
        height: 94px;
        max-width: 94px;
        border: 1px solid #e8e8e8;
        display: flex;
        align-items: center;
        text-align: center;
    }

    .as-cart-item-image img {
        max-width: 100%;
        max-height: 92px;
    }

    .as-cart-item-image a {
        margin: auto;
    }

.as-cart-item-desc .as-dotdotdot {
    /*margin-bottom: 10px;*/
    height: 20px;
}

.as-cart-item-desc p {
    margin-bottom: 3px;
}

.as-cart-item-variant {
    font-size: 12px;
}

.as-cart-item-title h2 {
    margin: 0 0 10px 0;
    color: #000;
    font-size: 16px;
}

.as-cart-item .as-product-price,
.as-cart-item .as-product-price .as-price-with-discount {
    color: #7d7b77;
    font-size: 14px;
    font-weight: 500;
}

.as-cart-item .as-product-price-wrapper .as-product-price {
    text-align: left;
    line-height: 25px;
    color: #000;
}

.as-cart-item .as-product-order-count {
    width: 107px;
    margin: auto;
}

    .as-cart-item .as-product-order-count .as-count {
        font-size: 1.19rem;
    }

.as-cart-item .as-product-order-button {
    width: 110px;
    margin: auto;
}

.as-product-price-wrapper {
    padding: 0;
}

.as-summary-box {
    color: #000;
    padding: 0px;
}

    .as-summary-box ul {
        position: relative;
        border: 1px solid #e6e6e6;
        -webkit-box-shadow: 0px 0px 3px 1px #e6e6e6;
        -moz-box-shadow: 0px 0px 3px 1px #e6e6e6;
        box-shadow: 0px 0px 3px 1px #e6e6e6;
        list-style: none;
        padding: 0px;
        border-radius: 5px;
        margin-bottom: 7px;
    }

    .as-summary-box li {
        padding: 5px 10px;
        line-height: 24px;
    }

        .as-summary-box li label {
            font-weight: 400;
            margin-bottom: 0px;
        }

        .as-summary-box li span {
            float: left;
        }

#order-next-step {
    position: relative;
    margin-top: 15px;
    width: 100%;
    color: #fff;
}

    #order-next-step:before {
        content: "chevron_left";
        position: absolute;
        left: 10px;
        font-family: 'MaterialSymbolsOutlined' !important;
    }

/*#order-next-step .ar-spinner-background {
        background-color: #a83587;
    }

    #order-next-step:hover .ar-spinner-background,
    #order-next-step:active .ar-spinner-background,
    #order-next-step:focus .ar-spinner-background {
        background-color: #942e77;
    }*/
a#order-next-step {
    line-height: 34px;
}

#total-price {
    background-color: #bdbdbd;
    color: #fff;
}

.as-product-detail-wrapper {
    min-height: 95px;
}

#cart-page #delivery-cost span {
    font-size: 0.8rem;
    color: rgba(143, 143, 143, 1);
}

@media (max-width: 992px) {

    .as-cart-item &gt; .row .row {
        align-items: center;
        display: table;
    }

    .as-cart-item &gt; .row {
        width: auto;
        /*display: table;*/
    }

    .as-cart-item {
        padding: 15px;
        height: 100%;
    }

    .as-cart-item-image {
        position: relative;
    }

        .as-cart-item-image img {
            max-width: 100%;
            max-height: 90px;
        }

    .as-cart-item-desc {
        position: relative;
    }

    .as-cart-action-bar i {
        font-size: 20px;
    }

    .as-cart-item-color, .as-cart-item-size {
        font-size: 11px;
    }

    .as-cart-item-title h2 {
        font-size: 14px;
    }

    .as-cart-item .as-product-order-count-wrapper {
        float: right;
        padding-left: 0px;
        text-align: right;
    }

    .as-cart-item .as-product-order-count {
        width: 107px;
        margin: 0;
    }

    .as-cart-item .as-product-price-wrapper .as-product-price {
        font-size: 14px;
        margin: 0;
        font-weight: 500;
    }

    .as-cart-item .as-product-price,
    .as-cart-item .as-product-price .as-price-with-discount {
        font-size: 13px;
        font-weight: 400;
    }

    .as-cart-item .ar-text-line-through,
    .as-cart-item .as-price-with-discount {
        display: inline-block;
    }

    .as-summary-box {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {

    #order-next-step .ar-spinner-background {
        top: -26px;
    }

    #order-next-step .ar-spinner-over {
        top: -54px;
    }
}

@media (max-width: 350px) {

    .as-cart-item .as-product-order-count {
        width: 107px;
    }
}

/*#endregion*/

/*#region checkout*/
#checkout-page #total-price {
    background-color: #f7ab07;
}

.as-checkout-title {
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    width: fit-content;
}

    .as-checkout-title i {
        margin-left: 7px;
        font-size: 1.7rem;
    }

.as-checkout-box {
    color: #000;
    position: relative;
    border: 1px solid #CCC;
    padding: 0 10px;
    border-radius: 5px;
    min-height: 43px;
}

    .as-checkout-box p {
        margin: 0px;
        word-break: break-word;
        width: 100%;
        margin-left: 4px;
    }

    .as-checkout-box ul {
        min-height: 35px;
        margin-bottom: 0px;
        padding: 0px;
        overflow: hidden;
        width: 100%;
    }

        .as-checkout-box ul li {
            font-size: 1rem;
            padding: 5px 0;
            width: 100%;
        }

        .as-checkout-box ul i.fa {
            display: inline-block;
            margin-left: 5px;
            font-size: 1.5rem;
            position: relative;
            top: 3px;
        }

        .as-checkout-box ul i.fg-check-box,
        .as-checkout-box ul i.fg-check-box-outline-blank {
            width: 18px;
            cursor: pointer;
        }

        .as-checkout-box ul i.fg-check-box-outline-blank {
            right: 3px;
        }

        .as-checkout-box ul i.fg-check-box {
            right: 2px;
        }

        .as-checkout-box ul i.fg-check-box {
            right: 0px;
        }

    .as-checkout-box .as-dotdotdot {
        height: 28px;
        overflow-y: hidden;
    }

    .as-checkout-box .as-payment-type-item:not(:last-child) {
        border-bottom: 1px solid #e5e5e5;
    }

#delivery-type .as-checkout-box {
    border: 0px;
    padding: 0px;
}

    #delivery-type .as-checkout-box ul {
        border: 1px solid #ccc;
        border-radius: 5px;
        display: flex;
        min-height: 57px;
    }

        #delivery-type .as-checkout-box ul li {
            margin: 10px;
            padding: 5px;
            flex: 1;
        }

.as-payment-gateway {
    height: 35px;
    margin-left: 10px;
    border-radius: 5px;
    padding: 2px 5px;
    box-shadow: 0px 0px 2px 0px #5c5c5c;
    cursor: pointer;
}

#payment-gateway .active {
    box-shadow: 0px 0px 2px 1px var(--primary);
}

#payment-gateway {
    display: inline;
    margin-right: 10px;
}

/*#delivery-type .as-checkout-box ul li:not(.d-none) {
                border-left: 1px solid #e5e5e5;
            }

                #delivery-type .as-checkout-box ul li:not(.d-none):last-child {
                    border-left: 0px;
                }*/
#in-store-delivery {
    cursor: pointer;
}

    #in-store-delivery .fg-check-box {
        color: #00b0bf;
    }

.as-address-list-icon {
    width: 20px;
    text-align: right;
    margin: 0px;
}

.as-address-edit,
.as-address-delete {
    float: left;
    margin-right: 7px;
    margin-left: 5px;
    font-size: 15px;
    cursor: pointer;
}

#choose-address {
    overflow-y: hidden;
}

    #choose-address .as-checkout-box {
        padding: 5px 10px;
    }

        #choose-address .as-checkout-box ul {
            height: 35px;
        }

.as-address-list-item .as-sec-btn.disabled,
.as-address-list-item .as-sec-btn.disabled:hover {
    width: 71px;
    font-size: 10px;
    padding: 2px;
    float: left;
    height: 25px;
    line-height: 20px;
    margin: 0px;
    cursor: default;
    background-color: #fff !important;
    border-color: rgba(143, 143, 143, 1) !important;
    color: rgb(107, 107, 107) !important;
}

#more-address {
    text-align: left;
    color: var(--primary);
}

    #more-address span {
        display: inline-block;
        cursor: pointer;
        color: var(--primary);
        font-size: 0.9rem;
        padding: 2px;
        height: 25px;
        line-height: 16px;
        border: 0px;
    }

    #more-address i {
        margin: 0px;
        position: relative;
        top: 3px;
        font-size: 18px;
        font-weight: bold;
    }

#checkout-page .as-address-edit,
#checkout-page .as-address-delete {
    height: 28px;
    width: 30px;
    line-height: 12px;
    font-size: 0.9rem;
    margin: 0px;
    padding: 5px;
}

#checkout-page .as-address-delete {
    margin-right: 10px !important;
}

    #checkout-page .as-address-edit i,
    #checkout-page .as-address-delete i {
        margin: 0px;
        position: relative;
        top: 0px;
        font-size: 18px;
    }

#add-address {
    margin-bottom: 5px;
    float: left;
    width: 100px !important;
    height: 28px;
    line-height: 25px;
    font-size: 0.9rem;
}

    #add-address i {
        font-size: 0.9rem;
        margin-left: 2px;
    }

#more-address i {
    font-size: 1.3rem;
    margin-right: 2px;
}

#address-insert-edit .modal-body {
    padding-bottom: 20px;
}

#questionsure-modal .modal-body {
    max-width: 400px;
    padding-bottom: 20px;
}

.as-credit-amount {
    display: inline-block;
    direction: ltr;
    font-weight: bolder;
    margin-right: 3px;
}

#total-credit i,
#required-credit i {
    font-size: 0.9rem;
    font-style: normal;
}

#total-credit .ar-direction-ltr {
    display: inline-block;
    margin-left: 0px;
    margin-right: 5px;
}

#discount-block {
    direction: ltr;
}

    #discount-block input, #discount-block #discount-code-action, #discount-block &gt; .input-group-prepend:not(:first-child) &gt; .input-group-text {
        height: 35px;
    }

        #discount-block &gt; .input-group-prepend:not(:first-child) &gt; .input-group-text .fg-redeem {
            font-size: 1.3rem;
        }

    #discount-block &gt; .input-group-prepend:not(:first-child) &gt; .input-group-text, #discount-code-action {
        padding: 0.375rem 0.75rem;
    }

    #discount-block &gt; .input-group-prepend:not(:first-child) &gt; .input-group-text {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-left: 0;
    }

    #discount-block .input-group-text span {
        /*color: #fff;*/
        margin-right: 5px;
        font-size: 15px;
    }

    #discount-block input,
    #discount-block .input-group-prepend {
        border-color: #ccc;
    }

    #discount-block input {
        padding: 1.19rem;
    }

    #discount-block .input-group-prepend {
        background-color: #fff;
    }

        #discount-block .input-group-prepend:first-child {
            color: #7d7b77;
            min-width: 64px;
            cursor: default;
        }

        #discount-block .input-group-prepend:nth-child(3) {
            color: orange;
            font-size: 18px;
        }

    #discount-block .ar-spinner-over {
        top: 2px;
    }

    #discount-block .form-control[disabled] {
        background-color: #f7f7f7;
        cursor: default;
    }

    #discount-block i.fg-done-outline {
        color: rgb(46, 204, 113);
    }

    #discount-block i.fg-close {
        color: #f24c6a;
    }

.fg-cancel, .fg-edit {
    cursor: pointer;
}

#discount-code-action {
    cursor: pointer;
}

#delivery-info {
    text-align: justify;
    word-break: break-word;
    font-size: 12px;
    padding: 0 12px;
    margin: 10px 0;
}

    #delivery-info i {
        font-size: 15px;
        position: relative;
        top: 2px;
    }

.as-checkout-box ul li.disabled {
    cursor: default;
    color: rgba(140, 140, 140, 0.8);
}

.as-checkout-description {
    margin-top: 15px;
    color: #8c8f92;
    padding: 0;
    border-radius: 5px;
}

    .as-checkout-description.active {
        color: #000;
    }

    .as-checkout-description label i {
        text-align: right;
        width: 15px;
        position: relative;
        top: 2px;
    }

    .as-checkout-description label {
        cursor: pointer;
        font-size: 13px;
        margin-top: 7px;
    }

.as-checkout-store-description {
    margin-top: 10px;
    font-size: 0.9rem;
}

.as-checkout-box ul li.as-payment-type-item {
    padding: 13px 0;
}

.as-light-green-bg {
    cursor: default !important;
    background-color: rgb(46, 204, 113) !important;
    border-color: rgb(46, 204, 113) !important;
    font-weight: 500;
}

#cash-total-credit {
    float: left;
}

.as-checkout-announce &gt; p {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.as-checkout-announce #min-post-delivery, .as-checkout-announce #min-barbari-delivery, .as-checkout-announce #min-free-delivery {
    color: #2a9f74;
}

.as-checkout-announce #error-msg-delivery {
    color: #8b0000;
}

#choose-address .as-address-list-item .fg-delete:hover, #choose-address .as-address-list-item .fg-edit:hover {
    color: #131313 !important;
}

.as-check-square.fg-check-box,
.as-check-square.fg-check-box {
    color: var(--primary) !important;
}

@media (max-width: 768px) {
    .as-checkout-box ul i.fa {
        margin-left: 0px;
    }

    #cash-total-credit {
        margin-top: 10px;
        float: unset;
        display: block;
        text-align: center;
    }
}

/*#endregion*/

/*#region personFavoriteList*/
#favorite-product-list .as-product-list {
    padding-top: 0px;
}

#favorite-product-list .as-product-img {
    margin: 0 auto 10px;
}

/*#endregion*/

/*#endregion*/

/*#region AtiClub*/
/*#ac-activity-page .row &gt; * {
    flex-shrink: 1;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
}*/
/*#ac-score-page .row &gt; * {
    flex-shrink: 1;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}*/
.grayscale {
    filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -webkit-filter: grayscale(80%);
}

.white-background-color {
    background: white !important;
}

.grey-color {
    color: grey;
}

.ac-border {
    display: block;
    margin: 8px;
    height: 1px;
    background-color: #d0d0d0;
}

.ac-spacer {
    flex: 1 1 auto;
}

.ac-label {
    font-weight: 500;
}

.ac-content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    padding-top: 4px;
}

.ac-font {
    font-size: 20px;
}

.ac-padding {
    padding-top: 26px;
    display: block;
}

.ac-btn {
    background-color: #f3886a !important;
    border: 1px solid #f3886a !important;
    color: white;
}

    .ac-btn a {
        color: white !important;
    }

.ac-rewards .owl-theme .owl-nav [class*=owl-]:hover {
    color: #333231;
}

.ac-rewards.owl-carousel .owl-nav button {
    text-align: center;
    width: 35px;
    height: 76px;
    padding: 5px !important;
    outline: none !important;
    /*font-size: 35px !important;*/
    line-height: 13px !important;
    border: 1px solid #dedede;
    color: #7d7b77;
    background-color: #FFFFFF;
    position: absolute;
    top: calc(50% - 43px);
}

.ac-rewards .owl-next {
    -webkit-box-shadow: -1px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: -1px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px;
    right: 0px;
}

.ac-rewards .owl-prev {
    -webkit-box-shadow: 1px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 1px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0;
    left: 0px;
}

@media (max-width: 992px) {
    .ac-page-title {
        margin: 10px 0 20px 0;
    }
}

/*#region general*/
/*#region ac-container*/
@media (min-width: 1200px) {
    .ac-container {
        max-width: calc(100% - 180px);
        padding-right: 15px;
        padding-left: 15px;
    }
}


@media (max-width: 768px) {
    .ac-container {
        padding: 15px 15px;
    }
}

/*#endregion*/
/*#region spinner*/
.ac-loader-button:hover .ac-spinner-background,
.ac-loader-button:active .ac-spinner-background,
.ac-loader-button:focus .ac-spinner-background {
    background-color: var(--primary);
}

.ac-spinner-background {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 2px;
    background-color: var(--primary);
    display: block;
    top: 0px;
    right: 0;
    left: 0;
}

    .ac-spinner-background:hover {
        background-color: var(--primary);
    }

/*#endregion*/
/*#endregion*/
/*#region menu-slider*/
.ac-menu-slider .owl-carousel .owl-nav button {
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 5px !important;
    outline: none !important;
    font-size: 35px !important;
    line-height: 13px !important;
    color: #7d7b77 !important;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: calc(50% - 30px);
}

.ac-menu-slider .owl-theme button.owl-prev {
    right: 0px;
}

.ac-menu-slider .owl-theme button.owl-next {
    left: -8px;
}

.ac-menu-slider {
    min-height: 9vw;
}

    .ac-menu-slider .item {
        direction: rtl;
        width: 100px;
        margin: 20px 10px 5px 10px;
        display: inline-block;
        text-align: center;
    }

        .ac-menu-slider .item a {
            display: block;
            cursor: pointer;
        }

            .ac-menu-slider .item a:hover span {
                color: var(--primary);
            }

            .ac-menu-slider .item a:hover img, .ac-menu-slider .item a:hover i {
                transform: scale(1.1);
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

        .ac-menu-slider .item img {
            border: 1px solid #dedede;
            border-radius: 50%;
            width: 90px;
            height: 90px;
            margin: auto;
        }

            .ac-menu-slider .item img.ac-profile-img {
                border: 2px solid #373c40;
            }

        .ac-menu-slider .item i {
            border: 1px solid #dedede;
            border-radius: 50%;
            width: 90px;
            height: 90px;
            margin: auto;
            font-size: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .ac-menu-slider .item span {
            display: inline-block;
            margin-bottom: 0px;
            margin-top: 10px;
            font-weight: 500;
            color: #243a5b;
            width: fit-content;
            height: 35px;
            line-height: 17px;
            text-align: center;
            font-size: 12px;
        }

@media (max-width: 768px) {
    .ac-menu-slider {
        min-height: 20vw;
    }

        .ac-menu-slider .item {
            margin: 10px 5px 0 5px;
            width: 70px;
        }

            .ac-menu-slider .item img {
                width: 60px;
                height: 60px;
            }

            .ac-menu-slider .item i {
                width: 60px;
                height: 60px;
                font-size: 30px;
            }

            .ac-menu-slider .item span {
                font-size: 9px;
                margin-top: 5px;
                width: 60px;
                height: 34px;
            }
}
/*#endregion*/
/*#region menu*/
.as-mobile-menu-wraper #club-menu li label.has_children:not(:only-child):before {
    content: "\f078";
    color: #FFF;
}

/*#endregion*/
/*#region login*/
.ac-login-submit {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

    .ac-login-submit:hover, .ac-login-submit:active, .ac-login-submit:focus {
        background-color: var(--ac-color) !important;
    }

.ac-confirm {
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}

.ac-forget-password {
    display: block;
    text-align: center;
    color: var(--primary) !important;
    margin-top: 10px;
}

.ac-confirm:active {
    color: #fff;
    background: var(--ac-color) !important;
    outline: none;
}

.ac-confirm:hover {
    color: #fff;
    background: var(--ac-color) !important;
    outline: none;
}

#login-page .ac-accept {
    border-bottom: 1px solid var(--primary) !important;
    color: var(--primary) !important;
}

    #login-page .ac-accept a {
        border-bottom: 1px solid var(--primary) !important;
        color: var(--primary) !important;
    }

#profile-page header {
    cursor: pointer;
}

#profile-page .as-filled {
    display: none;
    padding-right: 8px;
    padding: 0.2rem 0.4rem;
    border-radius: 0.5rem;
    width: fit-content;
    font-size: .8rem;
    font-weight: var(--bs-body-font-weight);
    line-height: 2;
    border: 1px solid #198754;
    margin-right: auto;
    margin-left: 10px;
}

#profile-page .snippet {
    border: 1px solid #ffc107;
    padding-right: 8px;
    padding: 0.2rem 0.4rem;
    border-radius: 0.5rem;
    width: fit-content;
    font-size: .8rem;
    font-weight: var(--bs-body-font-weight);
    line-height: 2;
}

#profile-page .as-filled .fg-done-outline {
    color: #198754 !important;
    margin-left: 5px;
    font-size: var(--bs-body-font-size);
}

#profile-page .snippet .fg-priority-high {
    margin: 0.2rem 0 0 0.2rem;
    font-size: var(--bs-body-font-size);
    color: #ffc107;
    width: .7rem;
}

#profile-page .form-select {
    border: 1px solid #e4e5e7;
    width: 100%;
    background-position: left 0.75rem center;
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
    font-size: 1rem;
    border-radius: 5px;
}

/*#endregion*/
/*#region header*/
header.ac-main-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    display: block;
}

#ac-desktop-header {
    background-color: #fff;
    /*position: fixed;*/
    width: 100%;
    z-index: 100;
    color: #374a5f;
}

    #ac-desktop-header .ac-container &gt; div {
        padding: 0px;
    }

    #ac-desktop-header .as-btn.elipsis-text {
        max-width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        direction: rtl;
    }

    #ac-desktop-header .ac-container {
        height: 75px;
    }

.ac-top-header-logo {
    margin-left: 10px;
    height: 63px;
    width: 63px;
}

    .ac-top-header-logo a {
        position: relative;
        display: inline-block;
        height: 63px;
        width: 63px;
    }

    .ac-top-header-logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-height: 63px;
        max-width: 63px;
        transform: translate(-50%, -50%);
    }

.ac-store-name-slogan,
.ac-store-name-slogan:hover {
    width: 100%;
    font-size: 17px;
    cursor: pointer;
    font-family: iranyekan, roboto, Arial !important;
    color: black;
}

.navigation-part.social a {
    margin: 0 4px;
    color: #7d7b77;
}

#ac-mobile-header .container .row &gt; div {
    padding: 0 8px;
    margin-left: 0px;
}

#ac-mobile-header {
    transition: transform .5s;
    box-shadow: 0 0.125rem 0.125rem 0 #0000001a;
}

#ac-mobile-header-container {
    position: relative;
}

#ac-mobile-header #ac-mobile-header-container .row {
    /*  width: 100vw;*/
}

#offcanvasNavbar li {
    padding: 10px 15px;
    font-size: 1.2rem;
}

#collapseProductCategory li {
    padding: 0.5rem 0.5rem 0.5rem 0.2rem;
}

#ac-mobile-header .ac-menu-button {
    font-size: 1.5rem;
    color: #757575;
    background: unset;
    border: 0;
}

#ac-mobile-header .ac-account {
    display: inline-block;
    text-align: center;
    height: 35px;
    width: 35px;
    min-width: unset;
    font-size: 1.1rem;
    margin-right: 5px;
    position: relative;
    direction: rtl;
    color: #525252;
    border-radius: 5px;
    line-height: 42px;
}

    #ac-mobile-header .ac-account a {
        word-break: break-word;
        color: #525252;
    }

    #ac-mobile-header .ac-account i {
        margin: 0px;
        font-size: 1.8rem;
        color: #a5a5a5;
    }

#ac-mobile-header .as-btn.elipsis-text {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: rtl;
    height: 35px;
    line-height: 2.5rem;
}

#ac-mobile-header .navigation-part.user {
    /*flex: 1 1 auto;*/
    flex: 0 0 auto;
    text-align: left;
    display: flex;
    align-items: center;
    /*direction: ltr;*/
}

.navigation-part.user #ac-sign-out-btn {
    font-size: 1.8rem;
    top: 4px;
    position: relative;
}

    .navigation-part.user #ac-sign-out-btn:hover {
        color: #d30303;
    }

#ac-desktop-header .navigation-part.user {
    padding: 0;
}

.navigation-part.auth span {
    margin: 0 5px;
}

.nav-menu {
    display: flex;
    place-items: center;
}

.ac-menu-wraper {
    height: 55px;
    border-top: 1px solid #eee;
    border-right: 0px;
    border-left: 0px;
    transition: transform .5s;
}

    .ac-menu-wraper .ac-top-menu-item {
        display: inline-block;
    }

        .ac-menu-wraper .ac-top-menu-item span {
            display: inline-block;
            /*padding: 15px;*/
            padding: 0 15px;
            cursor: pointer;
            color: #3e3e3e;
        }

.ac-second-menu-wraper {
    height: 40px !important;
}

.ac-first-menu-wraper {
    position: fixed;
    top: 75px;
    z-index: 99;
    background: white;
    width: 100%;
    display: flex;
    align-items: center;
}

.store-type-c {
    padding: 15px;
    /* border-left: 1px solid #a5a5a1;*/
    color: #f3886a;
}

    .store-type-c a {
        color: #f3886a;
        font-family: iranyekan, roboto, Arial !important;
        font-size: 1.1rem;
        font-weight: 500;
    }

.ac-second-menu-wraper .ac-top-menu-item span {
    color: #818181;
}

@media (max-width: 1200px) {
    .ac-menu-wraper .ac-top-menu-item span {
        padding: 15px 5px;
    }
}


.ac-menu-wraper .ac-top-menu-item span.ac-top-menu-item-home {
    padding: 13px 15px;
}

.ac-menu-wraper .ac-top-menu-item span:hover,
.ac-menu-wraper .ac-top-menu-item span.active, .store-type-c:hover {
    color: #f18263;
    /*color: var(--primary);*/
    /*border-bottom: 2px solid var(--primary);*/
}

.store-type-c a:hover, .store-type-c a:active {
    color: #f18263 !important;
}

/* .ac-menu-wraper .ac-top-menu-item:not(:last-child):after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 30px;
        background-color: #eee;
        position: relative;
        top: 12px;
    }*/
.ac-menu-wraper .ac-top-menu-item:not(:last-child):not(:first-child) {
    border-left: 1px solid #eee;
}

.ac-menu-wraper .ac-top-menu-item:first-child {
    border-left: 1px solid #C8C6C4;
}

.hamburger-button {
    padding-right: 20px;
    font-size: 25px;
}


@media (max-width: 992px) {

    .ac-top-header-logo {
        margin: 0;
        width: 50px;
        height: 50px;
    }

    .navigation-part.user {
        bottom: 3px;
    }

    .ac-store-name-slogan {
        font-size: 15px;
        margin: 0;
        max-width: 60vw;
    }
}

@media (max-width: 768px) {
    .ac-menu-wraper .ac-container {
        padding: 0;
        margin: auto;
        display: flex;
    }

    .ac-menu-wraper .ac-top-menu-item span {
        /* padding: 10px;
        font-size: 0.8rem;*/
    }

    #mobile-header-container .as-cart.hidden-sm {
        display: none;
    }
}

.ac-menu-wraper .ac-top-menu-item span.ac-top-menu-item-home {
    padding: 11px 15px;
}

.ar-text-right {
    justify-content: space-between;
}

}

@media (max-width: 590px) {
    .navigation-part {
        font-size: 13px;
        font-weight: 500;
        margin-right: 10px;
    }

    .ac-store-name-slogan,
    .ac-store-name-slogan:hover {
        width: unset;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    #ac-mobile-header .col-2 {
        display: none !important;
    }

    .ac-menu-wraper {
        display: none !important;
    }
}
/*#endregion*/
/*#region index*/
#is-persistent {
    margin-left: 3px;
}

.as-persistent {
    float: right;
    width: 100%;
}

#ac-section-log-slogan {
    height: calc(100vh - 75px);
    width: 100%;
}

    #ac-section-log-slogan .shadowBox {
        height: 100%;
        width: 100%;
        position: relative;
    }

    #ac-section-log-slogan .section-content {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        #ac-section-log-slogan .section-content img {
            width: 200px;
        }

    #ac-section-log-slogan .arow-down {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        height: 50px;
        text-align: center;
    }

        #ac-section-log-slogan .arow-down i {
            color: #a3a3a3;
            font-size: 70px;
        }

            #ac-section-log-slogan .arow-down i:hover {
                color: #848484;
            }

.club_title {
    border-top: 1px solid #cecece;
    color: black;
    margin-top: 25px;
    padding-top: 25px;
    font-size: 25px;
    font-weight: 200;
}

.club_sub_title {
    color: black;
    font-size: 25px;
    font-weight: 200;
}

.section-container {
    margin-right: 120px;
    margin-left: 120px;
}

#about_club {
    padding-top: 85px;
}

    #about_club p {
        font-size: 17px;
        line-height: 1.8em;
        color: #1C1C1C;
        text-align: right;
        font-weight: 100;
        white-space: pre-line;
        margin-bottom: 0;
        margin: 20px 0 40px 0;
    }

    #about_club div a {
        margin: 10px;
        padding: 8px 22px;
        height: unset;
        background-color: var(--main-color);
        border-color: var(--main-color);
        margin: 10px 10px 40px 10px;
    }

        #about_club div a:hover {
            background-color: #f95e31;
        }

#contact {
    padding: 10px 0;
    background-image: url('/Content/Images/Shared/contact-background.jpg');
    color: white;
}

    #contact .section-container div.row {
        padding: 0 15px;
    }

.contact-title {
    display: inline-block;
    padding-bottom: 20px;
    padding-right: 10px;
    position: relative;
    font-weight: bold;
    top: -6px;
}

.contact-title-icon {
    font-size: 43px;
}

.contact-title-border {
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #222;
    right: 0;
    height: 0;
    margin: auto;
}

    .contact-title-border span {
        width: 9px;
        height: 9px;
        position: relative;
        display: inline-block;
        margin: 0 1px;
        bottom: 18.3px;
    }

#contact .contact-title-border {
    border-color: #c0c0c0;
    margin-left: -15px;
}

    #contact .contact-title-border span::before {
        background: #c0c0c0;
    }

.contact-title-border span::before {
    background: #222;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}

.as-border {
    display: block;
    margin: 8px;
    height: 1px;
    background-color: #c0c0c0;
}

.contact-info {
    margin-bottom: 5px;
}

    .contact-info i.fa {
        position: relative;
        top: 3px;
        width: 25px;
        font-size: 22px;
    }

    .contact-info i.fa {
        position: relative;
        top: 3px;
        width: 25px;
        font-size: 22px;
    }

    .contact-info i.fg-phone-iphone {
        font-size: 28px;
    }

    .contact-info i.fa {
        position: relative;
        top: 3px;
        width: 25px;
        font-size: 22px;
    }

    .contact-info i.fg-mail {
        font-size: 15px;
    }

    .contact-info div {
        font-size: 17px;
    }

    .contact-info p {
        margin-bottom: 5px;
        font-size: 13px;
    }

.section-opening-club {
    position: relative;
    background: #13396F;
    border-radius: 14px;
    text-align: center;
    background-image: url('/Content/Images/Shared/opening_customer_club.png')
}

    .section-opening-club div {
        padding: 22px 80px;
        margin-bottom: 10px;
    }

    .section-opening-club .btn {
        padding: 10px 30px;
        font-weight: 600;
        margin-top: 15px;
        color: white;
        font-size: 20px;
        width: 100%;
    }

#footer-links {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 11px;
}

#page-links {
    text-align: right;
    padding: 0px;
}

#social-links {
    text-align: left;
    padding: 0px;
}

    #social-links a {
        margin: 0 6px;
        display: inline-block;
        width: 25px;
        text-align: center;
        color: gray;
    }

    #social-links img {
        width: 100%;
    }

    #social-links &gt; a:hover, #social-links &gt; a:active, #social-links &gt; a:focus {
        color: var(--main-color);
    }

@media (max-width: 992px) {
    #footer-links {
        margin: 20px 0 0;
    }

    #page-links {
        text-align: center;
    }

    #social-links {
        margin-top: 15px;
        text-align: center;
    }

    #about_club {
        padding-top: 110px;
    }

    .contact-title-border span {
        bottom: 14.3px;
    }
}

@media (max-width: 768px) {
    .section-container {
        margin-right: 20px;
        margin-left: 20px;
    }

    .enter-club-btn {
        margin: 0 !important;
    }

    #ac-section-log-slogan .section-content {
        width: 100%;
        padding: 15px;
    }

        #ac-section-log-slogan .section-content img {
            width: 150px;
        }

    #ac-section-log-slogan .arow-down {
    }

    #about_club {
        padding-top: 30px;
    }

        #about_club p {
            font-size: 15px;
        }

    .club_title, .club_sub_title {
        font-size: 19px;
    }

    .contact-title-icon {
        font-size: 38px;
    }
}
/*#endregion*/
/*#region Index-News*/
.flickity-slider {
    min-height: 400px;
}

.flickity-button-icon {
    color: #757575;
}

.flickity-button:focus {
    box-shadow: none;
}

.carousel {
    /*height: 400px;*/
    overflow: hidden;
    position: relative;
}

    .carousel:focus {
        outline: none;
    }

.carousel-cell {
    width: 50%;
    height: 100%;
    display: flex;
    text-align: center;
    background-size: cover;
    transition: filter 0.5s ease-out, opacity 0.5s ease-out;
}

    .carousel-cell .-inner {
        opacity: 1;
        margin: auto;
        transition: opacity 1s ease-out 0.5s;
    }

    .carousel-cell &gt; div {
        margin: 0;
        font-size: 14px;
        line-height: 0.75;
        position: relative;
        position: absolute;
        left: 0;
        right: 0;
        transform-origin: center center;
        transition: transform 0.5s ease-out;
    }

        .carousel-cell &gt; div::before {
            top: 0;
            opacity: 0;
            left: -5vw;
            right: -5vw;
            z-index: -1;
            content: "";
            bottom: 0.35vw;
            position: absolute;
            border-top: 2px solid;
            border-bottom: 2px solid;
            transition: opacity 0.5s ease-out;
        }

        .carousel-cell &gt; div::after {
            top: 50%;
            left: -5vw;
            opacity: 0;
            right: -5vw;
            content: "";
            z-index: -1;
            height: 4px;
            position: absolute;
            border-top: 4px dashed;
            transform: translateY(-4px);
            transition: opacity 0.5s ease-out;
        }

    .carousel-cell:not(.is-selected) {
        opacity: 0.5;
        filter: blur(1px);
    }

        .carousel-cell:not(.is-selected) &gt; div {
            transform: scale(0.5);
        }

.ac-news-item {
    width: 80%;
    margin: auto;
    border-radius: 3%;
    border: 1px solid #ccc;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

    .ac-news-item a img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-top-left-radius: 3%;
        border-top-right-radius: 3%;
    }

    .ac-news-item a .ac-news-item-header {
        direction: ltr;
        padding: 5px 13px;
        font-size: 0.8rem;
        color: #898e92;
        text-align: right;
    }

        .ac-news-item a .ac-news-item-header span {
            margin: 0 5px;
            display: inline-block;
        }

    .ac-news-item a .ac-news-title {
        max-width: 100%;
        text-align: right;
        font-size: 1rem;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: right;
        padding: 0 13px;
    }

    .ac-news-item a p:last-child {
        max-width: 100%;
        text-align: right;
        line-height: 30px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        unicode-bidi: bidi-override;
        overflow: hidden;
        padding: 0 13px;
    }


    .ac-news-item figure {
        height: 25px;
        position: relative;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .ac-news-item figcaption {
        text-align: center;
        position: absolute;
        left: 0px;
        bottom: -76px;
        width: 100%;
        padding: 3px 0px;
        font-family: "Shekasteh_Beta";
        font-size: 25px;
        color: white;
        transition: all 0.5s;
    }

    .ac-news-item:hover figcaption {
        bottom: -5px;
    }

    .ac-news-item .ac-news-social-networks a i {
        color: black;
        font-size: 23px;
        width: 30px;
        opacity: 0.4;
    }

.ac-news-social-networks {
    direction: ltr;
    text-align: left;
    margin: 5px;
}

    .ac-news-social-networks a {
        text-align: center;
    }

        .ac-news-social-networks a i {
            color: black;
            font-size: 1.7rem;
            width: 35px;
            opacity: 0.4;
        }

        .ac-news-social-networks a:hover i {
            opacity: 0.8;
        }

@media (max-width: 768px) {
    .flickity-button {
        width: 40px;
        height: 40px;
    }

    .carousel-cell {
        width: 70%;
    }

        .carousel-cell:not(.is-selected) &gt; div {
            transform: scale(0.8);
        }

    .ac-news-item {
        width: 100%;
    }

    .ac-news-social-networks a i {
        color: black;
        font-size: 1.7rem;
        width: 26px;
        opacity: 0.4;
    }

    .ac-news-item figure {
        height: 25px;
        position: relative;
        margin-bottom: 5px;
    }

    .ac-news-item figcaption {
        text-align: center;
        left: 0px;
        bottom: -6px;
        width: 100%;
        padding: 3px 0px;
        font-family: "Shekasteh_Beta";
        font-size: 25px;
        color: white;
        transition: all 0.5s;
    }

    .ac-news-social-networks {
        direction: ltr;
        text-align: left;
    }
}

@media screen and (min-width: 1200px) {
    .carousel-cell &gt; div {
        font-size: 14px;
    }
}
/*#endregion*/
/*#region home*/
.home-banner-header {
    width: 100vw;
    height: 25vw;
    object-fit: cover;
    position: relative;
}

.ac-title-home {
    font-family: iranyekan, roboto, Arial !important;
    font-size: 1.4rem;
}

.header-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .header-title a {
        display: flex;
        align-items: center;
        color: var(--main-color);
    }

        .header-title a i {
            margin-right: 8px;
        }

.display-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

    .display-content &gt; i {
        font-size: 12px;
    }

.ac-top-header-collapse-button {
    position: absolute;
    background: none;
    border: 0;
    right: 10px;
    top: 30%;
}

    .ac-top-header-collapse-button i {
        font-size: 28px;
        color: #071da1;
    }

#ac-rewards-carousel {
    margin-bottom: 70px;
}

.ac-top-header-collapse {
    direction: rtl;
    background: #f3f3f3;
    text-align: right;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.25);
}

.ac-top-header-collapse-row {
    padding: 5px 40px 0;
    border-bottom: 1px solid #fff;
    display: block;
    position: relative;
    width: 100%;
    min-height: 76px;
    padding-top: 25px;
}

.ac-top-header-collapse-row-icon {
    float: right;
    margin-left: 20px;
}

    .ac-top-header-collapse-row-icon i {
        font-size: 28px;
    }

.ac-top-header-collapse-row-text {
    margin-top: 2px;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}

.ac-top-client-menu {
    direction: rtl;
    margin: -35px 0 30px 0;
    z-index: 2;
    position: relative;
}

.ac-top-client-menu-profile {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.21);
    float: right;
    border-radius: 3px;
    cursor: pointer;
    height: 110px;
    width: 262px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .2s linear;
}

    .ac-top-client-menu-profile a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

    .ac-top-client-menu-profile:hover {
        box-shadow: -1px 4px 10px 0px rgba(0, 0, 0, 0.15), inset 0px 0px 8px 0px #e4e7ff;
        transform: scale(1.07);
    }

    .ac-top-client-menu-profile img {
        width: 72px;
        height: 72px;
        margin-left: 10px;
        border-radius: 50%;
        border: 2px solid #e1e1e1;
        background: white;
    }

.ac-top-client-menu-profile-text {
    position: relative;
    flex: 1 1 auto;
    display: inline-block;
}

.ac-top-client-menu-profile-text-name {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #000;
    max-width: 95%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    unicode-bidi: bidi-override;
}

.ac-top-client-menu-boxes {
    float: right;
}

.ac-top-client-menu-boxes {
    height: 110px;
}

.ac-top-client-menu-boxes-box {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.21);
    border-radius: 3px;
    float: right;
    text-align: center;
    margin: 0 6px 0 0;
    transition: all 0.2s cubic-bezier(0.19, -0.11, 0.19, 0.96);
}

    .ac-top-client-menu-boxes-box:hover {
        box-shadow: -1px 4px 10px 0px rgba(0, 0, 0, 0.15), inset 0px 0px 8px 0px #e4e7ff;
        transform: scale(1.07);
    }

.ac-top-client-menu-boxes-box-text {
    font-size: 16px;
    color: #002a63;
    transition: all .2s linear;
}


.ac-top-client-menu-boxes-box {
    height: 100%;
    width: 122px;
    padding: 20px 0 0;
    cursor: pointer !important;
}

.ac-padding-top {
    padding-top: 36px;
}

.detail_user {
    color: gray;
}

.last-news p {
    max-height: 260px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    -ms-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    text-align: justify;
}

.last-news img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border: 1px solid #d1d1d1;
    padding: 0;
    border-radius: 20px;
}

.news-box, .reward-box {
    width: 100%;
    margin: auto;
}

    .news-box .news-regdate {
        font-size: 11px;
    }

    .news-box .read-more {
        color: #0082ff;
    }

.ac-news-image {
    width: 100%;
    max-height: calc(100vh / 3);
    object-fit: cover;
    margin-bottom: 10px;
    border: 1px solid #d1d1d1;
    padding: 0;
    border-radius: 20px;
}

@media only screen and (min-width: 768px) {
    .news-box hr {
        display: none;
    }

    .news-box .last-news-mobile {
        display: none;
    }

    .ac-footer-menu-links &gt; li {
        float: right;
    }

    .ac-top-header-collapse-button {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    .home-banner-header {
        height: 50vw;
    }

    .news-box .last-news {
        display: none;
    }

    .ac-footer-menu-links &gt; li {
        float: none;
    }
}

@media only screen and (max-width: 991px) {
    .ac-top-client-menu:not(.ac-mobile-main-menu) {
        display: none;
    }

    .ac-mobile-main-menu .ac-container .ac-top-client-menu-boxes {
        height: unset;
        width: 100%;
        margin: 15px 0;
    }

    .ac-mobile-main-menu .ac-container .ac-top-client-menu-profile {
        width: 100%;
        margin: 0;
    }

    .ac-mobile-main-menu .ac-container .ac-top-client-menu-boxes div .ac-top-client-menu-boxes-box {
        width: 100%;
        margin: 0;
        padding: 20px 0;
    }

    .ac-top-header-collapse-button {
        display: block;
    }

    #ac-home-page .row .ar-padding-5 {
        padding: 5px 10px !important;
    }
}

@media only screen and (min-width: 992px) {
    .ac-top-header-collapse {
        display: none !important;
    }

    .ac-top-client-menu.ac-mobile-main-menu {
        display: none;
    }
}

.ac-footer-menu {
    background-color: #383838;
    display: block;
    width: 100%;
    padding: 15px 0;
    clear: both;
}

.ac-footer-menu-links {
    text-align: center;
    padding: 0;
}

    .ac-footer-menu-links &gt; li {
        line-height: 50px;
        display: inline-block;
        margin-left: 30px;
    }

        .ac-footer-menu-links &gt; li &gt; a {
            color: #ffffff;
            font-size: 15px;
            font-weight: 400;
        }

@media (max-width: 768px) {

    #ac-activity-page .col-md-5 {
        width: unset;
    }

    #ac-activity-page .col-md-7 {
        width: unset;
    }
}

@media (max-width: 300px) {
    .pl-3 {
        padding-left: unset;
    }

    .ac-activity-picture {
        margin-bottom: 15px;
    }

    .ac-activity-left {
        padding: 0 15px;
    }

    .ac-activity-content-item {
        padding-bottom: 15px
    }

    .ac-activity-picture img {
        border-radius: 5px 5px 0 0;
    }

    .ac-activity-content-item {
        display: unset;
        padding-left: unset;
    }

    .ac-activity-operation {
        position: unset;
    }

    #ac-activity-page .col-6 {
        width: unset;
    }
}

/*.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    text-align: center;
    width: 35px;
    height: 76px;
    padding: 5px !important;
    outline: none !important;
    font-size: 15px !important;
    line-height: 13px !important;
    border: 1px solid #dedede;
    color: #7d7b77;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: -1px 0 4px 0 rgb(0 0 0 / 15%);
}

.owl-carousel .owl-nav button.owl-next {
    border-radius: 5px 0 0 5px;
    right: -5px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -5px;
    border-radius: 0 05px 5px 0;
}*/
/*#endregion*/
/*#region Profile &amp; Score*/
#person-identity {
    border-right: 5px solid #6c5ffc;
    background-color: #f0efff;
}

#profile-page .ac-profile-detail {
    text-align: right;
    margin: 0 auto;
    /*padding: 20px;*/
    font-size: 16px;
    padding-bottom: 5px;
    position: relative;
    width: 100%;
}

    #profile-page .ac-profile-detail .ac-profile-box {
        padding: 5px 0;
    }

        #profile-page .ac-profile-detail .ac-profile-box &gt; div,
        #ac-score-page .ac-score-detail .ac-score-box &gt; div {
            /*box-shadow: 0 0 4px 0 #00000026 !important;
            min-height: 405px;*/
            border-radius: 4px;
            overflow: hidden;
        }

            #profile-page .ac-profile-detail .ac-profile-box &gt; div header {
                /* background-color: #fafafb;*/
                padding: 10px;
                position: relative;
            }

                #profile-page .ac-profile-detail .ac-profile-box &gt; div header button {
                    position: absolute;
                    left: 15px;
                    top: 15px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    /*  border: 1px solid var(--color-green);
                    background: white;
                    color: var(--color-green);
                     width: 30px;
                    height: 30px;*/
                }

            #profile-page .ac-profile-detail .ac-profile-box &gt; div &gt; div .ac-profile-title {
                font-size: 14px;
            }

            #profile-page .ac-profile-detail .ac-profile-box &gt; div &gt; div &gt; div {
                margin-top: 10px;
            }

#profile-page .person-image {
    /*  background: white;*/
    position: relative;
}

    #profile-page .person-image img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 2px solid #e1e1e1;
        background: white;
    }

    #profile-page .person-image .fg-photo-camera {
        position: absolute;
        bottom: 0;
        right: 68px;
        color: #b5b5b5;
        font-size: 29px;
        cursor: pointer;
    }

    #profile-page .person-image .fg-cancel {
        position: absolute;
        top: 1px;
        right: 15px;
        color: #d50000;
        font-size: 17px;
        cursor: pointer;
        background: white;
        border-radius: 50%;
    }

#profile-page .person-fav-check {
    display: none;
}

    #profile-page .person-fav-check + label {
        border: 1px solid #e82646;
        padding: 5px 10px;
        margin: 5px;
        font-size: 13px;
        border-radius: 18px;
        min-width: 75px;
        text-align: center;
        cursor: pointer;
    }

    #profile-page .person-fav-check:checked + label {
        border: 1px solid #e82646;
        padding: 5px 10px;
        border-radius: 18px;
        background: #e82646;
        color: white;
    }

#ac-score-page header {
    border-bottom: none !important;
}

.score-header {
    padding: 1.5rem 10px !important
}

@media (max-width: 768px) {
    #profile-page .ac-profile-detail, #ac-score-page .ac-score-detail {
        margin-top: 0;
        padding: 0;
    }

        #profile-page .ac-profile-detail .ac-profile-box,
        #ac-score-page .ac-score-detail .ac-score-box {
            padding-left: 0;
            padding-right: 0;
        }
}

/*#endregion*/
/*#region myFriends*/
.ac-invite-friend-box {
    padding: 15px;
    border-radius: 5px;
    background-color: #f3f3f3;
}

.ac-friends-info {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 5px 10px 2px 10px;
    font-size: 17px;
    color: var(--main-color);
}

#name-phoneNumber {
    width: 300px;
}

#ac-my-friends-page .fg-content-copy {
    font-size: 22px;
    background-color: #eee;
    cursor: pointer;
    color: #aaa;
}

#friend-contact-box .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow &gt; div:after {
    display: none;
}

#friend-contact-box .dropdown.menu i {
    font-size: 20px;
    position: relative;
    top: 2px;
    width: 35px;
    text-align: center;
}

    #friend-contact-box .dropdown.menu i.fa-whatsapp {
        font-size: 24px;
        color: #26a94d;
    }

#friend-contact-box .dropdown.menu .submenu.first-sub:after,
#friend-contact-box .dropdown.menu .submenu.first-sub:before {
    left: 18px;
}

#friend-contact-box .dropdown.menu .submenu.last-sub {
    transform: rotate(180deg);
    top: -50px;
    left: 0;
}

    #friend-contact-box .dropdown.menu .submenu.last-sub li {
        transform: rotate(180deg);
    }

#friend-contact-box .dropdown.menu .submenu {
    align-items: center;
    padding: 5px;
    min-width: unset !important;
}

#friend-contact-box .is-dropdown-submenu.js-dropdown-active,
#friend-contact-box .is-dropdown-submenu:not(.js-dropdown-nohover) &gt; .is-dropdown-submenu-parent:hover &gt; .is-dropdown-submenu,
#friend-contact-box .should-open-on-hover:hover &gt; .is-dropdown-submenu,
#friend-contact-box .should-open-on-hover &gt; .is-dropdown-submenu:hover {
    display: inline-flex;
}

#friend-contact-box .dropdown.menu .submenu li {
    min-width: unset;
    width: unset;
}

    #friend-contact-box .dropdown.menu .submenu li a {
        padding: 2px;
    }

.whatsapp-mobile {
    display: none;
}

.whatsapp-desktop {
    display: block;
}

@media (max-width: 992px) {
    .whatsapp-mobile {
        display: block;
    }

    .whatsapp-desktop {
        display: none;
    }
}
/*#endregion*/
/*#region Reward*/
#ac-reward-page header {
    border-bottom: none !important;
}

.ac-reward-item {
    background-color: #fff;
    border: 0px;
    width: calc(100% - 3px);
    display: inline-block;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 1px 1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 20%);
    /* padding: 10px; */
    margin: 8px 2px;
}

    .ac-reward-item .ac-reward-img {
        width: 100%;
        padding-top: 90%;
        position: relative;
        border-radius: 5px 5px 0 0;
    }

        .ac-reward-item .ac-reward-img img {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            max-height: 90%;
            max-width: 90%;
            margin: auto;
            border-radius: 5px 5px 0 0;
        }

    .ac-reward-item .ac-reward-content {
        margin-top: 16px;
        text-align: right;
        padding: 10px;
    }

        .ac-reward-item .ac-reward-content .ac-reward-title {
            color: #374C60;
            font-size: 1.1rem;
            font-weight: 500;
        }

        .ac-reward-item .ac-reward-content .ac-reward-overview {
            color: #7d7d7d;
            font-size: 12px;
            height: 40px;
            line-height: 20px;
            margin-bottom: 0px;
        }

        .ac-reward-item .ac-reward-content .ac-reward-point {
            min-height: 21px;
            font-size: 15px;
            margin: 10px 0;
            color: var(--main-color);
        }

        .ac-reward-item .ac-reward-content .ac-reward-deadline {
            padding: 10px 5px 0 0;
            font-size: 0.9rem;
            text-align: left;
            border-top: 1px solid var(--main-color);
        }


@media (max-width: 400px) {

    #ac-reward-page #ac-reward-list .col-6 {
        width: 50%;
        min-height: 256px;
        margin-bottom: 15px;
    }

    #ac-reward-page .ar-category .col-4 {
        width: 50%;
    }
}
/*#endregion*/
/*#region sort-box*/
.ac-sort-box i {
    margin-left: 10px;
    font-size: 25px;
    color: #ccc;
}

.ac-sort-item {
    margin: 0 2px;
    display: inline-block;
    text-align: center;
    color: #000;
    border-radius: 5px;
    padding: 3px 8px;
}

    .ac-sort-item:hover {
        cursor: pointer;
        background-color: #e6e6e6;
    }

    .ac-sort-item.active {
        background-color: #00b0bf;
        color: #fff !important;
    }

        .ac-sort-item.active i {
            color: #fff !important;
        }

.ac-sort-box .left {
    position: absolute;
    left: 10px;
}

.ac-sort-box label {
    margin-bottom: 0px;
}

.ac-sort-box .dropdown {
    margin-top: 5px;
}

.ac-sort-box .dropdown-menu {
    left: -10px !important;
    top: 3px !important;
    max-width: 100px !important;
}

.ac-sort-box .dropdown-item.ac-sort-item {
    text-align: right !important;
    border-radius: 0px;
    margin: 0px;
}

/*#endregion*/
/*#region Activity page*/
.ac-header {
    padding-bottom: 36px;
}

#ac-activity-page header {
    border-bottom: none !important;
}

.margin-bottom {
    margin-bottom: 36px !important;
}

.ac-activity-content-item {
    display: flex;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    padding: 0;
    padding-left: 15px;
    position: relative;
}

    .ac-activity-content-item &gt; a {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 5;
        border-radius: 10px;
        transition: 0.5s;
        cursor: auto;
    }

    .ac-activity-content-item.ac-activity-ho &gt; a:hover {
        box-shadow: 0 10px 10px 0 rgb(68, 68, 68, 0.21);
    }

.ac-activity-left {
    height: 100%;
    padding: 15px 0;
    position: relative;
}

.ac-activity-picture {
    /*height: 180px;*/
    height: 165px;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .ac-activity-picture {
        height: 135px;
    }
}

@media (max-width: 992px) {
    .ac-activity-picture {
        height: 180px;
    }
}

.ac-activity-picture img {
    height: 100%;
    width: 100%;
    border-radius: 0 5px 5px 0;
    object-fit: cover;
}

.pl-3 {
    padding-left: 10px;
}

.ac-activity-operation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

    .ac-activity-operation a {
        display: flex;
        align-items: center;
        transition: 0.3s;
        color: #00c8f3;
        position: relative;
        z-index: 6;
    }

        .ac-activity-operation a i {
            margin-right: 8px;
            font-size: 20px;
        }

        .ac-activity-operation a:hover {
            color: #626161;
        }

    .ac-activity-operation span {
        color: #ff8405;
    }

        .ac-activity-operation span b {
            margin-left: 5PX;
        }

.ac-activity-content-item .ac-activity-title h5 {
    font-size: 1rem;
    color: #212529;
}

.ac-activity-content-item .ac-activity-text p {
    font-size: 0.85rem;
}

.padding {
    padding: 0 25px 40px 25px;
}

.pl-4 {
    padding-left: 15px !important;
}

.pr-4 {
    padding-right: 15px !important;
}

.ac-activity-right {
    position: relative;
}

.ac-activity-icon {
    display: none;
}

.completed .ac-activity-picture {
    filter: grayscale(100%);
}

.completed .ac-activity-icon {
    display: block;
}

.completed .ac-activity-icon {
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 5;
    font-size: 43px;
    color: #19a22f;
}

#ac-activity-page header {
    cursor: unset;
}

.curser {
    display: none;
}

.ac-activity-content {
    position: relative;
}

.ac-activity-content {
    position: relative;
    margin: 8px 2px;
}

    .ac-activity-content &gt; a {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 5;
    }

.ac-activity-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.activity-has-done {
    border: 1px solid #19a22f;
    border-radius: 8px;
    color: #19a22f !important;
    padding: 2px 7px;
}

    .activity-has-done i {
        color: #19a22f !important;
    }

    .activity-has-done span {
        color: #19a22f !important;
        font-size: 0.85rem;
    }

/*#endregion*/
/*#region news*/
#ac-news-list {
    overflow: hidden;
    position: relative;
    padding: 5px 0px;
}

.ac-news-list-item {
    cursor: pointer;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .17);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .17);
}

    .ac-news-list-item.ease-in {
        transform: translate(0);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

    .ac-news-list-item:hover {
        -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .17);
        -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .17);
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, .17);
    }

.ac-news-list-item-header {
    padding: 5px 0;
    font-size: 0.85rem;
    color: #898e92;
}

#ac-news-list .ac-news-list-item-header {
    padding: 0px 9px;
}

.ac-news-list-item-header span {
    margin: 0 5px;
}

    .ac-news-list-item-header span:first-child {
        margin-right: 5px;
    }

.ac-news-list-title {
    font-size: 1.1rem;
    color: #000;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.ac-news-list-img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
}

.ac-side-padding {
    margin-bottom: 15px;
}

#ac-search-box {
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

#ac-search-input {
    height: 40px;
    border: unset;
    border-radius: 3px;
}

    #ac-search-input:focus {
        box-shadow: none;
    }

#ac-search-box .input-group-text {
    cursor: pointer;
    border: 0px;
    box-shadow: unset;
    background-color: #fff;
}

    #ac-search-box .input-group-text i {
        font-size: 1.8rem;
        position: relative;
        top: -1px;
    }

.ac-side-box {
    margin: 20px 0;
}

    .ac-side-box h3 {
        font-size: 1.2rem;
    }

.ac-side-box-list {
    margin: 0;
    padding: 0;
    list-style: disc inside;
}

    .ac-side-box-list li {
        cursor: pointer;
        margin: 10px 0;
    }

        .ac-side-box-list li a {
            color: #5f5f5f !important;
            font-size: 0.9rem;
        }

        .ac-side-box-list li:hover a {
            color: var(--main-color);
        }


.ac-load-more {
    text-align: center;
}

    .ac-load-more i {
        font-size: 40px;
        color: #525252;
        cursor: pointer;
    }

        .ac-load-more i.fg-spinner {
            font-size: 30px;
        }

        .ac-load-more i:hover {
            font-weight: bold;
        }

.ac-news-list-overview {
    font-size: 12px;
    margin-bottom: 0px;
    overflow: hidden;
    height: 112px;
    padding: 5px 7px 0 5px;
    color: #000;
}

@media (max-width: 992px) {

    .ac-side-padding {
        margin-bottom: 8px;
    }

    .ac-news-list-overview {
        font-size: 10px;
        height: 85px;
        padding: 5px 10px 0 25px;
    }

    .ac-news-list-img {
        width: 100px;
        height: 100px;
        border-radius: 6px;
    }

    .ac-news-list-item {
        margin-bottom: 15px;
    }

    #ac-news-page .row .col-12.col-sm-8 {
        padding: 0px 5px;
    }

    #ac-news-list {
        padding: 5px;
    }

    #ac-search-input {
        height: 32px;
    }

    .ac-side-box-list li {
        margin: 2px 0;
    }
}

/*#endregion*/
/*#region news-detail*/
#ac-news-detail-page .ac-title {
    height: 62px;
    margin-bottom: 20px;
}

#ac-news-detail-img {
    text-align: center;
    margin-bottom: 10px;
}

    #ac-news-detail-img img {
        width: 500px;
        height: 500px;
        border-radius: 10px;
    }

.ac-keywords {
    padding: 8px 0;
    font-size: 0.85rem;
}

    .ac-keywords a {
        display: inline-block;
        line-height: 16px;
        border-radius: 3px;
        margin: 2px 5px;
        padding: 3px 5px;
        border: 1px solid #e8e8e8;
        color: #535353;
        word-break: keep-all;
    }

        .ac-keywords a:hover {
            border: 1px solid var(--main-color);
        }

        .ac-keywords a i {
            color: #b1b1b1;
            margin-left: 5px;
            position: relative;
            top: 2px;
        }

#ac-news-overview {
    padding: 10px;
    border-radius: 6px;
    font-size: 0.9rem;
    line-height: 24px;
    border: 1px solid #ececec;
    background-color: #fbfbfb;
}

#ac-news-content {
    line-height: 35px !important;
}

    #ac-news-content img {
        max-width: 100%;
    }

.ac-social-networks {
    margin: 40px 0;
    direction: ltr;
    text-align: left;
}

    .ac-social-networks a {
        text-align: center;
    }

        .ac-social-networks a i {
            color: black;
            font-size: 1.7rem;
            width: 35px;
            opacity: 40%;
        }

        .ac-social-networks a:hover i {
            opacity: 80%;
        }

#ac-news-detail-page .ac-page-sub-title {
    margin: 30px 0 10px 0;
}

#ac-news-detail-page .btn:not(.disabled),
#ac-news-detail-page .btn:not(.disabled):focus,
#ac-news-detail-page.btn:not(.disabled):hover,
#ac-news-detail-page.btn:not(.disabled):active {
    color: #fff;
    border-color: var(--main-color);
    box-shadow: unset;
    background-color: var(--main-color);
}

.ac-page-sub-title {
    margin: 30px 0;
    font-size: 1.2rem;
}

.ac-comment-box {
    position: relative;
    background-color: #fff;
    padding: 15px 30px;
}

#ac-comments .avatar {
    width: 20px;
    opacity: 80%;
}

#ac-comments .ac-comment-text {
    display: block;
    text-align: justify;
}

#ac-comments time {
    font-size: 0.85rem;
}

.ac-reply {
    display: flex;
    margin: 8px 15px 0 0;
}

    .ac-reply label {
        margin-left: 6px;
        color: var(--main-color);
    }

@media (max-width: 992px) {
    .ac-social-networks {
        margin: 20px 0;
    }

    #ac-news-detail-page .ac-page-sub-title {
        margin: 40px 0 10px 0;
    }

    #ac-news-detail-page .ac-side-bar {
        display: none;
    }

    .ac-social-networks a i {
        font-size: 2.2rem;
    }
}

@media (max-width: 530px) {
    #ac-news-detail-img img {
        width: 250px;
        height: 250px;
    }
}

/*#endregion*/
/*#region review*/
.ac-person-review,
.ac-reply-desc {
    color: #969393;
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#ac-comments .avatar {
    width: 20px;
    opacity: 80%;
}

#ac-comments .ac-carousel-item-desc,
#ca-comtent-comments .ac-carousel-item-desc {
    height: 160px;
    padding: 10px;
}

#ac-comments .fg-reply,
#ac-comtent-comments .fg-reply,
#ac-review-detail .fg-reply {
    position: relative;
    top: 3px;
}

#ac-comments .fg-person,
#ac-comtent-comments .fg-person,
#ac-review-detail .fg-person {
    color: #969393;
    font-weight: 800;
}

#ac-comments .ac-comment-text {
    display: block;
}

.ac-review-header {
    position: absolute;
    left: 6px;
    top: 6px;
    font-size: 1.2rem;
}

.ac-comment-box {
    position: relative;
    background-color: #fff;
    border: 0px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    margin: 8px 0px;
    padding: 15px 30px;
}

#ac-review-page #ac-comments {
    margin: 0px;
}

    #ac-review-page #ac-comments &gt; div {
        padding: 5px;
    }

#ac-review-page .ac-comment-box {
    padding: 0;
}

@media (max-width: 992px) {

    .ac-person-review,
    .ac-reply-desc {
        height: 35px;
        line-height: 17px;
        margin: 0px;
    }

    #accomments .ac-carousel-item-desc,
    #ac-content-comments .ac-carousel-item-desc {
        height: 140px;
        margin-top: 0px;
    }
}

/*#endregion*/
/*#region rewardDetail*/
.zoom {
    cursor: crosshair;
}

    .zoom img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 100%;
        max-width: 100%;
    }

.ac-zoom-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 200;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), 0 4px 10px 0 rgba(0, 0, 0, 0.13);
}

.as-reward-description-point {
    position: relative;
    display: flow-root;
    z-index: 1;
}

    .as-reward-description-point .as-reward-price {
        display: inline-block;
        font-size: 1.3rem;
    }

    .as-reward-description-point .as-reward-point strong {
        font-weight: 500;
    }

    .as-reward-description-point .as-reward-order-button {
        float: left;
        display: flex;
        align-items: center;
        font-size: 1.1rem;
    }

.as-reward-details-point {
    font-size: 20px;
    font-weight: 500;
    color: #c154a1;
}

    .as-reward-details-point span {
        height: 40px;
    }

#reward-image-carousel .carousel-control i {
    color: yellowgreen;
    font-size: 28px;
}

.as-reward-img {
    padding: 0 6rem;
}

#oparation-box i.fg-share {
    color: #8f8f8f;
}

#oparation-box &gt; *:not(:first-child) {
    margin-right: .2em;
}

#oparation-box i.fg-share:hover {
    color: #000;
    cursor: pointer;
}

#oparation-box .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow &gt; div:after {
    display: none;
}

#oparation-box .dropdown.menu i {
    font-size: 20px;
    position: relative;
    top: 2px;
    width: 35px;
    text-align: center;
}

    #oparation-box .dropdown.menu i.fa-whatsapp {
        font-size: 24px;
        color: #26a94d;
    }

    #oparation-box .dropdown.menu i.fa-telegram {
        color: #26abdd;
    }

    #oparation-box .dropdown.menu i.fg-share {
        font-size: 18px;
        top: 4px;
        right: 2px;
    }

    #oparation-box .dropdown.menu i.fa-twitter {
        color: #33d0ed;
        font-size: 22px;
    }

    #oparation-box .dropdown.menu i.fa-linkedin {
    }

    #oparation-box .dropdown.menu i.fa-facebook {
        color: #2f55d0;
    }

#oparation-box .is-dropdown-submenu.js-dropdown-active,
#oparation-box .is-dropdown-submenu:not(.js-dropdown-nohover) &gt; .is-dropdown-submenu-parent:hover &gt; .is-dropdown-submenu,
#oparation-box .should-open-on-hover:hover &gt; .is-dropdown-submenu,
#oparation-box .should-open-on-hover &gt; .is-dropdown-submenu:hover {
    display: inline-flex;
}

#oparation-box .dropdown.menu .submenu li {
    min-width: unset;
    width: unset;
}

    #oparation-box .dropdown.menu .submenu li a {
        padding: 2px;
    }

.as-clipboard,
.as-clipboard:hover,
.as-clipboard:active,
.as-clipboard:focus {
    background-color: unset;
    border: none;
    box-shadow: none;
    outline: none;
}

.as-wide-tabs .nav-tabs {
    padding: 0px;
}

    .as-wide-tabs .nav-tabs .nav-item {
        width: 50%;
    }

        .as-wide-tabs .nav-tabs .nav-item .nav-link,
        .as-wide-tabs .nav-tabs .nav-item .nav-link span {
            text-align: center;
            width: 100%;
        }

.as-reward-more-info {
    margin-bottom: 10px;
}

    .as-reward-more-info span {
        direction: ltr;
        display: inline-block;
    }

    .as-reward-more-info .fg-event-busy {
        color: yellowgreen;
    }

    .as-reward-more-info .fg-event-available {
        color: #00b0bf;
    }

.as-reward-deadline {
    font-size: 1.1rem;
    margin: 10px 0;
    float: left;
    color: red;
}

@media (max-width: 992px) {

    .as-reward-description-price .as-reward-point {
        display: block;
    }

    .as-order-deadline {
        display: block;
        float: unset;
    }
}

@media (max-width: 768px) {

    .as-reward-description h1 {
        font-size: 30px;
    }

    .as-reward-details-point {
        font-size: 17px;
    }

    .as-reward-order-btn .as-btn {
        width: 100%;
    }

    .as-reward-detail {
        padding: 10px 20px;
    }

    .as-reward-description {
        margin-top: 15px;
        height: auto;
    }

    #oparation-box {
        height: 19px;
        bottom: -2px;
    }

        #oparation-box .dropdown.menu i.fg-share {
            font-size: 17px;
            width: 20px;
            top: 0px;
        }
}

/*#endregion*/
/*#region sort-box*/
.ac-sort-box {
    font-size: 0.9rem;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 12px;
    margin: 10px 0;
    border: 1px solid #dcdcdc;
}

    .ac-sort-box i {
        margin-left: 10px;
        font-size: 25px;
        color: #ccc;
    }

.ac-sort-item {
    margin: 0 2px;
    display: inline-block;
    text-align: center;
    color: #000;
    border-radius: 5px;
    padding: 3px 8px;
}

    .ac-sort-item:hover {
        cursor: pointer;
        background-color: #e6e6e6;
    }

    .ac-sort-item.active {
        background-color: #f69f85;
        color: #fff !important;
    }

        .ac-sort-item.active i {
            color: #fff !important;
        }

.ac-sort-box .left {
    position: absolute;
    left: 10px;
}

.ac-sort-box label {
    margin-bottom: 0px;
}

.ac-sort-box .dropdown {
    margin-top: 5px;
}

.ar-category {
    transition: all 0.5s ease-out;
}

    .ar-category.d-block {
        transition: all 0.5s ease-out;
        padding: 0 12px;
    }

        .ar-category.d-block .row.responsive {
            max-height: 15rem;
        }

#append-category, .ar-productBox:nth-child(8) {
    padding-left: 0;
}

.ac-sort-box .dropdown-menu {
    left: -10px !important;
    top: 3px !important;
    max-width: 100px !important;
}

.ac-sort-box .dropdown-item.ac-sort-item {
    text-align: right !important;
    border-radius: 0px;
    margin: 0px;
}

/*#endregion*/
/*#region reward page*/
.ac-rewards-content {
    border: 1px solid #c5c5c5;
    border-radius: 15px;
    margin: 8px 2px;
    position: relative;
}

    .ac-rewards-content &gt; a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }

.ac-rewards-text {
    height: 22px;
}

.ac-rewards-date {
    height: 22px;
}

.ac-rewards-content:hover .ac-rewards-content-bottom span.read-more {
    display: block !important;
}

.ac-rewards-content:hover .read-more {
    display: flex;
}

.read-more {
    transition: 0.3s;
    position: absolute;
    left: .5rem;
}

    .read-more span {
        font-size: 14px !important;
    }

.ac-rewards-content:hover .ac-rewards-content-bottom .read-more {
    display: flex !important;
}

.ac-box-rewardIcon {
    background: #c5c5c5;
    border-radius: 50%;
    margin-left: 0.5rem !important;
}

.ac-rewardBox {
    width: 20%;
}

    .ac-rewardBox:nth-child(n+5) {
        padding-left: 0;
    }

.ac-rewards-content:hover .ac-rewards-content-bottom .read-more2 {
    display: none !important;
}

.ac-rewards-content-top {
    padding: 15px 15px 25px;
    position: relative;
    min-height: 199px;
}

.ac-rewards-content-bottom {
    text-align: center;
    padding: 12px 0;
    border-top: 1px dashed #c5c5c5;
    position: relative;
    transition: 0.3s;
    line-height: 30px;
}

.ac-rewards-content-top:before {
    content: "";
    position: absolute;
    top: 75%;
    right: -10px;
    width: 8px;
    height: 100px;
    background-color: white;
    z-index: 6;
}

.ac-rewards-content-top:after {
    content: "";
    position: absolute;
    top: 75%;
    left: -10px;
    width: 8px;
    height: 100px;
    background-color: white;
    z-index: 6;
}

.ac-rewards-content-bottom:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid #c5c5c5;
    z-index: 2;
}

.ac-rewards-content-bottom:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid #c5c5c5;
    z-index: 2;
}

.ac-rewards-picture {
    height: 100px;
    /*width: 300px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

    .ac-rewards-picture img {
        max-height: 100px;
        min-height: 100px;
        max-width: 100%;
        object-fit: cover;
    }

.ac-rewards-date p {
    color: #c5c5c5;
}

.ac-rewards-date span {
    color: #979797;
    padding-right: 7px;
    direction: rtl;
    unicode-bidi: plaintext;
}

.ac-rewards-content-bottom span {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.ac-rewards-content-bottom i {
    color: #ffc800;
    margin-right: 7px;
}

/*.col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}*/

/*#endregion*/
/*#endregion*/

/*#region AtiLink*/
.al-desktop-header-responsive {
    float: right;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    white-space: nowrap;
    width: 100%;
}

    .al-desktop-header-responsive::-webkit-scrollbar {
        width: 0;
        height: 0;
        background: transparent; /* make scrollbar transparent */
    }

/*.al-modules-menu .item span:hover {
    color: var(--al-main-color) !important;
    border-bottom: 2px solid var(--al-main-color) !important;
}
.al-modules-menu .item a:hover, .al-modules-menu .item a:active{
    color: var(--al-main-color) !important;
}*/
/*#region Modules*/
/*.modules .card a:hover {
    color: #01a4ef !important;
}*/

.card.gallery a:hover {
    color: unset !important;
}
/*#endregion*/
/*#region spinner*/
.al-loader-button:hover .al-spinner-background,
.al-loader-button:active .al-spinner-background,
.al-loader-button:focus .al-spinner-background {
    background-color: var(--al-main-color);
}

.al-spinner-background {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 2px;
    background-color: var(--al-main-color);
    display: block;
    top: 0px;
    right: 0;
    left: 0;
}

    .al-spinner-background:hover {
        background-color: var(--al-main-color);
    }

/*#endregion*/
/*#region  Profile*/
#al-profile-page {
    text-align: right;
    margin: 0 auto;
    font-size: 14px;
    padding-bottom: 5px;
    position: relative;
    width: 100%;
    min-height: calc(100vh);
    padding: 1.5rem 10px;
}

    #al-profile-page .row {
        width: 100%;
        margin-right: 0 !important;
    }

        #al-profile-page .row div.col-md-6 {
            margin-bottom: 15px
        }

    #al-profile-page header {
        display: flex;
        align-items: center;
        cursor: pointer;
        justify-content: space-between;
        height: 50px
    }

        #al-profile-page header .header-title {
            display: flex;
            align-items: center;
        }

.dot-elastic {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #ffc107;
    color: #ffc107;
    animation: dotElastic 1s infinite linear;
    margin-right: 2rem;
}

    .dot-elastic::before, .dot-elastic::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
    }

    .dot-elastic::before {
        left: -12px;
        width: 8px;
        height: 8px;
        border-radius: 5px;
        background-color: #ffc107;
        color: #ffc107;
        animation: dotElasticBefore 1s infinite linear;
    }

    .dot-elastic::after {
        left: 12px;
        width: 8px;
        height: 8px;
        border-radius: 5px;
        background-color: #ffc107;
        color: #ffc107;
        animation: dotElasticAfter 1s infinite linear;
    }

.as-filled .fg-done-outline {
    color: green !important;
}

@keyframes dotElasticBefore {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1.5);
    }

    50% {
        transform: scale(1, 0.67);
    }

    75% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes dotElastic {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1, 1.5);
    }

    75% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes dotElasticAfter {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1, 0.67);
    }

    75% {
        transform: scale(1, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

#al-profile-page .ar-item .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px
}

#al-person-identity {
    border-right: 5px solid #6c5ffc;
    background-color: #f0efff;
    padding: 10px
}

    #al-person-identity header {
        background-color: #f0efff;
    }

        #al-person-identity header span {
            color: #6c5ffc;
        }

        #al-person-identity header i {
            color: #6c5ffc;
            font-size: 21px;
        }

.custom-control input[type=radio] ~ label,
.rel {
    font-size: 12px;
}

@media (max-width: 768px) {

    #ac-score-page .ac-score-detail .ac-score-box {
        padding-left: 0;
        padding-right: 0;
    }
}

.al-content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    padding-top: 20px;
}

@media (min-width: 1200px) {
    .ar-container {
        max-width: calc(100% - 180px);
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    #al-profile-page .row div.col-md-6 {
        padding: 0;
    }
}

/*#endregion*/
/*#region login*/
.al-login-submit {
    background-color: var(--al-main-color) !important;
    border-color: var(--al-main-color) !important;
}

    .al-login-submit:hover {
        background-color: var(--al-main-color) !important;
    }

.al-confirm {
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}

    .al-confirm:active {
        color: #fff;
        background: var(--al-color) !important;
        outline: none;
    }

.al-forget-password {
    display: block;
    text-align: center;
    color: var(--al-main-color) !important;
    margin-top: 10px;
}

#login-page .al-accept {
    border-bottom: 1px solid var(--al-main-color) !important;
    color: var(--al-main-color) !important;
}

    #login-page .al-accept a {
        border-bottom: 1px solid var(--al-main-color) !important;
        color: var(--al-main-color) !important;
    }

/*#endregion*/
/*#region EPayment*/
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .card p.card-text {
        margin-bottom: 3rem;
        font-size: 12px;
    }

    .card p.text-muted {
        text-align: left;
        font-size: 12px;
        color: #01a4ef !important;
    }

        .card p.text-muted a {
            color: #01a4ef !important;
        }

            .card p.text-muted a:hover {
                text-shadow: 2px 5px 2px #eee !important;
            }

#epayment {
    text-align: right;
    margin: 0 auto;
    font-size: 16px;
    padding-bottom: 5px;
    position: relative;
    width: 100%;
    min-height: calc(100vh);
    padding: 1.5rem 10px;
}

    #epayment .card img {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        max-height: 200px;
        /*max-width: 90%;*/
        margin: auto;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    #epayment .card-body {
        height: 150px;
    }

        #epayment .card-body h5 {
            padding-top: 1rem;
        }

        #epayment .card-body p {
            font-size: 14px;
            color: #7d7d7d;
        }

    #epayment .card-footer {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

        #epayment .card-footer a {
            font-size: 14px;
            color: #0D6EFD;
            text-decoration: underline;
        }

    #epayment .modal-header {
        background-color: #e9ecef;
    }

        #epayment .modal-header .modal-title {
            margin: -0.5rem 0rem 0rem auto !important;
            padding-top: 0.5rem;
            color: var(--al-main-color) !important;
        }

        #epayment .modal-header .btn-close {
            margin: 0rem !important;
        }

        #epayment .modal-header i {
            font-size: 2rem;
            color: var(--al-main-color) !important;
        }

#payment .modal-body {
    min-height: 200px;
    /*font-size:14px*/
}

    #payment .modal-body div {
        margin-bottom: 15px;
    }

        #payment .modal-body div i {
            margin-left: 0.5rem;
            color: #1abc9c;
        }

        #payment .modal-body div a:hover {
            color: #0D6EFD
        }

/*#endregion*/
/*#endregion*/

/*#region Quick-Search*/

#qs-show-all {
    line-height: 25px;
    font-size: 0.9rem;
}

/*#endregion*/

/*#region table*/
.as-table thead th:first-child {
    border-right: 0;
    border-radius: 0 5px 0 0;
    position: relative;
    border-left: 1px solid #d6e7e8;
}

.as-table thead tr th {
    font-weight: 400;
    text-align: center;
    border-top: 0px;
    border-bottom: 1px solid #e4eeef;
}

.as-table tbody tr td {
    padding: 8px;
    border: 1px solid #e4eeef;
}

.as-table thead &gt; tr &gt; th,
.as-table tfoot &gt; tr &gt; th {
    padding: 8px;
    font-size: 1.02rem;
}

.as-table thead th:nth-child(n+2):not(:last-child) {
    border-left: 1px solid #d6e7e8;
}

.as-table thead th:last-child {
    border-left: 0;
    border-radius: 5px 0 0 0;
}

.as-table thead tr th {
    vertical-align: middle;
    background-color: #85b3be;
    color: #fff;
}

/*#endregion*/

/*#region Login*/
#login-form, #register-form {
    border-radius: 8px;
    border: 1px solid #e0e0e2;
    padding: 30px;
    max-width: 410px;
    margin: auto;
}

#login-page .input-group-prepend {
    margin-right: 1px !important;
}

@media (max-width: 424px) {

    #login-form, #register-form {
        border: 0px solid #ededed;
    }
}
/*#endregion*/

/*#region download-app-mobile-shortcut*/
.download-app-mobile-shortcut {
    padding: 10px;
    width: 100%;
    z-index: 9999999999;
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    background-color: rgba(39, 39, 39, 0.83);
}

    .download-app-mobile-shortcut i {
        font-size: 20px;
        color: #fff;
    }

    .download-app-mobile-shortcut label {
        margin: 0;
    }

    .download-app-mobile-shortcut img {
        height: 50px;
        margin: 0 10px;
    }

    .download-app-mobile-shortcut a {
        position: absolute;
        left: 15px;
        font-weight: 400;
        padding: 5px 20px;
        background-color: #fff;
        border-radius: 14px;
        color: #1fb69b;
    }

#download-app img {
    width: 10rem;
    height: 4rem;
}

/*#endregion*/

/*#region home*/

.activity-mod .owl-carousel.owl-rtl .owl-item {
    width: 40% !important;
}

.activity-mod .owl-carousel.owl-rtl .owl-stage {
    display: flex;
}

.activity-mod .as-more {
    top: 0.5rem;
}

.as-home-header {
    background-image: url('/Content/Images/bg-homepage.jpg');
    background-repeat: no-repeat;
    margin-bottom: 50px;
    height: 600px;
}

.as-home-header-content {
    text-align: center;
    padding: 100px 50px;
    width: 500px;
    margin: auto;
}

.as-module-title, .ar-product-video-slider .ar-title {
    font-family: iranyekan, roboto, Arial !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 8px;
    color: black;
}

.as-more {
    color: var(--primary);
}

    .as-more i.fg-chevron-left {
        font-size: 18px;
        margin-right: 5px;
        top: 3px;
        position: relative;
    }

        .as-more i.fg-chevron-left:hover {
            transform: scale(1.2);
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
        }

.as-home-header-content label {
    margin: 20px 0;
}

.as-home-header-content .as-home-header-slogan {
    font-size: 25px;
    font-weight: 600;
}

.as-home-header-content input {
    text-align: center;
}

.as-home-header-content button {
    width: 100%;
}

.as-banner img {
    width: 100%;
    border: 1px solid #ddd;
}

.as-page-title {
    color: #000;
    font-size: 19px;
    font-weight: 500;
}

.as-title {
    font-size: 17px;
    font-weight: 400;
}

.up-header {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    margin: 5px 0 25px;
}

    .up-header button {
        margin-right: auto;
    }

    .up-header &gt; div:first-child {
        display: flex;
    }

    .up-header .as-page-title {
        margin: 0;
    }

    .up-header &gt; div:first-child a {
        display: flex;
        align-items: center;
    }

        .up-header &gt; div:first-child a:before {
            transform: rotate(180deg);
            font-size: 1.5em;
            font-variation-settings: 'FILL' 0, 'wght' 900, 'GRAD' 0, 'opsz' 48;
            margin-left: 5px;
        }

.as-page-title i {
    top: 2px;
}

.as-special-title {
    color: #00b0bf;
    font-size: 19px;
    font-weight: 600;
    margin: 20px 0;
    border: 4px solid #9acd32;
    border-left: 0px;
    border-bottom: 0px;
    border-radius: 16px 4px 16px 10px;
    width: fit-content;
    padding: 5px 10px;
    box-shadow: inset -3px 4px 4px -2px #9acd3261;
    font-family: 'IRANSans', IRANSans, Tahoma !important;
}

.row.as-alt-bg {
    margin-right: -8px;
    margin-left: -8px;
}

#IsPersistent {
    margin: 4px 0 4px 10px;
    position: relative;
    top: 4px;
}

#terms-and-conditions a {
    color: #00b0bf;
}

.as-category-slider .item {
    direction: rtl;
    width: 100px;
    margin: 0 10px;
    display: inline-block;
    text-align: center;
}

.as-reward-slider .item {
    direction: rtl;
    width: 12rem;
    min-height: 12rem;
    margin: 20px 0 5px 20px;
    display: inline-block;
    text-align: center;
}

    .as-reward-slider .item.ar-category-item.selected {
        border: 1px solid #f3886a;
    }

.as-category-slider .item a {
    display: block;
    cursor: pointer;
}

.as-reward-slider .item a {
    display: block;
    cursor: pointer;
}

.as-category-slider .item a:hover span {
    color: var(--primary);
}

.as-reward-slider .item a:hover span {
    color: var(--primary);
}

.as-category-slider .item a:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.as-reward-slider .item a:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.as-category-slider .item img, .as-category-slider .item .fg-more-horiz {
    border: 1px solid #dedede;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    margin: auto;
    color: #c4c9ca;
    background: #eff1f2;
}

.as-reward-slider .item img {
    border: 1px solid #dedede;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: auto;
}

.as-category-slider .item i {
    border: 1px solid #dedede;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: auto;
    font-size: 45px;
}

.as-reward-slider .item i {
    border: 1px solid #dedede;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: auto;
    font-size: 45px;
}

.as-category-slider .item span {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 500;
    color: #243a5b;
    width: 90px;
    line-height: 17px;
    text-align: center;
    font-size: 12px;
}

.as-reward-slider .item span {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 500;
    color: #243a5b;
    height: 35px;
    line-height: 17px;
    text-align: center;
    font-size: 12px;
}

#carousel-indicators-mobile {
    position: absolute;
    bottom: 0px;
}

.as-index-banner {
    margin: 15px 0 0;
    padding: 5px;
    height: 100px;
}

    .as-index-banner a,
    .as-index-banner img {
        width: inherit;
        height: inherit;
        border-radius: 5px;
        object-fit: cover;
        object-position: 50% 50%;
    }

.as-product-slider-wraper .owl-carousel {
    /*padding: 13px 0;*/
    width: 100%;
    margin: auto;
}

.as-product-slider-wraper .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-nav button.disabled {
    display: none;
}

.modules {
    position: relative;
    min-height: 10vw;
}

.as-carousel-img {
    width: 100%;
    /* padding-top: 100%; 1:1 Aspect Ratio */
    padding-top: 90%;
    position: relative;
    border-radius: 5px 5px 0 0;
}

    .as-carousel-img img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 180px;
        width: 180px;
        margin: auto;
        border-radius: 5px 5px 0 0;
    }

.as-carousel-img-subtitle {
    background-color: rgba(212, 212, 212, 0.80);
    color: #000;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 30px;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*#region review*/
.as-person-review,
.as-reply-desc {
    color: #969393;
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-player iframe {
    background: black;
}

#comments .avatar {
    width: 20px;
    opacity: 80%;
}

#comments .as-carousel-item-desc,
#comtent-comments .as-carousel-item-desc {
    height: 160px;
    padding: 10px;
}

#comments .fg-reply,
#comtent-comments .fg-reply,
#review-detail .fg-reply {
    position: relative;
    top: 3px;
}

#comments .fg-person,
#comtent-comments .fg-person,
#review-detail .fg-person {
    color: #969393;
    font-weight: 800;
}

#comments .comment-text {
    display: block;
}

.as-review-header {
    font-size: 1.2rem;
}

.as-comment-box {
    position: relative;
    background-color: #fff;
    border: 0px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    margin: 8px 0px;
    padding: 15px 30px;
}

#review-page #comments {
    margin: 0px;
}

    #review-page #comments &gt; div {
        padding: 5px;
    }

#review-page .as-comment-box {
    padding: 0;
}

@media (max-width: 992px) {

    .as-person-review,
    .as-reply-desc {
        height: 35px;
        line-height: 17px;
        margin: 0px;
    }

    #comments .as-carousel-item-desc,
    #content-comments .as-carousel-item-desc {
        height: 140px;
        margin-top: 0px;
    }
}

/*#endregion*/
.module-text {
    padding: 10px;
    border: 1px solid;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

    .module-text p {
        margin-bottom: 0 !important;
    }

.video-player {
    padding: 0px 10px 1px 10px !important;
    width: 100%;
    margin: auto !important;
}

    .video-player .as-video-caption {
        /*position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;*/
        display: flex;
        align-items: center;
        overflow: auto;
        margin: 5px;
    }

        .video-player .as-video-caption img {
            max-width: 100%;
            max-height: 100%;
            height: auto;
        }

.as-banner-box {
    text-align: center;
}

    .as-banner-box img {
        border-radius: 5px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
        width: 100%;
    }

.as-banner-double {
    padding: 0;
    display: flex;
}

    .as-banner-double &gt; div {
        flex: 1;
        text-align: center;
    }

        .as-banner-double &gt; div:first-child {
            margin-left: 10px;
        }

        .as-banner-double &gt; div:last-child {
            margin-right: 10px;
        }


.as-banner-quadruplet {
    padding: 0;
    display: flex;
}

    .as-banner-quadruplet &gt; div {
        flex: 1;
        margin: 0 10px;
        text-align: center;
    }

        .as-banner-quadruplet &gt; div:first-child {
            margin-right: 0px;
        }

        .as-banner-quadruplet &gt; div:last-child {
            margin-left: 0px;
        }

@media (max-width: 1200px) {
    .as-index-banner {
        height: 100px;
    }
}

@media (max-width: 992px) {
    .as-home-header-content {
        width: 60%;
    }

    .as-module-title {
        font-size: 15px;
    }

    .as-more {
        font-size: 12px;
        left: 15px;
    }

    .as-index-banner {
        height: 60px;
    }

        .as-index-banner img {
            object-fit: cover;
            object-position: 50% 50%;
        }

    .as-product-slider-wraper .owl-carousel {
        width: 100%;
    }

    .as-product-slider-wraper .owl-nav.disabled {
        display: none;
    }
}

@media (max-width: 768px) {

    .as-category-slider .item {
        margin: 0 5px;
        width: 70px;
    }

        .as-category-slider .item img, .as-category-slider .item .fg-more-horiz {
            width: 60px;
            height: 60px;
        }

        .as-category-slider .item span {
            font-size: 9px;
            margin-top: 5px;
            width: 60px;
            height: 34px;
        }

    .as-home-header-content {
        padding: 100px 10px;
        width: 90%;
    }

    .as-more i.fg-chevron-left {
        font-size: 14px;
    }

    .as-page-title {
        margin: 0 0 15px;
    }

    .video-player .as-video-caption {
        position: relative;
        max-height: 56.2vh;
    }
}

/*#region image-slider*/
.carousel-default-image {
    object-fit: contain !important;
    filter: grayscale(100%) contrast(0.5) brightness(1.2);
    padding: 45px;
}

.as-image-slider {
    position: relative;
    overflow: hidden;
}

    .as-image-slider .carousel-item img {
        width: 100%;
        object-fit: cover;
        /*max-height:25vw;*/
    }

/*#endregion*/
/*#region product-slider*/
.as-slider-title {
    color: #374C60;
    font-size: 1.1rem;
    font-weight: 500;
}

    .as-slider-title p {
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.as-slider-overview {
    color: #7d7d7d;
    font-size: 12px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.as-product-slider-wraper {
    background-color: #fff;
}

    .as-product-slider-wraper .row.as-alt-bg {
        border: 1px solid #eee;
        -moz-box-shadow: 1px 1px 3px 0px rgb(224, 216, 206);
        -webkit-box-shadow: 1px 1px 3px 0px rgb(224, 216, 206);
        box-shadow: 1px 1px 3px 0px rgb(224, 216, 206);
    }

.as-home-page &gt; .row &gt; div {
    margin-top: 2rem !important;
}

.as-product-slider-header {
    /*border-bottom: 1px dashed #ded6cb;*/
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.as-offer-timer {
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    margin-right: auto;
    margin-left: 15px;
}

    .as-offer-timer &gt; div {
        line-height: 15px;
        border: 1px solid var(--black);
        border-radius: 2px;
        display: inline-block;
        width: 40px;
        padding: 0;
    }

    .as-offer-timer &gt; span {
        margin: 0 4px 4px;
        line-height: 15px;
        color: #8bbfc4;
        display: inline-block;
    }

    .as-offer-timer div &gt; span {
        color: var(--black);
        text-align: center;
        padding: 2px 0;
        width: 39px;
        display: inline-block;
    }

    .as-offer-timer div &gt; label {
        border-top: 1px solid var(--black);
        color: var(--black);
        font-size: 0.7rem;
        text-align: center;
        padding: 0;
        margin: 0px;
        width: 39px;
        display: inline-block;
    }

@media (max-width: 1024px) {
    .as-slider-title p {
        font-size: 1rem;
    }
}

@media (max-width: 992px) {

    .as-slider-title p {
        font-size: 1rem;
    }

    .as-offer-timer {
        left: 19px;
    }

        .as-offer-timer &gt; div {
            width: 34px;
        }

        .as-offer-timer div &gt; span {
            width: 33px;
        }

        .as-offer-timer div &gt; label {
            width: 33px;
        }
}

/*#region offer-box*/
.as-offer-box {
    height: 414px;
    padding: 20px 15px 20px 0;
}

    .as-offer-box .as-gift-image {
        margin: 12px 0;
        text-align: center;
    }

        .as-offer-box .as-gift-image img {
            width: 230px;
        }

    .as-offer-box .as-module-title {
        display: block;
    }

    .as-offer-box .as-more {
        font-size: 14px;
        left: 5px;
        font-weight: 400;
        margin-top: 4px;
    }

.as-product-price strong {
    font-weight: 500 !important;
    color: #00b0bf;
}

/*#endregion*/
/*#region product-box*/
.card.product {
    /*padding-top: 2rem;*/
    /*max-width: 18rem;*/
    height: 100%;
}

    .card.product:hover {
        webkit-box-shadow: 0 0 3px 3px rgb(0 0 0 / 10%);
        -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
        box-shadow: 0 0 3px 3px rgb(0 0 0 / 10%);
    }

    .card.product .card-title, .booking-service .card-title {
        color: #374C60;
        font-size: 1.1rem;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
        line-clamp: 1;
        -webkit-box-orient: vertical;
        text-align: start;
    }

    .card.product .card-description, .booking-service .card-description {
        color: #7d7d7d;
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .card.product .card-body, .booking-service .card-body {
        display: flex;
        flex-direction: column;
        padding-top: 2rem;
        color: #454441 !important;
    }

    .card.product &gt; a, .booking-service &gt; a {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

.discount {
    padding: 4px 8px;
    font-size: 14px;
    background-color: #ef394e;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    color: rgba(var(--bs-light-rgb));
    line-height: 1;
    width: 3rem;
}

.product-tag {
    padding: 7px 11px;
    font-size: 12px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    line-height: 1;
}

.free-product {
    background-color: #ef394e;
    color: white;
}

.not-exist {
    background-color: #D7D7D7;
    color: #4b4b4b;
}


.card.product .cart, .product.item .cart {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*color: var(--bs-primary-rgb);*/
    color: var(--primary);
    font-size: 1.1em;
    padding-left: 10px;
}

    .product.item .cart .add-to-cart {
        border: 2px solid;
        border-radius: 50%;
        font-size: calc(2em - 4px) !important;
        line-height: 1;
    }

    .card.product .cart i, .product.item .cart i {
        cursor: pointer;
        font-size: 1.7em;
    }

.card.product img {
    max-height: 100%;
    object-fit: contain;
}

.card.product div.img {
    height: 10rem;
    text-align: center;
    padding: 0 7px;
}

.card.product .count, .product.item .count {
    flex: unset;
    width: unset;
    font-size: 1.3em;
}

.as-product-action-bar {
    text-align: right;
    height: 26px;
    margin-bottom: 2px;
}

    .as-product-action-bar .as-favorit-icon,
    .as-product-action-bar .as-favorit-delete {
        cursor: pointer;
        /*display:none;*/
        margin: 0;
        color: #9c9c9c;
        font-size: 24px;
        position: relative;
        top: -2px;
        padding: 0px;
    }

    .as-product-action-bar .as-favorit-delete {
        font-size: 22px;
        top: 4px;
        right: 4px;
        color: #c3c3c3;
    }

.as-product-order-button i {
    font-size: 21px;
}

.as-product-price {
    min-height: 21px;
    font-size: 15px;
}

    .as-product-price &gt; as-price-with-discount {
        color: #454441 !important;
    }

.as-price-with-discount {
    padding: 0px;
}

.ar-text-line-through {
    color: var(--bs-gray-500);
    font-size: 1.1rem;
}

.as-price-label {
    border-radius: 5px;
    background-color: var(--primary);
    color: #fff;
    padding: 1px 5px;
}

.as-product-price .w-text-line-through {
    color: #7d7b77;
}

.as-thumbnail {
    background-color: #fff;
    border: 0px;
    width: calc(100% - 3px);
    display: inline-block;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
    /*padding: 10px;*/
    margin: 1px 2px;
}

    .as-thumbnail:hover {
        -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
    }

    .as-thumbnail .as-product-img {
        width: 100%;
        padding-top: 60%;
        position: relative;
        border-radius: 5px 5px 0 0;
    }

    .as-thumbnail .gallery-cell {
        padding: 0px;
    }

.as-product-content {
    margin-top: 16px;
    text-align: center;
    padding: 10px;
    color: #454441 !important;
}

.as-product-slider.carousel .as-percentage-star-rating {
    display: none;
    font-size: 20px;
    width: 83px;
}

.as-product-finished {
    color: #fff;
    background-color: #7d7b77;
    border-color: #7d7b77;
}

    .as-product-finished:hover,
    .as-product-finished:active,
    .as-product-finished:focus {
        color: #fff;
        background-color: #7d7b77;
        border-color: #7d7b77;
    }

.slow-spin {
    -webkit-animation: fg-spin 2.5s infinite linear;
    animation: fg-spin 2.5s infinite linear;
}

.as-not-exist {
    font-size: 0.9rem;
    height: 28px;
    padding: 5px 10px;
    background-color: #ccc;
    color: #000;
    border-radius: 2px;
}

@media (max-width: 768px) {

    .as-product-action-bar {
        height: 17px;
        margin-bottom: 0px;
    }

    .as-thumbnail {
        width: calc(100% - 6px);
        margin: 1px 3px;
        /*padding: 5px;*/
    }

    .as-product-order-count button,
    .as-product-order-count {
        /*height: 25px;*/
        line-height: 13px;
    }

    .as-product-order-button .ar-spinner-background {
        height: 23px;
        top: -22px;
    }

    .as-product-order-button.ar-loader-button .ar-spinner-over {
        top: -44px;
        left: 0px;
        font-size: 19px !important;
    }

    /*.as-thumbnail {*/
    /*padding: 5px 2px;*/
    /*}

        .as-thumbnail .as-product-img {
            width: 110px;
            height: 110px;*/
    /*margin: 8px auto 5px;*/
    /*}

            .as-thumbnail .as-product-img a {
                width: 110px;
                height: 110px;
            }

            .as-thumbnail .as-product-img img {
                max-height: 100%;
                max-width: 100%;
            }*/
    .as-carousel-img img {
        width: 110px;
        height: 110px;
    }

    .as-product-slider-wraper .as-slider-title p {
        margin: 0;
        height: 16px;
        line-height: 16px;
        font-size: 1rem;
    }

    .as-product-slider-wraper .as-slider-overview {
        font-size: 10px;
    }

    .as-product-slider-wraper .as-product-price {
        font-size: 12px;
        margin: 5px 0;
    }

    .as-not-exist {
        font-size: 0.9rem;
        height: 20px;
        padding: 2px 10px;
    }

    .as-product-slider-wraper {
        padding: 0;
    }
}

@media (max-width: 420px) {

    .as-product-content {
        margin-top: 10px;
    }

    /* .as-thumbnail .as-product-img {
        width: 90px;
        height: 90px;
    }

        .as-thumbnail .as-product-img a {
            width: 90px;
            height: 90px;
        }
*/
    .as-carousel-img img {
        width: 90px;
        height: 90px;
    }

    .as-product-slider-wraper .as-slider-overview {
        font-size: 10px;
        /*display: none;*/
    }

    .as-product-slider-wraper .as-product-price {
        margin: 3px 0;
    }
}

@media (max-width: 376px) {

    .as-product-order-button .ar-spinner-background {
        height: 20px;
        top: -19px;
    }

    .as-product-order-button.ar-loader-button .ar-spinner-over {
        top: -41px;
    }
}

/*#endregion*/
/*#endregion*/
/*#region keywords-slider*/
.as-keyword-slider {
    padding: 0 10px;
    margin: 10px 0;
    min-height: 2vw;
}

    .as-keyword-slider .item:hover,
    .as-keyword-slider .item:hover span,
    .as-keyword-slider .item:hover i {
        border-color: var(--primary);
        color: var(--primary);
    }

    .as-keyword-slider .item {
        border: 1px solid #dbdbdb;
        border-radius: 5px;
        padding: 2px 8px;
        margin-left: 8px;
    }

        .as-keyword-slider .item a {
            display: flex;
        }

        .as-keyword-slider .item i {
            color: #ccc;
            position: relative;
            top: 6px;
        }

        .as-keyword-slider .item span {
            font-weight: 500;
            line-height: 26px;
            color: #243a5b;
            font-size: 12px;
            word-break: break-all;
            display: inline-block;
            /*right: -4px;
            position: relative;*/
        }

    .as-keyword-slider .owl-item:last-child .item {
        margin-left: 0px;
    }

.product-page .as-keyword-slider {
    display: inline-flex;
}

.as-keyword-slider h3 {
    min-width: 105px;
    width: 105px;
    font-weight: 400;
    font-size: 1rem;
    margin: 0px;
    line-height: 28px;
    color: black;
}

@media (max-width: 768px) {

    .as-keyword-slider .item span {
        font-size: 10px;
    }
}

/*#endregion*/

/*#endregion*/

/*#region contactUs*/
.as-contact-map {
    width: 100%;
    height: 100%;
    max-height: 320px;
}

    .as-contact-map .leaflet-pane {
        z-index: unset;
    }

    .as-contact-map .leaflet-tile-pane {
        z-index: unset;
    }

@media (max-width: 576px) {
    .as-contact-map {
        height: 300px;
    }
}

/*#endregion*/

/*#region orderProductList*/
#order-product-list .as-product-order-count {
    line-height: 25px;
}

#order-product-list ul {
    padding: 0px;
}

#order-product-list tbody tr td:nth-child(2) {
    display: flex;
}

#order-product-list tr td a img {
    max-width: 60px;
    max-height: 60px;
}

#order-product-list tbody tr td p {
    text-align: right;
    margin: 0 10px 0 0;
    line-height: 26px;
    font-size: 12px;
}

.table-responsive .table {
    max-width: none;
    -webkit-overflow-scrolling: touch !important;
}

.as-cart-action-bar .as-yellow-btn {
    font-size: 11px;
    height: 24px;
    line-height: 20px;
    width: 90px;
}

@media (max-width: 768px) {
    #order-product-list tbody tr td:nth-child(2) {
        display: block;
    }

    #order-product-list tbody tr td p {
        min-width: 200px;
    }
}

/*#endregion*/

/*#region serviceDetail*/
.service-page {
    padding: 40px 15px 50px;
}

    .service-page .as-price-with-discount span {
        font-size: 0.9rem;
    }

    .product-page .nav-tabs,
    .service-page .nav-tabs {
        margin-top: 20px;
    }

.as-product-features {
    font-size: 1.1rem;
    position: relative;
    z-index: 2;
    text-align: left;
    direction: ltr;
    z-index: auto;
}

    .as-product-features p i {
        color: #00b0bf;
        font-size: 16px;
        width: 20px;
        text-align: center;
    }

        .as-product-features p i.fg-call {
            font-size: 18px;
        }

#service-social-media i {
    cursor: pointer;
    width: 40px;
    text-align: center;
    color: #00b0bf;
    font-size: 28px;
}

    #service-social-media i.fa-instagram,
    #service-social-media i.fa-linkedin-square {
        font-size: 30px;
    }

#featurs ul,
#terms ul {
    padding: 30px 40px;
}

    #featurs ul li,
    #terms ul li {
        line-height: 30px;
    }

        #featurs ul li i,
        #terms ul li i {
            color: #00b0bf;
            width: 20px;
            text-align: center;
        }

#service-map-row {
    display: inline-flex;
    align-items: center;
    width: 100%;
    background-color: #fafafa;
    margin: 10px 0;
    height: 90px;
    padding: 20px;
    background-image: url('../Images/Shared/map-desktop.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    left: 0;
}

    #service-map-row i {
        color: #f7bc10;
        margin-left: 10px;
        font-size: 30px;
        position: relative;
        top: 2px;
    }

    #service-map-row p {
        text-align: justify;
        line-height: 25px;
        margin: 0px;
        display: inline-block;
        width: calc(100% - 112px);
    }

    #service-map-row .as-btn {
        position: relative;
        width: 112px;
        font-size: 13px;
        height: 33px;
        line-height: 30px;
    }

#service-address .map-container {
    height: 300px;
    width: 100%;
}

@media (max-width: 768px) {
    #service-map-row {
        padding: 5px 20px;
        text-align: center;
        height: unset;
        display: block;
        background-image: url('../Images/Shared/map-mobile.png');
        background-size: cover;
    }

        #service-map-row p {
            display: block;
            width: 100%;
        }

        #service-map-row .as-btn {
            margin: 20px 0;
        }
}

/*#endregion*/

/*#region news*/
#news-list {
    overflow: hidden;
    position: relative;
    padding: 5px 0px;
}

.as-news-list-item {
    cursor: pointer;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .17);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .17);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .17);
}

    .as-news-list-item.ease-in {
        transform: translate(0);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

    .as-news-list-item:hover {
        -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .17);
        -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .17);
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, .17);
    }

.as-news-list-item-header {
    padding: 5px 0;
    font-size: 0.85rem;
    color: #898e92;
}

#news-list .as-news-list-item-header {
    padding: 0px 9px;
}

.as-news-list-item-header span {
    margin: 0 5px;
}

    .as-news-list-item-header span:first-child {
        margin-right: 5px;
    }

.as-news-list-title {
    font-size: 1rem;
    color: #000;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.as-news-list-img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
}

.as-side-padding {
    margin-bottom: 15px;
}

#search-box {
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

#search-input {
    height: 40px;
    border: unset;
    border-radius: 3px;
}

    #search-input:focus {
        box-shadow: none;
    }

#search-box .input-group-text {
    cursor: pointer;
    border: 0px;
    box-shadow: unset;
    background-color: #fff;
}

    #search-box .input-group-text i {
        font-size: 1.8rem;
        position: relative;
        top: -1px;
    }

.as-side-box {
    margin: 20px 0;
}

    .as-side-box h3 {
        font-size: 1.2rem;
    }

.as-side-box-list {
    margin: 0;
    padding: 0;
    list-style: disc inside;
}

    .as-side-box-list li {
        cursor: pointer;
        margin: 10px 0;
    }

        .as-side-box-list li a {
            color: #5f5f5f !important;
            font-size: 0.9rem;
        }

        .as-side-box-list li:hover a {
            color: #f25022;
        }


.as-load-more {
    text-align: center;
}

    .as-load-more i {
        font-size: 40px;
        color: #525252;
        cursor: pointer;
    }

        .as-load-more i.fg-spinner {
            font-size: 30px;
        }

        .as-load-more i:hover {
            font-weight: bold;
        }

.as-news-list-overview {
    font-size: 12px;
    margin-bottom: 0px;
    overflow: hidden;
    height: 112px;
    padding: 5px 7px 0 5px;
    color: #000;
}

@media (max-width: 992px) {

    .as-side-padding {
        margin-bottom: 8px;
    }

    .as-news-list-overview {
        font-size: 10px;
        height: 85px;
        padding: 5px 10px 0 25px;
    }

    .as-news-list-img {
        width: 100px;
        height: 100px;
        border-radius: 6px;
    }

    .as-news-list-item {
        margin-bottom: 15px;
    }

    #news-page .row .col-12.col-sm-8 {
        padding: 0px 5px;
    }

    #news-list {
        padding: 5px;
    }

    #search-input {
        height: 32px;
    }

    .as-side-box-list li {
        margin: 2px 0;
    }
}

.announcement-title, .audio-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*#endregion*/

/*#region news-detail*/
#news-detail-page .as-title {
    height: 62px;
}

#news-detail-img {
    text-align: center;
    margin-bottom: 10px;
}

    #news-detail-img img {
        width: 500px;
        height: 500px;
        border-radius: 10px;
    }

.as-keywords {
    padding: 8px 0;
    font-size: 0.85rem;
}

    .as-keywords a {
        display: inline-block;
        line-height: 16px;
        border-radius: 3px;
        margin: 2px 5px;
        padding: 3px 5px;
        border: 1px solid #e8e8e8;
        color: #535353;
        word-break: keep-all;
    }

        .as-keywords a:hover {
            border: 1px solid #00b0bf;
        }

        .as-keywords a i {
            color: #b1b1b1;
            margin-left: 5px;
            position: relative;
            top: 2px;
        }

#news-overview {
    padding: 10px;
    border-radius: 6px;
    font-size: 0.9rem;
    line-height: 24px;
    border: 1px solid #ececec;
    background-color: #fbfbfb;
}

#news-content {
    line-height: 35px !important;
}

    #news-content img {
        max-width: 100%;
    }

.as-social-networks {
    margin: 40px 0;
    direction: ltr;
    text-align: left;
}

    .as-social-networks a {
        text-align: center;
        margin: 0 2px;
    }

        .as-social-networks a img {
            width: 1.5rem;
            height: 1.5rem;
            opacity: 40%;
        }

        .as-social-networks a:hover i {
            opacity: 80%;
        }

#news-detail-page .as-page-sub-title {
    margin: 30px 0 10px 0;
}

.social-media-icon {
    width: 1.5rem;
    height: 1.5rem;
}

#news-detail-page .btn:not(.disabled),
#news-detail-page .btn:not(.disabled):focus,
#news-detail-page.btn:not(.disabled):hover,
#news-detail-page.btn:not(.disabled):active {
    color: #fff;
    border-color: #00b0bf;
    box-shadow: unset;
    background-color: #00b0bf;
}

.as-page-sub-title {
    margin: 30px 0;
    font-size: 1.2rem;
}

.as-comment-box {
    position: relative;
    background-color: #fff;
    padding: 15px 30px;
}

.author {
    margin-bottom: 5px;
}

#comments .avatar {
    width: 20px;
    opacity: 80%;
}

#comments .comment-text {
    display: block;
    text-align: justify;
}

#comments time {
    font-size: 0.85rem;
}

.comment-list {
    /*border: 0px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
    margin: 8px 0px;*/
}

.as-reply {
    display: flex;
    margin: 8px 15px 0 0;
}

    .as-reply label {
        margin-left: 6px;
        margin-top: 6px;
        color: #00b0bf;
    }

@media (max-width: 992px) {
    .as-social-networks {
        margin: 20px 0;
    }

    #news-detail-page .as-page-sub-title {
        margin: 40px 0 10px 0;
    }

    #news-detail-page .as-side-bar {
        display: none;
    }

    .as-social-networks a i {
        font-size: 2.2rem;
    }
}

@media (max-width: 530px) {
    #news-detail-img img {
        width: 250px;
        height: 250px;
    }
}

/*#endregion*/

/*#region download-webapp*/
#download-webapp .as-msg-box {
    margin-top: 50px;
    padding: 25px 30px 15px 30px;
}

#rotate {
    display: block;
    margin: 0 auto;
    width: 80px;
}

#webapp-installation-steps li {
    text-align: right;
    line-height: 60px;
}

    #webapp-installation-steps li img {
        max-width: 60px;
    }

#share {
    width: 40px;
}

#webapp-installation-steps {
    padding-right: 20px;
}

@media (max-width: 992px) {
    #webapp-installation-steps li {
        line-height: 40px;
    }

        #webapp-installation-steps li img {
            max-width: 40px;
        }

    #share {
        width: 25px;
    }
}

/*#endregion*/

/*#region sort-box*/
.as-sort-box {
    font-size: 0.9rem;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 12px;
    margin: 10px 0;
    border: 1px solid #dcdcdc;
}

    .as-sort-box i {
        margin-left: 10px;
        font-size: 25px;
        color: #ccc;
    }

.as-sort-item {
    margin: 0 2px;
    display: inline-block;
    text-align: center;
    color: #000;
    border-radius: 5px;
    padding: 3px 8px;
}

    .as-sort-item:hover {
        cursor: pointer;
        background-color: #e6e6e6;
    }

    .as-sort-item.active {
        background-color: #00b0bf;
        color: #fff !important;
    }

        .as-sort-item.active i {
            color: #fff !important;
        }

.as-sort-box .left {
    position: absolute;
    left: 10px;
}

.as-sort-box label {
    margin-bottom: 0px;
}

.as-sort-box .dropdown {
    margin-top: 5px;
}

.as-sort-box .dropdown-menu {
    left: -10px !important;
    top: 3px !important;
    max-width: 100px !important;
}

.as-sort-box .dropdown-item.as-sort-item {
    text-align: right !important;
    border-radius: 0px;
    margin: 0px;
}

/*#endregion*/

/*#region switch*/
.switch {
    margin: 0px 2px;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 18px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: var(--primary);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*#endregion*/

/*#region userProfileMenu*/
#user-profile-menu {
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0px 0px 3px 1px #e6e6e6;
    -moz-box-shadow: 0px 0px 3px 1px #e6e6e6;
    box-shadow: 0px 0px 3px 1px #e6e6e6;
}

    #user-profile-menu label {
        display: block;
        font-size: 1.1rem;
        margin: 0px;
        padding: 12px 30px;
        border-bottom: 1px solid #eee;
    }

    #user-profile-menu ul {
        padding: 0px;
        margin: 5px 0;
    }

        #user-profile-menu ul li {
            padding: 7px 12px;
            position: relative;
        }

            #user-profile-menu ul li a {
                position: absolute;
                z-index: 5;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
            }

        #user-profile-menu ul.as-item li a {
            position: unset;
            z-index: unset;
        }

        #user-profile-menu ul li .as-reset-style {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            direction: ltr;
            display: flex;
            flex-direction: row-reverse;
            font-size: 1.1rem;
        }

        #user-profile-menu ul.as-item {
            border-bottom: 1px solid #f0f0f1;
        }

        #user-profile-menu ul.as-list li {
            padding: 12px 12px;
        }

        #user-profile-menu ul li:hover, #user-profile-menu ul li.active {
            cursor: pointer;
            background-color: #f3f3f3;
            /*color: #00b0bf !important;*/
        }

            #user-profile-menu ul li.active i {
                color: var(--primary);
            }

        #user-profile-menu ul li a:hover {
            cursor: pointer;
            /*background-color: #f3f3f3;*/
            color: #67655f !important;
        }

        #user-profile-menu ul li:hover i {
            color: #222222de;
        }

        #user-profile-menu ul li i {
            position: relative;
            top: 50%;
            color: #67655f;
            line-height: 24px;
            display: flex;
            align-items: center;
        }

            #user-profile-menu ul li i.fg-chevron-left {
                top: unset;
            }

            #user-profile-menu ul li i span, #user-profile-menu ul li .title {
                padding-right: 15px;
                font-family: 'IRANSans', IRANSans, Tahoma !important;
                font-size: 14px;
                font-weight: 400;
                color: #67655f;
            }

            #user-profile-menu ul li i.fg-chevron-left {
                float: left;
            }

            #user-profile-menu ul li i:not(.fg-chevron-left) {
                font-size: 1.3rem;
                /*width: 40px;*/
                text-align: center;
            }

        #user-profile-menu ul li.is-submenu-item i {
            padding-left: 15px;
        }

@media (max-width: 992px) {

    #user-profile-menu label {
        display: none;
    }

    #user-profile-menu ul {
        margin: 0;
        font-size: 1.2rem;
    }

        #user-profile-menu ul li {
            padding: 15px;
            /*
                       margin: 0 20px;*/
            /*border-bottom: 1px solid rgba(0,0,0,.1);*/
        }

            #user-profile-menu ul li:last-child {
                border-bottom: none;
            }

                #user-profile-menu ul li:last-child .as-signOut-btn {
                    padding: 12px 12px;
                }

            #user-profile-menu ul li i {
                font-size: 1.5rem !important;
            }

                #user-profile-menu ul li i:not(.fg-chevron-left) {
                    text-align: right;
                }

                #user-profile-menu ul li i.fg-chevron-left {
                    transform: translateY(-100%);
                }

    .as-img img {
        width: 40px !important;
        height: 40px !important;
    }
}

/*#endregion*/

/*#region myOrder*/
#orders-list .delivery-date &gt; span {
    display: inline-block;
    min-width: 7em;
}

#orders-list [id ^= "order-invoice-detail-"] .card {
    margin-bottom: 20px;
    border-radius: 4px;
    border: 0px solid #e6e6e6;
    -webkit-box-shadow: 0px 0px 3px 1px #e6e6e6;
    -moz-box-shadow: 0px 0px 3px 1px #e6e6e6;
    box-shadow: 0px 0px 3px 1px #e6e6e6;
}

#orders-list [id ^= "order-invoice-detail-"] .card-header {
    padding: 0px;
    background-color: #fff;
}

.as-card-header-top {
    padding: 8px;
    background-color: #85b3be;
    color: #fff;
    font-size: 1.02rem;
}

    .as-card-header-top label {
        margin: 0px;
    }

.as-card-header-price {
    position: relative;
    border-top: 1px solid #ccc;
    padding: 5px 8px;
}

    .as-card-header-price a i {
        position: relative;
        top: 2px;
    }

.as-card-header-info {
    margin: 8px;
}

#orders-list [id ^= "order-invoice-detail-"] {
    padding: 5px;
    font-size: 0.95rem;
}

#orders-list [id ^= "order-invoice-detail-"] {
    width: 100%;
    text-align: center;
}

    #orders-list [id ^= "order-invoice-detail-"] th {
        padding: 10px 4px;
    }

    #orders-list [id ^= "order-invoice-detail-"] td {
        padding: 6px 0;
        width: 50%;
    }

    #orders-list [id ^= "order-invoice-detail-"] .fg-check-box-outline-blank {
        cursor: pointer;
        color: #f1d323;
    }

    #orders-list [id ^= "order-invoice-detail-"] .as-sec-btn-red {
        border-radius: 2px;
        height: 25px;
        line-height: 23px;
        font-size: 0.9rem;
    }

.as-border-bottom {
    border-bottom: 1px solid #ccc;
}

.as-border-top {
    border-top: 1px solid #ccc;
}

.as-border {
    display: block;
    margin: 8px;
    height: 1px;
    background-color: #d0d0d0;
}

.as-card-header-price .ar-spinner-over {
    top: 0px;
}

.as-order-description {
    margin: 5px 0 10px;
}

    .as-order-description a {
        width: 80px;
        font-size: 0.85rem;
        height: 28px;
        line-height: 28px;
    }

#orders-list [id ^= "order-invoice-detail-"] .card-body tr ul {
    margin: 0px;
    padding: 0px;
}

    #orders-list [id ^= "order-invoice-detail-"] .card-body tr ul li {
        font-size: 0.9rem;
        padding: 2px 0;
    }

        #orders-list [id ^= "order-invoice-detail-"] .card-body tr ul li i {
            width: 15px;
        }

/*#endregion*/

/*#region myCredit*/
#credit-insert .modal-body {
    padding: 20px !important;
}

#credit-list td i {
    font-style: unset;
    position: relative;
    font-size: 15px;
    top: 2px;
}

#credit-list tbody .fg-arrow-drop-up {
    font-size: 1.7rem;
    color: #1fb69b;
}

#credit-list tbody .fg-arrow-drop-down {
    font-size: 1.7rem;
    color: #eb0542;
}

/*#endregion*/

/*#region myFriends*/
.as-invite-friend-box {
    padding: 15px;
    border-radius: 5px;
}

.as-friends-info {
    background-color: #fff;
    direction: ltr;
    border: 1px solid #e8e8e8;
    padding: 5px 10px 2px 10px;
    color: var(--primary);
}

#name-phoneNumber {
    width: 300px;
}

.as-hidden-invitation {
    white-space: break-spaces;
    position: fixed;
    left: -9999px;
    z-index: -9999;
}

@media only screen and (max-width: 1457px) and (min-width: 992px) {
    .as-top-header .as-top-header-firstCol {
        width: 45% !important;
    }

    .as-top-header .as-top-header-secondCol {
        width: 55% !important;
    }
}

#my-friends-page .fg-content-copy {
    font-size: 22px;
    cursor: pointer;
    color: #aaa;
}

#friend-contact-box .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow &gt; div:after {
    display: none;
}

#friend-contact-box .dropdown.menu i {
    font-size: 20px;
    position: relative;
    top: 2px;
    width: 35px;
    text-align: center;
}

    #friend-contact-box .dropdown.menu i.fa-whatsapp {
        font-size: 24px;
        color: #26a94d;
    }

#friend-contact-box .dropdown.menu .submenu.first-sub:after,
#friend-contact-box .dropdown.menu .submenu.first-sub:before {
    left: 18px;
}

#friend-contact-box .dropdown.menu .submenu.last-sub {
    transform: rotate(180deg);
    top: -50px;
    left: 0;
}

    #friend-contact-box .dropdown.menu .submenu.last-sub li {
        transform: rotate(180deg);
    }

#friend-contact-box .dropdown.menu .submenu {
    align-items: center;
    padding: 5px;
    min-width: unset !important;
}

#friend-contact-box .is-dropdown-submenu.js-dropdown-active,
#friend-contact-box .is-dropdown-submenu:not(.js-dropdown-nohover) &gt; .is-dropdown-submenu-parent:hover &gt; .is-dropdown-submenu,
#friend-contact-box .should-open-on-hover:hover &gt; .is-dropdown-submenu,
#friend-contact-box .should-open-on-hover &gt; .is-dropdown-submenu:hover {
    display: inline-flex;
}

#friend-contact-box .dropdown.menu .submenu li {
    min-width: unset;
    width: unset;
}

    #friend-contact-box .dropdown.menu .submenu li a {
        padding: 2px;
    }

.whatsapp-mobile {
    display: none;
}

.whatsapp-desktop {
    display: block;
}

@media (max-width: 992px) {
    .whatsapp-mobile {
        display: block;
    }

    .whatsapp-desktop {
        display: none;
    }

    .as-search-block.active .search-dropdown {
        top: 3rem !important;
    }
}
/*#endregion*/

/*#region myAddress*/
#my-address-list &gt; li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.up-item {
    padding: 0;
}

    .up-item &gt; * {
        border-right: 2px solid var(--primary) !important;
        padding: 12px 8px;
        border: 1px solid var(--bs-gray-300);
        margin-bottom: 10px;
        border-radius: 4px;
        width: 100%;
    }

    .up-item th {
        text-align: center !important;
    }

#my-address-list .as-address-edit,
#my-address-list .as-address-delete {
    font-size: 18px;
}

    #my-address-list .as-address-edit:hover,
    #my-address-list .as-address-delete:hover {
        transform: scale(1.1) !important;
        -o-transform: scale(1.1) !important;
        -moz-transform: scale(1.1) !important;
        -webkit-transform: scale(1.1) !important;
    }

.as-profile-box {
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 3px 1px #e6e6e6;
    -moz-box-shadow: 0px 0px 3px 1px #e6e6e6;
    box-shadow: 0px 0px 3px 1px #e6e6e6;
    margin-bottom: 10px;
}


.as-profile-box-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 8px;
    background-color: #85b3be;
    color: #fff;
    font-size: 1.02rem;
}

.as-profile-box-body {
    padding: 12px;
    position: relative;
}

    .as-profile-box-body p {
        margin-bottom: 0px;
    }

    .as-profile-box-body.collapsible p {
        height: 84px;
    }

        .as-profile-box-body.collapsible p.truncated {
            cursor: pointer;
        }


#address-insert-edit div:has(&gt;.map-container) {
    height: 20rem;
}
/*#endregion*/

/*#region customOwlCarousel*/
.as-reward-slider .owl-theme button.owl-prev {
    right: 0px;
}

.as-reward-slider .owl-carousel .owl-nav button {
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 5px !important;
    outline: none !important;
    font-size: 35px !important;
    line-height: 13px !important;
    color: #7d7b77 !important;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: calc(50% - 6px);
}

.as-reward-slider .owl-theme button.owl-next {
    left: -8px;
}

.owl-carousel .owl-nav button.owl-prev {
    right: 0;
}

.as-product-description .as-variant-items.owl-carousel .owl-item {
    width: auto !important;
}

.as-product-description .as-variant-items.owl-carousel .owl-nav .owl-next {
    text-align: center;
    width: 35px;
    height: 55px;
    padding: 5px !important;
    outline: none !important;
    font-size: 2rem !important;
    line-height: 13px !important;
    /*border-right: 1px solid #dedede;*/
    color: #959EA6;
    position: absolute;
    top: calc(42% - 25px);
    left: 0;
    background-color: #FFFFFF;
}

.as-product-description .as-variant-items.owl-carousel .owl-nav .owl-prev {
    text-align: center;
    width: 35px;
    height: 55px;
    padding: 5px !important;
    outline: none !important;
    font-size: 2rem !important;
    line-height: 13px !important;
    /*border-left: 1px solid #dedede;*/
    color: #959EA6;
    position: absolute;
    top: calc(42% - 25px);
    right: 0;
    background-color: #FFFFFF;
}

/*.as-variant-items .owl-stage-outer :not(first-child) {
    margin: 0px 33px;
    padding: 3px;
}*/
#gallery-items.owl-carousel .owl-item, #booking-photo-owlcarousel.owl-carousel .owl-item {
    width: 85.5px !important;
}

#gallery-items.owl-carousel .owl-nav .owl-next {
    text-align: center;
    width: 35px;
    height: 71px;
    padding: 5px !important;
    outline: none !important;
    font-size: 2rem !important;
    line-height: 13px !important;
    /* border-right: 1px solid #dedede; */
    color: #959EA6;
    position: absolute;
    top: calc(58% - 46px);
    left: 0;
    background-color: #FFFFFF;
}

#gallery-items.owl-carousel .owl-nav .owl-prev {
    text-align: center;
    width: 35px;
    height: 71px;
    padding: 5px !important;
    outline: none !important;
    font-size: 2rem !important;
    line-height: 13px !important;
    /*border-left: 1px solid #dedede;*/
    color: #959EA6;
    position: absolute;
    top: calc(58% - 46px);
    right: 0;
    background-color: #FFFFFF;
}

/*#endregion*/

/*#region dropdown search*/
.as-search-block.active .search-dropdown {
    display: block;
    position: absolute;
    top: 2.5rem;
    margin-left: 0 !important;
    min-height: 5.5rem;
}

.as-search-block.active .search-input {
    -webkit-animation: expand-search-box-animation 0.5s forwards;
    animation: expand-search-box-animation 0.5s forwards;
}

    .as-search-block.active .search-input input {
        border-width: 2px;
    }

    .as-search-block.active .search-input .close-search {
        display: inline-block;
    }

    .as-search-block.active .search-input .search-dropdown {
        display: block;
    }

.as-search-block .search-input {
    transition: left 0.2s ease-in-out;
    transition: width 0s ease-in-out;
}

    .as-search-block .search-input .search-icon {
        position: absolute;
        left: 15px;
        top: 13px;
        z-index: 999;
        color: #44a948;
    }

    .as-search-block .search-input input {
        font: 8.5333333333px "Avenir Next W01", "Avenir Next", "Helvetica Neue", Helvetica, sans-serif;
        height: 50px;
        border: 1px solid #44a948;
        border-radius: 4px;
        min-width: 300px;
        width: 100%;
        padding-left: 50px;
    }

        .as-search-block .search-input input:focus {
            outline: none;
        }

    .as-search-block .search-input i.close-search {
        color: #44a948;
        display: none;
        position: absolute;
        right: 15px;
        top: 13px;
        cursor: pointer;
    }

.search-dropdown {
    box-sizing: border-box;
    color: #3e3e3e;
    opacity: 1;
    padding: 0 6px;
    width: 100%;
    -webkit-animation: expand-search-dropdown-animation 0.5s forwards;
    animation: expand-search-dropdown-animation 0.5s forwards;
    overflow-y: scroll;
    max-height: 400px;
    border-radius: 0 0 4px 4px;
    background-color: #fcfcfc;
    border: 1px solid #e0e0e0;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.09);
    display: none;
    direction: rtl;
    overflow-x: hidden;
}

    .search-dropdown .small {
        -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    }

    .search-dropdown .search-section .hits-blank {
        color: #666;
        text-align: center;
        padding-top: 20px;
    }

    .search-dropdown a {
        text-decoration: none;
        color: inherit;
    }

.hit {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

    .hit .hit-title {
        color: #44a948;
        font-family: 'bt_mono', monospace;
        border-bottom: 1px solid #44a948;
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 0;
        display: inline-block;
        font-size: 14px;
    }

    .hit .hit-description {
        text-decoration: none;
        color: black;
        font-size: 14px;
        display: block;
        margin-top: 3px;
    }

    .hit .hit-anchor {
        font-size: 13px;
        color: #666;
    }

    .hit .algolia-docsearch-suggestion--highlight {
        background-color: #ffe9a4;
    }

    .hit:last-child {
        /*border: 0;
	*/
    }

.ais-hits--item:last-child .hit {
    border: 0;
}

.hits-container {
    z-index: 999;
}

    .hits-container .as-thumbnail .as-product-img {
        padding-top: 0 !important;
        position: unset !important;
        height: 5rem;
        object-fit: contain;
    }

        .hits-container .as-thumbnail .as-product-img img {
            position: unset !important;
            max-height: 100% !important;
            max-width: 100% !important;
            border-radius: unset;
        }

    .hits-container .as-thumbnail {
        border: 1px solid #eee !important;
        border-radius: 5px !important;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
    }

    .hits-container .as-product-content {
        margin-top: 0 !important;
    }

    .hits-container .as-slider-title {
        font-size: .9rem;
    }

.close-search {
    color: #bbb;
    font-size: 20px;
    font-style: normal;
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
}

    .close-search:hover {
        cursor: pointer;
    }

.input-group.as-search-block .input-group-prepend {
    width: 15%;
}

.input-group.as-search-block .as-search {
    width: 85%;
}

.input-group.as-search-block .as-input-search {
    border: unset;
}

.input-group.as-search-block .as-search {
    border: 1px solid #ced4da;
    border-left: 0;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

/*#endregion*/

/*#region online-payment-result*/
.as-font-size {
    font-size: 1.1rem;
}

/*#endregion*/

/*#region form*/

#form-detail-page .form-section-title p {
    text-align: center;
}

#form-detail-page .number-input-w {
    width: 65% !important;
}

#form-detail-page &gt; div {
    background: #f9f9f9;
    padding: 1em;
    margin: 1em 0;
    border-radius: 5px;
}

*:has(#form-detail-page) {
    background-image: url(https://www.atirayan.com/Areas/My/Content/Chat/Images/Shared/chat-background.png);
    background-color: #ebeff1;
    --bs-border-color: #989b9e;
}

#form-detail-page ar-input-text:focus ~ label {
    top: -12px;
    transform: unset;
    font-size: 13px;
    background-color: #fff;
    padding: 2px 5px;
    z-index: 5;
}

#form-detail-page .ar-label {
    position: absolute;
    pointer-events: none;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s ease all;
    color: #000000;
}

#form-detail-page .ar-field {
    position: relative;
}

#form-detail-page .number-input-w {
    width: 65% !important;
}

.form-question-Title {
    display: flex;
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple]):not([size]) {
    --bs-form-select-bg-icon: unset;
    padding-left: unset;
    box-shadow: unset !important;
}

.was-validated .form-check-input:valid ~ .form-check-label {
    color: unset;
}


.form-select.is-valid, .was-validated .form-select:valid {
    border-color: var(--bs-border-color);
}

.was-validated .form-check-input:valid:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.was-validated .form-check-input:valid {
    background-color: var(--bs-form-check-bg);
    border-color: unset;
}


/*#endregion*/

/*#region ml marketing*/
.ml-marketing {
    white-space: nowrap;
}

    .ml-marketing .item {
        min-width: 15em;
        cursor: pointer;
        padding-top: 20px;
        position: relative;
    }

        .ml-marketing .item .fg-more-vert:before {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
        }

        .ml-marketing .item:hover .fg-more-vert:before {
            font-variation-settings: 'FILL' 0, 'wght' 900, 'GRAD' 0, 'opsz' 48;
        }

    .ml-marketing .prof-img img {
        border-radius: 50%;
        width: 3.5em;
        height: 3.5em;
        object-fit: cover;
    }

    .ml-marketing .tags &gt; * {
        font-size: .7em;
        background-color: #e6e6e6;
        padding: 1.5px 5px;
        border-radius: 5px;
        margin-left: 2px;
    }

    .ml-marketing .tags &gt; .commission-amount {
        background-color: #e2f2d0;
    }

    .ml-marketing .tags &gt; .order-count {
        background-color: #d0f2e7;
    }

    .ml-marketing ul &gt; li li {
        position: relative;
        margin-right: calc(2em + 25px);
    }

    .ml-marketing .level-1 &gt; li {
        margin-right: calc(1em + 25px) !important;
    }

    .ml-marketing ul {
        padding: 0;
        position: relative;
    }

    .ml-marketing &gt; ul ul .tvc span {
        width: 1em;
        height: 1px;
        background-color: #ddd;
    }

    .ml-marketing ul &gt; li li:before {
        content: "";
        background: #ddd;
        width: 1px;
        height: 100%;
        position: absolute;
        right: 0;
    }

    .ml-marketing ul &gt; li li:last-child:before {
        height: 45px;
    }

    .ml-marketing .item:not(:has(~.show)) .fg-expand-more, .ml-marketing .item:has(~.collapsing) .fg-expand-more {
        transform: rotate(90deg);
    }

    .ml-marketing .item:not(:has(~ul)) .fg-expand-more:before {
        visibility: hidden;
    }

#order-commission-list span.dtr-title {
}

/*#endregion*/

/*#region overwrite dataTable*/

table.dataTable thead &gt; tr &gt; th.sorting, table.dataTable thead &gt; tr &gt; th.sorting_asc, table.dataTable thead &gt; tr &gt; th.sorting_desc, table.dataTable thead &gt; tr &gt; th.sorting_asc_disabled, table.dataTable thead &gt; tr &gt; th.sorting_desc_disabled, table.dataTable thead &gt; tr &gt; td.sorting, table.dataTable thead &gt; tr &gt; td.sorting_asc, table.dataTable thead &gt; tr &gt; td.sorting_desc, table.dataTable thead &gt; tr &gt; td.sorting_asc_disabled, table.dataTable thead &gt; tr &gt; td.sorting_desc_disabled {
    padding-left: 26px;
    padding-right: unset !important;
}

    table.dataTable thead &gt; tr &gt; th.sorting:before, table.dataTable thead &gt; tr &gt; th.sorting:after, table.dataTable thead &gt; tr &gt; th.sorting_asc:before, table.dataTable thead &gt; tr &gt; th.sorting_asc:after, table.dataTable thead &gt; tr &gt; th.sorting_desc:before, table.dataTable thead &gt; tr &gt; th.sorting_desc:after, table.dataTable thead &gt; tr &gt; th.sorting_asc_disabled:before, table.dataTable thead &gt; tr &gt; th.sorting_asc_disabled:after, table.dataTable thead &gt; tr &gt; th.sorting_desc_disabled:before, table.dataTable thead &gt; tr &gt; th.sorting_desc_disabled:after, table.dataTable thead &gt; tr &gt; td.sorting:before, table.dataTable thead &gt; tr &gt; td.sorting:after, table.dataTable thead &gt; tr &gt; td.sorting_asc:before, table.dataTable thead &gt; tr &gt; td.sorting_asc:after, table.dataTable thead &gt; tr &gt; td.sorting_desc:before, table.dataTable thead &gt; tr &gt; td.sorting_desc:after, table.dataTable thead &gt; tr &gt; td.sorting_asc_disabled:before, table.dataTable thead &gt; tr &gt; td.sorting_asc_disabled:after, table.dataTable thead &gt; tr &gt; td.sorting_desc_disabled:before, table.dataTable thead &gt; tr &gt; td.sorting_desc_disabled:after {
        left: 10px;
        right: unset !important;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid transparent;
    border-radius: 5px;
    background: var(--primary);
    opacity: 0.7;
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid transparent;
    border-radius: 5px;
    background: var(--primary);
    opacity: 0.5;
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    padding: 0.25em;
}

.dataTables_paginate {
    display: flex;
    align-items: center;
}

.dataTables_length * {
    outline: none !important;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: unset;
}

table.dataTable td, table.dataTable th {
    text-align: center !important;
}

    table.dataTable td.child {
        text-align: right !important;
    }

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) &gt; * {
    --bs-table-accent-bg: rgb(0 0 0 / 3%);
}

.table-hover &gt; tbody &gt; tr:hover &gt; * {
    --bs-table-accent-bg: rgb(0 0 0 / 5%);
}

table.dataTable &gt; tbody &gt; tr.child ul.dtr-details &gt; li {
    display: flex;
}
/*#endregion*/

/*#region booking service*/
.booking-time {
    text-align: center;
}

    .booking-time .calendar &gt; ul {
        margin: 0;
    }

    .booking-time .head {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: bold;
        border-top: 3px solid var(--primary);
        padding-top: 7px;
        margin-bottom: 10px;
    }

    .booking-time li.time span {
        display: inline-block;
        margin-top: 10px;
        padding: 5px 0;
        border-radius: 5px;
        cursor: pointer;
        width: 100%;
        max-width: 80px;
    }

        .booking-time li.time span:before {
            border-radius: 5px;
        }

        .booking-time li.time span.reserved {
            background: var(--bs-gray-500);
            cursor: default;
            color: white;
            text-decoration: line-through;
        }

    .booking-time .time .active {
        box-shadow: 0 0 5px 0 #4CAF50;
    }

.booking-time-custom-tooltip span {
    display: block;
}

.booking-list ul {
    padding: 0;
}

.booking-list .booking-item &gt; div {
    padding: 0.7em;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.booking-list li &gt; div:before {
    content: "";
    height: 1px;
    width: 85%;
    bottom: 0;
    position: absolute;
    background: #ddd;
    left: 0;
    right: 0;
    margin: auto;
}

.booking-list .booking-item ul {
    background: #9999991a;
}

.booking-list .booking-item &gt; .active {
    color: var(--primary);
    font-weight: 500;
}

.booking-list li &gt; div:hover {
    background-color: var(--bs-gray-200)
}

.booking-list .booking-item div:not(.show) ~ ul {
    display: none;
}

.booking-list .booking-item img {
    max-width: 4em;
    height: 4em;
    object-fit: cover;
    border-radius: 5px;
}

.booking-list .booking-item .title {
    margin-right: 10px;
}

.booking-list .booking-item &gt; div.show .fg-expand-more {
    transform: rotate(180deg);
}

.booking-detail photo {
    /*max-width: 15em;*/
    text-align: center;
}


#booking-detail-page .nav-tabs, #booking-detail-page .booking-reserve-btn, #booking-detail-page #booking-services label, #booking-detail-page #booking-services span, #booking-detail-page #booking-services textarea,
#booking-detail-page #booking-services .booking-request-btn, #booking-services input, #booking-services textarea {
    font-size: 1.15rem !important;
}

#booking-detail-page #booking-photo-carousel img {
    object-fit: contain;
}
/*#endregion*/

/*#region persian date picker*/
.datepicker-plot-area .toolbox {
    display: none !important;
}

.datepicker-plot-area {
    font-family: 'IRANSans', IRANSans, Tahoma !important;
}
/*#endregion*/

/*#region Story*/

.story .owl-stage {
    margin: auto;
}

.story-item.seen {
    opacity: 0.75;
}

    .story-item.seen img {
        border-color: #ddd !important;
    }

.story-item img {
    border-radius: 50%;
    border: 2px solid var(--primary);
    width: max-content;
    border-radius: 50%;
    padding: 4px;
    /*display: inline;*/
    object-fit: contain;
}

@media (min-width: 768px) {
    .story-item img {
        max-height: 75px;
    }
}

.story-slider .carousel {
    overflow: unset;
}

.story-slider .progress {
    --bs-progress-bar-bg: #fff;
    --bs-secondary-bg: #ccc;
    direction: ltr;
}

.story-slider .carousel-control-prev {
    transform: translate(-100%, 0);
    width: unset;
    padding: 15px;
}

.story-slider .carousel-control-next {
    transform: translate(100%, 0);
    width: unset;
    padding: 15px;
}

.story-item .title {
    display: block;
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.story-slider button.close i {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(0px);
    padding: 4px;
}

.story-slider .slider-body img {
    max-height: 80vh;
    width: 100vw !important;
}

.carousel-control-next-icon.default,
.carousel-control-prev-icon.default {
    background-color: unset !important;
    color: unset !important;
    border: unset !important;
    width: unset !important;
    padding: unset !important;
    border-radius: unset !important;
    position: unset !important;
    top: unset !important;
    outline: unset !important;
    height: unset !important;
}

@media (min-width: 992px) {
    .story-slider .modal-dialog {
        --bs-modal-width: 730px;
    }
}

@media (max-width: 650px) {
    .story-slider .carousel picture {
        display: flex;
        justify-content: center;
    }

        .story-slider .carousel picture img {
            max-height: unset;
            max-width: unset;
            width: unset !important;
            height: 99.5svh;
        }

    .story-slider .modal-dialog {
        margin: 0 !important;
        max-width: unset !important;
    }

    .story-slider .carousel .carousel-control-next, .story-slider .carousel .carousel-control-prev {
        transform: unset;
    }

    .story-slider {
        padding: 0 !important;
    }

        .story-slider .modal-content {
            width: 100% !important;
        }
}

/*#endregion*/

/*#region product-tags*/
#product-tags .owl-item a {
    width: fit-content;
    font-size: 0.8rem;
    font-weight: 500;
}

    #product-tags .owl-item a:hover {
        box-shadow: 0px 0px 5px 0px #656565;
    }

#product-tags .owl-stage {
    padding: 0.25rem 0;
}


/*#endregion*/

/*#region gallery*/

.card.gallery .date span {
    font-size: 0.8rem;
}

.card.gallery .title p {
    font-size: 1.1rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

#modules .gallery-container, #modules .text-module {
    margin-top: 10px !important;
}

.gallery-container .gallery:hover {
    box-shadow: 0 0 3px 3px rgba(0,0,0,.1);
}

.gallery-container .gallery {
    border-radius: 10px;
}

    .gallery-container .gallery a {
        color: unset;
    }

.gallery-container .owl-item {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.gallery-item .gallery-photo {
    width: -webkit-fill-available;
}

.gallery-item .gallery-date {
    font-size: 0.8rem;
}

.gallery-item .gallery-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-item .gallery-description * {
    word-break: break-word;
}

/*.gallery-modal-content {
    background-color: unset;
}*/

.gallery-modal-content .carousel-control-prev {
    transform: translate(-100%, 0px);
    width: 9%;
}

.gallery-modal-content .carousel-control-next {
    transform: translate(100%, 0px);
    width: 9%;
}

.gallery-modal-content .carousel-control-prev-icon, .gallery-modal-content .carousel-control-next-icon {
    background: unset;
}

/*@media (min-width: 768px) {
    .gallery-modal .modal-content.col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important;
    }
}*/

@media (max-width: 768px) {
    .gallery-modal-content .carousel-control-next {
        transform: unset;
    }

    .gallery-modal-content .carousel-control-prev {
        transform: unset;
    }
}

.card.gallery .date span {
    font-size: 12px;
}

.card.gallery .title p {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-content .owl-next {
    left: 0;
}

.gallery-modal .carousel {
    overflow: unset;
}

.gallery-modal .progress {
    --bs-progress-bar-bg: #fff;
    --bs-secondary-bg: #ccc;
    direction: ltr;
}

.gallery-modal .carousel-control-prev {
    transform: translate(-100%, 0);
    width: unset;
    padding: 15px;
}

.gallery-modal .carousel-control-next {
    transform: translate(100%, 0);
    width: unset;
    padding: 15px;
}

.gallery-modal button.close i {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(0px);
    padding: 4px;
}

.gallery-modal .slider-body img {
    max-height: 80vh;
    width: 100vw !important;
}
/*#endregion*/

/*#region EPayment*/

#Epayment-page .as-payment-gateway {
    height: 55px
}

#Epayment-page #logo {
    padding: 12%;
}

#Epayment-card {
    background: #f7f7f7;
}
/*#endregion*/

/*#region News*/
.video-module-fullscreen {
    white-space: nowrap;
}

    .video-module-fullscreen &gt; div {
        background: var(--primary);
        opacity: 0.4;
        border: 1px solid var(--primary);
    }


@media (max-width:768px) {
    .audio-module-icon, .video-module-icon {
        font-size: 1.7rem !important;
    }
}
/*#endregion*/
</pre></body></html>