@font-face {
    font-family: "Century Gothic";
    src: url("/templates/extrit/fonts/centurygothic.ttf") format("truetype");
}

* {
    outline: none !important;
}

html,
body {
    font-family: "Century Gothic" !important;
}

.slink {
    position: relative;
    min-height: 20px;
}

.slink__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.slink__item {
    display: inline-block;
    margin: 0px 2px;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}

.nik-container {
    /* max-width: 100% !important; */
}

.nik-left_sidebar {}

.nik-flex-container {
    display: flex;
    justify-content: flex-end;
    /* gap: 8px; */
}

.nik-flex-item {
    max-width: none !important;
    padding: 0;
    display: flex;
    justify-content: center;
}

.nik-flex-item .menuCart a {
    display: flex;
    justify-content: center;
}

.nik-flex-item-border {
    border-left: 1px solid black;
}

.owl-theme .owl-nav button.owl-prev {
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    transform: rotate(45deg);
    background: transparent !important;
    left: 2% !important;
}

.owl-theme .owl-nav button.owl-next {
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    transform: rotate(-45deg);
    background: transparent !important;
    right: 2% !important;
}

.nik-item-name {
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: rgba(129, 129, 124, 0.5);
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
}

.nik-block-item:hover .nik-item-name {
    opacity: 1;
}

.nik-item-name span {
    color: white;
    font-family: "Century Gothic";
    font-size: 20px;
}

.nik-item-name a {
    color: white;
    font-family: "Century Gothic";
    font-size: 20px;
}

.nik-block-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    /* height: 650px; */
}

.nik-block-item .item_image {
    width: 100%;
    height: 100%;
}

.nik-block-item .item_image span {
    width: 100%;
    height: 100%;
    display: flex;
}

.nik-block-item .item_image span a {
    display: flex;
    width: 100%;
}

.nik-block-item .item_image span a img {
    /* object-fit: cover; */
    /* width: 100%; */
    /* height: 100%; */
    /* object-position: 0 14%; */
}

#owl_example_mod_139 .owl-wrapper {
    display: flex !important;
    gap: 3px;
}

.mod_ext_owl_carousel_jshopping_products .ext-item-wrap {
    margin: 0;
}

.nik-header {
    display: flex;
    justify-content: center;
    font-family: "Century Gothic";
    margin-bottom: 20px;
    margin-top: 0;
}

.nik-hr {
    width: 100px;
    border: solid 2px #dec376;
}

.mod_ext_owl_carousel_jshopping_products {
    padding: 0;
}

.nik-prod-header {
    font-size: 22px;
    font-family: "Century Gothic";
}

h1.nik-prod-header {
    font-size: 30px;
}

.nik-prod-price-label {
    font-size: 22px;
}

.nik-prod-price {
    font-size: 22px !important;
    font-weight: normal !important;
}

.nik-label {
    font-family: "Century Gothic";
    color: #DBC07A;
    font-size: 20px;
}

.nik-productPage {
    display: flex !important;
    flex-wrap: wrap;
}

.nik-left-product {
    display: flex !important;
    flex-basis: 45%;
    gap: 10px;
    /* align-items: flex-start; */
}

.left_sidebar {
    margin-right: 3%;
}

.filter-cell .chek:before {
    background: #f6f3ef;
    border: none !important;
}

.nik-jshop_img_description {
    flex: 1;
    height: 100%;
}

.nik-list_product_image_thumb {
    display: flex !important;
    flex-direction: column;
    padding-top: 0 !important;
}

.nik-list_product_image_thumb .jshop_img_thumb {
    /*height: -webkit-calc(100% / 6 - 7px);
    height: -moz-calc(100% / 6 - 7px);*/
    height: calc(100% / 6 - 7px);
}

.nik-jshop_img_thumb {
    object-fit: cover;
}

.nik-image_middle {
    flex: 6;
}

.nik-right_product {
    flex-basis: 42%;
}

.pageFaqs .accordion>.card>.card-header {
    border-bottom: 1px solid #d9c080;
}

@media screen and (max-width: 992px) {
    .slink__wrapper {
        /* justify-content: center; */
    }
}

.container_100 {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100% !important;
}

.container_100>* {
    margin-right: -15px;
    margin-left: -15px;
}

.form_wrap {
    width: 100%;
    max-width: 992px;
    margin: 0px auto;
    position: relative;
    padding: 15px 15px;
}

.form_wrap input,
.form_wrap optgroup,
.form_wrap select,
.form_wrap textarea {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #000;
}

.title_input {
    padding-bottom: 4px;
}

.form_wrap__submit {
    text-align: center;
}

.input-group {
    display: block;
    margin-bottom: 16px;
    position: relative;
}

.input-error {
    color: #f00;
    text-align: center;
    font-size: 14px;
    line-height: 12px;
    padding-top: 4px;
}

.input-block {
    position: relative;
}

.success_block {
    background: #19a924;
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    margin-bottom: 10px;
    display: none;
    text-align: center;
}

.row_line {
    text-align: center;
    position: relative;
    padding: 5px 0px 20px 0px;
}

.line_wr {
    width: 100px;
    height: 4px;
    background: #000;
    display: inline-block;
    max-width: 100%;
}

.row [class*="col-md-"],
.row [class*="col-lg-"] {
    background-size: cover;
    background-position: 75% 50%;
    background-repeat: no-repeat;
}

.modal-open .popupBlock {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    background: transparent;
}

.popupBlock {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5001;
    display: none;
    overflow: hidden;
    outline: 0;
}

.popupBlock .img_bg_filter {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.popupBlock .modal-dialog {
    margin: 50px auto 30px;
}

.modal-dialog {
    max-width: 700px;
    position: relative;
    width: 100%;
}

.img_bg_filter+* {}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0px 0px 20px #424242;
    outline: 0;
    border: 0px;
    border-radius: 0px;
    padding: 30px 30px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    text-align: left;
}

.popupBlock button.close {
    padding: 0px !important;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 31px;
    right: 30px;
    width: 26px;
    height: 26px;
}

.gone-to-catalog {
    position: absolute;
    top: 50%;
    background: rgba(119, 115, 116, 0.6);
    color: white;
    border-radius: 0px;
    border: 0px;
    padding: 20px;
    font-size: 20px;
    font-family: "Century Gothic";
    transform: translateY(-50%);
}

.gone-to-catalog:hover {
    color: white;
    background: rgba(119, 115, 116, 0.3);
    text-decoration: none;
}

.nik-row {
    display: flex;
    justify-content: center;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 30px auto;
    }
}

@media screen and (max-width: 992px) {
    .popupBlock {
        padding: 0px 15px;
    }
}

.btn {
    position: relative;
}

.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

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

.img_bg_filter~* {}

.module * {
    word-break: break-word;
}

.module {
    background-size: cover;
    background-size: auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}

