body {
    --font-secondary: 'Roboto', sans-serif;
  --color-primary: #ff7400;
    --color-secondary: #0064d2;
     }
     
.axil-product .product-content .product-price-variant span.price.old-price {
    color: #000;
    text-decoration: line-through;
    margin-left: 0;
}

/*brand*/
.single-poster a img {
  height: 432px;
}
h2.title {
    margin-bottom: 0;
    padding-bottom: 0px;
    line-height: 1;
     font-size:22px;
}

input#id {
    display:none;
}

.whats_btn {
    position: fixed;
    bottom: 16rem;
    right: 35px;
    border-radius: 12px;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9999;
}

@media only screen and (max-width: 767px) {
  .single-poster a img {
      width:100%;
      height: auto;
    }
    h2.title {
        margin-bottom: 0;
        line-height: 1;
        margin-top: 30px;
       
    }
    .hotdeal-data .slick-single-layout {
        padding: 0px !important;
    }
    .whats_btn {
        position: fixed;
        bottom: 20rem;
        right: 8px;
    }
}

.axil-categorie-area .section-title-wrapper {
        padding-bottom: 0px;
    }

.axil-breadcrumb-area {
    position: relative;
    background-color: #f8f8f8;
    padding: 7px 0 0px;
    margin-bottom:10px;
}
.section-title-wrapper {
    margin-bottom: 0;
    padding: 0px 0 10px;
}


.accordion-item {
    border: none;
}
.accordion-body {
    padding: 0px 0 0 20px;
}
button.accordion-button {
    font-size: 1.8rem;
}
button.accordion-button.collapsed {
    background: aliceblue;
    margin-bottom: 2px;
}
.accordion-body ul {
    margin-bottom: 0px;
    padding-left: 0px;
}
.accordion-body ul li{
    -border: 0.1rem solid #ebebeb;
    border-top: none;
    list-style: none;
    padding-left: 30px;
  margin-top: 0px;
    margin-bottom: 0px;
}
.accordion-body ul li a {
    color: #666;
    font-weight: 300;
    font-size: 12px;
}
/*Header*/
.header-search-modal.open {
  margin-top: 20px;
}

.header-style-2 .axil-header-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.cart-dropdown .cart-content-wrap {
  z-index: 9999;
}

.header-brand a {
  /*width: 100px;*/
}

.header-style-2 .axil-header-top {
  padding: 10px 0;
  background: #2874f0;
}

.header-style-2 .axil-header-top .axil-search input {
  opacity: 1;
  background-color: white;
  border: 1px solid white;
}

.header-action>ul>li>a>i {
  color: white;
}

.etrade-newsletter-wrapper {
  height: 125px;
  background-size: auto;
  padding: 0;
}

.axil-header-top .header-action>ul {
  justify-content: flex-end;
}

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  .home-menu .img-fluid {
    display: none;
  }

  .home-menu .mainmenu>li {
    align-items: self-start !important;
  }

  .etrade-newsletter-wrapper {
    height: 150px;
  }
}
  
@media only screen and (max-width: 767px) {
  .etrade-newsletter-wrapper {
    height: 70px !important;
  }
  .mobile-slide {
    padding-bottom: 10px !important;
}
}
  
  
.main-slider-style-2 .slider-box-wrap {
  padding: 0
}

.slider .slick-slide img {
  width: 100%;
  height: 350px;
  border-radius: 6px;
}

.axil-slick-dots .slick-dots li {
  background: #3f51b5;
}

.axil-product .cart-action {
  margin: 0;
}

.axil-product .cart-action li.select-option button {
    
      position: relative;
      height: 40px;
      line-height: 97px;
      padding: 0 18px;
      display: block;
      border-radius: 0px;
      font-weight: 700;
      font-size: 14px;
      color: var(--color-white);
      background-color: #fe045b;
      transition: .3s;
      box-shadow: 0 16px 32px 0 rgb(0 0 0 / 6%);
      position: relative;
      z-index: 1;
}


.pro-qty {
    width: 110px;
}

img.d-block.w-100 {
  border-radius: 7px;
  height: auto;
}

i.far.fa-heart {
  color: black;
}

.carousel-control-next,
.carousel-control-prev {
  top: 35%;
  width: 3%;
  height: 30%;
  background: #fff;
}

@media only screen and (max-width: 600px) {
  img.d-block.w-100 {
    height: auto;
  }

  .mobile-div.pt--50 {
    padding-top: 20px;
  }
}
header.mobile.header.axil-header.header-style-5 {
  display: none;
}

header.desktop.header.axil-header.header-style-5 {
  display: block;
  background: white;
}

header.desktop.header.axil-header.header-style-5 .axil-mainmenu.axil-sticky {
  background: white;
}

@media only screen and (max-width: 767px) {
  header.mobile.header.axil-header.header-style-5 {
    display: block;
    background: #00276C;
  }

  header.desktop.header.axil-header.header-style-5 {
    display: none;
  }

  .header-style-5 .axil-mainmenu {
    background: #00276C;
  }
}
.header-action>ul {
  justify-content: flex-end;
}

.axil-search {
  flex: 1;
  position: relative;
}

button.icon.wooc-btn-search {
  width: auto;
  position: absolute;
  top: 10px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  color: var(--color-heading);
  z-index: 1;
}

