@media (max-width: 992px) {
  .generic-dashboard-header.customer-order-listing-header .search-order button {
    padding: 10px 10px !important;
  }
  .become-seller-form-mb{
    margin-bottom: 70px !important;
  }
}

@media (min-width: 1491px) and (max-width: 2440px) {
  .blog-lg-img {
    max-height: 520px !important;
    max-width: 520px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1490px) {
  .blog-lg-img {
    min-height: 510px;
    min-width: 510px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-lg-img {
    height: 520px;
    min-width: 470px;
  }
}

/* Trending Now Heart Icon */

@media (min-width: 1490px) {
  .trending-heart {
    margin-left: 160px;
  }
}
@media (max-width: 1200px) {
  .trending-heart {
    margin-left: 105px;
  }
}
@media (min-width:490px) and (max-width: 576px) {
  .trending-heart {
    margin-left: 160px;
  }
}
@media (min-width:480px) and (max-width: 491px) {
  .trending-heart {
    margin-left: 155px;
  }
}
@media (min-width:470px) and (max-width: 481px) {
  .trending-heart {
    margin-left: 150px;
  }
}
@media (min-width:430px) and (max-width: 470px) {
  .trending-heart {
    margin-left: 135px;
  }
}
@media (min-width:400px) and (max-width: 430px) {
  .trending-heart {
    margin-left: 125px;
  }
}
@media (min-width:390px) and (max-width: 400px) {
  .trending-heart {
    margin-left: 110px;
  }
}
@media(max-width: 390px) {
  .trending-heart {
    margin-left: 105px;
  }
}
@media(max-width: 370px) {
  .trending-heart {
    margin-left: 90px;
  }
}

/* %%%%%%%%% Product Page Heart Icon %%%%%%%%% */
@media (min-width: 1330px) and (max-width: 1654px) {
  .main_image figcaption {
    top: 21%;
    right: 60%;
    position: absolute;
  }
}
@media (min-width: 1655px) {
  .main_image figcaption {
    top: 21%;
    right: 61%;
    position: absolute;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .chat-box-main{
    bottom: 6vh !important;
  }
}

@media (max-width: 1400px) {
  .it-productnamearea {
    align-self: flex-start !important;
    /* width: 100%;
      float: left;
      padding: 0 0 30px; */
  }
}

@media (max-width: 992px) {
  .main_image figcaption {
    top: 21%;
    right: 56%;
    position: absolute;
  }

  /* .product-added-wishlist-filled{
      top: 15%;
      right: 58%;
      
    } */



}

@media (max-width: 767px) {
  .main_image figcaption {
    top: 12%;
    right: 11%;
    position: absolute;
  }

  .d-none-max-768 {
    display: none;
  }

  .d-block-max-768 {
    display: block;
  }

  .chat-box-main {
    width: 100%;
    right: 0%;
    bottom: 11.4vh;
    z-index: 111;
  }
  .indyview-step-one{
    padding-left: 12px !important;
  }


}

@media (min-width: 768px) {
  .d-block-min-768 {
    display: flex;
  }

  .chat-box-main {
    width: 100%;
    right: 0%;
    bottom: 0vh;
    z-index: 1;
  }

  /* back button */
  .back-button {
    display: none;
  }
}


@media (max-width: 576px) {
  .main_image figcaption {
    top: 15%;
    right: 12%;
    position: absolute;
  }

  .mb-xs-5 {
    margin-bottom: 25px;
  }

  .mb-xs-10 {
    margin-bottom: 50px;
  }

  .mb-xs-15 {
    margin-bottom: 75px;
  }

  .mb-xs-20 {
    margin-bottom: 100px;
  }

  /* .mb-xs-{
      margin-bottom: 25px;
    } */



  /* Padding for Extra Small */

  .px-xs-1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .px-xs-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .px-xs-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .px-xs-5 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .px-xs-10 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .px-xs-15 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .px-xs-20 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .preview{
    height: 15vh !important;
  }


}

@media (max-width: 500px) {
  .main_image figcaption {
    top: 15%;
    right: 10%;
    position: absolute;
  }
  .indyview-step-one h1.heading-second{
    font-size: 14px !important;
  }
  .indyview-step-one h1.heading-third{
    font-size: 10px !important;
  }
}


/* cupon code input */
/* @media (min-width: 576px) {
    .it-inputwithbtn {
      width: 100%;
      max-width: 60%;
      float: left;
      position: relative;
      margin: 0 0 12px;
    }
   } */

@media (max-width: 430px) {
  .custom-xxs-col-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .col-xxs-12 {
    width: 100%;
    height: auto;
  }


  .custom-xxs-col-12-px-4 {
    padding-left: 20px;
    padding-right: 20px;

  }

  .custom-xxs-col-12-px-5 {
    padding-left: 25px;
    padding-right: 25px;

  }

  .custom-xxs-col-12-px-6 {
    padding-left: 30px;
    padding-right: 30px;

  }

  .custom-xxs-col-12-px-8 {
    padding-left: 40px;
    padding-right: 40px;

  }

  .custom-xxs-col-12-px-10 {
    padding-left: 50px;
    padding-right: 50px;

  }

  .custom-xxs-col-12-px-15 {
    padding-left: 75px;
    padding-right: 75px;

  }

  .custom-xxs-col-12-px-20 {
    padding-left: 100px;
    padding-right: 100px;

  }
}

/* %%%%%%%%% Seller Story Page %%%%%%%%%% */
@media (max-width:992px) {
  .become-seller-badge {
    margin-top: -18%;
    margin-bottom: auto;
    margin-left: 8%;
    margin-right: auto;
    height: max-content;
    width: max-content;
  }

  .craft-image img {
    bottom: 56vh !important;
  }
}

@media (max-width:768px) {

  /* seller story page */
  .meet-seller-Img-holder {
    height: 100% !important;
  }

  .craft-image img {
    bottom: 64vh !important;
  }

  /* artical page buy button */
  .artical-shopnow-btn {
    /* position: relative !important; */
    float: right;
    top: auto;
    bottom: 100px;
    right: auto;
    left: -5vh;
  }

}

@media (max-width: 576px) {
  .d-xs-none {
    display: none;
  }
}




/* %%%%%%%%%% Custom xxxl column %%%%%%%%%% */

@media (min-width: 1900px) {
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}


/* %%%%%%%% Badge %%%%%%%%% */
@media (min-width: 1440px) {
  .badge {
    margin-top: -5%;
    /* margin-left: 38%; */
    margin-left: 1%;
    position: absolute;
    margin-right: 60%;
  }

}

@media (max-width: 1440px) {
  .badge {
    margin-top: -6%;
    /* margin-left: 36%; */
    margin-left: 1%;
    position: absolute;
    margin-right: 60%;
  }

}

@media (max-width: 1200px) {
  .badge {
    margin-top: -6%;
    /* margin-left: 32%; */
    margin-left: 1%;
    position: absolute;
    margin-right: 60%;
  }
  .hz-indyview-overay-button {
    right: 45px !important;
  }
  /* .new-product-card {
    min-height: 370px !important;
  } */

}

@media (max-width: 992px) {
  .badge {
    margin-top: -7%;
    margin-left: 30%;
    position: absolute;
    margin-right: 60%;
  }
  .hz-indyview-article .img-holder img{
    width: 100% !important;
  }
  .hz-indyview-overay-button {
    right: 48px !important;
  }

  .hz-header-form-search{
    left: 53% !important;
  }
  /* .new-product-card {
    min-height: 357px !important;
  } */

}

@media (max-width: 768px) {
  .badge {
    margin-top: -8%;
    margin-left: 28%;
    position: absolute;
    margin-right: 60%;
  }
  /* rashid */
  .blog-post-content img{
    max-width: 100% !important;
    height: auto !important;
  }
  .hz-indyview-overay-button {
    right: 63px !important;
  }
  .hz-indyview-overay-button button {
    padding: 0px 7px 0px 7px !important;
  }
  /* .new-product-card {
    min-height: 390px !important;
  } */
.img-sizee {
  height: 400px !important;
  width: 400px !important;
}

}

@media (max-width: 576px) {
  .badge {
    margin-top: -8%;
    margin-left: 25%;
    position: absolute;
    margin-right: 60%;
  }

  /* rashid */
  .hz-product-curated-article .font-normal{
    font-size: 12px !important;
  }
  .chat-box{
    float: inherit ;
  }
  .indiviual-mini-chat-interface .mini-chat-typing-textarea{
    width: 35vh;
  }
  .custom-offcanvas{
    width: auto;
  }
  .customer-side-bar{
    height: auto !important;
  }
  .bg-banner, section.banner-section{
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hz-indyview-overay-button {
    right: 28px;
  }
  .hz-indyview-overay-button button {
    padding: 0px 7px 0px 7px !important;
  }
  .mobile-row-list-full-editor{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .banner-sectio .controls{
    top: 0 !important;
  }
  .banner-image-info-text{
    padding-left: 7px;
  }
  .banner-image-actions-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 7px;
  }
  .banner-image-actions-wrapper a svg{
    display: none;
  }

  .wishlist-new-collection{
    height: 148px !important; 
    width: 150px !important;
  }
  .wishlist-new-collection svg{
    margin-top: 15%;
    margin-left: 5%;
    margin-bottom: -25px;
  }
  .wishlist-collection img{
    width: 150px !important;
    height: 150px !important;
  }
  .hz-form-modal .google-button,
  .hz-form-modal .facebook-button {
    font-size: 0.75rem;
  }

  .all-levels{
    margin-left: 24px;
  }
  .crop-modal{
    height: 90vh;
  }
  .img-sizee {
    height: 200px !important;
    width: 200px !important;
  }
  .imageBox .image{
    width: 200px !important;
    height: 200px !important;
  }
  .imageBox{
    height: 200px !important;
    width: 175px !important;
  }

  .swiper-btn-div svg{
    width: 8px;
    height: 8px;
  }
  .swiper-btn-div {
    padding: 4px !important;
  }
  


}

@media (min-width: 1100px) and (max-width: 1340px) {
  .main_image figcaption {
    top: 21%;
    right: 55%;
    position: absolute;
  }
}

@media (min-width: 993px) and (max-width: 1100px) {
  .main_image figcaption {
    top: 21%;
    right: 53%;
    position: absolute;
  }
}




@media (max-width: 1490px) {
  .hz-indyview-overay-button {
    right: 73px;
  }
  /* .new-product-card {
    min-height: 415px;
  } */
}
@media (min-width: 1491px) {
  /* .new-product-card {
    min-height: 407px;
  } */
}
@media (max-width: 540px) {
  .hz-indyview-overay-button {
    right: 19px;
  }
  .new-product-card {
    /* min-height: 230px !important; */
    min-height: 260px !important;
  }
.help-section img{
  width: 100px !important;
}
.help-section .left-col{
  margin-bottom: 0 !important;
}
.help-section .left-col>h2{
  margin-bottom: 10px !important;
}
.customer-collection-actions{
  top: 90px;
  left: 210px;
}
.view-as-a-customer-text{
  font-size: 12px;
}
}
@media (max-width: 490px) {
  .hz-indyview-overay-button {
    right: 46px !important;
  }
  .hz-indyview-overay-button button {
    padding: 0;
  }
  /* .new-product-card {
    min-height: 230px !important;
  } */
  .product-card-bottom-content{
    width: 86% !important;
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 450px) {
  .hz-indyview-overay-button {
    right: 40px !important;
  }
  figure.border-radius-20.shadow{
    height: 305px !important;
  }
  /* .new-product-card {
    min-height: 275px !important;
  } */
.customer-collection-actions{
  top: 110px;
}
.customer-collection-actions .handleSelect{
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.customer-collection-actions a{
  padding-right: 10px !important;
  padding-left: 10px !important;
}
}
@media (max-width: 425px) {
  .hz-indyview-overay-button {
    right: 34px !important;
  }
  .hz-product-curated-article{
    min-height: 235px;
  }
}
@media (max-width: 400px) {
  .hz-indyview-overay-button {
    right: 25px !important;
  }
  /* .new-product-card {
    min-height: 280px !important;
  } */
}
@media (max-width: 390px) {
  .hz-indyview-overay-button {
    right: 21px !important;
  }
}


@media (min-width: 580px) and (max-width: 992px) {
  .landing-page-wrapper .landing-page-advantage-section .flower-icon {
    left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .landing-page-wrapper .landing-page-advantage-section .flower-icon {
    left: -28px;
    top: 22px;
  }
  .landing-page-wrapper .promo-section {
    right: -20px;
  }
  .landing-page-wrapper .landing-banner-section .promo-column {
    padding-right: 145px;
  }
}

@media (min-width: 1200px) {
  .landing-page-wrapper .landing-banner-section .promo-column {
    padding-right: 97px;
  }
}

@media (max-width: 650px) {
  .trending-now-section .slick-next,
  .landing-page-advantage-section .slick-next {
    left: 50px;
    bottom: -20px !important;
    top: unset !important;
  }
  .trending-now-section .slick-prev,
  .landing-page-advantage-section .slick-prev {
    right: 50px;
    bottom: -20px !important;
    top: unset !important;
  }
}

@media (min-width: 650px) and (max-width: 768px) {
  .trending-now-section .slick-next,
  .landing-page-advantage-section .slick-next {
    left: 0;
    bottom: -20px !important;
    top: unset !important;
  }
  .trending-now-section .slick-prev,
  .landing-page-advantage-section .slick-prev {
    right: 0;
    bottom: -20px !important;
    top: unset !important;
  }
}

@media (min-width: 992px) and (max-width: 1150px) {
  .landing-page-advantage-section .slick-next {
    left: 10px;
  }
  .landing-page-advantage-section .slick-prev {
    right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  button.owl-btn img{
    height: 50px !important;
    width: 50px !important;
  }
}


/* @media (min-width: 1150px) and (max-width: 1299px) { */
@media (min-width: 1150px) and (max-width: 1530px) {

  /* .imageBox{
    height: 160px !important;
    width: 160px !important;
  } */
  .seller-col-sm{
    font-size: 12px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

}
@media (min-width: 992px) and (max-width: 1150px) {

  .imageBox{
    height: 250px !important;
    width: 140px !important;
  }
  .seller-col-sm{
    font-size: 10px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

}