﻿:root {
    --base: #007aff;
    --baseText: #ffffff;
    --second: #fbb908ff;
    --other: #636466ff;
    --otherText: #ffffff;
}

body,
body * {
    font-family: Iran-Sans-UltraLight;
}

/* =========== header-top =========== */
#OBVFYOOCFL.main-header .header-top[show=false] {
    display: none;
}

#OBVFYOOCFL.main-header .header-top {
    top: unset;
    margin-top: unset;
}

#OBVFYOOCFL.main-header .header-top .auto-container {
    display: flex;
    justify-content: space-between;
}

.is-fa #OBVFYOOCFL.main-header .header-top .auto-container {
    flex-direction: row-reverse;
}

#OBVFYOOCFL.main-header .header-top .top-left {
    font-size: 14px;
}

#OBVFYOOCFL.main-header .header-top .top-right[show=false] {
    display: none;
}

#OBVFYOOCFL.main-header .header-top .top-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    z-index: 1;
}

#OBVFYOOCFL.main-header .header-top .top-right .list {
    float: unset;
    z-index: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#OBVFYOOCFL.main-header .header-top .top-right .social-nav[show=false] {
    display: none;
}

#OBVFYOOCFL.main-header .header-top .top-right .social-nav {
    background: unset;
    border-radius: unset;
    padding: unset;
    display: flex;
    flex-wrap: wrap;
    float: unset;
    gap: 1.5rem;
    margin-right: 45px;
    margin-left: unset;
}

#OBVFYOOCFL.main-header .header-top .top-right .social-nav li {
    padding-left: unset;
    padding-right: unset;
}

#OBVFYOOCFL.main-header .header-top .top-right .social-nav li:first-child {
    padding-right: unset;
}

#OBVFYOOCFL.main-header .upper-column img,
#OBVFYOOCFL.main-header .social-nav img {
    overflow: hidden;
}

/* =========== header-upper =========== */
#OBVFYOOCFL .logo img {
    width: -1px !important;
    height: 70px;
    object-fit: contain;
    max-height: unset;
}

#OBVFYOOCFL.main-header .header-upper {
    top: unset;
    padding: 40px 0;
    background: #ffffff;
    color: #fbb908ff;
    font-size: 14px;
}

#OBVFYOOCFL.main-header .info-box ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;

}

#OBVFYOOCFL.main-header .info-box li,
#OBVFYOOCFL.main-header .info-box strong {
    color: #fbb908ff;
    font-size: 14px;
    margin-bottom: unset;
}

#OBVFYOOCFL.main-header .header-upper .auto-container {
    margin-block: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 30px;
}

#OBVFYOOCFL.main-header .header-upper .logo-box {
    padding: unset;
}

#OBVFYOOCFL.main-header .header-upper .upper-right[show=false] {
    display: none;
}

#OBVFYOOCFL.main-header .header-upper .upper-right {
    display: flex;
    justify-content: start;
    gap: 1rem;
    overflow-y: auto;
    scrollbar-width: thin;
    flex: 1;
}

#OBVFYOOCFL.main-header .header-upper .upper-right.flex-wrap {
    flex-wrap: wrap;
}

#OBVFYOOCFL.main-header .header-upper .upper-right>* {
    flex: 0 1 calc(25% - 1rem);
}

#OBVFYOOCFL.main-header .upper-column img {
    height: 4rem;
    width: 4rem;
}

#OBVFYOOCFL .upper-column.info-box {
    float: unset;
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    column-gap: 10px;
    padding: 0;
    margin-right: unset;
    text-align: right;
}

#OBVFYOOCFL.main-header .info-box .icon-box {
    position: relative;
    margin: unset;
    width: fit-content;
    height: fit-content;
}

#OBVFYOOCFL.main-header .nav-outer {
    bottom: unset;
    top: -30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* =========== header-lower =========== */
#OBVFYOOCFL.main-header .header-lower {
    position: absolute;
    width: 100%;
}

#OBVFYOOCFL .main-menu {
    float: unset;
}

#OBVFYOOCFL .main-menu .navigation>li>ul {
    border-top: 3px solid var(--other);
}

#OBVFYOOCFL .main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

#OBVFYOOCFL .main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#OBVFYOOCFL .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    left: 10px;
    right: unset;
    border: unset;
}

#OBVFYOOCFL .main-menu .navigation>li>ul,
#OBVFYOOCFL .main-menu .navigation>li>ul>li>ul {
    background-color: #ffffff;
    color: #fbb908ff;
    font-size: 14px;
}

#OBVFYOOCFL.main-header .header-lower .outer-box {
    float: unset;
    display: flex;
    align-items: center;
}

#OBVFYOOCFL.main-header .search-box-btn {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border: 1px dashed var(--other) !important;
}

#OBVFYOOCFL .search-box-outer {
    position: relative;
    float: unset;
    margin-left: 15px;
    overflow: unset;
    direction: ltr !important;
}

#OBVFYOOCFL .search-box-outer .dropdown {
    display: flex !important;
    gap: 1rem;
}

#OBVFYOOCFL.main-header .search-box-outer .dropdown-menu {
    top: 47px;
    border-top: 3px solid var(--other);
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    max-width: 90vw;
}

#OBVFYOOCFL .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

#OBVFYOOCFL.main-header .search-panel input[type="search"] {
    padding: 7px 15px 7px 40px;
    border: 1px solid var(--other);
}

#OBVFYOOCFL.main-header .search-panel .search-btn {
    right: unset;
    left: 0;
}

#OBVFYOOCFL.main-header .search-panel .form-container {
    padding-right: unset;
}

#OBVFYOOCFL.main-header .search-panel .form-group {
    margin: 10px;
}

#OBVFYOOCFL.main-header .header-lower .outer-box .advisor-box[show=false] {
    display: none;
}

#OBVFYOOCFL.main-header .header-lower .outer-box .advisor-box {
    float: unset;
}

#OBVFYOOCFL.main-header .header-lower .outer-box .advisor-box .advisor-btn:before {
    width: 30px;
}

#OBVFYOOCFL.main-header .header-lower .outer-box .advisor-box .advisor-btn {
    padding-right: 32px;
}

#OBVFYOOCFL.main-header .header-lower .outer-box .advisor-box .advisor-btn:before {
    color: var(--other);
    background-color: var(--base);
}

#OBVFYOOCFL.main-header .header-lower .outer-box .advisor-box .advisor-btn span {
    color: var(--other) !important;
}

#OBVFYOOCFL.main-header .search-box-btn,
#OBVFYOOCFL.main-header .main-menu .navigation>li>a {
    color: #ffffff;
    font-size: 14px;
}

