.v_wrapeer {
    display: inline-block;
    /* max-height: 100vw; */
    height: 320px;
    overflow: hidden;
    position: relative;
    /* display: block; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.v_wrapeer img {
    height: 100%;
}

.vikras {
    width: 100%;
    /* height: 320px; */
    overflow: hidden;
    position: relative;
    z-index: 49;
}

.slick {
    width: 100%;
    position: relative;
    z-index: 52;
}

.v_item img {
    width: 100%
}

img.slick-arrow {
    position: absolute;
    top: calc(50% - 5px);
    z-index: 100;
}

img.slick-arrow.left {
    left: 10px;
}

img.slick-arrow.right {
    right: 10px;
}

img.slick-arrow:hover {
    opacity: 0.5;
    cursor: pointer;
}

img.slick-arrow:active {
    transform: scale(0.9);
}

.colors,
.colorsTop {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 51;
}

.colorsTop {
    z-index: 53;
    height: 50px;
}

.colorOnWall {
    height: 100%;
    flex-grow: 1;
}

.c_info {
    position: absolute;
    z-index: 999;
    padding-top: 0;
    font-size: 12px;
    padding: 8px 16px;
    MARGIN: 9px;
    background-color: #00000030;
    border-radius: 4px;
}


.fix {
    height: 6px;
    background-color: #e5e5e5;
    margin-top: -5px;
    z-index: 52;
    position: relative;
}

.search {
    color: black;
    background-color: #ffffff70;
    /* display: flex; */
    padding: 12px 12px 8px;
    margin-top: -115px;
    z-index: 55;
    position: relative;
    margin: -122px 8px 16px;
    border-radius: 8px;
}

.color_filters {
    display: flex;
    flex-direction: initial;
    flex-grow: 1;
    overflow: scroll;
}

.color_filter {
    min-width: 12px;
    min-height: 30px;
    flex-grow: 1;
    padding: 2px;
    margin: 2px;
    border-radius: 8px;
    text-align: center;
    font-size: 0;
    color: white;
    align-self: center;
    height: 30px;
    cursor: pointer;
}


.separator {
    background-color: #d1d1d1;
    width: 2px;
    border-radius: 4px;
    margin: 3px 3px;
    height: 40px;
    min-width: 2px;
    max-height: 40px;
}

.separator.off {
    background-color: #d1d1d1;
    width: 5px;
    border-radius: 10px;
    margin: 0 10px;
}

.off,
.hidden,
.closed {
    display: none;
}


.serach_form {
    padding: 8px 0;
    display: flex;
    justify-content: start;
}

.serach_form > * {
    /* margin-right: 8px; */
    /* max-width: 47%; */
    /* width: 47%; */
    flex-grow: 1;
}


.s_collections {
    background-color: #868e95;
    /* width: 75%; */
    height: 30px;
    border-radius: 8px;
    flex-grow: 0.5;
}

.s_collections {
    background-color: #868e95;
    /* width: 75%; */
    height: 30px;
    border-radius: 8px;
    /* flex-grow: 0.5; */
    /* min-width: 106px; */
    /* max-width: 50%; */
    flex-grow: 1;
    /* margin-right: 8px; */
}

select.s_collections {
    border: none;
    padding: 6px;
    background-color: #868e95;
    color: white;
    width: calc(100% - 8px);
    border-radius: 16px;
    margin-right: 0;
    outline-style: none;
    cursor: pointer;
}

.s_search {
    /* width: 250px; */
    height: 30px;
    background-color: #d7e2ea;
    border-radius: 8px;
    display: flex;
    margin-left: 8px;
}

.s_search .field {
    width: 100%;
}

.s_search .ico {

}

input.c_search {
    width: auto;
    padding: 7px 18px;
    display: block;
    width: 180px;
    border: none;
    border-radius: 8px;
    background-color: #d7e2ea;
    color: #333333;
    outline-style: none;
}

input.c_search {
    /* width: auto; */
    padding: 7px 18px;
    display: block;
    /* width: 180px; */
    border: none;
    border-radius: 8px;
    background-color: #d7e2ea;
    color: white;
    outline-style: none;
    width: calc(100% - 30px);
}

img.search_button {
    display: block;
    padding: 3px;
}


.selected_color {
}

h1 {
    font-size: 23px;
    font-weight: 100;
    font-family: 'Roboto';
    padding: 16px 8px 24px;
    margin: 0;
}

