/* Enter Your Custom CSS Here */
.box-text-products{
	text-align:center;
}
/*.nav-dropdown {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
	  border-radius: 10px !important;
}*/
.icon-angle-down{
	visibility:hidden;
	width:0px !important;
}
.grid-tools a {
    border: 0px solid red;
    border-radius: 5px 5px 0px 0px;
}
.absolute-footer {
  padding: 0px !important;
}
.quick-view-added{
	font-weight:normal !important;
}
.banner{
	background-color:#fff !important;
}
.footer-primary{
	padding: 2px 0;
}
.footer1{
	width:33.33%;
	border-style: hidden;
	text-align:left;
}
.footer2{
	width:33.33%;
	border-style: hidden;
	text-align:center;
}
.footer3{
	width:33.33%;
	border-style: hidden;
	text-align:right;
}
.paoc-popup-modal {
   width: auto;
	 border-radius: 20px;
}
.paoc-popup-modal-cnt {
   border-radius: 20px;
	 padding: 20px 20px 20px 20px;
}
.orderby{
	 border: 1px solid rgba(0, 0, 0, 0.3);
   border-radius: 10px;
}
@media only screen and (max-width: 800px){
	.footer1{
	width:50%;
	text-align:left;
}
.footer2{
	width:50%;
	text-align:right;
}
.footer3{
	width:0%;
	text-align:right;
}
}
@media only screen and (max-width: 500px){
	.footer1{
	width:80%;
	text-align:left;
}
.footer2{
	width:0%;
	text-align:right;
}
.footer3{
	width:20%;
	text-align:right;
}
}