
/********** line under: Persoana care recomanda; ************/


.product-form .form-row:nth-child(1){
	margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}



/********** Drop-down: Tip companie ************/

.product-form .form-row:nth-child(6) {
    padding-top: 30px;
    border-top: 1px solid #ccc;
    margin-top: 30px;
}


/* Adding dropdown icon */

.product-form .form-row:nth-child(6) fieldset {
	position: relative;
	margin-bottom:20px;
}
.product-form .form-row:nth-child(6) fieldset:after {
	position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: auto;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 3px;
    -moz-background-clip: padding;
    border-top-right-radius: 3px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: auto;
    content: '\e922';
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-left: 1px solid #d9d9d9;
    color: #d9d9d9;
    font-size: 10px;
    pointer-events: none;
}