﻿:root {
    --base: #740000ff;
    --baseText: #ffffff;
    --second: #636466;
    --other: #c2a145ff;
    --otherText: #ffffff;
}
body, body * {
    font-family: BYekan;
}
/* =========== header-top =========== */
#KSQHCAMWEB.main-header .header-top[show=false] {
    display: none;
}
#KSQHCAMWEB.main-header .header-top {
    top: unset;
    margin-top: unset;
}
#KSQHCAMWEB.main-header .header-top .auto-container {
    display: flex;
    justify-content: space-between;
}
.is-fa #KSQHCAMWEB.main-header .header-top .auto-container{
    flex-direction: row-reverse;
}
#KSQHCAMWEB.main-header .header-top .top-left {
    font-size: 14px;
}
#KSQHCAMWEB.main-header .header-top .top-right[show=false] {
    display: none;
}
#KSQHCAMWEB.main-header .header-top .top-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
#KSQHCAMWEB.main-header .header-top .top-right .list {
    float: unset;
    z-index: 1;
}
#KSQHCAMWEB.main-header .header-top .top-right .social-nav[show=false] {
    display: none;
}
#KSQHCAMWEB.main-header .header-top .top-right .social-nav {
    background: unset;
    border-radius: unset;
    padding: unset;
    display: flex;
    float: unset;
    column-gap: 10px;
    margin-right: 45px;
    margin-left: unset;
}
#KSQHCAMWEB.main-header .header-top .top-right .social-nav li {
    padding-left: unset;
    padding-right: unset;
}
#KSQHCAMWEB.main-header .header-top .top-right .social-nav li:first-child {
    padding-right: unset;
}
#KSQHCAMWEB.main-header .upper-column img,
#KSQHCAMWEB.main-header .social-nav img {
    overflow: hidden;
}
/* =========== header-upper =========== */
#KSQHCAMWEB .logo img {
    height: 100px;
    max-height: unset;
    object-fit: contain;
}
#KSQHCAMWEB.main-header .header-upper {
    top: unset;
    padding: 40px 0;
    background: #ffffff;
    color: #740000ff;
    font-size: 14px;
}
#KSQHCAMWEB.main-header .info-box ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;

}
#KSQHCAMWEB.main-header .info-box li,
#KSQHCAMWEB.main-header .info-box strong {
    color: #740000ff;
    font-size: 14px;
    margin-bottom: unset;
}
#KSQHCAMWEB.main-header .header-upper .auto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
}
#KSQHCAMWEB.main-header .header-upper .logo-box {
    padding: unset;
}
#KSQHCAMWEB.main-header .header-upper .upper-right[show=false] {
    display: none;
}
#KSQHCAMWEB.main-header .header-upper .upper-right {
    padding-top: unset;
    display: flex;
    column-gap: 20px;
    justify-content: space-evenly;
}
#KSQHCAMWEB .upper-column.info-box {
    float: unset;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    padding: 0;
    margin-right: unset;
    text-align: right;
}
#KSQHCAMWEB.main-header .info-box .icon-box {
    position: relative;
    margin: unset;
}
#KSQHCAMWEB.main-header .nav-outer {
    bottom: unset;
    top: -30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* =========== header-lower =========== */
#KSQHCAMWEB.main-header .header-lower {
    position: absolute;
    width: 100%;
}
#KSQHCAMWEB .main-menu {
    float: unset;
}
#KSQHCAMWEB .main-menu .navigation > li > ul {
    border-top: 3px solid var(--other);
}
#KSQHCAMWEB .main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
#KSQHCAMWEB .main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
#KSQHCAMWEB .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    left: 10px;
    right: unset;
    border: unset;
}
#KSQHCAMWEB .main-menu .navigation > li > ul,
#KSQHCAMWEB .main-menu .navigation > li > ul > li > ul {
    background-color: #ffffff;
    color: #740000ff;
    font-size: 14px;
}
#KSQHCAMWEB.main-header .header-lower .outer-box {
    float: unset;
    display: flex;
    align-items: center;
}
#KSQHCAMWEB.main-header .search-box-btn {
    width: 35px;
    height: 35px;
    border: 1px dashed var(--other) !important;
}
#KSQHCAMWEB .search-box-outer {
    position: relative;
    float: unset;
    margin-left: 15px;
    overflow: unset;
}
#KSQHCAMWEB .search-box-outer .dropdown {
    direction: ltr !important;
}
#KSQHCAMWEB.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;
}
#KSQHCAMWEB .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
#KSQHCAMWEB.main-header .search-panel input[type="search"] {
    padding: 7px 15px 7px 40px;
    border: 1px solid var(--other);
}
#KSQHCAMWEB.main-header .search-panel .search-btn {
    right: unset;
    left: 0;
}
#KSQHCAMWEB.main-header .search-panel .form-container {
    padding-right: unset;
}
#KSQHCAMWEB.main-header .search-panel .form-group {
    margin: 10px;
}
#KSQHCAMWEB.main-header .header-lower .outer-box .advisor-box[show=false] {
    display: none;
}
#KSQHCAMWEB.main-header .header-lower .outer-box .advisor-box {
    float: unset;
}
#KSQHCAMWEB.main-header .header-lower .outer-box .advisor-box .advisor-btn:before {
    width: 30px;
}
#KSQHCAMWEB.main-header .header-lower .outer-box .advisor-box .advisor-btn {
    padding-right: 32px;
}
#KSQHCAMWEB.main-header .header-lower .outer-box .advisor-box .advisor-btn:before {
    color: var(--other);
    background-color: var(--base);
}
#KSQHCAMWEB.main-header .header-lower .outer-box .advisor-box .advisor-btn span {
    color: var(--other) !important;
}
#KSQHCAMWEB.main-header .search-box-btn,
#KSQHCAMWEB.main-header .main-menu .navigation > li > a {
    color: #ffffff;
    font-size: 14px;
}
#KSQHCAMWEB .navbar-collapse::-webkit-scrollbar-track {
	background-color: #F5F5F5;
	border-radius: 5px;
}
#KSQHCAMWEB .navbar-collapse::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}
#KSQHCAMWEB .navbar-collapse::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: var(--other);
}

