.oaps-special-offer__product-list{
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}
.oaps-special-offer__offer-list {
    border: 1px solid #ad073d;
    padding: 10px;
    background: #eeeeee;
}
.oaps-special-offer__product-list .oaps-special-offer__product-item{
    padding: 5px;
    width: 33.33%;
}
.oaps-special-offer__product-list .oaps-special-offer__product-item .image-wrapper{
    position: relative;
}
.oaps-special-offer__product-list .oaps-special-offer__product-item .product-thumbnail-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: auto;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    padding: 0;
    margin: 0;
}
.oaps-special-offer__product-list .oaps-special-offer__product-item:hover .product-thumbnail-hover {
    opacity: 1;
    visibility: visible;
}
.oaps-special-offer__product-list .oaps-special-offer__product-item:hover .img-fluid {
    opacity: 0;
    visibility: hidden;
}

.oaps-special-offer-cart-item td{
    border: 1px solid #ad073d;
    padding: 10px;
    background: #eeeeee;
}
.oaps-special-offer-cart-item .oaps-special-offer__list-items{
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}
.oaps-special-offer-cart-item .oaps-special-offer__list-items .oaps-special-offer__item{
    padding: 5px;
}
.oaps-special-offer__list-items .oaps-special-offer__item h5 a{
    font-size: 18px;
    font-weight: 400;;
    text-decoration: none;
}

.oaps-special-offer__list-items{
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    border: 1px solid #ad073d;
    padding: 10px;
}
.oaps-special-offer__list-items .oaps-special-offer__item{
    padding: 5px;
}

.page-template-template-master .oaps-sale-percent{
    display: flex;
    top: 0;
    right:0;
    bottom:auto;
    left:auto;
    position:absolute;
}
.page-template-template-master .oaps-sale-percent span{
    margin-top: unset;
}
.price_bundle .oaps-sale-percent,
.product_total_review_order .oaps-sale-percent,
.product_total_review_order .sale-off {
    display:none;
}
.home .oaps-sale-percent {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 9;
}
.minicart-price .oaps-sale-percent,
.minicart-price .atome-wc-price-divider.default-english.below_price_on_list {
    display: none;
}
/** New Price */
.woocommerce ul.products li.product .oa-price > .oaps-sale-percent{
    display: none;
}
.single-product .product .summary.entry-summary .price .oaps-sale-percent{
    display: none !important;
}
.single-product .product .kts-product-items .product .oa-price .oaps-sale-percent{
    display: none;
}
.single-product .product .entry-summary .price .oa-price{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 7px;
}
.single-product .product .summary.entry-summary .price .oa-price del{
    order: 3;
    color: #9D9D9D;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    font-size: 16px !important;
    opacity: 1 !important;
}
.single-product .product .summary.entry-summary .price .oa-price del span{
    margin-left: 0;
    color: #9D9D9D;
}
.single-product .product .summary.entry-summary .price .oa-price del::before{
    content: 'U.P.';
    display: block;
    color: #9D9D9D;
    opacity: 1;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
}
.single-product .product .summary.entry-summary .price .oa-price ins span{
    font-size: 22px;
    font-weight: 600;
    color: #212529;
}
.single-product .product .summary.entry-summary .price .oa-price .oaps-sale-percent{
	display: flex !important;
	align-items: center;
	position: relative;
	margin-top: 0;
	line-height: 1;
	order: 2;
}
.single-product .product .summary.entry-summary .price .oa-price .oaps-sale-percent span{
    padding: 3px 10px 3px 6px;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #FFFFFF;
    background-color: #C60C46;
    margin-left: 0;
    margin-top: 0;
    position: relative;
}
.single-product .product .summary.entry-summary .price .oa-price .oaps-sale-percent:after {
    position: absolute;
    content: "";
    height: 14px;
    right: -8px;
    border-radius: 40px;
    z-index: 1;
    top: 2px;
    background-color: #F7F7F7;
    width: 13px;
}
/** End New Price */

