/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

#signin-button-mob {
  display: none;
}


.mobile_header .search-form label:hover{
  color:var(--orange);
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1390px) {
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1200px) {
  .feature-tab {
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    width: 100px;
    text-align: center;
    font-size: 18px;
    padding: 25px 0;
  }
  .feature-tab h4 {
    color: #9a9a9a;
    font-weight: 300;
    font-size: 13px;
  }
  .ads img {
    /* margin-bottom: 30px; */
    width: 100%;
    /* object-fit: contain; */
    /* height: 100%; */
    /* text-align: center; */
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .wrap-sticky nav.navbar.bootsnav {
    width: 100% !important;
  }
  .bg-overlay-filter {
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    top: 0;
    display: none;
    position: fixed;
    z-index: 999;
  }
  #categoryFilter .panel {
    margin-top: 10px !important;
  }
  .panel-group .panel-heading {
    border-bottom: 0;
    padding: 5px;
  }
  .collapse.in {
    padding: 5px;
  }
  ul.filter-list li {
    padding: 7px;
  }
  ul.filter-list {
    float: left;
    height: 120px;
  }
  .pretty .state label {
    margin: 0 !important;
  }
  .pretty .state label:after,
  .pretty .state label:before {
    content: "";
    width: calc(1em + 0px) !important;
    height: calc(1em + 0px) !important;
  }
  .pretty.p-icon .state .icon {
    width: calc(1em + 0px) !important;
    height: calc(1em + 0px) !important;
    margin: 0 !important;
    margin-left: -1px !important;
  }
  #categoryFilter {
    display: none;
    width: 70%;
    background: #fff;
    position: fixed;
    top: 0;
    margin: 0;
    padding-top: 70px;
    z-index: 999;
    left: -100%;
    height: 100%;
  }
  #filter-button-open {
    display: block;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    background: #1364e9;
    left: 10px;
    position: fixed;
    z-index: 111;
    top: 350px;
    color: #fff;
  }

  #filter-button-close {
    display: none;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    background: #1364e9;
    left: 10px;
    position: absolute;
    z-index: 111;
    top: 10px;
    right: 0;
    margin: 0 auto;
    color: #fff;
  }
  .sub-menu {
    display: none;
    top: -10px;
    right: -15px;
  }
  nav.theme-menu ul.nav > li > a {
    padding: 10px !important;
  }
  .section-title {
    text-align: center;
    margin-bottom: 50px;
    z-index: 2;
    position: relative;
    padding-top: 0px;
  }
  #instantStart .para {
    width: 100%; /* float:left; */
    clear: both;
    margin-top: 30px !important;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
  }
  #StyleAccordion {
    width: 100%;
    margin: 0 auto;
  }
  .products:hover {
    /* border:1px solid #e7e7e7; */
    -webkit-box-shadow: 0px 1px 10px #e7e7e7;
    -moz-box-shadow: 0px 1px 10px #e7e7e7;
    box-shadow: 0 0 3px 0 rgba(41, 44, 58, 0.15);
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 99;
  }
  .products:hover > .product-details .color-option {
    display: block;
    background: transparent;
    border: 1px solid #e7e7e7;
    border-radius: 50px;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    box-shadow: 0px 0 1px 0 #e7e7e7;
    padding: 5px 0px;
  }
  .ad1,
  .ad2 {
    width: 100%;
    text-align: center;
  }
  .ad1 img,
  .ad2 img {
    /* margin-bottom: 30px; */
    /* width: auto; */
    /* object-fit: contain; */
    /* height: 100%; */
    /* text-align: center; */
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
    width: 100%;
  }
  .ads {
    width: 100%;
    text-align: center;
  }
  .ads img {
    /* margin-bottom: 30px; */
    width: 100%;
    /* object-fit: contain; */
    /* height: 100%; */
    /* text-align: center; */
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
  }
  .header-button {
    float: right;
    top: 15px;
    position: absolute;
    right: 15px;
  }
  #help-newsletter {
    background: url(../images/help-bg.jpg) 100%;
    width: 100%;
    background-size: cover;
    padding: 50px 0;
  }
  .help-block .img {
    float: none;
    text-align: center;
    margin: 0;
  }
  .help-block .content {
    /* float: left; */
    margin-left: 0px;
    padding-top: 0px;
    text-align: center;
    margin-top: 10px;
  }
  .help-block {
    width: 100%;
    padding: 20px 0px 10px 0;
  }
  .help-block .img img {
    width: 70px;
  }
  .help-block .content-right {
    margin-top: 00px;
    text-align: center;
  }
  .help-block .content h3,
  .help-block .content-right h3 {
    font-size: 24px;
  }
  .help-block .content p {
    font-size: 15px;
  }
  #help-newsletter {
    margin: 0;
    padding: 0;
  }
  #help-newsletter .col-xs-12:first-child {
    background: #f2c820;
  }
  .med-title {
    margin: 0 0 20px 0;
  }
  .mainforms .p0 {
    padding: 0 0 !important;
    margin: 0;
  }
  .mainforms .p0 .col-xs-12 {
    padding-left: 0 !important;
    margin: 0px;
    width: 50%;
  }
  .mainforms .col-xs-12 .input-group {
    width: 100%;
    float: left;
  }

  .product-block .section {
    min-height: 470px !important;
    position: relative;
  }
  .product-block .slick-slide img {
    display: block;
    max-height: 270px;
    object-fit: cover;
    margin: 0 auto;
  }
  .imagezoom-cursor,
  .imagezoom-view {
    display: none;
  }
}


