

div[data-wnfgr=markers] *{
    padding:0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    font-size: 14px;
    font-family: "Arial";
    line-height: 18px;
}

.infograd-modal-content .h1, 
.infograd-modal-content .h2, 
.infograd-modal-content .h3, 
.infograd-modal-content .h4, 
.infograd-modal-content .h5, 
.infograd-modal-content .h6, 
.infograd-modal-content h1, 
.infograd-modal-content h2, 
.infograd-modal-content h3, 
.infograd-modal-content h4, 
.infograd-modal-content h5, 
.infograd-modal-content h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
}

.infograd-modal-content .h1,
.infograd-modal-content h1 {
    font-size: 32px;
}

.infograd-modal-content  
.h2, .infograd-modal-content h2 {
    font-size: 28px;
}

.infograd-modal-content 
.h3, .infograd-modal-content h3 {
    font-size: 24px;
}

.infograd-modal-content 
.h4, .infograd-modal-content h4 {
    font-size: 20px;
}

.infograd-modal-content 
.h5, .infograd-modal-content h5 {
    font-size: 18px;
}

.infograd-modal-content 
.h6, .infograd-modal-content h6 {
    font-size: 16px;
}

.infograd-modal-content p {
    margin: 0 0 10px;
}

div[data-wnfgr=markers]{
    position: relative;
    height: max-content;
    display: flex;
    font-family: "Arial";
    text-align: left;
}

div[data-wnfgr=markers].imarker-load{
    position: relative;
}

div[data-wnfgr=markers].imarker-load:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><radialGradient id="a11" cx=".66" fx=".66" cy=".3125" fy=".3125" gradientTransform="scale(1.5)"><stop offset="0" stop-color="%23616161"></stop><stop offset=".3" stop-color="%23616161" stop-opacity=".9"></stop><stop offset=".6" stop-color="%23616161" stop-opacity=".6"></stop><stop offset=".8" stop-color="%23616161" stop-opacity=".3"></stop><stop offset="1" stop-color="%23616161" stop-opacity="0"></stop></radialGradient><circle transform-origin="center" fill="none" stroke="url(%23a11)" stroke-width="15" stroke-linecap="round" stroke-dasharray="200 1000" stroke-dashoffset="0" cx="100" cy="100" r="70"><animateTransform type="rotate" attributeName="transform" calcMode="spline" dur="2" values="360;0" keyTimes="0;1" keySplines="0 0 1 1" repeatCount="indefinite"></animateTransform></circle><circle transform-origin="center" fill="none" opacity=".2" stroke="%23616161" stroke-width="15" stroke-linecap="round" cx="100" cy="100" r="70"></circle></svg>');
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
    background-size: 80px;
    min-height: 100px;
    z-index: 100;
}

div[data-wnfgr=markers] .notefication{
    background: -webkit-linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
    border:1px solid;
    border-color: #d3c6a3 #cabc90 #c1b37f #c9bc8f;
    padding: 15px 30px 15px 18px;
    margin:30px auto  ;
    width: max-content;
    opacity: 0.8;
}