.search-v2-list .oaps-sale-percent,
.wapper_shop_item .oaps-sale-percent {
    position: absolute;
    top: 0;
    right: 0;
}
.page-template-template-goldbar-customiser  .price .oaps-sale-percent {
    display: inline-block;
}
/* .entry-summary .static-price.variable .oaps-sale-percent {
    display: none !important;
} */
.oaps-sale-percent span::after {
    content: attr(data-pecent);
    visibility: visible;
}
.slider_related_products .glide__slide .price-html .oaps-sale-percent {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 9;
}
.oaps-sale-percent span {
    font-size: 12px;
    color: white;
    background-color: #AD073D;
    line-height: 1;
    padding: 4px 5px 1px;
    margin-left: 6px;
    margin-top: -4px;
}
.price .oaps-sale-percent {
    display: flex;
}
.woocommerce ul.products li.product .oaps-sale-percent {
    top: 0;
    z-index: 1;
}
.woocommerce ul.products li.product .oaps-sale-percent span {
    font-size: 16px;
    padding: 3px 8px 3px;
    margin-top: 0;
}
.search-v2-list li .oaps-sale-percent {
    top: 3px;
}
.single-product .price .oaps-sale-percent{
    display: inline-block !important;
    line-height: 1;
}
body .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart{
    left: -248px;
    display: block;
}
body .site-header-cart .widget_shopping_cart{
    width: 800px;
}
.oaps-special-offer__item-details{
    /*     display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start; */
        
    display: flex;
    padding: 20px 0;
    column-gap: 10px;
    align-items: flex-start;
}
.oaps-special-offer__item-detail{
    display: flex;
    flex-direction: column;
}
.oaps-special-offer__item-details .oaps-special-offer__image-badge{
    width: 0;
}
.oaps-special-offer__item-details .oaps-special-offer__item-thumbnail{
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    width: 100px;
    height: 100px;
}
.oaps-special-offer__item-details .oaps-special-offer__item-detail{
    max-width: 200px;
    width: calc(100% - 100px);
}
.oaps-offer-add-to-cart-btn{
    background-color: #AD073D;
    color: #FFFFFF !important;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    padding: 6px 10px 3px 10px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    width: calc((50% - 20px) / 2);
}
.oaps-special-offer__item-title{
    font-size: 14px;
    color: #212529 !important;
    font-weight: 400;
    text-transform: none;
    margin: 0 0 5px;
}
.oaps-special-offer__item-detail .price{
   flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    column-gap: 5px;
    display: flex;
}
.oaps-special-offer__item-detail .price .woocommerce-Price-amount.amount{
    font-size: 14px;
    font-weight: bold;
}
.oaps-special-offer__heading{
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}
.oaps-slider-outer{
    position: relative;
}
.oaps-slide-arrow-container{
    display: flex;
    flex-direction: row;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}
