@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");

/*start common css for all theme*/
.headersection {
    margin-left: 0px;
    margin-right: 0px;
    display: block !important;
}

body {
    padding-top: 0px;
    font-family: "Lato", sans-serif !important;
}

.footer-top, .footer-bottom {
    margin-left: 0px;
    margin-right: 0px;
}

.container2 {
    margin-top: 0px;
}

.outsideframe .headersection .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    margin: 0;
    padding: 0;
}

div.outsideframe > div.row.hidden-lg.hidden-md {
    display: none !important;
}
/*end common css for all theme*/

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}
.theme_ncchiro{
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
  background-color: #d7d6d6;
}
.theme_ncchiro a:hover,
.theme_ncchiro a:focus {
  outline: 0 none;
  text-decoration: none;
}
 
.theme_ncchiro .custom-container {
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
/* header */
.theme_ncchiro  .custom-header {
  max-width: 100%;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
.theme_ncchiro .custom-header .navbar {
  height: 80px;
  background: #fff;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px 0px 30px;
  transition: all 0.5s;
  z-index: 9;
  margin-bottom: 0;
}
.theme_ncchiro .logo {
  transition: all 0.5s;
  max-height: 100%;
}
.theme_ncchiro .custom-header .navbar.sticky {
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 12%);
}
.theme_ncchiro .custom-header .navbar .navbar-brand {
  height: 100%;
  padding: 0;
}
.theme_ncchiro .custom-header .navbar .navbar-collapse {
  width: 100%;
}
.theme_ncchiro .custom-header .navbar .navbar-nav{
  margin-left: 0;
}
.theme_ncchiro .custom-header .navbar .navbar-nav,
.theme_ncchiro  .custom-header .navbar .nav > li,
.theme_ncchiro  .custom-header .navbar .navbar-nav > li > a {
  height: 100% !important;
  font-family: "Open Sans", sans-serif;
}
.theme_ncchiro  .custom-header .navbar-header,
.theme_ncchiro  .custom-header .navbar .navbar-nav > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  color: rgba(0,0,0,0.6);
  font-weight: 600;
  font-size: 19px;
  transition: all 0.3s;
}
.theme_ncchiro .nav .open > a,
.theme_ncchiro .nav .open > a:focus,
.theme_ncchiro .custom-header .navbar .navbar-nav > li > a:hover, .theme_ncchiro .custom-header .navbar .navbar-nav > li > a:focus {
  color: #5AC4E1!important;
  opacity: 1!important;
  background: none transparent;
}

