:root {
    --am-primary: #1F75FE;
    --am-dark-blue: #3f51b5;
    --am-blue: #6495ED;
    --am-gray: #6C757D;
    --am-dark: #484848;
    --am-black: #212529;
}

@font-face {
font-family: 'amirmbn';
src: url('../fonts/amirmbn/amirmbn.eot?qysl6g');
src: url('../fonts/amirmbn/amirmbn.eot?qysl6g#iefix') format('embedded-opentype'),
     url('../fonts/amirmbn/amirmbn.ttf?qysl6g') format('truetype'),
     url('../fonts/amirmbn/amirmbn.woff?qysl6g') format('woff'),
     url('../fonts/amirmbn/amirmbn.svg?qysl6g#amirmbn') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'amirmbn' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .am-telegram:before {
    content: "\e903";
  }
  .am-linkedin:before {
    content: "\e902";
  }
  .am-whatsapp:before {
    content: "\e905";
  }
  .am-twitter:before {
    content: "\e904";
  }
  .am-instagram:before {
    content: "\e901";
  }
  .am-facebook:before {
    content: "\e900";
  }
  .am-user:before {
    content: "\e916";
  }
  .am-login:before {
    content: "\e90e";
  }
  .am-logout:before {
    content: "\e90f";
  }
  .am-cart:before {
    content: "\e908";
  }
  .am-menu:before {
    content: "\e910";
  }
  .am-star:before {
    content: "\e914";
  }
  .am-trash:before {
    content: "\e915";
  }
  .am-add:before {
    content: "\e906";
  }
  .am-minus:before {
    content: "\e911";
  }
  .am-location:before {
    content: "\e90d";
  }
  .am-email:before {
    content: "\e90b";
  }
  .am-phone:before {
    content: "\e912";
  }
  .am-dashboard:before {
    content: "\e90a";
  }
  .am-bag:before {
    content: "\e907";
  }
  .am-shop:before {
    content: "\e913";
  }
  .am-messages:before {
    content: "\e918";
  }
  .am-home:before {
    content: "\e90c";
  }
  .am-wallet:before {
    content: "\e917";
  }
  .am-crown:before {
    content: "\e909";
  }

/* ------------ D-I-B ------------ */
.social li, .input-group,
.shadow_style table span,
.desktop-header-secend ul li,
.mycred-my-balance-wrapper,
.blog-right-sidebar .tag-cloud-widget ul li {
    display: inline-block !important;
}

/* ------------ BUTTONS STYLE ------------ */
.btn-red {
    display: inline-block;
    font-weight: 500;
    padding: 0.6rem 1.8rem;
    color: #fff;
    background: var(--am-primary);
    border-radius: 12px;
}

.btn-red:hover {
    box-shadow: 0 0 8px #bbb;
}

/* ------------ PRICE ------------ */
.information-block {
    margin-top: 30px;
}

.information-block h3 {
    font-size: 16px;
}

.information-block p {
    width: 90%;
    font-size: 14px;
    padding: 8px 0;
    margin: 0 auto;
    color: var(--am-gray);
}

.price-block {
    display: inline-block;
    text-align: end;
    padding-left: 14px;
    margin: 10px auto;
}

.woocommerce-Price-amount {
    font-size: 20px;
    font-weight: 600;
}

.single-product .woocommerce-Price-amount {
    display: block;
    color: var(--am-primary);
}

.woocommerce-Price-currencySymbol {
    font-size: 12px;
}

/* ------------ slider ------------ */
.slider {
    max-width: 1400px;
    margin: 1.5rem auto 0;
    position: relative;
    display: flow-root;
    clear: both;
}

.swiper-one {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 18px;
    position: relative;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-one img {
    display: block;
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
    color: #fff;
    top: 44%;
}

.slider .swiper-button-next::after,
.slider .swiper-button-prev::after {
    font-size: 24px;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider .swiper-button-prev {
    left: 2px !important;
}

.slider .swiper-button-next {
    right: 2px !important;
}

.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 7px;
    border-radius: 6px;
    background: #eaeaea;
}

.slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 6px;
}

/* ------------ services ------------ */
.services {
    width: 1400px;
    margin: 0 auto 5rem;
}

.services-box {
    position: relative;
    height: 8rem;
    padding-right: 4px;
}

.services h2 {
    padding-bottom: 3rem;
    font-weight: 500;
}

.services img {
    position: absolute;
}

.services-text {
    position: absolute;
    right: 66px;
}

.services-text span {
    font-size: 17px;
    font-weight: 500;
    color: var(--am-dark);
}

.services-text p {
    font-size: 13px;
    padding-top: 6px;
}

/* ------------ MAIN CATEGORY ------------ */
.main-category {
    max-width: 1400px;
    margin: 0 auto 5rem;
    padding: 0 !important;
}

.main-category .col-lg-4,
.main-category .col-md-12 {
    text-align: center;
    margin: 1rem auto;
    padding: 0 1rem;
}

.main-category .col-lg-4 img {
    width: 100%;
    border-radius: 28px;
    border-bottom-left-radius: 0 !important;
}

/* ------------ popular ------------ */
.popular {
    max-width: 1400px;
    text-align: center;
    margin: 0 auto 6rem;
}

.popular i {
    position: relative;
    color: #f9bc00;
    font-size: 19px;
    top: 3px;
}

.popular .row {
    background: #eee;
    padding: 20px 15px;
    border-radius: 16px;
}

.popular-box {
    background: #fff;
    padding: 30px 5px 20px 5px;
    border-radius: 10px;
    border-bottom: 2px solid var(--am-primary);
}

.popular-box img {
    display: block;
    margin: 0 auto;
}

.popular-text h3 {
    font-size: 16px;
    text-align: center;
    padding: 26px 0 10px;
    margin: 0;
}

.popular-text h3 a {
    display: block;
    color: var(--am-dark);
    height: 40px;
}

.popular-text p {
    text-align: center;
    font-size: 14px;
    padding: 8px;
    color: var(--am-gray);
}

.popular-price {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding-top: 12px;
    margin-left: 6px;
    color: var(--am-black);
}

/* ------------ PRODUCT ------------ */
.product-box {
    margin: 6px;
    padding: 2rem 0 0.5rem;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 0 4px #eee;
}

.product-box img {
    width: 76%;
}

.product-rating {
    width: 100%;
    text-align: end;
    padding-left: 14px;
}

.product-rating p {
    font-size: 13px;
    color: var(--bs-gray);
}

.product-rating i {
    font-size: 11px;
    color: #f8b232;
}

/* ------------ CATEGORY ------------ */
.category-description {
    width: 100%;
    height: auto;
    background-color: #F4F7FC;
    border-radius: 10px;
}

/* ------------ Home Blog ------------ */
.blog {
    width: 1400px;
    margin: 0 auto 5rem;
    border: 2px solid var(--am-primary);
    border-radius: 10px;
    padding: 10px 15px 0;
}

.iblog-box {
    height: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 0 10px #fbfbfb;
}

.iblog-img-box a img {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.iblog-txt {
    margin: 15px 10px;
}

.iblog-content span {
    display: block;
    font-size: 12px;
    font-weight: 500;
}

.iblog-content a {
    display: block;
    font-size: 0.9rem;
    padding: 10px 0 14px;
    text-decoration: none;
    color: var(--am-black);
    font-weight: 600;
}

.iblog-content p {
    font-size: 13px;
    color: var(--am-gray);
    font-weight: 300;
}

/* ------------ Brand Swiper ------------ */
.swiper-three {
    display: block;
    width: 1400px;
    padding: 1rem 0;
    margin: 0 auto 5rem;
    overflow: hidden;
    box-shadow: 17px 17px 86px 10px rgb(102 95 130 / 10%);
    border-radius: 10px;
}

.swiper-three .swiper-wrapper {
    transition-timing-function: linear;
}

.swiper-three img {
    width: 110px;
    margin: 1rem 0;
}

/* ------------ FAQ ------------ */
.container-faq {
    display: block;
    width: 1400px;
    margin: 0 auto 5rem;
}

.container-faq img {
    width: 100%;
    height: auto;
    border-radius: 18px;
}

.accordion-button:after {
    position: absolute;
    left: 20px;
}

.accordion-item {
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    overflow: hidden;
}

.accordion-button {
    color: var(--am-dark);
    font-weight: 400;
}

.accordion-button:not(.collapsed) {
    color: #00308F;
    font-weight: 500;
    background: none;
    box-shadow: none;
    border: 0 !important;
}

.accordion-button:focus {
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

/* ------------ Footer ------------ */
.footer {
    display: flow-root;
    padding: 1rem 0 2rem;
    box-shadow: 0 0 28px 0 #eee;
    background: #bbb;
    color: #fff;
    font-size: 12px;
}

.footer .container-fluid {
    max-width: 1500px;
}

.footer ul li {
    display: block;
    width: 20%;
    float: right;
    margin: auto;
    text-align: center;
}

.footer ul li img {
    width: 90px;
    height: auto;
}

#footer {
    display: flow-root;
    position: relative;
    padding-bottom: 0.8rem;
    clear: both;
}

#footer .container-fluid {
    max-width: 1500px;
    padding-top: 2rem;
    border-top: 1px solid #eee;
}

.footer-links {
    padding-right: 0;
    list-style-type: none;
}

.footer-widget p {
    color: var(--am-dark);
    margin: 20px 0;
    line-height: 32px;
    font-size: 14px;
}

.footer-widget h3 {
    color: var(--am-dark);
    right: 0 !important;
}

.footer-links a {
    color: var(--am-dark);
    font-size: 14px;
}

.footer-links i {
    width: 25px;
}

.copyright {
    margin-top: 2rem;
    padding-top: 0.5rem;
    border-top: 1px solid #eee;
}

.footer-copy {
    color: var(--am-dark);
    font-size: 14px;
}

.footer-copy a {
    color: var(--am-black);
    font-weight: 500;
}

.footer-logo img {
    width: 144px;
    height: auto;
}

.footer-links li a i {
    text-align: center;
    font-size: 17px;
}

#rgvjfukzesgtfukzrgvjsizp {
    cursor: pointer;
}

