/*
Theme Name:         SIGLENT 2021 
Author:             Kevin Hejduk - Visia Marketing
License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/


.woocommerce div.product .stock {
	font-size: 1.075rem !important;
    font-weight: 700;
}

.woocommerce div.product .stock.in-stock {
	color: #517541;
}

.solutions-grid h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.125rem;
}

.post-archive .post {
  margin-top: 2rem;
}

.box {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  padding: 1rem;
  margin: 0 1rem;
}

.box.box-rounded {
  border-radius: 12px;
}

.box a {
  line-height: inherit;
  color: #014690;
  text-decoration: none;
  cursor: pointer;
}

.box h3 a {
  color: #142D4D;
}

.box img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 16px;
  -ms-interpolation-mode: bicubic;
}

.box p a {
  color: #f39800;
}

.product-banners .button:hover {
	background: #f39800 !important;
	color: #ffffff !important;
}






.reveal-overlay {
  background-color: #081121eb;

}

#countryModal {
  border-radius: 15px;
  text-align: center;
  padding: 60px 30px 30px;
  text-align: center;
}

#countryModal ul {
  margin: 0 auto;
  list-style: none;
  text-align: left;
  width: 130px;
}

#countryModal ul li {
  padding: 4px 0;
}

#countryModal ul li:last-item {
  border-bottom: none;
}

#countryModal .close-button {
	color: #f39800
}







.wc-pao-addon-container {
    background: #f3f3f3;
    border: 1px solid #dddddd;
    margin: .5rem 0; 
    padding: .75rem;
}

.wc-pao-addon-container:last-child {
	margin-bottom: 20px;
}

.wc-pao-addon-container h2.wc-pao-addon-name {
	margin-top: 0;
	font-size: 1.125rem;
	color: #f39800;
	margin-bottom: 4px;
}

.wc-pao-addon-container .wc-pao-addon-description p {
	font-size: 13.5px !important;
	line-height: 1.3!important;
	margin-bottom: 3px;
}

.wc-pao-addon-container p {
	margin-bottom: 3px;
}

.wc-pao-addon-container .wc-pao-addon-wrap {
	position: relative;
}

.wc-pao-addon-container .wc-pao-addon-wrap > div {
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	margin-top: 7px;
}

.wc-pao-addon-container .wc-pao-addon-wrap label {
	line-height: 1.3!important;
	font-size: 13.5px!important;
	position: relative;
	padding-left: 8px;
	text-indent: 0;
}

.wc-pao-addon-container .wc-pao-addon-wrap .wc-pao-addon-checkbox {
	align-self: flex-start;
	position: relative;
	top: 3px;
	left: 0;
}