<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "../webfonts/font.css";

.iranyekan-title {
    font-family: iranyekan-title !important;
}


/* Css Reset */
.form-control {
    color: rgb(68, 68, 68);
!important;
    font-size: 12px;
}

.swal2-html-container {
    padding: 0 10px;
}

.page-item.active .page-link {
    background-color: #ffeba6;
    border-color: #d8c06f;
}

.list-group a, .list-group a:hover, .list-group a:focus, .list-group a:active, .list-group a:visited {
    text-decoration: none;
    color: #223750 !important;
}

.list-group a {
    display: block;
}

.form-control:focus {
    border-color: #e0e4e8;
    box-shadow: none;
}

.form-control::placeholder {
    color: #7c7c7c !important;
}

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

/* Css Reset */

body {
    padding: 0;
    margin: 0;
    color: rgb(85, 85, 85);
    box-sizing: border-box;
    font-family: "iranyekan" !important;
    text-align: right;
    direction: rtl;
    font-size: 0.785rem;
}

a {
    text-decoration: none;
    color: rgb(85, 85, 85);
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.pointer {
    cursor: pointer;
}

li {
    list-style-position: inside;
}

.bg-ventolink {
    background-color: #0089ff;
}

.text-ventolink {
    color: #0089ff;
}

.bg-netran-blue {
    background-color: #223750;
    color: white;
}

.bg-netran-blue a {
    color: #fff;
}

.bg-netran-yellow {
    background-color: #ffc107;
}

.text-netran-blue {
    color: #223750 !important;
}

.text-netran-yellow {
    color: #ffc107 !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

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

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

table {
    word-break: keep-all !important;
}

table tr {
    vertical-align: middle !important;
}

tbody td {
    border: 1px solid #ccc;
}

tbody tr:nth-child(odd) {
    background-color: #f6f6f6;
}

.ui-widget-header {
    background: transparent !important;
}

.select2-container {
    z-index: 99;
}

.select2-container--open {
    z-index: 9999999;
}

.tooltip-arrow::before {
    display: none !important;
}

table.dataTable tbody &gt; tr.selected, table.dataTable tbody &gt; tr &gt; .selected {
    background-color: #cce1ff !important;
}

table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a {
    color: rgb(85, 85, 85) !important;
}

.dataTables_wrapper td {
    color: rgb(85, 85, 85) !important;
}

.datepicker-grid-view .header {
    background-color: transparent !important;
    background-image: none !important;
    padding: 5px 0 !important;
}

@media all and (max-width: 980px) {
    body.swal2-toast-shown .swal2-container.swal2-center {
        left: 0 !important;
        right: 0 !important;
        transform: inherit !important;
    }
}


/* effect */
.ribbon {
    position: absolute;
    top: 9px;
    right: -27px;
    background-color: #dc3545;
    width: 100px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    color: #ffffff;
    text-align: center;
}

.btn-effect-reverse:hover,
.btn-effect-reverse:focus {
    animation: btn-effect-reverse 1s;
    box-shadow: 0 0 0 10px #0089ff;
}

@keyframes btn-effect-reverse {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }
}

.btn-effect:hover,
.btn-effect:focus {
    animation: btn-effect 1s;
    box-shadow: 0 0 0 10px #fff;
}

@keyframes btn-effect {
    0% {
        box-shadow: 0 0 0 0 #0089ff;
    }
}

.list-group.list-effect li {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.list-group.list-effect li:hover {
    -webkit-transform: scale(1.02, 1.02) skew(-10deg, 0deg);
    -moz-transform: scale(1.02, 1.02) skew(-10deg, 0deg);
    -o-transform: scale(1.02, 1.02) skew(-10deg, 0deg);
    -ms-transform: scale(1.02, 1.02) skew(-10deg, 0deg);
    transform: scale(1.02, 1.02) skew(-10deg, 0deg);
    background-color: rgba(255, 205, 60, 0.3);
}

.list-group.list-effect li.active {
    -webkit-transform: scale(1.02, 1.02) skew(-10deg, 0deg);
    -moz-transform: scale(1.02, 1.02) skew(-10deg, 0deg);
    -o-transform: scale(1.02, 1.02) skew(-10deg, 0deg);
    -ms-transform: scale(1.02, 1.02) skew(-10deg, 0deg);
    transform: scale(1.02, 1.02) skew(-10deg, 0deg);
    background-color: #ffcd3c;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group.list-effect li.active a {
    color: #223750;
}

.btn-netran {
    background-color: #0089ff;
    color: white;
}

.btn-netran:hover {
    color: white;
}

.btn-sm {
    font-size: 13px;
    padding: 5px 15px;
}

/* effect */


/*Vertical Steps*/
.list-group.vertical-steps {
    padding-left: 10px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    direction: ltr;
    margin-top: 5px;
}

.list-group.vertical-steps::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #F4F6F8;
    border-radius: 5px;
    background-color: white;
}

.list-group.vertical-steps::-webkit-scrollbar {
    width: 6px;
    background-color: #cececea6;
}

.list-group.vertical-steps::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F4F6F8;
}

.list-group.vertical-steps .list-group-item {
    border: none;
    box-sizing: border-box;
    border-radius: 0;
    counter-increment: step-counter;
    padding: 10px 5px;
}

.list-group.vertical-steps .list-group-item.active {
    background-color: transparent;
    color: inherit;
}

.list-group.vertical-steps .list-group-item:last-child {
    padding-bottom: 10px;
}

.list-group.vertical-steps .list-group-item::before {
    border-radius: 50%;
    background-color: #ece5dd;
    color: #555;
    content: counter(step-counter);
    display: inline-block;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}

.list-group.vertical-steps .list-group-item span,
.list-group.vertical-steps .list-group-item a {
    display: block;
    overflow: hidden;
    padding-top: 2px;
}

/*Active/ Completed States*/
.list-group.vertical-steps .list-group-item.active::before {
    background-color: #0052c2;
    color: #fff;
}

.list-group.vertical-steps .list-group-item.completed {
    border-left: 3px solid #0052c2;
}

.list-group.vertical-steps .list-group-item.completed::before {
    background-color: #0052c2;
    color: #fff;
}

.list-group.vertical-steps .list-group-item.completed:last-child {
    border-left: 3px solid transparent;
}

/*Vertical Steps*/

.rightab {
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 30px;
    box-shadow: 1px 1px 11px #ccc;
    min-height: 320px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .verticalwiz li:before {
        transform: rotate(90deg) translateY(65px);
        max-width: 60%;
    }
}

@media (max-width: 991px) {
    .verticalwiz li {
        float: left;
        width: 25%;
        height: auto;
        min-height: inherit;
        margin-bottom: 20px;
        max-width: inherit;
        text-align: center;
    }

    .verticalwiz li:before {
        transform: none;
        max-width: inherit;
        position: absolute;
    }

    .verticalwiz li .title {
        margin-top: 10px;
        text-align: center;
        display: block;
    }
}

/*End vertical Wizard*/


/* VMS */
.telegram-border {
    border-color: #0088cc !important;
}

.telegram-color {
    background: white !important;
    color: #0088cc !important;
}

.whatsapp-border {
    border-color: #25D366 !important;
}

.whatsapp-color {

    background: white !important;
    color: #25D366 !important;
}

.instagram-border {
    border-color: #7c40e4 !important;
}

.instagram-color {
    background: white !important;
    color: #7c40e4 !important;
}

.linkedin-border {
    border-color: #2867B2 !important;
}

.linkedin-color {
    background: white !important;
    color: #2867B2 !important;
}

.password-border {
    border-color: #ffb632 !important;
}

.password-color {
    background: white !important;
    color: #ffb632 !important;

}

/* VMS */


/* RJ */
/* TinyMce */
.tox-tinymce {
    max-height: 600px !important;
}

.tox-tinymce, .tox-menu, .mce-content-body, .tox-dialog__title, .tox-button, .tox-dialog__table, .tox-form, .tox-textfield, .tox-dialog__body-nav-item {
    font-family: 'iranyekan', sans-serif !important;
}

/* TinyMce */
/* Uploader */
.uppy-Root {
    font-family: 'iranyekan', sans-serif !important;
    text-align: right;
    direction: rtl;
}