#OBVFYOOCFL .navbar-collapse::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 5px;
}

#OBVFYOOCFL .navbar-collapse::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#OBVFYOOCFL .navbar-collapse::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--other);
}

/* =========== sticky-header =========== */
#OBVFYOOCFL .fixed-header .sticky-header {
    display: block;
}

#OBVFYOOCFL .sticky-header .auto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#OBVFYOOCFL .sticky-header .logo img {
    height: 100px;
}


#OBVFYOOCFL.main-header .header-top .top-right:before,
#OBVFYOOCFL.main-header .header-top .top-right:after,
#OBVFYOOCFL .main-menu .navigation>li:before {
    background-color: var(--other) !important;
}

#OBVFYOOCFL.main-header .social-nav img {
    height: 2.5rem;
}

@media only screen and (max-width: 1024px) {
    #OBVFYOOCFL.main-header .header-upper .logo-box {
        width: auto;
    }

    #OBVFYOOCFL.main-header .header-upper {
        padding-top: unset;
    }

    #OBVFYOOCFL.main-header .header-upper .auto-container {
        /* flex-wrap: wrap; */
        row-gap: 15px;
    }

}

@media only screen and (max-width: 1023px) {
    #OBVFYOOCFL.main-header .header-top .top-right {
        top: unset;
        padding-left: unset;
    }

    #OBVFYOOCFL.main-header .header-top .top-right .social-nav {
        justify-content: center;
        margin: unset;
    }
}

@media only screen and (max-width: 1140px) {
    /* #OBVFYOOCFL .search-box-outer {
        margin-top: 15px;
    } */
}

@media only screen and (max-width: 767px) {
    #OBVFYOOCFL.main-header .header-lower .outer-box {
        top: 1.5rem;
        left: 0;
        z-index: 14;
    }

    #OBVFYOOCFL.main-header .header-upper .upper-right>* {
        flex: 0 1 calc(50% - 1rem);
    }

    #OBVFYOOCFL .main-menu .navbar-header .navbar-toggle {
        border: 1px solid var(--other);
        background: var(--other);
    }

    #OBVFYOOCFL .main-menu .navbar-collapse>.navigation>li>a,
    #OBVFYOOCFL .main-menu .navbar-collapse>.navigation>li>a:active,
    #OBVFYOOCFL .main-menu .navbar-collapse>.navigation>li.current>a,
    #OBVFYOOCFL .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    #OBVFYOOCFL .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a,
    #OBVFYOOCFL .main-menu .navbar-collapse>.navigation>li>ul,
    #OBVFYOOCFL .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        background: var(--base);
    }

    #OBVFYOOCFL .main-menu .collapse.show {
        max-height: 350px;
        overflow: auto;
    }

    #OBVFYOOCFL .fixed-header .sticky-header .main-menu .navbar-collapse {
        position: absolute;
        min-width: 85vw;
        left: 0px;
        max-height: 80vh;
    }
}

@media (max-width: 576px) {
    #OBVFYOOCFL .header-top .auto-container {
        flex-wrap: wrap;
    }

    #OBVFYOOCFL.main-header .header-upper .upper-right {
        justify-content: center;
    }

    #OBVFYOOCFL.main-header .header-upper .upper-right>* {
        flex: 0 1 calc(25% - 1rem);
        justify-content: center;
    }

    #OBVFYOOCFL .upper-column.info-box {
        place-items: center;
        text-align: center;
    }

    #OBVFYOOCFL .upper-column.info-box ul {
        display: none;
    }

    #OBVFYOOCFL.main-header .header-top .top-right .social-nav {
        justify-content: center;
        margin: unset;
    }

    #OBVFYOOCFL .logo img {
        height: 80px !important;
    }

    #OBVFYOOCFL.main-header .header-upper .auto-container {
        flex-direction: column;
        place-items: center;
    }
}

@media (max-width: 992px) {
    #OBVFYOOCFL [showmobile~=false] {
        display: none !important;
    }
}

.line-clamp {
    display: -webkit-box !important;
    --line-clamp: attr(data-line-clamp type(<integer>), none);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--line-clamp);
    line-height: var(--line-height, 1.5em);
    max-height: calc(var(--line-height) * var(--line-clamp));
    overflow: hidden !important;
}

.line-clamp {
    --line-clamp: 1;
}

[data-show=false] {
    display: none !important;
}

#OBVFYOOCFL .sticky-header .search-box-btn {
    color: #fff;
    background-color: var(--base);
}

#OBVFYOOCFL .search-box-btn {
    position: relative;
}

#OBVFYOOCFL .search-box-btn .basket-amount {
    display: block;
    position: absolute;
    inset: 70%;
    min-width: fit-content;
    height: fit-content;
    text-align: center;
    background-color: #DC143C;
}

#APGRYKXOSJ.page-title:before {
    background-color: #000000;
    opacity: 70%;
}

#APGRYKXOSJ h1 {
    color: #fff;
}

#APGRYKXOSJ .page-breadcrumb li a {
    color: #fff;
}

#APGRYKXOSJ .page-breadcrumb li {
    color: #fbb908;
}

#APGRYKXOSJ .page-breadcrumb li:after {
    color: #fff;
}:root {
    --theme-deafult: #ff4c3b;
}

html:has(dialog[open]) {
    overflow: hidden;
}

#UPXTPHRVKF {
    font-family: inherit;
    font-size: inherit;
    direction: rtl;
}

#UPXTPHRVKF a {
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#UPXTPHRVKF p {
    font-size: 14px;
    color: #2a2a2a;
    margin-top: 0;
    margin-bottom: 1rem;
}

#UPXTPHRVKF img {
    vertical-align: middle;
    border-style: none;
}

#UPXTPHRVKF pre {
    font-family: inherit;
}

#UPXTPHRVKF button,
#UPXTPHRVKF input,
/* #UPXTPHRVKF optgroup, */
#UPXTPHRVKF select,
#UPXTPHRVKF textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: auto;
    resize: vertical;
}

#UPXTPHRVKF del {
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 400;
}

#UPXTPHRVKF label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

#UPXTPHRVKF hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

#UPXTPHRVKF table {
    border-collapse: collapse;
}

#UPXTPHRVKF section {
    display: block;
    padding-top: 70px;
}

#UPXTPHRVKF button,
#UPXTPHRVKF input {
    overflow: visible;
}

#UPXTPHRVKF input[type=checkbox],
#UPXTPHRVKF input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

#UPXTPHRVKF select {
    word-wrap: normal;
}

#UPXTPHRVKF button,
#UPXTPHRVKF select {
    text-transform: none;
}

