/*
  STYLE GUIDE STYLING 
  Default styling for the style guide 
*/
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
body {
  font-family: 'Lato', sans-serif;
  padding: 1rem;
  background-color: white;

}


.element {
  padding-bottom: 2rem;
  padding-top: 2rem;
/*  border-top-width: 0.1rem;
  border-top-style: solid;
  border-top-color: #bbb;*/
}

.header{
  display:flex;
  width:100%;
  
  margin-bottom: 3rem;
}
.search{
 display:flex;


  
}
.search input{
  width:100%;
}
#search{
  flex-basis:90%;
  
  display: none;
}
.logo{
  
  flex-basis: 30%;
}
.logo img{
  width:250px;
}
nav {



  flex-basis:80%;
  text-align: right;
  padding-top:1rem;
  color: #FFF;
  
  text-decoration: none;
  border-radius: 0.25em;
 
  


}

nav a{
  justify-content: flex-end;
 display:inline-block;
  margin-left: 0.5%;
  margin-right: 0.5%;
  text-decoration: none;
  color:#5F6973;
  transition:color 0.5s;

}

nav a:hover, nav a:focus {
  color:#B1BC9E;
}
 nav a:after{
    content:"";
   display: block;
    background-color:gray;
    height:2px;
    transform: scale(0);
    transform-origin:left;
    transition: all 1s;
  }

  nav a:hover:after{
    transform: scale(1);
  }
  .icon{
    margin-top: 0.2rem;
    opacity: 60%;
    width:30px;
    transition: all 0.5s;
  }
  .icon:hover{
     opacity: 100%;
    transform: rotate(90deg);


  }
  .menu{
    display:none;
  } 
  @media screen and (max-width:734px){
    .menu{

     margin-top: 0.3rem;
     margin-right: 0.45rem;
     float:right;
    display:block;
    }

    nav{
      text-align: right;
      margin-top: 1.3rem;

      
      display:none;
      
      margin-right: 1.1rem;
    }
    nav a{
      display:block;

    }
    nav a:after{
   
    transform-origin:right;
    
  }

    .First_Line{
      display:none;
    }
    .header{
      flex-direction: column;
    }
    .logo{
      margin-top:-4.5rem;
      width:40%;
    }
    .logo img{
      width:100%;
    }
    
  }
  .head_icon{
    
    justify-content: flex-end;
     
   
    flex-basis: 50%;


  
    display:flex;
    margin-top:-4rem;
    
  }
  
  .head_icon img{

    margin-left: 1.5rem;
    
    width:30px;
    transition:all 0.3s;
  }
  .head_icon img:hover{
    opacity: 0.5;
    
  }
  .icon_4{

   
    max-width: 50px;
   
  }
  @media only screen and (max-width: 734px){
    .head_icon{
      margin-top: 0.1rem;
    

    }
    .head_icon img{
      margin:0rem 0.5rem;
      width: 30px;
    }

  }
 
  
  
  /*...............home page........................................................................*/
  .main{
    
    

    background-repeat: no-repeat;
   float:right;
  display:flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;


  }
  .back_ground_img{
    text-align: center;
    width: 100%;
    height: auto;
    z-index: -1;
    position: fixed;
    background-repeat: no-repeat;


  }
  .main img{
    opacity: 80%;
    transition: all 0.3s;
  }
  
  .main img:hover{
    opacity: 100%;
    border-radius: 80px;
  }
   
  .main_left{

  flex-basis: 40%;
  margin: 2rem;
   
   transition:all 1s;
   padding-bottom: 1rem;

  }
  .main_left img{
    position: relative;
    
    z-index:0;
    width:600px;
 
  }
  .main_word1{
    position: relative;
    z-index: 1;
    margin-left: 40%;
    margin-bottom: -40%;
    margin-top: 20%;   

  }
  .main_word1 a{

  color: black;
  text-decoration:none;
  transition: color 0.1s ease-out;
  text-shadow:1px 0px 0px #99a5b0;
}

.main_word1 a :hover, .main_word1 a:focus {
  text-decoration:underline;

}
  
    .main_word2 a{

  color: black;
  text-decoration:none;
  transition: color 0.1s ease-out;
  text-shadow:1px 0px 0px #99a5b0;
}