a {
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

.ex_row_pt_0 {
    padding-top: 0;
}

.ex_row_pt_15 {
    padding-top: 15px;
}

.ex_row_pt_30 {
    padding-top: 30px;
}

.ex_row_pt_45 {
    padding-top: 45px;
}

.ex_row_pt_60 {
    padding-top: 60px;
}

.ex_row_pt_75 {
    padding-top: 75px;
}

.ex_row_pt_90 {
    padding-top: 90px;
}

.ex_row_pt_105 {
    padding-top: 105px;
}

.ex_row_pt_120 {
    padding-top: 120px;
}

.ex_row_pt_135 {
    padding-top: 135px;
}

.ex_row_pt_150 {
    padding-top: 150px;
}

.ex_row_pt_165 {
    padding-top: 165px;
}

.ex_row_pt_180 {
    padding-top: 180px;
}

.ex_row_pt_195 {
    padding-top: 195px;
}

.ex_row_pt_210 {
    padding-top: 210px;
}

.ex_row_pb_0 {
    padding-bottom: 0;
}

.ex_row_pb_15 {
    padding-bottom: 15px;
}

.ex_row_pb_30 {
    padding-bottom: 30px;
}

.ex_row_pb_45 {
    padding-bottom: 45px;
}

.ex_row_pb_60 {
    padding-bottom: 60px;
}

.ex_row_pb_75 {
    padding-bottom: 75px;
}

.ex_row_pb_90 {
    padding-bottom: 90px;
}

.ex_row_pb_105 {
    padding-bottom: 105px;
}

.ex_row_pb_120 {
    padding-bottom: 120px;
}

.ex_row_pb_135 {
    padding-bottom: 135px;
}

.ex_row_pb_150 {
    padding-bottom: 150px;
}

.ex_row_pb_165 {
    padding-bottom: 165px;
}

.ex_row_pb_180 {
    padding-bottom: 180px;
}

.ex_row_pb_195 {
    padding-bottom: 195px;
}

.ex_row_pb_210 {
    padding-bottom: 210px;
}

img {
    max-width: 100%;
}

.splide__slide {
    overflow: hidden;
}

.splide__slide>.row {
    height: 100%;
    margin: 0px;
}

.splide.arrowOut {
    padding-left: 70px;
    padding-right: 70px;
}

.splide__pagination {
    bottom: 14px;
}

.splide.dotOut .splide__pagination {
    bottom: -33px;
}

.splide.splide--ttb {
    padding: 0px;
}

.splide.splide--ttb.arrowOut {
    padding-top: 70px;
    padding-bottom: 70px;
}

.splide.splide--ttb.dotOut {
    padding-left: 70px;
    padding-right: 70px;
}

.splide.splide--ttb.dotOut .splide__pagination {
    bottom: -30px;
}

.splide.dotOut {
    margin-bottom: 42px;
}

.splide.splide--ttb.dotOut {
    margin-bottom: 0px;
}

.splide .splide__arrow {
    background: #000;
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    opacity: 0.9;
}

.splide .splide__arrow:hover {
    opacity: 1;
}

.splide .splide__arrow:before {
    font-family: Segoe UI-MONOSPACE;
    line-height: 32px !important;
    color: #fff;
    font-size: 40px !important;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.splide .splide__arrow--prev:before {
    content: "‹";
}

.splide .splide__arrow--next:before {
    content: "›";
}

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

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

.splide .splide__arrow svg {
    display: none;
}

.splide__pagination__page {
    background: #869791;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 6px;
}

.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #000;
}

.splide--ttb .splide__arrow--prev {
    transform: translate(-50%) rotate(90deg) !important;
}

.splide--ttb .splide__arrow--next {
    transform: translate(-50%) rotate(90deg) !important;
}

.splide--ttb>.splide__pagination {
    right: 24px;
    bottom: 50% !important;
}

@media screen and (max-width: 992px) {
    .splide--ltr .splide__slide {}
}

@media screen and (max-width: 768px) {
    body .product_label img {
        height: 40px !important;
    }

    .videoFancybox:before {
        background-size: 36px !important;
    }

    .splide.arrowOut {
        padding-left: 36px;
        padding-right: 36px;
    }

    .splide .splide__arrow {
        width: 24px;
        height: 24px;
    }

    .splide .splide__arrow:before {
        line-height: 20px !important;
        font-size: 22px !important;
    }

    .splide .splide__arrow--prev {
        left: 6px;
    }

    .splide .splide__arrow--next {
        right: 6px;
    }

    .splide.splide--ttb.arrowOut {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .splide--ttb>.splide__arrows .splide__arrow--prev {
        top: 6px;
    }

    .splide--ttb>.splide__arrows .splide__arrow--next {
        bottom: 6px;
    }

    .splide__pagination__page {
        width: 6px;
        height: 6px;
        margin: 5px;
    }

    .splide__pagination {
        bottom: 9px;
    }

    .splide.dotOut .splide__pagination {
        bottom: -30px;
    }

    .splide.splide--ttb {
        padding-left: 0px;
        padding-right: 0px;
    }

    .splide.splide--ttb.dotOut {
        padding-left: 36px;
        padding-right: 36px;
    }

    .splide--ttb>.splide__pagination {
        right: 11px;
    }
}

ul {
    list-style-type: disc;
    list-style-position: inside;
    text-align: center;
    padding-left: 0px;
}

[data-type="menu"] p {
    margin: 0px;
}

li.parent {
    position: relative;
}

li.parent>ul li {
    display: block;
    padding: 0px;
}

li.parent>ul li a,
li.parent>ul li span {
    display: block;
    padding: 6px 15px;
}

li.parent>ul {
    display: none;
    padding: 0px;
}

.header_menu {
    justify-content: center;
}

.header_menu li {
    display: inline-block;
    padding: 0px;
}

.header_menu a {
    padding: 10px 20px;
    display: block;
    background: #fff;
}

.header_menu>li:not(.active)>a {
    background: #fff;
    color: #000;
}

.header_menu>li.active>a,
.header_menu>li>a:hover,
.header_menu>li:hover>a {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.header_menu ul li a {
    background: #fff;
    color: #000;
}

.header_menu ul li.active>a,
.header_menu ul li:hover>a {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.header_menu ul {
    background: #fff;
}

.header_menu ul li {
    display: block;
}

.header_menu li.parent>ul {
    overflow: hidden;
}

.header_menu li.parent>ul {
    top: 100%;
    left: 0px;
    position: absolute !important;
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #fff;
    min-width: 210px;
    text-align: left;
    box-shadow: 0px 2px 4px 0px #bdbdbd;
    z-index: 9;
}

.block__mobile {
    background-color: #111;
    display: none;
}

.menuCart {
    text-align: center;
    position: relative;
}

.menuCart a {
    display: block;
    padding: 0px 0px;
    color: #000;
}

.menuCart a:hover {
    text-decoration: none;
}

.menuCart img {
    max-height: 48px;
    display: block;
    margin: 0px auto;
}

.menuCartCount {
    font-size: 13px;
    color: #000;
}

.menuCartPrice {
    font-size: 13px;
    color: #000;
}

.menuBlockCallback a {
    color: #fff;
    background-color: #d43131;
    line-height: 26px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    border-width: 0px;
    border-color: #6c757d;
    border-style: solid;
    font-family: Arial;
    max-width: 186px;
    width: 100%;
}

.menuBlockSearch .form_wrap {
    padding: 0px;
}

.searchCatalog form {
    margin: 0px;
}

.searchBlock {
    padding: 0px 8px 0px 8px;
}

.srch form {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

.srch .input-group {
    margin: 0px;
    display: block;
    width: auto;
}

.srch input[type="text"] {
    border-radius: 0px;
    border: 0px;
    padding: 0px 0px;
    height: 36px;
    width: 0px;
    border-width: 1px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.srch input[type="text"]:focus {
    width: 193px;
    padding: 0px 10px;
}

.srch .js_search {
    height: 36px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -99999px;
    width: 36px;
    border: 0px;
    background-size: 24px;
    border-radius: 0px;
}

.menuBlockLogin a {
    color: #000;
}

.menuBlockLogin p {
    margin: 0px;
}

.carMiniList {
    display: none;
    position: absolute;
    padding: 8px 8px 12px 8px;
    min-height: 100px;
    z-index: 1011;
    background: #fff;
    width: 420px;
    right: 0px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.menuCart:hover .carMiniList {
    display: block;
}

.cartMiniClear {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

.smallTotal {
    font-size: 14px;
    font-weight: 100;
}

.carMiniProdItem {
    display: table;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.carMiniProdImg {
    width: 16%;
}

.carMiniProdImg img {
    text-align: center;
    max-height: 50px;
}

.carMiniProdName {
    text-align: left;
    width: 50%;
}

.carMiniProdQuantity {
    text-align: center;
    width: 10%;
}

.carMiniProdPrice {
    text-align: center;
    width: 24%;
}

.carMiniProdItem>div {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    padding: 3px 3px;
}

.cartMiniItogo {
    text-align: right;
    font-size: 14px;
    padding: 4px 0px 10px 0px;
}

.cartMiniLink {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cartMiniLink a {
    display: inline-block;
    background: #2d2d2d;
    color: #fff;
    padding: 6px 8px 8px 8px;
    font-size: 14px;
    width: 49%;
}

.cartMiniLink a:hover {
    background: #000;
    text-decoration: none;
}

.footerRec {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 0px;
}

.footerRec p {
    margin-bottom: 10px;
}

.footerRec>p:last-child {
    margin-bottom: 0px;
}

@media screen AND (max-width: 1300px) {
    .menu_row {
        flex-wrap: wrap;
        justify-content: space-evenly !important;
    }

    .menu_row>[class*="col-"] {
        width: auto !important;
        max-width: max-content;
        flex-basis: auto;
    }

    .menu_row>.col-lg-12,
    .menu_row>.col-md-12 {
        flex-basis: 100%;
        padding-bottom: 0px;
    }

    .hiddenMob {
        display: none;
    }
}

@media screen and (min-width: 993px) {
    li.parent:hover>ul {
        display: block;
    }

    li.parent li.parent:hover>ul {
        left: 100%;
        top: 0px;
    }
}

@media screen and (max-width: 992px) {
    .srch form {
        justify-content: center;
    }

    .hiddenMob {
        display: block;
    }

    .no_content .module.block__positionabsolute {
        position: initial;
    }

    .menu_block_top [class*="col-"] {
        /* text-align: center !important; */
        /* max-width: 100%; */
    }

    .bodyFix {
        overflow: hidden;
    }

    .menu_block_top {
        padding-top: 20px;
        position: absolute;
        top: 0px;
        z-index: 8;
        padding-right: 64px;
    }

    .menu_block_top * {
        text-align: center !important;
    }

    .hidden_menu {
        display: none;
        position: fixed;
        top: 64px;
        height: 100%;
        width: 100%;
        left: 0px;
        z-index: 9;
        background: #fff;
        overflow: auto;
    }

    .module.block__positionfixed.fix_block {
        position: fixed;
        z-index: 9;
        width: 100%;
        overflow-y: scroll;
        top: 0px;
        height: 100%;
    }

    .menu_row {
        display: flex !important;
        align-items: center;
        height: 64px;
    }

    .menu_row>[class*="col-"] {}

    .module.block__positionfixed.fix_block {
        position: fixed;
        z-index: 9;
        width: 100%;
        overflow-y: scroll;
        top: 0px;
        height: 100%;
    }

    li.parent>ul li a {
        display: block;
        padding: 8px 20px 8px 40px;
    }

    .block__mobile {
        position: fixed;
        width: 100%;
        top: 0px;
        z-index: 9;
    }

    .block__mobile+* {
        padding-top: 0px;
    }

    .header_menu li a {
        text-align: left !important;
    }

    .header_menu {
        background-color: white !important;
        height: 100%;
        display: block;
        width: 100%;
        padding-top: 10px !important;
        padding-bottom: 64px;
        overflow: auto;
    }

    .header_menu li {
        display: block;
        padding: 0px;
        text-align: left;
    }

    .header_menu li.parent>ul {
        position: inherit !important;
    }

    li.parent>ul {
        display: block;
    }

    .header_menu li.parent>ul {
        border-radius: 0px;
        box-shadow: none;
        padding-left: 20px;
    }

    .module[data-type="menu"] {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .block__positionfixed .hidden_menu {
        display: none !important;
    }

    .module.block__positionfixed.fix_block .hidden_menu {
        display: block !important;
    }

    .block__mobile_container {
        padding: 20px 0px;
        position: relative;
    }

    .block__mobile {
        display: block;
        width: 64px;
        right: 0px;
    }

    .block__mobile_burger {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 20px;
        width: 28px;
        height: 20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        z-index: 9999;
    }

    .block__mobile_burger span {
        display: block;
        position: absolute;
        width: 100%;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        height: 3px;
        background-color: #000;
    }

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

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

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

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

    .block_opened .block__mobile_burger span:nth-child(1) {
        top: 8px;
        width: 0;
        left: 50%;
    }

    .block_opened .block__mobile_burger span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .block_opened .block__mobile_burger span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .block_opened .block__mobile_burger span:nth-child(4) {
        top: 8px;
        width: 0;
        left: 50%;
    }

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

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

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

h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

h4 {
    font-size: 28px;
    margin-bottom: 10px;
}

h5 {
    font-size: 24px;
    margin-bottom: 10px;
}

h6 {
    font-size: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1400px) {
    h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.header_menu>li {
    margin: 0px 0px;
}

.header_menu>li>a {
    border-radius: 0px;
}

.header_menu>li:not(.active)>a {
    color: black;
    background-color: transparent;
}

.header_menu>li.active>a,
.header_menu>li>a:hover,
.header_menu>li:hover>a {
    color: #dbc07a;
    background-color: transparent;
    font-size: 16px;
}

.header_menu ul li a {
    color: black;
    background-color: white;
}

.header_menu ul li.active>a,
.header_menu ul li:hover>a {
    color: #dbc07a;
    background-color: white;
}

@media screen and (max-width: 980px) {
    .header_menu {
        background-color: transparent !important;
    }
}

.block__mobile {
    background-color: #111;
    background-color: transparent;
}

.header_menu a {
    font-size: 16px;
    font-family: Century Gothic;
    font-weight: 100;
}

.header_menu li.parent>ul {
    border-radius: 0px;
    overflow: hidden;
}

.homePage #menu_dlya_im_1 {
    background-color: rgba(241, 236, 231, 0.475);
}

#menu_dlya_im_1 {
    background-color: rgb(241 236 231 / 90%);
}

#menu_dlya_im_1 .image_1 {
    margin: 0px !important;
    height: 20px;
    max-height: 30px;
    width: auto;
}

.nik-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nik-info-1 {
    padding: 10px 0 10px 15px;
}

#menu_dlya_im_1 .block_2 {
    margin-top: 20px;
}

#menu_dlya_im_1 .block_3 {
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu_dlya_im_1 .block_4 {
    width: 1270px;
    height: 2px;
}

#menu_dlya_im_1 .image_5 {
    max-height: initial;
    margin: 0px !important;
    height: auto;
    width: auto;
}

#menu_dlya_im_1 .image_6 {
    margin: 0px !important;
    height: auto;
    max-height: initial;
    width: auto;
}

#menu_dlya_im_1 .image_7 {
    margin: 0px 15px !important;
    height: 30px;
    max-height: 30px;
    width: auto;
}

#menu_dlya_im_1 .text_8 {
    font-family: "Century Gothic";
    font-size: 14px;
}

#menu_dlya_im_1 .text_9 {
    font-family: "Century Gothic";
}

#menu_dlya_im_1 .text_10 {
    font-family: "Century Gothic";
    font-size: 14px;
}

#menu_dlya_im_1 .image_11 {
    margin: 0px !important;
    height: 30px;
    max-height: 30px;
    width: auto;
}

#menu_dlya_im_1 .text_12 {
    font-family: "Century Gothic";
    font-size: 14px;
}

#menu_dlya_im_1 .text_13 {
    font-family: "Century Gothic";
    font-size: 14px;
}

