<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#wps_wpr_pro_cost_to_points{
	padding: 8px;
	border: 1px solid #d5d5d5;
	margin-right: 10px;
    vertical-align: middle;
    -webkit-appearance: checkbox;
    height: auto!important;
    width: auto!important;
}

.wps_wpr_purchase_pro_point {
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 4px;
    position: relative;
    padding: 4px 8px 4px 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    font-family: Montserrat;
    font-size: 15px;
}

.wps_wpr_shared_points_code {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wps_wpr_shared_points_code #wps_copy {
    margin: 0 30px 0 0;
}

.wps_wpr_wrapper_button-insta{
    max-width: 70px;
}

.wps_wpr_instagram_share {
    align-items: center;
    background: linear-gradient( 45deg , #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    margin-bottom: -30px;
    min-height: 30px;
    min-width: 70px;
    text-align: center;
}

.wps_wpr_instagram_share img {
    width: 20px;
}

 .wps_wpr_wrapper_button {
    display: flex;
    flex-wrap: wrap;
} 


.wps_wpr_wrapper_button .wps_wpr_common_class {
    border: 0;
    max-height: 30px;
}

.wps_wpr_wrapper_button .wps_wpr_wrapper_button {
    margin: 0;
}

.wps_wpr_wrapper_button button{
    background: transparent;
    padding: 0;
    width: 28px;
}

.wps_wpr_wrapper_button button:hover,.wps_wpr_wrapper_button button:focus,.wps_wpr_wrapper_button a:focus{
    background: transparent;
    outline:none;
}

.wps_wpr_wrapper_button button img{
    max-height: 28px;
    max-width: 28px;
    transition: transform 0.3s;
}

.theme-flatsome .wps_wpr_wrapper_button button img{
    margin-bottom: 10px;
}

.wps_wpr_wrapper_button button:hover img{
    transform: scale(1.1);
}

.wps-wpr__email-input {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    order: 2;
    width: 100%;
}

#wps_wpr_enter_emaill {
    border-bottom: 1px solid;
    box-shadow: none;
    min-height: 40px;
    font-size: 16px;
    background-color: transparent;
    margin-right: 10px;
    outline: 0;
}

#wps_wpr_shared_points_notificatio {
    font-size: 16px;
    margin-bottom: 10px;
    order: 3;
}

.wps-wpr-show-cashback-notice-on-shop-page {
    border: none;
    color: #FFFFFF;
	padding: 5px 14px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    background-color: #1b76ef;
}

.wps-wpr-show-cashback-notice-on-shop-page::after {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 13px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
</pre></body></html>