.elementor-1134 .elementor-element.elementor-element-a006fa8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 20px 20px 20px;}.elementor-1134 .elementor-element.elementor-element-a006fa8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1134 .elementor-element.elementor-element-a5953fb.elementor-column > .elementor-widget-wrap{justify-content:center;}body.elementor-page-1134:not(.elementor-motion-effects-element-type-background), body.elementor-page-1134 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#040D30;}@media(max-width:767px){.elementor-1134 .elementor-element.elementor-element-a006fa8{padding:5px 5px 5px 5px;}}/* Start custom CSS */body{
    color: #fff;
}
body a{
    color: #f1600d;
}
body a:hover{
    color: #51a5b0 ;
}
.page-header{
    background-color: #0d163a;
     padding: 20px;
}
.entry-title{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    font-family: Poppins;
    text-transform: capitalize;
    
}
.woocommerce-form.woocommerce-form-login.login {
    width: 50%;
    margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .woocommerce-form.woocommerce-form-login.login {
    width: 100%;
    margin: 0 auto;
  }
}
h2 {
    text-align: center;
}
.woocommerce form .form-row label{
    color: #f1600d;
    font-weight: 500;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #F1600D;
    padding: 10px 50px 10px 50px;
    color: #fff;
    font-family: 'Poppins';
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover{
    background-color: #f1600d;
    color: #ffffff;
}
.wcs-modal.open > .content-wrapper{
    background-color: #000;
}
#early_renewal_modal_submit {
    background-color: #f1600d;
}
.product-name{
	pointer-events: none; 
	cursor: pointer;
}
.woocommerce-account .woocommerce-MyAccount-content{
	border: solid 1px #f1600d;
    padding: 20px;
		color : #fff;
	
}
.woocommerce-MyAccount-navigation-link{
	border: solid 1px #f1600d;
    padding: 8px 5px 8px 5px;
    font-size: 20px;
		margin: 2px;
	font-weight: 600;
}

/* Change the background color of the active My Account navigation link */
.woocommerce-MyAccount-navigation-link.is-active {
    background-color: #f1600d; /* Replace with your desired background color */
}

/* Change the text color of the anchor element within the active My Account navigation link */
.woocommerce-MyAccount-navigation-link.is-active a {
    color: #fff; /* Replace with your desired text color */
}

/* Hide bullet points for WooCommerce account page navigation */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-info{
    display: none;
}


#add_payment_method #payment ul.payment_methods{
    
    color: #000;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    
    background-color: #f1600d;
}
@media only screen and (max-width: 768px) {
.subscription_details .button {
    /* margin-bottom: 2px; */
    margin: 5px !important;
}

}

/* Define the blinking animation */
@keyframes blink {
    60% { background-color: #f1600d; }
    50% { background-color: #51a5b0; } /* Replace with your desired background color */
    80% { background-color: #5562ea; }
}

.pmpro_actionlinks a:last-child{
    display: none;
}
#pmpro_account .pmpro_box h2{
    margin-bottom: 35px;
    
}
#pmpro_account #pmpro_account-profile{
    display: none;
}/* End custom CSS */