.uppy-Dashboard-AddFiles-title {
    font-weight: lighter !important;
    font-size: 14px !important;
    text-align: center !important;
}

.uppy-DashboardTab-name {
    font-size: 13px;
    font-weight: normal;
    padding-right: 5px;
}

.uppy-Dashboard-files {
    text-align: right !important;
}

.uppy-Dashboard-files::-webkit-scrollbar {
    width: 5px;
    border-radius: 25px;
}

.uppy-Dashboard-files::-webkit-scrollbar-track {
    border-radius: 25px;
}

.uppy-Dashboard-files::-webkit-scrollbar-thumb {
    background-color: #e1e1e1;
    border-radius: 25px;
}

.uppy-StatusBar-content {
    width: 100% !important;
}

.uppy-Dashboard-Item-statusSize {
    direction: ltr !important;
}

.uppy-Dashboard-FileCard-info {
    height: 60% !important;
}

.uppy-Dashboard-FileCard-label {
    width: auto !important;
}

.uppy-size--md .uppy-c-textInput {
    text-align: right !important;
}

.uppy-Dashboard-FileCard-fieldset {
    text-align: right !important;
}

input[name='cover_product'] {
    margin-right: 5px !important;
}

.uppy-Dashboard-FileCard-preview {
    background-color: #FFFFFF !important;
    padding: 10px 0 !important;
}

.uppy-StatusBar-content, .uppy-StatusBar.is-waiting .uppy-StatusBar-actions, .uppy-size--md .uppy-DashboardContent-bar, .uppy-size--md .uppy-Dashboard-FileCard-actions {
    direction: ltr !important;
}

/*
.uppy-Dashboard-Item {
    float: right !important;
}
*/

.uppy-StatusBar-statusPrimary {
    cursor: default;
}

.uppy-StatusBar-actionBtn--done {
    display: none !important;
}

.uppy-Dashboard-Item-action--remove {
    opacity: .8 !important;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.uppy-Dashboard-Item-action--remove:hover {
    color: #ff6363 !important;
}

/* title-default */
.title-default {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 4px;
    cursor: default;
    margin: 20px 0;
}

.title-default::before {
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    z-index: 1;
    border-radius: 15px;
    opacity: .5;
    background: #223750;
}

.title-default span {
    font-size: 13px;
    position: relative;
    text-align: center;
    background: #ffffff;
    color: #223750;
    border: 1px solid #223750;
    border-radius: 2px;
    z-index: 2;
    line-height: 2.2;
    padding: 0 15px;
}

.fa, .fas, .far {
    vertical-align: -1px;
}

/* title-default */

/* Carousel */
.carousel-indicators {
    width: 30%;
    left: 0;
    right: 70%;
    margin: 0 0 10px 0;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-item {
    position: relative;
    width: 100%;
}

.carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 70%;
    height: 100%;
    width: 30%;
    padding: 50px 10px 10px 10px;
    /*background: rgba(0,0,0,.6);*/
    text-align: center;
}

@media screen and (max-width: 480px) {

    .important-message &gt; p {
        font-size: 1em !important;
        font-weight: lighter !important;
    }

    .important-message {
        padding: 3px 13px 3px 13px;
    }

    .carousel-caption {
        display: none;
    }

    .carousel-indicators {
        width: 100%;
        left: 0;
        right: 0;
    }
}

/* Carousel */

/* banner-card */
.banner-card {
    position: relative;
    border-radius: .25rem;
}

.banner-card img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border-radius: .25rem;
    max-height: 300px;
}

.banner-card-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 5px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

/* banner-card */

/* Scroll */
.scroll-gray::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #F4F6F8;
    border-radius: 5px;
    background-color: white;
}

.scroll-gray::-webkit-scrollbar {
    width: 6px;
    background-color: #cececea6;
}

.scroll-gray::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F4F6F8;
}

.rounded-5 {
    border-radius: .5rem
}

.cu-default {
    cursor: default !important;
}

.top-10 {
    top: 10px;
}

.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.max-w-300 {
    max-width: 300px;
}

.z-index-4 {
    z-index: 4;
}

.border-muted {
    border-color: #6c757d;
}

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

.text-hover-warning:hover {
    color: #ffc107 !important;
}

.text-hover-success:hover {
    color: #198754 !important;
}

.outline-none {
    outline: none !important;
}

.right-10 {
    right: 10px;
}

.left-10 {
    left: 10px;
}

.calc-width-20 {
    width: calc(100% - 20px);
}

.max-w-600 {
    max-width: 600px;
}

.cursor-move {
    cursor: move;
}

.dataTables_scrollBody {
    direction: ltr;
}

.text-last-center {
    text-align-last: center !important;
}

.text-green-s {
    color: #1abc9c;
}

.text-hover-green-s:hover {
    color: #1abc9c !important;
}

.pointer-event-none {
    pointer-events: none;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #F4F6F8;
    border-radius: 5px;
    background-color: white;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 6px;
    background-color: #cececea6;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F4F6F8;
}

.dataTable {
    direction: rtl;
}

.dtr-details {
    column-count: 2;
    width: 100% !important;
}

@media all and (max-width: 990px) {
    .dtr-details {
        column-count: 1;
        width: 100% !important;
    }
}

table.dataTable &gt; tbody &gt; tr.child ul.dtr-details &gt; li:first-child {
    padding-top: 7px !important;
}

.swal2-container {
    z-index: 9999999  !important;
}

.box-dark {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 3;
    cursor: pointer;
}

.btn-focus-bg.btn-check:checked + .btn, .btn-focus-bg.btn:checked {
    outline: 0;
    box-shadow: none;
}

#shipping .btn-light:hover {
    background: #c7fff5;
    border-color: #97fdec;
}

.factor-image .btn-light:hover {
    background: #c7fff5;
    border-color: #97fdec;
}

.btn-check:focus + .btn-light {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.opacity-4 {
    opacity: .4;
}

.border-gray-light {
    border-color: #EEEEEE;
}

.grayscale-100 {
    filter: grayscale(100%);
}

.grayscale-0 {
    filter: grayscale(0);
}

.list-item-parent {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.list-item-parent:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);

    box-shadow: 0 .175rem .50rem rgba(0, 0, 0, .125) !important;
}

.list-item-child {
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: translateX(35px);
    -webkit-transform: translateX(35px);
    -moz-transform: translateX(35px);
}

.list-item-parent:hover .list-item-child {
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}

/* RJ */


/* DHA */
/*.user-login-bgc {
    background-image: linear-gradient(to right top, #223750, #2b4360, #344f70, #3d5b81, #476892, #476892, #476892, #476892, #3d5b81, #344f70, #2b4360, #223750);
}*/

.table-none-border {
    border-color: inherit;
    border-style: hidden;
    border-width: 0;
}

.bg-price {
    background-color: #0089ff;
}

.input-none-border {
    /*max-width: fit-content !important;*/
    border-color: inherit;
    border-style: hidden;
    border-width: 0;
    max-width: 80px;
}

.input-none-border:focus {
    outline-width: 0;
    border-color: inherit;
    border-style: hidden;
    border-width: 0;
}

.button-anime {
    /*font-size: 12px;*/
    text-transform: uppercase;
    /*letter-spacing: 1.3px;*/
    /*font-weight: 700;*/
    color: #313133;
    background: inherit;
    /*background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);*/
    border: none;
    border-radius: 1000px;
    /*box-shadow: 12px 12px 24px rgba(79,209,197,.64);*/
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    /*padding: 5px;*/
}

.button-anime::before {
    content: '';
    /*border-radius: 1000px;*/
    /*min-width: calc(160px + 12px);*/
    /*min-height: calc(20px + 12px);*/
    /*border: 1px solid #00FFCB;*/
    box-shadow: 0 0 60px rgba(0, 255, 203, .64);
    position: absolute;
    top: 50%;
    left: 68%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}

.button-anime:hover, .button-anime:focus {
    /*color: #313133;*/
    /*background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgb(56, 152, 143) 100%);*/
    /*transform: translateY(-6px);*/
}

.button-anime:hover::before, .button-anime:focus::before {
    opacity: 1;
}