#menu_dlya_im_1 .text_14 {
    font-family: "Century Gothic";
    font-size: 14px;
}

#spl_1.splide .splide__arrow {
    background-color: transparent;
}

#spl_1.splide .splide__arrow:before {
    color: #fff;
}

#spl_1 .splide__pagination__page {
    background-color: #869791;
}

#spl_1 .splide__pagination__page.is-active {
    background-color: #dbc07a;
}

#setka_1 .block_1 {
    visibility: visible;
}

#setka_1 .list_2 {
    width: 1851px;
    height: 988px;
}

#setka_2 .image_1 {
    margin: 0px !important;
    /* height: 512.141px; */
    /* max-height: 512.141px; */
    width: auto;
}

#setka_2 .image_2 {
    margin: 0px !important;
    /* height: 512.141px; */
    /* max-height: 512.141px; */
    width: auto;
}

#tovari-po_metkam .block_1 {
    height: 3px;
    width: 160px;
    background-color: #dbc07a;
}

.productBlog .block_1 {
    height: 3px;
    width: 160px;
    background-color: #dbc07a;
}

#tovari-po_metkam .text_2 {
    font-family: "Century Gothic";
}

.productBlog .text_2 {
    font-family: "Century Gothic";
}

#tovari-po_metkam .image_3 {
    margin: 0px !important;
    height: auto;
    max-height: initial;
    width: auto;
}

