.pageContentHeader{
	margin: 0px auto;
	width: 100%;
	background-color: #FFF;
    box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.contentBody{
	background-color: #FFF;
}

.listing_red{
	position: absolute;
    right: -65px;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    transform: rotate(45deg);
    background-color: #6c98e1;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: red;
}

.L_header_buttons {
    width: 100%;
    height: 40px;
    align-items: center;
    background: rgb(8,42,124,1);
    margin: 0px;
    
}
.L_header_buttons>a, .L_header_buttons>div
{
	color                   : #fff; 
	position                : relative;
}


.L_header_buttons >h1 {
    padding: 0 10px 0 20px;
    margin: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.L_container {
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.3);
    border: 1px solid #dbe1e8;
    background: #ffffff;
    margin: 0 auto;
}

.tr
{
	overflow: hidden;
	clear: both;
}

.td{
	float: left;
	overflow: hidden;
}

.tb{
	float: right;
	overflow: hidden;
}

#iconLocat{
	width: 40px;
	height: 40px;
	background-image: url(../images/flat_position.png);
}

.iconPhone{
	width: 35px;
    height: 25px;
    background-image: url(../images/phoneY.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
}

#pageLoginInicSession{
	margin-left: 25px;
}

#pageCancelSession{
	margin-left: 12px;
}

.pageSesion1{
	margin: 0px auto;
	width: 100%;
	clear: both;
	overflow: hidden;
	background-color: #FFF;
}

.pageFooter{
	width: 100%; 
	background: #eeeeee;
	min-height: 200px; 
	margin: 0px;
}

.pageSesion > .pageMarketContent{
	margin: 30px auto;
}

/*.pageMarketContent{
	width: 1180px;
	margin: 0 auto;
}*/

#paheInicOpenMenu{
	width: 20px;
	height: 10px;
}

.infoMore{
	font-size: 10px;
	color:red;
	cursor: pointer;
}

.separadorLine{
	width: 100%;
	height: 1px;
	background-color: #000;
	margin: 0 0 0px 0;
}

.separadorLinebloktext{
	width: 100%;
	height: 1px;
	background-color: #e4e4e4;
	margin: 15px 0px;
}

/*.pageTextSessionPage{
	margin: 0px !important;
}*/

.pageTextSessionPage > span:not(:nth-child(2)){
	width: 30%;
	height: 1px;
	background-color: #3c3c3b;
	margin-top: 21px;	
}

.pageTextSessionPage > span:nth-child(2){
	width: 38%;
	text-align: center;
	font-family: "Fira Sans Condensed", Sans-serif;
	font-size: 28px;
	color: #082a7c;
	text-transform: uppercase;
}

.pageTextSessionFooter > span:not(:nth-child(2)){
	width: 30%;
	height: 1px;
	background-color: #333333;
	margin-top: 14px;	
}

.pageTextSessionFooter > span:nth-child(2){
	width: 38%;
	text-align: center;
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 28px;
    color: #082a7c;
    text-transform: uppercase;
	margin: 0px;
}

.pageMarginTop{
	padding-top: 60px;
}

.pageMinH{
	min-height: 450px;
}

.pageFooter{
	color: rgb(8,42,124,1);	
	font-size: 14px;
	border-top: 3px solid;
}

.pageFooterMarketContent 
{
	margin: 35px auto;
	width: 1240px;
	color: #333333;
}

.pageFooterMarketContent > div:first-child{
	/*width: 40%;*/
	width: 355px;
}

.pageFooterMarketContent > div:nth-child(2), .pageFooterMarketContent > div:nth-child(3){
	width: 20%;
	margin: 0px;
}

.pageFooterMarketContent > div:nth-child(4){
	width: 360px;
	margin: 0px;
}

/*.pageFooterMarketContent > div:last-child{
	width: 50%;
}

.pageFooterMarketContent > div:first-child > span:first-child{
	width: 55%;
}*/