.main_word2 a :hover, .main_word1 a:focus {
  text-decoration:underline;

}
  .second_word1 a{

  color: black;
  text-decoration:none;
  transition: color 0.1s ease-out;
  text-shadow:1px 0px 0px #99a5b0;
}

.second_word1 a :hover, .second_word1 a:focus {
  text-decoration:underline;

}
  .second_word2 a{

  color: black;
  text-decoration:none;
  transition: color 0.1s ease-out;
  text-shadow:1px 0px 0px #99a5b0;
}

.second_word2 a :hover, .second_word2 a:focus {
  text-decoration:underline;

}
  
  .main_right{
 padding-left: 5%;
    flex-basis: 20%;
  margin: 0.5rem;
  
   transition:all 1s;
   padding-bottom: 1rem;
 
  }

  .main_right img{
    margin-top: 0;
    margin-left: -10%;
z-index: 1;
     width:400px;
  }

  .main_word2{
    z-index: 2;
   margin-left: -35%;
    margin-top: 80%;
    margin-bottom: -30%;
    position: relative;   
  }



  .about{
 
  
  display:flex;
  justify-content: center;
  width: 100%;
 
  
  }


  .about_img{
   flex-basis: 50%;
   transition:all 1s;
   padding-bottom: 1rem;


  }

  .about_img img{
    width: 100%;
  
   
  }

  .about_text{
    padding-left:2%; 
    width: 100%;
    flex-basis: 60%;
    white-space: normal;
    width: 50%
    border: 2px solid red;
  }

  .about_text h2 h3 p{
    text-align: right;
    border: 1px solid red;
  }



/*  .about_text>p {
    padding-left: 150px;
  }*/

@media only screen and (max-width: 734px){

  .about {
  flex-direction: column;
  }

  .about_img {
    padding: 0;
    margin: 0;  
    width:100%;

  }
}

/*...........event.............*/


 .event{

   
margin-top: 2rem;
     
   
  display:flex;
  justify-content: center;
  width: 100%;
  
  }
  .event_img{
   flex-basis: 70%;
  
   
   transition:all 1s;
   padding-bottom: 1rem;

  }

  .event_img img{
    width: 100%;
  
     
    
    
   
  }

  .event_text{
    padding-left:2%; 
    width: 100%;
    
    
    flex-basis: 60%;
    
   

    white-space: normal;

  }
  .event_text h2 h3 p{
    text-align: right;

  }



/*  .about_text>p {
    padding-left: 150px;
  }*/

@media only screen and (max-width: 734px){

  .event {
  flex-direction: column;
  }

  .event_img {
    padding: 0;
    margin: 0;  
    width:100%;

  }
}

/*...........................................................................................*/
 .second{
  
   float:right;
  display:flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
  }
   .second img{
    opacity: 80%;
    transition: all 0.3s;
  }
  
  .second img:hover{
    opacity: 100%;
    border-radius: 80px;
  }
   
  

  .second_left{

     
  flex-basis: 20%;
  margin: 2rem;
   
   transition:all 1s;
   padding: 2rem;

  }

  .second_left img{
  position: relative;
    margin-top: -30%;
   z-index: 0;
    width:600px;
  }

  .second_word1{
  position: relative;
    z-index: 1;
    margin-left: 60%;
    margin-bottom: -40%;
    margin-top: 20%;
  }
  
  .second_right{
    
  
    flex-basis: 40%;
  margin: 0.5rem;
  
   transition:all 1s;
   padding-bottom: 1rem;
   margin-bottom: 100px;
   
  }
  .second_right img{
   overflow: hidden;
    margin-top: 50px;
   


     width:500px;
  }

  .second_word2{
    z-index: 2;
    
    margin-top: 100px;
    margin-bottom: -25%;
    margin-left: -45%;

position: relative;
    
  }
  /*...........................................................................................*/
 
  @media only screen and (max-width: 734px){
  .main{
     
    flex-direction: column;
  }
  .second{
    flex-direction: column;
  }
  .third{
    flex-direction:column;
    font-size:20px;
    text-align: center;

  }
  .main_left{
    flex-basis: 50%;
    margin: 0;
    padding: 0;
  }
  .main_left img{
   
      margin-top: -4rem;
    width:100%;
  }
  .main_right img{
    
   margin:-4rem 0 0 0;
   
    
    width:100%;}

  .main_word1 {

display: block;
   margin:0;
  }
  

.main_right{
  margin: 0;
    padding: 0;

}
  .main_word2{
    
    margin:0;

  }


/*..........................*/
.second_left{
    flex-basis: 50%;
    margin: 0;
    padding: 0;
  }
  .second_left img{
    margin:-4rem 0 0 0;
   
    width:100%;
  }
  .second_right img{
   
    padding: 0;
   margin:-4rem 0 0 0;
    
    width:100%;}
  .second_word1 {

    margin: 0;
  }
   .second_left img{width:100%;}

.second_right{
  margin: 0;
    padding: 0;

}
  .second_word2{
    
    margin:  0;

  }


}
.main h2{
  text-align: center;
  text-decoration: none;

}
.second h2{
  text-align: center;
  text-decoration: none;

}
.main h3{
  text-align: center;
}
.second h3{
  text-align: center;
}

