/* hero section */
.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  background: rgb(46, 46, 46);
  background: linear-gradient(30deg, rgb(192, 1, 1) 0%, rgb(207, 90, 6) 24%, rgb(22, 114, 121) 61%, rgba(0,0,0,1) 100%);
 }

#socialmedialogo {
  height: 37px;
  margin-left: 0px;
  margin-bottom: 20px;
  display: none;
}


.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;
}



.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-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;
}



.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: #000000;
  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(1, 103, 114);
  /* 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(4, 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;
}

.quantityInStock-font {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-weight: 600;
  color: rgb(0, 135, 49);
  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)
}

.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: 360px;
  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;
}

.grayscale {
  filter: grayscale(100%);
}

.container{
  width: 100%;
  /* height: 100vh; */
  /* background: #ffffff; */
  display: flex;
  align-items: center;
  justify-content: center;

}

#containerDiv{
  width: 100%;
  /* height: 100vh; */
  /* background: #ffffff; */
  display: flex;
  align-items: center;
  justify-content: center;

}

/* h2{
  font-size: 18px;
  font-weight:400;
} */

.coupon-card{
  background: linear-gradient(30deg, rgb(192, 1, 1) 0%, rgb(207, 90, 6) 24%, rgb(22, 114, 121) 61%, rgba(0,0,0,1) 100%);
  color: #fff;
  text-align: center;
  padding: 20px 40px;
  border-radius: 15px;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15);
  position: relative;
}


#coupon-card-small{
  /* background: linear-gradient(30deg, rgb(192, 1, 1) 0%, rgb(207, 90, 6) 24%, rgb(22, 114, 121) 61%, rgba(0,0,0,1) 100%); */
  background: linear-gradient(30deg, rgba(0,0,0,1) 0%, rgb(22, 114, 121) 34%,  rgb(207, 90, 6) 81%, rgb(192, 1, 1) 100%);
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  
  /* box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15); */
  position: relative;
  width: 270px;
  height: 42px;
}




#coupon-card-medium{
  background: linear-gradient(30deg, rgb(192, 1, 1) 0%, rgb(207, 90, 6) 24%, rgb(22, 114, 121) 61%, rgba(0,0,0,1) 100%);
  /* background: linear-gradient(30deg, rgba(0,0,0,1) 0%, rgb(22, 114, 121) 34%,  rgb(207, 90, 6) 81%, rgb(192, 1, 1) 100%); */
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 15px;
  
  /* box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15); */
  position: relative;
  width: 300px;
}

.coupontext-small {
  font-weight:400;
  font-size: 14px;

}

.logocoupon{
  width: 200px;
  /* border-radius: 8px; */
  /* margin-bottom: 20px; */
}


.logocoupon-small{
  width: 30px;
  padding-right:10px;
  margin-left:10px;
  /* margin-right:10px; */
}
.coupontext {
  font-size: 10px;
}

.coupontext_large {
  font-size: 12px;
  padding-top:5px;
  padding-bottom:5px;
  margin-top:10px;
  font-weight:bold;
  color: black;
  background-color: rgb(255, 255, 255);
  /* opacity: 0.6; */
  border-radius: 5px;
}

.circle1, .circle2{
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}
.circle1{
  left: -25px;
}
.circle2{
  right: -25px;
}


.circle1-grey, .circle2-grey{
  background: rgb(245, 245, 245);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}
.circle1-grey{
  left: -25px;
}
.circle2-grey{
  right: -25px;
}



.circle1-small, .circle2-small{
  background: rgb(240, 240, 240);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}
.circle1-small{
  left: -12px;
}
.circle2-small{
  right: -12px;
}


























.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: 14px;
}

.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;
}

.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-circle-fill {
  color: red;
}

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

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

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

#confirm-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;
}
.list-item {
  list-style-type: circle;
  margin-left: 12px;
}

/**
* ! 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: #000000;
  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: #000000;
  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;
}

.screenshot_main {
  width: 650px;
}

.screenshot_main_small {
  width: 500px;
}

#heroimage {
  max-width: 30%;
  max-height: 30%;
  /* min-width: 400px; */
  /* height: auto; */
}




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

  .screenshot_main {
    width: 600px;
  }

  .screenshot_main_small {
    width: 500px;
  }
  
  #heroimage {
    max-width: 500px;
    min-width: 300px;
  }

  .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: 1400px) {
  .shop {
    grid-template-columns: repeat(3, 300px);
  }


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

  .confirmationform {
    width: 100%
  }

  #heroimage {
    width: 500px;
    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: 400px;

  }

}

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

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

  .itemimage {
    width: 300px;
  }

  #heroimage {
    display: none;
  }
  .text {
    text-align: left;
    width: 65%;
  }
  #socialmedialogo {
    display:inline;
  }



}

@media (max-width: 600px) {


  .sectionheader {
    padding-right: 0px;
  }

  .sectionheaderNew{
    padding-right: 20px;
  }
  
  .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;
  }

  /* #recipient {
    font-size: 12px;
  } */

  /* #userMail {
    font-size: 12px;
  } */

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

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

  #chainlogo {
    height: 30px;
  }

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





  /*   
  .itemimage-productpage {
    margin-right:0px;;
  }

  .shop-productpage {
    grid-template-columns: repeat(1, 275px);
  }
  .itemdetail-productpage{
    width: 550px;
    display:block;
  } */




  .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;
  }
}
}