/******************************* FONTS *********************************/
@font-face {
    font-family: 'at1';
    src: url(fonts/at1.eot);
    src: url(fonts/at1.eot?#iefix) format('embedded-opentype'),
    url(fonts/at1.woff) format('woff'),
    url(fonts/at1.ttf) format('truetype'),
    url(fonts/at1.svg#at1) format('svg');
}

/******************************* ANIMATIONS *********************************/
@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

/******************************* DEFAULT STYLES *********************************/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #868e96;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --light-green: #C7D59F;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'at1', 'tahoma';
    direction: rtl;
}

img {
    border: 0 none;
}

html {
    height: 100%;
    font-size: 10px;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

body {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

h1, h2, h3, h4, h5, h6, em, strong, i, address, b {
    font-weight: normal;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {

    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
    outline: none;
}

button:focus {
    outline: none;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

input{
    text-align: right !important;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small, .small {
    font-size: 80%;
    font-weight: 400;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.clear {
    width: 0;
    height: 0;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

a, i, h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

ul, ol {
    list-style: none;
}

b.guide {
    font-family: 'tahoma' !important;
}

.i-asterisk {
    color: #ea3f4b;
    font-size: 5px;
    font-size: 0.5rem;
    font-style: normal;
    position: relative;
    top: -5px;
}

.disnone {
    display: none !important;
}

.blur {
    filter: url(../_images/blur.svg#blur);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='12');
}

.noblur {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-filter: none;
    filter: none;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}

input, textarea {
    outline: 0 none;
}

input, textarea, a, i {
    -webkit-transition: all .4s;
    transition: all .4s;
}

textarea {
    resize: none;
}

select option {
    padding: 0 10px;
    line-height: 25px;
}

input.error, textarea.error {
    border: 1px dotted #FF0000;
}

input[type=submit], input[type=checkbox], input[type=radio], label.choice {
    cursor: pointer;
    vertical-align: middle;
}

input[type=checkbox], input[type=radio] {
    margin-left: 5px;
}

input[disabled], .disabled, .disabled * {
    cursor: not-allowed !important;
    background-color: #eee !important;
}

input[name=captcha] {
    font-family: 'consola';
    font-size: 27px !important;
    font-size: 2.3rem !important;
    letter-spacing: 2px;
    color: #555;
    height: 43px;
    text-align: center !important;
}

.error_container {
    display: none;
    padding: 5px 30px;
    border: 1px solid #FFA9A9;
    margin: 0 auto 20px;
    background-color: #FFEFEF;
    color: #900;
    font-size: 11px;
    font-size: 1.1rem;
}

[class^="i-"]::before, [class*=" i-"]::before {
    vertical-align: middle;
}

.loading_ajax {
    position: relative;
}

.loading_ajax:before {
    content: "";
    z-index: 10;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .5) url(../_images/loading/loader4.png) no-repeat center center;
    background-size: auto 20px;
}

.noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.remaining_char {
    position: absolute;
    left: 15px;
    bottom: 5px;
    font-size: 1.1rem;
    letter-spacing: .5px;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.invisible-item {
    visibility: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a8cd1b;
    background-color: var(--light-green);
    background-image: -webkit-linear-gradient(45deg,
    rgba(255, 255, 255, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, .2) 50%,
    rgba(255, 255, 255, .2) 75%,
    transparent 75%,
    transparent)
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/**--Define Class for Container--**/
.border-0 {
    border: none !important;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.form-group {
    margin-bottom: 1rem;
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

/**--Define Class for Grids--**/
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.pointer_events_none {
    pointer-events: none;
}

/**--Define Class for jumbotron--**/
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

/**--Define Class for display--**/
d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.d-print-block {
    display: none !important;
}

@media print {
    .d-print-block {
        display: block !important;
    }
}

.d-print-inline {
    display: none !important;
}

@media print {
    .d-print-inline {
        display: inline !important;
    }
}

.d-print-inline-block {
    display: none !important;
}

@media print {
    .d-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
}

@media print {
    .d-print-w100 {
        width: 100% !important;
    }
}

/**--Define Class for Float--**/
.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

/**--Define Class for Position--**/
.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

/**--Define Class for Width and Height--**/
.w-25 {
    width: 25% !important;
}

.w-30 {
    max-width: 30% !important;
    flex: 0 0 30%;
}

.w-50 {
    width: 50% !important;
}

.w-65 {
    width: 65% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

/**--Define Class for Margin and Padding--**/
.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

/**--Define Class for Typography--**/
.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-muted {
    color: #868e96 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

/**************************** error_style *******************************/
input.form-control.error_style1.error {
    border: dashed 1px #b72b3c;
}

textarea.form-control.error_style1.error {
    border: dashed 1px #b72b3c;
}

.form_style1 label.error_style1 {
    /* display: none !important; */
    position: absolute;
    left: 40px;
    top: 35%;
    z-index: 10;
    color: red;
}

.panel_part1 .form_style1 label.error_style1 {
    display: block !important;
}

.form_style5 label.error_style1 {
    /* display: none !important; */
    position: absolute;
    left: 25px;
    z-index: 15;
    top: 40%;
    color: #ff0000;
    font-size: 9px;
}

.form_style6 label.error_style1 {
    display: none !important;
}

.form_style2 label.error_style1 {
    position: absolute;
    top: 50%;
    left: 8px;
    z-index: 5;
    background: #fbe1e1;
    display: block;
    padding: 7px 8px;
    border-radius: 2px;
    color: red;
    font-size: 0.9rem;
    transform: translateY(-50%);
}

/*.form_style2 .form-group label.error_style1 {
    display: none !important;
}*/

.form_style3 .form-group label.error_style1 {
    display: none !important;
}

.form_style4 .form-group label.error_style1 {
    display: none !important;
}

.form_style4 .form-group label.error_style1 {
    display: none !important;
}

.form_style4 .form-group .select-style2 label.error_style1 {
    display: block !important;
}

.form_style4 label.error_style1 {
    position: absolute;
    top: 9px;
    left: 8px;
    z-index: 5;
    background: #fbe1e1;
    display: block;
    padding: 7px 8px;
    border-radius: 2px;
    color: red;
    font-size: 0.9rem;
}

/**************************** PAGINATION STYLE *******************************/
/**--Define Class for Pagination--**/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:focus, .page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:not([disabled]):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

/*#1*/
.pagination_style1 {
    background: #f5f5f5;
}

.pagination_style1 .pagination .page-item {
    margin: 0 3px;
}

.pagination_style1 .pagination .page-link {
    padding: 6px 13px;
    font-size: 1.1rem;
    width: 34px;
    color: #697758;
    border: 1px solid #e7eadc;
}

.pagination_style1 .pagination .page-link.next, .pagination_style1 .pagination .page-link.prev {
    font-size: 1.5rem !important;
    padding: 4px 13px;
}

.pagination_style1 .pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #884e55;
    border-color: #884e55;
}

/**************************** TABLE STYLE *******************************/
/**--Define Class for Table--**/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
    background-color: #cfd2d6;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #cfd2d6;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.99px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.99px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.99px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.99px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
    border: 0;
}

/*#1*/
/**************************** MODAL_STYLE *******************************/
/**--Define Class for Modal--**/
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.close:not([disabled]):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

/*#1*/
/**************************** BREADCRUMB STYLE *******************************/
/**--Define Class for BreadCrumb--**/
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #868e96;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #868e96;
}

/*#1*/
/**************************** NAVIGATION STYLE *******************************/

/**--Define Class for navigation--**/
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #868e96;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:not([disabled]):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
/*#1*/
/**************************** TOOLTIP_STYLE *******************************/
/**--Define Class for Tooltip--**/
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    top: 28px;
    left: 0 !important;
    right: 0;
    margin: 0 auto;

}

.tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid;
}

.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 5px 0;
}

.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #697544;
}

.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 5px;
}

.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
}

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #baf19a;
}

.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 5px 0;
}

.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #697544;
}

.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 5px;
}

.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #baf19a;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 8px;
    color: #fff;
    text-align: center;
    background: #697544;
    border-radius: 0.25rem;
    position: relative;
    top: 0;
}

/*#1*/
/**************************** Btn STYLE *******************************/
/**--Define Class for Button--**/
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
}

.btn_style1 {
    border-bottom: solid 1px #f1f1f1;
}

.btn_style1 .btn {
    padding: 10px 0;
    background: #528268;
    color: #fff;
    cursor: pointer;
}

/*2*/
.btn_style2 .btn {
    font-size: 1.2rem;
    background: #afc17c;
    color: #5b6738;
}

.btn_style2 .btn:after, .btn_style2 .btn:before {
    position: absolute;
    content: '';
    height: 2px;
    background: #884e55;
    border-radius: 4px;
    width: 28px;
}

.btn_style2 .btn:after {
    right: -12px;
    bottom: 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn_style2 .btn:before {
    right: -6px;
    bottom: 10px;
    z-index: 1;
    transition: all 0.3s ease;
}

.btn_style2 .btn:hover:before {
    right: -12px;
    transition: all 0.3s ease;
}

.btn_style2 .btn:hover:after {
    right: -6px;
    transition: all 0.3s ease;

}

.form_style5 .btn_style2 .btn {
    border-radius: 50px;
}

.form_style5 .btn_style2 .btn {
    font-size: 1.2rem;
    background: #a6d39f;
    color: #5c8655;
}

/*3*/
.btn_style3 {
    padding: 6px 0;
    background: #884e55;
    color: #fff;
    border-radius: 4px;
}

/**************************** title_style *******************************/
/*#1*/
.title_style1 {
    font-size: 1.3rem;
    color: #697547;
}

.title_style1 .title {
    text-shadow: 0 0 10px #c7d59f;
}

.title_style1 .title:before, .title_style1 .title:after {
    position: absolute;
    content: ':.:';
}

.title_style1 .title:before {
    right: 0;
}

.title_style1 .title:after {
    left: 0;
}

.title_style1 .description {
    color: #7b7b7b;
    font-size: 1.2rem;
    line-height: 25px;
}

/*#2*/
.title_style2 {
    font-size: 1.5rem;
    color: #777;
}

.title_style2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #0f305c12;
    top: 9px;
    z-index: 0;
}

.title_style2 span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 57px;
    background: #f5f5f5;
}

.title_style2 span:after, .title_style2 span:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}

