.mobile-menu {
position: fixed;
top: 0;
left: -280px; width: 280px;
height: 100%;
background: #fff;
z-index: 1001; transition: left 0.3s ease, box-shadow 0.3s ease, visibility 0s linear 0.3s, opacity 0.3s ease; overflow-y: auto;
-webkit-overflow-scrolling: touch;
visibility: hidden; opacity: 0; }
.mobile-menu.active {
left: 0;
box-shadow: 2px 0 12px rgba(0,0,0,0.15);
visibility: visible; opacity: 1; transition-delay: 0s; }
.mobile-menu-header {
background-color: #dc3545; color: #fff;
padding: 15px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 18px;
font-weight: bold;
border-bottom: 1px solid #a71d2a;
}
.mobile-menu-header .mobile-menu-title {
margin: 0;
color: #fff;
font-size: 18px;
}
.mobile-menu-close {
background: none;
border: none;
font-size: 24px;
color: #fff; cursor: pointer;
padding: 5px;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
transition: color 0.2s;
}
.mobile-menu-close:hover {
color: #eee;
}
.mobile-menu-content {
padding: 0; }
.mobile-main-menu {
list-style: none;
padding: 0;
margin: 0;
}
.mobile-main-menu > li {
border-bottom: 1px solid #eee;
}
.mobile-main-menu > li:last-child {
border-bottom: none;
}
.mobile-main-menu > li > a {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 15px;
color: #333;
text-decoration: none;
font-size: 15px;
transition: background-color 0.2s;
}
.mobile-main-menu > li > a:hover {
background-color: #f8f9fa;
} .mobile-main-menu > li > a .submenu-toggle-icon {
font-size: 14px;
color: #666;
transition: transform 0.3s ease;
margin-left: 10px; } .mobile-main-menu .submenu {
list-style: none;
padding: 0;
margin: 0;
display: none; background-color: #f2f2f2;
}
.mobile-main-menu .submenu.active {
display: block; }
.mobile-main-menu .submenu li {
border-bottom: 1px solid #e5e5e5;
}
.mobile-main-menu .submenu li:last-child {
border-bottom: none;
}
.mobile-main-menu .submenu li a {
display: block;
padding: 10px 30px; color: #555;
text-decoration: none;
font-size: 14px;
transition: background-color 0.2s;
}
.mobile-main-menu .submenu li a:hover {
background-color: #e9ecef;
} .mobile-menu-footer {
padding: 15px;
border-top: 1px solid #eee;
margin-top: 20px;
background-color: #f8f9fa;
}
.mobile-menu-footer h4 {
color: #2a395a;
font-size: 16px;
margin-bottom: 10px;
}
.mobile-user-actions {
display: flex;
flex-direction: column;
gap: 8px;
}
.mobile-user-actions a {
color: #2a395a;
text-decoration: none;
font-size: 14px;
display: flex;
align-items: center;
gap: 8px;
padding: 8px 0;
transition: color 0.2s;
}
.mobile-user-actions a:hover {
color: #007bff;
} .mobile-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
z-index: 1000; display: block; opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0s linear 0.3s; }
.mobile-overlay.active {
opacity: 1;
visibility: visible;
transition-delay: 0s; } @media (max-width: 991px) { .main-header .container .header-content { flex-wrap: wrap; align-items: center;
justify-content: space-between; padding: 10px 15px; gap: 0; }
.header-left {
order: 1; flex: 0 1 auto; margin-right: auto; } .mobile-menu-toggle {
display: flex; order: 2; flex: 0 1 auto;
margin-left: 10px; color: #2a395a; font-size: 24px; background: none;
border: none;
cursor: pointer;
padding: 5px;
align-items: center;
justify-content: center;
}
.search-bar {
order: 3; flex: 0 0 100%; margin-top: 10px; margin-left: 0; margin-right: 0; }
.header-info {
display: none; } .mega-menu {
display: none;
}
} @media (min-width: 992px) {
.mobile-menu-toggle {
display: none !important;
}
.mobile-menu,
.mobile-overlay {
display: none !important; visibility: hidden !important;
opacity: 0 !important;
}
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
background-color: #f8f9fa; }
.container {
max-width: 1280px;
margin: 0 auto;
padding: 0 15px;
} body.home .container {
max-width: 1400px;
} .header {
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
position: relative;
top: 0;
z-index: 1000;
} .header .cart-dropdown,
.header .cart-overlay{
position: absolute;
}
.top-bar {
background: #2a395a;
color: #fff;
font-size: 14px;
width: 100%;
padding: 8px 0;
}
.top-bar-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.user-actions {
display: flex;
align-items: center;
gap: 15px;
}
.user-actions a {
color: #fff;
text-decoration: none;
transition: color 0.3s;
font-size: 15px;
display: flex;
align-items: center;
gap: 5px;
}
.user-actions a:hover {
color: #ffd700;
}
.user-actions i {
margin-right: 5px;
} .cart-wrapper {
display: flex;
align-items: center;
gap: 5px;
}
.cart-link {
color: #fff;
text-decoration: none;
display: flex;
align-items: center;
gap: 5px;
transition: color 0.3s;
font-size: 15px;
}
.cart-link:hover {
color: #ffd700;
}
.cart-count {
background: #d32f2f;
color: white;
border-radius: 999px;
padding: 2px 6px;
font-size: 12px;
font-weight: bold;
min-width: 20px;
text-align: center;
line-height: 16px;
height: 16px;
margin-left: 5px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.cart-toggle {
background: none;
border: none;
color: white;
cursor: pointer;
padding: 2px 5px;
border-radius: 4px;
font-size: 12px;
transition: all 0.3s;
}
.cart-toggle:hover {
background: rgba(255,255,255,0.1);
color: #ffd700;
}
.main-header {
padding: 15px 0;
}
.header-content {
display: flex;
align-items: center;
justify-content: flex-start; gap: 12px; }
.logo h1 { color: #2a395a;
font-size: 24px;
font-weight: bold;
}
.search-bar {
flex: 1 1 auto; max-width: 820px; }
.search-form {
display: flex;
border: 2px solid #2a395a;
border-radius: 5px;
overflow: hidden;
} .search-form input {
flex: 1;
padding: 12px 15px;
border: none;
outline: none;
font-size: 14px;
}
.search-form button {
background: #2a395a;
color: #fff;
border: none;
padding: 12px 20px;
cursor: pointer;
transition: background 0.3s;
}
.search-form button:hover {
background: #1e2a3d;
}
.header-info {
display: flex;
align-items: center;
margin-left: auto; }
.info-item {
display: flex;
align-items: center;
gap: 8px; color: #2a395a;
}
.info-item i {
font-size: 24px;
}
.info-item div {
display: flex;
flex-direction: column;
line-height: 1.2;
}
.info-item strong {
font-size: 14px;
}
.info-item span {
font-size: 12px;
color: #666;
} .header-cart { margin-left: 16px; }
.header-cart-link { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #2a395a; }
.header-cart-icon { position: relative; display: inline-flex; width: 40px; height: 40px; border-radius: 8px; background: #eef1f4; align-items: center; justify-content: center; }
.header-cart-icon i { font-size: 24px; }
.header-cart-badge { position: absolute; top: -6px; right: -6px; background: #d32f2f; color: #fff; border-radius: 999px; min-width: 18px; height: 18px; padding: 0 4px; font-size: 11px; line-height: 18px; text-align: center; font-weight: 700; }
.header-cart-text strong { font-size: 14px; display: block; }
.header-cart-link:hover .header-cart-icon { background: #ffd700; } @media (min-width: 992px) {
.top-bar .cart-wrapper { display: none !important; }
} @media (min-width: 992px) {
body.tax-product_cat .header .main-header .container { padding-right: 96px; }
body.tax-product_cat .header .header-info { padding-right: 24px; }
} .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 1px, 0); white-space: nowrap; border: 0; } .hero-section { padding: 12px 0 6px 0;
}
.hero-content {
display: flex;
gap: 20px;
align-items: stretch;
min-height: 400px;
}
slider-container, .main-slider .slide img {
height: 647px;
min-height: 647px;
max-height: 647px;
}
.deals-box {
display: flex;
flex-direction: column;
justify-content: flex-start;
height: 100%;
min-height: 647px;
max-height: 647px;
overflow: hidden;
border-radius: 10px; background: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.1);
} .slider-container {
flex: 2 1 0%;
min-width: 0;
}
.deals-sidebar {
flex: 1 1 360px;
max-width: 440px; min-width: 280px;
display: flex;
flex-direction: column;
justify-content: flex-start;
} .deals-box .deals-carousel { margin-bottom: 0 !important; }
.deals-box .home-sidebar-promo { margin-top: auto !important; margin-bottom: 0 !important; }
.deals-box .home-sidebar-promo img { display: block; width: 100%; height: auto; } @media (min-width: 992px) {
.hero-section .deals-box { min-height: 647px !important; max-height: 647px !important; }
.hero-section .deals-sidebar { align-self: stretch; }
}
.main-slider .slide {
position: relative;
border-radius: 10px;
overflow: hidden;
}
.main-slider .slide img {
width: 100%;
height: auto;
display: block;
}
.slide-content {
position: absolute;
top: 50%;
left: 50px;
transform: translateY(-50%);
color: #fff;
z-index: 2;
}
.slide-content h2 {
font-size: 32px;
margin-bottom: 10px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.slide-content p {
font-size: 16px;
margin-bottom: 20px;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.slide-content .btn {
background: #ffd700;
color: #2a395a;
padding: 12px 25px;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
transition: all 0.3s;
}
.slide-content .btn:hover {
background: #ffed4e;
transform: translateY(-2px);
}
@media (max-width: 900px) {
.hero-content {
flex-direction: column;
}
.slider-container, .deals-sidebar {
max-width: 100%;
min-width: 0;
} .slider-container, .main-slider .slide img {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
}
.deals-sidebar {
margin-top: 20px;
max-height: none !important; }
.deals-box {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
overflow: visible !important;
}
.main-slider .slide img{height:auto;}
} .category-grid {
padding: 60px 0 40px 0;
background: #fff;
}
.grid-item {
text-align: center;
padding: 12px 5px 5px 5px;
border-radius: 10px;
transition: transform 0.3s, box-shadow 0.3s;
cursor: pointer;
min-width: 110px;
}
.grid-item:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.grid-item img {
width: 95px;
height: 72px;
object-fit: contain;
border-radius: 8px;
margin-bottom: 4px;
display: block;
margin-left: auto;
margin-right: auto;
}
.grid-item h3 {
color: #2a395a;
font-size: 13px;
font-weight: 600;
margin: 0;
line-height: 1.2;
} .new-products { padding: 40px 0;
}
.section-title {
color: #2a395a;
font-size: 28px;
text-align: center;
margin-bottom: 40px;
position: relative;
}
.section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: #2a395a;
}  .footer {
background: #000;
color: #fff;
margin-top: 50px;
}
.footer-top {
padding: 40px 0;
}
.footer-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
}
.footer-column h3 {
color: #fff;
font-size: 18px;
margin-bottom: 20px;
border-bottom: 2px solid #2a395a;
padding-bottom: 10px;
}
.footer-column ul {
list-style: none;
padding: 0;
}
.footer-column ul li {
margin-bottom: 10px;
}
.footer-column ul li a {
color: #ccc;
text-decoration: none;
transition: color 0.3s;
}
.footer-column ul li a:hover {
color: #fff;
}
.contact-info p {
color: #ccc;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 10px;
}
.contact-info i {
color: #2a395a;
width: 20px;
}  .footer-bottom {
background: #111;
padding: 20px 0;
border-top: 1px solid #333;
}
.footer-bottom-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-bottom p {
color: #ccc;
font-size: 14px;
}
.payment-methods {
display: flex;
gap: 10px;
}
.payment-methods img {
height: 25px;
border-radius: 3px;
} @media (max-width: 1024px) {
.header-info {
display: none;
}
.search-bar {
max-width: 400px;
}
}
@media (max-width: 768px) {
.hero-content {
flex-direction: column;
gap: 20px;
}
.slider-container,
.deals-sidebar {
flex: 1;
}
.slide-content {
left: 20px;
right: 20px;
text-align: center;
}
.slide-content h2 {
font-size: 24px;
}
.deals-box {
margin-top: 16px;
} .hero-section {
padding-bottom: 8px;
} .bestsellers-section,
.new-products-section,
.all-parts-section {
padding-top: 10px; }
.top-bar-content {
flex-direction: column;
gap: 10px;
text-align: center;
}
.user-actions {
display: flex;
justify-content: center;
gap: 15px;
}
.user-actions a {
margin-left: 0;
}
.footer-bottom-content {
flex-direction: column;
gap: 15px;
text-align: center;
}
.section-title {
font-size: 24px;
margin-bottom: 30px;
} .category-carousel .grid-item img {
height: 110px;
max-width: 100%;
object-fit: contain;
margin-bottom: 8px;
display: block;
}
}
@media (max-width: 480px) {
.container {
padding: 0 10px;
}
.slide-content h2 {
font-size: 20px;
}
.slide-content p {
font-size: 14px;
}
.section-title {
font-size: 24px;
}
}.bestsellers-sec.deal-product h3 {
font-size: 9px;
margin: 0;
font-weight: 600;
color: #333;
background: none;
text-align: center;
padding: 0;
min-height: 24px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1.1;
}
.products-section,
.category-grid {
padding: 80px 0; margin-bottom: 60px; background-color: #fff; }  .deals-box {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
background-color: #fff;
position: relative;
}
.deals-box h3 {
background-color: #2a395a; color: #fff;
text-align: center;
padding: 8px;
margin: 0;
font-weight: 600;
letter-spacing: 0.5px;
font-size: 14px;
}
.deals-carousel {
padding: 0;
display: flex;
justify-content: center;
position: relative;
} .deals-carousel .showcase { margin: 2px 4px 8px; }
.deals-carousel .showcase-image { height: 170px; }
.deals-carousel .showcase-content { padding: 10px 10px 8px; }
.deals-carousel .showcase-title { margin-bottom: 4px; min-height: 34px; }
.deals-carousel .showcase-price { margin-top: 2px; margin-bottom: 6px; }
.deals-carousel .showcase-favorites { display: none; } .deals-carousel .add-to-cart-button { width: 100%; font-weight: 700; }
.deal-product {
width: 100%;
max-width: 180px;
margin: 0 5px;
background: #fff;
border-radius: 8px;
position: relative;
overflow: hidden;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.deal-product .product-card-inner {
display: flex;
flex-direction: column;
padding: 0;
height: 100%;
background: #fff;
}
.deal-product .product-image {
width: 100%;
height: auto;
padding: 4px; position: relative;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.deal-product .product-image img,
.deal-product .product-image .product-img {
width: 100%;
max-width: 160px; height: auto;
max-height: 110px; object-fit: contain !important;
background-color: transparent !important;
margin: 0 auto;
display: block;
border-radius: 5px;
}  .no-products-message {
padding: 30px 10px;
text-align: center;
}
.no-products-message p {
color: #777;
font-size: 14px;
margin: 0;
}
.deal-product .product-info {
width: 100%;
padding: 0 10px 8px; text-align: left;
background: #f9f9f9;
border-radius: 0 0 8px 8px;
}
.deal-product h3 {
font-size: 12px;
margin: 0;
font-weight: 600;
color: #333;
background: none;
text-align: left;
padding: 0;
min-height: 36px;
display: block;
line-height: 1.3;
margin-top: 5px;
text-transform: none;
}
.deal-product .product-info {
padding-top: 0;
}
.deal-product .product-price {
display: flex;
flex-direction: column;
align-items: flex-start;
margin-bottom: 6px; margin-top: 4px; }
.deal-product .old-price {
font-size: 10px;
color: #999;
text-decoration: line-through;
line-height: 1;
margin-bottom: 2px;
display: block;
}
.deal-product .price {
font-size: 13px;
color: #e74c3c;
font-weight: 600;
line-height: 1.1;
margin-bottom: 6px; display: block;
}
.deal-product .add-to-cart {
font-size: 12px; padding: 7px 12px; background-color: #ffcc00;
border: none;
border-radius: 6px;
color: #333;
font-weight: 700;
width: 100%; cursor: pointer;
text-align: center;
display: block;
} .discount-badge {
position: absolute;
top: 6px; left: 6px;
right: auto;
width: auto; margin: 0;
background-color: #d32f2f; color: #fff;
text-align: center;
padding: 2px 6px;
font-size: 11px;
font-weight: 700;
border-radius: 3px;
z-index: 3;
} .deals-carousel .discount-badge { display: none !important; } .deals-carousel .owl-nav {
position: absolute;
width: 100%; left: 0;
top: 40%;
transform: translateY(-50%);
display: flex;
justify-content: space-between;
pointer-events: none;
}
.deals-carousel .owl-prev,
.deals-carousel .owl-next {
width: 35px;
height: 35px;
background: rgba(255,255,255,0.9) !important;
border-radius: 50% !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
font-size: 20px !important;
color: #333 !important;
pointer-events: auto;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
} @media (max-width: 768px) {
.deals-carousel {
padding: 10px;
}
.deal-product {
max-width: 100%;
}
.deal-product .product-image img {
height: 150px;
}
} @media (min-width: 992px) {
.deals-carousel {
padding: 0;
}
.deal-product {
margin: 0;
}
.deal-product .product-image img {
height: 80px;
object-fit: cover !important;
background-color: #fff !important;
}
.deal-product h3 {
min-height: 20px;
margin-top: 0;
font-size: 9px;
} .deals-box {
max-height: 240px;
overflow: hidden;
} .discount-badge {
width: auto;
left: 6px;
right: auto;
top: 6px;
}
.deal-product .add-to-cart {
padding: 5px;
font-size: 12px;
}
} @media (max-width: 768px) {
.deals-carousel {
justify-content: center;
}
.deal-product {
width: 90%;
margin: 0 auto 15px;
}
} @media (max-width: 768px) { .deals-carousel .showcase-content,
.deals-carousel .showcase-brand,
.deals-carousel .showcase-title,
.deals-carousel .showcase-price {
text-align: center;
} .deals-carousel .showcase-price {
justify-content: center;
} .deals-carousel .showcase-image,
.deals-carousel .showcase-image img {
margin-left: auto;
margin-right: auto;
}
} .footer-bottom .footer-bottom-content {
display: flex;
justify-content: space-between;
align-items: center;
gap: 16px;
}
.footer-bottom .payment-methods {
display: flex;
align-items: center;
gap: 8px;
} .footer-etbis { display: inline-block; }
.footer-etbis-link { display: inline-block; }
.footer-etbis-img {
display: block;
width: 96px; height: auto;
object-fit: contain;
}
.footer-bottom .payment-logo { height: auto !important; max-height: 40px; max-width: 180px; width: auto;
display: block;
object-fit: contain;
filter: none; }
@media (max-width: 576px) {
.footer-bottom .footer-bottom-content { flex-direction: column; text-align: center; }
.footer-bottom .payment-methods { justify-content: center; }
} @media (max-width: 768px) {
.footer-bottom .payment-logo {
max-height: 44px;
max-width: 200px;
}
}
@media (max-width: 480px) {
.footer-bottom .payment-logo {
max-height: 48px;
max-width: 220px;
}
}.notification-container {
position: fixed;
top: 20px;
right: 20px;
z-index: 10000;
max-width: 400px;
width: 100%;
}
.notification {
background: #fff;
border-radius: 12px;
box-shadow: 0 8px 32px rgba(0,0,0,0.12);
margin-bottom: 15px;
padding: 20px;
transform: translateX(450px);
opacity: 0;
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
border-left: 5px solid #28a745;
position: relative;
overflow: hidden;
}
.notification.show {
transform: translateX(0);
opacity: 1;
}
.notification.success {
border-left-color: #28a745;
}
.notification.error {
border-left-color: #dc3545;
}
.notification.info {
border-left-color: #17a2b8;
}
.notification-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 12px;
}
.notification-icon {
width: 32px;
height: 32px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 12px;
font-size: 16px;
color: white;
}
.notification.success .notification-icon {
background: #28a745;
}
.notification.error .notification-icon {
background: #dc3545;
}
.notification.info .notification-icon {
background: #17a2b8;
}
.notification-close {
background: none;
border: none;
font-size: 18px;
color: #6c757d;
cursor: pointer;
padding: 5px;
border-radius: 50%;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s;
}
.notification-close:hover {
background: #f8f9fa;
color: #495057;
}
.notification-content {
display: flex;
align-items: center;
}
.notification-product {
display: flex;
align-items: center;
gap: 15px;
width: 100%;
}
.notification-product-image {
width: 60px;
height: 60px;
border-radius: 8px;
overflow: hidden;
flex-shrink: 0;
}
.notification-product-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.notification-product-details {
flex: 1;
min-width: 0;
}
.notification-product-name {
font-weight: 600;
color: #2a395a;
font-size: 15px;
margin-bottom: 4px;
line-height: 1.3;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.notification-product-price {
color: #d32f2f;
font-weight: 700;
font-size: 16px;
}
.notification-actions {
margin-top: 15px;
display: flex;
gap: 10px;
}
.notification-btn {
padding: 8px 16px;
border-radius: 6px;
text-decoration: none;
font-size: 13px;
font-weight: 600;
transition: all 0.3s;
border: none;
cursor: pointer;
}
.notification-btn-primary {
background: #ffd700;
color: #2a395a;
}
.notification-btn-primary:hover {
background: #2a395a;
color: white;
}
.notification-btn-secondary {
background: #6c757d;
color: white;
}
.notification-btn-secondary:hover {
background: #545b62;
}
.notification-progress {
position: absolute;
bottom: 0;
left: 0;
height: 3px;
background: #28a745;
width: 100%;
transform-origin: left;
animation: progressBar 5s linear forwards;
}
.notification.error .notification-progress {
background: #dc3545;
}
.notification.info .notification-progress {
background: #17a2b8;
}
@keyframes progressBar {
from {
transform: scaleX(1);
}
to {
transform: scaleX(0);
}
} @media (max-width: 768px) {
.notification-container {
top: 10px;
right: 10px;
left: 10px;
max-width: none;
}
.notification {
transform: translateY(-100px);
padding: 15px;
}
.notification.show {
transform: translateY(0);
}
.notification-product-image {
width: 50px;
height: 50px;
}
.notification-product-name {
font-size: 14px;
}
.notification-product-price {
font-size: 15px;
}
.notification-actions {
margin-top: 12px;
}
.notification-btn {
padding: 6px 12px;
font-size: 12px;
}
}.products-carousel {
position: relative;
margin: 0 -5px;
padding: 0 28px; } .showcase {
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
overflow: hidden;
transition: box-shadow 0.3s, transform 0.3s;
height: 100%;
display: flex;
flex-direction: column;
margin: 5px;
position: relative;
}
.showcase:hover {
box-shadow: 0 8px 24px rgba(42,57,90,0.13);
transform: translateY(-4px);
}
.showcase-image-container {
position: relative;
overflow: hidden;
}
.showcase-image {
width: 100%;
height: 200px;
overflow: hidden;
}
.showcase-image img {
width: 100%;
height: 100%;
object-fit: contain;
transition: transform 0.3s;
}
.showcase:hover .showcase-image img {
transform: scale(1.05);
}
.showcase-content {
padding: 15px;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.showcase-brand {
font-size: 12px;
color: #999;
margin-bottom: 5px;
}
.showcase-brand a {
color: #999;
text-decoration: none;
}
.showcase-brand a:hover {
color: #666;
}
.showcase-title {
margin-bottom: 6px; min-height: 40px;
overflow: hidden;
}
.showcase-title a {
color: #333;
font-size: 14px;
text-decoration: none;
font-weight: 600;
line-height: 1.4;
}
.showcase-title a:hover {
color: #000;
}
.showcase-price {
margin-top: 4px; margin-bottom: 8px;
display: flex;
align-items: center;
gap: 8px;
}
.showcase-price-new {
color: #d32f2f;
font-weight: 700;
font-size: 16px;
}
.showcase-discount-inline {
display: inline-flex;
align-items: center;
gap: 4px;
background: #e53935;
color: #fff;
border-radius: 12px;
padding: 2px 6px;
line-height: 1;
font-size: 12px;
font-weight: 700;
white-space: nowrap;
}
.showcase-discount-inline .discount-icon {
display: inline-flex;
} .deals-carousel .discount-badge { display: none !important; }
.showcase-cart-buttons {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row-reverse; margin-top: 6px;
}
.showcase-buttons {
flex-grow: 1;
margin-left: 10px; }
.add-to-cart-button {
background: #ffd700;
color: #333;
border: none;
padding: 8px 12px;
border-radius: 4px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
text-decoration: none;
display: block;
text-align: center;
width: 100%; }
.no-stock-button {
background: #999;
color: #fff;
border: none;
padding: 8px 12px;
border-radius: 4px;
font-size: 14px;
font-weight: 600;
cursor: not-allowed;
text-decoration: none;
display: block;
text-align: center;
}
.showcase-favorites {
width: 35px;
margin-right: 3px; }
.showcase-icon-favori, .showcase-icon-favori-add {
cursor: pointer;
}
.showcase-icon-favori-add {
display: none;
}
.showcase-favorites a:hover .showcase-icon-favori {
display: none;
}
.showcase-favorites a:hover .showcase-icon-favori-add {
display: block;
}
.showcase-sku {
margin-top: 0;
font-size: 12px;
color: #999;
text-align: right;
padding: 0 15px 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sold-out-label {
position: absolute;
top: 10px;
left: 10px;
background: rgba(0,0,0,0.7);
color: #fff;
padding: 5px 10px;
border-radius: 4px;
font-size: 12px;
font-weight: 600;
}
.discount-badge {
position: absolute;
top: 5px;
left: 5px;
background: #d32f2f;
color: #fff;
padding: 2px 6px;
border-radius: 3px;
font-size: 11px;
font-weight: 600;
z-index: 2;
line-height: 1.2;
min-width: 15px;
text-align: center;
} .owl-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
display: flex;
justify-content: space-between;
pointer-events: none;
margin-top: -20px; left: -10px; width: calc(100% + 20px); }
.owl-prev, 
.owl-next {
width: 40px;
height: 40px;
background: #fff !important;
border-radius: 50% !important;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
display: flex !important;
align-items: center;
justify-content: center;
color: #333 !important;
font-size: 22px !important;
font-weight: bold !important;
pointer-events: auto;
position: absolute;
border: 1px solid #eee !important;
}
.owl-prev {
left: -50px; }
.owl-next {
right: -50px; }
.owl-prev:hover, 
.owl-next:hover {
background: #f5f5f5 !important;
color: #000 !important;
}
.owl-dots {
text-align: center;
margin-top: 20px;
}
.owl-dot {
display: inline-block;
margin: 0 5px;
}
.owl-dot span {
display: block;
width: 12px;
height: 12px;
border-radius: 50%;
background: #ddd;
}
.owl-dot.active span {
background: #d32f2f;
} @media (max-width: 576px) {
.showcase {
margin: 0;
min-height: 300px; width: 100%;
box-sizing: border-box;
}
.showcase-title {
padding: 3px 2px;
min-height: 36px;
font-size: 12px;
}
.showcase-price {
padding: 3px 2px;
margin-bottom: 8px;
}
.showcase-sku {
padding: 0 2px 5px;
margin-top: 0;
font-size: 11px;
max-width: 100%;
}
.showcase-content {
padding: 10px 0 0;
}
.showcase-image-container {
height: 160px;
} .best-sellers-carousel .owl-stage-outer,
.new-products-carousel .owl-stage-outer,
.deals-carousel .owl-stage-outer {
overflow: hidden;
}
.owl-carousel .owl-item {
padding: 0 5px; } .owl-prev, 
.owl-next {
position: relative;
top: auto;
left: auto;
right: auto;
transform: none;
display: inline-block;
margin: 10px 5px 0;
}
.owl-nav {
position: relative;
top: auto;
transform: none;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
margin: 15px 0 0;
left: 0;
}
.discount-badge {
font-size: 8px;
padding: 1px 4px;
}
.owl-prev, .owl-next {
width: 30px;
height: 30px;
font-size: 16px !important;
}
.products-carousel {
padding: 0;
width: 100%;
margin: 0;
} .bestsellers-section .products-carousel,
.bestsellers-section .best-sellers-carousel,
.best-sellers-carousel { margin-top: 10px; }
.showcase-cart-buttons {
padding: 0 2px 5px;
display: block;
position: relative;
width: 100%;
}
.showcase-favorites {
position: absolute;
top: -55px; right: 15px; margin: 0;
z-index: 3;
}
.showcase-buttons {
width: 100%;
margin: 0;
}
.sepete-ekle,
.add-to-cart-button {
padding: 10px 5px;
font-size: 13px;
width: 100%;
display: block;
text-align: center;
box-sizing: border-box;
font-weight: 700;
}
}  .showcase-content { display: flex; flex-direction: column; justify-content: flex-start; }
.showcase-cart-buttons { margin-top: auto; } .showcase-price { min-height: 28px; }
.showcase-sku { min-height: 16px; }
@media (max-width: 576px) {
.showcase-title { min-height: 40px; } .bestsellers-section .products-carousel,
.bestsellers-section .best-sellers-carousel,
.best-sellers-carousel { margin-top: 12px !important; }
}.product-card {
background: #fff;
border-radius: 10px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
padding: 8px 4px 12px 4px;
text-align: center;
transition: box-shadow 0.3s, transform 0.3s;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
min-width: 230px;
max-width: 280px;
height: 370px;
box-sizing: border-box;
margin: 10px 5px;
}
.product-card:hover {
box-shadow: 0 8px 24px rgba(42,57,90,0.13);
transform: translateY(-4px) scale(1.03);
} .product-card .product-image {
width: 100%;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.product-card .product-image img {
width: 100%;
height: 150px;
object-fit: contain !important; margin-bottom: 10px;
border-radius: 10px;
background: transparent;
} .product-card .product-info {
width: 100%;
padding: 0 10px;
display: flex;
flex-direction: column;
align-items: center;
}
.product-card .product-info h3 {
font-size: 16px;
color: #2a395a;
margin: 0 0 6px 0; font-weight: 600;
line-height: 1.25;
min-height: 44px;
text-align: center;
}
.product-card .product-info a {
text-decoration: none;
} .product-card .product-price {
margin: 6px 0 6px; display: flex;
flex-direction: column;
align-items: center;
}
.product-card .old-price {
color: #999;
text-decoration: line-through;
font-size: 13px;
margin-right: 6px;
}
.product-card .price {
color: #d32f2f;
font-weight: bold;
font-size: 16px;
} .product-card .add-to-cart {
background: #ffd700;
color: #2a395a;
border: none;
border-radius: 5px;
padding: 4px 10px;
font-weight: 600;
font-size: 13px;
cursor: pointer;
transition: background 0.2s, color 0.2s;
margin-top: 0; width: auto;
display: inline-block;
} .product-card .add-to-cart:hover {
background: #2a395a;
color: #fff;
} .product-card.deal-product .product-image img {
width: auto;
max-width: 140px;
height: auto;
max-height: 90px;
object-fit: contain !important;
background-color: transparent !important;
margin: 0 auto;
} .product-card .wishlist {
position: absolute;
bottom: 10px;
left: 8px;
z-index: 3;
} .deal-product .product-card-inner {
display: flex;
flex-direction: column;
padding: 0;
height: 100%;
background: #fff;
} .product-card .discount-badge {
position: absolute;
top: 6px; left: 6px;
background-color: #d32f2f;
color: white;
padding: 2px 6px;
font-size: 11px;
font-weight: 700;
border-radius: 3px;
z-index: 4;
line-height: 1.2;
} .deals-carousel .product-card .discount-badge { display: none !important; } .best-sellers-carousel .product-card {
margin: 8px;
height: 340px;
} .best-sellers-carousel .product-card h3 {
font-size: 15px;
text-transform: none;
} .product-card .product-card-inner {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
} .product-card.deal-product {
max-width: 170px;
min-width: unset;
height: auto;
margin: 0 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
border: none;
box-sizing: border-box;
}
.product-card.deal-product .product-image img {
height: 120px;
max-height: 120px;
}
.product-card.deal-product .product-info {
background: #f9f9f9;
border-radius: 0 0 8px 8px;
text-align: left;
}
.product-card.deal-product .product-info h3 {
font-size: 12px;
min-height: 36px;
margin-top: 5px;
text-align: left;
}
.product-card.deal-product .product-price {
align-items: flex-start;
margin-top: 5px;
margin-bottom: 8px;
}
.product-card.deal-product .old-price {
font-size: 10px;
margin-bottom: 2px;
display: block;
}
.product-card.deal-product .price {
font-size: 13px;
margin-bottom: 8px;
display: block;
}
.product-card.deal-product .add-to-cart {
font-size: 11px;
padding: 6px 10px;
} .deals-carousel .owl-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
display: flex;
justify-content: space-between;
pointer-events: none;
margin-top: -20px;
left: -10px;
width: calc(100% + 20px);
}
.deals-carousel .owl-prev,
.deals-carousel .owl-next {
background: white !important;
color: #333 !important;
width: 40px;
height: 40px;
border-radius: 50%;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
display: flex !important;
align-items: center;
justify-content: center;
font-size: 24px !important;
pointer-events: auto;
position: relative;
z-index: 3;
}
.deals-carousel .owl-prev {
left: 0px;
}
.deals-carousel .owl-next {
right: 0px;
} @media (max-width: 768px) {
.product-card {
min-width: 160px;
height: auto;
padding: 5px;
}
.product-card .product-image img {
height: 120px;
}
.product-card .product-info h3 {
font-size: 14px;
min-height: 38px;
}
.product-card .price {
font-size: 14px;
}
.product-card .old-price {
font-size: 12px;
}
.product-card.deal-product {
max-width: none;
width: 100%;
margin: 0;
padding: 0 5px;
}
.deals-carousel .owl-carousel {
padding: 0;
}
.deals-carousel .owl-item {
padding: 0 5px;
} .deals-carousel .owl-nav {
position: relative;
top: auto;
transform: none;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
margin: 15px 0 0;
left: 0;
}
.deals-carousel .owl-prev, 
.deals-carousel .owl-next {
position: relative;
top: auto;
left: auto;
right: auto;
transform: none;
display: inline-block !important;
margin: 0 5px;
width: 30px;
height: 30px;
font-size: 16px !important;
}
.product-card .discount-badge {
font-size: 8px;
padding: 1px 3px;
bottom: 10px;
left: 40px;
top: auto;
right: auto;
}
}.deal-product .product-image img,
.deal-product .product-image .product-img,
.deal-product .product-image .woocommerce-product-gallery__image img,
.deal-product .product-image .wp-post-image {
width: 100% !important;
max-width: 95% !important;
max-height: 110px !important;
height: auto !important;
object-fit: contain !important;
display: block !important;
margin: 0 auto !important;
background: transparent !important;
padding: 0 !important;
} .deal-product {
width: 100% !important;
max-width: 170px !important;
margin: 0 5px !important;
background: #fff !important;
border-radius: 8px !important;
position: relative !important;
overflow: hidden !important;
box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
border: none !important;
} .deal-product h3 {
font-size: 12px !important;
margin: 0 !important;
font-weight: 600 !important;
color: #333 !important;
background: none !important;
text-align: left !important;
padding: 5px 0 !important;
min-height: 36px !important;
display: block !important;
line-height: 1.3 !important;
text-transform: none !important;
} .deal-product .product-info {
width: 100% !important;
padding: 0 10px 10px !important;
text-align: left !important;
background: #f9f9f9 !important;
border-radius: 0 0 8px 8px !important;
} .deal-product .product-price {
display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
margin-bottom: 8px !important;
margin-top: 5px !important;
}
.deal-product .old-price {
font-size: 10px !important;
color: #999 !important;
text-decoration: line-through !important;
line-height: 1 !important;
margin-bottom: 2px !important;
display: block !important;
}
.deal-product .price {
font-size: 13px !important;
color: #e74c3c !important;
font-weight: 600 !important;
line-height: 1 !important;
margin-bottom: 8px !important;
display: block !important;
} .deal-product .add-to-cart {
font-size: 11px !important;
padding: 6px 10px !important;
background-color: #ffcc00 !important;
border: none !important;
border-radius: 4px !important;
color: #333 !important;
font-weight: 600 !important;
width: auto !important;
cursor: pointer !important;
text-align: center !important;
display: inline-block !important;
} .discount-badge {
position: absolute !important;
top: 5px !important;
right: 5px !important;
width: auto !important;
margin: 0 !important;
background-color: #e74c3c !important;
color: white !important;
text-align: center !important;
padding: 3px 6px !important;
font-size: 11px !important;
font-weight: bold !important;
border-radius: 3px !important;
z-index: 2 !important;
} .deal-product .product-image {
width: 100% !important;
height: auto !important;
min-height: 120px !important;
position: relative !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
overflow: hidden !important;
background: #fff !important;
border: none !important;
} .deal-product .product-card-inner {
display: flex !important;
flex-direction: column !important;
padding: 0 !important;
height: 100% !important;
background: #fff !important;
}  body .wishlist_table.wishlist_view .product-add-to-cart a.button,
body .wishlist_table.wishlist_view .product-add-to-cart a.add_to_cart_button,
body .wishlist_table.wishlist_view .product-add-to-cart button,
body .wishlist_table.wishlist_view .add_to_cart.button,
body .wishlist_table.wishlist_view a.add_to_cart.button {
background: #FFD400 !important; color: #1E2A3B !important; border: 1px solid #E6BE00 !important;
border-radius: 999px !important; padding: 10px 16px !important;
font-weight: 600 !important;
font-size: 14px !important;
line-height: 1.2 !important;
text-transform: none !important;
box-shadow: none !important;
white-space: nowrap !important; min-width: 140px; text-align: center;
} body .wishlist_table.wishlist_view .product-add-to-cart a.button:hover,
body .wishlist_table.wishlist_view .product-add-to-cart a.add_to_cart_button:hover,
body .wishlist_table.wishlist_view .product-add-to-cart button:hover,
body .wishlist_table.wishlist_view .add_to_cart.button:hover,
body .wishlist_table.wishlist_view a.add_to_cart.button:hover {
background: #FFC300 !important;
border-color: #D9B400 !important;
color: #202A36 !important;
} body .wishlist_table.wishlist_view .product-add-to-cart {
display: flex;
flex-direction: column;
gap: 8px;
} body .wishlist_table.wishlist_view .product-add-to-cart .dateadded { 
display: block; 
margin-bottom: 4px; 
} @media (min-width: 768px) {
body .wishlist_table.wishlist_view th.product-add-to-cart,
body .wishlist_table.wishlist_view td.product-add-to-cart {
width: 200px; min-width: 200px;
}
}  body .wishlist_table.wishlist_view,
body .wishlist_table.wishlist_view thead th,
body .wishlist_table.wishlist_view tbody td {
border: 0 !important;
} body .wishlist_table.wishlist_view thead,
body .wishlist_table.wishlist_view thead tr,
body .wishlist_table.wishlist_view thead th {
border: 0 !important;
box-shadow: none !important;
background-image: none !important;
} body .wishlist_table.wishlist_view thead th::before,
body .wishlist_table.wishlist_view thead th::after,
body .wishlist_table.wishlist_view thead::before,
body .wishlist_table.wishlist_view thead::after { content: none !important; display: none !important; } body .wishlist_table.wishlist_view tbody tr { position: relative; }
body .wishlist_table.wishlist_view tbody tr::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 1px;
background: #e7e7e7;
} body .wishlist_table.wishlist_view tbody tr:last-child::after { display: none; } body .wishlist_table.wishlist_view thead,
body .wishlist_table.wishlist_view thead tr,
body .wishlist_table.wishlist_view thead th {
background: #2a395a !important; color: #ffffff !important;
} body .wishlist_table.wishlist_view thead th *,
body .wishlist_table.wishlist_view thead th { color: #ffffff !important; } body table.wishlist_table.wishlist_view {
border-collapse: separate !important;
border-spacing: 0 !important;
} body .wishlist_table.wishlist_view thead th:first-child { border-top-left-radius: 10px; }
body .wishlist_table.wishlist_view thead th:last-child  { border-top-right-radius: 10px; } .sase-sorgula-page .vwmf-wrap{ margin-top:12px; }
.sase-sorgula-page .vwmf-results ul.products{ display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:16px; list-style:none !important; padding-left:0; margin-left:0; }
.sase-sorgula-page .vwmf-results ul.products li::marker{ content:none; }
.sase-sorgula-page .vwmf-products .product{ background:#fff; border:1px solid #eee; border-radius:10px; padding:10px; }
.sase-sorgula-page .vwmf-products .woocommerce-loop-product__title{ font-size:14px; line-height:1.35; min-height:38px; margin:8px 0 4px; }
.sase-sorgula-page .vwmf-products img{ width:100%; height:auto; object-fit:contain; max-height:180px; }
.sase-sorgula-page .vwmf-products .price{ font-weight:600; }
.sase-sorgula-page .vwmf-sku{ font-size:12px; color:#556; opacity:.9; margin:2px 0 4px; }
.sase-sorgula-page .vwmf-products .button{ background:#FFD400; color:#1E2A3B; border:1px solid #E6BE00; border-radius:999px; padding:8px 14px; font-weight:600; }
.sase-sorgula-page .vwmf-products .button:hover{ background:#FFC300; border-color:#D9B400; }.deal-product .product-image::before,
.deal-product .product-image::after {
display: none !important;
content: none !important;
border: none !important;
}
.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__image {
border: none !important;
outline: none !important;
box-shadow: none !important;
} .deal-product .product-image img[src$=".jpg"],
.deal-product .product-image img[src$=".jpeg"],
.deal-product .product-image img[src$=".png"],
.deal-product .product-image img[src$=".webp"] {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
} .deal-product * {
box-sizing: border-box !important;
}
.deal-product .product-image {
border: none !important;
outline: none !important;
box-shadow: none !important;
position: relative !important;
overflow: visible !important;
}
.deal-product {
outline: none !important;
box-shadow: none !important;
}.best-sellers-carousel .owl-stage { display: block;
align-items: unset;
}
.best-sellers-carousel .owl-item {
height: auto;
display: block; padding: 0 5px; }
.best-sellers-carousel .product-card {
width: 100%;
margin: 10px;
height: 100%;
min-height: 340px;
}
.best-sellers-carousel .owl-carousel {
padding: 0;
width: 100%;
}
.best-sellers-carousel .product-image img {
width: auto;
max-width: 100%;
height: 150px;
max-height: 150px;
object-fit: contain !important;
background: transparent;
margin: 0 auto;
display: block;
} .best-sellers-carousel .owl-nav button:hover {
background: #ffffff !important;
} @media (max-width: 576px) {
.best-sellers-carousel .product-card {
margin: 0;
width: 100%;
box-sizing: border-box;
}
.best-sellers-carousel .product-title {
padding: 3px 5px;
}
.best-sellers-carousel .product-price {
padding: 3px 10px;
}
.best-sellers-carousel .product-sku {
padding: 0 10px 5px;
margin-top: 0;
font-size: 11px;
max-width: 100%;
}
}.mega-menu .menu-items > li > a {
padding: 15px 20px;
display: inline-block;
color: #fff;
font-weight: 500;
transition: all 0.3s;
text-decoration: none;
}
.mega-menu .menu-items > li.has-dropdown > a:after {
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-left: 5px;
}
.mega-menu .menu-items > li.current-menu-item > a,
.mega-menu .menu-items > li.current-menu-parent > a {
background-color: rgba(255, 255, 255, 0.1);
} .mega-dropdown .category-column h4 a {
color: #2a395a;
text-decoration: none;
display: block;
padding: 0 0 5px 0;
border-bottom: 2px solid transparent;
transition: all 0.2s ease;
}
.mega-dropdown .category-column h4 a:hover {
color: #dc3545;
border-bottom-color: #dc3545;
}.all-parts-section {
padding: 20px 0; background-color: #fff; }
.all-parts-section .section-title {
text-align: center;
margin-bottom: 30px;
color: #333;
font-weight: 600;
position: relative;
padding-bottom: 15px;
}
.all-parts-section .section-title:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background-color: #dc3545;
}
.all-parts-carousel {
margin-top: 20px;
padding: 0 20px; } @media (max-width: 767px) {
.all-parts-carousel {
padding: 0 5px; width: 100%;
max-width: 100%;
margin: 0 auto;
}
.all-parts-carousel .owl-stage {
display: flex;
justify-content: center;
}
}
.all-parts-item {
text-align: center;
padding: 20px 15px;
transition: all 0.3s ease;
background-color: #fff;
border-radius: 8px;
margin: 10px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
height: 160px; width: 160px; display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
} @media (max-width: 767px) {
.all-parts-item {
margin: 10px; height: auto; width: calc(50% - 20px); padding: 15px;
}
}
.all-parts-item:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.all-parts-item a {
text-decoration: none;
color: #333;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.all-parts-icon {
margin-bottom: 15px;
display: flex;
justify-content: center;
align-items: center;
height: 70px;
}
.all-parts-icon img {
max-width: 54px;
height: 54px; width: 54px; object-fit: contain;
transition: all 0.3s ease;
}
.all-parts-item:hover .all-parts-icon img {
transform: scale(1.1);
}
.all-parts-item h3 {
font-size: 16px;
margin: 0;
font-weight: 600;
transition: all 0.3s ease;
}
@media (max-width: 767px) {
.all-parts-item h3 {
font-size: 14px; }
.all-parts-icon {
margin-bottom: 10px; }
.all-parts-icon img {
max-width: 48px;
height: 48px; width: 48px;
}
}
.all-parts-item:hover h3 {
color: #dc3545;
} .all-parts-section .owl-nav button {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: #fff !important;
width: 40px;
height: 40px;
border-radius: 50% !important;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
color: #333 !important;
font-size: 20px !important;
line-height: 1 !important;
}
.all-parts-section .owl-nav button:hover {
background: #dc3545 !important;
color: #fff !important;
}
.all-parts-section .owl-prev {
left: -30px; }
.all-parts-section .owl-next {
right: -30px; } @media (max-width: 767px) {
.all-parts-section .owl-nav button {
width: 30px !important;
height: 30px !important;
font-size: 16px !important;
}
.all-parts-section .owl-prev {
left: -15px; }
.all-parts-section .owl-next {
right: -15px; }
.all-parts-item {
height: 140px;
width: 140px;
}
.all-parts-item h3 {
font-size: 14px;
}
}@media (max-width: 576px) {
.all-parts-section .owl-nav {
display: none;
}
.all-parts-item {
padding: 10px;
}
}.all-parts-section .container {
max-width: 1200px;
padding: 0 30px;
} .owl-carousel {
position: relative;
} .all-parts-item {
min-width: 180px; margin: 0 auto; } @media (min-width: 992px) {
.all-parts-carousel .owl-stage {
padding-left: 10px;
padding-right: 10px;
}
.all-parts-section .owl-prev {
left: -40px; }
.all-parts-section .owl-next {
right: -40px; }
} .all-parts-carousel .owl-item {
display: flex;
justify-content: center;
padding: 0 5px;
}form.cart:has(#yith-wapo-container .yith-wapo-block),
:is(.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart) form.cart.variations_form .woocommerce-variation-add-to-cart {
display: block !important;
}
.yith-wapo-block *, .yith-wapo-block *:before, .yith-wapo-block *:after {
box-sizing: border-box;
}
#yith-wapo-container .yith-wapo-block {
padding: var( --yith-wapo-block-padding );
}
.yith-wapo-block .yith-wapo-addon.empty-title{
margin-top: 20px;
}
.yith-wapo-block .yith-wapo-addon:not(:first-child):not(.empty-title):not(.toggle-open) {
margin-top: 20px;
}
.yith-wapo-block .yith-wapo-addon:not(:first-child):not(.empty-title).wapo-toggle.toggle-closed {
margin-top: initial;
}
.yith-wapo-block .yith-wapo-addon:after {
content: '';
display: block;
clear: both;
}
.yith-wapo-block .yith-wapo-addon .addon-header{
display: flex;
align-items: center;
column-gap: 10px;
}
.yith-wapo-block .yith-wapo-addon .addon-header .title-image{
max-width: 115px;
padding: 15px 0px;
}
.yith-wapo-block .yith-wapo-addon .wapo-block-title {
margin-top: 0;
clear: none;
}
.yith-wapo-block .yith-wapo-addon.wapo-toggle {
width: auto;
}
.yith-wapo-block .yith-wapo-addon:not(.empty-title).wapo-toggle .wapo-addon-title {
display: flex;
flex: 0 0 100%;
column-gap: 10px;
margin-bottom: 25px;
}
.yith-wapo-block .yith-wapo-addon.wapo-toggle .addon-header {
cursor: pointer;
}
.yith-wapo-block .yith-wapo-addon.wapo-toggle:not(:last-child) {
margin-bottom: 10px;
}
.yith-wapo-block .yith-wapo-addon.wapo-toggle.toggle-open:not(:last-child) {
margin-bottom: 20px;
}
.yith-wapo-block .yith-wapo-addon.wapo-toggle .options-container.default-closed{
display: none;
}
.yith-wapo-block .yith-wapo-addon.wapo-toggle .wapo-addon-title:before {
content: '\f543';
font-family: 'dashicons';
}
.yith-wapo-block .yith-wapo-addon.wapo-toggle .wapo-addon-title.toggle-open:before {
content: '\f460';
font-family: 'dashicons';
}
.yith-wapo-block .yith-wapo-addon.wapo-toggle .options-container.default-open {
display: block;
}
.yith-wapo-block .yith-wapo-addon-type-color .yith-wapo-option {
margin: 0px 5px 5px 0px;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option label, .yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label {
word-break: normal;
margin: 0;
cursor: pointer;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option small del {
opacity: 0.5;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .description {
font-size: 12px;
word-break: break-word;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-separator {
width: 100%;
height: 1px;
margin: 30px 0px;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-separator.simple_border {
border-bottom: 1px solid;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-separator.double_border {
height: 5px;
border-top: 1px solid;
border-bottom: 1px solid;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-separator.dotted_border {
border-bottom: 1px dotted;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-separator.dashed_border {
border-bottom: 1px dashed;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-separator.empty_space {
width: 100%;
height: 50px;
border: 0;
} .yith-wapo-block .yith-wapo-addon .yith-wapo-option {
word-break: break-all;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip {
display: block;
position: absolute;
left: 0%;
margin-top: -50px;
opacity: 1 !important;
width: 100%;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip img {
display: inline-block;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip span {
background-color: #03bfac;
color: #fff;
padding: 7px 10px;
margin-bottom: 7px;
font-size: 11px;
position: absolute;
left: 50%;
bottom: 100%;
transform: translateX(-50%) translateY(-5px);
display: none;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip span:after {
content: '';
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #03bfac;
margin-left: -7px;
display: block;
position: absolute;
left: 50%;
bottom: -7px;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip.position-bottom {
margin: 7px 0px 0px 0px;
top: 100%;
bottom: auto;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip.position-bottom span{
bottom: auto;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip.position-bottom span:after {
border-top: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #03bfac;
top: -7px;
bottom: auto;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option:hover .tooltip span {
display: block;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip:hover span {
display: block;
} .yith-wapo-addon.yith-wapo-addon-type-checkbox .checkbox-button-container {
display: flex;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option input {
margin-right: 10px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option .tooltip span {
transform: translateX(-50%) translateY(0px);
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option div.label {
line-height: 20px;
}
.yith-wapo-addon-type-checkbox .options .yith-wapo-option .yith-wapo-addon-label {
margin-left: 5px;
} .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label {
position: relative;
margin-bottom: 10px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label .color-container{
width: fit-content;
display: flex;
flex-direction: column;
align-items: center;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label .color-container small{
text-align: center;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option div.label, .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option div.label {
display: flex;
align-items: center;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label.position-above .option-container, .yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label.position-under .option-container{
display: flex;
flex-direction: column;
gap: 5px;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label.position-right .option-container{
display: flex;
align-items: center;
flex-direction: row;
gap: 7px;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label.position-left .option-container {
display: flex;
align-items: center;
flex-direction: row;
gap: 7px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option.selected span.color:after, .select_box .select_option.selected:after {
content: '';
width: 18px;
height: 18px;
background: #03bfac url(//www.otoyedekparcaankara.com.tr/wp-content/plugins/yith-woocommerce-product-add-ons/assets/img/icon-check.png) center no-repeat;
background-size: 50%;
border-radius: 50%;
margin: 0;
display: block;
position: absolute;
top: -6px;
right: -6px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label span.color {
width: 40px;
height: 40px;
border-radius: var( --yith-wapo-color-swatch-style );
border: 2px solid #dedede;
position: relative;
display: flex;
justify-content: center;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option:not(.rounded) div.label span.color {
align-items: center;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label span.color img {
border-radius: var( --yith-wapo-color-swatch-style );
width: 100%;
height: 100%;
object-fit: cover;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label:hover span.color {
border: 2px solid #03bfac;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option.selected div.label span.color {
border: 2px solid #03bfac;
} .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-date .yith-wapo-option .date-container input{
min-width: initial;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-date .yith-wapo-option .label {
display: flex;
flex-direction: column;
}
#ui-datepicker-div {
padding: 20px;
}
#ui-datepicker-div #wapo-datepicker-time {
height: 60px;
padding-top: 10px;
}
#ui-datepicker-div #wapo-datepicker-time label {
width: 43%;
height: 40px;
line-height: 40px;
font-weight: bold;
display: block;
float: left;
}
#ui-datepicker-div #wapo-datepicker-time select {
width: 57%;
background-color: #f7f7f7;
border: 1px solid #efefef;
display: block;
float: left;
cursor: pointer;
}
#ui-datepicker-div #wapo-datepicker-time select {
background: #f7f7f7 url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat;
background-position: 95%;
background-size: 10px;
-webkit-appearance: none;
}
#ui-datepicker-div #wapo-datepicker-save button {
width: 100%;
border-radius: 0px;
margin: 0;
} .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-option input.file {
display: none;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-option div.label.position-under .option-container, .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-option div.label.position-above .option-container{
max-width: 100px;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label.file-input{
cursor: initial;
} .yith-wapo-block .yith-wapo-addon .options.per-row-1 .yith-wapo-option .label_container .image img{
max-width: 150px;
max-height: 150px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label .label-container-display {
border-radius: 5px;
border: 1px solid #7a7a7a;
padding: 10px;
height: 100%;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option.selected div.label .label-container-display {
border: 1px solid #03bfac;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option.selected div.label .label-container-display:after {
content: '';
width: 18px;
height: 18px;
background: #03bfac url(//www.otoyedekparcaankara.com.tr/wp-content/plugins/yith-woocommerce-product-add-ons/assets/img/icon-check.png) center no-repeat;
background-size: 50%;
border-radius: 50%;
display: block;
position: absolute;
top: -6px;
right: -6px;
z-index: 10;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option p {
margin: 6px 0 0 0;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container:after {
content: '';
display: block;
clear: both;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container .label_price{
display: flex;
flex-wrap: wrap;
word-break: break-all;
align-items: center;
column-gap: 5px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container.content-align-left .label_price{
justify-content: flex-start;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container.content-align-center .label_price{
justify-content: center;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container.content-align-right .label_price{
justify-content: flex-end;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container.content-align-left .label-container-display {
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container.content-align-center .label-container-display {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container.content-align-right .label-container-display {
display: flex;
flex-direction: column;
align-items: flex-end;
text-align: right;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label.position-left .label-container-display {
display: flex;
flex-direction: row;
align-items: center;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label.position-right .label-container-display {
display: flex;
flex-direction: row;
align-items: center;
} .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-number .yith-wapo-option .tooltip span {
transform: translateX(-50%) translateY(0px);
}
.single-product div.product .summary.entry-summary form.cart .yith-wapo-block .quantity {
max-width: 80px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-number.numbers-check .options.error-message{
border: 1px solid var(--yith-wapo-required-option-color);
padding: 10px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-number.numbers-check .yith-wapo-numbers-error-message{
color: var(--yith-wapo-required-option-color);
} .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-image {
margin-right: 10px;
max-width: 100px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-image img{
display: block;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container {
position: relative;
display: flex;
align-items: center;
cursor: pointer;
line-height: 20px;
border-radius: 5px;
border: 1px solid #7a7a7a;
padding: 10px;
font-size: 15px;
height: 100%;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container .product-info {
word-break: break-word;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container .product-info .stock-info{
padding-bottom: 10px;
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .product-container:hover {
border: 1px solid var(--yith-wapo-accent-color-color);
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-container {
border: 1px solid var(--yith-wapo-accent-color-color);
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-container:after {
content: '';
width: 18px;
height: 18px;
background: var(--yith-wapo-accent-color-color) url(//www.otoyedekparcaankara.com.tr/wp-content/plugins/yith-woocommerce-product-add-ons/assets/img/icon-check.png) center no-repeat;
background-size: 50%;
border-radius: 50%;
display: block;
position: absolute;
top: -9px;
right: -9px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container small.option-price {
margin: 7px 0px 5px 0px;
font-size: 16px;
font-weight: bold;
display: block;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container .sign.positive {
display: none;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container .brackets {
display: none;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container .button {
margin: 0;
font-size: 15px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.out-of-stock {
pointer-events: none;
opacity:0.5;
color: #8b8b8b;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.out-of-stock .stock.out-of-stock {
opacity: initial;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .option-add-to-cart .quantity{
display: block;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .options.per-row-1{
gap: 8px;
} .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option input {
margin-top: 0px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .tooltip span {
transform: translateX(-50%) translateY(0px);
} .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-select .image-container img {
max-width: 200px;
max-height: 200px;
margin-bottom: 10px;
} .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-text .yith-wapo-option .input-text-container input {
min-width: initial;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-text .yith-wapo-option .label {
margin-bottom: 10px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-text .yith-wapo-option .tooltip span {
transform: translateX(-50%) translateY(0px);
} .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-textarea .yith-wapo-option {
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-textarea .yith-wapo-option .label {
margin-bottom: 10px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-textarea .yith-wapo-option .tooltip span {
transform: translateX(-50%) translateY(0px);
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-textarea .yith-wapo-option textarea {
min-height: 200px;
} .yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-container {
background-color: #FFFFFF;
min-width: 200px;
width: auto;
border: 1px solid #d9d9d9;
border-radius: 8px;
padding: 7px;
}
.yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-container span.wp-picker-input-wrap.hidden {
display: inline-block !important;
}
.yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-container button.wp-color-result {
margin: 0 6px 3px 0;
vertical-align: middle;
position: relative;
border-radius: 4px !important;
}
.yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-default-custom:before {
content: "\e91a";
text-indent: 0;
font-family: 'yith-icon';
color: #d8d8d8;
font-weight: normal;
width: 15px;
background: none;
line-height: 30px;
margin-left: 8px;
}
.yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-default-custom {
padding: 10px;
}
.yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-default-custom.default_color:before {
color: #5d5d5d;
}
.yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-container .wp-picker-default, .yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-container .wp-picker-clear {
opacity: 0;
width: 25px;
margin-left: -20px;
padding: 0;
position: absolute;
z-index: 2;
}
.yith-wapo-block .yith-wapo-addon-type-colorpicker input[type="text"].wp-color-picker{
width: 6rem;
display: initial;
border: none;
line-height: 3.0;
}
.yith-wapo-block .yith-wapo-addon-type-colorpicker input[type="text"].wp-color-picker:focus{
box-shadow: none;
}
.yith-wapo-block .yith-wapo-addon-type-colorpicker span.wp-color-result-text:empty {
padding: 0px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-colorpicker .yith-wapo-option div.label.position-under .option-container, .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-colorpicker .yith-wapo-option div.label.position-above .option-container{
max-width: 100px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-colorpicker .yith-wapo-option div.label.position-left .yith-wapo-addon-label{
margin-left: 10px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-colorpicker .yith-wapo-option div.label.position-right .yith-wapo-addon-label{
margin-right: 10px;
} .theme-yith-proteo .yith-wapo-addon-type-colorpicker .wp-picker-container .button.wp-color-result{
border: 1px solid #cccccc;
background: none;
border-radius: initial;
}
.theme-yith-proteo .yith-wapo-addon-type-colorpicker .wp-picker-container .button.wp-picker-clear{
border: 1px solid #cccccc;
border-radius: initial;
line-height: normal;
}
.theme-yith-proteo .yith-wapo-option .yith-wapo-ajax-uploader .button {
margin-bottom: 0;
margin-right: 0;
}
.yith-wapo-block .yith-wapo-addon-type-colorpicker span.wp-picker-custom-placeholder {
line-height: 3.0;
font-size: 12px;
}
.yith-wapo-addon .yith-wapo-option .wp-picker-container.yith-wapo-colorpicker-initialized.wp-picker-active .wp-picker-open {
vertical-align: bottom;
}
.theme-yith-proteo.single-product div.product form.cart .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-number .yith-wapo-option .input-number.quantity input,
.theme-yith-proteo.single-product div.product form.cart .yith-wapo-addon-type-product .quantity input.wapo-product-qty,
.theme-yith-proteo .single-product div.product form.cart .yith-wapo-addon-type-product .quantity input.wapo-product-qty {
height: 45px;
width: 70px;
font-size: 1rem;
}
.theme-yith-proteo #wapo-datepicker-time select {
font-family: Montserrat, sans-serif;
font-weight: bold;
}
body.theme-yith-proteo.yith-wapo-modal-is-open {
position: fixed;
}
body.theme-yith-proteo.yith-wapo-modal-is-open .single-product div.product .summary.entry-summary {
padding-left: 50px;
}
.theme-yith-proteo .yith-wapo-edit-product-cart small {
color: var( --proteo-general_link_color );
} @media only screen and (max-width: 768px) {
body.theme-yith-proteo.yith-wapo-modal-is-open .single-product div.product .summary.entry-summary {
padding-left: 0;
}
}  .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option {
line-height: 20px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image {
display: inline-block;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image.position-left {
display: block;
float: left;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image.position-left img {
width: auto;
height: 20px;
margin-right: 10px;
display: block;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image.position-right {
margin-left: -15px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image.position-right img {
width: auto;
height: 20px;
margin-left: 10px;
display: block;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image.position-above {
display: block;
margin-bottom: 5px
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image.position-above img {
width: auto;
max-height: 100px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image.position-under {
display: block;
margin-top: 5px
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option .image.position-under img {
width: auto;
max-height: 100px;
} #wapo-total-price-table{
margin-top: 40px;
}
#wapo-total-price-table table {
width: auto;
font-size: 20px;
line-height: 40px;
}
#wapo-total-price-table table th {
padding-right: 10px;
text-align: left;
} .woocommerce-cart-form .yith-wapo-group-title, #order_review .yith-wapo-group-title{
font-size: 16px;
} tr.cart_item.yith-wapo-product-has-individual-addons td {
border-bottom: none !important;
}
tr.cart_item.yith-wapo-product-is-individual-addons td {
padding-top: 0px !important;
font-size: 0.9em;
} tr.cart_item.yith-wapo-product-as-item td{
font-size: 0.9em;
}
tr.cart_item.yith-wapo-product-as-item td img{
transform: scale(.7);
}  .yith-wapo-addon .yith-wapo-option .required-error .required-message{
color: var(--yith-wapo-required-option-color);
}
.yith-wapo-block .yith-wapo-addon .min-error{
font-size: 13px;
margin-top: 15px;
}
.yith-wapo-block .yith-wapo-addon .min-error *,
.yith-wapo-addon .options-container .max-selected-error{
color: var(--yith-wapo-required-option-color);
}
.yith-wapo-block .yith-wapo-addon .wapo-error {
color: var(--yith-wapo-required-option-color);
}
.length-error-message{
display: none;
padding: 5px 0px;
color: var(--yith-wapo-required-option-color);
word-break: break-word;
} #wapo-total-price-table {
color: var(--yith-wapo-price-box-colors-text);
background: var(--yith-wapo-price-box-colors-background);
} .yith-wapo-ajax-uploader .button {
border-radius: 5px;
padding: 10px 15px;
font-size: 13px;
font-weight: normal;
cursor: pointer;
overflow: auto;
}
.yith-wapo-ajax-uploader .link {
color: var(--yith-wapo-uploads-file-colors-border);
cursor: pointer;
}
.yith-wapo-uploaded-file .remove {
position: relative;
top: 2px;
cursor: pointer;
font-size: 14px;
margin-bottom: 10px;
}
.yith-wapo-uploaded-file-element .yith-wapo-uploaded-file-info .file-size{
opacity: 0.7;
}
.yith-wapo-uploaded-file-element .yith-wapo-uploaded-file-info .file-name{
color: #000000;
}
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-uploaded-file-element.completed span.info label:before {
content: '';
display: block;
width: 18px;
height: 18px;
background: #03bfac url(//www.otoyedekparcaankara.com.tr/wp-content/plugins/yith-woocommerce-product-add-ons/assets/img/icon-check.png) center no-repeat;
background-size: 50%;
border-radius: 50%;
z-index: 10;
}
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-uploaded-file-element.completed span.info .file-name {
display: flex;
align-items: center;
column-gap: 10px;
}
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-loader-container{
position: relative;
top: 5px;
}
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-uploaded-file span.info {
display: flex;
flex-direction:column;
}
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-uploaded-file-info {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-uploaded-file-element {
margin-bottom: 10px;
}
.yith-wapo-addon .yith-wapo-option.allow-multiple .yith-wapo-uploaded-file-element.completed {
border-bottom: 1px solid #d1d1d1;
}
.yith-wapo-addon.yith-wapo-addon-type-file hr.upload-separator {
border-top: 1px solid var(--yith-wapo-uploads-file-colors-border);
opacity: 0.6;
}
.yith-wapo-addon.yith-wapo-addon-type-file img.yith-wapo-img-uploaded {
margin: 10px 0px 10px 0px;
width: 45px;
}
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-ajax-uploader{
background: var(--yith-wapo-uploads-file-colors-background);
border: 1px dashed var(--yith-wapo-uploads-file-colors-border);
border-radius: 5px;
padding: 20px;
margin: 10px 0px;
font-size: 14px;
}
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-ajax-uploader .yith-wapo-ajax-uploader-container{
display: flex;
align-items: center;
flex-wrap: wrap;
column-gap: 10px;
}
.yith-wapo-addon.yith-wapo-addon-type-file .ui-progressbar {
position: relative;
top: 5px;
height: 10px;
border: none;
}
.yith-wapo-loader.ui-progressbar.ui-corner-all.ui-widget.ui-widget-content .ui-progressbar-value {
background-color: var(--yith-wapo-uploads-file-colors-border);
} .yith-wapo-option small.yith-wapo-error {
word-break: break-word;
}  .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label:hover span.color, .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option.selected div.label span.color {
border: 2px solid var(--yith-wapo-accent-color-color);
} .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label .label-container-display,
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .product-container{
border: 1px solid var(--yith-wapo-form-border-color-color);
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option.selected div.label .label-container-display,
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected .product-container{
border: 1px solid var(--yith-wapo-accent-color-color);
} .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option:not(.out-of-stock) label {
border: 1px solid var(--yith-wapo-form-border-color-color);
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option label:hover, .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected label {
border: 1px solid var(--yith-wapo-accent-color-color);
} .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.checkboxbutton {
width: 20px;
height: 20px;
position: relative;
display: block;
float: left;
margin-right: 10px;
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.checkboxbutton input[type="checkbox"] {
width: 20px;
height: 20px;
opacity: 0;
position: absolute;
top: 0;
left: 0;
cursor: pointer;
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.checkboxbutton:before {
content: '';
background: #ffffff;
width: 20px;
height: 20px;
line-height: 20px;
border: 1px solid var(--yith-wapo-form-border-color-color);
border-radius: var(--yith-wapo-checkbox-style);
margin-right: 10px;
text-align: center;
font-size: 17px;
vertical-align: middle;
cursor: pointer;
margin-bottom: 5px;
transition: background-color ease 0.3s;
display: inline-block;
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.checkboxbutton.checked:before {
background-image: url(//www.otoyedekparcaankara.com.tr/wp-content/plugins/yith-woocommerce-product-add-ons/assets/img/check.svg) !important;
background-size: 65%;
background-repeat: no-repeat !important;
background-color: var(--yith-wapo-accent-color-color);
border-color: var(--yith-wapo-accent-color-color);
color: #ffffff;
background-position: center;
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.radiobutton {
width: 20px;
height: 20px;
position: relative;
margin-right: 10px;
display: block;
float: left;
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.radiobutton input[type="radio"] {
width: 20px;
height: 20px;
opacity: 0;
position: absolute;
top: 0;
left: 0;
cursor: pointer;
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.radiobutton:before {
content: '';
background: #ffffff;
background-clip: content-box;
width: 20px;
height: 20px;
line-height: 20px;
border: 1px solid var(--yith-wapo-form-border-color-color);
border-radius: 100%;
padding: 2px;
margin-bottom: 0px;
margin-right: 0px;
font-size: 20px;
text-align: center;
display: inline-block;
float: left;
cursor: pointer;
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.radiobutton.checked:before {
border-color: var(--yith-wapo-accent-color-color);
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon span.radiobutton.checked:before {
background-color: var(--yith-wapo-accent-color-color);
background-clip: content-box !important;
} .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label label{
font-size: var(--yith-wapo-label-font-size);
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon .yith-wapo-option .description {
font-size: var(--yith-wapo-description-font-size);
overflow-y: auto;
max-height: 70px;
} .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option.selected div.label .label-container-display:after, .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option.selected div.label::after, .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option.selected div.label .label-container-display:after {
background-color: var(--yith-wapo-accent-color-color);
} .yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option div.label span.color {
width: var(--yith-wapo-color-swatch-size);
height: var(--yith-wapo-color-swatch-size);
}
.yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option.selected span.color:after, .select_box .select_option.selected:after {
background: var(--yith-wapo-accent-color-color) url(//www.otoyedekparcaankara.com.tr/wp-content/plugins/yith-woocommerce-product-add-ons/assets/img/icon-check.png) center no-repeat;
background-size: 50%;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option *{
max-width: 100%;
} .yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip span {
background-color: var(--yith-wapo-tooltip-colors-background);
color: var(--yith-wapo-tooltip-colors-text);
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip span:after {
border-top-color: var(--yith-wapo-tooltip-colors-background);
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip.position-bottom span:after {
border-bottom-color: var(--yith-wapo-tooltip-colors-background);
} .yith-wapo-addon.yith-wapo-addon-type-select.required-min .select2-selection.select2-selection--single{
border: 1px solid var( --yith-wapo-required-option-color );
}
#yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-select.required-min {
border: inherit;
border-radius: inherit;
} .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-date .yith-wapo-option .date-container, .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-colorpicker .yith-wapo-option .yith-wapo-colorpicker-container, .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-textarea .yith-wapo-option .textarea-container textarea, .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-text .yith-wapo-option .input-text-container {
margin-top: 8px;
} .yith-wapo-block div.yith-wapo-addon .options.per-row-1 {
row-gap: 15px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container {
height: 100%;
}
.yith-wapo-addon-type-text input.length-error {
border-color: #ff0000;
} .yith-wapo-addon:not(.yith-wapo-addon-type-label) .yith-wapo-option .image img{
max-width: 100%;
max-height: 200px;
}  @media only screen and (max-width: 768px) {
body.theme-yith-proteo.yith-wapo-modal-is-open .single-product div.product .summary.entry-summary {
padding-left: 0;
}
.yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-container button.wp-color-result {
vertical-align: inherit;
} .yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-ajax-uploader-container .button{
margin-top: 10px;
} .yith-wapo-addon-type-colorpicker .yith-wapo-option .wp-picker-container {
min-width: auto;
}
}
@media screen and (min-width: 1024px) { .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label .label-container-display:hover {
border: 1px solid var(--yith-wapo-accent-color-color);
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label .label-container-display:hover {
border: 1px solid #03bfac;
}
}