Theam Code
Theam Code
#woostify-login-form-popup .woostify-login-form-popup-content {
background: #fff; /* Background color */
max-width: 875px; /* Maximum width */
padding: 30px 20px; /* Padding */
width: 100%; /* Full width */
margin: 0 auto; /* Center alignment */
border-radius: 20px; /* Border radius */
box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5)
-3px -3px 6px 1px inset; /* Box shadow */
}
/* Scrollbar */
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-track {
background-color: #F7F7F7; /* Scrollbar track background color */
border-radius: 9px; /* Scrollbar track border radius */
}
::-webkit-scrollbar-thumb {
background: linear-gradient(180deg,#1000C7, #9303C7); /* Scrollbar thumb
background */
border-radius: 5px; /* Scrollbar thumb border radius */
}
.wpsc-shortcode-container {
background-color: #fff !important; /* Background color */
border: 0px solid #ffffff !important; /* Border */
color: #ffffff; /* Text color */
border-radius: 20px; /* Border radius */
}
.woocommerce-account .woocommerce-form.woocommerce-form-register {
border: 2px dashed #e8e8e8; /* Border */
padding: 30px; /* Padding */
background-color: white; /* Background color */
border-radius: 20px; /* Border radius */
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; /* Box shadow */
}
border-radius: 15px;
}
.elementor-widget-woostify-product-add-to-cart .single_add_to_cart_button.button {
width: 70%;
display: block;
margin: 0 auto;
}
display: none;
}
background: #dbdbdb;
}
.site-header-inner .woostify-container {
display: flex;
justify-content: space-between;
height: 30px;
@keyframes gradientAnimation {
0% {
background-position: 0 0; /* Start from the left */
}
50% {
background-position: 100% 0; /* Move to the right */
}
100% {
background-position: 0 0; /* Start from the left again */
}
}
.woostify-countdown-urgency.default {
border-radius: 20px;
}