* {
    font-family: 'Roboto';
}

.container {
    max-width: 1440px;
}

h1,
h2 {
    padding-bottom: 40px;
}

h3,
h4 {
    padding-bottom: 30px
}

h5,
h6 {
    padding-bottom: 20px
}

.dn {
    display: none;
}

.card-header h1,
.card-header h2,
.card-header h3 {
    padding-bottom: 0
}

.searchWrap {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding: 2px 0px 0px 0px;
}

.mainSearch {
    width: calc(100% - 50px) !important;
    max-width: 700px
}

.search-element {
    width: 100%;
    text-align: right;
    max-width: 700px
}

.mainNav .form-inline {
    flex-grow: 1;
}

body.search-show .navbar .form-inline .search-element {
    padding: 0;
    width: auto
}

.mb-30 {
    margin-bottom: 30px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-20 {
    margin-bottom: 20px
}

.navbarTop {
    background: #fff !important;
    height: 38px
}

.navbar .miniMenu .fa-bars {
    font-size: 36px
}

.navbar .miniMenu {
    border: 1px solid #149a5a;
    height: 40px;
    width: 38px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 24px 0 0;
    border-radius: 6px;
    border: 0px;
}

.navbar .miniMenu:hover {
    /* border: 1px solid #fff; */
}

.block__mobile_burger {
    width: 38px;
    height: 22px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative
}

.block__mobile_burger span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    height: 4px;
    background-color: #149a5a;
    border-radius: 6px
}

.block__mobile_burger span:nth-child(1) {
    top: 0
}

.block__mobile_burger span:nth-child(2) {
    top: 9px
}

.block__mobile_burger span:nth-child(3) {
    top: 18px
}

.block__mobile_burger span:nth-child(4) {
    display: none
}

.openMenu .block__mobile_burger span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg)
}

.openMenu .block__mobile_burger span:nth-child(2) {
    opacity: 0
}

.openMenu .block__mobile_burger span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg)
}

.mainDropdown {
    margin-right: 35px;
    display: flex;
    align-items: center
}

.mainDropdown>.nav-link {
    color: #fff;
    display: flex;
    align-items: center
}

.mainDropdown>.nav-link:after {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
    right: -10px
}

.mainDropdown ul .nav-link {
    height: auto;
    color: #000;
    line-height: 18px;
    padding: 10px 15px !important;
    white-space: inherit
}

.mainDropdown .catMenu>li>a.nav-link {
    color: #000;
    font-weight: 400
}

.mainDropdown .catMenu>li.active>a,
.mainDropdown .catMenu>li:hover>a,
.mainDropdown ul .nav-link:hover {
    background: #8b714e;
    color: #fff;
    font-weight: 400
}

.catMenu>li.nav-item>ul.dropdown-menu>li {
    min-height: 50px
}

.catMenu>li.nav-item:hover>ul.dropdown-menu {
    z-index: 2 !important
}

.catMenu>li.nav-item.active>ul.dropdown-menu,
.catMenu>li.nav-item:hover>ul.dropdown-menu {
    left: 20%;
    margin: 0;
    width: 80%;
    top: 0;
    flex-wrap: wrap;
    padding: 17px 15px;
    align-items: flex-start;
    min-height: auto;
    overflow-y: auto;
    background: #fff;
    column-count: 4;
    display: block;
    z-index: 1;
    min-height: 100%
}

.catMenu>li.nav-item>ul.dropdown-menu ul ul {
    padding: 0 0 0 14px;
    margin: 0;
    width: 100%;
    top: 0;
    position: initial
}

.catMenu>li.nav-item>ul.dropdown-menu ul ul {
    display: none !important
}

.catMenu>li.nav-item>ul.dropdown-menu>li {
    padding-right: 10px;
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column
}

.catMenu>li.nav-item>ul.dropdown-menu li a {
    transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    display: inline-block;
    background: 0 0;
    color: #000;
    font-weight: 400;
    width: auto
}

.catMenu>li.nav-item>ul.dropdown-menu li a:focus {
    color: #149a5a !important
}

.catMenu>li.nav-item>ul.dropdown-menu li a:hover {
    background: 0 0 !important;
    text-decoration: underline;
    color: #149a5a !important
}

.catMenu>li.nav-item>ul.dropdown-menu>li>a {
    line-height: 18px;
    padding: 0 0 !important;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 10px 0
}

.catMenu>li.nav-item>ul.dropdown-menu>li>ul>li>a {
    line-height: 16px;
    padding: 0 0 7px 0 !important;
    font-size: 13px
}

.catMenu>li.nav-item>ul.dropdown-menu>li>ul>li>ul>li>a {
    line-height: 12px;
    padding: 0 0 9px 0 !important;
    font-size: 14px;
    color: #959595
}

.catMenu>li.nav-item>ul.dropdown-menu .parent:after {
    display: none
}

.catMenu>li.nav-item>ul.dropdown-menu ul {
    position: initial;
    display: block !important;
    margin: 0 0 15px 0;
    padding: 0
}

.catMenu>li:hover>a:after,
.mainDropdown .catMenu>li.active>a:after {
    transform: rotate(-90deg)
}

.navbar .mainDropdown ul {
    border-radius: 10px;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%)
}

.section-header-breadcrumb a,
.section-header-breadcrumb a span {
    font-weight: 600;
    color: #7A777E;
}

.main-footer * {
    /* color: #fff; */
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
}

.main-footer a {
    /* color: rgb(255 255 255 / 81%); */
}

.main-footer a:hover {
    /* color: #fff; */
    text-decoration: none
}

.footerMenu li {
    padding-bottom: 2px;
}

.textLogo {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 8px
}

.menuCategories {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%
}

.menuDesctop {
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: flex-start;
    position: relative
}

.catMenu .nav-item:hover>.dropdown-menu {
    display: block
}

.catMenu .nav-link.parent:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 20px;
    height: 0;
    width: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    transform: rotate(0)
}

.catMenu li {
    position: initial;
    line-height: 16px
}

body.sidebar-show:before {
    z-index: 891
}

body.search-show:before {
    z-index: 890
}

.miniMenu {
    transition: all .5s
}

.breadcrumb-item_div {
    display: inline-block
}

.navbar .mainDropdown .catMenu {
    width: 20%;
    position: initial;
    background: 0 0;
    box-shadow: none;
    float: none;
    margin: 0;
    border-right: 1px solid #cfcfcf;
    border-radius: 0
}

.navbar .mainDropdown .catMenu ul {
    background: 0 0;
    box-shadow: none;
    border-radius: 0
}

.pagelogin .card-header {
    justify-content: center
}

div.jshop_register {
    width: 100%;
    max-width: 500px;
    text-align: left;
    padding-left: 0;
    margin: 0 auto;
}

.fielderror {
    border-color: red !important
}

.hid {
    display: none
}

.card .cardUserMenu {
    justify-content: flex-start;
    padding: 20px 25px 10px 25px;
    width: 100%
}

.cardUserMenu i {
    margin-top: -1px;
    font-size: 16px;
    margin-right: 6px
}

.userMenu .dropdown-item:focus,
.userMenu .dropdown-item:hover {
    color: #fff !important
}

.input-group-text {
    cursor: pointer
}

.imagePreview {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative
}

.userImageUpload {
    border-radius: 50%
}

.userImageUpload:hover {
    background: rgb(150 122 85 / 20%)
}

.userImageUpload i {
    font-size: 20px
}

.iconCamera {
    position: absolute;
    bottom: 15px;
    right: 11px;
    background: #149a5a;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 45px
}

.image-preview {
    background-image: url(/assets/img/avatar/avatar-4.png)
}

.form-control.textareaAbout {
    height: 150px !important
}

.labelCalendar {
    display: block;
    margin: 0 !important
}

.textSmall {
    font-size: 14px;
    word-break: break-word;
}

::placeholder {
    color: #ccc !important;
    font-size: 14px
}

#jshopping_captcha>div,
#setCaptcha>div {
    margin: 0 auto
}

.dropzone .dz-message {
    font-size: 50px;
    line-height: 116px;
    color: #149a5a;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center
}

.imagesAddBlock {
    border: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 0
}

.dropzoneMain .dz-message {
    font-size: 50px;
    line-height: 116px;
    color: #149a5a;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center
}

.dropzoneMain.dz-clickable .dz-message,
.dropzoneMain.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzoneMain {
    border: 2px dashed #149a5a;
    min-height: auto;
    position: relative;
    border-radius: 6px;
    width: 120px;
    height: 120px;
    background: #fff;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px
}

.dropzoneMain:hover {
    background: rgb(150 122 85 / 2%);
    box-shadow: 0 4px 30px rgb(235 235 235)
}

.dropzoneMain:before {
    content: '+';
    font-size: 50px;
    line-height: 50px;
    color: #149a5a;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -26px
}

.dropzone .dz-preview .dz-remove:hover {
    box-shadow: 0 0 8px rgb(0 0 0)
}

.dropzone .dz-preview:hover .dz-remove {
    display: block
}

.dropzone .dz-preview:hover .dz-details {
    display: none !important
}

.dropzone .dz-preview:hover .dz-image {
    border: 2px solid #149a5a;
    box-shadow: 0 0 10px #464646
}

.dz-input {
    display: none
}

.sort-placeholder {
    border-radius: 6px !important;
    width: 120px !important;
    height: 120px !important;
    position: relative;
    display: inline-block;
    z-index: 10;
    border: 1px dashed #a9a9a9 !important;
    margin: 0 10px 0 0;
    padding: 0 0
}

.ui-sortable-helper {
    z-index: 1001 !important
}

.checkedBoxList {
    border-radius: 10px;
    border: 1px solid #149a5a;
    height: 418px;
    overflow-y: auto
}

.prodCatLabel {
    display: block;
    margin: 0;
    border-bottom: 1px solid #ededed;
    cursor: pointer
}

.prodCatInput {
    display: none
}

.checkedField {
    position: relative;
    padding: 7px 15px 7px 15px;
    line-height: 18px;
    width: 100%
}

.checkedField:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 10px;
    border: 1px solid #149a5a;
    width: 20px;
    height: 20px;
    border-radius: 4px
}

.checkedField:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 6px;
    right: 10px;
    height: 20px;
    width: 20px;
    transition: .3s opacity;
    background: #149a5a url(../images/check_white.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 4px;
    border: 1px solid #149a5a
}

.prodCatInput:checked+.checkedField:after {
    opacity: 1
}

.pageAddProduct #currency_id {
    width: 90px;
    flex-grow: 0
}

.colorinput-color {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.colorinput .colorinput-input:checked~.colorinput-color,
.colorinput-color:hover {
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%)
}

.productExtraFields .col-auto {
    padding: 0
}

.selectric-input-group-append {
    margin-left: -1px;
    width: auto
}

.selectric-input-group-append .selectric {
    border-radius: 0 10px 10px 0
}

.selectric-below.selectric-open.selectric-input-group-append .selectric {
    border-radius: 0 10px 0 0
}

.selectric-below.selectric-open.selectric-input-group-append .selectric-items {
    border-radius: 0 0 10px 10px
}

.selectric-above.selectric-open.selectric-input-group-append .selectric {
    border-radius: 0 0 10px 0
}

.selectric-above.selectric-open.selectric-input-group-append .selectric-items {
    border-radius: 10px 10px 0 0
}

.selectric-below.selectric-open .selectric {
    border-radius: 10px 10px 0 0
}

.selectric-below.selectric-open .selectric-items {
    border-radius: 0 0 10px 10px;
    margin-top: -1px
}

.selectric-above.selectric-open .selectric {
    border-radius: 0 0 10px 10px
}

.selectric-above.selectric-open .selectric-items {
    border-radius: 10px 10px 0 0;
    margin-bottom: -1px
}

.selectric-input-group-prepend {
    width: auto
}

.selectric-input-group-prepend .selectric {
    border-radius: 10px 0px 0px 10px
}

.selectric-below.selectric-open.selectric-input-group-prepend .selectric {
    border-radius: 10px 0 0 0
}

.selectric-below.selectric-open.selectric-input-group-prepend .selectric-items {
    border-radius: 0 0 10px 10px
}

.selectric-above.selectric-open.selectric-input-group-prepend .selectric {
    border-radius: 0 0 0px 10px
}

.selectric-above.selectric-open.selectric-input-group-prepend .selectric-items {
    border-radius: 10px 10px 0 0
}

.stickyBottom {
    position: sticky;
    bottom: 15px;
    /* text-align: right !important; */
    z-index: 9;
}

.customFieldsHead {
    margin: 0;
    align-items: center;
}

.customFieldsHead label {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    font-size: 12px !important;
}

.clearCustomFields {
    flex-grow: 0;
    flex-basis: 40px
}

.customFieldsItem {
    margin-bottom: 10px
}

.formAddCustomFields .customName {}

.formAddCustomFields .customValue {
    flex-basis: 120px;
    flex-grow: 0;
}

.formAddCustomFields .customAttr {
    flex-basis: 240px;
    flex-grow: 0;
}

.formAddCustomFields .customNds {
    flex-basis: 80px;
    flex-grow: 0;
}