.footer-box h3 {
    margin-bottom: 17px;
    font-weight: 500;
}

/* ------------ Blog Footer ------------ */
.footer-blog {
    height: 3rem;
    color: #fff;
    text-align: center;
    padding: 0.6rem;
    background: rgb(4, 12, 51);
    background: linear-gradient(90deg, rgba(4, 12, 51, 1) 0%, rgba(35, 51, 138, 1) 50%, rgba(4, 12, 51, 1) 100%);
}

.footer-blog a {
    color: #fff;
}

/* ------------ Contact ------------ */
#contact-info p {
    font-size: 17px;
}

/* ------------ Ruls ------------ */
.border-box {
    display: inline-block;
    box-shadow: 0 0 20px #eaeaea;
    border-radius: 10px;
    padding: 0 1rem;
    margin: 1.5rem 0 3rem;
}

.border-box h4 {
    font-size: 1rem;
}

.border-box h4:nth-child(2) {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--am-primary);
}

/* ------------ Woocommerce Style ------------ */
.woocommerce-variation {
    color: var(--am-primary);
    padding: 0 10px 15px 0;
}

form.checkout.woocommerce-checkout {
    display: flow-root;
    margin: 50px auto;
}

.woocommerce-billing-fields p {
    width: 49%;
    float: right;
    padding: 0 10px;
    margin-bottom: 20px;
}

.woocommerce-billing-fields p label {
    display: block;
    clear: both;
    width: 100%;
}

.woocommerce-billing-fields p input,
.payment_input div#national_code_field input,
.payment_input span.select2-selection.select2-selection--single {
    width: 100%;
    height: 36px !important;
    padding: 5px 10px;
    border: 1px solid #DDD;
    border-radius: 4px;
    clear: both;
}

.checkout .state_select {
    width: 100%;
    padding: 4px 6px;
    border: 1px solid #DDD;
    border-radius: 4px;
    color: var(--am-gray);
}

.woocommerce-billing-fields p input:focus {
    border-color: var(--am-primary);
}

.woocommerce-additional-fields {
    display: flow-root;
    clear: both;
}

.woocommerce-additional-fields p {
    width: 100% !important;
}

.woocommerce-additional-fields p span textarea {
    width: 100%;
    height: 150px;
    resize: none;
    border: 1px solid #DDD;
    padding: 10px;
}

table.shop_table.woocommerce-checkout-review-order-table thead tr th {
    background: #f5f5f5;
    padding: 10px;
}

table.shop_table.woocommerce-checkout-review-order-table td,
table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
    padding: 10px;
}

table.shop_table.woocommerce-checkout-review-order-table tr {
    border-bottom: 1px solid #eee;
    transition: all .2s ease-in-out;
}

table.shop_table.woocommerce-checkout-review-order-table tr:hover {
    background: #f5f5f5;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px;
    text-align: justify;
    padding: 0 10px;
}

.woocommerce-privacy-policy-text p a {
    color: #de2739;
}

.woocommerce-terms-and-conditions,
.woocommerce-billing-fields,
ul.rc_wc_rvp_product_list_widget,
.flw {
    display: flow-root;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    margin-top: 10px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
    position: relative;
    width: 17px;
    top: 3px;
}

tr.woocommerce-cart-form__cart-item.cart_item td {
    padding-bottom: 30px;
    padding-top: 10px;
    vertical-align: middle;
}

form.woocommerce-cart-form table thead th {
    padding: 10px;
    font-weight: bold;
}

form.woocommerce-cart-form {
    margin-top: 1rem;
    display: flow-root;
}

form.woocommerce-cart-form table thead {
    border-bottom: 1px solid #DDD;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    border-bottom: 1px solid #DDD;
}

.woocommerce-cart-form td.product-subtotal {
    font-size: 20px;
    text-align: center;
}

.woocommerce-cart-form th.product-subtotal {
    text-align: center;
}

.woocommerce-Button {
    display: inline-flex;
    height: 2.7rem;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: var(--am-primary);
    border-radius: 6px;
    padding: 0 2rem;
    border: none;
    letter-spacing: .5px;
    align-items: center;
    justify-content: center;
}

.quantity .qty {
    height: 2.7rem;
    width: 60px;
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 0 !important;
    color: var(--am-primary);
    font-size: 20px;
    text-align: center;
}

