:root {
    --color-dark-navy-blue: #054067;
    --color-deep-blue: #0A7FCA;
    --color-light-blue: #c6cef3;
    --color-dark-blue: #222e40;
    --color-yellow: #FFDE14;
    --color-gold: #e7cb1e;
    --color-dark-yellow: #ffc800;
    --color-light-yellow: #efe8c1;
    --color-magenta: #A6266C;
    --color-dark-magenta: #83325e;
    --color-light-magenta: #a38595;
    --color-green: #32db64;
    --color-light-green: #90C245;
    --color-dark-olive-green: #615562;
    --color-light-teal: #80d9b5;
    --color-teal: #3fd3ab;
    --color-gray: #787878;
    --color-dark-gray: #1a1d1c;
    --color-middle-gray: #cecece;
    --color-light-gray: #fafafa;
    --color-charcoal-gray: #282a29;
    --color-red: #EB3941;
    --color-light-red: #e76447;
    --color-dark-purple: #6a0095;
    --color-light-purple: #f5bada;
    --color-white: #fff;
    --color-black: #000;
    --color-link: var(--color-gray);
    --color-link-hover: var(--color-red);
    --color-active: var(--color-yellow);
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.center {
    z-index: 1;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

a,
.sidebar-title,
form .select .field-w .icofont-simple-down {
    color: var(--color-link)
}

.swiper-button,
form.theme-yellow .field-wo.captcha .field-w .reload-w a,
.header-sh-cart-nb-bg {
    background-color: var(--color-yellow)
}

a:hover,
.swiper-lazy-preloader,
form .select .field-w .icofont-simple-up {
    color: var(--color-link-hover)
}

.active a {
    cursor: default;
    color: var(--color-active)
}

.swiper-lazy-preloader {
    border-color: var(--color-link-hover)
}

.pagination-group li.active,
.header-registration a:hover,
input[type="range"]::-webkit-slider-thumb,
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--color-black)
}

.display-bloc,
form .field-wo.is-clickable.is-large,
form .field-wo .field-w .input-imaged a.img,
form .field-wo.captcha .field-w .reload-w a,
.pagination li a,
.col,
.alert-box .alert-box-inner,
.alert-box .alert-box-inner .alert-message,
.img-w,
.img-w,
.img-wi,
a.img-link,
.img-rsz img,
.img-w .img-wi .img-rsz,
.img-w .img-wi img,
a:hover .img-wi .img-layer,
.img-w .img-wi .img-layer-up,
.img-w .img-category,
.layer-wrp.is-confirm .confirm-w .actions,
.socials ul li a,
#menu-sidebar .main-menu ul li,
#menu-sidebar .main-menu ul li a,
.langs ul li a,
.langs ul li span.lang-text,
.sidebar-title,
.sidebar-inner,
.sidebar-content,
.filter-by-wrp,
.filter-by-category .choice-list,
.filter-category-btn {
    display: block;
}

.display-ibloc,
form .field-wo.is-clickable.is-small,
form .field-wo.is-clickable .field-w,
ul.no-style li,
.pagination-group,
.pagination li,
.alert-box .alert-box-inner:hover .alert-box-clz,
.active .img-w .img-stamp,
a:hover .img-w .img-stamp,
.img-w .img-action,
.unique-img-preview,
a:hover .img-w .img-wi .img-label-mini,
.img-w .img-category a,
.financial,
.financial .currency,
.socials ul li,
.menu-hamburger,
.menu-hamburger .lines,
.menu-hamburger .label-inner {
    display: inline-block;
}

.hidden,
.display-none,
form .field-wo.is-clickable.is-hidden {
    display: none
}

.v-hidden {
    visibility: hidden
}

.display-inline {
    display: inline
}

.display-table {
    display: table
}

.bg-gradien-red-black {
    background: -webkit-linear-gradient(to right, var(--color-red), var(--color-dark-gray));
    background: linear-gradient(to right, var(--color-red), var(--color-dark-gray));
}

.bg-gradien-black-red {
    background: -webkit-linear-gradient(to right, var(--color-dark-gray), var(--color-red));
    background: linear-gradient(to right, var(--color-dark-gray), var(--color-red));
}

.text-gradien-red-black {
    background: -webkit-linear-gradient(to right, var(--color-red), var(--color-black));
    background: linear-gradient(to right, var(--color-red), var(--color-black));
    -webkit-background-clip: text;
    color: transparent;
}

.title.lined {
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.title.lined .text {
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    color: var(--color-red);
}

.title.lined .line {
    width: 80px;
    height: 5px;
    display: block;
    left: 50%;
    bottom: 0;
    z-index: 0;
    position: absolute;
    transform: translateX(-50%);
    background-color: var(--color-black);
    background: -webkit-linear-gradient(to right, transparent, var(--color-red));
    background: linear-gradient(to right, transparent, var(--color-red));
}

.table {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
    border-spacing: 0;
    border-collapse: separate
}

.table .nb {
    padding: 0 5px;
    color: #e5bd2c;
    font-weight: bold
}

.table tr td table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: separate;
    border-radius: none
}

.table thead {
    width: 100%
}

.table tr.header {
    color: var(--color-white);
    width: 100%;
    background-color: var(--color-magenta)
}

.table tr.header td table tr {
    color: var(--color-white);
    background-color: transparent
}

.table tr.header th {
    font-weight: normal;
    border-bottom: 1px solid #ddd
}

.table tr th,
.table tr td {
    padding: 5px;
    text-align: center
}

.table tr.header th.th-id,
.table tr th.td-id {
    width: 20px
}

.table tr.header th.th-actions,
.table tr th.td-actions {
    width: 60px
}

.table tr {
    background-color: var(--color-white)
}

.table tr.odd {
    background-color: var(--color-light-gray)
}

.table tr.off {
    background-color: #FCE5E5;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid #F2CBCB
}

.table tr.later {
    background-color: #FFF5C1;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid #DECB6F
}

.table tbody tr:hover {
    background-color: #FCF7DB
}

.table tr td {
    padding: 6px 10px;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid #ddd
}

.empty-w {
    color: #b1b1b1;
    text-align: center;
    font-weight: bold;
    animation: zoomIn .3s
}

.empty-w .icon {
    padding: 15px;
    color: #ff8a90
}

.table tr td table tr td {
    padding: 0 5px;
    border-top: none;
    border-bottom: none
}

.table tr .td-id {
    color: #CE6C48
}

.table tr .td-id.is-new-row {
    color: var(--color-white);
    background-color: #58AD35
}

.table tr .td-img .img-wi {
    width: 100px;
    height: 100px
}

.table tr .td-avatar .img-wi {
    width: 80px;
    height: 80px
}

.table tr .td-icofont .icon {
    overflow: hidden;
    width: 32px;
    height: 32px;
    padding: 15px;
    border: 1px solid #ece9f9
}

.table tr .td-icofont .icon i {
    font-size: 32px
}

.table.mini {
    margin: 0;
    width: 100%;
    clear: both;
    border-spacing: 0;
    border-collapse: separate
}

.table.mini tr.header {
    color: var(--color-white);
    background-color: #333
}

.table.mini tr.header th,
.table.mini.no-header tr th,
.table.mini tr td {
    padding: 5px;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid #ddd
}

.table.mini tr.header th.blank {
    background-color: var(--color-white)
}

.table.mini.no-header tr th {
    color: #E3A236
}

.table.mini tr td {
    color: #222
}

.table.mini.no-header tr td,
.table.mini.no-header tr th {
    padding: 8px
}

.table.mini.no-header tr.first-row td,
.table.mini.no-header tr.first-row th {
    border-top: 1px solid #ccc
}

.table.mini.no-header tr th {
    font-weight: bold
}


/* Form */

form .form-sep {
    clear: both;
    display: block;
    width: 100%;
    height: 10px;
    margin: 20px 0;
    background-color: var(--color-light-gray);
}

form .field-wo:not(.is-group),
form .field-wo.is-group.is-iconed {
    margin-bottom: 25px;
}

form .field-wo.is-group {
    padding: 0;
    display: block;
}

form .field-wo.is-group>label {
    display: block;
    margin-bottom: 2px;
}

form .field-wo.is-group>label .label-content {
    font-style: oblique;
    cursor: default;
}

form .field-wo.is-group:not(.is-buttoned) .fields-wrp {
    padding: 15px;
    max-height: 205px;
}

form .field-wo.is-group.is-iconed .fields-wrp .field-wo {
    padding: 10px;
}

form .field-wo.is-group.is-iconed .fields-wrp .field-wo.is-hovered .field-w {
    cursor: pointer;
}

form .field-wo.is-group.is-iconed .fields-wrp .field-wo .field-w .icon {
    width: 32px;
    height: 32px;
    text-align: center;
}

form .field-wo.is-group.is-iconed .fields-wrp .field-wo.is-hovered .field-w .icon {
    border-color: var(--color-light-yellow);
}

form .field-wo.is-group.is-iconed .fields-wrp .field-wo.is-checked .field-w .icon {
    border-style: inset;
    border-color: var(--color-gray);
}

form .field-wo.is-group.is-iconed .fields-wrp .field-wo .field-w .icon i {
    color: var(--color-middle-gray);
}

form .field-wo.is-group.is-iconed .fields-wrp .field-wo:not(.is-checked).is-hovered .field-w .icon i {
    color: var(--color-gray);
}

