.dsr {
  min-height: 50px;
  padding: 5px 0;
}

.fa-x-twitter:before {
  content: "";
}

.fa-x-twitter {
  display: inline-block;
  width: 20px;
  height: 15px;
  background-color: currentColor;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M18.901 1.153h3.68l-8.04 9.19L24 22.847h-7.406l-5.8-7.584-6.63 7.584H.48l8.6-9.83L0 1.153h7.594l5.243 6.932 6.064-6.932zm-1.293 19.39h2.037L6.486 3.34H4.308l13.3 17.203z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M18.901 1.153h3.68l-8.04 9.19L24 22.847h-7.406l-5.8-7.584-6.63 7.584H.48l8.6-9.83L0 1.153h7.594l5.243 6.932 6.064-6.932zm-1.293 19.39h2.037L6.486 3.34H4.308l13.3 17.203z'/%3E%3C/svg%3E");

  -webkit-mask-size: contain;
  mask-size: contain;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;
}

.video-wrapper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
}
.yell-bg {
  background-color: var(--light-dark);
}
.blgimg {
  min-height: 400px;
}
.object-cover {
  object-fit: cover;
}
.input-group {
  flex-direction: column;
}
.input-group textarea,
.input-group input {
  width: 100% !important;
}
#video-background {
  width: 100%;
  height: 440px;
  object-fit: cover;
  vertical-align: middle;
}

.price span {
  text-decoration: line-through;
  color: #676767;
  font-size: 16px;
}

.dz-product-detail .product-gallery-swiper.thumb-swiper-lg .swiper-slide {
  min-height: 100%;
  height: 100%;
}

.shop-card .dz-content .title {
  width: 100% !important;
}

.slick-active .img-preview {
  visibility: hidden;
}

.slick-current.slick-active .img-preview {
  visibility: visible;
}

.main-slider-wrapper
  .slider-inner
  .swiper-meta-items
  .meta-content
  .price-name {
  font-size: 23px !important;
}

.banner-social-media.style-2 {
  top: 549px !important;
}

.main-slider-wrapper .slider-inner {
  padding-top: 0 !important;
}

.contact-bnr {
  padding-top: 40px;
  padding-bottom: 20px;
}
.contact-info.style-1 {
  margin-bottom: 25px;
}

.contact-area1 {
  padding: 26px 30px;
}

.contact-info.style-1 .contact-bottom ul li {
  font-weight: 400;
}

.site-header.style-2 .main-bar .browse-category-menu {
  margin-right: 28px;
}
.main-slider-wrapper .content-info,
.main-slider-wrapper .title {
  text-align: center;
}
.main-slider-wrapper .slider-inner .swiper-meta-items .meta-content {
  margin: 0 45px !important;
}
@media (min-width: 1700px) {
  .slick-current .content-info {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .main-slider-wrapper .slider-inner .title {
    font-size: 70px !important;
    margin-bottom: 40px !important;
  }
  .browse-category-menu a {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .pricingtable-wrapper {
    min-height: 340px;
  }
  .banner-social-media.left {
    left: auto !important;
    right: 10px !important;
  }

  #navbarNavDropdown {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .pricingtable-wrapper {
    min-height: 270px;
  }
  .dsr {
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }

  .banner-social-media.style-2 {
    top: 600px !important;
  }

  .contact-bnr {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .main-slider-wrapper
    .slider-inner
    .swiper-meta-items
    .meta-content
    .price-name {
    font-size: 20px !important;
  }

  .main-slider-wrapper .slider-inner .swiper-meta-items .meta-content {
    margin: 0 !important;
  }
}

@media (max-width: 575px) {
  .banner-social-media.style-2 {
    top: 400px !important;
  }
}
