/* BASIC css start */
.ps_designSelBox { position: relative; z-index: 0; display: inline-block; }
.ps_designSelBox.on { z-index: 99; }
.ps_designSelBox select { display: none; }
.ps_designSelBoxIn .ps_list { display: none; position: absolute; background: white; width: 100%; margin: 0; padding: 0; list-style: none; left: -1px; }
.ps_designSelBox.on .ps_list { overflow-y: auto; display: block; border: 1px solid #000; }
.ps_designSelBoxIn { position: relative; min-width: 165px; }
.ps_designSelBoxIn button.ps_currSel { text-align: center; padding-right: 22px; color: #000; font-size: 16px; font-weight: bold; padding: 10px 35px 10px 15px; }
.ps_designSelBoxIn button.ps_currSel::after { content: "\e941"; font-family: 'xeicon' !important; color: #000; position: absolute; top: 50%; margin: -11px 0 0 10px; 
	font-size: 13px; border: 2px solid #000; border-radius: 100%; padding: 4px; }
.ps_designSelBoxIn button { text-align: center; background: none; border: none; display: block; width: 100%; cursor: pointer; line-height: inherit; font-size: 14px; }
.ps_designSelBox .ps_list li { padding: 8px 15px; }
.ps_designSelBox .ps_list li:hover { background-color: #e6e6e6; }
/* BASIC css end */

