@media only screen and (max-width: 1500px) {
.video-wrapper {
  height: 100vh;
  padding-bottom: 58%;
  overflow: hidden;
  width: 150vw;
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translate(-50%);
}
.slider-one {
  height: 500px !important;
}
}
@media only screen and (max-width:991px) {
  .mobile-icon {
    position: absolute;
    top: 3px;
    right: 8px;
}
	.mobile-icon .mobile-lines {
        height: 2px;
        background: #ffffff;
        width: 30px;
        display: block;
        margin-bottom: 8px;
    }
.mobile-menu {
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 9;
}
.header .navbar-light .navbar-toggler{display: none;}
.header .navbar-nav .nav-link{font-size: 20px; padding-left: 0;}
.header .offcanvas-header{border-bottom: 1px solid #9d9d9d;}
.header .offcanvas-end {
	width: 90%;
	background: #252525;
}
.navbar{
  flex-wrap: unset;
}
.new {
  left: -8px;
  position: absolute;
  top: 52px;
  background: white;
  width: 103%;
}
}

@media only screen and (max-width: 767px) {

  .video-wrapper{
    position: absolute;
    top: 0;
    left: 50%;
  }
  .inner-container {
    width: 100%;
  }

  .container-fluid {
    padding: 0 15px;
  }

	.mobile-filter .offcanvas-end {
		width: 320px;
		background: #000;
	}

	.mobile-filter .offcanvas-header {
        background: #000000;
        border: none;
    }

  .sidebar.sidebar_block {
    display: block;
  }

  .navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none;
  }

  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }

  .offcanvas-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .offcanvas-body ul li {
    position: relative;
  }

  .offcanvas-body ul li a {
    list-style: none;
    text-decoration: none;
    color: #fff;
    font-family: "Poppins";
    font-size: 22px;
    font-weight: bold;
  }

  span.menu-arrow {
    display: inline-block;
    position: absolute;
    right: 0px;
    height: 24px;
    width: 24px;
    top: 1px;
  }

  .menu-arrow:after {
    content: "\f105";
    position: absolute;
    right: 0;
    top: 0;
    font-family: "FontAwesome";
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 20px;
  }

  .trigermenu {
    border: none;
    padding: 0;
    color: #000;
    background: transparent;
    font-size: 39px;
  }

  .product-info {
    padding: 6px;
  }

  .product-info h1 {
    font-size: 28px;
    font-weight: 800;
  }

  .select-favor {
    width: 120%;
  }

  .quantity {
    width: 120%;
  }

  .contentpart.shoppage {
    padding: 85px 0px 14px 0px;
  }

  .contentpart {
    padding: 85px 0px 14px 0px;
  }

  .input-section {
    width: 17px;
  }


  .card-row {
    background: none;
    box-shadow: none;
    height: 100%;
    margin: 0;
  }

  .dataTables_wrapper {
    overflow: scroll !important;
  }

  .text-second-sec {

    width: 85%;

  }

  .text-second-sec h1 {
    font-size: 8vh;

  }

  .footer-section {
    text-align: center;
    padding: 40px 0px 20px;
  }

  .section-second .row {
    gap: 20px;
  }

  .section-second {
    text-align: center;
  }


  .carousel-sec {
    flex-direction: column;
  }

  .slide {
    height: 592px;
  }

  .carousel-sec img {
    width: 120px;
    height: unset;

  }

  .carousel-control-next,
  .carousel-control-prev {

    width: unset;
  }

  .text-sec {
    order: 2;
    text-align: center;
  }

  .section-second {
    padding: 22px 0 41px;
}

  .second-head,
  .traditional {
    font-size: 27px;
    text-align: center;
  }


  .heading-carousel {
    font-size: 34px;
    color: #fff;
  }

  .section-second p {
    text-align: center;

  }

  .about {
    padding: 139px 24px 0 33px;
    text-align: center;
  }

  .about-section h2 {
    font-size: 40px;
  }

  .about-section .about p {
    font-size: 15px;
  }

  .last-section {
    flex-direction: column;
  }

  .contact-head {
    font-size: 5rem;
    padding-top: 220px;
  }

  .orders {
    flex-direction: column;
  }

  .box-1,
  .box-2,
  .box-3 {
    width: 100%;
    height: 400px;
    padding-top: 169px;
  }

  .icon-toggler {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
  }

  .bar {
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease-in-out;
  }

  .navbar-toggler.active .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .navbar-toggler.active .bar:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler.active .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .sidebar {
    height: 100%;
    margin: 0;
    display: none;
  }

  .shortby label {
    display: none;
  }

  .links {
    text-align: left;
    margin-top: 30px;
    border-top: 1px solid #363636;
    padding-top: 30px;
  }

  .addr {
    text-align: left;
  }

  .footer-section h3 {
    text-align: left;
  }

  .ft-logo {
    margin: 0px 87px 22px;
  }

  .socialicon ul{
    margin-left: 85px;
  }

  .verify-inputbox {
    margin: 0
  }

  .mobile-filter {
    display: block;
  }

.text-end img{
  width: 50%;
  margin: 30px auto;
}
.product-slider {
  background: #f9f0f0;
  padding: 0 0 2px 0;

}
.product-slide p{
  font-size: 13px;
}

.load-page img{
  width: 40%;
}
.section-second p {
  line-height: 20px;
}


.product-slider{
  text-align: center;
}

/* .slider-one:after {
  content: "";
  background: rgb(0 0 0 / 9%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
} */
.slider-one .container{
  z-index: 9;
  position: relative;
  color: #fff;
}


@media only screen and (max-width: 767px) {
  .filter-col .col-lg-6.col-md-6 {
    width: 50%;
  }

  .contentpart.detail-page .container {
    max-width: 100%;
  }

  .shortby .form-select {
    width: 100%;
  }

  .filter-group-row~input {
    display: none;
  }

  .contentpart .container {
    max-width: 100%;
  }

  .image-section video,
  .main-gallery .slick-slide img {
    height: 68vh;
  }

  .thumbnail-gallery .slick-slide img,
  .thumbnail-gallery video {
    height: 80px !important;
  }

  .filter-group {
    margin-bottom: 0;
    padding: 0;
  }

  .thumbnail-gallery .slick-track {
    margin-left: inherit;
  }

  .navbar-brand img {
    width:116px;
  }
  .header .offcanvas-header h5 {
    margin: 0;
 }

  .slider-one .container{
    padding: 32px;
  }
  .home-slider .slick-prev, .home-slider .slick-next{
    width: 30px !important;
    height: 30px !important;
  }
  .slider-one{height: 300px!important;}
  .home-slider .slick-prev{left:12px}
  .home-slider .slick-next{right: 12px;}
}

@media only screen and (max-width: 576px) {
  .video-wrapper{
  width: 335vw;
  }

  .slider-content-div{
    text-align: center;
  }
  .slider-one img{width: 200px;}
}