/home/sylamedg/www/wp-content/themes/shop-toolkit/inc/about/css/about.css
.shop-kit-about-wrap .shop-kit-section .dashicons {
margin-top: -4px;
vertical-align: middle;
}
.shop-kit-about-wrap .nav-tab {
font-size: 16px;
}
.shop-kit-about-wrap h1 {
font-size: 2em;
}
.shop-kit-about-wrap h3 {
font-size: 1.2em;
}
.shop-kit-about-wrap .wp-badge {
background-image: url('../images/logo.png');
background-color: #6540ff;
background-size: 180px auto;
background-position: center;
height: 100px;
padding: 0;
width: 200px;
}
.shop-kit-about-wrap .quick-links a {
margin-right: 5px;
}
.shop-kit-about-notice .btn-dismiss {
margin-left: 20px;
}
.shop-kit-about-wrap .plugin-list {
list-style-position: inside;
list-style-type: disc;
}
.about-wrap .feature-section {
padding: 40px 0 0;
overflow: hidden;
}
.about-page-action-required-box {
background: #fff;
border-left: 4px solid #f8800c;
display: block;
margin-bottom: 0;
padding: 10px 30px;
position: relative;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}
.about-wrap .about-page-required-action-button {
position: absolute;
top: 10px;
right: 10px;
text-decoration: none;
color: #b4b9be;
border-radius: 50%;
cursor: pointer;
}
.about-wrap .about-page-required-action-button:hover:before {
color: #F44336;
}
.about-wrap .about-page-action-required-box p {
display: block;
margin-top: 0;
width: 100%;
max-width: 100%;
}
.about-wrap .feature-section.recommended-plugins .col {
background: #fff;
padding: 20px;
margin-top: 0;
}
#free_pro .free-pro-table {
border-spacing: 0;
width: 100%;
}
#free_pro .free-pro-table th {
padding-bottom: 20px;
}
#free_pro .free-pro-table td {
border-top: 1px solid #ccc;
padding: 20px 0 25px;
}
#free_pro .free-pro-table h3 {
margin: 0;
}
#free_pro .free-pro-table td p {
margin: 0;
}
#free_pro .free-pro-table .only-lite,
#free_pro .free-pro-table .only-pro {
text-align: center;
width: 15%;
}
#free_pro .free-pro-table .only-lite .dashicons-before:before {
color: #00A878;
}
#free_pro .free-pro-table .only-pro .dashicons-before:before {
color: #ff3439;
}
#free_pro .free-pro-table .only-lite .dashicons-before:before,
#free_pro .free-pro-table .only-pro .dashicons-before:before {
font-size: 35px;
height: 35px;
width: 35px;
}
#free_pro .ti-about-page-text-center {
text-align: center;
}
.badge-action-count {
padding: 0 6px;
display: inline-block;
background-color: #d54e21;
color: #fff;
font-size: 9px;
line-height: 17px;
font-weight: 600;
margin: 1px 0 0 2px;
vertical-align: top;
-webkit-border-radius: 10px;
border-radius: 10px;
z-index: 26;
margin-left: 5px;
}
.shop-kit-about-wrap .badge-action-count{
margin-top: 5px;
}
/* Enhanced Pro Notice Styling */
.mgadin-hero {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border-radius: 12px;
padding: 30px;
margin: 20px 0;
position: relative;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
animation: fadeInUp 0.8s ease-out;
transform: translateY(0);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mgadin-hero:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.mgadin-hero::before {
content: "";
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
z-index: 0;
animation: rotate 8s linear infinite;
}
.mgadin-hero .mge-info-content {
position: relative;
z-index: 1;
}
.mge-info-hello {
font-size: 24px;
font-weight: 700;
color: #fff;
margin-bottom: 15px;
text-align: center;
text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.mge-info-hello span {
animation: wave 2s infinite;
display: inline-block;
transform-origin: 70% 70%;
}
@keyframes wave {
0%, 100% { transform: rotate(0deg); }
25% { transform: rotate(20deg); }
75% { transform: rotate(-10deg); }
}
.mge-info-desc {
line-height: 1.6;
background: rgba(255, 255, 255, 0.95);
padding: 25px;
border-radius: 10px;
margin-bottom: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
animation: slideInUp 0.6s ease-out;
}
.mge-info-desc strong {
color: #333;
}
.mge-offer {
margin: 20px 0;
padding: 15px;
background: linear-gradient(135deg, #ff6b6b, #ee5a52);
color: white;
border-radius: 8px;
font-size: 16px;
text-align: center;
font-weight: 700;
box-shadow: 0 4px 15px rgba(238, 90, 82, 0.4);
animation: pulse 2s infinite;
}
@keyframes pulse {
0%, 100% {
transform: scale(1);
box-shadow: 0 4px 15px rgba(238, 90, 82, 0.4);
}
50% {
transform: scale(1.02);
box-shadow: 0 6px 20px rgba(238, 90, 82, 0.6);
}
}
.mge-features {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0;
justify-content: center;
}
.feature-item {
background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
border: none;
color: white;
padding: 10px 18px;
border-radius: 30px;
font-size: 14px;
font-weight: 600;
box-shadow: 0 4px 10px rgba(79, 172, 254, 0.3);
transition: all 0.3s ease;
animation: fadeIn 0.5s ease-out;
}
.feature-item:nth-child(1) { animation-delay: 0.1s; }
.feature-item:nth-child(2) { animation-delay: 0.2s; }
.feature-item:nth-child(3) { animation-delay: 0.3s; }
.feature-item:nth-child(4) { animation-delay: 0.4s; }
.feature-item:hover {
transform: translateY(-3px);
box-shadow: 0 6px 15px rgba(79, 172, 254, 0.5);
}
.mge-info-actions {
display: flex;
flex-wrap: wrap;
gap: 15px;
align-items: center;
justify-content: center;
}
.upgrade-primary {
background: linear-gradient(135deg, #10b981, #059669) !important;
border-color: #059669 !important;
box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4) !important;
transform: scale(1.02);
font-weight: bold !important;
animation: pulse-glow 2s infinite;
transition: all 0.3s ease !important;
position: relative;
overflow: hidden;
}
.upgrade-primary::after {
content: "";
position: absolute;
top: -50%;
left: -60%;
width: 20px;
height: 200%;
background: rgba(255, 255, 255, 0.3);
transform: rotate(25deg);
transition: all 0.6s ease;
}
.upgrade-primary:hover {
transform: scale(1.05) !important;
box-shadow: 0 6px 20px rgba(16, 185, 129, 0.6) !important;
}
.upgrade-primary:hover::after {
left: 120%;
}
@keyframes pulse-glow {
0%, 100% {
box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
}
50% {
box-shadow: 0 6px 25px rgba(16, 185, 129, 0.7);
}
}
.demo-btn {
background: linear-gradient(135deg, #6366f1, #4f46e5) !important;
border-color: #4f46e5 !important;
color: white !important;
box-shadow: 0 4px 15px rgba(99, 102, 241, 0.4) !important;
transition: all 0.3s ease !important;
}
.demo-btn:hover {
background: linear-gradient(135deg, #4f46e5, #4338ca) !important;
transform: scale(1.05) !important;
box-shadow: 0 6px 20px rgba(99, 102, 241, 0.6) !important;
}
.btnend {
background: rgba(255, 255, 255, 0.2) !important;
border: 1px solid rgba(255, 255, 255, 0.5) !important;
color: white !important;
transition: all 0.3s ease !important;
}
.btnend:hover {
background: rgba(255, 255, 255, 0.3) !important;
transform: scale(1.05) !important;
}
/* Animations */
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes slideInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@media (max-width: 768px) {
.mgadin-hero {
padding: 20px;
}
.mge-info-hello {
font-size: 20px;
}
.mge-info-desc {
padding: 15px;
}
.mge-features {
flex-direction: column;
align-items: center;
}
.mge-info-actions {
flex-direction: column;
align-items: stretch;
}
.mge-info-actions .button {
text-align: center;
width: 100%;
}
}
/* Admin Bar Upgrade Link Styling */
#wp-admin-bar-shop-toolkit-upgrade .ab-item {
color: #00d084 !important;
font-weight: bold !important;
animation: admin-bar-pulse 3s infinite;
}
#wp-admin-bar-shop-toolkit-upgrade:hover .ab-item {
color: #ffffff !important;
background: linear-gradient(135deg, #10b981, #059669) !important;
}
@keyframes admin-bar-pulse {
0%, 100% {
color: #00d084;
}
50% {
color: #059669;
}
}