
/* Pricing Table V2 CSS */

.void_price_style2 {
    position: relative;
    padding-top: 0px;
}

.void_price_style2 .sale-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    transform: rotate(0deg);
    z-index: 0;
}

.void_price_style2 .sale-box span.on_sale.title_shop {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    display: inline-block;
    top: unset;
    left: unset;
    box-shadow: none;
    background-color: #86c724;
    color: #fff;
    width: auto;
    padding: 0px;
    z-index: 3;
}

.void_price_style2 .sale-box span.on_sale.title_shop:before,.void_price_style2 .sale-box span.on_sale.title_shop:after {
    position: absolute;
    content: '';
    height: 29px;
    width: 25px;
    background-color: #6c9f1d;
    z-index: -3;
}

.void_price_style2 .sale-box span.on_sale.title_shop:before {
    left: -5px;
    top: 3px;
    transform: rotate(15deg);
}

.void_price_style2 .sale-box span.on_sale.title_shop>span {
    background-color: #86c724;
    display: block;
    position: relative;
    padding: 3px 25px;
    z-index: 1;
    font-size: 14px;
    line-height: 22px;
}

.void_price_style2 .sale-box span.on_sale.title_shop:after {
    right: -5px;
    top: 3px;
    transform: rotate(-15deg);
}

.void_price_style2 .pricing-box-head {
    background-color: #fff;
}

.void_price_style2 .pricing-box-head span.on_sale.title_shop {
    color: #303b43;
    font-size: 24px;
    font-weight: 600;
}

.void_price_style2 {}

.void_price_style2 .pricing-box {
    border: 2px solid #b9bbbd;
    background-color: #fff;
}

.void_price_style2 .pricing-box .price {
    
    border: none;
    display: block;
    position: relative;
    z-index: 1;
    padding: 1px 0px 20px;
    overflow: hidden;

}

.void_price_style2 .pricing-box .price .original-price {
    position: relative;
    padding: 12px;
    background-color: #60686f;
}

.void_price_style2 .pricing-box .price .original-price:before {
    position: absolute;
    content: '';
    height: 35px;
    width: 100%;
    background-color: #60686f;
    left: -50%;
    margin-left: 3px;
    bottom: 0px;
    z-index: -1;
    transform: rotate(6deg);
}

.void_price_style2 .pricing-box .price .original-price:after {
    position: absolute;
    content: '';
    height: 35px;
    width: 100%;
    background-color: #60686f;
    right: -50%;
    margin-right: 3px;
    bottom: 0px;
    z-index: -1;
    transform: rotate(-6deg);
}

.void_price_style2 .pricing-box .price .original-price .dispay-price {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

.void_price_style2 .pricing-box .price .original-price .dispay-price span.old-price-span {
    font-size: 22px;
}

.void_price_style2 .pricing-box .price .original-price a.pb-get.hvr-bs {
    background-color: #fff;
    color: #5e666d !important;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #fff;
}
.void_price_style2 .pricing-box .price .original-price a.pb-get.hvr-bs:hover {
    background-color: #60686f;
    border: 1px solid #fff;
    color: #fff !important;
}
.void_price_style2 .pricing-box .pb-list ul {
    position: relative;
    margin: 25px auto 0px;
}

.void_price_style2 .pricing-box .pb-list ul li {
    position: relative;
    margin: 0px auto;
    color: #313c44;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 10px;
    border-bottom: 1px solid #b9bbbd;
}

.void_price_style2 .pricing-box .pb-list ul li:last-child {
    border: none;
}