.everythingbrand-section {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .everythingbrand-section {
    padding: 100px 0 100px 0;
  }
}
.everythingbrand-section .saveMore {
  position: absolute;
  top: 0;
  left: 0;
  background: #79FFAE;
  width: 100%;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media (min-width: 1560px) {
  .everythingbrand-section .saveMore {
    height: 46px;
  }
}
.everythingbrand-section .saveMore .scrollText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  white-space: nowrap;
  -webkit-animation: scrollLeft 35s linear infinite;
          animation: scrollLeft 35s linear infinite;
}
.everythingbrand-section .saveMore .scrollText span {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
@media (min-width: 1560px) {
  .everythingbrand-section .saveMore .scrollText span {
    font-size: 18px;
  }
}
.everythingbrand-section .card-grid {
  width: 100%;
  height: auto;
}
@media (min-width: 991px) {
  .everythingbrand-section .card-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
  }
}
.everythingbrand-section .cardImage {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 991px) {
  .everythingbrand-section .cardImage {
    max-width: 50%;
  }
}
.everythingbrand-section .cardDetails {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}
@media (min-width: 991px) {
  .everythingbrand-section .cardDetails {
    max-width: 50%;
  }
}
.everythingbrand-section .cardDetails .cardTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.everythingbrand-section .cardDetails .cardTitle span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.everythingbrand-section .cardDetails .cardTitle span:hover {
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.everythingbrand-section .cardDetails .cardTitle span img {
  width: 24px;
  height: 24px;
}
.everythingbrand-section .cardDetails h3 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
@media (min-width: 768px) {
  .everythingbrand-section .cardDetails h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .everythingbrand-section .cardDetails h3 {
    font-size: 40px;
  }
}
.everythingbrand-section .cardDetails p {
  text-align: 16px;
  line-height: 1.4;
  font-weight: normal;
}
@media (min-width: 991px) {
  .everythingbrand-section .cardDetails p {
    font-size: 20px;
  }
}
.everythingbrand-section .cardDetails ul {
  margin: 0;
  padding: 0;
}
.everythingbrand-section .cardDetails ul li {
  list-style-type: none;
  text-align: 16px;
  line-height: 1.4;
  padding-left: 16px;
  font-weight: normal;
  position: relative;
}
@media (min-width: 991px) {
  .everythingbrand-section .cardDetails ul li {
    font-size: 20px;
  }
}
.everythingbrand-section .cardDetails ul li::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 12px;
}
.everythingbrand-section .cardDetails .card-container {
  width: 100%;
  margin-top: 36px;
}
.everythingbrand-section .cardDetails .form-group {
  margin-bottom: 1.6rem;
}
@media (min-width: 568px) {
  .everythingbrand-section .cardDetails .form-group {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
.everythingbrand-section .cardDetails .form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 568px) {
  .everythingbrand-section .cardDetails .form-group label {
    max-width: 30%;
  }
}
.everythingbrand-section .cardDetails .select-box {
  position: relative;
  width: 100%;
}
@media (min-width: 568px) {
  .everythingbrand-section .cardDetails .select-box {
    max-width: 70%;
  }
}
.everythingbrand-section .cardDetails .select-box select {
  width: 100%;
  min-height: 58px;
  padding: 10px 20px;
  border: 1px solid #D9D9D9;
  border-radius: 40px;
  font-size: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.everythingbrand-section .cardDetails .select-box select:focus {
  border-color: #000;
  outline: none;
}
.everythingbrand-section .cardDetails .select-box::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../public/images/product-detailPage/select-Arrow.svg);
  width: 20px;
  height: 20px;
  pointer-events: none;
  color: #999;
}
.everythingbrand-section .cardDetails .uploadWrap {
  width: 100%;
}
@media (min-width: 1200px) {
  .everythingbrand-section .cardDetails .uploadWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.everythingbrand-section .cardDetails .upload-section {
  text-align: center;
  margin: 1.5rem 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .everythingbrand-section .cardDetails .upload-section {
    width: 300px;
  }
}
.everythingbrand-section .cardDetails .upload-section .upload-btn {
  display: inline-block;
  padding: 10px 30px;
  min-height: 50px;
  border: 1px solid #908A8A;
  border-radius: 40px;
  background: #ffffff;
  color: #908A8A;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
@media (min-width: 1200px) {
  .everythingbrand-section .cardDetails .upload-section .upload-btn {
    width: 100%;
    max-width: 300px;
  }
}
.everythingbrand-section .cardDetails .upload-section .upload-btn img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.everythingbrand-section .cardDetails .upload-section .upload-btn:hover {
  background: #f0f0f0;
}
.everythingbrand-section .cardDetails .total-section {
  text-align: right;
  margin-top: 1rem;
}
.everythingbrand-section .cardDetails .total-section .price {
  color: #d60000;
  font-weight: 700;
  font-size: 1.2rem;
}
.everythingbrand-section .cardDetails .total-section small {
  display: block;
  color: #777;
  margin-top: 4px;
}
.everythingbrand-section .cardDetails .total-section .bulk-link {
  color: #007b2f;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
}
.everythingbrand-section .cardDetails .total-section .bulk-link:hover {
  text-decoration: underline;
}
.everythingbrand-section .cardDetails .whatsapp-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 1.5rem;
  padding: 12px;
  background: #25d366;
  color: white;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.everythingbrand-section .cardDetails .whatsapp-btn img {
  width: 20px;
  height: 20px;
}
.everythingbrand-section .cardDetails .whatsapp-btn:hover {
  background: #1ebc59;
}
.everythingbrand-section .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.everythingbrand-section .swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}
.everythingbrand-section .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.everythingbrand-section .mySwiperDeatil2 {
  height: 400px;
  width: 100%;
}
@media (min-width: 768px) {
  .everythingbrand-section .mySwiperDeatil2 {
    height: 650px;
  }
}
.everythingbrand-section .mySwiperDeatil2 .swiper-slide {
  overflow: hidden;
}
.everythingbrand-section .mySwiperDeatil2 .swiper-slide img {
  border-radius: 15px;
}
@media (min-width: 768px) {
  .everythingbrand-section .mySwiperDeatil2 .swiper-slide img {
    border-radius: 30px;
  }
}
.everythingbrand-section .mySwiperDetais {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.everythingbrand-section .mySwiperDetais .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  overflow: hidden;
}
.everythingbrand-section .mySwiperDetais .swiper-slide img {
  border-radius: 15px;
}
@media (min-width: 768px) {
  .everythingbrand-section .mySwiperDetais .swiper-slide img {
    border-radius: 30px;
  }
}
.everythingbrand-section .mySwiperDetais .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}