.oaps-special-offer__product-carousel .slick-arrow{
    display: none !important;
}
.oaps-slide-prev, .oaps-slide-next {
    display: flex !important;
    padding: 5px;
    border: 1px  solid #ddd;
    border-radius: 2px;
    width: 20px !important;
    height: 40px !important;
}
.oaps-slide-prev{
    background-image: url('https://img.icons8.com/windows/512/back.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.oaps-slide-next{
    background-image: url('https://img.icons8.com/windows/512/forward.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.cart_item.oaps-special-offer-cart-item{
    position: relative
}
.oaps-offer-add-to-cart-btn:hover{
    color: #fff;
}
.woocommerce ul.products li.product .price > .oa-price > .woocommerce-Price-amount{
    color: #AD073D !important;
}
/* .woocommerce-cart-form__cart-item.woo-is-gift-product .product-remove{
    display: none;
} */
/* .minicart-main .woo-is-gift-product .remove.alt_remove_cart_button{
    display: none;
} */
.oaps-is-free-gift .oaps-free-gift__label, .oaps-free-gift__label{
    color: #ad073d;
    width: 100%;
    display: block;
    font-weight: 400;
}
.oaps-special-offer__item-detail .price{
    flex-direction: row;
    justify-content: flex-start;
}
.oaps-special-offer__item-detail .price .oaps-sale-off{
    background: #AD073D;
    color: #ffffff;
    padding: 3px 10px 0px;
    font-size: 12px;
    font-weight: 400;
    margin-top: -4px;
}
.oaps-minicart-quantity{
    display: flex;
}
.oaps-special-offer__item-detail .price del .woocommerce-Price-amount.amount{
    font-weight: 400;
    margin-left: 0;
}
.oaps-offer-add-to-cart-btn.oaps-disable {
    opacity: 0.5;
    pointer-events: none;
}
.oaps-special-offer-container{
    position: relative;
}
.oaps-product-variations-dropdown{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.oaps-product-variations-dropdown .oaps-available_variations{
    margin-right: 2px;
    font-size: 12px;
    border-radius: 3px;
    padding-top: 4px;
    padding-left: 2px;
}
.oaps-special-offer__item-detail .price del .woocommerce-Price-amount.amount > bdi > span{
    font-size: 14px;
}
.oaps-sale-percent.oaps-hide-sale-percent{
    display: none !important;
}
.single-product .price .oaps-sale-percent.oaps-hide-sale-percent{
    display: none !important;
}


.oaps-product-variations-dropdown .oaps-available_variations{
    display: none;
}
.oaps-fe__select-dropdown {
	position: relative;
	display: inline-block;
	max-width: 100%;
    margin-right: 2px;
}
.oaps-fe-select-dropdown__button {
    padding: 7px 5px 2px;
    background-color: #fff;
    color: #616161;
    border: 1px solid #cecece;
    border-radius: 3px;
    cursor: pointer;
    width: 125px;
    text-align: left;
    font-size: 11px;
}
.oaps-fe-select-dropdown__button span{
    line-height: 1.6;
}
.oaps-fe-select-dropdown__button:focus {
	outline: none;
}
.oaps-fe-select-dropdown__button .zmdi-chevron-down {
	position: absolute;
	right: 5px;
	top: 13px;
}
.oaps-fe-select-dropdown__button .zmdi-chevron-down {
  width: 4px;
  height: 4px;
  border-top: solid 4px rgb(0 0 0);
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
}
.oaps-fe-select-dropdown__button .zmdi-chevron-down {
  display: inline-block;
  vertical-align: middle;
}
.oaps-fe-select-dropdown__list {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	max-height: 300px;
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	opacity: 0;
	pointer-events: none;
	transform-origin: top left;
	transform: scale(1, 0);
	transition: all ease-in-out 0.3s;
	z-index: 2;
}
.oaps-fe-select-dropdown__list.active {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1, 1);
    position: relative;
}
.oaps-fe-select-dropdown__list-item {
	display: block;
    list-style-type: none;
    padding: 4px 5px 1px !important;
    background: #fff;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
    color: #616161;
    transition: all ease-in-out 0.3s;
    text-align: left;
}

/** GWP Carousel */
.oaps-gwp-carousel-mini-cart{
    display: block;
    margin: 20px 0;
}
.oaps-gwp-carousel-mini-cart .oaps-gwp__heading{
    display: flex;
    position: relative;
}
.oaps-gwp-carousel-mini-cart .oaps-gwp__heading h4{
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0;
}
.oaps-gwp-carousel-mini-cart .oaps-gwp__carousel-item{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 10px 0;
}
.oaps-gwp__carousel-item .oaps-gwp__item-details{
    display: flex;
    padding: 10px;
    column-gap: 10px;
    align-items: flex-start;
    background-color: #f8f8f8;
    border-radius: 7px;
    min-height: 100px;
    justify-content: space-between;
}
.oaps-gwp__carousel-item .oaps-gwp__item-thumbnail{
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 7px;
    width: 100px;
    height: 100px;
}
.oaps-gwp__carousel-item .oaps-gwp__item-thumbnail img{
    border-radius: 7px;
}
.oaps-gwp__carousel-item .oaps-gwp__item-detail{
    display: flex;
    flex-direction: column;
    width: calc(100% - 100px);
    align-items: flex-start;
    row-gap: 5px;
    min-height: 100px;
    justify-content: space-between;
}
.oaps-gwp__carousel-item .oaps-gwp__item-detail .oaps-gwp__item-title{
    text-decoration: none !important;
    text-align: left;
    min-height: 36px;
}
.oaps-gwp__carousel-item .oaps-gwp__item-detail .oaps-gwp__item-title h4{
    font-weight: 400;
    font-size: 14px;
    color: #212529;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Work Sans', sans-serif;
}
.oaps-gwp__carousel-item .oaps-gwp__item-detail .oaps-gwp__item-note{
	color: #ad073d;
	font-size: 13px;
	font-weight: 400;
    text-align: left;
}
.oaps-gwp__carousel-item .oaps-gwp__item-detail .oaps-gwp__item-note i{
	margin-right: 5px;
}
.oaps-gwp__item-detail .oaps-gwp__item-action{
    display: flex;
    width: 100%;
    column-gap: 10px;
    justify-content: space-between;
}
.oaps-gwp__item-action .oaps-gwp__variation-select{
    width: calc( 70% - 10px);
}
.oaps-gwp__item-detail .oaps-gwp__item-action .oaps-gwp__item-atc{
    background-color: #AD073D;
    color: #FFFFFF !important;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    width: 30%;
    max-height: 31px;
    /* height: 30px; */
}
.oaps-gwp__item-detail .oaps-gwp__item-action .oaps-gwp__item-atc span{
    line-height: 1;
    margin: 0;
    display: inline-block;
}
.oaps-gwp__select-dropdown {
	position: relative;
	display: flex;
    flex-direction: column;
	max-width: 100%;
    margin-right: 2px;
}
.oaps-gwp-select-dropdown__button {
    padding: 7px 5px 2px;
    background-color: #fff;
    color: #616161;
    border: 1px solid #cecece;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-size: 12px;
}
.oaps-gwp-select-dropdown__button span{
    line-height: 1.6;
}
.oaps-gwp-select-dropdown__button:focus {
	outline: none;
}
.oaps-gwp-select-dropdown__button .zmdi-chevron-down {
	position: absolute;
	right: 5px;
	top: 13px;
}
.oaps-gwp-select-dropdown__button .zmdi-chevron-down {
  width: 4px;
  height: 4px;
  border-top: solid 4px rgb(0 0 0);
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
}
.oaps-gwp-select-dropdown__button .zmdi-chevron-down {
  display: inline-block;
  vertical-align: middle;
}
.oaps-gwp-select-dropdown__list {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	max-height: 300px;
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	opacity: 0;
	pointer-events: none;
	transform-origin: top left;
	transform: scale(1, 0);
	transition: all ease-in-out 0.3s;
	z-index: 2;
}
.oaps-gwp-select-dropdown__list.active {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1, 1);
    position: relative;
}
.oaps-gwp-select-dropdown__list-item {
	display: block;
    list-style-type: none;
    padding: 9px 5px 4px !important;
    background: #fff;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
    color: #616161;
    transition: all ease-in-out 0.3s;
    text-align: left;
}

.oaps-gwp__item-atc.oaps-disable {
    opacity: 0.5;
    pointer-events: none;
}
.oaps-gwp-overlay-loading{
    display: none;
}
.oaps-gwp-overlay-loading.loading{
    display: flex;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 50%) 50% 50% no-repeat;
    align-items: center;
    justify-content: center;
}
.oaps-gwp__carousel-arrows.hidden{
    display: none;
}
.oaps-gwp__carousel-items.hidden{
    display: none !important;
}
.oaps-gwp__carousel-items .slick-list{
    padding:0 20% 0 0 !important;
}
.oaps-gwp__carousel-arrows{
    display: flex;
    flex-direction: row;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}
