@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,400,500,600,700,800, 800i, 900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,800&display=swap');

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

body {
  font-family: "Poppins", sans-serif;
}

/* HOODIE PAGE */
.container3 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 600px;
  background: #fff;
  margin: 230px;
  margin-top: 110px;
}

.container3 .imgBx {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  transition: .3s linear;
}

.container3 .imgBx:before {
  position: absolute;
  top: 0px;
  color: #454545;
  opacity: 0.2;
  font-size: 8em;
  font-weight: 800;
}

.container3 .imgBx img {
  position: relative;
  width: 438px;
  transition: .9s linear;
}

.container3 .details {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 40px;
}

.container3 .details h2 {
  margin: 0;
  padding: 0;
  font-size: 2.4em;
  line-height: 1em;
  color: #444;
  text-align: center;
}

.container3 .details h2 span {
  font-size: 0.4em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
}

.container3 .details p {
  max-width: 85%;
  margin-left: 15%;
  color: #333;
  font-size: 15px;
  margin-bottom: 36px;
}

.container3 .details h3 {
  margin: 0;
  padding: 0;
  font-size: 2.5em;
  color: #fff;
  background-color: #000;
  text-align: center;
}

.container3 .details button {
  background: #000;
  color: #fff;
  border: 2px solid #fff;
  outline: none;
  padding: 15px 20px;
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 40px;
}

.product-colors span {
  width: 26px;
  height: 26px;
  top: 7px;
  margin-right: 12px;
  left: 10px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.black {
  background: #000;
}

.red {
  background: #D5212E;
}

.orange {
  background: #F18557;
}

.product-colors .active:after {
  content: "";
  width: 36px;
  height: 36px;
  border: 2px solid #000;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  left: -5px;
  top: -5px;
}

.table1{
  float: right; 
  text-align: center; 
  margin-top: -184px;
}
/* responsive */
@media (max-width: 1080px) {
  .container3 {
    height: auto;
    margin: 100px;
  }

  .container3 .imgBx {
    padding: 40px;
    box-sizing: border-box;
    width: 100% !important;
    height: auto;
    text-align: center;
    overflow: hidden;
  }

  .container3 .imgBx img {
    left: initial;
    max-width: 100%;
  }

  .details {
    width: 100% !important;
    height: auto;
    padding: 20px;
  }

  .container3 .details p {
    margin-left: 0;
    max-width: 100%;
  }
  .container3 .details h2 {
    margin-left: 0;
    text-align: center;
  }
  .container3 .details h3 {
    margin-left: 0;
    text-align: center;
  }
  .paypal{
    display: grid;
    text-align: center;
    justify-content: center;
  }
  .buy{
    display: grid;
    margin: 30px;
  }
  .price{
    display: grid;
  }
  .description{
    margin: 30px;
  }
  .chi-siamo-section{
    margin-top: -100px;
  }
  .table{
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .table1{
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0;
    float: none;
  }
}
@media (max-width: 700px) {
  .container3 {
    height: auto;
    margin: 23px;
  }

  .container3 .imgBx {
    padding: 40px;
    box-sizing: border-box;
    width: 100% !important;
    height: auto;
    text-align: center;
    overflow: hidden;
  }

  .container3 .imgBx img {
    left: initial;
    max-width: 100%;
  }

  .details {
    width: 100% !important;
    height: auto;
    padding: 20px;
  }

  .container3 .details p {
    margin-left: 0;
    max-width: 100%;
  }
  .container3 .details h2 {
    margin-left: 0;
  }
  .container3 .details h3 {
    margin-left: 0;
  }
  .container3 .details button {
    float: left;
    margin-top: 50px;
  }
  .container3 .content {
    text-align: center;
    width: 470px;
  }
  .price{
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .buy{
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .buy{
    display: grid;
    margin: 30px;
  }
  .price{
    display: grid;
    background-color: #000;
  }
  .chi-siamo-section{
    margin-top: -59px;
  }
}

/* FINE HOODIE PAGE */
.dp{
  color: #fff;
}
.da{
  background-color: #000;
  border: 2px solid #fff;
  color: #fff;
  margin: 14px;
  padding: 7px;
  border-radius: 40px;
  width: 175px;
  text-align: center;
}
.paypal{
  background-color: #000;
  padding: 70px;
}
.table{
  justify-content: center;
  text-align: center;
}
.buy{
  margin: 20px;
  display: flex;
  text-align: center;
  justify-content: center;
}

.content{
  width: 700px;
}