.formAddCustomFields .customPrice {
    flex-basis: 120px;
    flex-grow: 0;
}

.formAddCustomFields .selectric-customSelect,
.formAddCustomFields .customSelect {
    flex-basis: 150px;
    flex-grow: 0;
    margin-left: -1px;
}

.formAddCustomFields .customDel {
    flex-grow: 0;
    flex-basis: 45px;
}

.formAddCustomFields .selectric {
    border-radius: 0px !important;
    border-right: 0px;
}

.boxShadow {
    box-shadow: 0 0 10px rgb(0 0 0 / 40%) !important
}

.customFieldsItem .form-control.customFieldsDelete {
    text-align: center;
    font-size: 32px !important;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    margin-left: -1px;
}

.customFieldsItem .form-control.customFieldsDelete[disabled] {
    background: #e9ecef !important;
    color: #000 !important;
    border-color: #000;
}

.customFieldsPlus,
.filePlus {
    /* padding: 4px 0 3px 0 !important; */
    /* border-radius: 10px !important; */
    text-decoration: none !important;
    font-size: 14px;
}

.customFieldsPlus i,
.filePlus i {
    font-size: 16px
}

.customFieldAddBlock {
    margin-top: -4px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}


.tabImage img {
    width: 80px;
    display: block
}

.productListUser th {
    background: #149a5a;
    color: #fff;
    font-weight: 100 !important;
    text-align: center;
    padding: 0 !important;
    font-size: 14px;
    border-right: 1px solid #fff;
    border-bottom: 0 !important;
    font-weight: 500
}

.productListUser tr.odd {
    background: #fff !important
}

.productListUser tr.even {
    background-color: rgba(0, 0, 0, .02) !important
}

.productListUser td {
    border: 1px solid #f6f6f6;
    padding: 14px 10px !important;
    font-size: 15px;
    background: 0 0 !important;
    text-align: center;
    border: 0 !important
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead th:hover {
    background-color: #836742
}

td.tabProductName {
    text-align: left
}

td.tabProductName a {
    color: #000
}

.dataTables_info {
    display: none
}

.productList {
    border-collapse: collapse !important;
    width: 100% !important
}

#productListUser_wrapper {
    overflow: auto
}

.productListUser {
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #149a5a
}

.tableScroll {
    margin-bottom: 15px;
    width: 100%;
    overflow-x: auto
}

.tabProductImage {
    width: 88px
}

.tabProductPrice {
    width: 130px
}

.tabProductDate {
    width: 190px
}

.tabProductStatus {
    width: 120px
}

.tabProductRemove {
    width: 120px
}

.tabProductId {
    width: 80px
}

.productListUser tr:nth-child(odd) {
    background: #fff
}

.productListUser tr:nth-child(even) {
    background: rgba(0, 0, 0, .02)
}

.pagination .page-item .page-link {
    padding: 8px 8px;
    min-width: 38px;
    text-align: center;
    margin: 0 3px
}

.pagination .page-item .page-link:hover {
    color: #fff
}

.pagination {
    margin: 0
}

.paginationWrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.selectric-input-mini {
    width: auto
}

.productListUser th a {
    color: #fff;
    display: block;
    padding: 12px 8px 12px 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500
}

.productListUser th a:hover {
    background: #765d3a;
    text-decoration: none
}

.icon-arrow-down-3,
.icon-arrow-up-3 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    margin-left: 7px;
    font-size: 20px;
    margin-top: 0
}

.icon-arrow-down-3:before {
    content: "\f107"
}

.icon-arrow-up-3:before {
    content: "\f106"
}

.tabProductRemove .btn {
    font-size: 40px;
    padding: 0;
    color: #000
}

.prodPublish {
    margin-top: 4px
}

.card .card-header.filterHeader {
    padding: 6px 20px;
    line-height: 30px;
    min-height: auto;
    text-align: left;
    justify-content: flex-start;
    position: relative;
    font-weight: 300;
    cursor: pointer;
    color: #149a5a;
}

.card .card-header.filterHeader .uf_trigon {
    position: absolute;
    top: 22px;
    right: 15px
}

.uf_arr {
    color: #149a5a;
}

.uf_arr:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f106";
    display: block;
    position: absolute;
    right: 8px;
    top: 9px;
    width: 26px;
    height: 26px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.uf_arr i {
    font-size: 18px
}

.filter_color .filterBody {
    border: 0;
    padding: 6px 20px 6px 15px !important;
}

.filter_color .filterBody .filterScroll {
    padding-top: 6px;
    padding-left: 4px;
}

.card .card-body.filterBody {
    border: 0;
    padding: 8px 15px 8px 15px;
}

.uf_select_options ul.chzn-choices {
    padding: 0 0
}

.card.f_wrapper,
.card.uf_wrapper {
    margin-bottom: 15px
}

.closeParams .card-body {
    display: none
}

.closeParams .uf_arr:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.closeParams .filterHeader {
    border: 0
}

.uf_label {
    border: 0
}

.uf_label .checkedField {
    cursor: pointer;
    margin: 0 !important;
    padding: 7px 0 7px 33px;
    font-size: 14px
}

.uf_label .checkedField:before {
    top: 6px;
    right: auto;
    left: 0
}

.uf_label .checkedField:after {
    top: 6px;
    right: auto;
    left: 0
}

.uf_hide .checkedField {
    color: #c5c5c5
}

.uf_hide .checkedField:before {
    border-color: #c5c5c5
}

.uf_hide .checkedField:after {
    background-color: #c5c5c5
}

.f_wrapper .col-auto {
    padding: 0
}

#jshop_unijax_filter .uf_trackbar {
    padding-top: 30px
}

#jshop_unijax_filter .uf_trackbar table.trackbar .c {
    background: none repeat scroll 0 0 #96A5AF;
}

#jshop_unijax_filter .uf_trackbar table.trackbar .l .leftBlock,
#jshop_unijax_filter .uf_trackbar table.trackbar .r .rightBlock {
    background: none repeat scroll 0 0 #e9e9e9;
    /* top: 0px; */
    border-radius: 10px;
    position: relative;
}

#jshop_unijax_filter .uf_trackbar table.trackbar .l div span.limit,
#jshop_unijax_filter .uf_trackbar table.trackbar .r div span.limit {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    top: -34px;
}

#jshop_unijax_filter .uf_trackbar table.trackbar .l .leftBegun,
#jshop_unijax_filter .uf_trackbar table.trackbar .r .rightBegun {
    cursor: pointer;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: none;
    background: #149a5a;
    position: absolute;
}

#jshop_unijax_filter .uf_trackbar table.trackbar .l .leftBegun {
    margin-right: -1px;
    text-align: left;
    right: 0px;
}

.mobFilter {
    display: none;
    background: #fff
}

.filterHead {
    text-align: center;
    position: relative;
    padding: 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center
}

#closeFilter {
    position: absolute;
    top: 15px;
    right: 12px;
    font-size: 40px;
    width: 40px;
    height: 40px;
    padding: 10px 10px;
    text-decoration: none !important;
    z-index: 1;
    display: none;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-weight: 500
}

#jshop_unijax_filter {
    margin: 0
}

.label_products {
    padding: 0
}

.blockProductItem {
    padding: 0 10px 20px 10px;
}

.productListImage .addWishlist {
    position: absolute;
    z-index: 9;
    top: 8px;
    left: 10px;
    padding: 0 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #fff;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.blockProductItem:hover .addWishlist {
    /* right: 8px; */
}

.productListImage .addWishlist:hover {
    background: 0 0;
    text-decoration: none
}

.productListImage .addWishlist i {
    font-size: 24px;
    /* text-shadow: 0 0 4px #000; */
    margin: 0 !important;
    font-family: 'Font Awesome 5 Free';
    color: #149a5a;
}

.addWishlist.active {
    -webkit-animation-name: pop;
    animation-name: pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.addWishlist.active i {
    color: #e3a83d;
    font-family: 'Font Awesome 5 Free';
    /* text-shadow: 0 0 4px #8b8b8b; */
}

@-webkit-keyframes pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pop {
    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.productListItem {
    overflow: hidden;
    margin-bottom: 0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.productListItem:hover {
    box-shadow: 0 4px 13px rgb(0 0 0 / 15%);
}

.productListInfo {
    padding: 10px 10px 0px 10px;
    width: 100%;
}

.productListImage {
    position: relative;
    overflow: hidden
}

.productListImage a {
    display: block;
    position: relative
}

.moduleProductName {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 0 8px 0;
    line-height: 24px;
    color: #000;
}

.moduleProductName a {
    /* color: #343434; */
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

.moduleProductName a:hover {
    text-decoration: none
}

.productListImage img {
    width: 100%
}

.productListPrice {
    padding: 0;
    display: flex;
    align-items: center
}

.price_new {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}

.price_old {
    text-decoration: line-through;
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 500
}

.formSort .selectric-form-control {
    vertical-align: top;
    flex: 1 1 auto;
    width: 200px;
    margin-bottom: 0
}

.rowProducts {
    margin-left: -10px;
    margin-right: -10px
}

.formSort {
    margin-right: 8px;
    margin-bottom: 0;
    display: block !important;
    text-align: left;
}

.formCount {
    margin-bottom: 0;
    display: block !important;
}

.card .categoryText {
    padding-bottom: 4px
}

.catH1 {
    text-align: left
}

.jshop_list_product {
    padding: 0 0 30px 0
}

.jshop_pagination {
    padding-top: 22px
}

.priceOldFix {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #c11a1c;
    color: #fff;
    padding: 6px 10px;
    border-radius: 0 10px 0 0;
    min-width: 100px;
    text-align: center;
    line-height: 21px
}

.productsUser {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.productsUserAvatar {
    background-image: url(/assets/img/avatar/avatar-4.png);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    flex-shrink: 0;
    border: 1px solid #149a5a
}

.productsUserName {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 10px;
    font-weight: 400
}

.moduleProductRating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0px 0;
}

.moduleProductRating .review_mark {
    margin-right: 6px
}

.moduleProductRating .count_commentar {
    font-size: 14px;
    font-family: Helvetica;
    color: #7a7a7a;
    line-height: 21px
}

.card .card-header.cardH1 {
    border: 0;
    justify-content: flex-start;
    flex-wrap: wrap
}

.productPageTop {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 0px;
    position: relative;
    width: 100%;
}

.productPageTop>.row {
    width: 100%;
    align-items: flex-start;
}

.productPageLeft {
    width: 550px;
    flex-shrink: 0;
}

.productPageRight {
    width: calc(100% - 568px);
    position: relative
}

.splide__slide img {
    width: auto;
    height: auto;
    /* max-height: 100px; */
}

#thumbnail-slider .splide__slide {
    opacity: .5
}

#thumbnail-slider .splide__slide.is-active {
    opacity: 1
}

.productPageImages {
    display: flex
}

#mainSliderWrap {
    width: 80%;
    padding: 0 25px 0 25px;
    position: relative
}

#main-slider {
    overflow: hidden
}

#thumbnail-slider {
    width: 20%;
    padding: 40px 0 40px 0;
}

.splide--ttb>.splide__arrows .splide__arrow--prev,
.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev {
    top: 0 !important
}

.splide--ttb>.splide__arrows .splide__arrow--next,
.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next {
    bottom: 0 !important
}

.splide__arrow {
    background: #149a5a;
    cursor: pointer;
    height: 36px !important;
    width: 36px !important;
    opacity: 1 !important;
    color: #ffffff;
}

#thumbnail-slider .splide__slide {
    -webkit-transition: all ease-in-out .1s;
    -moz-transition: all ease-in-out .1s;
    -o-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;
    border-radius: 15px
}

.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide,
.splide--nav>.splide__track>.splide__list>.splide__slide {
    border: 2px solid #b39773 !important
}

.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,
.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border: 2px solid #149a5a !important;
}

#thumbnail-slider .splide__slide:hover {
    opacity: 1 !important;
    border: 2px solid #149a5a !important
}

.splide__arrow:hover {
    opacity: 1 !important
}

.splide__arrow {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    background: #149a5a;
}

.splide__arrow svg {
    display: none
}

#thumbnail-slider .splide__arrow--prev:before {
    content: "\f077";
    margin-top: -2px;
    font-size: 24px;
}

#thumbnail-slider .splide__arrow--next:before {
    content: "\f078";
    margin-top: 2px;
    margin-left: 0;
    font-size: 24px;
}

#main-slider .splide__arrow--prev:before {
    content: "\f053";
    margin-left: -4px
}

#main-slider .splide__arrow--next:before {
    content: "\f054";
    margin-left: 4px
}

#main-slider .splide__arrow--prev {
    left: -52px;
}

#main-slider .splide__arrow--next {
    right: -52px;
}

#main-slider:hover .splide__arrow--prev {
    left: 15px
}

#main-slider:hover .splide__arrow--next {
    right: 15px;
}

.blockPrice {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 25px 0
}

.product_price {
    font-size: 34px;
    font-weight: 700;
    padding-right: 20px;
    color: #363636
}

.product_price_old {
    text-decoration: line-through;
    font-size: 18px;
    color: #919191
}