.main h1:hover{
  color:#bbb;

}

.second h1:hover{
  color:#bbb;

}


.third {
  margin-top: 2rem;
  display:flex;
justify-content: center;
 
  width:100%;


}
.third p{
  font-size: 1.5rem;

   justify-content: center;
  display:inline;
  margin: 2rem;
  transition:all 1s;
}
.third p:hover{
  color:#5F6973;

}
.third p:after{
    content:"";
    display:block;
    background-color:gray;
    height:2px;
    transform: scale(0);
    transform-origin:left;
    transition: all 1s;
  }
  .third p:before{
     content:"";
    display:block;
    background-color:gray;
    height:2px;
    transform: scale(0);
    transform-origin:right;
    transition: all 1s;

  }

  .third p:hover:after{
    transform: scale(1);
  }
  .third p:hover:before{
    transform: scale(1);

  }
.content{
  text-align: center;
  margin:2rem;
}
textarea{
  width:100%;
  height:200px;

}


   
h1{
  text-align: center;
   transition:all 0.5s;
  font-size: 50px;
}
h2 {
  
  font-weight: bold;
}

h3 {
  font-size:20px;
  font-weight: bold;
  margin-top: 1rem;
  color: #6d7d8c;
  text-decoration: none;
}
h4{
  font-weight: bold;
}

p {
  margin-bottom: 0em;
}


code {
  background-color: #EEE;
  padding: 0.5rem;
  display: block;
}

/* 
  INTERACTIVE ELEMENTS -------------------
*/

/*Styling for in-text link*/
.First_Line h4{
  display:inline;
  
}
.First_Line :after{
  content: "        |        ";
}
.First_Line{

   margin:2rem;

}
@media only screen and (max-width: 900px){
.First_Line{
  overflow: hidden;
  max-width:600px;

  
}
  }


.in-text-link{
  color: black;
  text-decoration:none;
  transition: color 0.1s ease-out;
  text-shadow:1px 0px 0px #99a5b0;
}

.in-text-link:hover, .in-text-link:focus {
  text-decoration:underline;

}

/*Styling for navigation button*/
.button-nav {
  display: inline-block;
  padding: 0.5rem;
  color: #FFF;
  background-color: #8f997f;
  text-decoration: none;
  border-radius: 0.25em;
  transition-property: background-color; 
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.button-nav:hover, .button-nav:focus {
  background-color: #B2BD9F;
}

/*Styling for submition/ reset button*/
.btn-submit, .btn-reset{ 
  width:40%;
  border-radius:0.25em;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-size:15px;
  padding:6px 24px;
  text-decoration:none;
  background-color: #5F6973;
  border-width: 0px;
}

.btn-submit:hover,.btn-reset:hover {
  background-color:#a1b5c9;
}

.btn-submit:hover, .btn-reset:active {
  position:relative;
  top:1px;
}


/*Styling for radio button*/
.radio-button{
  color: #719FDB;
  font-kerning: 1.1em;
  margin-right: 10px;
  padding: 5px;
}


.radio-button:hover {
  color: #274782;
  font-weight: bolder;
}

.radio-button input{
  width: 30px;
}


/*Styling for text input*/

input[type=text] {
  width: 20%;
  padding: 12px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  transition: 0.5s;
  outline: none;
  border-radius: 0.15em;
}

input[type=text]:focus {
  border: 1px solid #69737D;
}

label {
  font-family: "Lato";
  font-size: 18px;
}

.confirm{
  border-radius:0.25em;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-size:15px;
  padding:6px 24px;
  text-decoration:none;
  background-color: #5F6973;
  width:50px;
}

.confirm:hover {
  background-color:#a1b5c9;
}


/*Styling for image link*/
.image_link{
  padding: 40px;
}
.image_link:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:300px;
    height:auto;
    display:block;
    z-index:999;
}