.pageFooter_blockText{
	margin: 0px;
}

.pageFooter_blockText > div{
	margin: 0px 0px;
	line-height: 30px;
}

.pageFooter_textHeader{	
	margin: 30px 0px 10px 0px;
	text-align: left;
    color: #333333;
    font-family: "Fira Sans Condensed", Sans-serif;
    line-height: 1.2em;
    font-size: 30px;
}

.pageFooter_textFooter{	
	margin: 30px 0px 10px 0px;
	text-align: center;
    color: #333333;
    font-family: "Fira Sans Condensed", Sans-serif;
    line-height: 1.2em;
    font-size: 30px;
}

.pagetextEnk{
	font-family: 'Open Sans', sans-serif;
	padding-right: 8px;
	text-transform: uppercase;
	color: #082a7c;
}

.contentIcon{
	width: 95px;
    margin: 0 auto;
}


input[type="text"].pageSearchBanner{
	width: 370px;
}

.pageSearchBanner{
	width: 460px;
	border: 1px solid #cccccc;
    border-radius: 4px;
    margin: 0px;
	box-sizing	: border-box;
	position: relative;
	float: left;
}

.pageSearchBanner > a{
    position: absolute;
    width: 35px;
    height: 33px;
    top: 0;
    right: 0;
}

.pageSearchBanner > input[type="text"]{
	border: none;
	padding: 0 38px 0 20px;
	margin: 0px !important;
}

.pageMenuOption > span{
	color: #3c3c3b;
	font-family: "Oxygen", Sans-serif;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 8px 15px;
	text-transform: uppercase;	
}

.pageMenuOption > span:not(:last-child){
	border-left: 1px solid #082a7c;
}

.pageMenuOption > span:first-child{
	padding-right: 0px;
}

.pageMenuOption > span:hover, .pageMenuOption > span > a:hover{
	color: #082a7c;
	cursor: pointer;
}

.pageMenuOption > span > a:focus{
	color: #082a7c;
	cursor: pointer;
}

.pageTextHeaderI{
	text-align: center;
	text-transform: uppercase; 
	font-family: "Fira Sans Condensed", Sans-serif;
    line-height: 1.2em;
    font-size: 30px;
    color: #082a7c;	
    
}
.pageTextHeaderColorRed{
	color: #082a7c;	
}

.buttonGeneral{
	width: 100px;
	margin: 20px auto !important;
	cursor: pointer;
}

.pageButton, input[type=button]{
	background-color: #082a7c;
	border-radius: 8px;
	color: #FFF !important;
	padding: 12px 30px;
	text-transform: none;
	margin: 0 30px 10px 0;
	font-family: "Oxygen", Sans-serif;
	letter-spacing: 0.8px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}

.pageButton:hover, input[type=button]:hover{
	background-color: #082a7cde;
	/*padding: 9px 30px;*/
}

.pageButtonModal{
	background-color: #082a7c;
	border-radius: 8px;
	box-shadow: 1px 2px 2px #cecece;
	color: #FFF !important;
	padding: 10px 30px !important;
	text-transform: none;
	margin: 0 0px 10px 0 !important;
	width: 62px !important;
    height: 20px !important;
}

.pageButtonModal:hover{
	background-color: #082a7cde;
	border-color: #082a7c;
}

.contentPayOrderPhone{
	width: 500px;
	background-color: white;
    border-radius: 5px;
    min-height: 50px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
    text-align: left;
}

.contentPayOrderPhone{
	width: 600px;
}

#bussinessInic{
	margin: 0px auto;
	clear: both;
	overflow: hidden;
	background-color: #FFF;
}

.pageSessionSearchMark, .pageContentBody{
	width: 94%;
	margin: 0 auto;
}

.pageSessionSearchMark > div:first-child{
	min-width: 220px;
	width: 20%;		
	margin-right: 2%;
	/*border: 1px solid #545454;*/
	box-shadow: 0 0 2px;
}