.chatName {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #149a5a;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.chatProdName {
    font-size: 14px;
    line-height: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

li.chatItem {
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    padding: 10px 10px 9px 10px !important;
    margin: 0;
    position: relative
}

li.chatItem.active,
li.chatItem:hover {
    background: #f3f3f3
}

.dj-chat-right .djchat-message-bar {
    background: #fff
}

.dj-chat-left .chatList {
    border-radius: 15px 0 0 15px
}

.dj-chat-right .djchat-close-btn {
    display: none
}

.djchat-header {
    background: #f3f3f3;
    padding: 15px 15px;
    border-bottom: 1px solid #ededed;
    cursor: pointer
}

.chatTime {
    font-size: 12px;
    line-height: 18px
}

.djchat-loadprev-btn {
    display: none !important
}

.djchat-user-name {
    font-size: 14px;
    padding-left: 14px
}

.dj-chat-right .djchat-user-name {
    padding-left: 0
}

.djchat-product-name a {
    font-weight: 600
}

.dj-chat-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 500px
}

.djchat-header h3,
.djchat-product-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.dj-chat-right .djchat-conversation {
    overflow-y: auto;
    height: calc(100% - 80px - 122px)
}

.dj-chat-left {
    border: 1px solid #ededed;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    height: 100%
}

.dj-chat-right {
    height: 100%;
    margin-left: -1px
}

.dj-chat-right .djchat-messages {
    height: 100%
}

.dj-chat-right .djchat-instance {
    height: 100%
}

.dj-chat-left .djchat-history {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0
}

.msgNoRead {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none
}

.msgNoRead i {
    font-size: 10px
}

.djchat-user-name.beep:after {
    right: auto;
    left: 1px;
    top: 5px
}

li.chatItem .media-body {
    overflow: hidden
}

.miniMsgImage img {
    height: 50px;
    border-radius: 6px
}

.miniMsgProd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    line-height: 18px;
    color: #149a5a
}

.miniMsgUser {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
    color: #000
}

.miniMsgNoRead {
    line-height: 18px;
    color: #606060
}

.miniMsgItemInfo {
    overflow: hidden
}

.miniMsgItem:hover {
    background: #f3f3f3 !important
}

.dropdown-list-content.chatList {
    height: auto;
    max-height: 365px
}

.miniChatNoMsg {
    font-size: 14px;
    display: block !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px
}

.miniChatNoMsg:hover {
    color: #000
}

.sendMsg {
    height: 32px
}

.main-sidebar .sidebar-brand a.sidebarClose {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 50%;
    right: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-weight: 500;
    transform: translateY(-50%)
}

#main-slider .splide__track {
    border-radius: 15px;
    overflow: hidden
}

textarea.formDescription {
    height: 144px !important;
    resize: none
}

.productCustomFieldItem {
    display: table;
    width: 100%;
    font-size: 16px;
}

.productCustomFieldName {
    display: table-cell;
    width: 55%;
    position: relative;
    padding: 6px 0;
    color: #149a5a;
    vertical-align: middle;
}

.productCustomFieldName span {
    padding-right: 12px;
    position: relative;
    z-index: 1;
    background-color: #fff
}

.productCustomFieldName:after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 12px;
    border-bottom: 1px dashed #ccc
}

.productCustomFieldVal {
    display: table-cell;
    width: 45%;
    padding: 6px 6px 6px 8px;
    vertical-align: middle;
}

.userSocial .iconShipping,
.userSocial a,
.userProductCity {
    padding: 3px 0 3px 0;
    color: #149a5a;
    display: flex;
    align-items: center;
    width: auto;
    justify-content: flex-start;
    font-size: 16px;
    width: max-content;
    font-weight: 400
}

.userSocial .iconShipping {
    color: #000
}

.userSocial a:hover span {
    text-decoration: underline
}

.userSocial img {
    height: 38px
}

.userSocial i {
    font-size: 28px;
    margin-right: 8px;
    width: 30px;
    text-align: center
}

.userSocial .icon_phone i {
    font-size: 24px
}

.userSocial .icon_phone {
    color: #149a5a
}

.userSocial .icon_instagram {
    color: #db2468
}

.userSocial .icon_telegram {
    color: #20a0e1
}

.userSocial .icon_vk {
    color: #5181b8
}

.userSocial .icon_viber {
    color: #834995
}

.userSocial .icon_whatsapp {
    color: #6cc166
}

.userSocial .icon_tiktok {
    color: #000
}

.userSocial .icon_tiktok img {
    color: #000;
    width: 30px;
    margin-right: 8px;
    height: 28px
}

.userSocial .iconShipping img {
    color: #000;
    width: 26px;
    margin-right: 8px;
    height: auto
}

.userSocial .icon_youtube {
    color: #fa0014
}

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

.productAddCartBlock .addWishlist i {
    font-size: 24px;
    text-shadow: none;
    display: block
}

.productAddCartBlock .addWishlist {
    margin-left: 15px;
    text-decoration: none;
    margin-top: -2px
}

.addFormAds .productExtraFields {
    width: 100%;
    display: none;
}

.productAddMessageUser {
    margin-top: 15px
}

#mobile-slider .splide__track {
    overflow: hidden
}

.miniCartSumm {
    color: #149a5a;
    font-weight: 600;
    font-weight: 100
}

.dropdown-list-content.miniCartList {
    height: auto;
    max-height: 365px
}

.dropdown-list .dropdown-footer {
    border-top: 1px solid #f2f2f2
}

.miniCartWrap {
    width: 500px
}

.miniMsgItem:last-child {
    border: 0 !important
}

.dropdown-list .dropdown-item.miniCartItem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 12px
}

.miniCartItem:last-child {
    border: 0 !important
}

.miniCartItemImage img {
    height: 50px;
    border-radius: 6px
}

.miniCartItem:hover {
    color: #000;
    background: #f3f3f3 !important
}

.miniCartItemName {
    padding-left: 12px;
    width: calc(100% - 80px - 43px - 30px);
    line-height: 16px
}

.miniCartItemName a {
    font-weight: 600;
    color: #149a5a;
    white-space: break-spaces;
    font-size: 13px
}

.miniCartItemQuant {
    width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.miniCartItemPrice {
    width: 80px;
    text-align: right;
    font-weight: 600
}

.iziToast>.iziToast-body .iziToast-message {
    color: #000 !important;
    font-weight: 600
}

.productfullUser {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}

.productfullUserLeft,
.productfullUserRight {
    width: 40%;
}

.productfullUserLeft {
    padding-right: 30px;
    width: 60%;
}

.productfullUser .productsUser {
    padding-bottom: 10px
}

.productfullUser .productsUserAvatar {
    width: 50px;
    height: 50px;
}

.productfullUser .productsUserName {
    font-size: 16px;
    white-space: initial;
    line-height: 18px
}

.countProd {
    font-size: 20px
}

.reviewWrap {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 30px;
    justify-content: space-between
}

.reviewOcenka {
    margin-bottom: 20px;
    justify-content: space-between
}

.reviewOcenka .selectric-selectric {
    max-width: 130px;
    width: auto
}

.reviewOcenka label {
    margin: 0 10px 0 0
}

.reviewOcenka .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.productRewiews {
    border: 0 !important
}

.productRewiews thead {
    display: none !important
}

.productRewiews tr {
    background: 0 0 !important
}

.productRewiews td {
    vertical-align: top;
    border: 0 !important;
    padding-bottom: 20px !important
}

.productRewiews .productsUserAvatar {
    width: 50px;
    height: 50px
}

.productRewiewsTop {
    font-size: 16px;
    padding-bottom: 8px
}

.reviewUser {
    font-weight: 600;
    margin-right: 8px
}

.reviewTime {
    color: #9f9f9f;
    font-size: 14px
}

.reviewMark {
    padding-bottom: 12px
}

.reviewText {
    font-size: 16px
}

.dataTables_wrapper .dataTables_paginate {
    float: left !important
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled {
    background-color: #f2efea8c !important;
    color: #149a5a !important;
    opacity: .6 !important
}

.dataTables_wrapper .dataTables_paginate a.paginate_button {
    padding: 8px 8px !important;
    min-width: 38px;
    text-align: center;
    margin: 0 3px !important;
    box-shadow: none !important;
    color: #149a5a !important;
    border-radius: 6px !important;
    background-color: #149a5a1f;
    border: 0 !important;
    font-size: 16px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #149a5a !important;
    box-shadow: none !important;
    color: #fff !important
}

.revCustomText {
    text-align: center;
    font-weight: 600;
    padding-top: 15px;
    color: #77848b !important
}

.productRewiewsFoto {
    width: 64px !important
}

.add_otvet {
    max-width: 500px;
    padding-top: 5px
}

.add_otvet textarea {
    height: 120px !important
}

.addOtvetLink {
    color: #8b8b8b;
    border-bottom: 1px dashed #8b8b8b;
    font-size: 14px
}

.addOtvetLink:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 1px dashed #000
}

.toggleOtvet {
    padding: 10px 0 0 0;
    display: none
}

.reviewOtvet {
    padding: 10px 15px 10px 15px;
    background: #f3f3f3;
    margin: 15px 0 5px 80px;
    border-radius: 0 15px 15px 15px
}

.reviewOtvetAuthor {
    font-weight: 600;
    padding-bottom: 4px;
    font-size: 16px
}

.descriptionProduct {
    font-size: 16px
}

.reviewMark *,
.review_mark * {
    background-size: 16px
}

.productTop {
    padding-bottom: 40px
}

.productSlider {
    padding: 0 50px 30px 50px
}

.splide__arrow--prev:before {
    content: "\f053";
    /* margin-left: 0; */
    font-size: 30px;
    font-size: 18px;
}

.splide__arrow--next:before {
    content: "\f054";
    /* margin-left: 4px; */
    font-size: 30px;
    font-size: 18px;
}

.splide__arrow--prev {
    left: 10px;
}

.splide__arrow--next {
    right: 10px;
}

.productSlider .blockProductItem {
    padding-bottom: 30px;
    padding-top: 12px
}

.productSlider {
    margin-top: -12px
}

#homeSlider {
    /* border-radius: 16px; */
    overflow: hidden;
}

#homeSlider:after {
    content: '';
    background: linear-gradient(0deg, rgba(234, 235, 238, 0.20) 0%, rgba(234, 235, 238, 0.20) 100%), linear-gradient(90deg, #F4F4F4 0.16%, rgba(234, 235, 238, 0.00) 88.03%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 39px);
    z-index: -1;
}

.sliderOne .splide__arrow--prev {
    left: 15px;
}

.sliderOne .splide__arrow--next {
    right: 15px;
}

.sliderOne:hover .splide__arrow--prev {
    /* left: 15px; */
}

.sliderOne:hover .splide__arrow--next {
    /* right: 15px; */
}

.productSlider .productListItem:hover {
    box-shadow: 0 4px 13px rgb(0 0 0 / 15%)
}

.fieldsBg .productCustomFieldItem:nth-child(odd) {
    background: #f7f7f7
}

.fieldsBg .productCustomFieldName {
    padding-left: 12px
}

.fieldsBg .productCustomFieldName span {
    background: 0 0
}

.fieldsBg .productCustomFieldName:after {
    display: none
}

.productSrok {
    padding: 30px 0 0 0;
    font-weight: 600;
    color: #1ac136
}

.srokGreen {
    color: #1ac136
}

.navbar .showSearch .form-control,
.navbar .showSearch .form-control+.btn {
    position: relative;
    z-index: 9001
}

.navbar .showSearch .search-backdrop {
    opacity: .6;
    visibility: visible
}

.navbar .showSearch .search-result {
    opacity: 1;
    visibility: visible;
    top: 80px
}

a.miniSearchItem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 12px;
    background-color: #fbfbfb;
    border-bottom-color: #f2f2f2;
    border-bottom: 1px solid #f2f2f2
}

a.miniSearchItem:last-child {
    border: 0
}

.miniSearchItem:hover {
    background: #f3f3f3 !important;
    color: #000
}

.miniSearchItemImage img {
    height: 40px;
    border-radius: 6px
}

.miniSearchItemName {
    padding-left: 12px;
    width: calc(100% - 150px - 43px);
    line-height: 16px;
    font-weight: 500;
    color: #149a5a;
    white-space: break-spaces;
    font-size: 14px
}

.miniSearchItemPrice {
    width: 150px;
    text-align: right;
    font-weight: 600;
    font-size: 13px;
}

.searchBlock {
    background: #fff;
    height: auto;
    max-height: 350px
}

.searchFooter {
    border-top: 1px solid #f2f2f2;
    padding: 15px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    font-weight: 600
}

.searchFooter a {
    font-size: 16px;
    font-weight: 600
}

.categoryItem a {
    font-size: 16px;
    display: block;
    padding: 4px 20px;
    border-bottom: 1px solid #ededed;
    /* color: #000; */
    font-weight: 400
}

.categoryItem a.active,
.categoryItem a:hover {
    text-decoration: none;
    background-color: #f5f5f594;
    color: #149a5a
}

.card .card-body.filterBody.filterCategoryBody {
    padding: 0 0 0px 0;
}

.card>.card-body>.categoryItem:last-child a {
    border: 0;
}

.uf_count {
    font-size: 14px;
    font-family: Helvetica
}