.button-anime::after {
    content: '';
    /*width: 30px; height: 30px;*/
    border-radius: 100%;
    border: 4px solid #4494d3;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 68%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

.button-anime:hover::after, .button-anime:focus::after {
    animation: none;
    display: none;
}

@keyframes ring {
    0% {
        width: 10px;
        height: 10px;
        opacity: 1;
    }
    100% {
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}

.no-outline {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    background-color: transparent;
}

.header-factor {
    text-decoration: none;
    color: #00eef6;
}

.header-factor:hover {
    color: #ffc107;
}

.input-container {
    position: relative;
}

.effect-input {
    border: 0;
    color: #6e6e6e;
    background-color: transparent;
    border-bottom: 1px solid #dcdbdb;
    outline: none;
    transition: .2s ease-in-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition-delay: 0s;
    box-sizing: border-box;
}

.effect-label {
    top: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    position: absolute;
    /*font-size: 1rem;*/
    cursor: text;
    transition: .2s ease-in-out;
    box-sizing: border-box;
}

.effect-input,
.effect-label {
    width: 100%;
    /*height: 3rem;*/
    /*font-size: 1rem;*/
}

/* Interation */
.effect-input:valid,
.effect-input:focus {
    border-bottom: 1px solid #ffffff;
}

.effect-input:valid + .effect-label,
.effect-input:focus + .effect-label {
    color: #ffdd00;
    font-size: .8rem;
    top: -30px;
    pointer-events: none;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


.login-btn {
    text-decoration: none;
    /*border: 1px solid rgb(146, 148, 248);*/
    position: relative;
    overflow: hidden;
}

.login-btn:hover {
    border: none;
    outline: none;
    /*box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);*/
}

.login-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(146, 148, 248, 0.4),
        transparent
    );
    transition: all 850ms;
}

.login-btn:hover:before {
    left: 100%;
}

.seller-card-scroll {
    height: 310px;
    overflow-y: scroll;
}

#my-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#my-scroll::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#my-scroll::-webkit-scrollbar-thumb {
    background-color: #b0b0b0;
    border-radius: 5px;
}

/* DHA */

.section {
    position: relative;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 6px;
    cursor: default;
    text-align: center;
    padding: 10px;
}

.bg-section-1 {
    background: #3699ff;
}

.bg-section-2 {
    background: #ff9c00;
}

.bg-section-3 {
    background: #6769ec;
}

.bg-section-4 {
    background: #ee002e;
}

.section * {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.bg-green-light {
    color: #fff;
    background-color: #1bc5bd;
    border-color: #1bc5bd;
}

.section .subject {
    font-size: 16px;
    color: #fff;
    margin: 5px 0;
}

.section:hover .subject {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}

.section .icon {
    font-size: 50px;
    color: #ffffff;
    margin: 5px 0;
    /* text-shadow: 0 4px 3px rgba(0, 0, 0, 0.1), 0 8px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 0, 0, 0.1);*/
}

.section:hover .icon {
    opacity: 0;
}

.section .desc {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    background: #ffffff;
    color: #4b4b4b;
    box-shadow: 0 12px 12px -12px #4b4b4b;
    opacity: 0;
    margin-top: -15px;
}

.section:hover .desc {
    opacity: 1;
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);
}

.section .button {
    padding: 5px;
    /*background: rgba(0,0,0,.2);*/
    border-radius: 0 0 2px 2px;
    color: #fff;
    width: 100%;
    font-size: 12px;
}

.section:hover .button {
    background: rgba(159, 159, 159, 0.4);
    border-radius: 4px;
}

/* SE */
.line-height-27 {
    line-height: 27px !important;
}

.style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #F4F6F8;
    border-radius: 5px;
    background-color: white;
}

.style-1::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #cececea6;
}

.style-1::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F4F6F8;
}

@media screen and (max-width: 450px) {
    .rating .fa-stack {
        font-size: 11px !important;
        width: 1em;
    }
}

/*star*/
.rating {
    direction: ltr;
}

.rating .fa-stack {
    font-size: 15px;
    width: 1em;
}

.rating .fa-stack.active .fa-star {
    color: #ffa00c !important;
}

.rating .fa {
    color: #EEEEEE;
    cursor: pointer;
}

.rating .fas {
    color: #ffc107;
    cursor: pointer;
}

.rating .far:hover {
    color: #ffc107;
}

.rating
.fas:hover {
    color: #ffa00c;
}

p, ul, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 25px;
}

.bg-blue {
    background-color: #1e96ff !important;
}

.bg-green {
    background-color: #11d456 !important;
}

.bg-orange {
    background-color: #ff9c00 !important;
}

.bg-red {
    background-color: #ee002e;
}

.bg-orange {
    background-color: #ee5300;
}

.bg-purple {
    background-color: #6769ec;
}

.bg-blue-light {
    background-color: #00bfd6 !important;
}

.bg-brown {
    background-color: #CC833A;
    min-height: 366px;
}

.bg-green-s {
    background-color: #7fa7a3;
}

.btn-green-s {
    color: #FFFFFF !important;
    background-color: #1abc9c;
    border-color: #5ae3cc;
}

.btn-green-s:hover {
    color: #d3d3d3;
    background-color: #1aa88f;
}

.btn-green-m {
    color: #FFFFFF !important;
    background-color: #009d52 !important;
    border-color: #00864b !important;
}

.btn-green-m:hover {
    background-color: #00b65c !important;
}

.border-primary {
    border-color: #2F2B9E !important;;
}

.border-blue-light {
    border-color: #00bfd6 !important;
}

.bg-primary {
    background-color: #2F2B9E !important;
}

.bg-info {
    background-color: #0A87B7 !important;
}

.text-secondary {
    color: #7C8C9C !important;
}

.text-blue-light {
    color: #00bfd6 !important;
}

.text-blue-dark {
    color: #001ffd !important;
}

.text-primary {
    color: #124074 !important;
}

.text-success {
    color: #3E923B !important;
}

.btn-transparent {
    background-color: transparent;
    border-color: white;
    width: 120px;
    border: none;
    box-shadow: none;

}

.btn-transparent:hover {
    color: rgb(73, 73, 73);
    background-color: rgba(234, 234, 234, 0.62);
    border: none;
    box-shadow: none;
}

.btn-transparent:focus {
    color: rgb(73, 73, 73);
    background-color: rgba(197, 197, 197, 0.616);
    border: none;
    box-shadow: none;
}

.btn-brown {
    color: #FFFFFF;
    background-color: #784B1D;
    border-color: #784B1D;
}

.btn-brown:hover {
    color: #FFFFFF;
    background-color: #5a3714;
    border-color: #503113;
}

.btn-white {
    color: #0a87b7;
    background-color: white;
    border-color: white
}

.btn-white:hover {
    color: white;
    font-weight: bold;
    background-color: #73d6fd;
    border-color: #3eb5e4;
}

.btn-warning {
    color: #223750;
    background-color: #FDC500;
    border-color: #FDC500;
}

.btn-warning:hover {
    color: #223750;
    background-color: #fad870;
    border-color: #b99b3e;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #223750;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-primary {
    color: #FFFFFF;
    background-color: #124074;
    border-color: #124074;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2761a2;
    border-color: #2761a2;
}

.btn-blue {
    color: #FFFFFF;
    background-color: #2D435E;
    border-color: #2D435E;
}

.btn-blue:hover {
    color: #fff;
    background-color: #2761a2;
    border-color: #2761a2;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #2761a2;
    border-color: #2761a2;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-secondary {
    color: #fff !important;
    background-color: #7C8C9C;
    border-color: #7C8C9C
}

.btn-secondary:hover {
    color: #fff;
    background-color: #6c737a;
    border-color: #6c737a;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #6c737a;
    border-color: #6c737a;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.site-header {
    background-color: #117fde;
}

@media (max-width: 980px) {
    .flex-container {
        flex-direction: column !important;
    }
}

.second-header {
    background-color: #0089ff;
}

.navbar-header {
    background-color: #f3f5f6;
    padding-top: 9px;
    padding-bottom: 10px;
    border-bottom: .2rem solid #dbe4ec;
}

.inner-menu {
    position: absolute;
    top: 38px;
    right: 0;
    width: 100%;
    background-color: white;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 300px;
}