div[data-wnfgr=markers] .visual {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

div[data-wnfgr=markers] .visual-wrapper {
    position: relative;
    width: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


div[data-wnfgr=markers] .main-image img {
    max-width: 100%;
    height: auto;
    width: 100%;
    vertical-align: middle;
}

div[data-wnfgr=markers] .visual .points {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

div[data-wnfgr=markers] .visual .point {
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    left: 0%;
    width: auto;
    height: auto;
    z-index: 10;
    cursor: pointer;
}

div[data-wnfgr=markers] .visual .point:hover{
    z-index: 15;
}

div[data-wnfgr=markers] .visual .point.on {
    z-index: 30;
}

div[data-wnfgr=markers] .visual .point-icon i {
    transition: border-color 250ms ease-in-out,opacity 250ms ease-in-out,visibility 250ms ease-in-out;
    padding: 0;
    width: 32px;
    height: 32px;
    border: 2px solid transparent;
    position: relative;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    border-radius: 64px;
    line-height: .5;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    margin: -16px 0 0 -16px;
}

div[data-wnfgr=markers].product-marker .visual .point-icon i {
    transition: background-color 250ms ease-in-out;
    background-color: rgba(0,0,0,0.2);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 64px;
    margin: -16px 0 0 -16px;
}

div[data-wnfgr=markers] .visual .point .point-icon i:after {
    content: "";
    transition: transform 250ms ease-in-out;
    box-sizing: initial;
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 55%);
    width: 12px;
    height: 12px;
    border-radius: 64px;
}

div[data-wnfgr=markers] .visual .point-icon i:before{
    content: "";
    position: absolute;
    box-sizing: initial;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    top: -3px;
    left: -3px;
    border-radius: 50%;
    border-color: transparent;
    transition: border-color 250ms ease-in-out,opacity 250ms ease-in-out,visibility 250ms ease-in-out;
}
/*
div[data-wnfgr=markers] .point.on .point-icon i:before ,
div[data-wnfgr=markers] .point:hover .point-icon i:before {
    border-color: #fff
}*/

div[data-wnfgr=markers] .point.on .point-icon i:after,
div[data-wnfgr=markers] .point:hover .point-icon i:after {
    transform: scale(0.66);
}

div[data-wnfgr=markers].product-marker .visual .point-icon i:after{
    content:unset;
    display: none;
}

div[data-wnfgr=markers] .visual .point-icon svg{
    display: block;
}


div[data-wnfgr=markers] .visual .point-counter{
    transition: color 250ms ease-in-out 250ms,font-size 250ms ease-in-out 250ms , transform 250ms ease-in-out;
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 55%);
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    font-style: normal;
}

div[data-wnfgr=markers] .point.on .point-counter,
div[data-wnfgr=markers] .point:hover .point-counter {
    transition: color 250ms ease-in-out,font-size 250ms ease-in-out , transform 250ms ease-in-out 250ms;
}

div[data-wnfgr=markers] .visual .point-title{
    padding: 5px;
    background: #fff;
    margin: 0 10px;
    position: absolute;
    white-space: nowrap;
    line-height: 100%;
    border-radius: 5px;
    transform: translateY(-50%);
}

div[data-wnfgr=markers] .visual .tooltipe{
    margin: 0;
    font-size: 14px;
    position: absolute;
    text-align: left;
    z-index: -1;
    height: 0px;
    max-height: 1000px;
    margin: 0 0px;
    overflow: hidden;
    display: none;
    transition: height 250ms ease-in-out;
}

div[data-wnfgr=markers] .point.on .tooltipe {
    z-index: 10;
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}

div[data-wnfgr=markers] .visual .tooltipe > div{
    display: block;
    background-color: rgba(255,255,255,1);
    font-size: 16px;
    top: 0px;
    margin: 0px;
    padding: 15px;
    width: 220px;
    border-radius: 2px;
    background: #fff;

}
div[data-wnfgr=markers] .visual .tooltipe ul{
    padding-left: 20px;
}

div[data-wnfgr=markers] .visual .tooltipe li{
    list-style-type: disc;
}

div[data-wnfgr=markers] .visual .point label {
    background-color: rgba(255,255,255,0.7);
    border-radius: 5px;
    display: block;
    padding: 7px 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 6px 15px 0px;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    width: max-content;
    margin: 0 5px;
    max-width: 250px;
}

div[data-wnfgr=markers] .visual .tooltipe img,
.infograd-modal-content .tooltipe-image_wrapper img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 15px;
}

div[data-wnfgr=markers] .visual  .tooltipe .tooltipe-name {
    font-size: 16px;
    padding: 10px 0;
}

div[data-wnfgr=markers] .visual .tooltipe .tooltipe-item,
.infograd-modal-content .tooltipe-item{
    display: flex;
    gap: 15px;
}

div[data-wnfgr=markers] .visual  .tooltipe-item_val,
.infograd-modal-content  .tooltipe-item_val{
    font-weight: bold;
    flex: 1 1 auto;
    color: #000;
}


div[data-wnfgr=markers] .visual  .tooltipe-footer,
.infograd-modal-content  .tooltipe-footer{
    padding: 0;
    padding-top: 15px;
}

div[data-wnfgr=markers] .visual  .tooltipe-footer a,
.infograd-modal-content  .tooltipe-footer a{
    font-size: 14px;
    text-decoration: none;
    transition: .2s all;
}

div[data-wnfgr=markers] .visual  .tooltipe-btn,
.infograd-modal-content  .tooltipe-btn{
    border: 1px solid rgba(0,0,0,0.2);
    padding: 5px 10px;
    display: block;
    text-align: center;
    color:#444;
}

div[data-wnfgr=markers] .visual  .tooltipe-btn:hover{
    opacity: 0.8;
}


