/* .tooltipster-arrow {
    display: none;
} */
.tooltipster-content {
    background-color: var(--color-white);
    color: var(--color-base) !important;
    padding: 0 !important;
}
.tooltipster-box {
    background-color: var(--color-white) !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
}

.blur {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    background-color: #000000;
    z-index: 10;
    top: 0px;
    left: 0;
}
.a4_new_main_filters {
    position: relative;
}

.series_filter_title {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin: 25px 0 5px 0;
    height: 34px;
}

.a4_new_container {
    position: relative;
    width: 900px;
    height: 510px;
    max-width: 100%;
}
.a4_new_container.no-image {
    position: relative;
    width: auto;
    height: auto;
}
.a4_new_container .layer {
    position: absolute;
    width: 900px;
    height: 510px;
    max-width: 100%;
    background-size: contain;
}

.layers-popup-btn {
    background: url(/i/unitex/a4_new/icon_fullsceen.png) no-repeat;
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
    z-index: 20;
}
.layers-popup-btn:hover {
    background: url(/i/unitex/a4_new/icon_fullsceen_h.png) no-repeat;
}

.mfp-container .layers {
    position: relative;
    width: 1000px;
    height: 567px;
    margin: 0 auto;
}
.mfp-container .layers .layer {
    position: absolute;
    width: inherit;
    height: inherit;
    background-size: contain;
}
.mfp-hide {
    display: block !important;
}


.a4_new_container .filter_sets,
.a4_new_main_filters .filter_sets {
    display: none;
}
.filters.a4-img {
    width: max-content;
    min-width: 250px;
    max-width: 250px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.filters.a4-img .filter_options {
    /*width: 340px;*/
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
}
.filters.a4-img .filter > .title {
    font-weight: var(--font-weight-4);
    margin-bottom: 10px;
    text-align: center;
}
.filters.a4-img .filter[data-multy_filter="true"] > .title {
    margin-left: 0;
}

.filters.a4-img .filter[data-multy_filter="true"] {
    width: 250px;
}
.filters.a4-img .filter_option {
    /*width: 150px;*/
    width: 250px;
    padding: 10px;
    cursor: pointer;
    transition: all ease .5s;
    position: relative;
}

.filters.a4-img .filter_option:hover, 
.filters.a4-img .filter_option[data-selected="true"] {
    background-color: var(--color-grey-9);
}
.filters.a4-img .filter_option .stock_status.green {
    /* position: absolute;
    top: 0;
    right: 5px; */
    color: var(--color-green-3);
}

.filters.a4-img .filter_option .option_image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: 2px solid rgb(0 0 0 / 10%);
    outline-offset: -2px;
}

.a4_new_container .filter_point {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border-radius: 20px;
    color: #94a6b4;
    border: 1px solid #94a6b4;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.a4_new_container .filter_point:before {
    content: "\25cf";
    display: block;
    text-align: center;
    /* font-size: 21px;
    line-height: 0px;
    padding-top: 8px; */
}
.a4_new_container .filter_point.active,
.a4_new_container .filter_point:hover {
    color: var(--color-grey-5);
    border: 1px solid var(--color-grey-5);
}

.a4_new_filter_legend {
    /* padding: 10px; */
    /* background-color: #f2f2f2; */
    /* border: 1px solid #b2b2b2; */
}
.a4_new_filter_legend.no-image {
	border: none;
}
.a4_new_filter_legend .legend_item_container {
    width: 250px;
}
.a4_new_filter_legend .legend_item {
    position: relative;	
    padding: 10px 30px 10px 10px;
    background-color: var(--color-white);
    border: 1px solid var(--color-grey-8);
    cursor: pointer;
    transition: all ease .5s;
}

.legend_item:after {
    font-family: var(--icons-font);
    color: var(--color-grey-2);
	font-size: 12px;
	content: var(--chevron-down);
	align-content: center;
    position: absolute;
    right: 10px;
    top: calc(50% - 6px);
}

.a4_new_filter_legend .legend_item:hover,
.a4_new_filter_legend .legend_item.active {
    border: 1px solid var(--color-grey-5);
}

/* .a4_new_filter_legend .legend_item:hover:after,
.a4_new_filter_legend .legend_item.active:after {
    content: var(--chevron-up);
} */

.legend_item_container .title {
    font-weight: var(--font-weight-4);
    margin-bottom: 10px;
}

.legend_item .option_image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: 2px solid rgb(0 0 0 / 10%);
    outline-offset: -2px;
}




.a4_new_controlls {
    margin-bottom: 40px;		
}
.a4_new_controlls .all_products_btn {
    padding-top: 13px;
    width: 349px;
    height: 42px;
    margin: 0 auto;
    text-align: center;
    background-image: url("/i/unitex/a4_new/a4_new_button2.jpg");
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.tooltipster-content {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.info_tips .info_tip_hover {
    position: absolute;
    background: url(/i/unitex/a4_new/info_tip.png) no-repeat;
    width: 210px;
    height: 36px;
    top: 385px;
    left: 90px;
    z-index: 20;
    color: #FFF;
    padding: 0 0 7px 0;
    background-position-y: bottom;
    font-size: 16px;
}