/* =========== sticky-header =========== */
#KSQHCAMWEB .fixed-header .sticky-header {
    display: block;
}
#KSQHCAMWEB .sticky-header .auto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#KSQHCAMWEB .sticky-header .logo img {
    height: calc(100px - 5vmax);
}


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


@media only screen and (max-width: 1024px) {
    #KSQHCAMWEB.main-header .header-upper {
        padding-top: unset;
    }
    #KSQHCAMWEB.main-header .header-upper .auto-container {
        flex-wrap: wrap;
        row-gap: 15px;
    }
    #KSQHCAMWEB.main-header .header-upper .upper-right {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 1023px) {
    #KSQHCAMWEB.main-header .header-top .top-right {
        top: unset;
        padding-left: unset;
    }
    #KSQHCAMWEB.main-header .header-top .top-right .social-nav {
        justify-content: center;
        margin: unset;
    }
}
@media only screen and (max-width: 1140px) {
    #KSQHCAMWEB .search-box-outer {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 767px) {
    #KSQHCAMWEB.main-header .header-lower .outer-box {
        left: 0;
        z-index: 14;
    }
    #KSQHCAMWEB .main-menu .navbar-header .navbar-toggle {
        border: 1px solid var(--other);
        background: var(--other);
    }
    
    #KSQHCAMWEB .main-menu .navbar-collapse>.navigation>li>a,
    #KSQHCAMWEB .main-menu .navbar-collapse>.navigation>li>a:active,
    #KSQHCAMWEB .main-menu .navbar-collapse>.navigation>li.current>a,
    #KSQHCAMWEB .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    #KSQHCAMWEB .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a,
    #KSQHCAMWEB .main-menu .navbar-collapse>.navigation>li>ul,
    #KSQHCAMWEB .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        background: var(--base);
    }
    
    #KSQHCAMWEB .main-menu .collapse.show {
        max-height: 350px;
        overflow: auto;
    }
    #KSQHCAMWEB .fixed-header .sticky-header .main-menu .navbar-collapse {
        position: absolute;
        min-width: 85vw;
        left: 0px;
        max-height: 80vh;
    }
}
@media (max-width: 576px) {
    #KSQHCAMWEB .header-top .auto-container {
        flex-wrap: wrap;
    }
    #KSQHCAMWEB.main-header .header-top .top-right .social-nav {
        justify-content: center;
        margin: unset;
    }
}
@media (max-width: 992px) {
    #KSQHCAMWEB [showmobile~=false] {
        display: none !important;
    }
}
[data-show=false]{
    display: none !important;
}#NZFCPONVAW .page-title:before {
    background-color: #000000;
    opacity: 70%;
}:root {
    --theme-deafult: #ff4c3b;
}

#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;
}
#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;
    }
}#DSJITYFYSJ #maher_cp a {outline: none !important;text-decoration: none !important;}
#DSJITYFYSJ .maher_group img {filter: grayscale(100%);opacity: 0.7;transition: 0.35s;height: 18px;}
#DSJITYFYSJ .maher_group:hover img {filter: grayscale(0%);transition: 0.35s;opacity: 1;height: 24px;}
#DSJITYFYSJ .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;}
#DSJITYFYSJ .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;}
#DSJITYFYSJ .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;}
#DSJITYFYSJ .maher_group.align-left .img {order: 2;}
#DSJITYFYSJ .maher_group:hover a.before {transform: translate(6px,-9px);transition: 0.35s;transition-delay: 0.8s;transition-timing-function: ease;}
#DSJITYFYSJ .maher_group a.after {font-size: 7pt;color: #8c8c8c;position: absolute;left: 28px;bottom: 10px;transition: 0.35s;}
#DSJITYFYSJ .maher_group.align-left a.after {left: 28px;}
#DSJITYFYSJ .maher_group.align-right a.before {transform: translate(150px,-9px);}
#DSJITYFYSJ .maher_group.align-left a.before {transform: translate(-150px,-9px);}
#DSJITYFYSJ .maher_group.align-right:hover a.before {transform: translate(-5px,-9px) !important;}
#DSJITYFYSJ .maher_group.align-left:hover a.before {transform: translate(6px,-9px) !important;}
#DSJITYFYSJ .maher_group.align-right a.after {right: 28px;}
#DSJITYFYSJ .maher_group:hover a.after {bottom: 2px;transition: 0.2s;font-size: 7.8pt;}

#DSJITYFYSJ .bottombar{direction:rtl;}
#DSJITYFYSJ .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;
}
#DSJITYFYSJ .scroll-to-top1:hover {
    background-color: var(--other);
    color: var(--otherText);
}