/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.8.12
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.7.1
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */
body{
    background-color: #fff!important;
    font-family: "Poppins", serif!important;
}
.product-card {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: relative;
}
.home-cate-box .product-title
 {
    height: 40px;
    overflow: hidden;
}
.img-fold {
  position: relative;
}
.home-cate-wrapper
 {
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
}
/* Arrow container */
.home-cate-wrapper .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.home-cate.catel {
    padding-bottom: 70px;
}
.home-cate {
    background: #eee;
}
.img-fold img {
    width: 100%;
    height: 200px;
}
.img-fold {
    padding: 30px;
}
/* Common button style */
.home-cate-wrapper .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  font-size: 22px !important;
  color: #000 !important;
  pointer-events: auto;
  transition: 0.3s;
}

/* Hover effect */
.home-cate-wrapper .owl-nav button:hover {
  background: #000 !important;
  color: #fff !important;
}
.home-cate-wrapper {
  position: relative;
}
/* Left arrow */
.home-cate-wrapper .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
}

/* Right arrow */
.home-cate-wrapper .owl-nav .owl-next {
  position: absolute;
  right: -20px;
}

/* Remove default outline */
.home-cate-wrapper .owl-nav button span {
  display: none;
}

/* Custom arrow icons */
.home-cate-wrapper .owl-nav .owl-prev::before {
  content: "←";
}

.home-cate-wrapper .owl-nav .owl-next::before {
  content: "→";
}
.discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff3b3b;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 20px;
  z-index: 1;
}

.product-title {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
  color: #222;
}

.price-box {
  display: flex;
  gap: 8px;
  align-items: center;
}

.old-price {
  text-decoration: line-through;
  color: #888;
}

.new-price {
  color: #e53935;
  font-weight: bold;
}

.delivery {
  background: #f2f2f2;
  padding: 6px;
  border-radius: 6px;
  font-size: 12px;
  margin-top: 8px;
}

.add-to-cart-btn {
  display: block;
  text-align: center;
  border: 1px solid #000;
  padding: 8px;
  border-radius: 8px;
  margin-top: 10px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.add-to-cart-btn:hover {
  background: #000;
  color: #fff;
}
.owl-carousel .owl-item img {
    border-radius: 20px;
}
.Explore-Category-box.item p {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    color: #000;
    padding: 10px 0px 0px;
    margin: 0;
}
.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
  margin-right: 10px;
}
.owl-dots {
    text-align: center;
    padding: 20px;
}
.owl-dot.active span {
  width: 25px;
  border-radius: 10px;
  background: #000;
}
.container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right:50px;
}
#tab-title-additional_information
 {
    width: 20%;
}
#tab-additional_information{
    width:80%;
    padding-left: 40px;
}
.above-cta {
    background-color: #000;
    color: #fff;
    font-size: 12px;
}
.above-cta a {
    color: #fff;
}
.above-cta-right span {
    padding: 0px 7px 0px 10px;
}
.above-cta .container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    padding-top: 5px;
}
nav.menu-header-menu-container ul li {
    list-style: none;
    font-size: 13px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 15px;
}
nav.menu-header-menu-container ul li a {
    color: #070606;
    cursor: pointer;
}
ul#menu-header-menu {
    margin: 0px;
}
button.search-submit.ast-search-submit {
    color: rgb(119, 119, 119);
    font-size: 16px;
    padding: 0px 5px;
    border-radius: 0px;
    background: none;
}
.woocommerce ul.products:not(.elementor-grid).columns-6, .woocommerce-page ul.products:not(.elementor-grid).columns-6 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
input#search-field {
    width: 130px;
    height: 28px;
    padding: 0px 10px;
    font-size: 14px;
    border: none;
    color: #000;
}
.search-form label {
    position: relative;
    display: inline-flex;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.logo {
    display: inline-block;
    vertical-align: top;
}
.menu-top {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    padding-top: 5px;
}
.menu-right {
    display: inline-flex;
    vertical-align: top;
    float: right;
    padding-top: 8px;
}
form.search-form {
    margin-right: 20px;
}
section.Explore-Category {
    padding: 70px 0px 20px;
}
section.Explore-Category-spc-cont {
    padding: 0px 100px;
}
section.Explore-Category.contact-page .container {
    padding: 0px 10%;
}
section.content-wrapper {
    padding-bottom: 50px;
}
.contact-inner p {
    font-size: 14px;
    color: #555;
}
.main-header-inner {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}
section.Explore-Category.contact-page .container h3 {
    margin-bottom: 20px !important;
    font-size: 36px!important;
    text-align: left!important;
}
section.Explore-Category.contact-page .container {
    padding: 0px 10%!important;
}
footer.footer {
    background-color: #070606;
    border-bottom: 1px solid #ececec;
    border-color: hsla(0, 0%, 100%, .08);
}
.footer-first {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.footer-first a {
    color: #fff;
    font-size: 14px;
}
.footer-first h4 {
    font-size: 16px;
    color: #fff;
    position: relative;
    display:inline-block;
    margin-bottom: 5px;
}
.footer-first h4:before {
    background: url(https://stage.rastic.in/wp-content/uploads/2025/02/underline.png) 50% top no-repeat;
    background-size: 100% 9px;
    border-radius: 999px;
    color: green;
    content: "";
    height: 9px;
    image-rendering: -webkit-optimize-contrast;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}
.footer-second h5 {
    font-size: 16px;
    color: #fff;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.footer-box {
    flex-basis: 25%;
    max-width: 25%;
    margin: 0;
    padding: 0 15px 15px;
    position: relative;
    width: 100%;
    color:#fff;
}
.home-cate.catel {
    padding-bottom: 40px;
}
.footer-second {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 0px -15px;
}
.footer-second {
    padding: 60px 0px 20px;
}
.footer-second ul {
    margin: 0;
}
.footer-second ul li {
    list-style: none;
}
.footer-second a {
    color: #fff;
    font-size: 14px;
}
.is-divider {
    background-color: #777;
    display: block;
    height: 3px;
    margin: 10px 0px 20px;
    max-width: 30px;
    width: 100%
}
.dark .is-divider {
    background-color: hsla(0,0%,100%,.3)
}
.footer-second ul li a {
    display: inline-block;
    font-size: .9em;
    padding: 5px 0;
}
.footer .container {
    padding: 0px 100px;
}
.footer-second i {
    margin-right: 7px;
    color:#fff;
}
.footer-second p {
    margin-block: 15px;
}
.social-icons.follow-icons a {
    height: 35px;
    width: 35px;
    display: inline-flex;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}
.social-icons.follow-icons a i {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.payment-icons .payment-icon {
    background-color: rgba(0,0,0,.1);
    border-radius: 5px;
    display: inline-block;
    margin: 3px 3px 0;
    opacity: .6;
    padding: 3px 5px 5px;
    transition: opacity .3s
}
.payment-icons .payment-icon svg {
    height: 20px;
    vertical-align: middle;
    width: auto!important
}
.payment-icons .payment-icon:hover {
    opacity: 1
}
.footer-second-third {
    padding: 15px 0px;
    background-color: #070606;
    text-align: center;
}
.footer-second-third a {
    color:#ccc;
}
.footer-second-third-left {
    font-size: 14px;
    color: #ccc;
}
.footer-second-third-left i {
    padding: 0px 5px;
    color: red;
}
.payment-icons .payment-icon {
    background-color: hsla(0,0%,100%,.1)
}
.payment-icons .payment-icon svg {
    --fill: #fff;
    fill: var(--fill);
}
.social-icons.follow-icons a:hover i {
    color: #fccf04;
}
.social-icons.follow-icons a:hover {
    border-color: #fccf04;
}
.footer-second ul li a:hover, .footer-first a:hover {
    color: #fccf04;
}
#ast-scroll-top {
    background-color: transparent;
    font-size: 14px;
    color: #777;
    border: 2px solid #777;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    padding-top: 6px;
    text-align: center;
}
#ast-scroll-top:hover {
    border-color: #fccf04;
    color: #fff;
    background: #fccf04;
}
.header{
    background: #fff;
    position: relative;
    z-index: 999;
}
.fixeds {
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    z-index: 99999;
}
.term-phone-cases a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}
.term-snap-case a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}
.section-title {
    position: relative;
    width: 100%;
    margin-bottom: 40px!important;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}
.section-title b {
    background-color: currentColor;
    display: block;
    flex: 1;
    height: 2px;
    opacity: .1;
}
.section-title-main{
    border: 2px solid rgba(0, 0, 0, .1);
    padding: .3em .8em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}