#UPXTPHRVKF input[type='radio']:checked:after {
    border: 5px solid var(--theme-deafult);
    background-color: #ffffff;
}

#UPXTPHRVKF input[type='radio']:after {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: -1px;
    left: 1px;
    position: relative;
    background-color: #c1c1c1;
    border: 5px solid #c1c1c1;
    content: '';
    display: inline-block;
    transition: .3s all;
}

#UPXTPHRVKF .UPXTPHRVKF-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#UPXTPHRVKF .UPXTPHRVKF-print {
    position: absolute;
    z-index: 1;
    left: 25px;
    top: 85px;
}

#UPXTPHRVKF .UPXTPHRVKF-form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

#UPXTPHRVKF .UPXTPHRVKF-form-row>.UPXTPHRVKF-col,
#UPXTPHRVKF .UPXTPHRVKF-form-row>[class*=UPXTPHRVKF-col-] {
    padding-right: 5px;
    padding-left: 5px;
}

#UPXTPHRVKF .UPXTPHRVKF-col,
#UPXTPHRVKF .UPXTPHRVKF-col-6,
#UPXTPHRVKF .UPXTPHRVKF-col-12,
#UPXTPHRVKF .UPXTPHRVKF-col-md-2,
#UPXTPHRVKF .UPXTPHRVKF-col-md-4,
#UPXTPHRVKF .UPXTPHRVKF-col-md-6,
#UPXTPHRVKF .UPXTPHRVKF-col-md-12,
#UPXTPHRVKF .UPXTPHRVKF-col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#UPXTPHRVKF.UPXTPHRVKF-col,
#UPXTPHRVKF .UPXTPHRVKF-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

#UPXTPHRVKF .UPXTPHRVKF-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#UPXTPHRVKF .UPXTPHRVKF-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    #UPXTPHRVKF .UPXTPHRVKF-col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #UPXTPHRVKF .UPXTPHRVKF-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #UPXTPHRVKF .UPXTPHRVKF-col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    #UPXTPHRVKF .UPXTPHRVKF-col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #UPXTPHRVKF .UPXTPHRVKF-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #UPXTPHRVKF .UPXTPHRVKF-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #UPXTPHRVKF .UPXTPHRVKF-col-md-8 {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }

    #UPXTPHRVKF .UPXTPHRVKF-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #UPXTPHRVKF .UPXTPHRVKF-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #UPXTPHRVKF .UPXTPHRVKF-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #UPXTPHRVKF .UPXTPHRVKF-container {
        max-width: 1140px;
    }
}

#UPXTPHRVKF .UPXTPHRVKF-h1,
#UPXTPHRVKF .UPXTPHRVKF-h2,
#UPXTPHRVKF .UPXTPHRVKF-h3,
#UPXTPHRVKF .UPXTPHRVKF-h4,
#UPXTPHRVKF .UPXTPHRVKF-h5,
#UPXTPHRVKF .UPXTPHRVKF-h6,
#UPXTPHRVKF h1,
#UPXTPHRVKF h2,
#UPXTPHRVKF h3,
#UPXTPHRVKF h4,
#UPXTPHRVKF h5,
#UPXTPHRVKF h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

#UPXTPHRVKF .UPXTPHRVKF-h1,
#UPXTPHRVKF h1 {
    font-size: 2.5rem;
}

#UPXTPHRVKF h2,
#UPXTPHRVKF .UPXTPHRVKF-h2 {
    margin-top: 0;
    font-size: 36px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}

#UPXTPHRVKF .UPXTPHRVKF-h3,
#UPXTPHRVKF h3 {
    font-size: 1.75rem;
}

#UPXTPHRVKF .UPXTPHRVKF-h4,
#UPXTPHRVKF h4 {
    font-size: 1.5rem;
}

#UPXTPHRVKF .UPXTPHRVKF-h5,
#UPXTPHRVKF h5 {
    font-size: 1.25rem;
}

#UPXTPHRVKF .UPXTPHRVKF-h6,
#UPXTPHRVKF h6 {
    font-size: 1rem;
}

#UPXTPHRVKF .UPXTPHRVKF-bg-white {
    background-color: #fff !important;
}

#UPXTPHRVKF .UPXTPHRVKF-light-layout {
    background-color: #f9f9f9;
}

#UPXTPHRVKF .UPXTPHRVKF-m-0 {
    margin: 0 !important;
}

#UPXTPHRVKF .UPXTPHRVKF-m-3 {
    margin: 1rem !important;
}

#UPXTPHRVKF .UPXTPHRVKF-m-4 {
    margin: 1.5rem !important;
}

#UPXTPHRVKF .UPXTPHRVKF-mb-2,
#UPXTPHRVKF .UPXTPHRVKF-my-2 {
    margin-bottom: 0.5rem !important;
}

#UPXTPHRVKF .UPXTPHRVKF-mt-2,
#UPXTPHRVKF .UPXTPHRVKF-my-2 {
    margin-top: 0.5rem !important;
}

#UPXTPHRVKF .UPXTPHRVKF-mb-3 {
    margin-bottom: 1rem !important;
}

#UPXTPHRVKF .UPXTPHRVKF-mt-3,
#UPXTPHRVKF .UPXTPHRVKF-my-3 {
    margin-top: 1rem !important;
}

#UPXTPHRVKF .UPXTPHRVKF-mt-4 {
    margin-top: 1.5rem !important;
}

#UPXTPHRVKF .UPXTPHRVKF-p-0 {
    padding: 0 !important;
}

#UPXTPHRVKF .UPXTPHRVKF-p-2 {
    padding: 0.5rem !important;
}

#UPXTPHRVKF .UPXTPHRVKF-pb-2,
#UPXTPHRVKF .UPXTPHRVKF-py-2 {
    padding-bottom: 0.5rem !important;
}

#UPXTPHRVKF .UPXTPHRVKF-pt-2,
#UPXTPHRVKF .UPXTPHRVKF-py-2 {
    padding-top: 0.5rem !important;
}

#UPXTPHRVKF .UPXTPHRVKF-pb-3 {
    padding-bottom: 1rem !important;
}

#UPXTPHRVKF .UPXTPHRVKF-pt-3 {
    padding-top: 1rem !important;
}

#UPXTPHRVKF .UPXTPHRVKF-pr-4 {
    padding-right: 1.5rem !important;
}

#UPXTPHRVKF .UPXTPHRVKF-h-100 {
    height: 100% !important;
}

#UPXTPHRVKF .UPXTPHRVKF-d-none {
    display: none !important;
}

#UPXTPHRVKF .UPXTPHRVKF-d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

#UPXTPHRVKF .UPXTPHRVKF-flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