.woocommerce-variation-description p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    color: var(--am-primary);
}

button.add, button.sub {
    all: unset;
    width: 30px;
    font-size: 15px;
    color: #000;
    border: none;
    background: #f0f0f0;
    text-align: center;
}

button.add {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

button.sub {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.woocommerce-address-fields p {
    padding: 12px 0 76px 0;
}

.woocommerce-address-fields button {
    color: #fff;
    background: var(--am-primary);
    border-radius: 12px;
    font-size: .9rem;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin: 10px;
    padding: 0.6rem 1.8rem;
    border: 0.1rem solid transparent;
    transition: all 0.2s ease-in-out;
    letter-spacing: .5px;
    cursor: pointer;
}

.woocommerce-message {
    padding: 22px 0 24px;
    margin: 15px 0 15px 0;
    text-align: center;
    background: #fff;
    border-radius: 9px 9px 5px 5px;
    border-top: 6px solid #82E0AA;
    box-shadow: 0 0 10px #eee;
}

.woocommerce-error {
    text-align: center;
    padding: 20px;
    border-top: 5px solid #ff0000;
    margin: 15px 0 15px 0;
    box-shadow: 0 0 10px #eee;
}

.woocommerce-error li {
    padding: 4px 0 4px 0;
    color: #ff0000;
}

.woocommerce-account-fields {
    display: flow-root;
    clear: both;
    padding-bottom: 10px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    padding: 20px;
    background: #2ECC71;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-top: 15px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: inline-block;
    text-align: right;
    width: 100%;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    padding-right: 5px;
}

.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination {
    display: flow-root;
    margin: 20px auto 10px;
}

tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-completed.order td {
    padding: 6px 10px;
}

th.woocommerce-orders-table__header {
    text-align: center;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    display: inline-block;
    margin-bottom: 15px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta p {
    display: inline-block;
}

section.woocommerce-customer-details address {
    background: #f0f0f0;
    padding: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
    border-radius: 10px;
}

.woocommerce-orders-table__row--status-failed td a.view,
.woocommerce-orders-table__row--status-pending td a.view {
    margin: 0px 10px;
}

.my_account_orders .woocommerce-orders-table__cell-order-status span {
    display: inline-block !important;
    width: 130px !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    text-align: center !important;
    border-radius: 3px !important;
}

.panel_style .edit-account button.woocommerce-Button.button {
    float: left;
    margin: 10px 0;
    background: var(--am-dark-blue);
}

.panel_style .edit-account button.woocommerce-Button.button:hover {
    opacity: .7;
}

.panel_style .woocommerce-Address-title {
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.panel_style strong.title {
    display: block;
    background: #f5f5f5;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    color: var(--am-dark-blue);
}

.panel_style .woocommerce-Address-title .title {
    display: flex !important;
    margin: 0 0 10px 0 !important;
    font-size: 22px;
    text-align: right;
    align-items: center;
    justify-content: space-between;
}

.panel_style .woocommerce-Address-title .title a {
    display: block;
    font-size: 15px;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 3px;
    background: var(--am-dark-blue);
}

.wc-proceed-to-checkout a:hover,
.coupon_style .coupon button:hover,
.panel_style .woocommerce-Address-title .title a:hover,
.cart_page_content table tbody tr td.actions button:hover,
.panel_style .woocommerce-address-fields .address_edit button:hover {
    opacity: .8;
}

.panel_style .woocommerce-address-fields p {
    width: 31%;
    float: right;
    clear: none;
    height: 80px;
}

.panel_style .woocommerce-address-fields p label {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
    text-align: right;
    font-size: 15px;
    margin: 0;
    position: static !important;
    overflow: unset;
    clip-path: unset;
}

.panel_style .state_select,
.panel_style .woocommerce-address-fields p input {
    display: block;
    width: 85%;
    clear: both;
    padding: 10px;
    border: 1px solid #DDD;
    border-radius: 5px;
}

.panel_style .woocommerce-address-fields .address_edit button {
    display: block;
    color: #FFF;
    margin: 8px auto;
    padding: 16px 40px !important;
    background: var(--am-dark-blue) !important;
}

.panel_style table {
    width: 100% !important;
    margin: 0 auto !important;
}

.panel_style table thead th {
    color: var(--am-dark-blue);
    font-size: 19px;
    border-bottom: 1px solid;
    padding-bottom: 16px !important;
}

.panel_style table tbody td {
    padding: 13px 5px !important;
    font-size: 17px;
    text-align: center;
}

.panel_style table tbody td a {
    color: var(--am-dark-blue);
}

.panel_style table tbody td a.view:hover {
    box-shadow: 0 0 10px 10px #eee;
}

.panel_style table tbody td a.view,
.panel_style table tbody td a.pay,
.panel_style table tbody td a.cancel {
    display: inline-flex;
    width: 4.6rem;
    height: 2.2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background: var(--am-dark-blue);
}

.panel_style table tbody td a.cancel:hover {
    background: var(--am-primary);
}

.panel_style table tbody td a.pay:hover {
    background: #8dd557;
}

h2.order_note_title,
h2.woocommerce-order-details__title {
    font-size: 25px;
    margin: 20px 0;
    text-align: right;
}

li.woocommerce-OrderUpdate.comment.note {
    padding: 10px;
    text-align: justify;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    width: 100%;
    text-align: center;
    border: 1px solid var(--am-dark-blue);
    border-radius: 10px;
    border-collapse: separate;
    padding-top: 12px;
}

table.fsww-request-table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table.p-0 tr th {
    border-bottom: 1px solid #e1e1e1;
    padding: 8px 0;
}

.wallet-button, .button {
    color: #fff;
    padding: 7px 17px;
    margin: 0 10px;
    border: none !important;
    border-radius: 5px;
    background-color: var(--am-primary);
}

.fsww-meke-deposit-sc h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1.8rem;
}

.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide label {
    font-size: 14px;
    color: #666;
}

.fsww-meke-deposit-sc #fsww_balance_to_add, .fsww-meke-deposit-sc #amount {
    width: 12rem !important;
    margin: 10px auto 16px;
    padding: 4px 10px;
    border-radius: 6px;
    letter-spacing: 1px;
}

.fsww-meke-deposit-sc #fsww-payment-method {
    width: 15rem !important;
    margin: 10px auto 16px;
    padding: 4px 10px;
    border-radius: 6px;
    letter-spacing: 1px;
}

#bank-bacs-option .input-text.fsww-input.fsww-required {
    width: 12rem !important;
    margin: 10px auto 0;
    padding: 4px 10px;
    border-radius: 6px;
    letter-spacing: 1px;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    margin-right: 16px;
}

.panel_style .woocommerce-order-details table thead tr th {
    width: 30%;
    color: var(--am-dark-blue);
    font-size: 19px;
    text-align: right;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #aaa;
}

.panel_style .woocommerce-order-details table tbody tr td {
    padding-top: 23px !important;
    width: 30%;
    text-align: right;
}

.woocommerce-OrderUpdate-description.description p {
    direction: ltr !important;
    text-align: left !important;
}

.single_variation_wrap .woocommerce-variation-price {
    font-size: 25px;
    font-weight: bold;
}