.body-inner {
    position: absolute;
    right: 12px;
    background-color: white;
    z-index: -1;
    top: 37px;
    opacity: 0;
    transition: 0s ease-in-out;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto auto;
    min-height: 250px;
}

@media all and (max-width: 980px) {
    .body-inner {
        background-image: none !important;
        position: fixed;
        top: 0;
        padding-bottom: 100px !important;
        bottom: 0;
        right: 0;
    }
}

.opacity-0 {
    opacity: 0 !important;
}

.menu-li &gt; li &gt; a {
    border-bottom: 5px solid transparent;
    padding: 10px 0;
    transition: 0.3s ease-in-out;
    border-right: .1rem solid #dbe4ea;
}

.menu-li &gt; li &gt; a:hover {
    border-bottom: 6px solid white;
    background-color: white;
}

.menu-li &gt; li:hover &gt; div {
    z-index: 1000;
    visibility: visible;
    opacity: 1;
    transition: 0.2s ease-in-out;
    transition-delay: 0.5s;
}

.menu-li li a i {
    font-size: 11px;
    color: #aaa;
    transition: all 0.3s;
}

.menu-li &gt; li:hover a i {
    transform: rotate(-180deg);
}


/* The side navigation menu */
.sidenav {
    height: 100vh;
    width: 251px;
    position: fixed;
    z-index: 1000000;
    top: 0;
    background-color: #f5f5f5;
    overflow-x: hidden;
    padding-top: 1px;
    border-right: 1px solid #ccc;
    overflow-y: auto;
    padding-bottom: 110px;
}

/* The navigation menu links */
.sidenav a {
    padding: 5px 10px;
    text-decoration: none;
    font-size: 12px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    color: #ab0000;
}

.sidenav .closebtn:hover {
    color: red;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

.box-close {
    width: 100vw;
    height: 100vh;
    background-color: #1a1e21a3;
    opacity: 0;
    position: fixed;
    z-index: 900;
}

.menu-mobile-hamburger {
    position: absolute;
    width: 100%;
    z-index: 10000;
    top: 12%;
}

.header-second .search {
    border-radius: 5px;
    padding: 6px;
    width: 100%;
    background-color: #000e33;
}

.menu-desktop .active {
    font-weight: bold;
    border-bottom: 1px solid #FDC500;
}

.header-second .search input {
    background-color: #000e33;
    border: none;
    height: 24px;
    padding: 0 10px;
    width: 100%;
    color: white;
}

@media only screen and (max-width: 765px) {
    .header-second .search input {
        height: 21px;
    }
}

.header-second .search input:focus {
    outline: none;
}

.header-second .search ::placeholder {
    color: #7C8C9C !important;
    opacity: 1;
    /* Firefox */
    font-size: 12px !important;
}

.header-second .search button {
    background-color: #000e33;
    border: none;
    border-right: 2px solid #ffc107 !important;
    padding-right: 10px;
    cursor: pointer;
}

.header-second .search button i {
    color: #7C8C9C;
}

.header-second .login button,
.header-second .login a {
    height: 38px;
    border: none;
}

.header-second .login .user-login {
    background-color: #2D435E;
    color: white;
    font-size: 11px;
    border-radius: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 576px) {
    .header-second .login .user-login {
        padding: 7px 15px !important;
    }
}

.header-second .login .create-shop {
    font-size: 12px;
    color: #223750;
    border-radius: 5px;
    width: 144px !important;
    padding: 9px 12px !important;
    height: 38px;
    cursor: pointer;
}


.category-mobile {
    font-size: 12px;
    color: #124074;
}

.category-box-mobile {
    color: #124074;
    font-size: 12px;
}

.category-box-mobile i {
    font-size: 19px;
    margin-left: 10px;
}

.categorybox {
    height: 126px;
    /*background-color: #ffffff;*/
    padding: 29px 0;
}

/*.icon-back {*/
/*    background-image: url("/images/home/city.png");*/
/*    background-repeat: repeat-x;*/
/*    background-size: 60%;*/
/*    background-position: bottom;*/
/*}*/
.img-height {
    min-height: 142px;
    background-color: red;
}

.max-height-box-home {
    min-height: 380px;
}

.max-height-box-home-into {
    max-height: 338px;
    overflow-y: scroll;
}

.min-height-box-right {
    min-height: 358px;
}

.data-center-box {
    min-height: 162px;
}

.boxtab .nav-link {
    font-size: 11px;
    color: #7C8C9C !important;
    font-weight: bold;
}

.boxtab a.active {
    font-size: 13px;
    color: #124074 !important;
    font-weight: bold;
    border: none;

}

#map {
    position: relative;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
}

.marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}


.boxtab .tab-content .body-box .score {
    font-size: 11px;
    color: #272727;
}

.boxtab .tab-content .body-box .category button {
    margin-right: 5px;
    padding: 3px 10px;
    font-size: 11px;
}

.boxtab .tab-content .footer-box {
    padding-bottom: 4px;
}

.boxtab .tab-content .footer-box .price {
    padding: 10px 20px;
    border: 1px dashed #D9DDE3;
    border-radius: 5px;
}

.boxtab .tab-content .footer-box .price .title {
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
}

.boxtab .tab-content .footer-box .price .gheymat {
    color: #8A8A8A;
    font-size: 13px;
}

.boxtab .tab-content .footer-box .price .gheymat span {
    font-size: 15px;
    margin-left: 5px;
    font-weight: bold;
}

.boxtab .tab-content .footer-box .price .off {
    color: #EC3B3B;
    font-size: 13px;
}

.boxtab .tab-content .footer-box .price .off span {
    font-size: 15px;
    margin-left: 5px;
    font-weight: bold;
}


.product-barghi button {
    font-size: 13px;
}

.boxright {
    min-height: 346px;
}

.boxleft {
    min-height: 346px;
    background-color: #CC833A;
}

.box-left h3 {
    font-size: 18px;
}

.box-left p {
    font-size: 11px;
}

.box-left button {
    background-color: #784B1D;
    font-size: 12px;
}

.font-icon {
    min-height: 47px;
    display: inline-block;
    margin: 20px 0;
}


.footer {
    background-color: #223750;
}

.footer p {
    text-align: justify;
}

.bottom-footer {
    background-color: #eceff1;
    color: #5d5e60;
}

.setting-footer .effect-footer li {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.setting-footer .effect-footer li:hover {
    transform: translateX(-5px);
}

.setting-footer .effect-footer li:hover a {
    color: #0089ff !important;
}

.setting-footer .namad-box {
    background: #fff;
    height: 120px;
    width: 100px;
    float: left;
    border: 0.1rem solid #f0f3f6;
    padding: 10px;
    text-align: center;
    transition: all 0.3s;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.setting-footer .namad-box:hover {
    border: 0.1rem solid #bfc4c9;
    transform: translateX(-5px);
    -webkit-transform: translateY(-5px);
}

.setting-footer .info-box {
    box-shadow: 0 0.1rem 0 rgb(63 87 111 / 20%);
    border-radius: .5rem;
    background-color: #fff;
    padding: 0px 1rem;
    margin-bottom: 20px;
}

.newsletters {
    background-color: #aaa;
}

.newsletters input {
    background-color: #fff;
    min-width: 180px;
    min-height: 36px;
    color: rgb(85, 85, 85);
}

.newsletters input:focus {
    outline: none;
}

.newsletters ::placeholder {
    color: #7C8C9C;
    font-size: 12px;
    padding-right: 10px;
}

.img-article {
    max-height: 250px;
}

.border-count {
    border: 1px solid #D9DDE3;
}

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

.countdown-home .content {
    display: none;
}

.countdown-home li {
    margin-right: 5px;
    min-width: 39px;
}


/* start menu home */


/* adds some margin below the link sets  */
/* .navbar .dropdown-menu div[class*="col"] {
 margin-bottom:1rem;
} */

.navbar .dropdown-menu {
    padding: 0;
    border: none;
    background-color: #FFFFFF !important;
}

.dropdown-menu {
/ / z-index: 1003 !important;
    padding: 10px;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .navbar .nav-item {
        padding: .5rem .5rem;
        margin: 0 .25rem;
    }

    /* makes the dropdown full width  */
    .navbar .dropdown {
        position: static;
    }

    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        /*   margin: 0;*/
        /*  height of nav-item  */
        /* top:45px; */

        /*display: block;*/
        /*visibility: hidden;*/
        /*opacity: 0;*/
        transition: visibility 0s, opacity 0s linear;

    }


    /* shows the dropdown menu on hover */
    /*.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {*/
    /*display: block;*/
    /*visibility: visible;*/
    /*opacity: 1;*/
    /*transition: visibility 0s, opacity 0s linear;*/
    /*}*/
    .navbar .dropdown-menu {
        background-color: #fff;
    }

}

/*.dropdown a {
    color: #7C8C9C !important;
    font-size: 12px !important;
}*/

.menu-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    font-family: "iranyekan" !important;
}

