.cls-pwa-header {
display: none;
}
@media (display-mode: standalone) {
.cls-pwa-header {
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9998;
background: linear-gradient(135deg, #001a33 0%, #003366 100%);
padding-top: env(safe-area-inset-top, 0px);
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
.cls-pwa-header-inner {
display: flex;
align-items: center;
justify-content: space-between;
height: 52px;
padding: 0 16px;
}
.cls-pwa-header-logo {
display: flex;
align-items: center;
gap: 10px;
text-decoration: none;
color: #fff;
}
.cls-pwa-header-logo img {
width: 38px;
height: 38px;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
object-fit: cover;
object-position: center;
transform: scale(1.25);
clip-path: inset(0 round 8px);
}
.cls-pwa-header-logo span {
font-size: 16px;
font-weight: 700;
letter-spacing: 0.5px;
} .site-header,
.site-header-main,
#header-widget-area,
.top-head {
display: none !important;
} body.cls-pwa-logged-in {
padding-top: calc(52px + env(safe-area-inset-top, 0px)) !important;
} .cls-pwa-burger {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 5px;
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 10px;
cursor: pointer;
padding: 0;
-webkit-tap-highlight-color: transparent;
transition: background 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cls-pwa-burger:active {
transform: scale(0.92);
background: rgba(255, 255, 255, 0.15);
}
.cls-pwa-burger-line {
display: block;
width: 18px;
height: 2px;
background: #fff;
border-radius: 2px;
transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
opacity 0.3s ease,
width 0.3s ease;
transform-origin: center;
}
.cls-pwa-burger-line:nth-child(1) {
width: 18px;
}
.cls-pwa-burger-line:nth-child(2) {
width: 14px;
}
.cls-pwa-burger-line:nth-child(3) {
width: 10px;
} .cls-pwa-burger-open .cls-pwa-burger-line:nth-child(1) {
transform: translateY(7px) rotate(45deg);
width: 18px;
}
.cls-pwa-burger-open .cls-pwa-burger-line:nth-child(2) {
opacity: 0;
transform: scaleX(0);
}
.cls-pwa-burger-open .cls-pwa-burger-line:nth-child(3) {
transform: translateY(-7px) rotate(-45deg);
width: 18px;
}
.cls-pwa-burger-open {
background: rgba(204, 0, 102, 0.2);
border-color: rgba(204, 0, 102, 0.3);
} .cls-pwa-drawer-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 10, 30, 0.6);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
z-index: 9999;
opacity: 0;
transition: opacity 0.35s ease;
}
.cls-pwa-drawer-overlay-open {
display: block;
opacity: 1;
} .cls-pwa-drawer {
position: fixed;
top: 0;
right: -300px;
width: 300px;
height: 100%;
z-index: 10000;
background: linear-gradient(180deg, #001a33 0%, #002244 100%);
box-shadow: -8px 0 40px rgba(0, 0, 0, 0.3);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
padding-top: env(safe-area-inset-top, 0px);
}
.cls-pwa-drawer-open {
transform: translateX(-300px);
} .cls-pwa-drawer-header {
padding: 24px 20px 16px;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
background: linear-gradient(135deg, rgba(204, 0, 102, 0.15), rgba(0, 67, 122, 0.3));
}
.cls-pwa-drawer-user {
display: flex;
align-items: center;
gap: 12px;
}
.cls-pwa-drawer-avatar img {
width: 48px;
height: 48px;
border-radius: 50%;
border: 2px solid rgba(204, 0, 102, 0.5);
box-shadow: 0 2px 12px rgba(204, 0, 102, 0.2);
}
.cls-pwa-drawer-name {
display: block;
font-size: 15px;
font-weight: 700;
color: #fff;
line-height: 1.3;
}
.cls-pwa-drawer-email {
display: block;
font-size: 11px;
color: rgba(255, 255, 255, 0.5);
margin-top: 2px;
} .cls-pwa-drawer-body {
padding: 8px 0;
}
.cls-pwa-drawer-section {
padding: 8px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.cls-pwa-drawer-section:last-child {
border-bottom: none;
}
.cls-pwa-drawer-label {
display: block;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.2px;
color: rgba(255, 255, 255, 0.3);
padding: 6px 20px 4px;
} .cls-pwa-drawer-link {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 20px;
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
font-size: 14px;
font-weight: 500;
transition: background 0.2s ease,
color 0.2s ease,
transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
opacity 0.4s ease;
-webkit-tap-highlight-color: transparent;
opacity: 0;
transform: translateX(30px);
}
.cls-pwa-drawer-link-in {
opacity: 1;
transform: translateX(0);
}
.cls-pwa-drawer-link:active {
background: rgba(255, 255, 255, 0.06);
color: #fff;
transform: scale(0.98);
}
.cls-pwa-drawer-link svg {
color: #cc0066;
flex-shrink: 0;
opacity: 0.8;
}
.cls-pwa-drawer-count {
margin-left: auto;
font-size: 11px;
font-weight: 600;
background: rgba(204, 0, 102, 0.2);
color: #ff4d94;
padding: 2px 8px;
border-radius: 10px;
} .cls-pwa-drawer-footer {
padding: 16px 20px;
border-top: 1px solid rgba(255, 255, 255, 0.06);
margin-top: auto;
}
.cls-pwa-drawer-logout {
display: flex;
align-items: center;
gap: 10px;
padding: 12px 16px;
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 10px;
color: rgba(255, 255, 255, 0.5);
text-decoration: none;
font-size: 13px;
font-weight: 500;
transition: all 0.2s ease;
}
.cls-pwa-drawer-logout:active {
background: rgba(220, 38, 38, 0.1);
border-color: rgba(220, 38, 38, 0.2);
color: #f87171;
}
} .cls-pwa-nav {
display: none;
}
@media (max-width: 782px) {
body.cls-pwa-logged-in {
padding-bottom: 70px !important;
}
.cls-pwa-nav {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 60px;
padding-bottom: env(safe-area-inset-bottom, 0px);
background: rgba(255, 255, 255, 0.92);
backdrop-filter: blur(20px) saturate(180%);
-webkit-backdrop-filter: blur(20px) saturate(180%);
border-top: 1px solid rgba(0, 0, 0, 0.06);
display: flex;
align-items: center;
justify-content: space-around;
z-index: 99999;
box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.08);
animation: clsNavSlideIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes clsNavSlideIn {
from { transform: translateY(100%); }
to { transform: translateY(0); }
} .cls-pwa-nav-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 3px;
text-decoration: none;
color: #8b8b9e;
font-size: 9px;
font-weight: 600;
letter-spacing: 0.3px;
padding: 6px 14px;
position: relative;
-webkit-tap-highlight-color: transparent;
transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.cls-pwa-nav-item svg {
transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
filter: drop-shadow(0 0 0 transparent);
}
.cls-pwa-nav-item:active {
transform: scale(0.88);
}
.cls-pwa-nav-item:active svg {
transform: scale(0.85);
} .cls-pwa-nav-item::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 44px;
height: 44px;
border-radius: 50%;
background: radial-gradient(circle, rgba(204, 0, 102, 0.12) 0%, transparent 70%);
transform: translate(-50%, -50%) scale(0);
transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
opacity 0.3s ease;
opacity: 0;
}
.cls-pwa-nav-item:active::before {
transform: translate(-50%, -50%) scale(1.8);
opacity: 1;
transition: transform 0s, opacity 0s;
} .cls-pwa-nav-item.cls-pwa-nav-active {
color: #cc0066;
}
.cls-pwa-nav-item.cls-pwa-nav-active svg {
filter: drop-shadow(0 2px 6px rgba(204, 0, 102, 0.3));
transform: scale(1.08);
} .cls-pwa-nav-item.cls-pwa-nav-active::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 4px;
height: 4px;
border-radius: 50%;
background: #cc0066;
transform: translateX(-50%);
box-shadow: 0 0 8px rgba(204, 0, 102, 0.5);
animation: clsDotPop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes clsDotPop {
from { transform: translateX(-50%) scale(0); }
to { transform: translateX(-50%) scale(1); }
}
.cls-pwa-nav-account {
color: #8b8b9e;
}
.cls-pwa-nav-account.cls-pwa-nav-active {
color: #cc0066;
} .cls-pwa-nav-home {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
margin-top: -26px;
-webkit-tap-highlight-color: transparent;
}
.cls-pwa-nav-home-btn {
width: 52px;
height: 52px;
border-radius: 50%;
background: linear-gradient(135deg, #cc0066 0%, #e6006f 50%, #ff1a8c 100%);
display: flex;
align-items: center;
justify-content: center;
color: #fff;
box-shadow:
0 4px 15px rgba(204, 0, 102, 0.4),
0 0 0 3px rgba(255, 255, 255, 0.9),
inset 0 1px 0 rgba(255, 255, 255, 0.2);
transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
box-shadow 0.3s ease;
animation: clsHomeFloat 3s ease-in-out infinite;
}
@keyframes clsHomeFloat {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-3px); }
}
.cls-pwa-nav-home:active .cls-pwa-nav-home-btn {
transform: scale(0.88);
box-shadow:
0 2px 8px rgba(204, 0, 102, 0.3),
0 0 0 3px rgba(255, 255, 255, 0.9),
inset 0 1px 0 rgba(255, 255, 255, 0.2);
animation: none;
} .cls-pwa-nav-home-btn::after {
content: '';
position: absolute;
width: 60px;
height: 60px;
border-radius: 50%;
border: 2px solid rgba(204, 0, 102, 0.15);
animation: clsHomePulse 2.5s ease-in-out infinite;
}
@keyframes clsHomePulse {
0%, 100% { transform: scale(1); opacity: 0.6; }
50% { transform: scale(1.15); opacity: 0; }
} .cls-pwa-cart-badge {
position: absolute;
top: -2px;
right: 2px;
background: linear-gradient(135deg, #cc0066, #ff1a8c);
color: #fff;
font-size: 9px;
font-weight: 700;
min-width: 18px;
height: 18px;
border-radius: 9px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 5px;
line-height: 1;
box-shadow: 0 2px 6px rgba(204, 0, 102, 0.35);
border: 2px solid #fff;
}
.cls-pwa-cart-badge.cls-pwa-badge-bounce {
animation: clsBadgeBounce 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes clsBadgeBounce {
0% { transform: scale(0.3); }
50% { transform: scale(1.3); }
70% { transform: scale(0.9); }
100% { transform: scale(1); }
} .woocommerce-store-notice,
.storefront-handheld-footer-bar {
display: none !important;
}
} .cls-pwa-install {
position: fixed;
bottom: 80px;
left: 12px;
right: 12px;
z-index: 99998;
background: linear-gradient(145deg, #002244 0%, #003366 40%, #00437a 100%);
border-radius: 16px;
padding: 18px;
color: #fff;
box-shadow:
0 8px 32px rgba(0, 0, 0, 0.3),
0 0 0 1px rgba(255, 255, 255, 0.05),
inset 0 1px 0 rgba(255, 255, 255, 0.08);
animation: clsBannerIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
overflow: hidden;
} .cls-pwa-install::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.04), transparent);
animation: clsBannerShimmer 4s ease-in-out infinite;
}
@keyframes clsBannerShimmer {
0%, 100% { left: -100%; }
50% { left: 100%; }
}
@media (min-width: 783px) {
.cls-pwa-install {
bottom: 20px;
left: auto;
right: 20px;
max-width: 360px;
}
}
@keyframes clsBannerIn {
from {
transform: translateY(120%) scale(0.9);
opacity: 0;
}
to {
transform: translateY(0) scale(1);
opacity: 1;
}
}
.cls-pwa-install.cls-pwa-dismiss {
animation: clsBannerOut 0.4s cubic-bezier(0.55, 0, 1, 0.45) forwards;
}
@keyframes clsBannerOut {
to {
transform: translateY(120%) scale(0.9);
opacity: 0;
}
}
.cls-pwa-install-inner {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 12px;
position: relative;
z-index: 1;
}
.cls-pwa-install-icon {
width: 44px;
height: 44px;
border-radius: 12px;
background: rgba(204, 0, 102, 0.15);
border: 1px solid rgba(204, 0, 102, 0.25);
display: flex;
align-items: center;
justify-content: center;
color: #ff4d94;
flex-shrink: 0;
animation: clsIconBob 2.5s ease-in-out infinite;
}
@keyframes clsIconBob {
0%, 100% { transform: translateY(0) rotate(0deg); }
25% { transform: translateY(-3px) rotate(-2deg); }
75% { transform: translateY(2px) rotate(1deg); }
}
.cls-pwa-install-text {
flex: 1;
min-width: 140px;
}
.cls-pwa-install-text strong {
display: block;
font-size: 14px;
font-weight: 700;
margin-bottom: 3px;
letter-spacing: -0.2px;
}
.cls-pwa-install-text span {
font-size: 11px;
color: rgba(255, 255, 255, 0.6);
line-height: 1.4;
}
.cls-pwa-install-actions {
display: flex;
gap: 8px;
width: 100%;
margin-top: 6px;
position: relative;
z-index: 1;
} .cls-pwa-install-btn {
background: linear-gradient(135deg, #cc0066 0%, #e6006f 50%, #ff1a8c 100%);
background-size: 200% auto;
color: #fff;
border: none;
padding: 10px 24px;
border-radius: 10px;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.3px;
cursor: pointer;
position: relative;
overflow: hidden;
box-shadow: 0 4px 15px rgba(204, 0, 102, 0.35);
transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1),
box-shadow 0.2s ease;
animation: clsBtnGradient 3s ease infinite;
}
@keyframes clsBtnGradient {
0%, 100% { background-position: 0% center; }
50% { background-position: 100% center; }
} .cls-pwa-install-btn::after {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 50%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
animation: clsBtnShine 3s ease-in-out infinite;
}
@keyframes clsBtnShine {
0%, 70%, 100% { left: -100%; }
40% { left: 150%; }
}
.cls-pwa-install-btn:active {
transform: scale(0.94);
box-shadow: 0 2px 8px rgba(204, 0, 102, 0.3);
} .cls-pwa-install-later {
background: rgba(255, 255, 255, 0.06);
color: rgba(255, 255, 255, 0.5);
border: 1px solid rgba(255, 255, 255, 0.12);
padding: 10px 18px;
border-radius: 10px;
font-size: 12px;
font-weight: 500;
cursor: pointer;
transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.cls-pwa-install-later:active {
background: rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.8);
border-color: rgba(255, 255, 255, 0.25);
} .cls-pwa-install-ios {
margin-top: 14px;
padding-top: 14px;
border-top: 1px solid rgba(255, 255, 255, 0.08);
position: relative;
z-index: 1;
animation: clsIosFadeIn 0.4s 0.2s ease both;
}
@keyframes clsIosFadeIn {
from { opacity: 0; transform: translateY(8px); }
to { opacity: 1; transform: translateY(0); }
}
.cls-pwa-install-steps {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 14px;
}
.cls-pwa-install-step {
font-size: 13px;
color: rgba(255, 255, 255, 0.85);
display: flex;
align-items: center;
gap: 10px;
line-height: 1.4;
}
.cls-pwa-install-step strong {
color: #fff;
}
.cls-pwa-step-num {
background: rgba(204, 0, 102, 0.2);
border: 1px solid rgba(204, 0, 102, 0.3);
border-radius: 6px;
padding: 2px 8px;
font-size: 11px;
font-weight: 700;
flex-shrink: 0;
color: #ff4d94;
} .cls-pwa-home {
display: none;
}
@media (display-mode: standalone) {
.cls-pwa-home {
display: block;
position: relative;
min-height: calc(100vh - 52px - 70px - env(safe-area-inset-top, 0px));
background: linear-gradient(165deg, #001a33 0%, #003366 50%, #00437a 100%);
overflow: hidden;
}
.cls-pwa-home-bg {
position: absolute;
inset: 0;
overflow: hidden;
pointer-events: none;
}
.cls-pwa-home-orb {
position: absolute;
border-radius: 50%;
filter: blur(60px);
opacity: 0.4;
}
.cls-pwa-home-orb-1 {
width: 200px;
height: 200px;
background: #cc0066;
top: -40px;
right: -60px;
animation: clsHomeOrb1 8s ease-in-out infinite alternate;
}
.cls-pwa-home-orb-2 {
width: 160px;
height: 160px;
background: #0066cc;
bottom: 20%;
left: -40px;
animation: clsHomeOrb2 10s ease-in-out infinite alternate;
}
.cls-pwa-home-orb-3 {
width: 120px;
height: 120px;
background: #cc0066;
bottom: 10%;
right: 10%;
opacity: 0.2;
animation: clsHomeOrb3 12s ease-in-out infinite alternate;
}
@keyframes clsHomeOrb1 {
0% { transform: translate(0, 0) scale(1); }
100% { transform: translate(-30px, 40px) scale(1.2); }
}
@keyframes clsHomeOrb2 {
0% { transform: translate(0, 0) scale(1); }
100% { transform: translate(40px, -30px) scale(1.15); }
}
@keyframes clsHomeOrb3 {
0% { transform: translate(0, 0) scale(1); }
100% { transform: translate(-20px, -40px) scale(1.3); }
} .cls-pwa-home-content {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
padding: 40px 24px 30px;
text-align: center;
} .cls-pwa-home-logo {
position: relative;
width: 80px;
height: 80px;
margin-bottom: 28px;
animation: clsHomeLogo 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-home-logo img {
width: 80px;
height: 80px;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
position: relative;
z-index: 1;
}
.cls-pwa-home-logo-ring {
position: absolute;
inset: -6px;
border-radius: 24px;
border: 2px solid rgba(204, 0, 102, 0.4);
animation: clsHomeRing 2s ease-in-out infinite;
}
@keyframes clsHomeLogo {
0% { opacity: 0; transform: scale(0.5) translateY(20px); }
100% { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes clsHomeRing {
0%, 100% { transform: scale(1); opacity: 0.4; }
50% { transform: scale(1.1); opacity: 0.8; }
} .cls-pwa-home-greeting {
font-size: 14px;
font-weight: 500;
color: rgba(255, 255, 255, 0.5);
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 6px;
animation: clsHomeText 0.6s 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-home-name {
font-size: 28px;
font-weight: 800;
color: #fff;
line-height: 1.2;
margin-bottom: 8px;
animation: clsHomeText 0.6s 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-home-subtitle {
font-size: 14px;
color: rgba(255, 255, 255, 0.45);
font-weight: 400;
margin-bottom: 36px;
animation: clsHomeText 0.6s 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes clsHomeText {
0% { opacity: 0; transform: translateY(16px); }
100% { opacity: 1; transform: translateY(0); }
} .cls-pwa-home-actions {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
width: 100%;
max-width: 340px;
}
.cls-pwa-home-card {
background: rgba(255, 255, 255, 0.06);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 16px;
padding: 18px 14px;
text-decoration: none;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
background 0.3s ease,
border-color 0.3s ease;
-webkit-tap-highlight-color: transparent;
animation: clsHomeCard 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-home-card:nth-child(1) { animation-delay: 0.5s; }
.cls-pwa-home-card:nth-child(2) { animation-delay: 0.6s; }
.cls-pwa-home-card:nth-child(3) { animation-delay: 0.7s; }
.cls-pwa-home-card:nth-child(4) { animation-delay: 0.8s; }
@keyframes clsHomeCard {
0% { opacity: 0; transform: translateY(24px) scale(0.9); }
100% { opacity: 1; transform: translateY(0) scale(1); }
}
.cls-pwa-home-card:active {
transform: scale(0.95);
background: rgba(255, 255, 255, 0.1);
border-color: rgba(255, 255, 255, 0.2);
}
.cls-pwa-home-card-icon {
width: 48px;
height: 48px;
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.cls-pwa-home-card-icon svg {
color: #fff;
}
.cls-pwa-home-card-shop {
background: linear-gradient(135deg, #cc0066, #ff1a8c);
box-shadow: 0 4px 15px rgba(204, 0, 102, 0.35);
}
.cls-pwa-home-card-quotas {
background: linear-gradient(135deg, #0d9488, #14b8a6);
box-shadow: 0 4px 15px rgba(13, 148, 136, 0.35);
}
.cls-pwa-home-card-account {
background: linear-gradient(135deg, #003366, #0066cc);
box-shadow: 0 4px 15px rgba(0, 51, 102, 0.35);
}
.cls-pwa-home-card-cart {
background: linear-gradient(135deg, #7c3aed, #a855f7);
box-shadow: 0 4px 15px rgba(124, 58, 237, 0.35);
}
.cls-pwa-home-cart-badge {
position: absolute;
top: -4px;
right: -4px;
background: #cc0066;
color: #fff;
font-size: 10px;
font-weight: 700;
min-width: 18px;
height: 18px;
border-radius: 9px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 4px;
border: 2px solid #003366;
}
.cls-pwa-home-card-label {
font-size: 14px;
font-weight: 700;
color: #fff;
}
.cls-pwa-home-card-desc {
font-size: 11px;
color: rgba(255, 255, 255, 0.4);
margin-top: -4px;
}
} @media (display-mode: standalone) {
.cls-pwa-install {
display: none !important;
} .cky-consent-container,
.cky-consent-bar,
.cky-modal,
.cky-overlay,
#ckyBannerElement,
[data-cky-tag="notice"],
[data-cky-tag="detail"], .cookie-notice-container,
.cc-window,
.cc-banner,
#cookie-notice,
#cookie-law-info-bar,
.cli-bar-container,
.cmplz-cookiebanner,
.gdpr-cookie-notice,
[class*="cookie-banner"],
[class*="cookie-consent"],
[class*="cookie-notice"],
[id*="cookie-banner"],
[id*="cookie-notice"],
[id*="cookie-consent"],
[id*="cookie-law"] {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
height: 0 !important;
overflow: hidden !important;
}
} @media (max-width: 782px) {
body.cls-pwa-logged-in .cookie-notice-container,
body.cls-pwa-logged-in .cc-window,
body.cls-pwa-logged-in .cc-banner,
body.cls-pwa-logged-in #cookie-notice,
body.cls-pwa-logged-in #cookie-law-info-bar,
body.cls-pwa-logged-in .cli-bar-container,
body.cls-pwa-logged-in .cky-consent-container,
body.cls-pwa-logged-in .cmplz-cookiebanner,
body.cls-pwa-logged-in .gdpr-cookie-notice,
body.cls-pwa-logged-in [class*="cookie-banner"],
body.cls-pwa-logged-in [class*="cookie-consent"],
body.cls-pwa-logged-in [class*="cookie-notice"],
body.cls-pwa-logged-in [id*="cookie-banner"],
body.cls-pwa-logged-in [id*="cookie-notice"],
body.cls-pwa-logged-in [id*="cookie-consent"],
body.cls-pwa-logged-in [id*="cookie-law"] {
bottom: 68px !important;
top: auto !important;
position: fixed !important;
left: 8px !important;
right: 8px !important;
width: auto !important;
max-width: 100% !important;
border-radius: 12px !important;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
z-index: 99998 !important;
font-size: 12px !important;
padding: 12px 14px !important;
box-sizing: border-box !important;
}
} @media (display-mode: standalone) { #main-footer, .main-footer, #colophon, .site-footer,
footer.site-footer, footer.footer, .footer-custom-code,
.lt-footer, .elementor-location-footer, .footer-widget-area,
.site-below-footer-wrap, .site-above-footer-wrap,
[class*="footer-wrap"], [class*="site-footer"] {
display: none !important;
} #content, .site-content, .content-area, #primary, #main, .site-main,
.page-wrap, .main-content-area, .content-wrapper, .inner-content,
.page-title-area, .breadcrumb-area, .page-header,
.woocommerce-breadcrumb, .woocommerce-products-header,
article.page, article.post, .hentry {
padding-top: 0 !important;
padding-bottom: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
border: none !important;
}
.page-title-area, .breadcrumb-area, .page-header,
.woocommerce-breadcrumb, .woocommerce-products-header {
display: none !important;
height: 0 !important;
overflow: hidden !important;
} .cls-pwa-shop {
background: #f7f7f9;
min-height: calc(100vh - 52px - 70px - env(safe-area-inset-top, 0px));
padding-bottom: 20px;
padding-top: 0;
margin-top: 0;
} .cls-pwa-shop-cats {
display: flex;
gap: 8px;
padding: 14px 14px 6px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.cls-pwa-shop-cats::-webkit-scrollbar { display: none; }
.cls-pwa-shop-cat {
flex-shrink: 0;
padding: 8px 16px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
text-decoration: none;
color: #8b8b9e;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.06);
transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
-webkit-tap-highlight-color: transparent;
}
.cls-pwa-shop-cat-active,
.cls-pwa-shop-cat-active:hover,
.cls-pwa-shop-cat-active:focus,
.cls-pwa-shop-cat-active:active,
.cls-pwa-shop-cat-active:visited {
background: rgba(0, 51, 102, 0.9) !important;
color: #fff !important;
border-color: transparent !important;
box-shadow: 0 2px 10px rgba(0, 51, 102, 0.25);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}
.cls-pwa-shop-cat:active {
transform: scale(0.95);
} .cls-pwa-shop-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
padding: 10px 14px;
} .cls-pwa-shop-card {
background: #fff;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.04);
display: flex;
flex-direction: column;
animation: clsShopCardIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
-webkit-tap-highlight-color: transparent;
transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
box-shadow 0.25s ease;
}
.cls-pwa-shop-card:active {
transform: scale(0.97);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}
@keyframes clsShopCardIn {
0% { opacity: 0; transform: translateY(20px) scale(0.95); }
100% { opacity: 1; transform: translateY(0) scale(1); }
}
.cls-pwa-shop-card-link {
text-decoration: none;
display: block;
position: relative;
flex: 1;
} .cls-pwa-shop-badge {
position: absolute;
top: 8px;
left: 8px;
background: rgba(0, 51, 102, 0.8);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
color: #fff;
font-size: 10px;
font-weight: 700;
padding: 4px 10px;
border-radius: 8px;
z-index: 2;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
border: 1px solid rgba(255, 255, 255, 0.15);
text-transform: uppercase;
letter-spacing: 0.5px;
} .cls-pwa-shop-img {
height: 150px;
overflow: hidden;
background: #f0f0f2;
}
.cls-pwa-shop-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.4s ease;
}
.cls-pwa-shop-card:active .cls-pwa-shop-img img {
transform: scale(1.05);
} .cls-pwa-shop-info {
padding: 10px 12px 6px;
}
.cls-pwa-shop-title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
font-size: 13px;
font-weight: 600;
color: #212121;
line-height: 1.3;
margin-bottom: 4px;
}
.cls-pwa-shop-price {
display: block;
font-size: 15px;
font-weight: 800;
color: #111 !important;
letter-spacing: -0.2px;
} .cls-pwa-shop-btn {
display: flex;
align-items: center;
justify-content: center;
margin: auto 10px 10px;
padding: 10px;
background: rgba(0, 51, 102, 0.85);
backdrop-filter: blur(12px) saturate(1.4);
-webkit-backdrop-filter: blur(12px) saturate(1.4);
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 12px;
font-size: 12px;
font-weight: 600;
text-align: center;
text-decoration: none;
cursor: pointer;
position: relative;
overflow: hidden;
transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1),
box-shadow 0.25s ease,
background 0.25s ease;
box-shadow: 0 4px 16px rgba(0, 51, 102, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-tap-highlight-color: transparent;
-webkit-appearance: none;
gap: 6px;
width: auto;
letter-spacing: 0.3px;
}
.cls-pwa-shop-btn::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 50%;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, transparent 100%);
pointer-events: none;
}
.cls-pwa-shop-btn::after {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 40%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
animation: clsShopShine 5s ease-in-out infinite;
}
@keyframes clsShopShine {
0%, 75%, 100% { left: -100%; }
50% { left: 150%; }
}
.cls-pwa-shop-btn:active {
transform: scale(0.95);
background: rgba(0, 51, 102, 0.95);
box-shadow: 0 2px 8px rgba(0, 51, 102, 0.3),
inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.cls-pwa-shop-btn-view {
background: rgba(60, 70, 90, 0.8);
box-shadow: 0 4px 16px rgba(60, 70, 90, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
} .cls-pwa-shop-btn-loading,
.cls-pwa-shop-btn-done {
display: none;
}
.cls-pwa-shop-btn-loading-state .cls-pwa-shop-btn-text { display: none; }
.cls-pwa-shop-btn-loading-state .cls-pwa-shop-btn-loading { display: flex; }
.cls-pwa-shop-btn-loading-state::before,
.cls-pwa-shop-btn-loading-state::after { display: none; }
.cls-pwa-shop-btn-done-state {
background: rgba(5, 150, 105, 0.88) !important;
border-color: rgba(255, 255, 255, 0.15) !important;
box-shadow: 0 4px 16px rgba(5, 150, 105, 0.25),
inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}
.cls-pwa-shop-btn-done-state .cls-pwa-shop-btn-text { display: none; }
.cls-pwa-shop-btn-done-state .cls-pwa-shop-btn-done { display: flex; align-items: center; gap: 4px; }
.cls-pwa-shop-btn-done-state::before,
.cls-pwa-shop-btn-done-state::after { display: none; } .cls-pwa-pdp a,
.cls-pwa-pdp a:hover,
.cls-pwa-pdp a:focus,
.cls-pwa-pdp a:active,
.cls-pwa-pdp a:visited,
.cls-pwa-pdp button:hover,
.cls-pwa-pdp button:focus,
.cls-pwa-pdp button:active,
.cls-pwa-shop a,
.cls-pwa-shop a:hover,
.cls-pwa-shop a:focus,
.cls-pwa-shop a:active,
.cls-pwa-shop a:visited,
.cls-pwa-shop button:hover,
.cls-pwa-shop button:focus,
.cls-pwa-shop button:active {
color: inherit !important;
text-decoration: none !important;
outline: none !important;
-webkit-tap-highlight-color: transparent !important;
background-color: transparent !important;
}
.cls-pwa-pdp *:focus,
.cls-pwa-shop *:focus {
outline: none !important;
} .cls-pwa-shop-cat-active,
.cls-pwa-shop-cat-active:hover,
.cls-pwa-shop-cat-active:focus,
.cls-pwa-shop-cat-active:active,
.cls-pwa-shop-cat-active:visited {
color: #fff !important;
background: rgba(0, 51, 102, 0.9) !important;
}
.cls-pwa-shop-btn,
.cls-pwa-shop-btn:hover,
.cls-pwa-shop-btn:focus,
.cls-pwa-shop-btn:active {
color: #fff !important;
background: rgba(0, 51, 102, 0.85) !important;
backdrop-filter: blur(12px) saturate(1.4) !important;
-webkit-backdrop-filter: blur(12px) saturate(1.4) !important;
}
.cls-pwa-shop-btn:active {
background: rgba(0, 51, 102, 0.95) !important;
}
.cls-pwa-shop-btn-view,
.cls-pwa-shop-btn-view:hover,
.cls-pwa-shop-btn-view:focus {
background: rgba(60, 70, 90, 0.8) !important;
}
.cls-pwa-pdp-cart,
.cls-pwa-pdp-cart:hover,
.cls-pwa-pdp-cart:focus,
.cls-pwa-pdp-cart:active {
color: #fff !important;
background: rgba(0, 51, 102, 0.88) !important;
}
.cls-pwa-pdp-back,
.cls-pwa-pdp-back:hover,
.cls-pwa-pdp-back:focus {
color: #003366 !important;
background: none !important;
} .cls-pwa-cart {
background: #f7f7f9;
min-height: calc(100vh - 52px - 70px);
padding-bottom: 30px;
} .cls-pwa-cart-header {
display: flex;
align-items: center;
gap: 12px;
padding: 14px;
animation: clsCartSlideDown 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes clsCartSlideDown {
0% { opacity: 0; transform: translateY(-15px); }
100% { opacity: 1; transform: translateY(0); }
}
.cls-pwa-cart-back {
width: 40px;
height: 40px;
border-radius: 14px;
border: 1px solid rgba(0, 51, 102, 0.1);
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
display: flex;
align-items: center;
justify-content: center;
color: #003366 !important;
cursor: pointer;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
-webkit-tap-highlight-color: transparent;
transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
box-shadow 0.25s ease;
position: relative;
overflow: hidden;
}
.cls-pwa-cart-back::after {
content: '';
position: absolute;
inset: 0;
border-radius: 14px;
background: rgba(0, 51, 102, 0.05);
opacity: 0;
transition: opacity 0.2s ease;
}
.cls-pwa-cart-back:active {
transform: scale(0.88) !important;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.cls-pwa-cart-back:active::after { opacity: 1; }
.cls-pwa-cart-back svg {
transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cls-pwa-cart-back:active svg { transform: translateX(-2px); }
.cls-pwa-cart-h1 {
font-size: 20px;
font-weight: 800;
color: #111;
margin: 0;
flex: 1;
}
.cls-pwa-cart-count {
font-size: 12px;
font-weight: 600;
color: #fff !important;
background: rgba(0, 51, 102, 0.85);
padding: 4px 12px;
border-radius: 20px;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
} .cls-pwa-cart-empty {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 60px 30px;
text-align: center;
animation: clsCartEmptyIn 0.6s 0.15s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes clsCartEmptyIn {
0% { opacity: 0; transform: scale(0.9) translateY(20px); }
100% { opacity: 1; transform: scale(1) translateY(0); }
}
.cls-pwa-cart-empty-icon {
width: 100px;
height: 100px;
border-radius: 50%;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
animation: clsCartIconFloat 3s ease-in-out infinite;
}
@keyframes clsCartIconFloat {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-6px); }
}
.cls-pwa-cart-empty-text {
font-size: 16px;
font-weight: 600;
color: #888;
margin: 0 0 20px;
}
.cls-pwa-cart-empty-btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 12px 28px;
background: rgba(0, 51, 102, 0.88) !important;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
color: #fff !important;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 14px;
font-size: 14px;
font-weight: 700;
text-decoration: none !important;
box-shadow: 0 4px 16px rgba(0, 51, 102, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cls-pwa-cart-empty-btn:active { transform: scale(0.96); } .cls-pwa-cart-items {
padding: 0 14px;
}
.cls-pwa-cart-item {
display: flex;
align-items: center;
gap: 12px;
background: #fff;
border-radius: 16px;
padding: 12px;
margin-bottom: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
border: 1px solid rgba(0, 0, 0, 0.03);
animation: clsCartItemIn 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) both;
transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}
.cls-pwa-cart-item:nth-child(1) { animation-delay: 0.05s; }
.cls-pwa-cart-item:nth-child(2) { animation-delay: 0.12s; }
.cls-pwa-cart-item:nth-child(3) { animation-delay: 0.19s; }
.cls-pwa-cart-item:nth-child(4) { animation-delay: 0.26s; }
.cls-pwa-cart-item:nth-child(5) { animation-delay: 0.33s; }
@keyframes clsCartItemIn {
0% { opacity: 0; transform: translateX(-20px) scale(0.97); }
100% { opacity: 1; transform: translateX(0) scale(1); }
}
.cls-pwa-cart-item-img {
width: 64px;
height: 64px;
border-radius: 12px;
overflow: hidden;
flex-shrink: 0;
background: #f0f0f2;
}
.cls-pwa-cart-item-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.cls-pwa-cart-item-body {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 4px;
}
.cls-pwa-cart-item-name {
font-size: 13px;
font-weight: 700;
color: #111;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cls-pwa-cart-item-price {
font-size: 15px;
font-weight: 800;
color: #111;
}
.cls-pwa-cart-item-bottom {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 4px;
} .cls-pwa-cart-item-qty {
display: flex;
align-items: center;
background: #f5f5f7;
border-radius: 10px;
overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.05);
}
.cls-pwa-cart-qty-btn {
width: 32px;
height: 30px;
border: none;
background: transparent !important;
color: #003366 !important;
font-size: 16px;
font-weight: 700;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
-webkit-tap-highlight-color: transparent;
transition: background 0.15s ease, transform 0.15s ease;
}
.cls-pwa-cart-qty-btn:active {
background: rgba(0, 51, 102, 0.08) !important;
transform: scale(0.9);
}
.cls-pwa-cart-qty-btn-disabled {
opacity: 0.2 !important;
pointer-events: none;
}
.cls-pwa-cart-qty-val {
min-width: 28px;
text-align: center;
font-size: 14px;
font-weight: 800;
color: #111;
}
.cls-pwa-cart-qty-bounce {
animation: clsCartQtyBounce 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes clsCartQtyBounce {
0% { transform: scale(1); }
40% { transform: scale(1.3); }
100% { transform: scale(1); }
}
.cls-pwa-cart-item-actions {
flex-shrink: 0;
position: relative;
display: flex;
align-items: center;
}
.cls-pwa-cart-item-del {
width: 38px;
height: 38px;
border-radius: 12px;
border: none;
background: rgba(220, 38, 38, 0.06) !important;
color: #dc2626 !important;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
background 0.2s ease,
opacity 0.2s ease;
}
.cls-pwa-cart-item-del:active {
transform: scale(0.85) rotate(-8deg);
}
.cls-pwa-cart-item-confirm {
display: none;
padding: 8px 14px;
border-radius: 10px;
border: none;
background: #dc2626 !important;
color: #fff !important;
font-size: 11px;
font-weight: 700;
cursor: pointer;
white-space: nowrap;
-webkit-tap-highlight-color: transparent;
animation: clsCartConfirmPop 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) both;
box-shadow: 0 2px 10px rgba(220, 38, 38, 0.3);
transition: transform 0.15s ease;
}
.cls-pwa-cart-item-confirm:active {
transform: scale(0.92) !important;
}
@keyframes clsCartConfirmPop {
0% { opacity: 0; transform: scale(0.6) translateX(10px); }
100% { opacity: 1; transform: scale(1) translateX(0); }
} .cls-pwa-cart-confirming .cls-pwa-cart-item-del {
display: none;
}
.cls-pwa-cart-confirming .cls-pwa-cart-item-confirm {
display: block;
} .cls-pwa-cart-item-removing {
animation: clsCartItemOut 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
}
@keyframes clsCartItemOut {
0% { opacity: 1; transform: translateX(0) scale(1); }
100% { opacity: 0; transform: translateX(80px) scale(0.9); }
}
.cls-pwa-cart-item-removing .cls-pwa-cart-item-confirm {
animation: none;
} .cls-pwa-cart-summary {
margin: 20px 14px 0;
background: #fff;
border-radius: 20px;
padding: 20px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.03);
animation: clsCartSummaryIn 0.5s 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes clsCartSummaryIn {
0% { opacity: 0; transform: translateY(20px) scale(0.97); }
100% { opacity: 1; transform: translateY(0) scale(1); }
}
.cls-pwa-cart-summary-row {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 16px;
}
.cls-pwa-cart-summary-row span:first-child {
font-size: 14px;
font-weight: 600;
color: #888;
}
.cls-pwa-cart-total {
font-size: 24px;
font-weight: 800;
color: #111;
}
.cls-pwa-cart-checkout {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
width: 100%;
padding: 15px;
background: rgba(0, 51, 102, 0.9) !important;
backdrop-filter: blur(12px) saturate(1.4);
-webkit-backdrop-filter: blur(12px) saturate(1.4);
color: #fff !important;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 14px;
font-size: 15px;
font-weight: 700;
text-decoration: none !important;
box-shadow: 0 4px 18px rgba(0, 51, 102, 0.25),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
position: relative;
overflow: hidden;
transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
box-sizing: border-box;
}
.cls-pwa-cart-checkout::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 50%;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
pointer-events: none;
}
.cls-pwa-cart-checkout::after {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 40%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
animation: clsShopShine 5s ease-in-out infinite;
}
.cls-pwa-cart-checkout:active {
transform: scale(0.97);
}
.cls-pwa-cart-continue {
display: block;
text-align: center;
margin-top: 12px;
font-size: 13px;
font-weight: 600;
color: #003366 !important;
text-decoration: none !important;
transition: opacity 0.2s ease;
}
.cls-pwa-cart-continue:active { opacity: 0.5; } .cls-pwa-cart a:not(.cls-pwa-cart-checkout):not(.cls-pwa-cart-empty-btn):not(.cls-pwa-cart-continue),
.cls-pwa-cart a:not(.cls-pwa-cart-checkout):not(.cls-pwa-cart-empty-btn):not(.cls-pwa-cart-continue):hover,
.cls-pwa-cart a:not(.cls-pwa-cart-checkout):not(.cls-pwa-cart-empty-btn):not(.cls-pwa-cart-continue):focus,
.cls-pwa-cart a:not(.cls-pwa-cart-checkout):not(.cls-pwa-cart-empty-btn):not(.cls-pwa-cart-continue):active {
color: inherit !important;
text-decoration: none !important;
outline: none !important;
-webkit-tap-highlight-color: transparent !important;
}
.cls-pwa-cart button:hover,
.cls-pwa-cart button:focus,
.cls-pwa-cart button:active {
outline: none !important;
-webkit-tap-highlight-color: transparent !important;
}
.cls-pwa-cart *:focus { outline: none !important; } a.cls-pwa-cart-checkout,
a.cls-pwa-cart-checkout:link,
a.cls-pwa-cart-checkout:hover,
a.cls-pwa-cart-checkout:focus,
a.cls-pwa-cart-checkout:active,
a.cls-pwa-cart-checkout:visited,
.cls-pwa-cart .cls-pwa-cart-checkout {
color: #fff !important;
background: rgba(0, 51, 102, 0.9) !important;
}
a.cls-pwa-cart-empty-btn,
a.cls-pwa-cart-empty-btn:link,
a.cls-pwa-cart-empty-btn:hover,
a.cls-pwa-cart-empty-btn:focus,
a.cls-pwa-cart-empty-btn:visited {
color: #fff !important;
background: rgba(0, 51, 102, 0.88) !important;
}
a.cls-pwa-cart-continue,
a.cls-pwa-cart-continue:link,
a.cls-pwa-cart-continue:hover,
a.cls-pwa-cart-continue:visited {
color: #003366 !important;
}
.cls-pwa-cart-back,
.cls-pwa-cart-back:hover,
.cls-pwa-cart-back:focus,
.cls-pwa-cart-back:visited {
color: #003366 !important;
background: rgba(255, 255, 255, 0.9) !important;
}
.cls-pwa-cart-item-del,
.cls-pwa-cart-item-del:hover,
.cls-pwa-cart-item-del:focus {
color: #dc2626 !important;
background: rgba(220, 38, 38, 0.06) !important;
}
.cls-pwa-cart-item-confirm,
.cls-pwa-cart-item-confirm:hover,
.cls-pwa-cart-item-confirm:focus,
.cls-pwa-cart-item-confirm:active {
color: #fff !important;
background: #dc2626 !important;
}
.cls-pwa-cart-qty-btn,
.cls-pwa-cart-qty-btn:hover,
.cls-pwa-cart-qty-btn:focus {
color: #003366 !important;
background: transparent !important;
} .cls-pwa-pdp {
background: #f7f7f9;
min-height: calc(100vh - 52px - 70px);
padding-bottom: 30px;
} .cls-pwa-pdp-back {
display: flex;
align-items: center;
gap: 4px;
padding: 10px 14px;
background: none;
border: none;
color: #003366;
font-size: 14px;
font-weight: 600;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
animation: clsPdpFadeIn 0.4s ease both;
}
.cls-pwa-pdp-back:active { opacity: 0.6; }
.cls-pwa-pdp-back svg { transition: transform 0.2s ease; }
.cls-pwa-pdp-back:active svg { transform: translateX(-3px); } .cls-pwa-pdp-gallery {
position: relative;
width: 100%;
aspect-ratio: 1 / 1;
background: #fff;
overflow: hidden;
border-radius: 0 0 24px 24px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
animation: clsPdpSlideUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-pdp-slides {
width: 100%;
height: 100%;
position: relative;
}
.cls-pwa-pdp-slide {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: contain;
opacity: 0;
transition: opacity 0.4s ease, transform 0.4s ease;
transform: scale(0.97);
}
.cls-pwa-pdp-slide-active {
opacity: 1;
transform: scale(1);
}
.cls-pwa-pdp-badge {
position: absolute;
top: 12px;
left: 12px;
background: linear-gradient(135deg, #cc0066, #ff1a8c);
color: #fff;
font-size: 11px;
font-weight: 700;
padding: 5px 14px;
border-radius: 10px;
z-index: 3;
box-shadow: 0 2px 10px rgba(204, 0, 102, 0.35);
text-transform: uppercase;
letter-spacing: 0.5px;
animation: clsPdpBadgePop 0.6s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes clsPdpBadgePop {
0% { opacity: 0; transform: scale(0.5); }
100% { opacity: 1; transform: scale(1); }
}
.cls-pwa-pdp-dots {
position: absolute;
bottom: 14px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 8px;
z-index: 3;
}
.cls-pwa-pdp-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.15);
transition: all 0.3s ease;
cursor: pointer;
}
.cls-pwa-pdp-dot-active {
background: #003366;
width: 22px;
border-radius: 4px;
} .cls-pwa-pdp-info {
padding: 20px 18px;
animation: clsPdpFadeIn 0.5s 0.15s ease both;
}
@keyframes clsPdpFadeIn {
0% { opacity: 0; transform: translateY(12px); }
100% { opacity: 1; transform: translateY(0); }
}
@keyframes clsPdpSlideUp {
0% { opacity: 0; transform: translateY(30px); }
100% { opacity: 1; transform: translateY(0); }
}
.cls-pwa-pdp-cats {
font-size: 11px;
font-weight: 600;
color: #cc0066;
text-transform: uppercase;
letter-spacing: 0.8px;
margin-bottom: 6px;
}
.cls-pwa-pdp-title {
font-size: 22px;
font-weight: 800;
color: #1a1a2e;
line-height: 1.25;
margin: 0 0 10px;
}
.cls-pwa-pdp-price {
font-size: 26px;
font-weight: 800;
color: #111 !important;
margin-bottom: 14px;
letter-spacing: -0.3px;
} .cls-pwa-pdp-quota {
background: rgba(0, 51, 102, 0.05);
border: 1px solid rgba(0, 51, 102, 0.1);
border-radius: 12px;
padding: 12px 14px;
margin-bottom: 14px;
animation: clsPdpFadeIn .4s .2s both;
}
.cls-pwa-pdp-quota-low {
background: rgba(245, 158, 11, 0.06);
border-color: rgba(245, 158, 11, 0.15);
}
.cls-pwa-pdp-quota-full {
background: rgba(220, 38, 38, 0.05);
border-color: rgba(220, 38, 38, 0.12);
}
.cls-pwa-pdp-quota-top {
display: flex;
align-items: center;
gap: 6px;
font-size: 12px;
color: #555;
margin-bottom: 8px;
flex-wrap: wrap;
}
.cls-pwa-pdp-quota-top svg { flex-shrink: 0; color: #003366; }
.cls-pwa-pdp-quota-low .cls-pwa-pdp-quota-top svg { color: #d97706; }
.cls-pwa-pdp-quota-full .cls-pwa-pdp-quota-top svg { color: #dc2626; }
.cls-pwa-pdp-quota-top strong { color: #111; }
.cls-pwa-pdp-quota-badge {
margin-left: auto;
padding: 3px 10px;
border-radius: 20px;
font-size: 11px;
font-weight: 700;
background: rgba(5, 150, 105, 0.1);
color: #059669;
}
.cls-pwa-pdp-quota-low .cls-pwa-pdp-quota-badge {
background: rgba(245, 158, 11, 0.1);
color: #d97706;
}
.cls-pwa-pdp-quota-badge-full {
background: rgba(220, 38, 38, 0.1) !important;
color: #dc2626 !important;
}
.cls-pwa-pdp-quota-bar {
height: 6px;
background: rgba(0, 51, 102, 0.06);
border-radius: 3px;
overflow: hidden;
}
.cls-pwa-pdp-quota-fill {
height: 100%;
border-radius: 3px;
background: linear-gradient(90deg, #003366, #0066cc);
transition: width .8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cls-pwa-pdp-quota-low .cls-pwa-pdp-quota-fill {
background: linear-gradient(90deg, #f59e0b, #eab308);
}
.cls-pwa-pdp-quota-full .cls-pwa-pdp-quota-fill {
background: linear-gradient(90deg, #dc2626, #ef4444);
} .cls-pwa-pdp-quota-blocked {
display: flex;
align-items: center;
gap: 10px;
padding: 14px 16px;
margin-top: 16px;
background: rgba(220, 38, 38, 0.05);
border: 1px solid rgba(220, 38, 38, 0.12);
border-radius: 12px;
color: #dc2626;
font-size: 13px;
font-weight: 600;
animation: clsPdpFadeIn .4s .3s both;
}
.cls-pwa-pdp-quota-blocked svg { flex-shrink: 0; }
.cls-pwa-pdp-stock-out {
display: inline-block;
background: #fee2e2;
color: #dc2626;
font-size: 12px;
font-weight: 600;
padding: 5px 12px;
border-radius: 8px;
margin-bottom: 12px;
}
.cls-pwa-pdp-desc {
font-size: 14px;
color: #555;
line-height: 1.6;
margin-bottom: 18px;
padding: 14px;
background: #fff;
border-radius: 14px;
border: 1px solid rgba(0, 0, 0, 0.04);
} .cls-pwa-pdp-attrs {
margin-bottom: 18px;
}
.cls-pwa-pdp-attr {
margin-bottom: 12px;
}
.cls-pwa-pdp-attr-label {
display: block;
font-size: 12px;
font-weight: 700;
color: #333;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 8px;
}
.cls-pwa-pdp-attr-options {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.cls-pwa-pdp-attr-opt {
padding: 8px 16px;
border-radius: 10px;
border: 1.5px solid rgba(0, 0, 0, 0.1);
background: #fff;
font-size: 13px;
font-weight: 600;
color: #555;
cursor: pointer;
transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
-webkit-tap-highlight-color: transparent;
}
.cls-pwa-pdp-attr-opt-active {
border-color: #003366;
background: #003366;
color: #fff;
box-shadow: 0 2px 8px rgba(0, 51, 102, 0.25);
}
.cls-pwa-pdp-attr-opt:active {
transform: scale(0.95);
} .cls-pwa-pdp-actions {
display: flex;
gap: 12px;
align-items: center;
margin-bottom: 16px;
animation: clsPdpFadeIn 0.5s 0.3s ease both;
}
.cls-pwa-pdp-qty {
display: flex;
align-items: center;
background: #fff;
border-radius: 12px;
border: 1.5px solid rgba(0, 0, 0, 0.08);
overflow: hidden;
}
.cls-pwa-pdp-qty-btn {
width: 42px;
height: 42px;
border: none;
background: none;
font-size: 18px;
font-weight: 600;
color: #003366;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transition: background 0.15s ease;
}
.cls-pwa-pdp-qty-btn:active {
background: rgba(0, 51, 102, 0.06);
}
.cls-pwa-pdp-qty-btn-disabled {
opacity: 0.25;
pointer-events: none;
}
.cls-pwa-pdp-qty-val {
min-width: 32px;
text-align: center;
font-size: 16px;
font-weight: 700;
color: #1a1a2e;
} .cls-pwa-pdp-cart {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 14px 20px;
background: rgba(0, 51, 102, 0.88);
backdrop-filter: blur(12px) saturate(1.4);
-webkit-backdrop-filter: blur(12px) saturate(1.4);
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 14px;
font-size: 15px;
font-weight: 700;
cursor: pointer;
position: relative;
overflow: hidden;
box-shadow: 0 4px 18px rgba(0, 51, 102, 0.25),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
-webkit-tap-highlight-color: transparent;
-webkit-appearance: none;
text-decoration: none;
}
.cls-pwa-pdp-cart::after {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 50%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
animation: clsShopShine 3s ease-in-out infinite;
}
.cls-pwa-pdp-cart:active {
transform: scale(0.96);
}
.cls-pwa-pdp-cart-select {
background: rgba(60, 70, 90, 0.85);
} .cls-pwa-pdp-cart-loading,
.cls-pwa-pdp-cart-done { display: none; }
.cls-pwa-pdp-cart-loading-state .cls-pwa-pdp-cart-text { display: none; }
.cls-pwa-pdp-cart-loading-state .cls-pwa-pdp-cart-loading { display: flex; }
.cls-pwa-pdp-cart-loading-state::after { display: none; }
.cls-pwa-pdp-cart-done-state {
background: linear-gradient(135deg, #059669, #10b981) !important;
box-shadow: 0 4px 18px rgba(5, 150, 105, 0.35) !important;
animation: clsPdpCartPop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}
.cls-pwa-pdp-cart-done-state .cls-pwa-pdp-cart-text { display: none; }
.cls-pwa-pdp-cart-done-state .cls-pwa-pdp-cart-done { display: flex; align-items: center; gap: 6px; }
.cls-pwa-pdp-cart-done-state::after { display: none; }
@keyframes clsPdpCartPop {
0% { transform: scale(0.92); }
50% { transform: scale(1.04); }
100% { transform: scale(1); }
} .cls-pwa-pdp-lightbox {
position: fixed;
inset: 0;
z-index: 10000;
background: rgba(0, 0, 0, 0.95);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cls-pwa-pdp-lb-open {
opacity: 1;
visibility: visible;
}
.cls-pwa-pdp-lb-close {
position: absolute;
top: calc(12px + env(safe-area-inset-top, 0px));
right: 12px;
z-index: 10001;
width: 44px;
height: 44px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
border: 1px solid rgba(255, 255, 255, 0.2);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transition: transform 0.2s ease, background 0.2s ease;
}
.cls-pwa-pdp-lb-close:active {
transform: scale(0.9);
background: rgba(255, 255, 255, 0.3);
}
.cls-pwa-pdp-lb-counter {
position: absolute;
top: calc(20px + env(safe-area-inset-top, 0px));
left: 50%;
transform: translateX(-50%);
color: rgba(255, 255, 255, 0.7);
font-size: 13px;
font-weight: 600;
z-index: 10001;
}
.cls-pwa-pdp-lb-img-wrap {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
touch-action: none;
overflow: hidden;
}
.cls-pwa-pdp-lb-img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
transition: transform 0.15s ease;
user-select: none;
-webkit-user-select: none;
-webkit-user-drag: none;
}
.cls-pwa-pdp-lb-open .cls-pwa-pdp-lb-img {
animation: clsPdpLbZoomIn 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes clsPdpLbZoomIn {
0% { opacity: 0; transform: scale(0.8); }
100% { opacity: 1; transform: scale(1); }
} .cls-pwa-pdp-meta {
font-size: 11px;
color: #999;
padding-top: 10px;
border-top: 1px solid rgba(0, 0, 0, 0.05);
} .cls-pwa-shop-card:nth-child(1) { animation-delay: 0s; }
.cls-pwa-shop-card:nth-child(2) { animation-delay: 0.06s; }
.cls-pwa-shop-card:nth-child(3) { animation-delay: 0.12s; }
.cls-pwa-shop-card:nth-child(4) { animation-delay: 0.18s; }
.cls-pwa-shop-card:nth-child(5) { animation-delay: 0.24s; }
.cls-pwa-shop-card:nth-child(6) { animation-delay: 0.30s; }
.cls-pwa-shop-card:nth-child(7) { animation-delay: 0.36s; }
.cls-pwa-shop-card:nth-child(8) { animation-delay: 0.42s; } .woocommerce-tabs .tabs, .wc-tabs {
display: flex !important;
gap: 6px !important;
padding: 0 !important;
margin: 16px 0 !important;
list-style: none !important;
border: none !important;
}
.woocommerce-tabs .tabs li, .wc-tabs li {
margin: 0 !important;
border: none !important;
background: none !important;
padding: 0 !important;
}
.woocommerce-tabs .tabs li a, .wc-tabs li a {
padding: 8px 14px !important;
border-radius: 10px !important;
font-size: 12px !important;
font-weight: 600 !important;
color: #8b8b9e !important;
background: #f4f4f4 !important;
text-decoration: none !important;
}
.woocommerce-tabs .tabs li.active a, .wc-tabs li.active a {
background: #003366 !important;
color: #fff !important;
} .woocommerce-message, .woocommerce-info {
background: rgba(0, 51, 102, 0.05) !important;
border: 1px solid rgba(0, 51, 102, 0.1) !important;
border-left: 3px solid #003366 !important;
border-radius: 10px !important;
color: #003366 !important;
font-size: 13px !important;
margin: 12px !important;
}
.woocommerce-error {
background: rgba(204, 0, 102, 0.05) !important;
border: 1px solid rgba(204, 0, 102, 0.1) !important;
border-left: 3px solid #cc0066 !important;
border-radius: 10px !important;
color: #cc0066 !important;
font-size: 13px !important;
margin: 12px !important;
}
@keyframes clsShopBtnGrad {
0%, 100% { background-position: 0% center; }
50% { background-position: 100% center; }
}
} @media (display-mode: standalone) {
.cls-pwa-toast {
position: fixed;
bottom: 90px;
left: 50%;
transform: translateX(-50%) translateY(30px);
display: flex;
align-items: center;
gap: 12px;
padding: 14px 20px;
background: rgba(0, 51, 102, 0.92);
backdrop-filter: blur(16px) saturate(1.6);
-webkit-backdrop-filter: blur(16px) saturate(1.6);
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 16px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
z-index: 9999;
opacity: 0;
pointer-events: none;
transition: none;
max-width: calc(100vw - 40px);
white-space: nowrap;
}
.cls-pwa-toast-in {
opacity: 1;
pointer-events: auto;
transform: translateX(-50%) translateY(0);
animation: clsToastIn .45s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-toast-out {
animation: clsToastOut .3s ease-in both;
}
.cls-pwa-toast-icon {
width: 32px;
height: 32px;
border-radius: 50%;
background: rgba(5, 150, 105, 0.9);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.cls-pwa-toast-body {
display: flex;
flex-direction: column;
gap: 1px;
}
.cls-pwa-toast-title {
font-size: 13px;
font-weight: 700;
color: #fff;
}
.cls-pwa-toast-msg {
font-size: 11px;
color: rgba(255, 255, 255, 0.7);
} .cls-pwa-toast-error {
background: rgba(153, 27, 27, 0.94);
}
.cls-pwa-toast-icon-error {
background: rgba(255, 255, 255, 0.15) !important;
color: #fff;
}
@keyframes clsToastIn {
from { opacity: 0; transform: translateX(-50%) translateY(30px) scale(0.9); }
to   { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}
@keyframes clsToastOut {
from { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
to   { opacity: 0; transform: translateX(-50%) translateY(20px) scale(0.95); }
}
} @media (display-mode: standalone) {
.cls-pwa-quotas {
min-height: 100vh;
padding: 56px 0 100px;
background: #f4f6f9;
} .cls-pwa-quotas-header {
display: flex;
align-items: center;
gap: 12px;
padding: 18px 20px 14px;
animation: clsPwaSlideDown .5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-quotas-back {
width: 36px;
height: 36px;
border-radius: 12px;
border: none;
background: rgba(0, 51, 102, 0.08);
backdrop-filter: blur(8px);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: #003366;
transition: transform .2s cubic-bezier(0.34, 1.56, 0.64, 1), background .2s;
flex-shrink: 0;
}
.cls-pwa-quotas-back:active { transform: scale(0.88); }
.cls-pwa-quotas-h1 {
font-size: 20px;
font-weight: 700;
color: #111;
margin: 0;
flex: 1;
}
.cls-pwa-quotas-count {
font-size: 12px;
font-weight: 600;
color: rgba(0, 51, 102, 0.7);
background: rgba(0, 51, 102, 0.08);
padding: 4px 10px;
border-radius: 20px;
white-space: nowrap;
} .cls-pwa-quotas-stats {
display: flex;
gap: 10px;
padding: 0 20px 16px;
animation: clsPwaFadeUp .5s .1s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-quotas-stat {
flex: 1;
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(12px) saturate(1.4);
-webkit-backdrop-filter: blur(12px) saturate(1.4);
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 14px;
padding: 12px 10px;
text-align: center;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.cls-pwa-quotas-stat-val {
display: block;
font-size: 22px;
font-weight: 800;
color: #003366;
line-height: 1.1;
}
.cls-pwa-quotas-stat-ok .cls-pwa-quotas-stat-val { color: #059669; }
.cls-pwa-quotas-stat-full .cls-pwa-quotas-stat-val { color: #dc2626; }
.cls-pwa-quotas-stat-lbl {
display: block;
font-size: 11px;
font-weight: 500;
color: #666;
margin-top: 2px;
} .cls-pwa-quotas-info-card {
display: flex;
align-items: center;
gap: 12px;
margin: 0 20px 10px;
padding: 14px 16px;
background: rgba(255, 255, 255, 0.75);
backdrop-filter: blur(12px) saturate(1.4);
-webkit-backdrop-filter: blur(12px) saturate(1.4);
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 14px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.6);
animation: clsPwaFadeUp .45s cubic-bezier(0.34, 1.56, 0.64, 1) both;
animation-delay: .15s;
}
.cls-pwa-quotas-info-icon {
width: 40px;
height: 40px;
border-radius: 12px;
background: rgba(0, 51, 102, 0.08);
display: flex;
align-items: center;
justify-content: center;
color: #003366;
flex-shrink: 0;
}
.cls-pwa-quotas-info-body { flex: 1; min-width: 0; }
.cls-pwa-quotas-info-label {
display: block;
font-size: 11px;
font-weight: 500;
color: #888;
text-transform: uppercase;
letter-spacing: 0.03em;
}
.cls-pwa-quotas-info-value {
display: block;
font-size: 14px;
font-weight: 700;
color: #003366;
margin-top: 1px;
}
.cls-pwa-quotas-info-btn {
padding: 6px 14px;
border-radius: 10px;
border: 1.5px solid rgba(0, 51, 102, 0.2);
background: rgba(0, 51, 102, 0.06);
font-size: 12px;
font-weight: 600;
color: #003366;
cursor: pointer;
white-space: nowrap;
transition: all .2s;
flex-shrink: 0;
}
.cls-pwa-quotas-info-btn:active {
transform: scale(0.94);
background: rgba(0, 51, 102, 0.12);
}
.cls-pwa-quotas-info-badge {
padding: 5px 12px;
border-radius: 20px;
font-size: 11px;
font-weight: 700;
white-space: nowrap;
flex-shrink: 0;
}
.cls-pwa-quotas-info-badge-pending {
background: #fef3c7;
color: #d97706;
border: 1px solid #fde68a;
} .cls-pwa-quotas-form {
margin: 0 20px 10px;
animation: clsPwaFadeUp .35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-quotas-form-inner {
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(12px) saturate(1.4);
-webkit-backdrop-filter: blur(12px) saturate(1.4);
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 14px;
padding: 20px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.cls-pwa-quotas-form-title {
font-size: 15px;
font-weight: 700;
color: #111;
margin: 0 0 4px;
}
.cls-pwa-quotas-form-desc {
font-size: 12px;
color: #888;
margin: 0 0 14px;
}
.cls-pwa-quotas-select {
width: 100%;
padding: 11px 14px;
border: 1.5px solid rgba(0, 51, 102, 0.15);
border-radius: 10px;
font-size: 14px;
color: #111;
background: rgba(255, 255, 255, 0.6);
margin-bottom: 12px;
outline: none;
-webkit-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23003366' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 14px center;
}
.cls-pwa-quotas-select:focus {
border-color: rgba(0, 51, 102, 0.4);
box-shadow: 0 0 0 3px rgba(0, 51, 102, 0.08);
}
.cls-pwa-quotas-submit {
width: 100%;
padding: 12px;
border: none;
border-radius: 12px;
background: rgba(0, 51, 102, 0.85);
backdrop-filter: blur(12px);
color: #fff;
font-size: 14px;
font-weight: 700;
cursor: pointer;
transition: transform .2s cubic-bezier(0.34, 1.56, 0.64, 1), opacity .2s;
}
.cls-pwa-quotas-submit:active { transform: scale(0.97); }
.cls-pwa-quotas-submit:disabled { opacity: 0.5; cursor: not-allowed; } .cls-pwa-quotas-section-title {
padding: 16px 20px 8px;
font-size: 13px;
font-weight: 700;
color: #555;
text-transform: uppercase;
letter-spacing: 0.04em;
} .cls-pwa-quotas-cards {
padding: 0 20px 20px;
display: flex;
flex-direction: column;
gap: 12px;
}
.cls-pwa-quotas-card {
background: rgba(255, 255, 255, 0.75);
backdrop-filter: blur(12px) saturate(1.4);
-webkit-backdrop-filter: blur(12px) saturate(1.4);
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 16px;
padding: 16px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.6);
animation: clsPwaFadeUp .5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
transition: transform .2s;
}
.cls-pwa-quotas-card:active { transform: scale(0.985); }
.cls-pwa-quotas-card-full {
border-color: rgba(220, 38, 38, 0.15);
background: rgba(255, 255, 255, 0.6);
} .cls-pwa-quotas-card-top {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 12px;
}
.cls-pwa-quotas-card-img {
width: 48px;
height: 48px;
border-radius: 12px;
overflow: hidden;
flex-shrink: 0;
background: #f0f2f5;
display: flex;
align-items: center;
justify-content: center;
}
.cls-pwa-quotas-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.cls-pwa-quotas-card-info {
flex: 1;
min-width: 0;
}
.cls-pwa-quotas-card-name {
display: block;
font-size: 14px;
font-weight: 700;
color: #111;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cls-pwa-quotas-card-period {
display: block;
font-size: 11px;
color: #888;
margin-top: 2px;
}
.cls-pwa-quotas-card-badge {
padding: 4px 10px;
border-radius: 20px;
font-size: 11px;
font-weight: 700;
white-space: nowrap;
flex-shrink: 0;
}
.cls-pwa-quotas-badge-ok {
background: rgba(5, 150, 105, 0.1);
color: #059669;
}
.cls-pwa-quotas-badge-high {
background: rgba(245, 158, 11, 0.1);
color: #d97706;
}
.cls-pwa-quotas-badge-full {
background: rgba(220, 38, 38, 0.1);
color: #dc2626;
} .cls-pwa-quotas-card-progress {
margin-bottom: 12px;
}
.cls-pwa-quotas-bar {
height: 8px;
background: rgba(0, 51, 102, 0.06);
border-radius: 4px;
overflow: hidden;
}
.cls-pwa-quotas-bar-fill {
height: 100%;
width: 0;
border-radius: 4px;
background: linear-gradient(90deg, #003366, #0066cc);
transition: width 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cls-pwa-quotas-bar-fill.high {
background: linear-gradient(90deg, #f59e0b, #eab308);
}
.cls-pwa-quotas-bar-fill.full {
background: linear-gradient(90deg, #dc2626, #ef4444);
}
.cls-pwa-quotas-bar-labels {
display: flex;
justify-content: space-between;
margin-top: 6px;
font-size: 11px;
color: #888;
} .cls-pwa-quotas-card-action {
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
width: 100%;
padding: 10px;
border-radius: 12px;
font-size: 13px;
font-weight: 700;
text-decoration: none;
text-align: center;
transition: transform .2s cubic-bezier(0.34, 1.56, 0.64, 1);
border: none;
cursor: pointer;
}
.cls-pwa-quotas-action-buy {
background: rgba(0, 51, 102, 0.85);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
color: #fff !important;
box-shadow: 0 2px 8px rgba(0, 51, 102, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.cls-pwa-quotas-action-buy:active { transform: scale(0.96); }
.cls-pwa-quotas-action-full {
background: rgba(220, 38, 38, 0.06);
color: #dc2626;
font-weight: 600;
font-size: 12px;
cursor: default;
} .cls-pwa-quotas-empty {
text-align: center;
padding: 60px 20px;
animation: clsPwaFadeUp .5s .2s both;
}
.cls-pwa-quotas-empty p {
font-size: 14px;
color: #888;
margin: 12px 0 0;
} @keyframes clsPwaSlideDown {
from { opacity: 0; transform: translateY(-16px); }
to   { opacity: 1; transform: translateY(0); }
}
@keyframes clsPwaFadeUp {
from { opacity: 0; transform: translateY(20px); }
to   { opacity: 1; transform: translateY(0); }
} .cls-pwa-quotas a:not(.cls-pwa-quotas-action-buy) {
color: inherit !important;
text-decoration: none !important;
}
.cls-pwa-quotas a:not(.cls-pwa-quotas-action-buy):hover,
.cls-pwa-quotas a:not(.cls-pwa-quotas-action-buy):focus,
.cls-pwa-quotas a:not(.cls-pwa-quotas-action-buy):active {
color: inherit !important;
}
a.cls-pwa-quotas-action-buy,
a.cls-pwa-quotas-action-buy:link,
a.cls-pwa-quotas-action-buy:visited,
a.cls-pwa-quotas-action-buy:hover,
a.cls-pwa-quotas-action-buy:focus,
a.cls-pwa-quotas-action-buy:active {
color: #fff !important;
text-decoration: none !important;
} .cls-pwa-checkout {
background: #f7f7f9;
min-height: calc(100vh - 52px - 70px);
padding-bottom: 100px;
} .cls-pwa-co-header {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 14px 10px;
animation: clsPwaSlideDown 0.35s ease both;
}
.cls-pwa-co-back {
width: 36px;
height: 36px;
border-radius: 12px;
border: none;
background: rgba(255, 255, 255, 0.9) !important;
color: #003366 !important;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
transition: transform 0.2s ease;
flex-shrink: 0;
}
.cls-pwa-co-back:active { transform: scale(0.9); }
.cls-pwa-co-back svg { transition: transform 0.2s ease; }
.cls-pwa-co-back:active svg { transform: translateX(-2px); }
.cls-pwa-co-h1 {
font-size: 20px;
font-weight: 800;
color: #111;
flex: 1;
margin: 0;
}
.cls-pwa-co-step {
display: flex;
align-items: center;
gap: 4px;
font-size: 11px;
font-weight: 600;
color: #059669;
background: rgba(5, 150, 105, 0.07);
padding: 5px 10px;
border-radius: 8px;
white-space: nowrap;
flex-shrink: 0;
}
.cls-pwa-co-step svg { color: #059669; } .cls-pwa-co-section {
margin: 10px 14px;
background: #fff;
border-radius: 16px;
padding: 16px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
border: 1px solid rgba(0, 0, 0, 0.03);
animation: clsPwaFadeUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-co-section:nth-child(2) { animation-delay: 0.05s; }
.cls-pwa-co-section:nth-child(3) { animation-delay: 0.1s; }
.cls-pwa-co-section:nth-child(4) { animation-delay: 0.15s; }
.cls-pwa-co-section:nth-child(5) { animation-delay: 0.2s; }
.cls-pwa-co-section:nth-child(6) { animation-delay: 0.25s; }
.cls-pwa-co-section-head {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 14px;
color: #003366;
font-size: 14px;
font-weight: 700;
}
.cls-pwa-co-section-head svg {
flex-shrink: 0;
opacity: 0.7;
} .cls-pwa-co-items {
display: flex;
flex-direction: column;
gap: 10px;
}
.cls-pwa-co-item {
display: flex;
align-items: center;
gap: 10px;
}
.cls-pwa-co-item-img {
width: 48px;
height: 48px;
border-radius: 10px;
overflow: hidden;
flex-shrink: 0;
background: #f0f0f2;
}
.cls-pwa-co-item-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.cls-pwa-co-item-info {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 2px;
}
.cls-pwa-co-item-name {
font-size: 13px;
font-weight: 700;
color: #111;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cls-pwa-co-item-meta {
font-size: 11px;
color: #888;
font-weight: 500;
}
.cls-pwa-co-item-price {
font-size: 14px;
font-weight: 800;
color: #111;
flex-shrink: 0;
} .cls-pwa-co-delivery {
display: flex;
flex-direction: column;
gap: 2px;
background: rgba(5, 150, 105, 0.05);
border: 1px solid rgba(5, 150, 105, 0.12);
border-radius: 12px;
padding: 12px 14px;
}
.cls-pwa-co-delivery-name {
font-size: 14px;
font-weight: 700;
color: #059669;
}
.cls-pwa-co-delivery-addr {
font-size: 12px;
color: #666;
} .cls-pwa-co-fields {
display: flex;
flex-direction: column;
gap: 10px;
}
.cls-pwa-co-row {
display: flex;
gap: 10px;
}
.cls-pwa-co-field {
flex: 1;
}
.cls-pwa-co-field-half {
flex: 1;
}
.cls-pwa-co-field-third {
flex: 0 0 38%;
}
.cls-pwa-co-field-twothird {
flex: 1;
}
.cls-pwa-co-field label {
display: block;
font-size: 11px;
font-weight: 600;
color: #888;
margin-bottom: 4px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.cls-pwa-co-field input,
.cls-pwa-co-field textarea {
width: 100%;
padding: 11px 12px;
border: 1.5px solid rgba(0, 0, 0, 0.08);
border-radius: 10px;
font-size: 14px;
font-weight: 500;
color: #111;
background: #fafafa;
outline: none;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
-webkit-appearance: none;
box-sizing: border-box;
}
.cls-pwa-co-field input:focus,
.cls-pwa-co-field textarea:focus {
border-color: rgba(0, 51, 102, 0.3);
box-shadow: 0 0 0 3px rgba(0, 51, 102, 0.06);
background: #fff;
}
.cls-pwa-co-field textarea {
resize: vertical;
min-height: 70px;
font-family: inherit;
}
.cls-pwa-co-input-locked {
background: rgba(0, 51, 102, 0.04) !important;
color: #555 !important;
border-color: rgba(0, 51, 102, 0.1) !important;
cursor: not-allowed;
}
.cls-pwa-co-lock-hint {
font-size: 9px;
font-weight: 500;
color: #059669;
text-transform: none;
letter-spacing: 0;
margin-left: 4px;
}
.cls-pwa-co-input-error {
border-color: #dc2626 !important;
box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08) !important;
animation: clsCoShake 0.4s ease;
}
@keyframes clsCoShake {
0%, 100% { transform: translateX(0); }
25% { transform: translateX(-4px); }
50% { transform: translateX(4px); }
75% { transform: translateX(-2px); }
} .cls-pwa-co-gateways {
display: flex;
flex-direction: column;
gap: 8px;
}
.cls-pwa-co-gateway {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 14px;
border-radius: 12px;
border: 1.5px solid rgba(0, 0, 0, 0.06);
background: #fafafa;
cursor: pointer;
transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
-webkit-tap-highlight-color: transparent;
}
.cls-pwa-co-gateway-active {
border-color: rgba(0, 51, 102, 0.25);
background: rgba(0, 51, 102, 0.03);
box-shadow: 0 0 0 3px rgba(0, 51, 102, 0.06);
}
.cls-pwa-co-gateway input[type="radio"] {
display: none;
}
.cls-pwa-co-gw-radio {
width: 20px;
height: 20px;
border-radius: 50%;
border: 2px solid rgba(0, 0, 0, 0.15);
flex-shrink: 0;
position: relative;
transition: border-color 0.2s ease;
margin-top: 1px;
}
.cls-pwa-co-gw-radio::after {
content: '';
position: absolute;
top: 3px;
left: 3px;
width: 10px;
height: 10px;
border-radius: 50%;
background: #003366;
transform: scale(0);
transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cls-pwa-co-gateway-active .cls-pwa-co-gw-radio {
border-color: #003366;
}
.cls-pwa-co-gateway-active .cls-pwa-co-gw-radio::after {
transform: scale(1);
}
.cls-pwa-co-gw-info {
flex: 1;
display: flex;
flex-direction: column;
gap: 2px;
}
.cls-pwa-co-gw-title {
font-size: 14px;
font-weight: 700;
color: #111;
}
.cls-pwa-co-gw-desc {
font-size: 12px;
color: #888;
line-height: 1.4;
}
.cls-pwa-co-gw-desc p {
margin: 0;
font-size: 12px;
color: #888;
} .cls-pwa-co-totals {
margin: 10px 14px;
background: #fff;
border-radius: 16px;
padding: 16px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
border: 1px solid rgba(0, 0, 0, 0.03);
animation: clsPwaFadeUp 0.4s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-co-totals-row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 6px 0;
font-size: 13px;
color: #666;
}
.cls-pwa-co-totals-row span:last-child {
font-weight: 600;
color: #333;
}
.cls-pwa-co-totals-discount span:last-child {
color: #059669;
}
.cls-pwa-co-totals-total {
border-top: 1.5px solid rgba(0, 0, 0, 0.06);
margin-top: 6px;
padding-top: 12px;
}
.cls-pwa-co-totals-total span:first-child {
font-size: 15px;
font-weight: 700;
color: #111;
}
.cls-pwa-co-totals-total span:last-child {
font-size: 22px;
font-weight: 800;
color: #111;
} .cls-pwa-co-error {
margin: 10px 14px;
padding: 12px 14px;
background: rgba(220, 38, 38, 0.06);
border: 1px solid rgba(220, 38, 38, 0.15);
border-radius: 12px;
display: flex;
align-items: flex-start;
gap: 8px;
color: #dc2626;
font-size: 13px;
font-weight: 600;
line-height: 1.4;
}
.cls-pwa-co-error svg {
flex-shrink: 0;
margin-top: 1px;
}
.cls-pwa-co-error-in {
animation: clsCoShake 0.4s ease;
} .cls-pwa-co-submit-wrap {
margin: 16px 14px 0;
animation: clsPwaFadeUp 0.5s 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-co-submit {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
padding: 16px;
background: rgba(0, 51, 102, 0.92) !important;
backdrop-filter: blur(12px) saturate(1.4);
-webkit-backdrop-filter: blur(12px) saturate(1.4);
color: #fff !important;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 14px;
font-size: 15px;
font-weight: 700;
cursor: pointer;
box-shadow: 0 4px 20px rgba(0, 51, 102, 0.3),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
position: relative;
overflow: hidden;
transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
-webkit-tap-highlight-color: transparent;
box-sizing: border-box;
}
.cls-pwa-co-submit::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 50%;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
pointer-events: none;
}
.cls-pwa-co-submit::after {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 40%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
animation: clsShopShine 5s ease-in-out infinite;
}
.cls-pwa-co-submit:active {
transform: scale(0.97);
}
.cls-pwa-co-submit-loading {
opacity: 0.7;
pointer-events: none;
}
.cls-pwa-co-submit-loading::after {
animation: clsCoSpinShine 1s linear infinite;
}
@keyframes clsCoSpinShine {
0% { left: -100%; }
100% { left: 200%; }
}
.cls-pwa-co-legal {
text-align: center;
font-size: 11px;
color: #aaa;
margin: 10px 0 0;
} .cls-pwa-checkout a,
.cls-pwa-checkout a:hover,
.cls-pwa-checkout a:focus,
.cls-pwa-checkout a:active {
color: inherit !important;
text-decoration: none !important;
outline: none !important;
-webkit-tap-highlight-color: transparent !important;
}
.cls-pwa-checkout button:hover,
.cls-pwa-checkout button:focus {
outline: none !important;
-webkit-tap-highlight-color: transparent !important;
}
.cls-pwa-checkout *:focus { outline: none !important; } .cls-pwa-co-back,
.cls-pwa-co-back:hover,
.cls-pwa-co-back:focus,
.cls-pwa-co-back:visited {
color: #003366 !important;
background: rgba(255, 255, 255, 0.9) !important;
}
.cls-pwa-co-submit,
.cls-pwa-co-submit:hover,
.cls-pwa-co-submit:focus,
.cls-pwa-co-submit:active {
color: #fff !important;
background: rgba(0, 51, 102, 0.92) !important;
} .cls-pwa-orcv {
background: #f7f7f9;
min-height: calc(100vh - 52px - 70px);
padding-bottom: 100px;
} .cls-pwa-orcv-hero {
text-align: center;
padding: 40px 20px 30px;
animation: clsPwaFadeUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-orcv-check {
width: 80px;
height: 80px;
border-radius: 50%;
background: linear-gradient(135deg, #059669, #10b981);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
box-shadow: 0 8px 30px rgba(5, 150, 105, 0.35);
animation: clsOrcvPop 0.6s 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes clsOrcvPop {
0% { opacity: 0; transform: scale(0.3) rotate(-20deg); }
100% { opacity: 1; transform: scale(1) rotate(0deg); }
}
.cls-pwa-orcv-check svg {
animation: clsOrcvStroke 0.5s 0.6s ease both;
}
@keyframes clsOrcvStroke {
0% { stroke-dasharray: 30; stroke-dashoffset: 30; opacity: 0; }
100% { stroke-dasharray: 30; stroke-dashoffset: 0; opacity: 1; }
}
.cls-pwa-orcv-title {
font-size: 22px;
font-weight: 800;
color: #111;
margin: 0 0 8px;
}
.cls-pwa-orcv-sub {
font-size: 14px;
color: #666;
margin: 0;
line-height: 1.5;
} .cls-pwa-orcv-card {
margin: 0 14px;
background: #fff;
border-radius: 18px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.03);
animation: clsPwaFadeUp 0.5s 0.15s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-orcv-card-head {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 16px 16px 12px;
border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.cls-pwa-orcv-order-num {
display: block;
font-size: 15px;
font-weight: 800;
color: #003366;
}
.cls-pwa-orcv-order-date {
display: block;
font-size: 11px;
color: #888;
margin-top: 2px;
}
.cls-pwa-orcv-status {
font-size: 11px;
font-weight: 700;
padding: 4px 10px;
border-radius: 8px;
white-space: nowrap;
flex-shrink: 0;
} .cls-pwa-orcv-items {
padding: 12px 16px;
display: flex;
flex-direction: column;
gap: 10px;
}
.cls-pwa-orcv-item {
display: flex;
align-items: center;
gap: 10px;
animation: clsPwaFadeUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-orcv-item:nth-child(1) { animation-delay: 0.25s; }
.cls-pwa-orcv-item:nth-child(2) { animation-delay: 0.32s; }
.cls-pwa-orcv-item:nth-child(3) { animation-delay: 0.39s; }
.cls-pwa-orcv-item-img {
width: 44px;
height: 44px;
border-radius: 10px;
overflow: hidden;
flex-shrink: 0;
background: #f0f0f2;
}
.cls-pwa-orcv-item-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.cls-pwa-orcv-item-info {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 1px;
}
.cls-pwa-orcv-item-name {
font-size: 13px;
font-weight: 700;
color: #111;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cls-pwa-orcv-item-qty {
font-size: 11px;
color: #888;
}
.cls-pwa-orcv-item-price {
font-size: 14px;
font-weight: 800;
color: #111;
flex-shrink: 0;
} .cls-pwa-orcv-details {
padding: 12px 16px 16px;
border-top: 1px solid rgba(0, 0, 0, 0.04);
display: flex;
flex-direction: column;
gap: 8px;
}
.cls-pwa-orcv-detail {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 13px;
}
.cls-pwa-orcv-detail span:first-child {
color: #888;
}
.cls-pwa-orcv-detail span:last-child {
font-weight: 600;
color: #333;
}
.cls-pwa-orcv-detail-total {
border-top: 1.5px solid rgba(0, 0, 0, 0.06);
padding-top: 10px;
margin-top: 4px;
}
.cls-pwa-orcv-detail-total span:first-child {
font-size: 15px;
font-weight: 700;
color: #111;
}
.cls-pwa-orcv-detail-total span:last-child {
font-size: 20px;
font-weight: 800;
color: #111;
} .cls-pwa-orcv-actions {
margin: 20px 14px 0;
display: flex;
flex-direction: column;
gap: 10px;
animation: clsPwaFadeUp 0.5s 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-orcv-btn {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
padding: 15px;
border-radius: 14px;
font-size: 15px;
font-weight: 700;
text-decoration: none !important;
transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
-webkit-tap-highlight-color: transparent;
box-sizing: border-box;
position: relative;
overflow: hidden;
}
.cls-pwa-orcv-btn:active {
transform: scale(0.97);
}
.cls-pwa-orcv-btn-primary {
background: rgba(0, 51, 102, 0.92) !important;
color: #fff !important;
border: 1px solid rgba(255, 255, 255, 0.12);
backdrop-filter: blur(12px) saturate(1.4);
-webkit-backdrop-filter: blur(12px) saturate(1.4);
box-shadow: 0 4px 20px rgba(0, 51, 102, 0.3),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.cls-pwa-orcv-btn-primary::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 50%;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
pointer-events: none;
}
.cls-pwa-orcv-btn-primary::after {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 40%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
animation: clsShopShine 5s ease-in-out infinite;
}
.cls-pwa-orcv-btn-secondary {
background: #fff !important;
color: #003366 !important;
border: 1.5px solid rgba(0, 51, 102, 0.12);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
} .cls-pwa-orcv a,
.cls-pwa-orcv a:hover,
.cls-pwa-orcv a:focus,
.cls-pwa-orcv a:active,
.cls-pwa-orcv a:visited {
text-decoration: none !important;
outline: none !important;
}
a.cls-pwa-orcv-btn-primary,
a.cls-pwa-orcv-btn-primary:link,
a.cls-pwa-orcv-btn-primary:visited,
a.cls-pwa-orcv-btn-primary:hover,
a.cls-pwa-orcv-btn-primary:focus,
a.cls-pwa-orcv-btn-primary:active {
color: #fff !important;
background: rgba(0, 51, 102, 0.92) !important;
}
a.cls-pwa-orcv-btn-secondary,
a.cls-pwa-orcv-btn-secondary:link,
a.cls-pwa-orcv-btn-secondary:visited,
a.cls-pwa-orcv-btn-secondary:hover,
a.cls-pwa-orcv-btn-secondary:focus,
a.cls-pwa-orcv-btn-secondary:active {
color: #003366 !important;
background: #fff !important;
} .cls-pwa-account {
background: #f7f7f9;
min-height: calc(100vh - 52px - 70px);
padding-bottom: 100px;
} .cls-pwa-acct-hero {
text-align: center;
padding: 36px 20px 24px;
animation: clsPwaFadeUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-acct-avatar {
width: 72px;
height: 72px;
border-radius: 50%;
margin: 0 auto 14px;
overflow: hidden;
border: 3px solid #fff;
box-shadow: 0 4px 20px rgba(0, 51, 102, 0.15);
}
.cls-pwa-acct-avatar img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.cls-pwa-acct-name {
font-size: 20px;
font-weight: 800;
color: #111;
margin: 0 0 4px;
}
.cls-pwa-acct-email {
font-size: 13px;
color: #888;
display: block;
} .cls-pwa-acct-badges {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-top: 12px;
flex-wrap: wrap;
}
.cls-pwa-acct-badge {
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 11px;
font-weight: 600;
padding: 5px 12px;
border-radius: 20px;
}
.cls-pwa-acct-badge-family {
background: rgba(59, 130, 246, 0.08);
color: #3b82f6;
border: 1px solid rgba(59, 130, 246, 0.15);
}
.cls-pwa-acct-badge-dp {
background: rgba(5, 150, 105, 0.08);
color: #059669;
border: 1px solid rgba(5, 150, 105, 0.15);
} .cls-pwa-acct-menu {
padding: 0 14px;
display: flex;
flex-direction: column;
gap: 8px;
}
.cls-pwa-acct-card {
display: flex;
align-items: center;
gap: 14px;
background: #fff;
padding: 16px;
border-radius: 16px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
border: 1px solid rgba(0, 0, 0, 0.03);
text-decoration: none !important;
color: inherit !important;
transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
-webkit-tap-highlight-color: transparent;
animation: clsPwaFadeUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-acct-card:nth-child(1) { animation-delay: 0.05s; }
.cls-pwa-acct-card:nth-child(2) { animation-delay: 0.1s; }
.cls-pwa-acct-card:nth-child(3) { animation-delay: 0.15s; }
.cls-pwa-acct-card:nth-child(4) { animation-delay: 0.2s; }
.cls-pwa-acct-card:nth-child(5) { animation-delay: 0.25s; }
.cls-pwa-acct-card:active {
transform: scale(0.98);
} .cls-pwa-acct-card-icon {
width: 44px;
height: 44px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.cls-pwa-acct-card-icon-blue {
background: rgba(0, 51, 102, 0.08);
color: #003366;
}
.cls-pwa-acct-card-icon-teal {
background: rgba(13, 148, 136, 0.08);
color: #0d9488;
}
.cls-pwa-acct-card-icon-purple {
background: rgba(139, 92, 246, 0.08);
color: #8b5cf6;
}
.cls-pwa-acct-card-icon-orange {
background: rgba(245, 158, 11, 0.08);
color: #f59e0b;
}
.cls-pwa-acct-card-icon-green {
background: rgba(5, 150, 105, 0.08);
color: #059669;
}
.cls-pwa-acct-card-body {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 2px;
}
.cls-pwa-acct-card-title {
font-size: 15px;
font-weight: 700;
color: #111;
}
.cls-pwa-acct-card-sub {
font-size: 12px;
color: #888;
}
.cls-pwa-acct-card-arrow {
color: #ccc;
flex-shrink: 0;
} .cls-pwa-acct-logout-wrap {
padding: 24px 14px 0;
animation: clsPwaFadeUp 0.4s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.cls-pwa-acct-logout {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
width: 100%;
padding: 14px;
border-radius: 14px;
background: rgba(220, 38, 38, 0.06) !important;
color: #dc2626 !important;
font-size: 15px;
font-weight: 600;
text-decoration: none !important;
border: 1px solid rgba(220, 38, 38, 0.1);
transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
-webkit-tap-highlight-color: transparent;
box-sizing: border-box;
}
.cls-pwa-acct-logout:active {
transform: scale(0.97);
} .cls-pwa-account a,
.cls-pwa-account a:hover,
.cls-pwa-account a:focus,
.cls-pwa-account a:active,
.cls-pwa-account a:visited {
text-decoration: none !important;
outline: none !important;
-webkit-tap-highlight-color: transparent !important;
}
a.cls-pwa-acct-card,
a.cls-pwa-acct-card:link,
a.cls-pwa-acct-card:visited,
a.cls-pwa-acct-card:hover,
a.cls-pwa-acct-card:focus,
a.cls-pwa-acct-card:active {
color: inherit !important;
text-decoration: none !important;
}
a.cls-pwa-acct-logout,
a.cls-pwa-acct-logout:link,
a.cls-pwa-acct-logout:visited,
a.cls-pwa-acct-logout:hover,
a.cls-pwa-acct-logout:focus,
a.cls-pwa-acct-logout:active {
color: #dc2626 !important;
background: rgba(220, 38, 38, 0.06) !important;
}
}  .cls-pwa-standalone .cls-pwa-shop { display: block !important; }
.cls-pwa-standalone #main-footer,
.cls-pwa-standalone .main-footer,
.cls-pwa-standalone .footer-custom-code,
.cls-pwa-standalone .lt-footer,
.cls-pwa-standalone .elementor-location-footer,
.cls-pwa-standalone [class*="footer-wrap"],
.cls-pwa-standalone [class*="site-footer"] {
display: none !important;
}:root {
--cls-accent: #2d2d2d;
--cls-accent-bg: rgba(45,45,45,0.06);
--cls-accent-border: rgba(45,45,45,0.2);
--cls-accent-light: rgba(45,45,45,0.12);
} .cls-mq-wrap { margin-top: 10px; font-family: inherit; }
.cls-mq-empty { padding: 40px; text-align: center; color: #9a9a9a; background: #f7f7f5; border-radius: 10px; } .cls-mq-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 24px; }
.cls-mq-stat { background: #fff; border: 1px solid #e8e7e4; border-radius: 10px; padding: 16px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,.04); }
.cls-mq-stat:nth-child(1) { border-top: 3px solid var(--cls-accent, #0d9488); }
.cls-mq-stat:nth-child(2) { border-top: 3px solid #16a34a; }
.cls-mq-stat:nth-child(3) { border-top: 3px solid #dc2626; }
.cls-mq-stat-val { display: block; font-size: 28px; font-weight: 700; color: #1a1a1a; line-height: 1; letter-spacing: -.02em; }
.cls-mq-stat-label { display: block; font-size: 12px; color: #9a9a9a; margin-top: 4px; } .cls-mq-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 14px; } .cls-mq-card { background: #fff; border-radius: 14px; border: 1px solid #e8e7e4; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,.04); transition: box-shadow .15s; }
.cls-mq-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,.06); }
.cls-mq-card-full { border-color: #fecaca; }
.cls-mq-card-high { border-color: #fde68a; } .cls-mq-card-bar { height: 2px; }
.cls-mq-card-bar:not(.full):not(.high) { background: linear-gradient(90deg, var(--cls-accent, #0d9488), var(--cls-accent, #0f766e)); }
.cls-mq-card-bar.full { background: linear-gradient(90deg, #dc2626, #b91c1c); }
.cls-mq-card-bar.high { background: linear-gradient(90deg, #d97706, #b45309); }
.cls-mq-card-body { padding: 16px; } .cls-mq-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 14px; }
.cls-mq-card-img { width: 42px; height: 42px; border-radius: 10px; background: #f2f1ee; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; margin-right: 10px; }
.cls-mq-card-img img { width: 100%; height: 100%; object-fit: cover; }
.cls-mq-card-placeholder { font-size: 20px; }
.cls-mq-card-info { flex: 1; }
.cls-mq-card-name { font-size: 14px; font-weight: 600; color: #1a1a1a; line-height: 1.3; letter-spacing: -.01em; }
.cls-mq-card-price { font-size: 12px; color: #9a9a9a; margin-top: 2px; }
.cls-mq-card-badge { flex-shrink: 0; } .cls-mq-badge { display: inline-flex; align-items: center; padding: 3px 10px; border-radius: 20px; font-size: 11px; font-weight: 600; letter-spacing: .01em; }
.cls-mq-badge.success { background: #f0fdf4; color: #16a34a; border: 1px solid #bbf7d0; }
.cls-mq-badge.warning { background: #fffbeb; color: #d97706; border: 1px solid #fde68a; }
.cls-mq-badge.danger { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; } .cls-mq-progress { margin-bottom: 10px; }
.cls-mq-progress-bar { height: 6px; background: #f0efec; border-radius: 99px; overflow: hidden; }
.cls-mq-card-full .cls-mq-progress-bar { background: #fee2e2; }
.cls-mq-card-high .cls-mq-progress-bar { background: #fef3c7; }
.cls-mq-progress-fill { height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--cls-accent, #0d9488), var(--cls-accent, #0f766e)); transition: width .5s; }
.cls-mq-progress-fill.full { background: linear-gradient(90deg, #dc2626, #b91c1c); }
.cls-mq-progress-fill.high { background: linear-gradient(90deg, #d97706, #b45309); }
.cls-mq-progress-labels { display: flex; justify-content: space-between; font-size: 11px; color: #9a9a9a; margin-top: 4px; font-weight: 500; } .cls-mq-card-dates { display: flex; justify-content: center; align-items: center; padding: 8px 10px; background: #f2f1ee; border-radius: 6px; font-size: 11px; color: #6b6b6b; margin-bottom: 12px; }
.cls-mq-card-dates.full { background: #fef2f2; color: #dc2626; }
.cls-mq-card-reset { font-weight: 600; color: #1a1a1a; }
.cls-mq-card-dates.full .cls-mq-card-reset { color: #dc2626; } .cls-mq-card-action { display: block; width: 100%; padding: 9px; border-radius: 6px; font-size: 13px; font-weight: 600; text-align: center; box-sizing: border-box; text-decoration: none; letter-spacing: .01em; }
.cls-mq-card-action-full { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }
.cls-mq-card-action-buy {
background: var(--cls-accent, #0d9488);
color: #fff !important;
border: 1.5px solid var(--cls-accent, #0d9488);
cursor: pointer;
position: relative;
overflow: hidden;
transition: transform .2s, box-shadow .2s;
}
.cls-mq-card-action-buy:hover {
color: #fff;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.cls-mq-card-action-buy:active { transform: translateY(0); }
.cls-mq-card-action-buy::after {
content: '';
position: absolute;
top: 50%; left: 50%;
width: 0; height: 0;
background: rgba(255,255,255,.2);
border-radius: 50%;
transform: translate(-50%,-50%);
transition: width .4s, height .4s;
}
.cls-mq-card-action-buy:hover::after { width: 200px; height: 200px; } .cls-mq-footer { margin-top: 24px; font-size: 11px; color: #9a9a9a; text-align: center; }
@media (max-width: 600px) {
.cls-mq-summary { flex-direction: column; }
.cls-mq-grid { grid-template-columns: 1fr; }
} .cls-mq-stat:nth-child(1) { border-top-color: var(--cls-accent, #0d9488); }
.cls-mq-badge.success { background: var(--cls-accent-bg, #f0fdf4); color: var(--cls-accent, #16a34a); border-color: var(--cls-accent-border, #bbf7d0); } .cls-mq-card { transition: transform .2s, box-shadow .2s; }
.cls-mq-card:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,.08); } .cls-mq-progress-fill { animation: cls-bar-fill .8s ease-out; }
@keyframes cls-bar-fill { from { width: 0; } } .cls-mq-intro { padding: 14px 18px; background: #fafaf8; border: 1px solid #e8e7e4; border-left: 3px solid var(--cls-accent, #0d9488); border-radius: 6px; margin-bottom: 20px; font-size: 14px; color: #1a1a1a; } .cls-mq-card-family { border-color: var(--cls-accent-border, #e8e7e4); }
.cls-mq-card-bar.family { background: linear-gradient(90deg, var(--cls-accent, #0d9488), var(--cls-accent, #0f766e)); }
.cls-mq-card-family .cls-mq-progress-bar { background: #f0efec; }
.cls-mq-progress-fill.family { background: linear-gradient(90deg, var(--cls-accent, #0d9488), var(--cls-accent, #0f766e)); }
.cls-mq-badge.family { background: var(--cls-accent-bg, #f0fdf4); color: var(--cls-accent, #0d9488); border: 1px solid var(--cls-accent-border, #bbf7d0); }
.cls-mq-card-dates.family { background: #f2f1ee; color: #6b6b6b; }
.cls-mq-card-dates.family .cls-mq-card-reset { color: #1a1a1a; }
.cls-mq-card-action-family {
background: var(--cls-accent, #0d9488);
color: #fff !important;
border: 1.5px solid var(--cls-accent, #0d9488);
cursor: pointer;
transition: transform .2s, box-shadow .2s;
}
.cls-mq-card-action-family:hover {
color: #fff;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0,0,0,.15);
}@font-face {
font-family: "Genericons";
src: url(https://billetterie.cse-vivest.fr/wp-content/themes/ws-medilax/genericons/Genericons.eot);
src: url(https://billetterie.cse-vivest.fr/wp-content/themes/ws-medilax/genericons/Genericons.eot?) format("embedded-opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Genericons";
src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
url(https://billetterie.cse-vivest.fr/wp-content/themes/ws-medilax/genericons/Genericons.ttf) format("truetype"),
url(https://billetterie.cse-vivest.fr/wp-content/themes/ws-medilax/genericons/Genericons.svg#Genericons) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Genericons";
src: url(https://billetterie.cse-vivest.fr/wp-content/themes/ws-medilax/genericons/Genericons.svg#Genericons) format("svg");
}
} .genericon {
font-size: 16px;
vertical-align: top;
text-align: center;
-moz-transition: color .1s ease-in 0;
-webkit-transition: color .1s ease-in 0;
display: inline-block;
font-family: "Genericons";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
speak: none;
} .genericon-rotate-90 {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.genericon-rotate-180 {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.genericon-rotate-270 {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.genericon-flip-horizontal {
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.genericon-flip-vertical {
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
} .genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: 700;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
code,
kbd,
pre,
samp {
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
select {
text-transform: none;
}
button {
overflow: visible;
}
button,
input,
select,
textarea {
max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 0.4375em;
padding: 0;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #d1d1d1;
margin: 0 0 1.75em;
min-width: inherit;
padding: 0.875em;
}
fieldset > :last-child {
margin-bottom: 0;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
optgroup {
font-weight: bold;
} .menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family: "Genericons";
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: none;
text-align: center;
text-decoration: inherit;
text-transform: none;
vertical-align: top;
} body,
button,
input,
select,
textarea {
color: #1a1a1a;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
padding: 8px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 700;
margin: 0;
text-rendering: optimizeLegibility;
}
p {
margin: 0 0 0;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
border: 0 solid #1a1a1a;
border-left-width: 4px;
color: #686868;
font-size: 19px;
font-size: 1.1875rem;
font-style: italic;
line-height: 1.4736842105;
margin: 0 0 1.4736842105em;
overflow: hidden;
padding: 0 0 0 1.263157895em;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote p {
margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
color: #1a1a1a;
display: block;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote strong,
blockquote b {
font-weight: 400;
}
blockquote > :last-child {
margin-bottom: 0;
}
address {
font-style: italic;
margin: 0 0 1.75em;
}
code,
kbd,
tt,
var,
samp,
pre {
font-family: Inconsolata, monospace;
}
pre {
border: 1px solid #d1d1d1;
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin: 0 0 1.75em;
max-width: 100%;
overflow: auto;
padding: 1.75em;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
code {
background-color: #d1d1d1;
padding: 0.125em 0.25em;
}
abbr,
acronym {
border-bottom: 1px dotted #d1d1d1;
cursor: help;
}
mark,
ins {
background: #007acc;
color: #fff;
padding: 0.125em 0.25em;
text-decoration: none;
}
big {
font-size: 125%;
} html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after { -webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #1a1a1a; }
hr {
background-color: #d1d1d1;
border: 0;
height: 1px;
margin: 0 0 1.75em;
}
ul,
ol {
margin: 0 0 1.75em 1.25em;
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
margin-left: 1.5em;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dl {
margin: 0 0 1.75em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 0 1.75em;
}
img {
height: auto; max-width: 100%; vertical-align: middle;
}
del {
opacity: 0.8;
}
table,
th,
td {
border: 1px solid #d1d1d1;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.75em;
table-layout: fixed; width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 0.4375em;
} ::-webkit-input-placeholder {
color: #686868;
}
:-moz-placeholder {
color: #686868;
}
::-moz-placeholder {
color: #686868;
opacity: 1; }
:-ms-input-placeholder {
color: #686868;
} input {
line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
background: #1a1a1a;
border: 0;
border-radius: 2px;
color: #fff;
font-weight: 700;
letter-spacing: 0.046875em;
line-height: 1;
padding: 0.84375em 0.875em 0.78125em;
text-transform: uppercase;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
background: #007acc;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: thin dotted;
outline-offset: -4px;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
background: #f7f7f7;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
border: 1px solid #d1d1d1;
border-radius: 2px;
color: #686868;
padding: 0.625em 0.4375em;
width: 100%;
}
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
background-color: #fff;
border-color: #007acc;
color: #1a1a1a;
outline: 0;
}
.post-password-form {
margin-bottom: 1.75em;
}
.post-password-form label {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 1.75em;
text-transform: uppercase;
}
.post-password-form input[type="password"] {
margin-top: 0.4375em;
}
.post-password-form > :last-child {
margin-bottom: 0;
}
.search-form {
position: relative;
}
input[type="search"].search-field {
border-radius: 2px 0 0 2px;
width: -webkit-calc(100% - 42px);
width: calc(100% - 42px);
}
.search-submit:before {
content: "\f400";
font-size: 24px;
left: 2px;
line-height: 42px;
position: relative;
width: 40px;
}
.search-submit {
border-radius: 0 2px 2px 0;
bottom: 0;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 42px;
}  a {
color: #ed145b;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: #686868;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
box-shadow: none;
} .site-header-menu {
display: none;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
margin: 0.875em 0;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
display: block;
}
.site-footer .main-navigation {
margin-bottom: 1.75em;
}
.main-navigation ul {
list-style: none;
margin: 0;
}
.main-navigation li {
border-top: 1px solid #d1d1d1;
position: relative;
}
.main-navigation a {
color: #1a1a1a;
display: block;
line-height: 1.6;
outline-offset: -1px;
padding: 0.84375em 0;
}
.main-navigation a:hover,
.main-navigation a:focus {
color: #007acc;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
font-weight: 700;
}
.main-navigation ul ul {
display: none;
margin-left: 0.875em;
}
.no-js .main-navigation ul ul {
display: block;
}
.main-navigation ul .toggled-on {
display: block;
}
.main-navigation .primary-menu {
border-bottom: 1px solid #d1d1d1;
}
.main-navigation .menu-item-has-children > a {
margin-right: 56px;
}
.dropdown-toggle {
background-color: transparent;
border: 0;
border-radius: 0;
color: #1a1a1a;
content: "";
height: 48px;
padding: 0;
position: absolute;
right: 0;
text-transform: none;
top: 0;
width: 48px;
}
.dropdown-toggle:after {
border: 0 solid #d1d1d1;
border-left-width: 1px;
content: "\f431";
font-size: 24px;
left: 1px;
position: relative;
width: 48px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
background-color: transparent;
}
.dropdown-toggle:focus {
outline: thin dotted;
outline-offset: -1px;
}
.dropdown-toggle:focus:after {
border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
content: "\f432";
}
.site-header .main-navigation + .social-navigation {
margin-top: 1.75em;
}
.site-footer .social-navigation {
margin-bottom: 1.75em;
}
.social-navigation ul {
list-style: none;
margin: 0 0 -0.4375em;
}
.social-navigation li {
float: left;
margin: 0 0.4375em 0.4375em 0;
}
.social-navigation a {
border: 1px solid #d1d1d1;
border-radius: 50%;
color: #1a1a1a;
display: block;
height: 35px;
position: relative;
width: 35px;
}
.social-navigation a:before {
content: "\f415";
height: 33px;
line-height: 33px;
text-align: center;
width: 33px;
}
.social-navigation a:hover:before,
.social-navigation a:focus:before {
color: #007acc;
}
.social-navigation a[href*="codepen.io"]:before {
content: "\f216";
}
.social-navigation a[href*="digg.com"]:before {
content: "\f221";
}
.social-navigation a[href*="dribbble.com"]:before {
content: "\f201";
}
.social-navigation a[href*="dropbox.com"]:before {
content: "\f225";
}
.social-navigation a[href*="facebook.com"]:before {
content: "\f203";
}
.social-navigation a[href*="flickr.com"]:before {
content: "\f211";
}
.social-navigation a[href*="foursquare.com"]:before {
content: "\f226";
}
.social-navigation a[href*="plus.google.com"]:before {
content: "\f206";
}
.social-navigation a[href*="github.com"]:before {
content: "\f200";
}
.social-navigation a[href*="instagram.com"]:before {
content: "\f215";
}
.social-navigation a[href*="linkedin.com"]:before {
content: "\f208";
}
.social-navigation a[href*="path.com"]:before {
content: "\f219";
}
.social-navigation a[href*="pinterest.com"]:before {
content: "\f210";
}
.social-navigation a[href*="getpocket.com"]:before {
content: "\f224";
}
.social-navigation a[href*="polldaddy.com"]:before {
content: "\f217";
}
.social-navigation a[href*="reddit.com"]:before {
content: "\f222";
}
.social-navigation a[href*="skype.com"]:before {
content: "\f220";
}
.social-navigation a[href*="stumbleupon.com"]:before {
content: "\f223";
}
.social-navigation a[href*="tumblr.com"]:before {
content: "\f214";
}
.social-navigation a[href*="twitter.com"]:before {
content: "\f202";
}
.social-navigation a[href*="vimeo.com"]:before {
content: "\f212";
}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
content: "\f205";
}
.social-navigation a[href*="youtube.com"]:before {
content: "\f213";
}
.social-navigation a[href^="mailto:"]:before {
content: "\f410";
}
.social-navigation a[href*="spotify.com"]:before {
content: "\f515";
}
.social-navigation a[href*="twitch.tv"]:before {
content: "\f516";
}
.social-navigation a[href$="/feed/"]:before {
content: "\f413";
}
.post-navigation {
border-top: 4px solid #1a1a1a;
border-bottom: 4px solid #1a1a1a;
clear: both;
margin: 0 7.6923% 3.5em;
}
.post-navigation a {
color: #1a1a1a;
display: block;
padding: 1.75em 0;
}
.post-navigation span {
display: block;
}
.post-navigation .meta-nav {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 0.5384615385em;
text-transform: uppercase;
}
.post-navigation .post-title {
display: inline;
font-size: 23px;
font-size: 1.4375rem;
font-weight: 700;
line-height: 1.2173913043;
text-rendering: optimizeLegibility;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
color: #007acc;
}
.post-navigation div + div {
border-top: 4px solid #1a1a1a;
}
.pagination {
border-top: 4px solid #1a1a1a;
font-size: 19px;
font-size: 1.1875rem;
margin: 0 7.6923% 2.947368421em;
min-height: 56px;
position: relative;
}
.pagination:before,
.pagination:after {
background-color: #1a1a1a;
content: "";
height: 52px;
position: absolute;
top:0;
width: 52px;
z-index: 0;
}
.pagination:before {
right: 0;
}
.pagination:after {
right: 54px;
}
.pagination a:hover,
.pagination a:focus {
color: #1a1a1a;
}
.pagination .nav-links {
padding-right: 106px;
position: relative;
}
.pagination .nav-links:before,
.pagination .nav-links:after {
color: #fff;
font-size: 32px;
line-height: 51px;
opacity: 0.3;
position: absolute;
width: 52px;
z-index: 1;
}
.pagination .nav-links:before {
content: "\f429";
right: -1px;
}
.pagination .nav-links:after {
content: "\f430";
right: 55px;
} .pagination .current .screen-reader-text {
position: static !important;
}
.pagination .page-numbers {
display: none;
letter-spacing: 0.013157895em;
line-height: 1;
margin: 0 0.7368421053em 0 -0.7368421053em;
padding: 0.8157894737em 0.7368421053em 0.3947368421em;
text-transform: uppercase;
}
.pagination .current {
display: inline-block;
font-weight: 700;
}
.pagination .prev,
.pagination .next {
background-color: #1a1a1a;
color: #fff;
display: inline-block;
height: 52px;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
top: 0;
width: 52px;
z-index: 2;
}
.pagination .prev:before,
.pagination .next:before {
font-size: 32px;
height: 53px;
line-height: 52px;
position: relative;
width: 53px;
}
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
background-color: #007acc;
color: #fff;
}
.pagination .prev:focus,
.pagination .next:focus {
outline: 0;
}
.pagination .prev {
right: 54px;
}
.pagination .prev:before {
content: "\f430";
left: -1px;
top: -1px;
}
.pagination .next {
right: 0;
}
.pagination .next:before {
content: "\f429";
right: -1px;
top: -1px;
}
.image-navigation,
.comment-navigation {
border-top: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1;
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin: 0 7.6923% 2.1538461538em;
padding: 1.0769230769em 0;
}
.comment-navigation {
margin-right: 0;
margin-left: 0;
}
.comments-title + .comment-navigation {
border-bottom: 0;
margin-bottom: 0;
}
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
display: inline-block;
}
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 0.538461538em;
}  .says,
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px; word-wrap: normal !important;
} .site .skip-link {
background-color: #f1f1f1;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
color: #21759b;
display: block;
font-size: 14px;
font-weight: 700;
left: -9999em;
outline: none;
padding: 15px 23px 14px;
text-decoration: none;
text-transform: none;
top: -9999em;
}
.logged-in .site .skip-link {
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
font-family: "Open Sans", sans-serif;
}
.site .skip-link:focus {
clip: auto;
height: auto;
left: 6px;
top: 7px;
width: auto;
z-index: 100000;
} .alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}
blockquote.alignleft {
margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
margin-bottom: 1.473684211em;
} .clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
content: "";
display: table;
}
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
clear: both;
} .widget {
margin-bottom: 3.5em;
padding-top: 1.75em;
}
.widget-area > :last-child,
.widget > :last-child {
margin-bottom: 0;
}
.widget .widget-title {
font-size: 16px;
font-size: 1rem;
letter-spacing: 0.046875em;
line-height: 1.3125;
margin: 0 0 1.75em;
text-transform: uppercase;
}
.widget .widget-title:empty {
margin-bottom: 0;
}
.widget-title a {
color: #1a1a1a;
} .widget.widget_calendar table {
margin: 0;
}
.widget_calendar td,
.widget_calendar th {
line-height: 2.5625;
padding: 0;
text-align: center;
}
.widget_calendar caption {
font-weight: 900;
margin-bottom: 1.75em;
}
.widget_calendar tbody a {
background-color: #007acc;
color: #fff;
display: block;
font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
background-color: #686868;
color: #fff;
} .widget_recent_entries .post-date {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.615384615;
margin-bottom: 0.538461538em;
}
.widget_recent_entries li:last-child .post-date {
margin-bottom: 0;
} .widget_rss .rsswidget img {
margin-top: -0.375em;
}
.widget_rss .rss-date,
.widget_rss cite {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
font-style: normal;
line-height: 1.615384615;
margin-bottom: 0.538461538em;
}
.widget_rss .rssSummary:last-child {
margin-bottom: 2.1538461538em;
}
.widget_rss li:last-child :last-child {
margin-bottom: 0;
} .tagcloud a {
border: 1px solid #d1d1d1;
border-radius: 2px;
display: inline-block;
line-height: 1;
margin: 0 0.1875em 0.4375em 0;
padding: 0.5625em 0.4375em 0.5em;
}
.tagcloud ul {
list-style-type: none;
margin-left: 0;
}
.tagcloud ul li {
display: inline-block;
}
.tagcloud a:hover,
.tagcloud a:focus {
border-color: #007acc;
color: #007acc;
outline: 0;
} .site {
background-color: #fff;
}
.site-inner {
margin: 0 auto;
max-width: 1320px;
position: relative;
}
.site-content {
word-wrap: break-word;
} #content[tabindex="-1"]:focus {
outline: 0;
}
.site-main {
margin-bottom: 3.5em;
}
.site-main > :last-child {
margin-bottom: 0;
} .site-header {
padding: 2.625em 7.6923%;
}
.site-header-main {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.site-branding {
margin: 0.875em auto 0.875em 0; max-width: 100%;
min-width: 0;
overflow: hidden;
}
.custom-logo-link {
display: block;
}
.custom-logo {
max-width: 180px;
}
.site-title {
font-size: 23px;
font-size: 1.4375rem;
font-weight: 700;
line-height: 1.2173913043;
margin: 0;
}
.site-branding .site-title a {
color: #1a1a1a;
}
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
color: #007acc;
}
.wp-custom-logo .site-title {
margin-top: 0.608695652em;
}
.site-description {
color: #686868;
display: none;
font-size: 13px;
font-size: 0.8125rem;
font-weight: 400;
line-height: 1.0769230769;
margin: 0.538461538em 0 0;
}
.menu-toggle {
background-color: transparent;
border: 1px solid #d1d1d1;
color: #1a1a1a;
font-size: 13px;
font-size: 0.8125rem;
margin: 1.076923077em 0;
padding: 0.769230769em;
}
.no-js .menu-toggle {
display: none;
}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
background-color: #1a1a1a;
border-color: #1a1a1a;
color: #fff;
}
.menu-toggle:focus {
outline: 0;
}
.menu-toggle.toggled-on:focus {
outline: thin dotted;
}
.header-image {
clear: both;
margin: 0.875em 0;
}
.header-image a {
display: block;
}
.header-image a:hover img,
.header-image a:focus img {
opacity: 0.85;
} .site-main > article {
margin-bottom: 3.5em;
position: relative;
}
.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
margin-right: 7.6923%;
margin-left: 7.6923%;
}
.entry-title {
font-size: 28px;
font-size: 1.75rem;
font-weight: 700;
line-height: 1.25;
margin-bottom: 1em;
}
.entry-title a {
color: #1a1a1a;
}
.entry-title a:hover,
.entry-title a:focus {
color: #007acc;
}
.post-thumbnail {
display: block;
margin: 0 7.6923% 1.75em;
}
.post-thumbnail img {
display: block;
}
.no-sidebar .post-thumbnail img {
margin: 0 auto;
}
a.post-thumbnail:hover,
a.post-thumbnail:focus {
opacity: 0.85;
}
.entry-content,
.entry-summary {
border-color: #d1d1d1;
}
.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.25;
margin-top: 2em;
margin-bottom: 1em;
}
.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.2173913043;
margin-top: 2.4347826087em;
margin-bottom: 1.2173913043em;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.1052631579;
margin-top: 2.9473684211em;
margin-bottom: 1.4736842105em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin-top: 3.5em;
margin-bottom: 1.75em;
}
.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
letter-spacing: 0.140625em;
text-transform: uppercase;
}
.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
font-style: italic;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
font-weight: 900;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
margin-top: 0;
}
.post-navigation .post-title,
.entry-title,
.comments-title {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
body:not(.search-results) .entry-summary {
color: #686868;
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.4736842105;
margin-bottom: 1.4736842105em;
}
body:not(.search-results) .entry-header + .entry-summary {
margin-top: -0.736842105em;
}
body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
margin-bottom: 1.4736842105em;
}
body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
margin-bottom: 0;
}
body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
padding: 0.3684210526em;
}
body:not(.search-results) .entry-summary fieldset {
margin-bottom: 1.4736842105em;
padding: 0.3684210526em;
}
body:not(.search-results) .entry-summary blockquote {
border-color: currentColor;
}
body:not(.search-results) .entry-summary blockquote > :last-child {
margin-bottom: 0;
}
body:not(.search-results) .entry-summary .alignleft {
margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}
body:not(.search-results) .entry-summary .alignright {
margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}
body:not(.search-results) .entry-summary .aligncenter {
margin-bottom: 1.4736842105em;
}
.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
margin-bottom: 0;
}
.more-link {
white-space: nowrap;
}
.author-info {
border-color: inherit;
border-style: solid;
border-width: 1px 0 1px 0;
clear: both;
padding-top: 1.75em;
padding-bottom: 1.75em;
}
.author-avatar .avatar {
float: left;
height: 42px;
margin: 0 1.75em 1.75em 0;
width: 42px;
}
.author-description > :last-child {
margin-bottom: 0;
}
.entry-content .author-title {
clear: none;
font-size: 16px;
font-size: 1rem;
font-weight: 900;
line-height: 1.75;
margin: 0;
}
.author-bio {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-bottom: 1.6153846154em;
overflow: hidden;
}
.author-link {
white-space: nowrap;
}
.entry-footer {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-top: 2.1538461538em;
}
.entry-footer:empty {
margin: 0;
}
.entry-footer a {
color: #686868;
}
.entry-footer a:hover,
.entry-footer a:focus {
color: #007acc;
}
.entry-footer > span:not(:last-child):after {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 0.538461538em;
}
.entry-footer .avatar {
height: 21px;
margin: -0.1538461538em 0.5384615385em 0 0;
width: 21px;
}
.sticky-post {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 0.5384615385em;
text-transform: uppercase;
} .updated:not(.published) {
display: none;
}
.sticky .posted-on,
.byline {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-header {
border-top: 1px solid #eee;
margin: 0 7.6923% 3.5em;
padding-top: 1.75em;
}
body.error404 .page-header,
body.search-no-results .page-header {
border-top: 0;
padding-top: 0;
}
.page-title {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.2173913043;
}
.taxonomy-description {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.taxonomy-description p {
margin: 0.5384615385em 0 1.6153846154em;
}
.taxonomy-description > :last-child {
margin-bottom: 0;
}
.page-links {
clear: both;
margin: 0 0 1.75em;
}
.page-links a,
.page-links > span {
border: 1px solid #d1d1d1;
border-radius: 2px;
display: inline-block;
font-size: 13px;
font-size: 0.8125rem;
height: 1.8461538462em;
line-height: 1.6923076923em;
margin-right: 0.3076923077em;
text-align: center;
width: 1.8461538462em;
}
.page-links a {
background-color: #1a1a1a;
border-color: #1a1a1a;
color: #fff;
}
.page-links a:hover,
.page-links a:focus {
background-color: #007acc;
border-color: transparent;
color: #fff;
}
.page-links > .page-links-title {
border: 0;
color: #1a1a1a;
height: auto;
margin: 0;
padding-right: 0.6153846154em;
width: auto;
}
.entry-attachment {
margin-bottom: 1.75em;
}
.entry-caption {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 1.0769230769em;
}
.entry-caption > :last-child {
margin-bottom: 0;
}
.content-bottom-widgets {
margin: 0 7.6923%;
}
.content-bottom-widgets .widget-area {
margin-bottom: 3.5em;
} .format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.473684211;
margin-bottom: 1.473684211em;
}
.blog .format-status .entry-title,
.archive .format-status .entry-title {
display: none;
} .comments-area {
margin: 0 7.6923% 3.5em;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 1.75em;
}
.comments-title,
.comment-reply-title {
border-top: 4px solid #1a1a1a;
font-size: 23px;
font-size: 1.4375rem;
font-weight: 700;
line-height: 1.3125;
padding-top: 1.217391304em;
}
.comments-title {
margin-bottom: 1.217391304em;
}
.comment-list {
list-style: none;
margin: 0;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
border-top: 1px solid #d1d1d1;
padding: 1.75em 0;
}
.comment-list .children {
list-style: none;
margin: 0;
}
.comment-list .children > li {
padding-left: 0.875em;
}
.comment-author {
color: #1a1a1a;
margin-bottom: 0.4375em;
}
.comment-author .avatar {
float: left;
height: 28px;
margin-right: 0.875em;
position: relative;
width: 28px;
}
.bypostauthor > article .fn:after {
content: "\f304";
left: 3px;
position: relative;
top: 5px;
}
.comment-metadata,
.pingback .edit-link {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.comment-metadata {
margin-bottom: 2.1538461538em;
}
.comment-metadata a,
.pingback .comment-edit-link {
color: #686868;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
color: #007acc;
}
.comment-metadata .edit-link,
.pingback .edit-link {
display: inline-block;
}
.comment-metadata .edit-link:before,
.pingback .edit-link:before {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 0.538461538em;
}
.comment-content ul,
.comment-content ol {
margin: 0 0 1.5em 1.25em;
}
.comment-content li > ul,
.comment-content li > ol {
margin-bottom: 0;
}
.comment-reply-link {
border: 1px solid #d1d1d1;
border-radius: 2px;
color: #007acc;
display: inline-block;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1;
margin-top: 2.1538461538em;
padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
border-color: currentColor;
color: #007acc;
outline: 0;
}
.comment-form {
padding-top: 1.75em;
}
.comment-form label {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
margin-bottom: 0.5384615385em;
text-transform: uppercase;
}
.comment-list .comment-form {
padding-bottom: 1.75em;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-bottom: 2.1538461538em;
}
.no-comments {
border-top: 1px solid #d1d1d1;
font-weight: 700;
margin: 0;
padding-top: 1.75em;
}
.comment-navigation + .no-comments {
border-top: 0;
padding-top: 0;
}
.form-allowed-tags code {
font-family: Inconsolata, monospace;
}
.form-submit {
margin-bottom: 0;
}
.required {
color: #007acc;
font-family: Merriweather, Georgia, serif;
}
.comment-reply-title small {
font-size: 100%;
}
.comment-reply-title small a {
border: 0;
float: right;
height: 32px;
overflow: hidden;
width: 26px;
}
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
color: #1a1a1a;
}
.comment-reply-title small a:before {
content: "\f405";
font-size: 32px;
position: relative;
top: -5px;
}
.comment-form #wp-comment-cookies-consent {
margin: 0 10px 0 0;
}
.comment-form .comment-form-cookies-consent label {
display: inline;
font-family: Merriweather, Georgia, serif;
letter-spacing: 0;
text-transform: none;
} .sidebar {
margin-bottom: 3.5em;
padding: 0 7.6923%;
} .site-footer {
padding: 0 7.6923% 1.75em;
}
.site-info {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.site-footer .site-title {
font-family: inherit;
font-size: inherit;
font-weight: 400;
}
.site-footer .site-title:after {
content: "\002f";
display: inline-block;
opacity: 0.7;
padding: 0 0.307692308em 0 0.538461538em;
}
.site-footer span[role=separator] {
opacity: 0.7;
padding: 0 0.307692308em 0 0.538461538em;
}
.site-footer span[role=separator]::before {
content: '\002f';
} .site .avatar {
border-radius: 50%;
}
.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
border: none;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
display: block;
} embed,
iframe,
object,
video {
margin-bottom: 1.75em;
max-width: 100%;
vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
margin-bottom: 0;
}
.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
box-shadow: none;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
margin-top: 0;
margin-bottom: 1.75em;
}
.wp-playlist.wp-audio-playlist {
padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
border-bottom: 0;
padding: 0.7142857143em 0;
}
.wp-playlist-item .wp-playlist-item-length {
top: 0.7142857143em;
} .wp-caption {
margin-bottom: 1.75em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption .wp-caption-text {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
} .gallery {
margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.1400652% 2.2801304%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .widecolumn {
margin-bottom: 3.5em;
padding: 0 7.6923%;
}
.widecolumn .mu_register {
width: auto;
}
.widecolumn .mu_register .mu_alert {
background: transparent;
border-color: #d1d1d1;
color: inherit;
margin-bottom: 3.5em;
padding: 1.75em;
}
.widecolumn form,
.widecolumn .mu_register form {
margin-top: 0;
}
.widecolumn h2 {
font-size: 23px;
font-size: 1.4375rem;
font-weight: 900;
line-height: 1.2173913043;
margin-bottom: 1.2173913043em;
}
.widecolumn p {
margin: 1.75em 0;
}
.widecolumn p + h2 {
margin-top: 2.4347826087em;
}
.widecolumn label,
.widecolumn .mu_register label {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
font-weight: 400;
letter-spacing: 0.076923077em;
line-height: 1.6153846154;
text-transform: uppercase;
}
.widecolumn .mu_register label {
margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}
.widecolumn .mu_register label strong {
font-weight: 400;
}
.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
font-size: 16px;
font-size: 1rem;
width: 100%;
}
.widecolumn .mu_register #blogname {
margin: 0;
}
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
margin: 0 0 0.375em;
}
.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
font-size: 16px;
font-size: 1rem;
margin: 0;
width: auto;
}
.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
font-size: inherit;
}
.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
margin-bottom: 0;
}  @-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
} @media screen and (min-width: 44.375em) {
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
background: inherit;
content: "";
display: block;
height: 21px;
left: 0;
position: fixed;
width: 100%;
z-index: 99;
}
body:not(.custom-background-image):before {
top: 0;
}
body:not(.custom-background-image).admin-bar:before {
top: 46px;
}
body:not(.custom-background-image):after {
bottom: 0;
}
.site-main {
margin-bottom: 5.25em;
}
.site-header {
padding: 3.9375em 7.6923%;
}
.site-branding {
margin-top: 1.3125em;
margin-bottom: 1.3125em;
}
.custom-logo {
max-width: 210px;
}
.site-title {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.25;
}
.wp-custom-logo .site-title {
margin-top: 0.5em;
}
.site-description {
display: block;
}
.menu-toggle {
font-size: 16px;
font-size: 1.0rem;
margin: 1.3125em 0;
padding: 0.8125em 0.875em 0.6875em;
}
.site-header-menu {
margin: 1.3125em 0;
}
.site-header .main-navigation + .social-navigation {
margin-top: 2.625em;
}
.header-image {
margin: 1.3125em 0;
}
.pagination {
margin: 0 23.0769% 4.421052632em 7.6923%
}
.post-navigation {
margin-bottom: 5.25em;
}
.post-navigation .post-title {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.25;
} .pagination .current .screen-reader-text {
position: absolute !important;
}
.pagination .page-numbers {
display: inline-block;
}
.entry-header,
.post-thumbnail,
.entry-content,
.entry-summary,
.entry-footer,
.comments-area,
.image-navigation,
.post-navigation,
.page-header,
.page-content,
.content-bottom-widgets {
margin-right: 23.0769%;
}
.entry-title {
font-size: 33px;
font-size: 2.0625rem;
line-height: 1.2727272727;
margin-bottom: 0.8484848485em;
}
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
border-width: 4px 0 0 0;
padding: 0.9473684211em 0 0;
width: -webkit-calc(50% - 0.736842105em);
width: calc(50% - 0.736842105em);
}
.entry-content blockquote:not(.alignleft):not(.alignright),
.entry-summary blockquote,
.comment-content blockquote {
margin-left: -1.473684211em;
}
.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
.entry-summary blockquote blockquote,
.comment-content blockquote blockquote {
margin-left: 0;
}
.entry-content ul,
.entry-summary ul,
.comment-content ul,
.entry-content ol,
.entry-summary ol,
.comment-content ol {
margin-left: 0;
}
.entry-content li > ul,
.entry-summary li > ul,
.comment-content li > ul,
.entry-content blockquote > ul,
.entry-summary blockquote > ul,
.comment-content blockquote > ul {
margin-left: 1.25em;
}
.entry-content li > ol,
.entry-summary li > ol,
.comment-content li > ol,
.entry-content blockquote > ol,
.entry-summary blockquote > ol,
.comment-content blockquote > ol {
margin-left: 1.5em;
}
.comment-author {
margin-bottom: 0;
}
.comment-author .avatar {
height: 42px;
position: relative;
top: 0.25em;
width: 42px;
}
.comment-list .children > li {
padding-left: 1.75em;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 3.5em;
}
.comments-area,
.widget,
.content-bottom-widgets .widget-area {
margin-bottom: 5.25em;
}
.sidebar,
.widecolumn {
margin-bottom: 5.25em;
padding-right: 23.0769%;
}
body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary blockquote > ul {
margin-left: 1.157894737em;
}
body:not(.search-results) .entry-summary li > ol,
body:not(.search-results) .entry-summary blockquote > ol {
margin-left: 1.473684211em;
}
} @media screen and (min-width: 48.9375em) {
body:not(.custom-background-image).admin-bar:before {
top: 32px;
}
} @media screen and (min-width: 56.875em) {
.site-header {
padding-right: 4.5455%;
padding-left: 4.5455%;
}
.site-header-main {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.wp-custom-logo .site-header-main {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.site-header-menu {
display: block;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.main-navigation {
margin: 0 -0.875em;
}
.main-navigation .primary-menu,
.main-navigation .primary-menu > li {
border: 0;
}
.main-navigation .primary-menu > li {
float: left;
}
.main-navigation a {
outline-offset: -8px;
padding: 0.65625em 0.875em;
white-space: nowrap;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
color: #007acc;
}
.main-navigation ul ul {
border-bottom: 1px solid #d1d1d1;
display: block;
left: -999em;
margin: 0;
position: absolute;
z-index: 99999;
box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.05);
transition: opacity .4s ease-in-out;
}
.main-navigation ul ul ul {
top: -1px;
}
.main-navigation ul ul ul:before,
.main-navigation ul ul ul:after {
border: 0;
}
.main-navigation ul ul li {
background-color: #fff;
border-top: 1px dashed rgba(0, 0, 0, 0.1);
border-bottom-width: 0;
}
.main-navigation ul ul a {
white-space: normal;
width: 12.6875em;
}
.main-navigation ul ul:before,
.main-navigation ul ul:after {
border-style: solid;
content: "";
position: absolute;
}
.main-navigation ul ul:before {
border-color: #d1d1d1 transparent;
border-width: 0 10px 10px;
right: 9px;
top: -9px;
}
.main-navigation ul ul:after {
border-color: #fff transparent;
border-width: 0 8px 8px;
right: 11px;
top: -7px;
}
.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
left: auto;
right: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: auto;
right: 100%;
}
.main-navigation .menu-item-has-children > a {
margin: 0;
}
.main-navigation ul ul .menu-item-has-children > a {
padding-right: 2.0625em;
}
.main-navigation ul ul .menu-item-has-children > a:after {
right: 0.5625em;
top: 0.875em;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.dropdown-toggle,
.main-navigation ul .dropdown-toggle.toggled-on,
.menu-toggle,
.site-header .social-navigation,
.site-footer .main-navigation {
display: none;
}
.site-content {
padding: 0 4.5455%;
}
.content-area {
float: left;
margin-right: -100%;
width: 70%;
}
.entry-header,
.post-thumbnail,
.entry-content,
.entry-summary,
.entry-footer,
.comments-area,
.image-navigation,
.post-navigation,
.pagination,
.page-header,
.page-content,
.content-bottom-widgets {
margin-right: 0;
margin-left: 0;
}
.sidebar {
float: left;
margin-left: 75%;
padding: 0;
width: 25%;
}
.widget {
font-size: 15px;
line-height: 1.8;
margin-bottom: 3.230769231em;
padding-top: 1.615384615em;
}
.widget .widget-title {
margin-bottom: 1.3125em;
}
.widget p,
.widget address,
.widget hr,
.widget ul,
.widget ol,
.widget dl,
.widget dd,
.widget table {
margin-bottom: 1.6153846154em;
}
.widget li > ul,
.widget li > ol {
margin-bottom: 0;
}
.widget blockquote {
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin-bottom: 1.3125em;
padding-left: 1.0625em;
}
.widget blockquote cite,
.widget blockquote small {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.widget th,
.widget td {
padding: 0.5384615385em;
}
.widget pre {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-bottom: 1.6153846154em;
padding: 0.5384615385em;
}
.widget fieldset {
margin-bottom: 1.6153846154em;
padding: 0.5384615385em;
}
.widget button,
.widget input,
.widget select,
.widget textarea {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
line-height: 1;
padding: 0.846153846em;
}
.widget input[type="date"],
.widget input[type="time"],
.widget input[type="datetime-local"],
.widget input[type="week"],
.widget input[type="month"],
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="tel"],
.widget input[type="number"],
.widget textarea {
padding: 0.4615384615em 0.5384615385em;
}
.widget h1 {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.2173913043;
margin-bottom: 0.9130434783em;
}
.widget h2 {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.1052631579;
margin-bottom: 1.1052631579em;
}
.widget h3 {
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin-bottom: 1.3125em;
}
.widget h4,
.widget h5,
.widget h6 {
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
margin-bottom: 0.9130434783em;
}
.widget .alignleft {
margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
}
.widget .alignright {
margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
}
.widget .aligncenter {
margin-bottom: 1.6153846154em;
}
.widget_calendar td,
.widget_calendar th {
line-height: 2.6923076923;
padding: 0;
}
.widget_rss .rssSummary:last-child {
margin-bottom: 1.615384615em;
}
.widget input[type="search"].search-field {
width: -webkit-calc(100% - 86px);
width: calc(100% - 86px);
}
.widget .search-submit:before {
font-size: 16px;
left: 1px;
line-height: 35px;
width: 34px;
}
.widget button.search-submit {
padding: 0;
width: 35px;
}
.tagcloud a {
margin: 0 0.2307692308em 0.5384615385em 0;
padding: 0.5384615385em 0.4615384615em 0.4615384615em;
}
.textwidget h1 {
margin-top: 1.8260869565em;
}
.textwidget h2 {
margin-top: 2.2105263158em;
}
.textwidget h3 {
margin-top: 2.625em;
}
.textwidget h4 {
letter-spacing: 0.153846154em;
}
.textwidget h4,
.textwidget h5,
.textwidget h6 {
margin-top: 3.2307692308em;
}
.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
float: left;
margin-right: 7.1428571%;
width: 46.42857145%;
}
.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
margin-right: 0;
}
.site-footer {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 4.5455% 3.5em;
}
.site-footer .social-navigation {
margin: 0;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.site-info {
margin: 0.538461538em auto 0.538461538em 0;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.no-sidebar .content-area {
float: none;
margin: 0;
width: 100%;
}
.no-sidebar .entry-header,
.no-sidebar .entry-content,
.no-sidebar .entry-summary,
.no-sidebar .entry-footer,
.no-sidebar .comments-area,
.no-sidebar .image-navigation,
.no-sidebar .post-navigation,
.no-sidebar .pagination,
.no-sidebar .page-header,
.no-sidebar .page-content,
.no-sidebar .content-bottom-widgets {
margin-right: 15%;
margin-left: 15%;
}
.widecolumn {
padding-right: 15%;
padding-left: 15%;
}
} @media screen and (min-width: 61.5625em) {
.site-main {
margin-bottom: 7.0em;
}
.site-header {
padding: 5.25em 4.5455%;
}
.site-branding,
.site-header-menu,
.header-image {
margin-top: 1.75em;
margin-bottom: 1.75em;
}
.custom-logo {
max-width: 240px;
}
.image-navigation {
margin-bottom: 3.230769231em;
}
.post-navigation {
margin-bottom: 7.0em;
}
.pagination {
margin-bottom: 5.894736842em;
}
.widget {
margin-bottom: 4.307692308em;
}
.entry-title {
font-size: 30px;
font-size: 1.5rem;
line-height: 1.225;
margin-bottom: 1.05em;
}
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 23px;
font-size: 1.4375em;
line-height: 1.304347826;
margin-bottom: 1.826086957em;
}
.post-thumbnail {
margin-bottom: 2.625em;
}
.entry-content h1,
.entry-summary h1,
.comment-content h1 {
font-size: 33px;
font-size: 2.0625rem;
line-height: 1.2727272727;
margin-top: 1.696969697em;
margin-bottom: 0.8484848485em;
}
.entry-content h2,
.entry-summary h2,
.comment-content h2 {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.25;
margin-top: 2em;
margin-bottom: 1em;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3 {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.2173913043;
margin-top: 2.4347826087em;
margin-bottom: 1.2173913043em;
}
.entry-content h4,
.entry-summary h4,
.entry-intro h4,
.comment-content h4 {
letter-spacing: 0.131578947em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.1052631579;
margin-top: 2.9473684211em;
margin-bottom: 1.473684211em;
}
.author-info {
border-bottom-width: 0;
padding-bottom: 0;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
padding-top: 5.25em;
}
.comments-area,
.sidebar,
.content-bottom-widgets .widget-area,
.widecolumn {
margin-bottom: 7.0em;
}
body:not(.search-results) .entry-summary {
margin-bottom: 2.210526316em;
}
body:not(.search-results) .entry-header + .entry-summary {
margin-top: -1.105263158em;
}
body:not(.search-results) article:not(.type-page) .entry-content {
float: right;
width: 71.42857144%;
}
body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
margin-left: -40%;
width: -webkit-calc(60% - 1.4736842105em);
width: calc(60% - 1.4736842105em);
}
body:not(.search-results) article:not(.type-page) img.below-entry-meta,
body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
clear: both;
display: block;
float: none;
margin-right: 0;
margin-left: -40%;
max-width: 140%;
}
body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
margin: 0;
max-width: 100%;
}
body:not(.search-results) article:not(.type-page) .entry-footer {
float: left;
margin-top: 0.1538461538em;
width: 21.42857143%;
}
body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
display: none;
}
.single .byline,
.full-size-link,
body:not(.search-results).group-blog .byline,
body:not(.search-results) .entry-format,
body:not(.search-results) .cat-links,
body:not(.search-results) .tags-links,
body:not(.search-results) article:not(.sticky) .posted-on,
body:not(.search-results) article:not(.type-page) .comments-link,
body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
display: block;
margin-bottom: 0.5384615385em;
}
body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
margin-bottom: 0;
}
body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
display: block;
height: auto;
margin: 0 0 0.5384615385em;
width: 49px;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
float: left;
margin-right: -100%;
margin-left: 34.99999999%;
width: 50.00000001%;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
margin-right: -100%;
margin-left: 15%;
width: 15%;
}
} @media screen and (min-width: 75em) {
body:not(.search-results) .entry-summary {
line-height: 1.5217391304;
margin-bottom: 1.826086957em;
}
body:not(.search-results) .entry-header + .entry-summary {
margin-top: -0.913043478em;
}
body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
margin-bottom: 1.5217391304em;
}
body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary blockquote > ul {
margin-left: 0.956521739em;
}
body:not(.search-results) .entry-summary li > ol,
body:not(.search-results) .entry-summary blockquote > ol {
margin-left: 1.52173913em;
}
body:not(.search-results) .entry-summary blockquote {
font-size: 23px;
font-size: 1.4375rem;
line-height: 1.5217391304;
margin: 0 0 1.5217391304em;
padding-left: 1.347826087em;
}
body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
margin-left: -1.52173913em;
}
body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
margin-left: 0;
}
body:not(.search-results) .entry-summary blockquote cite,
body:not(.search-results) .entry-summary blockquote small {
font-size: 19px;
font-size: 1.1875rem;
line-height: 1.8421052632;
}
body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
padding: 0.3043478261em;
}
body:not(.search-results) .entry-summary pre {
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
margin-bottom: 1.75em;
padding: 1.75em;
}
body:not(.search-results) .entry-summary fieldset {
margin-bottom: 1.5217391304em;
padding: 0.3043478261em;
}
body:not(.search-results) .entry-summary h1 {
margin-top: 2.121212121em;
margin-bottom: 1.060606061em;
}
body:not(.search-results) .entry-summary h2 {
margin-top: 2.5em;
margin-bottom: 1.25em;
}
body:not(.search-results) .entry-summary h3 {
margin-top: 3.043478261em;
margin-bottom: 1.52173913em;
}
body:not(.search-results) .entry-summary h4,
body:not(.search-results) .entry-summary h5,
body:not(.search-results) .entry-summary h6 {
margin-top: 3.684210526em;
margin-bottom: 1.842105263em;
}
body:not(.search-results) .entry-summary h1:first-child,
body:not(.search-results) .entry-summary h2:first-child,
body:not(.search-results) .entry-summary h3:first-child,
body:not(.search-results) .entry-summary h4:first-child,
body:not(.search-results) .entry-summary h5:first-child,
body:not(.search-results) .entry-summary h6:first-child {
margin-top: 0;
}
body:not(.search-results) .entry-summary .alignleft {
margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
}
body:not(.search-results) .entry-summary .alignright {
margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
}
body:not(.search-results) .entry-summary .aligncenter {
margin-bottom: 1.5217391304em;
}
} @media print {
form,
button,
input,
select,
textarea,
.navigation,
.main-navigation,
.social-navigation,
.sidebar,
.content-bottom-widgets,
.header-image,
.page-links,
.edit-link,
.comment-respond,
.comment-edit-link,
.comment-reply-link,
.comment-metadata .edit-link,
.pingback .edit-link {
display: none;
}
body,
blockquote cite,
blockquote small,
pre,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.entry-content .author-title {
font-size: 12pt;
}
blockquote {
font-size: 14.25pt;
}
.site-title,
.page-title,
.comments-title,
.entry-content h2,
.entry-summary h2,
.comment-content h2,
.widecolumn h2 {
font-size: 17.25pt;
}
.site-description {
display: block;
}
.entry-title {
font-size: 24.75pt;
line-height: 1.2727272727;
margin-bottom: 1.696969697em;
}
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 17.25pt;
line-height: 1.304347826;
margin-bottom: 1.826086957em;
}
.entry-content h1,
.entry-summary h1,
.comment-content h1 {
font-size: 21pt;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3,
body:not(.search-results) .entry-summary {
font-size: 14.25pt;
}
.site-description,
.author-bio,
.entry-footer,
.sticky-post,
.taxonomy-description,
.entry-caption,
.comment-metadata,
.comment-notes,
.comment-awaiting-moderation,
.site-info,
.wp-caption .wp-caption-text,
.gallery-caption {
font-size: 9.75pt;
}
body,
.site {
background: none !important; }
body,
blockquote cite,
blockquote small,
.site-branding .site-title a,
.entry-title a,
.comment-author {
color: #1a1a1a !important; }
blockquote,
.page-header,
.comments-title {
border-color: #1a1a1a !important; }
blockquote,
.site-description,
body:not(.search-results) .entry-summary,
body:not(.search-results) .entry-summary blockquote,
.author-bio,
.entry-footer,
.entry-footer a,
.sticky-post,
.taxonomy-description,
.entry-caption,
.comment-author,
.comment-metadata a,
.comment-notes,
.comment-awaiting-moderation,
.site-info,
.site-info a,
.wp-caption .wp-caption-text,
.gallery-caption {
color: #686868 !important; }
code,
hr {
background-color: #d1d1d1 !important; }
pre,
abbr,
acronym,
table,
th,
td,
.author-info,
.comment-list article,
.comment-list .pingback,
.comment-list .trackback,
.no-comments {
border-color: #d1d1d1 !important; }
a {
color: #007acc !important; }
.entry-content a,
.entry-summary a,
.taxonomy-description a,
.comment-content a,
.pingback .comment-body > a {
box-shadow: none;
border-bottom: 1px solid #007acc !important; }
.site-inner {
max-width: none;
}
.site-header {
padding: 0 0 1.75em;
}
.site-branding {
margin-top: 0;
margin-bottom: 1.75em;
}
.site-main {
margin-bottom: 3.5em;
}
.entry-header,
.entry-footer,
.page-header,
.page-content,
.entry-content,
.entry-summary,
.post-thumbnail,
.comments-area {
margin-right: 0;
margin-left: 0;
}
.post-thumbnail,
.site-main > article {
margin-bottom: 3.5em;
}
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
border-width: 4px 0 0 0;
padding: 0.9473684211em 0 0;
width: -webkit-calc(50% - 0.736842105em);
width: calc(50% - 0.736842105em);
}
body:not(.search-results) .entry-header + .entry-summary {
margin-top: -1.473684211em;
}
.site-footer,
.widecolumn {
padding: 0;
}
}[class^="wp-block-"] figcaption {
color: #686868;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
text-align: left;
}
.rtl [class^="wp-block-"] figcaption {
text-align: right;
}  p.has-drop-cap:not(:focus)::first-letter {
font-size: 5em;
} @media screen and (min-width: 61.5625em) {
body:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta {
clear: both;
display: block;
float: none;
margin-right: 0;
margin-left: -40%;
max-width: 140%;
}
body.rtl:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta {
margin-left: 0;
margin-right: -40%;
}
} .wp-block-gallery {
margin-bottom: 1.75em;
} .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
.wp-block-quote:not(.is-large):not(.is-style-large).alignright {
border-left: none;
padding-left: 0;
}
.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignright {
border-right: none;
padding-right: 0;
}
.wp-block-quote cite {
color: #1a1a1a;
display: block;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
.wp-block-quote cite:before {
content: "\2014\00a0";
} .wp-block-audio audio {
display: block;
width: 100%;
} .wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
display: flex;
} .wp-block-file .wp-block-file__button {
background: #1a1a1a;
border: 0;
border-radius: 2px;
color: #fff;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-weight: 700;
letter-spacing: 0.046875em;
line-height: 1;
padding: 0.84375em 0.875em 0.78125em;
text-transform: uppercase;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
background: #007acc;
}
.wp-block-file .wp-block-file__button:focus {
outline: thin dotted;
outline-offset: -4px;
}
.rtl .wp-block-file * + .wp-block-file__button {
margin-left: 0.75em;
margin-right: 0;
}  .wp-block-code {
border: 0;
font-family: Inconsolata, monospace;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
padding: 0;
} .wp-block-pullquote {
border-width: 4px;
}
.wp-block-pullquote blockquote {
border-left: 0;
margin: 0;
padding: 0;
}
.rtl .wp-block-pullquote blockquote {
border-right: 0;
}
.wp-block-pullquote p {
color: #686868;
font-size: 19px;
font-size: 1.1875rem;
}
.wp-block-pullquote cite {
color: #1a1a1a;
display: block;
font-size: 16px;
font-size: 1rem;
font-style: none;
line-height: 1.75;
text-transform: none;
}
.wp-block-pullquote cite:before {
content: "\2014\00a0";
} .wp-block-table,
.wp-block-table th,
.wp-block-table td {
border: 1px solid #d1d1d1;
}
.wp-block-table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.75em;
table-layout: fixed;
width: 100%;
}
.wp-block-table th,
.wp-block-table td {
font-weight: normal;
padding: 0.4375em;
text-align: left;
}
.wp-block-table th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
.wp-block-table td {
border-width: 0 1px 1px 0;
}
.rtl .wp-block-table th,
.rtl .wp-block-table td {
text-align: right;
}  .wp-block-button .wp-block-button__link {
box-shadow: none;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-weight: 700;
letter-spacing: 0.046875em;
line-height: 1;
padding: 0.84375em 1.3125em 0.78125em;
text-transform: uppercase;
}
.entry-content .wp-block-button__link {
background: #1a1a1a;
color: #fff;
}
.entry-content .is-style-outline .wp-block-button__link:not(.has-background) {
background: transparent;
}
.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
color: #1a1a1a;
}
.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:focus,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus,
.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):focus {
background: #007acc;
color: #fff;
}
.wp-block-button .wp-block-button__link:focus {
outline: thin dotted;
outline-offset: -4px;
} hr.wp-block-separator {
border: 0;
}
.wp-block-separator {
margin-left: auto;
margin-right: auto;
max-width: 100px;
}
.wp-block-separator.is-style-wide {
max-width: 100%;
} .wp-block-media-text {
margin-bottom: 1.75em;
}
.wp-block-media-text *:last-child {
margin-bottom: 0;
}  .wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
list-style-position: inside;
text-align: center;
} .wp-block-latest-comments__comment-meta a {
box-shadow: none;
font-weight: 700;
}
.wp-block-latest-comments__comment-date {
color: #686868;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.6153846154;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
border-top: 1px solid #d1d1d1;
margin-bottom: 0;
padding: 1.75em 0;
}
.wp-block-latest-comments__comment-excerpt p:last-child {
margin-bottom: 0;
} .entry-content .has-dark-gray-color {
color: #1a1a1a;
}
.entry-content .has-dark-gray-background-color {
background-color: #1a1a1a;
}
.entry-content .has-medium-gray-color {
color: #686868;
}
.entry-content .has-medium-gray-background-color {
background-color: #686868;
}
.entry-content .has-light-gray-color {
color: #e5e5e5;
}
.entry-content .has-light-gray-background-color {
background-color: #e5e5e5;
}
.entry-content .has-white-color {
color: #fff;
}
.entry-content .has-white-background-color {
background-color: #fff;
}
.entry-content .has-blue-gray-color {
color: #4d545c;
}
.entry-content .has-blue-gray-background-color {
background-color: #4d545c;
}
.entry-content .has-bright-blue-color {
color: #007acc;
}
.entry-content .has-bright-blue-background-color {
background-color: #007acc;
}
.entry-content .has-light-blue-color {
color: #9adffd;
}
.entry-content .has-light-blue-background-color {
background-color: #9adffd;
}
.entry-content .has-dark-brown-color {
color: #402b30;
}
.entry-content .has-dark-brown-background-color {
background-color: #402b30;
}
.entry-content .has-medium-brown-color {
color: #774e24;
}
.entry-content .has-medium-brown-background-color {
background-color: #774e24;
}
.entry-content .has-dark-red-color {
color: #640c1f;
}
.entry-content .has-dark-red-background-color {
background-color: #640c1f;
}
.entry-content .has-bright-red-color {
color: #ff675f;
}
.entry-content .has-bright-red-background-color {
background-color: #ff675f;
}
.entry-content .has-yellow-color {
color: #ffef8e;
}
.entry-content .has-yellow-background-color {
background-color: #ffef8e;
}div.pp_woocommerce div.ppt {     
display: none!important; 
}
.summary .variations_form.cart {
margin-bottom: 0!important;
}
.woocommerce-variation-add-to-cart .tinv-wraper.tinv-wishlist {
display: none!important;
}
#payment.woocommerce-checkout-payment ul li {
list-style: none!important;
}
a.about_paypal {
margin-left: 10px;
}
.woocommerce-checkout input, 
.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
padding: 5px;
font-size: 12px;
}
a.wishlist_products_counter.top_wishlist-heart:before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before, 
a.wishlist_products_counter.top_wishlist-black:before,
body ul.products li.product a.button.compare:hover,
body ul.products li.product a.button.yith-wcqv-button:hover, 
body ul.products li.product a.button.tinvwl_add_to_wishlist_button:hover {
color: #fff!important;
}
.woocommerce ul.products li.product {
border-radius: 0;	
margin-bottom: 0;
padding-bottom: 20px;
background-color: #fff;
position: relative;
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.woocommerce ul.products li.product:hover {
position: relative;
z-index: 12;
}
.woocommerce ul.products li.product:hover::before {
visibility: visible;
opacity: 1;
top: -15px;
left: -15px;
right: -15px;
bottom: 0;
box-shadow: 2px 5px 15px 0 rgba(0,0,0,0.2);
}
.woocommerce ul.products li.product::before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff !important;
content: "";
visibility: hidden;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
opacity: 0;
}
.woocommerce ul.products li.product a img,
ul.products li.pif-has-gallery a.woocommerce-loop-product__link .wp-post-image--secondary {
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;	
}
ul.products li.pif-has-gallery a.woocommerce-loop-product__link:hover .wp-post-image--secondary {
transform: scale(1.15);
-webkit-transform: scale(1.15);
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
display: block;
position: relative;
overflow: hidden;
transform: translateZ(0);
-webkit-transform: translateZ(0);	
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.woocommerce ul.products li.product a img {
margin-bottom: 0 !important;
}
ul.products li.pif-has-gallery a.woocommerce-loop-product__link:hover .attachment-woocommerce_thumbnail {
overflow: hidden;
opacity: 0;
}
.woocommerce .quantity .qty {
width: 6em;
}
.tinvwl-input-group-btn {
width: 50% !important;
}
.tinv-wishlist .product-action {
width: 190px !important;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 1em;
margin: 1em 0;
font-size: .92em;
border-radius: 2px;
line-height: 1.5;
color: #515151;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
content: '';
display: block;
border: 1em solid #eee;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
top: -.75em;
left: 0;
margin: -1em 0 0 2em;
}
.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #d3ced2;
}
#yith-quick-view-content .onsale {
left: auto !important;
}
#yith-quick-view-close {
color: #fff !important;
border-color: #fff !important;
}
.woocommerce ul.products li.product .price {
font-size: 18px;
color: #222;
line-height: 30px;
font-weight: 700;
}
.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button {
width: 40px;
height: 40px;
line-height: 40px;
padding: 5px 8px !important;
}
.woocommerce-page .tinvwl_button_view,
.woocommerce-page .tinvwl_button_close {
padding-bottom: 30px !important;
}
.woocommerce-page .tinvwl_button_view:hover,
.woocommerce-page .tinvwl_button_close:hover {
color: #fff !important;
}
body.single-product div.product div.summary form.cart {
margin-bottom: 0 !important;
}
body.single-product div.product div.summary a.button {
display: none;
}
body.single-product div.product div.summary .product_meta {
margin-top: 20px;
}
.woocommerce div.product form.cart .variations label {
color: #333 !important;
}
.woocommerce div.product form.cart .variations .label {
font-size: 100% !important;	
}
.woocommerce-variation-price {
margin-bottom: 10px;
}
.mg-wsac-button {
color: #fff !important;
}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
color: #333;
}
body:not(.search-results) .entry-summary {
margin-left: 0 !important;
}
body .woocommerce table.cart td.actions .input-text, 
body .woocommerce-page #content table.cart td.actions .input-text, 
body .woocommerce-page table.cart td.actions .input-text {
width: 135px !important;
}
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled] {
color: #fff !important;
opacity: 0.7;
} .woocommerce div.product {
margin-top: 50px;
}
.woocommerce .woocommerce-breadcrumb {
font-size: 16px!important;
border-bottom: 1px solid #cec9c9;
padding-bottom: 10px!important;
margin-bottom: 25px!important;
}
.woocommerce .woocommerce-breadcrumb a {
text-decoration: none;
}
.woocommerce .woocommerce-ordering .orderby {
font-size: 14px;
}
.woocommerce-products-header__title {
font-size: 20px!important;
font-weight: 600;
}
.woocommerce-ordering .orderby {
padding: 10px;
}
.woocommerce-resuws-count {
margin-top: 10px;
}
.woocommerce .site-main h1.page-title,
.woocommerce div.product .product_title {
margin-bottom: 35px;
position: relative;
}
.woocommerce div.product .product_title {
margin-bottom: 10px;
font-size: 25px;
}
.woocommerce div.product .product_title:before {
display: none;
}
.woocommerce .site-main h1.page-title:before,
.woocommerce div.product .product_title:before {
content: '';
position: absolute;
height: 2px;
width: 30px;
left: 0;
top: auto;
bottom: 2px;
transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
background-color: #cb1a2b;
}
.woocommerce .site-main ul.products {
padding-top: 20px;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
text-align: center;
position: relative;
}
.woocommerce ul.products li.product h3 {
padding: 0 0 10px;
font-size: 22px;
text-transform: uppercase;
font-weight: 400;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
display: inline-block;
margin: 0 5px;
font-size: 15px;
color: #333;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
color: #333;
}
.woocommerce ul.products li.product .button {
border: 1px solid;
border-radius: 100%;
font-weight: 400;
text-transform: uppercase;
padding: 12px 15px;
color: #fff;
}
.woocommerce div.product.product_cat-shop .onsale {
max-width: 60px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
padding: 10px 14px;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
color: #fff;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
color: #999;
}
.woocommerce div.product p.price del {
margin-right: 5px;
}
.woocommerce .quantity .qty {
height: 35px;
}
.woocommerce a.button {
color: #fff !important;
}
.woocommerce-message::before {
color: #cb1a2b;
}
.woocommerce-message {
border-top-color: #cb1a2b;
}
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit, 
.woocommerce button.button, 
.woocommerce input.button {
border: 1px solid #cb1a2b;
border-radius: 0;
font-weight: 400;
text-transform: uppercase;
padding: 8px 15px;
color: #fff;
height: 35px;
font-size: 14px;
}
.woocommerce ul.products li.product .button {
font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding-left: 0px!important;
margin-bottom: 0!important;	
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
border-color: #cb1a2b;
border-width: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
margin: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
border: 1px solid #f1f1f1;
padding: 10px 15px 5px!important;
border-top: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: 1px solid #f1f1f1!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 10px;
font-weight: 500;
text-transform: uppercase;
}
.woocommerce #comments {
margin-top: 0;
padding: 0;
}
.woocommerce #reviews #comments h2 {
font-size: 15px;
font-weight: 400;
font-style: italic;
margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
font-weight: 400;
margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-notes {
font-style: italic;
color: red;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-author,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-email {
width: 48.5%;
display: inline-block;
vertical-align: top;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-author label,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-email label {
display: block;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-comment {
width: 100%;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-author input[type="text"],
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-email input[type="email"] {
width: 100%;
padding: 8px 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
border: 0!important;
font-size: 14px;
outline: initial;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
font-size: 14px;
}
.woocommerce #review_form #respond .form-submit input {
color: #fff!important;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-email {
float: right;
}
.woocommerce div.product .related.products h2 {
font-size: 20px;
padding-bottom: 10px;
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
width: 100px;
height: 35px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce input.button.alt {
height: 100%;
background: #cb1a2b;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce input.button.alt:hover {
background: transparent;
color: #cb1a2b;
}
body.woocommerce ul.products li.product {
margin-bottom: 30px!important;
}
.woocommerce ul.products li.product .star-rating {
margin: 0 auto;
}
.woocommerce .star-rating span {
color: #f7df15;
}
.woocommerce span.onsale {
display: block;
height: 46px;
width: 46px;
border-radius: 50%;
line-height: 44px;
color: #fff;
background: #cb1a2b;
font-weight: 500;
text-align: center;
font-size: 12px;
border: 1px dashed #fff;
position: absolute;
-webkit-font-smoothing: antialiased;
-webkit-transform-origin: bottom;
-moz-transform-origin: bottom;
-ms-transform-origin: bottom;
transform-origin: bottom;
top: 15px!important;
left: 5px!important;
z-index: 1;
right: auto !important;
}
.woocommerce a.added_to_cart {
display: none;
}
body.woocommerce-page .site-inner > #container {
width: 72%;
margin-right: 2%;
float: left;
}
body.woocommerce-page .site-inner > .sidebar-primary {
width: 26%;
}
body.woocommerce.woocommerce-page .site-inner #content {
padding-top: 50px;
}
.product_meta .posted_in {
text-decoration: none;
font-size: 18px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
color: #fff;
}
.woocommerce-checkout #payment ul.payment_methods li {
list-style: none;
}
.woocommerce .caroufredsel_wrapper {
width: 100%!important;
height: 200px!important;
}
.woocommerce .caroufredsel_wrapper > div {
width: 100%!important;
}
.woocommerce a.button.alt:hover,
.woocommerce-page div.product form.cart .button:hover {
color: #fff!important;
} .wpmenucartli.wpmenucart-display-standard a i {
width: 36px;
height: 36px;
text-align: center;
padding: 6px 7px;
margin-right: 5px;
border-radius: 50%;
font-size: 20px;
color: #fff!important;
background: #cb1a2b;
}
.woocommerce-error {
margin-left: 0!important;
}
.woocommerce-cart-form__cart-item .product-name a {
text-decoration: none;
}
.wpmenucartli .empty-wpmenucart-visible {
display: none;
}
tbody tr td input.button {
font-size: 14px!important;
color: #fff!important;
}
.coupon input.button {
font-size: 14px!important;
color: #fff!important;
} .woof_sid_auto_shortcode .woof_container {
width: 100%;
}
.chosen-container {
width: 100%;
}
.content .woof_sid_auto_shortcode.woof {
display: none;
} .button.tinvwl_add_to_wishlist_button {
font-size: 0!important;
position: relative;
text-transform: inherit!important;
color: #fff!important;
}
body ul.products li.product a.button.compare,
body ul.products li.product a.button.yith-wcqv-button,
body ul.products li.product a.button.tinvwl_add_to_wishlist_button {
border: 2px solid #fff!important;
position: absolute;
bottom:0;
visibility: hidden;
opacity: 0;
}
body ul.products li.product a.button.tinvwl_add_to_wishlist_button {
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
body ul.products li.product a.button.compare {
-webkit-transition: 0.6s ease-in-out;
-moz-transition: 0.6s ease-in-out;
-ms-transition: 0.6s ease-in-out;
-o-transition: 0.6s ease-in-out;
transition: 0.6s ease-in-out;
}
.button.compare,
.button.yith-wcqv-button {
font-size: 0!important;
position: relative;
text-transform: inherit!important;
height: 40px;
width: 40px;
padding: 0!important;
line-height: 36px!important;
}
.button.compare:before,
.button.yith-wcqv-button:before {
font-family: FontAwesome;
content: "\f002";
font-size: 14px!important;
width: 1em;
height: 1em;
margin: auto !important;
}
.button.compare:before {
content: "\f079";
} ul.products li.product .wc-product-img {
position: relative;
}
ul.products li.product .wc-product-img:before {
content: "";
position: absolute;
z-index: 1;
top: 0;
bottom: 0;
left: 0;
right:0;
background: rgba(255,255,255,.8);
transform: scaleY(0);
-webkit-transform: scaleY(0);
transform-origin: 50%;
-webkit-transform-origin: 50%;
transition-property: transform;
-webkit-transition-property: transform;
transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
cursor: pointer;
bottom: 0;
width: 100%;
height: 100%;
}
ul.products li.product:hover .wc-product-img:before {
transform:scaleY(1);
-webkit-transform:scaleY(1);
-ms-transform:scaleY(1);
-o-transform:scaleY(1);
} .button.yith-wcqv-button {
bottom:0;
visibility: hidden;
opacity: 0;
margin-left: -64px!important;
}
.button.tinvwl_add_to_wishlist_button {
bottom:0;
visibility: hidden;
opacity: 0;
margin-left: -17px!important;
}
.button.compare {
bottom:0;
visibility: hidden;
opacity: 0;
margin-left: 30px!important;
} ul.products li.product:hover .button.tinvwl_add_to_wishlist_button {
visibility: visible;
opacity: 1;
bottom: 135px;
z-index: 15;
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s;
}
ul.products li.product:hover .button.yith-wcqv-button {
bottom: 36%;
visibility: visible;
opacity: 1;
bottom: 135px;
z-index: 15;
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s;
}
ul.products li.product:hover .button.compare {
bottom: 36%;
visibility: visible;
opacity: 1;
bottom: 94px;
z-index: 15;
bottom: 135px;
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s;
}
body ul.products li.product .button.add_to_cart_button {
width: 50px;
height: 50px;
border: 2px solid #fff!important;
position: absolute;
font-size: 0;
margin: 0 auto;
left: 0;
right: 0;
top:0;
z-index: 2;
visibility: hidden;
opacity: 0;
transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405).2s;
-webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405).2s;
-moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405).2s;
-o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405).2s; 
}
ul.products li.product .button.add_to_cart_button:hover:after {
content: "Acheter";
text-transform: capitalize;
background: #cb1a2b;;
padding: 5px 10px;
line-height: 20px!important;
font-size: 14px!important;
color: #ffff;
position: absolute;
left: -25px;
top: -30px;
margin-top: -5px;
z-index: 20;
white-space: nowrap;
-moz-box-shadow: 0px 0px 4px #222;
-webkit-box-shadow: 0px 0px 4px #222;
box-shadow: 0px 0px 4px #222;
}
body ul.products li.product:hover .button.add_to_cart_button {
top: 30%;
visibility: visible;
opacity: 1;
}
ul.products li.product .button.add_to_cart_button:before {
content: "\f07a";
font-family: FontAwesome;
font-size: 28px;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: 8px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
color: #1c2334;
font-size: 20px;
}