.return-to-shop {
    margin: 40px auto 60px;
    text-align: center;
}

.cart-collaterals table tr td,
.woocommerce-checkout-review-order .cart-discount td {
    text-align: left;
}

.empty-cart-logo {
    display: block;
    width: 24rem;
    margin: 0 auto;
    padding: 50px 0;
}

i.fa-solid.fa-period {
    position: relative;
    top: -2px;
    font-size: 22px;
}

.bank-information {
    padding: 20px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 20px 0;
}

.price-box {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    margin-top: 1rem;
    color: var(--am-black);
    border: 1px solid #aaa;
    border-radius: 6px;
}

.bank-information img {
    width: 340px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.bank-information button {
    margin: 0;
    padding: 0;
    border: none;
    background: unset;
    color: var(--am-gray);
}

span#bankTooltip svg {
    position: relative;
    width: 14px;
    top: -1px;
}

.receipt-image {
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #FBD5D9;
    border-radius: 6px;
    background: #fafafa;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    display: inline;
}

li.woocommerce-order-overview__date.date {
    float: left;
    text-align: end;
}

.woocommerce-bacs-bank-details {
    display: inline-block;
    width: 476px;
    padding: 2rem 0 1rem;
}

.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td {
    text-align: end;
}

/* ------------------------------------- Old Style ------------------------------------- */

/*----------------- TYPOGRAPHY -----------------*/
.social li a i:hover,
.rand_post li a:hover,
.blog-content:hover a h3,
.footer-links li a:hover,
.blog-list ul li a:hover,
.footer-phone-number:hover,
.desktop-header-secend a:hover,
.single-price-text .woocommerce-Price-amount,
.blog-right-sidebar .post-category-widget .cat-list li:hover a,
.blog-right-sidebar .popular-post-widget .post-item .media-body h3:hover {
    color: var(--am-primary) !important;
}

.h1, .h2, .h3, .h4, .h6,
h1, h2, h3, h4, h6 {
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: .5rem;
    color: var(--am-black);
}

.h5, h5 {
    line-height: 1.35;
    margin-bottom: .5rem;
    color: #FFFFFF
}

.h1, h1 {
    font-size: 2.125rem;
    line-height: 40px;
}

.h2, h2 {
    font-size: 1.625rem;
}

.h3, h3 {
    font-size: 1.375rem;
}

.h4, h4 {
    font-size: 1.125rem;
}

.h5, h5 {
    font-size: .9375rem;
}

.h6, h6 {
    font-size: .75rem;
}

.mb-6 {
    margin-bottom: 2rem !important;
}

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

.section-top {
    padding-top: 8.125rem;
}

/*---------- Project ----------*/

.overlay {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.overlay-7 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.overlay.feature-overlay {
    background-image: linear-gradient(30deg, rgba(121, 110, 255, 0.95) 0%, rgba(33, 200, 122, 0.95) 100%);
    opacity: .9;
}

/*---------- BLOG SECTION ----------*/
.blog-box {
    position: relative;
}

.blog-box .blog-img-box img {
    border-radius: 5px;
    box-shadow: 0 7px 12px rgba(0, 0, 0, 0.08);
}

.single-blog {
    padding-top: 25px;
    position: relative;
}

.blog-content ul {
    margin-bottom: 10px;
}

.blog-content a h3 {
    transition: all .3s ease 0s;
    margin: 15px 0px;
}

.bg-light .single-blog {
    padding: 40px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.blog-right-sidebar .widget-title {
    font-size: 16px;
    color: #0b2e13;
}

.blog-right-sidebar .widget-title::after {
    display: block;
    content: "";
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff
}

.blog-right-sidebar .single-sidebar-widget {
    background: #fbf9ff;
    padding: 20px;
    margin-bottom: 15px
}

.blog-right-sidebar .post-category-widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
    list-style: none;
}

.blog-right-sidebar .post-category-widget .cat-list li:last-child {
    border-bottom: 0
}

.blog-right-sidebar .post-category-widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888
}

.blog-right-sidebar .post-category-widget .cat-list li a p {
    margin-bottom: 0px
}

.blog-right-sidebar .post-category-widget .cat-list li+li {
    padding-top: 15px
}

.blog-right-sidebar .popular-post-widget .post-item .media-body {
    justify-content: center;
    align-self: center;
    padding-right: 10px;
}

.blog-right-sidebar .popular-post-widget .post-item .media-body sup {
    top: 3px;
}

.blog-right-sidebar .popular-post-widget .post-item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear
}

.blog-right-sidebar .popular-post-widget .post-item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px
}

.blog-right-sidebar .popular-post-widget .post-item+.post-item {
    margin-top: 20px;
}

.blog-right-sidebar .tag-cloud-widget ul li a {
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 10px;
    margin-bottom: 8px;
    margin-left: 5px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px;
}

.blog-right-sidebar .tag-cloud-widget ul li a:hover {
    background: var(--am-primary);
    color: #fff;
}

.blog-right-sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0px
}

.reveal {
    transition: all .3s;
    cursor: pointer;
    opacity: 1;
}

.information-block h2 span {
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
}

.information-block h2 {
    color: var(--am-black);
}

.blog-content h6 span {
    display: inline-block;
    padding-right: 10px;
}

.blog-content h6 span:after,
.woocommerce-cart-form td.actions,
label.screen-reader-text,
.acf-field .acf-field-text .acf-field--validate-email,
#billing_country_field,
p#billing_address_2_field,
.total, .order-again a,
section.woocommerce-customer-details,
.panel_style a.wip-invoice,
.product_cat-antivirus .garanty,
.product_cat-custom-order .garanty,
a.reset_variations {
    display: none !important;
}

.blog-content p {
    margin: 20px 0px;
}

