@-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}  .woocommerce-MyAccount-navigation-link > a {
width: 0 !important;
min-width: 0 !important;
max-width: 0 !important;
height: 0 !important;
min-height: 0 !important;
max-height: 0 !important;
box-sizing: 0 !important;
overflow-y: hidden !important;
visibility: hidden !important;
} #post-276 .woocommerce-MyAccount-content {
width: 100% !important;
} #post-276 .woocommerce-MyAccount-navigation-link {
box-sizing: content-box !important;
overflow-y: hidden !important;
visibility: hidden !important;
} #page .uabb-infobox-module-link {
text-shadow: 0 0 rgba(17, 8, 8, 0.5) !important;
box-shadow: 2px 5px 2px 3px rgba(34, 103, 134, 0.79) !important;
border-radius: 2px 2px 3px 2px !important;
} .woocommerce-MyAccount-content > p:nth-of-type(1) {
visibility: hidden !important;
} #masthead .main-header-container {
text-shadow: 0 0 rgb(46, 108, 137) !important;
box-shadow: 0 0 0 0 rgb(234, 234, 234) !important;
background-image: linear-gradient(180deg, transparent, transparent) !important;
filter: blur(.5px) !important;
} #masthead .main-header-bar {
text-shadow: 0 0 3px rgb(36, 36, 123) !important;
box-shadow: 1px 1px 2px 2px rgb(46, 108, 137) !important;
-webkit-animation-name: pulse !important;
animation-name: pulse !important;
-webkit-animation-duration: 0.5s !important;
animation-duration: 0.5s !important;
-o-transition-property: color !important;
-moz-transition-property: color !important;
-webkit-transition-property: color !important;
transition-property: color !important;
-o-transition-duration: 0.5s !important;
-moz-transition-duration: 0.5s !important;
-webkit-transition-duration: 0.5s !important;
transition-duration: 0.5s !important;
display: run-in !important;
overflow: scroll !important;
}