form .field-wo label,
form .field-wo .field-w .field-wi,
form .field-wo.is-clickable .field-w .field-tpl .btn-content {
    padding-left: 10px;
    padding-right: 10px;
}

form .field-wo.is-textarea .field-w .field-wi {
    padding-top: 5px;
    padding-bottom: 5px;
}

form .field-wo label .label-content,
form .field-wo.is-checkable.is-hovered .field-w .field-tpl {
    cursor: pointer;
}

form .field-wo label .label-content {
    color: var(--color-gray);
}

form .field-wo.is-focused label .label-content,
form .field-wo.is-clickable.is-focused .btn-content {
    font-weight: bold;
    animation: fadeIn .2s infinite;
}

form .field-wo label .label-star,
form .field-wo label .label-error {
    color: var(--color-red)
}

form .field-wo label .label-error {
    font-size: .9em;
}

form .form-section {
    margin-bottom: 15px
}

form .form-section:last-child {
    margin-bottom: 0
}

form .form-section .title {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    color: #707070;
    font-weight: bold;
}

form .form-section.buttons {
    margin: 0;
    padding-top: 20px;
    border-top: 2px solid #e5e5e5;
}

form .field-wo .field-w,
form .field-wo .field-w input,
form .field-wo .field-w button {
    overflow: hidden;
    position: relative;
}

form .field-wo .field-w {
    width: 100%;
    overflow: hidden;
}

form .field-wo.is-redesigned .field-w {
    position: relative;
}

form .field-wo .field-w .field-wi,
form .field-wo.is-group.is-iconed .fields-wrp,
form .field-wo.is-group.is-iconed .fields-wrp .field-wo .field-w .icon,
form .field-wo.is-file .field-w .field-tpl .browse {
    border: 1px solid var(--color-light-gray);
}

form .field-wo .field-w .field-ln {
    left: 0;
    z-index: 2;
    bottom: 0;
    width: 100%;
    position: absolute;
}

form .field-wo .field-w .field-ln,
form .field-wo.is-group.is-iconed .fields-wrp {
    border-bottom: 1px solid var(--color-light-yellow);
}

form .field-wo.is-focused .field-w .field-ln {
    border-bottom-width: 2px;
    animation: slideInLeft .3s;
}

form .field-wo .field-w .field-wi {
    background-color: #fff;
}

form .field-wo.is-redesigned .field-w .field-wi {
    left: 0;
    top: 0;
    border: none;
    overflow: hidden;
    display: absolute;
}

form .field-wo:not(.is-redesigned) .field-w .field-wi .field-el {
    width: 100%;
    height: 35px
}

form .field-wo.is-redesigned .field-w .field-wi,
form .field-wo.is-redesigned .field-w .field-wi .field-el {
    padding: 0;
    width: 1px;
    height: 1px;
    top: 0;
    position: absolute;
}

form .field-wo.is-focused .field-w .field-wi,
form .field-wo.is-file.is-focused .field-w .field-tpl .browse {
    border-color: transparent;
}

form .field-wo.is-checkable {
    position: relative;
    display: inline-block;
}

form .field-wo.is-checkable .field-w {
    bottom: -2px;
    width: 25px;
    height: 25px;
    position: absolute;
}

form .field-wo.is-group.is-iconed .field-wo.is-checkable {
    width: 70px;
    height: 30px;
    text-align: center;
    display: inline-block;
}

form .field-wo.is-group.is-iconed .field-wo.is-checkable .field-w {
    width: auto;
    height: auto;
}

.ltr form .field-wo.is-checkable .field-w {
    left: 0;
}

.ltr form .field-wo.is-checkable label {
    padding-left: 30px;
}

.ltr form .field-wo.is-checkable .field-w {
    right: 0;
}

.rtl form .field-wo.is-checkable label {
    padding-right: 30px;
}

form .field-wo.is-redesigned .field-w .field-tpl {
    z-index: 2;
    bottom: 0;
    position: absolute
}

form .field-wo.is-checkable .field-w .field-tpl {
    width: 18px;
    height: 18px;
    padding: 2px;
}

form .field-wo.is-checkable .field-w .field-tpl {
    border: 1px outset var(--color-gray)
}

form .field-wo.is-checkable.is-hovered .field-w .field-tpl,
form .field-wo.is-checkable.is-checked .field-w .field-tpl {
    border-style: inset;
}

form .field-wo.is-checkable.is-radio.is-hovered .field-w .field-tpl {
    animation: fa-spin 1s;
}

form .field-wo.is-checkable .field-w .field-tpl .checking-el {
    width: 100%;
    height: 100%;
    position: relative;
    animation: zoomIn .2s;
    display: none;
}

form .field-wo.is-checkable.is-checked .field-w .field-tpl .checking-el {
    display: block;
}

form .field-wo.is-checkable.is-radio.is-disabled .field-w .field-tpl .checking-el {
    background-color: var(--color-gray)
}

form .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon {
    top: -1px;
    position: absolute
}

form .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon i {
    font-size: 18px;
}

form .field-wo.is-writable .field-w .field-wi .field-el {
    font-size: 1em;
}

form .field-wo .field-w input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

form .field-wo.captcha .field-w .reload-w {
    line-height: 35px
}

form .select .field-w {
    padding: 0;
    position: relative
}

form .select .field-w .arrow {
    width: 16px;
    height: 16px;
    line-height: 20px;
    font-size: 16px;
    top: 50%;
    margin-top: -8px;
    z-index: 0;
    position: absolute;
    transition: transform .2s
}

.___expanded .caret-icon {
    transform: rotate(180deg);
}

.___caret-icon {
    display: inline-block;
    transition: transform .2s;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAElBMVEUAAAAwMDAxMTEyMjIwMDAxMTF+89HTAAAABXRSTlMAgF9/MMasjJIAAABTSURBVCjPzcq7DcAwDANR5TOAm/Rp0meErBAD3n8VW8DBt4JZUALxYp18vmfWUR2ed9TW7iB7K3muOsGfDRFAABKABCABSAASgAQgAUgAkhKLpwMJmwrD+BDiYwAAAABJRU5ErkJggg==);
    background-size: contain;
    width: 1rem;
    height: 1rem;
}

form .select .field-w select {
    width: 100%;
    z-index: 1;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

form .select .multiple .field-w,
form .select .multiple .field-w select {
    line-height: auto
}

form .field-wo .field-w .hidden {
    display: none
}

form .field-wo.date .field-w {
    width: auto;
    margin: 0;
}

form .field-wo.date .field-w .day {
    width: 60px
}

form .field-wo.date .field-w .month {
    width: 130px
}

form .field-wo.date .field-w .year {
    width: 80px
}

form .field-wo.date .field-w .sep {
    width: 10px;
    color: #888;
    bottom: 12px;
    position: relative;
    text-align: center
}

form .field-wo.is-password .field-w {
    position: relative;
    overflow: hidden
}

form .field-wo.is-password .field-w input {
    z-index: 1;
    position: relative
}

form .field-wo.is-password .field-w .toggle-password {
    width: 40px;
    height: 100%;
    top: 0;
    z-index: 2;
    position: absolute;
    background-color: var(--color-white)
}

form .field-wo.is-password .field-w .toggle-password .icofont {
    font-size: 18px;
    cursor: pointer
}

form .field-wo.date .field-w select {
    width: 100%
}

form label.illustred {
    overflow: hidden
}

form label.illustred.real-size {
    width: auto
}

form .field-wo.is-disabled .label-content,
form .field-wo.is-disabled.is-hovered label .label-content {
    color: #b3adad;
    cursor: default;
    text-decoration: none
}

form .field-wo.is-textarea .field-w .field-wi .field-el {
    height: auto;
    resize: vertical;
    line-height: 1.2;
    overflow-y: auto
}

form .minus-plus-field {
    overflow: hidden;
    text-align: center
}

form .minus-plus-field-part {
    vertical-align: middle
}

form .minus-plus-field-symbol {
    padding: 0 3px;
    cursor: pointer
}

form .minus-plus-field-symbol.desabled {
    color: #B7B7B7;
    cursor: not-allowed
}

form .minus-plus-field-area {
    width: 50px
}

form .minus-plus-field-area input {
    padding: 0;
    width: 100%;
    height: 100%;
    font-weight: bold;
    text-align: center;
    background-color: transparent
}

form .number-field-no-spin input::-webkit-outer-spin-button,
form .number-field-no-spin input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}


/*
form .number-field-no-spin input[type=number] {
    -moz-appearance: textfield
}
*/

form input[type="number"]::-webkit-outer-spin-button,
form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

form .range-field-w {
    padding: 0;
    height: auto;
    line-height: normal
}

form .slider-range-field.field-wo {
    margin: 0
}

form .slider-range-field.price-fields {
    text-align: center;
    margin-bottom: 15px
}

form .slider-range-field.price-fields .field-wo {
    width: 100px;
    margin: 0 3px;
    padding: 0 5px
}

form .slider-range-field.price-field .field-w {
    height: 20px;
    line-height: 20px
}

form .slider-range-field.price-field input {
    text-align: center
}

form .slider-range-field {
    width: 100%;
    height: 12px;
    position: relative
}

form .slider-range-field input {
    position: absolute;
    width: 100%;
    height: 1px;
    top: -1px;
    padding: 0;
    background: none;
    pointer-events: none;
    /*-webkit-appearance: none;
    -moz-appearance: none*/
}

form .slider-range-field.slider-w {
    height: 1px;
    position: relative;
    background: #eee;
    border-radius: 5px
}