.oaps-gwp__carousel-items .slick-slide{
    margin: 0 20px 0 0;
}
.oaps-gwp__carousel-items .slick-prev.slick-arrow,
.oaps-gwp__carousel-items .slick-next.slick-arrow{
    display: none !important;
}
.oaps-gwp__carousel-arrow--prev, .oaps-gwp__carousel-arrow--next {
    display: flex !important;
    padding: 5px;
    border: 1px  solid #ddd;
    border-radius: 2px;
    width: 20px !important;
    height: 40px !important;
}
.oaps-gwp__carousel-arrow--prev{
    background-image: url('../admin/images/back.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.oaps-gwp__carousel-arrow--next{
    background-image: url('../admin/images/forward.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
/* Spinner VolumeButton */
.oaps-spinner {
    width: 32px;
    height: 32px;
    clear: both;
    margin: 20px auto;
}
.oaps-spinner--volumn {
    background-color: #000000;
    border-radius: 50%;
    position: relative;
    -webkit-animation: spVolRot 0.6s infinite linear;
    animation: spVolRot 0.6s infinite linear;
}
.oaps-spinner--volumn:after {
    content: "";
    border-radius: 50%;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    left: 5px;
    top: 5px;
    background-color: white;
}
@-webkit-keyframes spVolRot {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@keyframes spVolRot {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

/* GWP Carousel In Cart Page */
.woocommerce-cart-form__contents .oaps-gwp-carousel-mini-cart{
	display: block;
	padding: 30px 0 30px 30px;
	border-radius: 10px;
	box-shadow: 1px 2px 7px 0px #ccc;
	-webkit-box-shadow: 1px 2px 7px 0px #ccc;
	-moz-box-shadow: 1px 2px 7px 0px #ccc;
}
.woocommerce-cart-form__contents .oaps-gwp-carousel-mini-cart .oaps-gwp__carousel-arrows{
	right: 20px
}
.woocommerce-cart-form__contents .oaps-gwp-carousel-mini-cart .slick-slider .slick-list{
    margin-bottom: 0;
}
.woocommerce-cart-form__contents .oaps-gwp-carousel-mini-cart .oaps-gwp__heading h4{
	font-size: 22px;
}
.woocommerce-cart-form__contents .oaps-gwp__carousel-item .oaps-gwp__item-detail .oaps-gwp__item-title h4{
	font-size: 15px;
}

@media only screen and (max-width: 600px) {
    .oaps-gwp__carousel-items .slick-list{
        padding: 0 !important;
    }
}
.oaps-gwp-carousel-mini-cart.hidden{
	display: none;
}
/** PWP Carousel */
.oaps-pwp-carousel-mini-cart{
    display: block;
    margin: 20px 0;
}
.oaps-pwp-carousel-mini-cart .oaps-pwp__heading{
    display: flex;
    position: relative;
}
.oaps-pwp-carousel-mini-cart .oaps-pwp__heading h4{
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0;
}
.oaps-pwp-carousel-mini-cart .oaps-pwp__carousel-item{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 10px 0;
}
.oaps-pwp__carousel-item .oaps-pwp__item-details{
    display: flex;
    padding: 10px;
    column-gap: 10px;
    align-items: flex-start;
    background-color: #f8f8f8;
    border-radius: 7px;
    width: 100%;
}
.oaps-pwp__carousel-item .oaps-pwp__item-thumbnail{
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 7px;
    width: 100px;
    height: 100px;
}
.oaps-pwp__carousel-item .oaps-pwp__item-thumbnail img{
    border-radius: 7px;
}
.oaps-pwp__carousel-item .oaps-pwp__item-detail{
    display: flex;
    flex-direction: column;
    width: calc(100% - 100px);
    align-items: flex-start;
    row-gap: 5px;
    min-height: 100px;
    justify-content: space-between;
}
.oaps-pwp__carousel-item .oaps-pwp__item-detail .oaps-pwp__item-title{
    text-decoration: none !important;
    text-align: left;
    min-height: 36px;
}
.oaps-pwp__carousel-item .oaps-pwp__item-detail .oaps-pwp__item-title h4{
    font-weight: 400;
    font-size: 14px;
    color: #212529;
    margin-bottom: 0;
    text-transform: none;
}
.oaps-pwp__carousel-item .oaps-pwp__item-detail .oaps-pwp__item-note{
	color: #ad073d;
	font-size: 13px;
	font-weight: 400;
}
.oaps-pwp__carousel-item .oaps-pwp__item-detail .oaps-pwp__item-note i{
	margin-right: 5px;
}
.oaps-pwp__item-detail .oaps-pwp__item-action{
    display: flex;
    width: 100%;
    column-gap: 10px;
    justify-content: space-between;
}
.oaps-pwp__item-action .oaps-pwp__variation-select{
    width: calc( 70% - 10px);
}
.oaps-pwp__item-detail .oaps-pwp__item-action .oaps-pwp__item-atc{
    background-color: #AD073D;
    color: #FFFFFF !important;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    width: 30%;
    max-height: 31px;
    /* height: 30px; */
}
.oaps-pwp__item-detail .oaps-pwp__item-action .oaps-pwp__item-atc span{
    line-height: 1;
    margin: 0;
    display: inline-block;
}
.oaps-pwp__select-dropdown {
	position: relative;
	display: flex;
    flex-direction: column;
	max-width: 100%;
    margin-right: 2px;
}
.oaps-pwp-select-dropdown__button {
    padding: 7px 5px 2px;
    background-color: #fff;
    color: #616161;
    border: 1px solid #cecece;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-size: 12px;
}
.oaps-pwp-select-dropdown__button span{
    line-height: 1.6;
}
.oaps-pwp-select-dropdown__button:focus {
	outline: none;
}
.oaps-pwp-select-dropdown__button .zmdi-chevron-down {
	position: absolute;
	right: 18px;
	top: 11px;
}
.oaps-pwp-select-dropdown__button .zmdi-chevron-down {
    width: 0;
    height: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.oaps-pwp-select-dropdown__button .zmdi-chevron-down {
  display: inline-block;
  vertical-align: middle;
}
.oaps-pwp-select-dropdown__list {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	max-height: 300px;
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	opacity: 0;
	pointer-events: none;
	transform-origin: top left;
	transform: scale(1, 0);
	transition: all ease-in-out 0.3s;
	z-index: 2;
}
.oaps-pwp-select-dropdown__list.active {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1, 1);
    position: relative;
}
.oaps-pwp-select-dropdown__list-item {
	display: block;
    list-style-type: none;
    padding: 9px 5px 4px !important;
    background: #fff;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
    color: #616161;
    transition: all ease-in-out 0.3s;
    text-align: left;
}

.oaps-pwp__item-atc.oaps-disable {
    opacity: 0.5;
    pointer-events: none;
}
.oaps-pwp-overlay-loading{
    display: none;
}
.oaps-pwp-overlay-loading.loading{
    display: flex;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 50%) 50% 50% no-repeat;
    align-items: center;
    justify-content: center;
}
.oaps-pwp__carousel-arrows.hidden{
    display: none;
}
.oaps-pwp__carousel-items .slick-list{
    padding:0 20% 0 0 !important;
}
.oaps-pwp__carousel-arrows{
    display: flex;
    flex-direction: row;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}
.oaps-pwp__carousel-items .slick-slide{
    margin: 0 20px 0 0;
}
.oaps-pwp__carousel-items .slick-prev.slick-arrow,
.oaps-pwp__carousel-items .slick-next.slick-arrow{
    display: none !important;
}
.oaps-pwp__carousel-arrow--prev, .oaps-pwp__carousel-arrow--next {
    display: flex !important;
    padding: 5px;
    border: 1px  solid #ddd;
    border-radius: 2px;
    width: 20px !important;
    height: 40px !important;
}
.oaps-pwp__carousel-arrow--prev{
    /* background-image: url('../admin/images/back.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center; */
}
.oaps-pwp__carousel-arrow--next{
    /* background-image: url('../admin/images/forward.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center; */
}
.woocommerce-cart .oaps-pwp__carousel-arrow--prev{
    background-image: url('../admin/images/back.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.woocommerce-cart .oaps-pwp__carousel-arrow--next{
    background-image: url('../admin/images/forward.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
/* Spinner VolumeButton */
.oaps-spinner {
    width: 32px;
    height: 32px;
    clear: both;
    margin: 20px auto;
}
.oaps-spinner--volumn {
    background-color: #000000;
    border-radius: 50%;
    position: relative;
    -webkit-animation: spVolRot 0.6s infinite linear;
    animation: spVolRot 0.6s infinite linear;
}
.oaps-spinner--volumn:after {
    content: "";
    border-radius: 50%;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    left: 5px;
    top: 5px;
    background-color: white;
}
@-webkit-keyframes spVolRot {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@keyframes spVolRot {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

/* GWP Carousel In Cart Page */
.woocommerce-cart-form__contents .oaps-pwp-carousel-mini-cart{
	display: block;
	padding: 30px 0 30px 30px;
	border-radius: 10px;
	box-shadow: 1px 2px 7px 0px #ccc;
	-webkit-box-shadow: 1px 2px 7px 0px #ccc;
	-moz-box-shadow: 1px 2px 7px 0px #ccc;
}
.woocommerce-cart-form__contents .oaps-pwp-carousel-mini-cart .oaps-pwp__carousel-arrows{
	right: 20px
}
.woocommerce-cart-form__contents .oaps-pwp-carousel-mini-cart .slick-slider .slick-list{
    margin-bottom: 0;
}
.woocommerce-cart-form__contents .oaps-pwp-carousel-mini-cart .oaps-pwp__heading h4{
	font-size: 22px;
}
.woocommerce-cart-form__contents .oaps-pwp__carousel-item .oaps-pwp__item-detail .oaps-pwp__item-title h4{
	font-size: 15px;
    font-family: 'Work Sans', sans-serif;
}

.oaps-pwp-carousel-mini-cart.hidden{
	display: none;
}
.oaps-pwp__item-price .oaps-pwp__price{
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    column-gap: 5px;
    display: flex;
}
.oaps-pwp__item-price .oaps-pwp__price .woocommerce-Price-amount.amount{
    font-size: 14px;
    font-weight: 500;
}
.oaps-pwp__item-price .oaps-pwp__price ins .woocommerce-Price-amount.amount{
	color: #000;
}
.oaps-pwp__item-price .oaps-pwp__price{
    flex-direction: row;
    justify-content: flex-start;
}
.oaps-pwp__item-price .oaps-pwp__price .oaps-pwp__sale-off{
    background: #AD073D;
    color: #ffffff;
    padding: 2px 10px 2px;
    font-size: 12px;
    font-weight: 400;
    margin-top: -4px;
}
.oaps-pwp__item-variations{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.oaps-pwp__item-variations .oaps-pwp__item-variation{
	display: flex;
	flex-direction: column;
	width: 100%;
	font-size: 14px;
    font-weight: 300;
    color: #212529;
    text-decoration: none;
}
.oaps-pwp__item-variation .oaps-pwp__variation-data{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 10px;
    margin: 0 0 5px;
}
.oaps-pwp__variation-data .oaps-pwp__variation-label{
	font-size: 12px;
    font-weight: 500;
	color: #88888D;
}
.oaps-pwp__variation-data .oaps-pwp__variation-value{
	font-size: 12px;
    font-weight: 500;
	color: #212529;
}
body.woocommerce-cart .product-name.oaps_is_pwp_item{
	text-transform: capitalize;
	font-size: 18px !important;
	font-weight: 400 !important;
	margin-top: 5px !important;
}
.oaps-free-gift__label i{
	margin-right: 5px;
}
/* GWP Variation*/
.oaps-gwp__item-variations{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.oaps-gwp__item-variations .oaps-gwp__item-variation{
	display: flex;
	flex-direction: column;
	width: 100%;
	font-size: 14px;
    font-weight: 300;
    color: #212529;
    text-decoration: none;
}
.oaps-gwp__item-variation .oaps-gwp__variation-data{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 10px;
    margin: 0 0 5px;
}
.oaps-gwp__variation-data .oaps-gwp__variation-label{
	font-size: 12px;
    font-weight: 500;
	color: #88888D;
}
.oaps-gwp__variation-data .oaps-gwp__variation-value{
	font-size: 12px;
    font-weight: 500;
	color: #212529;
}

.woocommerce-cart-form .oaps-pwp__item-action .oaps-pwp__variation-select{
    width: calc( 40% - 10px);
}
.woocommerce-cart-form .oaps-pwp__item-detail .oaps-pwp__item-action .oaps-pwp__item-atc{
    width: calc( 20% - 10px);
}
.woocommerce-cart-form .oaps-gwp__item-action .oaps-gwp__variation-select{
    width: calc( 40% - 10px);
}
.woocommerce-cart-form .oaps-gwp__item-detail .oaps-gwp__item-action .oaps-gwp__item-atc{
    width: calc( 20% - 10px);
}
@media only screen and (min-width: 992px) and (max-width: 1430px){
	.woocommerce-cart-form .oaps-pwp__item-action .oaps-pwp__variation-select{
		width: 75%;
	}
	.woocommerce-cart-form .oaps-pwp__item-detail .oaps-pwp__item-action .oaps-pwp__item-atc{
		width: 25%;
	}
    .woocommerce-cart-form .oaps-gwp__item-action .oaps-gwp__variation-select{
        width: 75%;
    }
    .woocommerce-cart-form .oaps-gwp__item-detail .oaps-gwp__item-action .oaps-gwp__item-atc{
        width: 25%;
    }
    .woocommerce-cart-form .oaps-pwp__item-detail .oaps-pwp__item-action{
        column-gap: 5px;
    }
    .woocommerce-cart-form .oaps-pwp__item-detail .oaps-pwp__item-action .oaps-pwp__item-atc{
        padding: 7px 5px 3px 5px;
    }
}
@media only screen and (max-width: 767px) {
    body.woocommerce-cart .product-name.oaps_is_pwp_item{
        font-size: 16px !important;
    }
    .single-product .product .summary.entry-summary .oa-product-sticky-bar .price .oa-price del{
        display: none;
    }
    .single-product .product .summary.entry-summary .oa-product-sticky-bar .price .oa-price .oaps-sale-percent:after{
        background-color: #ffb3c0;
        right: -6px;
    }
}
@media only screen and (max-width: 767px) {
    body.woocommerce-cart .product-name.oaps_is_pwp_item{
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 600px) {
    .oaps-pwp__carousel-items .slick-list{
        padding: 0 !important;
    }
	.woocommerce-cart-form .oaps-pwp__item-detail .oaps-pwp__item-action .oaps-pwp__item-atc{
        width: 40%;
    }
    .woocommerce-cart-form .oaps-pwp__item-action .oaps-pwp__variation-select{
        width: calc( 60% - 10px);
    }

	.woocommerce-cart-form .oaps-gwp__item-detail .oaps-gwp__item-action .oaps-gwp__item-atc{
        width: 40%;
    }
    .woocommerce-cart-form .oaps-gwp__item-action .oaps-gwp__variation-select{
        width: calc( 60% - 10px);
    }
}
@media only screen and (min-width: 600px) and (max-width: 768px){
	.woocommerce-cart-form .oaps-pwp__item-detail .oaps-pwp__item-action .oaps-pwp__item-atc{
        width: 30%;
    }
	.woocommerce-cart-form .oaps-gwp__item-detail .oaps-gwp__item-action .oaps-gwp__item-atc{
        width: 30%;
    }

    .woocommerce-cart-form .oaps-gwp__item-action .oaps-gwp__variation-select{
		width: 60%;
	}
	.woocommerce-cart-form .oaps-pwp__item-action .oaps-pwp__variation-select{
		width: 60%;
	}
}
@media only screen and (max-width: 480px) {
	.woocommerce-cart-form__contents .oaps-gwp-carousel-mini-cart .oaps-gwp__heading h4{
		font-size: 18px
	}
	.woocommerce-cart-form__contents .oaps-pwp-carousel-mini-cart .oaps-pwp__heading h4{
		font-size: 18px
	}
}
@media only screen and (max-width: 450px) {
	.oaps-is-free-gift .oaps-free-gift__label, .oaps-free-gift__label{
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
	.woocommerce-cart-form__contents .oaps-gwp-carousel-mini-cart .oaps-gwp__heading h4{
		font-size: 15px
	}
	.woocommerce-cart-form__contents .oaps-pwp-carousel-mini-cart .oaps-pwp__heading h4{
		font-size: 15px
	}
	.oaps-gwp__carousel-arrow--prev, .oaps-gwp__carousel-arrow--next{
		width: 20px !important;
		height: 30px !important;
	}
	.oaps-gwp__carousel-arrow--prev{
		background-size: 15px;
	}
	.oaps-gwp__carousel-arrow--next{
		background-size: 15px;
	}

	.oaps-pwp__carousel-arrow--prev, .oaps-pwp__carousel-arrow--next{
		width: 20px !important;
		height: 30px !important;
	}
	.oaps-pwp__carousel-arrow--prev{
		background-size: 15px;
	}
	.oaps-pwp__carousel-arrow--next{
		background-size: 15px;
	}

    .oaps-gwp__item-detail .oaps-gwp__item-action{
		flex-direction: column;
		column-gap: 0;
		row-gap: 5px;
	}
	.oaps-gwp__item-action .oaps-gwp__variation-select{
		width: 100%
	}
    .woocommerce-cart-form .oaps-gwp__item-action .oaps-gwp__variation-select{
		width: 100%
	}
    .woocommerce-cart-form .oaps-gwp__item-detail .oaps-gwp__item-action .oaps-gwp__item-atc{
        width: 100%
    }

    .woocommerce-cart-form .oaps-pwp__item-action .oaps-pwp__variation-select{
		width: 100%
	}
    .woocommerce-cart-form .oaps-pwp__item-detail .oaps-pwp__item-action .oaps-pwp__item-atc{
        width: 100%
    }

	.oaps-gwp__item-detail .oaps-gwp__item-action .oaps-gwp__item-atc{
		width: 100%
	}

    .oaps-pwp__item-detail .oaps-pwp__item-action{
		flex-direction: column;
		column-gap: 0;
		row-gap: 5px;
	}
	.oaps-pwp__item-action .oaps-pwp__variation-select{
		width: 100%
	}
	.oaps-pwp__item-detail .oaps-pwp__item-action .oaps-pwp__item-atc{
		width: 100%
	}
}

.oaps-sproduct__eligible-product{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.oaps-sproduct__eligible-product .oaps-sproduct__label{
    /* background: #F6D9E4;
    -webkit-clip-path: polygon(100% 0%, calc(100% - 1rem) 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    clip-path: polygon(100% 0%, calc(100% - 1rem) 50%, 100% 100%, 0 100%, 0% 50%, 0 0); */
    color: #212529;
    letter-spacing: 0.03rem;
    position: relative;
}
.oaps-sproduct__label > span{
    font-size: 14px;
    color: #212529;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}
.oaps-sproduct__label span i{
    margin-left: 5px;
    margin-right: 5px;
    color: #AD073D;
}
.oaps-sproduct__label > span:before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url('../admin/images/gift-icon.png');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}
.oaps-sproduct__eligible-product:last-of-type {
    margin-bottom: 20px;
}
.oaps-sproduct__eligible-product:not(:first-child){
    margin-top: 10px;
}
.product-type-yith_bundle .oaps-sproduct__eligible-product:last-of-type {
    margin-bottom: 0;
}
.oaps-sproduct__eligible-product:first-of-type {
    margin-top: 20px;
}

.oaps-sproduct__eligible-product .oaps-sproduct__label .oaps-sproduct__popup{
    display: flex;
}
.oaps-sproduct__eligible-product .oaps-sproduct__label:hover .oaps-sproduct__modal-overlay{
    display: block;
}
.oaps-sproduct__eligible-product {
	position: relative;
}
.oaps-sproduct__eligible-product .oaps-sproduct__popup{
	width: 300px;
	position: absolute;
    top: 25px;
    right: 50%;
    transform: translateX(50%);
	background-color: #FFFFFF;
    padding: 10px;
    box-shadow: 12px 30px 34px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 12px 30px 34px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 12px 30px 34px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    row-gap: 10px;
	z-index: 2002;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.oaps-sproduct__eligible-product .oaps-sproduct__popup::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent;
    border-width: 11px;
    left: 50%;
    transform: translate(-50%, 10%);
    border-top: 0;
    top: -9px;
    border-bottom-color: #ffffff;
}
.oaps-sproduct__eligible-product .oaps-sproduct__popup::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent;
    top: -9px;
    border-bottom-color: #E8E8E8;
    left: 50%;
    transform: translate(-50%,0);
    border-top: 0;
    border-width: 9px
}
.oaps-sproduct__eligible-product .oaps-sproduct__popup .oaps-sproduct__close-btn{
    display: none;
    background-color: #AC083D;
    border-radius: 2px;
    padding: 6px 10px;
    line-height: 1;
    width: 150px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
}
.oaps-sproduct__eligible-product .oaps-sproduct__modal-overlay{
    display: none;
}
.oaps-sproduct__eligible-product .oaps-sproduct__popup .oaps-sproduct__products{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content:flex-start;
	row-gap: 10px;
}
.oaps-sproduct__eligible-product .oaps-sproduct__popup .oaps-sproduct__product{
    display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	column-gap: 10px;
}
.oaps-sproduct__eligible-product .oaps-sproduct__popup .oaps-sproduct__product .oaps-sproduct__thumbnail{
    width: 100px;
    height: 100px;
}
.oaps-sproduct__eligible-product .oaps-sproduct__popup .oaps-sproduct__product .oaps-sproduct__detail{
    width: calc(100% - 110px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.oaps-sproduct__eligible-product .oaps-sproduct__popup .oaps-sproduct__product .oaps-sproduct__detail h4{
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
	font-family: 'Work Sans'
}
.oaps-sproduct__eligible-product .oaps-sproduct__popup .oaps-sproduct__product .oaps-sproduct__detail .oaps-sproduct__price > span:first-child{
    font-size: 12px;
    color: #212529;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 5px;
}
.oaps-sproduct__eligible-product .oaps-sproduct__popup .oaps-sproduct__product .oaps-sproduct__detail .oaps-sproduct__price > span:last-child{
    color: #9D9D9D;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
}
.oaps-sproduct__eligible-product .oaps-sproduct__popup .oaps-sproduct__product .oaps-sproduct__detail .oaps-sproduct__price > span:last-child span bdi{
	color: #9D9D9D;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
}
@media (max-width: 768px){
    .oaps-sproduct__eligible-product .oaps-sproduct__popup .oaps-sproduct__close-btn{
        display: block;
    }
    .oaps-sproduct__eligible-product .oaps-sproduct__label:hover .oaps-sproduct__modal-overlay,
    .oaps-sproduct__eligible-product .oaps-sproduct__label:focus .oaps-sproduct__modal-overlay{
        display: none;
    }
    .oaps-sproduct__eligible-product .oaps-sproduct__label .oaps-sproduct__popup.active{
        display: flex;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .oaps-sproduct__eligible-product .oaps-sproduct__popup::after,
    .oaps-sproduct__eligible-product .oaps-sproduct__popup::before{
        display: none;
    }
    .oaps-sproduct__eligible-product .oaps-sproduct__modal-overlay{
        position: fixed;
        display: none;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        z-index: 2002;
        background-color: rgba(0, 0, 0, 0.3);
    }
}
.woocommerce-mini-cart .oaps-pwp__carousel-items:not(.slick-initialized){
    width: 10000px;
    display: block;
    overflow: hidden;
}
.woocommerce-mini-cart .oaps-pwp__carousel-items:not(.slick-initialized) .oaps-pwp__carousel-item{
    display: inline-block;
    margin-right: 20px;
    width: auto;
}

.woocommerce-mini-cart .oaps-gwp__carousel-items:not(.slick-initialized){
    width: 10000px;
    display: block;
    overflow: hidden;
}
.woocommerce-mini-cart .oaps-gwp__carousel-items:not(.slick-initialized) .oaps-gwp__carousel-item{
    display: inline-block;
    margin-right: 20px;
    width: auto;
}
#alt-minicart .oaps-pwp-carousel-mini-cart .oaps-pwp__container .oaps-pwp__heading .oaps-pwp__carousel-arrows.hidden{
    display: none !important;
}
#alt-minicart .oaps-pwp-carousel-mini-cart .oaps-pwp__container .oaps-pwp__heading .oaps-pwp__carousel-arrows .oaps-pwp__carousel-arrow:before{
    font-size: 16px;
}
.woocommerce-cart .oaps-pwp__carousel .oaps-pwp__carousel-items .oaps-pwp__carousel-item .oaps-pwp__item-details .oaps-pwp__item-detail .oaps-pwp__item-action .oaps-pwp__variation-select .oaps-pwp__select-dropdown .oaps-pwp-select-dropdown__button i{
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
.woocommerce-cart .oaps-pwp__carousel .oaps-pwp__carousel-items .oaps-pwp__carousel-item .oaps-pwp__item-details .oaps-pwp__item-detail .oaps-pwp__item-action .oaps-pwp__variation-select .oaps-pwp__select-dropdown .oaps-pwp-select-dropdown__button i::before{
    content: "\e902";
}