/* 
  TEXT ELEMENTS -------------------
*/


/*Headings-------------*/
.heading1{
  font-size: 35px;
  font-weight: bolder;
}

.heading2{
  font-size: 30px;
}

.heading3{
  font-size: 25px;
  font-weight:lighter;
}

.heading4{
  font-size: 20px;
  font-style: italic;
  margin-bottom: 20px;
}


/*Paragraphs-------------*/
.paragraphs {
  padding: 2em;
  border-radius: .3em;
  background-color: #ffffff;
  border: 1.5px solid #E5E7DA;
  box-shadow: 3px 3px 3px #B1BC9E;
}


/*Bullet list-------------*/

.blist ul{
  font-family:"Lato"; 
 
}

/*
  Numbered lists----------------
*/
.nlist {
  display:flex;
  padding: 10px;
  background-color: #ffffff;
  line-height: 2em;
  border: 2px solid #00000030;
  border-radius: 0.2em;
  width:20%;
}

/* 
  COMBINED ELEMENTS -------------------
*/

/*
  Navigation bar----------------
*/
.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #B1BC9E;
}

.navbar li {
  float: left;
}

.navbar li a {
  display: block;
  color: black;
  text-align: center;
  font-family: "Lato";
  padding: 14px 16px;
  text-decoration: none;
}

.navbar li a:hover {
  color:  #F0F0F0;
  transition: 0.3s;
}


/*
  Product lisitng-----------------
*/

.list{
  max-width: 300px;
  position: fixed;

  width:24%;
  
  padding-left: 1rem;
border-left-style:solid; 
border-left-color:rgb(187,202,218);
border-left-width:0.5rem;
white-space: nowrap;

}
.list h1{
  display: flex;

  font-family: "Lato";
  font-size: 30px;
  font-weight: bold;
  margin:0.4rem 0;
  margin-bottom: 2rem;
   overflow:hidden;
   color:rgb(187,202,218);
  

}
.list h2{
  display:flex;
  text-align:left;
  
  
  font-family: "Lato";
  font-size: 24px;
  font-weight: lighter;
  margin:0.4rem 0;

  transition:all 1s ;
  

 white-space: normal;

}


.list a{

  text-decoration: none;
  color:black;
}
.list a:after{
    content:"";
    display:block;
    background-color:gray;
    height:2px;
    transform: scale(0);
    transform-origin:left;
    transition: all 1s;

  }


  .list a:hover:after{
    transform: scale(1);
  }
@media only screen and (max-width: 734px){
  .list h1{
  text-align: center;
  font-size: 20px;
  color:rgb(187,202,218);
  border-bottom: 0.4rem solid rgb(187,202,218);
  width: 100%;
  }

  .list h2{
   
   text-align: left;
    white-space: pre-line;
   
  font-size: 15px;
 
  }
  .list{
   border-left: 0;
    
    margin: 0;
    padding-left: 0.2rem;
  }


}
.list_title{
   float:right;
  display:flex;
  
  width: 70%;
  margin-bottom:0;
 
   
}
.list_title h3{
  padding-left: 1rem;
  text-align:left;
  font-size: 30px;
  color:black;
  padding-bottom: 0;
  transition:color 1s;
}
.list_title h3:hover{
  color:#B1BC9E;
}
.list_line{
  float:right;
  width:70%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom-style:solid;
  border-bottom-width:0.2rem;
  border-color: #E3DFD4;

}