.productBlog .image_3 {
    margin: 0px !important;
    height: auto;
    max-height: initial;
    width: auto;
}

#tovari-po_metkam .block_4 {
    height: 24px;
}

.productBlog .block_4 {
    height: 24px;
}

#tovari-po_metkam .image_5 {
    margin: 0px !important;
    height: auto;
    max-height: initial;
    width: auto;
}

.productBlog .image_5 {
    margin: 0px !important;
    height: auto;
    max-height: initial;
    width: auto;
}

#tovari-po_metkam .block_6 {
    height: 24px;
}

.productBlog .block_6 {
    height: 24px;
}

#tovari-po_metkam .image_7 {
    margin: 0px !important;
    height: auto;
    max-height: initial;
    width: auto;
}

.productBlog .image_7 {
    margin: 0px !important;
    height: auto;
    max-height: initial;
    width: auto;
}

#tovari-po_metkam .block_8 {
    height: 24px;
}

.productBlog .block_8 {
    height: 24px;
}

#setka_1_2639 {
    background-color: #f1ece7;
}

#setka_1_2639 .image_1 {
    margin: 0px !important;
    height: auto;
    max-height: initial;
    width: auto;
}

#setka_1_2639 .text_2 {
    font-family: "Century Gothic";
    font-size: 1rem;
}

#setka_1_2639 .image_3 {
    height: 30px !important;
    margin: 0px !important;
    max-height: 30px;
    width: auto;
}

#setka_1_2639 .image_4 {
    height: 30px !important;
    margin: 0px !important;
    max-height: 30px;
    width: auto;
}

#setka_1_2639 .image_5 {
    height: 30px !important;
    margin: 0px !important;
    max-height: 30px;
    width: auto;
}

#setka_1_2639 .block_6 {
    text-align: left;
}

#setka_1_2639 .text_7 {
    font-size: 1rem;
    font-family: "Century Gothic";
}

#setka_1_2639 .text_8 {
    font-size: 1rem;
}

#setka_1_2639 .block_9 {
    text-align: left;
}

#setka_1_2639 .text_10 {
    font-size: 1rem;
    font-family: "Century Gothic";
}

#setka_1_2639 .text_11 {
    font-size: 1rem;
}

#setka_1_2639 .block_12 {
    text-align: left;
}

#setka_1_2639 .text_13 {
    font-size: 1rem;
    font-family: "Century Gothic";
}

#setka_1_2639 .text_14 {
    text-align: left;
}

#setka_1_2639 .text_15 {
    font-family: "Century Gothic";
}

#setka_1_2639 .text_16 {
    font-family: "Century Gothic";
    font-size: 1rem;
}

#setka_1_2639 .text_17 {
    font-family: "Century Gothic";
    font-size: 1rem;
}

#setka_1_2639 .text_18 {
    font-family: "Century Gothic";
    font-size: 1rem;
}

#setka_1_2639 .text_19 {
    font-family: "Century Gothic";
    font-size: 1rem;
}

#setka_1_2639 .text_20 {
    font-family: "Century Gothic";
    font-size: 1rem;
}

#setka_1_2639 .block_21 {
    text-align: left;
}

#setka_1_2639 .text_22 {
    font-family: "Century Gothic";
    font-size: 1rem;
}

#setka_1_2639 .text_23 {
    font-size: 1rem;
}

#setka_1_2639 .block_24 {
    text-align: left;
}