.theme_ncchiro  .custom-header .navbar .navbar-nav > li .caret-ion {
  right: -8px;
  position: relative;
  font-size: 10px;
}
.theme_ncchiro  .custom-header .navbar .navbar-nav > li {
  padding-right: 32px;
}
.theme_ncchiro  .custom-header .navbar .navbar-nav > li:last-child {
  padding-right: 0;
}
.theme_ncchiro  .custom-header .navbar .navbar-collapse {
  height: 100% !important;
  transition: all 0.3s;
}
.theme_ncchiro .custom-header .top-custom-header {
  background-color: #065084;
  display: flex;
  justify-content: flex-end;
  transition: all 0.4s;
}
.theme_ncchiro .top-link {
  list-style: none;
  display: flex;
  padding: 0 10px;
  margin: 0;
}
.theme_ncchiro .top-link a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  margin-right: 15px;
  padding: 8px 0;
  display: block;
}
.theme_ncchiro .top-link a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* footer */
.theme_ncchiro .fcontainer {
  width: 100%;
  padding: 50px 0;
  background-color: #065084!important;
  display: inline-block;
  color: #fff;
}
.theme_ncchiro .custom-footer {
  width: 100%;
  max-width: 100%;
  margin: auto;
  position: relative;
  padding: 27px 0;
}
.theme_ncchiro.display-flex{
	display:flex;
}
.theme_ncchiro .custom-footer .flogo {
  position: relative;
  max-width: 100%;
  margin-bottom: 30px;
}
.theme_ncchiro .custom-footer p{
  line-height: 20px;
}
.theme_ncchiro .mb-1{
  margin-bottom: 5px !important;
}
.theme_ncchiro .ftext {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
}
.theme_ncchiro .ftext i{
  margin-right: 3px;
}
.theme_ncchiro .ft-title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}
.theme_ncchiro .ft-title-lg {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #ce782b!important;
  line-height: 1.2em;
}
.theme_ncchiro .border-text {
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 25px;
}
.theme_ncchiro .block {
  display: block;
}
.theme_ncchiro .ft-link a {
  padding: 0 0 5px;
  color: #ce782b;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}
.theme_ncchiro .ft-link .fas {
  opacity: 0;
  transition: all 0.2s;
  position: relative;
  left: 0;
}
.theme_ncchiro .ft-link a:hover .fas {
  opacity: 1;
  margin: 0 2px 0 5px;
  position: relative;
  left: 5px;
}
.theme_ncchiro .social-ic a {
  font-size: 20px;
  line-height: 36px;
  height: 36px;
  width: 36px;
  background-color: #5ac4e1!important;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin: 10px 3px;
}
.theme_ncchiro .social-ic a:hover {
background-color: #89c23e!important;
}
.theme_ncchiro .poweres-by{
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.theme_ncchiro .poweres-by img{
  width: 20px;
  margin-bottom: 10px;
}
.theme_ncchiro .poweres-by a{
  color: #fff;
}
.theme_ncchiro .social-ic {
  margin-top: 25px;
}
.theme_ncchiro .mobile-ic {
  display: none;
} 
.theme_ncchiro .remove_margin {
	  margin-left: 0px;
	  margin-right: 0px;
}

@media (min-width: 992px) {
  .theme_ncchiro .fixed-header {
    top: 0;
    z-index: 999;
  }
  .theme_ncchiro .fixed-header .navbar {
    height: 54px;
    background-color: rgba(255,255,255,0.91);
  }
  .theme_ncchiro .fixed-header .dropdown-menu{
    background-color: rgba(255,255,255,0.91) !important;
  }
  .theme_ncchiro .fixed-header .navbar-nav > li > .dropdown-menu a{
    color: rgba(0,0,0,0.74)!important;
  }
  .theme_ncchiro .custom-header .navbar .navbar-collapse {
    padding-right: 0;
  }
  .theme_ncchiro .fixed-header.custom-header .navbar .navbar-brand img {
    max-height: 54px;
    transition: all 0.4s ease-in-out;
  }
  .theme_ncchiro .fixed-header .top-custom-header  a{
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
  }
  .theme_ncchiro .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .theme_ncchiro .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    border: 0;
    border-top: 3px solid #065084;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
    padding: 20px 0;
    left: 0;
    background-color: #065084;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.2s ease-in-out;
  }
  .theme_ncchiro .navbar-nav > li.right-menu > .dropdown-menu {
    right: 0;
    left: unset;
  }
  .theme_ncchiro .navbar-nav > li:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
  }
  .theme_ncchiro .navbar-nav > li > .dropdown-menu li {
    padding: 0 20px;
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li.pr-10 {
    padding-right: 15px;
  }
  .theme_ncchiro .navbar-nav > li > .dropdown-menu a {
    padding: 8px 0px;
    display: flex;
    color: rgba(255,255,255,0.93);
    font-weight: 600;
    font-size: 13px;
    width: 200px;
    line-height: 20px;
    justify-content: space-between;
    align-items: center;
    white-space: break-spaces;
  }
  .theme_ncchiro .navbar-nav > li > .dropdown-menu a:hover,
  .theme_ncchiro .navbar-nav > li > .dropdown-menu a.active {
    background-color: rgba(0, 0, 0, 0.03);
    color: #5AC4E1!important;
    opacity: 1!important;
	background: rgba(0, 0, 0, 0.03);
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li .dropdown .caret-ion {
    font-size: 10px;
    position: absolute;
    right: 30px;
    top: 16px;
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li .dropdown .dropdown-menu {
    display: block;
    position: absolute;
    right: 100%;
    font-size: 10px;
    top: 0;
    border-radius: 0;
    border: 0;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
    /* border-top: 3px solid #fa873d; */
    padding: 20px 0;
    background-color: #f2f2f2;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.2s ease-in-out;
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > .dropdown .dropdown-menu .dropdown .dropdown-menu {
    left: 100% !important;
    right: auto;
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1100px) {
  
  .theme_ncchiro .custom-header .navbar .navbar-nav > li {
    padding-right: 25px;
  }  
  .theme_ncchiro .top-link{
    padding: 0;
  }
}
@media (max-width: 991px) {
  .theme_ncchiro .custom-header {
    position: relative;
  }
  .theme_ncchiro .custom-header .navbar {
    box-shadow: 0 10px 50px -2px rgb(0 0 0 / 14%);
    height: 80px;
    padding: 0 10%;
    flex-wrap: wrap;
  }
  .theme_ncchiro .custom-header .navbar .navbar-brand {
    align-items: center;
    display: flex;
  }
  .theme_ncchiro .custom-header .navbar-toggle {
    margin: 0;
    display: block;
  }
  .theme_ncchiro .custom-header .navbar-toggle.button-search {
    transform: translateY(15px);
    transition: all 0.4s;
    opacity: 0;
  }
  .theme_ncchiro .custom-header .navbar .navbar-collapse {
    position: absolute;
    top: 79px;
    background: #fff;
    left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    display: block !important;
    max-height: 0;
    transition: all 0.5s;
    overflow: hidden !important;
    height: auto !important;
    width: 80%;
    margin: 0 auto;
    right: 0;
    padding: 4%;
    visibility: hidden;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  }
  .theme_ncchiro .custom-header .navbar .navbar-collapse.in {
    display: block !important;
    max-height: 1920px;
    padding: 4%;
    visibility: visible;
    border-top: 3px solid #065084;
  }
  .theme_ncchiro .custom-header .navbar-nav {
    margin: 0;
    width: 100%;
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li {
    padding-right: 0;
    /* border-bottom: 0px solid #dadada; */
    display: block;
    width: 100%;
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li > a {
    padding: 12px 5%;
    font-size: 14px;
    width: 100%;
    justify-content: space-between;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.03);
    color: #666;
    border-bottom: 1px solid rgba(0,0,0,.03);
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li.mb-header a{
    background: transparent;
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
    position: relative;
    width: 100%;
    box-shadow: 0 0 0;
    border: 0;
    background: #f9f9f9;
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li.dropdown.open .dropdown-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    max-height: 500px;
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu a {
    font-size: 14px;
    padding: 12px 5%;
    position: relative;
    font-weight: 600;
    color: #666;
    transition: all 0.3s;
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li a:active {
    background: #ade1f5 !important;
  }
  .theme_ncchiro .custom-header .dropdown-menu > li > a:focus,
  .theme_ncchiro .custom-header .dropdown-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    opacity: 0.7;
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu {
    padding: 0;
    visibility: visible;
    opacity: 1;
    max-height: unset;
    background: #fff;
    margin-left: 10px;
    padding-left: 5%;
    width: calc(100% - 34px);
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0;
  }

  .theme_ncchiro .custom-header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #065084;
  }
  .theme_ncchiro .mobile-ic {
    width: 100%;
    display: block;
  }
  .theme_ncchiro .custom-header .navbar-header {
    width: 100%;
    justify-content: space-between;
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li .caret-ion {
    display: none;
  }
  .theme_ncchiro .custom-header .top-custom-header {
    justify-content: center;
  }
  .theme_ncchiro .hide-md {
    display: none;
  }
  .theme_ncchiro .logo {
    transition: all 0.5s;
    height: 44px;
  }
  .theme_ncchiro .top-link a {
    margin: 0 7px;
  } 
  .theme_ncchiro .fcontainer {
    padding: 50px 0;
  }
  .theme_ncchiro .fcontainer .custom-footer .row{
    display: flex;
    flex-wrap: wrap;
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li .dropdown > a {
    font-weight: 700 !important;
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li.md-normal-font {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0;
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li.md-normal-font > a {
    background: none;
    font-weight: 600;
  }
  
}
.theme_ncchiro .custom-header .navbar .navbar-nav .mobile-ic a{
	font-weight:600;
}
.theme_ncchiro .custom-header .navbar .navbar-nav .mobile-ic a:hover, .theme_ncchiro .custom-header .navbar .navbar-nav .mobile-ic a:focus {
  background-color: rgba(0, 0, 0, 0.03);
  opacity: 0.7 !important;
  color: #666 !important;
}
@media (max-width: 767px) {
  .theme_ncchiro  .custom-header .navbar {
    padding: 0 9.8%;
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li > a {
    padding: 12px 12px;
  }
  .theme_ncchiro .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu a {
    padding: 12px 4%;
  }
  .theme_ncchiro .custom-footer .flogo {
    margin-bottom: 20px;
  }
  .theme_ncchiro .ft-title-lg {
    margin: 20px 0 10px !important;
  }
  .theme_ncchiro .ftext{
    margin-bottom: 0;
  }
  .theme_ncchiro .nav .open > a,
  .theme_ncchiro .nav .open > a:focus,
  .theme_ncchiro .custom-header .navbar .navbar-nav > li > a:hover, .theme_ncchiro .custom-header .navbar .navbar-nav > li > a:focus {
	background-color: rgba(0, 0, 0, 0.03);
	opacity: 0.7 !important;
	color: #666 !important;
  }
}

#cartbar{
	margin-bottom: 30px !important;
}
.clsCreditCardInformation {
	display:none;
}

	/*Mantis:#23890*/
   .donationType > label.ml-5.chkRecurring > span{
        background-color: #ffff99;
        font-weight: 700 !important;
    }

/*#7873385333*/
#navbar #btnMyAccountBar>a:hover {
    color: #283756 !important;
}
#navbar #btnMyAccountBar>a {
    font-weight: bold;
    color: #055a90 !important;
}.event_1{background-color: #83b9eb !important;color:white !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:white !important; }.event_10{background-color: #8e7cc3 !important;color:black !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:black !important; }.event_11{background-color: #6aa84f !important;color:black !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:black !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:black !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:black !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:black !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:black !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:white !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:white !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #6aa84f !important;color:white !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:white !important; }.event_3{background-color: #e06666 !important;color:white !important;}.event_icon_3{color: #e06666 !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#e06666;color:white !important; }.event_4{background-color: #3181cb !important;color:white !important;}.event_icon_4{color: #3181cb !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#3181cb;color:white !important; }.event_5{background-color: #e06666 !important;color:black !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:black !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:black !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:black !important; }.event_8{background-color: #df60c8 !important;color:white !important;}.event_icon_8{color: #df60c8 !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#df60c8;color:white !important; }.event_9{background-color: #bf9000 !important;color:white !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:white !important; }.otherProductTypeTagColor211,.otherProductTypeTagColor211:hover { background-color:#b9eda3 !important;color:black !important; }