form .slider-range-field.slider-w .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: rgb(102, 101, 101)
}

form .field-wo.is-range .field-w input[type="range"]::-webkit-slider-thumb {
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 5px;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

form .field-wo.is-range .field-w input[type="range"]::-moz-range-thumb {
    left: 0;
    border: none;
    height: 12px;
    width: 12px;
    border-radius: 5px;
    background: #FF6600;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

form .money-w.currenced {
    position: relative;
    overflow: hidden
}

form .money-w.currenced input {
    width: 75%;
    z-index: 0;
    position: static;
    text-align: center;
    font-weight: bold
}

form .money-w.currenced {
    width: 24%;
    height: 110%;
    top: -1px;
    z-index: 1;
    position: absolute;
    color: #464444;
    text-align: center
}

form .double-w.field-wm {
    position: relative
}

form .field-wo.is-file .field-w,
form .field-wo.is-file .field-w .field-wi {
    position: relative;
}

form .field-wo.is-file .field-w .field-tpl,
form .field-wo.is-file .field-w .field-wi input {
    top: 0;
    overflow: hidden;
    position: relative
}

form .field-wo.is-file .field-w .field-wi input {
    z-index: 2;
    width: 0;
    background: transparent
}

form .field-wo.is-file .field-w .field-tpl {
    z-index: 3;
    width: 100%
}

form .field-wo.is-file .field-w .field-tpl .browse {
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin-bottom: 2px;
    color: var(--color-light-yellow)
}

form .field-wo.is-file.is-hovered .field-w .field-tpl .browse,
form .field-wo.is-file.is-focused .field-w .field-tpl .browse {
    color: var(--color-gray)
}

form .field-wo.is-file.is-focused .field-w .field-tpl .browse .iconed {
    animation: fadeInRight .3s;
}

form .field-wo.is-file .field-w .field-tpl .conditions {
    background-color: var(--color-light-gray);
}

form .field-wo.is-file .field-w .field-tpl .conditions .cond-info {
    padding: 0 3px;
    color: var(--color-gray);
}

form .field-wo.is-file .field-w .field-tpl .conditions .cond-info .cond-content {
    padding: 0 3px;
    color: var(--color-gray);
    background-color: var(--color-light-yellow)
}

form .field-wo.is-file .field-w .img-wi {
    overflow: hidden
}

form .field-wo .field-w .input-imaged {
    clear: both;
    overflow: hidden
}

form .field-wo .field-w .input-imaged a.img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #efefef
}

form .field-wo .field-w .input-imaged a.img img {
    min-width: 100%;
    height: 100%
}

form .field-wo .field-w .input-imaged .input-imaged-details {
    font-size: 11px;
    padding-top: 5px;
    overflow: hidden;
    text-align: center;
    direction: ltr
}

form .field-wo .field-w .input-imaged .input-imaged-details .input-imaged-type {
    margin: 0 5px;
    font-weight: bold;
    text-transform: uppercase
}

form .field-wo.is-file.imaged .field-w {
    overflow: hidden
}

.ltr form .field-wo.is-clickable {
    margin-right: 10px;
}

.rtl form .field-wo.is-clickable {
    margin-left: 10px;
}

form .field-wo.is-clickable.is-large {
    margin-left: 0;
    margin-right: 0;
}

form .field-wo.is-clickable .field-w .field-tpl {
    width: 100%;
    height: 35px;
    cursor: pointer;
    position: relative;
    text-align: center
}

form .field-wo.is-clickable .field-w .field-tpl .btn-bg,
form .field-wo.is-clickable .field-w .field-tpl .btn-dynamic-bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

form .field-wo.is-clickable .field-w .field-tpl .btn-bg {
    z-index: -1;
}

form .field-wo.is-clickable .field-w .field-tpl .btn-dynamic-bg {
    z-index: 0;
    display: none;
    background-color: var(--color-white);
}

form .field-wo.is-clickable.is-hovered .field-w .field-tpl .btn-dynamic-bg {
    display: block;
    animation: slideInLeft .5s;
}

form .field-wo.is-clickable .field-w .field-tpl .btn-content {
    z-index: 1;
    font-weight: bold;
    position: relative;
    color: var(--color-white);
}

form .field-wo.is-clickable.is-clicked .field-w .field-tpl .btn-content {
    font-size: 115%;
}


/* blue theme */

form.theme-blue .field-wo.is-hovered label .label-content,
form.theme-blue .field-wo.is-focused label .label-content {
    color: var(--color-dark-blue)
}

form.theme-blue .field-wo.is-clickable {
    border-color: var(--color-dark-blue)
}

form.theme-blue .field-wo.is-clickable .btn-bg {
    background-color: var(--color-dark-blue)
}

form.theme-blue .field-wo.is-clickable .field-w .field-tpl .btn-content {
    color: var(--color-white);
}

form.theme-blue .field-wo.is-hovered .field-w .field-ln,
form.theme-blue .field-wo.is-focused .field-w .field-ln {
    border-bottom-color: var(--color-dark-blue)
}

form.theme-blue .field-wo.is-checkable.is-radio.is-checked .field-w .field-tpl .checking-el {
    background-color: var(--color-dark-blue)
}

form.theme-blue .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon i {
    color: var(--color-dark-blue)
}


/* gray theme */

form.theme-gray .field-wo.is-hovered label .label-content,
form.theme-gray .field-wo.is-focused label .label-content {
    color: var(--color-gray)
}

form.theme-gray .field-wo.is-clickable {
    border-color: var(--color-gray)
}

form.theme-gray .field-wo.is-clickable .btn-bg {
    background-color: var(--color-gray)
}

form.theme-gray .field-wo.is-clickable .field-w .field-tpl .btn-content {
    color: var(--color-black)
}

form.theme-gray .field-wo.is-hovered .field-w .field-ln,
form.theme-gray .field-wo.is-focused .field-w .field-ln {
    border-bottom-color: var(--color-gray)
}

form.theme-gray .field-wo.is-checkable.is-radio.is-checked .field-w .field-tpl .checking-el {
    background-color: var(--color-gray)
}

form.theme-gray .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon i {
    color: var(--color-gray)
}


/* green theme */

form.theme-green .field-wo.is-hovered label .label-content,
form.theme-green .field-wo.is-focused label .label-content {
    color: var(--color-light-green)
}

form.theme-green .field-wo.is-clickable {
    border-color: var(--color-light-green)
}

form.theme-green .field-wo.is-clickable .btn-bg {
    background-color: var(--color-light-green)
}

form.theme-green .field-wo.is-clickable .field-w .field-tpl .btn-content {
    color: var(--color-white);
}

form.theme-green .field-wo.is-hovered .field-w .field-ln,
form.theme-green .field-wo.is-focused .field-w .field-ln {
    border-bottom-color: var(--color-light-green)
}

form.theme-green .field-wo.is-checkable.is-radio.is-checked .field-w .field-tpl .checking-el {
    background-color: var(--color-light-green)
}

form.theme-green .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon i {
    color: var(--color-light-green)
}


/* yellow theme */

form .field-wo.is-hovered label .label-content,
form .field-wo.is-focused label .label-content,
form .field-wo.is-group.is-iconed .field-wo.is-checked .field-w .icon i,
form.theme-yellow .field-wo.is-hovered label .label-content,
form.theme-yellow .field-wo.is-focused label .label-content {
    color: var(--color-yellow)
}

form .field-wo.is-clickable,
form.theme-yellow .field-wo.is-clickable {
    border-color: var(--color-yellow)
}

form .field-wo.is-clickable .btn-bg,
form.theme-yellow .field-wo.is-clickable .btn-bg {
    background-color: var(--color-yellow)
}

form .field-wo.is-clickable .field-w .field-tpl .btn-content,
form.theme-green .field-wo.is-clickable .field-w .field-tpl .btn-content {
    color: var(--color-light-red);
}

form .field-wo.is-hovered .field-w .field-ln,
form .field-wo.is-focused .field-w .field-ln,
form.theme-yellow .field-wo.is-hovered .field-w .field-ln,
form.theme-yellow .field-wo.is-focused .field-w .field-ln {
    border-bottom-color: var(--color-yellow)
}

form .field-wo.is-checkable.is-radio.is-checked .field-w .field-tpl .checking-el,
form.theme-yellow .field-wo.is-checkable.is-radio.is-checked .field-w .field-tpl .checking-el {
    background-color: var(--color-yellow)
}

form .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon i,
form.theme-yellow .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon i {
    color: var(--color-yellow)
}


/* purple theme */

form.theme-purple .field-wo.is-hovered label .label-content,
form.theme-purple .field-wo.is-focused label .label-content {
    color: var(--color-dark-purple)
}

form.theme-purple .field-wo.is-clickable {
    color: var(--color-dark-purple);
    border-color: var(--color-dark-purple)
}

form.theme-purple .field-wo.is-clickable .btn-bg {
    background-color: var(--color-dark-purple)
}

form.theme-purple .field-wo.is-clickable .field-w .field-tpl .btn-content {
    color: var(--color-white);
}

form.theme-purple .field-wo.is-hovered .field-w .field-ln,
form.theme-purple .field-wo.is-focused .field-w .field-ln {
    border-bottom-color: var(--color-dark-purple)
}

form.theme-purple .field-wo.is-checkable.is-radio.is-checked .field-w .field-tpl .checking-el {
    background-color: var(--color-dark-purple)
}

form.theme-purple .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon i {
    color: var(--color-dark-purple)
}


/* red theme */

form.theme-red .field-wo.is-hovered label .label-content,
form.theme-red .field-wo.is-focused label .label-content {
    color: var(--color-red)
}

form.theme-red .field-wo.is-clickable {
    color: var(--color-red);
    border-color: var(--color-red)
}

form.theme-red .field-wo.is-clickable .btn-bg {
    background-color: var(--color-red)
}

form.theme-red .field-wo.is-clickable .field-w .field-tpl .btn-content {
    color: var(--color-white);
}

form.theme-red .field-wo.is-hovered .field-w .field-ln,
form.theme-red .field-wo.is-focused .field-w .field-ln {
    border-bottom-color: var(--color-red)
}

form.theme-red .field-wo.is-checkable.is-radio.is-checked .field-w .field-tpl .checking-el {
    background-color: var(--color-red)
}

form.theme-red .field-wo.is-checkable.is-checkbox .field-w .field-tpl .checking-el .icon i {
    color: var(--color-red)
}


/* special theme */

form .field-wo.is-clickable.is-for-adding .btn-bg {
    background-color: var(--color-green)
}

form .field-wo.is-clickable.is-for-updating .btn-bg {
    background-color: var(--color-dark-blue)
}

form .field-wo.is-clickable.is-for-deleting .btn-bg {
    background-color: var(--color-light-red)
}

form .field-wo.is-clickable.is-for-crud .field-w .field-tpl .btn-content {
    color: var(--color-white)
}


/* Captcha */

form .field-wo.captcha .field-w {
    position: relative
}

form .field-wo.captchai {
    padding: 0;
}

form .field-wo.captcha .field-w {
    padding: 0;
    margin: 0;
    overflow: hidden
}

form .field-wo.captcha .field-w .reload-w a {
    height: 100%;
    padding: 0 10px;
    cursor: pointer;
}

form .field-wo.captcha .field-w .reload-w a .icon i {
    color: #e5e5e5;
}

form .field-wo.captcha .field-w .img-w {
    padding: 0;
    width: 150px;
    overflow: hidden;
}

form .field-wo.captcha .field-w .img-w img {
    height: 100%;
    vertical-align: top;
}

form .field-wo.captcha .field-w .input-w {
    width: 90px;
}

form .field-wo.captcha .field-w .input-w input {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center
}

form .field-wo.list.hz .field-w .fields {
    overflow: hidden
}

form .field-wo.list.hz .field-w .fields {
    margin-bottom: 0
}

form .field-wo.list.hz .field-w .fields,
form .field-wo.list.hz .field-w .fields input {
    height: 30px;
    line-height: 30px
}

ul,
ol {
    line-height: 1.2
}

ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    list-style-type: square
}

