/* .acoplw-badge{
    visibility:hidden;
} */
.products .acoplw-badge{
    position: relative;
    /* display: inline-block; */
    display: block;
    /* pointer-events: none; */
}
.products .product{
    position: relative;
}
.products .acoplw-badge.acoplw-textBlock{
    position: unset;
}
.acoplw-badge img{
    margin: 0;
}
.acoplw-badge > span {
    z-index: 99;
}
.acoplw-badge-icon{
    visibility:hidden;
}
.acoplw-hidden-wrap{
    display: none;
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 0;
}
.type-product .acoplw-badge-icon,
.product-gallery .acoplw-badge-icon,
.wc-block-grid .acoplw-badge-icon,
.jet-woo-products__item .acoplw-badge-icon,
.woocommerce-product-gallery__wrapper .acoplw-badge-icon{
    visibility:visible;
}
.acoplw-blockText{
    font-style: normal;
    line-height: 16px;
    position: relative;
    z-index: 99;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    color: #fff;
}
.acoplw-badge-listing-hide {
    display: none !important;
}
.acoplw-badgeOutter{
    position: relative;
    display: block;
}
.acoplw-badgeOutter .acoplw-badge-listing-hide,
.acoplw-badgeOutter .acoplw-jq-badge{
    display: block !important;
}

.acoplw-bsone {
    background-color: #6D71F9;
    color: #d1d2d8;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 0 15px;
    text-align: center;
    text-shadow: none;
    border-radius: 3px;
}
.acoplw-bsone .acoplw-blockText{
    line-height: inherit;
    transform: translateY(0);
    top: auto;
}
.acoplw-bsone.acoplwRightAlign{
    right: 0;
    left: auto;
}

.acoplw-bstwo {
    position: absolute;
    background-color: #6D71F9;
    text-align: center;
    border-radius: 3px;
    top: 0px;
    left: 0px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0px 5px 0px 15px;
}
.acoplw-bstwo .acoplw-blockText{
    line-height: inherit;
    transform: translateY(0);
    top: auto;
}
.acoplw-bstwo:after {
    content:"";
    position: absolute;
    bottom: 0px;
    transform: skew(-15deg);
    right: -10px;
    width: 20px;
    height: 100%;
    background-color: #6D71F9;
    border-radius: 0 3px 3px 0;
}
.acoplw-bstwo.acoplwRightAlign{
    left: auto;
    right: 0;
}
.acoplw-bstwo.acoplwRightAlign:after {
    right: auto;
    left: -10px;
    border-radius: 3px 0px 0px 3px;
    transform: skew(-1055deg);
}

.acoplw-bsthree {
    border-radius: 3px;
    padding: 0px 15px;
    position: absolute;
    display: inline-block;
    background-color: #6D71F9;
    width: auto;
    top: 0px;
    left: 0px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.acoplw-bsthree .acoplw-blockText{
    line-height: inherit;
    transform: translateY(0);
    top: auto;
}
.acoplw-bsthree:before {
    position: absolute;
    right: -15px;
    top: 0px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #6D71F9;
    border-bottom: 15px solid transparent;
}
.acoplw-bsthree:after {
    display: block;
    content: '';
    position: absolute;
    background: #ffffff;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    right: 0px;
    top: calc(100%/2 - 4px);
}
.acoplw-bsthree.acoplwLeftAlign{                                           
    border-top-right-radius: 1px !important;
    border-bottom-right-radius: 1px !important;
}
.acoplw-bsthree.acoplwRightAlign{
    left: auto;
    right: 0;
    border-top-left-radius: 1px !important;
    border-bottom-left-radius: 1px !important;
}
.acoplw-bsthree.acoplwRightAlign:before {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top: 15px solid transparent;
    border-right: 15px solid #6D71F9;
    border-bottom: 15px solid transparent;
    border-left: none;
    right: auto;
    left: -15px;
}
.acoplw-bsthree.acoplwRightAlign:after {
    right: auto;
    left: 0px;
}

.acoplw-bsfour {
    text-align: center;
    display: inline-block;
    padding: 0px 15px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 30px;
    background: #6D71F9;
    border-radius: 3px;
}
.acoplw-bsfour .acoplw-blockText{
    line-height: inherit;
    transform: translateY(0);
    top: auto;
}
.acoplw-bsfour:before {
    border-left-color: transparent!important;
    display: inline-block;
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border: 9px solid transparent;
    border-width: 15px 15px;
    border-color: #6D71F9;
    transform: rotate(180deg); /* Position Left */
}
.acoplw-bsfour.acoplwRightAlign{
    right: 0px;
    left: auto;
}
.acoplw-bsfour.acoplwRightAlign:before {
    right: auto;
    left: -20px;
    transform: rotate(0deg);
}

.acoplw-bsfive {
    position: absolute;
    display: block;
    width: 65px;
    color: #d1d2d8;
    height: auto;
    text-align: center;
    left: auto;
    right: 0px;
    top: 0px;
    overflow: hidden;
}
.acoplw-bsfive .acoplw-blockOne{
    position: absolute;
    z-index: 12;
    top: 0;
    left: 2px;
    border-left: 3px solid transparent;
    width: 10px;
}
.acoplw-bsfive .acoplw-blockTwo{
    position: absolute;
    z-index: 12;
    bottom: 2px;
    right: 0px;
    border-bottom: 3px solid transparent;
    height: 10px;
}
.acoplw-bsfive .acoplw-blockText{
    background: #6D71F9;
    position: absolute;
    text-align: center;
    z-index: 14;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: -7px;
    width: 65px;
    height: 24px;
    line-height: 24px;
}
.acoplw-bsfive.acoplwLeftAlign{
    left: 0px;
    right: auto;
}
.acoplw-bsfive.acoplwLeftAlign .acoplw-blockText{
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg); 
}