.uf_disabled .checkedField {
    color: #c5c5c5
}

.uf_disabled .checkedField:before {
    border-color: #c5c5c5
}

.uf_disabled .checkedField:after {
    background-color: #c5c5c5
}

.filter_color .uf_disabled {
    display: none
}

.uf_disabled .colorinput-color {
    background-color: #c5c5c5 !important
}

.cartTd1 img {
    border-radius: 10px;
    width: 60px
}

.deleteCart {
    font-size: 40px
}

.deleteCart:hover {
    text-decoration: none
}

.uk-hidden {
    display: none
}

.dropdown-footer a {
    font-size: 16px
}

.table td.cartTd1 {
    width: 90px
}

.table td.cartTd2 {
    vertical-align: middle;
    width: calc(100% - 90px - 112px - 130px - 112px - 60px)
}

.table td.cartTd2 a {
    color: #000
}

.table td.cartTd3 {
    text-align: center;
    width: 112px;
    vertical-align: middle
}

.table td.cartTd4 {
    width: 130px;
    text-align: center;
    vertical-align: middle
}

.table td.cartTd5 {
    width: 112px;
    text-align: center;
    vertical-align: middle
}

.table td.cartTd6 {
    text-align: center;
    vertical-align: middle;
    width: 60px
}

#oneStepCheckoutForm div.quantity {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    justify-content: center
}

#oneStepCheckoutForm input[id^=quantity] {
    width: 34px;
    height: 30px;
    padding: 0;
    text-align: center;
    border: 0
}

#oneStepCheckoutForm div.quantity span.quantityless,
#oneStepCheckoutForm div.quantity span.quantitymore {
    padding: 0 8px;
    border: 1px solid #d7d7d7;
    color: #8b8b8b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#oneStepCheckoutForm div.quantity span i {
    font-size: 16px
}

#oneStepCheckoutForm div.quantity span.quantitymore {
    margin-right: 4px
}

#oneStepCheckoutForm div.quantity span.quantityless {
    margin-left: 4px
}

#oneStepCheckoutForm div.quantity span:hover {
    background: #dbdbdb
}

th {
    font-weight: 500
}

#button_order_finish i {
    margin-left: 10px !important
}

.jshop .total td {
    font-weight: 600
}

.cardUserMenuLeft .cardUserMenu {
    padding: 15px 15px 10px 15px;
    flex-wrap: wrap
}

.card.cardUserMenuLeft .btn {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

.cardUserMenuLeft .buttons {
    width: 100%
}

.cardUserMenuLeft .productsUserAvatar {
    width: 50px;
    height: 50px;
    margin-right: 15px
}

.menuUserInfo {
    width: 100%;
    padding-bottom: 15px
}

.menuUserBlock {
    line-height: 24px;
    padding-top: 6px
}

.menuUserName {
    font-weight: 600;
    color: #149a5a;
    line-height: 16px
}

.menuUserPhone {
    padding-top: 4px
}

.orderMore {
    padding-top: 8px
}

.card .orderMore a.btn {
    font-size: 14px;
    padding: 4px 10px
}

.btn-sm i {
    margin-top: 0
}

.mobOrder {
    display: none
}

.card.cardMyProd .card-body {
    padding: 15px
}

.myProdItemTop {
    display: flex;
    position: relative;
    align-items: flex-start;
    padding-bottom: 15px
}

.myProdItemImage {
    position: relative
}

.myProdItemImage img {
    width: 130px;
    border-radius: 10px;
    margin-right: 15px
}

.myProdItemInfo {
    width: calc(100% - 180px);
    padding-top: 4px
}

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

.myProdItemName a {
    font-weight: 600
}

.myProdItemPrice {
    font-weight: 600;
    color: #3c3c3c
}

.myProdItemPriceOld {
    text-decoration: line-through;
    color: #979797;
    font-size: 14px;
    margin-left: 8px
}

.myProdItemDate,
.myProdItemViewed {
    font-size: 14px;
    color: #979797
}

.myProdItemEye {
    position: absolute;
    top: 68px;
    right: -5px;
    padding: 0 4px !important;
    text-align: center
}

a.btn.myProdItemEye i.fas {
    margin: 0 !important;
    font-size: 22px
}

.myProdItemPublish {
    position: absolute;
    top: 36px;
    right: -5px
}

.myProdItemDelete {
    position: absolute;
    top: 4px;
    right: 0;
    padding: 0 4px !important;
    text-align: center
}

a.btn.myProdItemDelete i.fas {
    margin: 0 !important;
    font-size: 18px
}

.myProdItemBottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.myProdItemBottom a {
    width: 32%;
    text-align: center;
    padding: 7px 6px;
    background: #149a5a;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    border-radius: 10px
}

.myProdItemBottom a:hover {
    text-decoration: none;
    box-shadow: 0 0 12px rgb(0 0 0 / 30%)
}

.myProdItemBottom .btnSeoRec {
    background: #558196
}

.myProdItemBottom .btnSeoTop {
    background: #8c5596
}

.myProdItemBottom .btnSeoColor {
    background: #559669
}

.masterLogo {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border: 1px solid #149a5a;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    color: #ecf0f1;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0 auto;
    background-image: url(/assets/img/avatar/avatar-4.png)
}

.mastersLogo {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border: 1px solid #149a5a;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    color: #ecf0f1;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0 auto;
    background-image: url(/assets/img/avatar/avatar-4.png);
    display: block;
    margin: 0 auto
}

.accInfo,
.masterInfo {
    padding-bottom: 15px;
}

.accInfo a,
.masterInfo a {
    /*color: #000*/
}

.masterInfo b {
    color: #000
}

.reviewProduct {
    margin: -4px 0 10px 0
}

.reviewProduct a {
    font-size: 14px
}

.masterRating {
    display: flex;
    align-items: center;
    padding-bottom: 16px
}

.masterRatinfInfo {
    color: #979797;
    font-size: 12px;
    padding-left: 12px
}

.masterRating .reviewMark {
    padding: 0 !important;
    margin-top: -2px
}

.recommendProd {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
    background: url(/images/recommend_64.png) 50% 50% no-repeat;
    width: 64px;
    height: 64px;
    background-size: 100%
}

.myProdItemImage .recommendProd,
.productListImage .recommendProd {
    top: 10px;
    right: auto;
    left: 10px;
    z-index: 1;
    background: url(/images/recommend_40.png) 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%
}

.myProdItemImage .recommendProd {
    top: 8px;
    left: 6px;
    width: 30px;
    height: 30px
}

.filterScroll {
    max-height: 254px;
    overflow-y: auto;
    overflow-x: hidden;
}

.accountSocial .textSmall b {
    color: #149a5a !important
}

.formSortingBlock {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.selectVid:hover {
    text-decoration: none
}

.selectVid img {
    height: 36px
}



.webpayBlock img {
    margin: 0 4px 15px 4px
}

.myProdItemSeo {
    font-size: 16px;
    color: #149a5a;
    font-weight: 500
}

.myProdItemSeo span {
    font-weight: 500
}

.myProdItemSeoTop {
    margin-top: 8px;
    color: #8c5596
}

.myProdItemSeoColor {
    color: #54966a
}

.seo_color .productListInfo {
    background: #ffdcaf
}

.seo_color .productsUserName {
    color: #343434
}

.accBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px
}

.accLeft {
    font-size: 18px;
    font-weight: 600
}

.accRight {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase
}

.bgAcc {
    color: #000
}

.bgAcc:hover {
    box-shadow: 0 4px 13px rgb(0 0 0 / 30%);
    text-decoration: none
}

.bgAcc_1 .card-body {
    align-items: center;
    display: flex;
    justify-content: center
}

.bgAcc_1 {
    height: calc(100% - 25px)
}

.bgAcc_1,
.bgAcc_2 {
    border: 1px solid #149a5a
}

.bgAcc_6 {
    background: #559681;
    color: #fff
}

.balanceCyrr {
    font-size: 24px;
    text-transform: initial;
    font-weight: 600;
    MARGIN-LEFT: -5px
}

.addBalanceInput {
    width: 110px !important;
    flex-grow: 0 !important;
    font-size: 18px !important
}

.accBalanceBlock {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.accBalanceText {
    font-size: 18px;
    font-weight: 600
}

.accBalanceInfo {
    width: 230px
}

.sliderText {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    color: #149a5a;
    padding: 0px;
    /* background: #ffffffed; */
    /* border-radius: 15px; */
    font-size: 18px;
    font-weight: 500;
    /* width: 100%; */
    /* max-width: 690px; */
}

.sliderText h1,
.sliderText h2 {
    font-size: 40px;
}

.sliderText h1,
.sliderText h2,
.sliderText h3,
.sliderText h4,
.sliderText h5,
.sliderText h6 {
    font-weight: 600;
    padding-bottom: 27px;
}

.sliderText p {
    margin: 0;
    font-weight: 100;
    font-size: 28px;
}

.slideRegiser b,
.slideRegiser strong {
    color: #E6A82B;
    font-weight: 600;
}

ul {
    list-style-position: inside;
    padding: 0
}

.preimItem {
    text-align: center;
    margin-bottom: 20px
}

.preimBg {
    background-size: cover !important;
}

.preimItem img {
    height: 75px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.preimItemText {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #149a5a;
    padding-bottom: 6px;
}

.preimItem .card {
    height: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    background-size: 90px !important;
    background-position: 90% 50% !important;
    box-shadow: none;
    border: 5px solid #fff;
}

.preimBtns {
    font-size: 30px;
    color: #149a5a;
    font-weight: 600;
}

.preimBtns a {}

.cartItemUser {
    padding-bottom: 10px
}

.cartItemUserInfo {
    padding-bottom: 15px
}

.order_history table {
    max-width: 500px
}

.order_history table tr:nth-child(even) {
    background: #fdfdfd
}

.order_history td {
    width: 50%
}

.main-footer .btn-white {
    background: #fff;
    color: #000
}

.main-footer .btn-white:hover {
    color: #149a5a !important
}

.modal-title {
    padding-bottom: 10px
}

.modal-content {
    border-radius: 15px
}

.formSuccess {
    background: #559669;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    margin-bottom: 15px;
    display: none
}

.invalid-feedback {
    text-align: center
}

table.userHistory {
    margin-bottom: 15px
}

table.userHistory.dataTable thead th {
    border-bottom: none;
    background-color: #E6A82B;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500
}

table.dataTable.display tbody tr.odd,
table.dataTable.stripe tbody tr.odd {
    background-color: #fff
}

table.dataTable.display tbody tr.even,
table.dataTable.stripe tbody tr.even {
    background-color: #fdfdfd
}

table.userHistory.table-bordered td,
table.userHistory.table-bordered th {
    border: 1px solid #dee2e6;
    font-size: 14px
}

.historyDate {
    width: 150px !important
}

.historyMessage {
    width: calc(100% - 150px) !important
}

#seoTab {
    justify-content: center
}

#seoTab .nav-item {
    margin: 0 5px
}

#seoTab .nav-item a.nav-link {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    background: #efefef
}

#seoTab .nav-item a.nav-link.active {
    box-shadow: 0 2px 6px #959595;
    color: #fff;
    background-color: #149a5a
}

#seoTabContent {
    padding-top: 15px
}

#seoTabContent>.tab-pane {
    border-top: 1px solid #dee2e6
}

.seoForm {
    max-width: 400px;
    margin: 0 auto;
    text-align: center
}

#seoTab a#seoTabRec.active {
    background: #558196
}

#seoTab a#seoTabTop.active {
    background: #8c5596
}

#seoTab a#seoTabColor.active {
    background: #559669
}

.seoFormInfo {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    line-height: 24px
}

.isMetkaRecText {
    display: none;
    text-align: center;
    color: #149a5a
}

.isMetkaRec.active .isMetkaRecText {
    display: block
}

.isMetkaRec.active .seoForm {
    display: none
}

.historyMinus {
    color: #db0000;
    font-weight: 500
}

.historyPlus {
    color: #2bb113;
    font-weight: 500
}

.balanceFormMinusText {
    text-align: center;
    padding-top: 10px
}

.historyNotViewed {
    color: #db0000
}

.historyIdMob {
    display: none
}

.priceFlex1 {
    width: 50%
}

.priceFlex2 {
    width: 50%;
    padding-left: 15px
}

.headerCatalog {
    justify-content: center;
    margin: 0 0px;
}

.footHead {
    padding-bottom: 10px;
    font-size: 20px;
}

.navbar .headerCatalog a.btn {
    padding: 3px 0px !important;
    border: 0px;
}

.navbar .headerCatalog a.btn:hover,
.navbar .headerCatalog a.btn:focus,
.headerCatalog li.active>a {
    /* color: #E6A82B !important; */
    background: transparent;
    font-weight: 500 !important;
}

.headerCatalog li a {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 300;
}

.headerCatalog li a:hover {
    color: #fff;
}

/*.headerCatalog li.active>a {
    border-color: transparent !important;
    background-color: #fff;
    font-weight: 500 !important;
    color: #149a5a !important
}*/

a.btn-outline-white:hover {
    color: #149a5a !important
}

.fielderror .custom-switch-indicator {
    border-color: red !important
}

