/* .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;
}.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}