/*
Theme Name: brandinamicshop
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: brandinamic
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.post-1524 h1.elementor-heading-title.elementor-size-default {
    font-size: 2.5em !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
}


.post-1524 .elementor-widget-theme-post-featured-image img {
    max-width: 600px;
}

td.membership-actions.order-actions a.button.cancel,
th.membership-start-date,
th.membership-end-date,
td.membership-start-date,
td.membership-end-date,
th.membership-content-excerpt,
td.membership-content-excerpt,
th.membership-content-accessible,
td.membership-content-accessible,
th.membership-content-type,
td.membership-content-type {
    display: none;
 }

/*SHOW HIDE PASSWORD*/
.woocommerce form .password-input, .woocommerce-page form .password-input{
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
}
.woocommerce form .password-input input[type=password], .woocommerce-page form .password-input input[type=password]{
padding-right: 2.5rem;
}
body .woocommerce form .show-password-input,body .woocommerce-page form .show-password-input{
position: absolute;
right: 0;
top: 0;
cursor: pointer;
	height: 100%;
	width: 39px;
	padding: 0;
}
body .woocommerce form .show-password-input::after,body .woocommerce-page form .show-password-input::after{
font-family: FontAwesome;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    /*margin-left: 0.618em;*/
	margin-left: 0;
    content: "\f06e";
    text-decoration: none;
}