.grid{

  float:right;
  display:flex;
  justify-content: center;
  width: 70%;
  margin-bottom: 2rem;
  

}


.grid>div{

  flex-basis: 40%;
  margin: 0.5rem;
   overflow: hidden;
   transition:all 1s;
   padding-bottom: 1rem;

}

.grid>div:hover{
  box-shadow: 0px 3px 3px #bbbbbb; 
}
.pic{
  overflow: hidden;
  margin-bottom: 0.5rem;
}



.grid img{
  width:100%;

  transform:scale(1);
  transition:transform 1s;
  
}
.grid img:hover{
  transform:scale(1.2);

}


.grid h1{
  text-align: center;
  font-family: "Lato";
  font-size: 20px;
  font-weight: bold;
  margin:0.4rem 0;
}
.grid h2{
  text-align: center;
  font-family: "Lato";
  font-size: 15px;
  font-weight: lighter;
  margin:0.4rem 0;
}

@media only screen and (max-width: 734px){
  .grid{
    flex-direction: column;
  }

}
  


/*
  Payment form-----------------
*/

.payment {
  margin-left: 5rem;
  background-color: #ffffff;
  padding: 20px;
  border: 1.5px solid #E5E7DA;
  border-radius: 0.2em;
  display: flex;
  flex-direction: column;
  width: 50%;
  box-shadow: 3px 3px 3px #B1BC9E; 
}

.payment input{
  
}

.payment-form1 input{
  
  width: 30px;
}

.pay-label {
  font-size: 16px;
}
@media only screen and (max-width: 734px){
  .payment{
    flex-direction: column;
   width:90%;
   margin-left: 0;
  }

}



/*
  ART DIRECTION-----------------
*/
/*
  Color palettes-----------------
*/

.color-palettes {
  display: flex;
  padding: .5em;
  background-color: #FFF;

}

.color-palettes>div {
  flex-basis: 20%;
  text-align: center;
  padding: 100px 0 ;
}

.color-palettes>div:nth-of-type(1){
  background-color: #E5E7DA;
}

.color-palettes>div:nth-of-type(2){
  background-color: #E3DFD4;
}

.color-palettes>div:nth-of-type(3){
  background-color: #B1BC9E;
}

.color-palettes>div:nth-of-type(4){
  background-color: #E2E7ED;
}

.color-palettes>div:nth-of-type(5){
  background-color: #5F6973;
}

.font>h3 {
  font-size: 30px;
  font-kerning: 1em;
  color: #465E4A;
}

.font {
  display: flex;
  justify-content: space-between;
  margin-right: 50em;
}



/*
  Branding ideas-----------------
*/
.branding>h4 {
  color: #919c7e;
  font-style: italic;
}

