@media(max-width: 1024px){
.service-content h5 {
    font-size: 13px;
}
}

@media(max-width: 992px){

.navbar-toggler {
    position: absolute;
    right: 0px;
    top: -65px;
}
.bg-dark{
    background-color: none!important;

}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: rgba(255,255,255,.1);
    border: none;
    z-index: 9;
}

.shortcut-icon {
    margin-right: 80px;
    margin-top: 5px;
}

.navbar-collapse{
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
/*    overflow-y: scroll;
    overflow-x: hidden;*/
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    background: #222;
     border-bottom: 5px solid#363bac;
     
}
.navbar-collapse.show {
    padding: 0px 20px;
    visibility: visible;
    transform: translateX(0);
    top: 0px;
}
  .site-header .navbar-nav>li {
    position: relative;
    margin-left: 0px;
    display: block;
    width: 100%;
  }

#hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
#hamburger .line {
  fill: none;
  stroke: #000000;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
#hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
#hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
#hamburger.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
#hamburger.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
#hamburger.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}


 #nav-icon {
  width: 30px;
  height: 35px;
/*  position: relative;*/
  margin: -30px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}


#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0px;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 10px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 20px;
}

#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
  left: 0px;
  top: 9px;
}

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 9px;
}

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon.open span:nth-child(5) {
  left: 0px;
  top: 19px;
}

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 19px;
}

button.navbar-toggler.btn-open.first.collapsed {
    display: none;
}

.my_acount .dropdown-menu-dark {
    color: #000;
    background-color: #fff;
    position: absolute;
    /* right: 90px; */
    left: -30px;
}
.navbar{
    padding-bottom: 0px;
    padding-top: 0px;
}

}




@media(max-width:768px){
.company_info {
    padding: 20px 0px;
}
.copy_right {
    text-align: center;
}.mini_footer.text-end {
    text-align: center!important;
}.mini_footer img {
    width: 25%;
}
.owl-carousel.owl-loaded .owl-nav {
    top: -90px;
}
p.new_price {
    font-size: 14px;
}
section.top_trending_products{
      margin-top: 1rem!important;
}
.sec-heading h3 {
    font-size: 21px;
}
section.aboutus_sec{
  margin-top: 1rem!important;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    height: 25px;
    width: 25px;
    line-height: 25px;
}
.owl-theme .owl-nav {
    margin-top: 20px;
}
.shortcut-icon ul li {
    padding-left: 10px;
}
.shortcut-icon ul li a {
    font-size: 18px;
}
.shortcut-icon ul li a p {
    font-size: 12px;
    line-height: 6px;
    margin-bottom: 0px;
}
.shortcut-icon li.search {
    width: 60%;
}
.shortcut-icon li.wishlist {
    margin-top: 0px;
}
.shortcut-icon li.cart {
    margin-top: 0px;
}.logo img {
    width: 50%;
}
}




@media(max-width:767px){
.top_product_banner {
    margin-top: 1rem!important;
}
.navbar {
    padding-top: 0rem; 
    padding-bottom: 0rem; 
}
.single-product h2 {
    font-size: 16px;
    margin-bottom: 0px;
}section.product-dt-page {
    margin-top: 1rem!important;
}
.company_info h4 {
    font-weight: 500;
}
.newsletter h2 {
    font-size: 18px;
    font-weight: 500;
}
.shortcut-icon {
    margin-right: 56px;
    margin-top: 5px;
}.shortcut-icon {
    margin-right: 56px;
    margin-top: 15px;
}
}







@media(max-width:600px){

.contact_info li.top_email {
    display: none;
}
li.acount {
    display: none!important;
}
.shortcut-icon li.wishlist {
    display: none;
    margin-top: 0px;
}
.shortcut-icon li.cart p{
    display: none;
}
.top_product_banner{
    margin-top: 1rem!important;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
    width: 10%;
}
button.carousel-control-prev i {
  background: #9eb8a5;
  height: 25px;
  width: 25px;
  line-height: 25px;
    font-size: 16px;
    display: inline-block;
    text-align: center;

}
button.carousel-control-next i {
  background: #9eb8a5;
  height: 25px;
  width: 25px;
  line-height: 25px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}
.newsletter h2 {
    font-size: 18px;
}.mini_footer img {
    width: 40%;
}
.widget {
    margin-top: 10px;
}
.service-content {
    padding: 30px 10px;
    border-bottom: 1px solid#424242;
}
.sec-heading2 h3 {
    font-size: 18px;
}
.sec-heading2 h3::before {
    margin-top: 31px;
}
.owl-theme .owl-nav [class*='owl-'] {
    margin: 10px 5px;
}
.product_filter_bar {
    display: none;
}

.mobile-filter {display: block;}
.nav-pills .nav-link {
    font-weight: 400;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 0px;
}
.widget ul li a {
    font-weight: 400;
}

#nav-icon {
    width: 18px;

}
#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
    top: 8px;
}#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
    top: 16px;
}.navbar-toggler {
    position: absolute;
    right: -6px!important;
    top: -46px!important;
}.shortcut-icon {
    margin-right: 56px;
    margin-top: 16px;
}
.my_acount ul li {
    padding-right: 0px;
}
.my_acount .dropdown-menu-dark {
    color: #000;
    background-color: #fff;
    position: absolute;
    /* right: 90px; */
    left: -30px;
}

.togglesearch {
    top: 82px;
    right: 0%;
    width:100%;
    height: 66px;
    z-index: 999;
}.togglesearch input[type="text"] {
    padding: 10px 10px;
        width: 300px;
}.togglesearch input[type="button"] {
    padding: 10px 0;
}
.togglesearch:before {
display: none;
}
.testimonial {
    background: #f1f1f1;
    padding: 15px;
}

li.mobile_searchbar {
    display: block;
}
.shortcut-icon li.search{
    display: none;
}
.shortcut-icon li.mobile_searchbar {
    display:inline-block;
}

}

@media  (max-width: 400px){


    .newsletter .single .btn {
    font-size: 13px;
}
.social_icon ul li a {
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
}

@media  (max-width: 320px){
.nav-pills .nav-link {
    padding: 5px 6px;
}

}