@media only screen and (max-width: 767px) {
  /* ......................................................mobile header */
  main{
    margin-top: 63px;
  }
  /* .navbar{
    display: none;
  } */
  
  /* .wrap-sticky nav.navbar.bootsnav{
    height: 10px!important;
  } */
  .myaccount-box {
    text-align: center;
  }
  .btn-add-new {
    float: none;
    margin-top: 30px;
  }
  #menu-open {
    display: block;
  }
  .footer-first .section:first-child {
    margin-top: 30px !important;
  }
  .important-block {
    margin-top: 30px !important;
  }
  .footer-first .blocks:nth-child(2) {
    margin-top: 30px;
  }
  #category-disp {
    background: rgb(255, 255, 255);
    width: auto;
    z-index: 99999;
    left: 0;
    top: 50px;
    position: fixed;
  }
  #signin-button-mob {
    display: block;
    padding: 10px 13px;
    width: 42px;
    height: 42px;
    margin-right: 5px;
  }
  #signin-button {
    display: none;
  }
  .owl-theme .owl-nav {
    /*left:40% !important;*/
  }
  .product-block .section {
    background: #fff;
  }
  .owl-theme .owl-nav {
    position: absolute;
    top: -60px !important;
    right: 15px !important;
    text-align: end !important;
  }
  .shoppingbag {
    position: relative;
    right: 0px;
    top: 0px;
    display: block!important;
    float: left;
    margin-right: 10px;
    height:42px ;
    width: auto!important;
  }

  .shoppingbag span{
    position: absolute;
    top: 0px;
    right: 0px;
    
  }
  .shoppingbag p{
    display: none;
  }
  /* .searchblock {
    width: 10px;
    margin-top: 10px !important;
    margin: 0;
    position: absolute;
    top: 1px;
    left: 50%;
    
  } */
  .searchblock {
    width: 95%; 
    margin-top: 10px !important;
    position: absolute;
    left: 10px;
    right: 10px;
    
  }
  .searchblock .form-control{
    /* position: relative;
    top:1px;
    left:50%; */

  }
  .searchblock:hover,
  .searchblock:focus
   {
    width: 53%;
  }
  
  
  /* .mobile_search{
    /* position: absolute;
    top: 0;
    left: 0; */
  
  /* #search-btn{
    display:inline-block;
  }

  .search-form{
      position: absolute;
      top:180%; right: 2rem;
      background:var(--bg-color-1);
      border-radius: .5rem;
      width: 90%;
      box-shadow: var(--box-shadow);
      transform:scale(0);
      transform-origin: top right;
  }

  .search-form.active{
      transform:scale(1);
  } */
  .header-button {
    /* float: right;
	top: 15px; */
    position: relative;
    right: 0;
    left: 35px;
    top: -44px;
    justify-content: space-between;
    align-items: center;
  }
  .home-slider .item img {
    height: 140px;
  }
  .home-slider .owl-nav .owl-prev {
    left: -20px !important;
    position: absolute !important;
    margin-top: -20px !important;
  }
  .home-slider .owl-nav .owl-next {
    right: -20px !important;
    position: absolute !important;
    margin-top: -20px !important;
  }
  .home-slider .owl-dots {
    margin-top: 0px;
  }
  ul.category-nav {
    display: none;
  }
  ul.category-nav li {
    width: 100%;
    float: left;
  }
  ul.category-nav li a {
    width: 100%;
    float: left;
    color: #fff;
  }
  .product-block .section {
    min-height: 470px !important;
  }
  .product-block .section .img-block {
    width: 50%;
    height: 270px;
  }
  .product-block .section .img-block img {
    max-height: 270px;
  }
  #best-seller .mt100 {
    margin-top: 50px !important;
  }
  section#category {
    margin: 0;
    z-index: 1000;
    background-color: transparent;
  }
  section.section {
    margin: 10px 0;
  }
  section {
    margin: 10px 0;
  }
  section .mt-100 {
    margin-top: 30px;
  }
  #shopping-bag-container {
    right: 50px;
  }
  #shopping-bag-container .bag-content:before {
    right: 40px;
  }
  .breadcrumb {
    display:none;
    text-align: left;
    margin-top: 10px;
    padding: 0;
  }
  #page-title .page-bg {
    margin-bottom: 0px;
    padding: 2px;
  }
  #page-start {
    margin-top: 30px;
  }
  .thumb-image {
    height: 450px;
  }
  .product-details .section:first-child,
  .product-details .section:nth-child(2) {
    border-bottom: none;
    margin-bottom: 0px;
  }
  ul.category-nav li ul {
    width: 100%;
    position: relative;
    top: -15px;
    display: none;
    z-index: 99;
    float: left;
  }
  ul.category-nav li:hover > a {
    background: #000;
    color: #fff;
  }
  .product-details .section {
    padding: 10px 0 !important;
  }
  .p0 {
    padding: 0 !important;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .best-seller .owl-nav,
  .related-products .owl-nav {
    left: 42%;
  }
  .product-details .section .color-image img.color-round {
    clip-path: circle(20px at center);
  }
  .product-details .section .color-image img {
    width: 40px;
  }
  .CheckDelivery {
    margin-top: 30px;
  }
  .product-details .section .size-setup li a {
    /* border-radius: 50%; */
    float: left;
    text-align: center;
    min-width: 30px;
    height: 30px;
    border: 1px solid #000;
    /* padding: 0px 0px; */
    line-height: 22px;
    font-size: 11px;
  }
  .whatsapp-button {
    float: left !important;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .cart-item li:nth-child(6) button {
    float: right;
  }
  .cart-total {
    float: right;
    width: 100%;
    text-align: right;
  }
  .med-title {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
  .med-title:before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #1364e9;
    margin: 0 auto;
    z-index: 2;
    bottom: -35px;
    left: 50%;
    float: left;
    position: relative;
    display: none;
  }
  .med-title:after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #1364e9;
    margin: 0 auto;
    z-index: 2;
    top: 30px;
    left: 50%;
    float: left;
    position: relative;
  }
  .ads img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
    object-fit: cover;
  }

  .table-responsive {
    border: none;
  }
  .input-group .form-control {
    -webkit-appearance: none;
  }
  .old-price {
    text-decoration: line-through;
    font-size: 16px;
    margin-left: 10px;
    display: block;
  }
  .left_img img {
    height: 90px;
  }
}

