
a.showmoredit{
        position: fixed;
    bottom: 100px;
    padding: 5px;
    color: #fff;
    z-index: 9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
background-color: #02cbd4;
right: 30px;
    text-align: center;
    width: 71px;
    height: 57px;
    font-size: 16px;
    
}



 .second_content{
	float:left;
	color: white;
	background-color: #2daaff;
	padding: 10px;
	border-radius: 15px;
	text-align: center;
  }
  .second_content2{
    float: left;
    color: white;
    background-color: #2daaff;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    text-align: center;
  }
   @media screen and (max-width: 1199px) {
	.second_content{
		width: 100%;
		margin-top: 10px;
	}
	.second_content2{
		width: 28%;
		margin-left: 17px;
	}
	.woocommerce div.product form.cart .button{
		float: left;
	}
  }
  
  
  @media screen and (max-width: 992px) {
	.second_content{
		
		width: 100%;
		margin-top: 10px;
	}
	.second_content2{
		width: 35%;
		margin-left: 17px;
	}
	.woocommerce div.product form.cart .button{
		float: left;
	}
  }
  @media screen and (max-width: 767px) {
      a.showmoredit{
          bottom: 35px;
      }
	.second_content{
		width: 100%;
		margin-top: 10px;
	}
	.second_content2{
	 width: -webkit-fill-available;
	margin-right: 20px;
	margin-left: 20px;
	}
  }