#UPXTPHRVKF .UPXTPHRVKF-justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

#UPXTPHRVKF .UPXTPHRVKF-text-right {
    text-align: right !important;
}

#UPXTPHRVKF .UPXTPHRVKF-text-left {
    text-align: left !important;
}

#UPXTPHRVKF .UPXTPHRVKF-text-center,
#UPXTPHRVKF .text-center {
    text-align: center !important;
}

#UPXTPHRVKF .UPXTPHRVKF-text-danger {
    color: #dc3545 !important;
}

#UPXTPHRVKF .UPXTPHRVKF-text-success {
    color: #28a745 !important;
}

#UPXTPHRVKF .UPXTPHRVKF-w-100,
#UPXTPHRVKF .w-100 {
    width: 100% !important;
}

#UPXTPHRVKF .UPXTPHRVKF-desc {
    font-size: .78rem;
    margin-right: 10px;
    color: #626262;
}

#UPXTPHRVKF .UPXTPHRVKF-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

#UPXTPHRVKF .UPXTPHRVKF-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

#UPXTPHRVKF .UPXTPHRVKF-table td,
#UPXTPHRVKF .UPXTPHRVKF-table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

@media (max-width: 767.98px) {
    #UPXTPHRVKF .UPXTPHRVKF-table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

#UPXTPHRVKF button {
    cursor: pointer;
}

#UPXTPHRVKF .UPXTPHRVKF-btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#UPXTPHRVKF .UPXTPHRVKF-btn:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#UPXTPHRVKF .UPXTPHRVKF-btn.UPXTPHRVKF-disabled,
#UPXTPHRVKF .UPXTPHRVKF-btn:disabled {
    opacity: .65;
}

#UPXTPHRVKF .UPXTPHRVKF-btn:not(:disabled):not(.UPXTPHRVKF-disabled) {
    cursor: pointer;
}

#UPXTPHRVKF .UPXTPHRVKF-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#UPXTPHRVKF .UPXTPHRVKF-btn-solid {
    padding: 13px 29px;
    color: #ffffff;
    border: 2px solid var(--theme-deafult);
    /* background-image: linear-gradient(30deg, var(--theme-deafult) 50%, transparent 50%); */
    background-color: var(--theme-deafult);
    background-size: 850px;
    background-repeat: no-repeat;
    /* background-position: 0; */
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    font-family: inherit;
    font-size: inherit;
}

#UPXTPHRVKF button.UPXTPHRVKF-btn.UPXTPHRVKF-btn-solid:active,
#UPXTPHRVKF button.UPXTPHRVKF-btn.UPXTPHRVKF-btn-outline:active {
    /* background-image: linear-gradient(30deg, var(--theme-deafult) 50%, transparent 50%); */
    color: #ffffff;
    background: var(--theme-deafult);
}

#UPXTPHRVKF .UPXTPHRVKF-btn-solid:focus {
    color: #ffffff;
}

#UPXTPHRVKF .UPXTPHRVKF-btn-solid:hover {
    /* background-position: 100%; */
    color: #000000;
    background-color: #ffffff;
}

#UPXTPHRVKF .UPXTPHRVKF-btn-outline {
    display: inline-block;
    padding: 7px 29px;
    border: 2px solid var(--theme-deafult);
    position: relative;
    color: #000000;
}

#UPXTPHRVKF .UPXTPHRVKF-btn-outline:hover,
#UPXTPHRVKF .UPXTPHRVKF-btn-outline:focus {
    color: #ffffff !important;
    background-color: var(--theme-deafult);
}

#UPXTPHRVKF .UPXTPHRVKF-form-control {
    border-radius: 0;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#UPXTPHRVKF .UPXTPHRVKF-form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

#UPXTPHRVKF .UPXTPHRVKF-form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

#UPXTPHRVKF .UPXTPHRVKF-form-check-label {
    margin-bottom: 0;
}

#UPXTPHRVKF .UPXTPHRVKF-form-check-label a.UPXTPHRVKF-edit-address {
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
}

#UPXTPHRVKF .UPXTPHRVKF-form-check-label a.UPXTPHRVKF-edit-address svg {
    width: 15px;
    height: 15px;
    transition: all .3s;
}

#UPXTPHRVKF .UPXTPHRVKF-form-check-label a.UPXTPHRVKF-edit-address:hover svg {
    filter: drop-shadow(0px 0px 5px #8bc1f1);
}

#UPXTPHRVKF .UPXTPHRVKF-shipping .UPXTPHRVKF-form-check-label {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

#UPXTPHRVKF .UPXTPHRVKF-shipping .UPXTPHRVKF-form-check-label strong {
    font-size: 1.13em;
    margin-left: 5px;
}

#UPXTPHRVKF .UPXTPHRVKF-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

#UPXTPHRVKF .UPXTPHRVKF-input-group>.UPXTPHRVKF-form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

#UPXTPHRVKF .UPXTPHRVKF-qty-box .UPXTPHRVKF-input-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#UPXTPHRVKF .UPXTPHRVKF-qty-box .UPXTPHRVKF-input-group .UPXTPHRVKF-form-control {
    text-align: center;
    width: 80px;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
}

/* #UPXTPHRVKF [class^="UPXTPHRVKF-ti-"],
#UPXTPHRVKF [class*="UPXTPHRVKF-ti-"] {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 3rem;
    font-size: 2.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
#UPXTPHRVKF .UPXTPHRVKF-icon {
    display: flex;
    justify-content: center;
}

#UPXTPHRVKF .UPXTPHRVKF-ti-close:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24px' height='24px'><path d='M 10 2 L 9 3 L 4 3 L 4 5 L 5 5 L 5 20 C 5 20.522222 5.1913289 21.05461 5.5683594 21.431641 C 5.9453899 21.808671 6.4777778 22 7 22 L 17 22 C 17.522222 22 18.05461 21.808671 18.431641 21.431641 C 18.808671 21.05461 19 20.522222 19 20 L 19 5 L 20 5 L 20 3 L 15 3 L 14 2 L 10 2 z M 7 5 L 17 5 L 17 20 L 7 20 L 7 5 z M 9 7 L 9 18 L 11 18 L 11 7 L 9 7 z M 13 7 L 13 18 L 15 18 L 15 7 L 13 7 z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 24px;
    display: block;
    height: 24px;
}

/* #UPXTPHRVKF .UPXTPHRVKF-ti-close:before {
    content: "\00d7";
} */
#UPXTPHRVKF .UPXTPHRVKF-cart-section .UPXTPHRVKF-cart-table {
    overflow: hidden;
    margin-bottom: 0;
}

