.borderRadius {
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.borderRadiusTp {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.borderRadiusBtm {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.ddcommon {
	position: relative;
	display: -moz-inline-stack;
	zoom: 1;
	display: inline-block;
*display:inline;
	cursor: default;
}
.ddcommon ul {
	padding: 0;
	margin: 0;
}
.ddcommon ul li {
	list-style-type: none;
}
.borderRadiusTp ul li:last-child {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-bottom: 0 none #c3c3c3;
}
.borderRadiusBtm ul li:first-child {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-bottom: 1 solid #c3c3c3;
}
.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll {
	opacity: .5; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: "alpha(opacity=50)"; /* ie 8 */
	filter: alpha(opacity=50); /* ie lt 7 */
	-khtml-opacity: .5; /* safari 1.x */
	-moz-opacity: .5; /* ff lt 1.5, netscape */
	color: #999999;
	pointer-events: none;
}
.ddcommon .clear {
	clear: both
}
.ddcommon .shadow {
	-moz-box-shadow: 5px 5px 5px -5px #888888;
	-webkit-box-shadow: 5px 5px 5px -5px #888888;
	box-shadow: 5px 5px 5px -5px #888888;
}
.ddcommon input.text {
	color: #7e7e7e;
	padding: 0 0 0 0;
	position: absolute;
	background: #fff;
	display: block;
	width: 98%;
	height: 98%;
	left: 2px;
	top: 0;
	border: none;
}
.ddOutOfVision {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
*display:inline;
}
.borderRadius .shadow {
	-moz-box-shadow: 5px 5px 5px -5px #888888;
	-webkit-box-shadow: 5px 5px 5px -5px #888888;
	box-shadow: 5px 5px 5px -5px #888888;
}
.borderRadiusBtm .shadow {
	-moz-box-shadow: -5px -5px 5px -5px #888888;
	-webkit-box-shadow: -5px -5px 5px -5px #888888;
	box-shadow: -5px -5px 5px -5px #888888
}
.borderRadiusTp .border, .borderRadius .border {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.borderRadiusBtm .border {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
img.fnone {
	float: none !important
}
.ddcommon .divider {
	width: 0;
	height: 100%;
	position: absolute;
}
.ddcommon .ddArrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 4px;
}
.ddcommon .ddArrow:hover {
	background-position: 0 100%;
}
.ddcommon .ddTitle {
	padding: 0;
	position: relative;
	display: inline-block;
	width: 100%
}
.ddcommon .ddTitle .ddTitleText {
	display: block;
}
.ddcommon .ddTitle .ddTitleText .ddTitleText {
	padding: 0;
}
.ddcommon .ddTitle .description {
	display: block;
}
.ddcommon .ddTitle .ddTitleText img {
	position: relative;
	vertical-align: middle;
	float: left
}
.ddcommon .ddChild {
	position: absolute;
	display: none;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	zoom: 1;
	z-index: 9999
}
.ddcommon .ddChild li {
	clear: both;
}
.ddcommon .ddChild li .description {
	display: block;
}
.ddcommon .ddChild li img {
	border: 0 none;
	position: relative;
	vertical-align: middle;
	float: left
}
.ddcommon .ddChild li.optgroup {
	padding: 0;
}
.ddcommon .ddChild li.optgroup .optgroupTitle {
	padding: 0 5px;
	font-weight: bold;
	font-style: italic
}
.ddcommon .ddChild li.optgroup ul li {
	padding: 5px 5px 5px 15px
}
.ddcommon .noBorderTop {
	border-top: none 0 !important;
	padding: 0;
	margin: 0;
}
/*************** default theme **********************/
.dd {
	border: 1px solid #c3c3c3;
}
.dd .divider {
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #fff;
	;
	right: 24px;
}
.dd .ddArrow {
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(../../images/msdropdown/skin1/dd_arrow.gif) no-repeat;
}
.dd .ddArrow:hover {
	background-position: 0 100%;
}
.dd .ddTitle {
	color: #000;
	background: #e2e2e4 url(../../images/msdropdown/skin1/title-bg.gif) repeat-x left top;
}
.dd .ddTitle .ddTitleText {
	padding: 5px 20px 5px 5px;
}
.dd .ddTitle .ddTitleText .ddTitleText {
	padding: 0;
}
.dd .ddTitle .description {
	font-size: 12px;
	color: #666
}
.dd .ddTitle .ddTitleText img {
	padding-right: 5px;
}
.dd .ddChild {
	border: 1px solid #c3c3c3;
	background-color: #fff;
	left: -1px;
}
.dd .ddChild li {
	padding: 5px;
	background-color: #fff;
	border-bottom: 1px solid #c3c3c3;
}
.dd .ddChild li .description {
	color: #666;
}
.dd .ddChild li .ddlabel {
	color: #333;
}
.dd .ddChild li.hover {
	background-color: #f2f2f2
}
.dd .ddChild li img {
	padding: 0 6px 0 0;
}
.dd .ddChild li.optgroup {
	padding: 0;
}
.dd .ddChild li.optgroup .optgroupTitle {
	padding: 0 5px;
	font-weight: bold;
	font-style: italic
}
.dd .ddChild li.optgroup ul li {
	padding: 5px 5px 5px 15px
}
.dd .ddChild li.selected {
	background-color: #d5d5d5;
	color: #000;
}


/*************** PAÍS REGISTO **********************/
.pais_drop {
	display: inline-block;
	vertical-align: top;
	width: 100% !important;
	text-transform: none;
	text-align: left;
	z-index: 10;
	line-height: normal;
	border-radius:0;
}

.pais_drop .divider {
	right: 24px;
}
.pais_drop .ddArrow {
	width: 12px;
	height: 8px;
	margin-right: 10px;
    margin-top: -3px;
	background-image: url("seta.svg");
	background-repeat: no-repeat;
	background-size: contain;
	
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
}
.pais_drop.borderRadiusTp .ddArrow {
    margin-top: -3px;
	background-image: url("seta_.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.pais_drop .ddTitle {
	font-size:12px;
	font-weight: 400;
	color:#5d5d5d;
	border:1px solid #cececd;
	text-align:left;
	padding:12px 10px;
	letter-spacing:0.035em;
	text-transform:none;
	line-height:normal;
	position: relative;
	z-index: 10;
	background:#ffffff;
	border-radius: 0;
}
.pais_drop.has-error .ddTitle {
	border: 1px solid #e10000;
}
.pais_drop .ddTitle .ddTitleText {
	padding: 0;
}
.pais_drop .ddTitle .ddTitleText .ddTitleText {
	padding: 0;
}
.pais_drop .ddTitle .description {
	font-size: 12px;
	color: #fff
}
.pais_drop .ddTitle .ddTitleText img {
	padding-right: 5px;
}
.pais_drop .ddChild {
	left: 0px;
	top:39px !important;
	margin-top: 0px;
	z-index: 5 !important;
	border-radius: 0px;
	width: 100%;
	background-color: #fff;
	height: auto !important;
	max-height: 300px;
	border: 1px solid #cececd;
	border-radius:0;
	border-top:0;
	box-shadow:none;
}
.pais_drop .ddChild li {
	border-bottom: 1px solid #cececd !important;
	padding: 0 20px;
	padding-top:12px;
	padding-bottom:11px;
	line-height: normal;
	border-radius: 0px !important;
	cursor:pointer;
}
.pais_drop .ddChild li .description {
	color: #fff;
}
.pais_drop .ddChild li:last-child {
	padding-bottom:9px;
	border-bottom:0 !important;
}
.pais_drop .ddChild li .ddlabel {
	font-size:12px;
	font-weight: 400;
	color:#5d5d5d;
	line-height:auto;
}
.pais_drop .ddChild li.hover {
	background:#f5422a;
}
.pais_drop .ddChild li.hover .ddlabel {
	color: #ffffff;
}
.pais_drop .ddChild li img {
	padding: 0 6px 0 0;
}
.pais_drop .ddChild li.optgroup {
	padding: 0;
}
.pais_drop .ddChild li.optgroup .optgroupTitle {
	padding: 0 5px;
}
.pais_drop .ddChild li.optgroup ul li {
	padding: 5px 5px 5px 15px
}
.pais_drop .ddChild li.selected {
	background:#f5422a;
}
.pais_drop .ddChild li.selected .ddlabel {
	color: #ffffff;
}
.pais_drop input.text {
	display: none !important;
}
.pais_drop .ddlabel {
	padding: 0;
	font-weight: 500;
}


/*************** FILTROS CATEGORIAS **********************/
.list_sels {
	display: inline-block;
	vertical-align: top;
	width: 100% !important;
	text-transform: none;
	text-align: left;
	z-index: 10;
	line-height: normal;
	border-radius:0;
}

.list_sels .divider {
	right: 24px;
}
.list_sels .ddArrow {
	width: 23px;
	height: 16px;
	margin-top: -8px;
	margin-right: 20px;
	background-image: url("seta.svg");
	background-repeat: no-repeat;
	
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
}
.list_sels.borderRadiusTp .ddArrow {
	height: 23px;
	width: 16px;
	margin-top:-10px;
	background-image: url("seta_.svg");
}
.list_sels .ddTitle {
	text-transform:none;
	font-weight:400;
	font-size:13px;
	color:#2e2e2e;
	line-height:normal;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	padding-top:16px;
	padding-bottom:15px;
	padding-right:35px;
	padding-left:20px;
	
	border: 1px solid #d5d5d5;
	
	position: relative;
	z-index: 10;
	background:#ffffff;
}
.list_sels.borderRadiusTp .ddTitle {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.list_sels.error .ddTitle {
	border: 1px solid #e10000;
}
.list_sels .ddTitle .ddTitleText {
	padding: 0;
}
.list_sels .ddTitle .ddTitleText .ddTitleText {
	padding: 0;
}
.list_sels .ddTitle .description {
	font-size: 12px;
	color: #fff
}
.list_sels .ddTitle .ddTitleText img {
	padding-right: 5px;
}
.list_sels .ddChild {
	left: 0px;
	top:25px !important;
	margin-top: 0px;
	z-index: 5 !important;
	border-radius: 0px;
	width: 100%;
	background-color: #fff;
	height: auto !important;
	max-height: 300px;
	border: 1px solid #d5d5d5;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	border-top:0;
	box-shadow:none;
	padding-top:25px;
}
.list_sels .ddChild li {
	border-bottom: 1px solid #d5d5d5 !important;
	padding: 0 20px;
	padding-top:9px;
	padding-bottom:8px;
	line-height: normal;
	border-radius: 0px !important;
	cursor:pointer;
}
.list_sels .ddChild li .description {
	color: #fff;
}
.list_sels .ddChild li:last-child {
	padding-bottom:9px;
	border-bottom:0 !important;
}
.list_sels .ddChild li .ddlabel {
	font-weight:400;
	font-size:13px;
	color:#2e2e2e;
	line-height:auto;
}
.list_sels .ddChild li.hover {
	background:#f12727;
}
.list_sels .ddChild li.hover .ddlabel {
	color: #ffffff;
}
.list_sels .ddChild li img {
	padding: 0 6px 0 0;
}
.list_sels .ddChild li.optgroup {
	padding: 0;
}
.list_sels .ddChild li.optgroup .optgroupTitle {
	padding: 0 5px;
}
.list_sels .ddChild li.optgroup ul li {
	padding: 5px 5px 5px 15px
}
.list_sels .ddChild li.selected {
	background:#f12727;
}
.list_sels .ddChild li.selected .ddlabel {
	color: #ffffff;
}
.list_sels input.text {
	display: none !important;
}
.list_sels .ddlabel {
	padding: 0;
	font-weight: 500;
}
@media only screen and (max-width: 1200px) {
	.list_sels .ddArrow {
		margin-right: 10px;
	}
}
@media only screen and (max-width: 1000px) {
	.list_sels .ddTitle {
		font-size:12px;
	}
	.list_sels .ddChild li .ddlabel {
		font-size:12px;
	}
}



/*************** DADOS AREA RESERVADA **********************/
.dados_sels {
	display: inline-block;
	vertical-align: top;
	width: 100% !important;
	text-transform: none;
	text-align: left;
	z-index: 10;
	line-height: normal;
	border-radius:0;
	margin-bottom:20px;
}

.dados_sels .divider {
	right: 24px;
}
.dados_sels .ddArrow {
	width: 14px;
	height: 10px;
	margin-top: -2px;
	margin-right: 5px;
	background-image: url("seta.svg");
	background-repeat: no-repeat;
}
.dados_sels .ddTitle {
	display: block;
	width: 100%;
	font-weight: 300;
	font-size:14px;
	color:#3e3d42;
	line-height:18px;
	height: 30px;
	padding: 5px 10px;
	text-align: left;
	border-bottom: 1px solid #d2d2d2;
	
	position: relative;
	z-index: 10;
	
}
.dados_sels.error .ddTitle {
	border: 1px solid #e10000;
}
.dados_sels .ddTitle .ddTitleText {
	padding: 0;
}
.dados_sels .ddTitle .ddTitleText .ddTitleText {
	padding: 0;
}
.dados_sels .ddTitle .description {
	font-size: 12px;
	color: #fff
}
.dados_sels .ddTitle .ddTitleText img {
	padding-right: 5px;
}
.dados_sels .ddChild {
	left: 0px;
	margin-top: 0px;
	z-index: 5 !important;
	border-radius: 0px;
	width: 100%;
	background-color: #fff;
	height: auto !important;
	max-height: 300px;
	border: 1px solid transparent;
	border-top:0;
	box-shadow: unset;
}
.dados_sels .ddChild li {
	border-bottom: 1px solid #d2d2d2;
	padding: 10px 15px;
	padding-left:5px;
	line-height: normal;
}
.dados_sels .ddChild li .description {
	color: #fff;
}
.dados_sels .ddChild li .ddlabel {
	font-weight: 300;
	color:#3e3d42;
	font-size: 12px;
}
.dados_sels .ddChild li.hover .ddlabel {
	color: #acacac
}
.dados_sels .ddChild li img {
	padding: 0 6px 0 0;
}
.dados_sels .ddChild li.optgroup {
	padding: 0;
}
.dados_sels .ddChild li.optgroup .optgroupTitle {
	padding: 0 5px;
}
.dados_sels .ddChild li.optgroup ul li {
	padding: 5px 5px 5px 15px
}
.dados_sels .ddChild li.selected {
	color: #acacac;
}
.dados_sels input.text {
	display: none !important;
}
.dados_sels .ddlabel {
	padding: 0;
}


/*************** OPÇÕES LISTAGEM **********************/
.dados_opcoes {
	display: inline-block;
	vertical-align: top;
	width: 100% !important;
	max-width:150px;
	text-transform: none;
	text-align: left;
	z-index: 10;
	line-height: normal;
	border-radius:0;
	cursor:pointer;
}

.dados_opcoes .divider {
	right: 19px;
	background-color:#ffffff;
	width: 1px;
    top: 0;
}
.dados_opcoes .ddArrow {
	width: 9px;
	height: 4px;
	margin-top: -1px;
	margin-right: 0;
	background-image: url("seta.svg");
	background-repeat: no-repeat;
	
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
}
.dados_opcoes:hover .ddArrow, .dados_opcoes.borderRadiusTp .ddArrow {
	height: 4px;
	width: 9px;
	margin-top:-1px;
	background-image: url("seta_.svg");
}
.dados_opcoes .ddTitle {
	text-transform:lowercase;
	font-weight:400;
	font-size:14px;
	color:#9d9d9c;
	line-height:auto;
	letter-spacing:0.035em;
	
	padding-top:5px;
	padding-bottom:5px;
	padding-right:32px;
	padding-left:10px;
	background:#eeeeee;
	
	position: relative;
	z-index: 10;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.dados_opcoes.error .ddTitle {
	border: 1px solid #e10000;
}
.dados_opcoes .ddTitle .ddTitleText {
	padding: 0;
}
.dados_opcoes .ddTitle .ddTitleText .ddTitleText {
	padding: 0;
}
.dados_opcoes .ddTitle .description {
	font-size: 12px;
	color: #fff
}
.dados_opcoes .ddTitle .ddTitleText img {
	padding-right: 5px;
}
.dados_opcoes .ddChild {
	left: 0px;
	top:26px !important;
	margin-top: 0px;
	z-index: 5 !important;
	border-radius: 0px;
	width: 100%;
	background-color: #fff;
	height: auto !important;
	max-height: 300px;
	border: 1px solid #eeeeee;
	border-top:0;
	box-shadow:none;
	padding-top:0;
}
.dados_opcoes .ddChild li {
	border-bottom: 1px solid #eeeeee !important;
	padding: 0 10px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: normal;
	border-radius: 0px !important;
	cursor:pointer;
}
.dados_opcoes .ddChild li .description {
	color: #fff;
}
.dados_opcoes .ddChild li:last-child {
	border-bottom:0 !important;
}
.dados_opcoes .ddChild li .ddlabel {
	text-transform:lowercase;
	font-weight:400;
	font-size:14px;
	color:#9d9d9c;
	line-height:auto;
	letter-spacing:0.035em;
}
.dados_opcoes .ddChild li.hover {
	background:#f5422a;
}
.dados_opcoes .ddChild li.hover .ddlabel {
	color: #ffffff;
}
.dados_opcoes .ddChild li img {
	padding: 0 6px 0 0;
}
.dados_opcoes .ddChild li.optgroup {
	padding: 0;
}
.dados_opcoes .ddChild li.optgroup .optgroupTitle {
	padding: 0 5px;
}
.dados_opcoes .ddChild li.optgroup ul li {
	padding: 5px 5px 5px 15px
}
.dados_opcoes .ddChild li.selected {
	background:#f5422a;
}
.dados_opcoes .ddChild li.selected .ddlabel {
	color: #ffffff;
}
.dados_opcoes input.text {
	display: none !important;
}
.dados_opcoes .ddlabel {
	padding: 0;
	font-weight: 500;
}


/*************** DETALHE DO PRODUTO **********************/
.tabs {
	display: inline-block;
	vertical-align: top;
	width: 100% !important;
	max-width:none;
	text-transform: none;
	text-align: left;
	z-index: 10;
	line-height: normal;
	border-radius:0;
	cursor:pointer;
}

.tabs .divider {
	right: 19px;
	background-color:#ffffff;
	width: 1px;
    top: 0;
}
.tabs .ddArrow {
	width: 9px;
	height: 4px;
	margin-top: -1px;
	margin-right: 0;
	background-image: url("seta.svg");
	background-repeat: no-repeat;
	
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
}
.tabs:hover .ddArrow, .tabs.borderRadiusTp .ddArrow {
	height: 4px;
	width: 9px;
	margin-top:-1px;
	background-image: url("seta_.svg");
}
.tabs .ddTitle {
	text-transform:lowercase;
	font-weight:400;
	font-size:14px;
	color:#9d9d9c;
	line-height:auto;
	letter-spacing:0.035em;
	
	padding-top:5px;
	padding-bottom:5px;
	padding-right:32px;
	padding-left:10px;
	background:#eeeeee;
	
	position: relative;
	z-index: 10;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.tabs.error .ddTitle {
	border: 1px solid #e10000;
}
.tabs .ddTitle .ddTitleText {
	padding: 0;
}
.tabs .ddTitle .ddTitleText .ddTitleText {
	padding: 0;
}
.tabs .ddTitle .description {
	font-size: 12px;
	color: #fff
}
.tabs .ddTitle .ddTitleText img {
	padding-right: 5px;
}
.tabs .ddChild {
	left: 0px;
	top:26px !important;
	margin-top: 0px;
	z-index: 5 !important;
	border-radius: 0px;
	width: 100%;
	background-color: #fff;
	height: auto !important;
	max-height: 300px;
	border: 1px solid #eeeeee;
	border-top:0;
	box-shadow:none;
	padding-top:0;
}
.tabs .ddChild li {
	border-bottom: 1px solid #eeeeee !important;
	padding: 0 10px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: normal;
	border-radius: 0px !important;
	cursor:pointer;
}
.tabs .ddChild li .description {
	color: #fff;
}
.tabs .ddChild li:last-child {
	border-bottom:0 !important;
}
.tabs .ddChild li .ddlabel {
	text-transform:lowercase;
	font-weight:400;
	font-size:14px;
	color:#9d9d9c;
	line-height:auto;
	letter-spacing:0.035em;
}
.tabs .ddChild li.hover {
	background:#f5422a;
}
.tabs .ddChild li.hover .ddlabel {
	color: #ffffff;
}
.tabs .ddChild li img {
	padding: 0 6px 0 0;
}
.tabs .ddChild li.optgroup {
	padding: 0;
}
.tabs .ddChild li.optgroup .optgroupTitle {
	padding: 0 5px;
}
.tabs .ddChild li.optgroup ul li {
	padding: 5px 5px 5px 15px
}
.tabs .ddChild li.selected {
	background:#f5422a;
}
.tabs .ddChild li.selected .ddlabel {
	color: #ffffff;
}
.tabs input.text {
	display: none !important;
}
.tabs .ddlabel {
	padding: 0;
	font-weight: 500;
}


/*************** OPÇÕES CATEGORIAS **********************/
.nav_cats {
	display: inline-block;
	vertical-align: top;
	width:150px !important;
	max-width:150px;
	text-transform: none;
	text-align: left;
	z-index: 10;
	line-height: normal;
	border-radius:0;
	cursor:pointer;
}

.nav_cats .divider {
	right: 25px;
	background-color:#ffffff;
	width: 1px;
    top: 0;
}
.nav_cats .ddArrow {
	width: 12px;
	height: 5px;
	margin-top: -1px;
	margin-right: 0;
	background-image: url("seta.svg");
	background-repeat: no-repeat;
	background-size: contain;
	
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
}
.nav_cats:hover .ddArrow, .nav_cats.borderRadiusTp .ddArrow {
	margin-top:-1px;
	background-image: url("seta_.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.nav_cats .ddTitle {
	text-transform:lowercase;
	font-weight:400;
	font-size:14px;
	color:#9d9d9c;
	line-height:auto;
	letter-spacing:0.035em;
	
	padding-top:10px;
	padding-bottom:9px;
	padding-right:32px;
	padding-left:15px;
	background:#eeeeee;
	
	position: relative;
	z-index: 10;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav_cats.error .ddTitle {
	border: 1px solid #e10000;
}
.nav_cats .ddTitle .ddTitleText {
	padding: 0;
}
.nav_cats .ddTitle .ddTitleText .ddTitleText {
	padding: 0;
}
.nav_cats .ddTitle .description {
	font-size: 12px;
	color: #fff
}
.nav_cats .ddTitle .ddTitleText img {
	padding-right: 5px;
}
.nav_cats .ddChild {
	left: 0px;
	top:35px !important;
	margin-top: 0px;
	z-index: 5 !important;
	border-radius: 0px;
	width: 100%;
	background-color: #fff;
	height: auto !important;
	max-height: 300px;
	border: 1px solid #eeeeee;
	border-top:0;
	box-shadow:none;
	padding-top:0;
}
.nav_cats .ddChild li {
	border-bottom: 1px solid #eeeeee !important;
	padding: 0 15px;
	padding-top:8px;
	padding-bottom:7px;
	line-height: normal;
	border-radius: 0px !important;
	cursor:pointer;
}
.nav_cats .ddChild li .description {
	color: #fff;
}
.nav_cats .ddChild li:last-child {
	border-bottom:0 !important;
}
.nav_cats .ddChild li .ddlabel {
	text-transform:lowercase;
	font-weight:400;
	font-size:14px;
	color:#9d9d9c;
	line-height:auto;
	letter-spacing:0.035em;
}
.nav_cats .ddChild li.hover {
	background:#f5422a;
}
.nav_cats .ddChild li.hover .ddlabel {
	color: #ffffff;
}
.nav_cats .ddChild li img {
	padding: 0 6px 0 0;
}
.nav_cats .ddChild li.optgroup {
	padding: 0;
}
.nav_cats .ddChild li.optgroup .optgroupTitle {
	padding: 0 5px;
}
.nav_cats .ddChild li.optgroup ul li {
	padding: 5px 5px 5px 15px
}
.nav_cats .ddChild li.selected {
	background:#f5422a;
}
.nav_cats .ddChild li.selected .ddlabel {
	color: #ffffff;
}
.nav_cats input.text {
	display: none !important;
}
.nav_cats .ddlabel {
	padding: 0;
	font-weight: 500;
}