.modified {
    color: #a3a3a3
}

.card .articleContent {
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 40px
}

.pageFaqs {
    max-width: 900px;
    margin: 0 auto
}

.accordion .accordion-header {
    background: #fff;
    color: #149a5a;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    border-radius: 0
}

.accordion .accordion-body {
    padding: 0
}

.accordion .accordion-content {
    padding: 15px 15px 15px 15px;
    background: #fff
}

.accordion-header:after {
    content: '';
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: 'Font Awesome 5 Free';
    -webkit-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    transform: translateY(-50%) rotate(180deg)
}

.accordion-header.collapsed:after {
    transform: translateY(-50%) rotate(0)
}

.bgSoc {
    min-width: 182px
}

.bgSoc .input-group-text {
    background: #149a5a;
    color: #fff;
    width: 100%;
    text-align: right
}

.anchorElem {
    margin-top: -80px;
    padding-top: 80px
}

.userCat {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

.catRequired {
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0
}

.userCat ul {
    display: none
}

.userCat li.active>ul {
    display: block
}

.userCat ul {
    padding-left: 25px
}

.userCat li {
    list-style: none
}

.userCat>li {
    border: 1px solid #149a5a;
    border-radius: 10px;
    margin-bottom: 6px;
    overflow: hidden
}

.selectedLi>.userCatItem .userCatName,
.userCat li:hover>.userCatItem .userCatName {
    color: #149a5a;
    font-weight: 700
}

.userCat .userCatItem {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2px 15px 2px 10px
}

.userCatName {
    width: calc(100% - 20px);
    padding: 0 0 0 10px;
    cursor: pointer;
    position: relative;
    font-size: 14px
}

.userCatItem.parent .userCatName:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 2px;
    height: 100%;
    width: 10px;
    -webkit-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    transform: rotate(0)
}

.userCat li.active>.userCatItem.parent .userCatName:after {
    transform: rotate(180deg)
}

.userCatField {
    width: 20px;
    margin: 0;
    height: 20px;
    cursor: pointer
}

.userCatRadio {
    display: none
}

.userCatLabel {
    position: relative;
    width: 100%;
    height: 100%
}

.userCatLabel:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    border: 1px solid #149a5a;
    width: 20px;
    height: 20px;
    border-radius: 20px
}

.userCatLabel:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 6px;
    left: 4px;
    height: 12px;
    width: 12px;
    transition: .3s opacity;
    background: #149a5a;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 20px;
    border: 1px solid #149a5a
}

.userCatRadio:checked+.userCatLabel:after {
    opacity: 1
}

.userCatLabelCheckbox:before {
    border-radius: 4px
}

.userCatLabelCheckbox:after {
    top: 3px;
    left: 0;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    background: #149a5a url(../images/check_white.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.menuBack {
    display: flex !important;
    align-items: center !important;
    color: #149a5a !important;
    font-weight: 600
}

.menuBack:hover {
    color: #fff !important
}

.menuBack:before {
    content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    color: #149a5a;
    margin-right: 8px
}

.menuBack:hover:before {
    color: #fff
}

.menuDrobBack {
    display: none
}

.activeMenu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(247 247 247);
    width: 100%;
    height: calc(100% + 40px);
    z-index: 1
}

.menuItemsBack {
    position: relative
}

.menuItemsBack li {
    position: initial !important
}

.customText .card-body {
    padding-bottom: 4px
}

.mastersName {
    padding: 12px 0 6px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.mastersRating {
    justify-content: center;
    display: block;
    text-align: center;
    padding: 0
}

.mastersRating .reviewMark>* {
    margin: 0 auto
}

.mastersRating .reviewMark {
    margin: 0 0 9px 0
}

.mastersRating .masterRatinfInfo {
    padding: 0
}

.masterBlock:hover {
    text-decoration: none;
    box-shadow: 0 4px 13px rgb(0 0 0 / 15%)
}

.article-title h2 {
    padding: 0
}

.article-date {
    padding-bottom: 5px;
    color: #96A5AF;
    font-size: 16px;
}

.article {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.article:hover {
    box-shadow: 0 4px 13px rgb(0 0 0 / 15%)
}

.article-cta a {
    text-decoration: none
}

.article-cta i {
    font-size: 14px
}

.article-description {
    /* max-height: 56px; */
    /* overflow: hidden; */
    color: #96A5AF;
    font-size: 16px;
}

.article-description p {
    line-height: 20px;
    margin-bottom: 5px;
}

.textOrdersInfo {
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: #77848b !important
}

.filterSale {
    background: #fff4f4
}

.filterPercent {
    position: absolute;
    top: 50%;
    right: 19px;
    color: #d7000d;
    font-size: 16px;
    transform: translateY(-50%)
}

.headerCatalog li {
    margin: 0 12px;
}

#uf_prices {
    padding: 8px 20px 8px 20px
}

.textActionInfo {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    color: #77848b !important
}

.cardDraw {
    box-shadow: 0 0 12px rgb(0 131 28 / 40%)
}

.drawInfo {
    font-size: 14px
}

.drawBlock {
    min-height: 69px
}

.drawBlock .accLeft {
    font-size: 16px;
    text-transform: initial
}

.drawSubmit {
    font-size: 14px;
    text-transform: initial;
    padding: 4px 7px
}

.drawAppendNumber {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.bipDraw {
    display: inline-block;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-animation-name: wobble-top;
    animation-name: wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        -ms-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        -ms-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        -ms-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        -ms-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        -ms-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0)
    }
}

.selectProductDraw {
    text-transform: initial;
    text-align: right
}

.selectric-userAllProd {
    width: 280px;
    text-align: left
}

.appendProd {
    margin-top: 10px;
    padding: 4px 7px;
    font-size: 14px
}

.shadowBrown {
    box-shadow: 0 0 12px rgb(149 122 88)
}

.shadowGreen {
    box-shadow: 0 0 12px rgb(0 131 28 / 40%)
}

.articleContent img {
    max-width: 100%;
    height: auto;
}

.age18Pblock .age18 {
    display: flex !important
}

.age18 {
    display: none !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 10;
    text-decoration: none !important
}

.age18 span {
    background: #fff;
    border-radius: 10px;
    padding: 4px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.age18Pblock .prodImage {
    -webkit-filter: blur(25px) brightness(.7);
    filter: blur(25px) brightness(.7)
}

.age18 span i {
    margin-right: 4px;
    margin-left: 0 !important
}

.swal2-html-container {
    margin-top: 0 !important
}

#thumbnail-slider .splide__slide {
    overflow: hidden
}

.mobSlider {
    position: relative
}

.socialSite {
    padding-bottom: 15px
}

.socialSite a {
    display: inline-block
}

.socialSite img {
    height: 40px
}

#thumbnail-slider .prodImage {
    height: 100%
}

#thumbnail-slider .prodImage img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.review_item {
    border-bottom: 1px dotted #999;
    padding: 10px;
    padding-left: 0
}

.review_user {
    font-weight: 700
}

.review_text {
    padding-top: 2px;
    padding-bottom: 2px
}

.review_mark {
    color: #333;
    height: 18px
}

#jshop_review_write .inputbox {
    width: 180px
}

.stars_no_active {
    height: 16px;
    background-image: url(/images/star.png);
    background-repeat: repeat-x;
    background-position: 0 0
}

.stars_active {
    height: 16px;
    background-image: url(/images/star.png);
    background-repeat: repeat-x;
    background-position: 0 -16px
}

.custom-switch-indicator {
    flex-shrink: 0
}

.disableCheckbox {
    opacity: .5
}

.form-inline .disBlock {
    display: block
}

.categoriesSelect {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 6px
}

.catSelect {
    border: 1px solid #149a5a;
    margin: 0 5px 7px 0;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #149a5a;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #f5f5f5
}

.catSelect span {
    font-size: 20px;
    line-height: 16px;
    margin-left: 4px
}

.catSelect:hover {
    background: #149a5a;
    color: #fff
}

.productTags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 15px
}

.productTags a {
    border: 1px solid #149a5a;
    margin: 0 5px 7px 0;
    padding: 2px 10px;
    font-size: 14px;
    color: #149a5a;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500
}

.productTags a:hover {
    background: #149a5a;
    color: #fff
}

a.minisearchCategory {
    background: #fff
}

.minisearchCategory .miniSearchItemName {
    padding-left: 5px
}

.videoProduct iframe {
    /*max-width: 700px;*/
    width: 100%;
    height: 400px
}

.uf_buttons {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 15px 0;
    /* box-shadow: 0 0 12px rgb(147 151 173 / 30%); */
    z-index: 1;
    border-radius: 0px 0px 15px 15px;
    display: block;
}

.checkboxLabel {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important
}

.checkboxName {
    padding-left: 8px;
    margin-top: 0
}

.checkboxLabel input {
    display: none
}

.checkboxVal {
    position: relative;
    height: 20px;
    width: 20px;
    margin-top: -3px
}

.checkboxVal:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #149a5a;
    width: 20px;
    height: 20px;
    border-radius: 4px
}

.checkboxVal:after {
    content: '';
    opacity: 0;
    position: absolute;
    transition: .3s opacity;
    top: 0;
    left: 0;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    background: #149a5a url(../images/check_white.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.checkboxCheck:checked+.checkboxVal:after {
    opacity: 1
}

.priceEditItem {
    margin: 0 10px 10px 10px;
    text-align: left
}

.priceEditItem label {
    justify-content: flex-start;
    display: block
}

#price_val {
    width: 100px
}

.selectric-price_size {
    width: 136px
}

.editPricePopup {
    margin-bottom: 25px
}

.addInstagram {
    height: 36px;
    position: absolute !important;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    padding: 3px 1px 3px 3px
}

.addInstagram svg {
    height: 100%
}

.addInstagram svg path {
    fill: #db2468
}

.addInstagram.active svg path {
    fill: #c3c3c3
}

.addInstagramProduct {
    position: initial !important
}

.addInstagramProduct svg {
    height: 36px
}

.splide__arrow:disabled {
    /*opacity:0!important;cursor:default*/
}

.userProductCity {
    font-size: 14px;
    color: #8d8d8d !important;
    /* font-style:italic; */
    padding-bottom: 6px;
    margin-top: -2px;
    cursor: auto !important;
}

.main-navbar>.container {
    width: 100%;
    align-items: center !important;
}

.menuTopSearch {
    display: flex;
    margin: 0px;
    width: 100%;
}

.menuTopSearch li {
    margin: 0px 7px;
    padding: 0px;
}

.menuTopSearch li a {
    color: #626D75;
    font-weight: 100;
}

.menuTopSearch li a:hover {
    color: #149a5a;
    text-decoration: none;
}

.headerTopSearch {
    /* display: flex; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
}

.navbar .navbar-brand img {
    /* margin-bottom: 7px; */
}

.headerTopLeft {
    align-items: center;
}

.headerBlockUser {}

.headerBlockUser a {
    color: #fff;
    padding: 2px 12px;
    font-family: 'Montserrat';
    font-weight: 300;
}

.headerBlockUser a:hover {
    color: #fff;
    /* background: #E6A82B !important; */
}

.headerTopRight a:not(.btn) {
    color: #626D75;
    margin: 0px 8px;
    font-size: 14px;
}

.headerTopRight .btn {
    border-radius: 10px;
    margin-right: 60px;
    font-size: 15px;
    padding: 6px 28px;
}