.title_style2 span:after {
    background: url(../_images/icon/icon-1.png);
    right: 11px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.title_style2 span:before {
    background: url(../_images/icon/icon-2.png);
    left: 11px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.title_style2 h5 {
    font-size: 1.1rem;
}

.title-page .title_style2 span {
    background: transparent;
}

.title-page .title_style2:before {
    display: none;
}

/*#3*/
.title_style3 {
    background: #f5f5f5;
    padding: 16px 9px;
    font-size: 1.4rem;
    text-align: center;
    color: #777;
}

.title_style3:after {
    position: absolute;
    content: '';
    background: url(../_images/bg/home-appliances.png) no-repeat center center / contain;
    width: 274px;
    height: 151px;
    left: 14px;
    top: -78px;
}

/*#4*/
.title_style4 {
    font-size: 1.2rem;
}

.title_style4 .title {
    padding: 8px 7px;
    z-index: 7;
    background: #f4f7ed;
    color: #532f24;
}

.title_style4:after {
    position: absolute;
    content: '';
    background: url(../_images/icon/icon-3.svg) no-repeat center / contain;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 358px;
    height: 43px;
    top: 50%;
    transform: translateY(-50%);
}

/*#5*/
.title_style5 {
    background: #d8d8d8;
    padding: 16px 0;
    font-size: 1.2rem;
    color: #737373;
    box-shadow: inset 0 0 13px -3px #44444424;
}

/**************************** navigation *******************************/
/*#1*/
.header_style1 .nav_style1 {
    background-color: #C7D59F;
    background-color: var(--light-green);
    color: #697544;
    font-size: 1.2rem;
}

.header_style1 .nav_style1 .nav .nav-item {
    position: relative;
    text-align: right;
    padding-right: 20px;
}

.header_style1 .nav_style1 .nav .nav-item .icon {
    position: absolute;
    right: 0;
    top: 33%;
    transform: translateY(-50%);
    font-size: 1.2rem;
}

/*#2*/
.header_style1 .nav_style2 {
    background-color: #fff;
    box-shadow: 0 2px 8px -4px #a7a4a4;

}

.header_style1 .nav_style2 .left-side .list .item {
    position: relative;

}

.header_style1 .nav_style2 .left-side .list .item .link {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header_style1 .nav_style2 .left-side .list .item .link .icon {
    font-size: 1.6rem;
    color: #697547;
    opacity: 0.7;
}

.header_style1 .nav_style2 .left-side .list .item .link:hover .icon {
    opacity: 1;
}

.header_style1 .nav_style2 .logo {
    width: 216px;
    max-width: 216px;
}

.header_style1 .nav_style2 .left-side .list .item.after-login .link .icon {
    color: #9e2634 !important;
    border: solid 1px #820000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 23px;
    padding-right: 1px;
}

.header_style1 .nav_style2 .left-side .list .item.after-login .sub-content .title .profile-pic span {
    position: relative;
    width: 55px;
    height: 55px;
    background: #F5f5f5 no-repeat center / cover;
    border: solid 3px #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    border-radius: 5px;
}

.header_style1 .nav_style2 .left-side .list .item.after-login .sub-content .title .profile-name {
    display: inline-block;
    padding-right: 76px;
    font-size: 1.1rem;
}

.header_style1 .nav_style2 .left-side .list .item.after-login .sub-content .title .profile-name:before {
    position: absolute;
    content: 'پروفایل کاربری : ';
    right: 0;
    top: 0;
}

.header_style1 .nav_style2 .left-side .list .item.after-login .sub-content .links {
}

.header_style1 .nav_style2 .left-side .list .item.after-login .sub-content .links .item .link-profile {
    background: #f5f5f5;
    display: block;
    padding: 15px 23px;
    text-align: right;
    font-size: 1.1rem;
    color: #697547;
}

.header_style1 .nav_style2 .left-side .list .item.after-login .sub-content .links .item .link-profile:hover {
    background: #dfdfdf;
}

.header_style1 .nav_style2 .left-side .list .item.after-login .sub-content .links .item .link-profile:before {
    position: absolute;
    content: '%';
    font-family: 'Jalilvand';
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #884e55;
}

.header_style1 .nav_style2 .left-side .list .item.after-login .sub-content .links .item.exit .link-profile {
    background: #528268;
    color: #fff;
    text-align: center;
    padding: 14px 0;
    cursor: pointer;
}

.header_style1 .nav_style2 .left-side .list .item.after-login .sub-content .links .item.exit .link-profile:before {
    display: none
}

/*#3*/
.header_style1 .nav_style3 {
    background: transparent;
    padding-top: 20px;
    font-size: 1.15rem;
    color: #697547;
}

.header_style1 .nav_style3 .inner {
    position: relative;
    box-shadow: 0 2px 8px -4px #a7a4a4;
    border-radius: 4px;
    background: #fff url(../_images/bg/nav-pic-2.jpg) no-repeat 13% bottom / contain;
}

.header_style1 .nav_style3 .inner .right-side .nav .nav-item {
    flex: 0.1 1 auto;
    padding: 5px 0;
}

.header_style1 .nav_style3 .inner .right-side .nav .nav-item .link-home {
    width: 35px;
    height: 35px;
    display: block;
    margin: 0 auto;
}

.header_style1 .nav_style3 .inner .right-side .nav .nav-item .link {
    color: #697547;
}

.header_style1 .nav_style3 .inner .right-side .nav .nav-item .link:hover {
    color: #884e55;
}

.header_style1 .nav_style3 .inner .right-side .nav .nav-item .link-home .icon {
    font-size: 2rem;
    background: #c7d59f;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 27px;
    margin: 0 auto;
    border-radius: 5px;
}

/**************************** search_style1 *******************************/
/*#1*/
.search_style1 .nice-select {
    border-radius: 50px !important;
}

.search_style1 .nice-select .list {
    overflow-y: auto;
    max-height: 205px;
    right: 0;
}

.search_style1 .nice-select .option {
    text-align: center;
    font-size: 1.2rem;
}

.search_style1 .nice-select {
    font-size: 1.2rem !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    left: -31px;
    z-index: 1;
    height: 45px !important;
}

.search_style1 .nice-select:after {
    left: 12px !important;
    right: unset;
}

.search_style1 .nice-select.open:after {
    border-bottom: 2px solid #a8cd1b;
    border-right: 2px solid #a8cd1b;
    border-bottom: 2px solid var(--light-green);
    border-right: 2px solid var(--light-green);
}

.search_style1 .input-box input {
    padding: 15px 50px 14px 50px;
    border: solid 1px #e8e8e8;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 1.2rem;
}

.search_style1 .input-box input::placeholder {
    font-size: 1.1rem;
}

.search_style1 .input-box input:focus::placeholder {
    color: #444;
}

.search_style1 .btn-search {
    border-radius: 50px;
    background-color: #C7D59F;
    background-color: var(--light-green);
    cursor: pointer;
    color: #697544;
    font-size: 1.2rem;
    padding: 12px 0;
    position: relative;
    right: -39px;
    transition: all 0.3s ease;
}

.search_style1 .btn-search:hover {
    background-color: #afc17c;
    transition: all 0.3s ease;
}

/**************************** form_style1 *******************************/
/*#1*/
.form_style1 {

}

.form_style1 .form-group {
    position: relative;
}

.form_style1 .form-group .form-control {
    border-radius: 50px;
    border: dashed 1px transparent;
    padding: 12px 43px 12px 9px !important;
    box-shadow: inset 0 0 15px 0 #969f7f5c;
}

.form_style1 .form-group .icon {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    right: 5px;
    line-height: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: #969f7f6b;
    font-size: 1.45rem;
    border-radius: 50%;
    color: #969f7f;
    z-index: 2;
}

.form_style1 .form-group:after {
    position: absolute;
    content: 'f';
    font-family: 'Jalilvand';
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: #969f7f61;
    z-index: 2;
}

.form_style1 .link {
    font-size: 1.1rem;
}

.form_style1 .text {
    color: #98a082;
}

/*#2*/
.form_style2 {
    background: #f5f5f5;
}

.form_style2 .select-box .nice-select {
    float: none !important;
    text-align: center !important;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.form_style2 .select-box .nice-select .list {
    right: 0 !important;
    max-height: 200px;
    overflow-y: auto;
}

.form_style2 .select-box .nice-select .list .option {
    text-align: center !important;
    text-transform: uppercase;
}

.form_style2 .select-box .nice-select:after {
    left: 12px !important;
    right: unset;
}

.form_style2 .select-box .nice-select.open:after {
    border-bottom: 2px solid #a8cd1b;
    border-right: 2px solid #a8cd1b;
    border-bottom: 2px solid var(--light-green);
    border-right: 2px solid var(--light-green);
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #c7d59f !important;
}

.form_style2 .form-group .form-control {
    padding: 13px 8px;
    border: solid 1px #e6e6e6;
    border-radius: 4px;
    text-align: right;
    font-size: 1.2rem;
}

.form_style2 .form-group .form-control {
    caret-color: #afc17c;
}

.form_style2 .form-group .form-control:focus {
    background: #fff
}

.form_style2 .form-group .form-control::placeholder {
    font-size: 1.1rem;
}

/*#3*/
.form_style3 .form-group {
    position: relative
}

.form_style3 .form-group:after {
    position: absolute;
    content: '';
    width: 16px;
    left: 5px;
    top: -2px;
    bottom: -2px;
    background: #afc17c5c;
}

.form_style3 .form-group:before {
    position: absolute;
    content: '';
    right: -2px;
    left: -2px;
    top: 7px;
    background: #afc17c5c;
    bottom: 7px;
}

.form-group .right-line {
    right: 0;
    top: 0;
    width: 2px;
    height: 0;
    background: #884e55;
    transition: height 0.5s ease;
    z-index: 2;
}

.form-group .form-control {
    padding: 15px 9px 15px 14px !important;
    background: #f1f1f1;
    z-index: 1;
    position: relative;
    border: dashed 1px transparent;
}

.form-group .form-control:focus + .right-line {
    height: 100%;
    transition: height 0.5s ease;
}

/*#4*/
.form_style4 {
    margin-top: 25px;
}

.form_style4:after {
    position: absolute;
    content: '';
    background: url(../_images/bg/repairman.svg) no-repeat center center / contain;
    width: 140px;
    height: 250px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.form_style4 .form-group .form-control {
    background: #f5f5f5;
    padding: 14px 9px;
    font-size: 1.1rem;
    border: dashed 1px transparent;
}

.form_style4 .form-group textarea.form-control {
    text-align: justify;
    font-size: 1.2rem;
    color: #555;
    padding: 14px 9px 14px 126px !important;
}

.form_style4 .form-group .form-control#datepicker {
    cursor: pointer;
}

.ui-widget-content {
    background: #d6dcc5 !important;
    border-radius: 4px !important;
    font-size: 1.2rem !important;

}

.ui-datepicker .ui-datepicker-title {
    margin: 0 !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 46% !important;
    border: none !important;
    margin: 0 2px !important;
    background: #9fa788;
    color: #fff;
}

.form_style4 .form-group {
    position: relative;
    margin: 0 0 33px 0;
}

.form_style4 .btn_style2.reset .btn {
    background: #ff796b;
    color: #6f2119;
}

.form_style4 .form-group .right-line {
    right: 16px;
}

/*#5*/
.form_style5 .form-row {
    margin: 13px 0;
}

.form_style5 .form-row .form-group {
    margin: 0 5px;
    position: relative;
}

.form_style5 .form-row .form-group .icon {
    z-index: 2;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #777;
}

.form_style5 .form-row .form-control {
    border-radius: 50px;
    padding: 15px 41px 15px 14px !important;
    background: #fff;
    box-shadow: 0 0 39px -5px #4444441f;
    font-size: 1.3rem;
    text-align: right;
}

.form_style5 .form-row .form-control::placeholder {
    color: #929292;
    font-size: 1.2rem;
}

.form_style5 .form-row .form-group .form-control:focus + .icon {
    color: #a6d39f;
}

.form_style5 .form-row .form-group .form-control:focus::placeholder {
    color: #444
}

/**************************** label_style *******************************/
/*#1*/
.label_style1 {
    background: #f5f5f5;
    margin: 0;
    padding: 16px 9px;
    text-align: right;
    color: #777;
    font-size: 1.1rem;
}

.label_style1 label {
    cursor: pointer;
    margin: 0;
}

/**************************** checkbox_box *******************************/
/*#1*/
.checkbox_style1 {
    padding: 0 5px;
}

.checkbox_style1 .text1 {
    padding-right: 19px;
    font-size: 1.2rem;
    display: block;
    cursor: pointer;
    color: #a1a1a1;
}

.checkbox_style1 input[type="checkbox"] {
    opacity: 0;
}

.checkbox_style1 .checkbox {
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: solid 1px #969f7f;
    border-radius: 50%;
    top: 0;
    right: 0;
}

.checkbox_style1 .checkbox .tick {
    position: absolute;
    text-align: center;
    top: 3px;
    right: 0;
    left: 0;
    line-height: 1;
    font-size: 0.71rem;
    color: #969f7f;
    transition: all .1s ease;
    transform: scale(0);
    opacity: 0;

}

.checkbox_style1 input[type='checkbox']:checked ~ .checkbox .tick {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/*#2*/
.check_style2 {
    position: relative;
    line-height: 0;
    cursor: pointer;
    margin: 9px 2px 0 2px;
}

.check_style2 input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}

.check_style2 .holder_check {
    border: 1px solid #c7c7c7;
    display: inline-block;
    height: 23px;
    width: 23px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    position: relative;
    border-radius: 50%;
    outline: 2px solid transparent;
}

.check_style2 .holder_check:before {
    content: 'Q';
    font-family: 'Jalilvand';
    z-index: 1;
    position: relative;
    color: #06f9ac;
    opacity: 0;
    transition: all 0.15s ease-out;
    font-size: 0.8rem;
    line-height: 20px;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
}

.check_style2 input:checked + .holder_check:before {
    opacity: 1;
}

.check_style2 .holder_check > i {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 2px;
    border-radius: 50%;
}

/**************************** radio_style *******************************/
/*#1*/
.radio_style1 {
    position: relative;
    display: block;
    cursor: pointer;
}

.radio_style1 .icon:after {
    position: absolute;
    content: '+';
    right: 0;
    top: 1px;
    color: #444;
    font-size: 1.2rem;
}

.radio_style1 .icon.opened:after {
    content: '-';
}

.radio_style1 span {
    padding-right: 8px;
}

.radio_style1 input {
    opacity: 0;
    width: 13px;
    height: 13px;
    position: relative;
    z-index: 1;
    margin-left: 2px;
}

.radio_style1 .radio-btn {
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    border: solid 1px #884e55;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
}

.radio_style1 input[type='radio']:checked ~ .radio-btn .tick {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.radio_style1 input[type='checkbox']:checked ~ .radio-btn .tick {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.radio_style1 .radio-btn .tick {
    position: absolute;
    top: -4px;
    right: -10px;
    font-size: 0.8rem;
    color: #884e55;
    transition: all .1s ease;
    transform: scale(0);
    opacity: 0;
    z-index: 1;
}

.radio_style1 .radio-btn .tick:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 5px;
    background: #ececec;
    right: 9px;
    top: 3px;
    z-index: -1;
}

/**************************** sub_content_inner_style1 *******************************/
/*#1*/
.sub-content {
    position: absolute;
    width: 300px;
    left: 0;
    top: 100%;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 15px -1px #aaaaaa87;
    border-top: solid 2px #697544;
    display: none;
    z-index: 2;
}

.sub-content.show {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.sub-content:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 1px;
    border-bottom: solid 7px #697544;
    border-top: solid 7px transparent;
    border-right: solid 7px transparent;
    border-left: solid 7px transparent;

}

.shopping-cart .sub-content:before {
    left: 18px;
}

.sub-content:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 29px;
    border: dashed 1px #697544;
    bottom: 100%;
    left: 7px;
    z-index: 0;
    opacity: 0.2;
}

.sub-content .title {
    border-bottom: solid 1px #f1f1f1;
    text-align: center;
}

.sub-content-inner .list2 .item2 {
    position: relative;
    border-bottom: solid 1px #f1f1f1;
}

.sub-content-inner .list2 .item2:last-child {
    border: none;
}

.sub-content-inner .list2 .item2 .link2 {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 32px;
    position: relative;
}

.sub-content-inner .list2 .item2 .link2:hover .content .title-2 {
    color: #2CC990;
}

.sub-content-inner .list2 .item2 .link2 .picture {
    width: 60px;
    height: 60px;
    max-width: 60px;
    background: #fff no-repeat center / contain;
    border: solid 7px #fff;
    border-radius: 3px;
    margin: 0 0 0 10px;
}

.sub-content-inner .list2 .item2 .link2 .content {
    font-size: 1.1rem;
}

.sub-content-inner .list2 .item2 .link2 .content .title-2 {
    max-height: 26px !important;
    height: 26px;
}

.sub-content-inner .list2 .have-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 279px;
}

.sub-content-inner .list2 .item2 .count{
    position: absolute;
    right: 11px;
    top: 8px;
    width: 15px;
    height: 15px;
    background: #c75664;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 15px;
    font-size: 1.1rem;
    padding-left: 1px;
}
/**************************** delete_style1 *******************************/
/*#1*/
.delete_style1 {
    position: absolute;
    top: 50%;
    left: 6px;
    font-size: 1.5rem;
    cursor: pointer;
    color: #929292;
    transform: translateY(-50%);
}

.delete_style1:hover {
    color: #FC575E;
}

/**************************** no-item_style *******************************/
/*#1*/
.no-item_style1 .icon {
    font-size: 4rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #969f7f;
}

.no-item_style1 .text {
    font-size: 1.2rem;
    color: #98a082;
    text-align: center;
}

/**************************** shopping-cart *******************************/
.shopping-cart .link {
    cursor: pointer;
}

.shopping-cart .link .icon {
    font-size: 2rem;
    background: #c7d59f;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 27px;
    margin: 0;
    border-radius: 5px;
}

.shopping-cart .sub-content {
    left: 1px;
    margin-top: 10px;
}

.shopping-cart .sub-content:after {
    display: none;
}

.shopping-cart .badge {
    top: -6px;
    left: 5px;
    background: #884E55;
    width: 15px;
    height: 15px;
    color: #fff;
    border-radius: 50%;
    line-height: 14px;
    font-size: 0.9rem;
}

/**************************** price *******************************/
.price .text2:before, .price .price_text:before {
    position: absolute;
    content: 'تومان';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    font-size: 1.2rem;
}

.price .text2 {
    padding-left: 32px;
}

.price .price_text {
    position: relative;
    color: #666;
    font-size: 1.7rem;
}

.price .org_price {
    opacity: .7;

}

.price .price_text {
    padding-left: 34px;
}

.price .org_price:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #ff5851;
    transform-origin: right top;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

/**************************** weight *******************************/
.weight .weight_text {
    position: relative;
    color: #969696;
    font-size: 1.2rem;
}



/**************************** category_style *******************************/
/*#1*/
.category_style1 {
    border-radius: 0 0 4px 4px;
    position: relative;
}

.category_style1:before {
    position: absolute;
    content: '';
    left: -40px;
    right: -40px;
    border-radius: 50%;
    height: 7px;
    z-index: 0;
    background: #00000017;
    bottom: -5px;
    filter: blur(4px);
}

.category_style1 .title {
    background-color: #884e55;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px 4px 0 0;
    font-size: 1.2rem;
}

.category_style1 .list {
    position: relative;
    z-index: 1;
    min-height: 265px;
    background: #fff;
    box-shadow: 0 2px 8px -4px #a7a4a4;
    max-height: 267px;
    overflow: hidden;
    overflow-y: auto;
}

.category_style1 .list .item1 {
    margin: 0;
    font-size: 1.2rem;
    border-bottom: solid 1px #f3f3f3;
    color: #697547;
    position: relative;
    padding: 4px 0 5px;
}

.category_style1 .list .item1.active {
    background-color: #ecefe6;
}

.category_style1 .list .item1:last-child {
    border: none
}

.category_style1 .list .item1:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border: solid 7px transparent;
    border-left-color: #fff;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.category_style1 .list .item1.active:before {
    opacity: 1;
}

.category_style1 .list .item1:after {
    position: absolute;
    content: 'p';
    font-family: 'Jalilvand';
    left: 8px;
    top: 50%;
    font-size: 0.9rem;
    transform: translateY(-50%);
    color: #d5d8cc;
}

.category_style1 .list .item1:hover .link1:after {
    width: 14px;
    transition: all 0.3s ease;
}

.category_style1 .list .item1:hover .link1:before {
    width: 0;
    transition: all 0.3s ease;
}

.category_style1 .list .link1 {
    display: block;
    padding: 15px 50px 15px 11px;
    position: relative;
}

.category_style1 .list .link1:before, .category_style1 .link1:after {
    position: absolute;
    content: '';
    right: 0;
    height: 1px;
    background-color: #ccc;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.category_style1 .list .link1:before {
    width: 14px;
}

.category_style1 .list .link1:after {
    width: 0;
    top: 58%;
}

.category_style1 .list .link1 .icon {
    position: absolute;
    font-size: 2.4rem;
    right: 20px;
    top: 6px;
    margin: 0;
}

.category_style1 .pic-part {
    left: 0;
    bottom: 0;
}

.category_style1 .sub {
    background: #fff url(../_images/bg/sub-bg.jpg) no-repeat left bottom / contain;
    right: 105%;
    top: 0;
    bottom: 0;
    width: 329%;
    z-index: 1;
    border-radius: 4px;
    padding: 9px 0 11px 0;
    box-shadow: 0 2px 8px -4px #a7a4a4;
    display: none;
    overflow: hidden;
    overflow-y: auto;
}

.category_style1 .sub:before {
    content: '';
    position: absolute;
    left: 100%;
    width: 15px;
    height: 100%;
    top: 0;
}

.category_style1 .sub .item1 {
    display: none;
}

.category_style1 .sub .list1 {
    height: 100%;
}

.category_style1 .sub .list1 .step1 {
    height: 100%;
    margin: 0;
}

.category_style1 .sub .list1 .step1 .list2 {
    margin: 0 0 8px 0;
}

.category_style1 .sub .list1 .step1 .list2 .item2 {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.category_style1 .sub .item1 .list2 .item2 .sub-title {
    position: relative;
    font-size: 1.3rem;
    display: block;
    text-align: center;
    padding: 12px 0 14px;
    margin: 0 10px;
    border-radius: 5px;
    color: #884e55;
    background: #f7f7f7;
}

.category_style1 .sub .item1 .list2 .item2 .list3 {
    background: #fff;
    overflow-y: auto;
    max-height: 225px;
    margin-left: 13px;
    margin-top: 10px;
}

.category_style1 .sub .item1 .list2 .item2 .list3 .item3 {
    font-size: 1.2rem;
    border-bottom: dashed 1px #efefef;
    color: #697547;
    padding: 2px 0 4px;
    margin: 0 6px;
}

.category_style1 .sub .item1 .list2 .item2 .list3 .item3:last-child {
    border: none
}

.category_style1 .sub .item1 .list2 .item2 .list3 .item3 .link3 {
    display: block;
    padding: 15px;
    position: relative;
}

.category_style1 .sub .item1 .list2 .item2 .list3 .item3 .link3:hover {
    background: #ecefe6;
}

.category_style1 .sub .item1 .list2 .item2 .list3 .item3 .link3:before {
    position: absolute;
    content: '*';
    right: 0;
    top: 56%;
    transform: translateY(-50%);
}

/**************************** slide_style1 *******************************/
/*#1*/
.slide_style1 * {
    direction: ltr !important;
    outline: none;
}

.slide_style1 {
    max-height: 310px;
}

.slide_style1:after {
    position: absolute;
    content: '';
    left: 0;
    width: 343px;
    border-radius: 50%;
    height: 7px;
    z-index: 0;
    background: #00000017;
    bottom: -5px;
    filter: blur(4px);
}

.slide_style1 .item2 {
    border-radius: 4px;
    position: relative;
}

.slide_style1 .item2:after, .slide_style1 .item2:before {
    position: absolute;
    content: '';
    height: 2px;
    background: #c7d59f;
    border-radius: 4px;
    width: 28px;
}

.slide_style1 .item2:after {

    right: -16px;
    bottom: 16px;
    background: #c7d59f;
    border-radius: 4px;
}

.slide_style1 .item2:before {
    right: -8px;
    bottom: 10px;
    z-index: 1;
}

.slide_style1 .item2:last-child:after, .slide_style1 .item2:last-child:before {
    display: none;
}

.slide_style1 .pic-slide {
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 8px -4px #a7a4a4;
}

.slide_style1 .pic-slide:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    border: solid 155px transparent;
    border-right-color: #fff;
    border-bottom-color: #fff;
    opacity: 0.1;
}

.slide_style1 .pic-slide span {
    position: relative;
    width: 250px;
    height: 250px;
    max-width: 250px;
    background: #fff no-repeat center / contain;
    border-radius: 3px;
    margin: 0 auto;
    border: solid 25px #fff;
}

.slide_style1 .content * {
    direction: rtl !important;
}

.slide_style1 .content .title {
    position: relative;
    font-size: 1.3rem;
    border-bottom: solid 1px #dedede;
    text-transform: capitalize;
}

.slide_style1 .content .title:before {
    position: absolute;
    content: ':.:';
    right: 0;
}

.slide_style1 .content .item {
    position: relative;
    padding-right: 10px;
    font-size: 1.1rem;
    color: #884e55;
    margin-bottom: 19.3px;
}

.slide_style1 .content .item:before {
    position: absolute;
    content: '*';
    right: 0;
    top: 77%;
    transform: translateY(-50%);
}

.slide_style1 .content .more-detail {
    left: 0;
    right: 0;
    bottom: 3px;
}

.slide_style1 .content .more-detail:before {
    position: absolute;
    content: '';
    left: 92px;
    right: 92px;
    border-radius: 50%;
    height: 7px;
    z-index: 0;
    background: #00000033;
    bottom: 0px;
    filter: blur(5px);
}

.slide_style1 .content .more-detail .link {
    position: relative;
    font-size: 1.2rem;
    padding: 13px 43px;
    color: #444;
    display: block;
    text-align: center;
    width: 202px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}

.slide_style1 .content .more-detail .link:hover {
    color: #884e55;
}

.slide_style1 .content .more-detail .link:after, .slide_style1 .content .more-detail .link:before {
    position: absolute;
    content: '';
    height: 2px;
    background: #c7d59f;
    border-radius: 4px;
    width: 28px;
    transition: all 0.3s ease;
}

.slide_style1 .content .more-detail .link:after {
    right: -16px;
    bottom: 16px;
    border-radius: 4px;
}

.slide_style1 .content .more-detail .link:before {
    right: -8px;
    bottom: 10px;
    z-index: 1;
}

.slide_style1 .content .more-detail .link:hover:before {
    right: -12px;
    transition: all 0.3s ease;
}

.slide_style1 .content .more-detail .link:hover:after {
    right: -6px;
    transition: all 0.3s ease;

}

.slide_style1 .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 7px;
}

.slide_style1 .slick-dots li {
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
}

.slide_style1 .slick-dots li.slick-active button {
    background: #229601;
}

.slide_style1 .slick-dots li button {
    background: #deeab9;
    width: 8px;
    font-size: 0;
    padding: 4px 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

/*#2*/
/*#2*/
.slide_style2 * {
    direction: ltr;
    outline: none;
}

.slide_style2 {
    margin-top: 50px;
}

.slide_style2 .item {
    position: relative;
    background: #fff;
    margin:7px;
    padding: 7px;
    box-shadow: 0 2px 8px -4px #a7a4a4;
    transition: all 0.3s ease;
}

.slide_style2 .item:hover {
    transition: all 0.3s ease;
    box-shadow: 0 2px 19px -5px #a7a4a4;
}

.slide_style2 .item .picture {
    position: relative
}

.slide_style2 .item .picture .link:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: 0.07;
    border-radius: 4px;
}

.slide_style2 .item:hover .picture .link:after {
    background: #884e55;
    opacity: 0.2;
}

.slide_style2 .item .picture .link {
    width: 238px;
    height: 162px;
    max-height: 162px;
    background: #fff no-repeat center / contain;
    border-radius: 3px;
    margin: 0 auto;
    border: solid 25px #fff;
}

.slide_style2 .item .description .title {
    direction: rtl !important;
    max-height: 15px;
    color: #8c8c8c;
    text-align: center;
}

.slide_style2 .item .description .price {
    text-align: left;
    padding-left: 9px;
}

.slide_style2 .item .description .price_text {
    font-size: 1.4rem;
    color: #ff395a;
    padding-left: 32px;
}

.slide_style2 .item .description .price_text:before {
    font-size: 1.2rem;
}

.slide_style2 .item .more-detail {
    overflow: hidden;
}

.slide_style2 .item .view-link {
    background: #afc17c;
    color: #738050;
    padding: 13px 12px;
    border-radius: 4px;
    position: absolute;
    top: 0;
}

.slide_style2 .item .more-detail .hover-box {
    position: absolute;
    bottom: 23px;
    height: 38px;
    width: 54%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding-top: 5px;
    transition: all 0.3s ease;
}

.slide_style2 .item .view-link {
    background: #ebf1da;
    color: #738050;
    padding: 13px 11px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
}

.slide_style2 .item .more-detail .hover-box .item1 {
    width: 33%;
    text-align: center;
}

.slide_style2 .item .more-detail .hover-box .item1 .link {
    display: block;
    padding: 6px;
    position: relative;
    width: 37px;
    height: 28px;
}

.slide_style2 .item .more-detail .hover-box .item1 .link .icon {
    margin: 0;
    line-height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    height: 28px;
    top: 55%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    background: #fff;
    transition: none;
    border: solid 1px #e8e5e5;
    border-radius: 4px;
    color: #a9a9a9;
}

.slide_style2 .next, .slide_style2 .prev {
    position: absolute;
    z-index: 10;
    top: -101px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: #afc17c;
    text-align: center;
    line-height: 31px;
    color: #fff;
    border: solid 1px #e2e0e0;
    border-radius: 4px;
    font-size: 1.3rem;
    transition: background 0.3s ease;
}

.slide_style2 .next {
    right: 0;
}

.slide_style2 .prev {
    left: 0;
}

.slide_style2 .next:hover, .slide_style2 .prev:hover {
    color: #fff;
    background: #884e55;
    transition: background 0.3s ease;
}

/*#3*/
.slide_style3 * {
    direction: ltr;
    outline: none;
}

.slide_style3 .item {
    position: relative;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 10px;
    margin: 0 5px;
}

.slide_style3 .item .picture {
    position: relative;
    width: 177px;
    height: 128px;
    max-height: 128px;
    max-width: 177px;
    background: #fff no-repeat center / contain;
    border-radius: 3px;
    margin: 0 auto;
    border: solid 30px #fff;
    box-shadow: 0 0 13px -2px #44444426;
}

.slide_style3 .item .picture:after {
    height: 175%;
    position: absolute;
    content: '';
    left: -25px;
    top: -25px;
    background: #884e55;
    opacity: 0.07;
    width: 142%;
}

.slide_style3 .item .title {
    bottom: -1px;
    background: #f7dfe3;
    color: #884e55;
    border-radius: 2px;
    padding: 8px 16px;
    font-size: 1.1rem;
    min-width: 147px;
    display: inline-block;
    margin-top: -26px;
    text-transform: uppercase;
    box-shadow: 0 0 5px 0 #44444421;
}

.slide_style3 .item .title span {
    padding: 0 12px;
}

.slide_style3 .item .title span:before, .slide_style3 .item .title span:after {
    position: absolute;
    content: ':.:';
}

.slide_style3 .item .title span:before {
    left: 0;
}

.slide_style3 .item .title span:after {
    right: 0;
}

.slide_style3 .next, .slide_style3 .prev {
    position: absolute;
    z-index: 10;
    top: -82px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: #afc17c;
    text-align: center;
    line-height: 31px;
    color: #fff;
    border: solid 1px #e2e0e0;
    border-radius: 4px;
    font-size: 1.3rem;
    transition: background 0.3s ease;
}

.slide_style3 .next {
    right: 0;
}

.slide_style3 .prev {
    left: -285px;
}

.slide_style3 .next:hover, .slide_style3 .prev:hover {
    color: #fff;
    background: #884e55;
    transition: background 0.3s ease;
}

/*4*/
.slide_style4 * {
    direction: ltr;
    outline: none;
}

.slide_style4 .next, .slide_style4 .prev {
    position: absolute;
    z-index: 10;
    top: -48px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: #afc17c;
    text-align: center;
    line-height: 31px;
    color: #fff;
    border: solid 1px #e2e0e0;
    border-radius: 4px;
    font-size: 1.3rem;
    transition: background 0.3s ease;
}

.slide_style4 .next {
    right: 0;
}

.slide_style4 .prev {
    left: 0;
}

.slide_style4 .next:hover, .slide_style4 .prev:hover {
    color: #fff;
    background: #884e55;
    transition: background 0.3s ease;
}

.slide_style4 .item {
    width: 100%;
}

.slide_style4 .item .pic-slide span {
    width: 350px;
    height: 244px;
    max-height: 244px;
    background: no-repeat center / cover;
    border-radius: 3px;
    margin: 0 auto;
    border: solid 16px #fff;
    box-shadow: inset 0 0 22px 2px #00000070;
}

.slide_style4 .item .content .title {
    z-index: 2;
    left: 0;
    margin: 10px auto 4px auto;
    background: #c7d59f;
    color: #707b51;
    font-size: 1.1rem;
    padding: 15px 0;
    width: 94%;
    border-radius: 2px;
}

/**************************** offer_style *******************************/
/*#1*/
.offer_style1 {
    position: absolute;
    width: 70px;
    height: 70px;
    background: transparent;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -36px;
}

.offer_style1 .text1 {
    background: #884e55;
    padding: 5px 0;
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0 0 1px #000;
    border-radius: 7px;
    position: absolute;
    width: 80px;
    z-index: 1;
    left: -4px;
    top: -6px;
}

.offer_style1 .text2 {
    background: #bf5c5c;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    left: 0;
    top: -12px;
    color: #fff;
    padding-top: 42px;
    font-size: 1rem;
    box-shadow: 0 0px 14px 0px #00000052;
}

.offer_style1:after, .offer_style1:before {
    position: absolute;
    content: '';
    background-image: url(../_files/shape/shape-1.png);
    background-size: contain;
    width: 0;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center bottom;
    right: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.2s;
    -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.2s;
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.2s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.2s;
}

.slide_style1 .slick-active .offer_style1:before {
    width: 9px;
}

.offer_style1:after {
    bottom: 7px;
    transform: rotate(133deg);
    width: 0;
}

.slide_style1 .slick-active .offer_style1:after {
    width: 5px;
}

.offer_style1:before {
    top: -27px;
    transform: rotate(35deg);
}

.offer_style1 .text1:after, .offer_style1 .text1:before {
    position: absolute;
    content: '';
    background-image: url(../_files/shape/shape-1.png);
    background-size: contain;
    width: 9px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s;
    -moz-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s;
    -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s;
}

.offer_style1 .text1:after {
    left: -4px;
    bottom: -41px;
    transform: rotate(-124deg);
    width: 0;
}

.slide_style1 .slick-active .offer_style1 .text1:after {
    width: 7px;
}

.offer_style1 .text1:before {
    left: 0;
    top: -25px;
    transform: rotate(-22deg);
    width: 0;
}

.slide_style1 .slick-active .offer_style1 .text1:before {
    width: 4px;
}

.offer_style1 .text2:after, .offer_style1 .text2:before {
    position: absolute;
    content: '';
    background-image: url(../_files/shape/shape-2.png);
    background-size: contain;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.offer_style1 .text2:after {
    left: 13px;
    right: 0;
    top: -15px;
}

.offer_style1 .text2:before {
    left: 0;
    right: 11px;
    bottom: -10px;
}

/*#2*/
.offer_style2 {
    position: absolute;
    background: #bf5c5c;
    top: 0;
    color: #fff;
    right: 0;
    padding: 5px;
    font-size: 0.9rem;
    direction: rtl !important;
    border-radius: 0 4px 0 0;
}

/**************************** Rate STYLE *******************************/
.rate_style1 input {
    display: none;
}

.rate_style1 .star:before {
    font-size: 1.15rem;
    display: inline-block;
    content: "r";
    font-family: 'Jalilvand';
}

.rate_style1 .star:first-child:before {
    margin: 0;
}

.rate_style1 .star {
    color: #999;
    float: right;
    cursor: pointer;
    padding-left: 2px;
    margin: 0 1px;
}

.rate_style1 input:checked ~ .star, /* show gold star when clicked */
.rate_style1:not(:checked) .star:hover, /* hover current star */
.rate_style1:not(:checked) .star:hover ~ .star {
    color: #ffbc0a;
}

.rate_style1 input:checked ~ .star:before, /* show gold star when clicked */
.rate_style1:not(:checked) .star:hover:before, /* hover current star */
.rate_style1:not(:checked) .star:hover ~ .star:before {
    content: "r";
}

/* hover previous stars in list */

.rate_style1 input:checked + .star:hover, /* hover current star when changing rating */
.rate_style1 input:checked ~ .star:hover,
.rate_style1 .star:hover ~ input:checked ~ .star, /* lighten current selection */
.rate_style1 input:checked ~ .star:hover ~ .star {
    color: #ff7e00;
}

/**************************** box_style *******************************/
/*#1*/
.box_style1 {
    padding: 31px 17px 0 17px;
}

.box_style1 .item {
    position: relative;
    overflow: hidden;
}

.box_style1 .item .hover-box {
    position: absolute;
    bottom: -40px;
    height: 38px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding-top: 5px;
    transition: all 0.3s ease;
}

.box_style1 .item:hover .hover-box {
    bottom: 15px;
    transition: all 0.3s ease;
}

.box_style1 .item .hover-box .item1 {
    width: 21%;
    text-align: center;

}

.box_style1 .item .hover-box .item1:hover .link .icon {
    background: #C7D59F;
    color: #697544;
    transition: none;
}

.box_style1 .item .hover-box .item1 .link {
    display: block;
    padding: 6px;
    position: relative;
    width: 37px;
    height: 28px;
}

.box_style1 .item .hover-box .item1 .link .icon {
    margin: 0;
    line-height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    height: 28px;
    top: 55%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    background: #e8e5e5;
    transition: none;
}

.box_style1 .item .picture {
    width: 150px;
    height: 162px;
    max-height: 162px;
    max-width: 250px;
    background: #fff no-repeat center / contain;
    border-radius: 3px;
    margin: 0 auto;
    border: solid 25px #fff;
}

.box_style1 .item .picture:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.04;
    border-radius: 4px;
}

.box_style1 .item:hover .picture:after {
    background: #884e55;
    opacity: 0.2;
}

.box_style1 .item .description {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.box_style1 .item .description .title {
    font-size: 1.1rem;
    max-height: 15px;
}

.box_style1 .item .description .price .price_text {
    color: #ff395a;
    font-size: 1.4rem;
    padding-left: 32px;
}

.box_style1 .no-item_style1 {
    margin: auto;
}

.box_style1 .no-item_style1 .text {
    font-size: 1.7rem;
}

/*#2*/
.box_style2 {
    padding: 0 17px;
}

.box_style2 .item {
    position: relative;
    background: #fff;
}

.box_style2 .item .wrapper {
    margin: 9px 7px;
    padding: 7px;
    box-shadow: 0 0 6px -2px #a7a4a4;
    transition: all 0.3s ease;
}

.box_style2 .item .wrapper:hover {
    transition: all 0.3s ease;
    box-shadow: 0 2px 19px -5px #a7a4a4;
}

.box_style2 .item .picture {
    position: relative
}

.box_style2 .item .picture .link:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: 0.07;
    border-radius: 4px;
}

.box_style2 .item:hover .picture .link:after {
    background: #884e55;
    opacity: 0.2;
}

.box_style2 .item .picture .link {
    width: 201px;
    height: 162px;
    max-height: 162px;
    background: #fff no-repeat center / contain;
    border-radius: 3px;
    margin: 0 auto;
    border: solid 25px #fff;
}

.box_style2 .item .description .title {
    direction: rtl !important;
    max-height: 15px;
    color: #8c8c8c;
    text-align: center;
}

.box_style2 .item .description .price {
    text-align: left;
    padding-left: 9px;
}

.box_style2 .item .description .price_text {
    font-size: 1.4rem;
    color: #ff395a;
    padding-left: 32px;
}

.box_style2 .item .description .price_text:before {
    font-size: 1.2rem;
}

.box_style2 .item .more-detail {
    height: 42px;
}

.box_style2 .item .view-link {
    background: #afc17c;
    color: #738050;
    padding: 13px 12px;
    border-radius: 4px;
    position: absolute;
    top: 0;
}

.box_style2 .item .more-detail .hover-box {
    position: relative;
    left: -45px;
    top: -30px;
    width: 57%;
    margin: 0 auto;
    padding-top: 5px;
    transition: all 0.3s ease;
}

.box_style2 .item .view-link {
    background: #ebf1da;
    color: #738050;
    padding: 8px 11px;
    border-radius: 4px;
    position: relative;
    top: 4px;
    right: 0;
    border: solid 1px #e8e5e5;
}

.box_style2 .item .more-detail .hover-box .item1 {
    width: 24%;
    text-align: center;
    margin: 0 1px;
}

.box_style2 .item .more-detail .hover-box .item1 .link {
    display: block;
    padding: 6px;
    position: relative;
    width: 28px;
    height: 28px;
}

.box_style2 .item .more-detail .hover-box .item1 .link .icon {
    margin: 0;
    line-height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    height: 28px;
    top: 55%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    background: #fff;
    transition: none;
    border: solid 1px #e8e5e5;
    border-radius: 4px;
    color: #a9a9a9;
}

.box_style2 .next, .box_style2 .prev {
    position: absolute;
    z-index: 10;
    top: -101px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: #afc17c;
    text-align: center;
    line-height: 31px;
    color: #fff;
    border: solid 1px #e2e0e0;
    border-radius: 4px;
    font-size: 1.3rem;
    transition: background 0.3s ease;
}

.box_style2 .next {
    right: 0;
}

.box_style2 .prev {
    left: 0;
}

.box_style2 .next:hover, .box_style2 .prev:hover {
    color: #fff;
    background: #884e55;
    transition: background 0.3s ease;
}

/**************************** go-to-top *******************************/
/*#1*/
.go-to-top {
    width: 35px;
    height: 35px;
    background: #a09e9e;
    left: 33px;
    bottom: 40px;
    cursor: pointer;
}

.go-to-top:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #828080;
    left: 100%;
    bottom: 0;
    z-index: 0;
}