#setka_1_2639 .text_25 {
    font-family: "Century Gothic";
    font-size: 1rem;
}

#setka_1_2639 .text_26 {
    font-family: "Century Gothic";
    color: #dbc07a;
}

#setka_1_2639 .text_27 {
    font-family: "Century Gothic";
}

#setka_1_2639 .text_28 {
    color: #dbc07a;
}

#setka_1_2639 .text_29 {
    font-size: 1rem;
}

#setka_1_2639 .block_30 {
    text-align: left;
}

#setka_1_2639 .text_31 {
    font-family: "Century Gothic";
    color: #dbc07a;
}

#setka_1_2639 .text_32 {
    font-family: "Century Gothic";
    font-size: 1rem;
}

#setka_1_2639 .text_33 {
    font-size: 1rem;
}

#setka_1_2639 .block_34 {
    text-align: left;
}

#setka_1_2639 .text_35 {
    font-family: "Century Gothic";
    font-size: 1rem;
}

#setka_1_2639 .text_36 {
    font-family: "Century Gothic";
}

#setka_1_2639 .block_37 {
    text-align: left;
}

#setka_1_2639 .text_38 {
    font-size: 1rem;
}

#setka_1_2639 .text_39 {
    font-size: 1rem;
    font-family: "Century Gothic";
}

#setka_1_2639 .block_40 {
    text-align: left;
}

#setka_1_2639 .text_41 {
    font-size: 1rem;
}

#setka_1_2639 .image_42 {
    margin: 0px !important;
    height: auto;
    max-height: initial;
    width: auto;
}

#setka_1_2928 {
    background-color: #f1ece7;
}

#setka_1_2928 .block_1 {
    padding-bottom: 5px;
}

#setka_1_2928 .block_2 {
    width: 1270px;
    height: 3px;
    background-color: #dbc07a;
}

#setka_1_2928 .link_3 {
    color: #000;
}

#setka_1_2928 .text_4 {
    font-family: "Century Gothic";
}

#setka_1_2928 .text_5 {
    font-family: "Century Gothic";
}

.form_sub input[type="text"] {
    color: #000;
    border: 1px solid black;
    font-size: 16px;
    height: 46px;
    border-radius: 0px;
    background-color: #fff;
    width: 100%;
    padding: 10px 10px;
}

.notArr:before,
.notArr:after {
    display: none;
}

.form_sub textarea {
    color: #000;
    border: 1px solid black;
    height: 100px;
    font-size: 16px;
    border-radius: 0px;
    background-color: #fff;
    width: 100%;
    padding: 10px 10px;
}

.form_wrap__submit a {
    color: #000;
    background-color: #f1ece7;
    font-family: "Century Gothic";
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
    line-height: 30px;
    border-width: 2px;
    border-color: #dbc07a;
    padding: 10px 15px;
}

.about_form {
    max-width: 600px;
    margin: 0px auto;
}

#vsplivaushaya_forma .block_1 {
    background-color: rgba(0, 0, 0, 0.4);
}

#vsplivaushaya_forma .text_2 {
    font-family: "Century Gothic";
}

#vsplivaushaya_forma .text_3 {
    font-family: "Century Gothic";
    font-size: 20px;
}

#vsplivaushaya_forma .block_4 {
    display: none;
}

#vsplivaushaya_forma .block_5 {
    color: #212529;
    font-size: 16px;
}

#vsplivaushaya_forma .form_6 {
    color: #000;
    border: 1px solid black;
    font-size: 16px;
    height: 46px;
    border-radius: 0px;
    background-color: #fff;
}

#vsplivaushaya_forma .block_7 {
    color: #212529;
    font-size: 16px;
}

#vsplivaushaya_forma .form_8 {
    color: #000;
    border: 1px solid black;
    font-size: 16px;
    height: 46px;
    border-radius: 0px;
    background-color: #fff;
}

#vsplivaushaya_forma .block_9 {
    color: #212529;
    font-size: 16px;
}

#vsplivaushaya_forma .form_10 {
    color: #000;
    border: 1px solid black;
    font-size: 16px;
    height: 46px;
    border-radius: 0px;
    background-color: #fff;
}

#vsplivaushaya_forma .block_11 {
    color: #212529;
    font-size: 16px;
}

#vsplivaushaya_forma .form_12 {
    color: #000;
    border: 1px solid black;
    height: 46px;
    font-size: 16px;
    border-radius: 0px;
    background-color: #fff;
}

#vsplivaushaya_forma .link_13 {
    color: #000;
    background-color: #f1ece7;
    font-family: "Century Gothic";
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
    line-height: 30px;
    border-width: 2px;
    border-color: #dbc07a;
    padding: 10px 15px;
}

@media screen and (max-width: 992px) {
    .input-error {
        font-size: 16px;
    }

    .input-error {
        line-height: 14px;
    }

    .success_block {
        font-size: 24px;
    }

    .splide .splide__arrow:before {
        line-height: 22px;
    }

    .splide .splide__arrow:before {
        font-size: 30px;
    }

    .splide .splide__arrow:before {
        line-height: 20px;
    }

    .splide .splide__arrow:before {
        font-size: 24px;
    }

    .menuCartCount {
        font-size: 16px;
    }

    .menuCartPrice {
        font-size: 16px;
    }

    .menuBlockCallback a {
        line-height: 22px;
    }

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

    .carMiniProdItem>div {
        font-size: 16px;
    }

    .cartMiniItogo {
        font-size: 16px;
    }

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

    .header_menu>li.active>a,
    .header_menu>li>a:hover,
    .header_menu>li:hover>a {
        font-size: 24px;
    }

    .header_menu a {
        font-size: 24px;
    }

    #menu_dlya_im_1 .text_8 {
        font-size: 16px;
    }

    #menu_dlya_im_1 .text_10 {
        font-size: 16px;
    }

    #menu_dlya_im_1 .text_12 {
        font-size: 16px;
    }

    #menu_dlya_im_1 .text_13 {
        font-size: 16px;
    }

    #menu_dlya_im_1 .text_14 {
        font-size: 16px;
    }

    #vsplivaushaya_forma .text_3 {
        font-size: 24px;
    }

    #vsplivaushaya_forma .block_5 {
        font-size: 24px;
    }

    #vsplivaushaya_forma .form_6 {
        font-size: 24px;
    }

    #vsplivaushaya_forma .block_7 {
        font-size: 24px;
    }

    #vsplivaushaya_forma .form_8 {
        font-size: 24px;
    }

    #vsplivaushaya_forma .block_9 {
        font-size: 24px;
    }

    #vsplivaushaya_forma .form_10 {
        font-size: 24px;
    }

    #vsplivaushaya_forma .block_11 {
        font-size: 24px;
    }

    #vsplivaushaya_forma .form_12 {
        font-size: 24px;
    }

    #vsplivaushaya_forma .link_13 {
        font-size: 24px;
    }

    #vsplivaushaya_forma .link_13 {
        line-height: 22px;
    }
}

