@media (min-width: 1366px) and (max-width: 1600px) {
html { font-size: 90%; }
.container { width: 1200px; }
.phone-email { flex: 0 1 calc((38% / 1) - 0em); }
.review-progress ul li { flex: 0 1 calc((100% / 2) - 1em); height: 164px; }
}
@media (min-width: 1024px) and (max-width: 1365px) {
html { font-size: 80%; }
p { line-height: 25px !important; }
.container,
.single-product .container { width: 90%; margin: 0 auto; }
.logo img { width: 200px; }
.header .flex-container { padding: 1em 2em; gap: 1.5em; }
.category-box { flex: 0 1 calc((100% / 4) - 1.6em); }
.shop-use { padding: 3em 0 2em 0; }
.shop-icon { padding-bottom: 20px; }
.shop-icon ul { gap: 15px; }
.shop-icon ul li { width: 120px; height: 120px; flex: none; font-size: 12px; font-weight: normal; }
.shop-icon ul li img { width: 42px; margin-bottom: 5px; }
.category-box figure img { height: 170px; }
.phone-email { flex: 0 1 calc((40% / 1) - 0em); }
.phone-email img { width: 34px; }
.product { flex: 0 1 calc((100% / 4) - 1.5em); }
.faq .flex-container { gap: 2em; }
.review-progress ul { gap: 8px; }
.review-progress ul li { flex: 1 1 calc((100% / 2) - 1em); padding: 10px 7px; height: 164px; }
.banner-content h2 { font-size: 3.5em; line-height: 60px; }
}
@media (min-width: 768px) and (max-width: 1023px) {
html { font-size: 80%; }
p { line-height: 25px !important; }
.container,
.single-product .container { width: 90%; margin: 0 auto; }
.logo img { width: 150px; }
.header .flex-container { padding: 1em 1em; gap: 1em; }
.search { flex: 0 1 calc((38% / 1) - 0em); }
.phone-email { flex: 0 1 calc((37% / 1) - 0em); }
.onenhours { font-size: 10px; }
.is-form-style input.is-search-input { font-size: 13px !important; height: 40px !important; }
.shop-use .flex-container { gap: 1em; }
.category-box { flex: 0 1 calc((100% / 4) - 0.8em); }
.category-box figure img { height: 160px; }
.phone-email ul { gap: 0em; }
.phone-email ul li:last-child span { font-size: 1em; font-weight: normal; }
.phone-email ul li img { width: 30px; }
.phone-email ul li:last-child { padding: 14px 10px; font-size: 14px; margin-left: 11px; }
.phone-email ul li:last-child img { width: 18px; }
.phone-email ul li aside span { font-size: 1em; }
.phone-email ul li aside select { font-size: 12px; padding: 0px 22px 0px 2px; }
.menu ul li a { padding: 14px 10px; }
.usp { padding: 0 2em; overflow: auto; }
.usp ul { justify-content: left; gap: 1em; }
.usp ul li img { width: 30px; }
.usp ul li { padding: 10px 10px; gap: 9px; line-height: 1.3; flex-wrap: nowrap; text-align: left; flex: none; }
.shop-use { padding: 3em 0 2em 0; }
.shop-icon { padding-bottom: 20px; }
.shop-icon ul { gap: 15px; }
.shop-icon ul li { width: 100px; height: 100px; flex: none; font-size: 12px; font-weight: normal; }
.shop-icon ul li img { width: 42px; margin-bottom: 5px; }
.banner-content h2 { font-size: 3em; line-height: 45px; }
.banner-content { padding: 0 2em; }
.banner-content h2 span:before { width: 20px; height: 20px; }
.banner .slick-next,
.banner .slick-prev { background-size: 40%; height: 40px; width: 40px; }
#tab_container_128 .wpsm_nav { display: flex; flex-wrap: wrap; }
.home-category .flex-container { gap: 1em; }
.faq-left h2,
.shop-use h2 { font-size: 2em; }
.testimonial-grid p { min-height: inherit; }
.product { flex: 0 1 calc((100% / 3) - 1.6em); }
.faq .flex-container { flex-wrap: wrap; }
.faq-left,
.faq-center,
.faq-right { flex: 1 1 calc((100% / 1) - 0.5em); }
.faq-right ul { display: flex; flex-wrap: wrap; }
.faq-right ul li { flex: 1 1 calc((100% / 2) - 1.6em); }
}
@media only screen and (max-width: 767px) {
html { font-size: 80%; }
p { line-height: 26px !important; }
.container { width: 90% !important; margin: 0 auto; }
.flex-container { display: block; }
.header .flex-container { gap: 0.5em; padding: 1em 0.5em !important; display: flex; flex-wrap: wrap; }
.logo img,
.sticky .logo img { width: 150px; }
.phone-email ul li:last-child { display: none; }
.phone-email { flex: 1 1 calc((45% / 1) - 0em); margin-left: 0; }
.logo { flex: 1 1 calc((40% / 1) - 0em); }
.search { flex: 1 1 calc((100% / 1) - 0em); order: 3; margin-top: 15px; }
.is-search-form input { height: 40px !important; }
.alltabs { overflow: auto; border: solid 1px #ddd; border-radius: 6px; }
/*menu*/
.menu { background: #092290; text-align: center; padding: 0 0; position: fixed; left: 100%; top: 0; height: 100%; z-index: 999; transition: 0.5s; padding-top: 3em; }
.menu ul li { display: inline-block; width: 100%; text-align: left; }
.openmenu .menu { left: 0%; transition: 0.5s; }
.mobile-hamburger { width: 24px; cursor: pointer; display: block; position: relative; height: 18px; border: solid #000; border-width: 2px 0; margin-right: 5px; z-index: 11; }
.mobile-hamburger:before { content: ""; background: #000; height: 2px; width: 100%; position: absolute; top: 50%; transform: translateY(-50%); }
.openmenu .mobile-hamburger { width: 30px; border: none; right: 20px; margin: 0; position: fixed; z-index: 9999; top: 20px; }
.openmenu .mobile-hamburger:before { transform: translateY(-50%) rotate(-45deg); background: #fff; }
.openmenu .mobile-hamburger:after { content: ""; background: #fff; height: 2px; width: 100%; position: absolute; top: 50%; transform: translateY(-50%) rotate(45deg); }
.openmenu .nav:before { content: ""; background: rgb(0 0 0 / 70%); width: 100%; height: 100%; position: absolute; left: 0%; top: 0; z-index: -1; }
.popuphours { left: -180px; width: 350px; padding: 0em; border-radius: 0; box-shadow: none; top: 55px; z-index: 999; }
.address { flex: 1 1 calc((100% / 1) - 2em); display: flex; flex-flow: wrap; line-height: 20px; }
.phone-email img { width: 26px; }
.phone-email ul li aside span { font-size: 1.3em; }
.onenhours { margin-top: 2px; font-size: 12px; }
.usp { overflow: auto; }
.usp ul { gap: 0em; justify-content: start; }
.usp ul li { flex: none; padding: 10px 15px; }
.banner .flex-container { flex-direction: column; }
.banner-img img { border-radius: 0; }
.banner-content { padding: 1em; border-radius: 0; order: 2; }
.print-btn { font-size: 1.5em; }
.banner-content h2 { font-size: 2em; line-height: 40px; text-align: center; }
.banner-content h2 span:before { display: none; }
.home-category { padding: 2.5em 0; }
.products { gap: 1em 0.6em; }
.home-category .products { gap: 1em 0.6em; }
.product-category { flex: 0 1 calc((100% / 2) - 0.3em); }
.cta { padding: 2em 0; }
.cta ul { gap: 1em; }
.cta ul li a { padding: 7px 12px; }
.cta h2,
.faq-left h2,
.shop-use h2 { font-size: 1.7em; padding-bottom: 20px !important; }
.cta ul li a:before { width: 14px; height: 14px; }
.shop-use { padding: 2.5em 0; }
.tabs-nav li { flex: none; }
.tabs-nav li a { padding: 1em 1em; border: none; }
.tabs-stage { border: none; padding: 0; border-radius: 0; margin-top: 20px; }
.product-category h2 { padding: 0px !important; }
.testimonial { padding: 2.5em 0; }
.testimonial .print-btn { margin-bottom: 30px; }
.testimonial .slick-track { gap: 0.5em; }
.faq-right ul li figure { width: 40px; height: 40px; }
.faq-right ul li figure img { width: 26px; }
.faq-right { margin-top: 20px; }
.footer-logo img { width: 170px; }
.faq-right ul li span { line-height: 20px; font-weight: normal; }
.faq { padding: 2.5em 0; }
.xoo-wsc-basket { bottom: 10px; right: 10px; border-radius: 6px; width: 50px; height: 50px; }
.xoo-wsc-bki { font-size: 24px; }
.custom-product { padding: 3em 0 !important; }
.single-product .summary { margin: 30px 0 0 0; }
table.woocommerce-product-attributes.shop_attributes { width: 100% !important; margin: 0px !important; }
body .qib-button-wrapper { float: left; margin-bottom: 20px; }
.variations tbody tr,
.wapf-field-row { flex: 1 1 calc((100% / 1) - 0.5em); }
.wc-block-components-sidebar-layout .wc-block-components-main { padding: 1em !important; width: 100% !important; margin-right: 0% !important; }
.wc-block-components-product-details,
.wc-block-components-product-metadata { flex-wrap: wrap; }
.wc-block-components-product-details li { font-size: 13px; display: flex; flex-direction: row; border: none; padding: 2px 0; width: 100%; line-height: 1.2; gap: 6px; }
tr.wc-block-cart-items__row { display: flex !important; flex-wrap: wrap; }
.wc-block-cart-item__image img { border: solid 1px #eee; background: #fff; width: 80px !important; margin-bottom: 20px !important; }
.cartpage { padding: 0; }
.wc-block-components-totals-wrapper { padding: 10px 0; }
.wp-block-woocommerce-cart-order-summary-totals-block { padding-bottom: 10px; }
.wc-block-components-button { background: #ec6d1d !important; padding: 0 10px !important; height: 40px !important; min-height: auto !important; margin-top: 20px !important; font-size: 14px; }
.wc-block-components-sidebar { position: relative; top: 0; right: 0; }
.checkoutpage { padding: 0; }
.wc-block-checkout__actions_row { flex-direction: row !important; }
.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button { margin: 0px !important; }
.woocommerce-checkout .wc-block-components-button { margin: 0px !important; }
.codedropz-upload-inner .codedropz-label span.cd-icon { left: 38%; }
.woocommerce-account .woocommerce { flex-direction: column; justify-content: flex-start; }
.woocommerce-account .woocommerce-MyAccount-navigation-link { margin-bottom: 0px !important; flex: 0 1 calc((100% / 3) - 6px); text-align: center; border: solid 1px #0000001a; }
.woocommerce-MyAccount-navigation ul { display: flex; flex-wrap: wrap; gap: 8px; }
.woocommerce-account .woocommerce-MyAccount-navigation li { padding: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation-link a { padding: 13px 4px !important; font-size: 13px; }
nav.woocommerce-MyAccount-navigation { padding: 8px; }
.MyAccount-content { padding: 1em; margin: 24px 14px 14px 14px; max-height: initial; }
.woocommerce-MyAccount-content .logo { text-align: center; }
.my-dashboard { display: flex; flex-direction: column; text-align: center; gap: 7px; }
.woocommerce-Address { margin-bottom: 20px !important; }
.shop-icon { padding-bottom: 20px; }
.shop-icon ul { gap: 15px; }
.shop-icon ul li { width: 100px; height: 100px; flex: none; font-size: 12px; font-weight: normal; }
.shop-icon ul li img { width: 42px; margin-bottom: 5px; }
.footer { padding: 2em 0; }
.popuphours:before { left: 90%; }
.home-category .product { flex: 0 1 calc((100% / 2) - 0.3em); margin-top: 10px !important; }
ul.products li.product .button { padding: 5px 10px !important; font-size: 12px !important; }
.footer ul { display: inline-block; width: 100%; }
.woocommerce-thankyou-order-details li { flex: 1 1 calc((100% / 1) - 2em); }
.banner-img { padding: 1em; }
.banner .slick-slide:nth-child(2) .banner-img { border-radius: 27px 27px 0px 0px; }
.sameday-pickup { left: -10px; top: -10px; }
.review-progress ul { margin-top: 20px; }
.review-progress ul li { flex: 1 1 calc((100% / 1) - 0em); height: auto; }
.cta ul li { margin: 0 5px; }
}
 @media only screen and (max-width: 350px) {
.logo img,
.sticky .logo img { width: 130px; }
.mobile-hamburger { width: 20px; height: 16px; }
.phone-email ul li aside span { font-size: 1.1em; }
.onenhours { font-size: 10px; }
.phone-email img { width: 22px !important; }
.woocommerce-loop-category__title,
.category-box h3 { font-size: 0.9em !important; }
.faq-right ul li { font-size: 1em; }
.cta h2,
.faq-left h2,
.shop-use h2 { font-size: 1.6em; padding-bottom: 20px !important; }
.cta h3 { font-size: 1em; padding: 0px 0 30px 0; }
.cta ul { gap: 0; }
.cta ul li a { padding: 5px 5px; font-weight: normal; }
.popuphours { left: -165px; width: 307px; top: 50px; z-index: 999; }
}