.Explore-Category-Inner {
    display: flex;
    flex-wrap: wrap;
}
.content-wrapper-inner h1 {
    margin-bottom: 25px;
}
section.content-wrapper .container {
    padding: 0px 100px;
}
.content-wrapper-inner h1 {
    margin-bottom: 25px;
}
.content-wrapper-inner h1,
.content-wrapper-inner h2,
.content-wrapper-inner h3,
.content-wrapper-inner h4,
.content-wrapper-inner h5,
.content-wrapper-inner h6 {
    color: #555;
    margin-bottom: .5em;
    margin-top: 0;
    text-rendering: optimizeSpeed;
    width: 100%;
}
.content-wrapper-inner {
    max-height: 450px;
    height: 100%;
    overflow: hidden scroll;
}
.content-wrapper-inner .h1,
.content-wrapper-inner h1 {
    font-size: 1.7em;
    padding-top: 15px;
    padding-bottom: 25px;
}
.content-wrapper-inner .h1,
.content-wrapper-inner .h2,
.content-wrapper-inner h1,
.content-wrapper-inner h2 {
    line-height: 1.3;
}
.content-wrapper-inner .h2,
.content-wrapper-inner h2 {
    font-size: 1.4em;
}
.content-wrapper-inner .h3,
.content-wrapper-inner h3 {
    font-size: 1.25em;
}
.content-wrapper-inner .h4,
.content-wrapper-inner h4 {
    font-size: 1.125em;
}
.content-wrapper-inner .h5,
.content-wrapper-inner h5 {
    font-size: 1em;
}
.content-wrapper-inner .h6,
.content-wrapper-inner h6 {
    font-size: .85em;
    opacity: .8;
}
.content-wrapper-inner p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #777;
}
.content-wrapper-inner a {
    color: #000;
}
.content-wrapper-inner::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.content-wrapper-inner::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}
.content-wrapper-inner::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #777;
}
.company-logo-img a {
    display: block;
}
.company-logo-img:hover {
    transform: translateY(-10px);
}
.text-conatin p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #777;
}
.text-conatin a {
    color: #000;
}
.text-conatin ul li {
    font-size: 14px;
    margin-bottom: 10px;
    color: #777;
}
.text-conatin ul {
    margin: 0px;
    padding: 0px 5px 0px 15px;
}
.text-conatin h2 {
    color: #555;
    font-weight: 400;
    font-size: 22px;
}
section.about-page {
    padding: 30px 0px;
    font-weight: 500;
}
.about-wrapper-new-box p {
    margin: 0px !important;
}
.about-wrapper-new-box {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    display: block;
    box-shadow: 0 -4px 43px 0 rgba(0, 0, 0, 0.08);
    margin-top: 35px;
}
.about-wrapper-new-box h3 {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    color: #555;
    font-weight: 600;
}
.about-wrapper-new-box p {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 25px!important;
    text-align: left!important;
}
.about-wrapper-new {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
}
section.about-page h1 {
    font-size: 26px;
    color: #555;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: center;
}
section.about-page p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #777;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
}
section.about-page .container {
    padding: 0px 100px;
}
p#breadcrumbs span.divider {
    font-size: 14px;
    margin: 0px 0px;
}
p#breadcrumbs {
    text-transform: uppercase !important;
    color: #777 !important;
    font-size: 1.15em !important;
    text-align: left;
}
p#breadcrumbs a {
    color: #777!important;
}
.faq-wrapper-box h2 {
    font-size: 26px;
    color: #555;
    text-align: center;
    font-weight: 400;
}
.faq-wrapper-box h2 img {
    width: 33px;
    margin-right: 10px;
}
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-header h4 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
}
.accordion-item {
    border-bottom: 1px solid#ddd;
}
.accordion-header i{
    font-size: 24px;
}
.accordion-header {
    padding: 15px 15px;
    cursor: pointer;
}
.accordion-content p {
    font-size: 14px;
    margin-bottom: 14px;
    color: #777;
    line-height: 25px !important;
}
.faq-wrapper-box {
    margin-bottom: 30px;
    border-radius: 10px;
}
.accordion-content ul {
    margin: 0px 0px 0px 17px;
    padding: 0;
}
.accordion-content ul li {
    font-size: 14px;
    margin-bottom: 15px;
    color: #777;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}
.accordion-item.active .accordion-content {
    max-height: 100%;
}
.accordion-item.active .accordion-header {
    background: rgba(0, 0, 0, .03);
}
.accordion-item.active .accordion-header i{
    transform: rotate(180deg);
}
.accordion-header:hover {
    background: rgba(0, 0, 0, .03);
}
.accordion-content-inner {
    padding: 15px 15px 0px;
}
.faq-wrapper {
    padding: 0px 10%;
}
section.get-touch h5 {
    color: #555;
    font-weight: 400;
    padding-bottom: 10px;
    font-size: 20px;
}
section.get-touch p {
    color: #777;
    font-size: 14px;
    margin-bottom: 15px;
}
section.get-touch {
    text-align: center;
    padding-bottom: 50px;
}
section.get-touch a {
    color: #fff;
    display: inline-block;
    background: #000;
    padding: 5px 15px;
}
.contact-page .social-icons.follow-icons a {
    border: 2px solid #777;
    color:#777;
}
.contact-page .social-icons.follow-icons a:hover {
    border-color: #fccf04;
}
span.ast-on-card-button.ast-onsale-card {
    display: none!important;
}
a.ast-on-card-button.ast-select-options-trigger.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none!important;
}
span.ast-woo-product-category {
    display: none!important;
}
.review-rating {
    display: none!important;
}
h2.woocommerce-loop-product__title {
    font-size: 12px !important;
    margin-bottom: .1em !important;
    margin-top: .1em !important;
    font-weight: 400 !important;
    color: #111 !important;
    text-overflow: ellipsis;
    overflow: hidden;
}
span.price {
    font-weight: 400!important;
    font-size: 12px!important;
}
span.woocommerce-Price-amount.amount {
    font-weight: 400!important;
}
span.woocommerce-Price-amount.amount {
    margin-right: 3px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    border-radius: 0!important;
    background: #000!important;
    padding: 8px 10px!important;
    font-size: 12px!important;
    text-transform: uppercase!important;
    border: 1px solid #000;
}
ul.products.columns-6 li {
    text-align: center !important;
}
a.added_to_cart.wc-forward{
    border-radius: 0 !important;
    background: #fff !important;
    padding: 4px 14px !important;
    font-size: 12px !important;
    color: #000 !important;
    text-transform: uppercase !important;
    border: 1px solid #000;
    display: inline-block;
    margin-top: 6px;
}
nav.woocommerce-breadcrumb {
    text-transform: uppercase !important;
    color: #777!important;
    font-size: 1.15em!important;
}
span.divider {
    font-size: 14px;
    margin: 0px 5px;
}
#primary {
    margin: 20px 0px;
}
.term-description p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #777;
    text-align: center;
}
h1.woocommerce-products-header__title.page-title {
    color: #555;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding-bottom: 15px;
    font-size: 1.7em;
}
#loading-animation {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 10px;
}
.loading-spin,.processing {
    position: relative
}

