/* Mobile Menu */
/** region mobile-menu responsive **/
@media (max-width: 991px) {
  .breadcrumb {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
  .sticky-offer {
    display: none;
  }
  #nav-toggler {
    width: 20px;
    height: 25px;
    display: inline-block;
    background: rgba(255, 255, 255, 0);
    z-index: 1;
    position: absolute;
    margin: 0 6px 0 10px;
    top: 50%;
    right: auto;
    left: 15px;
    margin-top: -5px;
  }

  #nav-toggler span:after,
  #nav-toggler span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
  }

  #nav-toggler span:after {
    top: 7px;
  }

  #nav-toggler span {
    position: relative;
    display: block;
  }

  #nav-toggler span,
  #nav-toggler span:after,
  #nav-toggler span:before {
    width: 100%;
    height: 2px;
    background-color: var(--main);
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
  }

  /* on activation */
  #nav-toggler.close span {
    background-color: transparent;
  }
  #nav-toggler.close span:before {
    transform: rotate(45deg) translate(6px, 5px);
  }
  #nav-toggler.close span:after {
    transform: rotate(-45deg) translate(5px, -4px);
  }
  .main-nav {
    position: absolute;
    left: 0;
    top: 2px;
  }

  .main-nav .nav.open .overlay {
    content: "";
    position: fixed;
    left: 0;
    top: 120px;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .sticky .main-nav .nav.open .overlay {
    top: 78px;
  }
  .main-nav .nav ul li {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    height: auto;
  }

  .main-nav .nav .drop-menu-2 li {
    position: relative;
    left: 0;
    top: 0;
  }

  .main-nav .nav li a {
    margin-left: 20px;
    color: var(--lightBlack);
    line-height: 40px;
    font-size: 11px;
  }

  .main-nav .nav .drop-menu-1 li a {
    margin-left: 25px;
    color: var(--lightBlack);
  }

  .main-nav .nav .drop-menu-2 li a {
    margin-left: 50px;
  }

  .main-nav .nav .toggle + a {
    display: none;
  }

  .main-nav .nav {
    visibility: hidden;
  }
  .nav .drop-down li.drop-open > a:before {
    display: none;
  }

  .main-nav .nav .drop-menu-1 li {
    display: block;
    background-color: #f1f5f9;
    border-bottom: none;
    line-height: 40px;
    color: var(--lightBlack);
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    padding: 0;
  }
  .main-nav .nav .drop-down a:hover {
    background: none;
    color: inherit;
  }
  .main-nav .nav .drop-menu-2 li {
    display: block;
    line-height: 30px;
    color: var(--lightBlack);
    font-size: 12px;
    text-decoration: none;
    border: none;
    font-weight: 600;
    padding: 0;
  }

  .main-nav .nav ul ul {
    box-shadow: none;
  }

  .main-nav .nav .drop-menu-2 li a.active {
    color: var(--main);
  }

  .main-nav .nav .drop-menu-2 li:hover {
    color: var(--main);
  }

  .main-nav .nav.open {
    visibility: visible;
  }

  .main-nav .nav .responsive-menu {
    width: 300px;
    position: fixed;
    left: -300px;
    top: 120px;
    height: calc(100vh - 105px);
    overflow: auto;
    background: var(--lightWhite);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99999;
  }
  .sticky .main-nav .nav .responsive-menu {
    top: 78px;
  }

  .main-nav .nav.open .responsive-menu {
    left: 0;
  }
  .main-nav .nav:before {
    display: none;
  }

  .main-nav .nav ul li {
    display: block;
    width: 100%;
  }

  .main-nav .nav ul li > ul {
    display: none !important;
  }

  .main-nav .nav ul li.open > ul {
    display: block !important;
    width: 300px;
  }

  .main-nav .nav .drop-menu-1 a {
    display: block;
  }

  .main-nav .nav li a:hover {
    background: none;
  }

  .main-nav .nav ul ul {
    float: none;
    position: static;
    color: var(--lightWhite);
  }

  /* Fisrt Tier Dropdown*/
  .main-nav .nav ul ul li {
    display: block;
    width: 100%;
  }
  .main-nav .nav ul ul ul li {
    position: static;
  }

  .main-nav .nav li.drop-open > a:after {
    content: " +";
    float: right;
    margin-right: 20px;
    font-size: 15px;
  }

  .main-nav .nav li.open > a:after {
    content: "-";
    font-size: 30px;
  }

  .drop-menu-1 li a:only-child:after {
    content: " ";
  }
  .responsive-menu > li:last-child {
    margin-bottom: 100px !important;
  }

  .header-top-right {
    display: none;
  }
  .header-top-wrapper {
    justify-content: space-evenly;
  }
  .header-middle-area {
    padding-bottom: 10px;
  }
  .header-top-left {
    width: 100%;
  }

  .welcome-mgs-hotline {
    justify-content: space-between;
  }

  .header-area.sticky {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
  }
  .banner-area {
    margin-top: 130px;
    padding: 10px 0;
  }
  .header-middle-area .header-search-bar .product-search-bar input {
    padding: 10px 20px;
    padding-right: 60px;
  }
  .header-middle-area .header-search-bar .product-search-bar .btn.search {
    padding: 10px 20px;
  }
  .footer-widget ul {
    margin-top: 0;
  }
  .header-logo {
    padding-bottom: 5px;
    width: 100%;
  }
  .footer-block a > img {
    height: auto;
  }
  .footer-widget .newsletter-area {
    margin-top: 30px;
  }
  .social-links li:last-child {
    margin-right: 0;
  }
  .footer-widget .address-title {
    margin-left: 0;
  }
  .sticky-footer {
    display: block;
  }
  .ending-footer {
    margin-bottom: 55px;
  }
  .search-icon-mobile {
    display: block;
    font-size: 18px;
    color: var(--main);
    position: absolute;
    margin: 0 6px 0 10px;
    top: 50%;
    right: 15px;
    left: auto;
    transform: translateY(-50%);
  }
  .information .social-links {
    display: none;
  }
  .social-links.mobile {
    display: block;
    margin-top: 20px;
  }
  .phone-call.info {
    display: none;
  }
  .social-links.mobile li a {
    border-radius: 0;
    font-size: 18px;
  }
  .ending-footer {
    padding-bottom: 25px;
  }
  .bottom-bar .pagination {
    flex-wrap: wrap;
    gap: 5px;
  }

  #lc-toggle, #column-left .lc-close {
    display: inline !important;
  }

  #column-left {
    right: -320px;
    background: #fff;
    display: block !important;
    width: 300px;
    position: fixed;
    top: 0;
    height: calc(100vh - 110px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: 0;
  }

  #column-left.open {
    right: 0;
    top: 122px;
    z-index: 999;
    height: calc(100vh - 122px);
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
    overflow: auto;
  }
  button#lc-toggle {
    border: 1px solid #ff4c3b87;
    padding: 6px 12px;
  }

  button#lc-toggle i.fa {
    color: var(--main);
  }
  .on-sticky .main-nav .nav .responsive-menu {
    top: 80px;
  }

  .on-sticky .main-nav .nav.open .overlay {
    top: 80px;
  }
  .header-top-middle {
    display: none;
  }
  .seacrh-inner-box input[type="text"] {
    width: 100%;
    border: 1px solid transparent;
    padding: 15px 30px 15px 50px;
    height: auto;
    box-shadow: none;
  }
  #search .dropdown-menu {
    width: 100%;
    min-width: 100% !important;
  }

}
/**endregion**/

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .container {
    max-width: 1280px;
  }
  .feature-product-wraper {
    grid-template-columns: repeat(5, 1fr);
  }
  .footer-area {
    padding-top: 70px;
  }
  .footer-area hr {
    margin-top: 30px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .banner-area .banner-item-wrapper.slide .banner-type img {
    height: auto;
    margin-bottom: 30px;
  }

  .feature-product-wraper {
    grid-template-columns: repeat(3, 1fr);
  }
  .social-links li {
    margin: 10px 10px 0px 0;
  }
  .main-nav .nav {
    text-align: center;
  }
  .main-nav .nav ul li {
    height: auto;
    line-height: 30px;
  }
}
@media (max-width: 1230px) {
}
@media (min-width: 992px) {
  .header-search-bar.desktop .search-box {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    position: relative;
  }
  .main-nav .nav ul li:nth-child(4):hover  .drop-menu-1, .main-nav .nav ul li:nth-child(6):hover .drop-menu-1, .main-nav .nav ul li:nth-child(8):hover .drop-menu-1  {
  display: grid;
    grid-template-columns: repeat(2,1fr);
  }
}
/*  MD Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .header-logo img {
    width: auto;
  }
  .header-logo {
    text-align: center;
  }
  .header-middle-icons {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -30px;
  }
  .banner-area .banner-item-wrapper.slide .banner-type img {
    height: auto;
    margin-bottom: 30px;
  }

  .feature-product-wraper {
    grid-template-columns: repeat(3, 1fr);
  }
  .single-information-box {
    flex-direction: column;
    padding: 0;
    text-align: center;
  }
  .single-information-box .icon svg {
    width: 40px;
    height: 40px;
  }

  .information-box-wrapper {
    align-items: self-start;
    padding: 15px 0;
  }

  .single-information-box .text h5 {
    font-size: 16px;
  }

  .single-information-box .text p {
    font-size: 12px;
  }
  .col-lg-6:nth-child(2) .banner-type.zoom {
    margin-top: 15px;
  }
  .footer-widget {
    text-align: center;
    padding-right: 0;
    margin: auto;
    margin-bottom: 25px;
  }
  .footer-widget h4 {
    margin-bottom: 10px;
  }
  .social-links li {
    margin: 10px 10px 0px 0;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {
  html::-webkit-scrollbar {
    position: absolute;
    width: 1.5vw;
  }

  #nav-toggler {
    top: 50%;
    right: auto;
    left: 15px;
    margin-top: -5px;
  }

  .header-top-wrapper .shipping-info p {
    text-align: center;
    padding: 15px 0;
  }

  .header-top-wrapper .ohters-links ul {
    justify-content: center;
  }

  .header-logo img {
    width: auto;
  }

  .header-logo {
    text-align: center;
    width: 100%;
  }

  .header-middle-icons {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -35px;
  }

  .banner-area .banner-item-wrapper.slide .banner-type img {
    height: auto;
    margin-bottom: 10px;
    border-radius: 5px;
  }

  .product-category-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .feature-product-wraper {
    grid-template-columns: repeat(2, 1fr);
  }

  .col-lg-6:nth-child(2) .banner-type.zoom {
    margin-top: 15px;
  }

  .feature-unique-sidebar {
    display: none;
  }

  .footer-widget {
    text-align: center;
    padding-right: 0;
    margin: auto;
    margin-bottom: 25px;
  }

  .footer-widget h4 {
    margin-bottom: 10px;
  }

  .social-links li {
    margin: 10px 10px 0px 0;
  }

  .single-product-item .product_image a,
  .banner-type a {
    text-align: center;
  }

  .widget-info .info {
    flex-direction: column;
    align-items: center;
  }

  .footer-widget .widget-info p,
  .footer-widget a {
    text-align: center;
    font-size: 12px;
  }

  .widget-info .info .icon {
    margin: 0;
  }

  .footer-widget.quick-links {
    padding: 0;
  }

  .banner-area .banner-item-wrapper {
    margin-bottom: 10px;
  }

  .section-padding {
    padding: 15px 0;
  }

  .feature-area {
    padding: 0;
    padding-top: 15px;
  }

  .section-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .footer-block h4 {
    margin-bottom: 10px !important;
    font-size: 16px;
  }

  .footer-area hr {
    margin: 0;
  }

  .footer-area {
    padding: 20px 0;
    background-position: right;
  }

  .product-category-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .product-category-wrapper .single-category-item {
    width: 22%;
    gap: 5px;
    justify-content: space-evenly;
  }

  .product-category-wrapper .single-category-item .category-img img {
    width: 100%;
    height: 30px;
  }

  .banner-type.mobile img.mobile-banner {
    display: block;
  }

  .slider-text .sub-text {
    font-size: 12px;
  }

  .slider-text h1 {
    font-size: 35px;
  }

  .slider-text {
    display: none;
  }

  a.btn-buy.hero {
    font-size: 12px;
    padding: 7px 15px;
  }

  .single-slider-item {
    height: 400px;
    background-position: left;
  }

  .single-information-box .text h5 {
    font-size: 10px;
    text-align: center;
  }

  .single-information-box .text p {
    display: none;
  }

  .single-information-box .icon svg {
    width: 25px;
    height: 25px;
  }

  .single-information-box {
    gap: 8px;
    flex-direction: column;
    padding: 0 10px;
    justify-content: center;
  }

  .information-box-wrapper {
    padding: 10px 0;
  }

  .product-category-wrapper .single-category-item {
    width: 22%;
    gap: 5px;
    justify-content: space-evenly;
  }

  .special-category-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .single-special-category-item .special-category-img {
    height: 140px;
  }

  .single-special-category-item .special-category-text .title {
    font-size: 14px;
    padding-bottom: 0px;
  }

  .special-category-text .sub-category-list li a {
    font-size: 12px;
  }

  .special-category-text .sub-category-list {
    margin-bottom: 20px;
  }

  .btn-buy.special-category {
    font-size: 10px;
    padding: 7px 10px;
  }

  .single-special-category-item .special-category-text {
    padding: 10px;
  }

 .single-product-item:hover {
    border-color: transparent;
  }

  .section-title h2 {
    font-size: 16px;
  }

  .footer-widget.quick-links ul li {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    margin-bottom: 10px;
    position: relative;
  }

  .footer-widget.quick-links ul li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #9b9b9b;
    left: -4px;
    top: 60%;
    transform: translateY(-50%);
    border-radius: 50%;
  }

  .footer-widget.quick-links ul li:first-child:before {
    width: 0;
  }

  .query-block-wrapper .query-icon {
    font-size: 16px;
  }

  .query-block-wrapper .query-text h3 {
    font-size: 18px;
  }

  .footer-widget.quick-links a > i {
    display: none;
  }

  .footer-widget.quick-links ul {
    justify-content: center;
  }

  .special-product-area {
    padding: 50px 0;
  }

  .special-product-img img {
    height: 130px;
  }

  .special-product-text h3 {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 25px;
  }

  .special-product-img {
    padding: 0;
  }

  .special-product-wrapper.owl-carousel .owl-nav button {
    left: -10px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
  }

  .special-product-wrapper.owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
  .login-image-wrapper {
    height: 150px;
    border-radius: 10px 10px 0px 0px;
  }

  .login-form-wrapper {
    padding: 30px;
  }
  section.delivery-section marquee {
    font-size: 12px;
  }

  section.delivery-section {
    margin-top: -15px;
    margin-bottom: 7px;
  }
  .banner-type {
    margin-bottom: 15px;
  }

  .col-lg-6:nth-child(2) .banner-type {
    margin-bottom: 0;
  }
  .blog-details .article-title h1{
    font-size : 16px;
  }
  .blog-article .breadcrumb {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .on-sticky .header-bottom {
    border-top: 2px solid var(--main);
  }
}
  @media (max-width: 520px) {
    .feature-product-wraper {
      margin: 0 -10px;
      display: flex;
      flex-wrap: wrap;
      gap: 0;
    }
    .single-product-item {
      flex: 1 1 50%;
      max-width: 50%;
      padding: 0 10px;
      margin-bottom: 20px;
      background-color: transparent;
      box-shadow: none;
    }
    .single-product-item-inner {
      background: #ffffff;
      position: relative;
      transition: 0.3s ease-in-out;
      box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
      border: 1px solid transparent;
    }
    section.product-categories .single-product-item, .product-search .single-product-item{
      flex: auto;
      max-width: initial;
      padding: 0;
      margin: 0;
    }

     .single-product-item-inner:hover {
      border-color: var(--main);
    }
     .single-product-item .product_image img {
      width: 100%;
      height: auto;
    }

    .header-top-wrapper .ohters-links ul li {
      display: none;
    }
    .header-top-wrapper .ohters-links ul li:last-child {
      display: block;
    }
    .header-middle-area .header-middle-icons ul li:nth-child(1),
    .header-middle-area .header-middle-icons ul li:nth-child(2) {
      display: none;
    }
  .single-product-item .btn-buy.link {
      font-size: 10px;
      margin: 0;
      padding: 0;
    }
    .product-buy-info .btn-buy {
      font-size: 10px;
    }
    .product-category-wrapper .single-category-item .category-text h5 {
      font-size: 10px;
      text-align: center;
    }

    .single-product-item .product-item-info h4 {
      font-size: 12px;
    }

    .single-product-item
    .price-info
    .special-price.price {
      font-size: 14px;
    }
    .welcome-mgs-hotline p {
      font-size: 13px;
    }
    .product-text {
      padding: 10px;
    }
    .welcome-mgs-hotline p.welcome {
      display: none;
    }

    .welcome-mgs-hotline {
      justify-content: center;
    }

    .query-block {
      max-width: 230px;
    }
  }
  /* Large Mobile :480px. */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
  }
@media (max-width: 590px) {
  button#lc-toggle {
   transform: translateY(33px);
  }
}