.headerTop {
    align-items: flex-start !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.headerTopRight {
    /* padding: 15px 0px 0px 0px; */
    display: flex;
    align-items: center;
    color: #122e80;
    font-size: 18px;
}

a.headerIcons {
    font-weight: 400;
    margin: 0px 4px !important;
}

.headerIcons img {
    display: block;
    height: 35px;
    width: 35px;
}

.slideHomeItem {
    position: relative;
    padding: 30px 50px;
    background-size: cover !important;
}

.slideHomeRow {
    height: 100%;
    align-items: center;
    padding: 0px;
    margin: 0px;
    margin-top: -39px;
}

.homeBlockProducts {
    background: #ffffff;
    padding: 40px 0px 40px 0px;
    /* color: #fff; */
}

.homeBlockProducts h2 {
    /* margin: 0px; */
    /* padding: 12px 0px; */
    /* color: #149a5a; */
    /* font-size: 40px; */
}

.homeBlockProducts .nav-pills .nav-item .nav-link {
    color: #149a5a;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 10px;
    margin: 0px 2px;
    border: 1px solid #149a5a;
}

.homeBlockProducts .nav-pills .nav-item .nav-link.active,
.homeBlockProducts .nav-pills .nav-item .nav-link:hover {
    box-shadow: none;
    color: #fff;
    background-color: #149a5a;
}

.homeCategoryList {
    padding: 0px 0px 15px 0px;
}

.homeBlockProducts .tab-content>.tab-pane {
    padding: 0px 0;
}

.homeBlockProducts .rowp10 {
    margin-left: -10px;
    margin-right: -10px;
}

.homeBlockAds {
    /* background: #EBEFF1; */
    /* padding: 40px 0px; */
}

.homeBlockAds:before {
    content: '';
    background: #EBEFF1;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.homeBlockAds>.container {
    border-radius: 15px;
    background: #EBEFF1;
    padding: 40px 20px 40px 20px;
}

.homeBlockAds h2 {
    margin: 0px;
    padding: 0px 0px 12px 0px;
}

.homeCategoryList a {
    margin: 0px 2px 10px 2px;
    font-size: 14px !important;
    padding: 0.1rem 0.7rem !important;
}

.compactAds .productListItem {
    display: flex;
    flex-direction: row
}

.compactAds .productListImage {
    width: 248px;
}

.compactAds .productListInfo {
    width: calc(100% - 240px)
}

.compactAds .moduleProductName {
    text-overflow: initial;
    white-space: initial;
    line-height: 20px
}

.compactAds .productsUserName {
    text-overflow: initial;
    white-space: initial
}

.homeBlockAbout {
    padding: 60px 0px;
}

.homeBlockAbout h2 {
    /* margin: 0px; */
    /* padding: 0px 0px 12px 0px; */
    padding-bottom: 20px;
}

.homeBlockAbout:before {
    content: '';
    background: #E6A82B;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    border-radius: 0px 0px 0px 0px;
    display: none;
}

.newsItem {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 15px;
    align-items: initial;
}

.newsItem .article-details {
    width: 60%;
}

.newsItem .article-header {
    width: 40%;
    /* height: 100%; */
}

.newsItem h3 {
    padding: 3px 0px 3px 0px;
    line-height: 16px;
}

.homeBlockNews h2 {
    padding: 0px 0px 25px 0px;
    text-align: left;
}

.homeCatItemBg {
    /* background-size: cover !important; */
    height: 199px;
    background-color: rgb(6 29 64 / 80%) !important;
    overflow: hidden;
}

.homeBlockPartner {
    padding: 0px 0px 70px 0px;
}

.homeBlockReklama {
    padding: 20px 0px 30px 0px;
}

.main-footer hr {
    border-top: 1px solid #fff;
}

.homeBlockNews {
    background: #EAEBEE;
    /* padding: 60px 0px 30px 0px; */
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.password-control {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/view.svg') 0 0 no-repeat;
    z-index: 2;
    margin-top: 0px;
}

.password-control.view {
    background: url('../images/no-view.svg') 0 0 no-repeat;
}

.passwordBlock {
    position: relative;
}

.userMenuList {
    list-style: none;
}

.userMenuList ul {
    list-style: none;
}

.userSeparator {
    position: relative;
}

.userSeparator:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.userMenuList .parent>ul {
    display: none;
}

.userMenuList .parent.showList>ul {
    display: block;
}

.showList>.userSeparator:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    /* transform: rotate(180deg); */
}

.userMenuList ul .parent>ul>li>a {
    /*background: #e3e3e3;*/
}

.userMenuList ul {
    margin-left: 25px;
}

.card.cardUserMenuLeft li.active>a.btn,
.showList>a.btn {
    background-color: #149a5a !important;
    color: #fff !important;
}

.userMenuList .item-159>a {
    display: none !important;
}

.hideCustomSelect {
    display: none;
}

.daterangepicker_input .selectric-wrapper {
    display: none;
}

.daterangepicker:not(.single) .daterangepicker_input {
    display: none !important;
}

#mapBlockArderLot {
    width: 100%;
    height: 400px;
}

.privateUsers {
    margin: -4px 0px 12px 0px;
}

.privateUserItem {
    display: flex;
    align-items: center;
    max-width: 380px;
    justify-content: space-between;
    border: 1px solid #149a5a;
    padding: 0px 0px 0px 11px;
    margin-top: -1px;
    /* border-radius: 6px; */
}

.privateUserEmail {
    font-size: 14px;
}

.privateUserRemove {
    width: 28px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    text-decoration: none !important;
    color: #ff0000;
    border-left: 1px solid #149a5a;
}

.privateUserItem:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.privateUserItem:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.templateItem {
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px;
}

.templateItemBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.templateItem form {
    display: block;
    width: 100%;
}

.templateName {}

.templateBtn {}

.btn.templateDel {
    padding: 0.1rem 0.6rem;
}

.productFileItem label {
    display: block;
}

.productFileItem a.btn.fileDel {
    text-align: center;
    font-size: 32px !important;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    margin-left: -1px;
    flex-basis: 50px;
    flex-grow: 0;
    border: none !important;
}

.productFileItem .form-group {
    margin-bottom: 12px;
}

.productFileItem .input-group-text {
    width: 288px;
}

#thumbnail-slider .splide__arrow {
    height: 36px !important;
    width: 36px !important;
    font-size: 12px;
    background: transparent;
    color: #149a5a;
    padding-left: 0px;
    padding-right: 0px;
}

.productPageRight h1 {
    padding-bottom: 10px;
    font-size: 22px;
}

.mapSetting {
    display: none;
}

#mainMap {
    width: 100%;
    height: 400px;
}

.addWishlist i {
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    color: #149a5a;
}

.shareBlock {
    background: transparent !important;
    padding: 0px !important;
}

#dropdownShare {
    border: 0px;
    background: transparent;
    cursor: pointer;
    outline: none !important;
}

#dropdownShare i {
    font-size: 20px;
}

.shareBlock .dropdown-menu {
    width: auto;
    min-width: auto;
    padding: 5px 5px;
    margin-left: -8px;
    z-index: 9;
}

.productBtns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 15px 0px;
}

.productView {
    color: #afafaf;
    font-size: 14px;
}

.textPravila {
    padding: 6px 0px;
    /* text-align: center; */
}

.textPravila a {
    text-decoration: underline;
    font-weight: 300;
}

.blockAddBid {
    display: flex;
    align-items: center;
    padding: 5px 0px 5px 0px;
    justify-content: center;
}

.bidLeft {
    padding-right: 7px;
}

.bidLeft input[type="number"],
.prodBtns input[type="number"] {
    font-size: 15px !important;
    width: 120px;
    padding-left: 4px !important;
    padding-right: 4px !important;
    text-align: center;
    font-weight: 500;
    flex-grow: 0;
    -moz-appearance: textfield;
    border: 1px solid #e3e3e3;
    background: transparent;
    border-radius: 10px !important;
    cursor: default;
}

.bidLeft input[type="number"]::-webkit-outer-spin-button,
.bidLeft input[type="number"]::-webkit-inner-spin-button,
.prodBtns input[type="number"]::-webkit-outer-spin-button,
.prodBtns input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bidRight {}

.bidInfo {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.bidHistory {
    margin-bottom: 15px;
}

.bidHistoryHead {
    text-align: left;
    background: #ffffff;
    color: #149a5a;
    border-radius: 10px 10px 0px 0px;
    padding: 6px 15px;
    font-size: 18px;
}

.bidHistoryList {}

.bidHistoryItem {}

.bidHistoryList {
    width: 100%;
    /* border: 1px solid #149a5a; */
}

.bidHistoryList tr {}

.bidHistoryList th {
    border: 1px solid #ffffff;
    background: #f4f6f9;
    font-size: 14px;
    text-align: center;
    padding: 5px 2px;
    color: #149a5a;
    font-weight: 700;
}

.bidHistoryList td {
    border-bottom: 1px solid #f4f6f9;
    font-size: 14px;
    text-align: center;
    padding: 5px 4px;
    background: #fff;
}

.bidHistoryListOv {
    max-height: 244px;
    overflow: auto;
}

.auctionDate {
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    /* color: #707070; */
    line-height: 21px;
    /* font-weight: 700; */
}

.auctionAddress {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 0px 12px 0px;
    color: #ffffff;
    line-height: 24px;
    /* min-height: 36px; */
    font-size: 14px;
}

.auctionAddress i {
    margin-left: 1px;
    font-size: 18px;
}

.productsAuctionMore {
    display: flex;
    margin-left: -10px;
    background: #dfdfdf;
    width: calc(100% + 20px);
}

.listAuctionPrice {
    width: 50%;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #ffffff;
    border-right: 1px solid #fff;
}

.listAuctionLink {
    width: 50%;
    font-size: 14px;
    line-height: 16px;
    border-radius: 0px;
    font-family: 'Montserrat';
    border-left: 1px solid #fff;
}

.listAuctionActualPrice {
    font-weight: bold;
    /* margin-top: -12px; */
    display: block;
    width: 100%;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.listLotStatus {
    position: absolute;
    background: #eebd5c;
    z-index: 1;
    top: 0px;
    right: 0px;
    color: #fff;
    padding: 7px 15px;
    font-size: 14px;
    height: 52px;
    font-weight: 500;
    line-height: 18px;
    border-bottom-left-radius: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
}

.no-shadow {
    box-shadow: none !important;
}

.o-hidden {
    overflow: hidden;
}

.popoverInfo {}

.popoverInfo i {}

.selectric-selectStepType {
    width: 50%;
}

.countdownTimer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 6px 0px 10px 0px;
}

.timerItem {
    position: relative;
    min-width: 58px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    background: #E6A82B;
    padding: 8px 14px;
    border-radius: 10px;
}

.timerItem:nth-last-child(2)::after,
.timerItem:nth-last-child(3)::after {
    content: ':';
    position: absolute;
    right: -8px;
    top: 6px;
    font-size: 22px;
}

.timerNum {
    font-size: 22px;
    font-weight: 500;
}

.timerText {
    font-size: 12px;
}

.timerTextHead {
    text-align: center;
    padding: 6px 0px;
}

.auctionClosed {
    text-align: center;
    color: #e3a83d;
    font-weight: 600;
    padding: 10px 0px;
}

.blink,
.blink * {
    color: #ff0000 !important;
}

#mapDirection {
    width: 100%;
    height: 400px;
}

.buttonsLot {}

.buttonsLot a {
    line-height: 36px;
    padding: 0px;
    width: 38px;
    height: 38px;
    margin-bottom: 4px;
}

.buttonsLot a i {
    font-size: 14px;
}

.tableUserProducts {}

.tableUserProducts th {
    /* font-size: 14px; */
}

.th_5 {
    width: 5%;
}

.th_10 {
    width: 10%;
}

.th_15 {
    width: 15%;
}

.th_20 {
    width: 20%;
}

.th_25 {
    width: 25%;
}

.th_30 {
    width: 30%;
}

.th_35 {
    width: 35%;
}

.th_40 {
    width: 40%;
}

.th_45 {
    width: 45%;
}

.th_50 {
    width: 50%;
}

.th_55 {
    width: 55%;
}

.th_60 {
    width: 60%;
}

.th_65 {
    width: 65%;
}

.th_70 {
    width: 70%;
}

.th_75 {
    width: 75%;
}

.th_80 {
    width: 80%;
}

.th_85 {
    width: 85%;
}

.th_90 {
    width: 90%;
}

.th_95 {
    width: 95%;
}

.th_100 {
    width: 100%;
}

.bidCurrentUser {
    background: #dee7f5;
}

.bidCurrentUser i {
    margin-right: 6px;
    font-size: 12px;
}

.blockTimer {
    border-top: 1px solid #e5e5e5;
    padding-top: 8px;
    margin-top: 6px;
}

.form-control[readonly] {
    cursor: no-drop;
}

.selectric-disabled .selectric {
    background: #e9ecef;
}

.userLotsParams {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.formReg {
    text-align: left;
}

.formReg .custom-switch {
    align-items: flex-start;
    font-size: 14px;
}

.formReg .alert {
    margin-top: 20px;
}

.formReg .alert * {
    font-size: 14px;
}

.colorinput-color:before {
    background: url(../images/check_black.svg) no-repeat center center/50% 50%;
}

.listProdPriceType {
    padding: 0px 0px 4px 0px;
    font-size: 16px;
    color: #000;
    line-height: 22px;
}

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

.prodBtns {
    padding-right: 7px;
}


.prodPrice {
    font-size: 16px;
    padding: 10px 0px 0px 0px;
}

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

.winnerInfoItem {
    text-align: left;
    padding: 0px 0px 4px 0px;
    font-size: 16px;
}

.productColorInfo {
    border-color: #e4e6fc;
    border-width: 0;
    border-style: solid;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
}

.datetimepickerClear {
    width: 120px;
}

.fileItem a {
    text-decoration: none;
    border-bottom: 1px dashed #000;
}

.fileItem a:hover {
    border-bottom: 1px dashed #fff;
}

.swal2-close:focus {
    outline: 0;
    box-shadow: none !important;
}

.listLotsDate {
    width: 120px !important;
}

.selectric-liSmall .selectric-items li {
    font-size: 13px;
}

.passInfo {
    position: absolute;
    left: 13px;
    top: -9px;
    background: #fff;
    font-size: 13px;
}

.passError {
    color: red !important;
}

.passSuccess {
    color: #28a745 !important;
}

.fieldsuccess {
    border-color: #28a745 !important;
}

.currentMainBid {
    font-weight: 600;
    color: #28a745;
    padding-bottom: 12px;
    text-align: center;
    padding-top: 6px;
}

.tableCurs {
    width: 100%;
}

.tableCurs tr {}

.tableCurs th {
    border: 1px solid #149a5a;
    background: #E6A82B;
    font-size: 14px;
    text-align: center;
    padding: 5px 2px;
    font-weight: 600;
}

.tableCurs td {
    border: 1px solid #149a5a;
    font-size: 14px;
    text-align: center;
    padding: 5px 12px;
}

.tableCurs td:first-child {
    text-align: left;
}

.tableCurs td:last-child {
    font-weight: 600;
}


.productPageBottom {
    /* padding-top: 50px; */
    padding: 0px;
}

.productLeft {
    -ms-flex: 0 0 calc(100% - 360px);
    flex: 0 0 calc(100% - 360px);
    max-width: calc(100% - 360px);
    padding-right: 40px;
    /* margin-bottom: 20px; */
}

.productRight {
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    max-width: 360px;
}

.productfullLot .productRight {
    background: #F4F6F9;
    border-radius: 15px;
    padding: 15px 15px;
    margin-bottom: 20px;
}

.productfullLot .productLeft {
    margin-bottom: 20px;
}

.productfullOferta .productLeft,
.productfullAds .productLeft {
    -ms-flex: 0 0 calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
    max-width: calc(100% - 160px);
}

.productfullOferta .productRight,
.productfullAds .productRight {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
}

.card>.card-body.filterBody.filterCategoryBody .filterCategoryBody>div>a {
    padding-left: 40px;
}

.card>.card-body.filterBody.filterCategoryBody .filterCategoryBody .filterCategoryBody>div>a {
    padding-left: 60px;
}

.blockProductOfAds .listAuctionLink {
    width: 100%;
}

.adsPriceText {
    font-size: 12px;
    margin-top: -5px;
}

.showPhoneActive {
    display: none;
}

.userPhone {
    padding-bottom: 10px;
}

.userPhone.active .showPhone {
    display: none;
}

.userPhone.active .showPhoneActive {
    display: inline-block;
}

#popupGeolocaion .modal-dialog {
    max-width: 750px;
}

