<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!/wp-content/plugins/wp-product-gallery-lite/css/wppg-frontend.css*/

.wppg-main-product-wrapper,
.wppg-main-product-wrapper *,
*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wppg-clearfix:before,
.wppg-clearfix:after {
    content: "";
    display: table;
    clear:both;
    flex-basis: 0;
    order: 1;
}
.wppg-hide-content{
    display: none;
}
.wppg-main-product-wrapper {
    line-height: 1.5;
}
.wppg-main-product-wrapper ins{
    background: none;
}
.entry-content .wppg-main-product-wrapper a {
    border-bottom:0;
}
.wppg-main-product-wrapper a {
    text-decoration: none;
    cursor: pointer;
    -moz-transition:all 350ms ease;
    -ms-transition:all 350ms ease;
    -webkit-transition:all 350ms ease;
    transition:all 350ms ease;
}
.wppg-main-product-wrapper .wppg-icon-hover-wrap a i,
.wppg-main-product-wrapper .wppg-wishlist-wrap a i{
    margin:0;
}
.wppg-main-product-wrapper .yith-wcwl-add-to-wishlist {
    margin-top: 0;
}
.wppg-main-product-wrapper .yith-wcwl-add-to-wishlist .ajax-loading {
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}
.wppg-main-product-wrapper .wppg-image-hover-wrap .wppg-image img {
    display: block;
    margin:0 auto;
}
.wppg-main-product-wrapper .wppg-inner-wrap .wppg-price,
.wppg-main-product-wrapper .wppg-category-wrap {
    line-height: 1;
}
.wppg-main-product-wrapper .wppg-price span.price del{
    margin-right: 8px;
    text-decoration:line-through;
}
.wppg-main-product-wrapper .wppg-regular-price{
    margin-left: 8px;
    text-decoration:line-through;
}
.wppg-main-product-wrapper .wppg-buttons-collection {
    display: -moz-box;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-content: center;
}
.wppg-main-product-wrapper.woocommerce .wppg-button a.add_to_cart_button.loading {
    opacity: 0.7;
}
.wppg-hidden {
    visibility: hidden;
}
.wppg-edd-wrapper select {
    background-image: url(/celebrate/wp-content/plugins/wp-product-gallery-lite/css/../images/icon-select.png);
    position: relative;
    display: inline-block;
    line-height: 24px;
    height: 2.8125rem;
    color: rgba(0,0,0,0.4);
    cursor: pointer;
    border: 1px solid #f8f8f8;
    -webkit-appearance: none;
    background-color: #FFF;
    background-position: right center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-transition: all ease 0.3s;
       -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
         -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
    width: 200px;
    padding: 0 1rem;
    border: solid 1px #ddd;
    font-size: 0.875rem;
    font-weight: 500;
    /*-webkit-appearance: none;*/
}
.wppg-edd-wrapper select option{
    font-size: 0.875rem;
    font-weight: 500;
}
/*===============================
        PRODUCT-COLUMN-CSS-STARTS
=================================*/
.wppg-main-product-wrapper.wppg-desktop-col-2 .wppg-inner-wrap,
.wppg-main-product-wrapper.wppg-tablet-col-2 .wppg-inner-wrap,
.wppg-main-product-wrapper.wppg-mobile-col-2 .wppg-inner-wrap,
.wppg-main-product-wrapper.wppg-desktop-col-3 .wppg-inner-wrap,
.wppg-main-product-wrapper.wppg-tablet-col-3 .wppg-inner-wrap,
.wppg-main-product-wrapper.wppg-desktop-col-4 .wppg-inner-wrap{
    float: left;
    margin-left: 3%;
    margin-bottom: 40px;
}
.wppg-main-product-wrapper .wppg-layout-grid-section,
.wppg-main-product-wrapper .wppg-layout-background-image-section  {
    margin-left: -3%;
}
.wppg-main-product-wrapper.wppg-desktop-col-1 .wppg-layout-grid-section,
.wppg-main-product-wrapper.wppg-tablet-col-1 .wppg-layout-grid-section,
.wppg-main-product-wrapper.wppg-mobile-col-1 .wppg-layout-grid-section,
.wppg-main-product-wrapper.wppg-desktop-col-1 .wppg-layout-background-image-section,
.wppg-main-product-wrapper.wppg-tablet-col-1 .wppg-layout-background-image-section,
.wppg-main-product-wrapper.wppg-mobile-col-1 .wppg-layout-background-image-section {
    margin-left: 0;
}
.wppg-main-product-wrapper.wppg-desktop-col-1 .wppg-inner-wrap + .wppg-inner-wrap,
.wppg-main-product-wrapper.wppg-tablet-col-1 .wppg-inner-wrap + .wppg-inner-wrap,
.wppg-main-product-wrapper.wppg-mobile-col-1 .wppg-inner-wrap + .wppg-inner-wrap{
    margin-top: 40px;
}
.wppg-main-product-wrapper.wppg-desktop-col-2 .wppg-inner-wrap,
.wppg-main-product-wrapper.wppg-tablet-col-2 .wppg-inner-wrap,
.wppg-main-product-wrapper.wppg-mobile-col-2 .wppg-inner-wrap{
    width:47%;
}
.wppg-main-product-wrapper.wppg-desktop-col-3 .wppg-inner-wrap,
.wppg-main-product-wrapper.wppg-tablet-col-3 .wppg-inner-wrap {
    width:30.33%;
}
.wppg-main-product-wrapper.wppg-desktop-col-4 .wppg-inner-wrap {
    width: 22%;
}
.wppg-main-product-wrapper.wppg-desktop-col-2 .wppg-inner-wrap:nth-of-type(2n+1),
.wppg-main-product-wrapper.wppg-tablet-col-2 .wppg-inner-wrap:nth-of-type(2n+1),
.wppg-main-product-wrapper.wppg-mobile-col-2 .wppg-inner-wrap:nth-of-type(2n+1),
.wppg-main-product-wrapper.wppg-desktop-col-3 .wppg-inner-wrap:nth-of-type(3n+1),
.wppg-main-product-wrapper.wppg-tablet-col-3 .wppg-inner-wrap:nth-of-type(3n+1),
.wppg-main-product-wrapper.wppg-desktop-col-4 .wppg-inner-wrap:nth-of-type(4n+1){
    clear: left;
}
.wppg-main-product-wrapper .wppg-image-hover-wrap {
    position: relative;
    overflow: hidden;
}
/*===============================
        PRODUCT-COLUMN-CSS-ENDS
=================================*/
/*=============================
        GRID-LAYOUT-CSS-STARTS
===============================*/
/*GRID-TEMPLATE-1*/
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap {
    border:1px solid #eeeeee;
    padding: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    text-align: left;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-category-wrap a,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-category-wrap a{
    display: inline-block;
    font-size: 13px;
    color: #999999;
    text-transform: uppercase;
    margin:0 5px;
    letter-spacing: 0.5px;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-category-wrap,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-category-wrap {
    margin-bottom: 5px;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-title a,
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-title a,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-title a{
    font-weight: 700;
    font-size: 18px;
    color:#000000;
    text-transform: uppercase;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-category-wrap a:hover,
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-title a:hover,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-category-wrap a:hover,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-title a:hover {
    color:#ff6f13;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-category-wrap,
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-title,
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-buttons-collection,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-category-wrap,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-title,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-buttons-collection{
    text-align: center;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-title,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-title{
    margin-bottom: 15px;
    position: relative;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-content,
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-price,
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-image-hover-wrap,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-content,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-price,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-image-hover-wrap {
    margin-bottom: 15px;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-price,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-price {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-price span.price del,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-price span.price del,
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-price .wppg-regular-price,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-price .wppg-regular-price{
    font-size: 17px;
    font-weight: 400;
    color:#999999;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-buttons-collection,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-buttons-collection {
    justify-content: flex-start;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-button,
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-button,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-button {
    float: left;
    width: 48%;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-button + .wppg-button,
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-button + .wppg-button,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-button + .wppg-button {
    margin-left: 4%;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-button a,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-button a{
    display: block;
    padding:15px;
    line-height: 1;
    background-color: #ff6f13;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 0;
    text-transform: uppercase;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-button a:hover,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-button a:hover {
    background-color:#ebebeb;
    color: #000000;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-share-wrap,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-share-wrap {
    margin-top: 15px;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-share-wrap-contain a,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-share-wrap-contain a {
    display: inline-block;
    font-size: 18px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #ebebeb;
    color: #000000;
    border-radius: 50%;
    text-align: center;
    margin: 5px 7px 5px 0;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-share-wrap-contain a:last-child,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-share-wrap-contain a:last-child {
    margin-right: 0;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap-contain .wppg-share-wrap-contain a:hover,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap-contain .wppg-share-wrap-contain a:hover {
    background-color: #ff6f13;
    color: #ffffff;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-image-hover-wrap .wppg-top-hover-wrap,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-image-hover-wrap .wppg-top-hover-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right:0;
    left: 0;
    margin:0 auto;
    text-align: center;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-image-hover-wrap .wppg-top-hover-wrap .wppg-icon-hover-wrap,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-image-hover-wrap .wppg-top-hover-wrap .wppg-icon-hover-wrap{
    display: inline-block;
    vertical-align: top;
    margin:0 5px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -moz-transition:all 400ms ease-in-out;
    -ms-transition:all 400ms ease-in-out;
    -webkit-transition:all 400ms ease-in-out;
    transition:all 400ms ease-in-out;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-image-hover-wrap .wppg-top-hover-wrap .wppg-wishlist-wrap,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-image-hover-wrap .wppg-top-hover-wrap .wppg-wishlist-wrap {
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-inner-wrap:hover .wppg-icon-hover-wrap,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-inner-wrap:hover .wppg-icon-hover-wrap{
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-image-hover-wrap .wppg-top-hover-wrap .wppg-icon-hover-wrap a,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-image-hover-wrap .wppg-top-hover-wrap .wppg-icon-hover-wrap a{
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color:#000000;
    background-color: #ffffff;
    display: inline-block;
    -moz-box-shadow: 0 0 5px rgba(176,176,176,0.75);
    -ms-box-shadow: 0 0 5px rgba(176,176,176,0.75);
    -webkit-box-shadow: 0 0 5px rgba(176,176,176,0.75);
    box-shadow: 0 0 5px rgba(176,176,176,0.75);
    position: relative;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-image-hover-wrap .wppg-top-hover-wrap .wppg-icon-hover-wrap a:hover,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-image-hover-wrap .wppg-top-hover-wrap .wppg-icon-hover-wrap a:hover{
    color: #ff6f13;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-image-hover-wrap .wppg-top-hover-wrap .button-tooltip,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-image-hover-wrap .wppg-top-hover-wrap .button-tooltip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 50%;
    min-width: 120px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    color: #000000;
    display: block;
    line-height: 1.2;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 10px;
    padding: 8px;
    font-size: 14px;
    -moz-transition:all 350ms ease-in-out;
    -ms-transition:all 350ms ease-in-out;
    -webkit-transition:all 350ms ease-in-out;
    transition:all 350ms ease-in-out;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-image-hover-wrap .wppg-top-hover-wrap .button-tooltip:before,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-image-hover-wrap .wppg-top-hover-wrap .button-tooltip:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px;
    border-color: #ffffff transparent transparent;
    bottom: -14px;
    left: 50%;
    margin-left: -7px;
}
.wppg-main-product-wrapper.wppg-grid-template-1 .wppg-top-hover-wrap .wppg-icon-hover-wrap a:hover .button-tooltip,
.wppg-main-product-wrapper.wppg-car-template-1 .wppg-top-hover-wrap .wppg-icon-hover-wrap a:hover .button-tooltip {
    opacity:1;
    visibility: visible;
}
/**/
/*GRID-TEMPLATE-2*/
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap {
    padding: 20px;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 8;
    border:1px solid transparent;
    -moz-transition:all 300ms ease-in-out;
    -ms-transition:all 300ms ease-in-out;
    -webkit-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-category-wrap a{
    display: inline-block;
    font-size: 13px;
    color: #a9a9a9;
    text-transform: capitalize;
    margin:0 5px;
    letter-spacing: 0.5px;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-category-wrap {
    margin-bottom: 3px;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-title a{
    color:#363f4d;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-category-wrap a:hover,
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-title a:hover {
    color:#ff7d62;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-title,
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-image-hover-wrap,
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-content{
    margin-bottom: 10px;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-price,
.wppg-main-product-wrapper.wppg-frame-template-1 .wppg-inner-wrap-contain .wppg-price {
    margin-bottom: 20px;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-price {
    font-size: 18px;
    font-weight: 700;
    color: #363f4d;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-price span.price del,
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-price .wppg-regular-price,
.wppg-main-product-wrapper.wppg-grid-template-3 .wppg-inner-wrap-contain .wppg-price .wppg-regular-price{
    color: #999999;
    margin-right: 10px;
    font-weight: 400;
    font-size: 16px;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-button a{
    display: block;
    padding:12px 15px;
    line-height: 1;
    background-color: #ebebeb;
    color: #333c4a;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    border-radius: 5px;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-button a:hover {
    background-color:#ff7d62;
    color: #ffffff;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap .wppg-inner-wrap-contain .wppg-top-wrap,
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap .wppg-inner-wrap-contain .wppg-details-wrap {
    position: relative;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap:before {
    content: '';
    position: absolute;
    top:0px;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    background: #ffffff;
    transform: scale(0.98);
    margin-bottom: -60px;
    -moz-box-shadow: 0 0 20px rgba(100,100,100,0.2);
    -ms-box-shadow: 0 0 20px rgba(100,100,100,0.2);
    -webkit-box-shadow: 0 0 20px rgba(100,100,100,0.2);
    box-shadow: 0 0 20px rgba(100,100,100,0.2);
    border:1px solid #eeeeee;
    -moz-transition:all 300ms ease-in-out;
    -ms-transition:all 300ms ease-in-out;
    -webkit-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap .wppg-inner-wrap-contain{
    position: relative;
    z-index: 11;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-share-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    margin-top: 30px;
    -moz-transform: translateY(-35px);
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
    -moz-transition:all 500ms ease-in-out;
    -ms-transition:all 500ms ease-in-out;
    -webkit-transition:all 500ms ease-in-out;
    transition:all 500ms ease-in-out;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-share-wrap-contain a {
    display: inline-block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background-color:transparent;
    color: #b8b8b8;
    border:1px solid #b8b8b8;
    border-radius: 50%;
    text-align: center;
    margin: 5px 12.5px 5px 0;
    -moz-transition:all 300ms ease-in-out;
    -ms-transition:all 300ms ease-in-out;
    -webkit-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap-contain .wppg-share-wrap-contain a:hover{
    background-color: #ff7d62;
    border-color: #ff7d62;
    color: #ffffff;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap:hover:before {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap:hover .wppg-inner-wrap-contain{
    position: relative;
    z-index: 100;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap:hover .wppg-inner-wrap-contain .wppg-share-wrap {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap:hover {
    z-index: 99;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-image-hover-wrap .wppg-top-hover-wrap {
    position: absolute;
    top: 10px;
    right:5px;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-image-hover-wrap .wppg-icon-hover-wrap{
    margin:5px 0;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -moz-transition:all 400ms ease-in-out;
    -ms-transition:all 400ms ease-in-out;
    -webkit-transition:all 400ms ease-in-out;
    transition:all 400ms ease-in-out;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-image-hover-wrap .wppg-lightbox-wrap {
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-inner-wrap:hover .wppg-icon-hover-wrap {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-image-hover-wrap .wppg-icon-hover-wrap a{
    width: 48px;
    height: 48px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color:#b8b8b8;
    background-color: #ffffff;
    border:1px solid #b8b8b8;
    display: inline-block;
    position: relative;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-image-hover-wrap .wppg-top-hover-wrap .button-tooltip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 100%;
    margin-right:10px;
    color: #363f4d;
    display: block;
    white-space: nowrap;
    font-size: 14px;
    -moz-transition:all 350ms ease-in-out;
    -ms-transition:all 350ms ease-in-out;
    -webkit-transition:all 350ms ease-in-out;
    transition:all 350ms ease-in-out;
}
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-top-hover-wrap .wppg-lightbox-wrap a:hover .button-tooltip,
.wppg-main-product-wrapper.wppg-grid-template-2 .wppg-top-hover-wrap .wppg-wishlist-wrap a:hover .button-tooltip {
    opacity:1;
    visibility: visible;
}


/*templates-loader-css-start*/
.wppg-main-product-wrapper .wppg-button a.add_to_cart_button.loading:after {
    top:50%;
    margin-top: -8px;
    right: 10px;
}

/*templates-loader-css-ends*/
/**/
/*=============================
        GRID-LAYOUT-CSS-ENDS
===============================*/
/*=============================m
        CAROUSAL-LAYOUT-CSS-STARTS
===============================*/
.wppg-main-product-wrapper .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wppg-main-product-wrapper .bx-wrapper .bx-controls-direction a,
.wppg-display-popup .bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    line-height: 40px;
    font-size: 28px;
    height: 42px;
    width: 42px;
    text-align:center;
}
.wppg-main-product-wrapper .bx-wrapper .bx-controls-direction {
    opacity: 0;
    visibility: hidden;
    -moz-transition:all 350ms ease-in-out;
    -webkit-transition:all 350ms ease-in-out;
    transition:all 350ms ease-in-out;
}
.wppg-main-product-wrapper .bx-wrapper:hover .bx-controls-direction {
    opacity: 1;
    visibility: visible;
}
/*carousal-template-1*/
.wppg-main-product-wrapper.wppg-car-template-1 .bx-wrapper .bx-controls-direction a {
    background-color: #ebebeb;
    color: #000000;
}
.wppg-main-product-wrapper.wppg-car-template-1 .bx-wrapper .bx-controls-direction a:hover {
    background-color: #ff6f13;
    color: #ffffff;
}
.wppg-main-product-wrapper.wppg-car-template-1 .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #ebebeb;
}
.wppg-main-product-wrapper.wppg-car-template-1 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.wppg-main-product-wrapper.wppg-car-template-1 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #ff6f13;
}

/**/
/*=============================
        CAROUSAL-LAYOUT-CSS-ENDS
===============================*/
/*=============================
        LIST-LAYOUT-CSS-STARTS
===============================*/
.wppg-main-product-wrapper.wppg-left-image .wppg-inner-wrap-contain .wppg-image-hover-wrap,
.wppg-main-product-wrapper .wppg-inner-wrap .wppg-inner-wrap-contain .wppg-detail-side-wrap{
    float: left;
}
.wppg-main-product-wrapper.wppg-right-image .wppg-inner-wrap-contain .wppg-image-hover-wrap{
    float: right;
}
.wppg-main-product-wrapper.wppg-list .wppg-inner-wrap .wppg-inner-wrap-contain .wppg-buttons-collection {
    justify-content: flex-start;
}
/*list-template-1*/
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    text-align: left;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-image-hover-wrap{
    width: 40%;
    padding:20px;
    border:1px solid #f4f4f4;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-detail-side-wrap{
    width: 60%;
}
.wppg-main-product-wrapper.wppg-list-template-1.wppg-left-image .wppg-detail-side-wrap {
    padding-left: 30px;
}
.wppg-main-product-wrapper.wppg-list-template-1.wppg-right-image .wppg-detail-side-wrap{
    padding-right: 30px;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap + .wppg-inner-wrap {
    margin-top:40px;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-category-wrap {
    margin-bottom: 5px;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-category-wrap a{
    display: inline-block;
    padding: 0px 10px;
    background-color: #fa734d;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 12px;
    border-radius: 15px;
    margin:3px 5px 3px 0;
    height: 23px;
    line-height: 21px;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-title {
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-title:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #f2f2f2;
    bottom: 0;
    left: 0
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-title a {
    font-family: 'Crimson Text', serif;
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-price {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 26px;
    color:#8eb359;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-price span.price del,
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-price .wppg-regular-price{
    color: #777777;
    font-size: 20px;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-content {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-button a {
    display: inline-block;
    background-color:#8eb359;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding:13px 30px;
    border-radius: 30px;
    line-height: 1;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-button + .wppg-button,
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-icon-hover-wrap + .wppg-icon-hover-wrap{
    margin-left: 10px;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-buttons-collection,
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-bottom-wrap {
    margin-bottom: 25px;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-icon-hover-wrap {
    display: inline-block;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-icon-hover-wrap a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    border:1px solid #f2f2f2;
    text-align: center;
    border-radius: 50%;
    color: #8eb359;
    position: relative;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-icon-hover-wrap .button-tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(20px);
       -moz-transform: translateX(-50%) translateY(20px);
        -ms-transform: translateX(-50%) translateY(20px);
         -o-transform: translateX(-50%) translateY(20px);
            transform: translateX(-50%) translateY(20px);
    margin-top: 5px;
    line-height: 1;
    white-space: nowrap;
    color: #FFF;
    padding: 8px 10px;
    background: #8eb359;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    opacity: 0;
    visibility:hidden;
    font-size: 12px;
    font-weight: 300;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-transition: opacity 0.2s ease-in-out,visibility 0.2s ease-in-out,-webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.2s ease-in-out,visibility 0.2s ease-in-out,-moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out,visibility 0.2s ease-in-out,transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-icon-hover-wrap .button-tooltip:after{
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -7px;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #8eb359 transparent;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-icon-hover-wrap a:hover .button-tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(5px);
       -moz-transform: translateX(-50%) translateY(5px);
        -ms-transform: translateX(-50%) translateY(5px);
         -o-transform: translateX(-50%) translateY(5px);
            transform: translateX(-50%) translateY(5px);
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-share-wrap a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background-color: #777777;
    color: #ffffff;
    margin:3px 5px 3px 0;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-share-wrap a:hover,
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-icon-hover-wrap a:hover,
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-category-wrap a:hover {
    background-color: #8eb359;
    color:#ffffff;
    border-color: #8eb359;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-title a:hover {
    color: #8eb359;
}
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-button a:hover {
    background-color: #777777;
}

.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-price span.price del,
.wppg-main-product-wrapper.wppg-list-template-1 .wppg-inner-wrap-contain .wppg-price .wppg-regular-price{
    font-size: 24px;
    color: #7c7c7c;
    font-weight: 400;
}

.wppg-main-product-wrapper .wppg-price .wppg-variable-price {
    padding:5px;
}
.wppg-main-product-wrapper .wppg-layout-grid-section .wppg-edd-wrapper select{
    margin: 0 auto;
}
.wppg-main-product-wrapper .wppg-layout-grid-section .wppg_price_options{
    text-align: center;
}

.wppg-main-product-wrapper .wppg-inner-wrap-contain .wppg-price select{
    background-image: url(/celebrate/wp-content/plugins/wp-product-gallery-lite/css/../images/icon-select.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    position: relative;
    display: inline-block;
    line-height: 24px;
    height: 2.8125rem;
    color: rgba(0,0,0,0.4);
    cursor: pointer;
    border: 1px solid #f8f8f8;
    -webkit-appearance: none;
    background-color: #FFF;
    background-position: right center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-transition: all ease 0.3s;
       -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
         -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
    width: 200px;
    padding: 0 1rem;
    border: solid 1px #ddd;
    font-size: 0.875rem;
    font-weight: 500;
}
.wppg-main-product-wrapper .wppg-inner-wrap .wppg-share-wrap a{
    margin-bottom: 8px;
}
.wppg-main-product-wrapper .wppg-button a.button.add_to_cart_button.added,
.wppg-main-product-wrapper .wppg-buttons-collection .wppg-button a.add_to_cart_button.button.added,
.wppg-display-popup .wppg-button a.button.add_to_cart_button.added{
    display: none;
}</pre></body></html>