#UPXTPHRVKF .UPXTPHRVKF-cart-section .UPXTPHRVKF-cart-table thead th {
    border-bottom-width: 1px;
    font-weight: 900;
    color: #222222;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 0;
    text-align: center;
    padding: 0 0.75rem 0.75rem 0.75rem;
}

#UPXTPHRVKF .UPXTPHRVKF-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

#UPXTPHRVKF .UPXTPHRVKF-card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#UPXTPHRVKF .UPXTPHRVKF-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

#UPXTPHRVKF .UPXTPHRVKF-total-price {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

#UPXTPHRVKF .UPXTPHRVKF-total-price .UPXTPHRVKF-title {
    margin: 1rem .5rem;
}

#UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-details {
    margin: 10px;
}

#UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-details strong {
    margin-left: 10px;
    margin-bottom: 10px;
}

#UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-card-body.UPXTPHRVKF-copen {
    justify-content: flex-end;
}

#UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-card-body.UPXTPHRVKF-copen input#copen {
    flex-grow: 1;
    width: unset;
}

#UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-card-body .UPXTPHRVKF-final-price {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-table.UPXTPHRVKF-product-items thead {
    background-color: #f9f9f996;
}

#UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-table.UPXTPHRVKF-product-items td,
#UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-table.UPXTPHRVKF-product-items th {
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    border-top: unset;
}

#UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-table.UPXTPHRVKF-product-items tr:last-child td {
    border-bottom: unset;
}

#UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-product-items-mobile {
    width: 100%;
    display: none;
}

#UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-product-items-mobile .UPXTPHRVKF-row {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 1rem;
}

#UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-product-items-mobile .UPXTPHRVKF-row:last-child {
    border-bottom: unset;
    padding-bottom: unset;
}

#UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-product-items-mobile .UPXTPHRVKF-row div.UPXTPHRVKF-title {
    font-size: 1.2rem;
    text-align: center;
    color: #5e5e5e;
}

#UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-product-items-mobile .UPXTPHRVKF-row div:not(.UPXTPHRVKF-title) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
}

#UPXTPHRVKF .UPXTPHRVKF-section-b-space {
    padding-bottom: 70px;
}

#UPXTPHRVKF .UPXTPHRVKF-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#UPXTPHRVKF .UPXTPHRVKF-card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

#UPXTPHRVKF .UPXTPHRVKF-cart-section tbody h2 {
    margin-bottom: 0;
}

#UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td {
    vertical-align: middle;
    color: #777777;
    border-top: 0;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

#UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td a,
#UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td p {
    color: #777777;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
}

#UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td a img,
#UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td p img {
    height: 20vmin;
}

#UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td h2 {
    font-size: 24px;
    color: #222222;
    font-weight: 400;
}

#UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td .UPXTPHRVKF-td-color {
    color: var(--theme-deafult);
}

#UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td .UPXTPHRVKF-mobile-cart-content {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}

#UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td .UPXTPHRVKF-mobile-cart-content h2 {
    font-size: 20px;
}

#UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td .UPXTPHRVKF-mobile-cart-content .UPXTPHRVKF-col-xs-3 {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
}

#UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td .UPXTPHRVKF-mobile-cart-content .UPXTPHRVKF-qty-box {
    border-radius: 5px;
}

#UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td .UPXTPHRVKF-mobile-cart-content .UPXTPHRVKF-qty-box .UPXTPHRVKF-input-group .UPXTPHRVKF-form-control {
    width: 48px;
    padding: 6px;
}

#UPXTPHRVKF .UPXTPHRVKF-contact-page .UPXTPHRVKF-theme-form label {
    text-transform: capitalize;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

#UPXTPHRVKF .UPXTPHRVKF-contact-page .UPXTPHRVKF-form-control {
    border-radius: 0;
}

#UPXTPHRVKF .UPXTPHRVKF-contact-page .UPXTPHRVKF-theme-form input,
#UPXTPHRVKF .UPXTPHRVKF-contact-page .UPXTPHRVKF-theme-form select {
    border-color: #dddddd;
    font-size: 1rem;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit;
}

#UPXTPHRVKF .UPXTPHRVKF-contact-page .UPXTPHRVKF-theme-form textarea {
    border-color: #dddddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit;
}

#UPXTPHRVKF .UPXTPHRVKF-success-text {
    text-align: center;
}

#UPXTPHRVKF .UPXTPHRVKF-success-text i {
    font-size: 50px;
    color: #4ead4e;
}

#UPXTPHRVKF .UPXTPHRVKF-success-text h2 {
    margin-top: 10px;
    margin-bottom: 15px;
}

#UPXTPHRVKF .UPXTPHRVKF-success-text p {
    font-size: 18px;
    text-transform: capitalize;
}

@media (max-width: 1430px) {
    #UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td {
        min-width: 175px;
    }

    #UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td .UPXTPHRVKF-qty-box .UPXTPHRVKF-input-group .UPXTPHRVKF-form-control {
        width: 75px;
    }
}

@media (max-width: 1199px) {
    #UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td {
        min-width: 140px;
    }

    #UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td .UPXTPHRVKF-qty-box .UPXTPHRVKF-input-group .UPXTPHRVKF-form-control {
        width: 52px;
    }

    #UPXTPHRVKF #UPXTPHRVKF section {
        padding-top: 60px;
    }

    #UPXTPHRVKF .UPXTPHRVKF-section-b-space {
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {
    #UPXTPHRVKF .UPXTPHRVKF-cart-section .UPXTPHRVKF-cart-table thead th:last-child {
        display: none;
    }

    #UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td {
        min-width: 135px;
    }

    #UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td:last-child {
        display: none;
    }

    #UPXTPHRVKF .UPXTPHRVKF-section-b-space {
        padding-bottom: 50px;
    }

    #UPXTPHRVKF section {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    #UPXTPHRVKF .UPXTPHRVKF-cart-section .UPXTPHRVKF-cart-table thead th:nth-last-child(-n+4) {
        display: none;
    }

    #UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td:nth-last-child(-n+4) {
        display: none;
    }

    #UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td .UPXTPHRVKF-mobile-cart-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    #UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td .UPXTPHRVKF-mobile-cart-content .UPXTPHRVKF-col-xs-3 {
        margin: 10px 5px;
    }

    #UPXTPHRVKF section {
        padding-top: 40px;
    }

    #UPXTPHRVKF .UPXTPHRVKF-section-b-space {
        padding-bottom: 40px;
    }
}