@media screen and (max-width: 600px) {
    .input-error {
        font-size: 14px;
    }

    .input-error {
        line-height: 14px;
    }

    .success_block {
        font-size: 20px;
    }

    .splide .splide__arrow:before {
        line-height: 20px;
    }

    .splide .splide__arrow:before {
        font-size: 28px;
    }

    .splide .splide__arrow:before {
        line-height: 18px;
    }

    .splide .splide__arrow:before {
        font-size: 20px;
    }

    .menuCartCount {
        font-size: 14px;
    }

    .menuCartPrice {
        font-size: 14px;
    }

    .menuBlockCallback a {
        line-height: 20px;
    }

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

    .carMiniProdItem>div {
        font-size: 14px;
    }

    .cartMiniItogo {
        font-size: 14px;
    }

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

    .header_menu>li.active>a,
    .header_menu>li>a:hover,
    .header_menu>li:hover>a {
        font-size: 20px;
    }

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

    #menu_dlya_im_1 .text_8 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_10 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_12 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_13 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_14 {
        font-size: 14px;
    }

    #vsplivaushaya_forma .text_3 {
        font-size: 20px;
    }

    #vsplivaushaya_forma .block_5 {
        font-size: 20px;
    }

    #vsplivaushaya_forma .form_6 {
        font-size: 20px;
    }

    #vsplivaushaya_forma .block_7 {
        font-size: 20px;
    }

    #vsplivaushaya_forma .form_8 {
        font-size: 20px;
    }

    #vsplivaushaya_forma .block_9 {
        font-size: 20px;
    }

    #vsplivaushaya_forma .form_10 {
        font-size: 20px;
    }

    #vsplivaushaya_forma .block_11 {
        font-size: 20px;
    }

    #vsplivaushaya_forma .form_12 {
        font-size: 20px;
    }

    #vsplivaushaya_forma .link_13 {
        font-size: 20px;
    }

    #vsplivaushaya_forma .link_13 {
        line-height: 20px;
    }
}

@media screen and (max-width: 360px) {
    .input-error {
        font-size: 14px;
    }

    .success_block {
        font-size: 14px;
    }

    .splide .splide__arrow:before {
        font-size: 30px;
    }

    .splide .splide__arrow:before {
        font-size: 20px;
    }

    .menuCartCount {
        font-size: 14px;
    }

    .menuCartPrice {
        font-size: 14px;
    }

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

    .carMiniProdItem>div {
        font-size: 14px;
    }

    .cartMiniItogo {
        font-size: 14px;
    }

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

    .header_menu>li.active>a,
    .header_menu>li>a:hover,
    .header_menu>li:hover>a {
        font-size: 14px;
    }

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

    #menu_dlya_im_1 .text_8 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_10 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_12 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_13 {
        font-size: 14px;
    }

    #menu_dlya_im_1 .text_14 {
        font-size: 14px;
    }

    #vsplivaushaya_forma .text_3 {
        font-size: 20px;
    }

    #vsplivaushaya_forma .block_5 {
        font-size: 14px;
    }

    #vsplivaushaya_forma .form_6 {
        font-size: 14px;
    }

    #vsplivaushaya_forma .block_7 {
        font-size: 14px;
    }

    #vsplivaushaya_forma .form_8 {
        font-size: 14px;
    }

    #vsplivaushaya_forma .block_9 {
        font-size: 14px;
    }

    #vsplivaushaya_forma .form_10 {
        font-size: 14px;
    }

    #vsplivaushaya_forma .block_11 {
        font-size: 14px;
    }

    #vsplivaushaya_forma .form_12 {
        font-size: 14px;
    }

    #vsplivaushaya_forma .link_13 {
        font-size: 14px;
    }
}

#menu_dlya_im_1 .menuCart .menuCartCount {
    display: none;
}

#menu_dlya_im_1 .menuCart .menuCartPrice {
    display: none;
}

#menu_dlya_im_1 .header_menu a {
    padding: 0px 10px;
}

#menu_dlya_im_1 .nav-child a {
    padding: 6px 15px;
}

#menu_dlya_im_1 .btn_085489237 {
    /* padding: 0px 10px; */
    padding: 0;
}

#menu_dlya_im_1 .block_2 {
    margin-top: 0;
}

#menu_dlya_im_1 .header_menu {
    justify-content: right;
}

#menu_dlya_im_1 .block_3 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.col-lg-1 {
    max-width: fit-content;
}

.splide__pagination {
    display: none;
}

.splide.dotOut {
    margin-bottom: 25px;
}

.menu_row {
    justify-content: space-between !important;
}

#menu_dlya_im_1 {
    position: fixed;
    z-index: 5000;
    width: 100%;
    padding: 0;
}

div.contentBlock {
    padding-top: 112px;
}

#menu_dlya_im_1 .block_4 {
    /* width: 75em; */
    width: 100%;
}

.breadcrumb {
    background-color: initial;
    width: 100%;
}

.breadcrumb a {
    color: #dbc07a;
}

.odcat li a.active {
    background-color: #dbc07a;
    border: 1px solid #dbc07a;
}

.filter-cell h3 {
    /* background: initial !important; */
}

.filter-cell .filter_scrol {
    border: none;
    max-height: 164px;
    overflow: auto;
}

.filter-cell1 h3 {
    /* display: none; */
}

#id_currency {
    width: 60px;
    margin: 0px 6px;
    background: transparent;
    border: 0px;
    font-weight: 700;
}

.block_item {
    overflow: hidden;
    position: relative;
}

.addWishlist {
    background: url('/images/wishlist.svg') 50% 50% no-repeat;
    background-size: 32px;
    position: absolute;
    z-index: 9;
    top: 8px;
    right: -36px;
    padding: 0 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #fff;
}

.addWishlist:hover,
.addWishlist.active {
    background: url('/images/wishlist_active.svg') 50% 50% no-repeat;
    background-size: 32px;
}

.block_item:hover .addWishlist {
    right: 8px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

#jshopping_captcha>div {
    margin: 0px auto;
}

.extra_fields_el {
    margin-bottom: 10px;
}

.filter_2 .filter_scrol {
    display: flex;
    flex-wrap: wrap;
}

.filter_2 .filter_scrol label {
    border: 0px;
    padding: 7px 7px;
    margin: 7px 3px 8px 3px;
    position: relative;
    border: 1px solid #f6f3ef !important;
}

