/* hero section */
.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  background: rgb(2, 0, 36);
  background: linear-gradient(135deg, rgba(2, 0, 36, 1) 0%, rgba(84, 20, 90, 1) 0%, rgba(48, 56, 197, 1) 67%, rgba(0, 92, 255, 1) 100%);
}

#chainlogo {
  height: 37px;
  margin-left: 0px;
  margin-bottom: 20px;
}


.hero-section h1 {
  font-size: 36px;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
}


.hero-section p {
  font-size: 18px;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  text-align: justify
}

.hero-section img {
  max-width: 50%;
  height: auto;
  margin-left: 50px;
}

/* .hero-section img {
  max-width: 100%;
  height: auto;
  margin-left: 50px;
  object-fit: contain;
} */

.overview {
  /* padding: 50px;
  position:relative;
  width: 800px; */
  font-size: 16px;
  /* font-weight: 600; */
  /* color: #333; */
  padding-left: 10%;
  padding-right: 10%;
  background-color: #f8f9fa;
  padding-bottom: 50px;
  padding-top: 0px;
}

.introductiontext {
  /* padding: 50px;
  position:relative;
  width: 800px; */
  font-size: 16px;
  /* font-weight: 600; */
  /* color: #333; */
  padding-left: 10%;
  padding-right: 10%;
  color: rgb(255, 221, 0);
  background-color: #000000;
  /* padding-bottom: 50px; */
  padding-top: 10px;
  padding-bottom: 10px;
}

.sectionheaderintro {
  text-align: center;
  /* padding-left: 10%; */
  /* padding-right: 10%; */
  /* margin-bottom: 40px; */
  /* padding-top: 20px; */
}

.bigFeature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* padding: 50px; */
  position: relative;
  /* width: 800px; */
  font-size: 16px;
  /* font-weight: 600; */
  color: rgb(255, 255, 255);
  padding-left: 10%;
  padding-right: 10%;
  background: linear-gradient(135deg, rgb(1, 0, 15) 0%, rgb(59, 13, 63) 0%, rgb(26, 32, 130) 67%, rgb(0, 56, 151) 100%);
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}


.bigContent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* padding: 50px; */
  position: relative;
  /* width: 800px; */
  font-size: 16px;
  /* font-weight: 600; */
  color: rgb(255, 255, 255);
  padding-left: 10%;
  padding-right: 10%;
  /* background: linear-gradient(135deg, rgb(1, 0, 15) 0%, rgb(59, 13, 63) 0%, rgb(26, 32, 130) 67%, rgb(0, 56, 151) 100%); */
  background-color: black;
  padding-bottom: 50px;
  /* padding-top: 50px; */
  text-align: center;
}

.bigFeatureImage {
  margin-right: 50px;
  width: 300px;
  height: 300px;
}

.howItWorksImage {
  object-fit: cover;
  width: 700px;
  /* height: 100% */
  /* height: 200%; */
}

.bigFeatureContent {
  display: flex;
  /* flex-wrap: wrap; */
  /* padding: 50px;
  position:relative;
  width: 800px; */
  font-size: 16px;
  /* font-weight: 600; */
  /* padding-left: 10%; */
  /* padding-right: 10%;  */
  /* padding-bottom:50px; */
  padding-top: 0px;
}

.coupon-control {
  /* display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 5px;  */

  display: flex;
}


#coupon-input-field {
  flex: 1;
  margin-right: 5px;
}
#coupon-apply-button{
  width:80px;
  background-color:rgb(0, 0, 0)
}


.howItWorksContent {
  display: flex;
  margin-bottom: 50px;
  /* flex-wrap: wrap; */
  /* padding: 50px;
  position:relative;
  width: 800px; */
  font-size: 16px;
  /* font-weight: 600; */
  /* padding-left: 10%; */
  /* padding-right: 10%;  */
  /* padding-bottom:50px; */
  padding-top: 0px;
}


.bigFeatureTextHeader {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
  text-align: left;
}




.bigFeatureText {
  /* display:block; */
  padding-bottom: 10px;
  text-align: justify;
}

.howItWorksText {
  /* display:block; */
  padding-bottom: 10px;
  text-align: justify;
  margin-right: 50px;
}

.howItWorksTextHeader {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
  text-align: left;
  margin-right: 50px;
}

.bigFeatureTextLeft {
  /* display:block; */
  padding-bottom: 10px;
  text-align: justify;
  margin-right: 50px;
}

