.dir-ltr {
    direction: ltr;
	text-align: right;
}

.phcc-select {
    line-height: 35px;
    border: 1px solid #e7e7e7;
    height: 50px;
    border-radius: 0px;
    -webkit-appearance: none;
    background-image: url("../images/caret-down.svg");
    background-repeat: no-repeat;
    background-position: left 0.7em top 50%, 0 0;
    background-size: 0.75em auto, 100%;
}