.vb_banners{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}
.vb_banner_img_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: auto;
    position: relative;
}

.vb_banner_col {
    padding: 15px;
}

.vb_pin {
    all: unset;
    position: absolute;
    border: solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pin-pulse 3s ease-out infinite;
            animation: pin-pulse 3s ease-out infinite;
    z-index: 1;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
/* .vb_pin:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(17,17,17, .55);
            box-shadow: 0 1px 4px rgba(17,17,17, .55);
    width: 10px;
    height: 10px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    border-radius: 50%;
} */
/* .vb_pin.active:after{
    -webkit-transform: translate(-50%, -50%) scale(.75);
        -ms-transform: translate(-50%, -50%) scale(.75);
            transform: translate(-50%, -50%) scale(.75);
} */

.vb_pin:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 2px;
    height: 12px;
    background-color: #fff;
}
.vb_pin:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 12px;
    height: 2px;
    background-color: #fff;
}
@-webkit-keyframes pin-pulse {
    0% { 
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); 
                box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); 
    }
    40% {  
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);  
                box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); 
    }
    100% { 
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); 
                box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); 
    }
}
@keyframes pin-pulse {
    0% { 
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); 
                box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); 
    }
    40% {  
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);  
                box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); 
    }
    100% { 
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); 
                box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); 
    }
}

.vb_pin_content {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 8px;
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    max-width: 250px;
    z-index: 1000;
}

.vb_product_image,
.vb_category_image,
.vb_manufacturer_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.vb_pin_content.vbc_type_html>*:last-child {
    margin-bottom: 0;
}
.vb_banner_img {
    width: 100%;
    height: auto;
}

.vb_banner_col.slider_col{
    width: 100%;
    padding: 0;
}

.vbc-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    background: inherit;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: -1;
}

.vb_pin_content.top .vbc-arrow {
    bottom: -5px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vb_pin_content.bottom .vbc-arrow {
    top: -5px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.vb_pin_price{
    position: absolute;
    left: 50%;
    top: calc(100% + 12px);
    transform: translateX(-50%);
    display: block;
    z-index: 1000;
    border:none;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
.vb_pin_price_arrow{
    position: absolute;
    left: calc(50% - 1px);
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    z-index: 999;
    top: calc(100% + 10px);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
.vb_pin_price.active,
.vb_pin_price.active + .vb_pin_price_arrow{
    opacity: 1;
    visibility: visible;
}