/*--------------------------detail page
*/
.cart-btn {
  display: inline-block;
  padding: 0.5rem;
  color: #FFF;
  background-color: #8f997f;
  text-decoration: none;
  border-radius: 0.25em;
  transition-property: background-color; 
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.cart-btn:hover {
  background-color: #B2BD9F;
}

/*--------------------------contact page
*/

.contact_right{
flex-basis: 30%;
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
  border: 1.5px solid #E5E7DA;
  border-radius: 0.2em;
 box-shadow: 3px 3px 3px #B1BC9E; 
 background: #E5E7DA;
 margin-right: 4rem;
 margin-left:-1rem;

 
}

.contact_right h4{
  color: #5F6973;
}

.contact h3 {
  color: black;
}

.contact_img img{
  width: 90%;
  transition:all 1s;

}
.contact_img img:hover{
  transform:scale(1.2);
}
.contact_img{
  overflow: hidden;


}

.contact_form_left{
  flex-basis: 50%;
  background-color: #ffffff;
  padding: 20px;
  border: 1.5px solid #E5E7DA;
  border-radius: 0.2em;
  display: flex;
  flex-direction: column;
/*  width: 50%;*/
  box-shadow: 3px 3px 3px #B1BC9E; 
  padding-bottom: 40px;
  margin-left:5rem;

 
}


.contact{
  
  display:flex;
  justify-content: space-between;
}
@media only screen and (max-width: 734px){
  .contact{
    
    flex-direction: column;
  }
  .contact_form_left{
    margin:0;
    width:90%;
    margin-bottom: 2rem;
  }
  .contact_right{
    margin:0;
    width:90%;
  }

}

label{
  font-family: 'Lato', sans-serif;
}

.checkout{
  display: flex;
 justify-content: center;
  /*padding: 2rem;
  margin-left: 4rem;
  margin-right: 2rem;*/
}

.checkout>div{
 

}

.address {
  background-color: #ffffff;
  padding: 5px 20px 20px 20px;
  border: 1.5px solid #E5E7DA;
  border-radius: 0.2em;
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  box-shadow: 3px 3px 3px #B1BC9E; 
  margin-right: 4rem;
}

.cart-item{
  flex-basis: 30%;
}


/*
  Checkout cart-----------------
*/

.cart-item>div{
  
   display:flex;
  justify-content: space-around;

}

.cart-item>div:nth-of-type(1){

  background-color: #ffffff;
  padding: 5px 20px 15px 20px;
  border: 1.5px solid #E5E7DA;
  border-radius: 0.2em;
  /*display: flex;*/
  box-shadow: 3px 3px 3px #B1BC9E; 
  /*width: 90%;
  height: 30%;*/
  background-color: #E5E7DA;
}

.cart-left {
  flex: 80%;
  
  
}


.cart-right {
  flex: 20%;
}

.continue {
 margin-top: 1rem;
 margin-left: 8rem;
  /*display: relative;*/
  width: 30%;
  
}
@media only screen and (max-width: 734px){
  .checkout{
    flex-direction:column;
  }
  ..cart-item>div:nth-of-type(1){
    border:solid 2px red;
    width: 90%;
    margin: 0;
    padding: 0;
  }
  .address{
/*    border:solid 2px red;*/
   width: 90%;
    margin:auto;
    margin-bottom:2rem;
  }
  .continue{
    margin-left: 12rem;
    
  }

}

/*Product detail page--------------------------*/

.single-product{
  max-width:1200px;
  margin:auto;
  display:flex;
}
  

.single-product-left img{
  width:100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.single-product-left{
  flex-basis: 50%;
   margin-right: 4rem;
}

.single-product-right{
  flex-basis: 30%;

}

.product-description {
  border-bottom: 1px solid #E1E8EE;
  margin-bottom: 20px;
}
.product-description h2 {
  font-size: 25px;
  color: rgb(187,202,218);
  margin-top: -1rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.product-description h1 {
  font-weight: 300;
  font-size: 52px;
  color: black;
  letter-spacing: -2px;
}

.product-description p {
  font-weight: lighter;
  color:#86939E ;
}

.product-price {
  display: flex;
  align-items: center;
}

.product-price span {
  font-size: 26px;
  font-weight: 300;
  color: #43474D;
  margin-right: 20px;
}
.cable-choose {
  margin-bottom: 20px;
}

.cable-choose button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
  margin-right: .5rem;
}

.cable-choose button:hover,
.cable-choose button:active,
.cable-choose button:focus {
  border: 2px solid #86939E;
  outline: none;
}

.cable-config {
  border-bottom: 1px solid #E1E8EE;
  margin-bottom: 20px;
}


.cable-config a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.cable-config a:before {
  content: "?";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}

.cart-btn {
  display: inline-block;
  padding: 0.5rem;
  color: #FFF;
  background-color: #8f997f;
  text-decoration: none;
  border-radius: 0.25em;
  transition-property: background-color; 
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.cart-btn:hover {
  background-color: #B2BD9F;
}
  .footer{

  display: flex;
  flex-direction:column;
    width: 100%;
    text-align: center;
    text-decoration: none;
  }
  @media screen and (max-width:734px){
.footer{
  display: none;

}
  }
 

@media screen and (max-width:734px){
  main.single-product{
    flex-direction: column;
  }

  .single-product-left{
    /*border:1px solid red;*/
    width:95%;
    margin:auto;
  }

  .single-product-right{
    /*border:1px solid red;*/
    width:95%;
    margin:auto;
  }