.filter_2 .filter_scrol label .chek {
    position: absolute;
    background: transparent;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.filter_2 .filter_scrol label.active,
.filter_2 .filter_scrol label:hover {
    color: #fff;
}

.filter_2 .checkbox_f:checked+.chek {
    background: #d8c085;
    z-index: -1;
}

.filter_2 .filter_scrol label .chek:before,
.filter_2 .filter_scrol label .chek:after {
    display: none;
}

.filter_2 .filter_scrol {
    padding-left: 4px;
}

.filter-cell .filterImage {
    padding: 5px 16px 5px 12px;
}

.filter-cell .filterImage .chek {
    float: none;
    margin-right: 12px;
    width: 30px;
    height: 30px;
    background-size: cover !important;
    display: inline-block;
    vertical-align: middle;
    border: 3px solid #ffffff;
}

.filter-cell .filterImage .chek:before {
    display: none;
}

.filter-cell .filterImage .chek:after {
    display: none;
}

.filter-cell .filterImage .checkbox_f:checked+.chek {
    border: 3px solid #d8c085;
}

.hideThumb {
    display: none !important;
}

#list_product_image_middle {
    display: block;
    height: 100%;
}

#list_product_image_middle>a {
    display: block;
    height: 100%;
}

.attributeSizes input {
    opacity: 0;
    display: none;
}

.attributeSizes label {
    padding: 7px 7px;
    margin: 0px 1px 0px 0px !important;
    position: relative;
    border: 1px solid #f6f3ef !important;
    color: #000000;
    font-size: 14px;
    display: block;
    line-height: 18px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    text-align: center;
}

.attributeSizes {
    margin-top: 6px;
}

.attributeSizes .chek {
    position: absolute;
    background: transparent;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #f6f3ef;
    z-index: -1;
}

.attributeSizes .chek:after,
.attributeSizes .chek:before {
    display: none;
}

.attributeSizes .checkbox_f:checked+.chek,
.attributeSizes label:hover .chek {
    background: #d8c085;
    z-index: -1;
}

.attributeSizesBlock {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.attributeSizesLeft {
    margin-right: 18px;
}

.attributeSizesRight {
    margin-bottom: 0px;
}

.jshop .attributeSizesRight input {
    background: #DBC07A url('/images/add_cart.svg') 45% 50% no-repeat !important;
    width: 44px;
    height: 34px !important;
    padding: 0px;
    /* border-radius: 9px!important; */
    border: 0px !important;
}

.jshop .attributeSizesRight input:hover {
    background-color: #c1a866 !important;
}

.zakazBtnCart {
    /* display: none; */
}

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

.extraValue {
    width: 26px;
    height: 26px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-right: 6px;
    vertical-align: middle;
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0px;
    background: #fff;
    border: 0px;
    padding: 0px 0px;
}

.accordion>.card>.card-header button {
    padding: 4px 0px;
    text-decoration: none;
    color: #212529;
    font-size: 22px;
    line-height: 26px;
}

.accordion>.card>.card-header button:after {
    content: '';
    background: url('/images/arrow.svg') 50% 50% no-repeat;
    background-size: 10px;
    width: 20px;
    height: 20px;
    position:
        absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-180deg);
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}

.accordion>.card>.card-header button.collapsed:after {
    transform: translateY(-50%) rotate(0deg);
}

.accordion .card-body {
    padding: 10px 0px;
}

.accordion .card-body img {
    max-width: 100%;
}

.playVideo {
    color: #000;
    background-color: #f1ece7;
    font-family: "Century Gothic";
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
    line-height: 30px;
    border-width: 2px;
    border-color: #dbc07a;
    padding: 10px 15px;
}

.eripText ul {
    text-align: left;
}

.eripText .QRCode {
    margin: 0px auto;
    display: block;
}

.uk-panel-header .uk-panel-title {
    border-bottom: 1px solid #ddd;
    color: #000;
    background: #dbc07a;
    padding: 9px 15px;
    margin-bottom: 0px;
}

.instagram {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.instagram img {
    width: 28px;
    height: 28px;
}

#oneStepCheckoutForm .uk-panel-box {
    background: #f6f3ef;
    color: #444;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px 0px;
}

.uk-panel .jshop {
    padding: 15px 15px;
}

#oneStepCheckoutForm .row_agb {
    border: 0px;
    padding: 0px 15px;
    margin-top: 10px;
}

#oneStepCheckoutForm .add_info {
    margin-top: 10px;
    padding: 0px 15px;
}

.uk-panel .jshop_register1 {
    padding-top: 10px;
    padding-bottom: 15px;
}

.uk-panel .jshop_register1 table {
    width: 100%;
}

input[type='radio'] {
    width: 15px !important;
}

input[type='radio']:after {
    width: 17px;
    height: 17px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    /* background-color: #000000; */
    content: '';
    display: inline-block;
    visibility: visible;
    border: 4px solid white;
}

input[type='radio']:checked:after {
    width: 17px;
    height: 17px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #000000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid white;
}

.divider {
    margin-right: 7px;
}

.jshop_prod_cart img.uk-thumbnail {
    /* height:70px; */
}

.flexContainer {
    display: flex;
    flex-wrap: wrap;
}

.sidebarSticky {
    position: sticky;
    top: 104px;
}

.sidebarStickyScroll::-webkit-scrollbar {
    width: 4px;
}

.sidebarStickyScroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sidebarStickyScroll::-webkit-scrollbar-thumb {
    background: #d9c080;
}

.sidebarStickyScroll::-webkit-scrollbar-thumb:hover {
    background: #d9c080;
}

.sidebarStickyScroll {
    overflow: auto;
    height: calc(100vh - 104px);
    padding-right: 10px;
}

.button_order_finish {
    color: #000;
    background-color: #f1ece7;
    font-family: "Century Gothic";
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
    line-height: 30px;
    border-width: 2px;
    border-color: #dbc07a;
    padding: 10px 15px;
}

.contentWrapper {
    width: 100%;
}

.rabatt_input {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0px 0px 0px !important;
}

.rabatt_input .os-name {
    /* width: 100%; */
    text-align: right;
    max-width: 200px;
    width: 100%;
    padding: 0px 10px 0px 0px;
}

.rabatt_input input[type="text"] {
    max-width: 190px !important;
    width: 50% !important;
    border: 1px solid #dbc07a !important;
    border-right: 0px !important;
}

.rabatt_input input[type="button"] {
    max-width: 190px !important;
    width: 50% !important;
    background: #f1ece7 !important;
    border: 1px solid #dbc07a !important;
}

.menuUser {
    display: block;
    text-align: left;
}

.menuUser li {}

.menuUser li a {
    color: #000;
    display: block;
    height: auto;
    padding: 0px 20px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #F1ECE7;
    margin-bottom: 3px;
    text-align: left;
}

.menuUser li.active a,
.menuUser li a:hover {
    background-color: #dbc07a;
    border: 1px solid #dbc07a;
    text-decoration: none;
}

.contentWrapper #kt .btn.btn-kt-primary {
    color: #000 !important;
    background-color: #f1ece7 !important;
    font-family: "Century Gothic";
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px;
    line-height: 30px;
    border-width: 2px;
    border-color: #dbc07a !important;
    padding: 10px 15px;
}

.carMiniProdRemove {
    width: 10%;
}

.carMiniProdRemove img {
    height: 14px !important;
}

.clearCartAll {}

.owl-nav span {
    display: none;
}

.owl-theme .owl-nav button[class*=owl-] {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 10px;
    font-size: 18px;
    background: #333;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 40%;
    width: 23px;
    height: 23px;
    z-index: 2;
}