.go-to-top:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #b3b1b1;
    right: -21px;
    bottom: 11px;
    z-index: 0;
}

.go-to-top .shape {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #828080;
    right: -31px;
    bottom: 11px;
}

.go-to-top .shape:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: -69px;
    background: #a09e9e;
    bottom: -5px;
    box-shadow: inset 0 0px 7px -2px #444;
}

.go-to-top .shape:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: -60px;
    background: #828080;
    bottom: -15px;
}

.go-to-top .icon {
    color: #cce096;
    font-size: 1.8rem;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
}

/**************************** loading_style *******************************/
/*#1*/
.loading_style1 {
    position: absolute;
    right: 0;
    left: 0;
    top: -10px;
    bottom: -10px;
    background-color: #fff;
    opacity: 0.5;
    z-index: 10;
}

/**************************** breadcrumb_style *******************************/
/*#1*/
.breadcrumb_style1 .breadcrumb {
    background: transparent;
    padding: 3px 9px;
}

/**************************** filter_style1 *******************************/
/*#1*/
.filter_style1 {
    background: #fff;
    border-radius: 2px;
    position: relative;
    z-index: 0;
}

.filter_style1 .widget-wrapper .widget {
    background: #f5f5f5;
    padding: 17px 18px;
    margin: 15px 0;
}

.filter_style1 .widget-wrapper .widget .widget-title {
    background: #ececec;
    padding: 12px 5px;
    border-radius: 4px;
    font-size: 1.2rem;
    text-align: center;
    color: #884e55;
    margin-bottom: 20px;
}

.filter_style1 .widget-wrapper .widget .widget-title:after, .filter_style1 .widget-wrapper .widget .widget-title:before {
    position: absolute;
    content: '';
    height: 2px;
    background: #884e55;
    border-radius: 4px;
    width: 17px;
}

.filter_style1 .widget-wrapper .widget .widget-title:after {
    right: -12px;
    bottom: 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.filter_style1 .widget-wrapper .widget .widget-title:before {
    right: -6px;
    bottom: 10px;
    z-index: 1;
    transition: all 0.3s ease;
}

.irs-from, .irs-to, .irs-single {
    font-size: 0.95rem !important;
    padding: 4px 5px !important;
    background: #bf5c5c !important;
}

.irs-from, .irs-to, .irs-single {
    top: -6px !important;
}

.irs-from:after, .irs-to:after, .irs-single:after {
    border-top-color: #bf5c5c !important;
}

.irs-slider {
    width: 13px !important;
    height: 14px !important;
    top: 20px !important;
    background: #c7d59f !important;
    border-radius: 4px !important;
    cursor: e-resize !important;
}

.irs-slider:after {
    position: absolute;
    content: '';
    width: 13px;
    height: 14px;
    background: transparent;
    border: solid 2px #bf5c5c;
    border-radius: 1px;
}

.irs-slider:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 4px;
    background: #c7d59f;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.irs-bar {
    background: #c7d59f !important;
    border-radius: 4px !important;
}

.filter_style1 .widget-content .list-category {
    padding: 0 0 3px 0;
    border-right: solid 2px #ececec;
    margin-right: 8px;
}

.filter_style1 .widget-content .list-category .step1 {
    padding: 17px 17px 0 0;
}

.filter_style1 .widget-content .list-category .step1 .item {
    position: relative;
    margin: 4px 0;
    padding: 8px 5px 8px 0;
    color: #757d5f;
    border-bottom: solid 1px #884e5512;
}

.filter_style1 .widget-content .list-category .step1 .item .shape {
    position: absolute;
    width: 17px;
    height: 1px;
    left: 100%;
    background: #ececec;
    top: 12px;
}

.filter_style1 .widget-content .list-category .step1 .item label {
    cursor: pointer;
    display: block;
    margin: 0;
}

.filter_style1 .widget-content .list-category .step1 .item .step2 {
    position: relative;
    margin: 12px 6px 0 0;
    padding: 0 0 0 0;
    background: #ececec;
    overflow-y: auto;
    max-height: 211px;
    display: none;
}

.filter_style1 .widget-content .list-category .step1 .item .step2:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #c7d59f;
}

.filter_style1 .widget-content .list-category .step1 .item .step2 .item2 {
    margin: 8px 0;
    padding: 6px 0;
    border-bottom: solid 1px #884e5512;
}

.filter_style1 .widget-content .list-category .step1 .item .step2 .item2 .title {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    background: #884e55;
    color: #fff;
    padding: 7px 0;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 3px;
}

/**************************** toolbar_style1 *******************************/
/*#1*/
.toolbar_style1 {
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 1.1rem;
    color: #777;
}

.toolbar_style1 .result {
    padding-right: 5px;
}

.toolbar_style1 .result .mark {
    background-color: transparent;
    color: #ff2842;
}

/**************************** select_style *******************************/
/*#1*/
.select-style1 {
    width: 185px;
}

.select-style1 .nice-select {
    font-size: 1rem;
    height: 33px !important;
    line-height: 30px !important;
    text-align: center !important;
}

.select-style1 .nice-select .list {
    width: 100%;
}

.select-style1 .nice-select .option {
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
}

/*#2*/
.select-style2 .nice-select {
    text-align: center !important;
    border: none;
    background: #f5f5f5;
    font-size: 1.2rem;
    color: #777;
    border-radius: 4px;
}

.select-style2 .nice-select .list {
    width: 100%
}

.select-style2 .nice-select .list .option {
    text-align: center
}

/**************************** content_style *******************************/
/*#1*/
.content_style1 {
    position: relative;
}

.content_style1 p {
    text-align: justify;
    font-size: 1.2rem;
    line-height: 32px;
    color: #555;
    background: #FFF;
    padding: 14px 73px 0 73px;
    z-index: 2;
    position: relative;
    text-transform: capitalize;
}

.content_style1 p:last-child {
    padding-bottom: 28px;
}

.content_style1 ul li {
    position: relative;
    font-size: 1.2rem;
    margin: 15px 0;
    padding-right: 25px;
    color: #884e55;
}

.content_style1 ul li:before {
    position: absolute;
    content: 'l';
    font-family: 'Jalilvand';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    color: #884e556b;
}

.content_style1 a {
    font-weight: bold;
}

.content_style1 h3 {
    padding: 12px 9px;
    font-size: 1.1rem;
    text-align: center;
    text-transform: capitalize;
}

.about_us_part2 .content_style1 p {
    text-align: justify;
    font-size: 1.2rem;
    line-height: 32px;
    color: #555;
    background: #FFF;
    padding: 14px 35px 0 73px;
    z-index: 2;
    position: relative;
}

.exchange_part1 .content_style1 p {
    padding-right: 0;
    padding-left: 0;
}

.exchange_part1 .content_style1 p:first-child {
    color: #884e55;
}

.purchase_g_style1 .purchase_g_part2 .content_style1 p, .services_g_style1 .services_g_part2 .content_style1 p {
    position: relative;
    padding: 0;
    background: transparent;
}