input#search2 {
  opacity: 1;
  background-color: white;
  border: 1px solid white;
  border-radius: 6px;
  font-size: 14px;
  padding-left: 50px;
  font-weight: 500;
  width: 100%;
}

.header-action .my-account {
  position: relative;
  margin-left: 20px;
  border: 1px solid #fff;
  padding: 0 10px;
  border-radius: 10px;
}

.header-action>ul>li>a {
  font-size: 16px;
  color: white;
}
.desktopnav {
  background: white;
  margin-top: 20px;
}

.desktopnav .mainmenu>li {
  margin: -15px 10px;
}

.desktopnav .mainmenu {
  justify-content: flex-start;
  margin-left: -30px;
}

@media only screen and (max-width: 767px) {
  .desktopnav {
    display: none;
  }
}
.mobilenumber {
  display: flex;
  margin-top: 10px;
  padding-right: 5px;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {

  i[class^="flaticon-"]:before,
  i[class*=" flaticon-"]:before {
    color: white;
    font-size: 24px;
  }
  .axil-category .row>[class*=col] {
    padding-left: 5px;
    padding-right: 5px;
}
  .axil-contact-page {
    padding: 15px;
}

  .header-style-5 .mainmenu {
    margin-top: 5px;
  }

  .mobilesearch.col-12 {
    padding: 0 10px 10px 10px;
  }

  .header-brand {
    margin-left: 0px;
  }
}
.categrie-product-activation button.slide-arrow.prev-arrow.slick-arrow {
  display: none !important;
}

.categrie-product-activation button.slide-arrow.next-arrow.slick-arrow {
  display: none !important;
}

.axil-section-gapcommon {
  -padding: 0;
  margin-top: -20px;
}

.axil-categorie-area.bg-color-white.axil-section-gapcommon {
  display: none;
  margin-top: 0px;
}

.categrie-product .cat-title {
  font-size: 14px;
}


.mainmenu>.menu-item-has-children>a::after {
  color: #1a1b1b;
  display: none;
}

.home-menu .mainmenu>li>a {
  line-height: 35px;
  height: 35px;
  font-weight: bold;
  font-size: 14px;
}

.home-menu .mainmenu>li {
  margin: 0 10px;
}

.mainmenu>.menu-item-has-children .axil-submenu li a {
  font-size: 14px;
}

.home-menu .mainmenu>li>a:hover {
  color: var(--color-secondary);
}

.mainmenu>.menu-item-has-children .axil-submenu li a:hover {
  color: var(--color-secondary);
}

.mainmenu>li>a::before {
  display: none;
}

.home-menu .mainmenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -justify-content: space-between;
  margin-top: 50px;
  justify-content: none;
  /*margin-left: 15px;*/
  padding-bottom: 10px;
}

.home-menu .mainmenu>li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-menu .img-fluid {
  width: 84px;
  height: auto;
}

.home-menu {
  margin-top: -35px;
}

.categrie-product a {
  -padding: 12px;
}

@media only screen and (max-width: 767px) {
  .desktop.home-menu {
    display: block;
  }
}

/* view all*/
a.viewall-right {
    /* display: none; */
    font-size: 14px;
    font-weight: var(--s-bold);
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: -30px;
    padding-top: 15px;
    justify-content: flex-end;
}
  
/*
  .axil-poster.axil-section-gap .row>[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
}

.row>[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
}*/
@media only screen and (max-width: 767px) {
    a.viewall-right {
        display: flex;
        justify-content: flex-end;
        margin-bottom: -60px;
        padding-top: 30px;
    }
    a.axil-btn.btn-bg-lighter.btn-load-more {
        display: none;
    }
    .slick-initialized .slick-slide .row>[class*=col] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .slick-slider .row>[class*=col] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .axil-poster.axil-section-gap .row>[class*=col] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: -5px;
    }
    .axil-poster.axil-section-gap {
        padding-top: 35px !important;
        margin-bottom: -30px;
    }
    .footer-style-2 .footer-top {
        padding: 0px 15px;
    }
    .mobile-gap-trending {
        padding-top: 10px;
    }
    .mobile-gap-recommended {
        padding-top: 10px;
    }
}
.pro-qty input {
    margin: 0  3px;
}
.header-action>ul>li>a::after {
					display:none;
				}
.header-action .my-account:hover {
    background: #fa4679;
}
.mainmenu>li>a:hover {
    color:#fa4679;
}
/*BRAND*/
.cat-blocks-container {
    padding-top: 0.5rem;
}
.cat-blocks-container [class*="col-"] {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
  
  .category {
    /*border: 1px solid #d1cdcd;*/
    margin-bottom: 25px;
    padding: 10px;
}
.cat-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 0.4rem;
    transition: box-shadow .35s ease;
    min-height: 160px;
    border: 1px solid #d1cdcd;
}
.cat-block figure {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 124px;
    margin: 0;
}
.cat-block figure span {
    position: relative;
}
.cat-block img {
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.35s ease;
}