/*---------- PAGE BANNER ----------*/
.page-contact {
    position: relative;
    background: url("../images/contact.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.page-about {
    height: 60vh;
    position: relative;
    background-size: 100% !important;
    background: url("../images/about.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

.page-blog {
    display: flex;
    height: 30vw;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: 100% !important;
    background: url(../images/banner/blog.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.page-blog h1 {
    position: relative;
    font-size: 3vw;
    color: #fff;
}

.page-contact h1 {
    color: #fff;
}

.page-contact p {
    color: #eee;
}

/*---------- CONTACT PAGE ----------*/
#contact-info {
    padding-top: 90px;
}

.contact-info-block {
    border: 1px solid #eee;
    padding: 40px 20px;
    border-radius: 5px;
}

.contact-info-block h4 {
    margin-bottom: 0px;
}

.contact-info-block i {
    display: block;
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--am-primary);
}

/* ------ A&A ADD------------------------------------------*/
.fluid-wrapper {
    margin: 1rem;
    position: relative;
    padding-bottom: 30rem;
    height: 0;
}

.fluid-wrapper iframe {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.main-content {
    margin-bottom: 5rem;
    border: 1px solid var(--bs-border-color);
    border-top: 0 !important;
    padding: 2rem 1rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.main-content p {
    background: #f4f4f4;
    margin-bottom: 1rem;
    padding: 10px;
    border-radius: 7px;
}

.main-content p:last-child {
    margin-bottom: 0 !important;
}

.redbold {
    color: var(--am-primary);
    font-weight: bold;
}

.label {
    color: #000;
}

.container {
    position: relative;
}

.garanty {
    display: flex;
    align-items: center;
}

.garanty img {
    width: 21px;
    padding: 0 0 0 2px;
}

.c-marker li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background: #000;
}

.c-marker li {
    position: relative;
    padding-right: 15px;
}

/*----------------------- Footer -----------------------*/

ul.mobile_nav_thumb li img {
    width: 42px;
}

#menu-iranlicense-1 .menu-item {
    padding: 13px 5px;
    border-bottom: 1px solid #e8e8e8;
}

ul.mobile_nav_thumb li a {
    color: #444;
}

a.logo_n_m {
    display: block;
    width: 100%;
    text-align: center;
}

a.logo_n_m img {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100px;
}

ul.mobile_nav_thumb {
    position: relative;
    top: -20px;
}

ul.mobile_nav_thumb li {
    clear: both;
}

.order-p {
    background: #82E0AA;
    padding: 15px 0 15px 0;
    border-radius: 10px;
}

.order-p h4 {
    color: #fff;
    margin: 0;
}

.rtl .custom-select {
    padding: 0.375rem 0.75rem 0.375rem 1.75rem !important;
}

.input-group-append .btn-red {
    padding: 0 1rem 0 1rem !important;
}

.map-border {
    padding: 0;
    margin: 4rem auto;
    border: 1px solid #E5E7E9;
    border-radius: 10px;
}

.minusplusbutton {
    display: flex;
    float: right;
    margin-left: 10px;
}

.variations {
    margin-bottom: 10px;
}

.variations label {
    padding: 10px;
}

.variations select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eee;
    background: #fff;
    padding: 4px;
    font-size: 14px;
}

.wc-proceed-to-checkout {
    display: block;
    text-align: center;
    float: left;
}

.order_details {
    margin-top: 20px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 10px;
}

.wc_payment_method {
    position: relative;
    padding: 14px 0 6px;
    margin-bottom: 10px;
    background: #f5f5f5;
}

.payment_input {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    margin-left: 13px;
    max-width: 57%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.payment_input div#national_code_field {
    width: 49%;
    padding: 0 10px 2rem;
}

.left_order {
    border: 1px solid #eee;
    padding: 20px;
    font-size: 14px;
    border-radius: 5px;
    background: #fafafa;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

span.select2-selection__arrow b {
    position: absolute;
    left: 10px !important;
}

.woocommerce-additional-fields p span,
table.shop_table.woocommerce-checkout-review-order-table,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,
.cart-collaterals table,
.page_404 img,
.wpcf7-form-control-wrap,
.panel_style fieldset span,
.panel_style .woocommerce-address-fields p span,
label {
    width: 100%;
}

tr.cart-subtotal td:last-child,
tr.order-total td:last-child,
th.product-total, td.product-total {
    text-align: left;
    font-weight: bold;
}

.wc_payment_method label {
    margin-bottom: 10px;
    padding-right: 24px;
}

.payment_box.payment_method_wc_zibal, .payment_box.payment_method_bacs {
    border-top: 1px solid #DDD;
    margin-top: 4px;
    padding: 10px 0 8px;
}

.wc_payment_method input {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 5px;
}

.wc_payment_method p {
    padding-right: 10px;
}

.payment_method_wc_zibal img {
    position: absolute;
    top: 6px;
    left: 3px;
    width: 86px;
}

button#place_order {
    margin-top: 20px;
}

form#payping-checkout-form {
    margin: 20px 0;
}

form#payping-checkout-form input {
    border-radius: 5px;
    margin: 0 0 0 10px;
    width: 150px;
    padding: 10px;
    border: 0;
    background: var(--am-primary);
    color: #FFF;
    cursor: pointer;
}

form#payping-checkout-form a.cancel {
    border-radius: 5px;
    margin: 0 0 0 10px;
    width: 150px;
    padding: 10px;
    border: 0;
    background: #999;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

form#payping-checkout-form a.cancel:hover {
    background: #777;
}

.cart_page_content {
    width: 100%;
    background: #FFF;
    border-radius: 20px;
    margin: 40px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px !important;
}

.page-template-cart-page header>.container.flex {
    border-bottom: 1px solid #EEE;
}

.cart_page_content table {
    border-collapse: separate;
}

.cart_page_content table tbody tr td {
    border: solid 1px #eee;
    border-left: 0;
    border-right: 0;
}

.cart_page_content table tbody tr td {
    padding: 20px 10px;
}

.cart_page_content table tbody tr td:first-child {
    border-right: 1px solid #eee;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cart_page_content table tbody tr td:last-child {
    border-left: 1px solid #eee;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.cart_page_content table thead tr th {
    padding: 10px 0;
    font-weight: bold;
    color: #666;
}

td.product-name a {
    line-height: 1.5rem;
    color: var(--am-primary);
    font-weight: bold;
}

td.product-name ul li {
    font-size: 12px;
}

td.product-price,
td.product-subtotal {
    font-weight: bold;
}

td.product-quantity input {
    width: 26px;
    float: right;
    padding: 0;
    background: none;
    border: 0;
    text-align: left;
}

td.product-quantity span {
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.cart_page_content table tbody tr td.actions {
    border: 0;
    padding: 10px 0;
}

.cart_page_content table tbody tr td.actions button:disabled {
    display: block;
    padding: 15px;
    border-radius: 5px;
    border: 0;
    background: #DDD;
    font-size: 15px;
}

.cart_page_content table tbody tr td.actions button {
    display: block;
    padding: 15px;
    border-radius: 5px;
    border: 0;
    background: var(--am-primary);
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
}

td.product-remove a {
    color: var(--am-primary);
    font-size: 22px;
}

.cart-collaterals {
    float: left;
    border: 1px solid #DDD;
    padding: 20px;
    margin: 20px 0 50px;
    border-radius: 20px;
    min-width: 40%;
    line-height: 3rem;
}

.cart-collaterals h2 {
    display: block;
    text-align: center;
    background: #f2f2f2;
    padding: 16px;
    border-radius: 8px;
    font-size: 20px;
}

.cart-collaterals table tr th {
    text-align: right;
}

.cart_page_content table {
    border-spacing: 0 1em;
}

.cart-collaterals table tr th,
.cart-collaterals table tr td {
    border-bottom: 1px solid #DDD !important;
    border-radius: 0 !important;
}

.cart-collaterals td,
.cart-collaterals table tr:last-child th,
.cart-collaterals table tr:last-child td {
    border: 0 !important;
}

h3#order_review_heading {
    display: block;
    text-align: center;
    font-weight: bold;
    background: var(--am-primary);
    padding: 15px;
    color: #FFF;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    border-radius: 3px;
    margin-bottom: 10px;
}

td.product-thumbnail img {
    max-width: 100px;
    height: auto;
}

span.number_count {
    display: inline-block;
    float: right;
}

.post-type-archive .section {
    padding: 2rem 0 4rem;
}

a.button.wc-forward {
    color: #fff;
    margin: 10px;
    border-radius: 6px;
    padding: 8px 15px 8px 15px;
    background-color: var(--am-primary);
}

.notloggined_pay {
    padding: 10px 15px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px #eee;
}