.menu {
    width: 20%;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    margin: 0;
    background-color: #FAFBFC;
}

.menu a, .menu a:link, .menu a:visited, .menu a:focus, .menu span {
    color: #7C8C9C;
    text-decoration: none;
}

.menu a:hover {
    color: #227087;
    text-decoration: none;
}

.menu &gt; li {
    display: block;
}

.menu &gt; li &gt; a {
    padding: 20px 18px;
    display: block;

}

.menu &gt; li:hover &gt; a {
    color: #124074;
}

.menu &gt; li:hover {
    background-color: white;
}

@media screen and (max-width: 1200px) {
    .menu &gt; li &gt; .megadrop {
        min-width: 700px;
    }

    .tilte-li-dropdown h3 {
        font-size: 11px;
    }

    .tilte-li-dropdown a {
        font-size: 11px !important;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .menu &gt; li &gt; .megadrop {
        min-width: 890px;
        right: 244px !important;
    }
}

@media screen and (min-width: 1400px) {
    .menu &gt; li &gt; .megadrop {
        min-width: 1060px;
        right: 244px !important;
    }
}

/* Megadrop width dropdown */
.menu &gt; li &gt; .megadrop {
    padding: 5px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    top: 0px;
    right: 205px;
    /* max-width:1079px; */
    text-align: right;
    z-index: 99;
    overflow: hidden;
    /* border-top: 2px solid #227087;
    border-right: 2px solid #227087;
    border-bottom: 2px solid #227087; */
}

.title-mega img {
    max-height: 15px;
}

.menu &gt; li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.menu ul li:hover:after {
    color: #227087;
}

.menu .col {
    width: 14.1%;
    float: right;
    color: white;
    margin: 0 0 0 2.2%;
}

.menu .col ul {
    padding: 0;
    margin: 0;
}

.menu .col ul li {
    list-style: none;
    font-size: 11px;

}

.menu .col h3 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
    color: white;
}

.menu .col ul li a {
    display: block;
    padding: 0 0 15px 0;
    color: #227087;
}

.menu .col ul li a:hover {
    color: #111;
    text-decoration: underline;
}

.menu &gt; li &gt; ul li ul, .menu li &gt; ul li, .menu &gt; li &gt; .megadrop, .menu &gt; li &gt; ul, .menu &gt; li {
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
}

/* end menu home */


/* css for page category */


.accordion-button:not(.collapsed) {
    color: rgb(85, 85, 85);
    background-color: white;
}

.accordion-button:not(.collapsed)::after {
    content: "\f077";
    background-image: unset;
    text-align: center;
    color: #a1a3a8;
    font-size: smaller;
}

.accordion-button::after {
    background-image: unset;
    text-align: center;
    content: "\f078";
    font: normal normal normal 17px/1 FontAwesome;
    color: #a1a3a8;
    transform: rotate(180deg);
    font-size: smaller;
}

.accordion-button {
    border: none;
}

.accordion-button .collapsed {
    position: relative;
}

.accordion-body {
    border: none !important;
}


.content-category .active {
    color: #272727
}

.content-category .box-category .box {
    min-height: 247px;
}

@media only screen and (max-width: 765px) {
    .content-category .box-category .box {
        min-height: 185px;
    }
}

.border-price {
    border: 1px dashed #3E923B;
}

/*.special-data-center{*/
/*    min-height: 250px;*/
/*}*/
.box-blue-hide {
    background-color: rgba(32, 8, 121, 0.342);
}

#text {
    display: none;
}

.btn-container {
    margin: auto;
    height: 44px;
    width: 166.23px;

}

a:active {
    color: #ffd323;
}

.accordion-body &gt; ul &gt; li &gt; a {
    margin-right: 20px;
    display: block;
}

/*.accordion-body {*/
/*    padding: 1rem 0;*/
/*}*/

.accordion-body &gt; ul &gt; li {
    border-bottom: 1px solid #eeee;
}

.accordion-body &gt; ul &gt; li:last-child {
    border-bottom: none;
}

.accordion-item {
    border-bottom: 1px solid #eeee;
}

.accordion-item .active {
    color: #2F2B9E !important;
}

.accordion-header {
    border-bottom: 1px solid #eeee;
}

.accordion-header:last-child {
    border: none !important;
}

.accordion-button collapsed:last-child {
    border: none !important;
}

.read-more {
    position: relative;
    color: rgb(85, 85, 85);
    text-decoration: none;
}

.read-more h1, .read-more h2, .read-more h3, .read-more h4, .read-more h5, .read-more h6 {
    margin-top: 24px;
    font-size: 16px;
}

.read-more p, .read-more ul, .read-more ol {
    margin: 10px 0 0 0;
    font-weight: lighter;
    font-size: 15px;
    line-height: 2;
}

.read-more .trigger {
    display: block;
    position: absolute;
    bottom: 0;
    color: #2980b9;
    font-weight: bold;
    right: 45%;
}

.read-more .content {
    width: 100% !important;
    position: relative;
    overflow: hidden;
    max-height: 200px;
    transition: max-height 500ms ease;
}

.read-more .content::before {
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 44.8px;
    transition: opactiy 500ms ease, visibility 500ms ease;
}

.read-more.expanded .content {
    max-height: 40000px;
}

.read-more.expanded .content::before,
.read-more.expanded .trigger {
    opacity: 0;
    visibility: hidden;
}


.read-more .content p a img {
    margin-top: 32px;
}


.text-justify {
    text-align: justify;
}


.btn-margin {
    margin-top: 0;
}

.body-category img {
    max-height: 150px;
}

.category-readmore {
    height: 194px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
    /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(217,217,217,1) 94%, rgba(159,159,159,1) 100%);*/

}

.category-readmore button {
}


/*start single product*/
.slide-single-p {
    min-height: 163px;
    width: 100%;
}

.breadcrumb active {
    color: rgb(68, 68, 68);;
}

.icone-single-p img {
    max-height: 22px;
}

.border-dashed {
    border: 1px dashed rgb(68, 68, 68);;
}

.max-height-373 {
    max-height: 373px;
}

.max-height-255 {
    max-height: 255px;
}

.max-height-237 {
    max-height: 237px;
}

/*.overflow-scroll-y{
    overflow-y: auto;
    overflow-x: hidden;
}

.carousel-vertical-singel{
    max-height: 337px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media screen and (max-width:768px) {
    .carousel-vertical-singel{
        max-width: 700px;
        overflow-x: scroll;
    }
}*/

@media screen and (max-width: 768px) {
    .style-1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px #F4F6F8;
        border-radius: 5px;
        background-color: white;

    }

    .style-1::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #cececea6;

    }

    .style-1::-webkit-scrollbar-thumb {
        border-radius: 8px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #F4F6F8;
    }
}

.table-title li a {
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    color: #7C8C9C;
    font-size: 12px;
}

.table-title a.active {
    color: #26ABE0 !important;
}

@media screen and (max-width: 450px) {
    .font-mobile {
        font-size: 10px;
    }

    .table-title li a {
        padding: 0;
        padding: 0 5px;
    }
}