.acoplw-bssix {
    position: absolute;
    height: 65px;
    margin: 0;
    padding: 0;
    text-align: center;
    top: 0px;
    right: 0px;
    left: auto;
    width: 65px;
    font-weight: 400;
    border-radius: 0;
    box-sizing: border-box;
}
.acoplw-bssix .acoplw-blockOne{
    width: 0;
    height: 0;
    border-right: 65px solid #6D71F9;
    border-bottom: 65px solid transparent;
    z-index: 12;
    display: block;
}
.acoplw-bssix .acoplw-blockText{
    position: absolute;
    z-index: 14;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
    text-align: center;
    display: block;
    top: 15px;
    left: 0px;
    width: 90px;
}
.acoplw-bssix.acoplwLeftAlign{
    right: auto;
    left: 0;
}
.acoplw-bssix.acoplwLeftAlign .acoplw-blockOne{
    border-right: none;
    border-left: 65px solid #6D71F9;
}
.acoplw-bssix.acoplwLeftAlign .acoplw-blockText{
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    left: auto;
    right: 0px;
}

.acoplw-bsseven {
    background-color: #6D71F9;
    color: #d1d2d8;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    height: 65px;
    width: 65px;
    border-radius: 3px;
    text-align: center;
}
.acoplw-bsseven.acoplwRightAlign {
    left: auto;
    right: 0;
}

.acoplw-bseight {
    background-color: #6D71F9;
    color: #d1d2d8;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    text-align: center;
}
.acoplw-bseight.acoplwRightAlign {
    left: auto;
    right: 0;
}

.acoplw-bsten {
    display: none;
    height: 65px;
    width: 60px;
    background-color: #6D71F9;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    color: white;
    border-radius: 3px 3px 25px 25px;
    text-align: center;
}
.acoplw-bsten .acoplw-blockText{
    line-height: 16px;
    position: relative;
    z-index: 99;
    top: 50%;
    display: block;
    transform: translateY(-50%);
}
.acoplw-bsten.acoplwRightAlign {
    left: auto;
    right: 0;
}

.acoplw-bsfifteen {
    /* width: 100%;
    .badgeBlock{ */
    background-color: #6D71F9;
    color: #d1d2d8;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    /* padding: 0 15px; */
    text-align: center;
    text-shadow: none;
    border-radius: 0px;
    width: 100%;
}
.acoplw-bsfifteen .acoplw-blockText{
    line-height: inherit;
    transform: translateY(0);
    top: auto;
}
/***** Elementor Fix *****/
/* .acoplw-elemBlock{
    display: block;
} */
.stm-product-item{
    position: relative;
}
.stm-product-item .acoplw-badge-icon{
    visibility: visible;
}