.notloggined_pay button {
    display: block;
    color: #fff;
    margin: 5px 0 5px 0;
    background: var(--am-primary);
    border-radius: 5px;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.2rem 1rem;
    border: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    background: #58D68D;
    border: none;
    padding: 8px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #ddd;
}

.coupon_style input {
    display: inline-block;
    width: 25%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #DDD;
}

.coupon_style {
    margin: 15px 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.coupon_style .coupon button {
    display: inline-block;
    width: 150px;
    padding: 10px;
    border: 0;
    background: #2196f3;
    color: #FFF;
    border-radius: 5px;
    cursor: pointer;
}

.coupon_style input:focus {
    border-color: #2196f3;
}

.coupon_style>button {
    float: left;
    padding: 10px;
    border-radius: 5px;
    width: 20%;
    border: 0;
    cursor: pointer;
}

.coupon_style .coupon {
    display: inline-block;
    width: 80%;
    float: right;
}

.blog-img-box {
    min-height: 260px;
}

.iranlicense-pagination li a,
.iranlicense-pagination li span {
    display: inline-block;
    min-width: 50px;
    background: #f5f5f5;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
    border-radius: 3px;
}

.iranlicense-pagination {
    text-align: center;
    display: flow-root;
    width: 100%;
    margin: 20px auto;
}

.iranlicense-pagination li {
    display: inline-block;
    margin: 10px 2px;
}

.iranlicense-pagination li.active span,
.iranlicense-pagination li a:hover {
    background: var(--am-primary);
    color: #FFF;
}

.iranlicense-pagination li a.next-page,
.iranlicense-pagination li a.previous-page {
    min-width: 100px;
}

input#rememberme {
    float: right;
    display: inline-block;
    width: auto;
    position: relative;
    top: 7px;
}

/*----------------------- 404 page -----------------------*/
.page_404 {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff;
    align-items: center;
}

.page_404 h2 {
    position: relative;
    font-family: arial, sans-serif;
    font-size: 87px;
    font-weight: normal;
    z-index: 1;
    margin: 0 auto;
}

.page_404 img {
    width: 800px;
    margin-top: -120px;
}

.contant_box_404 {
    margin-top: -90px;
}

.contant_box_404 span {
    display: block;
    color: var(--am-dark);
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 22px;
}

.link_404 {
    display: inline-block;
    margin: 20px 0;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 12px;
    background: var(--am-primary);
}

.video_banner {
    position: relative;
}

.main-banner {
    position: absolute;
    right: 18%;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 300px;
}

.onsale {
    position: absolute;
    background: var(--am-primary);
    color: #fff;
    top: 60px;
    right: 60px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: bold;
    font-size: 20px;
}

.single-post-area ul {
    list-style: disc;
    list-style-position: inside;
}

.single-post-area img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.single-post-area .table {
    border: 1px solid #eee;
}

/* -------------------- Dashboard Style -------------------- */
.main_dashboard:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: #e8e8e8;
    z-index: -1;
}

.main_dashboard {
    margin-top: 70px;
}

.main_dashboard .side_3 {
    background-color: #FFF;
}

.main_dashboard .side_9 {
    background-color: #FFF;
}

.side_3, .side_9 {
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    display: flow-root;
}

.detail_profile_top {
    display: flex;
    align-items: center;
}

.detail_profile_top .avatar-img {
    display: inline-block;
    float: right;
    width: 90px;
    height: 90px;
    border-radius: 1000px;
    border: 3px solid #EEE;
    box-shadow: 0 0 20px rgb(20 4 255 / 12%);
    background-position: center !important;
    background-size: cover !important;
}

.detail_profile_top .avatar img {
    display: inline-block;
    float: right;
    width: 90px;
    height: 90px;
    border-radius: 1000px;
    border: 3px solid #EEE;
    box-shadow: 0 0 20px rgb(20 4 255 / 12%);
    background-position: center !important;
    background-size: cover !important;
}

.detail_profile_top .user_phone {
    display: flex;
    float: left;
    flex-direction: column;
    text-align: right;
    margin: 10px 20px;
    line-height: 1.5rem;
    font-size: 15px;
}

.detail_profile_top .user_phone span {
    display: block;
    direction: ltr;
    cursor: pointer;
}

.detail_profile_top .user_phone strong {
    display: block;
    font-weight: bold;
    color: var(--am-dark-blue);
    font-size: 20px;
}

.detail_wallet {
    display: flow-root;
    text-align: right;
}

.detail_wallet ul {
    margin: 20px 10px;
    padding: 0 10px;
}

.detail_wallet ul li {
    line-height: 1.5rem;
    padding: 10px 0;
    margin-bottom: 10px;
}

.detail_wallet ul li strong {
    display: inline-block;
    margin-left: 10px;
}

.detail_wallet ul li span {
    display: inline-block;
    text-align: left;
    font-weight: bold;
}

.detail_wallet ul li i {
    padding: 10px;
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-left: 7px;
    border-radius: 5px;
}

.wallet i.am-wallet {
    width: 45px;
    text-align: center;
    height: 42px;
    background-color: #9B42F9;
    color: #fff;
    box-shadow: 0 0 10px #aaa;
}

.detail_wallet i.am-add {
    display: inline-block;
    float: left;
    top: 4px;
    padding: 0;
    margin: 0;
    font-size: 26px;
    color: var(--am-primary) !important;
    font-weight: bold;
}

