:root {
  --color-white: #fff;
  --color-black: #000;
  --color-transparent: #0000;
  --color-golden: #d39128;
  --color-0B0B0B: #0b0b0b;
  --color-1E1E1E: #1e1e1e;
  --color-3B3B3B: #3b3b3b;
  --color-010101: #010101;
  --color-F2F2F7: #f2f2f7;
  --fs-180: 180px;
  --fs-50: 50px;
  --fs-40: 40px;
  --lh-50: 50px;
  --fs-30: 30px;
  --fs-120: 120px;
  --fs-22: 22px;
  --fs-18: 18px;
  --fs-60: 60px;
}

.inner-banner {
  padding-top: 70px;
}

.inner-banner .center-data {
  max-width: 1045px;
  width: 100%;
  margin: 0 auto;
}

.inner-banner .fs-50 {
  margin-bottom: 10px;
}

.packages-data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.packages-img {
  height: 100%;
}

.packages-img img {
  height: 100%;
  object-fit: cover;
}

.packages-content {
  padding-left: 130px;
  padding-right: 110px;
}

.packages-content .fs-40 {
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;
}

.packages-list ul li h3 {
  color: var(--color-black);
  font-family: Karla;
  font-size: var(--fs-22);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}

.packages-list {
  text-align: left;
}

.packages-list ul li span {
  color: #d39128;
  font-family: Karla;
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 600;
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: normal;
  text-align: left;
}

.packages-list ul li .universal-anchor a {
  border-radius: 6px;
  border: 1px solid #000;
}

.packages-list ul li .universal-anchor a:hover {
  border: 1px solid transparent;
}

.packages-list ul li {
  padding-bottom: 25px;
}

.packages-list ul li:last-child {
  padding-bottom: 0px;
}

.packages-list .packages-data:nth-child(even) .packages-content {
  order: -1;
}

.packages-list .packages-data:nth-child(even) .packages-content {
  padding-left: 200px;
  padding-right: 100px;
}

.packages-data.bg-black h3,
.packages-data.bg-black {
  color: #fff;
  text-align: left;
}

.packages-list .packages-data.bg-black ul li .universal-anchor a:hover {
  border: 1px solid var(--color-black);
}

/*  PHOTOGRAPHY SECTION */

.photography-section {
  background: #000;
  position: relative;
  padding-top: 140px;
  padding-bottom: 65px;
}

.left-img {
  position: absolute;
  top: 0px;
}

.top-right {
  top: 0px;
  right: 0px;
  position: absolute;
}

.main-title .fs-40 {
  max-width: 470px;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0px;
}

.main-title {
  padding-bottom: 150px;
}

.small-packages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.packages {
  max-width: 440px;
  width: 100%;
  padding: 30px 40px;
  border: 1px solid #fff;
  border-radius: 10px;
}

.packages h3 {
  color: #fff;
  font-family: Karla;
  font-size: var(--fs-22);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}

.packages span {
  color: #d39128;
  font-family: Karla;
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 600;
  padding-bottom: 20px;
  display: block;
  /* 80% */
}

.packages ul li {
  color: #fff;
  font-family: Karla;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  padding-bottom: 10px;
}

.packages ul {
  height: 240px;
}

/*  PHOTOGRAPHY SECTION END */

/* ADD ONS SECTION START */
.add-ons {
  padding: 60px 0px;
}

.main-title .fs-40 {
  color: var(--color-black);
  font-weight: 400;
  margin-bottom: 20px;
}

.add-ons .main-title {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}

.full-list ul {
  display: flex;
  justify-content: center;
}

.full-list ul li {
  padding: 20px 40px;
}