div[data-wnfgr=markers] .zoom-btn{
    width: 120px;
    height: 40px;
    background: #fff;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 60px);
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0px 2px 7px rgb(0 0 0 / 20%);
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    z-index: 11;
}
div[data-wnfgr=markers] .zoom-btn .zoom-min,
div[data-wnfgr=markers] .zoom-btn .zoom-num,
div[data-wnfgr=markers] .zoom-btn .zoom-max {
    height: 40px;
    width: 40px;
    font-size: 26px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

div[data-wnfgr=markers] .zoom-btn .zoom-num {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: unset;
    font-size: 12px;
    font-weight: bold;
    color: #444;
}


div[data-wnfgr=markers] .list_products {
    overflow: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #ccc #F5F5F5;
    scrollbar-width: thin;
    scrollbar-color: #ccc #F5F5F5 ;
    min-width: 300px
}
div[data-wnfgr=markers].list-products__pos-left{
    flex-direction: row-reverse;
}

div[data-wnfgr=markers].list-products__pos-bottom{
    flex-direction: column;
}
div[data-wnfgr=markers].list-products__pos-bottom .list_products{
    min-height: 200px;
    width: 100%;
}


div[data-wnfgr=markers] .list_products::-webkit-scrollbar{
	width: 6px;
	background-color: #F5F5F5;
}

div[data-wnfgr=markers] .list_products::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 5px;
	background-color: #F5F5F5;
}

div[data-wnfgr=markers] .list_products::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
	background-color: #ccc;
}

div[data-wnfgr=markers] .list_products table {
    position: absolute;
    width: 100%;
    background: rgb(190, 190, 190);
    border-spacing: 1px;
    border-collapse: separate;
}



div[data-wnfgr=markers] .list_products table tr{
    background: rgb(255, 255, 255);
}

div[data-wnfgr=markers] .list_products table tr:nth-child(2n){
    background: rgb(248, 248, 248);
}

div[data-wnfgr=markers] .list_products table thead tr{
    top: 0px;
    position: sticky;
    z-index: 34;
}

div[data-wnfgr=markers] .list_products table tr.on {
    background-color: #ddd;
    z-index: 33;
    position: relative;
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}

div[data-wnfgr=markers] .list_products table th{
    font-weight: 700;
    vertical-align: middle;
    white-space: nowrap;
    background: rgb(239, 239, 239);
}

div[data-wnfgr=markers] .list_products table th,
div[data-wnfgr=markers] .list_products table td{
    padding: 3px;
    font-size:12px;

}

div[data-wnfgr=markers] .list_products table tr td:first-child {
    white-space: nowrap;
    text-align: center;
}

div[data-wnfgr=markers] .list_products table tr td:nth-child(3) {
    white-space: nowrap;
    text-align: right;
}

.infograd-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #000000ad;
    font-size: 16px;
    overflow-y: scroll;
}

.infograd-modal *{
    padding:0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "Arial";
    outline: 0;
}

.infograd-modal ol,
.infograd-modal ul{
    padding: 5px 0;
    padding-left: 20px;
}

.infograd-modal-content {
    margin: 5% auto;
    background-color: #fff;
    position: relative;
    width: 60%;
    height: auto;
    min-height: 100px;
    border-radius: 5px;
    overflow: hidden;
    padding: 45px 25px 25px;
}
.infograd-modal-close{ 
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: unset;
    z-index: 9999;
    box-sizing: border-box;
}

.infograd-modal-close::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #000;
    top: 19px;
    left: 8px;
    transform: rotate(45deg);
}

.infograd-modal-close::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 24px;
    background-color: #000;
    top: 8px;
    left: 19px;
    transform: rotate(45deg);
}

.infograd-modal-loader{
    width: 100%;
    height: 100%;
    min-height: 120px;
}

.infograd-modal-loader:after{
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='L4' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Ccircle fill='%23000' stroke='none' cx='6' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.1'/%3E%3C/circle%3E%3Ccircle fill='%23000' stroke='none' cx='26' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.2'/%3E%3C/circle%3E%3Ccircle fill='%23000' stroke='none' cx='46' cy='50' r='6'%3E%3Canimate attributeName='opacity' dur='1s' values='0;1;0' repeatCount='indefinite' begin='0.3'/%3E%3C/circle%3E%3C/svg%3E");
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100px;
}

.infograd-modal-content .tooltipe-image_wrapper{
    padding-bottom: 20px;
}

.infograd-modal-content img{
    max-width: 100%;
    height: auto;
    padding: 15px 0;
}

@media (max-width:767px){
    div[data-wnfgr=markers]{
        display: block;
    }
    .infograd-modal-content {
        width: 95%;
        margin-top: 15%;
    }

    div[data-wnfgr=markers].product-marker .visual .point-icon i{
        width: 24px;
        height: 24px;
        margin: -12px 0 0 -12px;
    }
    div[data-wnfgr=markers] .visual .point-counter{
        font-size: 9px;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
    }
}