@media (max-width: 577px) {
    #UPXTPHRVKF section {
        padding-top: 30px;
    }

    #UPXTPHRVKF .UPXTPHRVKF-total-price {
        justify-content: center;
    }

    #UPXTPHRVKF .UPXTPHRVKF-btn-solid,
    #UPXTPHRVKF .UPXTPHRVKF-btn-outline {
        padding: 7px 15px;
    }

    #UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-table.UPXTPHRVKF-product-items {
        display: none;
    }

    #UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-product-items-mobile {
        display: block;
    }

    #UPXTPHRVKF .UPXTPHRVKF-factor-details .UPXTPHRVKF-details {
        margin: 10px 0px;
        width: 100%;
    }

    #UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td .UPXTPHRVKF-mobile-cart-content {
        flex-direction: column;
    }

    #UPXTPHRVKF .UPXTPHRVKF-success-text i {
        font-size: 40px;
    }

    #UPXTPHRVKF .UPXTPHRVKF-success-text h2 {
        margin-bottom: 10px;
    }

    #UPXTPHRVKF .UPXTPHRVKF-success-text p {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
}

@media (max-width: 480px) {
    #UPXTPHRVKF .UPXTPHRVKF-contact-page .UPXTPHRVKF-theme-form input {
        padding: 12px 15px;
        margin-bottom: 18px;
    }

    #UPXTPHRVKF .UPXTPHRVKF-success-text h2 {
        font-size: 20px;
    }

    #UPXTPHRVKF .UPXTPHRVKF-success-text p {
        font-size: 14px;
    }
}

@media (max-width: 360px) {

    #UPXTPHRVKF .UPXTPHRVKF-btn-solid,
    #UPXTPHRVKF .UPXTPHRVKF-btn-outline {
        padding: 10px 15px;
    }

    #UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td {
        min-width: 115px;
    }

    #UPXTPHRVKF .UPXTPHRVKF-cart-section tbody tr td a img {
        height: 30vw;
    }
}












#order_UPXTPHRVKF_element .UPXTPHRVKF-form-check-input {
    margin-right: -1.25rem;
    margin-left: 0;
}

#order_UPXTPHRVKF_element .UPXTPHRVKF-form-check {
    padding-right: 1.25rem;
    padding-left: 0;
}

#UPXTPHRVKF .UPXTPHRVKF-pass {
    background-color: #98d49b !important;
    color: #ffffff !important;
}

#UPXTPHRVKF .UPXTPHRVKF-steps {
    display: none;
}

#UPXTPHRVKF .UPXTPHRVKF-steps.UPXTPHRVKF-active {
    display: block;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps {
    margin-bottom: 40px;

    * {
        font-size: 20px !important;
    }
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps::after {
    display: block;
    clear: both;
    content: '';
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a {
    display: block;
    position: relative;
    width: 25%;
    height: 55px;
    float: right;
    transition: color .3s;
    border-top: 1px solid #e1e7ec;
    border-bottom: 1px solid #e1e7ec;
    background-color: #ffffff;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
    line-height: 53px;
    text-decoration: none;
    text-align: center;
    padding-right: 30px;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a>.UPXTPHRVKF-angle {
    display: block;
    position: absolute;
    top: 0;
    right: -13px;
    width: 27px;
    height: 53px;
    background-color: #ffffff;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a>.UPXTPHRVKF-angle::before,
#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a>.UPXTPHRVKF-angle::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a>.UPXTPHRVKF-angle::after {
    border-width: 26px;
    border-color: transparent;
    border-left-color: transparent;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a>.UPXTPHRVKF-angle::before {
    margin-top: -1px;
    border-width: 27px;
    border-color: transparent;
    border-left-color: #d8e0e6;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a:hover {
    color: var(--theme-deafult);
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a.UPXTPHRVKF-active {
    background-color: var(--theme-deafult);
    color: #ffffff;
    cursor: default;
    pointer-events: none;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a.UPXTPHRVKF-active+a>.UPXTPHRVKF-angle {
    background-color: var(--theme-deafult);
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a:first-child {
    border-right: 1px solid #e1e7ec;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    padding-right: unset;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a:last-child {
    border-left: 1px solid #e1e7ec;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-footer {
    display: table;
    width: 100%;
    margin-top: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    table-layout: fixed;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-footer>.UPXTPHRVKF-column {
    display: table-cell;
    padding: 10px 15px;
    vertical-align: middle;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-footer>.UPXTPHRVKF-column:last-child {
    text-align: right;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-footer>.UPXTPHRVKF-column:first-child {
    text-align: left;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-footer .UPXTPHRVKF-btn {
    margin: 0;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a>.UPXTPHRVKF-angle {
    right: 0;
    left: inherit;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a>.UPXTPHRVKF-angle::before {
    border-right-color: #c5c5c5;
    border-left-color: transparent;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a.UPXTPHRVKF-pass>.UPXTPHRVKF-angle::before {
    border-right-color: var(--theme-deafult);
    border-left-color: transparent;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a>.UPXTPHRVKF-angle::before,
#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a>.UPXTPHRVKF-angle::after {
    right: 0;
    left: inherit;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a>.UPXTPHRVKF-angle::after {
    border-right-color: #ffffff;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a.UPXTPHRVKF-active>.UPXTPHRVKF-angle {
    background: var(--theme-deafult);
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a.UPXTPHRVKF-active+a>.UPXTPHRVKF-angle::after {
    border-right-color: var(--theme-deafult);
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a.UPXTPHRVKF-active+a>.UPXTPHRVKF-angle {
    background-color: #fff;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a.UPXTPHRVKF-pass>.UPXTPHRVKF-angle {
    background-color: #98d49b !important;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a.UPXTPHRVKF-pass>.UPXTPHRVKF-angle::after {
    border-right-color: #98d49b !important;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a.UPXTPHRVKF-pass+a>.UPXTPHRVKF-angle::after {
    border-right-color: #98d49b !important;
}

#UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a.UPXTPHRVKF-last {
    /* border-top-left-radius: 7px; */
    /* border-bottom-left-radius: 7px; */
    border-left: 1px solid #e1e7ec;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

@media (max-width: 576px) {
    #UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a {
        width: 100%;
        margin-bottom: 10px;
        float: none;
        border: 1px solid #e1e7ec;
        border-radius: 7px;
        padding-right: unset;
    }

    #UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a:not(.UPXTPHRVKF-active) {
        display: none;
    }

    #UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a.UPXTPHRVKF-active {
        background-color: #98d49b !important
    }

    #UPXTPHRVKF .UPXTPHRVKF-checkout-steps>a>.UPXTPHRVKF-angle {
        display: none;
    }
}

@media print {

    #UPXTPHRVKF .UPXTPHRVKF-checkout-steps,
    #UPXTPHRVKF .UPXTPHRVKF-print,
    #UPXTPHRVKF .UPXTPHRVKF-copen-box,
    #UPXTPHRVKF .UPXTPHRVKF-checkout-footer {
        display: none !important;
    }
}

#UPXTPHRVKF .custom-modal {
    padding: 2rem;
    text-align: justify;
    border: 0;
    opacity: 0;
    transform: translateY(-30%);
    border-radius: 10px;
    box-shadow: 0 0 1em rgb(0 0 0 / 0.3);
    transition: all 700ms ease;
    transition-behavior: allow-discrete;

    h3 {
        text-align: center;
        margin-bottom: 1rem;
    }

    >* {
        margin: unset;
        margin-block-end: 1rem;
    }

    #profile-btn {
        display: block;
        margin-inline: auto;
        margin-block-start: 2rem;
    }
}

#UPXTPHRVKF .custom-modal[open] {
    position: fixed;
    translate: 0 30%;
    opacity: 1;
    margin: auto;
    inset: 0;

    @starting-style {
        translate: 0 -30%;
        opacity: 0;
    }
}

#UPXTPHRVKF .custom-modal::backdrop {
    background: rgb(0 0 0 / 0);
    transition: all 700ms ease;
    transition-behavior: allow-discrete;
}

#UPXTPHRVKF .custom-modal[open]::backdrop {
    background: rgb(0 0 0 / 0.2);
}

#UPXTPHRVKF input,
label {
    font-size: 1.2rem !important;
}

:root {
    --theme-deafult: #ff4c3b;
}

#UPXTPHRVKF .section-b-space {
    padding-bottom: 70px;
}

#UPXTPHRVKF .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

#UPXTPHRVKF section,
#UPXTPHRVKF .section-t-space {
    padding-top: 70px;
}

#UPXTPHRVKF section {
    display: block;
}

#UPXTPHRVKF .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#UPXTPHRVKF h1,
#UPXTPHRVKF h2,
#UPXTPHRVKF h3,
#UPXTPHRVKF h4,
#UPXTPHRVKF h5,
#UPXTPHRVKF h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

#UPXTPHRVKF .h1,
#UPXTPHRVKF .h2,
#UPXTPHRVKF .h3,
#UPXTPHRVKF .h4,
#UPXTPHRVKF .h5,
#UPXTPHRVKF .h6,
#UPXTPHRVKF h1,
#UPXTPHRVKF h2,
#UPXTPHRVKF h3,
#UPXTPHRVKF h4,
#UPXTPHRVKF h5,
#UPXTPHRVKF h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

#UPXTPHRVKF .h3,
#UPXTPHRVKF h3 {
    font-size: 1.75rem;
}

#UPXTPHRVKF h3 {
    font-size: 24px;
    font-weight: 400;
    color: #777777;
}

#UPXTPHRVKF .login-page h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
    margin-top: -5px;
}

#UPXTPHRVKF .login-page .theme-card {
    padding: 30px;
    border: 1px solid #dddddd;
    line-height: 1;
}