.purchase_g_style1 .purchase_g_part2 .content_style1 p:first-child:before {
    content: '';
    width: 160px;
    height: 96px;
    background: transparent;
    float: right;
}

.product_style1 .product_d_part2 .content_style1 p {
    padding: 9px 15px 24px 15px;
    background: #f5f5f5;
}

/**************************** map_style1 *******************************/
.map_style1 {
    background-color: transparent;
    overflow: hidden;
    border: solid 5px #fff;
    box-shadow: 0 0 15px 2px #44444426;
    width: 100%;
}

.map_style1 #map {
    height: 230px;
    width: 100%;
    transition: all 0.5s ease;
    overflow: hidden;
}

/******************************************************************************/
/*************************** PAGES STYLES *************************************/
/******************************************************************************/
/**************************** header *******************************/
/*#1*/
.header_style1 .header_part1 {
    position: relative;
    z-index: 2;
}

/*#2*/
.header_style1 .header_part2 {
    background: url("../_images/bg/header.jpg") center top / cover no-repeat;
    position: relative;
    display: block;
    padding-bottom: 30px;
    z-index: 1;
}

/**************************** home_part *******************************/
/*#1*/
.main_style1 .home_part1 {
    position: relative;
    background: #fff;
}

.main_style1 .home_part1 .inner {
    padding: 65px 0;
}

.main_style1 .home_part1 .services-feature .item {
    margin: 0 0 30px 0;
}

.main_style1 .home_part1 .services-feature .item .title {
    font-size: 1.3rem;
    padding: 23px 50px 0 0;
    color: #62bb09;
}

.main_style1 .home_part1 .services-feature .item .title .icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 4rem;
    margin: 0;
    color: #22970a;
}

.main_style1 .home_part1 .services-feature .item .description {
    max-height: 50px;
    font-size: 1.1rem;
    line-height: 21px;
    color: #aaa;
}

.main_style1 .home_part1 .services-feature .item .link {
    color: #884e55;
}

.main_style1 .home_part1 .about {
}

.main_style1 .home_part1 .about:before {
    float: right;
    content: '';
    background: #fff url(../_images/bg/toolbox2.png) no-repeat;
    background-size: contain;
    background-position: bottom center;
    right: 0;
    width: 22%;
    height: 242px;
    margin-left: 14px;
}

.main_style1 .home_part1 .about p {
    color: #888;
    font-size: 1.2rem;
    line-height: 23px;
}

/*#2*/
.main_style1 .home_part2 {
    background: transparent fixed no-repeat center / cover;
    padding: 100px 0;
}

.main_style1 .home_part2 .inner {
    padding: 36px 0;
}

.main_style1 .home_part2 .special-product {
}

.main_style1 .home_part2 .special-product .title {
    color: #697544;
    font-size: 1.5rem;
    background: #fff;
    position: relative;
    top: -24px;
    border: solid 2px #afc17c;
    border-radius: 4px;
}

.main_style1 .home_part2 .special-product .step1 .item {
    position: relative;
    padding: 25px 55px 25px 10px;
    background: rgba(95, 95, 95, 0.09);
    margin: 0 0 9px;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.2rem;
    border-radius: 4px;
}

.main_style1 .home_part2 .special-product .step1 .item:hover, .main_style1 .home_part2 .special-product .step1 .item.active {
    background: #fff;
    color: #afc17c;
}

.main_style1 .home_part2 .special-product .step1 .item:last-child {
    margin-bottom: 0;
}

.main_style1 .home_part2 .special-product .step1 .item .icon {
    position: absolute;
    margin: 0;
    right: 7px;
    font-size: 3.6rem;
    top: 6px;
}

.main_style1 .home_part2 .left-side {
    background: #Fff;
    border-top: solid 3px #afc17c;
}

.main_style1 .home_part2 .right-side {
    background: #afc17c;
    padding-bottom: 26px;
}

/*#3*/
.main_style1 .home_part3 {
    background: #f5f5f5;
}

.main_style1 .home_part3 .inner {
    padding: 50px 0;
}

/*#4*/
.main_style1 .home_part4 .inner {
    padding: 75px 0;
}

.main_style1 .home_part4 .special-brand {
    background: #fff;
    box-shadow: 0 0 14px 0px #44444429;
}

.main_style1 .home_part4 .special-brand span {
    width: 100%;
    height: 157px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.main_style1 .home_part4 .special-brand:hover span:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #444;
    opacity: 0.1;
    transition: all 0.3s ease;
}

.home_part4 .title_style2 span {
    background: #fff !important;
}

/**************************** footer *******************************/
footer {
    position: relative;
    background: #4F4F4F url("../_images/bg/bg_footer.jpg") no-repeat left center / auto 80%;
    overflow: hidden;
}

/*#1*/
.footer_part1 {
    position: relative;
    z-index: 0;
    background: #0000000d;
}

.footer_part1 .inner .item {
    position: relative;
}

.footer_part1 .inner .item.icon {
    background: #a09e9e;
    height: 100%;
    width: 100%;
    padding: 18px 0;
}

.footer_part1 .inner .item.icon i {
    position: relative;
    font-size: 2.7rem;
    margin: 0;
    color: #f5f5f5;
}

.footer_part1 .inner .item .text {
    font-size: 1.2rem;
    color: #c7c7c7;
    padding-right: 12px;
}

.footer_part1 .inner .item .form_style2 {
    background-color: transparent !important;
}

.footer_part1 .inner .item .form_style2 .btn {
    background: #a09e9e;
    font-size: 1.2rem;
    color: #f5f5f5;
    border: none;
    border-radius: 4px 0 0 4px;
}

.footer_part1 .form_style2 .form-group .form-control {
    padding: 10px 8px;
    border-radius: 0;
    text-align: right;
    font-size: 1.2rem;
    border: none;
    background: #fff;
    border-radius: 0 4px 4px 0;
    transition: all 0.3s ease;
}

/*#2*/
.footer_part2 .inner {
    padding: 30px 0;
}

.footer_part2 .inner .logo {
    position: relative;
    width: 168px;
    height: 90px;
    max-height: 90px;
    background-color: #122D00;
}

.footer_part2 .inner .logo:before {
    position: absolute;
    content: '';
    width: 77%;
    right: -10px;
    top: -10px;
    bottom: -8px;
    background: #a09e9e;
    border-radius: 0 4px 0 4px;
}

.footer_part2 .inner .logo:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #828080;
    right: -20px;
    bottom: -20px;
    z-index: 2;
}

.footer_part2 .inner .logo .picture {
    background-color: #C7C7C7;
    max-height: 168px;
    max-height: 90px;
    z-index: 2;
    position: relative;
    width: 168px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: solid #C7C7C7 7px;
    box-shadow: 0 0px 7px -2px #444;
    border-radius: 4px 4px 0 0;
}

.footer_part2 .inner .logo .picture:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #828080;
    left: -27px;
    bottom: -7px;
    z-index: 2;
}

.footer_part2 .inner .logo .picture:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #b3b1b1;
    left: -27px;
    bottom: 13px;
    z-index: 3;
    box-shadow: inset 0 0px 7px -2px #444;
}

.footer_part2 .inner .logo .shape {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #c7c7c7;
    left: -40px;
    bottom: 20px;
}

.footer_part2 .inner .logo .shape:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 100%;
    background: #828080;
    box-shadow: inset 0 0px 7px -2px #444;
}

.footer_part2 .inner .logo .shape:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: 100%;
    bottom: 100%;
    background: #ffffff12;
    z-index: 1;
}

.footer_part2 .inner .text {
    font-size: 1.2rem;
    background: #c7d59f;
    padding: 18px 9px;
    color: #122d00;
    border-radius: 0 4px 4px 0;
}

.footer_part2 .inner .social-media {
    border-radius: 4px 0 0 4px;
}

.footer_part2 .inner .social-media .item {
    position: relative;
}

.footer_part2 .inner .social-media .item .icon {
    font-size: 2rem;
    background: #c7c7c7;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 27px;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    color: #4f4f4f;
}

.footer_part2 .inner .first-part .left-side .item .title {
    padding-right: 36px;
}

.footer_part2 .inner .first-part .left-side .item .title span {
    position: relative;
    background: #909090;
    padding: 12px 18px;
    font-size: 1.1rem;
    color: #c7c7c7;
    border-radius: 0 0 0 4px;
    width: 59%;
    text-align: center;
}

.footer_part2 .inner .first-part .left-side .item .title span:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 24px;
    right: -12px;
    top: 0;
    background: #909090;
}

.footer_part2 .inner .first-part .left-side .item .title span:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 12px;
    right: -24px;
    top: 0;
    background: #909090;
}

.footer_part2 .inner .first-part .left-side .item .list2 {
    right: -2px;
    padding-top: 5px;
}

.footer_part2 .inner .first-part .left-side .item .list2:before {
    position: absolute;
    content: '';
    top: -10px;
    bottom: -13px;
    width: 36px;
    right: 0;
    background-color: rgb(111, 111, 111);
    border-radius: 0 0 4px 4px;
}

.footer_part2 .inner .first-part .left-side .item .list2 .item2 {
    position: relative;
    display: block;
    font-size: 1.1rem;
    padding: 6px 44px 4px 0;
    margin: 3px 0;
    color: #C7C7C7;
}

.footer_part2 .inner .first-part .left-side .item .list2 .item2 .link2 {
    color: #C7C7C7;
}

.footer_part2 .inner .first-part .left-side .item .list2 .item2 .link2:hover {
    color: #e9e9e9;
}

.footer_part2 .inner .first-part .left-side .item .list2 .item2 .phone {
    line-height: 17px;
}

.footer_part2 .inner .first-part .left-side .item .list2 .item2:before {
    position: absolute;
    content: 'p';
    font-family: 'Jalilvand';
    right: 14px;
    font-size: 0.8rem;
    top: 9px;
    color: #a09e9e;
}

.footer_part2 .inner .first-part .left-side .item .list2 .item2 .address {
    line-height: 19px;
}

.footer_part2 .inner .first-part .left-side .item .list2 .shape {
    width: 12px;
    height: 26px;
    right: 0;
    top: -36px;
    background: rgb(111, 111, 111);
}

.footer_part2 .inner .first-part .left-side .item .list2 .shape:after {
    position: absolute;
    content: '';
    width: 24px;
    height: 12px;
    right: 0;
    bottom: 0;
    background: rgb(111, 111, 111);
}

.footer_part2 .inner .first-part .elogo_part {
    margin: 32px 0 0 0;
    position: relative;
    right: -19px;
}

.footer_part2 .inner .first-part .elogo_part .elogo {
    margin: 0 3px;
}

.footer_part2 .inner .first-part .elogo_part .elogo img {
    max-height: 110px;
}

.footer_part2 .inner .first-part .elogo_part .link {
    display: block;
}

/*#3*/
.footer_part3 {
    background: #3e3e3e;
}

.footer_part3 .atlas_sign {
    position: relative;
    font-size: 1.1rem;
    padding: 12px 34px 12px 15px;
    background: #54545452;
    border-radius: 4px;
    display: inline-block;
    color: #aaa;
}

.footer_part3 .atlas_sign:before {
    position: absolute;
    content: '';
    width: 21px;
    height: 14px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../_images/icon/blue.png) no-repeat center center / cover;
}

.footer_part3 .atlas_sign .link1 {
    color: #fff;
}

.footer_part3 .policy {
    font-size: 1.1rem;
    color: #ddd;
}

/**************************** aboutus_part *******************************/
.about_style1 {
    background: #f5f5f5;
    padding: 58px 0;
}

.about_style1 .wrapper .title {
    padding: 14px 25px 14px 0;
    background: #f5f5f5;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 4px;
    font-size: 1.3rem;
    text-align: center;
    color: #884e55;

}

.about_style1 .wrapper .title:after {
    position: absolute;
    content: '';
    background-image: url(../_images/bg/about-ng.png);
    left: 0;
    width: 100%;
    display: block;
    height: 37px;
    bottom: 0;
}

.about_style1 .wrapper .images {
    z-index: 3;
    padding-left: 41px;
    margin: 7px 0 20px 0;

}

.about_style1 .wrapper .images .pic {
    display: inline-block;
    border: 1px solid rgb(236, 232, 228);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    width: 330px;
    height: 350px;
    position: relative;
    z-index: 2;
    margin-right: 25px;
}

.about_style1 .wrapper .images .pic:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    top: -10px;
    left: -10px;
    border: solid 2px #c7d59f;
}

.about_style1 .wrapper .images .pic .inner_pic {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 8px solid white;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.about_style1 .wrapper .images .logo {
    width: 76px;
    height: 70px;
    position: absolute;
    z-index: 2;
    left: 60px;
    bottom: 18px;
    background-repeat: no-repeat;
    border: solid 8px #fff;
    background-size: contain;
    background: #fff;
    background-position: center center;
    border-radius: 4px;
}

/*#1*/
.about_us_part1 {
    padding: 0 0 72px 0;
}

.about_us_part1 .inner:before {
    position: absolute;
    content: '';
    width: 100px;
    bottom: 0;
    background: #c7d59f;
    top: 0;
    right: 0;
    border-radius: 2px;
}

.about_us_part1 .wrapper {
    background: #fff;
    box-shadow: 0 0 15px 0px #4444441f;
    padding-top: 26px;
}

/*#2*/
.about_us_part2 .inner:before {
    position: absolute;
    content: '';
    width: 100px;
    bottom: 0;
    background: #884e55;
    top: 0;
    left: 0;
    border-radius: 2px;
}

.about_us_part2 .wrapper {
    background: #fff;
    box-shadow: 0 0 15px 0px #4444441f;
    padding: 26px 0;
}

.about_style1 .about_us_part2 .wrapper .images {
    padding-left: 6px;
    margin: 7px 0 0 0;
}

.about_style1 .about_us_part2 .wrapper .images .pic .inner_pic {
    background-size: contain;
}

.about_style1 .about_us_part2 .wrapper .images .pic {
    border: none;
    box-shadow: none;
    height: 294px;
}

.about_style1 .about_us_part2 .wrapper .images .pic:before {
    display: none;
}

/**************************** contact_us_part *******************************/
.contact_style1 .inner {
    padding: 37px 0 37px 0;
}

/*#1*/
.contact_style1 .contact_part1 {
    padding: 20px 0 18px 0;
    border-bottom: solid 1px #0000000f;
}

.contact_style1 .contact_part1 .list .item {
    background: #fff;
    font-size: 1.2rem;
    border-left: solid 1px #c7d59f66;
    padding: 11px 27px;
}

.contact_style1 .contact_part1 .list .item:last-child {
    border: none;
}

.contact_style1 .contact_part1 .list .item .icon {
    font-size: 5rem;
    margin-bottom: 13px;
    display: block;
    color: #c7d59f;
}

.contact_style1 .contact_part1 .list .item .text1 {
    position: relative;
    font-size: 1.5rem;
    padding-bottom: 13px;
    color: #884e55;
}

.contact_style1 .contact_part1 .list .item .text1:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50px 0 40px 0;
    background: #20950638;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 1px;
}

.contact_style1 .contact_part1 .list .item .text2 {
    line-height: 21px;
    color: #777;
}

/*#2*/
.contact_style1 .contact_part2 {
    padding: 26px 0;
}

.contact_style1 .contact_part2 .right-side .title {
    font-size: 1.2rem;
    color: #777;
    padding: 9px 6px;
}

