/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0 - checking
*/

.no_bullets ul {
    list-style-type: none;
}

.proText {
	margin: 10px 0 10px 0;
}
.price-hover-wrap {
	margin-top: 10px;
	line-height: 24px;
}

.bradsButton {
    text-align: center;
}
.bradsAffiliateBox {
    display: flex;
    width: 95%;

}
.bradsAffiliateBox h5 {
    font-size: 12px;
    font-weight: normal;
}
.bradsAffiliateHeading {
    margin-bottom: 30px;
}
.bradsAffiliateHeading ul {
    margin: 0;
}
.bradsCouponBox {
    flex: 1;
    width: 45%;
    padding: 0 10px;
    text-align: center;
        margin: 0 10px;
}
.bradsCouponBox input {
    margin: 10 auto;
text-align: center;
    border: none;
    font-weight: bold;
}
.affiliate-profile div.field label[for="aff_attr_coupons"] {
    display: none;
}
.bradsLinkBox {
    flex: 1;
    width: 45%;
    padding: 0 10px;
    text-align: center;
        margin: 0 10px;
}
.bradsAffiliateBoxBorder {
    box-shadow: 1px 1px 5px 0px #000000;
    -webkit-box-shadow: 1px 1px 5px 0px #000000;
    -moz-box-shadow: 1px 1px 5px 0px #000000;
    border: solid #00b3e3 3px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.bradsLinkBox a {
    margin: 10px auto;
}

.affiliate-profile input {
    width: 100%;
}
.price del, .price del .amount { 
	color: #FF0004!important;
}
#dermodality_login_popup {
		display: none;
	text-align: center;
	border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border: 2px solid #000D78;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    z-index: 10021;
    height: auto;
    margin-top: -325px;
    width: 600px;
    margin-left: -300px;
	box-shadow:0px 0px 10px 0px #000D78;
	padding:10px;
	box-sizing:border-box;
	font-family:helvetica;
}
#dermodality_education_login_popup {
		display: none;
	text-align: center;
	border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border: 2px solid #000D78;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    z-index: 10021;
    height: auto;
    margin-top: -325px;
    width: 600px;
    margin-left: -300px;
	box-shadow:0px 0px 10px 0px #000D78;
	padding:10px;
	box-sizing:border-box;
	font-family:helvetica;
}
#edureg {
	background-color: darkblue;
	color: white;
}
#eduregform {
}
#edulog {
	background-color: darkblue;
	color: white;
}
#edulogform {
	display: none;
}

#loginShading {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 400%;
	background-color: black;
	z-index:10020;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
 display:none;

}
.narrow_row {
	max-height: 200px;
}

#derm_cc_fee_options {
	display: flex;
}
.fee_choice {
	display: inline-block;
}
.woocommerce-page form .form-row label {
  font-weight: bold;
 
}
 .woocommerce-page form .form-row label {
  display: inline!important;
  margin-left: 5px!important;
	margin-right: 15px!important;
}
.woocommerce-page form .form-row input[type=radio] {
  margin-left: 15px;
}
.fan_brush_box {
	border: 1px solid #00b3e3;
	padding: 15px;
	margin: 10px;
}

.wc-block-components-product-metadata {
	display: none;
}