.wqo_add_btn{
  color: #FF0000;
  font-weight: bold;
  /*font-size: 40px;*/
}
.wqo_add_btn a{
  cursor: pointer;
  text-decoration: none!important;
}
  
.wqo_add_cart{
  /*background: url("../images/add_cart.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  /*width: 30px;
  height: 30px; */ 
}

.wqo_search{
  background:#44c767!important;
  color: #FFFFFF!important;
  font-size: 12px!important;
  padding:10px 7px!important;

}

.wqo_search:hover {
	background-color:#5cbf2a!important;
}

/*----Pagination-----*/
.wppp-pagination {
    display:inline-block;
    width: 100%;                   
}

.wppp-pagination .page-numbers{
    padding:2px 6px;
    margin:2px;
    border:1px solid #4A5154;
    text-decoration:none;
    color:#4A5154;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}
.wppp-pagination .page-numbers:hover,
.wppp-pagination .page-numbers:active{
    border:1px solid #4A5154;
    background-color:#4A5154;
    color:#fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.wppp-pagination .page-numbers.current{
    padding:2px 8px;
    margin:2px;
    border:1px solid #4A5154;
    font-weight:bold;
    background-color:#4A5154;
    color:#FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
/*----- End Pagination -----*/
/*--tooltip--*/

#preview{
	position:absolute;
	border:1px solid #FFF;
	background:#FFF;
  border: solid 2px #cccccc;
	padding:5px;
	display:none;
	color:#fff;
  
	}
#preview img{
  max-width: 300px;
  z-index: 999999999;
	}  
  
/*------*/
.alert {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alertAdd {
    bottom: 0;
    display: none;
    position: fixed;
    right: 150px;
    text-align: center;
    z-index: 1100;
    text-align: center;
}
/*
.wqo_alert_msg {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}*/

.wqo_vew_table{
    width: 100%;
}

@media only screen and (max-width: 48em) {
  .wqo_vew_table tr td{
    min-width: 10px!important;
    word-break:  normal!important;
    padding: 2px!important;
    font-size: 11px!important;
  }
  .wqo_vew_table tr th{
    min-width: 10px!important;
    word-break:  normal!important;
    padding: 2px!important;
    font-size: 12px!important;
  }
  .wqo_vew_table tr td img{
    width: 32px!important;
    height: 32px!important;
  }
  .product_qty{
    width: 50px!important;
    font-size: 9px;
  }
}
.wqo_cart_amount .amount{
  display: block!important;
}

/*------------Css for Popup-----------*/
.wqo_popup_con_main{
    padding: 0px;
    margin: 0px;
    width: 500px;
    min-height: 400px;
    padding: 10px;
  }
  .wqo_popup_con_1{
    width: 100%;
    font-size: 20px;
    color: brown;
  }
  .wqo_popup_con_2{
    width: 100%;
    margin-top: 10px;
  }
  .wqo_popup_con_3{
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
  }
  
  .wqo_popup_con_left{
    float: left;
    width: 50%;
    margin: 0px;    
  }
  .wqo_popup_con_left img{
    border: solid 2px #CCCCCC;
  }  
  .wqo_popup_con_right{
    float: right;
    width: 50%;    
  }
  .wqo_clear{
    clear: both;
  }
  .wqo_popup_title{
    font-size: 22px;
    color: darkorange;
    margin-bottom: 20px;
  }
  .wqo_popup_price{
    font-size: 20px;    
    margin-bottom: 20px;
  }
  
  
  /*--------------Tooltip-----------------*/
  #preview img{
    max-width: 280px!important;
    
  }
  @media screen and (max-width: 600px){
    #preview img{
      max-width: 200px!important;

    }    
  }
  @media screen and (max-width: 450px){
    #preview img{
      max-width: 150px!important;

    }
    
  }
  .wqo_search_form select{
      font-size: 12px!important;
      padding: 7px 5px!important;
      line-height:30px!important;
  }

  #wqo_options select{
      min-width: 100px!important;
  }