.contact_style1 .contact_part2 .right-side .title:after {
    position: absolute;
    content: '';
    height: 1px;
    background: gainsboro;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.contact_style1 .contact_part2 .right-side .title:before {
    position: absolute;
    content: '';
    border-right: solid 5px gainsboro;
    border-bottom: solid 5px gainsboro;
    border-top: solid 5px transparent;
    border-left: solid 5px transparent;
    right: 0;
    top: 10px;
    z-index: 2;
}

.contact_style1 .contact_part2 .right-side .title h3 {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 8px 0 7px;
}

.contact_style1 .contact_part2 .left-side {
    overflow: hidden
}

.contact_style1 .contact_part2 .left-side .paper-img {
    opacity: 0.6;
}

.contact_style1 .contact_part2 .left-side .paper-img .inner-pic {
    background-image: url(../_images/icon/paper.png);
    background-size: contain;
    width: 442px;
    height: 237px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.contact_style1 .contact_part2 .left-side .address {
    top: 86px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 59px;
    font-size: 1.3rem;
    line-height: 25px;
    width: 410px;
    color: #000;
}

/**************************** exchange_part *******************************/
.exchange_style1 .inner {
    padding: 110px 0 45px 0;
}

.exchange_style1 .exchange_part1 .exchange-feature {
    margin-top: 50px;
}

.exchange_style1 .exchange_part1 .exchange-feature .item .feature-content {
    background: #cdd4b93d;
    padding: 8px 14px 15px 15px;
    font-size: 1.3rem;
    color: #a5ad8d;
}

.exchange_style1 .exchange_part1 .exchange-feature .item .feature-content .icon {
    margin: 0;
    font-size: 4rem;
    color: #d6dcc5;

}

.exchange_style1 .exchange_part1 .alert {
    font-size: 1.3rem;
    padding: 13px 0;
}

.exchange_style1 .exchange_part1 .alert .link {
    font-weight: bold;
}

/**************************** cooperation *******************************/
.cooperation_style1 .cooperation_part1 {
    position: relative;
    z-index: 0
}

.cooperation_style1 .inner {
    padding: 13px 0 45px 0;
}

.cooperation_style1 .cooperation_part1 .description {
    margin-top: 20px;
    font-size: 1.2rem;
}

.cooperation_style1 .cooperation_part1 .description .text {
    margin: 6px 0;
    padding: 14px 5px;
    line-height: 21px;
}

.cooperation_style1 .cooperation_part1 .description .text .link {
    font-weight: bold;
}

/**************************** purchase_guide *******************************/
/*1*/
.purchase_g_style1 .purchase_g_part1 {
    margin: 54px 0 41px 0;
}

.purchase_g_style1 .purchase_g_part1 .left-side .list {
    border-radius: 2px;
    background: #cdd4b93d;
}

.purchase_g_style1 .purchase_g_part1 .left-side .list .item {
    display: flex;
    padding: 17px 2px;
    border-bottom: solid 2px #cdd4b926;
    font-size: 1.2rem;
    color: #a5ad8d;
    margin: 0 20px;
}

.purchase_g_style1 .purchase_g_part1 .left-side .list .item:last-child {
    border: none
}

.purchase_g_style1 .purchase_g_part1 .left-side .list .item .icon {
    font-size: 2.4rem;
    line-height: 28px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.purchase_g_style1 .purchase_g_part1 .left-side .list .item:hover .icon {
    transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
}

.purchase_g_style1 .purchase_g_part1 .left-side .list .item .description .title {
    font-weight: bold;
    font-size: 1.2rem;
}

.purchase_g_style1 .purchase_g_part1 .right-side:after {
    position: absolute;
    content: '';
    background: url(../_images/bg/bag-shopping.png) no-repeat bottom right / contain;
    right: 32px;
    bottom: -163px;
    width: 165px;
    height: 198px;
}

.purchase_g_style1 .purchase_g_part1 .right-side .list .item .title {
    z-index: 2;
    top: -34px;
    right: 0;
    color: #8e8e8e;
    padding: 10px 12px;
    font-size: 1.2rem;
    border-radius: 2px;
    margin: 0 auto;
    text-align: center;
    border-bottom: solid 3px #cbcdd0;
}

.purchase_g_style1 .purchase_g_part1 .right-side .list .item .text {
    line-height: 29px;
    font-size: 1.2rem;
    margin: 0;
    padding: 20px 34px 38px 34px;
    width: 100%;
}

.purchase_g_style1 .purchase_g_part2 {
    margin-top: 51px;
    background: #f5f5f5;
    padding: 21px 23px 10px 23px;
}

/**************************** services_guide *******************************/
/*1*/
.services_g_style1 .services_g_part1 {
    padding: 55px 0 0 0;
}

.services_g_style1 .services_g_part1 .picture {
    position: relative;
    z-index: 0;
}

.services_g_style1 .services_g_part1 .picture:after {
    position: absolute;
    content: '';
    left: 74px;
    height: 90%;
    bottom: -20px;
    width: 62%;
    z-index: 1;
    background-color: #c7d59f40;
    background-image: radial-gradient(rgba(199, 213, 159, 0.53) 10%, transparent 0), radial-gradient(rgb(199, 213, 159) 15%, transparent 0);
    background-size: 15px;
    background-position: 0 0, 15px 15px;
}

.services_g_style1 .services_g_part1 .picture span {
    background: no-repeat center center / contain;
    width: 100%;
    height: 470px;
    border-radius: 50% 0 50% 0;
    z-index: 2;
}

.services_g_style1 .services_g_part1 .left-side .title .text1 {
    font-size: 1.2rem;
    padding-bottom: 11px;
    border-bottom: solid 2px #c7d59f59;
}

.services_g_style1 .services_g_part1 .left-side .title .text2 {
    color: #777;
    font-size: 1.4rem;
    font-weight: bold;
    width: 50%;
    line-height: 25px;

    padding-top: 6px;
}

.services_g_style1 .services_g_part1 .left-side .list .item {
    padding: 10px;
    position: relative;
}

.services_g_style1 .services_g_part1 .left-side .list .item .icon {
    font-size: 4rem;
    color: #884e55;
}

.services_g_style1 .services_g_part1 .left-side .list .item .title-feature {
    font-weight: bold;
    font-size: 1.3rem;
    color: #444;
}

.services_g_style1 .services_g_part1 .left-side .list .item .description {
    font-size: 1.1rem;
    line-height: 19px;
}

.services_g_style1 .services_g_part1 .statistics .list {
    background: #daf3f8;
    -webkit-border-radius: 2px;
    border: solid 2px #729ea763;
    box-shadow: inset 0 0 23px -4px #9bcfda;
}

.services_g_style1 .services_g_part1 .statistics .list .item .text {
    color: #729ea7;
    font-size: 1.2rem;
    line-height: 20px;
}

.services_g_style1 .services_g_part1 .statistics .list .item .text1 {
    font-weight: bold;
}

/*2*/
.services_g_style1 .services_g_part2 {
    margin: 50px 0;
    background: #f5f5f5;
    padding: 21px 23px 10px 23px;
}

/*3*/
.services_g_style1 .services_g_part3 {
    background: #f1f4e7c2;
}

.services_g_style1 .services_g_part3 .inner {
    padding: 20px 0 33px 0;
}

/**************************** faq_part *******************************/
/*1*/
.faq_style1 .inner {
    padding: 48px 0;
}

.faq_style1 .faq_part1 {
    background: #f5f5f5;
}

.faq_style1 .faq_part1 .step1 {
    padding: 1px 29px;
    margin: 0;
}

.faq_style1 .faq_part1 .step1 .item {
    margin: 25px 0;
}

.faq_style1 .faq_part1 .step1 .item .question {
    position: relative;
}

.faq_style1 .faq_part1 .step1 .item .question .icon {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #d8d8d8;
    left: 13px;
    top: -16px;
}

.faq_style1 .faq_part1 .step1 .item .question .icon:after {
    position: absolute;
    content: '7';
    font-family: 'Jalilvand';
    font-size: 2rem;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    transform: rotate(-180deg);
    color: #9e9e9e;
    transition: all 0.3s ease;
}

.faq_style1 .faq_part1 .step1 .item .question .title {
    background: #b1b1b1;
    padding: 13px 8px;
    font-size: 1.2rem;
    color: #fff;
    cursor: pointer;
}

.faq_style1 .faq_part1 .step1 .item .answer {
    padding: 15px 15px 7px 15px;
    font-size: 1.2rem;
    line-height: 26px;
    text-align: justify;
}

.faq_style1 .faq_part1 .step1 .item.active .question .icon:after {
    transform: rotate(0);
    color: #676d57;
    transition: all 0.3s ease;
}

.faq_style1 .faq_part1 .step1 .item.active .question .icon {
    background: #969f7f;
}

.faq_style1 .faq_part1 .step1 .item.active .question .title {
    background: #c7d59f;
    color: #6f7758;
}

/**************************** register *******************************/
/*1*/
.register_style1 {
    position: relative;
    z-index: 0;
    background: #f7f7f7;
}

.register_style1 .inner {
    padding: 65px 0;
}

.register_style1 .inner .title {
    font-size: 2rem;
    font-weight: bold;
    padding: 0 0 11px 0;
    color: #b5bba3;;
}

.title .sub-title{
    margin: 0 auto;
    text-align: center;
    width: 33%;
    bottom: 0;
    color: #e4e4e4cf;
    font-size: 1.7rem;
    line-height: 21px;
    display: block;
}

/**************************** mobile-code *******************************/
/*1*/
.mobile_code {
    position: relative;
    z-index: 0;
    background: #f7f7f7;
}

.mobile_code .inner {
    padding: 65px 0;
}

.mobile_code .inner .title {
    font-size: 2rem;
    font-weight: bold;
    color: #b5bba3;;
}


/**************************** forgot_pass *******************************/
/*1*/
.forgot_pass_style1 {
    background: #f7f7f7;
}

.forgot_pass_style1 .inner {
    padding: 65px 0;
}

.forgot_pass_style1 .inner .title {
    font-size: 2rem;
    font-weight: bold;
    padding: 0 0 42px 0;
    color: #b5bba3;;
}

.forgot_pass_style1 .inner .title:after {
    position: absolute;
    content: 'شماره همراه خود را جهت بازیابی رمز عبور ارسال کنید.';
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 33%;
    bottom: 0;
    color: #e4e4e4cf;
    font-size: 1.7rem;
    line-height: 21px;
}

/**************************** 404_style *******************************/
/*1*/
.error_part1 {
    background: #E4F0F1;
    overflow: hidden;
}

.error_part1 .inner {
    padding: 10px 0 44px 0;
}

.error_part1 .inner .picture span {
    background: no-repeat center center / contain;
    width: 324px;
    height: 355px;
    margin: 0 auto;
}

.error_part1 .inner .text1 {
    font-size: 10rem;
    font-weight: bold;
    color: #90bfbb;
    text-shadow: 0 0 5px #3e6360;
    padding: 0px 20px 0 40px;
}

.error_part1 .inner .text1:after {
    position: absolute;
    content: '8';
    font-family: 'Jalilvand';
    right: 0;
    font-size: 3.5rem;
    top: -11px;
    transform: rotate(31deg);
}

.error_part1 .inner .text2 {
    padding: 13px 0;
    font-size: 2rem;
    color: #597687;
}

/**************************** compare_style *******************************/
/*1*/
.compare_style1 {
    background: #f8f8fa;
}

.compare_style1 .inner {
    padding: 60px 0;
}

/**************************** table_style *******************************/
/*1*/
.table_style1 {
    border-radius: 2px;
    width: 100%;
    overflow: visible;
    position: relative;
    z-index: 0;
}

.table_style1 table {
    min-width: 900px;
    border-collapse: collapse;
    vertical-align: middle;
    border: none;
}

.table_style1 thead {
    text-align: center;
    height: 40px;
    color: #0D6494;
    font-size: 1.2rem;
}

.table_style1 th {
    width: 27%;
    padding: 30px;
    position: relative;
    z-index: 4;
}

.table_style1 th.icon {
    width: 20%;
}

.table_style1 th:first-child {
    background: url(../_images/bg/compare.jpg) no-repeat center / contain;
    width: 202px;
    height: 162px;
}

.table_style1 th.icon:before {
    display: none
}

.table_style1 th:before, .table_style1 td:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    left: 5px;
    background-color: #FFF;
    border-bottom: dashed 1px #f3f3f3;
    z-index: 2;
}

.table_style1 th img {
    max-width: 130px;
    max-height: 130px;
    position: relative;
    z-index: 3;
}

.table_style1 td {
    position: relative;
    padding: 20px;
    z-index: 1;
    text-align: center;
}

.table_style1 td.title:after {
    z-index: 2;
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: 0;
    height: 1px;
    background: #e5e8db;
}

.table_style1 td.title:before {
    background: #c7d59f40;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.table_style1 tr:hover td.title:before {
    background: #e3e4dd;
    border-bottom-color: transparent;
}

.table_style1 td span {
    position: relative;
    z-index: 3;
    color: #849060;
    font-size: 1rem;
    text-transform: capitalize;
}

.table_style1 .price .price_text {
    position: relative;
    color: #969696;
    font-size: 1.5rem;
}

.table_style1 td.available span {
    color: #259904 !important;
}

.table_style1 td.no-available span {
    color: red !important;

}

span.weight_label {
    font-weight: bold;
    color: #cecece !important;
    margin-right: 5px;
}

.table_style1 td.etc span {
    font-size: 1.1rem;
    text-align: justify;
    display: block;
    line-height: 22px;
}

.table_style1 .table thead th {
    border-bottom: none;
    vertical-align: middle;
}

.table_style1 .table th, .table_style1 .table td {
    border-top: none;
    vertical-align: middle !important;
}

/**************************** product_style *******************************/
/*1*/
.product_style1 .inner {
    padding: 60px 0;
}

/*1*/
.product_style1 .product_d_part1 {
    padding: 0 0 30px 0;
}

.product_style1 .product_d_part1 .xzoom-thumbs {
    margin-bottom: 0;
    background: #f5f5f5;
    padding: 9px 0 0 0;
    margin-top: 10px;
}

.product_style1 .product_d_part1 .xzoom-gallery {
    border: 1px solid #cecece;
    padding: 2px;
    margin: 0 5px 8px;
}

.product_style1 .product_d_part1 .xactive {
    -webkit-box-shadow: 0px 0px 8px 0px rgb(199, 213, 159);
    -moz-box-shadow: 0px 0px 8px 0px rgb(199, 213, 159);
    box-shadow: 0px 0px 8px 0px rgb(199, 213, 159);
    border: 1px solid #c7d59f;
}

.product_style1 .product_d_part1 .right-side .gallery .brand {
    background: #ebf5cf;
    padding: 8px 10px;
    font-size: 1.2rem;
    color: #697547;
    top: -13px;
    right: 13px;
    width: 27%;
    text-align: center;
    border-radius: 2px;
    z-index: 20;
    font-weight: bold;
    text-transform: uppercase;
}

.product_style1 .product_d_part1 .right-side .gallery .brand:before, .product_style1 .product_d_part1 .right-side .gallery .brand:after {
    position: absolute;
    content: '';
    top: 0;
}

.product_style1 .product_d_part1 .right-side .gallery .brand:before {
    border-bottom: solid 3px #c2cca8;
    border-left: solid 4px #c2cca8;
    border-right: solid 1px transparent;
    border-top: solid 9px transparent;
    left: 100%;
}

.product_style1 .product_d_part1 .right-side .gallery .brand:after {
    border-bottom: solid 3px #c2cca8;
    border-right: solid 5px #c2cca8;
    border-top: solid 9px transparent;
    border-left: solid 1px transparent;
    right: 100%;
}

.product_style1 .product_d_part1 .left-side .list .item {
    margin: 8px 0;
    padding: 6px 5px;
    color: #777;
    font-size: 1.2rem;
}

.product_style1 .product_d_part1 .left-side .list .item:first-child {
    margin-top: 0;
    padding-top: 0
}

.product_style1 .product_d_part1 .left-side .list .item .title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #5d6549;
    text-transform: capitalize;
    border-bottom: solid 1px #dedede85;
    padding-bottom: 16px;
}

.product_style1 .product_d_part1 .left-side .list .item .off-amount {
    position: absolute;
    left: -85px;
    top: 3px;
    background: #f1f1f1;
    padding: 4px 6px;
    font-size: 1.2rem;
    color: #888888;
    border-radius: 4px;
}

.product_style1 .product_d_part1 .left-side .list .item .price .off_price {
    color: #25930c;
    font-size: 2rem;

}

.product_style1 .product_d_part1 .left-side .list .item .description {
    line-height: 24px;
    font-size: 1.3rem;
    max-height: 80px;
    text-transform: capitalize;
}

.product_style1 .product_d_part1 .left-side .list .item .rate_style1 .rate_inner {
    position: relative;
    top: 5px;
}

.product_style1 .product_d_part1 .left-side .list .item .check_style2 {
    position: relative;
    line-height: 0;
    cursor: pointer;
    margin: 9px 1px 0 1px;
    top: 2px;
}

.product_style1 .product_d_part1 .left-side .list .item .check_style2 .holder_check {
    border: 1px solid #c7c7c7;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    position: relative;
    border-radius: 50%;
    outline: 2px solid transparent;
}

.product_style1 .product_d_part1 .left-side .list .item .features {
    margin: 0 0 9px 0;
    color: #884e55;
    text-transform: uppercase;
}

.product_style1 .product_d_part1 .left-side .list .item .list2 .item2 {
    margin: 0 5px;
    font-size: 1.3rem;
    color: #738050;
    border: solid 2px #738050;
}

.product_style1 .product_d_part1 .left-side .list .item .list2 .item2 .link {
    background: #ebf1da;
    display: block;
    padding: 15px 0;
    box-shadow: inset 0 0 18px -2px #738050a3;;
}

.product_style1 .product_d_part1 .left-side .list .item .list2 .item2 .link .icon {
    font-size: 1.5rem;
    position: relative;
}

.product_style1 .product_d_part1 .left-side .list .item .list2 .item2 .link .icon.i-shopping-basket {
    right: -7px;
    top: -3px;
}

.product_style1 .product_d_part1 .left-side .list .item.ability {
    background: #f7f7f7;
}

.product_style1 .product_d_part1 .left-side .list .item.ability .text {
    font-size: 1.3rem;
    margin: 17px 0;
    color: #884e55;
}

.product_style1 .product_d_part1 .left-side .list .item.ability .text .icon {
    padding-left: 9px;
    font-size: 1.5rem;
}

/*2*/
.product_style1 .product_d_part2 .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #697547;
    background-color: #C7D59F;
}

.product_style1 .product_d_part2 .nav-pills .nav-link {
    border-radius: 0.25rem;
    padding: 14px 0;
    font-size: 1.2rem;
    background: #f5f5f5;
    margin: 0 3px;
}

.product_style1 .product_d_part2 .tab-content {
    background: #f5f5f5;
}

.product_style1 .product_d_part2 .top .content {
    background: #eaeaea;
    border: dashed 2px #e0e0e0;
}

.product_style1 .product_d_part2 .top .form_style5 .btn_style2 .btn {
    border-radius: 0;
}

.product_style1 .product_d_part2 .top .text {
    font-size: 1.2rem;
    color: #505837;
}

.product_style1 .product_d_part2 .top .link {
    background: #528268;
    color: #fff;
    padding: 14px 0;
    font-size: 1.2rem;
}

/*3*/
.product_style1 .product_d_part3 .title_style4 .title {
    background: #fff;
    font-size: 1.3rem;
}

.product_style1 .product_d_part3 .slide_style2 .item {
    box-shadow: 0 0 7px -2px #a7a4a4;
}

.product_style1 .product_d_part3 .slide_style2 .next, .product_style1 .product_d_part3 .slide_style2 .prev {
    top: -58px;
}

/**************************** list_style *******************************/
/*1*/
.list_style1 .step1 .item {
    font-size: 1.2rem;
    position: relative;
    padding: 6px 0 5px 0;
}

.list_style1 .step1 .item.title-list {
    background: #e4e4e4;
    padding: 11px 31px 11px 8px;
    color: #737373;
    font-size: 1.3rem;
    margin: 13px 0 12px 0;
}

.list_style1 .step1 .item.title-list:before {
    position: absolute;
    content: '#';
    font-family: 'Jalilvand';
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
}

.list_style1 .step1 .item .content {
    font-size: 1.3rem;
}

.list_style1 .step1 .item .content .name {
    background: #77889938;
    padding: 12px;
    color: #405c77;
}

.list_style1 .step1 .item .content .val {
    background: #fff;
    padding: 12px;
    margin: 0 10px 0 0;
    color: #405c77;
}

.list_style1 .step1 .item .content .val.green-bg {
    background: #e5f5c2;
    color: #88a54b;
}

.list_style1 .step1 .item .content .val.red-bg {
    background: #f1abb5cc;
    color: #9e3737;
    font-size: 1.1rem;
}

/**************************** show-offer *******************************/
.show-offer {
    background: #fff;
    margin: 0;
    max-height: 70px;
    height: 70px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    z-index: 100;
}

.show-offer .link {
    background: no-repeat url("../_files/offer-show/2.png") center center / contain,
    no-repeat url("../_files/offer-show/1.jpg") center top / cover;
    display: block;
    width: 100%;
    height: 70px;
}

/**************************** sitemap *******************************/
/*1*/
.sitemap_style1 .side {
    background: #f5f5f5;
}

.sitemap_style1 .side .title {
    font-size: 1.4rem;
    color: #69754a;
    border-bottom: dashed 1px #c7d59f;
}

.sitemap_style1 .side .list {
    border-right: solid 1px #c7d59f;
    padding-right: 10px;
}

.sitemap_style1 .side .step1 .item1 {
    margin: 1px 0;
    font-size: 1.2rem;

    position: relative;
    color: #69754a;
}

.sitemap_style1 .side .step1 .item1 .link {
    display: block;
    position: relative;
    padding: 10px 20px 10px 0;
}

.sitemap_style1 .side .step1 .item1 .link:hover {
    background: #c7d59f63;
}

.sitemap_style1 .side .step1 .item1 .link:before {
    position: absolute;
    content: '9';
    font-family: 'Jalilvand';
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.sitemap_style1 .side .step1 .item1 .step2 {
    padding-right: 30px;
}

.sitemap_style1 .side .step1 .item1 .step2 .item2 {
    margin: 4px 0;
    color: #884e55;
}

.sitemap_style1 .side .step1 .item1 .step2 .item2 .link:hover {
    background: #eee3de;
}

/**************************** comment_style1 *******************************/
/*1*/
.comment_style1 .form_style6 .frm_step .frm_item .frm_title {
    text-align: center;
    padding: 14px 0;
    margin: 16px 0px 18px 0;
    background: #e8e8e8;
    color: #777;
    font-size: 1.3rem;
}

.comment_style1 .form_style6 .frm_step .frm_item .frm_input {
    font-size: 1.2rem !important;
}

.comment_style1 .form_style6 .frm_step .frm_item .frm_textarea::placeholder {
    font-size: 1.2rem;
}

.comment_style1 .form_style6 .frm_step .frm_item .track_rate .star_part .title {
    font-size: 1.2rem;
    color: #6a9a63;
}

.comment_style1 {
    padding: 20px 30px;
}

.comment_style1 .form_style6 {
    text-align: center;
}

.comment_style1 .form_style6 .item.textarea {
    width: 70%;
    margin: 0 auto;
    display: block;
    float: none;
}

.comment_style1 .list .item2 .comment {
    font-size: 1.1rem;
    line-height: 26px;
    position: relative;
}

.comment_style1 .list .item2 {
    /*border: solid 20px #333;*/
    margin: 15px 0;
}

.comment_style1 .list .info_part {
    padding: 5px 0;
    color: #666;
    height: 40px;
    border-left: solid 1px #EEE;
    border-top: solid 1px #EEE;
    position: relative;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=1);
}

.comment_style1 .list .name {
    float: right;
    margin-right: 70px;
    padding-left: 25px;
    border-left: dashed 1px #eee;
    padding-top: 3px;
    font-size: 1.1rem;
    color: #008242;
}

.comment_style1 .list .date {
    color: #aaa;
    font-size: 1rem;
    padding: 3px 25px 0 0;
    display: inline-block;
}

.comment_style1 .list .pic {
    background: #F5f5f5 url(../_images/icon/user.jpg) no-repeat center / cover;
    border: solid 4px #fff;
    height: 56px;
    width: 56px;
    position: absolute;
    top: -8px;
    right: -26px;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}