.axil-product .product-content .product-price-variant span.price {
    font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .mobile.axil-categorie-area.bg-color-white.axil-section-gapcommon {
    margin-top: -50px;
    margin-bottom: -45px;
    background: transparent;
  }
  .axil-product .cart-action li.select-option button {
      -padding: 0 8px;
  }

  .mobile .slick-single-layout.slick-slide.slick-current.slick-active {
    width: 70px !important;
  }

  .mobile .slick-single-layout.slick-slide {
    margin-right: -50px;
    margin-top: -25px;
    margin-bottom: -15px;
    margin-left: 5px;
  }

  .mobile .categrie-product {
    box-shadow: none;
    min-width: 92px;
  }

  .categrie-product a {
    padding: 5px;
    margin-top: 0;
  }

  .categrie-product img {
    width: 80%;
  }
  .brand .categrie-product img {
    width: 100%;
  }
  .dropdown.categrie-product.sal-animate {
        background: transparent !important;
    }

  .categrie-product:before {
    background-color: transparent;
    border: 1px solid transparent;
  }

  .categrie-product .cat-title {
    font-size: 10px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 412px){
    .axil-product .product-content .title {
        height: 40px !important;
    }
}

@media only screen and (min-width: 413px) and (max-width: 500px){
    .axil-product .product-content .title {
        height: 40px;
    }
}

@media only screen and (min-width: 501px) and (max-width: 639px){
    .axil-product .product-content .title {
        height: 47px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px){
    .axil-product .product-content .title {
        height: 47px;
    }
}


@media only screen and (max-width: 820px) {
    .cart-count {
        padding: 10px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
  
    main.main-wrapper {
        -margin-top: 6%;
    }
    .header-action>ul>li>a {
        font-size: 13px;
        font-weight: 400;
        padding: 0;
        color: white;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 6%;
    }
    .header-action .shopping-cart .cart-dropdown-btn .cart-count {
        line-height: 1px;
    }
    .section-title-wrapper {
        margin-bottom: 0;
        padding: 5px 0 5px;
    }
    .carousel-control-next, .carousel-control-prev {
        opacity: .8;
    }
}
.slick-list.draggable .slick-track {
    display: flex;
    justify-content: flex-start;
    width: 100% !important;
}
.brand .slick-list.draggable {
    margin: 15px 0;
}


.slick-layout-wrapper--15 .slick-single-layout, .slick-layout-wrapper--15 .slick-slide {
    padding: 0px;
}
.brand .slick-layout-wrapper--15 .slick-single-layout, .slick-layout-wrapper--15 .slick-slide {
    padding: 15px;
}

.slick-initialized .slick-slide {
    outline: none;
    margin-bottom: 0px;
    margin-top: 0px;
}
.categrie-product {
    border: 1px solid #eee;
    margin: 10px;
    position: unset;
}
.categrie-product:hover {
    border: 1px solid #eee;
    background:#eee;
    margin: 1px;
    position: unset;
}
.categrie-product img {
    margin: 0 auto;
}
.brand .categrie-product a {
    padding: 0px;
}
.brand.axil-categorie-area .slick-track {
    -transform: translate3d(0px, 0px, 0px) !important;
}
.categrie-product:before {
    border: 1px solid transparent !important;
}
.mobile-slide {
    display: none;
}
.category-mobileview {
     display: none;
}
@media only screen and (max-width: 767px) {
  .brand .slick-single-layout.slick-slide {
    width: 100% !important;
   border: 1px solid #eee;
    border-radius: 5px;
    margin: 5px;
  }
  .header-main-nav .mainmenu-nav .mainmenu {
  	padding: 10px;
  }
  .mobile-nav-brand {
      margin-bottom: 0px;
      padding: 10px;
      background: #00276C;
  }
  .header-main-nav.open .mainmenu-nav {
    right: none;
    left: 0;
  }
  .header-main-nav .mainmenu-nav {
    right: none;
    left: -250px;
    padding: 0px;
  }
  .brand .categrie-product.sal-animate {
    border: 1px solid white;
}
  .brand h2.title {
    margin-top: 25px;
  }
  .brand .categrie-product {
    margin: 0;
    width: 100%;
    min-width: 78px;
  }
  .desktop-slide {
    display: none;
}
  .mobile-slide {
    display: block;
}
.category-mobileview {
     display: block;
}
.mobile-hide {
    display: none;
}
  
}
.axil-product>.thumbnail>a {
    background-color: white;
}
  .axil-product .product-content .title a {
    color: #00276C;
    font-weight: 600;
}
  .bg-vista-white {
    background-color: #ededef;
}
  .single-product-thumb h2.product-title {
    font-size: 30px;
}
 
  
  
  
  
 /*rating*/
   .wrapper {
      margin: 0 auto;
      max-width: 960px;
      width: 100%;
    }

    .master {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    padding-top: 10px;
}

                                   
.rating-component {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    margin-bottom: 10px;
}

.rating-component .status-msg {
  margin-bottom: 10px;
  text-align: center;
}

.rating-component .status-msg strong {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.rating-component .stars-box {
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 15px;
}

.rating-component .stars-box .star {
  color: #ccc;
  cursor: pointer;
}

.rating-component .stars-box .star.hover {
  color: #ff5a49;
}

.rating-component .stars-box .star.selected {
  color: #ff5a49;
}

.feedback-tags {
  min-height: 119px;
}

.feedback-tags .tags-container {
  display: none;
}

.feedback-tags .tags-container .question-tag {
  text-align: center;
  margin-bottom: 40px;
}

.feedback-tags .tags-box {
  display: -webkit-box;
  display: -ms-flexbox;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feedback-tags .tags-container .make-compliment {
  padding-bottom: 20px;
}

.feedback-tags .tags-container .make-compliment .compliment-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feedback-tags
  .tags-container
  .make-compliment
  .compliment-container
  .fa-smile-wink {
  color: #ff5a49;
  cursor: pointer;
  font-size: 40px;
  margin-top: 15px;
  -webkit-animation-name: compliment;
  animation-name: compliment;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.feedback-tags
  .tags-container
  .make-compliment
  .compliment-container
  .list-of-compliment {
  display: none;
  margin-top: 15px;
}

.feedback-tags .tag {
  border: 1px solid #ff5a49;
  border-radius: 5px;
  color: #ff5a49;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
}

.feedback-tags .tag.choosed {
  background-color: #ff5a49;
  color: #fff;
}

.list-of-compliment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-of-compliment ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 20px;
  min-width: 90px;
}

.list-of-compliment ul li:first-child {
  margin-left: 0;
}

.list-of-compliment ul li .icon-compliment {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ff5a49;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 70px;
}

.list-of-compliment ul li .icon-compliment i {
  color: #ff5a49;
  font-size: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-of-compliment ul li.actived .icon-compliment {
  background-color: #ff5a49;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-of-compliment ul li.actived .icon-compliment i {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button-box .done {
  background-color: #ff5a49;
  border: 1px solid #ff5a49;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: none;
  min-width: 100px;
  padding: 10px;
}
  input#submit {
    cursor: pointer;
}

.button-box .done:disabled,
.button-box .done[disabled] {
  border: 1px solid #ff9b95;
  background-color: #ff9b95;
  color: #fff;
  cursor: initial;
}

.submited-box {
  display: none;
  padding: 20px;
}

.submited-box .loader,
.submited-box .success-message {
  display: none;
}

.submited-box .loader {
  border: 5px solid transparent;
  border-top: 5px solid #4dc7b7;
  border-bottom: 5px solid #ff5a49;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

@-webkit-keyframes compliment {
  1% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  75% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes compliment {
  1% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  75% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mobile-nav-brand img {
                                    float: left;
                                                                  padding-right: 5px;
                                }
                                                                .header-main-nav a.logo {
                                    width: 100%;
                                    padding-left: 20px;
                                }
                                                                .mobile-nav-brand>ul {
                                    display: flex;
                                    align-items: center;
                                                           
                                    margin: 0 0 -5px;
                                    padding: 0;
                                }
                                .header-main-nav .mainmenu-nav .mainmenu>li>a {
                                color: #00276C;
                                }
                                .mobile-nav-brand .mainmenu>li>a svg {
                                    margin-right: 15px;
                                }
                                .mobile-nav-brand>ul>li>a {
                                    font-size: 12px;
                                    font-weight: 300;
                                    color: white;
                                    position: relative;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    z-index: 1;
                                }
                                                              .mobile-nav-brand .my-account {
                                    position: relative;
                                }
                                                                
                                                                .mobile-nav-brand i.flaticon-shopping-cart {
                                    display: flex;
                                }
                                .mobile-nav-brand i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
                                    font-size: 20px;
                                }                                .mobile-nav-brand .shopping-cart .cart-dropdown-btn .cart-count {
                                    text-align: center;
                                    background-color: #1887f2;
                                    border: 1px solid white;
                                    font-size: 10px;
                                    font-weight: 400;
                                    color: white;
                                    border-radius: 50%;
                                    height: 0px;
                                    width: 12px;
                                    line-height: 1px;
                                    position: absolute;
                                    top: -12px;
                                    right: -12px;
                                }
                                                                .mobile-nav-brand .cart-count {
                                    padding: 10px 0;
                                    display: flex;
                                    align-items: center;
                                }
                                .more-dp{
                                    position: relative;
                                }
                                .more-dp{
                                    padding: 5px;
                                    cursor: pointer;
                                }
                                
                                .more-dp .mainmenu{
                                    position: absolute;
                                    width: 200px;
                                    background-color: white;
                                    box-shadow: 0 0 7px gray;
                                    border-radius: 5px;
                                    justify-content: start;
                                    z-index: 9999;
                                    display: none;
                                    margin-top: -10px;
                                    padding-top: 20px;
                                    transition: 0.3s;
                                    clip-path: polygon(26% 0, 30% 3%, 100% 3%, 100% 100%, 0 100%, 0 3%, 22% 3%);
                                    left: 37%;
                                }
                                .more-dp .mainmenu li{
                                    display: block;
                                    padding: 10px;
                                    text-align: start;
                                }
                                .more-dp .mainmenu li a{
                                    text-align: start;
                                    line-height: 10px;
                                    height: 20px;
                                }
                                .more-dp:hover .mainmenu{
                                    display: block;
                                }
                                .axil-mainmenu.axil-sticky .mainmenu>li>a{
                                    line-height: 10px;
                                    height: 20px;
                                }
                                .menu-item-has-children .axil-submenu{
                                    right: 0;
                                    left: 0 !important;
                                    min-width: 100% !important;
                                    padding: 0 !important;
                                }
                                .desktopnav{
                                    margin-top: 10px;
                                }
                                .more-btn:focus{
                                    border: none;
                                    outline: none;
                                }
.fixed-cart-bottom{
  position: fixed; 
  bottom: 9rem; 
  right: 35px; 
  background: #000000; 
  border-radius: 12px; 
  height: 60px; 
  width: 60px; 
  cursor: pointer; 
  box-shadow: 2px 2px 8px gray; 
  text-align: center; 
  align-items: center; 
  justify-content: center;
  transition: 0.5s;
  z-index: 9999;
}
.fixed-cart-bottom:hover{
  background: rgb(196, 196, 196);
}
.fixed-cart-bottom .badge{
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: #FF6A00 !important;
}
.product-add-to-cart{
    width: 100%;
}
.button{
                      height: 40px;
                      width: 100%;
                      text-align: center;
                      overflow: hidden;
                   /*   background-color: #ff7400 !important; */
                      cursor: pointer;
                    }
                   .button p{
                      height: 40px;
                      width: 100%;
                      text-align: center;
                      padding-top: 9px;
                      font-size: 13px;
                      transition: 0.5s;
                      color: #00276C;
                    }
                    .button span{
                      height: 40px;
                      width: 100%;
                      text-align: center;
                      padding-top: 10px;
                      font-size: 15px;
                      transition: 0.5s;
                      color: white;
                      padding: 20px;
                    }
                    
                    .button:hover span{
                      height: 40px;
                      text-align: center;
                      padding-top: 10px;
                      font-size: 15px;
                      margin-top: -40px;
                      transition: 0.5s;
                    }
                   .button:hover p{
                      height: 40px;
                      text-align: center;
                      padding-top: 10px;
                      font-size: 13px;
                      margin-top: -68px;
                      transition: 0.5s;
                    }

@media (max-width: 575px){
    .fixed-cart-bottom{
        bottom: 14.5rem;
        right: 8px;
        height: 50px;
        width: 50px;
    }
  .home-menu .img-fluid{
    width: 85px;
    height: auto;
  }
  .carousel-items{
    min-width: 60px;
  }
}
.axil-product>.thumbnail>a .product_img{
        transition:1.2s;
    }
    .axil-product:hover>.thumbnail>a .product_img{
        transform: scale(1.5) !important;
    }
    .axil-product>.thumbnail{
        max-height: 280px;
        overflow: hidden;
        min-height: 192px;
    }
    
    @media (min-width: 280px) and (max-width: 319px){ 	
        
        .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      } 
    
    iframe {
    	/*height: 150px !important;*/
     /* width: 100% !important;*/
    }
    
    .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 12px !important;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 9px !important;
    }
  }
    
    @media (min-width: 320px) and (max-width: 359px){ 	
        
        .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      } 
    
    /*iframe {*/
    /*	height: 150px !important;*/
    /*  width: 100% !important;*/
    /*}*/
    
    .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px !important;
    }
  }
  
  @media (min-width: 360px) and (max-width: 374px){
  		.axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }  
      
    /*  iframe {*/
    /*	height: 150px !important;*/
    /*  width: 100% !important;*/
    /*}*/
    
    .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px !important;
    }
   
   
  }
  
 @media (min-width: 375px) and (max-width: 383px){
  		.axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }  
    /*   iframe {*/
    /*	height: 150px !important;*/
    /*  width: 100% !important;*/
    /*}*/
    
    .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px !important;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px !important;
    }
   
  }
  
  @media (min-width: 384px) and (max-width: 411px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      
    /*   iframe {*/
    /*	height: 150px !important;*/
    /*  width: 100% !important;*/
    /*}*/
    
    .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px !important;
    }
   
  }
  
  @media (min-width: 412px) and (max-width: 413px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      
    /*  iframe {*/
    /*	height: 180px !important;*/
    /*  width: 100% !important;*/
    /*}*/
    
    .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px !important;
    }
   
  }
  
  @media (min-width: 414px) and (max-width: 479px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
    /*   iframe {*/
    /*	height: 180px !important;*/
    /*  width: 100% !important;*/
    /*}*/
    
    .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 14px !important;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px !important;
    }
   
  }
  
  @media (min-width: 480px) and (max-width: 532px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }      
      
    /*  iframe {*/
    /*	height: 150px !important;*/
    /*  width: auto !important;*/
    /*}*/
    
    .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 16px !important;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 15px !important;
    }
    