.detail_wallet ul li .crown i {
    width: 45px;
    text-align: center;
    height: 42px;
    color: #fff;
    background-image: linear-gradient(to bottom, #FFCB05, #FCA400);
    box-shadow: 0 0 10px #ddd;
}

.top_bar_dashboard {
    display: flow-root;
    border-bottom: 2px solid var(--am-dark-blue);
    display: flex;
    align-items: center;
}

.rand_post i {
    float: right;
    font-size: 21px;
    background-image: linear-gradient(to bottom, #69a5ff, #5459e9);
    padding: 11px;
    border-radius: 5px;
    color: #FFF;
}

.rand_post {
    display: flow-root;
    align-items: center;
}

.rand_post li {
    display: inline-block;
    float: right;
    margin-top: 9px;
    margin-right: 12px;
}

.rand_post li a {
    color: var(--am-dark-blue);
    font-weight: 500;
}

ul.dashboard_navigation {
    display: block;
    border-top: 1px solid #EEE;
    margin: 20px 0;
    clear: both;
}

ul.dashboard_navigation li {
    display: block;
    text-align: right;
    margin: 0px 20px 0;
}

ul.dashboard_navigation li i {
    font-size: 22px;
    position: relative;
    top: 6px;
    margin-left: 15px;
    width: 32px;
    text-align: center;
}

ul.dashboard_navigation li a {
    display: block;
    color: var(--am-dark-blue);
    padding: 15px;
    border-radius: 5px;
}

ul.dashboard_navigation li a:hover {
    background: var(--am-dark-blue);
    color: #FFF;
}

ul.dashboard_navigation li:first-child {
    margin-top: 20px;
}

.col-lg-3 .item {
    padding: 10px !important;
    border: 1px solid #e1e1e1;
    margin: 10px;
}

.shadow_style {
    margin-top: 30px;
    text-align: center;
    max-width: 100% !important;
}

.shadow_style .item {
    padding: 20px;
    box-shadow: 0 0 50px rgb(0 0 0 / 5%);
    border-radius: 15px;
    align-items: center;
    justify-content: space-between;
}

.shadow_style .item.mx-2 {
    height: 110px;
}

.shadow_style .item strong {
    display: block;
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
}

.shadow_style .item .woocommerce-Price-amount bdi {
    font-size: 22px !important;
}

.viewed-products .item span {
    display: block;
    padding: 10px 0;
    font-weight: 500;
    color: #666;
    text-align: center;
}

.shadow_style .col-lg-3:nth-child(1) .item strong {
    color: #4CAF50;
}

.shadow_style .col-lg-3:nth-child(2) .item strong {
    color: #FF9800;
}

.shadow_style .col-lg-3:nth-child(3) .item strong {
    color: #00BCD4;
}

.shadow_style .col-lg-3:nth-child(4) .item strong {
    color: var(--am-dark-blue);
}

.woocommerce-orders-table td span.failed {
    color: #761919;
    background: #eba3a3;
}

.woocommerce-orders-table td span.cancelled {
    color: #999;
    background: #eee;
}

.woocommerce-orders-table td span.on-hold {
    color: #94660c;
    background: #f8dda7;
}

.woocommerce-orders-table td span.completed {
    color: #2e4453;
    background: #c8d7e1;
}

.woocommerce-orders-table td span.processing {
    color: #5b841b;
    background: #c6e1c6;
}

.woocommerce-orders-table td span.pending {
    color: #777;
    background: #e5e5e5;
}

.woocommerce-orders-table tbody td {
    border-bottom: 1px solid #eee;
}

.woocommerce-orders-table tbody tr:last-child td {
    border: none !important;
}

.panel_style {
    padding: 20px;
}

.panel_style .edit-account label {
    display: block;
}

.panel_style .edit-account input {
    border: 1px solid #DDD;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
}

.national-code-edit-account {
    height: 80px;
}

.national-code-edit-account span:nth-child(2) {
    display: block;
    border: 1px solid #DDD;
    background: #f6f6f6;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
    color: #555;
}

.panel_style .edit-account .col-lg-4 {
    float: right;
    height: 80px;
}

.panel_style fieldset {
    margin-top: 20px;
}

.panel_style fieldset .col-lg-4 {
    clear: none;
}

.panel_style fieldset label {
    display: block;
    font-size: 14px;
    clear: both;
}

.panel_style fieldset input {
    width: 100%;
    clear: both;
}

span.show-password-input {
    width: auto;
    display: inline-block;
    float: left;
    width: 20px !important;
}

.panel_style .acf-field-image {
    float: right;
    text-align: right;
}

.panel_style .acf-fields {
    display: flow-root;
    margin: 20px 0;
    border: 1px solid var(--am-dark-blue);
    border-radius: 10px;
    padding: 10px 20px;
}

.panel_style .select2-container--default .select2-selection--single {
    width: 85%;
    height: 47px;
    position: relative;
    border: 1px solid #DDD !important;
    padding: 6px;
    text-align: right;
    margin-right: 5px;
}

span.select2-selection.select2-selection--single {
    display: block;
    direction: rtl;
    text-align: right;
}

.select2-results__option {
    text-align: right;
    padding: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--am-dark-blue) !important;
}

.address_edit {
    display: flow-root;
    clear: both;
    width: 100% !important;
    text-align: center;
}

#chart {
    max-width: 650px;
    margin: 35px auto;
}

.my-account-internal-div {
    display: flow-root;
    clear: both;
    margin: 0 auto;
    max-width: 100% !important;
}

.my-account-internal-div .item {
    margin: 10px 0;
}

.my-account-internal-div .item strong {
    display: block;
    text-align: right;
    font-size: 18px;
    color: var(--am-dark-blue);
    position: relative;
}

.my-account-internal-div .item strong:before {
    content: '';
    position: absolute;
    right: -20px;
    width: 6px;
    height: 35px;
    background: var(--am-dark-blue);
    border-radius: 10px 0 0 10px;
}

.list_p img {
    display: inline-block;
    float: right;
    width: 70px;
}

.list_p li {
    list-style: none;
}

.list_p li a {
    display: block;
}

.list_p li span.price {
    float: right;
    margin: 0px 20px;
    height: auto;
    line-height: 1;
    margin-right: 10px;
    background: none;
    padding: 0 !important;
}

.list_p li span {
    display: inline-block !important;
    padding: 4px !important;
}

.list_p li h3 {
    display: block;
    text-align: right;
    margin: 10px;
    float: right;
}

.list_p li .img,
.list_p li .txt {
    float: right;
    display: inline-block;
}

.shadow_style .my_account_orders thead,
.shadow_style .my_account_orders tbody {
    width: 100%;
    text-align: center;
}

.shadow_style table a {
    font-size: 14px !important;
}

.shadow_style table th,
.shadow_style table td {
    font-size: 15px !important;
}

.shadow_style table th:first-child,
.shadow_style table td:first-child {
    width: 180px;
}

.media-body a h6, .shadow_style table td:first-child a {
    padding: 0 !important;
    margin: 0 !important;
}

.order_notes mark {
    background: none;
}

li.addresses {
    display: block;
    text-align: right;
    width: 100%;
    clear: both;
}

li.addresses .top {
    display: flex;
    margin: 0 0 10px 0;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    color: #FFF !important;
    background: #2e3133;
    align-items: center;
    justify-content: space-between;
}

.main_dashboard>.container {
    max-width: 90%;
}

li.addresses p {
    border: 2px solid #d7d7d7;
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    margin: 5px 0;
}

li.addresses p span {
    display: block;
    margin: 10px 0;
}

a.acf-button.button {
    margin: 0 20px 0 0;
    background: #eee;
    padding: 8px 15px;
    border-radius: 8px;
    border: 1px solid var(--am-dark-blue);
}

.wast-filter.wast-clearfix {
    margin-right: 2.5%;
}

.sign-in {
    margin-top: 15vh;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    top: 4px;
    left: 7px;
    right: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: 3px;
    margin-top: -2px;
}

.wast-tickets-table .wast-thead-light tr th {
    text-align: center;
}

.payment_input .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    top: -1px !important;
    left: 0 !important;
    border-radius: 3px;
    height: 39px;
}

ul.rc_wc_rvp_product_list_widget li img {
    max-width: 90%;
}

ul.rc_wc_rvp_product_list_widget li {
    margin: 10px 0;
    padding: 10px;
}

ul.rc_wc_rvp_product_list_widget li a {
    display: block;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / 9%);
    font-size: 14px;
    min-height: 235px;
}

.payment_method_payir img {
    width: auto;
    height: 30px;
}

