/*-------------- media section ---------------*/
@media screen and (max-width: 1920px) and (min-width:300px){

  #menu-header-category-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  } 
  #menu-header-category-menu li{
    list-style: none;
    position: relative;
  }
  .cat-header a {
    font: 700 14px / 22px Open Sans;
    letter-spacing: 0px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    cursor: pointer;
  }
  .cat-header #menu-header-category-menu>li:hover>.sub-menu{
    display: block;
    padding: 6px 10px !important;
    position: absolute;
    gap: 25px;
    left: 0;
    top: 70%;
    opacity: 0;
    /* pointer-events: none; */
    z-index: 25;
    transition: all .5s ease-in-out;
  }
  #menu-header-category-menu .sub-menu li{
    /* padding: 18px 0; */
    position: relative;
  }
  .cat-header #menu-header-category-menu>li:hover>.sub-menu{
    top: 100%;
    opacity: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    width: 100%;
    min-width: 320px;
  }
  #menu-header-category-menu>li>ul {
    background: var(--color-white);
    z-index: 2;
    box-shadow: 0 3px 6px #00000029;
    background: #fff;
  } 
 #menu-header-category-menu .sub-menu
  {
    animation: growDown 300ms ease-in-out forwards;
      transform-origin: top center;
  }
  @keyframes growDown {
    0% {
      transform: scaleY(0)
    }
    80% {
      transform: scaleY(1.1)
    }
    100% {
      transform: scaleY(1)
    }
  }
  #menu-header-category-menu li  .sub-menu a{
    font-size: 14px;
    font-weight: 500;
  }
}

@media screen and (max-width: 1920px) and (min-width:1440px){
 
  #slider .slider-img img{
    top: 25px;
  }

  ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{
    display: flex !important;
    flex-wrap: wrap;
  }
  .shop_table.wishlist_table li{
    margin: 10px;
  }
}
@media screen and (max-width: 1699px) and (min-width:1400px){
  .newsinner .latest-new-content{
    width: 225px;
  }
  .product-svg svg,.trending-svg svg,.lens-svg svg,.brand-svg svg{
    width: 400px;
  }
  .product-svg,.lens-svg{
    right: 0;
  }
}
@media screen and (max-width: 1443px) and (min-width:1400px){
  #use-code .use-codebg-img{
    height: 435px !important;
  }

}
@media screen and (max-width: 1440px) and (min-width:1367px){
  #slider .slider-img img{
    top: 29px;
  }
  #menu-header-category-menu{
    gap: 40px;
  }
  ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{
    display: flex !important;
    flex-wrap: wrap;
  }
  .shop_table.wishlist_table li{
    margin: 10px;
  }
  #use-code .use-codebg-img{
    height: 400px;
  }
  .product-svg svg,.trending-svg svg,.lens-svg svg,.brand-svg svg{
    width: 300px;
  }
  .product-svg,.lens-svg{
    right: 0;
  }
}
@media screen and (max-width: 1690px) and (min-width:1200px){
  #slider .slider-nav-arrow{
    width: 7%;
    bottom: 5%;
  }
}
@media screen and (max-width: 1399px) and (min-width:1200px){
  
  .search-icon i{
    font-size: 14px;
  }
  .search-icon{
    height: 31px;
    width: 31px;
    line-height: 31px;
  }
  
}
@media screen and (max-width: 1225px) and (min-width:1200px){
    .slider-svg{
      top: 37%;
  
    }
}

@media screen and (max-width: 1366px) and (min-width:1200px){
 
  .title-box img {
    height: 220px;
    object-fit: cover;
}
  .product-svg svg,.trending-svg svg,.lens-svg svg,.brand-svg svg{
    width: 300px;
  }
  .product-svg,.lens-svg{
    right: 0;
  }
  #menu-header-category-menu{
    gap: 35px;
  }
  #category .cat-img-box {
    width: 155px;
    height: 100px;
  }

  .slider_img_svg svg{
    height: 500px;
  }
  .slider-main-img{
   top: unset;
   left: 35%;
  }
  .product-name a{
    font: normal normal bold 14px/33px Open Sans;
  }
  .brand-name{
    font-size: 14px;
  }
  ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{
    display: flex !important;
    flex-wrap: wrap;
  }
  .shop_table.wishlist_table li{
    margin: 10px;
  }
  #use-code .use-codebg-img{
    height: 400px;
  }
}
@media screen and (max-width: 1199px) and (min-width:1041px){
  .primary_nav>li>ul>.menu-column-title>a {
    font: normal normal 600 16px/22px Open Sans;
  }
  #use-code .use-codebg-img{
    background-size: contain;
    height: 325px;
    background-repeat: no-repeat;
    }
  #use-code .use-code-inner {
  transform: translate(20px, 17%);
  }
}
@media screen and (max-width:1040px){
	#latest_news .blog-text{
		display: none;
	}