/*    .axil-product .product-content .title {*/
/*    height: 50px !important;*/
/*}*/
    
  }
  
  @media (min-width: 533px) and (max-width: 567px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      
      iframe {
    	height: 150px !important;
      width: auto !important;
    }
    
    .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 16px !important;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 15px !important;
    }
   
  }
  
  @media (min-width: 568px) and (max-width: 599px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      iframe {
    	height: 150px !important;
      width: auto !important;
    }
    
    .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 16px !important;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 15px !important;
    }
  }
  
  @media (min-width: 600px) and (max-width: 639px){
      
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      
      iframe {
    	height: 150px !important;
      width: auto !important;
    }
    
    .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 17px !important;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 16px !important;
    }
  }
  
  @media (min-width: 640px) and (max-width: 666px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      
      .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: 310px !important;
    }
    
    .axil-product .product-content .title {
        font-size: 20px !important;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 19px !important;
    }
  }
  
  @media (min-width: 667px) and (max-width: 731px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      
      .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: 340px !important;
    }
    
    .axil-product .product-content .title {
        font-size: 18px !important;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 17px !important;
    }
  }
  
  @media (min-width: 732px) and (max-width: 735px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }  
      .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: 340px !important;
    }
    
    .axil-product .product-content .title {
        font-size: 18px !important;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 17px !important;
    }
  }
  
  @media (min-width: 736px) and (max-width: 767px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      
      .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: 350px !important;
    }
    
    .axil-product .product-content .title {
        font-size: 18px !important;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 17px !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 799px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      
      .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 11px !important;
        height: 30px;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 11px !important;
    }
  }
  
  @media (min-width: 800px) and (max-width: 811px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      
      .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 11px !important;
        height: 30px;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 11px !important;
    }
  }
  
  @media (min-width: 800px) and (max-width: 811px){
  .axil-product>.thumbnail>a .product_img {
        height: 152px !important;
      }   
      
      .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 11px !important;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 11px !important;
    }
  }
  
  @media (min-width: 812px) and (max-width: 853px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }  
      
      .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 11px !important;
        height: 30px;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 11px !important;
    }
  }
  
  @media (min-width: 854px) and (max-width: 899px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      
      .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px !important;
    }
  }
  
  @media (min-width: 900px) and (max-width: 949px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      
      .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 14px !important;
        height: 37px;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px !important;
    }
  }
  
  @media (min-width: 950px) and (max-width: 959px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      
      .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        height: 36px !important;
        font-size: 14px !important;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px !important;
    }
  }
  
  @media (min-width: 960px) and (max-width: 991px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px !important;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1023px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      
      .item_data {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    
    .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
    
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px !important;
    }
  }
  
  @media (min-width: 1024px) and (max-width: 1155px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px;
    }
  }
  
  
  @media (min-width: 1156px) and (max-width: 1366px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px;
    }  
  }
  @media (min-width: 1367px) and (max-width: 1439px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px;
    }    
  }
  
  @media (min-width: 1440px) and (max-width: 1599px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px;
    }   
  }
  
  @media (min-width: 1600px) and (max-width: 1679px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px;
    }   
  }
  
  @media (min-width: 1680px) and (max-width: 1818px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px;
    }    
  }
  
  @media (min-width: 1819px) and (max-width: 1999px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px;
    }    
  }
  
  @media (min-width: 2000px) and (max-width: 2200px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px;
    }  
  }
  
  @media (min-width: 2201px) and (max-width: 2472px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px;
    }   
  }
  
  @media (min-width: 2473px) and (max-width: 2600px){
  .axil-product>.thumbnail>a .product_img {
        height: auto !important;
      }   
      .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
    .axil-product>.thumbnail {
        min-height: auto !important;
    }
    .axil-product .product-content .product-price-variant span.price {
        font-size: 14px;
    }   
  }
  
  @media (min-width: 2601px) and (max-width: 2700px){
      .axil-product .product-content .title {
        font-size: 14px !important;
        height: 36px;
    }
  }
  
  @media (max-width: 775px){
      .product_img{
          height: 180px !important;
      }
  }
  
  .axil-product .cart-action li{
      margin: 0;
  }