.comment_style1 .list .pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    opacity: 0.04;
}

.comment_style1 .list .text_part {
    border: solid 1px #EEE;
    border-top: none;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    color: #3C718D;
    font-size: 1.1rem;
    line-height: 27px;
}

.comment_style1 .reply_btn {
    float: left;
    background-color: #884e55;
    color: #FFF;
    padding: 3px 25px;
    font-size: 1.1rem;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.comment_style1 .reply_btn:hover {
    background-color: #FFF;
    color: #884e55;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
}

.comment_style1 .reply_btn:before {
    content: '';
    position: absolute;
    bottom: -2px;
    right: -2px;
    height: 100%;
    width: 100%;
    border-right: solid 1px #884e55;
    border-bottom: solid 1px #884e55;
}

.comment_style1 .under_comment {
    width: 100%;
    position: relative;
    background-color: #f3f3f3;
}

.comment_style1 .under_comment .step2 {
    padding: 10px 60px 10px 40px;
}

.comment_style1 .under_comment .item2 {
    background-color: #fff;
    margin: 12px 0;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.04);
}

.comment_style1 .under_comment .name {
    color: #ffb237;
    padding-top: 5px;
    padding-bottom: 5px;
}

.comment_style1 .under_comment .date {
    padding-top: 7px;
}

.comment_style1 .under_comment .text_part {
}

.comment_style1 .under_comment .pic {
    background-image: url(../_images/icon/user2.jpg);
}

.comment_style1 .under_comment .reply_html {
    width: 100%;
    padding: 15px 60px 10px 40px;
    display: none;
    position: relative;
}

.comment_style1 .under_comment .reply_html .form_style6 {
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
    padding: 20px;
    padding-bottom: 15px;
}

#reply_comment_form {
    display: none;
}

.comment_style1 .close_btn {
    position: absolute;
    top: 3px;
    left: 28px;
    height: 23px;
    width: 24px;
    border-radius: 50%;
    background-color: #884e55;
    color: #FFF;
    font-size: 9px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    z-index: 3;
}

/**************************** basket_style *******************************/
/*1*/
.basket_page {
    margin: 60px 0;
    position: relative;
    z-index: 0;
}

.basket_page .basket_part1 .top_part {
    margin-bottom: 25px;
}

.basket_page .basket_part1 .top_part .step .item {
    width: calc(100% / 6 - 15px);
    text-align: center;
}

.basket_page .basket_part1 .top_part .step .item .link {
    background: #efefef;
    display: block;
    padding: 14px 0;
    font-size: 1.1rem;
    color: #545454;
    position: relative;
    border: solid 2px transparent;
}

.basket_page .basket_part1 .top_part .step .item .link:after {
    position: absolute;
    content: '';
    width: 100%;
    right: 100%;
    height: 2px;
    border-bottom: dashed 2px #cccccc;
    top: 50%;
    z-index: -1;
}

.basket_page .basket_part1 .top_part .step .item:last-child .link:after {
    display: none;
}

.basket_page .basket_part1 .top_part .step .item.active .link {
    background: #c7d59f;
    color: #697547;
    border: solid 2px;
}

.basket_page .basket_part1 .top_part .step .item.active .link:after {
    border-bottom: dashed 2px #697547;
}

.basket_page .basket_part1 .middle_part {
    background-color: #f5f5f5;
    margin: 0 auto 25px;
    padding: 20px 20px 20px 20px;
}

.basket_page .basket_part1 .middle_part .table_style2 {
    border: solid 1px #e1e1e1;
    border-radius: 2px;
    width: 100%;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.basket_page .basket_part1 .middle_part .table_style2 .table th {
    border-top: 0 !important;
}

.basket_page .basket_part1 .middle_part .table_style2 table {
    min-width: 900px;
    vertical-align: middle;
    border: none;
}

.basket_page .basket_part1 .middle_part .table_style2 thead {
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    height: 40px;
    background-color: #e8e8e8;
    color: #969696;
    text-shadow: 3px 2px 2px #0000000f;
    font-size: 1.2rem;
}

.basket_page .basket_part1 .middle_part .table_style2 th {
    padding: 18px;
    text-align: center;
    position: relative;
}

.basket_page .basket_part1 .middle_part .table_style2 .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}

.basket_page .basket_part1 .middle_part .table_style2 thead .t_pic {
    width: 10%;
}

.basket_page .basket_part1 .middle_part .table_style2 thead .t_subject {
    width: 35%;
}

.basket_page .basket_part1 .middle_part .table_style2 thead .t_price {
    width: 17%;
}

.basket_page .basket_part1 .middle_part .table_style2 thead .t_count {
    width: 10%;
}

.basket_page .basket_part1 .middle_part .table_style2 thead .t_total_price {
    width: 17%;
}

.basket_page .basket_part1 .middle_part .table_style2 thead .t_delete {
    width: 6%;
}

.basket_page .basket_part1 .middle_part .table_style2 tbody {
    background-color: #f7f7f7;
}

.basket_page .basket_part1 .middle_part .table_style2 tbody tr {
    border-bottom: 1px solid #eee;
}

.basket_page .basket_part1 .middle_part .table_style2 td {
    color: #666;
    font-size: 1.1rem;
}

.basket_page .basket_part1 .middle_part .table_style2 tbody td {
    color: #888;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
    text-align: center;
    border-left: 1px solid #eee;
    position: relative;
    line-height: 26px;
}

.basket_page .basket_part1 .middle_part .table_style2 tbody td:last-child {
    border-left: none;
}

.basket_page .basket_part1 .middle_part .table_style2 tbody tr:last-child {
    border-bottom: none;
}

.basket_page .basket_part1 .middle_part .table_style2 tbody td {
    color: #888;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
    text-align: center;
    border-left: 1px solid #eee !important;
    position: relative;
    line-height: 26px;
    text-transform: capitalize;
    vertical-align: middle;
}

.basket_page .basket_part1 .middle_part .table_style2 tbody td img {
    max-width: 96px;
    max-height: 89px;
    position: relative;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    border: solid 8px #fff;
}

.basket_page .basket_part1 .middle_part .table_style2 tbody .table_select {
    width: 90%;
    border: solid 2px #DDD;
    cursor: pointer;
    color: #697855;
    margin: 0 5px 0 5px;
    text-align: center;
}

.basket_page .basket_part1 .middle_part .table_style2 tbody .table_select:hover {
    border-color: #47bf66;
}

.basket_page .basket_part1 .middle_part .table_style2 tbody .delete_btn {
    font-size: 19px;
    color: #777;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}

.basket_page .basket_part1 .middle_part .table_style2 tbody .delete_btn i {
    transition: none;
}

.basket_page .basket_part1 .middle_part .table_style2 tbody .delete_btn:hover {
    color: #FF746B;
    background-color: #EBEDEC;
}

.basket_page .basket_part1 .middle_part .total_cart {
    margin: 20px auto 0;
    font-size: 1.1rem;
    color: #61ba06;
    text-align: center;
}

.basket_page .basket_part1 .middle_part .total_cart .title {
}

.basket_page .basket_part1 .middle_part .total_cart .price {
    margin: 0 10px;
    font-size: 1.2rem;
}

.basket_page .basket_part1 .bottom_part .cart_btn {
    background: #c6d49f;
    padding: 13px 36px;
    font-size: 1.1rem;
    color: #5b614c;
    position: relative;
}

.basket_page .basket_part1 .bottom_part .cart_btn:hover {
    background: #95a379;
    color: #fff;
}

.basket_page .basket_part1 .bottom_part .cart_btn .icon {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
    transition: none;
}

.basket_page .basket_part1 .bottom_part .cart_btn.back_level .icon {
    right: 7px;
}

.basket_page .basket_part1 .cart_section2 {
    padding: 0 31px;
}

.basket_page .basket_part1 .cart_section2 .right-side {
    border-left: solid 2px #e4e4e469;
    padding-left: 24px;
}

.basket_page .basket_part1 .cart_section2 .title {
    color: #6b9065;
    font-size: 1.2rem;
}

.basket_page .basket_part1 .cart_section2 .title .text1 {
    display: inline-block;
    padding: 12px 0;
    border-bottom: dashed 1px #69754761;
}

.basket_page .basket_part1 .cart_section2 .title .text2 {
    color: #465f41;
}

.basket_page .basket_part1 .cart_section2 .link {
    background: #884e55;
    color: #fff;
    font-size: 1.3rem;
    padding: 18px 0;
    border-radius: 50px;
}

.basket_page .basket_part1 .cart_section2 .link:hover {
    background: #5f353a;
}

.basket_page .basket_part1 .cart_section3 .address_select .step .no_item {
    font-size: 1.3rem;
    color: #444;
}

.basket_page .basket_part1 .cart_section3 .address_select .step .no_item .icon {
    background: transparent no-repeat center center / contain;
    width: 45px;
    height: 45px;
    margin-left: 15px;
}

.basket_page .basket_part1 .cart_section3 .btn-address span {
    background: #6cc314;
    padding: 10px 28px;
    color: #27501d;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

.basket_page .basket_part1 .cart_section3 .btn-address span:hover:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease;
}

.basket_page .basket_part1 .cart_section3 .btn-address span:after {
    position: absolute;
    content: '';
    left: 5px;
    right: -5px;
    top: 5px;
    bottom: -5px;
    background: transparent;
    border: solid 2px #229504;
    transition: all 0.3s ease;
}

.add_address_part .form_basket .form-row .form-group {
    padding: 0 5px;
}

.add_address_part .form_basket .form-row .form-group .form-control::placeholder {
    color: #999;
}

.add_address_part .form_basket .form-row .form-group .form-control:focus::placeholder {
    color: #000;
}

.add_address_part .form_basket .select-style2 .nice-select {
    text-align: center !important;
    border: none;
    background: #f5f5f5;
    font-size: 1.2rem;
    color: #777;
    border-radius: 4px;
    min-height: 47px;
    line-height: 46px;
}

.add_address_part .form_basket .select-style2 .nice-select .list {
    width: 100%;
    overflow-y: auto;
    max-height: 300px;
}

.add_address_part .form_basket .btn-form button {
    font-size: 1.2rem;
    background: #6cc314;
    color: #27501d;
    position: relative;
    font-weight: bold;
}

.add_address_part .form_basket .btn-form button:after {
    position: absolute;
    content: '';
    left: 5px;
    right: -5px;
    top: 5px;
    bottom: -5px;
    background: transparent;
    border: solid 2px #229504;
    transition: all 0.3s ease;
}

.add_address_part .form_basket .btn-form button:hover:after {
    transition: all 0.3s ease;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}

.add_address_part .close {
    background-color: #f14848;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: none;
    opacity: 1;
    font-size: 1.9rem;
    color: #545454;
    top: -14px;
    right: -16px;
    text-shadow: unset;
    line-height: 31px;
    z-index: 20000;
}

.add_address_part .find-me {
    background: #FFC153;
    padding: 8px 24px;
    font-size: 1.1rem;
    cursor: pointer;
    color: #946c26;
}

.add_address_part .find-me .icon {
    margin-left: 5px;
    font-size: 1.4rem;
}

.basket_page .basket_part1 .check_radio_style1 label {
    cursor: pointer;
    color: #0D6494;
}

.basket_page .basket_part1 .check_radio_style1 input[type="checkbox"], .basket_page .basket_part1 .check_radio_style1 input[type="radio"] {
    display: none;
}

.basket_page .basket_part1 .check_radio_style1 input[type="checkbox"] + span, .basket_page .basket_part1 .check_radio_style1 input[type="radio"] + span {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 4px;
    margin-left: 7px;
    border: solid 1px #0D6494;
}

.basket_page .basket_part1 .cart_section3 .check_radio_style1 input[type="radio"] + span {
    float: none;
    margin: 0 auto;
    display: block;
    border-color: #DDD;
    -webkit-transition: border 0.2s ease;
    -moz-transition: border 0.2s ease;
    -o-transition: border 0.2s ease;
    transition: border 0.2s ease;
}

.basket_page .basket_part1 .check_radio_style1 input[type="checkbox"] + span:before, .basket_page .basket_part1 .check_radio_style1 input[type="radio"] + span:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 0;
    background-color: rgb(104, 194, 11);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.basket_page .basket_part1 .check_radio_style1 input[type="checkbox"] + span:after, .basket_page .basket_part1 .check_radio_style1 input[type="radio"] + span:after {
    content: 'Q';
    position: absolute;
    left: -5px;
    top: 2px;
    font-family: 'Jalilvand';
    font-size: 9px;
    color: #FFF;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.basket_page .basket_part1 .check_radio_style1 input[type="checkbox"]:checked + span:before, .basket_page .basket_part1 .check_radio_style1 input[type="radio"]:checked + span:before {
    width: 100%;
}

.basket_page .basket_part1 .check_radio_style1 input[type="checkbox"]:checked + span:after, .basket_page .basket_part1 .check_radio_style1 input[type="radio"]:checked + span:after {
    left: 2px;
    opacity: 1;
}

.basket_page .basket_part1 .cart_section3 .check_radio_style1 input[type="radio"] + span:after {
    top: -6px;
}

.basket_page .basket_part1 .option {
    width: 40px;
}

.basket_page .basket_part1 .option .option-part {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    cursor: pointer;
}

.basket_page .basket_part1 .option .option-part:hover {
    background: #cecece;
}

.basket_page .basket_part1 .option .option-part .icon {
    font-size: 1.7rem;
    line-height: 30px;
    color: #777;
}

.basket_page .basket_part1 .table_style2 .content .icon {
    font-size: 3rem;
    color: #229504;
}

.basket_page .basket_part1 .table_style2 .content .text1 {
    color: #26990a;
    font-weight: bold;
    margin: 0;
}

.basket_page .basket_part1 .middle_part .address_select .table_style2 tbody td {
    cursor: pointer;
}

.basket_page .basket_part1 .middle_part .title_basket {
    font-size: 1.3rem;
}

.basket_page .basket_part1 .middle_part .title_basket span {
    padding: 0 80px 14px 80px;
    border-bottom: dashed 1px #67c00cc2;
    display: inline-block;
    color: #129c00;
    font-weight: bold;
}

.basket_page .basket_part1 .middle_part .cart_section5 .step1 {
    background: #fff;
}

.basket_page .basket_part1 .middle_part .cart_section5 .step1 .item1 {
    border: solid 1px #EEE;
    border-bottom: none;
    padding: 13px 20px;
    font-size: 1.2rem;
    color: #666;
    font-weight: bold;
}

.basket_page .basket_part1 .middle_part .cart_section5 .step1 .item1:last-child {
    border-bottom: solid 1px #EEE;
    background-color: #F1FFF0;
    color: #24a55a;
}

.basket_page .basket_part1 .middle_part .cart_section6 .step1 .item1 {
    margin: 15px 0;
    padding: 15px;
    background: #fff;
}

.basket_page .basket_part1 .middle_part .cart_section6 .step1 .item1 .icon {
    background: #c7d59f;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #8d986f;
    font-size: 1.8rem;
    line-height: 28px;
}

.basket_page .basket_part1 .middle_part .cart_section6 .step1 .item1 .text {
    font-size: 1.1rem;
    color: #666;
    line-height: 28px;
}

.basket_page .basket_part1 .middle_part .cart_section6 .step1 .item1 .text span {
    color: #bd4a45;
    margin: 0 7px;
    border-bottom: dashed 1px #bd4a45;
    padding-bottom: 5px;
}

.basket_page .basket_part1 .middle_part .cart_section7 {
    padding-top: 26px;
}

.basket_page .basket_part1 .middle_part .cart_section7 .condition {
    border: solid 2px #b5eeb3;
    border-top: solid 3px #b5eeb3;
    margin: 50px auto;
}

.basket_page .basket_part1 .middle_part .cart_section7 .condition .icon {
    top: -38px;
    font-size: 4.5rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: whitesmoke;
    width: 13%;
    color: #b5eeb3;
}

.basket_page .basket_part1 .middle_part .cart_section7 .condition .title {
    font-size: 1.5rem;
    color: #32BA7C;
}

.basket_page .basket_part1 .middle_part .cart_section7 .condition .step1 .item1 {
    margin: 15px 0;
    font-size: 1.2rem;
    color: #777;
}

.basket_page .basket_part1 .middle_part .cart_section7 .condition.unsuccess_basket {
    border: solid 2px #ee5a66;
    border-top: solid 3px #ee5a66;
    margin: 50px auto;
}

.basket_page .basket_part1 .middle_part .cart_section7 .condition.unsuccess_basket .icon {
    top: -38px;
    font-size: 4.5rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: whitesmoke;
    width: 13%;
    color: #ee5a66;
}

.basket_page .basket_part1 .middle_part .cart_section7 .condition.unsuccess_basket .title {
    font-size: 1.5rem;
    color: #ff2a45;
}

.basket_page .basket_part1 .middle_part .cart_section7 .condition .step1 .item1 {
    margin: 15px 0;
    font-size: 1.2rem;
    color: #777;
}

/**************************** user-panel *******************************/
/*#1*/
.panel_part1 {
    position: relative;
    margin: -85px 0 50px 0;
}

.panel_part1 label.error_style1 {
    top: -20px;
    transform: translateY(-50%);
    left: -9px;
    color: #c11c1c;
    padding: 7px 8px;
    width: auto;
    text-align: center;
    position: absolute;
    margin: 0;
    border-radius: 3px;
    z-index: 10;
}

.panel_style1 .panel_head {
    background-color: #e1e6d0;
    box-shadow: 0 3px 5px 0 #d8d8d8;
}

.panel_style1 .panel_head .title_style1 {
    color: #3b3a36;
    font-size: 1.4rem;
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    line-height: 30px;
    padding: 10px 0 10px 10px;
}

.panel_style1 .panel_head .title_style1:before {
    position: absolute;
    content: 'a';
    font-family: 'Jalilvand';
    right: 13px;
    font-size: 1.8rem;
    color: #697547;
}

.panel_style1 .panel_head .list1 .item1 {
    padding: 0 10px;
    margin-top: 10px;
}

.panel_style1 .panel_head .list1 .item1 .link1 {
    position: relative;
    font-size: 1.4rem;
    line-height: 43px;
    color: rgb(143, 158, 99);
    border: dashed 1px #697547a8;
    padding: 0 6px;
    border-radius: 3px;
}

.panel_style1 .panel_head .list1 .item1 .link1 .icon {
    position: relative;
    top: -3px;
}

.panel_style1 .panel_head .list1 .item1 .link1 .number {
    position: absolute;
    content: '';
    background-color: #8f9e63;
    color: #fff;
    right: -11px;
    top: -14px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 21px;
    font-size: 1rem;
}

.panel_style1 .panel_head .logout {
    text-align: left;
    font-size: 1.3rem;
    padding: 0 0 0 31px;
}

.panel_style1 .panel_head .logout .link1 {
    position: relative;
    color: #3b3a36;
    transition: right 0.3s ease;
}

.panel_style1 .panel_head .logout .link1 .text1 {
    position: relative;
    transition: right 0.3s ease;
    padding-left: 28px;
}

.panel_style1 .panel_head .logout .link1:after {
    position: absolute;
    content: '=';
    font-family: 'Jalilvand';
    left: 4px;
    font-size: 1.8rem;
    top: 50%;
    transform: translateY(-50%);
}

.panel_style1 .right-side {
    padding: 20px;
}

/*userinfo_part*/
.panel_style1 .right-side .userinfo_part {
    position: relative;
    min-height: 200px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 1px 1px 6px 0px #dedede;
}

.panel_style1 .right-side .userinfo_part .user_pic {
    position: absolute;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-right: solid 5px #a8ebc6;
    border-left: solid 5px #a8ebc6;
    border-top: solid 5px #b0ead0;
    border-bottom: solid 5px #b0ead0;
    left: -22px;
    border-radius: 50%;
    box-shadow: 3px 4px 17px 0px #c0ded6;
    z-index: 0;
}

.panel_style1 .right-side .userinfo_part .user_pic .pic {
    background: url("../_images/panel/male2.png") no-repeat center;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}



.panel_style1 .right-side .userinfo_part .wlcm {
    font-size: 1.3rem;
    color: #c0ded6;
    line-height: 21px;
}

.panel_style1 .right-side .userinfo_part .info_wrapper {
    position: relative;
    margin-top: 45px;
    text-align: center;
}

.panel_style1 .right-side .userinfo_part .info_wrapper .user_email {
    border-bottom: dashed 1px #d4e9ed;
    line-height: 21px;
    padding: 5px 0;
    font-size: 1.2rem;
    text-transform: capitalize;
    color: #a6a6a6;
}

.panel_style1 .right-side .userinfo_part .info_wrapper .user_name {
    position: relative;
    line-height: 21px;
    font-size: 1.3rem;
    padding: 9px 18px;
    color: #adadad;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel_style1 .right-side .userinfo_part .icon_panel {
    display: block;
    background-size: cover;
    width: 70px;
    height: 71px;
    position: relative;
    right: 10px;
    bottom: -13px;
    background: url(../_images/panel/house.svg) no-repeat;
}

/*menu_part*/
.panel_style1 .right-side .menu_part {
    position: relative;
    background-color: #fff;
    box-shadow: 1px 1px 6px 0px #dedede;
    margin-top: 20px
}

.panel_style1 .right-side .menu_part .menu_step1 .menu_item {
    text-align: center;
    padding: 10px;
    margin: 5px 0;
}

.panel_style1 .right-side .menu_part .menu_step1 .menu_item .link1 {
    position: relative;
    display: inline-block;
    padding: 51px 0px 15px 0;
    font-size: 1.2rem;
    width: 180px;
    border-bottom: dashed 1px #dfe7ed;
}

.panel_style1 .right-side .menu_part .menu_step1 .menu_item .link1:hover .icon.grayscale {
    filter: grayscale(0);
}

.panel_style1 .right-side .menu_part .menu_step1 .menu_item .link1 .icon {
    position: absolute;
    background-size: cover;
    width: 40px;
    height: 40px;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.panel_style1 .right-side .menu_part .menu_step1 .menu_item .link1 .icon.grayscale {
    filter: grayscale(1);
}

.panel_style1 .right-side .menu_part .menu_step1 .menu_item:last-child .link1 {
    border-bottom: none
}

/*left-side*/
.panel_style1 .left-side {
    padding: 20px;
}

.panel_style1 .left-side .userpanel_mainside {
    background-color: #fff;
    box-shadow: 1px 1px 6px 0px #dedede;
    padding: 20px;
    position: relative
}

.panel_title {
    position: relative;
    font-size: 1.5rem;
    color: #9fb3c1;
    margin-bottom: 30px;
}

.panel_title span {
    position: relative;
    z-index: 1
}

.panel_title span:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-color: rgba(168, 235, 198, 0.32);
    right: -8px;
    z-index: -1;
    top: -5px;
    transform: rotate(-29deg);
}

.panel_style1 .left-side .userpanel_mainside .form_style1 .list1 .item1 {
    position: relative;
    margin-bottom: 25px;
}

.panel_style1 .left-side .userpanel_mainside .form_style1 .list1 .item1.w-100 {
    width: 100%
}

.panel_style1 .left-side .userpanel_mainside .form_style1 .list1 .item1.w-100 .form_inner {
    position: relative;
}

.panel_style1 .left-side .userpanel_mainside .form_style1 .list1 .item1.w-100 .form_inner:after {
    position: absolute;
    content: '';
    width: 100px;
    right: 27px;
    bottom: -92px;
    border: dashed 1px #c0ded6;

}

.panel_style1 .left-side .userpanel_mainside .form_style1 .list1 .item1.w-100 .form_inner:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100px;
    border-right: dashed 1px #c0ded6;
    right: 26px;
    bottom: -92px;
}