#UPXTPHRVKF .theme-card {
    position: relative;
}

#UPXTPHRVKF .form-group {
    margin-bottom: 1rem;
}

#UPXTPHRVKF .login-page .theme-card .theme-form label {
    text-transform: capitalize;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

#UPXTPHRVKF label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

#UPXTPHRVKF button,
#UPXTPHRVKF input,
#UPXTPHRVKF optgroup,
#UPXTPHRVKF select,
#UPXTPHRVKF textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#UPXTPHRVKF button,
#UPXTPHRVKF input {
    overflow: visible;
}

#UPXTPHRVKF .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#UPXTPHRVKF .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

#UPXTPHRVKF .text-right {
    text-align: right !important;
}

#UPXTPHRVKF .form-control {
    border-radius: 0;
}

#UPXTPHRVKF .dir-ltr {
    direction: ltr !important;
}

#UPXTPHRVKF .login-page .theme-card .theme-form input {
    border-color: #dddddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit;
}

#UPXTPHRVKF a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

#UPXTPHRVKF a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#UPXTPHRVKF .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#UPXTPHRVKF .btn {
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#UPXTPHRVKF .btn-solid {
    padding: 13px 29px;
    color: #ffffff;
    border: 2px solid var(--theme-deafult);
    background-image: linear-gradient(30deg, var(--theme-deafult) 50%, transparent 50%);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

#UPXTPHRVKF a:hover {
    color: #0056b3;
    text-decoration: underline;
}

#UPXTPHRVKF a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#UPXTPHRVKF a:focus {
    outline: none;
}

#UPXTPHRVKF .btn:hover {
    color: #212529;
    text-decoration: none;
}

#UPXTPHRVKF .btn.focus,
#UPXTPHRVKF .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

#UPXTPHRVKF .btn:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#UPXTPHRVKF .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#UPXTPHRVKF .btn-solid:hover {
    background-position: 100%;
    color: #000000;
    background-color: #ffffff;
}

#UPXTPHRVKF .btn-solid:focus {
    color: #ffffff;
}

#UPXTPHRVKF .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

#UPXTPHRVKF .login-page .authentication-right {
    height: calc(100% - 48px);
}

#UPXTPHRVKF .login-page .authentication-right h6 {
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px;
}

#UPXTPHRVKF .login-page .authentication-right p {
    font-size: 14px;
    color: #555555;
    line-height: 2;
    margin-bottom: 1rem;
}

#UPXTPHRVKF p {
    font-size: 14px;
    color: #777777;
    margin-top: 0;
    margin-bottom: 1rem;
}

#UPXTPHRVKF h6 {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 24px;
}

@media (min-width: 992px) {
    #UPXTPHRVKF .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 360px) {
    #UPXTPHRVKF .login-page .theme-card {
        padding: 18px;
    }

    #UPXTPHRVKF .btn-solid,
    .btn-outline {
        padding: 10px 15px;
    }
}

@media (max-width: 420px) {
    #UPXTPHRVKF .login-page .theme-card .theme-form input {
        padding: 15px 20px;
        margin-bottom: 25px;
    }

    #UPXTPHRVKF .login-page .authentication-right p {
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    #UPXTPHRVKF .login-page .theme-card {
        padding: 25px;
    }
}

@media (max-width: 577px) {
    #UPXTPHRVKF .section-b-space {
        padding-bottom: 30px;
    }

    #UPXTPHRVKF .btn-solid,
    .btn-outline {
        padding: 7px 15px;
    }
}