.pageSessionSearchMark> div:last-child{
	width: 76%;
	min-width: 72%;
	margin: 0px auto;
}

.pageSessionSearch{
	padding: 10px 15px;
	background-color: #f6f6f6;
	margin: 0 0 1px 1px;
}

.pageSessionSearch .pageButton{
	margin: 0 50px;
}

.pageTextSearch{
	padding: 10px 0;
	font-size: 15px;
	background-color: #082a7c;
	text-align: center;
	color: #FFF;
	width: 100%;
	margin: 0;
	text-transform: uppercase;
	font-family: "Ovo", Sans-serif;
}

.pageCarBuy{
	padding: 0 0 0 5px;
    margin: 8px 0 0 15px;
    width: 40px;
    height: 19px;
    border-left: 1px solid;
}

.pageIndexContentText1{
	width: 92%;
	padding: 38px 0px 0px 0px;
	margin: 0px;
}

.pageIndexContentText1 > h1{
	font-size: 17px;
	color: #d12c1f;
	text-align: left;
}

.pageIndexContentText1 .pageMenuOption{
	width: 560px;
	float: right;
	margin-top: -40px;
}

.L_header_options > .pageMarketContent > div:first-child{
	width: 60%;
	margin: 0px;
}

.L_header_options > .pageMarketContent > div:last-child{
	width: 550px;
	margin: 0px;
}

.L_header_buttons>.pageMarketContent>span>a{
	color: #FFF;
}
.L_header_buttons>.pageMarketContent>span{
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
	font-family: 'Oxygen';
}
.L_header_buttons>.pageMarketContent>span:nth-child(8)
{
	margin: 8px 10px 5px 15px;
    border-left: 1px solid;
    padding-left: 21px;
}

.L_header_buttons>.pageMarketContent>span:nth-child(10)
{
	margin: 8px 10px 5px 5px;
}

.pageIndexIdo{
	background-image: url("../images/flag.png");
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 3px 0px 0px 0px !important;
}

span.pageIndexCarBuy
{
	width: 23px;
    height: 20px;
    background-image: url(../images/iconCart.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    margin: 0px 0px 0px 0px;
    background-position: 50% 50%;
    background-size: 50%;
}

.L_header_options{
	/*box-shadow: 0px 2px 3px #cec8c8;
	background-color: #FFF;
	margin: 0px auto 5px auto;*/
}

#pageMarketContent_logo{
	width: 95px;
	margin: 5px 0px;
}

.pageIndexLogo{
	width: 100%;
	height: 105px;
	background: url("../images/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.pageFooterLogo{
	width: 95px;
	height: 105px;
	margin: 5px auto;
	background: url("../images/logo_transpar.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.iconBar > img{
	width: 23px;
	height: 18px;
	margin: 5px 0px 0px 0px;
}

.textBar{
	margin: 10px;
	font-family: 'Oxygen';
	font-size: 14px;
}

.iconBarClock{
	margin-left: 20px;
}

.iconBarClock > img{
	width: 23px;
	height: 22px;
	margin: 3px 0px 0px 0px;
}


/*.pageIndexTextOptionSearch:hover{
	width: 100%;
  white-space: initial;
  overflow:visible;
  cursor: pointer;
}*/

.pageContentModal{
	position: fixed; 
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0; 
	z-index: 499; 
	background-color: rgba( 0,0,0,0.6); 
	pointer-events: all;
	margin: 0px;
}
.pageContentModal>div.initSe{
	color: #3c3c3b;
	background-color: white; 
	border-radius: 5px; 
	width: 345px; 
	min-height: 50px; 
	text-align: center;
	position: fixed; 
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%); 
	z-index: 500;
	text-align: left; 
}
.pageContentModal>div>p{
	background: #082a7c;
	color: #FFF;
	text-transform: uppercase;
	padding: 15px 0;
	margin: 0px;
}

.productAttr{
	text-transform: uppercase;
}

.titleAct{
	font-family: 'Open Sans', sans-serif;
}

.titleAct>span{
	font-family: 'Open Sans', sans-serif;
}
.modal-footer>.productAttr{
	text-transform: none;
}
.modal-footer>.productAttr>a{
	text-decoration: underline;
}
.pageBarDown
{
	width: 100%;
	background-color: rgb(8,42,124,1);
	margin: 0px;
	font-size: 14px;
}
.pageBarDownsub
{
	width: 100%;
	height: 5px;
	background-color:#5151518c;
	margin: 0px;
}
.pageBarDown > div > span, .pageBarDown > div > span > a{
	color: #FFF;
	padding: 10px 0;
	margin: 0px;
}
#pageSessionAdmin{
	display:none;
}