.full-list h3 {
  color: #000;
  text-align: center;
  font-family: Karla;
  font-size: var(--fs-22);
  font-style: normal;
  font-weight: 700;
  max-width: 206px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.full-list p {
  text-align: center;
}

.full-list span {
  color: #d39128;
  text-align: center;
  font-family: Karla;
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 600;
  margin-top: 15px;
  display: block;
}

.full-list ul li {
  border-right: 1px solid #000;
}

.full-list ul li:last-child {
  border-right: none;
}

.add-ons .main-title p {
  text-align: center;
}

/* ADD ONS SECTION END */

/* SINGLE PRODUCT PAGE CSS */

.full-details-data {
  display: flex;
  justify-content: space-between;
}

.product-info-img {
  max-width: 850px;
  width: 100%;
}

.product-info-details {
  max-width: 670px;
  width: 100%;
}

.product-info-details .category {
  color: #000;
  font-family: Karla;
  font-size: var(--fs-22);
  font-style: normal;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

.product-info-details .fs-40 {
  font-weight: 400;
  padding-bottom: 30px;
}

.price-details-data span.product-price {
  color: #d39128;
  text-align: center;
  font-family: Karla;
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 600;
}

.price-details-data strong {
  display: block;
  color: #000;
  font-family: Karla;
  font-size: var(--fs-22);
  font-style: normal;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 13px;
}

.price-details-data ul li {
  color: #3b3b3b;
  font-family: Karla;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 5px;
}

.price-details-data strong.quantity-feilds {
  color: #000;
  font-family: Karla;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 20px;
}

.input-increment input {
  width: 95px;
  height: 45px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  font-family: Karla;
  font-size: var(--fs-22);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.input-increment {
  margin-bottom: 50px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
  /* make sure they're visible */
  appearance: auto;
  /* restore default look */
  margin: 0;
  cursor: pointer;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  /* reset any prior changes */
  appearance: auto;
  /* ensure arrows are visible */
  cursor: pointer;
}

.product-info-details hr {
  color: #000;
  background: #000;
}

.list-of-checks ul li label {
  display: flex;
  align-items: center;
  gap: 11px;
}

.list-of-checks ul li label input {
  width: auto;
  transform: scale(1.2);
}

.price-details-data ul li span {
  color: #000;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.price-details-data .list-of-checks ul li {
  margin-bottom: 12px;
  padding-bottom: 0px;
}

.price-details-data .list-of-checks ul li:last-child {
  margin-bottom: 0px;
}

.price-details-data .list-of-checks ul {
  margin-bottom: 30px;
}

.product-info-details .main-title {
  margin-top: 30px;
}

.product-info-details .main-title span {
  color: #000;
  font-family: Karla;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

.coupns-data {
  display: flex;
  gap: 10px;
}

.coupns-data input {
  padding: 10px 25px;
  max-width: 236px;
  width: 100%;
  color: #000;
  text-align: center;
  font-family: Karla;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 6px;
  border: 1px solid #000;
}

.price-details-data .main-title {
  padding-bottom: 45px;
}

.universal-anchor.golden.flow a {
  width: 100%;
  background-color: var(--color-black);
  color: #fff;
}

.universal-anchor.golden.flow a:hover {
  color: #000;
}

.socila-share hr {
  margin-top: 45px;
}

.socila-share .full-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 40px;
}

.socila-share .full-details span {
  color: #000;
  font-family: Karla;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08px;
}

.socila-share .full-details ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-img .mySwiper {
  margin-top: 30px;
}

.single-product-info .full-details-data {
  padding-bottom: 70px;
  border-bottom: 1px solid #000;
}

.slug-url ul {
  display: flex;
  gap: 6px;
}

.single-product-info {
  padding-top: 35px;
}

.slug-url {
  padding-bottom: 50px;
}

.slug-url ul li a,
.slug-url ul li {
  color: #3b3b3b;
  font-family: Karla;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
}

.slug-url ul li.active a {
  color: #000;
}

section.product-imgs .swiper-button-prev::after,
section.product-imgs .swiper-button-next::after {
  display: none;
}

section.product-imgs {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

section.product-imgs.active {
  display: flex;
  animation: 0.3s ease-in animateme;
}

@keyframes animateme {
  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

.product-swiper-img {
  max-width: 1266px;
  width: 100%;
  margin: 0 auto;
}

.poup-img img {
  display: block;
  margin: 0 auto;
}

section.product-imgs .swiper-button-next,
section.product-imgs .swiper-button-prev {
  max-width: 60px;
  width: 100%;
}

section.product-imgs .swiper-button-prev.swiper-button-disabled,
section.product-imgs .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.hero-img {
  cursor: pointer;
}

.thumb {
  width: 130px;
  height: 130px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.close-me {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.select-optins {
  padding-top: 30px;
}

.select-optins ul li label {
  color: #000;
  font-family: Karla;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}

.select-optins ul li {
  margin-bottom: 10px;
}

.select-optins {
  max-width: 275px;
  width: 100%;
}

.select-optins select {
  border-radius: 6px;
  border: 1px solid #000;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: 95% center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.list-of-checks span {
  color: #D39128;
  font-family: Karla;
  font-size: var(--fs-22);
  font-style: normal;
  font-weight: 600;
  /* margin-bottom: 20px; */
  display: block;

}

.list-of-checks ul.tags li {
  display: flex;
  margin-bottom: 0px;
  gap: 10px;
}

.list-of-checks ul.tags li span {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}

.list-of-checks ul.tags li:last-child span {
  margin-bottom: 0px;
}

.price-details-data .main-title .universal-anchor.golden a {
  background-color: #000;
  color: #fff;
}

.price-details-data .main-title .universal-anchor.golden a:hover {
  color: #000;
}

.price-details-data .list-of-checks ul.tags {
  padding-top: 20px;
}

/* Related blog section */
section.related-section {
  background: #F2F2F7;
  padding: 73px 0px;
}

.related-section .fs-40 {
  color: #000;
  font-weight: 400;
  padding-bottom: 37px;
}

.related-itme {
  position: relative;

}

.related-itme span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 442px;
  width: 100%;
  opacity: 0;
  z-index: 10;
}

.related-itme span {
  color: #FFF;
  text-align: center;
  font-family: Kalnia;
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 400;
  transition: 0.3s ease-in;
}

.related-itme::before,
.related-itme::after {
  position: absolute;
  content: "";
  width: 390px;
  height: 140px;
  border: 1px solid #000;
}

.related-itme::before {
  right: 1px;
  top: 1px;
  border-left: none;
  border-bottom: none;
}

.related-itme::after {
  left: 1px;
  bottom: 1px;
  border-right: 0px;
  border-top: 0px;
}

.title-img {
  position: relative;
  transition: 0.3s ease-in;
}

.title-img::after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.related-itme:hover .title-img {
  transform: scale(0.9);
}

.related-itme:hover span {
  opacity: 1;
}

.full-arrow {
  position: relative;
}

.full-arrow .swiper-button-prev-1,
.full-arrow .swiper-button-next-1 {
  position: absolute;
}

.full-arrow .swiper-button-next-1 {
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.full-arrow .swiper-button-prev-1 {
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.list-of-checks p {
  padding-bottom: 0px;
}

section.single-product-info .universal-anchor.golden {
  display: flex;
  align-items: center;
}

.mobile-btns {
  display: none;
}

/* SINGLE PRODUCT PAGE CSS */
@media (max-width: 1600px) {
  .inner-banner {
    padding-top: 50px;
  }

  .inner-banner .fs-50 {
    margin-bottom: 0px;
  }

  .packages-content .fs-40 {
    margin-bottom: 0px;
    padding-bottom: 15px;
  }

  .packages-list ul li {
    padding-bottom: 15px;
  }

  .packages-content {
    padding-left: 100px;
    padding-right: 80px;
  }

  .packages-list .packages-data:nth-child(even) .packages-content {
    padding-left: 150px;
    padding-right: 50px;
  }

  .packages-content .fs-40 {
    font-size: 30px;
    padding-bottom: 15px;
  }

  .packages-list ul li h3 {
    margin-bottom: 8px;
  }

  .packages-list ul li p {
    padding-bottom: 10px;
  }

  .packages-list ul li span {
    margin-bottom: 10px;
  }

  .packages-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left-img,
  .top-right {
    max-width: 400px;
  }

  .main-title {
    padding-bottom: 70px;
  }

  .small-packages {
    gap: 30px;
  }

  .packages span {
    padding-bottom: 15px;
  }

  .packages {
    padding: 20px 30px;
  }

  .packages ul li {
    padding-bottom: 8px;
  }

  .packages ul {
    height: 180px;
  }

  .photography-section {
    padding-bottom: 50px;
  }

  .packages h3 {
    margin-bottom: 15px;
  }

  .add-ons {
    padding: 50px 0px;
  }

  .add-ons .main-title {
    padding-bottom: 50px;
  }

  .full-list h3 {
    margin-bottom: 15px;
  }

  .product-info-img {
    max-width: 750px;
  }

  .main-img .mySwiper {
    margin-top: 20px;
  }

  .price-details-data strong.quantity-feilds,
  .slug-url ul li a,
  .slug-url ul li,
  .price-details-data ul li span,
  .socila-share .full-details span,
  .product-info-details .main-title span,
  .select-optins ul li label,
  .list-of-checks ul.tags li span,
  .price-details-data ul li {
    font-size: 18px;
  }

  .coupns-data input {
    font-size: 20px;
  }

  .slug-url {
    padding-bottom: 40px;
  }

  .product-info-details .fs-40 {
    padding-bottom: 20px;
  }

  .product-info-details .category {
    margin-bottom: 15px;
  }

  .price-details-data strong {
    margin-top: 15px;
    margin-bottom: 8px;
  }

  .price-details-data strong.quantity-feilds {
    margin: 15px 0px;
  }

  .input-increment {
    margin-bottom: 30px;
  }

  .price-details-data .list-of-checks ul li {
    margin-bottom: 8px;
  }

  .price-details-data .list-of-checks ul {
    margin-bottom: 20px;
  }

  .price-details-data .main-title {
    padding-bottom: 30px;
    margin-top: 20px;
  }

  .socila-share .full-details {
    margin-top: 20px;
  }

  .socila-share .full-details {
    padding: 12px 0px;
  }

  .single-product-info .full-details-data {
    padding-bottom: 50px;
  }

  section.product-imgs .swiper-button-next,
  section.product-imgs .swiper-button-prev {
    max-width: 40px;
  }

  .product-swiper-img {
    max-width: 1100px;
  }

  .close-me {
    max-width: 30px;
  }

  .product-info-details {
    max-width: 500px;
  }

  .thumb {
    width: 105px;
    height: 105px;
  }

  .select-optins ul li label {
    margin-bottom: 10px;
  }

  .select-optins select {
    padding: 10px;
  }

  .select-optins ul li {
    margin-bottom: 8px;
  }

  .list-of-checks ul.tags li span {
    margin-bottom: 0px;
  }

  .list-of-checks p {
    padding-bottom: 0px;
  }

  section.related-section {
    padding: 50px 0px;
  }

  .related-section .fs-40 {
    padding-bottom: 30px;
  }

  .full-arrow .swiper-button-next-1 {
    right: 30px;
  }

  .full-arrow .swiper-button-prev-1 {
    left: 30px;
  }

  .select-optins {
    padding-top: 20px;
  }

  .price-details-data span.product-price {
    font-size: 25px;
  }

  .main-slider-data {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 1400px) {
  .inner-banner {
    padding-top: 40px;
  }

  .packages-content .fs-40 {
    font-size: 28px;
    padding-bottom: 10px;
  }

  .left-img,
  .top-right {
    max-width: 300px;
  }

  .photography-section {
    padding-top: 100px;
  }

  .packages span {
    padding-bottom: 10px;
  }

  .packages ul {
    height: 200px;
  }

  .packages h3 {
    margin-bottom: 10px;
  }

  .packages {
    padding: 15px;
  }

  .small-packages {
    gap: 15px;
  }

  .left-img,
  .top-right {
    max-width: 200px;
  }

  .main-title {
    padding-bottom: 40px;
  }

  .add-ons {
    padding: 40px 0px;
  }

  .add-ons .main-title {
    padding-bottom: 40px;
  }

  .main-title .fs-40 {
    margin-bottom: 15px;
  }

  .add-ons .main-title {
    padding-bottom: 30px;
  }

  .full-list ul li {
    padding: 15px 30px;
  }

  .product-info-details {
    max-width: 400px;
  }

  .product-info-img {
    max-width: 650px;
  }

  .product-info-details .fs-40 {
    padding-bottom: 10px;
  }

  .price-details-data strong {
    margin-top: 10px;
  }

  .price-details-data strong.quantity-feilds,
  .slug-url ul li a,
  .slug-url ul li,
  .price-details-data ul li span,
  .socila-share .full-details span,
  .product-info-details .main-title span,
  .price-details-data ul li {
    font-size: 16px;
  }

  .product-info-details .category {
    margin-bottom: 10px;
  }

  .input-increment {
    margin-bottom: 20px;
  }

  .price-details-data .list-of-checks ul li {
    margin-bottom: 5px;
  }

  .price-details-data .list-of-checks ul {
    margin-bottom: 10px;
  }

  .product-info-details hr {
    margin: 10px 0px;
  }

  .price-details-data .main-title {
    margin-top: 15px;
  }

  .price-details-data .main-title {
    padding-bottom: 20px;
  }

  .socila-share .full-details {
    margin-top: 15px;
  }

  .single-product-info .full-details-data {
    padding-bottom: 30px;
  }

  .main-img .mySwiper {
    margin-top: 10px;
  }

  .thumb {
    width: 95px;
    height: 95px;
  }

  .product-info-details {
    max-width: 420px;
  }

  .poup-img img {
    max-width: 700px;
  }

  .product-swiper-img {
    max-width: 1000px;
  }

  section.related-section {
    padding: 40px 0px;
  }

  .related-section .fs-40 {
    padding-bottom: 20px;
  }

  .price-details-data .list-of-checks ul.tags {
    padding-top: 10px;
  }

  .select-optins {
    padding-top: 10px;
  }

  .select-optins ul li label,
  .list-of-checks ul.tags li span {
    font-size: 16px;
  }

  .full-arrow .swiper-button-prev-1 {
    left: 20px;
    transform: scale(0.8);
  }

  .full-arrow .swiper-button-next-1 {
    right: 20px;
    transform: scale(0.8);
  }

  .related-itme::before,
  .related-itme::after {
    width: 225px;
  }

  .main-slider-data {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .inner-banner {
    padding-top: 30px;
  }

  .packages-list .packages-data:nth-child(even) .packages-content {
    padding-left: 90px;
    padding-right: 20px;
  }

  .packages-content {
    padding-left: 50px;
  }

  .full-list h3 {
    margin-bottom: 10px;
  }

  .full-list span {
    margin-top: 10px;
  }

  .product-info-img {
    max-width: 480px;
  }

  .thumb {
    width: 70px;
    height: 70px;
  }

  .slug-url {
    padding-bottom: 30px;
  }

  section.related-section {
    padding: 30px 0px;
  }

  .main-slider-data {
    max-width: 800px;
    margin: 0 auto;
  }


}

@media (max-width: 995px) {
  .packages-data {
    display: block;
  }

  .packages-list .packages-data:nth-child(even) .packages-content,
  .packages-content {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
  }

  .packages ul {
    height: 240px;
  }

  .left-img,
  .top-right {
    max-width: 150px;
  }

  .main-title {
    padding-bottom: 30px;
  }

  .photography-section {
    padding-bottom: 40px;
  }

  .full-list ul li {
    padding: 15px;
  }

  .add-ons .main-title {
    padding-bottom: 20px;
  }

  .add-ons {
    padding: 30px 0px;
  }

  .full-details-data {
    gap: 20px;
    flex-direction: column;
  }

  .product-info-img {
    max-width: 100%;
  }

  .product-info-details {
    max-width: 100%;
  }

  .thumb {
    width: 105px;
    height: 105px;
  }

  .coupns-data input {
    font-size: 18px;
  }

  .mobile-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 30px;
    flex-direction: row-reverse;
  }

  .full-arrow .swiper-button-prev-1,
  .full-arrow .swiper-button-next-1 {
    display: none;
  }

  .mobile-btns .swiper-button-prev-1,
  .mobile-btns .swiper-button-next-1 {
    transform: scale(0.8);
  }
}

@media (max-width: 768px) {

  .packages-list .packages-data:nth-child(even) .packages-content,
  .packages-content {
    max-width: 500px;
  }

  .small-packages {
    flex-wrap: wrap;
  }

  .packages ul {
    height: auto;
    padding-bottom: 15px;
  }

  .main-title {
    padding-bottom: 20px;
  }

  .full-list ul {
    flex-direction: column;
  }

  .full-list ul li {
    border-right: none;
  }

  .full-list ul li {
    padding-bottom: 0px;
  }

  .full-list ul li:first-child {
    padding-top: 0px;
  }

  .full-list h3 {
    max-width: 100%;
  }

  .add-ons .main-title {
    padding-bottom: 15px;
  }

  .slug-url {
    padding-bottom: 20px;
  }

  .thumb {
    width: 75px;
    height: 75px;
  }

  .price-details-data strong.quantity-feilds {
    margin: 10px 0px;
  }

  section.single-product-info .swiper-button-next::after,
  section.single-product-info .swiper-button-prev::after {
    font-size: 25px;
  }

  .main-slider-data a {
    max-width: 100%;
  }

  .full-arrow .swiper-button-next-1 {
    right: 20px;
  }

  .full-arrow .swiper-button-prev-1 {
    left: 20px;
  }
}

@media (max-width: 580px) {

  .packages-list .packages-data:nth-child(even) .packages-content,
  .packages-content {
    max-width: 1000%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .thumb {
    width: 100%;
    height: 120px;
  }

  .poup-img img {
    max-width: 350px;
  }

  .full-arrow .swiper-button-prev-1,
  .full-arrow .swiper-button-next-1 {

    display: none;
  }

  .mobile-btns {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding-top: 30px;
    gap: 10px;
  }

  .mobile-btns .swiper-button-prev-1,
  .mobile-btns .swiper-button-next-1 {
    transform: scale(0.8);
  }

  section.related-section {
    padding-bottom: 20px;
  }
}

@media (max-width: 430px) {
  .thumb {
    width: 100%;
    height: 150px;
  }

  .poup-img img {
    max-width: 300px;
  }
}