@media screen and (max-width: 370px) {
    .question {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .border-saller {
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;

    }
}

@media screen and (max-width: 1200px) {
    .border-saller {
        padding: 10px 0;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;

    }

    .border-saller .font-12 {
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 670px) {
    .font-saller-button {
        font-size: 12px !important;
    }
}


.border-none-category {

}

@media screen and (max-width: 760px) {
    .border-none-category {
        border: none;
    }
}


.drop-login .dropdown-toggle::before {
    display: none;
}

.drop-login i {
    font-size: 14px;
    color: white;
}

.drop-login a.dropdown-toggle {
    color: rgb(85, 85, 85) !important;
    text-decoration: none;
    /*border: 1px solid white;*/
    padding: 5px;
    border-radius: 5px;
    height: 38px;
}


.comment-single-page .progress {
    height: 7px !important;
}

.comment-single-page .progress-bar {
    height: 7px !important;
    background-color: #2D435E;
}

.boxtab .nav-tabs .nav-link.active {
    border: 1px solid #eee;
    border-bottom: none !important;
}

.boxtab .nav-tabs .nav-link {
    border-bottom: none !important;
}


/* start menu hamburger */
.side-panel-content {
    width: 250px;
    position: fixed;
    z-index: 5055555555;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: -300px;
    background-color: #ffffff;
    overflow-x: hidden;
    padding-top: 10px;
}

.side-panel-content hr {
    margin: 15px;
}

.side-panel-content a {
    padding: 4px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* end menu hamburger */


.like-comment {
    border: 1px solid red !important;
    background-color: #fff8f9;
}

.color-comment {
    width: 18px;
    height: 18px;
    border-radius: 50%;

}

.li-marker ul li::before {
    content: "\2022";
    color: #00bfd6;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 15px;

}

.li-marker2 ul li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 15px;

}

.box-question {
    min-height: 250px;
}

.fa-question {
    font-size: 50px !important;
}

/* RK */

.max-height-216 {
    max-height: 216px;
}

.min-height-123 {
    min-height: 123px;
}

.opacity-7 {
    opacity: .7;
}

.max-height-20 {
    max-height: 20px;
}

.max-height-36 {
    max-height: 36px;
}

.side-panel {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.side-panel-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(68, 68, 68);;
    transition: 0.5s;
    opacity: 0;
}

.side-panel-backdrop.show {
    opacity: 0.5;
}

.width-50 {
    width: 50px;
}

.heigh-50 {
    height: 50px !important;
    width: auto;
}


.datepicker-plot-area {
    font: inherit !important;
}

.datepicker-container .header {
    background-color: inherit !important;
}

.overflow-scroll-x {
    overflow-y: hidden;
    overflow-x: auto;
}

/* RK */


/* ZK */
.about-pic {
    height: 300px;
    position: absolute;
    padding-left: inherit !important;
    padding-right: inherit !important;
}

.about {
    top: 150px;
    margin-bottom: 150px;
}

/* ZK */

@media screen and (max-width: 1200px) {
    .datacenter-home-banner h2 {
        font-size: 14px;
    }

}

.content-box img {
    width: 100% !important;
}

.shop-btn {

}

@media screen and (max-width: 450px) {
    .shop-btn {
        font-size: 10px !important;
    }
}

.bg-light-s {
    background-color: #ffffff1f;
}

@media screen and (max-width: 760px) {
    .border-category {
        border: none !important;
    }
}

.font-9 {
    font-size: 9px !important;
}

.font-7 {
    font-size: 7px !important;
}

.transparent-blue {
    background-color: #000b1b4a;
    height: 200px;
}


.color-contact {
    background-color: #f4f6f8;
}

@media screen and (min-width: 1200px) {
    .width-contcat {
        width: 80%;
    }
}

@media screen and (max-width: 1200px) and (min-width: 960px) {
    .width-contcat {
        width: 90%;
    }
}

@media screen and (max-width: 960px) {
    .width-contcat {
        width: 90%;
    }
}

.img-about {
    margin-top: -90px;
    position: relative;
    z-index: 1000;
}

.line-30 {
    line-height: 30px;
}

.img-top-about {
    max-height: 350px;
}

@media (max-width: 576px) {
    .img-about {
        margin-top: 0 !important;
    }
}

/*start style cart*/
.card-top .nav-pills .nav-link.active {
    background-color: transparent !important;
    border-bottom: 2px solid red;
    border-radius: 0;
    color: red;
}

.card-top .nav-pills .nav-link.active .cart-icone {
    background-color: red !important;
}

.card-top .cart-icone {
    width: 20px;
    height: 20px;
}

/*end style cart*/
.badge-icone {
    width: 15px;
    height: 15px;
    right: -20%;
    bottom: -20%;
}

.btns-card {
    width: 100px;
    overflow: hidden;
    height: 30px;
    border-radius: 8px;
}

.miner {
    font-size: 2.5rem;
    line-height: 1.85rem;
    color: #4683bf;
}

.maxer {
    font-size: 1.3rem;
    line-height: 1.75rem;
    color: #4683bf;
}

.btn_card {
    font-size: 0.875rem;
    font-weight: normal;
}

.border-dashed-warning {
    border: 1px dashed #ffc107;
}

.border-dashed-warning-2 {
    border: 2px dashed #ffc107;
}

.font-light {
    font-size: 0.55rem;
    color: #8a8f97;
    margin-top: 10px;
}

.border-dashed-danger {
    border: 1px dashed red;
}

.line-16 {
    line-height: 16px;
}

.line-26 {
    line-height: 26px;
}


@media screen and (max-width: 1200px) {
    .testtt {
        margin-left: 0 !important;
    }
}

.count-buy {
    width: 43px;
    border: none;
    font-size: 1rem;
    color: #4683bf;
}

.address-user .nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
    /*border-radius: 10px 10px 0 0;*/
    /*background-color: rgba(91, 194, 255, 0.09) !important;*/
    /*border-bottom: 4px solid #2f90c9;*/
    border-radius: 10px 10px 0 0;
    border-bottom: 4px solid #2f90c9;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #2f90c9 !important;

}

.form-check-input {
    width: 1.35em !important;
    height: 1.35em !important;
    margin-left: 10px !important;
    margin-bottom: 0 !important;
    margin-top: 0px !important;
    background-color: #fff;
}

.address-option:checked {
    background-color: #1abc9c;
    border-color: #1abc9c;
    box-shadow: none;
}

.cursor-pointer {
    cursor: pointer;
}

.send-shipping .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

    border: 1px solid #dee2e6 !important;
    border-bottom: unset !important;
    color: rgb(68, 68, 68);;
    font-weight: bold;
}

.send-shipping a {
    background-color: #f5f5f580;
    border: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #c0c2c5 !important;
    border-radius: 0;
    border-bottom: 1px solid;
}

.border-grey-day {
    border: 1px solid #c0c2c5 !important;
    border-top: unset !important;
}

.size-icone-single {
    min-width: 80px !important;
}

@media screen and (max-width: 580px) {
    .size-icone-single {
        min-width: 40px !important;
    }
}

.max-w-70 {
    max-height: 30px !important;
    max-width: 30px !important;
}

@media screen and (max-width: 420px) {
    .font-responsive-single {
        font-size: 12px !important;
    }
}

.order-tab .nav-tabs {
    border: none !important;
}

.order-tab .nav-tabs .nav-link {
    border: none !important;
}

.w-70-profile {
    max-width: 60px;
    max-height: 60px;
}

.sidebar-panel .list-group-item {
    border: none !important;
}

.sidebar-panel .list-group-item a {
    padding: 3px 0;
}

.sidebar-panel .active {
    background-color: #0089ff !important;
}

.sidebar-panel .active a {
    color: white !important;
}

.sidebar-panel.list-group.list-effect-panel li {

}

.sidebar-panel.list-group.list-effect-panel li:not(.profile):hover {
    background-color: #0089ff;
}

.sidebar-panel.list-group.list-effect-panel li:not(.profile):hover a {
    color: white !important;
}


.sidebar-panel.list-group.list-effect-panel li:hover a {
    color: white;
}

.sidebar-panel.list-group.list-effect-panel li:not(.profile):hover a i {
    color: #ffcd3c;
}

.list-group.list-effect-panel li.active {
    background-color: #ffcd3c;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group.list-effect-panel li.active a {
    color: #223750;
}

.sidebar-panel.list-group.list-effect-panel li .box-into span {
    color: white;
}

.list-group.list-effect-panel li.active .spin {
    display: block !important;
}

.list-group.list-effect-panel li.active .box-into {
    display: none !important;
}


/*start step*/

