.view1 .page-header .header-content ul.hotel-themes li.theme-all-inclusive {
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 6px 10px;
  font-size: 14px;
  font-family: 'Open Sans';
}
@media screen and (max-width: 845px){
.view1 .page-header .header-content ul.hotel-themes{
	padding: 0 40px;
}
}

.view1 .page-header .header-content ul.hotel-themes li.theme-all-inclusive:nth-child(2){
  padding:10px;
}
.view1 .page-header .header-content ul.hotel-themes li.theme-all-inclusive:before {
    display: none;
}

.view1 .page-header .header-content ul.hotel-themes li.theme-all-inclusive svg {
    margin-right: 4px; 
}

.view1 .page-header .header-content ul.hotel-themes li.theme-all-inclusive svg path {
    fill: white;
}
.specials-hotel-info-image-placeholder .hotel-themes {
    width: 100%;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 115px
}

.specials-hotel-info-image-placeholder .hotel-themes li {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 3px 7px;
    font-size: 14px;
    font-family: 'Open Sans';
    line-height: 20px;
    margin-left: 20px;
    margin-bottom: 5px;
    position: relative;
    height: 100%;
    max-height: 28px;
    color: #333;
    background-color: #ffd200;
    font-weight: 600;
}
@media screen and (max-width:900px){
.specials-hotel-info-image-placeholder .hotel-themes li{
	background-color: #010a41;
    max-height: 26px;
	font-size: 11px;
	color: #ffffff; 
	margin-left: 20px;
 }
}

.specials-hotel-info-image-placeholder .hotel-themes svg {
    margin: auto 4px auto auto !important;	
}

@media screen and (max-width:900px){
.specials-hotel-info-image-placeholder .hotel-themes svg{
	width: 20px;
	height: 20px;
}
}

.specials-hotel-info-image-placeholder .hotel-themes svg path{
   fill: #333;
}

@media screen and (max-width:900px){
.specials-hotel-info-image-placeholder .hotel-themes svg path{
	fill: #ffffff;
}
}

.specials-hotel-info-image-placeholder.isAccessibleResort:after {
	display: none !important;
}

.specials-hotel-info-image-placeholder.isAccessibleResort:before {
	position: absolute;
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    font-weight: 600;
    padding: 0 10px;
    top: 15px;
    left: 15px;
    content: "All-Inclusive";
    background-color: #ffd200;
    height: 28px;
    border-radius: 15px;
    color: #333;
}
@media screen and (max-width:900px){
.specials-hotel-info-image-placeholder.isAccessibleResort:before{
    background-color: #010a41;
    height: 26px;
	font-size: 11px;
	color: #ffffff;
}
}
@media screen and (max-width:420px){
.specials-hotel-info-image-placeholder.isAccessibleResort ul.hotel-themes{
left:97px;
}
}

.onsalefinderblock.vertical-osf .specials-hotel-info-image-placeholder.isAccessibleResort:before,.ddlPageDealCard-block.vertical-osf .specials-hotel-info-image-placeholder.isAccessibleResort:before {
	background-color: #010a41;
    height: 26px;
	font-size: 11px;
	color: #ffffff;
}

.onsalefinderblock.vertical-osf .specials-hotel-info-image-placeholder.isAccessibleResort ul.hotel-themes , .ddlPageDealCard-block.vertical-osf .specials-hotel-info-image-placeholder.isAccessibleResort ul.hotel-themes {
    left: 97px;
}

.onsalefinderblock.vertical-osf .specials-hotel-info-image-placeholder.isAccessibleResort ul.hotel-themes li.theme-all-inclusive, .ddlPageDealCard-block.vertical-osf .specials-hotel-info-image-placeholder.isAccessibleResort ul.hotel-themes li.theme-all-inclusive{
	background-color: #010a41;
    max-height: 26px;
	font-size: 11px;
	color: #ffffff;
	margin-left: 20px;
}

.onsalefinderblock.vertical-osf .specials-hotel-info-image-placeholder.isAccessibleResort ul.hotel-themes li.theme-all-inclusive svg path, .ddlPageDealCard-block.vertical-osf .specials-hotel-info-image-placeholder.isAccessibleResort ul.hotel-themes li.theme-all-inclusive svg path {
	fill: #ffffff;
}

.onsalefinderblock.vertical-osf .specials-hotel-info-image-placeholder.isAccessibleResort ul.hotel-themes li.theme-all-inclusive svg, .ddlPageDealCard-block.vertical-osf .specials-hotel-info-image-placeholder.isAccessibleResort ul.hotel-themes li.theme-all-inclusive svg {
	width: 20px;
	height: 20px;
}