h1 span.col,
h1 span.ccol {
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding-top: 8px;
}

.pallet {
    background-color: aliceblue;
    overflow: scroll;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-height: 50vh;
    PADDING: 16px 8px 16px 8px;
}

.color_item {
    width: 48px;
    height: 48px;
    /* padding: 0 2px 2px 0; */
    background-color: brown;
    margin: 1px;
    aspect-ratio: 1;
    border-radius: 5px;
}

.color_item a:active {
    transform: scale(0.9);
}


.color_info,
.tinting {
    min-height: 600px;
    border-radius: 15px;
    margin: 0px;
    transition: auto;
    transform: translateY(-20px);
    padding: 28px 16px;
}

h3 {
    margin: 0;
    padding: 0;
    font-weight: 200;
    margin-bottom: 20px;
}

.h3_title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}

.h2_title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.shown {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.color_modes {
    gap: 16px;
}

.color_set {
    margin: 0 0;
}

.miniset {
    margin-top: 8px;
    margin-bottom: 8px;
}

.pallet.mini {
    background-color: transparent;
    overflow: auto;
    gap: 5px;
}

.pallet.mini .color_item {
    width: 86px;
    align-self: center;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
}

.h4 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 200;
    padding-top: 8px;
}

.pallet.mini {
    background-color: transparent;
    padding: 8px 12px 8px 0;
}

.a_tinting {
    margin: 32px 8px;
    background-color: #ffffff;
    padding: 32px 30px;
    border-radius: 16px;
    font-size: 14px;
    box-shadow: 0 0 15px #00000035;
}

.button {
    display: block;
    padding: 16px 20px;
    background-color: #8b4e9d;
    text-align: center;
    margin: 20px 0px;
    border-radius: 10px;
    box-shadow: 0 0 15px #00000075;
    font-weight: 700;
    color: #ffffff;
}

.button.inline {
    display: inline-block;
}

.button.flex {
    display: flex;
}

.text {
    font-weight: 300;
}