.bigFeatureList {
  padding-left: 20px;
  text-align: left;
}



.confirmationform {
  width: 500px;
}

/* text columns section */

.text-columns {
  display: flex;
  flex-wrap: wrap;
  /* border: 200px; */
  /* width: 800px; */
  /* position: absolute; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
}

.store-logo {
  display: flex;
  /* flex-wrap: wrap; */
  /* vertical-align: center; */
}

#store-logo {
  height: 70px;
  /* width:260px; */
}

.storename {
  color: white;
  font-weight: 400;
  padding-left: 10px;
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  vertical-align: center;
}

.icon-container {
  /* width: 50px; */
  display: flex;
  align-items: center;
}

.icon-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgb(5, 0, 94) 0%, rgb(98, 48, 197) 67%, rgb(68, 0, 255) 100%);
  margin-right: 15px;
}

.icon-container .bi {
  font-size: 24px;
  color: white;
}

.icon-container .text {
  padding-top: 5px;
  /* padding-bottom: 0px; */
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}


#frontrun {
  /* background: linear-gradient(135deg, rgb(181, 0, 247) 0%, rgb(95, 0, 127) 100%); */
  background: linear-gradient(135deg, rgb(111, 55, 224) 0%, rgb(51, 0, 255) 100%);
}

#sandwich {
  /* background: linear-gradient(135deg, rgba(247, 128, 0, 0.861) 0%, rgb(199, 61, 1) 100%); */
  background: linear-gradient(135deg, rgb(111, 55, 224) 0%, rgb(51, 0, 255) 100%);
}

#scamdetection {
  /* background: linear-gradient(135deg, rgba(255, 0, 0, 1) 0%, rgb(142, 0, 0) 100%); */
  background: linear-gradient(135deg, rgb(111, 55, 224) 0%, rgb(51, 0, 255) 100%);
}

#antibot {
  /* background: linear-gradient(135deg, rgba(15, 207, 0, 1) 0%, rgb(1, 127, 16) 100%); */
  background: linear-gradient(135deg, rgb(111, 55, 224) 0%, rgb(51, 0, 255) 100%);
}

#presale {
  /* background: linear-gradient(135deg, rgba(0, 164, 247, 1) 0%, rgba(0, 36, 224, 1) 100%); */
  background: linear-gradient(135deg, rgb(111, 55, 224) 0%, rgb(51, 0, 255) 100%);
}

#autosell {
  /* background: linear-gradient(135deg, rgba(247, 214, 0, 1) 0%, rgb(199, 123, 0) 100%); */
  background: linear-gradient(135deg, rgb(111, 55, 224) 0%, rgb(51, 0, 255) 100%);
}

.text {
  text-align: left;
  /* width: 75%; */
}

.text-column-header {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  align-items: center;
  /* vertical-align: center; */
}

.text-column {
  flex-basis: calc(50% - 20px);
  margin-right: 20px;
  /* background-color: #fff; */
  padding-bottom: 20px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}


.text-column3 {
  flex-basis: calc(33% - 20px);
  text-align: left;
  margin-right: 20px;
  /* background-color: #fff; */
  padding-right: 10px;
  padding-bottom: 20px;
  text-align: justify;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.text-column img {
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 50px;
  height: auto;
}

.text-column h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: rgb(0, 0, 0);
  height: 50px;
  /* Höhe des div-Elements */
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.text-column p {
  /* font-size: 14px; */
  line-height: 1.5;
  /* color: #333; */
  text-align: justify;
  /* padding-right: 20px; */
}



h1,
h2,
h3 {
  color: rgb(0, 0, 0);
  /* font-weight:400; */
}

h2 {
  font-size: 24px;
}



/**
* ! Changing default styles of the browser
**/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  /* min-width: 400px; */
}

#store-logo {
  cursor: pointer;
}


i {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: white;
}

.paymentmethods {
  display: flex;
}

.paymentmethod {
  padding-right: 20px;
}

/**
* ! Navbar STyles are here
**/

.sectionheader {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 40px;
  padding-top: 50px;
}

.sectionheadergui {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 40px;
  padding-top: 50px;
}

.producttitle {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 40px;
  padding-top: 50px;
}

.screenshotheader {
  text-align: center;
  /* padding-left: 10%;
  padding-right: 10%; 
  margin-bottom: 40px;
  padding-top:50px; */
}

.navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #03071e;
  color: rgb(255, 255, 255);
  padding: 25px 60px;
  /* margin-bottom: 30px; */
}

.cart {
  cursor: pointer;
  position: relative;
  border: 2px solid rgb(255, 255, 255);
  background-color: rgb(72, 65, 255);
  /* background-color: #fff; */
  color: rgb(255, 255, 255);
  /* color: #2b2d42; */
  font-size: 25px;
  padding: 10px;
  border-radius: 10px;
}

.cart:hover {
  opacity: 0.8;
}

.cartAmount {
  position: absolute;
  top: -15px;
  right: -8px;
  font-size: 16px;
  background-color: red;
  color: white;
  padding: 3px;
  border-radius: 3px;
}

/**
* ! Shop items styles are here
**/

.shop {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 30px;
  justify-content: center;
  padding-bottom: 20px;
}

.shop-productpage {
  display: grid;
  grid-template-columns: repeat(2, 300px);
  gap: 30px;
  justify-content: center;
  padding-bottom: 50px;
}




.text-column {
  flex-basis: calc(50% - 20px);
  text-align: center;
}

.overview {
  /* padding: 50px;
    position:relative;
    width: 800px; */
  padding-left: 10%;
  padding-right: 10%;
}

/* .text-column img{ 
    display: none;
   } */




.item {
  border: 0px solid #c4c4c4;
  border-radius: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.itemdetail {
  display: flex;
  width: 700px;
  /* padding: 50px;
  margin: 20px; */
  flex-direction: row;
  justify-content: space-between;
}

#dataExpired {
  display: none;
}

.old-price {
  text-decoration: line-through;
  color: dimgrey;
  font-size: 20px;
  font-weight: 400;
  /* margin-top:50px; */
}

.current-price {
  padding-right: 10px;
  /* margin-top:50px; */
}

.productcartbottom {
  position: absolute;
  bottom: 0px;
  width: 100%;

}

.price-font {
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-weight: 600;
  color: rgb(162, 0, 0);
  display: flex;
  padding-left: 10px;
  /* text-align: center; */
  bottom: 0px;
}

ul>li {
  list-style-type: none;
}

.bi-plus-circle-fill {
  color: rgb(0, 153, 46)
}

.bi-plus-circle {
  color: rgb(0, 153, 46)
}

.bi-exclamation-circle-fill {
  color: rgb(0, 153, 46)
}


.bi-x-circle-fill {
  color: rgb(230, 0, 0);
}

.featureList {
  font-weight: 600;
  font-size: 13px;
  /* margin-bottom: 50px; */
}

.price-font-productpage {
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-weight: 600;
  color: rgb(162, 0, 0);
  display: flex;
  padding-left: 10px;
  /* text-align: center; */
}

.item-description {
  display: flex;
  flex-direction: column;
  /* padding: 10px; */
  gap: 10px;
  height: 420px;
  position: relative;
}


.itemdetail-productpage {
  display: flex;
  width: 650px;
  /* padding: 50px;
  margin: 20px; */
  flex-direction: row;
  justify-content: space-between;
}

.item-description-productpage {
  display: flex;
  flex-direction: column;
  /* padding: 10px; */
  width: 50%;
  gap: 10px;
}

.itemimage-productpage {
  width: 50%;
  height: 100%;
  margin-right: 20px;
}

.details {
  /* height: 150px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 10px;
  font-size: 14px;
  color: rgb(0, 0, 0);
  vertical-align: bottom;
}

.itemfeatures {
  padding-left: 12px;
}

.price-quantity {
  /* display: flex; */
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.buttons {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-size: 16px;
}

.addToCartButtons {
  display: flex;
  /* flex-direction: row; */
  gap: 8px;
  /* font-size: 16px; */
  /* border: none; */
  /* outline: 0; */
  margin-top: 10px;
  padding: 12px;
  color: white;
  background-color: #000;
  /* text-align: center; */
  cursor: pointer;
  /* width: 100%; */
  font-size: 16px;
  /* display:flex; */
  /* vertical-align: bottom; */
  justify-content: center;
  /* align-items: center; */


  /* position:absolute;
  bottom: 0px;
  width:100%; */
}

.addToCartButtons-productpage {
  display: flex;
  /* flex-direction: row; */
  gap: 8px;
  /* font-size: 16px; */
  /* border: none; */
  /* outline: 0; */
  padding: 12px;
  color: white;
  background-color: #000;
  /* text-align: center; */
  cursor: pointer;
  /* width: 100%; */
  font-size: 16px;
  /* display:flex; */
  /* vertical-align: bottom; */
  justify-content: center;
  /* align-items: center; */


  /* position:absolute;
  bottom: 0px;
  width:100%; */
}

#copyAdressbtn {
  cursor: pointer;
}

