/* Enter Your Custom CSS Here */

.woocommerce div.product form.cart .variations label {
    font-size: 16px;
    color: black;
    padding-top: 12px;
}
.woocommerce #main img {
    height: auto !important;
}
div.summary.entry-summary > p{
	display:none !important;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #02537e;
    border-color: #02537e;
  	font-weight:bold;
    background-color: #f5f5f5;
    width: 300px;
    font-size: 18px;
}
.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
    font-size: 26px;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: #02537e;
  	font-weight:bold;
    border-color: #02537e;
    background-color: #f5f5f5;
}
.vc_btn3.vc_btn3-style-modern {
    background-image: none;
    background-repeat: repeat-x;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}
#tab-description > h2 {
	display:none;
}
.gallery {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.widget_contact ul li a:hover {
    color: white !important;
}
.widget-title {
    background-clip: content-box;
    background-color: #02537e;
    border: 1px solid #02537e;
  	font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 16px !important;
    line-height: 2.125;
    padding: 1px;
    text-align: center;
    text-transform: uppercase;
}
.alignleft {
    margin-right: 5px;
}
#tab-description > div:nth-child(2) > div:nth-child(2) > div > div > div > a{
	padding-left:70px;
}
.woocommerce div.product .product_title {
    display: none;
}
.page-header {
    padding-bottom: 9px;
  	margin: 0px 0 20px;
  	border-bottom: none;
}

