/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2025 | 11:44:18 */
div#ast-scroll-top {
    display: none !important; 
}

html, 
body {
    overflow-x: clip !important; 
}
.plan-box{
	transition: all .4s ease-in !important;
}
.plan-box:hover{
	background-color: #43AF43 !important;
}
.plan-box-title h2{
	transition: all .4s ease-in !important;
}
.plan-box:hover .plan-box-title h2{
	color: white !important;
}
.plan-value h2{
	transition: all .4s ease-in !important;
}
.plan-box:hover .plan-value h2{
	color: white !important;
}

.plan-duration h2{
	transition: all .4s ease-in !important;
}
.plan-box:hover .plan-duration h2{
	color: white !important;
}

.plan-list{
	transition: all .4s ease-in !important;
}
.plan-box:hover .plan-list{
	color: white !important;
}

.plan-btn a{
	transition: all .4s ease-in !important;
}
.plan-box:hover .plan-btn a{
	    background-color: #ffffff !important;
    color: #333333 !important;
}
.wpcf7 form>p {
    margin-bottom: 16px;
    flex-direction: column;
    gap: 8px;
}
.wpcf7 form>p label{
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size:16px;
    font-weight: 500;
    color: #333333;
}
.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control{
    padding: 8px 16px !important;
    border: 1px solid #EDEDED;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
}
.wpcf7-textarea {
    height: 80px;
min-height: 80px;
    max-height: 150px;
    overflow-y: auto;
    resize: vertical;
}
.wpcf7 form input[type="submit"]{
    background-color: #43AF43;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    font-weight: 500;
}

#content .ast-container {
    padding: 0px !important;
    max-width: 100% !important;
}

.subz-karahi button.single_add_to_cart_button {
    font-size: 0px !important;
    padding: 12px 44px !important;
    border-radius: 10px !important;
}

.subz-karahi button.single_add_to_cart_button::before {
    content: "Subscribe" !important;
    font-size: 16px !important;
}



h1.entry-title {
    max-width: 1240px !important;
    margin: 0 auto;
    padding: 0px 20px;
}

.woocommerce-mini-cart__buttons.buttons{
	display:none;
}

.ast-woo-shop-archive .ast-woocommerce-container {
    max-width: 1310px;
    margin: 0 auto !important;
}

.ast-woo-shop-archive .ast-container {
    background: #fff;
}

.ast-woo-shop-archive .ast-container a.button {
     background: #43AF43;
}

.ast-woo-shop-archive .ast-container a.button:hover {
     background: #2e7d2e;
}