.owl-theme .owl-nav button[class*=owl-]:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.hidDes {
    display: none;
}

.searchCol {
    justify-content: flex-end;
}

.imageZoom {
    position: absolute;
    top: 10px;
    right: 10px;
}

.categoryBlock h3 {
    display: none;
}

.modal_home {
    position: fixed;
    top: 0px;
    z-index: 99999;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_home img {
    max-width: 70%;
}

.fancybox-image,
img {
    /*-webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;*/
}

.headUser {
    padding: 0px 16px 0px 16px !important;
}

.orderBtns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.videoFancybox {
    display: inline-block !important;
    position: relative;
}

.videoFancybox:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 20%) url(/images/play_white.svg) 50% 50% no-repeat;
    background-size: 50px;

}


.videoFancybox img {
    width: 100%;
    height: 100%;
}

.filter-cell-submit {
    text-align: center;
    border: 0px !important;
    margin-bottom: 40px !important;
}

.cat_filter {
    background: #fff;
    border: 2px solid #d8c085;
    padding: 5px 15px;
    margin: 0px 4px;
}

.cat_filter:first-child {
    background: #d8c085;
}






@media screen and (max-width: 992px) {
    .sidebarStickyScroll {
        overflow: initial;
        height: auto;
        padding-right: 0px;
    }

    .categoryBlock h3 {
        display: block;
    }

    .categoriesBlock {
        overflow: auto;
        max-height: 0px;
        -webkit-transition: all ease-in-out 0.25s;
        -moz-transition: all ease-in-out 0.25s;
        -o-transition: all ease-in-out 0.25s;
        transition: all ease-in-out 0.25s;
    }

    .activeSlide .categoriesBlock {
        max-height: 269px;
    }

    .filter-cell h3:after,
    .categoryBlock h3:after {
        content: '';
        background: url(/images/arrow.svg) 50% 50% no-repeat;
        background-size: 10px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%) rotate(0deg);
        -webkit-transition: all ease-in-out 0.25s;
        -moz-transition: all ease-in-out 0.25s;
        -o-transition: all ease-in-out 0.25s;
        transition: all ease-in-out 0.25s;
    }

    .activeSlide h3:after {
        transform: translateY(-50%) rotate(-180deg);
    }

    .filter_scrol {
        max-height: 0px !important;
        -webkit-transition: all ease-in-out 0.25s;
        -moz-transition: all ease-in-out 0.25s;
        -o-transition: all ease-in-out 0.25s;
        transition: all ease-in-out 0.25s;
    }

    .activeSlide .filter_scrol {
        max-height: 164px !important;
    }

    .hidDes {
        display: block;
    }

    .hidMod {
        display: none;
    }

    .head1 {
        padding: 10px 10px !important;
        display: none;
    }

    .head2 {
        padding: 0px;
        position: absolute !important;
    }

    .head3 {
        display: none;
    }

    .head4 {
        padding: 0px 0px 0px 10px !important;
    }

    .head5 {
        display: none;
    }

    .head6 {
        padding: 0px !important;
        align-items: center;
    }

    .headCart {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .menuBlockLogin {
        display: flex;
        align-items: center;
        height: 100%;
    }

    #menu_dlya_im_1 .image_5 {
        height: 20px !important;
        display: block;
    }

    #menu_dlya_im_1 {
        background-color: #d8c085 !important;
        height: 64px;
    }

    #menu_dlya_im_1 .image_7 {
        margin: 0px 0px !important;
        height: 20px !important;
        max-height: 30px;
        width: 20px !important;
    }

    .srch input[type="text"] {
        width: 250px;
        text-align: left !important;
        padding: 0px 15px;
    }

    .menu_row .searchCol {
        background-color: #ab9876 !important;
        position: fixed !important;
        top: -70px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        z-index: 99999;
        width: 100% !important;
        left: 0px;
        justify-content: center;
        padding: 10px 0px;
        display: block;
    }

    .activeSearch .menu_row .searchCol {
        top: 64px;
        border-top: 1px solid #000;
    }

    .headSearch {
        padding: 3px 11px 3px 0px !important;
        display: flex;
        align-items: center;
    }

    #menu_dlya_im_1 .image_6 {
        height: 20px !important;
    }

    .headCurrency {
        padding: 3px 5px 3px 0px !important;
    }

    #id_currency {
        width: 64px;
        margin: 0px 0px;
        background: transparent;
        border: 0px;
        font-weight: 700;
        font-size: 14px;
    }

    #menu_dlya_im_1 .image_11 {
        height: 20px !important;
    }

    .headerCart {
        padding: 3px 11px !important;
    }

    .headUser {
        padding: 1px 20px 1px 14px !important;
    }


    .menuBlockLogin a {
        color: #000;
        display: flex;
        align-items: center;
    }

    div.contentBlock {
        padding-top: 80px;
    }

    .nik-item-name {
        opacity: 1 !important;
    }

    .block_item .addWishlist {
        right: 8px !important;
        background-size: 24px;
        width: 28px;
        height: 28px;
    }

    .carMiniList {
        position: fixed;
        top: 64px;
    }
}

@media screen and (max-width: 992px) {
    .colProduct {
        margin-bottom: 6px !important;
    }

    .colProduct:nth-child(odd) {
        padding-left: 6px;
        padding-right: 4px;
    }

    .colProduct:nth-child(even) {
        padding-left: 4px;
        padding-right: 6px;
    }

    .nik-item-name {
        padding: 6px 10px;
        flex-wrap: wrap;
        text-align: left;
    }

    .nik-item-name a {
        font-size: 16px;
    }

    .nik-item-name span {
        display: block;
        width: 100%;
        font-size: 14px;
    }

    .minicart.uk-table td {
        width: 100% !important;
    }

    #setka_2 .col-6:nth-child(odd) {
        padding-left: 0px;
        padding-right: 4px;
    }

    #setka_2 .col-6:nth-child(even) {
        padding-left: 4px;
        padding-right: 0px;
    }

    .splide.dotOut {
        margin-bottom: 0px;
    }

    #setka_1 {
        margin-bottom: 8px;
    }

    #setka_1 {
        padding-top: 64px;
    }
}

@media screen and (max-width: 768px) {
    .nik-jshop_img_description {
        height: auto;
    }

    #list_product_image_middle {
        height: auto;
    }

    .nik-list_product_image_thumb .jshop_img_thumb {
        /* height: 70px; */
        /* height: 17%; */
        height: auto;
    }
}

@media screen and (max-width: 400px) {
    #menu_dlya_im_1 .image_5 {
        height: 14px !important;
    }
}

@media screen and (max-width: 360px) {
    #menu_dlya_im_1 .image_5 {
        height: 12px !important;
    }

    .instagram img {
        width: 24px;
        height: 24px;
    }
}

#xmap .muted {
    display: none;
}

#xmap ul {
    text-align: left;
    padding-left: 30px;
}