/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.et_pb_row {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
#logo {
    max-height: 98% !important;
}

.et_pb_menu .et-menu>li {
    padding-left: 16px;
    padding-right: 16px;
    width: 200px;
    text-align: center;
    line-height: 19px;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 8px;
    background: #0162a0;
    padding: 10px;
	color:#ffffff;
	border-radius:6px;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li.current-menu-item a {
	 background: #d29303;
}
.fontnormal {
	font-weight:400;
}
.product-text-head {
	color:#02619f;
	font-weight:bold;
	padding:15px 0px;
	font-size:20px
}
.product-text-head2 {
	color:#02619f;
	font-weight:bold;
	font-size:15px
}
.ultags {
	margin-left:20px
}
.ultags li {
	list-style: none;
	line-height: 21px;
    padding-bottom: 10px;
}
.ultags li:before {
    content: "";
    position: absolute;
    left: 17px;
    margin-top: 7px;
    background: #da9802;
    height: 9px;
    width: 9px;
    border-radius: 50%;
}

.product-table {
  border-collapse: collapse;
  width: 100%;
}

.product-table td, .product-table th {
  border: 1px solid #c6c6c4;
  padding: 5px 6px !important
}

.product-table tr:nth-child(even){background-color: #fff;}

.product-table tr:hover {background-color: #dedede;}

.product-table th {
  text-align: left;
  background-color: #02619f;
  color: #ffffff !important;
}

.pultags1 {
	margin-left:0px
}
.pultags1 li {
	list-style: none;
    line-height: 21px;
    padding-bottom: 10px;
    padding-left: 3px;
}
.pultags1 li:before {
    content: "";
    position: absolute;
    left: 0px;
    margin-top: 5px;
    background: #da9802;
    height: 9px;
    width: 9px;
    border-radius: 50%;
}
.et_pb_gutters3 .et_pb_column {
	margin-right: 3.5%;
}

/* gallery filter code */
.simplefilter li {
	font-weight:500 !important;
}

.pfg-bootstrap .text-center {
  font-size: 16px !important;
  padding-bottom: 8px !important;
}
/* end here*/