/*Media Query Start*/

@media only screen and (min-width: 1600px) and (max-width: 2500px) {
  .long-sec .container-xxl,
  .long-sec .container-xl,
  .long-sec .container-lg,
  .long-sec .container-md,
  .long-sec .container-sm,
  .long-sec .container {
    max-width: 90vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 2500px) {
section.product-sec {
    padding-bottom: 0;
}

section.testimonial {
    padding-top: 30px;
}
}

@media only screen and (min-width: 1366px) and (max-width: 1500px) {
  .contact_detail_box {
    padding: 50px 0;
    height: auto;
  }

  .product-det-content ul.d-flex.justify-content-between.align-items-center {
    width: 70%;
  }
  .header-top .top-nav ul {
    gap: 0;
    width: 100% !important;
    justify-content: space-between !important;
  }

  .banner-text {
    padding: 110px 50px;
  }

  .des-card-text {
    width: 95%;
  }

  .des-card-text h3 {
    font-size: 45px;
  }
  .inner-about-text h2 {
    font-size: 70px;
  }

  button.slick-next.slick-arrow {
    right: -50px;
  }

  button.slick-prev.slick-arrow {
    left: -50px;
  }

  button.slick-arrow {
    z-index: 999;
  }

  .banner-text h1 span {
    font-size: 29px;
  }

  html .insta-box {
    height: 420px !important;
  }

  .contact_list p a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .contact_list p a {
    font-size: 10.8px;
  }

  .slick-prev:before,
  .slick-next:before {
    filter: brightness(0) saturate(100%);
  }

  html .insta-box {
    height: 350px !important;
  }

  h4 {
    font-size: 25px;
  }
  .banner-text h1 span {
    font-size: 29px;
  }

  .inner-about-text h2 {
    font-size: 70px;
  }

  .header-top .top-nav ul {
    gap: 0;
    width: 100% !important;
    justify-content: space-between !important;
  }

  .banner-text {
    padding: 110px 50px;
  }

  .des-card-text {
    width: 95%;
  }

  .des-card-text h3 {
    font-size: 35px;
  }

  button.slick-next.slick-arrow {
    right: -20px;
    width: 50px;
  }

  button.slick-prev.slick-arrow {
    left: -20px;
    width: 50px;
  }

  button.slick-arrow {
    z-index: 999;
  }

  .product-det-content ul.d-flex.justify-content-between.align-items-center {
    width: 70%;
  }

  section.contact_page .col-xs-12.col-md-4.col-lg-4 {
    width: 40%;
  }

    iframe[title="reCAPTCHA"] {
        transform: scale(0.85);
        transform-origin: left top;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    iframe[title="reCAPTCHA"] {
        transform: scale(0.7);
        transform-origin: left top;
    }

  .new-arrival .product-box {
    height: 580px !important;
    margin: 20px 0;
  }

  .contact_list p a {
    font-size: 10.8px;
  }

  .contact_list p span {
    font-size: 11px;
  }

  section.contact_page .col-xs-12.col-md-4.col-lg-4 {
    width: 50%;
  }

  .product-det-content ul.d-flex.justify-content-between.align-items-center {
    width: 100%;
  }

  .productdetailportion img {
    height: 400px !important;
  }

  .productdetailsmallportion.slick-slide {
    margin: 0 5px;
  }

  .productdetailsmallportion img {
    height: 100px;
  }

  h4 {
    font-size: 20px;
  }

  .total-section {
    padding: 40px 20px;
    margin: 0;
  }
  button.slick-next.slick-arrow {
    right: -9px;
    width: 50px;
    height: 50px;
  }

  button.slick-prev.slick-arrow {
    left: -9px;
    width: 50px;
    height: 50px;
  }

  button.slick-arrow {
    z-index: 999;
  }

  .slick-prev:before,
  .slick-next:before {
    filter: brightness(0) saturate(100%);
  }

  section.header .col-lg-8.col-md-12.col-sm-12 {
    width: 100%;
    order: 3;
  }

  section.header .col-lg-2.col-md-6.col-sm-6 {
    order: 2;
    width: 50%;
  }

  .hdr_btn {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .header-top {
    display: block !important;
  }

  .header-top .top-nav ul {
    gap: 0;
    justify-content: space-between !important;
    width: 100%;
  }

  .nav ul li a {
    padding: 0;
    font-size: 13px;
  }

  .header-top {
    display: block !important;
  }

  .header-top .top-nav ul {
    gap: 0;
    justify-content: space-between !important;
    width: 100%;
  }

  .nav ul li a {
    padding: 0;
    font-size: 13px;
  }

  .banner-text {
    padding: 90px 50px;
  }

  .banner-text h1 {
    font-size: 40px !important;
  }

  .banner-text h1 span {
    font-size: 30px !important;
  }

  .banner-text p {
    width: 80%;
  }

  section.banner_sec {
    height: 800px;
  }
  section.des-sec .row > *:nth-child(1) {
    width: 50%;
    margin: 0 0 30px 0;
  }
  section.des-sec .row > *:nth-child(2) {
    width: 50%;
  }

  section.des-sec .row > *:nth-child(3) {
    width: 100%;
  }

  section.testimonial {
    padding-top: 0;
  }

  section.cat-sec {
    padding-top: 0;
  }

  .inner-about-text h2 {
    font-size: 55px;
  }

  .table-responsive {
    max-width: 100%;
    overflow-x: scroll;
  }

  table.table {
    width: 1000px;
    overflow-x: scroll;
    max-width: 1000px;
  }

  .proceed {
    margin: 20px 0;
  }
  .product-box {
    margin-bottom: 0;
    height: 96%;
  }

  .product-box h5 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 35px !important;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  p {
    /* font-size: 12px; */
    /* line-height: 20px; */
  }

  section.header .col-lg-8.col-md-12.col-sm-12 {
    width: 100%;
    order: 3;
  }

  section.header .col-lg-2.col-md-6.col-sm-6 {
    order: 2;
  }

  .hdr_btn {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .user-actions ul {
    gap: 0;
    justify-content: space-between;
  }

  .banner-text {
    margin: 0;
    width: 100%;
    padding: 80px 30px;
    /* background-image: unset; */
  }

  .banner-image-box {
    /* width: 100%; */
    margin: 0;
  }

  section.banner_sec {
    height: 700px;
  }

  img.banner1 {
    height: 450px;
  }

  .banner-text h1 span {
    font-size: 18px;
  }

  .banner-text p {
    width: 80%;
  }

  section.cat-sec .row .col-lg-3 {
    width: 50%;
  }

  section.des-sec .row > *:nth-child(1) {
    width: 50%;
  }
  section.des-sec .row > *:nth-child(2) {
    width: 50%;
  }

  img.des-card-img {
    height: 500px;
    margin: 0 0 30px 0;
  }

  img.logo {
    width: 100%;
  }

  .des-card-text {
    width: 90%;
  }

  section.testimonial {
    padding-top: 0;
  }

  .header-top {
    display: block !important;
  }

  .header-top .top-nav ul {
    gap: 0;
    justify-content: space-between !important;
    width: 100%;
  }

  .nav ul li a {
    padding: 0;
    font-size: 11px;
  }
  .inner-banner-text h1 {
    font-size: 80px !important;
  }

  section.banner_sec.inner-banner {
    height: 350px;
  }

  .contact-sec-h h6 {
    font-size: 40px;
  }

  .contact_detail_box {
    height: auto;
    margin: 10px 0;
    padding: 40px 0;
  }
  section.contact_page.all-section .row.mt-50 > * {
    width: 50%;
  }

  section.contact_page.all-section .row.mt-50 {
    justify-content: center;
  }

  section.contact_form.sec {
    padding-top: 0;
  }
  .log-in-wrap {
    padding: 40px 20px;
    margin: 20px 0;
  }

  .log-in-wrap h2 {
    font-size: 35px;
  }

  .table-responsive {
    max-width: 100%;
    overflow-x: scroll;
  }

  table.table {
    width: 1000px;
    overflow-x: scroll;
    max-width: 1000px;
  }

  .proceed {
    margin: 20px 0;
  }

  button.slick-next.slick-arrow {
    right: -13px;
    width: 50px;
    height: 50px;
  }

  button.slick-prev.slick-arrow {
    left: -16px;
    width: 50px;
    height: 50px;
  }

  button.slick-arrow {
    z-index: 999;
  }

  .slick-prev:before,
  .slick-next:before {
    filter: brightness(0) saturate(100%);
  }

  .product-img-box a.cart-btn {
    width: 80%;
  }

  section.checkout_page.payment_info_page .col-lg-6.col-md-6.col-sm-6 {
    width: 80%;
    margin: 0 auto;
  }

  .productdetailportion img {
    height: 400px !important;
  }

  .productdetailsmallportion.slick-slide {
    margin: 0 5px;
  }

  .productdetailsmallportion img {
    height: 80px;
  }

  .product-det-content h4 {
    font-size: 30px;
    width: 100%;
    margin: 10px 0;
  }

  .product-det-content ul.d-flex.justify-content-between.align-items-center {
    width: 100%;
    flex-wrap: wrap !important;
    flex-direction: column;
    gap: 10px;
    align-items: start !important;
  }

  .theme-btn {
    padding: 12px 20px;
  }

  .banner-image {
    border: 10px solid #fff;
  }

  .insta-slider-heading h2 {
    font-size: 40px;
  }

  html body .insta-box {
    height: 560px !important;
  }

  .spinning-text {
    width: 100px;
  }

  .header-bottom .container {
    max-width: 100%;
  }

  .header-bottom .row > *:first-child {
    width: 35%;
  }

  .header-bottom .row > *:nth-child(2) {
    width: 40%;
  }

  .search-bar .form-control {
    font-size: 11px;
  }

  .search-bar .form-control::placeholder {
    font-size: 11px;
  }

  .new-arrival .product-box {
    height: 550px !important;
    margin: 20px 0;
  }

  .product-box {
    margin-bottom: 0;
    height: 96%;
  }
  .product-box h5 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  h1 {
    font-size: 45px !important;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    line-height: 1.2 !important;
    font-size: 40px !important;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  p {
    /* font-size: 12px; */
    /* line-height: 20px; */
  }

  section.header .nav.stroke {
    display: none;
  }

  .hdr_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hdr_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slicknav_nav a:hover {
    background: #851112;
    color: #fff;
  }

  .slicknav_nav a.active {
    background: #851112;
    color: #fff;
  }

  html {
    overflow-x: hidden;
  }

  .banner-text {
    padding: 0;
  }

  .banner-image-box {
    width: 100%;
    flex-direction: column-reverse;
    margin: 0;
    padding: 60px 0 0 0;
  }

  section.banner_sec {
    height: auto;
  }

  .banner-image {
    width: 100%;
    border: 10px solid #fff;
  }

  img.banner1 {
    height: auto;
  }

  span.banner-image-text {
    writing-mode: unset;
  }

  .banner-text {
    margin: 0;
    background-image: unset;
    padding: 30px 0 60px 0;
  }

  .banner-text p {
    width: 100%;
  }

  .banner-text h1 span {
    font-size: 30px;
  }

  .spinning-text {
    top: 0;
    right: 0;
    display: none;
  }

  .product-box {
    width: 100%;
  }

  .product-img-box {
    padding: 0;
  }

  .product-img-box img {
  }

  .sec {
    padding: 50px 0;
  }

  img.des-card-img {
    height: auto;
    margin: 10px 0;
  }

  .des-card-text {
    width: 90% !important;
  }

  .test-txt p {
    width: 100%;
  }

  .insta-box {
    height: 190px;
  }

  section.testimonial {
    padding: 50px 0;
  }

  .inner-banner-text h1 {
    font-size: 70px !important;
  }

  .inner-banner-text p {
    width: 100%;
  }

  section.banner_sec.inner-banner {
    height: 350px;
  }
  .footer_col h3 {
    font-size: 20px !important;
  }

  .socialmedia-icons h3 {
    font-size: 20px !important;
  }

  .mission-sec .row {
    margin: 50px 0;
  }

  .mission-text {
    width: 100%;
    margin: 30px 0;
  }

  .inner-about-box {
    padding: 0;
  }

  .inner-about-image img {
    height: auto;
  }

  .inner-about-text {
    padding: 40px 10px 10px 10px;
  }

  .inner-about-text h2 {
    font-size: 40px;
  }

  section.inner-about-sec.sec {
    padding-bottom: 0;
  }

  section.mission-sec.all-section {
    padding: 0;
  }

  .contact-sec-h h6 {
    font-size: 40px;
  }

  .contact_detail_box {
    height: auto;
    margin: 10px 0;
  }

  .table-responsive {
    max-width: 100%;
    overflow-x: scroll;
  }

  table.table {
    width: 1000px;
    overflow-x: scroll;
    max-width: 1000px;
  }

  .proceed {
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
  }

  .add-to-cart .table > thead > tr > th {
    white-space: nowrap;
    padding: 20px 20px;
  }

  a.update {
    white-space: nowrap;
  }

  span.slicknav_arrow {
    display: none;
  }
  .header-top .col-lg-9.col-md-9 {
    display: none;
  }

  .header-top .top-right-info ul {
    justify-content: center;
  }

  .productdetailportion img {
    height: 400px !important;
  }

  .productdetailsmallportion.slick-slide {
    margin: 0 5px;
  }

  .productdetailsmallportion img {
    height: 80px;
  }

  .product-det-content h4 {
    font-size: 30px;
    width: 100%;
    margin: 10px 0;
  }

  .product-det-content ul.d-flex.justify-content-between.align-items-center {
    width: 100%;
    flex-wrap: wrap !important;
    flex-direction: column;
    gap: 10px;
    align-items: start !important;
  }

  .insta-slider-heading h2 {
    font-size: 28px;
  }

  html body .insta-box {
    height: 400px !important;
  }

  .new-arrival .product-box {
    height: auto;
    margin: 10px 0;
  }

  .cart_sidebar {
    margin: 20px 0;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    line-height: 1.5 !important;
    font-size: 30px !important;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  p {
    /* font-size: 12px; */
    /* line-height: 20px; */
  }

  section.header .nav.stroke {
    display: none;
  }

  .hdr_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hdr_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slicknav_nav a:hover {
    background: #851112;
    color: #fff;
  }

  .slicknav_nav a.active {
    background: #851112;
    color: #fff;
  }

  html {
    overflow-x: hidden;
  }

  .banner-text {
    padding: 0;
  }

  .banner-image-box {
    width: 100%;
    flex-direction: column-reverse;
    margin: 0;
    padding: 60px 0 0 0;
  }

  section.banner_sec {
    height: auto;
  }

  .banner-image {
    width: 100%;
    border: 10px solid #fff;
  }

  img.banner1 {
    height: auto;
  }

  span.banner-image-text {
    writing-mode: unset;
  }

  .banner-text {
    margin: 0;
    background-image: unset;
    padding: 30px 0 60px 0;
  }

  .banner-text p {
    width: 100%;
  }

  .banner-text h1 span {
    font-size: 31px;
  }

  .spinning-text {
    top: 0;
    right: 0;
    display: none;
  }

  .product-box {
    width: 100%;
    margin: 10px 0;
    height: 100%;
  }

  .product-img-box {
    padding: 0;
  }

  .product-img-box img {
  }

  .sec {
    padding: 50px 0;
  }

  img.des-card-img {
    height: auto;
    margin: 10px 0;
  }

  .des-card-text {
    width: 90% !important;
  }

  .test-txt p {
    width: 100%;
  }

  html body .insta-box {
    height: 300px !important;
  }

  section.testimonial {
    padding: 50px 0;
  }

  .inner-banner-text h1 {
    font-size: 40px !important;
  }

  .inner-banner-text p {
    width: 100%;
  }

  section.banner_sec.inner-banner {
    height: 350px;
  }

  .footer_col h3 {
    font-size: 20px !important;
  }

  .socialmedia-icons h3 {
    font-size: 20px !important;
  }

  .mission-sec .row {
    margin: 50px 0;
  }

  .mission-text {
    width: 100%;
    margin: 30px 0;
  }

  .inner-about-box {
    padding: 0;
  }

  .inner-about-image img {
    height: auto;
  }

  .inner-about-text {
    padding: 40px 10px 20px 10px;
  }

  .inner-about-text h2 {
    font-size: 40px;
  }

  section.inner-about-sec.sec {
    padding-bottom: 0;
  }

  section.mission-sec.all-section {
    padding: 0;
  }

  .contact-sec-h h6 {
    font-size: 30px;
  }

  .contact_detail_box {
    height: auto;
    margin: 10px 0;
    padding: 20px 0;
  }

  .log-in-wrap {
    padding: 40px 20px;
    margin: 20px 0;
  }

  .table-responsive {
    max-width: 100%;
    overflow-x: scroll;
  }

  table.table {
    width: 1000px;
    overflow-x: scroll;
    max-width: 1000px;
  }

  .proceed {
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
  }

  .add-to-cart .table > thead > tr > th {
    white-space: nowrap;
    padding: 20px 20px;
  }

  a.update {
    white-space: nowrap;
  }

  span.slicknav_arrow {
    display: none;
  }
  .header-top .col-lg-9.col-md-9 {
    display: none;
  }

  .header-top .top-right-info ul {
    justify-content: center;
  }

  .des-card-text h3 {
    font-size: 20px !important;
  }

  .des-card-text * {
    margin: 0 0 2px 0;
  }

  .productdetailportion img {
    height: 400px !important;
  }

  .productdetailsmallportion.slick-slide {
    margin: 0 5px;
  }

  .productdetailsmallportion img {
    height: 80px;
  }

  .product-det-content h4 {
    font-size: 30px;
    width: 100%;
    margin: 10px 0;
  }

  .product-det-content ul.d-flex.justify-content-between.align-items-center {
    width: 100%;
    flex-wrap: wrap !important;
    flex-direction: column;
    gap: 10px;
    align-items: start !important;
  }

  .contact_detail_box p {
    width: 100%;
  }

  .total-section {
    margin: 10px 0;
    padding: 30px 10px;
  }

  .test-img img {
    width: 70px;
    height: 70px;
  }

  .insta-slider-heading h2 {
    font-size: 27px;
  }

  .new-arrival .product-box {
    height: auto;
    margin: 10px 0;
  }

  .cart_sidebar {
    margin: 20px 0;
  }

  .wishlist-header {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 0px) and (max-width: 299px) {
}

/*Media Query End*/

html {
  overflow-x: hidden;
}

.cart_sidebar form button {
  padding: 10px 30px !important;
  width: 100% !important;
}

.new-arrival .product-box {
  height: 100%;
}

.test-img img {
  width: 70px;
  height: 70px;
}

.insta-box {
  height: 500px !important;
}