ul li,
ol li {
    margin: 0;
    margin-bottom: 5px
}

ul li {
    list-style: none;
    background-size: 12px;
    background-repeat: no-repeat;
    background-color: transparent
}

.scrollable {
    max-height: 250px
}

.paginated {
    width: 100%;
    overflow: hidden;
}

.pagination {
    margin: 15px auto;
    overflow: hidden;
    text-align: center
}

.pagination-group ul {
    padding: 0
}

.pagination li {
    padding: 0;
    margin: 0 3px;
    vertical-align: middle;
    overflow: hidden;
    list-style: none
}

.pagination-group li {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.pagination-group li.active {
    color: var(--color-white);
    font-weight: bold
}

.pagination-group li a {
    transition-duration: .2s;
    transition-timing-function: ease;
    transition-property: box-shadow, transform, -webkit-transform
}

.pagination-group li a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.pagination li.pagination-dots {
    color: #999
}

.section {
    clear: both;
    padding: 0;
    margin: 0;
}

.group:before,
.group:after {
    content: "";
    display: table
}

.group:after {
    clear: both
}

.group {
    zoom: 1
}

.col {
    height: 100%;
    position: relative;
}

.col-1-1 {
    width: 100%
}

.col-2-2 {
    width: 100%
}

.col-1-2 {
    width: 49.2%
}

.col-3-3 {
    width: 100%
}

.col-2-3 {
    width: 66.13%
}

.col-1-3 {
    width: 32.26%
}

.col-4-4 {
    width: 100%
}

.col-3-4 {
    width: 74.6%
}

.col-2-4 {
    width: 49.2%
}

.col-1-4 {
    width: 23.8%
}

.col-5-5 {
    width: 100%
}

.col-4-5 {
    width: 79.68%
}

.col-3-5 {
    width: 59.36%
}

.col-2-5 {
    width: 39.04%
}

.col-1-5 {
    width: 18.72%
}

.col-6-6 {
    width: 100%
}

.col-5-6 {
    width: 83.06%
}

.col-4-6 {
    width: 66.13%
}

.col-3-6 {
    width: 49.2%
}

.col-2-6 {
    width: 32.26%
}

.col-1-6 {
    width: 15.33%
}

.col-7-7 {
    width: 100%
}

.col-6-7 {
    width: 85.48%
}

.col-5-7 {
    width: 70.97%
}

.col-4-7 {
    width: 56.45%
}

.col-3-7 {
    width: 41.94%
}

.col-2-7 {
    width: 27.42%
}

.col-1-7 {
    width: 12.91%
}

.col-8-8 {
    width: 100%
}

.col-7-8 {
    width: 87.3%
}

.col-6-8 {
    width: 74.6%
}

.col-5-8 {
    width: 61.9%
}

.col-4-8 {
    width: 49.2%
}

.col-3-8 {
    width: 36.5%
}

.col-2-8 {
    width: 23.8%
}

.col-1-8 {
    width: 11.1%
}

.col-9-9 {
    width: 100%
}

.col-8-9 {
    width: 88.71%
}

.col-7-9 {
    width: 77.42%
}

.col-6-9 {
    width: 66.13%
}

.col-5-9 {
    width: 54.84%
}

.col-4-9 {
    width: 43.55%
}

.col-3-9 {
    width: 32.26%
}

.col-2-9 {
    width: 20.97%
}

.col-1-9 {
    width: 9.68%
}

.col-10-10 {
    width: 100%
}

.col-9-10 {
    width: 89.84%
}

.col-8-10 {
    width: 79.68%
}

.col-7-10 {
    width: 69.52%
}

.col-6-10 {
    width: 59.36%
}

.col-5-10 {
    width: 49.2%
}

.col-4-10 {
    width: 39.04%
}

.col-3-10 {
    width: 28.88%
}

.col-2-10 {
    width: 18.72%
}

.col-1-10 {
    width: 8.56%
}

.col-11-11 {
    width: 100%
}

.col-10-11 {
    width: 90.76%
}

.col-9-11 {
    width: 81.52%
}

.col-8-11 {
    width: 72.29%
}

.col-7-11 {
    width: 63.05%
}

.col-6-11 {
    width: 53.81%
}

.col-5-11 {
    width: 44.58%
}

.col-4-11 {
    width: 35.34%
}

.col-3-11 {
    width: 26.1%
}

.col-2-11 {
    width: 16.87%
}

.col-1-11 {
    width: 7.63%
}

.col-12-12 {
    width: 100%
}

.col-11-12 {
    width: 91.53%
}

.col-10-12 {
    width: 83.06%
}

.col-9-12 {
    width: 74.6%
}

.col-8-12 {
    width: 66.13%
}

.col-7-12 {
    width: 57.66%
}

.col-6-12 {
    width: 49.2%
}

.col-5-12 {
    width: 40.73%
}

.col-4-12 {
    width: 32.26%
}

.col-3-12 {
    width: 23.8%
}

.col-2-12 {
    width: 15.33%
}

.col-1-12 {
    width: 6.86%
}

.row-group {
    overflow: hidden
}

.alert-box {
    margin: 0;
    margin-bottom: 20px;
    overflow: hidden
}

.alert-box hr {
    border-top: none;
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.alert-box .alert-box-inner {
    border-width: 1px;
    border-style: solid;
    position: relative;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.alert-box .alert-box-inner .alert-box-clz {
    top: 5px;
    z-index: 2;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    display: none
}

.alert-box .alert-box-inner:hover .alert-box-clz {
    color: #CE2121;
    animation: fadeIn .5s
}

.alert-box .alert-box-inner .alert-message {
    margin: 0 15px;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1;
    position: relative
}

.alert-box .alert-info {
    color: #063056;
    border-color: #60a3c3;
    background-color: #7ebddb
}

.alert-box .alert-info {
    color: #251a56;
    border-color: #c0c7cb;
    background-color: #f9f9f9
}

.alert-box .alert-info hr {
    border-bottom-color: #A7D1E3
}

.alert-box .alert-success {
    color: #4F8A10;
    border-color: #DBEAB9;
    background-color: #DFF2BF
}

.alert-box .alert-success hr {
    border-bottom-color: #DBEAB9
}

.alert-box .alert-warning {
    color: #9F6000;
    border-color: #D8C98B;
    background-color: #FEEFB3
}

.alert-box .alert-warning hr {
    border-bottom-color: #D8C98B
}

.alert-box .alert-error {
    color: #D8000C;
    border-color: #EDADAD;
    background-color: #FFBABA
}

.alert-box .alert-error hr {
    border-bottom-color: #EDADAD
}

.alert-inline {
    display: inline;
    text-transform: lowercase
}

.alert-inline .alert-info {
    color: #00529B
}

.alert-inline .alert-success {
    color: #4F8A10
}

.alert-inline .alert-warning {
    color: #9F6000
}

.alert-inline .alert-error {
    color: #F56D7F
}

.alert-inline .alert-message .iconed-16 .icon {
    top: 0
}

.img-rsz {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}

.img-w,
.img-w,
.img-wi,
a.img-link,
.img-rsz img {
    overflow: hidden;
    position: relative
}

.img-rsz img {
    position: absolute;
    /*animation: fadeIn .2s;*/
}

.img-w {
    margin: 0 auto;
    position: relative;
    border: 1px solid var(--color-light-blue);
}

.img-stamp {
    z-index: 5;
    width: 70px;
    height: 70px;
    padding: 15px;
    top: 50%;
    left: 50%;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%)
}

.img-stamp-bg {
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--color-white)
}

.img-w .img-stamp {
    display: none
}

a .img-w .img-stamp img {
    width: 90%;
    z-index: 1;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

a:hover .img-w .img-stamp img {
    animation: fadeIn .2s 2;
}

.active .img-w .img-stamp img,
.active a:hover .img-w .img-stamp img {
    animation: fadeIn .2s infinite;
}

.img-w .img-actions {
    top: 10px;
    z-index: 3;
    width: 100%;
    position: absolute;
    overflow: hidden;
    background-color: transparent
}

.img-w .img-action {
    width: 32px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    position: relative;
    background-color: transparent
}

.img-w .img-action .img-action-bg {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--color-white)
}

.img-w .img-action .icon {
    z-index: 1;
    position: relative
}

.is-default-img-w .img-like {
    cursor: default;
    animation: zoomIn .2s 2;
}

.is-default-img-w .img-like .icon i,
.is-default-img-w .img-like:hover .icon i {
    color: var(--color-active);
}

.img-w .img-category {
    z-index: 1
}

.img-w .img-wi {
    margin: 0 auto;
    text-align: center;
    background-color: var(--color-white)
}

.img-preview {
    margin-top: 10px
}

.img-preview .col {
    margin-top: 0;
    margin-bottom: 0
}

.img-preview .img-link {
    cursor: default
}

.unique-img-preview {
    width: 50%;
    overflow: hidden
}

.lot-groups .swiper-slide,
.lot-groups .swiper-slide .img-link {
    cursor: grab
}

.list-img-preview {
    padding: 0;
    padding-bottom: 15px;
    background: -webkit-linear-gradient(90deg, #f6ecf9, var(--color-white) 15px);
    background: linear-gradient(90deg, #f6ecf9, var(--color-white) 15px);
}

.db-img-preview .img-w .img-wi {
    border-width: 1px;
    border-color: #b5e524
}

.img-w .img-wi .img-rsz {
    z-index: 1;
    position: relative
}

.img-w .img-wi img {
    z-index: 1;
    position: relative;
    /*-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease*/
}


/*
a:hover .img-wi img,
.active a .img-wi img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
*/

.img-w .img-wi .img-layer {
    display: none;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: slideInUp .3s;
    background: -webkit-linear-gradient(90deg, #00000050, var(--color-white) 50%);
    background: linear-gradient(90deg, #00000050, var(--color-white) 50%);
}

a:hover .img-layer-black {
    background-color: var(--color-black)
}

a:hover .img-layer-white {
    background-color: var(--color-white)
}

.img-w .img-wi .img-layer-up {
    z-index: 4;
    width: 151px;
    height: 151px;
    position: absolute;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: left bottom;
    background-image: url(../media/icons/thumbs/layers/1.png)
}

a:hover .img-wi .img-layer-up {
    background-image: url(../media/icons/thumbs/layers/2.png)
}

.img-w .img-wi .img-label {
    z-index: 6;
    bottom: 20px;
    position: absolute;
}

.img-w .img-wi .img-label .img-label-title {
    color: #ddd;
    z-index: 2;
    padding: 2px 10px;
    position: relative
}

.img-w .img-wi .img-label .img-label-bg {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #222
}

a:hover .img-label {
    animation-iteration-count: 1
}

a:hover .img-label .img-label-title {
    color: var(--color-white)
}

a:hover .img-label .img-label-bg {
    background-color: var(--color-black)
}

.img-w .img-wi .img-label-mini {
    bottom: 5px;
    z-index: 6;
    position: absolute;
    overflow: hidden
}

.img-w .img-wi .img-label-mini .img-label-title {
    color: #262526;
    z-index: 2;
    font-size: .9em;
    padding: 0 4px;
    position: relative
}

.img-w .img-wi .img-label-mini .img-label-bg {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #d2d9e1;
    -o-opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    -ms-filter: "alpha(opacity= 50)";
    filter: alpha(opacity=50)
}

a .img-w .img-wi .img-label-mini {
    bottom: 15px;
    display: none
}

a:hover .img-w .img-wi .img-label-mini {
    animation: fadeInUp .5s
}

a .img-wi .img-label-mini .img-label-title {
    color: #A5A5A5;
    padding: 0 7px
}

a:hover .img-wi .img-label-mini .img-label-title {
    color: #ccc
}

a .img-w .img-wi .img-label-mini .img-label-bg {
    background-color: #222
}

.img-w .img-category {
    max-width: 80%;
    max-height: 40px;
    bottom: 50px;
    position: absolute
}

.img-w.img-w-commented .img-category {
    bottom: 102px
}

.img-w .img-category a {
    padding: 5px;
    text-decoration: none;
    background-color: transparent
}

.img-w .img-category .img-category-title,
.img-w .img-category a .img-category-title {
    color: var(--color-white);
    z-index: 2;
    line-height: .8;
    position: relative
}

.img-w .img-category a:hover .img-category-title {
    font-weight: bold
}

.img-w .img-category .img-category-bg {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #45474E;
    -o-opacity: .8;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
    -ms-filter: "alpha(opacity=80)";
    filter: alpha(opacity=80)
}

.img-w .img-category a:hover .img-category-bg {
    background-color: #003399
}

.img-comment {
    margin: 0;
    color: #444;
    height: 32px;
    line-height: 1.1;
    padding: 0 3px;
    margin: 10px 0;
    overflow: hidden;
    text-align: center
}

a:hover .img-comment {
    text-decoration: underline;
    animation: fadeInUp .2s;
}

.img-w .starter {
    width: 42px;
    height: 36px;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-top: -18px;
    margin-left: -21px;
    position: absolute;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../media/icons/thumbs/video/starter/red.png);
    background-color: #f00;
    background-size: 15px 17px;
    background-image: url(../media/icons/thumbs/video/arrows/white80x100.png);
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -o-opacity: .9;
    -moz-opacity: .9;
    -webkit-opacity: .9;
    opacity: .9;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.img-w .starter-medium {
    width: 32px;
    height: 26px;
    margin-top: -14px;
    margin-left: -16px;
    background-size: 11px 13px
}

.img-w .starter-mini {
    width: 22px;
    height: 16px;
    margin-top: -8px;
    margin-left: -11px;
    background-size: 7px 9px
}

a:hover .starter {
    animation: zoomIn .5s
}

.vdo-wrp {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.vdo-wrp iframe,
.vdo-wrp embed,
.vdo-wrp object,
.vdo-wrp video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bg-layer {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.page-loader {
    position: fixed;
    z-index: 9999;
    cursor: wait;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color-yellow);
}

.page-loader .page-loader-content {
    top: 50%;
    width: 100%;
    position: absolute;
    text-align: center;
    transform: translateY(-50%);
}

.page-loader .page-loader-content .loader-icon {
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../media/icons/loaders/circular/blue/24.png)
}

.page-loader .page-loader-content .cie-logo {
    height: 90px;
    margin: 0 auto;
    /*border: 1px solid #0c5585;*/
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../media/images/logo-taxi-orleans-150-black.png);
    animation: .2s ease 0s infinite normal none running fadeIn;
}

.page-loader .page-loader-content .cie-name {
    margin-top: 15px;
    letter-spacing: 5px;
    color: var(--color-white);
    animation: fadeInDown .3s;
    /*display: none;*/
}

.layer-wrp,
.layer-wrp .content,
.layer-wrp .content .content-inner {
    background-color: transparent
}

.layer-wrp {
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden
}

.layer-wrp .content {
    z-index: 1;
    position: absolute;
    animation: fadeIn .8s;
}

.layer-wrp .content .content-inner {
    z-index: 1;
    height: 100vh;
    position: relative
}

.layer-wrp .content .content-inner {
    padding: 0 15px
}

.layer-wrp .content .content-bg {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--color-white)
}

.layer-wrp .content.is-shadowed {
    box-shadow: 0 0 5px 0px rgb(25 25 25 / 50%)
}

.layer-wrp .clz {
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 2;
    top: 20px;
    position: absolute;
    text-align: center;
    cursor: pointer;
    animation: zoomIn .2s;
    box-shadow: 0px 5px 10px 0px #1111118a;
    background-color: var(--color-black)
}

.layer-wrp .clz:hover {
    width: 42px;
    height: 42px;
    line-height: 42px
}

.layer-wrp .clz:hover .icon i {
    font-size: 25px;
    color: #df5959!important
}

.layer-wrp.ltr .clz {
    right: 20px;
}

.layer-wrp.rtl .clz {
    left: 20px;
}


/* Themes*/

.x-cursor {
    cursor: url(../media/icons/x-cursor.png), default
}

.layer-wrp .clz.black {
    border: 1px solid #2c2c2c;
    background-color: var(--color-black)
}

.layer-wrp .clz.black .icon i {
    color: var(--color-white);
}

.layer-wrp .clz.yellow {
    border: 1px solid #dbbd08;
    background-color: var(--color-yellow)
}

.layer-wrp .clz.yellow .icon i {
    color: var(--color-black);
}


/* Sidebar */

.layer-wrp.is-sidebar .content {
    width: 340px;
    height: 100%;
    overflow: hidden;
}

.layer-wrp.is-sidebar .content .content-inner {
    padding: 1px;
}


/* Popup */

.layer-wrp.is-popup {
    z-index: 9
}

.layer-wrp.is-popup .content {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.layer-wrp.is-popup.is-floated {
    width: 300px;
    height: 250px;
}

.layer-wrp.is-popup.is-floated .content.is-shadowed {
    width: 90%;
    height: 90%;
}

.layer-wrp.is-popup.is-floated .clz {
    top: 0;
}

.layer-wrp.is-popup.is-floated.ltr .clz {
    right: 0;
}

.layer-wrp.is-popup.is-floated.rtl .clz {
    left: 0;
}


/**/

.layer-wrp.is-confirm .content {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.layer-wrp.is-confirm .confirm-w {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: auto
}

.layer-wrp.is-confirm .confirm-w .confirm-q {
    color: #555
}

.layer-wrp.is-confirm .confirm-w .actions {
    clear: auto;
    width: 100%;
    margin-top: 25px
}

.layer-wrp .layer-bg,
.layer-wrp .layer-bg .bg-media {
    display: block;
    width: 100%;
    height: 100%;
}

.layer-wrp .layer-bg {
    left: 0;
    top: 0;
    z-index: 0;
    min-height: 30px;
    position: absolute;
    background-color: var(--color-light-gray);
}

.layer-wrp.is-loader {
    top: 0;
    left: 0;
}

.layer-wrp.is-loader .layer-bg .bg-media {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent
}

.layer-wrp.is-loader.poz-relative .layer-bg .bg-media {
    height: 100px;
    margin: 15px auto;
    background-image: url(../media/icons/loaders/spinner/black/24.png)
}

.layer-wrp.is-loader.poz-absolute .layer-bg .bg-media {
    background-image: url(../media/icons/loaders/window_wipers/black/24.png);
}

.layer-wrp.is-loader.poz-fixed .layer-bg {
    background-color: var(--color-white);
}

.layer-wrp.is-loader.poz-fixed .layer-bg .bg-media {
    width: 150px;
    height: 80px;
    animation: .8s fadeIn infinite;
    background-size: 150px auto;
    background-image: url(../media/images/logo-taxi-orleans-150-black.png);
}

.fixed-bar-top {
    top: 0;
    left: 0;
    right: 0;
    z-index: 98!important;
    position: fixed!important;
    animation: fadeInDown .5s;
    background-color: var(--color-white);
}

.pin-sibling__ {
    top: 0;
    z-index: 98!important;
    position: fixed!important;
    animation: fadeInDown .3s;
}

.poz-relative {
    position: relative
}

.poz-absolute {
    position: absolute
}

.poz-fixed {
    position: fixed
}

.poz-static {
    position: static
}

.poz-ttop-left {
    top: 0;
    left: 0
}

.poz-top-center {
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.poz-top-right {
    top: 0;
    right: 0
}

.poz-middle-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.poz-middle-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.poz-middle-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.poz-bottom-left {
    bottom: 0;
    left: 0
}

.poz-bottom-center {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.poz-bottom-right {
    bottom: 0;
    right: 0
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.pinned {
    position: fixed
}

.bordered {
    border: 1px solid #E5E5E5
}

.full-height {
    width: 100%;
    height: 100vh;
}

*:focus {
    outline: none
}

.no-margin {
    margin: 0
}

.no-margin-top {
    margin-top: 0
}

.no-margin-bottom {
    margin-bottom: 0
}

.full-hight {
    width: 100%;
    height: 100%
}

.list-data {
    overflow: hidden;
    overflow-x: auto;
    min-height: 30px;
}

.overhid {
    overflow: hidden
}

.clear {
    clear: both
}

.clear-left {
    clear: left
}

.clear-right {
    clear: right
}

.line-through {
    text-decoration: line-through
}

.h-align {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.v-align {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.hv-align {
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
}

.align-c {
    text-align: center
}

.active:hover,
.active a:hover {
    cursor: default
}

.no-scrollbar {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: auto;
    touch-action: auto;
    height: auto
}

.financial .currency {
    color: #777
}

.blur5 {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.blink,
.blink-on-hover:hover {
    animation: fadeIn .5s infinite;
}

.blink-2-on-hover:hover {
    animation: fadeIn .5s 2;
}

.blink-3-on-hover:hover {
    animation: fadeIn .5s 3;
}

.hover-stop-animation:hover,
.hover-stop-animation:hover * {
    animation: none
}

.wdt-10-100 {
    width: 10%
}

.wdt-20-100 {
    width: 20%
}

.wdt-30-100 {
    width: 30%
}

.wdt-40-100 {
    width: 40%
}

.wdt-50-100 {
    width: 50%
}

.wdt-60-100 {
    width: 60%
}

.wdt-70-100 {
    width: 70%
}

.wdt-80-100 {
    width: 80%
}

.wdt-90-100 {
    width: 90%
}

.wdt-100-100 {
    width: 100%
}

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

.ellipsis-2l {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important
}

.ellipsis-3l {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important
}

.google-gps {
    height: 220px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.socials ul li {
    margin: 0 2px;
    text-align: center
}

.socials ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.socials ul li a .icon i {
    color: #ececec;
}


/* Hamburger Menu */

.menu-hamburger .lines {
    width: 25px;
    height: 25px;
    position: relative;
    animation: .3s zoomIn 2;
}

.menu-hamburger .lines .line {
    left: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: var(--color-black)
}

.menu-hamburger .lines .line-1 {
    top: 0
}

.menu-hamburger .lines .line-2 {
    top: 50%;
    transform: translateY(-50%)
}

.menu-hamburger .lines .line-3 {
    bottom: 0
}

.menu-hamburger .label {
    font-size: 14px;
    padding-left: 10px;
    color: var(--color-white);
    text-transform: uppercase;
}

.rtl .menu-hamburger .label {
    padding-left: 0;
    padding-right: 10px;
}

.menu-hamburger:hover .label {
    font-weight: bold;
}

#menu-sidebar .main-menu ul {
    padding: 0
}

#menu-sidebar .main-menu ul li {
    margin-bottom: 0;
    font-size: 1.2em;
    text-align: center;
    border-top: 1px solid var(--colo-white)
}

#menu-sidebar .main-menu ul li a {
    padding: 5px 0;
}

#menu-sidebar .socials ul {
    text-align: center
}

#menu-sidebar .socials ul li a {
    background-color: var(--color-white)
}

.langs {
    width: 100%;
    height: auto
}

.langs ul {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.langs ul li {
    width: 24px;
    height: 20px;
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent
}

.langs ul li.ar {
    background-image: url(../media/icons/flags/flat/24/ar.png)
}

.langs ul li.en {
    background-image: url(../media/icons/flags/flat/24/en.png)
}

.langs ul li.sp {
    background-image: url(../media/icons/flags/flat/24/sp.png)
}

.langs ul li.fr {
    background-image: url(../media/icons/flags/flat/24/fr.png)
}

.langs ul li a {
    width: 100%;
    height: 100%;
}

.langs ul li span.lang-text {
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden
}

.sidebar-title {
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: 50px;
    line-height: 50px;
    text-transform: uppercase
}

.sidebar-title .iconed-24 .icon-text {
    font-size: 1.3em;
    padding-top: 2px
}

.sidebar-inner {
    overflow: hidden
}

.sidebar-content {
    position: relative
}

.sidebar-clz {
    top: 16px;
    z-index: 3;
    width: 20px;
    height: 20px;
    color: #e5e5e5;
    line-height: 20px;
    position: absolute;
    text-align: center
}

.sidebar-clz .icon i {
    font-size: 1.5em
}

.sidebar-clz:hover {
    color: #B90000
}

.sidebar-left .sidebar-clz {
    right: 15px
}

.sidebar-right .sidebar-clz {
    left: 15px
}


/*Menu Sidebar */

#menu-sidebar .content {
    background-color: var(--color-white);
}

#menu-sidebar .identity {
    padding: 20px 0;
    text-align: center;
    margin-bottom: 15px;
    background-color: var(--color-light-gray);
}

#menu-sidebar .identity .logotype {
    animation: .2s pulse 2;
}

#menu-sidebar .identity .logotype img {
    width: 120px;
}

#menu-sidebar .main-menu ul li {
    padding: 8px 0;
    border-top: 1px solid var(--color-light-yellow);
}

#menu-sidebar .main-menu ul li a {
    padding: 2px 0;
    font-size: .9em;
    text-transform: uppercase;
    color: var(--color-dark-gray);
    transition-delay: .4s;
    transition-timing-function: ease-out;
    transition-property: background-color;
}

#menu-sidebar .main-menu ul li a:hover {
    color: var(--color-red);
}

#menu-sidebar .main-menu ul li.active a,
#menu-sidebar .main-menu ul li.active a:hover {
    color: var(--color-red);
    background-color: var(--color-yellow);
}