#copyAdressbtn:hover {
  opacity: 0.8;
}

#confirm-button:hover {
  opacity: 0.8;
}

#coupon-apply-button:hover {
  opacity: 0.8;
}

#coupon-apply-button:disabled {
  background-color: #c4c4c4;
}

#coupon-input-field:disabled {
  background-color: #dcdcdc;
}


.addToCartButtons:hover {
  opacity: 0.8;
}

.bi-x-circle-fill:hover {
  color: red;
}

.removeAll:hover {
  opacity: 0.8;
}

.HomeBtn:hover {
  opacity: 0.8;
}

.checkout:hover {
  opacity: 0.8;
}

.item:hover {
  /* border: 1px solid red; */
  /* border-radius: 0px; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6);
}

.bi-dash-lg {
  color: red;
}

.bi-plus-lg {
  color: green;
}
.bi-exclamation-lg {
  color: red;
}

/**
* ! style rules for label and some buttons
**/

.text-center {
  text-align: center;
  margin-bottom: 20px;
}

#confirm-button {
  cursor: pointer;
}
#coupon-apply-button {
  cursor:pointer;
}

.HomeBtn,
.checkout,
.removeAll {
  background-color: #212529;
  color: white;
  border: none;
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
  /* border-radius: 3px; */
  cursor: pointer;
  margin-top: 10px;
}

.checkout {
  background-color: #0a9396;
}

.removeAll {
  background-color: #fa0000;
}

.bi-x-lg {
  color: rgb(0, 0, 0);
  /* font-weight: bold; */
}

/**
* ! style rules for shopping-cart
**/

.shopping-cart {
  display: grid;
  /* grid-template-columns: repeat(1, 490); */
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}

/**
* ! style rules for cart-item
**/

.cart-item {
  /* border: 1px solid #e7e7e7; */
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  /* border-radius: 5px; */
  display: flex;
}



.title-price-x {
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border: 2px solid red; */
}

.title-price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-item-price {
  background-color: #212529;
  color: white;
  border-radius: 4px;
  padding: 3px 6px;
}

.cart-item-price-bnb {
  font-weight: 600;
  font-size: 16px;
  /* color:red; */
  text-align: right;
}

.footer {
  background-color: #03071e;
  padding-bottom: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.footertext {
  padding-top: 10px;
}

.itemimage {
  width: 300px;
}

.checkoutcontainer {
  border: 1px solid black;
  width: 500px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  margin-left: 100px;
  /* margin-right: 20%; */
}

section1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  /* height: 100vh; */
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  /* width: 1000px; */
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-left: 200px;
  margin-right: 200px;
}

/* Style the input field and button */
input[type=email] {
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}


input[type=text] {
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

textarea {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #202124;
  padding: 8px 16px;
  border: 1px solid #dadce0;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border-color 0.2s ease-in-out;
  width: 100%;
  height: 150px;
  resize: none;
}


button {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  background-color: #007bff;
  color: #fff;
}

/* Style the success message */
.success-message {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}

.detailscheckout {
  padding: 10px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.shoppingcartcheckout {
  display: grid;
  /* grid-template-columns: repeat(1, 490); */
  /* justify-content: center; */
  gap: 5px;

}

#recipient {
  font-weight: 600;
}

.error-message {
  color: red;
}

.screenshot {
  width: 1100px;
}

.screenshotpurchase {
  height: 230px;
}

.solanaDEX {
  height: 100px;
}

.screenshot_main {
  width: 650px;
}

.screenshot_main_small {
  width: 500px;
}

#heroimage {
  max-width: 900px;
  min-width: 600px;
}



@media (max-width: 1300px) {
  .screenshot {
    width: 850px;
  }

  .screenshot_main {
    width: 600px;
  }

  .screenshot_main_small {
    width: 500px;
  }

  #heroimage {
    max-width: 700px;
    min-width: 500px;
  }

  .howItWorksImage {
    width: 100%
  }

  /* .howItWorksContent{
    margin-bottom: 0px;
  } */

  .howItWorksContent {
    display: block;
    /* justify-content: center; */
  }

  .howItWorksText {
    /* display:block; */
    padding-bottom: 10px;
    text-align: justify;
    margin-right: 0px;
  }

  .howItWorksTextHeader {
    text-align: center;
    margin-right: 00px;
  }


}