#use-code .use-codebg-img{
    height: 325px;
}
#use-code .use-code-inner {
    transform: translate(20px, 20%);
}
     .product-title h3 {
         width: 71%;
    }
     .banner_para{
         padding-top: 20px;
    }
     #feature .feature-icon .icon-bg i{
       font-size: 35px;
    }
     #new-product img.new-product-bg-img1,#new-product img.new-product-bg-img2{
       display: none;
    }
     .mobile-menu:has( ~ .custom-sidebar){
       display: none;
    }
    .product-name a {
      letter-spacing: 0px;
      font: normal normal 600 16px/33px Open Sans;
    }

}
@media screen and (max-width:1023px){
  #slider{
    padding: 0 0 90px 0;
  }
  .slider-main-img{
    top:unset;
  }
   .toggle-nav i {
    font-size: 20px;
    color: #000;
   }
  .sidenav .close-sidebar {
    position: relative;
    font-size: 32px;
    display: block;
    padding-right: 7%;
    color: #ffffff;
    cursor: pointer;
    cursor: pointer;
    text-align: right;
  }
  .main-navigation ul li.current-menu-item a{
    border-top: none !important;
  }
  .main-navigation ul li>ul {
    opacity: 1;
    display: block !important;
    visibility: visible !important;
    transform: none;
    box-shadow: unset;
    padding: 0;
    margin: 0;
  }
  .main-navigation ul li a:before,
  .main-navigation ul li a:before {
    background-color: transparent;
  }
  .main-navigation ul li:hover>ul {
    display: block !important;
    padding: 0;
    color: #000000;
  }
  .main-navigation ul li {
      height: 100%;
  }
  .main-navigation ul li ul li ul {
    position: unset;
  }
  .main-navigation ul li ul{
    display: none;
    position: relative !important;
  }
  .main-navigation ul ul li a:hover{
    transition: unset;
  }
  .headerbar {
    display: block !important;
    margin: 0;
  }
  .main-navigation ul ul li{
    padding: 0px 12px;
    margin: 0px 0 0px 0;
  }
  .main-navigation ul ul li a {
    padding-left: 16px;
    color: #ffff !important;
  }

  .main-header .main-navigation {
    display: none
   }
 
    .toggle-nav {
 		display: block;
 	}
 	.main-navigation ul li.current-menu-item a{
 		border-top: none !important;
 	}
 	.main-navigation ul li>ul {
 		opacity: 1;
 		display: block !important;
 		visibility: visible !important;
 		transform: none;
 		box-shadow: unset;
 		padding: 0;
 		margin: 0;
 	}
 	.main-navigation ul li a:before,
 	.main-navigation ul li a:before {
 		background-color: transparent;
 	}
 	.main-navigation ul li:hover>ul {
 		display: block !important;
 		padding: 0;
 		color: #000000;
 	}
 	.main-navigation ul li ul li ul {
 		position: unset;
 	}
 	.main-navigation ul li ul{
 		display: none;
 		position: relative !important;
 	}
 	.main-navigation ul ul li a:hover{
 		transition: unset;
 		/* padding: 12px 27px; */
 	}
 	.headerbar {
 		display: block !important;
 		margin: 0;
 	}
 	.main-navigation ul ul li{
 		padding: 0px 12px;
   	margin: 0px 0 0px 0;
 	}
 	.main-navigation ul ul li a {
 		padding-left: 16px;
 		color: #ffff !important;
 	}
 	.main-navigation,.main-navigation li {
 		padding: 0;
 		display: block;
 		width: 250px;
 	}
 	.main-navigation ul li a {
     padding: 10px 15px;
 		display: block;
 		border-bottom: 1px solid #e2e2e2;
 		background: 0 0!important;
 		text-align: left;
 		margin: 0;

 	}
  .main-navigation ul ul a {
    font: normal normal 600 13px/22px Open Sans;
  }
   #sidebar1 .close-sidebar.mobile-menu{
     position: relative;
     font-size: 32px;
     display: block !important;
     padding-right: 7%;
     color: #fff;
     cursor: pointer;
     cursor: pointer;
     text-align: right;
   }
   #sidebar1 {
     height: 100%;
     width: 0;
     position: fixed !important;
     z-index: 9999999;
     top: 0;
     right: 0;
     background: #B5E448;
     overflow-x: hidden;
      transition: .9s;
     padding-top: 8px !important;
   }
   #sidebar1 ul li a{
     color: #fff !important;
     border-bottom: none;
   }
      #sidebar1 ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        height: auto;
        z-index: 11111;
        transform: scale(1) !important;
      }
      #sidebar1 ul li:hover>ul {
       display: block !important;
       transition: all .4s ease;
      }
      #sidebar1 ul ul {
       background: #fff;
       border-top: 4px solid var(--color-red);
       visibility: hidden;
       display: none !important;
       opacity: 0;
       animation-name: fadeOutUp;
       transform: scale(0) !important;
       transform-origin: top left;
       transition: all 0.3s ease-out;
      }
      @keyframes fadeOutUp {
        from {
          opacity: 1;
        }
        to {
          opacity: 0;
          transform: translate3d(0, -100%, 0);
        }
      }

   .main-navigation ul ul{
     width: 100%;
   }
   .main-navigation ul ul,.main-navigation ul ul li {
     background: transparent !important;
   }
   .main-navigation ul ul li {
     display: block;
     padding-left: 1px;
     border-bottom: none;
   }
   .main-navigation ul ul ul li {
     padding-left: 15px;
   }
   .main-navigation li {
       position: relative;
  }
}
@media screen and (max-width: 1199px) and (min-width:1025px){
  .title-box img {
    height: 220px;
    object-fit: cover;
 }
  #footer .social_widget i{
    margin-right:0;
  }
  .slider-main-img{
    top: unset;
  }
  #category .cat-img-box {
    width: 130px;
    height: 95px;
  }
  .slider-main-img{
    top:unset
  }
  .container.single-post{
    margin-top: -30px;
  }
  #menu-primary-menu>.menu-item-has-children::before, #menu-header-category-menu>.menu-item-has-children::before{
    right: -6px;
    top: 10px;
  }
}
@media screen and (max-width: 1024px) and (min-width:992px){
  #menu-primary-menu>.menu-item-has-children::before, #menu-header-category-menu>.menu-item-has-children::before{
    right: -6px;
    top: 10px;
  }
  .container.single-post{
    margin-top: -30px;
  }
  #slider{
    padding-bottom: 16%;
  }
  .slider-row{
    padding-top: 8%;
  }
  #footer .social_widget i{
    margin-right:0;
  }

  .title-box img{
    height: 220px;
    object-fit: cover;
  }
  .slider-main-img{
    top:unset
  }
  #category .cat-img-box {
    width: 130px;
    height: 95px;
  }
  .brand-svg svg{
    left: -30%;
  }
  .product-svg{
    right: -35%;
    top: -7%;
  }
  .lens-svg{
    right: -30%;
  }
  .slider_img_svg{
    top: -25%;
  }
  .trending-svg{
    left: -30%;
  }
}
@media screen and (max-width: 1199px) and (min-width:992px){
  .slider-svg svg{
    height: 395px;
    width: auto;
  }
  #slider{
    overflow: hidden;
  }
  .product-svg svg,.trending-svg svg,.lens-svg svg,.brand-svg svg{
    width: 300px;
  }
  .product-svg,.lens-svg{
    right: 0;
  }
  .slider_img_svg svg{
    width: 415px;
    height: 100%;
  }
  .primary_nav>li:hover>.sub-menu{
        left: -28px;
  }
  .main-navigation a{
    font-size: 14px;
  }
  .primary_nav>li>ul>.menu-column-title>a{
    font: normal normal 600 14px/22px Open Sans;
  }
  #site_top .topbar-text p{
  font:normal normal 400 12px/20px Open Sans
  }
  #site_top .topbar-dropdown select {
    width: 165px;
  }
  .switcher .option {
    width: 122px !important;
  }
  .switcher {
  width: 122px !important;
  }
  #slider h1 {
    font: normal normal bold 32px / 50px Open Sans;
  }
  #slider .slider-nav-arrow{
    width: 9%;
    bottom: 5%;
  }
  .collection-img-one, .collection-img-two, .collection-img-three{
    height: 225px;
    background-size: cover;
  }
    #use-code .code-no{
      width: 25%
    }
    #latest-news .owl-carousel .owl-item img {
      max-width: 300px !important;
    }
     .latest-new-content{
      padding: 15px 13px;
      width: 225px;
      height: 75%;
      top: 13.5%;
    }
    #shop-by-brand .owl-carousel .owl-item img {
          margin: 0 auto;
    }
    .woocommerce .quantity .qty{
        width: 2.631em;
    }
    .newsinner span.dat-span{
          left: 3%;
    }
    .newsinner .post-content.latest-bg{
      width: 209px;
    }
    .main-navigation li {
    padding: 8px 6px;
    }
    .wishlist_table.mobile{
      display: flex;
      flex-wrap: wrap;
    }
    .wishlist_table.mobile li{
    margin: 10px;
    }
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
      width: 29.80%;
    }
    .filter-head{
      margin-bottom: 15px;
    }
    .filter-head {
        font: normal normal 600 26px/18px Muli;
      }
      #slider .slide-girl-img {
    top: 27px;
}
}
@media screen and (max-width:991px) {
  .title-box img{
    height:  210px;  
    object-fit: cover;
  }
  .slider_img_svg svg{
    width: 100%;
    height: 100%;
  }
  #slider .carousel-caption{
    width: 100%;
  }
  #menu-header-category-menu{
    gap: 35px;
  }
  .icon-search{
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) and (min-width:768px){
  .container.single-post{
    margin-top: 20px;
  }
  .slider-svg svg{
    height: 395px;
    width: auto;
  }
  #slider{
    overflow: hidden;
  }
  #slider{
    top: 68px;
  }
  .slider-row{
    padding-top: 8%;
  }
  #single-post-page p{
    text-align: left;
  }
  .product-svg svg,.trending-svg svg,.lens-svg svg,.brand-svg svg{
    transform: scale(0.5);
  }
  .brand-svg svg{
    left: -40%;
  }
  #new-product,#lens-feature{
    overflow-x: hidden;
  }
  .product-svg{
    right: -35%;
    top: -7%;
  }
  .lens-svg{
    right: -40%;
  }
  .search-icon i{
    font-size: 16px;
  }
  #slider .slider-nav-arrow{
    width: 12%;
    bottom: 5%;
  }
  .slider-main-img{
    top: 30px;
  }
  #category .cat-img-box {
    width: 170px;
  }
  #lens-feature .lens-heading, #category .category-content h2, #new-product h2, #trending-product h2.trending_heading, #latest-news h2, #shop-by-brand h2 {
    font: normal normal 600 25px / 35px Open Sans;
  }
  .switcher .option {
    width: 122px !important;
  }
  #site_top .gtranslate select{
    width: 66px !important;
  }
  #site_top .topbar-dropdown select{
    width: 170px;
  }
  .switcher {
  width: 122px !important;
  }
  #slider .slide-girl-img{
    top: 72px;
  }
  #slider .img-slider-box{
  padding: 12px 0;
  }
  #slider .slider-para {
    font: normal normal 400 14px / 26px Open Sans;
  }
  #slider h1 {
    font: normal normal bold 30px / 39px Open Sans;
  }
  #slider .slider-text{
    margin-bottom: 30px;
  }
  #collection .coln-heading {
    font: normal normal bold 22px/25px Open Sans;
  }
  
  .collection-img-one, .collection-img-two, .collection-img-three{
    height: 100%;
    padding: 18px 20px;
    min-height: 200px;
  }
    #collection .theme_green_button{
        padding: 8px 10px;
    }
  #collection .coln-sub-heading {
      font: normal normal normal 14px/23px Poppins;
    }
  #lens-feature .feature-lens-inner h4 {
    font: normal normal normal 16px/28px Poppins;
  }
  #trending-product .trending-image {
    background-position: unset;
  }
  #trending-product h2.trending_heading {
    margin-top: 10px;
  }
  #use-code .use-code-inner {
    transform: translate(8px, 25%);
  }
  #use-code .code-no{
    width: max-content;
    font: 20px / 30px Open Sans;
  }
  #use-code .use-codebg-img{
        background-position: right;
  }
  #use-code .use-code-inner h3 {
    font: normal normal bold 40px / 45px Poppins;
  }
  .outer_dpage{
      margin-top: 40px;
 }
  .aboutuspage-desc {
      padding: 0 0;
 }
  .aboutuspage-desc h4{
      font-size: 16px;
 }
  .aboutuspage-desc .para.animated.lightSpeedIn.delay-1s{
      font-size: 14px;
 }
  div#sidebar {
      padding-top: 0px;
 }
  section#page-with-left-sidebar , section#page-with-right-sidebar, .content_page{
      margin-top: 0px;
 }
  #offer img.offer-imgone, img.offer-imgtwo {
      height: 216px;
 }
  .contact_details {
      padding: 18px 0;
 }
  .contact_details ul li {
      padding: 10px 5px;
 }
  .above_title {
      padding: 20px 0;
 }
  .contact_details ul li a, .contact_details ul li, .slide_desc, .latest-box p, #our_records p, #newsletter input[type="submit"]{
      font-size: 12px;
 }
  .contact_details i{
      font-size: 14px;
      margin-right: 0px;
 }
  .cat_toggle, .cat_toggle i{
      font-size: 11px;
 }

  .search-icon{
      padding-top: 0;
 }
  .alert.alert-minimalist {
      height: 13% !important;
      width: 47% !important;
 }

  .tablet-error {
      width: 100%;
      text-align: center;
 }
  .errorimg {
      margin-top: 0;
 }