#menu-sidebar .langs {
    padding: 15px 0
}

.rds-3,
a.rds-3-hover:hover,
a:hover .rds-3-hover {
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.rds-5,
a.rds-5-hover:hover,
a:hover .rds-5-hover,
.list-img-preview,
form .minus-plus-field-area,
form .field-wo.is-checkable.is-checkbox .field-w .field-tpl,
.swiper-pagination-bullet {
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.rds-10,
a.rds-10-hover:hover,
a:hover .rds-10-hover,
.is-manager .side .box,
.is-manager .side .box .box-title {
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.rds-15,
a.rds-15-hover:hover,
a:hover .rds-15-hover,
ul li a,
.table,
.td-img .img-wi,
.label-inner {
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.rds-20,
a.rds-20-hover:hover,
a:hover .rds-20-hover,
.title.lined .line {
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.rds-25,
a.rds-25-hover:hover,
a:hover .rds-25-hover,
.img-w .img-wi .img-label-mini,
form .field-wo.is-clickable .field-w,
.is-manager .side.side-left .box .box-content .box-actions a {
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.rds-30,
a.rds-30-hover:hover,
a:hover .rds-30-hover {
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.rds-35,
a.rds-35-hover:hover,
a:hover .rds-35-hover {
    -o-border-radius: 35px;
    -ms-border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
}

.rds-40,
a.rds-40-hover:hover,
a:hover .rds-40-hover {
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.rds-45,
a.rds-45-hover:hover,
a:hover .rds-45-hover {
    -o-border-radius: 45px;
    -ms-border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
}

.rds-50,
a.rds-50-hover:hover,
a:hover .rds-50-hover {
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.rds-55,
a.rds-55-hover:hover,
a:hover .rds-55-hover {
    -o-border-radius: 55px;
    -ms-border-radius: 55px;
    -moz-border-radius: 55px;
    -webkit-border-radius: 55px;
    border-radius: 55px;
}

.rds-60,
a.rds-60-hover:hover,
a:hover .rds-60-hover {
    -o-border-radius: 60px;
    -ms-border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}

.rds-65,
a.rds-65-hover:hover,
a:hover .rds-65-hover {
    -o-border-radius: 65px;
    -ms-border-radius: 65px;
    -moz-border-radius: 65px;
    -webkit-border-radius: 65px;
    border-radius: 65px;
}

.rds-70,
a.rds-70-hover:hover,
a:hover .rds-70-hover {
    -o-border-radius: 70px;
    -ms-border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
}

.rds-75,
a.rds-75-hover:hover,
a:hover .rds-75-hover {
    -o-border-radius: 75px;
    -ms-border-radius: 75px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
}

.rds-80,
a.rds-80-hover:hover,
a:hover .rds-80-hover {
    -o-border-radius: 80px;
    -ms-border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
}

.rds-85,
a.rds-85-hover:hover,
a:hover .rds-85-hover {
    -o-border-radius: 85px;
    -ms-border-radius: 85px;
    -moz-border-radius: 85px;
    -webkit-border-radius: 85px;
    border-radius: 85px;
}

.rds-90,
a.rds-90-hover:hover,
a:hover .rds-90-hover {
    -o-border-radius: 90px;
    -ms-border-radius: 90px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    border-radius: 90px;
}

.rds-95,
a.rds-95-hover:hover,
a:hover .rds-95-hover {
    -o-border-radius: 95px;
    -ms-border-radius: 95px;
    -moz-border-radius: 95px;
    -webkit-border-radius: 95px;
    border-radius: 95px;
}

.rds-100,
a.rds-100-hover:hover,
a:hover .rds-100-hover {
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.rds-round,
a.rds-round-hover:hover,
a:hover .rds-round-hover,
.pagination-group li,
.pagination li a,
.swiper-button,
.td-media-rounded .img-wi,
.td-media-rounded .icon,
form .field-wo.is-checkable.is-radio .field-w .field-tpl,
form .field-wo.is-checkable.is-radio .field-w .field-tpl .checking-el,
form .field-wo.is-group.is-iconed .field-wo.is-checkable .field-w .icon,
#contacts-page-container .contact-info .iconed .icon,
.img-w .img-stamp .link-element-zoom,
.footer-top .socials .social .icon,
.page-header a .iconed .icon,
.row-action a .icon,
.rds-pin-tl,
.rds-pin-tr,
.rds-pin-bl,
.rds-pin-br {
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.rds-pin-bl {
    -o-border-bl-radius: 0;
    -ms-border-bl-radius: 0;
    -moz-border-bl-radius: 0;
    -webkit-border-bl-radius: 0;
    border-bl-radius: 0;
}

.rds-pin-br {
    -o-border-br-radius: 0;
    -ms-border-br-radius: 0;
    -moz-border-br-radius: 0;
    -webkit-border-br-radius: 0;
    border-br-radius: 0;
}

.rds-pin-tl {
    -o-border-tl-radius: 0;
    -ms-border-tl-radius: 0;
    -moz-border-tl-radius: 0;
    -webkit-border-tl-radius: 0;
    border-tl-radius: 0;
}

.rds-pin-tr {
    -o-border-tr-radius: 0;
    -ms-border-tr-radius: 0;
    -moz-border-tr-radius: 0;
    -webkit-border-tr-radius: 0;
    border-tr-radius: 0;
}

.opacity-98,
a.opacity-98-hover:hover,
a:hover .opacity-98-hover,
a.opacity-98-hover:hover,
a:hover .opacity-98-hover {
    -o-opacity: .98;
    -moz-opacity: .98;
    -webkit-opacity: .98;
    opacity: .98;
    -ms-filter: "alpha(opacity=98)";
    filter: alpha(opacity=98)
}

.opacity-95,
a.opacity-95-hover:hover,
a:hover .opacity-95-hover {
    -o-opacity: .95;
    -moz-opacity: .95;
    -webkit-opacity: .95;
    opacity: .95;
    -ms-filter: "alpha(opacity=95)";
    filter: alpha(opacity=95)
}

.opacity-90,
a.opacity-90-hover:hover,
a:hover .opacity-90-hover {
    -o-opacity: .9;
    -moz-opacity: .9;
    -webkit-opacity: .9;
    opacity: .9;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90)
}

.opacity-85,
a.opacity-85-hover:hover,
a:hover .opacity-85-hover {
    -o-opacity: .85;
    -moz-opacity: .85;
    -webkit-opacity: .85;
    opacity: .85;
    -ms-filter: "alpha(opacity=85)";
    filter: alpha(opacity=85)
}

.opacity-80,
a.opacity-80-hover:hover,
a:hover .opacity-80-hover {
    -o-opacity: .8;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
    -ms-filter: "alpha(opacity=80)";
    filter: alpha(opacity=80)
}

.opacity-70,
a.opacity-70-hover:hover,
a:hover .opacity-70-hover {
    -o-opacity: .7;
    -moz-opacity: .7;
    -webkit-opacity: .7;
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70)
}

.opacity-60,
a.opacity-60-hover:hover,
a:hover .opacity-60-hover {
    -o-opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    opacity: .6;
    -ms-filter: "alpha(opacity=60)";
    filter: alpha(opacity=60)
}

.opacity-50,
a.opacity-50-hover:hover,
a:hover .opacity-50-hover,
.img-w .img-wi .img-label .img-label-bg {
    -o-opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50)
}

.opacity-40,
a.opacity-40-hover:hover,
a:hover .opacity-40-hover {
    -o-opacity: .4;
    -moz-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4;
    -ms-filter: "alpha(opacity=40)";
    filter: alpha(opacity=40)
}

.opacity-30,
a.opacity-30-hover:hover,
a:hover .opacity-30-hover {
    -o-opacity: .3;
    -moz-opacity: .3;
    -webkit-opacity: .3;
    opacity: .3;
    -ms-filter: "alpha(opacity=30)";
    filter: alpha(opacity=30)
}

.opacity-20,
a.opacity-20-hover:hover,
a:hover .opacity-20-hover,
form .field-wo.is-clickable .field-w .field-tpl .btn-dynamic-bg {
    -o-opacity: .2;
    -moz-opacity: .2;
    -webkit-opacity: .2;
    opacity: .2;
    -ms-filter: "alpha(opacity=20)";
    filter: alpha(opacity=20)
}

.opacity-10,
a.opacity-10-hover:hover,
a:hover .opacity-10-hover {
    -o-opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    opacity: .1;
    -ms-filter: "alpha(opacity=10)";
    filter: alpha(opacity=10)
}

.opacity-5,
a.opacity-5-hover:hover,
a:hover .opacity-5-hover {
    -o-opacity: .05;
    -moz-opacity: .05;
    -webkit-opacity: .05;
    opacity: .05;
    -ms-filter: "alpha(opacity=5)";
    filter: alpha(opacity=5)
}

.opacity-0,
a.opacity-0-hover:hover,
a:hover .opacity-0-hover {
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0)
}


/*form .field-wo.is-redesigned .field-w .field-wi*/

.table tr td table,
form .field-wo.is-password .field-w .toggle-password,
form .field-wo .field-w .mce-panel,
form .minus-plus-field-area input,
.range-field-w,
form .slider-range-field input,
form .double-w.field-wmo,
form .double-w.field-wm.select,
#menu-sidebar .main-menu ul li.first,
#menu-sidebar .main-menu ul li.first a,
.filter-by-price-btn,
form .field-wo .field-w .field-wi .field-el {
    border: none
}


/* LTR && RTL Style */

.rtl body {
    line-height: 1.3
}

.ltr body,
.ltr form .field-el {
    font: 1em "Rubik", "Arial", "Helvetica", "Calibri", "Lucida Sans Unicode", "Helvetica Neue", "Lucida Grande", "Verdana", "Source Sans Pro", "Myriad Pro", sans-serif !important
}

.rtl body,
.rtl form .field-el {
    font: .9em "DroidKufi-Regular", "Tahoma", "Calibri", "Arial", sans-serif !important
}

.ltr h1,
.ltr h2,
.ltr h3,
.ltr h4,
.ltr h5,
.ltr h6,
.ltr .main-menu ul li a {
    font-family: "Viga" !important
}

.ltr .align-l-ever {
    text-align: left
}

.rtl .align-l-ever {
    text-align: left
}

.ltr .align-r-ever {
    text-align: right
}

.rtl .align-r-ever {
    text-align: right
}

.ltr .financial .currency {
    padding-left: 5px
}

.rtl .financial .currency {
    padding-right: 5px
}

.ltr .table tr.header th {
    font-size: 12px;
    text-transform: uppercase
}

.rtl .table tr.header th {
    font-size: 14px
}

.ltr .table tr th,
.ltr .table tr td {
    border-right: auto;
    border-left: 1px solid #ccc
}

.rtl .table tr th,
.rtl .table tr td {
    border-right: 1px solid #ccc
}

.ltr .table tr td table tr td {
    border-left: none
}

.rtl .table tr td table tr td {
    border-right: none
}

.ltr .table tr th.th-id,
.ltr .table tr td.td-id {
    border-right: auto;
    border-left: none
}

.rtl .table tr th.th-id,
.rtl .table tr td.td-id {
    border-left: auto;
    border-right: none
}

.ltr .table tr td.td-not-centered {
    text-align: left
}

.rtl .table tr td.td-not-centered {
    text-align: right
}

.ltr .table.mini tr.header {
    text-align: left;
    text-transform: uppercase
}

.rtl .table.mini tr.header {
    text-align: right
}

.ltr table tr.header th.blank {
    border-right: auto;
    border-left: 0
}

.rtl table tr.header th.blank {
    border-left: auto;
    border-right: 0
}

.ltr .table.mini.no-header tr th,
.ltr .table.mini.no-header tr td {
    text-align: left
}

.rtl .table.mini.no-header tr th,
.rtl .table.mini.no-header tr td {
    text-align: right
}

.ltr .table.mini.no-header tr th {
    border-left: auto;
    border-right: none
}

.rtl .table.mini.no-header tr th {
    border-right: auto;
    border-left: none
}


/* Form */

.ltr form .field-wo.is-file .field-w .field-tpl .conditions {
    text-align: right;
}

.rtl form .field-wo.is-file .field-w .field-tpl .conditions {
    text-align: left;
}

.ltr form .field-wo.is-password .toggle-password {
    left: auto;
    right: 0
}

.rtl form .field-wo.is-password .toggle-password {
    right: auto;
    left: 0
}

.ltr form .field-wo label .label-error,
.ltr form .field-wo label .label-star {
    padding-left: 3px;
}

.rtl form .field-wo label .label-error,
.rtl form .field-wo label .label-star {
    padding-right: 3px;
}

.ltr form .field-wo .field-w select .arrow {
    right: 10px
}

.rtl form .field-wo .field-w select .arrow {
    left: 10px
}

.ltr form .money-w.currenced .currency-w {
    right: 0;
    margin-left: 1%;
    border-left: 1px solid #d9d9d9
}

.rtl form .money-w.currenced .currency-w {
    left: 0;
    margin-right: 1%;
    border-right: 1px solid #d9d9d9
}

.ltr form .field-wo.double select {
    left: auto;
    right: 0;
    margin-left: 1%;
    border-right: auto;
    border-left: 1px solid #D9D9D9
}

.rtl form .field-wo.double select {
    right: auto;
    left: 0;
    margin-right: 1%;
    border-left: auto;
    border-right: 1px solid #D9D9D9
}

.ltr form .field-wo.captcha .field-w {
    margin-left: 0
}

.rtl form .field-wo.captcha .field-w {
    margin-right: 0
}

.ltr form .field-wo.list.hz .field-w .fields {
    margin-right: 10px
}

.rtl form .field-wo.list.hz .field-w .fields {
    margin-left: 10px
}


/**/

.ltr ul,
.ltr ol {
    padding-right: auto;
    padding-left: 10px
}

.rtl ul,
.rtl ol {
    padding-left: auto;
    padding-right: 10px
}

ul.no-style,
ul.no-style ul {
    margin: 0;
    padding: 0
}

.ltr ul li {
    background-position: 0 0;
    /*background-image: url(../media/icons/lists/ltr/okGrey.png)*/
}

.rtl ul li {
    background-position: 100% 0;
    /*background-image: url(../media/icons/lists/ltr/okGrey.png)*/
}

ul.no-style li {
    padding: 0;
    margin-bottom: 0;
    background-image: none
}

.ltr .col {
    float: left;
    margin-left: auto;
    margin: 1% 0 1% 1.60%
}

.rtl .col {
    float: right;
    margin-right: auto;
    margin: 1% 1.6% 1% 0
}

.ltr .col:first-child,
.ltr .col-first {
    margin-right: auto;
    margin-left: 0
}

.rtl .col:first-child,
.rtl .col-first {
    margin-left: auto;
    margin-right: 0
}

.col-1-1,
.col-12-12 {
    margin-left: 0;
    margin-right: 0
}

.ltr .alert-box .alert-box-inner .alert-box-clz {
    left: auto;
    right: 10px
}

.rtl .alert-box .alert-box-inner .alert-box-clz {
    right: auto;
    left: 10px
}

.ltr .alert-inline .alert-message .iconed-16 {
    padding-left: 20px
}

.rtl .alert-inline .alert-message .iconed-16 {
    padding-right: 20px
}

.ltr .img-w .img-actions {
    text-align: right
}

.rtl .img-w .img-actions {
    text-align: left
}

.ltr .img-w .img-action {
    margin-right: 7px
}

.rtl .img-w .img-action {
    margin-left: 7px
}

.ltr .img-w .img-wi .img-label-mini {
    left: 5px
}

.rtl .img-w .img-wi .img-label-mini {
    right: 5px
}

.ltr a .img-w .img-wi .img-label-mini {
    left: 15px
}

.rtl a .img-w .img-wi .img-label-mini {
    right: 15px
}

.ltr a .img-wi .zoom {
    right: auto;
    left: 50%;
    margin-right: auto;
    margin-left: -23px
}

.rtl a .img-wi .zoom {
    left: auto;
    right: 50%;
    margin-left: auto;
    margin-right: -23px
}

.ltr .img-w .img-category {
    right: auto;
    left: 0
}

.rtl .img-w .img-category {
    left: auto;
    right: 0
}

.ltr .img-w .img-wi .img-label .img-label-bg,
.ltr .img-w .img-category .img-category-bg {
    right: auto;
    left: 0
}

.rtl .img-w .img-wi .img-label .img-label-bg,
.rtl .img-w .img-category .img-category-bg {
    left: auto;
    right: 0
}

.ltr a:hover .img-wi .img-label {
    animation: slideInLft .5s
}

.rtl a:hover .img-wi .img-label {
    animation: slideInRight .5s
}

.ltr .img-w-out .img-promo {
    right: auto;
    left: 0
}

.rtl .img-w-out .img-promo {
    left: auto;
    right: 0
}

.ltr .img-w-out .img-promo .img-promo-bg {
    right: auto;
    left: 0
}

.rtl .img-w-out .img-promo .img-promo-bg {
    left: auto;
    right: 0
}

.rtl .layer-wrp.is-confirm .confirm-w .actions .btn {
    line-height: 20px
}

.ltr .img-w-out .img-promo .img-promoTitle {
    text-transform: uppercase
}

.ltr .float-l {
    float: left !important
}

.rtl .float-l {
    float: right !important
}

.ltr .float-r {
    float: right !important
}

.rtl .float-r {
    float: left !important
}

.ltr .align-l {
    text-align: left
}

.rtl .align-l {
    text-align: right
}

.ltr .align-r {
    text-align: right
}

.rtl .align-r {
    text-align: left
}

.ltr .no-margin-left {
    margin-right: auto !important;
    margin-left: 0 !important
}

.rtl .no-margin-left {
    margin-left: auto !important;
    margin-right: 0 !important
}

.ltr .no-margin-right {
    margin-left: auto !important;
    margin-right: 0 !important
}

.rtl .no-margin-right {
    margin-right: auto !important;
    margin-left: 0 !important
}

.ltr .layer-wrp.is-confirm .confirm-w .actions .btn .iconed .icon-text {
    padding-left: 5px
}

.rtl .layer-wrp.is-confirm .confirm-w .actions .btn .iconed .icon-text {
    padding-right: 5px
}

.ltr .langs ul li {
    margin-left: 6px
}

.rtl .langs ul li {
    margin-right: 6px
}

.ltr .row-prices {
    right: 10px
}

.rtl .row-prices {
    left: 10px
}

.ltr .row-prices .row-price-detail {
    padding-left: 5px
}

.rtl .row-prices .row-price-detail {
    padding-right: 5px
}

.rtl form .field-wo.is-num .field-el {
    direction: ltr;
    text-align: right
}


/* Ajoutez d'autres styles spécifiques si nécessaire */