.yotpo-coupons-redemption-widget .yotpo-login-button{
	display: none !important;
}
.yotpo-coupons-redemption-widget .yotpo-headline.yotpo-is-mobile{ text-align: left !important;}
.yotpo-coupons-redemption-widget .yotpo-coupouns-container.yotpo-is-mobile{
	padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.redeem-wrapper{
 	list-style: none;
	padding: 0;
    margin: 0 0 24px 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
}

ul.redeem-wrapper li {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

ul.redeem-wrapper strong {
    display: block;
    font-size: 22px;
}
.yotpo-coupons-redemption-widget .yotpo-content-container{
 	max-width: 100% !important;
}
.yotpo-coupons-redemption-widget .yotpo-redemption-option-container{
    padding: 0 !important;
}
.yotpo-coupons-redemption-widget .yotpo-redemption-options-list{
    margin: 0 !important;
    max-width: 100% !important;
}
.yotpo-coupons-redemption-widget .yotpo-redemption-options-list .swiper-container{
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
.yotpo-coupons-redemption-widget .yotpo-redemption-options-list .swiper-container .swiper-wrapper{
    transform: none !important;
    flex-direction: column !important;
}
.yotpo-coupons-redemption-widget .swiper-pagination{
    display: none !important;
}
.yotpo-coupons-redemption-widget .yotpo-redemption-slide-item.swiper-slide{
    margin-bottom: 30px !important;
}
.yotpo-coupons-redemption-widget .yotpo-redemption-option-container{
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: center !important;
    align-items: center !important;
    column-gap: 20px !important;
}
.yotpo-coupons-redemption-widget .yotpo-redemption-option{
    display: flex !important;
    column-gap: 18px !important;
}
.yotpo-coupons-redemption-widget .yotpo-redemption-option-details{
    text-align: left !important;
}
.yotpo-coupons-redemption-widget .yotpo-action-button-widget button{
    background-color: rgb(22, 146, 132) !important;
    border-radius: 10px !important;
    margin: 0 !important;
    max-width: 140px !important;
}
.yotpo-coupons-redemption-widget .img-wrap img{
    width: 100%;
}
.yotpo-coupons-redemption-widget .img-wrap .img{
    width: 60px;
}
.yotpo-coupons-redemption-widget .yotpo-redemption-confirmation-option .yotpo-action-button-widget .yotpo-button-style{
    color: #fff !important;
}
.yotpo-coupons-redemption-widget .three-in-row .yotpo-redemption-item{ width: 50% !important;}


@media screen and (max-width: 768px){
    .yotpo-coupons-redemption-widget .yotpo-no-background-type.yotpo-redemption-options-list{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 768px){
    .yotpo-coupons-redemption-widget .yotpo-redemption-item{
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024.98px){

    .yotpo-coupons-redemption-widget .yotpo-coupons-redemption-widget-container.yotpo-is-mobile{
        padding-bottom: 0 !important;
    }

  .yotpo-coupons-redemption-widget .yotpo-coupons-redemption-widget-container.yotpo-logged-out{
  	padding: 0 0 30px 0 !important;
  }

  .yotpo-coupons-redemption-widget .yotpo-headline{
	text-align: left !important;
    border-bottom: 1px solid #000 !important;
    padding-bottom: 24px !important;

  }
 .yotpo-coupons-redemption-widget .yotpo-rule, .yotpo-coupons-redemption-widget .yotpo-description{
   	display: none !important;
  }
  .yotpo-coupons-redemption-widget .yotpo-coupouns-container.yotpo-is-mobile{
   	margin: 0 auto !important;
  }

}
@media screen and (min-width: 1199.98px){
    .yotpo-coupons-redemption-widget .yotpo-redemption-options-list .swiper-container .swiper-wrapper{
        flex-direction: row !important;
        flex-wrap: wrap !important;
        column-gap: 30px !important;
    }
    .yotpo-coupons-redemption-widget .yotpo-redemption-slide-item.swiper-slide{
        width: auto !important;
    }

}

@media screen and (min-width: 1399.98px){
     .yotpo-coupons-redemption-widget .yotpo-redemption-options-list{
        padding-top: 30px !important;
    }
    .yotpo-widget-my-rewards-widget .yotpo-logged-in-view{
        padding-top: 0 !important;
    }
}