@media (max-width: 1000px) {

  .shop {
    grid-template-columns: repeat(2, 300px);
  }

  .confirmationform {
    width: 100%
  }




  #heroimage {
    width: 700px;
    min-width: auto;
    margin-left: 0px;
  }

  .hero-section p {
    text-align: center;
  }

  .shopping-cart {
    margin-left: 20px;
    margin-right: 20px;
  }



}


@media (max-width: 1000px) {

  .hero-section {
    text-align: center;
    display: block;
  }

  .overview {
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 10px;
  }

  .sectionheader {
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .sectionheadergui {
    padding-top: 50px;
    padding-left: 2%;
    padding-right: 7%;
  }

  .text-column3 {
    flex-basis: calc(50% - 20px);
  }

  section1 {
    padding: 20px;
    margin-top: 50px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .screenshot,
  .screenshot_main {
    width: 700px;
  }

  .screenshot_main_small {
    width: 500px;
  }


  .bigFeatureImage {
    width: 150px;
    height: 150px;
  }

  .howItWorksImage {
    /* object-fit: cover; */
    width: 100%;
    /* height: 100% */
    /* height: 200%; */
  }



}


@media (max-width: 800px) {
  .itemdetail {
    width: 600px;
  }

  .itemimage {
    width: 250px;
  }

  .itemdetail-productpage {
    width: 550px;
  }

  .shop-productpage {
    grid-template-columns: repeat(2, 275px);
  }

  .text {
    text-align: left;
    width: 75%;
  }


  section1 {
    padding: 20px;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .screenshot,
  .screenshot_main,
  .screenshot_main_small {
    width: 400px;
  }

  .screenshotpurchase {
    height: 150px;
  }

  #heroimage {
    width: 500px;

  }

}

@media (max-width: 650px) {
  .shop {
    grid-template-columns: repeat(1, 300px);
  }

  .itemdetail {
    display: block;
    width: 300px;
  }

  .itemimage {
    width: 300px;
  }

  #heroimage {
    padding-top: 40px;
    width: 400px;
  }
  .text {
    text-align: left;
    width: 65%;
  }






}

@media (max-width: 600px) {


  .sectionheader {
    padding-right: 0px;
  }

  .sectionheadergui {
    padding-right: 0px;
  }

  .text-column3 {
    flex-basis: calc(100% - 20px);
    margin-right: 0px;
    padding-right: 0px;
  }

  .screenshot,
  .screenshot_main {
    width: 90%;
  }


  .screenshot_main_small {
    width: 90%;
  }

  .text-column {
    flex-basis: calc(100% - 20px);
    text-align: center;
  }



  #store-logo {
    height: 50px;
    /* width:260px; */
  }

  .navbar {
    padding-left: 25px;
    padding-right: 25px;
  }

  #chainlogo {
    height: 30px;
  }

  .text {
    text-align: left;
    width: unset;
  }

  @media (max-width: 500px) {
    #heroimage {
      display: none;
      width: 270px;
    }

  }


  @media (max-width: 400px) {
    .coupon-control {
      /* display: grid;
      grid-template-columns: 1fr auto;
      grid-gap: 5px;  */
    
      display: block;
    }
    #coupon-input-field {
      flex: 0;
      margin-right: 0px;
      width: 100%;
    }
    #coupon-apply-button{
      margin-top: 5px;
      width:80px;
    }
    

  }




  .shop-productpage {
    display: flex;
    justify-content: center;
  }

  .itemimage-productpage {
    width: 100%;
    height: auto;
  }

  .itemdetail-productpage {
    display: block;
    width: 275px;
  }

  .item-description-productpage {
    width: 100%;
  }


  .bigFeatureContent {
    display: block;
    /* justify-content: center; */
  }

  .bigFeatureTextHeader {
    text-align: center;
  }

  .bigFeatureImage {
    margin-right: 0px;
  }

  .paymentmethods {
    display: block;
  }

  .paymentmethod {
    padding-right: 0px;
    padding-bottom: 10px;
  }
}

@media (max-width: 550px) {
  .cart-item>img {
    width: 100px;
    object-fit: cover;
  }

  #checkhoutsection {
    margin: 10px;
  }

  #contactsection {
    margin: 10px;
  }
}