* {
    box-sizing:border-box;
}
.header {
  overflow:hidden;
  background:#f6f6f6;
  padding:0px;
  height:300px;
}
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 300px; 
}

.column1 {
  float: left;
  width: 33%;
  padding-top: 1px;
}

.diagonaltext{
    transform: rotate(25deg);
}

.container{
    position: relative;
    text-align: center;
}
.column2 {
  float: right;
  width: 67%;
  padding-top: 1px;
}

.column3 {
    float: left;
    width: 50%
}

.column4 {
    float: right;
    width: 50%
}

.left, .right {
  width: 30%;
}

.middle {
  width: 40%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.Footer_left{
width: 50%;
Float: left;
display:inline;
padding-left:56px;
height:200px;
background-color:#f6f6f6;
}

.Footer_right{
width: 50%;
Float: right;
display:inline;
padding-bottom:16px;
height:200px;
background-color:#f6f6f6;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 3px 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;
}

.popup .show {
  visibility: visible;
}

.fa {
  padding: 10px;
  font-size: 25px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  border-radius:50%
}

.fa:hover {
    opacity: 0.7;
}

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

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

.fa-linkedin {
 background-color:#f6f6f6;
  color: #007bb5;
}

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

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.buynow {
  background-color: #1a75ff;
  border: none;
  color: white;
  padding: 20px 45px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
}

.Subscribe {
  background-color: #65fe08;
  border: none;
  color: white;
  padding: 20px 45px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
}

.policy1 {
    background-color: #7e02d6;
    border: none;
    color: white;
    padding: 60px 150px;
    text-align: center;
    text-decoration: none;
    font-size: 60pt;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
}

.navbar {
    width:100%;
    background:#f6f6f6;
    z-index:999;
}
.navbar .pages {
    float:left;
    width:30%;
    text-align:center;
}

.navbar a {
    color:#26bafa;
    text-decoration:none;
    font-size:24px;
}

.navbar i {
    float:left;
    color:#333333;
    text-decoration:none;
    font-size:28px;
    width:10%;
    text-align:center;
}
.navbar a.active{
    background-color:#af69ee;
    width:30%;
    color:#45ff17;
}

.dropdown {
  width:30%;
  display: inline-block;
  background-color:#f6f6f6;
  text-align:center;
}

.dropdown .dropbtn {
    font-size:24px;
    border: none;
    outline:none;
    color:#26bafa;
    width:100%;
    margin:0;
    text-align:center;
}

.dropdown-content {
  display: none;
  background-color: #f6f6f6;
  min-width: 160px;
  z-index: 1;
  text-align:center;
}
.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
  background-color:f6f6f6;
  text-align:center;
}

  .navbar .dropdown-content a {
    color: #26bafa;
    text-decoration: none;
    display: block;
    text-align: center;
    width:30%;
  }
.clear:after {
    content:" ";
    display:block;
    clear:both;
}

.clear {
    zoom:1;
}

.dropdown-content a:hover {background-color: #f6f6f6;}

.dropdown:hover .dropdown-content {display: block;}

.fas fa-shopping-cart{
    font-size:28px;
    color:#333333;
    width:25%;
    text-align:center;
}