/* ============================================================
   TPBazar Premium Complete V22
   Clean header, home, footer, mobile, floating buttons
   ============================================================ */

:root{
    --tp-navy:#061126;
    --tp-green:#047857;
    --tp-blue:#2563eb;
    --tp-soft:#eefaf7;
    --tp-text:#0f172a;
}

/* Global premium polish */
body{
    background:linear-gradient(180deg,#f7fffd 0%,#f8fafc 45%,#ffffff 100%) !important;
}
a{text-decoration:none!important;}
img{max-width:100%;}

/* Product card premium */
.axil-product,
.single-product,
.product-grid,
.product-card{
    border-radius:22px!important;
    overflow:hidden!important;
    background:#fff!important;
    border:1px solid rgba(15,23,42,.06)!important;
    box-shadow:0 12px 35px rgba(2,6,23,.07)!important;
}
.axil-product .thumbnail img,
.single-product img{
    border-radius:18px!important;
}
.axil-product .product-title,
.axil-product .title{
    color:var(--tp-text)!important;
    font-weight:900!important;
}

/* Section title premium */
.section-title,
.title-highlighter,
.section-heading,
.tp-section-title{
    font-weight:900!important;
    letter-spacing:.2px!important;
}

/* Header desktop keep clean */
@media (min-width: 992px){
    .axil-mainmenu,
    .axil-mainmenu-desktop{
        background:#fff!important;
        box-shadow:0 10px 28px rgba(2,6,23,.06)!important;
    }
    .desktopnav,
    .mainmenu-wrapper{
        background:linear-gradient(90deg,#071126,#063f35)!important;
    }
}

/* MOBILE FINAL */
@media (max-width: 991.98px){
    html,body{
        max-width:100%!important;
        overflow-x:hidden!important;
    }

    /* Use mobile header only */
    header.desktop,
    .desktop.header,
    header.header-style-5.desktop{
        display:none!important;
    }
    header.mobile,
    .mobile.header,
    header.header-style-5.mobile{
        display:block!important;
        background:#fff!important;
        position:relative!important;
        z-index:1000!important;
    }

    .topbar{
        height:32px!important;
        overflow:hidden!important;
        background:linear-gradient(90deg,#071126,#064e3b)!important;
    }
    .topbar .container-fluid{
        height:32px!important;
        padding:0 8px!important;
    }
    .topbar-notice .notice-text{
        font-size:12px!important;
        font-weight:800!important;
        line-height:32px!important;
        color:#fff!important;
        white-space:nowrap!important;
    }

    .axil-mainmenu-mobile{
        background:rgba(255,255,255,.98)!important;
        backdrop-filter:blur(14px)!important;
        -webkit-backdrop-filter:blur(14px)!important;
        box-shadow:0 10px 25px rgba(2,6,23,.06)!important;
        padding:8px 0!important;
    }

    .axil-mainmenu-mobile .row.align-items-center{
        display:grid!important;
        grid-template-columns:46px 1fr 46px!important;
        align-items:center!important;
        min-height:54px!important;
        margin:0!important;
        gap:8px!important;
    }
    .axil-mainmenu-mobile .col-2,
    .axil-mainmenu-mobile .col-4,
    .axil-mainmenu-mobile .col-6{
        width:auto!important;
        max-width:none!important;
        flex:none!important;
        padding:0!important;
    }

    .mobile-nav-toggler,
    .menu-btn.mobile-nav-toggler{
        width:42px!important;
        height:42px!important;
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        background:transparent!important;
        border:0!important;
        padding:0!important;
        margin:0!important;
    }
    .mobile-nav-toggler i,
    .menu-btn.mobile-nav-toggler i{
        font-size:25px!important;
        color:#020617!important;
    }

    /* one centered logo */
    .brand_img .header-brand,
    .axil-mainmenu-mobile .header-brand{
        height:44px!important;
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        overflow:hidden!important;
        gap:0!important;
    }
    .brand_img .header-brand > *:nth-child(n+2),
    .axil-mainmenu-mobile .header-brand > *:nth-child(n+2),
    .brand_img .header-brand img:nth-of-type(n+2),
    .axil-mainmenu-mobile .header-brand img:nth-of-type(n+2){
        display:none!important;
        visibility:hidden!important;
        width:0!important;
        height:0!important;
        max-width:0!important;
        max-height:0!important;
        opacity:0!important;
        overflow:hidden!important;
    }
    .brand_img .header-brand img,
    .axil-mainmenu-mobile .header-brand img{
        height:32px!important;
        max-height:32px!important;
        max-width:138px!important;
        width:auto!important;
        object-fit:contain!important;
        display:block!important;
    }

    .header_action .shopping-cart a{
        width:42px!important;
        height:42px!important;
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        border-radius:50%!important;
        background:#fff!important;
        box-shadow:0 8px 22px rgba(2,6,23,.09)!important;
    }
    .header_action .shopping-cart i{
        font-size:26px!important;
        color:#020617!important;
    }

    /* Search */
    .mobile-top-search-outside{
        display:block!important;
        padding:12px 16px!important;
        background:#fff!important;
    }
    .mobile-top-search-outside .search-box input,
    .mobile-top-search-outside input{
        height:52px!important;
        border-radius:999px!important;
        border:2px solid rgba(15,23,42,.13)!important;
        background:#fff!important;
        font-size:15px!important;
        font-weight:800!important;
        box-shadow:0 12px 28px rgba(15,23,42,.06)!important;
    }

    /* PC-style category pills under search */
    .desktopnav,
    .axil-mainmenu-desktop,
    .axil-mainmenu,
    .mainmenu-wrapper,
    .header-main-nav{
        display:block!important;
        visibility:visible!important;
        opacity:1!important;
        width:100%!important;
    }
    .desktopnav ul,
    .desktopnav .nav-menu,
    .desktopnav .mainmenu,
    .axil-mainmenu-desktop .mainmenu,
    .axil-mainmenu .mainmenu,
    .mainmenu-wrapper .mainmenu,
    ul.mainmenu{
        display:flex!important;
        flex-wrap:nowrap!important;
        align-items:center!important;
        justify-content:flex-start!important;
        gap:8px!important;
        width:100%!important;
        height:48px!important;
        min-height:48px!important;
        margin:0!important;
        padding:6px 12px!important;
        overflow-x:auto!important;
        overflow-y:hidden!important;
        white-space:nowrap!important;
        background:linear-gradient(90deg,#071126,#063f35)!important;
        scrollbar-width:none!important;
        -webkit-overflow-scrolling:touch!important;
    }
    .desktopnav ul::-webkit-scrollbar,
    .desktopnav .nav-menu::-webkit-scrollbar,
    .desktopnav .mainmenu::-webkit-scrollbar,
    .axil-mainmenu-desktop .mainmenu::-webkit-scrollbar,
    .axil-mainmenu .mainmenu::-webkit-scrollbar,
    .mainmenu-wrapper .mainmenu::-webkit-scrollbar,
    ul.mainmenu::-webkit-scrollbar{display:none!important;}

    .desktopnav li,
    .desktopnav .nav-item,
    .axil-mainmenu-desktop .mainmenu > li,
    .axil-mainmenu .mainmenu > li,
    .mainmenu-wrapper .mainmenu > li,
    ul.mainmenu > li{
        flex:0 0 auto!important;
        display:block!important;
        list-style:none!important;
        margin:0!important;
        padding:0!important;
    }
    .desktopnav a,
    .desktopnav .nav-link,
    .axil-mainmenu-desktop .mainmenu > li > a,
    .axil-mainmenu .mainmenu > li > a,
    .mainmenu-wrapper .mainmenu > li > a,
    ul.mainmenu > li > a{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        height:36px!important;
        padding:0 16px!important;
        border-radius:999px!important;
        color:#fff!important;
        font-size:13px!important;
        font-weight:900!important;
        background:rgba(255,255,255,.10)!important;
        border:1px solid rgba(255,255,255,.10)!important;
        text-decoration:none!important;
        white-space:nowrap!important;
    }
    .desktopnav li:first-child > a,
    .axil-mainmenu-desktop .mainmenu > li:first-child > a,
    .axil-mainmenu .mainmenu > li:first-child > a,
    .mainmenu-wrapper .mainmenu > li:first-child > a,
    ul.mainmenu > li:first-child > a{
        background:linear-gradient(135deg,#34d399,#2563eb)!important;
    }
    .desktopnav .submenu,
    .desktopnav .dropdown-menu,
    .desktopnav .axil-submenu,
    .axil-mainmenu .submenu,
    .axil-mainmenu .dropdown-menu,
    .axil-mainmenu .axil-submenu{
        display:none!important;
    }

    /* Drawer: normal working, compact */
    .mainmenu-nav.bg-white{
        position:fixed!important;
        top:0!important;
        left:0!important;
        width:76vw!important;
        max-width:330px!important;
        min-width:260px!important;
        height:100dvh!important;
        max-height:100dvh!important;
        overflow-y:auto!important;
        overflow-x:hidden!important;
        padding:14px 12px 96px!important;
        border-radius:0 18px 18px 0!important;
        background:#fff!important;
        box-shadow:22px 0 60px rgba(2,6,23,.28)!important;
        z-index:2147483647!important;
    }
    .mainmenu-nav .logo-light{display:none!important;}
    .mainmenu-nav .logo img,
    .mainmenu-nav .header-brand img{
        height:34px!important;
        max-width:145px!important;
        object-fit:contain!important;
    }
    .mainmenu-nav .menu-scroll > li > a,
    .mobile-cat-row{
        min-height:44px!important;
        margin-bottom:8px!important;
        border-radius:12px!important;
        background:#f8fafc!important;
        border:1px solid rgba(15,23,42,.06)!important;
        box-shadow:0 5px 14px rgba(15,23,42,.035)!important;
    }
    .mainmenu-nav .menu-scroll > li > a,
    .mobile-cat-row a{
        font-size:15px!important;
        font-weight:800!important;
        color:#111827!important;
    }
}

/* Mobile bottom and floating */
@media(max-width:575.98px){
    body{padding-bottom:90px!important;}

    .footer-nav{
        position:fixed!important;
        left:12px!important;
        right:12px!important;
        bottom:calc(env(safe-area-inset-bottom,0px) + 8px)!important;
        width:auto!important;
        height:62px!important;
        min-height:62px!important;
        max-height:62px!important;
        border-radius:24px 24px 0 0!important;
        overflow:visible!important;
        z-index:999999!important;
        background:rgba(255,255,255,.98)!important;
        box-shadow:0 -12px 34px rgba(2,6,23,.16)!important;
    }
    .footer-nav .m-nav-main{
        height:62px!important;
        padding:6px 8px 7px!important;
        display:flex!important;
        align-items:flex-end!important;
        justify-content:space-around!important;
        gap:2px!important;
    }
    .footer-nav .button-shop{
        flex:1 1 0!important;
        min-width:0!important;
        height:54px!important;
        max-height:54px!important;
        text-align:center!important;
    }
    .footer-nav .footerBtn{
        height:54px!important;
        min-height:54px!important;
        max-height:54px!important;
        display:flex!important;
        flex-direction:column!important;
        align-items:center!important;
        justify-content:center!important;
        gap:2px!important;
        padding:0!important;
        margin:0!important;
        text-decoration:none!important;
    }
    .footer-nav .footerBtn i{
        font-size:18px!important;
        line-height:1!important;
        color:#020617!important;
    }
    .footer-nav .footerBtn span{
        font-size:11px!important;
        line-height:1.05!important;
        font-weight:900!important;
        color:#020617!important;
        white-space:nowrap!important;
    }
    .footer-nav .home-center .footerBtn{
        width:58px!important;
        height:58px!important;
        min-height:58px!important;
        max-height:58px!important;
        border-radius:999px!important;
        margin:-23px auto 0!important;
        background:#020617!important;
        color:#fff!important;
        box-shadow:0 12px 28px rgba(2,6,23,.28)!important;
        border:4px solid #fff!important;
    }
    .footer-nav .home-center .footerBtn i,
    .footer-nav .home-center .footerBtn span{color:#fff!important;}

    /* Only floating WhatsApp icon. Product WhatsApp button untouched */
    .whats_btn,
    a.whats_btn,
    .whatsapp-float,
    .whatsapp-fixed{
        position:fixed!important;
        bottom:118px!important;
        right:14px!important;
        z-index:99990!important;
        transform:scale(.76)!important;
        transform-origin:right bottom!important;
    }

    a[href*="wa.me"]:not(.whats_btn):not(.whatsapp-float):not(.whatsapp-fixed),
    a[href*="api.whatsapp.com"]:not(.whats_btn):not(.whatsapp-float):not(.whatsapp-fixed){
        position:static!important;
        transform:none!important;
        bottom:auto!important;
        right:auto!important;
        z-index:auto!important;
    }

    .fixed-cart-bottom,
    .cart-floating,
    .floating-cart,
    .mini-cart{
        position:fixed!important;
        bottom:82px!important;
        right:10px!important;
        z-index:99989!important;
        transform:scale(.70)!important;
        transform-origin:right bottom!important;
    }
}
