	span {cursor:pointer; }
		.number{
			margin-bottom:-23px;
		}
		.minus, .plus{
			width:30px;
			height:30px;
			background:#f2f2f2;
			color:#000;
			border-radius:4px;
			padding:2.5px 5px 2.5px 5px;
			border:1px solid #ddd;
            display: inline-block;
			font-weight:800;
            vertical-align: middle;
            text-align: center;
		}
		input{
			height:30px;
            width: 60px;
            text-align: center;
            font-size:15px;
			border:1px solid #ddd;
			border-radius:10px;
            display: inline-block;
            vertical-align: middle;
		}	
		
.sticker{
	display:none;
}

@media (min-width:962px){
/*CSS List*/
.load_more_button{
	margin-left:47%;
	margin-top:20px;
	margin-bottom:30px;
	float:left;
}
.sticky {
  display:block;
  position: fixed;
  top: 10px;
  width: 20%;
  z-index:99;
  padding:10px;
  text-align:right;
  vertical-align:right;
  background-color:#ec4503;
  margin-left:-20px;
  border-radius: 0px 10px 10px 0px ;
}
.sticky + .tab-content {
  padding-top: 10px;
}
.tab-content .list{
	
    float:left;
	width:33.3333%;
}
.tab-content .list h4{
	margin-top:10px;
	font-size:16px;
	color:#000;
}
.tab-content .list p{
	font-weight:600;
	font-size:16px;
	
}
.tab-content .list small{

	font-weight:400;
	font-size:13px;
	margin-left:10px;
	margin-bottom:20px;
	
}

.tab-content .list del{

	font-weight:400;
	font-size:13px;
	margin-left:10px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #f1f1f1;
}
table tr td {
  padding: 5px;
  
}
.list img{
  width:120px;
  height:120px;
  border-radius:20px;
}


.btn-list{
    background: #ec4503;
    border: 1px solid #ec4503;
    border-radius: 60px;
    color: white;
    font-size: 16px;
    width: 120px;
    height: 40px;
    position: right;
    margin: 10px; 
    margin-top: -39px;
    letter-spacing: 1px;
    display: inline-block;
    
}
.btn-list:hover{
    background: white;
    border: 2px solid #ec4503;
    color: #ec4503;
}
button{
  float: right;
}
}

@media (max-width:962px){
	/*CSS List*/
.load_more_button{
	margin-left:35%;
	margin-top:20px;
	margin-bottom:30px;
	float:left;
}
.sticky {
  display:block;
  position: fixed;
  top: 5px;
  right:0;
  width: 60%;
  z-index:99;
  font-size:12px;
  background-color:#ec4503;
  box-shadow: 5px 2px 5px;
  padding:8px;
  transition: 0.7s;
  border-radius: 10px 0px 0px 10px ;
}
.sticky + .tab-content {
  padding-top: 42px;
}


table {
  width: 100%;
  
}
table tr td {
  padding: 5px;
  border-bottom: 2px solid #f1f1f1;
  
}
.tab-content .list h4{
	
	margin-top:15px;
	margin-left:10px;
	color:#000;
	font-size: 16px;
}
.tab-content .list p{

	font-weight:700;
	font-size:14px;
	margin-left:10px;
	margin-bottom:1px;
}
.tab-content .list small{

	font-weight:400;
	font-size:13px;
	margin-left:10px;
	
	
}

.tab-content .list del{

	font-weight:400;
	font-size:13px;
	margin-left:10px;
}

.tab-content .list img{
	width:200px;
  border-radius:10px;
}

button{
  float: right;
  margin-right:-10px;
}

.btn-list{
    background: #ec4503;
    border: 1px solid #ec4503;
    border-radius: 50px;
    color: white;
    font-size: 13px;
    font-weight: 600;
    width: 90px;
    height: 35px;
    position: right;
    margin-top:-37px;
    margin-bottom:5px;
    
    display: inline-block;
    
}
.btn-list:hover{
    background: white;
    border: 2px solid #ec4503;
    color: #ec4503;
}

}