@media only screen and (max-width: 690px) {
}


@media only screen and (max-width: 550px) {
  
    /* ......................................................mobile header */
    main{
      margin-top: 62px;
    }
    /* .navbar{
      display: none;
    } */
    
    
  .product-img-big {
    height: 180px;
  }

  .category-img-big {
    height: 160px;
  }

  .best-seller .section {
    min-height: 220px;
  }

  .product-block .section {
    min-height: 260px !important;
    position: relative;
  }
  .category-block .section {
    min-height: 230px !important;
    position: relative;
  }
  .product-block .slick-slide img {
    display: block;
    max-height: 170px;
    object-fit: cover;
    margin: 0 auto;
  }
  .products:hover > .product-details .color-option {
    height: 40px !important;
  }

  .slick-next.slick-arrow,
  .slick-prev.slick-arrow {
    top: 15%;
  }
  .products {
    padding: 3px;
    /* position: absolute; */
  }
  .slick-list .roundbox {
    width: 30px !important;
    height: 30px !important;
  }

  .slick-list .roundbox img {
    width: 30px !important;
    height: 30px !important;
    min-height: 30px;
  }
  #paymentOption .panel-title img {
    float: right;
    height: 25px;
    right: 10%;
    position: absolute;
    display: none;
  }
  .mainforms .p0 .col-xs-12 {
    padding: 0 !important;
    margin: 0px;
    width: 100%;
  }
  .avaibilitybox {
    text-align: left;
  }
  .shopping-buttons {
    text-align: center;
  }
  .shopping-buttons a:first-child {
    /* width: 50px; */
    /* margin: 0 auto !important; */
    /* text-align: center;
    float: none !important; */
    margin: 10px 0;
    float: left;
  }
  .cat-img img {
    height: 160px;
  }
  .shopping-buttons a {
    /* width: 100%; */
    float: left;
    margin: 0;
    margin: 10px 0;
  }
  .item-details .item-right-section {
    width: 40%;
  }
  .item-details .item-left-section {
    width: 60%;
  }
  .item-details .item-left-section .item-name {
    font-size: 14px;
  }
  .product-block .product-disp {
    /* display: inline-grid; */
    margin-bottom: 5px;
  }
  .copyrights {
    text-align: center;
  }
  .footer-section {
    text-align: center;
  }
}