.panel_style1 .left-side .userpanel_mainside .form_style1 .list1 .item1.w-100 .form_inner {
    position: relative;
}

.panel_label {
    margin-bottom: .5rem;
    font-size: 1.3rem;
    color: #9fb3c1;
    display: block;

}

.panel_input {
    position: relative
}

.panel_input input {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: solid 1px rgba(192, 222, 214, 0.41);
    text-align: right;
}

.user_panel_message .panel_input input {
    text-align: center
}

.panel_input input::placeholder, .panel_textarea textarea::placeholder {
    font-size: 1.2rem;
    color: #e69ea6;
}

.panel_textarea textarea::placeholder {
    text-align: center
}

.panel_input input[type="password"] {
    text-align: center
}

.item1.w-100 .form_inner .panel_label {
    display: inline-block;
    margin-bottom: 18px;
    position: relative;
    padding-left: 30px;
}

.panel_style1 .left-side .userpanel_mainside .user_profile_part1 .form_style1 .list1 .item1 input[type="file"] {
    cursor: pointer;
    height: 40px;
    width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 5;
}

.panel_style1 .left-side .userpanel_mainside .user_profile_part1 .form_style1 .list1 .item1 .profile-pic {
    padding: 0 10px;
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 2;
    text-align: center;
    background-color: #c0ded6;
    padding: 5px 10px;
    border: 2px dashed #fff;
    outline: 2px dashed #c0ded6;
    box-shadow: 0 0 0 6px #ccebe3, 0 0 1px 7px #c0ded6;
}

.panel_style1 .left-side .userpanel_mainside .user_profile_part1 .form_style1 .list1 .item1 .profile-pic::placeholder {
    color: #727272;
}

.cropper *{
    direction: ltr !important;
}

.panel_style1 .left-side .userpanel_mainside .user_profile_part1 .form_style1 .list1 .item1 .cropper .picture {
    width: 49%;
    margin-left: 2%;
    position: relative;
    margin-top: 25px;
    float: right;
    text-align: center;
}

.panel_style1 .left-side .userpanel_mainside .user_profile_part1 .form_style1 .list1 .item1 .cropper .picture .pic_style1, .panel_style1 .left-side .userpanel_mainside .user_profile_part1 .form_style1 .list1 .item1 .cropper .picture .pic_style1 .inner {
    position: relative;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1;
    border: solid 3px #a8ebc6;
    box-shadow: 1px 1px 11px 1px #d2d2d2;
}

.panel_style1 .left-side .userpanel_mainside .user_profile_part1 .form_style1 .list1 .item1 .cropper .picture .pic_style1 .inner {
    overflow: hidden;
    min-width: 100%;
    display: block;
}

.panel_style1 .left-side .userpanel_mainside .user_profile_part1 .form_style1 .list1 .item1 .cropper .picture .pic_style1:after {
    display: none
}

.panel_style1 .left-side .userpanel_mainside .user_profile_part1 .form_style1 .list1 .item1 .cropper .picture .pic_style1:before {
    display: none
}

.panel_style1 .left-side .userpanel_mainside .user_profile_part1 .form_style1 .list1 .item1 .cropper .cropper_holder {
    float: right;
    width: 49%;
    margin-top: 25px;
    text-align: center;
}

.panel_button {
    text-align: center;
    position: relative
}

.panel_button .btn1 {
    position: relative;
    background-color: #b3b3b3;
    color: #fff;
    width: 30%;
    border-radius: 0;
    text-align: right;
    padding: 13px 10px;
    border: 6px solid rgba(255, 255, 255, 0.45);
    border-radius: 50px;
    cursor: pointer;
}

.panel_button .btn1:before, .panel_button .btn1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 48%;
    top: 22px;
    left: -7px;
    border-radius: 50px;
    z-index: -1;
    filter: blur(14px);
}

.panel_button .btn1:before {
    background-image: linear-gradient(90deg, #8ce0f1, transparent);
}

.panel_button .btn1:after {
    background-image: linear-gradient(90deg, transparent, #79f391);
}

.panel_button .btn1 .icon {
    background: #c8c8c8;
    border-radius: 100%;
    position: absolute;
    left: 5px;
    font-size: 2.4rem;
    color: rgba(111, 111, 111, 0.5);
    -webkit-animation: ripple 0.6s linear infinite;
    animation: ripple 0.6s linear infinite;
    transition: transform 0.8s ease;
    height: 23px;
    width: 30px;
    text-align: center;
    transform-origin: center;
    top: 2px;
    margin: 0;
    z-index: 10;
}

.tooltip {
    margin: 0 4px
}

/*******************user_panel_message************/
.panel_textarea textarea {
    padding: 10px;
    border: solid 1px rgba(192, 222, 214, 0.41);
}

.tabs .nav-link {
    padding: 10px 16px;
    font-size: 1.1rem;
}

.tabs .nav-pills .nav-link {
    border-radius: 0;
}

.tabs .nav-pills .nav-link.active, .show > .nav-pills .nav-link {
    background-color: #a7b9b6;
    font-size: 1.2rem
}

.tabs .card {
    border: none;
}

.tabs .bgpink {
    background-color: #ff8a80;
}

.bggreen {
    background-color: #66bb6a;
}

.tabs .btn_tab {
    font-size: 1.2rem;
    line-height: 35px;
    padding: 0 15px;
    color: #fff;
    text-align: center;
    transition: all .5s;
}

.user_panel_message .panel_button .btn1 {
    width: 20%
}

.user_message_part2 {
    margin-top: 60px
}

.user_message_part2 .nav-item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    text-align: unset;
}

.table_panel {
    border-collapse: collapse;
    border-radius: 2px;
    width: 100%;
    border: solid 1px #e1e1e1;
    vertical-align: middle;
}

.table_panel thead {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e1e1e1;
}

.table_panel thead th {
    padding: 10px;
    color: #28A9BC;
    font-size: 1rem;
    text-align: center;
}

.table_panel thead th.no {
    width: 1%;
}

.table_panel tbody {
    background-color: #EBF2F4;
}

.table_panel tbody td {
    color: #777;
    font-size: 1.1rem;
    padding: 5px;
    text-align: center;
    border-left: 1px solid #e1e1e1;
    position: relative;
}

.table_panel tbody td.operation span {
    width: 94px;
}

.table_panel tbody td.name img {
    max-width: 96px;
    max-height: 89px;
    position: relative;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    border: solid 8px #fff;
}

.table_panel tbody .text {
    padding: 15px 0;
    font-size: 1.4rem;
    color: #92aca5;
    margin: 0;
}

.table_panel tbody tr {
    border-bottom: 1px solid #e1e1e1;
}

.table_panel tbody tr:last-child {
    border-bottom: none;
}

.table_panel tbody .view .link1 {
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.table_panel tbody .view .link1 .icon {
    position: absolute;
    width: 22px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 6px;
    opacity: 0.6;
}

.table_panel tbody .id {
    position: relative
}

.table_panel tbody .title_ad span {
    max-height: 20px;
    display: block;
}

.table_panel tbody .date span {
    display: block;
    margin: 3px 0;
    position: relative;
}

.table_panel .date .btn {
    font-size: 1.2rem;
    opacity: 0.5;
}

.table_panel tbody .operation .link1 {
    position: relative;
    margin: 0 2px;
    padding: 0 0 0 6px;
}

.table_panel tbody .operation .link1:after {
    position: absolute;
    content: '/';
    left: -3px;
}

.table_panel tbody .operation .link1:last-child:after {
    display: none
}

.panel_part1 .payment_style1, .panel_part1 .message_modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    overflow: hidden;
    text-align: center;
    display: none;
}

.panel_part1 .payment_style1 .container, .panel_part1 .payment_style1 .inner, .panel_part1 .message_modal .container, .panel_part1 .message_modal .container .inner {
    height: 100%;
}

.panel_part1 .payment_style1 .modal_payment_info {
    position: relative;
    padding: 50px;
    width: 550px;
    text-align: center;
    font-size: 1.2rem;
    color: #555;
    margin: 0 auto;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.panel_part1 .payment_style1 .modal_payment_info table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
}

.panel_part1 .payment_style1 .modal_payment_info table tr {
    border-bottom: 1px solid #eee;
}

.panel_part1 .payment_style1 .modal_payment_info table tr:last-child {
    border-bottom: 0 none;
}

.panel_part1 .payment_style1 .modal_payment_info td {
    height: 40px;
    width: 50%;
}

.panel_part1 .payment_style1 .modal_payment_info td.name {
    background-color: #eee;
    border-bottom: 1px solid #e1e1e1;
}

.panel_part1 .payment_style1 .modal_payment_info td.value {
    background-color: #fff;
}

.panel_part1 .payment_style1 .modal_payment_info .title {
    font-size: 1.4rem;
    text-align: center;
    line-height: 20px;
    margin: 0;
    padding: 10px 0;
}

.panel_part1 .payment_style1 .modal_payment_info .close_btn {
    top: 13px;
    right: 18px;
    font-size: 1.7rem;
    color: #c0ded6;
    transition: all 0.3s ease;
}

.panel_part1 .payment_style1 .modal_payment_info .close_btn:hover {
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.panel_part1 .payment_style1 .modal_payment_info .line1 {
    left: -66px;
    top: -41px;
}

.panel_part1 .payment_style1 .modal_payment_info .line1, .panel_part1 .payment_style1 .modal_payment_info .line2 {
    position: absolute;
    width: 69px;
    height: 10px;
    background-color: #c0ded6;
    border-radius: 6px;
    transform: rotate(48deg);
}

.panel_part1 .payment_style1 .modal_payment_info .line1:before, .panel_part1 .payment_style1 .modal_payment_info .line1:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 10px;
    background-color: inherit;
    border-radius: 6px;
    left: 33px;
}

.panel_part1 .payment_style1 .modal_payment_info .line1:before, .panel_part1 .payment_style1 .modal_payment_info .line2:before {
    top: -16px;
}

.panel_part1 .payment_style1 .modal_payment_info .line1:after, .panel_part1 .payment_style1 .modal_payment_info .line2:after {
    top: 16px;
}

.panel_part1 .payment_style1 .modal_payment_info .line2 {
    right: -66px;
    bottom: -41px;
}

.panel_part1 .payment_style1 .modal_payment_info .line2:before, .panel_part1 .payment_style1 .modal_payment_info .line2:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 10px;
    background-color: inherit;
    border-radius: 6px;
    right: 33px;
}

.panel_part1 .message_modal .modal_message_info {
    position: relative;
    padding: 25px;
    width: 700px;
    text-align: center;
    font-size: 1.2rem;
    color: #555;
    margin: 0 auto;
    background-color: #ebf2f4;
    top: 50%;
    transform: translateY(-50%);
}

.panel_part1 .message_modal .modal_message_info ul {
    background: #fff;
    padding: 16px;
    box-shadow: 0px 0px 27px -3px #cecece;
}

.panel_part1 .message_modal .modal_message_info li {
    margin: 30px 0;
}

.panel_part1 .message_modal .modal_message_info .label_style1 {
    font-size: 1.3rem;
    line-height: 21px;
    margin: 0 0 14px 0;
    background: transparent;
}

.panel_part1 .message_modal .modal_message_info .input_style1 {
    padding: 12px 10px;
    border: none;
    background-color: #f1f1f1;
    text-align: right;
    color: #636363;
}

.panel_part1 .message_modal .modal_message_info .textarea_style1 {
    border: none;
    background: #f1f1f1;
    padding: 12px 10px;
    text-align: right;
    color: #636363;
}

.panel_part1 .message_modal .modal_message_info .close_btn {
    position: absolute;
    top: 36px;
    right: 36px;
    font-size: 1.7rem;
    color: #c0ded6;
    transition: all 0.3s ease;
    cursor: pointer;
}

