/*start common css for a theme*/
body {
	padding-top: 0px !important;
	font-family: 'Open Sans';
}
.headersection {
    margin-left: 0px;
    margin-right: 0px;
    display: block !important;
}
.footer-top, .footer-bottom {
    margin-left: 0px;
    margin-right: 0px;
}
.container2 {
    margin-top: 0px;
  	background: #FBFBF9;
}
.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*/

@import url('https://fonts.googleapis.com/css2?family=Amethysta&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

.theme_oscachiro {
	font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
}
.theme_oscachiro .container {
	width: 100%;
	max-width: 100%;
	padding-right: 32px;
	padding-left: 30px;
}

.theme_oscachiro header:after,
.theme_oscachiro .menudiv:after,
.theme_oscachiro footer:after,
.theme_oscachiro .top_section {
	content: "";
	display: table;
	clear  : both;
	width  : 100%;
}

.theme_oscachiro .menudiv:after{
	display: none;
}

.theme_oscachiro nav.menudiv {
	margin-bottom: 0 !important;
	border       : 0;
	min-height   : auto;
	border-radius: 0;
	padding: 0;
}

.theme_oscachiro nav.menudiv .navbar-brand {
	height     : auto;
	padding    : 0;
    margin-top: 20px;
	margin-left: 0;
}

.theme_oscachiro nav.menudiv .navbar-brand .logo-main {
	max-height: 87px;
	transition: all 0.3s ease-in-out 0s;
}

.theme_oscachiro .navbar-nav {
	text-align: center;
}

.theme_oscachiro .navbar-nav>li {
	float  : none;
	display: inline-block;
	margin: auto;
}

.theme_oscachiro .navbar-nav>li a {
	color      : rgba(0, 0, 0, 0.6);
	padding    : 5.6rem 5px 5.6rem 22px;
	font-size  : 16px;
	position   : relative;
	cursor     : pointer;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif !important;
	transition: all 0.3s ease-in-out 0s;
	display: inline-block;
}

.theme_oscachiro .navbar-nav>li.active a {
	color: #8bb26e;
}

.theme_oscachiro .navbar-nav>li a:hover,
.theme_oscachiro .navbar-nav>li a:focus {
	background: none;
}

.theme_oscachiro .menudiv span.phone-number {
	padding: 12px 0;
	display: block;
}

.theme_oscachiro ul.navbar-nav li.dropdown ul.dropdown-menu li a {
	padding: 6px 20px;
	width: 200px;
    transition: all 0.3s ease-in-out 0s;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.7;
    white-space: break-spaces;
    transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.theme_oscachiro ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
	background-color: rgba(0,0,0,.03);
    opacity: .7;
}

.theme_oscachiro .navbar-nav>li.open:focus {
	background: none;
}

.theme_oscachiro header {
	background-color: #fff;
	top             : 0;
	position        : relative;
	z-index         : 9;
	box-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.theme_oscachiro .top_section .top_links {
	display        : -webkit-box;
	display        : -moz-box;
	display        : -ms-flexbox;
	display        : -webkit-flex;
	display        : flex;
	justify-content: flex-end;
	align-items    : center;
}

.theme_oscachiro .top_section .phone_number {
	color          : #fff;
	text-decoration: none;
}

.theme_oscachiro .top_section .top_links a {
	color: #fff;
    font-size: 14px;
	line-height: normal;
    transition: all 0.3s ease-in-out 0s;
    font-weight: 600;
    display: block;
	padding: 0;
}

.theme_oscachiro .top_section .top_links a:hover {
	opacity: 0.7;
}

.theme_oscachiro header .top_section {
	background-color: #5db7e4;
	padding: 8px 0;
}

.theme_oscachiro header ul.nav li a,
.theme_oscachiro header ul.nav li a:hover,
.theme_oscachiro header ul.nav li a:focus {
	background-color: transparent;
	outline         : none;
}

.theme_oscachiro .nav>li{
	position: relative;
    display: inline-block;
    text-align: right;
    margin-right: 15px;
    word-wrap: break-word;
}
.theme_oscachiro .nav>li:last-child {
	margin-right: 0;
}
.theme_oscachiro .navbar-right{
	margin: 0px;
}

.theme_oscachiro .menu-item .fa-angle-down{
	color: #FFFFFF;
}

.theme_oscachiro .fa-search::before{
	font-size: 17px;
}
.theme_oscachiro .fa-search:hover{
	color: #2165e8;
}

.theme_oscachiro .home{
	color: #2165e8 !important;
}


/* footer start css */
.theme_oscachiro footer {
	padding         : 54px 0;
	background-color: #5f5f60;
	font-size       : 14px;
}
.theme_oscachiro .footer-row {
	width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
	padding: 27px 0;
	display: flex;
	flex-wrap: wrap;
}
.theme_oscachiro .footer-col {
	width: 29.6667%;
	margin-right: 5.5%;
}
.theme_oscachiro .footer-col:nth-child(2) {
	text-align: center;
}
.theme_oscachiro .footer-col .logo {
	margin-bottom: 30px;
}
.theme_oscachiro .footer-col:last-child {
	margin-right: 0;
}
.theme_oscachiro footer h2 {
	font-size    : 26px;
	font-weight: 600;
	margin-bottom:  30px;
	margin-top   : 0;
	color: #FFFFFF;
}
.theme_oscachiro .qlinks  {
	padding: 0 0 1em 1em;
	margin: 0;
}
.theme_oscachiro .qlinks li a {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}
.theme_oscachiro footer ul li a:hover {
	text-decoration: none;
}
.theme_oscachiro .footer-col p, .theme_oscachiro .footer-col address {
	font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}
.theme_oscachiro .footer-col address {font-weight: normal;}
.theme_oscachiro .footer-col address a {
	color: #FFFFFF;
	text-decoration: underline;
}
.theme_oscachiro footer .copyright {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
  	margin-top: 36px;
}
.theme_oscachiro .socials {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: flex;
    align-items: center;
}

.theme_oscachiro .socials li a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 18px;
    color: #FFF;
	margin-right: 8px;
}
.theme_oscachiro .socials li a.facebook {background: #3b5998;}
.theme_oscachiro .socials li a.twitter {background: #000000;}
.theme_oscachiro .socials li a.linkedin {background: #007bb6;}
.theme_oscachiro .socials li a.youtube {background: #a82400;}
.theme_oscachiro .socials li a.instagram {background: #ea2c59;}
.theme_oscachiro .socials li a svg {
	width: 18px;
	height: 18px;
}
.theme_oscachiro .footer-botton {
    width: 100%;
    text-align: center;
}
.theme_oscachiro .footer-botton {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 700;
	padding-bottom: 10px;
}
.theme_oscachiro .footer-botton img{
	max-width: 35px;
	margin-bottom: 5px;
}
.theme_oscachiro .sub-text{
	font-size: 14px;
	color: #fff;
}

.theme_oscachiro .sub-text a{
	color: #fff !important;
	text-decoration: none !important;
}

.theme_oscachiro .section-heading{
	font-size: 23px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

.theme_oscachiro .section-heading-text{
	font-size: 14px;
	margin: 0px;
	color: #fff;
	text-align: center;
	margin-bottom: 35px;
}

.theme_oscachiro .click-here{
	color: #78c024!important;
    font-weight: 700!important;
	font-size: 20px;
    font-weight: 500;
    padding: 6px 20px;
    line-height: 2.2em!important;
	text-decoration: none !important;
	background-color: #fff;
    border-width: 0px!important;
    border-radius: 100px;
}

.theme_oscachiro .click-here:hover{
	background-image: initial;
    background-color: #e7f2d9;
	border: 2px solid transparent;
    padding: 0 1em;
	animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
	transition: all 300ms ease 0ms;
}

.theme_oscachiro .click-here::after{
	font-size: 25px;
    line-height: 1.7em;
    content: "\003E";
    opacity: 0;
    position: absolute;
    margin-left: -1px;
    transition: all .2s;
    text-transform: none;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
}

.theme_oscachiro a.click-here:hover {
    padding: 6px 40px 6px 10px !important;
}

.theme_oscachiro .click-here:hover::after{
	opacity: 1;
	margin-left: 15px;
}
.theme_oscachiro .contact-section-heading{
	color: #fff;
	font-size: 23px;
	margin-bottom: 35px;
	font-weight: 700 !important;
}

.theme_oscachiro .longtext{
	color: #fff !important;
	font-weight: 700;
}

.theme_oscachiro footer img{
	max-width: 100%;
}

.theme_oscachiro .col-lg-3 {
	margin-bottom: 30px;
}

.theme_oscachiro footer .row{
	display: flex;
	flex-wrap: wrap;
}
.theme_oscachiro .fa-search{
	transform: scaleX(-1);
}

.theme_oscachiro .search-btn{
	margin-right: 0;
	padding-left: 0;
}

.theme_oscachiro .brand{
	margin: 27px 0px;
}

.theme_oscachiro .navbar-toggle{
	margin-right: 0px !important;
}

@-webkit-keyframes pulse-shrink-on-hover {
	to {
		-webkit-transform: scale(0.9);
		transform        : scale(0.9);
	}
}

@keyframes pulse-shrink-on-hover {
	to {
		-webkit-transform: scale(0.9);
		transform        : scale(0.9);
	}
}

/* footer end css */

@media (max-width: 1339px) and (min-width: 981px) {
	.theme_oscachiro nav.menudiv .navbar-brand .logo-main {max-height: 60px;}
	.theme_oscachiro nav.menudiv .navbar-brand {margin-top: 40px;}
	.theme_oscachiro .navbar-nav>li a {
		font-size: 15px;
	}
}
@media (max-width: 1199px) and (min-width: 981px) {
	.theme_oscachiro nav.menudiv .navbar-brand .logo-main {max-height: 50px;}
	.theme_oscachiro .navbar-nav>li a {
		padding: 5.6rem 5px 5.6rem 12px;
	}
	.theme_oscachiro .navbar-nav>li a {
		font-size: 14px;
	}
}
@media (max-width: 1043px) and (min-width: 981px) {
	.theme_oscachiro nav.menudiv .navbar-brand .logo-main {max-height: 35px;}
	.theme_oscachiro .navbar-nav>li a {
		padding: 4.6rem 5px 4.6rem 11px;
	}
}
@media only screen and (min-width:981px) {
	.theme_oscachiro .navbar-nav>li:nth-last-child(-n+3) {
		display: none;
	}
	.theme_oscachiro header.headerfixed {
		position  : fixed;
		top       : 0;
		left      : 0;
		width     : 100%;
		box-shadow: 0 0 7px rgba(0,0,0,0.1);
	}

	.theme_oscachiro header.headerfixed .navbar-nav>li a {
		padding-top   : 1.5rem;
		padding-bottom: 1.5rem;
	}

	.theme_oscachiro header.headerfixed .navbar-nav>li b.dropdown-toggle {
		top: 2.4rem;
	}

	.theme_oscachiro header.headerfixed nav.menudiv .navbar-brand .logo-main {
		max-width: 143px;
		margin-top: 5px;
	}

	.theme_oscachiro header.headerfixed .navbar-nav {
		margin-top: 7px;
	}

	.theme_oscachiro .navbar-nav>li>a:hover {
		opacity: .7;
	}

	.theme_oscachiro ul.navbar-nav li.dropdown .dropdown-menu.dropdown-submenu {
      	position: absolute !important;
		visibility: hidden;
		opacity   : 0;
		right      : 100%;
		top       : -23px;
		margin-top: 0;
		display   : none;
	}

	.theme_oscachiro ul.navbar-nav .dropdown-menu .dropdown:hover > .dropdown-menu.dropdown-submenu {
		visibility: visible;
		opacity   : 1;
		display   : block;
	}


	.theme_oscachiro ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
		visibility: visible;
		opacity   : 1;
		display: block;
	}

	.theme_oscachiro .navbar-nav>li b.dropdown-toggle {
		position: absolute;
		right   : -1px;
		top      : 50%;
		transform: translateY(-50%);
		font-size: 16px;
	}
	.theme_oscachiro .navbar-nav>li > b.dropdown-toggle {
		position: static;
		right: inherit;
		top: inherit;
		transform: none;
		display: inline-block;
	}

	.theme_oscachiro .navbar-nav>li b.dropdown-toggle.dropdown-togglesub{
		right: 25px;
	 }

	.theme_oscachiro ul.navbar-nav li.dropdown ul.dropdown-menu {
		visibility   : hidden;
		opacity      : 0;
		transition   : all 0.3s ease-in-out 0s;
		z-index: 9999;
		width: 240px;
		background   : #5db7e4;
		border-radius: 0;
		border       : 0;
		border-top   : 3px solid #6bbee7;
		right: inherit;
		left: 22px;
		padding: 20px 0px;
		box-shadow: 0 2px 5px rgba(0,0,0,.1);
		top: calc(100% - 3px);
	}
	.theme_oscachiro ul.navbar-nav li:nth-child(7) ul.dropdown-menu {
		right: 0;
		left: inherit;
	}
	.theme_oscachiro ul.navbar-nav li.dropdown:hover > ul.dropdown-menu li{
		padding: 0 20px;
	}
}

@media only screen and (max-width:980px) {
	.theme_oscachiro .top_links li a {
		color      : #666;
		font-weight: 600;
	}

	.theme_oscachiro .navbar-header {
		float: none;
		margin: 0px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.theme_oscachiro .navbar-collapse.collapse {
		display: none !important;
	}

	.theme_oscachiro .navbar-toggle {
		display: block;
	}

	.theme_oscachiro nav.menudiv .navbar-brand{
		margin-top: 0;
		float: none;
		margin-right: auto;
	}

	.theme_oscachiro nav.menudiv .navbar-brand .logo-main {
		max-width: 60%;
	}

	.theme_oscachiro .navbar-collapse.collapse.in {
		display: block !important;
	}

	.theme_oscachiro nav {
		justify-content: space-between;
		display        : block;
	}


	.theme_oscachiro .navbar-toggle {
		font-size: 2rem;
	}

	.theme_oscachiro .bars{
		color    : #2165e8;
	}
	.theme_oscachiro .bars svg {
		width: 22px;
		height: 22px;
	}

	.theme_oscachiro #navbarCollapse {
		position          : absolute;
		padding           : 4%;
		background        : #fff;
		border-top        : 3px solid #6bbee7;
		box-shadow        : 0 2px 5px rgba(0, 0, 0, .1);
		-moz-box-shadow   : 0 2px 5px rgba(0, 0, 0, .1);
		-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
		margin            : 0 auto;
		left              : 0;
		right             : 0;
		max-width         : 80%;
		margin-top        : 5px;

	}

	.theme_oscachiro #navbarCollapse ul {
		margin       : 0;
		padding      : 0;
		position     : relative;
		display      : block;
		border       : 0;
		min-width    : 100%;
		box-shadow   : none;
		outline      : none;
		border-radius: 0;

	}

	.theme_oscachiro .navbar-nav>li {
		float     : none;
		display   : inline-block;
		width     : 100%;
		text-align: left;
	}

	.theme_oscachiro ul.navbar-nav li.dropdown ul.dropdown-menu li a {
		white-space: normal;
	}

	.theme_oscachiro .nav .open>a,
	.theme_oscachiro .nav .open>a:focus,
	.theme_oscachiro .nav .open>a:hover {
		background: none;
	}

	.theme_oscachiro ul.navbar-nav li.dropdown ul.dropdown-menu li a {
		border-bottom: 1px solid rgba(0,0,0,.03);
		color: #666;
		padding: 10px 5%;
		display: block;
		width: 100%;
		font-size: 14px;
	}

	.theme_oscachiro ul.navbar-nav li.dropdown ul.dropdown-menu li {
		padding-left: 5%;
	}
	.theme_oscachiro .menu-item .fa-angle-down{
		display: none !important;
	}

	.theme_oscachiro .navbar-nav>li.dropdown>a {
		font-weight     : 700;
		border-bottom: 1px solid rgba(0,0,0,.03);
		color: #666 !important;
		padding: 11px 5%;
		display: block;
		font-size: 14px;
	}

	.theme_oscachiro .navbar-nav li.dropdown.open>a {
		color: #d6c695 !important;
	}

	.theme_oscachiro .navbar-nav>li b.dropdown-toggle {
		position  : absolute;
		right     : 5px;
		top       : 7px;
		color     : #fff;
		font-size : 2rem;
		cursor    : pointer;
		min-width : 23px;
		text-align: center;
		z-index   : 9;
	}

	.theme_oscachiro .navbar-nav>li.dropdown>.dropdown-menu, .theme_oscachiro .navbar-nav>li.dropdown .dropdown-submenu {
		padding-left: 10px !important;
	}

	.theme_oscachiro .navbar-nav>li.dropdown .submenu{
		font-weight: 700;
	}

	.theme_oscachiro .navbar-nav>li a {

		color        : #666;
		padding      : 12px 20px;
		border-bottom: 1px solid rgba(0, 0, 0, .03);
	}

	.theme_oscachiro header .top_section{
		display: none;
	}

	.theme_oscachiro .mobilelink{
		display: block !important;
	}

	.theme_oscachiro nav.menudiv{
		height: 80px;
		padding: 9px 0;
	}

	.theme_oscachiro .search{
		display: none !important;
	}

	.theme_oscachiro .heading{
		background-color: rgba(0,0,0,.03) !important;
	}
	.theme_oscachiro .container {
		width: 80%;
		max-width: 1080px;
		margin: auto;
		padding: 0;
	}
	.theme_oscachiro .footer-col {
		width: 100%;
		margin: 0 0 30px;
	}
	.theme_oscachiro .footer-col:nth-child(2) {
		text-align: left;
	}
}

@media only screen and (max-width:767px) {

	.theme_oscachiro #navbarCollapse {
		max-width: 85%;
	}

	.theme_oscachiro header .top_section {
		text-align: center;
	}

	.theme_oscachiro .top_section .top_links {
		display: none;
	}

	.theme_oscachiro footer {
		white-space: normal;
		word-break : break-word;
	}

}

.theme_oscachiro ul.navbar-nav li.dropdown .dropdown-menu.last-dropdown {
    position: absolute !important;
    visibility: hidden;
    opacity: 0;
    right: 100%;
    top: -180px;
    margin-top: 0;
    display: none;
}

.theme_oscachiro footer #byce21{
  color:white;
}

.theme_oscachiro footer #linkce21:hover{
  text-decoration:none !important;
}.event_1{background-color: #83b9eb !important;color:black !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:black !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:black !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:black !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:black !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:black !important; }.event_3{background-color: #dd9d5a !important;color:black !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:black !important; }.event_4{background-color: #3181cb !important;color:black !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:black !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: #45818e !important;color:black !important;}.event_icon_8{color: #45818e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#45818e;color:black !important; }.event_9{background-color: #bf9000 !important;color:black !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:black !important; }