/*@import Fonts*/

.product_selection_container
{
    margin-top: 50px;  
}
.product_selection_container .accordion_title
{
    color: green;
}
.product_selection_container .card{
	margin-bottom:15px;
	border:#dbdbdb 1px solid;	
	box-shadow: 0px 0px 5px #f2f2f2;
}
.product_selection_container .card .card-header{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.product_selection_container .card .collapse.show{
	box-shadow: 0px 5px 0px #dbdbdb;
}
.product_selection_container .card .collapse .card-body:last-child {
	border-bottom:0;
}
.product_selection_container .card .card-header h5{
	color:#00853f;
	font-family:"bold";
	font-size:20px;
    display:inline-block;
	float:left;
}
.product_selection_container .card .card-header h5 i{
	margin-right:10px;
	font-size: 15px;
    position: relative;
    top: 4px;
	display:inline-block;
	float:left;
}
.product_selection_container .card .card-header h5 i.fa-chevron-down{	
	display:none;
}
.product_selection_container .card .card-header h5 i.fa-chevron-up{
	display:inline-block;
}
.product_selection_container .card .card-header .collapsed h5 i.fa-chevron-down{
	display:inline-block;
}
.product_selection_container .card .card-header .collapsed h5 i.fa-chevron-up{
	display:none;
}
.product_samples_container .page_title{
	font-size:40px;
	font-family:"bold";
}
.order_summary_main_section
{
    background-color: white;
    padding-top: 10px;
	min-height:300px;
}
.shipping_details_main_section
{
     padding-top: 10px;
}
.product_samples_container,.order_summary_container,.shipping_details_container
{ 
        width: 70%;
        margin: 0 auto;
        padding: 60px 0px;  
}
.prod_dtl_itm
{
    margin-bottom: 0px;
    font-size: 14px;
	font-family:"regular";
	color:#404040;
}
.product_selection_container .card-body,
.order_summary_main_section .card-body
{
    display: flex;
	border-bottom:#dbdbdb 1px solid;
	margin-left:30px;
	margin-right:30px;
	padding-left:0;
	padding-right:0;
}
.order_summary_main_section .card-body{
	margin-left:0;
	margin-right:0;
}
.prod_name
{
    font-size: 17px;
	font-family:"bold";	
}

.prod_quantity
{
    padding: 5px 8px;
    border: 1px solid #808080;
    border-radius: 5px;
    width: 65%;
}
.shipping_details_container input
{
    border-radius: 8px;
}
.prod_quantity_txt
{
    margin-bottom: 5px;
	font-size:13px;
	color:#808080;
	font-family:"light";
}
.add_to_samples
{
    font-size: 14px;
    color: #00853f;
     cursor: pointer;
     display: inline-block;
	 font-family:"regular";
}
.remove_sample
{
    font-size: 14px;
    color: #de8304;
    cursor: pointer;
    display: inline-block;
	font-family:"regular";
}
.remove_sample .fa.fa-close
{
     font-size: 16px;
}


.form-register label{
	font-family:"light";
	font-size:13px;
	color:#808080;
	margin-bottom:5px;
}
.form-register .form-control{
	font-family:"regular";
	font-size:15px;
	color:#000000;
}
.form-register .form-control.error{
    border: 2px solid #de8304;
    background-color: #FCF2E6;
	color:#de8304;
}
.form-register input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family:"regular";
	font-size:15px;
	color:#000000;
}
.form-register input[type=text]::-moz-placeholder { /* Firefox 19+ */
	font-family:"regular";
	font-size:15px;
	color:#000000;
}
.form-register input[type=text]:-ms-input-placeholder { /* IE 10+ */
	font-family:"regular";
	font-size:15px;
	color:#000000;
}
.form-register input[type=text]:-moz-placeholder { /* Firefox 18- */
  	font-family:"regular";
	font-size:15px;
	color:#000000;
}
.form-register input[type=text].form-control.error::-webkit-input-placeholder {
	color:#de8304;
}
.form-register input[type=text].form-control.error::-moz-placeholder  {
	color:#de8304;
}
.form-register input[type=text].form-control.error:-ms-input-placeholder {
	color:#de8304;
}
.form-register input[type=text].form-control.error:-moz-placeholder {
	color:#de8304;
}
/* The container */
.shipping_radio_container .radio_wrapper {
    display: inline-block;
    position: relative;
   padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    padding-right: 25px;
    font-family:"regular";
	color:#000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.shipping_radio_container .radio_wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.shipping_radio_container .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    border:  1px solid #CCC;
}

/* On mouse-over, add a grey background color */
.shipping_radio_container .radio_wrapper:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.shipping_radio_container .radio_wrapper input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.shipping_radio_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.shipping_radio_container .radio_wrapper input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.shipping_radio_container .radio_wrapper .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.shipping_submit
{
    background-color: #00853f;
    color: white; 
    padding: 0 30px;
    border: 1px solid #CCC;
    line-height: 50px;
    height: 50px;
	font-family:"regular";
	font-size:20px;
	text-transform:uppercase;
	margin-top:16px;
}


/** STYLES FOR PROFILE DETAIL COMPONENTS **/
.profile-detail-container
{
    border: 1px solid #CCC;
    min-height: 200px;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}