.mt-16 {
    margin-top: 16px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-28 {
    margin-top: 28px;
}

.mt-32 {
    margin-top: 32px;
}

.system_wrap {
    margin: 0 -15px;
    overflow: hidden;
}

.system_scroll {
    margin: 0;
    overflow: auto;
    width: 100%;
}

.system_list {
    margin: 32px 0;
    display: flex;
    height: auto;
    /*    background-color: aqua;*/
    margin: 28px 0px;
    width: max-content;
    padding: 0px 0;
}

.system {
    display: inline-block;
    width: 106px;
    /*    background-color: bisque;*/
    position: relative;
    padding: 8px 4px;
}

.system.active {
    font-weight: 700;
    color: #8b4e9d;
    border-bottom: 3px solid #8b4e9d;
    transition: 1s;
    transition-timing-function: ease-in;
    /* transition-property: auto; */
    /* transform: translate(0px, -10px); */
    /* box-shadow: 0 0 15px #00000055; */
}

.system .img {
    /* width: 70px; */
    /* height: 70px; */
    text-align: center;
    margin: auto;
}

/*  .img img{
 object-fit: contain;
  width: 60px;
  max-height: 60px;
}
*/
.b_title {
    font-size: 12px;
    padding: 8px 0;
    text-align: center;
}

/*.info {
    position: absolute;
    z-index: 51;
    top: 0;
    right: 0;
}
*/
.system .descr {
    background-color: aqua;
    padding: 15px;
    display: none;
}

/* FILTERS */

.product_smart_filters {
    position: relative;
    /* top: 0; */
    /* left: 0; */
    /* width: 100vw; */
    /* height: 100vh; */
    /* z-index: 99; */
}

.f_content {
    position: relative;
    background-color: antiquewhite;
    padding: 8px;
    margin: 20px -16px;
    box-shadow: 0 0 15px #00000075;
}


.close {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: white;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    box-shadow: 0 0 8px #00000050;
    border-radius: 6px;
}

.f_block {
    padding: 0;
    margin-top: 16px;
    position: relative;
}

.q_help {
    position: absolute;
    top: 0;
    right: 0;
}

.q_variants {
    display: flex;
    margin-right: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.q_var {
    display: flex;
    flex-direction: initial;
    flex-basis: unset;
    margin: 20px 8px 20px 0;
}

.q_var .button {
    margin-right: 12px;
    margin: 3px 3px;
    padding: 8px;
    font-weight: 100;
    font-size: 12px;
}

.var_help {
    padding: 0;
    background-color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 7px;
    font-size: 12px;
}


.action_buttons {
    display: flex;
    justify-content: space-around;
}


.product_results {
    margin: 20px -32px;
    overflow: auto;
    background-color: white;
    padding-left: 24px;
}

.product_wrap {
    width: fit-content;
    /* overflow: scroll; */
    padding-bottom: 20px;
}

.product_list {
    display: flex;
}

.product_item {
    width: 168px;
    margin-right: 20px;
    text-align: center;
    position: relative;
    gap: 8px;
}

.p_img {
    padding: 26px 0;
}

.p_brand {
    position: absolute;
    left: 0;
    top: 0px;
}

.p_color_sample {
    position: absolute;
    top: 106px;
    right: 0;
    width: 50px;
    height: 50px;
    /*  background-color: antiquewhite; */
    border-radius: 40px;
    box-shadow: 0 0 10px #00000050;
}

.p_title {
    position: relative;
    max-height: 40px;
    overflow: hidden;
}

.p_title.wrapper {
    height: 40px;
    display: block;
    position: relative;
    overflow: visible;
}

.p_title.h3_title:hover {
    max-height: unset;
    position: absolute;
    z-index: 12;
    background-color: antiquewhite;
    padding: 10px;
    margin: -10px;
}

.p_info {
    position: absolute;
    right: -12px;
    top: -18px;
    border: 1px solid grey;
    color: grey;
    width: 16px;
    height: 16px;
    border-radius: 24px;
    background-color: rgb(228 228 228 / 80%);
    font-size: 10px;
    display: flex;
    justify-content: center;
    line-height: 16px;
}

.p_text.text {
    font-size: 12px;
    padding: 5px;
    height: 24px;
    overflow: hidden;
}

.p_color {
    margin-top: 12px;
    font-weight: 700;
}

.p_offers {
    font-weight: 700;
    font-size: 12px;
}

.p_tblock {
    height: 100px;
}

.color_item > a {
    line-height: 52px;
    text-align: center;
    display: none;
}

.tinting {
    /*	display:none;	*/
}

.color_item.active {
    background-image: url('/i/vis.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center;
}


.collection_info {
    display: flex;
    position: relative;
    gap: 24px;
}

.collection_info img {
    margin: 0 0px 24px 0;
    display: block;
    max-width: 100%;
    height: fit-content;
    box-sizing: border-box;
    border-radius: 17px;
}

.color_info_texts {
    padding-bottom: 32px;
}

.subdesc {
    display: flex;
    font-size: 10px;
    /* padding: 2px; */
}

.color_item_sd {
    padding: 10px 17px;
    flex-grow: 1;
    cursor: pointer;
    overflow: hidden;
}

.color_filter.active {
    background-image: url('/i/checked_b.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
}

.color_filter.active.dark {
    background-image: url('/i/checked_w.svg');
}

.selection_in {
    display: flex;
}


.c_filters {
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    padding: 12px;
    justify-items: left;
}

.c_filters_item {
    display: inline-block;
    padding: 8px 16px 8px 16px;
    border: 0px solid white;
    margin-right: 15px;
    border-radius: 8px;
    font-size: 12px;
    flex-grow: 0;
    box-shadow: 0 0 15px #00000030;
    /* background-color: #8b4e9d; */
    /* color: aliceblue; */
    align-content: center;
    justify-content: left;
    align-self: center;
    /* min-height: 2em; */
    cursor: pointer;
    margin: 4px;
}

.active.c_filters_item {
    background-color: #006f04;
    color: white;
}

.descr.d1 {
    font-weight: 300;
}

.filters_sub_title {
    font-size: 12px;
}

.filters_section {
    margin: 40px 0;
}

.cur_system img.info_icon {
    max-width: 100px;
    padding: 20px 5px;
}

.system .img img {
    max-width: 80px;
}
.collection-left .color_info_text {
    margin-top: 40px;
}

.link a {
    display: inline-block;
    margin: 30px 0;
}

@media (min-width: 375px) {
    .v_wrapeer {
        min-height: 375px;
    }
    .collection-left   {
        min-width: 40%;
    }

}
@media (min-width: 540px) {
    .v_wrapeer {
        min-height: 375px;
    }
    .collection-left   {
        min-width: 40%;
    }

}
@media (min-width: 768px) {
    .v_wrapeer {
        min-height: 432px;
    }

    .separator {
        background-color: #d1d1d1;
        width: 5px;
        border-radius: 10px;
        margin: 0 10px;
    }
    .collection-left   {
       min-width: 40%;
    }
    .ccol_descr {
        min-width: 60%;
    }
}

@media (min-width: 1024px) {
    .color_filters {
        overflow: auto;
    }

    .v_wrapeer {
        min-height: 570px;
    }

    .color_filter {

        font-size: 12px;
        color: white;
        line-height: 30px;
    }

    .color_filter.active {
        background-image: url('/i/checked_b.svg');
        background-position: 9px center;
        background-repeat: no-repeat;
        padding: 2px 0px 2px 14px;
    }


    .separator {
        background-color: #d1d1d1;
        width: 5px;
        border-radius: 10px;
        margin: 0 10px;
    }
}

@media (min-width: 1200px) {

    .v_wrapeer {
        min-height: calc(1200px / 6 * 3);
    }

    .pallet {
        max-height: 500px;
    }

    .pallet.mini {
        overflow: hidden;
    }

    .pallet:not(.mini) .color_item {
        width: calc((100% / 7) - 2px);
        height: 48px;
    }

    .color_item > a {
        line-height: 52px;
        text-align: center;
        display: block;
        text-decoration: none;
        color: black;
    }

    .color_info_texts {
        display: block;
    }

    .color_info_text {
        min-width: 300px;
        width: 30%;
    }

    .a_minisets {
        display: flex;
        gap: 24px;
        flex-direction: column;
    }

    .miniset {
        margin-top: 8px;
        margin-bottom: 8px;
        margin: 8px 32px 8px 0px;
    }

    .sel_l h1 {
        margin-left: 30px;
        padding-left: 0;
    }

    h1 {
        font-size: 23px;
        font-weight: 100;
        font-family: 'Roboto';
        padding: 16px 32px 24px;
        margin: 0;
    }

    .color_info, .tinting {
        min-height: 600px;
        border-radius: 15px;
        margin: 0 0px;
        transition: auto;
        /* transform: translateY(-20px); */
        padding: 64px 32px;
    }

    .color_item.active {
        background-position: 12px center;
    }


    .collection_info {
        display: flex;
        flex-wrap: nowrap;
        position: relative;
    }
}

@media (max-width: 1440px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {
    .v_wrapeer {
        min-height: 375px;
    }

    .collection_info img {
        max-width: 100%;
    }
}

@media (max-width: 425px) {
    .v_wrapeer {
        min-height: 375px;
    }

    .collection_info {
        flex-direction: column;
    }

    .collection_info img {

        max-width: 100%;
    }
}

@media (max-width: 375px) {
    .v_wrapeer {
        min-height: 375px;
    }

    .c_info {
        font-size: 10px;
        padding: 4px 4px;
        MARGIN: 10px 2px;
    }
}


.search.abs {
    color: black;
    background-color: rgb(255 255 255 / 70%);
    /* display: flex; */
    padding: 8px;
    position: absolute;
    margin: -112px 4px;
    z-index: 9999;
    width: 1175px;
}

.colors .escalateColor {
    width: 100%;
}

.colorsTop .c_info.escalateColor {
    box-shadow: 0 0 5px #ffffff;
    background-color: #000000;
    color: #ffffff;
}

.colorsTop .c_info.hideColor {
    background-color: #ffffff;
    color: #111111;
}

.system_wrap .info {
    display: none;
}

.p_buy_b {
    text-decoration: none;
}

a.p_buy_b.button:hover {
    background-color: #008806;
}

.p_img img {
    /* width: 117px; */
    height: 150px;
}

div#tinting {
    margin: 64px -32px;
    padding: 55px 32px 0;
}

.fun_deck {
    max-width: 300px;
}

.flex {
    display: flex;
}

.flex.horiz {
    flex-direction: row;
}

.flex.between {
    justify-content: space-between;
}

.a_minisets {
    display: flex;
    gap: 24px;
}

.sel_l {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 16px;
    align-items: center;
}

.about_button.button {
    color: #4f4f4f;
    background-color: white;
    margin-right: 12px;
    text-transform: uppercase;
    padding: 12px 32px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
}