.steps-form-3 {
    width: 1px;
    height: 52px;
    position: relative;
}

.steps-form-3 i {
    color: #59698D;
}

.steps-form-3 .steps-row-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.steps-form-3 .steps-row-3:before {
    top: -34px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #80808080 !important;
}

.steps-form-3 .steps-row-3 .steps-step-3 {
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative;
}

.steps-form-3 .steps-row-3 .steps-step-3 p {
    margin-top: 0.2rem;
}

.steps-form-3 .steps-row-3 .steps-step-3 .btn-circle-3 {
    width: 30px;
    height: 30px;
    border: 1px solid #80808080;
    background-color: white !important;
    color: #9b9b9b !important;
    border-radius: 50%;
    margin-top: -22px;
}

.step-panel {
    margin-top: 40px;
    margin-right: 30px;
}

.step-panel i {
    font-size: 15px;
}

.step-panel img {
    width: 17px !important;
    height: 17px !important;
    position: absolute;
    border-radius: 50%;
}

/* start Danger */
.accordion-category .accordion-header {
    border: none !important;
}

@media screen and (max-width: 768px) {
    .product-sales-information .border-start {
        border: none !important;
    }

    a &gt; .brand-section-body-item &gt; .brand-section-body-item_logo {
        border: none !important;
    }

    .policy {
        font-size: 10px;
        color: rgb(68, 68, 68);
        display: flex;
        flex-wrap: wrap;
    }

    .register-responsive-order-1 {
        justify-content: center;
    }

    .sm-flex {
        display: flex !important;
        width: 100% !important;
        margin: auto;
        order: 1;
        justify-content: center;
    }

    .link {
        font-size: 10px !important;
    }

    .form-header {
        font-size: 0.785rem;
    }

    .brand-section-body-item_logo img {
        width: 38px;
        height: 38px;
        object-fit: contain;
    }
}

.btn-category {
    padding: 3px 7px;
}

/* end Danger */
.text-light {
    color: #f2f2f2;
}

.my-50 {
    margin: 50px 0;
}

.text-yellow {
    color: #ffe984;
}

.max-heigh-34 {
    max-height: 34px;
}

.box-hover-icon {
    opacity: 0;
    transition: all 600ms;
}

.box-hover-icon:hover {
    opacity: 1;
}

.text-shadow {
    /*text-shadow: black 0.1em 0.1em 0.2em;*/
    text-shadow: 0 0 3px #949494, 0 0 5px #292929;;
}

.badge-number-product {
    bottom: -10px;
    left: 0;
}

.max-height-280 {
    max-height: 280px;
}

.day-border li:not(.day-border li:last-child) {
    border-bottom: 1px solid #e4e4e494 !important;
}

.s-li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 23px;
    background-color: #e0e0e2;
    bottom: 16px;
    right: -14px;

}

.s-li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #00bfd6;
    border-radius: 2px;
    right: -16px;
    top: 11px;
}

.text-blue-s {
    color: #00bfd6;
}

.ms-3p {
    margin-right: 3px;
}

.badge-f {
    background-color: rgba(0, 191, 214, .07);
    color: #00bfd6;
}

.badge-w {
    background-color: #ffb6324d;
    color: #ffb632;
}


/*start stepper*/

.stepper-horizontal {
    display: table;
    width: 100%;
    margin: 0 auto;
    bottom: -65px;
}

.stepper-horizontal .step {
    display: table-cell;
    position: relative;
    padding: 17px;
    z-index: 2;
    width: 25%;
}

.stepper-horizontal .step:last-child .step-bar-left, .stepper-horizontal .step:last-child .step-bar-right {
    display: none;
}

.stepper-horizontal .step .step-circle {
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    line-height: 1.75rem;
    font-size: 1rem;
    z-index: 2;
    /*border: 2px solid #d9e2ec;*/
    width: 40px;
    height: 40px;
    /*background-color: #d9e2ec;*/
}

.stepper-horizontal .step.done .step-circle {
    background-color: #199473;
    border: 2px solid #199473;
    color: #ffffff;
}

.stepper-horizontal .step.done .step-circle:before {
    font-family: "FontAwesome";
    font-weight: 100;
    content: "ï€Œ";
}

.stepper-horizontal .step.done .step-circle * {
    display: none;
}

.stepper-horizontal .step.done .step-title {
    color: #102a43;
}

.stepper-horizontal .step.editing .step-circle {
    /*background: #223750 !important;*/
    /*border-color:#223750;*/
    width: 40px;
    height: 40px;
}

.stepper-horizontal .step.editing .step-title {
    color: #223750;
    font-size: 12px;
    font-weight: 600;
}

.stepper-horizontal .step .step-title {
    font-size: 1rem;
    font-size: 12px;
}

.stepper-horizontal .step .step-title {
    text-align: center;
    color: #829ab1;

}

.stepper-horizontal .step .step-bar-left,
.stepper-horizontal .step .step-bar-right {
    position: absolute;
    top: calc(2rem + 2px);
    background-color: #d9e2ec;
    border: solid #d9e2ec;
    border-width: 2px 0;
}

.stepper-horizontal .step .step-bar-left {
    width: calc(100% - 39px);
    right: 50%;
    margin-right: 19px;
    z-index: -1;
}

.stepper-horizontal .step .step-bar-right {
    width: 0;
    right: 50%;
    /*margin-right: 1rem;*/
    z-index: -1;
    transition: width 500ms ease-in-out;
}

.stepper-horizontal .step.done .step-bar-right {
    background-color: #199473;
    border-color: #199473;
    z-index: 3;
    width: calc(100% - 1rem);
}


/*end stepper*/

/*start css checkout*/
.accordion-button::after {
    /*left: 0;*/
}

.button-off-checkout {
    top: 10%;
    right: 244px;
}

.w-280 {
    width: 280px;
}

input.required:-ms-input-placeholder {
    color: #FABBBB;
}

.line-height-16 {
    line-height: 16px;
}

.border-bottom-s-checkout {
    border-bottom: 1px solid #eeee
}

/*end css checkout*/
.min-height-250 {
    min-height: 210px;
}


.min-height-170 {
    min-height: 170px;
}


.height-175 {
    height: 175px;
}


.min-height-402 {
    min-height: 402px;
}

.li-first {
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 0px;
}

.min-max-photo-cart {
    min-height: 100px;
    max-height: 300px;
}

/*nasrin soltani*/
.shadow-column {
    box-shadow: -1rem 0 3rem -0.8rem rgb(0 0 0 / 10%);
    width: auto;
    padding-top: 15px;
}

.second-header .input-group-text {
    background: #f3f5f6;
    color: #374149;
    border: none;
    border-radius: .25rem 0 0 .25rem;

}

.input-group-text {
    font-size: 13px !important;
}

.second-header .input-group-text .fa.fa-search {
    font-weight: normal !important;
}

@media screen and (max-width: 600px) {
    .shadow-column {
        padding-top: 0
    }


}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .section .button {
        font-size: 11px;
    }
}

.border-grey {
    border: 1px solid #dbe4ea;
}

@media (min-width: 991px) and (max-width: 1400px) {
    .menu-li .header-icon {
        display: none
    }
}

.menu-li .body-inner a {
    color: #4e575d;
}

.text-black-70 {
    color: rgba(0, 0, 0, .7) !important;
}

.bg-primary-light {
    background-color: #0d6efd !important;
}

.user-login-bgc .icon i {
    width: 60px;
    height: 60px;
    background: #1089ff;
    font-size: 25px;
    padding-top: 15px;
}

.parallax {
    /*background: url(/images/banner/banner.jpg) no-repeat fixed center center / 100% 100%;*/
    min-height: 350px;
}

.parallax:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}

.swal2-popup {
    font-size: 0.85rem !important;
}

.swal2-styled {
    /*padding: 0.25em 1.1em !important;*/
}

.border-netran {
    border-color: #1e96ff82 !important;
}

.inline-child-datatable &gt; span.dtr-data {
    display: inline-flex;
}

