/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.watupro-live-result-btn{
  background: #0088cc;
  border-color: #08366b;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: button;
  font-weight: 400;
  line-height: normal;
  outline-style: none;
  padding: 0.7142em 1.2143em;
  text-transform: uppercase; }


.watupro-live-result-btn:hover{background-color:#0c54a6;border-color:#0c54a6 !important;color:#ffffff}

.archive-products{
	border:1px solid #e7e7e7;
	padding:15px; 
	border-radius:10px;
}
.term-description{
	margin-top:15px;
	border:1px solid #e7e7e7;
	padding:15px; 
	border-radius:10px;
}

ul.products {
    list-style-type: none;
	margin:0px;
}
ul.products > li {
    border-bottom: 1px solid rgb(221,221,221);
	margin:0px;
	line-height:20px;
	font-size:16px;
	padding:15px;
}
ul.products > li:nth-of-type(odd) {
    background-color: #F0F0F0;
}
ul.products > li:last-child {
    border-bottom: none;
}

ul.products > li:first-child {
    background-color: #FFF;
}
ul#menu-login > li {

	font-size:14px;
}

.xoo-cp-close{color:#FFF !important;}



.watupro-live-result-btn{
  background: #093c76;
  border-color: #08366b;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: button;
  font-weight: 400;
  line-height: normal;
  outline-style: none;
  padding: 0.7142em 1.2143em;
  text-transform: uppercase; }


.watupro-live-result-btn:hover{background-color:#0c54a6;border-color:#0c54a6 !important;color:#ffffff}

.woocommerce-message{
    border: 1px solid #cde9ce;
    border-radius: 5px;
    padding: 10px;
    background: #dbefdc;
	color:#285b2a;
	}

.woocommerce-error{
    border: 1px solid #fccac7;
    border-radius: 5px;
    padding: 10px;
    background: #fdd9d7;
	color:#7f231c;
	}

.woocommerce-info{
    border: 1px solid #b8c6d8;
    border-radius: 5px;
    padding: 10px;
    background: #ccd6e3;
	color:#001b3c;
	}