.regionsBlock {
    display: none;
    height: 312px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.regionsBlock.active {
    display: flex;
}

.regionsLeft {
    width: 50%;
    padding: 15px 0px 0px 0px;
    overflow: hidden auto;
    border-right: 1px solid #cccccc;
}

.regionsRight {
    width: 50%;

    padding: 15px 0px 0px 15px;
    overflow: hidden auto;
}

.sumbolRegion {
    padding: 15px 0px 0px 10px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.leftRegionItem {
    font-size: 14px;
    padding: 2px 10px;
    cursor: pointer;
}

.leftRegionItem.active,
.leftRegionItem:hover {
    background: #E6A82B;
    color: #000;
}

.rightRegionItem {
    font-size: 14px;
    padding: 2px 10px;
    cursor: pointer;
    display: flex;
    margin: 0px;
    align-items: center;
}

.rightRegionItem.active,
.rightRegionItem:hover {
    background: #E6A82B;
    color: #000;
}

.regionName {
    padding: 0px 0px 0px 10px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 0px;
    cursor: pointer;
}

.rightRegionBlock {
    display: none;
    padding-bottom: 15px;
}

.rightRegionBlock.active {
    display: block;
}

.regionsRight input {
    margin: 0px 5px 0px 0px;
    width: 13px;
}

.regionsActive {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.regionsActiveItem {
    background: #E6A82B;
    color: #000;
    font-size: 14px;
    padding: 3px 10px 3px 10px;
    margin: 0px 5px 5px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
}

.regionsActiveItem:after {
    content: '\2716';
    text-align: right;
    color: #d10000;
    font-size: 11px;
    margin-left: 6px;
}

.regionsActiveItem:hover {
    background: #149a5a;
    color: #fff;
}

.searchRegionBlock {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
}

.searchRegionList {
    width: 100%;
    max-height: 200px;
    overflow: auto;
    padding-top: 0px;
    padding-left: 0px;
    background: #f5f5f5;
    margin-top: -1px;
    display: none;
    border: 1px solid #149a5a;
    list-style: none;
}

.regionsBlockSearch.active .searchRegionList {
    display: block;
}

.regionsBlockSearch.active .searchregion {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.searchItem {
    font-size: 14px;
    color: #000;
    cursor: pointer;
    padding: 2px 0px 2px 20px;
    line-height: 20px;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}

.searchItem:hover {
    /*text-decoration: underline;*/
    background: #d9d8d8;
}

.regNameCity {}

.regName {
    color: #a9a9a9;
    font-size: 12px;
    font-style: italic;
    margin-top: -3px;
    text-decoration: none !important;
}

.searchRegion {}

.searchCity {}

.radiusCity,
.radiusRegion {
    margin-right: 0px;
}

.cityPlus {
    margin-top: 0px;
}

.regionBlock {
    margin-right: 15px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.radiusBlock {
    margin-bottom: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.radiusBlock .geoRadiusItem,
.regionBlock .geoRadiusItem {
    margin-bottom: 0px;
    margin-right: 8px;
}

.lastCity {
    margin-right: 12px;
}

.regionListCountry {
    padding-bottom: 15px;
    width: 200px;
}

.searchRegionList>li:first-child {
    /* margin-top: 6px; */
}

.searchItem:before {
    content: '';
    width: 3px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: 7px;
    background: #565656;
    border-radius: 10px;
}

.geoRadius {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0px 0px 2px 0px;
}

.geoRadiusItem:hover,
.geoRadiusItem.active {
    border-bottom: 1px dashed #000;
    text-decoration: none !important;
}

.geoRadiusItem {
    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
}

.acym_module_form {
    margin-top: 20px;
}

.acym_module_form table {
    width: 100%;
}

.customFieldSumm {
    margin-top: 7px;
}

select.readonly {
    background: #e9ecef !important;
}

.datetimepickerClear[disabled]+.input-group-append .input-group-text {
    background: #e9ecef !important;
}

.selectric-selectAddress,
.selectAddress {
    max-width: 420px;
}

#currentAddress {
    margin-top: 6px;
}

#currentAddress b {
    color: #000;
}

.customFieldsItem .form-control.customFieldsMap {
    flex-grow: 0;
    flex-basis: 160px;
    text-align: center;
    text-decoration: none !important;
}

#popupSklad .modal-dialog {
    max-width: 750px;
}

.mapSklad {
    width: 100%;
    height: 400px;
}

.imagecheck {
    margin: 0;
    position: relative;
    cursor: pointer
}

.imagecheck-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.imagecheck-figure {
    background-color: #fdfdff;
    border-color: #a7a7a7;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.imagecheck-input:focus~.imagecheck-figure {
    /* border-color: #6777ef; */
}

.imagecheck-input:checked~.imagecheck-figure {
    border-color: #149a5a;
    /* box-shadow: 0px 0px 10px #000; */
}

.imagecheck-figure:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    /* transform: translate(-50%, -50%); */
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgb(0 0 0 / 50%) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2340b35a' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
    background-size: 30px;
    color: #ffffff;
    z-index: 1;
    border-radius: 3px;
    opacity: 0;
    transition: .3s opacity
}

.imagecheck-input:checked~.imagecheck-figure:before {
    opacity: 1
}

.imagecheck-image {
    max-width: 100%;
    opacity: .64;
    transition: .3s opacity
}

.imagecheck-image:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.imagecheck-image:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.imagecheck:hover .imagecheck-image {
    opacity: 1
}

.imagecheck-input:focus~.imagecheck-figure .imagecheck-image,
.imagecheck-input:checked~.imagecheck-figure .imagecheck-image {
    opacity: 1
}

.imagecheck-caption {
    text-align: center;
    padding: .25rem .25rem;
    color: #9aa0ac;
    font-size: .875rem;
    transition: .3s color
}

.imagecheck:hover .imagecheck-caption {
    color: #495057
}

.imagecheck-input:focus~.imagecheck-figure .imagecheck-caption,
.imagecheck-input:checked~.imagecheck-figure .imagecheck-caption {
    color: #495057
}

.popupImages .imagecheck-image {
    opacity: 0.9;
    border-radius: 0px;
    height: 96px;
    object-fit: cover;
}

.productArchive {
    background: #e3e3e3;
    opacity: 0.7;
}

.productArchive * {
    /* color: #999 !important; */
}

.productArchive .btn {
    /* color: #fff !important; */
}

.mainLastBid {
    color: #28a745;
    margin-top: -15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.fullSumm {
    margin: -12px 0px 15px 0px;
}

.searchVendorBlock {
    padding-bottom: 5px;
}

.searchVendor {
    height: 36px !important;
    border-color: #c3c3c3;
}

.searchVendor:focus {
    border-color: #939393;
}

.vendorLabelName {
    display: none !important;
}

.hideSearch {
    display: none !important;
}

.writeOff {
    padding-top: 5px;
}

.textWriteOff {
    font-size: 14px;
    color: #28a745 !important
}

.returnText {
    font-size: 14px;
    color: #28a745 !important
}

.vznosInfo {
    color: #28a745 !important;
    padding: 0px 0px 10px 0px;
}

.showExtraFields {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.showExtraFields:before {
    margin-top: 0px !important;
}


.showExtraFields .uf_arr {
    position: relative;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-left: 5px;
}

.showExtraFields .uf_arr:after {
    top: 0px;
    left: 0px;
    right: auto;
    font-size: 28px;
    font-weight: 600;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.showExtraFields.active .uf_arr:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.attachMsg {
    width: 32px;
    height: 32px;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    background: url('/images/attach.svg') 50% 50% no-repeat;
    background-size: 22px;
    cursor: pointer;
}

.attachMsg input {
    display: none;
}

.chatAttachList {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: calc(100% - 1px);
}

.barLoadFiles {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    background: rgb(82 82 82 / 90%);
    text-align: left;
}

.barLoadProgress {
    width: 0px;
    height: 17px;
    background: #129d01;
    margin-top: 4px;
    margin-bottom: 10px;
    border-radius: 6px;
    text-align: left;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.barLoadTitle {
    color: #fff;
    width: 100%;
}

.barLoadPercent {
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    text-align: center;
}

.barLoadInfo {}

.chatMsgFile {
    text-decoration: underline;
}

.chatMsgFile i {
    margin: 0px 6px 0px 0px !important;
    font-size: 18px;
}

.djchat-conversation .djchat-sent .chatMsgFile {
    color: #fff;
}

.djchat-conversation .chatFile {
    /* padding: 10px 15px; */
    /* background: transparent; */
}

.dealEnd {
    margin-top: 6px;
}

.unlimited {}

.textUserWinner {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 8px;
}

.ratingBlock {
    position: relative;
    width: 90px;
}

.rating_no_active {
    color: #818181;
}

.rating_active {
    color: #e3a83d;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 0px;
    height: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.search-element {}

.mainNav {
    /* padding-bottom: 10px; */
    /* background: #fff; */
}

.prBlock {
    /* background: #EBEFF1; */
    /* padding: 40px 0px 20px 0px; */
    position: relative;
}

.prBlock:before {
    content: '';
    background: #EBEFF1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
}

.prBlock>.container {
    border-radius: 15px;
    background: #EBEFF1;
    padding: 40px 15px 20px 15px;
}

.preimItem .card:hover {
    background-color: #fff !important;
    text-decoration: none;
}

.fixBody .sticky-top {
    box-shadow: 0 0 12px rgb(0 0 0 / 30%);
}

.homePage .main-content {
    padding-top: 0px !important;
}


.slideHomeRow blockquote {
    font-size: 35px;
    padding: 0px;
    background: transparent;
    letter-spacing: initial;
    border-radius: 0px;
    font-style: initial;
    color: #6D3620;
}

.slideHomeRow blockquote p {
    line-height: 48px;
    font-weight: 600;
}

.slideHomeRow blockquote:before {
    display: none;
}

.sliderText .btn {
    /* padding: 12px 30px; */
    /* border-radius: 30px; */
    /* margin: 0px 10px 10px 0px; */
}

.slideRegiser a:not(.btn) {
    color: #149a5a;
    text-decoration: underline;
}

.adsMoreAll {
    padding: 8px 25px;
    font-size: 14px;
    line-height: 16px;
}

.homeBlockAbout blockquote {
    /* font-size: 45px; */
    padding: 10px 15px;
    background: transparent;
    letter-spacing: initial;
    border-radius: 10px;
    font-style: initial;
    background: #EBEFF1;
}

.homeBlockAbout blockquote>p:last-child {
    margin: 0px;
}

.homeBlockAbout blockquote:before {
    display: none;
}

.pravilaBlock {}


.modulecatalogImage {
    overflow: hidden;
    position: relative;
    height: 182px;
    border-radius: 15px;
}

.modulecatalogImage img {
    width: 100%;
    height: 100%;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    object-fit: cover;
}

.catInfo {
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    position: absolute;
    top: calc(100% - 60px);
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 10px 15px 0px 15px;
    color: #fff;
    z-index: 2;
}

.catInfoWrap {
    z-index: 2;
    position: relative;
    line-height: 20px;
    height: 50px;
}

.moreCat {
    line-height: 18px;
}

.homeCatItem:hover .catInfo {
    top: 0px;
    z-index: 2;
}

.modulecatalogImage>a {
    display: block;
    height: 100%;
}

.modulecatalogImage>a:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(6 29 64 / 80%);
}

.homeCatItem {
    margin-bottom: 20px;
}

.moreCat * {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.moreCat p {
    line-height: 18px;
    margin-bottom: 8px;
}

.homeCatItem:hover .catInfoWrap {
    height: auto;
    padding-bottom: 20px;
}

.slideParnterItem {
    padding: 0px 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.sliderPartner {
    padding: 0px 40px;
}

.homeServices {
    background: #EBEFF1;
    border-radius: 15px;
    padding: 50px 15px 30px 15px;
}

.homeNews {
    padding-top: 50px;
}

.acysubbuttons {
    text-align: right;
}

.acyfield_text input {
    width: 460px;
}

.slideHomeItem>.container {
    height: 100%;
}

.lotsBids {
    background: #fff;
    border-radius: 15px;
    padding: 20px 22px;
    max-width: 360px;
    margin: 0px auto;
}

.lotBidsItem {
    padding-bottom: 10px;
}

.lotBidHead {
    margin-bottom: -2px;
}

.lotBidHead a {
    color: #626D75;
    font-size: 14px;
}

.lotBidUp {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}

.lotBidDown {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}

.lotBidUp b {
    color: #199D04;
}

.lotBidDown b {
    color: #FF0000;
}

.lotBidNoBid {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}

.blockAddBid .btn {
    padding: 8px 15px;
}

.containerMenu {
    width: 100%;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerLine {
    display: inline-block;
    margin: 0px 1px;
    width: 2px;
    height: 32px;
    background: #149a5a;
    margin: 0px 6px;
}

.headLine {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-bottom: 60px; */
    text-align: center;
}

.headLine h1,
.headLine h2 {
    position: relative;
}

.headLine h1:after,
.headLine h2:after {
    content: '';
    position: absolute;
    bottom: -6px;
    height: 3px;
    width: 100%;
    background: #E6A82B;
    left: 0px;
    display: none;
}

.aboutUsImageBlock {
    text-align: center;
}

.contentWrapper {
    padding-bottom: 30px;
}

.selectgroup-item {
    text-decoration: none !important;
}

.controls input[type="file"].form-control {
    padding: 7px 10px;
}

#firma_bank {
    height: 66px !important;
}

.userDocument {
    text-decoration: none !important;
    border-bottom: 1px dashed #000;
}

.userDocument:hover {
    border-bottom: 1px dashed transparent;
}

.tableWinnerActive {
    background: #ffc967;
}

.left_sidebar {
    margin-bottom: 15px;
}

.blockMenu {
    background: #149a5a;
    width: 100%;
    padding: 10px 0px;
}

.btnRadial {
    background: radial-gradient(50% 50% at 50% 50%, #3153B8 41.04%, #149a5a 100%);
}

.slideImageBlock {
    position: initial;
}

.slideAuto {
    position: absolute;
    bottom: 0px;
    width: auto !important;
    right: 0px;
    max-width: 50%;
}

.footHead b {
    font-weight: 700;
}

.copyright {
    background: #149a5a;
    padding: 15px 0px;
}

.copyright * {
    color: #fff;
    font-family: 'Montserrat';
}

.copyright p {
    margin: 0px;
    font-weight: 100;
}

.copyright a {
    font-weight: 100;
}

#homeSlider .splide__arrow {
    margin-top: -20px;
    width: 50px !important;
    height: 50px !important;
}

#homeSlider .splide__arrow:before {
    font-size: 28px;
}

#homeSlider .splide__arrow--prev {
    padding-right: 3px;
}

#homeSlider .splide__arrow--next {
    padding-left: 3px;
}

.article-description * {
    color: #96A5AF;
    font-size: 16px;
    font-weight: 400;
}

.article-details .btn {
    font-size: 14px;
    padding: 0.2rem 1.2rem;
    margin-bottom: 6px;
}

.article-description p:last-child {
    margin: 0px;
}

.uf_trackbar_inputs1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.uf_trackbar_inputs1 input {
    width: 48%;
    border: 0px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

.sliderPartner .splide__slide img {
    max-height: 100px;
}

.cardCategories {}

.cardCategory {
    padding: 10px 25px 10px 20px;
    font-weight: 300;
    margin-bottom: 12px !important;
}

.cardCategory:hover,
.cardCategory.active {
    text-decoration: none;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    background: #f7f7f7;
}

.filterCard {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}

.cardCategory .uf_arr {}

.cardCategory .uf_arr:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.formSort>div,
.formCount>div {
    padding-right: 6px;
    font-size: 14px;
    white-space: nowrap;
}

.formSort .selectric,
.formCount .selectric {
    height: 36px;
    min-height: 36px;
}

.formSort .selectric .label,
.formCount .selectric .label {
    line-height: 36px;
    min-height: 36px;
}

.productPageTopCol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 15px 15px 15px;
    flex-direction: row;
    margin-bottom: 20px;
}

.productPageBottom .nav-tabs {
    align-items: flex-end;
    border: 0px;
}

.productPageBottom .nav-tabs .nav-item .nav-link {
    background: #f7f7f7;
    padding: 8px 16px;
    border: 1px solid #dee2e6;
    border-bottom: 0px;
}

.productPageBottom .nav-tabs .nav-item .nav-link.active {
    position: relative;
    z-index: 1;
    /* padding: 12px 16px; */
    background: #fff;
}

.productPageBottom .tab-bordered .tab-pane {
    /* border: 0px; */
}

.productPageBottom .nav-tabs .nav-item {
    margin-bottom: 0px;
}

.productPageBottom .nav-tabs .nav-item:not(:first-child) {
    /* margin-left: -8px; */
    margin-left: -1px;
}

.bidLeft .input-group-prepend,
.bidLeft .input-group-append {
    display: none;
}

.productParamItem {
    padding-bottom: 5px;
}

.hambMenu {
    display: none;
}

.navbarBottom {
    flex-wrap: wrap;
}

.formSearch .navbar-nav {
    display: none;
}

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

.priceEquals {
    color: #C4C4C4;
    display: inline-flex;
    align-items: center;
}

.priceEquals img {
    margin-right: 10px;
}

.piceFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.productPageRight hr {
    margin-top: 0px;
    margin-bottom: 8px;
}

.accInfoList {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.accInfo {
    /*width: calc(100% / 3);*/
    line-height: 18px;
    /*padding-right: 10px;*/
    font-weight: 600;
}

.accInfo span {
    display: block;
    font-weight: 100;
    padding-bottom: 2px;
}

.buyPercent {}

.buyPercentBtn {
    padding-top: 10px;
}

.buyPercentBtn a {
    width: 70px;
}

.card.uf_wrapper_prices {
    margin: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.auctionBid b {
    /*font-size: 18px;*/
}

.article-info {
    /*display: none;*/
}

.filesRegister.productFiles .input-group-append {
    width: 100%;
}

.filesRegister.productFiles .input-group-text {
    border-radius: 10px 0px 0px 10px;
    width: 450px;
}

.note-editable .table.table-bordered td,
.note-editable .table.table-bordered th,
.productPageBottom .table.table-bordered td,
.productPageBottom .table.table-bordered th {
    border-color: #ddd;
}

.note-editable .table-bordered,
.productPageBottom .table-bordered {
    border: 1px solid #ddd;
}

textarea.formDescriptionSmall {
    height: 100px !important;
}

.productMinPrice {
    font-size: 18px;
    color: #000;
}

.newsBlockHome {
    padding: 40px 0px 40px 0px;
}

.lotArticle {}

.lotArticle .productListImage {
    height: 250px;
}

.lotArticle .productListImage a {
    height: 100%;
}

.lotArticle img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.lotArticleFull #main-slider {
    height: 100%;
}

.lotArticleFull .splide__track {
    height: 100%;
}

.lotArticleFull .splide__slide {
    height: 100%;
}

.lotArticleFull .splide__slide a {
    display: block;
    height: 100%;
}

.lotArticleFull .splide__slide a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.lotArticleFull .productLeft {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.newsBlockHome {
    padding-bottom: 50px;
}


/*START DJ-Classfields*/

.djc_uploader_table td,
.djc_uploader_table th {
    padding: 10px !important;
    height: auto !important;
}

.djc_uploader_table td.p-0 {
    padding: 0px !important;
}

td.plupload_droptext {
    padding: 0px !important;
}

/*END DJ-Classfields*/
.menuAdd {
    display: flex;
    justify-content: space-between;
}

.card.cardUserMenuLeft .btn.menuAddItem {
    margin-right: 0px;
    flex-shrink: 0;
    width: auto;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left-color: #fff !important;
    margin-left: -1px;
}

.card.cardUserMenuLeft .btn.menuAddItem i {
    margin: 0px;
}

.menuAdd a:first-child {
    margin-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.main-sidebar {
    display: none;
}

.blockProductItemZakup .listAuctionLink,
.blockProductOfAds .listAuctionLink {
    width: 100%;
    padding: 10px 5px;
    text-transform: uppercase;
    border: 0px;
}

.blockProductItemZakup,
.blockProductOfAds {
    margin: 0px 0px 2px 0px !important;
    padding: 0px 10px 0px 10px !important;
    text-decoration: none !important;
    font-weight: 400;
}

.blockProductItemZakup>.card,
.blockProductOfAds>.card {
    /* border-radius: 6px; */
    box-shadow: none;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    border: 1px solid #cdcdcd;
    margin-bottom: 0px;
}

.blockProductItemZakup:nth-child(odd)>.card,
.blockProductOfAds:nth-child(odd)>.card {
    background: #fff;
}

.blockProductItemZakup:nth-child(even)>.card,
.blockProductOfAds:nth-child(even)>.card {
    background: #f7f7f7;
}

.blockProductItemZakup:hover>.card,
.blockProductOfAds:hover>.card {
    box-shadow: 0 0 12px rgb(169 169 169 / 30%);
}

.blockProductItemZakup .moduleProductName,
.blockProductOfAds .moduleProductName {
    padding: 0px 0 8px 0;
    font-weight: 600;
}

.productSearchType {
    margin: -8px 0px 4px 0px;
    font-size: 13px;
    font-style: italic;
    color: #666;
}

.blockProductItemZakup .productListItem:hover {
    -webkit-box-shadow: 0 0 12px rgb(169 169 169 / 30%);
    box-shadow: 0 0 12px rgb(169 169 169 / 30%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    z-index: 4;
}

.productfullZakup {}

.productfullZakup .productLeft {
    flex: 0 0 calc(100% - 430px);
    max-width: calc(100% - 430px);
    margin-bottom: 20px;
}

.productfullZakup .productPageLeft {
    width: 100%;
}

.productfullZakup .productPageRight {}

.productfullZakup .productRight {
    background: #F4F6F9;
    border-radius: 15px;
    padding: 15px 15px;
    -ms-flex: 0 0 430px;
    flex: 0 0 430px;
    max-width: 430px;
    margin-bottom: 20px;
}

.sostavSdelkiHead {
    margin-bottom: 5px;
}

.tabCard {}

.tabCard>.card {
    border-radius: 0px 15px 15px 15px;
    border: 1px solid #dee2e6;
}

.accordionSostav .accordion {
    margin-bottom: 0px;
}

.accordionSostavName {
    display: flex;
    justify-content: space-between;
}

.accSName {
    font-weight: 500;
}

.accSPrice {
    margin-right: 40px;
    /* font-weight: 600; */
}

.productfullZakup .productPageTop>.row {
    align-items: stretch;
}

.productfullZakup .productPageTopCol {
    margin-bottom: 0px;
}

.offersTable {}

.offersTable {
    width: 100%;
}

.offersTable tr {}

.offersTable th {
    border: 1px solid #ffffff;
    background: #f4f6f9;
    font-size: 14px;
    text-align: center;
    padding: 5px 2px;
    color: #149a5a;
    font-weight: 700;
}

.offersTable td {
    border-bottom: 1px solid #f4f6f9;
    font-size: 14px;
    text-align: left;
    padding: 5px 4px;
    background: #fff;
}

table.tableSostav th {
    padding: 8px 15px;
}

table.tableSostav td {
    padding: 8px 15px;
    line-height: 20px;
}

.homeBanner {
    min-height: calc(100vh - 124px);
    background-size: cover;
    background-position: 50% 50%;
}

.homeBanner .containerBanner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.homeBanner .bannerWrap {
    margin-left: 40%;
    padding: 4% 15px 2% 15px;
    width: 100%;
}

.homeBanner h1 {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 600;
    padding-bottom: 50px;
}

.homeBanner ul {}

.homeBanner ul li {}

.homeBanner .bannerContent {
    line-height: 22px;
    font-size: 18px;
}

.homeBanner .bannerContent a {}

.homeBanner .bannerBtns {
    padding-bottom: 50px;
    padding-left: 3%;
}

.homeBanner .bannerBtns a {
    margin: 0px 40px 10px 0px;
    width: 180px;
}

.bannerText1 {
    padding-left: 14%;
}

.bannerText2 {
    padding-left: 8%;
}

.bannerText3 {
    /* text-align: right; */
    padding-left: 50%;
}

.bannerIcon {
    margin: 36px 36px 0px 0px;
}

.bannerText {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

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

.homeBanner .bannerText3 a {
    color: #000;
}

.productListInfo .auctionAddress {
    color: #000;
}