#pageSessionAdmin > a > img{
    width: 18px;
    height: 15px;
    margin-right: 5px;
}
.pageSessionSearchMarkImg{
	width: 890px;
}
.pageBoxInfo{
	width: 600px;
	margin: 15px auto 40px auto;
	border: 1px solid;
	padding: 20px;
}
.pageBoxHalf > div{
	width: 48%;
}
.pageBoxHalf > div:first-child{
	margin-right: 4%;
}
.text_pageStreet{
	width: 640px;
	margin: 20px auto 15px auto;
	color: #082a7c;
}
.text_pageStreet > a{
	text-transform: uppercase;
}
.pageItemHidden{
	display: none;
}
.imagePdto{
	width: 182px;
	height: 122px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
    background-position: 50% !important;
}
.pageTextSessionFooter{
	padding-top: 35px;
}

/*--------------------Buscador --------------------------*/

.product_item 
{
	display			 : block;
	width			 : 15%;
	text-decoration	 : none;
	position		 : relative;
	margin			 : 0px 1% 20px 0px;
	background-color : #f5f9fd;
	border-radius    : 4px;
	padding          : 10px;
	box-shadow       : 0 1px 5px 0 #d5d2d2;
}

.product_item > div:first-child 
{
	margin					: 0 auto;
	width					: 98%;
	height					: 140px;
	border					: 1px solid #ddd;
	position				: relative;
}

.product_item > div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product_item .preview 
{
	width					: 100%;
	height					: 100%;
	margin					: 0;
	background-position		: center center;
	background-size			: cover;
	background-repeat		: no-repeat;
	display					: block;
}

.product_item .click .mini_imagen {
	display					: none;
	width					: 50px;
	height					: 100%;
	position				: absolute;
	top						: 0;
	right					: 10px;
	overflow				: hidden;
}

.product_item .click .mini_imagen a
{
	display					: block;
	background-size			: cover;
	background-position		: center center;
}

.product_item .show_more,
.product_item .show_less
{
	width			  : 0;
	-webkit-transition: width .5s;
	transition		  : width .5s;
	overflow		  : hidden;
}

.product_item div:hover > a.show_more > div, 
.product_item div:hover > a.show_less > div 
{
    display: block;
    width  : 78px;
}

.product_item div:hover>a.show_more
{
    display         : block;
    position        : absolute;
    bottom          : 0;
    left            : 0;
    width           : 78px;
    background-color: rgba( 0,0,0,0.6);
    height          : 34px;
    line-height     : 18px;
    text-align      : center;
    color           : white;
    text-decoration : none;
    font-weight     : normal;
    font-size       : 12px;
    overflow        : hidden;
}

.product_item div:hover>a.show_less
{
    display         : block;
    position        : absolute;
    bottom          : 0;
    right           : 0;
    width           : 80px;
    background-color: rgba( 0,0,0,0.6);
    height          : 34px;
    line-height     : 18px;
    text-align      : center;
    color           : white;
    text-decoration : none;
    font-weight     : normal;
    font-size       : 12px;
}