.profile-img-icons {
    max-height: 50px !important;
    width: auto;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.bookmarkH2 &gt; h2 {
    font-size: 14px !important;
}

.letter-spacing-2px {
    letter-spacing: 2px !important;
}

.img-thumb {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100px;
    height: auto;
}

.swal2-title {
    font-size: 18px !important;
}

.top-ribbon {
    position: fixed !important;
    top: 0 !important;;
    width: 100% !important;
    z-index: 99999 !important;
}

.text-yellow-jigh {
    color: #ffff00;
}


.important-message &gt; p {
    font-size: 14px;
}


.bg-accepted {
    background: #00fd2830 !important;
}

.bg-rejected {
    background: #ff000026 !important;
}

.bg-waiting {
    background: #ffcb0042 !important;
}


@media only screen and (max-width: 576px) {
    .container, .archive-container {
        padding-left: 0;
        padding-right: 0;
    }
}


.hover-zoom:hover {
    transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.vitrin-delete {
    float: left;
    font-size: 18px;
    position: relative;
    top: 14px;
    left: 5px;
    line-height: 0;
    z-index: 99;
}

.product-list-item {
    height: 100%;
    width: 100% !important;
    border-radius: 7px;
    box-shadow: 0.1px 0.1px 5px rgb(0 0 0 / 10%);
    padding: 10px;
    transition: all ease 0.3s;
}

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

.position-absolute {
    position: absolute !important;
}

.list-item a:hover {
    color: rgb(85, 85, 85);
}

.product-list-item img {
    height: 160px;
    width: 160px;
    margin: auto;
    display: block;
}

.product-list-item .product-features-archive {
    padding: 0;
}

.product-list-item a, .product-list-item a:hover {
    color: rgb(85, 85, 85);
}

.price {
    text-align: left;
    padding: unset;
}
.min-height-flexer{
    height: 41px;
    overflow-y: auto;
    display: block;
    text-align: right !important;
}
.product-list-item .price del, .single-price .price del {
    letter-spacing: .5px;
    color: #acacac;
    text-decoration: line-through;
    font-size: 0.8em;
    direction: rtl;
}

figure.wp-block-table {
    font-weight: 100;
}

.bg-glass {
    background: rgba(255, 255, 255, 0.19);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.2px);
    -webkit-backdrop-filter: blur(9.2px);
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.65);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.2px);
    -webkit-backdrop-filter: blur(9.2px);
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.loader {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(33, 55, 80, 0.9);
    transition: all 0.4s;
}

.loader.active {
    opacity: 1;
    pointer-events: visible;
    transition: all 1s;
}

.svg-loader {
    position: absolute;
    width: 240px;
    height: 120px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.credit {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.credit a {
    color: #FDB515;
    font: 800 75% "Open Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

/*&lt;![CDATA[*/
#plug,
#socket {
    fill: #FDB515
}

#loop-normal {
    fill: none;
    stroke: #FDB515;
    stroke-width: 12
}

#loop-offset {
    display: none
}

/*]]&gt;*/


.change-password-panel-btn {
    border: 1px solid #0089fd;
    border-radius: 50px;
    padding: 5px 2em;
}


.change-password-panel-btn:hover {

    background: #0089fd;
    color: white;
}

.change-password-panel-btn:hover &gt; span &gt; i, .change-password-panel-btn:hover &gt; a {
    color: white !important;
}


.select-checkbox:before {
    margin-top: -10px !important;
}

td.select-checkbox {
    padding-top: 15px;
}

table.dataTable tr.selected td.select-checkbox:after {
    margin-top: -14px !important;
    margin-left: -5px !important;
    color: #0400ff !important;
    text-shadow: 1px 1px #7a818c, -1px -1px #59a2ff, 1px -1px #98adcb, -1px 1px #5099ff !important;

}


input.swal2-input[type=password] {
    text-align: center !important;
}

@media (max-width: 1198px) {
    .xzoom-thumbs &gt; a &gt; img {
        display: none;
    }

    .xzoom-thumbs &gt; a:before, .xzoom-thumbs &gt; a:after {
        content: "\A";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #b7b7b7;
        display: inline-block;
    }
}

.form-switch &gt; label {
    line-height: 1.6rem;
    margin: 0 0.25rem;
}

.d-none {
    display: none;
}

.divider {
    position: relative;
    height: 55px;
}

.divider .text {
    position: absolute;
    color: #888;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 0 40px;
    background-color: #fff;
}

.divider::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background-color: #dee2e6;
    height: 1px;
}

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

.auth-btn {
    font-weight: normal;
    border-radius: 0;
    height: 38px;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: rgb(3, 136, 202) !important;
}

.btn.btn-primary {
    background-color: rgb(2, 118, 174);
    border-color: rgb(2, 118, 174) !important;
}

.policy {
    font-size: 11px;
    color: rgb(68, 68, 68);
    display: flex;
    flex-wrap: wrap;
}

.policy1 {
    font-size: 11px;
    color: rgb(68, 68, 68);
}

.link {
    backface-visibility: hidden;
    position: relative;
    transition: color 0.15s ease;
    text-decoration: none;
    white-space: nowrap;
    color: #0072a8;
    outline: none;
    padding: 0 5px;
    font-size: 11px;
}

.link::after {
    content: '';
    transition: all 0.15s ease;
    backface-visibility: hidden;
    position: absolute;
    bottom: -0.05em;
    height: 0.15em;
    width: 0;
    background: #0388ca;
    left: 50%;
    transform: translateX(-50%);
}

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

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

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

.fa-envelope-open:before {
    font-weight: 100;
    content: "\f2b6";
    font-family: FontAwesome;
    color: #cacaca;
    font-size: 0.65rem;
    margin-right: 2px;
}

.icon-phone:before {
    font-weight: 100;
    content: "\f095";
    font-family: FontAwesome;
    color: #cacaca;
    font-size: 0.7rem;
}

.fa-phone:before {
    content: "\f095";
    font-family: FontAwesome;
    color: #cacaca;
    font-size: 1rem;
    margin-right: 2px;
    line-height: normal;
}

.icon-registr-text {
    font-size: 0.68rem;
    line-height: initial;
    color: rgb(163 163 163);
}

.google_btn {
    background-color: #4285F4 !important;
    padding: 0;
    position: relative;
    height: 38px;
}

.google_btn .label {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.google_btn .icon-container {
    background-color: #fff;
    border: 1px solid #4285F4;
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    width: 45px;
    height: 100%;
}

.google_btn .icon {
    background: url("https://accounts-cdn.yektanet.com/static/vue-src/img/google.svg") center center no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: auto;
}


.form-header {
    font-size: 0.958em;
    color: rgb(85, 85, 85);
    line-height: 3rem;
}

.brand-section-body-item_logo img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}


.brand-section-body-item {
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
}

.brand-section-body-item_logo {
    position: relative;
    background-color: #fff;
    padding: 7px;
    display: flex;
    border-radius: 50%;
    margin: 0.5rem;
}

.brand-section-body-item_intro {
    font-size: 1em;
    line-height: 2;
    text-align: center;
}

@media (min-width: 768px) {
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .border-left {
        border-left: 1px solid #dee2e6 !important;
    }

    .register-responsive-order-1 {
        display: block;
    }

}

.field-input-container {
    position: relative;
    margin-bottom: 0;
}


@media (min-width: 576px) {
    .w-sm-50 {
        width: 50% !important;
    }
}

.field-input-container &gt; input {
    border-color: #dee2e6;
    height: 37px !important;
    border-radius: 0;
}

.field-input-container &gt; input:focus {
    border-color: #d6e6ff;
    height: 37px !important;
    border-radius: 0;
}

.fanum {
    width: 70% !important;
    margin: 10px auto;
}

.flex {
    display: flex;
}

.close-icon-alert:before {
    content: "\f00d ";
    font-family: FontAwesome;
    color: #842029;
    font-size: 1rem;
    margin-right: 2px;
    line-height: normal;
}

.flex-alert {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0.75rem;
}

.w-200 {
    width: 200px !important;
}

.w-300 {
    width: 300px !important;
}

.header {
    z-index: 9;
}

.size-165em {
    font-size: 1.65em;
}

.leaflet-control-container + div {
    z-index: 777 !important;
}
.cart-style-input{
    background-color: unset !important;
    margin: 0 !important;
    text-align: center;
}
.h-scroll{
    height: 470px;
    overflow-y: auto;
    display: block;
}
</pre></body></html>