/* Fix Safari Chart menu error */
@media (min-width: 991px){
.col-xs-6 { width: 100%; }
}


p.ex1 {
  margin-bottom: 1px;
  text-align : left;
}
p.ex2 {
  margin-bottom: 10px;
}



/* POP UP Center Shipping  */
@media (min-width: 1024px){

.pum-container.pum-responsive.pum-responsive-tiny {
left : 50% !important;
  }

}

/* Mobile Menu Icon  */
.nm-menu-icon {
margin-left : 36px !important;
}

.woocommerce-MyAccount-content .shop_table tr td {
text-align : center !important;

}




/* New Button Class */
.buttonp {
padding-top: 6px;
padding-bottom: 6px;
border: 1px solid #aaa;
background : #e23636;
color : white;
display : table;
margin : 0 auto;
margin-top : 10%; 
}


#mainsubmi {
margin-top : 12px;  
}


.cart-collaterals .shop_table tr th {
color : white !important;
}
.cart-collaterals .shop_table tr td {
color : white !important;
}

.nm-coupon-inner {
background-color : #e23636 !important;;
}

#customer_details .woocommerce-shipping-fields h3 {
 display : none !important; 
}

/* Single Product rating CSS */
.woocommerce-product-rating {
  text-align : center !important;  
}
.comment-respond h3 {
  padding-bottom : 0px !important;
}


/* hide stock flash default */
.products li.outofstock .nm-shop-loop-thumbnail > a:after {
	visibility : hidden;
  }