.profile-detail-container .profile-img-container
{
    text-align: center; 
}
.profile-img
{
    max-width: 100px;
    max-height: 100px;
    margin-top: -50px;
    border-radius: 50px;
    border: 1px solid #CCC;
    width: 100px;
}
.profile-item-name
{
    font-weight: bolder;
    font-size: 20px;
    color: #000;
}
.profile-item-container
{
    text-align: center;
    padding: 10px;
    font-size: 15x;
    color: #404040;
}
.profile-menu-container
{
    margin-top: 20px;
    color:  #00853f;;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
}
.profile-menu-container .active
{
    color: black;
    font-weight: bolder;
}
.profile-menu-container .profile-menu-items:first-child
{
    border-top: 1px solid #ccc;
}
.profile-menu-items
{
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.prod_thumbnail
{
    max-width: 75px;
} 

.error{
    border:2px solid #de8304;
    background-color: #FCF2E6;
}
.errorLabel.validateLabel,.invalid-feedback 
{
    color: #de8304;
}
.invalid-feedback-msg
{
    display: none;
}
.error::-webkit-input-placeholder { /* WebKit browsers */
        color: transparent;
    }
.error:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color: transparent;
    }
.error::-moz-placeholder { /* Mozilla Firefox 19+ */
       color: transparent;
    }
.error:-ms-input-placeholder { /* Internet Explorer 10+ */
       color: transparent;
    }
/*Responsive design*/



 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .profile-img-container
    {
        float: left;
    }
    .profile-img
    {
           margin-top: 20px;
    } 
    .register-container {
        width: 100%;
        margin: 0 auto;
        padding: 0px 15px;
    }
    .product_samples_container,.order_summary_container,.shipping_details_container
    { 
            width: 100%;
            margin: 0 auto;
            padding: 20px 0px;  
    }
    .card-body {
        display: flex;
        flex-wrap: wrap;
        flex-flow: row wrap;
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
    }
    .card-body div:nth-child(1)
    {
        width: 30%;
        padding: 0;
    }
    .card-body div:nth-child(2)
    {
        width: 70%;
    }
    .card-body div:nth-child(3)
    {
        width: 100%;
        padding: 20px 0 0;
    }
    .card-body div:nth-child(3) p:nth-child(1)
    {
        display: inline-block;
        padding: 0 2% 0 0;
		width: 23%;
		text-align:right;
    }
    .card-body div:nth-child(3) p:nth-child(3)
    {
        display: inline-block;        
        padding: 0 0 0 10px
    }
    .card-body div:nth-child(3) .prod_quantity
    {
        width: 25%;
        padding: 8px 8px;
		margin-left:15px;
    }
    .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 1;
    }
    .mt-3 div
    {
        margin-top: 1rem;
    }
    .shipping_details_container .form-group {
        margin-bottom: 0rem; 
        margin-top: 0rem !important;
    }
	.product_samples_container
    {
        width: 100%;
        margin: 0 auto;
        padding: 50px 15px; 
    }   
	.product_selection_container .card .card-header h5{
		font-size:17px;
	}
	.product_selection_container .card-body,
	.order_summary_main_section .card-body{
		margin:0 10px;
	}
	.prod_name {
		font-size: 15px;
	}
        
 }   

/*x-Extra small devices ( ip5 or vp less than 350px)*/
@media (max-width: 368px) {

	.card-body div:nth-child(3) p:nth-child(1){
		width:28%;
	}
	.card-body div:nth-child(3) .prod_quantity{
		width:20%;
		margin-left:5px;
	}
	.card-body div:nth-child(3) p:nth-child(3){
		padding-left:5px;
	}
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
    .product_samples_container,.order_summary_container,.shipping_details_container
    { 
            width: 100%;
            margin: 0 auto;
            padding: 20px 0px;  
    }
}


/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
    .product_samples_container,.order_summary_container,.shipping_details_container
    { 
            width: 100%;
            margin: 0 auto;
            padding: 20px 0px;  
    }
}



/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { 

	.card-body div:nth-child(3){
       margin-left: 7%;
    }

}
#myAlertModal.modal{
	top:30%;
} 
input#shipping_submit {
    background: #f9a435;
    padding: .5rem 1rem;
    line-height: normal;
    font-size: 18px;
    letter-spacing: normal;
    font-weight: normal;
    height: auto;
    border-radius: .3rem;
}
input#distributor_shipping_submit {
   
    padding: .5rem 1rem;
    line-height: normal;
    font-size: 18px;
    letter-spacing: normal;
    font-weight: normal;
    height: auto;
    border-radius: .3rem;
}
table.freeSampleTable {
    font-size: 14px;
}

.freeSampleTable thead tr {
    background: #00853f;
    color: #fff;
}

.sampleQuantity input {
    height: 35px;
    border-color: #999;
    width: 85px;
}

.hidden {
    display: none !important;
}

.formatted-address {
    margin-left: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .formatted-address .change {
        cursor: pointer;
        color: #00853f;
        display: inline-block;
        padding-top: 6px;
        font-weight: 500;
    }

.search-address .instruction {
    padding-left: 5px;
    font-family: light;
    font-size: 11px;
    color: #808080;
}

@media only screen and (max-width:767px) {
    .search-address .instruction {
        display: block;
        line-height: 1;
        padding-left: 0px;
        font-family: 'light';
        font-size: 11px;
        margin-bottom: 5px;
    }
}