.post h2{
	font-family:Josefin Sans 
}
.jp-relatedposts{
	display:none !important;
}
.entry-summary{
	display:none
}

.related h2:first-of-type {
   font-family:"Josefin Sans";
    color:#222;
	font-weight:400
}

.related .woocommerce-Price-amount.amount {
    font-size: 16px !important; 
    color: #888 !important; 
    font-weight: 400 !important;
	margin-top:200px
}
.woocommerce ul.products li.product .button{
	background-color: #000;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
}

.par-balance-card {
    background: linear-gradient(135deg, #000000, #777777) !important;
}

.par-stat-value{
	color:#222
}
.par-pagination a.current{
	background-color:#222;
	color:#fff
}
/* .par-verify-box{
	display:none;
} */

.par-redeem-code-box{
	display:none;
}
.par-redeemed-codes{
	display:none
}
.swiper-slide{
    overflow: hidden;
}

.swiper-slide img{
    width:100%;
    height:70vh;
    object-fit:cover;
    animation: heroZoom 8s ease forwards;
}

@keyframes heroZoom{
    from{
        transform:scale(1);
    }
    to{
        transform:scale(1.15);
    }
}
@media (max-width:767px){

    /* Show product image only */
    .woocommerce table.shop_table_responsive td.product-thumbnail,
    .woocommerce-page table.shop_table_responsive td.product-thumbnail{
        display: table-cell !important;
    }

    .woocommerce table.shop_table_responsive td.product-thumbnail img{
        display:block !important;
        width:70px !important;
        height:auto !important;
    }

}
@media (max-width:767px){

.woocommerce table.shop_table_responsive td::before,
.woocommerce-page table.shop_table_responsive td::before{
    content: attr(data-title) !important;
}

}
.in-stock{
	display:none
}
/* Mobile - Remove fixed height from Login/Register */
@media (max-width: 767px) {

    .woocommerce-account .woocommerce-form-login,
    .woocommerce-account .woocommerce-form-register,
    .woocommerce-account .u-column1,
    .woocommerce-account .u-column2 {
        height: auto !important;
        min-height: auto !important;
			margin:0px !important
			padding-left:20px !important;
			padding-right:20px !important;
    }

    .woocommerce-account .woocommerce {
        display: block !important;
    }

    .woocommerce-account .u-column1,
    .woocommerce-account .u-column2 {
        width: 100% !important;
        float: none !important;
        margin-bottom: 30px;
			
    }

}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2{
	margin-bottom:0px !important
}
.buy-now-wrap{
    width:100%;
    margin-top:15px;
}

.buy-now-or{
    text-align:center;
    margin:12px 0;
    color:#888;
    font-size:14px;
}

.buy-now-button{
    width:100%;
    padding:16px;
    background:#7b675f;
    color:#fff;
    border:0;
    font-weight:600;
    text-transform:uppercase;
}

.buy-now-button:hover{
    background:#6b5952;
}/* Override Elementor Add to Cart Layout */
.elementor-widget-woocommerce-product-add-to-cart form.cart{
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 15px;
}

/* Quantity */
.elementor-widget-woocommerce-product-add-to-cart form.cart .quantity{
    flex: 0 0 auto;
}

/* Add to Cart */
.elementor-widget-woocommerce-product-add-to-cart form.cart .single_add_to_cart_button{
    flex: 1 1 auto;
    width: auto;
}

/* Buy Now Wrapper */
.elementor-widget-woocommerce-product-add-to-cart form.cart .buy-now-wrap{
    flex: 0 0 100% !important;
    width: 100% !important;
    display: block !important;
    margin-top: 15px;
}

/* OR Divider */
.buy-now-or{
    position: relative;
    text-align: center;
    margin: 12px 0;
    color: #777;
}

.buy-now-or::before,
.buy-now-or::after{
    content: "";
    position: absolute;
    top: 50%;
    width: 45%;
    height: 1px;
    background: #ddd;
}

.buy-now-or::before{
    left: 0;
}

.buy-now-or::after{
    right: 0;
}

/* Buy Now Button */
.buy-now-button{
    width: 100%;
    display: block;
}
/* Simple & Variable Product Cart */
.single-product form.cart,
.single-product form.variations_form .woocommerce-variation-add-to-cart{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center;
    gap:10px;
}

/* Quantity */
.single-product .quantity{
    flex:0 0 auto;
}

/* Add to Cart */
.single-product .single_add_to_cart_button{
    flex:1;
    width:auto !important;
}

/* Buy Now */
.single-product .buy-now-button,
.single-product .buy-now-wrap{
    flex:0 0 100% !important;
    width:100% !important;
}

.single-product .buy-now-button{
    margin-top:15px;
}
.my-zoom-img {
    transform: scale(1);
    transition: transform 5s ease-in-out !important;
}


.swiper-slide-active .my-zoom-img {
    transform: scale(1.10) !important;
}