.shop_table .woocommerce .quantity .qty{
  margin: 10px 10px;
  }
  .woocommerce div.product form.cart .variations tr{
      display: flex !important;
      justify-content: center;
      gap: 47px;
 }
  .woocommerce-variation-add-to-cart {
      display: flex;
      justify-content: center;
 }
  #blog-right-sidebar #latest_post, #blog-right-sidebar #latest_post{
      padding: 10px 0;
 }
  #latest_post{
      padding: 0;
 }
  .social_widget, #about-team .team-inner{
      margin-bottom: 30px;
 }
  .footer-contact h2{
      font: normal normal normal 34px/35px DM Serif Displa
 }
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
      margin-top: 5%;
 }
 .shop .woocommerce-notices-wrapper{
     margin-top: 14px;
 }
  .shop_table .product-remove {
    width: 7%;
  }
  .latest-new-content {
    top: 4.5%;
    width: 230px;
  }
  .single-post .nav-links {
    display: flex;
  }
#slider i.arrow-up.fas.fa-chevron-left.slick-arrow {
    top: 7px;
}
#slider .slider-for.slick-slider {
    padding: 20px 20px 40px;
}
.wishlist_table.mobile{
  display: flex;
  flex-wrap: wrap;
}
.wishlist_table.mobile li{
margin: 10px;
}
.product-remove a{
  color: #fff;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 45.75%;
}
.shop_table .qib-button.qib-button-wrapper {
     float: none !important;
      justify-content: end !important;
          margin-right: 0;
 }
 .woocommerce .quantity .qty{
     width: 1.631em;
 }
 .woocommerce div.product div.images .flex-control-thumbs li {
   width: 38%;
   height: 150px;
 }

 #faq-we .accordion-button{
       font: 14px/26px Open Sans;
 }
 .filter-page-section{
    padding: 17px 0;
 }
 .woocommerce .woocommerce-ordering {
    top: 0.8%;
  }
  .filter-head{
    margin-bottom: 10px;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 46.05%;
  }

  .single-product .summary.entry-summary .yith-wcwl-add-button{
  height: 36px;
  width: 36px;
  }
  .single-product .summary.entry-summary i.yith-wcwl-icon {
  margin: 7px;
  }
  .single-product .summary.entry-summary .yith-wcwl-add-to-wishlist {
    bottom: 5px;
}
.single-post #comments {
    width: 80%;
  }
}
@media screen and (max-width: 767px) and (min-width:320px){
  #about-sec-one .abt-sub-heading,#site_top,.vw-logo, #trending-product h2.trending_heading, #use-code , #footer, #footer ul li, #footer h3, .product-image, .collection-text.text-end,.woocommerce div.product p.price, .single-product .summary.entry-summary{
  text-align: center !important;
  }
  #site_top .topbar-dropdown select {
      width: 170px;
  }
  .sign-text {
    padding-top: 10px;
  }
  .switcher .selected {
    text-align: center;
  }
  .switcher {
    margin: 0 auto;
  }
  .header_meta img {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }
  .wishlist-box p, .cart-btn-box p, .track-main-box p.order-track {
    font: normal 12px/27px Poppins;
    padding-left: 0 !important;
  }
  form.track_order p{
    font-size: 12px;
  }
  #cart {
    min-width: 246px;
    left: -145px;
  }

  form.track_order input[type="text"]{
    font-size: 11px;
  }
  .acc-text {
    font: normal normal bold 12px/17px Poppins;
  }
  .cart-btn-box .mbl-position,.wishlist-box, .track-main-box, .account-box {
    display: block !important;
    text-align:center;
  }
  #slider .slider-para {
    font: normal normal 600 14px/40px Open Sans;
    padding: 0 !important;
  }
  #slider h1{
    font: normal normal bold 22px/35px Open Sans;
    margin-bottom:10px;
  }
  #slider .img-slider-box {
    padding: 12px 0;
    margin-top: 6px;
  }
  #slider .slick-arrow{
  font-size: 16px;
    left: 46%;
  }
  #slider .slick-slider {
    padding: 0 !important;

  }
  #slider .img-slider-box img{
    max-width: 80%;
  }
  #slider .img-slider-box.slick-slide.slick-current.slick-active img {
    transform: scale(1.3);
  }

  #collection .theme_green_button, #use-code .theme_green_button, #trending-product .theme_green_button, #slider .theme_green_button{
    padding: 8px 15px;
  font-size: 12px;
  margin: 0 auto;
  }
  #lens-feature .lens-heading, #category .category-content h2, #new-product h2, #trending-product h2.trending_heading, #latest-news h2, #shop-by-brand h2, #use-code .use-code-inner h3, #about-sec-one .abt-glass-head, #about-sec-three .abt-glass-head{
    font: normal normal 600 20px / 22px Open Sans;
  }
  #collection .coln-heading {
    font: normal normal bold 22px/49px Open Sans;
  }
  .collection-img-one, .collection-img-two, .collection-img-three{
    background-size: cover;
    text-align: center !important;
    min-height: 280px;
    background-position: top;
  }
  #category .owl-nav button, #shop-by-brand .owl-nav button, #latest-news .owl-carousel .owl-nav button{
    padding: 6px 12px;
  }
  #shop-by-brand .owl-carousel .owl-nav {
    top: -38%;
}
  .collection-row{
    gap: 20px 0;
  }
  #trending-product .trending-image{
    background-position: unset;
  }
  #trending-product h2.trending_heading{
    margin-top: 10px;
  }
  #lens-feature .lens-sub-heading, #about-sec-one .abt-glass-para, #about-sec-three .abt-glass-para, #about-sec-three .focus-points li{
    font: normal normal 300 14px/35px Poppins;
  }
  #lens-feature .feature-lens-img img {
    width: 60px;
  }
  #lens-feature .feature-lens-img{
    height: 100px;
    width: 100px;
    line-height: 100px;
  }
  #lens-feature .feature-lens-inner h4 {
    font: normal normal normal 14px/20px Poppins;
  }
  #use-code .use-code-inner {
    transform: translate(0px, 0%);
    position: relative;
    z-index: 1;
  }
  #use-code .code-no {
    width: 65%;
    margin: 0 auto;
  }
  #use-code .use-codebg-img{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 20px 0;
    position: relative;
  }
  #use-code .use-codebg-img::after{
    content: '';
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  #use-code .code-no {
    font: 14px/28px Open Sans;
    padding: 0px 4px;
 
  }
  #latest-news span.dat-span{
    font-size: 14px;
    padding: 4px 10px;
    left: 4%;
  }
  .latest-new-content{
    right: 0.8em;
    top: unset;
    bottom: 7px;
    width: 215px;
  }
  #slider i.arrow-up.fas.fa-chevron-left.slick-arrow {
    top: 0;
  }
  .alert.alert-minimalist {
    width: 80% !important;
  }
  .prod-title {
    padding-left: 12px;
  }
  .prod-messg {
    font-size: 12px;
    margin-top: 22px;
  }
  .single-pro-btn button.single_add_to_cart_button{
    font-size: 12px !important;
    padding: 11px 14px !important;
  }
 /* .single-product .yith-wcwl-wishlistexistsbrowse, .single-product .yith-wcwl-wishlistaddedbrowse{
    top: -65px;
  } */
  #woosq-popup .woosq-product .thumbnails .slick-slide{
    height: 200px  !important;
  }
    #woosq-popup .woosq-product .thumbnails .slick-arrow.slick-prev,   #woosq-popup .woosq-product .thumbnails .slick-arrow.slick-next{
    display: none !important;
  }
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
        width: 95.53%;
        margin-bottom: 20px !important;
  }
