
.single_variation_wrap a, .single-product div.product a, .entry-content a {
    color: #05d657;
}
a.wp_button, .my_account_orders a.button {
    background: #05d657;
    color: #fff !important;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
}
.show_btn_wpmethods {
	display: none;
	}
.woocommerce label.form-control-label {
    width: 100%;
    font-weight: 700;
    padding-top: 10px;
}
a.checkout-button.button.alt.wc-forward {
    color: #fff;
}
.ppom-wrapper .form-control {
	height:calc(3.5em + 0.75rem + 2px);}
button.mfp-close { border: none; }
div.nsl-container.nsl-container-block .nsl-container-buttons{
	width: 100%;
}
.section-padding {
    padding: 30px 0;
}
.widget-product-details .list-inline.text-center.mt-3 {
  display: none;
}
@media only screen and (max-width: 768px) {
	#tab-description{
		height: 200px;
		overflow: hidden;
	}
	.show_more_btn{
		height: auto !important;
		overflow: visible !important;
	}
	.show_btn_wpmethods {
	display: block;
    align-content: center;
    margin: auto;
    display: flex;
    vertical-align: middle;
    margin-bottom: 25px;
	}
	.show_btn_wpmethods i {
    margin-right: 5px;
    line-height: 25px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: unset;
		width: 100%;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		float: unset;
		width: 100%;
	}
}
    @media (max-width: 480px) {
      .chat-toggle {
        width: 40px;
        height: 40px;
        font-size: 24px;
      }
      .chat-btn {
        width: 40px;
        height: 40px;
      }
      .chat-btn i {
        font-size:20px;
      }
      .chat-btn .tooltip {
        display: none;
      }
		.woocommerce-account .woocommerce-MyAccount-navigation {
			float: unset;
			width: 100%;
		}
		.woocommerce-account .woocommerce-MyAccount-content {
			float: unset;
			width: 100%;
		}
    }
