.header-bottom .col-left .header-menu-subcategory li {
	-ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    width: 33%;
}

.header-bottom .col-left .header-menu-subcategory li a.parent {
	width: auto;
	font-weight: bold;
	margin: 10px 0px;
}

.header-bottom .col-left .header-menu-subcategory {
	padding-right: 10%;
}

.header-bottom .col-left .header-menu-subcategory ul.sub-subcategory {
	position: relative;
	left: auto;
	display: block !important;
}

.header-bottom .col-left .header-menu-subcategory ul.sub-subcategory li {
	width: 100%;
}
.short-desc p {
	margin-bottom: 0px;
}

/* default to mobile */
.full-width-video {
  width: 100%;
  background-color: black;
  aspect-ratio: 1280 / 720; /* width and height of the mobile video */
  max-height: 720px;
}
/* override for desktop */
@media only screen and (min-width: 480px) {
  .full-width-video {
    aspect-ratio: 1280 / 720;
  }
}

.category .product-small {
	text-align: center;
}
.cat-cos-popup {
	margin: 10px auto;
}

/*.popup-in-cos {
	display: none;
}*/
.header-announcement {
	background: orange;
	color: #fff;
	text-align: center;
	padding: 5px 0px;
}
.header-announcement p {margin: 0px;}
.header-announcement.red {background: red;}

.badge {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 6px;
	padding: 5px 10px;
	background: #F0F5FD;
	border: 1px solid #D3DCEB;
}