.shop_table .qib-button.qib-button-wrapper {
     float: none !important;
      justify-content: end !important;
 }
  /* #slider .slick-list.draggable{
    height: 196.719px !important;
  } */
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 38%;
    height: 100px;
  }

  .woocommerce .woocommerce-ordering{
    position: unset;
  }
}

@media screen and (max-width: 767px) and (min-width:576px){
  #slider .slider-nav-arrow {
      width: 16%;
      position: absolute;
      bottom: -10%;
      left: 0;
      right: 0;
  }
  #category .cat-img-box {
    width: 110px;
    height: 80px;
  }  
  #slider h1 {
    font: normal normal bold 28px / 40px Open Sans;
  }
  .newsinner img{
    max-width: 325px;
  }
  .newsinner h4.news-title {
      font: normal normal bold 12px/15px Open Sans;
    }
  .newsinner .post-content.latest-bg {
    padding: 10px 15px;
    width: 160px;
  }

}
@media screen and (max-width:575px) {
  /* .slider-cat-row{
    display: none;
  } */
  .cat-header #menu-header-category-menu>li:hover>.sub-menu{
    display: block;
    min-width: max-content;
  }
  .order-track-hover .woocommerce{
    padding: 10px 10px;
    right: -51px;
    width: 310px;
  }
  body .qib-button-wrapper{
    width: 100%;
  }
 
  #slider .slider-nav-arrow{
    width: 26%;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
  }
  .quick-view-btn{
    line-height: 22px;
  }
    #category .cat-img-box {
      width: 100%;
      height: 100%;
    }  
    .woocommerce-message{
        font-size: 12px;
            padding: 1em 1em 1em 2.5em;
      }
    .woocommerce-message::before {
        left: 0.5em;
   }
    .woocommerce-cart table.cart td.actions .coupon .input-text{
        width: 100%;
        margin: 0 4px 10px 0;
   }
    .woocommerce-page table.cart td.actions .coupon .button{
        width: 100%;
        padding: 10px 30px;
   }
  .newsinner .post-content.latest-bg {
        width: 211px;
  }
  .error-page .error_bgs h3 {
      font: normal normal 600 18px/50px Poppins;
      margin-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  .woocommerce-account .middle-content .woocommerce-form{
    width: 100%;
  }
  .single-blog-banner-img{
    top: 0;
  }
  .single-blog-img {
    gap: 20px 0;
  }
  .title-box{
    margin-top:unset
  }
  #header{
    position: relative;
  }
  .category-front, .category-back{
    display: none;
  }
  .top-category{
    padding: 10px 0px;
    width: 100%;
  }
  #slider{
    top: unset;
  }
  .slider-cat-row-pt{
    gap: 20px;
  }
  .container.slider-cat-row{
    padding: 0;
    max-width: 100%;
  }
  .product-svg,.trending-svg,.lens-svg,.brand-svg{
    display: none;
  }
  .slider_img_svg svg{
    width: 75%;
  }
  .icon-search{
    height: 30px;
    width: 30px;
    line-height: 30px
  }
  .search-icon i{
    font-size: 14px;
  }
  .slider_img_svg{
    top: -55px;
    text-align: center;
  }
 
  #slider .carousel-caption{
    width: 100%;
  }
  .slider-svg svg{
    display: none;
  }

  .slider-row{
    margin-top: unset;
  }

  .footer-row-main{
        gap: 40px 0;
  }
  #footer h3{
    font-size: 18px;
  }
  #footer p{
    margin-bottom: 5px;
  }
  .row.store-app{
    margin-top: 2rem;
  }
  .contact-text {
    font: normal normal 300 14px / 34px Poppins;
  }
    section {
      padding: 30px 0;
    }
    #site_top select.gt_selector.notranslate {
      width: 65px;
    }
    .contact_details ul{
        display: flex;
        justify-content: center
   }
    #site_top .header-text{
        margin-top: 10px;
        text-align: center;
   }
    .socialbox{
        text-align: center;
        margin-top: 0px;
   }
    .above_title {
        padding:0;
   }
    #contact-page {
        margin-top: auto;
   }
    .main-navigation li, #masthead.scrolled .main-navigation li {
        display: block;
        line-height: 1.5 !important;
   }
    .sf-arrows .sf-with-ul {
        padding-right: 0;
   }
    .main-navigation ul ul {
        position: static;
        width: 100%;
        box-shadow: none;
   }
    #latest_post{
        padding: 0;
   }
    #footer-menu ul {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 15px;
   }
   .wpcf7-spinner
    .footer-menu ul {
        margin: 0;
        position: static;
        top: inherit;
        transform: unset;
        left: 0;
        margin-bottom: 25px;
   }
    .footer_img, .contact-text , .contac_form h3 , .privacy-policy h2, .terms-conditions-heading, .terms-conditions-para, .term ,#about-sec-one h5{
        text-align: center;
   }
    .woocommerce div.product div.images .flex-control-thumbs {
        margin: 10px 0 0 0;
   }
    .innermenubox {
        position: static;
   }
    .contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"], .contact-box .wpcf7 textarea {
        width: 100% !important;
   }
    .top_social {
        padding: 10px 0;
        margin-left: 0;
   }
    .menubar {
        position: relative;
        right: 0;
   }
    .scrolled{
        position: fixed !important;
   }
    .bradcrumbs{
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
      align-items: center;
      font-size: 12px;
   }
   .bradcrumbs a{
     margin-right: 0;
   }
   .title-box h1 {
      font: 600 14px / 20px Open Sans;

  }
   .bradcrumbs span{
     padding: 0;
   }
   #about-team .team-inner{
     margin-bottom: 20px;
   }
    .woocommerce div.product .product_title, #about-sec-one .abt-glass-head, #about-sec-three .abt-glass-head, #about-sec-one .abt-glass-para, #about-sec-three .abt-glass-para, #about-sec-three .focus-points li{
        text-align: center;
   }
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled{
    display: flex;
    justify-content: center;
  }
  .banner-page-text{
    /* padding-left: 5px; */
    padding: 15px;
    width: auto;
  }
  .title-box img{
  height: 100px;
  object-fit: cover;
  }
  .accordion-button {
    font: 14px/25px Open Sans;
  }
  .accordion-body {
    font: normal normal 300 12px/28px Poppins;
  }
  .shop_table .product-remove {
    width: 100%;
  }
  .shop_table_responsive .product-name a {
    letter-spacing: 0px;
    font: normal normal 600 13px/17px Open Sans;
  }
  #contact-page .wpcf7-spinner{
        position: absolute;
  }
  .pos-mbl p, .single-post-content, .single-post p, li.cat-item , #respond, .middle-content{
    text-align: center;
  }
  .newsinner span.dat-span {
    font-size: 14px;
    left: 3%;
  }
  .product-button-hover{
  bottom: 0;
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  }
  .container.single-post{
    margin-top: 0;
    padding: 20px;
  }
  .entry-author img{
        width: 12%;
  }
  .entry-comments{
    margin-left: 9px;
  }
  .single-post ul.d-flex{
      display: block !important;
  }
  .single-post .nav-links{
    display: flex;
  }
  .single-post .post-navigation .nav-previous {
  width: 100%;
  }
  #comments h2#reply-title {
  display: block;
  }
  #about-sec-three ::marker{
    color: transparent;
  }
  .single-blog-img  img{margin-bottom: 20px;
  }
  .gtranslate ,  #about-sec-one .about-sec-one-btn{
    text-align: center !important;
  }
  .abt-glass-img{
    margin-bottom: 20px
  }
  .woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,.woosq-btn,.shop .wishlist_text{
    bottom: 8px !important;
    opacity: 1 !important;
  }
  #faq-we .accordion-button{
    font: 14px/26px Open Sans;
  }
  .shop .tabs.wc-tabs{
      text-align: center;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-bottom:1px solid #c9c9ca;
  }

  .related.products .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 100% !important;
    /* margin: unset !important; */
  }
  .woocommerce .woocommerce-product-rating{
   display: flex !important;
   justify-content: center !important;
 }
 .single-product .summary.entry-summary .yith-wcwl-add-to-wishlist {
     bottom: -4px;
 }
 .woocommerce div.product form.cart .button{
      float: none;
 }
 .single-pro-btn{
       justify-content: center;
 }
   .wc-block-components-quantity-selector{
    margin: 0 auto 10px !important;
  }
  .single-post #comments{
    width: 100%;
  }
  .single-post h2{
        font: normal normal 600 22px / 22px Open Sans;
  }
}
@media screen and (max-width:500px) {
  #menu-header-category-menu{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 25px;
  }
  #menu-header-category-menu>.menu-item-has-children::before{
    right: -12px;
  }
}