.button1 {
  background-color: #ffffff;
  border-style: solid;
  border-width: thin;
  color: #000000;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 4px;
  cursor: pointer;
  top:90%;
       left:53%;
       width:200px;
       height:45px;
       position: absolute;
       z-index: 2;
}

.button2 {
  background-color: #ffffff;
  border-style: groove;
  color: #000000;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 4px;
  cursor: pointer;
  top:40%;
       left:53%;
       width:100px;
       height:45px;
       position: absolute;
       z-index: 2;
}




.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: Arial;
    font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
   top:73%;
       left:58%;
       width:200px;
       height:45px;
       position: absolute;
       z-index: 2;
}


.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}


.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}


.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}


@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

input[type=text] {
  width: 10%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  top:75%;
       left:53%;
       width:210px;
       height:45px;
       position: absolute;
       z-index: 2;
}

label {
    font-family: Arial;
    font-size: 20px;
	border-style: thin;
    padding-right: 10px;
	 top:57%;
       left:53%;
       width:100px;
       height:45px;
       position: absolute;
       z-index: 2;
}

select {
    font-size: .9rem;
    padding: 2px 5px;
	border-style: thin;
	 top:62%;
       left:53%;
       width:210px;
       height:45px;
       position: absolute;
       z-index: 2;
}

.titolo {
    font-family: mob;
    font-size: 28px;
	 top:20%;
       left:53%;
       width:300px;
       height:45px;
       position:absolute;
       z-index: 2;
}

.p1 {
font-family: Arial;
    font-size: 20px;
	 top:68%;
       left:53%;
       width:100px;
       height:45px;
       position: absolute;
       z-index: 2;
}

.price {
font-family: Arial;
    font-size: 20px;
	 top:49%;
       left:53%;
       width:100px;
       height:45px;
       position: absolute;
       z-index: 2;
}

 .fa {
  padding: 20px;
  font-size: 30px;
  width: 80px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
  
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

img 
{
    margin:0; 
    display:block
}

body 
.container {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
* {
   width: ;
  height: ;
  border: ;
  box-sizing: border-box;
}

body {
  font-family: Arial;
  padding: 10px;
  background: #f1f1f1;
}


.header {
  padding: 30px;
  text-align: center;
  background: white;
}

.header h1 {
  font-size: 50px;
}


.topnav {
  overflow: hidden;
  background-color: #333;
}


.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


.topnav a:hover {
  background-color: #ddd;
  color: black;
}


.leftcolumn {   
  float: left;
  width: 75%;
}


.rightcolumn {
  float: left;
  width: 25%;
  background-color: #f1f1f1;
  padding-left: 20px;
}


.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}


.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}


.row:after {
  content: "";
  display: table;
  clear: both;
  
}
.shop_section .shop_content .shop_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 35px 15px 35px;
}

.shop_section .shop_content .shop_heading h4 {
  margin: 0;
}

.shop_section .shop_content .shop_heading a {
  color: #7d7c7a;
  padding: 0;
  position: relative;
}

.shop_section .shop_content .shop_heading a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background-color: #b7b7b7;
}

.shop_section .shop_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop_section .shop_container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 10px 35px 10px;
  background-color: #eeeeee;
  position: relative;
  padding: 10px;
  min-width: 225px;
  height: 355px;
}

.shop_section .shop_container .box a {
	text-decoration: none;
  color: #050505;
}

.shop_section .shop_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 275px;
}

.shop_section .shop_container .box .img-box img {
  height: 100%;
}

.shop_section .shop_container .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop_section .shop_container .box .detail-box h6 span {
  color: #fbc660;
}

.shop_section .shop_container .box .new {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fefdfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
}

.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}


@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}


@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
  
  