@media (max-width: 767px) {
    #UPXTPHRVKF .section-b-space {
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    #UPXTPHRVKF .section-b-space {
        padding-bottom: 50px;
    }

    #UPXTPHRVKF .right-login {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    #UPXTPHRVKF .section-b-space {
        padding-bottom: 60px;
    }
}

#UPXTPHRVKF .col,
#UPXTPHRVKF .col-1,
#UPXTPHRVKF .col-10,
#UPXTPHRVKF .col-11,
#UPXTPHRVKF .col-12,
#UPXTPHRVKF .col-2,
#UPXTPHRVKF .col-3,
#UPXTPHRVKF .col-4,
#UPXTPHRVKF .col-5,
#UPXTPHRVKF .col-6,
#UPXTPHRVKF .col-7,
#UPXTPHRVKF .col-8,
#UPXTPHRVKF .col-9,
#UPXTPHRVKF .col-auto,
#UPXTPHRVKF .col-lg,
#UPXTPHRVKF .col-lg-1,
#UPXTPHRVKF .col-lg-10,
#UPXTPHRVKF .col-lg-11,
#UPXTPHRVKF .col-lg-12,
#UPXTPHRVKF .col-lg-2,
#UPXTPHRVKF .col-lg-3,
#UPXTPHRVKF .col-lg-4,
#UPXTPHRVKF .col-lg-5,
#UPXTPHRVKF .col-lg-6,
#UPXTPHRVKF .col-lg-7,
#UPXTPHRVKF .col-lg-8,
#UPXTPHRVKF .col-lg-9,
#UPXTPHRVKF .col-lg-auto,
#UPXTPHRVKF .col-md,
#UPXTPHRVKF .col-md-1,
#UPXTPHRVKF .col-md-10,
#UPXTPHRVKF .col-md-11,
#UPXTPHRVKF .col-md-12,
#UPXTPHRVKF .col-md-2,
#UPXTPHRVKF .col-md-3,
#UPXTPHRVKF .col-md-4,
#UPXTPHRVKF .col-md-5,
#UPXTPHRVKF .col-md-6,
#UPXTPHRVKF .col-md-7,
#UPXTPHRVKF .col-md-8,
#UPXTPHRVKF .col-md-9,
#UPXTPHRVKF .col-md-auto,
#UPXTPHRVKF .col-sm,
#UPXTPHRVKF .col-sm-1,
#UPXTPHRVKF .col-sm-10,
#UPXTPHRVKF .col-sm-11,
#UPXTPHRVKF .col-sm-12,
#UPXTPHRVKF .col-sm-2,
#UPXTPHRVKF .col-sm-3,
#UPXTPHRVKF .col-sm-4,
#UPXTPHRVKF .col-sm-5,
#UPXTPHRVKF .col-sm-6,
#UPXTPHRVKF .col-sm-7,
#UPXTPHRVKF .col-sm-8,
#UPXTPHRVKF .col-sm-9,
#UPXTPHRVKF .col-sm-auto,
#UPXTPHRVKF .col-xl,
#UPXTPHRVKF .col-xl-1,
#UPXTPHRVKF .col-xl-10,
#UPXTPHRVKF .col-xl-11,
#UPXTPHRVKF .col-xl-12,
#UPXTPHRVKF .col-xl-2,
#UPXTPHRVKF .col-xl-3,
#UPXTPHRVKF .col-xl-4,
#UPXTPHRVKF .col-xl-5,
#UPXTPHRVKF .col-xl-6,
#UPXTPHRVKF .col-xl-7,
#UPXTPHRVKF .col-xl-8,
#UPXTPHRVKF .col-xl-9,
#UPXTPHRVKF .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}#RIRZEYHHHN {
    ul.namad {
        display: flex;
        gap: 2rem;
        img {
            height: 100px;
            object-fit: contain;
        }
    }
    #maher_cp a {
        outline: none !important;
        text-decoration: none !important;
    }

    .maher_group img {
        filter: grayscale(100%);
        opacity: 0.7;
        transition: 0.35s;
        height: 18px;
    }

    .maher_group:hover img {
        filter: grayscale(0%);
        transition: 0.35s;
        opacity: 1;
        height: 24px;
    }

    .maher_group a.before {
        color: #8c8c8c;
        font-weight: bold;
        transition: 0.35s;
        transition-timing-function: ease;
        transition-timing-function: ease;
        transition-timing-function: ease-in-out;
        transform: translate(-150px, -9px);
        display: inline-block;
        font-size: 7.5pt;
    }

    .maher_group {
        position: relative;
        overflow: hidden;
        width: 150px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        height: 34px;
    }

    .maher_group.align-left {
        -webkit-justify-content: flex-end;
        moz-justify-content: flex-end;
        ms-justify-content: flex-end;
        o-justify-content: flex-end;
        justify-content: flex-end;
    }

    .maher_group.align-left .img {
        order: 2;
    }

    .maher_group:hover a.before {
        transform: translate(6px, -9px);
        transition: 0.35s;
        transition-delay: 0.8s;
        transition-timing-function: ease;
    }

    .maher_group a.after {
        font-size: 7pt;
        color: #8c8c8c;
        position: absolute;
        left: 28px;
        bottom: 10px;
        transition: 0.35s;
    }

    .maher_group.align-left a.after {
        left: 28px;
    }

    .maher_group.align-right a.before {
        transform: translate(150px, -9px);
    }

    .maher_group.align-left a.before {
        transform: translate(-150px, -9px);
    }

    .maher_group.align-right:hover a.before {
        transform: translate(-5px, -9px) !important;
    }

    .maher_group.align-left:hover a.before {
        transform: translate(6px, -9px) !important;
    }

    .maher_group.align-right a.after {
        right: 28px;
    }

    .maher_group:hover a.after {
        bottom: 2px;
        transition: 0.2s;
        font-size: 7.8pt;
    }

    .bottombar {
        direction: rtl;
    }

    .scroll-to-top1 {
        position: fixed;
        bottom: 15px;
        left: 15px;
        width: 60px;
        height: 60px;
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 60px;
        text-align: center;
        z-index: 100;
        cursor: pointer;
        background: #0a0a0a;
        display: none;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .scroll-to-top1:hover {
        background-color: var(--other);
        color: var(--otherText);
    }

    .logo img {
        width: [logoWidth]px !important;
        height: 60px;
        object-fit: contain;
    }

    @media (width < 768px) {
        .logo img {
            height: 45px;
        }

        ul.namad {
            justify-content: center;
        }

        .widgets-section * {
            text-align: center !important;
        }

        h2 {
            &:before {
                right: 50%;
                translate: 25%;
                width: 130px;
            }

            &:after {
                right: calc(50% - 70px);
                width: 55px;
                translate: 25%;
            }
        }
    }
}