.product_item .show_more>div,
.product_item .show_less>div
{
	display	: none;
}
.product_item .info_container
{
	color	: #666;
	margin	: 16px 0 0 0;
	display	: inline-block;
	width	: 98%;
}

.product_item .name
{
	width			: 95%;
	display			: inline-block;
	font-size		: 14px;
	color			: #666;
	overflow		: hidden;
	/*height		: 18px;*/
	white-space		: nowrap;
	text-overflow	: ellipsis;
	text-decoration	: none;
	text-transform  : uppercase; 
	border-bottom   : 1px dashed;
	padding-bottom  : 5px;
}

.product_item .price
{
	/*color					: #454545;*/
	width         : 62%;
	height        : 25px;  
	margin-top    : 0px;
	color         : rgb(8,42,124,1);
    font-family   : "Ovo", Sans-serif;
    font-size     : 14px;
    font-weight   : bold;
    text-transform: uppercase;
    line-height   : 26px;
}

.product_item .tP
{
	color			: #454545;
	font-weight		: bold;	
	width           : 98%; 
	margin-top      : 3px;
	white-space		: nowrap;
	text-overflow	: ellipsis;
	text-decoration	: none;
	text-transform  : uppercase; 
	font-size       : 14px;
	letter-spacing  : 1px;
}

.contentInfo > span{
	margin: 0px 0px;
}

.contentInfo_title{
	width: 55px;
}

.product_item .tP_name
{
	color			: #454545;
	font-weight		: bold;	
	width           : 74%; 
	margin-top      : 3px;
	margin-left     : 5px;
	white-space		: nowrap;
	text-overflow	: ellipsis;
	text-decoration	: none;
	text-transform  : uppercase; 
	font-size       : 13px;
	letter-spacing  : 1px;
}

.product_item .car
{
	display			   : inline-block;
	width			   : 26px;
	height			   : 20px;
	border			   : 1px solid #ddd;
	border-radius	   : 5px;
	background-image   : url(../images/buy.png);
	background-position: center center;
	background-repeat  : no-repeat;
	background-size    : 75%;
	margin-right       : 2px; 
}

.searchResultsList > a, .searchResultsList > a{
    margin-left: 8px;
}

.textS{font-size: 14px;}

#pageAddModelCont, #pageChangeModelListContent, #pageChangeModelCont, #pageDeleteModelListContent{
	display:none;
}

.pageFooter_blockText a{
	color: #FFF !important;
}

.pageContentModal>div.loading {
    background-image: url("../images/uploader.gif");
    border-radius: 5px;
    width: 300px;
    height: 300px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
    text-align: left;
}

.pageContentModalShowPict{
	position: fixed; 
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0; 
	z-index: 499; 
	background-color: rgba( 0,0,0,0.6); 
	pointer-events: all;
	margin: 0px;
}
.pageContentModalShowPict>div{
	color: #46; 
	background-color: white; 
	border-radius: 5px; 
	min-width: 340px; 
	min-height: 50px; 
	text-align: center; 
	overflow: hidden; 
	position: fixed; 
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%); 
	z-index: 500;
	text-align: left; 
}
.pageContentModalShowPict>div>p{
	background: #082a7c;
	color: #FFF;
	text-transform: uppercase;
	padding: 15px 0;
	margin: 0px;
}

.pagetextM{
	text-transform: uppercase;
    line-height: 1.5em;
}

.pageCountCarBuy{
	color: #082a7c;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 9px;
}

.term_rules{
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}

#pageListBrand, #pageListProductType{
	text-transform: uppercase;
}

/*#product_type, #brand{
	text-transform: capitalize;
}*/

.contentMenuAdmin{
    position: absolute;
    background-color: #FFF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0px;
    margin: 0px;
    top: 30px;
    display: none;
}