.panel_part1 .message_modal .modal_message_info .close_btn:hover {
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.panel_part1 .message_modal .bg.close_bg {
    background-color: rgba(152, 152, 152, 0.46);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.table_panel .date .btn {
    font-size: 1.2rem;
    opacity: 0.5;
}

.table_panel tbody .date span {
    display: block;
    margin: 3px 0;
    position: relative;
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}


.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.panel_part1 .table_panel .number {
    width: 1%;
}

.panel_style1 .table_panel .subject {
    width: 12%;
}
.panel_style1 .services .table_panel .subject{
    width: 58%;
}
.panel_style1 .table_panel .name {
    width: 13%;
}

.panel_style1 .table_panel .money {
    width: 8%;
}

.panel_style1 .table_panel .status {
    width: 22%;
}

.panel_style1 .table_panel .view {
    width: 14%;
}

.panel_style1 .table_style2 {
    width: 100%;
    border: solid 1px #e1e1e1;
    overflow: auto;
}

.panel_style1 .table_style2 table {
    border-collapse: collapse;
    vertical-align: middle;
    min-width: 800px;
    border: none;
}

.panel_style1 .table_style2 tbody {
    background-color: #fff;
}

.panel_style1 .table_style2 tbody tr {
    border-bottom: 1px solid #eee;
}

.panel_style1 .table_style2 tbody tr:last-child {
    border-bottom: none;
}

.panel_style1 .table_style2 tbody td {
    color: #888;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
    text-align: center;
    border-left: 1px solid #eee;
    position: relative;
    line-height: 26px;
}


.panel_style1 .option .option-part {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
}

.panel_style1 .option .option-part .icon {
    font-size: 1.7rem;
    line-height: 30px;
    color: #777;
}

.panel_style1 .option .option-part:hover {
    background: #cecece;
}

.panel_style1 .left-side .userpanel_mainside.address-panel {
    padding: 20px 19px 20px 0;

}

.panel_style1 .address-panel .step1 .no_item {
    font-size: 1.3rem;
    color: #444;
}

.panel_style1 .address-panel .step1 .no_item .icon {
    background: transparent no-repeat center center / contain;
    width: 45px;
    height: 45px;
    margin-left: 15px;
}

.panel_style1 .address-panel .step1 .item1 {
    margin: 25px 0;
}

.panel_style1 .address-panel .btn-address span {
    background: #6cc314;
    padding: 10px 28px;
    color: #27501d;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

.panel_style1 .address-panel .btn-address span:after {
    position: absolute;
    content: '';
    left: 5px;
    right: -5px;
    top: 5px;
    bottom: -5px;
    background: transparent;
    border: solid 2px #229504;
    transition: all 0.3s ease;
}

.panel_style1 .address-panel .btn-address span:hover:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease;
}

/***************************************************** Print Factor *****************************************************************/
/*factor style*/
.factor_style1 {
    position: relative;
    background: #f5f5f5
}

.factor_style1 .inner {
    background: #eaeaea;
}

.factor_style1 .factor_part1 {
    position: relative;
    padding-top: 20px;
    height: 70px;
    margin-bottom: 20px;
}

.factor_style1 .factor_part1 .btn_style3 {
    position: absolute;
    top: 12px;
    right: 0;
    margin: 0;
    width: 200px;
    padding: 10px 0;
    background: #fff;
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    border-radius: 1px;
}

.factor_style1 .factor_part1 .btn_style3:hover {
    background: #C7D59F;
}

.factor_style1 .factor_part1 .title {
    font-weight: bold;
    font-size: 1.7rem;
    color: #697547;
    text-align: center;
}

.factor_style1 .factor_part1 .logo {
    position: absolute;
    left: 0;
    top: -7px;
    width: 180px;
    height: 75px;
    background: none no-repeat center center/contain;
    mix-blend-mode: multiply;
}

.factor_style1 .factor_part1 .print {
    position: absolute;
    right: 10px;
    top: 15px;
}

.factor_style1 .factor_part2 {
    margin-bottom: 20px;
}

.factor_style1 .factor_part2 .table1,
.factor_style1 .factor_part2 .table1 table {
    border-collapse: collapse;
    border-radius: 2px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.factor_style1 .factor_part2 .table1 .user_info {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    width: 75%;
}

.factor_style1 .factor_part2 .table1 .user_info:before {
    content: '';
    position: absolute;
    width: 40px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
}

.factor_style1 .factor_part2 .table1 .vert_label {
    letter-spacing: 0.5px;
    font-size: 1.2rem;
    color: #fff;
}

.factor_style1 .factor_part2 .table1 .vert_label .outer_text {
    height: 100%;
    position: relative;
    width: 40px;
}

.factor_style1 .factor_part2 .table1 .vert_label .inner_text {
    font-size: 1.3rem;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    letter-spacing: 1px;
}

.factor_style1 .factor_part2 .table1 {
    min-width: 550px;
}

.factor_style1 .factor_part2 .table1 table {
    width: 100%;
}

.factor_style1 .factor_part2 .table1 .user_info .info_row {
    border-bottom: 1px solid #e0e0e0;
}

.factor_style1 .factor_part2 .table1 .user_info .info_row:last-child {
    border-bottom: 0 none;
}

.factor_style1 .factor_part2 .table1 .user_info .info_col {
    padding: 10px 20px;
}

.factor_style1 .factor_part2 .table1 .user_info .info_item {
    float: right;
    margin-left: 40px;
    font-size: 1.4rem;
    line-height: 29px;
}

.factor_style1 .factor_part2 .table1 .user_info .info_item .item_name {
    color: #CB1B4F;
    display: inline-block;
}

.factor_style1 .factor_part2 .table1 .user_info .info_item .item_val {
    color: #444;
    display: inline-block;
}

.factor_style1 .factor_part2 .table1 .pay_info {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    padding: 20px 0;
}

.factor_style1 .factor_part2 .table1 .pay_info * {
    text-align: center;
}

.factor_style1 .factor_part2 .table1 .pay_info:before {
    content: '';
    position: absolute;
    width: 40px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
}

.factor_style1 .factor_part2 .table1 .pay_info .date {
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #444;
}

.factor_style1 .factor_part2 .table1 .pay_info .title_style2 {
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.factor_style1 .factor_part2 .table1 .pay_info .barcode_img {
    display: block;
    margin: 6px auto;
    opacity: 0.7;
}

.factor_style1 .factor_part2 .table1 .pay_info .barcode_no {
    font-size: 1.2rem;
    margin: 0
}

.factor_style1 .factor_part2 .table1 .pay_info .pay_type {
    font-size: 1.4rem;
}

.factor_style1 .factor_part3.table_style3 thead th {
    color: #555;
    font-size: 1.2rem;
    background: rgba(128, 128, 128, 0.11);
}

.factor_style1 .factor_part3.table_style3 td.pic .pic {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: none no-repeat center center/contain;
}

.factor_style1 .factor_part3.table_style3 td.name {
    font-size: 1.25rem;
    line-height: 30px;
}

.factor_style1 .factor_part3.table_style3 td.name .opt_item {
    display: inline-block;
    margin-left: 15px;
    color: #00aee7;
    position: relative;
    font-size: 1.1rem;
}

.factor_style1 .factor_part3.table_style3 td.name .opt_item:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 15px;
    background-color: #bbb;
    transform: rotate(15deg);
}

.factor_style1 .factor_part3.table_style3 td.name .opt_item:last-child:before {
    display: none;
}

.factor_style1 .factor_part3.table_style3 td.price_total {
    font-size: 1.25rem;
    color: #00b626;
    letter-spacing: 1.5px;
}

.factor_style1 .factor_part3.table_style3 td.price_unit .discount {
    color: #f00;
    font-size: 1.2rem;
    margin-top: 5px;
    display: inline-block;
}

.factor_style1 .factor_part3.table_style3 td.price_unit .price {
    text-decoration: line-through;
    margin-left: 15px;
    color: #aaa;
}

.factor_style1 .factor_part3.table_style3 td.price_unit .price_discount {
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #009bf3;
}

.factor_style1 .factor_part3.table_style3 tr {
    border-bottom: 1px solid #e5e5e5;
}

.factor_style1 .factor_part3.table_style3 td {
    border-left: 1px solid hsla(220, 21%, 73%, 0.2);
}

.factor_style1 .factor_part3.table_style3 td:last-child {
    border-left: 0 none;
}

.factor_style1 .factor_part3.table_style3 tr:hover {
    background-color: #fff;
}

.factor_style1 .factor_part3.table_style3 tr.table_footer .price_name {
    letter-spacing: 0.5px;
    font-size: 1.2rem;
    color: #555;
}

.factor_style1 .factor_part3.table_style3 tr.table_footer .price_val {
    font-size: 1.25rem;
    letter-spacing: 1px;
}

.factor_style1 .factor_part3.table_style3 tr.table_footer.amount .price_name {
    color: #01af26;
    font-size: 1.5rem;
}

.factor_style1 .factor_part3.table_style3 tr.table_footer.amount .price_val {
    font-size: 1.6rem;
    letter-spacing: 1px;
    color: #00b626;
}

.factor_style1 .factor_part3.table_style3 tr.table_footer.price_other .price_name {
    color: #0395e8;
}

.factor_style1 .factor_part3.table_style3 tr.table_footer.price_other .price_val {
    color: #009bf3;
}

.factor_style1 .factor_part3.table_style3 tr.table_footer.discount .price_name {
    color: #e00;
}

.factor_style1 .factor_part3.table_style3 tr.table_footer.discount .price_val {
    color: #f00;
}

.factor_style1 .factor_part3.table_style3 tr.table_footer .factor_text_label {
    letter-spacing: 0.5px;
    font-size: 1.2rem;
    background: rgba(128, 128, 128, 0.06);
    color: #555;
}

.factor_style1 .factor_part3.table_style3 tr.table_footer .factor_text_label .outer_text {
    height: 100%;
    position: relative;
}

.factor_style1 .factor_part3.table_style3 tr.table_footer .factor_text_label .inner_text {
    font-size: 1.3rem;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    letter-spacing: 1px;
}

.factor_style1 .factor_part4 {
    padding: 15px 0 20px 0;
    border-right: 1px solid rgba(170, 180, 200, 0.4);
    border-bottom: 1px solid rgba(170, 180, 200, 0.4);
    border-left: 1px solid rgba(170, 180, 200, 0.4);
    background: #f5f5f5
}

.factor_style1 .factor_part4 .sign_item {
    float: right;
    width: 33.3%;
    color: #888;
    font-size: 1.2rem;
    line-height: 25px;
    text-align: center;
    position: relative;
}

.factor_style1 .factor_part4 .sign_item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: 40px;
    width: 1px;
    background-color: #eee;
}

.factor_style1 .factor_part4 .sign_item:last-child:before {
    display: none;
}

.factor_style1 .factor_part5 .returned_item {
    position: relative;
    margin-bottom: 25px;
}

.factor_style1 .factor_part5 .returned_item:last-child {
    margin-bottom: 0;
}

.factor_style1 .factor_part5 .returned_item .returned_name {
    border-right: 8px solid #e8094b;
}

.factor_style1 .factor_part5 .pic_product {
    width: 65px;
    height: 65px;
    border-radius: 5px;
    background: #f7f7f7 none no-repeat center center/contain;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 8px;
    border: 1px solid #ddd;
    margin-top: -37px;
}

.factor_style1 .table_footer_price.print_only td.outer_table {
    padding: 15px 5px;
}

.factor_style1 .table_footer_price.print_only td.outer_table td.price_item {
    padding: 0;
    height: 30px;
    width: 25%;
    font-size: 1.2rem;
}

.factor_style1 .table_footer_price.print_only td.outer_table td.price_item .price {
    font-size: 1.4rem;
    letter-spacing: 1px;
    display: inline-block;
    margin-right: 10px;
}

.factor_style1 .print_only {
    display: none;
}

.factor_style1 .screen_only.pic {
}

.factor_style1 .screen_only.pic a {
    background: no-repeat center / contain;
    display: block;
    height: 60px;
    border: solid 5px #fff;
}

.factor_style1 .table_style2 .pro_option * {
    text-align: center;
}

.factor_style1 .btn_style1 {
    width: 150px;
}

.factor_style1 .btn_style1 .btn_link {
    padding: 10px 0;
    display: block;
}

.factor_style1 .table_style2 table {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    min-width: 800px;
    border: none;
}

.factor_style1 .table_style2 thead {
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    height: 40px;
    background-color: #f3f3f3;
    color: #0D6494;
    font-size: 1.2rem;
}

.factor_style1 .table_style2 thead th {
    padding: 20px;
    text-align: center;
    position: relative;
}

.factor_style1 .table_style2 tbody {
    background-color: #fff;
}

.factor_style1 .table_style2 tbody td {
    color: #888;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
    text-align: center;
    border-left: 1px solid #eee;
    position: relative;
    line-height: 26px;
    vertical-align: middle;
}

@media print {
    @page {
        size: a4 landscape;
    }

    * {
        -webkit-print-color-adjust: exact;
    }

    .container {
        width: 100% !important;
        max-width: none !important;
    }

    /*body{min-height:auto;}*/
    .header_style1,
    .sidebar_style1,
    #all_page_container_bg,
    .factor_detail_part1 .paper_style1 .title_style1,
    .factor_detail_part1 .paper_style1 .btn_group_style2,
    .factor_detail_part1 .factor_part5,
    .user_msg_part1,
    .factor_detail_part1 .log_report,
    .factor_detail_part1 .btn_group_style1,
    .factor_style1 .factor_part1 .print,
    .factor_detail_part1 .table_style3 td.pic,
    .factor_detail_part1 .table_style3 th.pic,
        /*.factor_style1 .factor_part1 .logo,*/
    .msg_sent_part1,
    .page_title,
    .result_style2,
    .factor_style1 .card_info,
    .sidebar1,
    #breadcrumb,
    .title_style2,
    footer,
    #go_top,
    .panel_style1 .dashboard,
    .visit_style1,
    .btn_style3,
    .other_page_says {
        display: none !important;
    }

    .panel_style1 .panel_content {
        background-color: #fff;
    }

    .other_page_content .inner {
        padding-right: 0;
    }

    main.main_side {
        width: 100%;
    }

    #clientarea > .container > .inner {
        padding: 0 !important;
    }

    .client_part1 {
        margin: 0 !important;
    }

    .factor_style1 .factor_part1 {
        margin-bottom: 38px;
    }

    .factor_style1 .factor_part1 .logo {
        display: block;
        top: 0;
        width: 250px;
        height: 90px;
        left: 35px;
    }

    .mainside_style1 {
        background-color: #fff;
        width: 100%;
        padding: 0;
        float: none;
    }

    .paper_style1 {
        box-shadow: none;
        padding: 0;
    }

    #all_page_container {
        padding: 0;
    }

    .factor_style1 {
        margin-top: 0;
    }

    .factor_style1 .factor_part2 .table1 table {
        text-align: right !important;
    }

    .factor_detail_part1 .table_style3 tbody td {
        padding: 0;
    }

    /*.factor_style1 .factor_part3.table_style3 td.factor_text{text-align:center;}*/
    .factor_style1 tr.print_only {
        display: table-row;
    }

    .factor_style1 .screen_only {
        display: none;
    }

    .factor_style1 .factor_part3.table_style3 td {
        border-left: 1px solid #444;
    }

    .factor_style1 .factor_part3.table_style3 {
        border: 1px solid #444;
    }

    .factor_style1 .factor_part3.table_style3 tr,
    .factor_style1 .factor_part3.table_style3 thead tr:last-child {
        border-bottom: 1px solid #444;
    }

    .factor_style1 .factor_part3.table_style3 thead th {
        background: rgba(128, 128, 128, 0.5);
        border-left: 1px solid #444;
        color: #111;
        font-size: 1.45rem;
    }

    .factor_style1 .factor_part3.table_style3 thead th:last-child {
        border-left: 0 none;
    }

    .factor_style1 .factor_part3.table_style3 tr:last-child {
        border: 0 none;
    }

    .factor_style1 .table_footer_price.print_only td.outer_table td.price_item {
        border-left: 1px solid #888;
    }

    .factor_style1 .table_footer_price.print_only td.outer_table td.price_item:last-child {
        border-left: 0 none;
    }

    .factor_style1 .factor_part4 {
        border-color: #333;
    }

    .factor_style1 .factor_part4 .sign_item:before {
        background-color: #888;
    }

    .factor_style1 .factor_part4 .sign_item {
        color: #222;
    }

    .factor_style1 .table_footer_price.print_only {
        background: rgba(128, 128, 128, 0.5);
    }

    .factor_style1 .table_footer_price.print_only td.outer_table td.price_item {
        font-size: 1.25rem;
    }

    .factor_style1 .table_footer_price.print_only td.outer_table td.price_item.amount .price {
        font-size: 1.7rem;
        letter-spacing: 2px;
    }

    .factor_style1 .factor_part1 .title {
        font-size: 2.2rem;
        color: #000;
    }

    .factor_style1 .factor_part3.table_style3 td.price_unit .price {
        font-size: 1.25rem;
        color: #888;
    }

    .factor_style1 .factor_part3.table_style3 td.price_unit .price_discount {
        font-size: 1.35rem;
        color: #111;
    }

    .factor_style1 .factor_part3.table_style3 td.price_unit .discount {
        color: #333;
    }

    .factor_style1 .factor_part3.table_style3 td.price_total {
        font-size: 1.45rem;
        color: #111;
    }

    .factor_style1 .factor_part3.table_style3 td.name {
        color: #111;
        font-size: 1.3rem;
    }

    .factor_style1 .table_footer_price.print_only td.outer_table td.price_item {
        color: #000;
    }

    .factor_style1 .factor_part2 .table1 .user_info:before,
    .factor_style1 .factor_part2 .table1 .pay_info:before {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .factor_style1 .factor_part2 .table1 .user_info,
    .factor_style1 .factor_part2 .table1 .pay_info {
        border: 1px solid #333;
    }

    .factor_style1 .factor_part2 .table1 .user_info .info_row {
        border-bottom: 1px solid #999;
    }

    .factor_style1 .factor_part2 .table1 .user_info .info_item {
        font-size: 1.5rem;
        line-height: 30px;
        color: #333;
    }

    .factor_style1 .factor_part2 .table1 .user_info .info_item .item_name {
        color: #111;
        text-align: right
    }

    .factor_style1 .factor_part2 .table1 .vert_label .inner_text {
        font-size: 1.7rem;
    }

    .factor_style1 .factor_part2 .table1 .pay_info .pay_type {
        color: #333;
        font-size: 1.5rem;
    }

    .factor_style1 .factor_part2 .table1 .pay_info .barcode_no {
        font-size: 1.5rem;
    }

    .factor_style1 .factor_part2 .table1 .pay_info .date {
        font-size: 1.5rem;
        color: #111;
    }
}

/***************Tohid dadashnejad******************/
.blockUI h1 img {
    max-width: 100%;
    margin: auto;
}

.toast-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.toast-message {
    font-size: 14px;
}

.toast-title, .toast-message {
    font-family: 'at1';
}
.toolbar_style1 .no-item_style1 {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #bf5c5c;
    font-size: 12px;
}
span.mw-100.display-block.toolbar_style1.p-2.mb-4 {
    display: inline-block;
}
span.mw-100.display-block.toolbar_style1.p-2.mb-4 .search-title{
    color:red;
    margin-left: 10px;
}
span.delete-search {
    background: #e47575;
    display: inline-block;
    color: white;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 7px;
    line-height: 15px;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
}
input[name="search"].error_style1.error {
    border: 1px solid #E47575;
}
input[name="search"].error_style1.error+label.error {
    position: absolute;
    left: 45px;
    top: 15px;
    color: #E47575;
}

.blockUI.blockMsg.blockElement {
    top: 50% !important;
    margin: 0 auto !important;
    left: 0 !important;
}
.swal-overlay--show-modal .swal-modal{
    border: 2px solid #6f7950;
    background: #F8F8F8;
}

.swal-button--cancel {
    background-color: #f8f8f8;
    color: #565f3b;
}
.swal-text {
    font-size: 14px;
}
.swal-title {
    font-size: 18px;
    border-bottom: 3px solid #E1E6D0;
    padding-bottom: 11px !important;
    display: inline-block;
}

.swal-button {
    font-size: 12px;
}
.swal-footer {
    background: #E1E6D0;
    direction: ltr;
    border-top: 2px solid #6f7950;
}
.swal-button--danger {
    background-color: #ff6963;
}

.swal-icon--success:after, .swal-icon--success:before,.swal-icon--success__hide-corners {
    background: #F8F8F8;
}
.swal-overlay {
    background-color: rgba(186, 195, 156, 0.41);
}
.swal-text{
    text-align: center;
    display: block;
}
#login-form label.error_style1.error {
    /* display: none !important; */
    top: 37% !important;
    font-size: 0.8em !important;
}
a.added i {
    color: red !important;
    background: #EBF1DA !important;
}
.out-of-stock{
    background: #f93f3f !important;
    color: #fff !important;
    box-shadow: unset !important;
}
.link.out-of-stock{
    border: solid;
    height: 48px;
}

span.offer_style2.out-of-stock {
    background: #ea2626;
    left: 0;
    right:unset;
    border-radius: 0 0 4px 0;
}
.d-block.disnone {
    display: none !important;
}

/*******************user_panel_ticket************/
.panel_part1 .user_panel_ticket .userpanel_mainside{padding: 27px;padding-left: 0}
.panel_part1 .user_panel_ticket .step1 .item1{
    margin-bottom: 20px;
}
.panel_part1 .user_panel_ticket .step1 .item1.admin{
    flex-direction: row-reverse;
}
.panel_part1 .user_panel_ticket .user_ticket_part2 .panel_chat .info_part .pic{
    width: 60px;
    min-width: 60px;
    height: 60px;
    background: no-repeat center / contain;
    border-radius: 50px;
    margin-bottom: 5px;
}
.panel_part1 .user_panel_ticket .user_ticket_part2 .panel_chat .info_part .name{
    padding: 7px 3px;
    font-size: 1rem;
    color: #777;
    background: #f5f5f5;
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60px;
}
.panel_part1 .user_panel_ticket .user_ticket_part2 .panel_chat .info_part .date{
    color: #999;
    margin-top: 5px;
    font-size: 0.9rem;
    margin-bottom: 6px;
}
.panel_part1 .user_panel_ticket .user_ticket_part2 .panel_chat .text_part{
    position: relative;
    background: #eee;
    padding: 23px 11px;
    text-align: right;
}
.panel_part1 .user_panel_ticket .step1 .item1.admin .text_part:after{
    position: absolute;
    content: '';
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-right: solid 6px #eee;
    border-left: solid 6px transparent;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
}
.panel_part1 .user_panel_ticket .step1 .item1.admin .text_part:before{display: none}
.panel_part1 .user_panel_ticket .step1 .item1 .text_part:before{
    position: absolute;
    content: '';
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-left: solid 6px #eee;
    border-right: solid 6px transparent;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
}
.panel_part1 .user_panel_ticket .panel_textarea{
    padding-left: 37px;
}
.panel_part1 .user_message_part1 .select-style2 .nice-select{
    background: transparent ;
    color: #e69ea6;
    border-bottom: solid 1px rgba(192, 222, 214, 0.41) ;
    height: 33px ;
    line-height: 31px ;
}
.basket_page .basket_part1 .top_part .step .item.checked a {
    background: #49af48 !important;
    color: white;
}
.basket_page .basket_part1 .top_part .step .item.checked a:before {
    content: '\51';
    font-family: 'Jalilvand';
    position: absolute;
    right: 4px;
    font-size: 1.7rem;
    top: 50%;
    transform: translateY(-50%);
}
.cart-count{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cart-count.error{
    border: 1px solid #ffa86e;
    background: #ffc479;
    color: white;
}
.price.discount {
    color: #25981e;
    background: #f9f9f9;
    padding: 5px 10px;
    margin-left: -10px;
}
.price.discount:before {
    content: '-';
    position: relative;
    left: 5px;
    font-size: 12px;
    color: red;
}
.basket_page .basket_part1 .middle_part .cart_section7 .condition.pending_basket {
    border: solid 2px #fdcc28;
    border-top: solid 3px #fdcc28;
}
.basket_page .basket_part1 .middle_part .cart_section7 .condition.pending_basket .title {
    color: #ffa700;
}
.basket_page .basket_part1 .middle_part .cart_section7 .condition.pending_basket .icon{
    color: #ffa700;
}