.information-block del {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.information-block ins {
    text-decoration: none;
}

.p-blog {
    width: auto;
    height: 150px;
    margin: 26px 0;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border-radius: 8px;
    box-shadow: 0 0 10px #a5a5a5;
    background: rgba(32, 136, 176, 0.60);
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-blog img,
.p-blog2 img {
    height: 110px;
    display: inline;
}

.p-blog a, .p-blog2 a {
    color: #fff !important;
}

.p-blog2 {
    width: auto;
    height: 150px;
    margin: 26px 0;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border-radius: 8px;
    box-shadow: 0 0 10px #a5a5a5;
    background: #6288E7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iranlic-code {
    max-width: 100%;
    background: #f2f2f2;
    padding: 20px 25px;
    text-align: left;
    border-radius: 5px;
}

.iranlic-form-control {
    margin-bottom: 1%;
    width: 100%;
    text-align: left;
    padding: 0.6rem 1rem;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-copy {
    color: #fff;
    background: #3da5f4;
    border-radius: 4px;
}

.btn-copy:hover {
    background: #4497D6;
}

.iranlic-code-text {
    background: #fff;
    margin: 10px 0;
    padding: 0.6rem 1rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
    color: #495057;
}

.single-post-area .text p {
    margin: 20px 0;
}

.mh-50 {
    width: 50%;
}

.modal-title {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
}

.modal-footer {
    justify-content: center;
}

.media.post-item {
    align-items: center;
    display: flex;
}

.winsale {
    padding: 27px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 20px #d1d1d1;
    margin-bottom: 20px;
}

table.blog-table tr td {
    direction: rtl;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}

table.blog-table tr:first-child {
    background: #d9edf7;
    color: #000;
    font-weight: 500;
}

.eh-container .eh-form-wrap .eh-form .eh-form-title,
.eh-container .eh-form-wrap .eh-form .eh-field-wrap {
    margin-bottom: 35px !important;
}

.contact-info-block {
    margin-bottom: 25px;
}

p#account_password_field {
    width: 49%;
    float: right;
    padding: 0 10px;
    margin-bottom: 20px;
}

p#account_password_field label {
    color: var(--am-dark);
    font-weight: 500;
}

input#account_password {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #aaa;
    border-radius: 3px;
}

nav.woocommerce-breadcrumb {
    font-size: 14px;
}

nav.woocommerce-breadcrumb a {
    color: var(--am-gray);
}

.payment_input .required, nav.woocommerce-breadcrumb a:hover {
    color: var(--am-primary);
}

.desktop-product-padding {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 0;
    margin-top: 1rem;
    background: #fff;
    border: none !important;
    border-radius: 10px;
    box-shadow: 0 5px 14px 1px rgba(0,0,0,.1);
}

.product-svg {
    padding-top: 1rem;
    margin-top: 2rem;
    border-top: 1px solid #eee;
    text-align: center;
}

.product-svg div {
    display: inline-grid;
    width: 20%;
}

.product-svg img {
    display: block;
    width: 60px;
    margin: 0 auto;
}

.product-svg p {
    text-align: center;
    font-size: 0.75rem;
}

.giftcard-use-box span {
    background: #eee;
    margin: 0px 2px;
    font-size: 13px;
    padding: 1px 5px;
    border-radius: 7px;
    color: #555;
}

.eh-container .eh-form-wrap .eh-form .eh-field:not([type=checkbox], [type=radio]):focus {
    border: 1px solid #c9c9c9 !important;
}

.eh-container .eh-form-wrap .eh-form .eh-field:not([type=checkbox], [type=radio]):focus ~ .eh-label {
    font-weight: normal !important;
}

.desktop-header-login span:nth-child(1) {
    border-right: 1px solid #bbb;
}

body.single-product {
    background: #fafafa;
}

header, footer, .nav-link.active, .main-content {
    background: #fff !important;
}

.am-add, .am-minus {
    display: block;
    font-size: 24px;
}

ol.flex-control-nav.flex-control-thumbs li {
    display: inline-block;
    width: 25%;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f1f1;
}

/* ------------ Modal ------------ */

@media (min-width:768px) {
    .modal-dialog.modal-dialog-centered {
        width: 400px;
    }
}

.modal-content {
    background: var(--am-primary);
}

.modal-body.text-center span {
    color: #fff;
}

.ncborder {
    border: 1px dashed #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 2px;
    border-radius: 4px;
}

#copyButton:hover svg {
    filter: invert(.3);
}

#copyButton svg {
    width: 14px;
    filter: invert(.3);
}

#copyButton {
    font-size: 13px;
    padding: 5px;
    border-radius: 4px 0 0 4px;
    background: #fff;
}

#textInput {
    width: 7rem;
    border: none;
    border-radius: 4px;
    background: var(--am-primary);
    color: #fff;
    text-align: center;
}

.modal .btn-close {
    position: absolute;
    top: 16px;
    left: 14px;
    filter: invert(1);
    --bs-btn-close-opacity: none !important;
}

.btn-close:focus{
    box-shadow: none;
}

.subset {
    width: 12%;
}

.subset img {
    width: 90%;
    border-radius: 6px;
    box-shadow: 0 0 10px 3px #efefef;
}

.subset-text a {
    color: var(--am-dark);
    font-weight: 400;
}

/* ------------ FeedbackWP ------------ */

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
    margin-top: 3rem;
    padding: 1rem 0;
    box-shadow: 17px 17px 86px 10px rgb(102 95 130 / 10%);
    border-radius: 10px;
}

/* ------------ Ticket ------------ */

.wpsc-thread.reply {
    background: #fcfcfc;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 1rem !important;
}

.wpsc-header .my-profile, .wpsc-header .agent-profile, .wpsc-header .log-out,
.wpsc-filter-actions .action-devider, .wpsc-filter-actions .wpsc-link.wpsc-it-copy {
    display: none;
}

.wpsc-tickets-nav label {
    font-weight: 400 !important;
}

.wpsc-filter-actions span {
    background-color: #3f51b5;
    color: #fff;
    padding: 5px 16px;
    margin: 0 5px;
    border-radius: 6px;
}

.wpsc-filter-actions span:hover {
    color: #fff;
    text-decoration: none !important;
    background: var(--am-dark-blue);
}

.wpsc-it-reply-section-container {
    margin-bottom: 1.6rem;
}

/* ------------ Web Services ------------ */
#web-services {
    width: 14rem;
    margin: 0 auto;
}

#web-services label {
    margin-bottom: 3px;
}

#web-services #nationalCode,
#web-services #birthDate,
#web-services #cardNumber {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 6px;
    padding: 5px;
}

#web-services button {
    margin-top: 1.5rem;
    padding: 5px 2rem;
    border: none;
    border-radius: 5px;
    background: var(--am-primary);
    color: #fff;
}

.eh-container {
    margin: 5rem auto !important;
}

#loading {
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.amazon-single-product {
    width: 50%;
    border: 1px solid #eee;
    padding: 20px 15px;
    border-radius: 10px;
    border-top: 5px solid #eee;
    margin-bottom: 2rem;
}

.amazon-single-image img {
    width: 100%;
}

.term-amazon .image-block {
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.term-amazon .image-block img {
    object-fit: fill;
}

.page-template-amazon form img, .shein form img {
    width: 20px;
}

.product_cat-shein .main-content p {
    overflow: scroll;
}

.swiper-two .swiper-pagination-bullet-active {
    background: #eaeaea;
    padding: 0 10px;
    border-radius: 40px;
}

.swiper-two .mobile-swiper-pagination {
    margin-top: 0.5rem;
}

.product-image img {
    width: 100% !important;
    height: auto !important;
}

.product-image .flex-viewport {
    height: unset !important;
}