.contentMenuAdmin a{
	float: none;
    color: black;    
    text-decoration: none;
    display: block;
    text-align: left;
}
.contentMenuAdmin a:not(:nth-child(2)){
	padding: 15px;
}
.contentMenuAdmin a:nth-child(2){
	padding: 0 15px;
}
#pageInicOpenMenu{
	width: 22px;
    height: 30px;
    padding: 0;
    margin: 0;
    padding-top: 9px;
   display:none;
}

#pageInicOpenMenu:hover #contentMenuAdmin{
    display: block;
}

#product_type_sub{
	display: none;
}

/*----------------------Page Index--------------------------*/

.subheader{
	/*height: 350px;*/
	margin: 0 auto;
	/*padding-top: 20px;*/
}
.subheader > div{
	margin: 0px;
}
.pageIndexContentText{
	padding: 35px 0px;
	margin: 0 40px;
}

.pageBoxI{
	width:100%;
	margin: 25px auto 40px auto;
}
.pageBoxI > span{
	width: 184px;
	height: 210px;	
}
.pageBoxI > span:not(:last-child){
	margin-right: 15px;
}
.pageBoxI > span > a > div:first-child{
	border: 1px solid #c6c6c6;
	border-radius: 6px;
	background: #FFF;
}
.pageBoxI > span > div:nth-child(2){
	padding-top: 5px;
}

.pageIndexNamePdt{
  width:200px;
  height:20px;
  text-overflow:ellipsis;
  white-space:nowrap; 
  overflow:hidden; 
}

.pageIndexNamePdt:hover {
  width: auto;
  white-space: initial;
  overflow:visible;
  cursor: pointer;
}

.pageIndexContLocation img{
	width: 20px;
	height: 18px;
}


div.pageIndexTextOptionSearch{
	margin: 5px auto;
}

.pageIndexImg{
	width: 100%;
	height: 346px;
	background: #000;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	text-align: center;
}

.pageIndexImg > img{
	height: 100%;
}

.iconRedes{
	width: 28px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 2px 0 0;
	background-image: url("../images/icons_redes.png");
}

#fac{
	background-image: url("../images/fac.png");
}

#tw{
	background-image: url("../images/tw.png");
}

#inst{
	background-image: url("../images/inst.png");	
}

#yout{
	background-image: url("../images/yout.png");
}

.pageSessionInt label{
	font-size: 16px;
    color: #082a7c;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 22px;
    min-height: inherit;
    font-family: 'Open Sans', sans-serif;
}

.pageMarginLeft{
	margin-left: 208px;
}

.pageOurImg1{
	width: 100%;
	height: 340px;
	/*background-image: url('../images/img-our.png');*/
	background-size: contain;
	background-repeat: no-repeat;	
}

.pageOurImg2{
	width: 100%;
	height: 340px;
	/*background-image: url('../images/img-our1.png');*/
	background-size: contain;
	background-repeat: no-repeat;	
}

.pageOurImg1 > img, .pageOurImg2 > img{
	width: 100%;
}

#pageAddModelListB, #pageChangeBrandList{
	text-transform: uppercase;
}

#pageShowBrandList, #pageShowProductTypesContainer{
	overflow: scroll;
    max-height: 600px;
}

#pageShowProductTypesContainer > a{
	float: left;
	clear: both;
}

/*---------------------------------------------------*/

.dropdown {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  overflow: auto;
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a {
  display: block;
  color: #000000;
  padding: 5px;
  text-decoration: none;
}
.dropdown-content a:hover {
  color: #FFFFFF;
  background-color: #00A4BD;
}

/*----------------------------------------------------*/

.special-label, .special-label.h5 {
    position: absolute;
    top: 9px;
    right: -67px;
    height: 49px;
    padding: 0px 59px;
    line-height: 49px;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background-color: #fab637;
    transform: rotate(40deg) translateZ(0);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    z-index: 10;
}

.special-label, .special-label.h5 {
    background-color: #fe0000 !important;
}



