/*!/wp-content/themes/hello-theme-child-master/style.css*/:root{--pc-red:#dc2323;--pc-red-dark:#b91d1d;--pc-black:#222222;--pc-gray:#666666;--pc-border:#e5e5e5;--pc-radius:5px}body{background-color:#fff;color:var(--pc-black);font-family:'Roboto','Arial',sans-serif}.mp-shop{display:grid;grid-template-columns:260px minmax(0,1fr);gap:40px;max-width:1400px;margin:40px auto 80px;padding:0 20px}.mp-shop-sidebar{display:flex;flex-direction:column;gap:30px;margin-top:10px}.mp-filter-widget{background:#fff0;color:var(--pc-black);padding:0;border:none;border-bottom:1px solid var(--pc-border);padding-bottom:20px;box-shadow:none;border-radius:0}.mp-filter-widget:last-child{border-bottom:none}.mp-filter-title{font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin:0 0 15px;color:var(--pc-black)}.mp-shop-sidebar .product-categories,.mp-shop-sidebar .product-categories li{list-style:none;margin:0;padding:0}.mp-shop-sidebar .product-categories li{margin-bottom:8px;font-size:14px}.mp-shop-sidebar .product-categories li a{color:var(--pc-gray);text-decoration:none;transition:0.2s}.mp-shop-sidebar .product-categories li a:hover{color:var(--pc-red);padding-left:5px}.mp-shop-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px;border-bottom:1px solid var(--pc-border);padding-bottom:15px}.mp-shop-title{font-size:32px;font-weight:800;text-transform:uppercase;margin:0;letter-spacing:-.5px}.woocommerce-ordering select{border:1px solid #ccc;border-radius:var(--pc-radius);padding:8px 12px;font-size:14px;color:var(--pc-black)}.woocommerce ul.products,.woocommerce-page ul.products{display:grid;gap:30px;list-style:none;margin:0 0 40px;padding:0}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none}.woocommerce ul.products.columns-4,.woocommerce-page ul.products.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}.woocommerce ul.products.columns-3,.woocommerce-page ul.products.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.woocommerce ul.products.columns-2,.woocommerce-page ul.products.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:0}.mp-product-card{background:#fff;border:1px solid #eee;border-radius:var(--pc-radius);overflow:hidden;display:flex;flex-direction:column;height:100%;transition:all 0.3s ease;position:relative}.mp-product-card:hover{border-color:#bbb;transform:translateY(-3px);box-shadow:0 10px 20px rgb(0 0 0 / .08)}.mp-product-image{position:relative;overflow:hidden;padding:0;background:#fff;border-bottom:1px solid #f0f0f0}.mp-product-image img{width:100%;height:auto;display:block;border-radius:0}.mp-product-image .onsale{position:absolute;top:0;left:0;background:var(--pc-red);color:#fff;padding:6px 14px;border-radius:0 0 4px 0;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1px;z-index:2;margin:0;line-height:1}.mp-product-body{padding:20px;display:flex;flex-direction:column;flex:1;text-align:left}.mp-product-cats{font-size:11px;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.mp-product-cats a{color:#999;text-decoration:none}.mp-product-cats a:hover{color:var(--pc-black)}.mp-product-title{font-size:15px;line-height:1.4;font-weight:700;margin:0 0 10px;color:var(--pc-black);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:42px}.mp-product-title a{text-decoration:none;color:inherit}.mp-product-rating .star-rating{font-size:12px;color:#ffb800;margin-bottom:8px}.mp-product-card .price{font-size:18px;font-weight:700;display:flex;align-items:center;gap:10px;margin-top:auto;margin-bottom:15px}.mp-product-card .price ins,.mp-product-card .price .amount{color:var(--pc-red);text-decoration:none}.mp-product-card .price del{color:#aaa;font-size:14px;font-weight:400}.mp-product-bottom{margin-top:auto}body.woocommerce ul.products li.product.mp-product-card .button{display:block;width:100%;text-align:center;border-radius:var(--pc-radius);border:1px solid var(--pc-red);background:#fff;color:var(--pc-red);padding:10px 0;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;transition:all 0.2s;margin:0}body.woocommerce ul.products li.product.mp-product-card .button:hover{background:var(--pc-red);color:#fff;border-color:var(--pc-red)}.mp-product-bottom .added_to_cart.wc-forward{display:block;text-align:center;font-size:11px;text-transform:uppercase;color:var(--pc-black);margin-bottom:8px;text-decoration:underline}.mp-single-wrapper{max-width:1300px;margin:40px auto 80px;padding:0 20px}.mp-single-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:50px;align-items:flex-start}.mp-single-gallery{background:#fff;border:none;padding:0}.mp-single-gallery img{border:1px solid #eee;border-radius:var(--pc-radius)}.mp-single-gallery .flex-control-thumbs img{border-radius:var(--pc-radius);transition:border 0.2s;opacity:.7}.mp-single-gallery .flex-control-thumbs img.flex-active,.mp-single-gallery .flex-control-thumbs img:hover{border-color:var(--pc-red);opacity:1}.mp-single-summary{background:#fff0;padding:0;border:none}.mp-single-summary .product_title{font-size:36px;font-weight:800;margin:0 0 15px;line-height:1.2;color:var(--pc-black);text-transform:uppercase}.mp-single-summary .price{font-size:32px;color:var(--pc-red);font-weight:700;margin:20px 0}.mp-single-summary .price del{color:#999;font-size:20px;font-weight:400}.mp-single-summary .woocommerce-product-details__short-description{font-size:16px;line-height:1.6;color:var(--pc-gray);margin-bottom:30px;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:20px 0}.mp-single-summary .single_add_to_cart_button{background:var(--pc-red)!important;color:#fff!important;border-radius:var(--pc-radius);padding:16px 40px;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1px;border:none;transition:0.2s}.mp-single-summary .single_add_to_cart_button:hover{background:var(--pc-red-dark)!important;transform:translateY(-2px)}.mp-single-summary .product_meta{margin-top:30px;font-size:13px;color:#888}.mp-single-summary .product_meta a{color:var(--pc-black);font-weight:600}.mp-single-bottom{margin-top:60px}.woocommerce-tabs ul.tabs{border-bottom:2px solid #eee!important;padding:0!important;margin:0 0 30px!important}.woocommerce-tabs ul.tabs li{border:none!important;background:transparent!important;margin:0!important}.woocommerce-tabs ul.tabs li a{color:var(--pc-gray)!important;font-weight:700;text-transform:uppercase;padding:15px 25px!important;border-bottom:2px solid #fff0;border-radius:0!important;background:transparent!important}.woocommerce-tabs ul.tabs li.active a{color:var(--pc-red)!important;border-bottom-color:var(--pc-red)}.woocommerce-message,.woocommerce-info,.woocommerce-error{background:#fff;border-radius:var(--pc-radius);border-top:3px solid var(--pc-black);box-shadow:0 5px 15px rgb(0 0 0 / .05)}.woocommerce-message{border-top-color:#4caf50}.woocommerce-error{border-top-color:var(--pc-red)}.woocommerce-message .button.wc-forward{background:var(--pc-black)!important;color:#fff!important;border-radius:var(--pc-radius);font-weight:700;text-transform:uppercase}.woocommerce-message .button.wc-forward:hover{background:#444!important}@media (max-width:992px){.mp-shop{grid-template-columns:1fr}.mp-shop-sidebar{display:none}.woocommerce ul.products.columns-4,.woocommerce ul.products.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.mp-single-main{grid-template-columns:1fr}}@media (max-width:600px){.woocommerce ul.products.columns-3,.woocommerce ul.products.columns-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.mp-product-body{padding:15px}.mp-product-title{font-size:13px}.mp-single-summary .product_title{font-size:24px}.mp-single-summary .price{font-size:24px}}@media (max-width:767px){.woocommerce ul.products,.woocommerce ul.products.columns-4,.woocommerce ul.products.columns-3,.woocommerce-page ul.products.columns-4{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.mp-product-body{padding:10px!important}.mp-product-title{font-size:13px!important;height:auto!important;min-height:36px;margin-bottom:5px!important}.mp-product-card .price{font-size:15px!important;margin-bottom:10px!important}body.woocommerce ul.products li.product.mp-product-card .button{padding:8px 0!important;font-size:12px!important}}.mp-mobile-filter-btn{display:none;width:100%;padding:12px;background:var(--pc-black);color:#fff;border:none;text-transform:uppercase;font-weight:700;margin-bottom:20px;cursor:pointer;align-items:center;justify-content:center;gap:10px}.mp-filter-close{display:none;position:absolute;top:10px;right:10px;background:none;border:none;font-size:30px;line-height:1;cursor:pointer;color:var(--pc-black);z-index:1001}.mp-filter-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);z-index:998;opacity:0;visibility:hidden;transition:all 0.3s ease}.mp-filter-overlay.active{opacity:1;visibility:visible}@media (max-width:992px){.mp-mobile-filter-btn{display:flex}.mp-filter-close{display:block}.mp-shop-sidebar{display:block!important;position:fixed;top:0;left:-100%;width:280px;height:100%;background:#fff;z-index:999;padding:40px 20px 20px;overflow-y:auto;box-shadow:5px 0 15px rgb(0 0 0 / .1);transition:left 0.3s ease}.mp-shop-sidebar.active{left:0}}.mp-single-summary,.mp-single-bottom,.woocommerce-Tabs-panel{max-width:100%;overflow-x:hidden}.woocommerce-product-details__short-description img,.woocommerce-product-details__short-description table,.woocommerce-product-details__short-description iframe,.woocommerce-Tabs-panel img,.woocommerce-Tabs-panel table,.woocommerce-Tabs-panel iframe{max-width:100%!important;height:auto!important;width:auto!important;box-sizing:border-box}.woocommerce-Tabs-panel table{display:block;width:100%;overflow-x:auto}.woocommerce ul.products{padding:0!important;margin:0!important;width:100%!important;box-sizing:border-box!important}.mp-product-card,.mp-product-title,.mp-product-title a{word-break:break-word!important;word-wrap:break-word!important;hyphens:auto!important;min-width:0!important}.mp-shop-main{max-width:100vw!important;overflow-x:hidden!important}.mp-product-image img{max-width:100%!important;width:100%!important;height:auto!important}.woocommerce-pagination{margin-top:40px;text-align:center}.woocommerce-pagination ul{display:inline-flex!important;border:none!important;padding:0;gap:5px}.woocommerce-pagination ul li{border:none!important;overflow:hidden;margin:0!important}.woocommerce-pagination ul li a,.woocommerce-pagination ul li span{display:flex!important;justify-content:center;align-items:center;min-width:36px;height:36px;padding:0 10px;border:1px solid var(--pc-border)!important;background:#fff;color:var(--pc-black);font-weight:700;text-decoration:none;border-radius:var(--pc-radius);font-size:14px;line-height:1;transition:all 0.3s ease}.woocommerce-pagination ul li span.current,.woocommerce-pagination ul li a:hover{background:var(--pc-black)!important;color:#fff!important;border-color:var(--pc-black)!important}.woocommerce-pagination ul li a.next,.woocommerce-pagination ul li a.prev{font-size:18px}@media (max-width:767px){.mp-shop-header{display:block!important;justify-content:center}.mp-shop-title{font-size:22px!important;margin-left:15px;margin-bottom:15px!important;line-height:1.2}.mp-shop-ordering{display:flex!important;justify-content:space-between;align-items:center;width:100%;margin-bottom:20px;gap:10px}.mp-shop-ordering .woocommerce-result-count{float:none!important;margin:0!important;font-size:12px;color:var(--pc-gray);line-height:1.2;max-width:50%}.mp-shop-ordering .woocommerce-ordering{float:none!important;margin:0!important;flex-grow:1;max-width:50%}.mp-shop-ordering .woocommerce-ordering select{width:100%;padding:6px 4px;font-size:12px;height:34px;border:1px solid var(--pc-border);border-radius:var(--pc-radius);background-color:#fff}}.mp-shop-ordering .woocommerce-ordering select{width:100%;padding:6px 4px;font-size:12px;height:34px;border:1px solid var(--pc-border);border-radius:var(--pc-radius);background-color:#fff}.mp-product-card .mp-product-image .onsale{width:auto!important;height:auto!important;border-radius:6px!important;background:linear-gradient(135deg,#ff7f50,#e41e31)!important;padding:4px 10px!important;color:#fff!important;font-size:9px!important;font-weight:700!important;text-transform:uppercase!important;line-height:1!important;display:inline-flex!important;align-items:center;justify-content:center;box-shadow:0 4px 8px rgb(228 30 49 / .25)}.woocommerce-breadcrumb{margin:0 0 20px 0!important;padding:10px 0!important;font-size:13px!important;color:var(--pc-gray)!important;border-bottom:1px solid var(--pc-border)}.woocommerce-breadcrumb a{color:var(--pc-black)!important;text-decoration:none;font-weight:500}.woocommerce-breadcrumb a:hover{color:var(--pc-red)!important}.woocommerce-product-gallery__image{margin-bottom:10px!important;border:1px solid var(--pc-border);border-radius:var(--pc-radius);overflow:hidden}.woocommerce-product-gallery .flex-control-thumbs{display:flex!important;flex-wrap:wrap!important;gap:10px!important;padding:0!important;margin:0!important}.woocommerce-product-gallery .flex-control-thumbs li{width:80px!important;height:80px!important;float:none!important;list-style:none!important;cursor:pointer}.woocommerce-product-gallery .flex-control-thumbs li img{width:100%!important;height:100%!important;object-fit:cover!important;border:1px solid var(--pc-border);border-radius:var(--pc-radius);opacity:.6;transition:all 0.2s ease}.woocommerce-product-gallery .flex-control-thumbs li img.flex-active,.woocommerce-product-gallery .flex-control-thumbs li img:hover{opacity:1!important;border-color:var(--pc-black)!important}h1.product_title.entry-title{font-size:26px!important;line-height:1.3!important;font-weight:700!important;color:var(--pc-black)!important;margin-bottom:15px!important;text-transform:none!important}.mp-single-summary .price{font-size:24px!important;color:var(--pc-black)!important;font-weight:700;margin-bottom:20px!important;display:block}.mp-single-summary .price ins{text-decoration:none;color:var(--pc-red)!important}.mp-single-summary .price del{color:var(--pc-gray)!important;font-size:16px!important;opacity:.7}.woocommerce-product-details__short-description{font-size:15px!important;line-height:1.6!important;color:var(--pc-gray)!important;margin-bottom:25px!important;padding-bottom:25px!important;border-bottom:1px solid var(--pc-border)}form.cart{display:flex!important;align-items:center!important;gap:15px!important;margin-bottom:30px!important}.quantity input.qty{width:60px!important;height:50px!important;border:1px solid var(--pc-border)!important;text-align:center;font-size:16px;font-weight:700;border-radius:var(--pc-radius)!important;color:var(--pc-black)}button.single_add_to_cart_button{background-color:var(--pc-black)!important;color:#fff!important;height:50px!important;padding:0 40px!important;font-size:14px!important;text-transform:uppercase;font-weight:700;border-radius:var(--pc-radius)!important;border:none;transition:0.3s}button.single_add_to_cart_button:hover{background-color:var(--pc-red)!important}.product_meta{font-size:13px!important;color:var(--pc-gray)!important;display:flex;flex-direction:column;gap:5px}.product_meta>span{display:block}.product_meta span.sku_wrapper,.product_meta span.posted_in{font-weight:500;color:var(--pc-black)}.product_meta a{color:var(--pc-gray);font-weight:400;text-decoration:none}.product_meta a:hover{color:var(--pc-red)}@media (max-width:767px){h1.product_title.entry-title{font-size:20px!important}.woocommerce-product-gallery .flex-control-thumbs li{width:60px!important;height:60px!important}button.single_add_to_cart_button{width:100%!important}}.woocommerce-breadcrumb{max-width:1200px;width:100%;margin:0 auto 20px auto!important;padding:15px 20px!important;box-sizing:border-box;text-align:left}.mp-product-card .mp-product-image .onsale,.mp-single-gallery .onsale{top:10px!important;left:10px!important;right:auto!important;box-shadow:2px 2px 5px rgb(0 0 0 / .2)!important;background:linear-gradient(135deg,#ff7f50,#e41e31)!important;border-radius:6px!important;padding:4px 10px!important;color:#fff!important;font-size:9px!important;font-weight:700!important;text-transform:uppercase!important;line-height:1!important;z-index:10}.woocommerce-tabs ul.tabs{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:30px!important;padding:0!important;margin:0 0 30px 0!important;border-bottom:1px solid var(--pc-border)!important;list-style:none!important;-ms-overflow-style:none;scrollbar-width:none}.woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none}.woocommerce-tabs ul.tabs li{border:none!important;background:transparent!important;margin:0!important;padding:0!important;flex-shrink:0}.woocommerce-tabs ul.tabs li a{display:block!important;padding:10px 0 15px 0!important;font-size:16px!important;font-weight:700!important;text-transform:uppercase!important;color:var(--pc-gray)!important;text-decoration:none!important;border-bottom:2px solid transparent!important;transition:all 0.3s ease}.woocommerce-tabs ul.tabs li.active a,.woocommerce-tabs ul.tabs li a:hover{color:var(--pc-black)!important;border-bottom-color:var(--pc-red)!important}.woocommerce-tabs ul.tabs li:before,.woocommerce-tabs ul.tabs li:after{display:none!important}.woocommerce-tabs .panel{border:none!important;box-shadow:none!important;padding:0!important;margin:0!important}body.woocommerce-cart table.shop_table,body.woocommerce-cart table.shop_table td,body.woocommerce-cart table.shop_table th{border:none!important;border-collapse:collapse!important}body.woocommerce-cart table.shop_table td{border-bottom:1px solid #eee!important;padding:20px 10px!important}body.woocommerce-cart table.shop_table th{background:transparent!important;color:var(--pc-black)!important;font-size:13px!important;text-transform:uppercase!important;font-weight:900!important;padding:15px 10px!important;border-bottom:2px solid var(--pc-black)!important}body.woocommerce-cart a.remove{color:#dc2323!important;background:transparent!important;border:1px solid #dc2323!important;border-radius:50%!important;font-weight:bold!important;width:24px!important;height:24px!important;line-height:22px!important;display:inline-block!important;text-align:center!important;transition:all 0.3s!important}body.woocommerce-cart a.remove:hover{background:#dc2323!important;color:#fff!important}body.woocommerce-cart .product-thumbnail img{width:180px!important;border-radius:4px!important;border:1px solid #eee!important}.woocommerce-cart .product-name a{color:var(--pc-black)!important;font-weight:700;text-decoration:none;font-size:15px}.woocommerce-cart .product-name a:hover{color:var(--pc-red)!important}body.woocommerce-cart .cart-collaterals .cart_totals{background:#fdfdfd!important;padding:30px!important;border:1px solid #eee!important;border-radius:6px!important;float:none!important;width:100%!important;box-sizing:border-box!important}body.woocommerce-cart .cart_totals h2{border-bottom:2px solid #dc2323!important;display:inline-block!important;font-size:20px!important;text-transform:uppercase!important;margin-bottom:20px!important}body.woocommerce-cart .order-total .amount{color:#dc2323!important;font-size:24px!important;font-weight:900!important}body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{background:linear-gradient(135deg,#ff7f50,#e41e31)!important;color:#fff!important;font-size:18px!important;padding:18px 0!important;border-radius:6px!important;text-transform:uppercase!important;font-weight:700!important;width:100%!important;display:block!important;margin-top:20px!important;box-shadow:0 10px 20px rgb(220 35 35 / .3)!important}body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{transform:translateY(-2px);box-shadow:0 15px 25px rgb(220 35 35 / .4)!important}body.woocommerce-cart .coupon .button{background:#222!important;color:#fff!important;height:40px!important;border-radius:4px!important;text-transform:uppercase!important;font-weight:bold!important}@media (max-width:767px){body.woocommerce-cart table.shop_table thead{display:none!important}body.woocommerce-cart table.shop_table td{display:block!important;text-align:center!important;border:none!important}body.woocommerce-cart table.shop_table tr{display:block!important;border:1px solid #eee!important;margin-bottom:20px!important;border-radius:8px!important;padding:15px!important}body.woocommerce-cart .coupon{display:flex!important;flex-direction:column;gap:10px}body.woocommerce-cart .coupon input{width:100%!important}body.woocommerce-cart .coupon button{width:100%!important}}body.woocommerce-checkout input[type="text"],body.woocommerce-checkout input[type="email"],body.woocommerce-checkout input[type="tel"],body.woocommerce-checkout input[type="password"],body.woocommerce-checkout textarea,body.woocommerce-checkout select{background:#fff!important;border:1px solid #e5e5e5!important;height:50px!important;padding:0 15px!important;font-size:15px!important;color:#222!important;border-radius:4px!important;box-shadow:none!important;width:100%!important;transition:all 0.3s}body.woocommerce-checkout input:focus,body.woocommerce-checkout textarea:focus,body.woocommerce-checkout select:focus{border-color:#222!important;outline:none!important}body.woocommerce-checkout .form-row label{font-size:13px!important;font-weight:700!important;text-transform:uppercase!important;color:#222!important;margin-bottom:5px!important;display:block}body.woocommerce-checkout h3{font-size:20px!important;text-transform:uppercase!important;font-weight:900!important;margin-bottom:25px!important;padding-bottom:10px!important;border-bottom:2px solid #dc2323!important;display:inline-block!important}body.woocommerce-checkout #order_review_heading,body.woocommerce-checkout #order_review{background:#fdfdfd!important;border:1px solid #eee!important;padding:20px 30px!important;border-radius:6px!important}body.woocommerce-checkout table.shop_table{border:none!important}body.woocommerce-checkout table.shop_table th,body.woocommerce-checkout table.shop_table td{border-bottom:1px solid #eee!important;padding:15px 0!important;background:transparent!important}body.woocommerce-checkout .product-name{color:#222!important;font-weight:600!important}body.woocommerce-checkout .order-total .amount{font-size:22px!important;color:#dc2323!important;font-weight:900!important}body.woocommerce-checkout #payment{background:transparent!important;border-radius:0!important;padding:0!important}body.woocommerce-checkout #payment ul.payment_methods{border-bottom:1px solid #eee!important;padding-bottom:20px!important;margin-bottom:20px!important}body.woocommerce-checkout #payment div.payment_box{background-color:#f5f5f5!important;color:#666!important;font-size:13px!important;padding:15px!important;margin-top:10px!important;border-radius:4px!important}body.woocommerce-checkout #payment div.payment_box::before{display:none!important}body.woocommerce-checkout #place_order{background:linear-gradient(135deg,#ff7f50,#e41e31)!important;color:#fff!important;font-size:18px!important;padding:18px 0!important;border-radius:6px!important;text-transform:uppercase!important;font-weight:700!important;width:100%!important;border:none!important;box-shadow:0 10px 20px rgb(220 35 35 / .3)!important;transition:all 0.3s;float:none!important}body.woocommerce-checkout #place_order:hover{transform:translateY(-2px);box-shadow:0 15px 25px rgb(220 35 35 / .4)!important}@media (max-width:767px){body.woocommerce-checkout .col2-set .col-1,body.woocommerce-checkout .col2-set .col-2{width:100%!important;float:none!important;padding:0!important}body.woocommerce-checkout #order_review{padding:15px!important}}.wpc-filter-title{color:var(--pc-black)!important;font-size:16px!important;font-weight:900!important;text-transform:uppercase!important;margin-bottom:15px!important;border-bottom:2px solid var(--pc-black)!important;padding-bottom:5px!important;display:inline-block!important;width:100%}.wpc-filter-header .wpc-toggle-filter{color:var(--pc-black)!important}.wpc-term-item label,.wpc-term-item a{color:#444!important;font-size:14px!important;font-weight:500!important;transition:all 0.2s ease;cursor:pointer}.wpc-term-item label:hover,.wpc-term-item a:hover{color:var(--pc-red)!important}.wpc-term-item.wpc-term-selected label,.wpc-term-item.wpc-term-selected a{color:var(--pc-black)!important;font-weight:bold!important}.wpc-checkbox-item input[type="checkbox"]+label:before,.wpc-checkbox-item input[type="radio"]+label:before{border:1px solid #ccc!important;border-radius:2px!important;background:#fff!important;width:18px!important;height:18px!important}.wpc-checkbox-item input[type="checkbox"]:checked+label:before{background-color:var(--pc-black)!important;border-color:var(--pc-black)!important;color:#fff!important}.wpc-term-count{color:#999!important;font-size:12px!important;background:transparent!important}.wpc-filters-submit-button{background:var(--pc-black)!important;color:#fff!important;border:none!important;text-transform:uppercase;font-weight:700;padding:10px 20px!important;border-radius:4px!important;margin-top:10px}.wpc-filters-submit-button:hover{background:var(--pc-red)!important}.wpc-filters-reset-button{color:var(--pc-gray)!important;text-decoration:underline;font-size:13px!important;margin-top:10px;display:inline-block}.wpc-filters-reset-button:hover{color:var(--pc-red)!important}.wpc-filters-range-inputs input{border:1px solid #ccc!important;border-radius:4px!important;color:var(--pc-black)!important;padding:5px 10px!important;font-weight:700}.widget{margin-bottom:40px!important;border:none!important;background:transparent!important}.widget .widget-title,.widget .mp-filter-title{color:var(--pc-black)!important;font-size:16px!important;font-weight:900!important;text-transform:uppercase!important;margin-bottom:20px!important;border-bottom:2px solid var(--pc-black)!important;padding-bottom:8px!important;display:block!important;width:100%;line-height:1.2}.widget ul{list-style:none!important;padding:0!important;margin:0!important}.widget ul li{position:relative;padding:8px 0!important;border-bottom:1px solid #f0f0f0!important;display:flex!important;justify-content:space-between;align-items:center;transition:all 0.2s ease}.widget ul li a{color:#555!important;font-size:14px!important;font-weight:500!important;text-decoration:none!important;transition:color 0.2s}.widget ul li:hover a{color:var(--pc-red)!important;padding-left:5px}.widget ul li.current-cat>a,.widget ul li.current-menu-item>a{color:var(--pc-black)!important;font-weight:900!important}.widget ul li.current-cat>a:before{content:'•';color:var(--pc-red);margin-right:5px;font-size:18px;line-height:0}.widget ul li .count{font-size:11px!important;color:#999!important;background:#f5f5f5;padding:2px 6px;border-radius:4px;font-weight:700}.widget ul.children{margin-top:8px!important;margin-left:15px!important;border-left:1px solid var(--pc-border)}.widget ul.children li{border-bottom:none!important;padding:5px 0 5px 10px!important}.widget_price_filter .ui-slider .ui-slider-range{background-color:var(--pc-black)!important}.widget_price_filter .ui-slider{background-color:#eee!important;margin-bottom:20px!important}.widget_price_filter .ui-slider .ui-slider-handle{background-color:#fff!important;border:2px solid var(--pc-black)!important;width:14px!important;height:14px!important;top:-4px!important}.widget_price_filter .price_slider_amount .button{background:var(--pc-black)!important;color:#fff!important;font-size:12px!important;text-transform:uppercase;padding:8px 15px!important;font-weight:700;border-radius:var(--pc-radius)!important;float:right}.widget_price_filter .price_slider_amount .price_label{font-size:13px!important;font-weight:700;line-height:34px}.product_list_widget li{display:flex!important;align-items:center!important;gap:15px!important;border-bottom:1px solid #eee!important;padding-bottom:15px!important;margin-bottom:15px!important}.product_list_widget li:last-child{border:none}.product_list_widget li img{width:60px!important;height:60px!important;object-fit:cover;border-radius:var(--pc-radius);float:none!important;margin:0!important;border:1px solid #eee}.product_list_widget li a{font-weight:700!important;color:var(--pc-black)!important;display:block;line-height:1.3;margin-bottom:5px}.product_list_widget li .amount{color:var(--pc-red)!important;font-weight:700}body .woosw-list{margin-bottom:40px!important}body .woosw-list table.woosw-items{border:none!important;border-collapse:collapse!important;width:100%!important;background:#fff!important;box-shadow:none!important}body .woosw-list table.woosw-items th{background:transparent!important;color:#222!important;font-size:13px!important;text-transform:uppercase!important;font-weight:900!important;padding:15px 10px!important;border-bottom:2px solid #222!important;border-top:none!important;border-left:none!important;border-right:none!important}body .woosw-list table.woosw-items td{padding:20px 10px!important;border-bottom:1px solid #eee!important;background:#fff!important;vertical-align:middle!important;font-size:15px!important}body .woosw-list .woosw-item--image img{width:80px!important;height:80px!important;object-fit:cover!important;border-radius:4px!important;border:1px solid #eee!important;max-width:none!important}body .woosw-list .woosw-item--name a{color:#222!important;font-weight:700!important;text-decoration:none!important;font-size:16px!important}body .woosw-list .woosw-item--name a:hover{color:#dc2323!important}body .woosw-list .amount{font-weight:900!important;color:#222!important}body .woosw-list ins .amount{color:#dc2323!important;text-decoration:none!important}body .woosw-list .woosw-btn{background:#222!important;color:#fff!important;border:none!important;text-transform:uppercase!important;font-weight:bold!important;padding:10px 20px!important;border-radius:4px!important;font-size:12px!important;transition:0.3s!important;display:inline-block!important;line-height:normal!important}body .woosw-list .woosw-btn:hover{background:#dc2323!important}body .woosw-list .woosw-item--remove span{color:#ccc!important;font-size:24px!important;cursor:pointer!important}body .woosw-list .woosw-item--remove span:hover{color:#dc2323!important}body .woosw-list .woosw-stock{font-size:12px!important;font-weight:bold!important;text-transform:uppercase!important}body .woosw-list .woosw-stock.in-stock{color:#4caf50!important}body .woosw-list .woosw-stock.out-of-stock{color:#dc2323!important}@media (max-width:767px){body .woosw-list table.woosw-items thead{display:none!important}body .woosw-list table.woosw-items tr{display:flex!important;flex-direction:column!important;position:relative!important;border:1px solid #eee!important;margin-bottom:20px!important;padding:20px!important;border-radius:8px!important;box-shadow:0 5px 15px rgb(0 0 0 / .03)!important}body .woosw-list table.woosw-items td{display:block!important;width:100%!important;text-align:center!important;border:none!important;padding:5px 0!important}body .woosw-list .woosw-item--image{margin-bottom:10px!important}body .woosw-list .woosw-item--remove{position:absolute!important;top:10px!important;right:10px!important;width:auto!important;padding:0!important}body .woosw-list .woosw-item--actions,body .woosw-list .woosw-btn{width:100%!important;display:block!important}}body .woosc-overlay{background-color:rgb(0 0 0 / .7)!important}body #woosc-area.woosc-area-popup .woosc-inner{background:#fff!important;border-radius:6px!important;box-shadow:0 20px 50px rgb(0 0 0 / .5)!important;border:none!important}body #woosc-area .woosc-bar{background:#f9f9f9!important;border-bottom:1px solid #eee!important;color:#222!important}body #woosc-area .woosc-table{border-collapse:collapse!important}body #woosc-area .woosc-table td{border:none!important;border-bottom:1px solid #eee!important;border-right:1px solid #f5f5f5!important;padding:20px!important;vertical-align:top!important;background:#fff!important;color:#444!important;font-size:14px!important}body #woosc-area .woosc-table td.woosc-row-label{background-color:#fdfdfd!important;font-weight:900!important;text-transform:uppercase!important;color:#222!important;width:200px!important;min-width:150px!important;border-right:2px solid #eee!important;font-size:12px!important;letter-spacing:.5px}body #woosc-area .woosc-table tr:hover td{background-color:#fafafa!important}body #woosc-area .woosc-table .woosc-product-title a{color:#222!important;font-weight:700!important;font-size:14px!important;text-decoration:none!important;display:block;margin-bottom:5px}body #woosc-area .woosc-table .woosc-product-title a:hover{color:#dc2323!important}body #woosc-area .woosc-table .price,body #woosc-area .woosc-table .amount{color:#dc2323!important;font-weight:900!important;font-size:16px!important}body #woosc-area .woosc-table img{border-radius:4px!important;border:1px solid #eee!important;margin-bottom:10px!important}body #woosc-area .woosc-table .button{background:#222!important;color:#fff!important;border:none!important;border-radius:2px!important;text-transform:uppercase!important;font-weight:bold!important;font-size:11px!important;padding:8px 15px!important;margin-top:10px!important}body #woosc-area .woosc-table .button:hover{background:#dc2323!important}body #woosc-area .woosc-popup-close{background:#dc2323!important;color:#fff!important;opacity:1!important;border-radius:50%!important;top:-15px!important;right:-15px!important;width:30px!important;height:30px!important;line-height:30px!important;box-shadow:0 4px 10px rgb(0 0 0 / .2)!important}body #woosc-area .woosc-popup-close:hover{background:#b91d1d!important;transform:rotate(90deg)}body #woosc-area .woosc-remove{color:#ccc!important;font-size:20px!important}body #woosc-area .woosc-remove:hover{color:#dc2323!important}body #woosc-area .woosc-inner::-webkit-scrollbar{height:8px}body #woosc-area .woosc-inner::-webkit-scrollbar-track{background:#f1f1f1}body #woosc-area .woosc-inner::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}body #woosc-area .woosc-inner::-webkit-scrollbar-thumb:hover{background:#222}html body .mp-product-actions{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:8px;z-index:20;opacity:0;transform:translateX(10px);transition:all 0.3s ease}html body .mp-product-card:hover .mp-product-actions{opacity:1;transform:translateX(0)}@media (max-width:767px){html body .mp-product-actions{opacity:1!important;transform:none!important;top:5px;right:5px}}html body .mp-product-actions .woosw-btn,html body .mp-product-actions .woosc-btn{display:flex!important;align-items:center;justify-content:center;width:35px!important;height:35px!important;background:#ffffff!important;border:1px solid #e5e5e5!important;border-radius:50%!important;padding:0!important;margin:0!important;box-shadow:0 2px 5px rgb(0 0 0 / .1);cursor:pointer;font-size:0!important}html body .mp-product-actions .woosw-btn::before,html body .mp-product-actions .woosc-btn::before{display:block!important;font-size:16px!important;line-height:1!important;color:#222222!important;transition:color 0.2s ease}html body .mp-product-actions .woosw-btn::before{content:'\2665'}html body .mp-product-actions .woosc-btn::before{content:'\21C4';font-size:18px!important}html body .mp-product-actions .woosw-btn:hover,html body .mp-product-actions .woosc-btn:hover{background:#222222!important;border-color:#222222!important}html body .mp-product-actions .woosw-btn:hover::before,html body .mp-product-actions .woosc-btn:hover::before{color:#ffffff!important}html body .mp-product-actions .woosw-btn.woosw-added,html body .mp-product-actions .woosc-btn.woosc-added{background:#dc2323!important;border-color:#dc2323!important;opacity:1!important}html body .mp-product-actions .woosw-btn.woosw-added::before,html body .mp-product-actions .woosc-btn.woosc-added::before,html body .mp-product-actions .woosw-btn.woosw-added *,html body .mp-product-actions .woosc-btn.woosc-added *{color:#ffffff!important;fill:#ffffff!important}html body .mp-product-actions .woosc-btn.woosc-added,html body .mp-product-actions .woosc-btn.woosc-exist{background:#dc2323!important;border-color:#dc2323!important}html body .mp-product-actions .woosc-btn.woosc-added::before,html body .mp-product-actions .woosc-btn.woosc-exist::before{color:#ffffff!important;opacity:1!important;display:block!important;visibility:visible!important}html body .mp-product-actions .woosc-btn.woosc-added *,html body .mp-product-actions .woosc-btn.woosc-exist *{color:#ffffff!important;fill:#ffffff!important}body.woocommerce-account .u-column1,body.woocommerce-account .u-column2{background:#fff!important;border:1px solid #eee!important;padding:30px!important;border-radius:6px!important;box-shadow:0 5px 20px rgb(0 0 0 / .03)!important;margin-bottom:30px!important}body.woocommerce-account h2{font-size:20px!important;text-transform:uppercase!important;font-weight:900!important;margin-bottom:20px!important;border-bottom:2px solid #dc2323!important;display:inline-block!important;padding-bottom:5px!important}body.woocommerce-account input.woocommerce-Input{background:#fff!important;border:1px solid #ddd!important;height:45px!important;padding:0 15px!important;font-size:15px!important;border-radius:4px!important;width:100%!important;box-shadow:none!important;color:#222!important}body.woocommerce-account input.woocommerce-Input:focus{border-color:#222!important}body.woocommerce-account .woocommerce-form-login__submit,body.woocommerce-account .woocommerce-form-register__submit{background:linear-gradient(135deg,#ff7f50,#e41e31)!important;color:#fff!important;font-weight:700!important;text-transform:uppercase!important;padding:12px 30px!important;border-radius:4px!important;border:none!important;margin-top:10px!important;width:100%!important;transition:0.3s!important}body.woocommerce-account .woocommerce-form-login__submit:hover,body.woocommerce-account .woocommerce-form-register__submit:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgb(220 35 35 / .3)!important}body.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none!important;padding:0!important;margin:0!important;border:1px solid #eee!important;border-radius:6px!important;overflow:hidden!important}body.woocommerce-account .woocommerce-MyAccount-navigation li{border-bottom:1px solid #eee!important;margin:0!important}body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{border-bottom:none!important}body.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block!important;padding:15px 20px!important;color:#555!important;text-decoration:none!important;font-weight:500!important;font-size:15px!important;transition:all 0.2s!important;background:#fff!important}body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{background:#f9f9f9!important;color:#dc2323!important;padding-left:25px!important}body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{background:#222!important;color:#fff!important;font-weight:700!important}body.woocommerce-account .woocommerce-MyAccount-content{background:#fff!important;padding:20px!important}body.woocommerce-account .woocommerce-MyAccount-content p{font-size:15px!important;line-height:1.6!important}body.woocommerce-account .woocommerce-MyAccount-content a{color:#dc2323!important;font-weight:600!important}body.woocommerce-account table.my_account_orders{border:none!important;width:100%!important}body.woocommerce-account table.my_account_orders th{background:#f5f5f5!important;color:#222!important;font-weight:900!important;text-transform:uppercase!important;font-size:12px!important;padding:15px!important;border:none!important}body.woocommerce-account table.my_account_orders td{padding:15px!important;border-bottom:1px solid #eee!important;font-size:14px!important}body.woocommerce-account table.my_account_orders .button{background:#fff!important;border:1px solid #222!important;color:#222!important;padding:8px 15px!important;font-size:12px!important;border-radius:4px!important;text-transform:uppercase!important;font-weight:bold!important}body.woocommerce-account table.my_account_orders .button:hover{background:#222!important;color:#fff!important}@media (max-width:767px){body.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:30px!important}body.woocommerce-account table.my_account_orders{display:block!important;overflow-x:auto!important}}.woocommerce-order{max-width:800px;margin:0 auto}.woocommerce-thankyou-order-received{background:#222!important;color:#fff!important;padding:20px!important;text-align:center!important;border-radius:6px!important;margin-bottom:30px!important;font-size:18px!important;font-weight:700!important;text-transform:uppercase!important;box-shadow:0 10px 20px rgb(0 0 0 / .1)!important}ul.order_details{display:flex!important;flex-wrap:wrap!important;justify-content:space-between!important;list-style:none!important;padding:0!important;margin-bottom:40px!important;border:1px solid #eee!important;border-radius:6px!important;background:#fdfdfd!important}ul.order_details li{flex:1 1 200px!important;padding:20px!important;border-right:1px solid #eee!important;text-transform:uppercase!important;font-size:11px!important;color:#777!important}ul.order_details li:last-child{border-right:none!important}ul.order_details li strong{display:block!important;font-size:16px!important;color:#222!important;margin-top:5px!important;font-weight:900!important}@media (max-width:767px){ul.order_details{flex-direction:column!important}ul.order_details li{border-right:none!important;border-bottom:1px solid #eee!important}}.mp-shop{min-height:800px}@media (min-width:769px){#mp-filter-toggle.mp-mobile-filter-btn{display:none!important}}@media (max-width:768px){#mp-filter-toggle.mp-mobile-filter-btn{display:flex!important;width:100%!important;height:40px!important;margin:15px auto!important;padding:0!important;background-color:#ffffff!important;color:#232323!important;border:2px solid #232323!important;border-radius:4px!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase!important;white-space:nowrap!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;pointer-events:auto!important}#mp-filter-toggle.mp-mobile-filter-btn:active{background-color:#dc2323!important;color:#ffffff!important}#mp-filter-toggle.mp-mobile-filter-btn i{margin-right:8px!important;font-size:14px!important}}