.loading-spin {
    animation: spin .6s linear infinite;
    border-bottom: 3px solid rgba(0,0,0)!important;
    border-left: 3px solid var(--fs-color-primary);
    border-radius: 50%;
    border-right: 3px solid rgba(0,0,0)!important;
    border-top: 3px solid rgba(0,0,0)!important;
    content: "";
    font-size: 10px;
    height: 30px;
    margin: 0 auto;
    opacity: .8;
    pointer-events: none;
    text-indent: -9999em;
    width: 30px
}
.loading-spin {
    border: 3px solid rgba(0,0,0)!important;
    border-left-color: #fff!important
}
hr {
    border-width: 0;
    border-top: 1px solid;
    margin: 15px 0;
    opacity: .1;
}
.content-wrapper-inner ul {
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #777;
}
.woocommerce-js .woocommerce-breadcrumb{
    margin: 0px!important;
}
.archive input:hover, select:hover, .archive textarea:hover {
    box-shadow: inset 0 -1.8em 1em 0 transparent;
}
select.orderby {
    box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, .02);
    border: 1px solid #ccc !important;
    font-size: 14px!important; 
    height: 35px!important;
    background-position-x: calc(100% - 10px)!important;
}
.woocommerce .woocommerce-ordering {
    float: unset !important;
    margin-bottom: 0px !important;
    display: inline-block;
    margin-left: 20px !important;
}
p.woocommerce-result-count {
    display: inline-block;
    color: #555;
    font-size: 14px;
    margin: 10px 0px!important;
}
.woocommerce-notices-wrapper {
    display: none !important;
}
.fav-box {
    display: flex;
    justify-content: end;
    padding-bottom: 25px;
}
#cart-sidebar-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    z-index: 999999999;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(0.7);
    pointer-events: none;
}
#cart-sidebar {
    width: 800px;
    background: white;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
    padding: 30px 40px 20px;
    z-index: 999999;
    position: relative;
    transition: transform 0.4s ease-in-out;
}
#cart-sidebar-wrapper.open {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
}
.llopenkk {
    opacity: 1!important;
    transform: scale(1)!important;
    pointer-events: all!important;
}
div#cart-sidebar h3 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    display: block;
    font-size: 1.125em;
}
span.mybag svg {
    margin: 30px 0px;
    color: #000 !important;
}
.woocommerce-mini-cart__buttons {
    text-align: center;
}
.ast-mini-cart-message {
    text-align: center;
}
.ast-mini-cart-message p {
    font-size: 13px;
    color: #555;
}
div#cart-sidebar .is-divider {
    max-width: 44px;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #000!important;
}
.woocommerce-mini-cart__buttons a {
    background: #000 !important;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: bolder;
    letter-spacing: .03em;
    padding: 10px 15px !important;
}
#cart-icon {
    display: inline-flex;
    align-items: center;
    border: 1px solid black;
    border-radius: 100px;
    padding: 2px 8px;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: black;
    position: relative;
    font-weight: 600;
}
span.cart-count {
    background-color: #ffbb1a;
    border-radius: 99px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
    color: #fff;
    content: attr(data-icon-label);
    font-family: Arial, Sans-serif !important;
    font-size: 11px;
    font-style: normal;
    font-weight: bolder;
    height: 17px;
    letter-spacing: -.5px;
    line-height: 17px;
    min-width: 17px;
    opacity: .9;
    padding-left: 2px;
    padding-right: 2px;
    position: absolute;
    right: -7px;
    text-align: center;
    top: -9px;
    transition: transform .2s;
    z-index: 1;
    color: #fff;
}
.ast-icon svg {
    fill: currentColor;
    width: 15px!important;
    height: 15px!important;
    position: relative;
    top: 1px;
    margin-left: 7px;
}
#cart-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background: red;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    padding: 4px 7px;
}
#close-cart {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 40px;
    border: none;
    z-index: 9999999;
    color: #555;
    padding: 0px 10px;
    background: #fff;
    font-weight: 200;
    cursor: pointer;
}
#close-cart:hover {
    color: #000;
}
#cart-total span.woocommerce-Price-amount.amount {
    margin-right: 0;
}
.cart-category-inner h3{
    color: #555!important;
    margin-top: 35px;
    font-weight: 300!important;
}
.cart-category-inner .is-divider{
    color: #555!important;
    height: 1px!important;
}
#cart-sidebar .category-item {
    width: 33%;
}
#cart-sidebar .cate-date {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
#cart-sidebar .category-item a {
    display: block;
}
#cart-sidebar .category-item img {
    transition: 0.5s all ease;
}
#cart-sidebar .category-item:hover img {
    transform: translateY(-10px);
}
#cart-sidebar a.button.wc-forward {
    width: 200px;
    margin-bottom: 10px;
    padding: 12px 15px !important;
}
#cart-sidebar a.button.checkout.wc-forward{
    background-color: #ffbb1a!important;
}
#cart-sidebar ul.product_list_widget li a:not(.remove){
    font-size: 14px!important;
}
#cart-sidebar a.remove.remove_from_cart_button {
    position: absolute;
    right: 0;
}
.woocommerce-js ul.product_list_widget li img {
    object-fit: contain!important;
}
#cart-sidebar li.woocommerce-mini-cart-item.mini_cart_item {
    padding-right: 25px !important;
    padding-left: 62px !important;
    padding-top: 20px !important;
}
#cart-sidebar span.quantity {
    font-size: 14px;
    float: right;
}
#cart-sidebar li.woocommerce-mini-cart-item.mini_cart_item a {
    color: #000 !important;
}
#cart-sidebar p.woocommerce-mini-cart__total.total {
    border-bottom: 2px solid #ececec;
    border-top: 1px solid #ececec;
    margin-bottom: .5em;
    padding: 10px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 15px;
}
#cart-sidebar li.woocommerce-mini-cart-item.mini_cart_item:last-child {
    border-bottom: 0px solid red!important;
}
#cart-sidebar .woocommerce-js .blockUI.blockOverlay {
    position: relative;
}
.bin-spec {
    max-height: 240px;
    overflow-y: scroll;
    scrollbar-width: none;
}
.bin-spec::-webkit-scrollbar {
    display: none;
}
#cart-sidebar .woocommerce-js .blockUI.blockOverlay{
    background-color: #777!important;
}
.cart-cross-sells ul li {
    list-style: none;
    background-color: rgba(0, 0, 0, .05);
    padding: 10px 60px 10px 70px;
    position: relative;
}
.cart-cross-sells ul {
    margin: 0;
}
.cart-cross-sells ul li img {
    width: 35px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.cart-cross-sells ul li a {
    font-size: 13px;
    color: #000;
}
.cart-cross-sells p {
    margin: 0;
}
.cart-cross-sells ul li button {
    background-color: #000!important;
    font-size: 10px!important;
    padding: 5px 10px!important;
    position: absolute!important;
    right: 10px;
    top: 10px;
}
.cart-cross-sells h4 {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #555;
}
.free-shipping-progress {
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
}
.progress-bar-wrapper {
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 5px;
}
.progress-bar {
    height: 100%;
    background: #000;
    transition: width 0.3s ease-in-out;
}
p.free-shipping-success {
    font-size: 14px;
    color: #777;
}
.Explore-Category-box img{
    width:100%;
}
section.related.products h2, section.up-sells.upsells.products h2 {
    padding-top: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 18px;
    color: #555;
    margin-bottom: .5em;
    margin-top: 0;
    font-weight: 400 !important;
    padding-top: 25px;
}
section.related.products, section.up-sells.upsells.products {
    border-top: 1px solid #ececec;
}
.product-template-default #primary {
    margin-top: 20px!important;
    margin-bottom: 0!important;
}
.custom-woocommerce-tabs.wc-tabs-wrapper {
    clear: both;
}
h3#tab-title-description {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    color: #555;
    font-size: 1em;
    font-weight: 400;
    padding-top: 5px;
}
.custom-tab-section {
    display: flex;
}
div#tab-description {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    color: #777;
    font-size: 14px;
}
.custom-tab-section {
    border-top: 1px solid #ececec;
    padding-top: 25px;
}
.woocommerce-js div.product div.images .flex-control-thumbs li img {
    background-color: #fff;
    border: 1px solid transparent;
    display: block;
    overflow: hidden;
    transform: translateY(0);
}
.woocommerce-js div.product div.images .flex-control-thumbs li img:hover {
    border-color: rgba(0, 0, 0, .2);
}
.woocommerce-js div.product div.images .flex-control-thumbs li img.flex-active{
    border-color: rgba(0, 0, 0, .2);
}
.woocommerce-js div.product div.images {
    margin-bottom: 0px;
}
.insta-head {
    background-image: url('https://zapvi.in/wp-content/uploads/2022/04/Gradient-e1709036993298.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.insta-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
}
.insta-head h4 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 5px;
}
.insta-head p {
    margin: 0;
    color: #fff;
    font-size: 13px;
}
.insta-head a {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
}
.product-template-default .summary.entry-summary .product_meta {
    display: none !important;
}
.product-template-default .summary.entry-summary p.ast-stock-detail {
    display: none;
}
.product-template-default .summary.entry-summary button.single_add_to_cart_button {
    margin: 0px !important;
    border-radius: 0px !important;
    background-color: #ffbb1a !important;
}
.product-template-default .summary.entry-summary .quantity {
    display: none!important;
}
.product-template-default .summary.entry-summary h3 b {
    background-color: currentColor;
    display: block;
    flex: 1;
    height: 2px;
    opacity: .1;
}
.product-template-default .summary.entry-summary h3{
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    color: #555!important;
}
.zepr{
    border:0px solid #000!important;
}
.product-template-default .summary.entry-summary .cate-date {
    display: flex;
    flex-wrap: wrap;
}
.product-template-default .summary.entry-summary .category-item {
    width: 33.33%;
}
.product-template-default .summary.entry-summary .category-item:hover img {
    transform: translateY(-10px);
}
.product-template-default .summary.entry-summary .category-item img {
    transition: 0.5s all ease;
}
.product-template-default .summary.entry-summary .icon-box-text h3 {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin-bottom: 2px;
}
.product-template-default .summary.entry-summary .icon-box-text p {
    font-size: 12px;
    color: #777;
    margin-bottom:10px;
}
.product-template-default .summary.entry-summary .icon-box-img {
    margin-right: 15px;
    margin-top: 5px;
}
.product-template-default .summary.entry-summary .icon-box {
    display: flex;
}
.product-template-default .summary.entry-summary .tag-wrapper {
    padding-top: 20px;
}
.product-template-default .summary.entry-summary .woocommerce-product-details__short-description ul {
    margin: 0px !important;
    padding-left: 20px;
    color: #555;
    font-size: 14px;
}
.product-template-default .summary.entry-summary .rating-wrap p {
    font-size: 12px;
    color: #555;
    width: 100%;
    margin-bottom: 5px;
}
.product-template-default .summary.entry-summary .rating-wrap a {
    color: #777!important;
}
.product-template-default .summary.entry-summary .rating-wrap strong {
    color: #777!important;
}
.product-template-default .summary.entry-summary .star-rating {
    float: unset!important;
    margin-bottom: 5px;
}
.product-template-default .summary.entry-summary .img-inner.dark img {
    width: 100%;
    box-shadow: none !important;
    margin: 5px 0px;
}
.product-template-default .summary.entry-summary a.button.wc-forward {
    margin: 0px !important;
    border-radius: 0px !important;
    background-color: #ffbb1a !important;
    width: auto;
    display: block !important;
    padding: 10px 20px;
    font-size: 1em !important;
    width: 118px !important;
    margin-top: 15px !important;
}
body.woocommerce-cart .quantity-control a {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 5px;
    height: 35px !important;
    cursor: pointer;
}
body.woocommerce-cart .quantity-control input {
    width: 30px;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    height: 35px !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px !important;
}
body.woocommerce-cart .quantity-control input::-webkit-outer-spin-button,
body.woocommerce-cart .quantity-control input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body.woocommerce-cart .quantity-control {
    display: flex;
    align-items: center;
}
body.woocommerce-cart .cart-main-cover h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding-bottom: 30px;
}
body.woocommerce-cart .cart-main-cover {
    padding: 30px 0px 50px;
}
body.woocommerce-cart .cart-main-cover-left-inn {
    display: flex;
    flex-wrap: wrap;
}
body.woocommerce-cart .cart-main-cover-left {
    width: 60%;
    padding-right: 30px;
    border-right: 1px solid #eee;
}
body.woocommerce-cart .cart-main-cover-right {
    width: 40%;
    padding-left: 30px;
}
body.woocommerce-cart .cart-main-cover-right h2 {
    color: #777;
    font-size: 14px;
    text-transform: uppercase;
    padding: .5em 0px;
    border-bottom: 3px solid #ececec;
    font-weight: 500;
}
body.woocommerce-cart .wc-proceed-to-checkout a {
    border-radius: 0px;
    background: #ffbb1a !important;
    color: #fff;
    opacity: 1;
    outline: none;
    text-transform: uppercase;
    padding: 5px 10px !important;
    margin: 0px !important;
    font-size: 15px !important;
}
body.woocommerce-cart .woocommerce-js table.shop_table, .woocommerce-page table.shop_table{
    border: 0px solid #000!important;
}
body.woocommerce-cart .woocommerce-cart-form th{
    color: #777;
    font-size: 14px;
    text-transform: uppercase;
    padding: .5em 0px;
    border-bottom: 3px solid #ececec;
    font-weight: 500;
}
body.woocommerce-cart .cart-main-cover-right th {
    font-size: 12px;
    font-weight: 400 !important;
    letter-spacing: 0;
    text-transform: inherit;
    padding: .5em !important;
    padding-left: 0px !important;
    color: #777;
}
body.woocommerce-cart .cart-main-cover-right td {
    font-size: 12px!important;
    font-weight: 600 !important;
    letter-spacing: 0;
    text-transform: inherit;
    padding: .5em !important;
    padding-left: 0px !important;
    color: #000;
}
.cart-main-cover-left-inn .columns-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr))!important;
}
.cart-main-cover-right span.woocommerce-Price-amount.amount {
    font-weight: 600 !important;
}
.cart-main-cover-left h2 {
    color: #555;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}
.cart-main-cover-right .coupon .button {
    background-color: #f9f9f9 !important;
    border: 1px solid #ddd !important;
    color: #666 !important;
    font-weight: 400 !important;
    overflow: hidden;
    position: relative;
    text-shadow: 1px 1px 1px #fff !important;
    text-transform: none !important;
    opacity: 1;
    outline: none;
    width: 100%;
    display: block;
    padding: 10px 10px !important;
    font-size: 14px !important;
    margin-top: 15px !important;
    border-radius: 0px!important;
}
.cart-main-cover-right input#coupon_code {
    outline: 0;
    height: 36px;
    padding: 0px 10px !important;
    font-size: 14px !important;
    color: #777 !important;
}
.cart-main-cover-right input#coupon_code:active, .cart-main-cover-right input#coupon_code:focus  {
    border: 1px solid #ddd !important;
}
.cart-main-cover-right h3 {
    color: #777;
    font-size: 14px;
    padding: 10px 0px;
    border-bottom: 3px solid #ececec;
    font-weight: 500;
    margin-bottom: 15px;
}
.cart-main-cover-right .coupon .button:hover {
    background-color: #f1f1f1!important;
    color: #000!important;
}
.cart-main-cover-right h3 i {
    transform: rotate(90deg);
    margin-right: 8px;
    color: #777 !important;
}
.cart-main-cover-left table.shop_table td, .cart-main-cover-left table.shop_table th {
    padding: 10px 10px!important;
}
.cart-main-cover-left .free-shipping-progress {
    text-align: left;
    margin-bottom: 15px;
}
.cart-main-cover-left .free-shipping-progress p {
    margin-bottom: 10px;
}
.cart-main-cover-left td.product-name a {
    color: #555;
    font-size: 14px;
}
.cart-main-cover-left td.product-price .woocommerce-Price-amount {
    font-size: 14px;
    font-weight: 600!important;
}
.cart-main-cover-left td.product-subtotal .woocommerce-Price-amount {
    font-size: 14px;
    font-weight: 600!important;
}
.cust-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.return-to-shop {
    text-align: center;
}
.return-to-shop a {
    background: #000!important;
    border-radius: 0px !important;
}
.woocommerce-checkout .woocommerce-privacy-policy-text {
    display: none;
}
.woocommerce-checkout .woocommerce-shipping-fields {
    display: none;
}
.woocommerce-checkout .woocommerce-additional-fields {
    display: none;
}
.woocommerce-checkout div#customer_details {
    margin-right: 20px !important;
    width: 57%!important;
}
.woocommerce-checkout h3#order_review_heading {
    font-size: 1.1em;
    color: #555;
    overflow: hidden;
    border-color: #000 !important;
    text-transform: uppercase;
    font-weight: 500;
}
.woocommerce-checkout div#order_review {
    border-color: #000 !important;
}
div#order_review th {
    padding: 10px 0px 10px!important;
    font-weight: 500;
    color: #555;
    font-size: 14px;
}
div#order_review thead {
    border: 2px solid #d1d5db!important;
}
div#order_review tr.cart_item td {
    font-size: 12px!important;
}
div#order_review tr.cart_item td span.woocommerce-Price-amount.amount {
    color: #000!important;
    font-weight: 600!important;
}
div#order_review table.shop_table tfoot td {
    font-size: 14px!important;
}
div#order_review label {
    color: #777!important;
    font-weight: 400!important;
    font-size: 12px!important;
}
div#order_review table.shop_table tfoot span.woocommerce-Price-amount.amount {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 600 !important;
}
div#order_review button#place_order {
    background: #ffbb1a;
    border-radius: 0px;
}
.check_page_my h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding-bottom: 30px;
}
.check_page_my {
    padding: 30px 0px 50px;
}
.check_page_my .woocommerce-info {
    padding: 0;
    background: #fff;
    border: 0px solid #ccc!important;
    font-size: 14px;
    color: #777;
    margin: 0px 0px 5px;
}
.check_page_my .woocommerce-info:before {
    display: none;
}
.check_page_my .woocommerce-info a {
    color: #000;
}
.woocommerce-billing-fields {
    border-top: 2px solid #ccc;
}
.check_page_my form.checkout_coupon.woocommerce-form-coupon p {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}
.check_page_my form.checkout_coupon.woocommerce-form-coupon {
    padding: 30px;
    margin-bottom: 20px;
    border: 2px dashed #000;
    width: 100%;
}
.check_page_my form.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
    width: 84.5%;
}
.check_page_my form.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
    width: 15%;
}
.check_page_my form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    height: 35px;
    max-width: 100%;
    padding: 0 .75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
}
.check_page_my form.checkout_coupon.woocommerce-form-coupon button.button {
    background: #000!important;
    border-radius: 0px!important;
    padding: 8px 26px !important;
    font-size: 14px;
}
.my-flex {
    display: flex;
}
.check_page_my p#billing_company_field {
    display: none;
}
.woocommerce-billing-fields label {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #777 !important;
}
.woocommerce-billing-fields input:active,  .woocommerce-billing-fields input:focus {
    outline: 0!important;
    border: 1px solid #ccc!important;
}
.check_page_my .woocommerce-billing-fields h3 {
    font-size: 16px;
    color: #777 !important;
    text-transform: uppercase;
    padding-bottom: 9px !important;
    border-bottom: 1px solid #ccc !important;
}
.check_page_my .woocommerce-error {
    border-top-color: #ffbb1a!important;
}
.check_page_my .woocommerce-error::before {
    content: '\e016';
    color: #ffbb1a!important;
}
.check_page_my ul.woocommerce-error li {
    font-size: 14px!important;
    color: #777!important;
}
.check_page_my ul.woocommerce-error li a {
    color: #777!important;
}
section.trackpage h1 {
    font-weight: 400;
    font-style: normal;
    color: #555;
    margin-bottom: .5em;
    margin-top: 0;
    text-rendering: optimizeSpeed;
    width: 100%;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

section.trackpage {
    padding: 30px 0px 50px;
}

p.form-row.form-row-first {
    width: 100%!important;
}

p.form-row.form-row-last {
    width: 100%!important;
}

.trackpage input {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    height: 2.507em;
    max-width: 100%;
    padding: 0 .75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
}
.trackpage label {
    margin-bottom: 5px;
    font-size: 14px!important;
    color: #555!important;
    font-weight: 600!important;
}
.trackpage button.button {
    background: #000!important;
    border-radius: 0px;
    margin-top: 10px!important;
}
.banner img {
    width: 100%;
    height: 550px;
    object-fit: fill;
}
.cta-box h5 {
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 14px;
}
.cta-panel {
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 100%;
    max-width: 1920px;
    padding: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0 auto 50px;
}
.cta-panel img {
    margin-bottom: 5px;
}
/* .home .banner {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner div {
    font-size: 26px;
    color: #fff;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
}
.banner h1 {
    font-size: 40px;
    color: #fff;
    line-height: 60px;
    display: block;
    text-align: center;
}
.banner-form {
    padding: 30px 30px 35px;
    background-color: #00000080;
    position: relative;
    border-radius: 8px;
    width: auto;
    height: auto;
    text-align: left;
}
.banner-form input#search-field {
    width: 400px;
    height: 45px;
    padding: 0px 10px;
    font-size: 14px;
    border: none;
    color: #000;
}
.banner-form .search-form label {
    border-radius: 10px;
}
.banner-form form.search-form {
    margin-top: 15px;
}
.banner-form input#search-field {
    width: 400px;
    height: 45px;
}
.banner-form button.search-submit.ast-search-submit {
    color: #000;
    font-size: 16px;
    padding: 0px 33px;
    border-radius: 0px;
    background: #eee;
    border-left: 1px solid #ddd;
} */
.home-cate {
    padding: 70px 0px 0px;
}
.home-cate-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.home-cate-box a {
    color: #000;
    font-size: 16px;
}
.home-cate-wrapper {
    padding-top: 10px;
}
.custom-product-grid-home {
    display: flex;
    flex-wrap: wrap;
}
.product-item-home {
    width: 25%;
    text-align: center;
}
.cat-prod {
    padding-bottom: 70px;
}
.product-item-home h4 {
    font-weight: 400;
    line-height: 26px;
    font-size: 18px;
    padding-bottom: 5px;
}
.product-item-home a {
    color: #000;
}
.product-item-home span.price {
    font-weight: 400 !important;
    font-size: 14px !important;
}
.head-wra {
    padding: 0px 15%;
}
.img-wra {
    overflow: hidden;
}
.img-wra img {
    transition: transform .7s ease;
}
.product-item-home:hover img {
    transform: scale(1.03);
}
.home-cate-box img {
    transition: 0.8s all ease;
}
.home-cate-box a {
    display: block;
}
.home-cate-box:hover img {
    transform: scale(1.03);
}
.img-wra {
    height: 310px;
}
nav.menu-header-menu-container ul li:hover>  ul.sub-menu {
    display: block;
    visibility: visible;
    transform: translateZ(0);
    transition: all .3s cubic-bezier(.2,.06,.05,.95);
    opacity: 1;
    transition-delay: 0s;
}
ul.sub-menu {
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 39px 100px;
    line-height: 1.8;
    transition-delay: .3s;
    display: block;
    visibility: hidden;
    transform: translateZ(0);
    transition: all .2s cubic-bezier(.2,.06,.05,.95);
    transition-delay: .3s;
    opacity: 0;
    margin: 15px 0px 0px;
    column-count: 4;
    column-gap: 20px;
    min-height: 375px;
    box-shadow: 0 10px 20px #00000017;
}
.main-header {
    position: relative;
}
nav.menu-header-menu-container ul li a {
    color: #070606;
    cursor: pointer;
    padding: 5px 0px 5px;
}
ul.sub-menu li a{
    padding: 0px!important;
}
nav.menu-header-menu-container ul li {
    padding: 10px 0px 5px;
}
nav.menu-header-menu-container ul li a {
    position: relative;
    text-decoration: none;
}
ul.sub-menu li {
    width: 100%;
    margin: 3px 0px!important;
    padding: 0px!important;
}
nav.menu-header-menu-container ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #000;
    transition: width 0.4s ease-in-out;
}
ul.sub-menu li a::after {
    display: none;
}
nav.menu-header-menu-container ul li a:hover::after {
    width: 100%;
}
.home-about {
    padding: 50px 0px 70px;
}
.home-about-wrapp {
    display: flex;
    align-items: center;
}
.home-about-wrapp-left {
    width: 50%;
}
.home-about-wrapp-rignt {
    width: 50%;
}
.home-about-wrapp-left-inner {
    padding: 0px 50px;
}
.home-about-wrapp-rignt img {
    width: 100%;
}
.home-about-wrapp-left-inner h1 {
    font-size: 28px;
    margin-bottom: 10px;
}
.home-about-wrapp-left-inner p {
    font-size: 16px;
}
.home-about-wrapp-left-inner a {
    background: #000;
    display: inline-block;
    color: #fff;
    padding: 8px 30px;
    border: 1px solid #000;
}
.home-about-wrapp-left-inner a:hover {
    background: #fff;
    color: #000;
}
.term-description {
    padding: 0px 10% 15px;
}
.archive .product-type-simple img, section.related.products .product-type-simple img {
    height: 320px !important;
}
.archive h2.woocommerce-loop-product__title, section.related.products h2.woocommerce-loop-product__title {
    height: 35px;
    font-size: 14px !important;
    margin-bottom: .1em !important;
    margin-top: .1em !important;
    font-weight: 600 !important;
    color: #111 !important;
    text-overflow: ellipsis;
    overflow: hidden;
}
.archive a.button.product_type_simple.add_to_cart_button, section.related.products a.button.product_type_simple.add_to_cart_button{
    width: 105px!important;
}
.archive span.price, section.related.products span.price{
    font-weight: 400 !important;
    font-size: 14px !important;
}
.archive a.added_to_cart.wc-forward, section.related.products a.added_to_cart.wc-forward{
    width: 102px;
    text-align: center;
    margin: 0 auto!important;
}
.archive a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, section.related.products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    margin: 0 auto!important;
}
.semi-footer h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 25px;
    margin: 0px;
}
.semi-footer-inner-box h4 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}
.semi-footer-inner-box ul {
    padding: 0;
    margin: 0;
}
.semi-footer-inner-box ul li {
    list-style: none;
    font-size: 14px;
}
.semi-footer-inner-box {
    width: 33.33%;
}
.semi-footer-inner {
    display: flex;
}
.semi-footer-inner ul li a {
    color: #000;
}
.semi-footer .container {
    padding-left: 100px;
    padding-right: 100px;
}
.semi-footer {
    padding: 20px 0px 50px;
}
.view-more-btn {
    font-size: 16px;
    color: #ffbb1a;
    cursor: pointer;
    padding-top: 5px;
}
.semi-footer-inner-box ul li {
    display: none;
}
.semi-footer-inner-box ul li:nth-child(-n+5) {
    display: block;
}
ol.flex-control-nav.flex-control-thumbs img {
    height: 165px !important;
    object-fit: cover !important;
}
#cart-sidebar p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px 0px;
}
.cart-main-cover .container {
    padding-left: 100px;
    padding-right: 100px;
}
.check_page_my .container {
    padding-left: 100px;
    padding-right: 100px;
}
.search div#primary {
    margin: 0px !important;
}
section.ast-archive-description {
    width: 100% !important;
    max-width: 100% !important;
}
.search .ast-row li {
    padding: 0px !important;
    width: 16.66%;
    padding: 10px !important;
    list-style: none;
}
.search .ast-row {
    display: flex;
    flex-wrap: wrap;
}
.search .ast-row li {
    padding: 0px!important;
    width: 16.66%;
    padding: 15px!important;
    list-style: none;
    border-bottom: none!important;
    margin-bottom: 20px!important;
}
.search .ast-row {
    display: flex;
    flex-wrap: wrap;
}
.search span.price {
    display: block;
    font-weight: 600!important;
    font-size: 14px!important;
    margin-bottom: 5px!important;
}
.search .astra-shop-summary-wrap {
    text-align: center;
}
.search .astra-shop-summary-wrap h2 {
    font-size: 14px!important;
    height: 35px;
    margin-bottom: 5px!important;
}
.search .astra-shop-thumbnail-wrap img {
    height: 300px !important;
}
.search .ast-pagination {
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
}
.search .post-page-numbers.current .page-link, .ast-pagination .page-numbers.current {
    color: #ffffff;
    border-color: #ffbb1a;
    background-color: #ffbb1a;
}
.search .ast-pagination a:hover{
    color: #ffbb1a;
}
section.ast-archive-description {
    padding: 20px 0px!important;
}
.company-logo-inner {
    display: flex;
    flex-wrap: wrap;
}
.company-logo {
    padding-top: 50px;
}
.company-logo-img {
    width: 14.2%;
    padding: 0px 30px;
    transition: 0.5s all ease;
}
.brand-cat-box img{
    transition: 0.5s all ease;
}
.brand-cat-box {
    overflow: hidden;
}
.brand-cat-box:hover img{
    transform: scale(1.05)
}
.brand-cat-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.brand-cat-box {
    width: 20%;
    padding: 0px 30px;
}
.brand-cat {
    padding-bottom: 50px;
}
section.Mobile-Category.deno1 .container {
    padding: 0px 15%;
}
section.Explore-Categories.deno1 .container {
    padding: 0px 10%;
}
section.Explore-Categories.deno1 {
    border-top: 1px solid #eee;
    margin-top: 20px;
}
.Mobile-Category h2 {
    font-size: 26px;
    color: #555;
    margin: 0px 0px 10px;
    padding:0px
}
.mobile-explore ul {
    padding: 0;
    column-count: 3;
}
.mobile-explore {
    padding: 50px 0px 40px;
}
.mobile-explore ul li {
    list-style: none;
}
.mobile-explore ul li a {
    font-size: 16px;
    padding: 5px 0px;
    display: block;
    color: #555;
}
.mobile-explore ul li a:hover {
    color: #ffbb1a;
}
section.Explore-Category.specialpag h4 {
    font-weight: 400;
    color: #555;
    margin-bottom: 10px;
    margin-top: 10px;
}
.specialpag ul {
    margin-left: 20px;
    margin-bottom: 15px;
}
.specialpag .container {
    padding: 0px 10%;
}
section.Explore-Category.or-det button {
    padding: 12px 25px;
    background: #000;
    margin-right: 10px;
}
section.Explore-Category.or-det {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
section.Explore-Category.order-det {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
section.Explore-Category.order-det .col2-set .col-1, section.Explore-Category.order-det .col2-set .col-1 {
    float: none;
    width: 100%;
}
section.Explore-Category.order-det .col2-set .col-2, section.Explore-Category.order-det .col2-set .col-2{
    float: none;
    width: 100%;
    margin-top: 30px;
}
section.Explore-Category.or-det a, section.Explore-Category.order-det a {
    color:#ffbb1a;
}
section.Explore-Category.order-det h2 {
    font-size: 24px!important;
    text-transform: uppercase!important;
    padding: 10px 0px !important;
}
section.Explore-Category.order-det table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border: 1px solid #d1d5db !important;
}
.superov{
    width: 700px;
    margin: 0 auto;
}
#fpd-start-customizing-button.fpd-block {
    display: inline-block!important;
    vertical-align: top!important;
}
.summary.entry-summary form.cart{
    display: inline-block!important;
}
a#fpd-start-customizing-button {
    margin: 0px !important;
    border-radius: 0px !important;
    background-color: #ffbb1a !important;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1em;
}
dl.variation {
    font-size: 12px;
    color: #777;
}
.bin-spec dl.variation {
    border: 0px solid #000!important;
    padding: 0px!important;
}
.bin-spec dl.variation dt, .bin-spec dl.variation dd {
    padding-bottom: 0px!important;
    margin-bottom: 0px!important;
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    margin-top: 15px !important;
}
select#brand_select {
    width: 150px;
    height: 35px;
    padding: 0px 5px;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 10px;
}
select#model_select {
    width: 150px;
    height: 35px;
    padding: 0px 5px;
    font-size: 14px;
    margin-left: 5px;
}
.brand-model-wrapper label {
    color: #777;
}
.brand-model-wrapper {
    padding-top: 10px;
}
@media screen and (max-width:1680px) {
    .archive .product-type-simple img, section.related.products .product-type-simple img {
        height: 260px !important;
    }
}
@media screen and (max-width:1480px) {
    .archive .product-type-simple img, section.related.products .product-type-simple img {
        height: 240px !important;
    }
}
@media screen and (max-width:1366px) {
    .menu-top {
        padding-top: 10px;
    }
    nav.menu-header-menu-container ul li {
        padding: 0px 0px 5px;
    }
    .home-about-wrapp-left-inner {
        padding: 0px 50px 0px 0px;
    }
    .home-about-wrapp-left-inner h1 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .home-about-wrapp-left-inner p {
        font-size: 14px;
    }
    .home-about-wrapp-left-inner a {
        padding: 6px 25px;
        font-size: 14px;
    }
    .product-item-home h4 {
        line-height: 24px;
        font-size: 14px;
        height: 50px;
        overflow: hidden;
    }
    .archive .product-type-simple img, section.related.products .product-type-simple img {
        height: 210px !important;
    }
    .search .astra-shop-thumbnail-wrap img {
        height: 250px !important;
    }
}
@media screen and (max-width:1280px) {
    .menu-top {
        margin-left: 15px;
    }
    .archive .product-type-simple img, section.related.products .product-type-simple img {
        height: 190px !important;
    }
    .term-description {
        padding: 0px 50px 15px;
    }
    section.content-wrapper .container {
        padding: 0px 50px;
    }
    .semi-footer .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .archive h2.woocommerce-loop-product__title, section.related.products h2.woocommerce-loop-product__title {
        height: 29px;
        font-size: 12px !important;
    }
    .cart-main-cover .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .check_page_my .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .search .astra-shop-thumbnail-wrap img {
        height: 215px !important;
    }
    .search .astra-shop-summary-wrap h2 {
        font-size: 12px !important;
    }
    .search span.price {
        font-size: 12px !important;
    }
    section.about-page .container {
        padding: 0px 50px;
    }
    section.Explore-Category.contact-page .container {
        padding: 0px 50px!important;
    }
    .Explore-Category-spc-cont {
        padding: 0px 50px;
    }
}
@media screen and (max-width:1199px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer .container {
        padding: 0px 20px!important;
    }
    section.about-page .container {
        padding: 0px 20px;
    }
    section.content-wrapper .container {
        padding: 0px 20px;
    }
    form.search-form {
        margin-right: 10px;
    }
    nav.menu-header-menu-container ul li {
        margin-right: 10px;
    }
    .logo {
        width: 100px;
    }
    input#search-field {
        width: 100px;
    }
    nav.menu-header-menu-container ul li {
        font-size: 12px;
    }
    .menu-right {
        padding-top: 3px;
    }
    .menu-top {
        padding-top: 5px;
    }
    .home-about-wrapp-left-inner h1 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .section-title {
        margin-bottom: 25px !important;
        font-size: 30px;
    }
    .semi-footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .semi-footer-inner-box {
        width: 33.33%;
        padding-right: 70px;
    }
    nav.woocommerce-breadcrumb {
        font-size: 16px !important;
    }
    .term-description {
        padding: 0px 30px 15px;
    }
    h1.woocommerce-products-header__title.page-title {
        font-size: 26px;
    }
    select.orderby {
        width: 150px;
        font-size: 12px!important;
    }
    p.woocommerce-result-count {
        font-size: 12px;
    }
    .archive div#product-container ul.products.columns-6{
        grid-template-columns: repeat(4, minmax(0, 1fr))!important;
    }
    .archive .product-type-simple img, section.related.products .product-type-simple img {
        height: 235px !important;
    }
    .single section.related.products .woocommerce ul.products, .woocommerce-page ul.products {
        column-gap: 8px;
    }
    .single section.related.products .product-type-simple img {
        height: 210px !important;
    }
    .cart-main-cover .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cart-main-cover-left-inn .columns-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .check_page_my .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .search .ast-row li {
        width: 20%;
    }
    .search .astra-shop-summary-wrap h2 {
        font-size: 14px !important;
    }
    .search span.price {
        font-size: 14px !important;
    }
    .faq-wrapper {
        padding: 0px 50px;
    }
    .company-logo-img {
        padding: 0px 22px;
    }
    section.Mobile-Category .container {
        padding: 0px 80px!important;
    }
    section.Explore-Categories .container {
        padding: 0px 50px!important;
    }
    .specialpag .container {
        padding: 0px 50px!important;
    }
    .superov {
        width: 760px;
    }
    section.Explore-Category-spc-cont {
        padding: 0px 50px;
    }
    .home-cate-wrapper {
        max-width: 950px;
    }
    .img-fold img {
        height: 150px;
    }
}
@media screen and (max-width:1024px) {
    .section-title {
        margin-bottom: 20px !important;
        font-size: 26px;
    }
    .archive .product-type-simple img, section.related.products .product-type-simple img {
        height: 220px !important;
    }
    .specialpag .container {
        padding: 0px 20px!important;
    }
    .home-cate-box p {
        font-size: 14px;
    }
    .product-item-home {
        padding: 0px 15px;
    }
    .head-wra {
        padding: 0px 15px;
    }
    .img-wra {
        height: 275px;
    }
    .menu-top {
        position: fixed;
        height: 100vh;
        width: 100%;
        left: -100%; /* Initially hidden outside the viewport */
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9999999;
        margin: 0;
        padding: 0;
        transition: left 0.5s ease-in-out; /* Smooth transition */
    }
    
    .menu-top.makevisble {
        left: 0; /* Move it into view */
    }
    nav.menu-header-menu-container ul li {
        margin-right: 0;
        padding: 0;
        display: block;
    }
    nav.menu-header-menu-container {
        background: #fff;
        top: 0;
        position: relative;
        height: 100vh;
        padding-top: 10px;
        width: 300px;
    }
    nav.menu-header-menu-container ul li a {
        position: relative;
        text-decoration: none;
        width: 100%;
        display: block;
        font-size: 14px;
        padding: 8px 15px;
        border-bottom: 1px solid #e8e8e1;
    }
    #humberger-menu div {
        width: 25px;
        height: 2px;
        background-color: black;
        margin: 6px 0;
    }
    #humberger-menu {
        display: block !important;
        margin-left: 15px;
        cursor: pointer;
    }
    ul.sub-menu {
        background: #fff;
        position: relative;
        width: 100%;
        left: 0;
        padding: 0;
        line-height: normal;
        visibility: visible;
        transition: height 0.4s ease-in-out, opacity 0.4s ease-in-out;
        transition-delay: 0s;
        opacity: 1;
        margin: 0px;
        column-count: auto;
        column-gap: normal;
        min-height: auto;
        box-shadow: none;
        display: none;
    }
    .sub-menu.active {
        display: block; 
    }    
    ul.sub-menu li {
        margin: 0px!important;
    }
    ul.sub-menu li a {
        padding: 8px 30px!important;
    }
    .menu-item-has-children a::before {
        content: "";
        display: inline-block;
        width: 9px;
        height: 9px;
        border-right: 2px solid black;
        border-bottom: 2px solid black;
        transform: rotate(45deg);
        margin-right: 5px;
        vertical-align: middle;
        position: absolute;
        right: 10px;
        top: 12px;
    }
    nav.menu-header-menu-container ul li a:hover::after {
        display: none;
    }
    .sub-menu a:before{
        display: none;
    }
    div#closside {
        display: block !important;
        position: absolute;
        color: #fff;
        right: 15px;
        top: 5px;
        z-index: 1;
        font-size: 28px;
        cursor: pointer;
    }
    ul#menu-header-menu {
        margin: 0px;
        height: 100vh;
        overflow-y: scroll;
    }
    ul#menu-header-menu::-webkit-scrollbar-track
    {
        display: none;
    }
    .semi-footer-inner-box {
        padding-right: 45px;
    }
    .search .ast-row li {
        width: 25%;
    }
    .search .astra-shop-thumbnail-wrap img {
        height: 245px !important;
    }
    .search #primary{
        padding: 0px!important;
    }
    .company-logo-img {
        padding: 0px 20px;
    }
    .home-cate-wrapper {
        max-width: 900px;
    }

}
@media screen and (max-width:991px) {
    .banner img {
        height: 365px;
    }
    .home-about-wrapp-left-inner {
        padding: 0px 20px 0px 0px;
    }
    .home-about-wrapp-left-inner h1 {
        font-size: 18px;
    }
    .home-about-wrapp-left-inner a {
        padding: 5px 20px;
        font-size: 12px;
    }
    .home-about-wrapp-left-inner p {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .section-title {
        font-size: 24px;
    }
    .head-wra {
        padding: 0px;
    }
    .cta-panel img {
        width: 60px;
    }
    .cta-box h5 {
        font-size: 12px;
    }
    .footer-second {
        margin: 0;
    }
    .footer-box {
        padding: 0 0px 15px;
    }
    #cart-sidebar {
        width: 100%!important;
    }
    .archive div#product-container ul.products.columns-6{
        grid-template-columns: repeat(3, minmax(0, 1fr))!important;
    }
    .term-description {
        padding: 0px 0px 15px;
    }
    .archive .product-type-simple img, section.related.products .product-type-simple img {
        height: 215px !important;
    }
    .semi-footer h3 {
        font-size: 18px;
    }
    .semi-footer-inner-box {
        padding-right: 20px;
    }
    .woocommerce ul.products:not(.elementor-grid).columns-6, .woocommerce-page ul.products:not(.elementor-grid).columns-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr))!important;
    }
    .single section.related.products .product-type-simple img {
        height: 290px !important;
    }
    .single ul.products li.product a img{
        height: 290px !important;
    }
    .single section.related.products .woocommerce ul.products, .woocommerce-page ul.products {
        column-gap: 20px;
    }
    .summary.entry-summary {
        padding-top: 15px;
    }
    body.woocommerce-cart .cart-main-cover-left {
        width: 100%;
        padding-right: 0;
        border-right: 0px solid #eee;
    }
    body.woocommerce-cart .cart-main-cover-right {
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
    }
    .woocommerce-cart ul.products:not(.elementor-grid).columns-6, .woocommerce-cart ul.products:not(.elementor-grid).columns-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
    .cart-main-cover-left table.shop_table_responsive thead, .cart-main-cover-left table.shop_table_responsive thead {
        display: table-row-group;
    }
    .cart-main-cover-left table.shop_table_responsive tr, .cart-main-cover-left table.shop_table_responsive tr {
        display: table-row;
    }
    .cart-main-cover-left table.shop_table_responsive tr td, .cart-main-cover-left table.shop_table_responsive tr td {
        display: table-cell;
        text-align: left!important;
    }
    .cart-main-cover-left table.shop_table_responsive tr td::before, .cart-main-cover-left table.shop_table_responsive tr td::before{
        display: none;
    }
    .woocommerce-checkout div#customer_details {
        margin-right: 0px !important;
        width: 100% !important;
    }
    .search .ast-row li {
        width: 33.33%;
    }
    section.Explore-Category.contact-page .container h3 {
        font-size: 30px !important;
    }
    .company-logo-img {
        padding: 0px 15px;
    }
    .brand-cat-box {
        width: 25%;
        padding: 0px 20px;
    }
    .brand-cat-wrapper {
        justify-content: center;
        padding-top: 20px;
    }
    .mobile-explore ul {
        column-count: 2;
    }
    section.Explore-Category.or-det {
        width: 100%;
    }
    section.Explore-Category.order-det {
        width: 100%;
    }
    .superov {
        width: 100%;
    }
    .mob-ser{
        padding: 0px 20px;
    }
    section.Explore-Category-spc-cont {
        padding: 0px 0px;
    }
    section.Explore-Category {
        padding: 30px 0px 0px;
    }
    .home-cate-wrapper {
        max-width: 700px;
    }
    
}
@media screen and (max-width:767px) {
    .banner img {
        height: 200px;
    }
    section.Explore-Category.contact-page .container {
        padding: 0px 20px!important;
    }
    .Explore-Category-box.item {
        width: 31%;
        margin: 0px 5px;
    }
    .Explore-Category .container {
        padding: 0px 0px !important;
    }
    .Explore-Category-box.item p {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    color: #000;
    padding: 5px 0px 10px;
    margin: 0;
}
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .above-cta {
        font-size: 10px;
    }
    .menu-right span#cart-total {
        display: none;
    }
    #cart-icon {
        padding: 4px 8px 2px 0px;
    }
    form.search-form {
        display: none;
    }
    .main-header-inner {
        padding: 15px 0px;
    }
    div#mobile-searc i {
        font-size: 18px !important;
        font-weight: 300 !important;
        color: #000;
        margin-right: 15px;
        margin-top: 6px;
        cursor: pointer;
    }
    .home-about {
        padding: 40px 0px 0px;
    }
    .home-about-wrapp {
        display: block;
    }
    .home-about-wrapp-left {
        width: 100%;
    }
    .home-about-wrapp-left-inner {
        padding: 0px 0px 30px;
        text-align: center;
    }
    .home-about-wrapp-left-inner h1 {
        font-size: 24px;
    }
    .home-about-wrapp-left-inner p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .home-about-wrapp-left-inner a {
        padding: 6px 25px;
        font-size: 14px;
    }
    .home-about-wrapp-rignt {
        width: 100%;
    }
    .home-about-wrapp-rignt img {
        min-height: 230px;
    }
    .home-cate {
        padding: 40px 0px 0px;
    }
    .home-cate-wrapper {
        display: block;
    }
    .home-cate-box {
        width: 100%;
    }
    section.Explore-Category .section-title {
        margin-bottom: 25px !important;
    }
    .custom-product-grid-home {
        display: block;
    }
    .product-item-home {
        padding: 0px;
        width: 100%;
    }
    .cat-prod {
        padding-bottom: 40px;
    }
    .cta-panel {
        flex-wrap: wrap;
        padding: 15px 15px 0px;
        margin-bottom: 40px;
    }
    .cta-box {
        width: 50%;
        margin-bottom: 25px;
    }
    .content-wrapper-inner .h2, .content-wrapper-inner h2 {
        font-size: 18px;
    }
    .content-wrapper-inner .h1, .content-wrapper-inner h1 {
        font-size: 24px;
    }
    section.content-wrapper {
        padding-bottom: 40px;
    }
    .footer-second {
        display: block;
    }
    .footer-box {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 0px 20px;
    }
    .is-divider {
        margin: 5px 0px 10px;
    }
    .footer-second {
        padding: 30px 0px 10px;
    }
    .footer-second-third-left {
        font-size: 12px;
    }
    nav.menu-header-menu-container {
        padding-top: 50px;
        width: 100%;
    }
    div#closside {
        color: #000;
        z-index: 1;
        font-size: 24px;
    }
    #cart-sidebar {
        width: 100%;
        padding: 15px;
    }
    #cart-sidebar p.woocommerce-mini-cart__buttons.buttons {
        display: block;
    }
    #cart-sidebar a.button.wc-forward {
        width: 100%;
    }
    #cart-sidebar ul.product_list_widget li a:not(.remove) {
        font-size: 12px !important;
    }
    #cart-sidebar span.quantity {
        font-size: 12px;
    }
    .mobile-serh form.search-form {
        display: block;
        margin: 0px;
    }
    .search-form label {
        width: 100%;
    }
    .mobile-serh {
        padding: 15px 0px;
    }
    input#search-field {
        width: 100%;
        height: 30px;
    }
    button.search-submit.ast-search-submit {
        padding: 0px 10px;
    }
    div#mobile-searc {
        display: block !important;
    }
    .archive div#product-container ul.products.columns-6{
        grid-template-columns: repeat(2, minmax(0, 1fr))!important;
    }
    .archive .product-type-simple img, section.related.products .product-type-simple img {
        height: auto !important;
    }
    .fav-box {
        display: none;
    }
    h1.woocommerce-products-header__title.page-title {
        padding-top: 20px;
    }
    .semi-footer-inner-box {
        padding-right: 0;
        padding-bottom: 20px;
        width: 100%;
    }
    .semi-footer-inner {
        display: block;
    }
    .custom-tab-section {
        display: block;
    }
    div#tab-description {
        flex-basis: 100%;
        max-width: 100%;
    }
    h3#tab-title-description {
        flex-basis: 100%;
        max-width: 100%;
        padding-bottom: 10px;
        font-size: 20px;
    }
    .single section.related.products .product-type-simple img {
        height: 180px !important;
    }
    .single ul.products li.product a img {
        height: 240px !important;
    }
    .woocommerce-cart ul.products:not(.elementor-grid).columns-6, .woocommerce-cart ul.products:not(.elementor-grid).columns-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .search .ast-row li {
        width: 50%;
    }
    .search .ast-archive-description h1, .search .ast-archive-description h1 * {
        font-size: 24px;
    }
    .search .astra-shop-thumbnail-wrap img {
        height: 300px !important;
    }
    .search .ast-pagination {
        padding-bottom: 20px;
    }
    .faq-wrapper {
        padding: 0px 0px;
    }
    .company-logo-img {
        width: 20%;
    }
    .company-logo-inner {
        justify-content: center;
    }
    section.Mobile-Category .container {
        padding: 0px 20px!important;
    }
    section.Explore-Categories .container {
        padding: 0px 20px!important;
    }
    
}
@media screen and (max-width:580px) {
    .semi-footer {
        padding: 20px 0px 20px;
    }
    .woocommerce ul.products:not(.elementor-grid).columns-6, .woocommerce-page ul.products:not(.elementor-grid).columns-6 {
        grid-template-columns: repeat(2, minmax(0, 1fr))!important;
    }
    .single .woocommerce img, .woocommerce-page img {
        height: auto;
        max-width: 100%;
    }
    .single ol.flex-control-nav.flex-control-thumbs img {
        height: 70px !important;
        object-fit: cover !important;
    }
    .insta-head {
        display: block;
        padding: 15px 15px;
        text-align: center;
    }
    .insta-head-right {
        width: 200px;
        margin: 0 auto;
        padding-top: 15px;
    }
    section.related.products h2, section.up-sells.upsells.products h2{
        text-align: center;
    }
    .single ul.products li.product a img {
        height: 330px !important;
    }
    .single section.related.products .product-type-simple img {
        height: 160px !important;
    }
    .single .related.products li.product:last-child, .single .related.products li.product:last-child {
        margin-right: auto;
    }
    .cart-main-cover-left table.shop_table_responsive thead, .cart-main-cover-left table.shop_table_responsive thead {
        display: none;
    }
    .cart-main-cover-left table.shop_table_responsive tr, .cart-main-cover-left table.shop_table_responsive tr {
        display: block;
    }
    .cart-main-cover-left table.shop_table_responsive tr td, .cart-main-cover-left table.shop_table_responsive tr td {
        display: block;
        text-align: left!important;
    }
    .cart-main-cover-left table.shop_table_responsive tr td::before, .cart-main-cover-left table.shop_table_responsive tr td::before{
        display: block;
        padding-right: 5px;
    }
    .cart-main-cover-left h2 {
        font-weight: 600;
        font-size: 20px;
        text-align: center;
    }
    .check_page_my form.checkout_coupon.woocommerce-form-coupon {
        padding: 15px;
    }
    .check_page_my form.checkout_coupon.woocommerce-form-coupon button.button {
        padding: 9px 10px !important;
        font-size: 12px;
    }
    .search .astra-shop-thumbnail-wrap img {
        height: 180px !important;
    }
    .search .ast-row li {
        padding: 7px !important;
    }
    .search span.price {
        font-size: 12px !important;
    }
    .search .astra-shop-summary-wrap h2 {
        height: 33px;
        font-size: 12px !important;
    }
    .search .ast-archive-description h1, .search .ast-archive-description h1 * {
        font-size: 22px;
    }
    .search .ast-row li:nth-child(odd) {
        padding-left: 0px !important;
    }
    .search .ast-row li:nth-child(even) {
        padding-right: 0px !important;
    }    
    .search .ast-pagination {
        display: block;
    }
    .about-wrapper-new {
        width: 100%;
        padding-bottom: 20px;
    }
    .about-wrapper-new-box {
        padding: 20px;
        margin-top: 25px;
    }
    .company-logo-img {
        width: 33.33%;
        padding: 0px 12px;
    }
    .company-logo {
        padding-top: 30px;
    }
    .search-container {
        width: 100%!important;
    }
    .brand-cat-box {
        width: 33.33%;
        padding: 0px 12px;
    }
    .mobile-explore ul {
        column-count: 1;
    }
    .mobile-explore {
        padding: 30px 0px 20px;
    }
    .mobile-explore ul {
        margin: 0;
    }
    .mob-ser td {
        font-size: 12px;
    }
    select#brand_select, select#model_select {
        width: 250px;
        height: 35px;
        padding: 0px 5px;
        font-size: 14px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .brand-model-wrapper label {
        display: block;
    }
}
@media screen and (max-width:430px) {
    .Explore-Category-box.item {
        width: 30.2%;
        margin: 0px 5px;
    }
}