* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-family: var(--zf-primary-regular);
	margin: 0;
	padding: 0;
}
.crm-hub-main h1, .crm-hub-main h2, .crm-hub-main, .crm-hub-main h3, .crm-hub-main h4, .crm-hub-main p {
	margin: 0;
	padding: 0;
}
.crm-hub-main, .gd-click-rit img {
	width: 100%;
}
.crm-hub-header {
	padding: 150px 0 90px;
	background: #0067ff;
	text-align: center;
	margin-top: -105px;
}
.crm-hub-titlesec {
	max-width: 900px;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	color: #fff;
}
.crm-hub-header h1 {
	font: 56px/1.1 var(--zf-primary-bold);
	width: 85%;
}
.crm-hub-header p {
	font: 400 18px/1.7 'Roboto', sans-serif;
	margin: 15px 0 30px;
}
.crm-hub-plansbtn {
	background: transparent;
	color: #fff;
	margin-left: 30px;
	padding: 12px 30px;
}
.crm-hub-vidbtn {
	display: none;
	margin-left: 25px;
	width: 150px;
	cursor: pointer;
}
.vidbtn-icon {
	width: 25px;
	height: 25px;
	border-radius: 20px;
	background: #fff;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}
.bg_lazy_loaded .vidbtn-icon::after {
	content: '';
	background-position: -184px -20px;
	width: 8px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 56%;
	transform: translate(-50%, -50%);
}
.crm-hub-vidbtn span {
	font: 18px var(--zf-primary-semibold);
	vertical-align: middle;
	margin-left: 5px;
}
.crm-hub-cntsec {
	position: relative;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.crm-hub-container {
	max-width: 920px;
	margin: 125px 20px 0 350px;
	display: inline-block;
	text-align: left;
	color: #1c1d1e;
}
.crm-hub-container h2 {
	font: 48px/1.1 var(--zf-primary-bold);
	max-width: 700px;
}
.crm-hub-container h3 {
	font: 24px/1.1 var(--zf-primary-bold);
}
.crm-hub-container p {
	font: 400 16px/28px 'Roboto', sans-serif;
	margin: 10px 0 6px;
	max-width: 850px;
	color: #222222;
}
.crmhub-img {
	width: 100%;
	-webkit-box-shadow: 0 10px 15px -6px rgba(119, 119, 119, 0.4);
	-moz-box-shadow: 0 10px 15px -6px rgba(119, 119, 119, 0.4);
	box-shadow: 0 10px 15px -6px rgba(119, 119, 119, 0.4);
	border-radius: 5px;
}
.slider-innersec .crmhub-img {
	box-shadow: none;
	border: none;
}
.crmbadge-txt {
	font-size: 14px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background: #fee498;
	border-radius: 20px;
	padding: 4px 12px 5px;
	margin-bottom: 10px;
	display: inline-block;
}
.crm-hub-sell {
	max-width: 1170px;
	margin: 250px 0 0 270px;
	padding: 60px 0 60px 80px;
	background: #0057d9;
	box-sizing: border-box;
	position: relative;
}
.crm-hub-sell h3 {
	font: 42px/1.2 var(--zf-primary-bold);
	color: #fff;
	margin-bottom: 30px;
	max-width: 390px;
}
.bg_lazy_loaded .crm-hub-sprite {
	background-image: url("/sites/default/files/crm/features/integ-sprite.png");
	background-size: 697px;
	display: inline-block;
}
/*nav css*/
	
.crm-featur-nav {
	width: 270px;
	height: 700px;
	position: absolute;
	top: 0;
	padding: 113px 30px 0px 40px;
	box-sizing: border-box;
	z-index: 5;
	background: #fff;
	opacity: 1;
	transition: opacity 300ms;
	will-change: opacity;
}
.crm-featur-nav ul {
	position: relative;
	margin-bottom: 25px
}
.crm-featur-nav-shad {
	display: inline-block;
	position: absolute;
	right: -30px;
	top: 0;
	width: 30px;
	height: 100%;
}
.crm-featur-nav ul li {
	list-style-type: none;
	padding: 6px 0;
	font: 400 16px/1.6 'Roboto', sans-serif;
	cursor: pointer;
	color: #55595f;
}
.crm-featur-nav ul li:first-child {
	font-weight: 500;
	color: #0067ff;
	cursor: default;
}
.hub-moblist li.activecls {
	font-weight: 600;
	position: relative;
	color: #0067ff;
}
.crm-featur-nav li.activecls {
	color: #000;
	position: relative;
}
.crm-featur-nav ul li.activecls::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 25px;
	background: #0057d9;
	position: absolute;
	left: -15px;
}
.crm-featur-bk {
	text-decoration: none;
	color: #000;
	margin-top: 10px;
	font: 400 14px/1.7 'Roboto', sans-serif;
}
.blue-entity {
	font-size: 20px;
	color: #0057d9;
	margin-right: 3px;
}
.crm-hub-brdcrmb {
	border-top: 1px solid #d1d1d1;
	position: relative;
	z-index: 10;
	background: #fff;
}
.brdcrmb-secn {
	width: 50%;
	float: left;
	padding: 25px 0;
	box-sizing: border-box;
	margin-top: 2px;
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(246,247,248) 25%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(246,247,248) 25%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(246,247,248) 25%);
}
.brdcrmb-cnt {
	float: left;
	margin-left: 115px;
}
.brdcrmb-cnt-rit {
	float: right;
	margin-right: 115px;
}
.brdcrmb-icn {
	width: 40px;
	height: 40px;
	margin: 0 20px;
	background: blue;
	display: inline-block;
	vertical-align: middle
}
.brdcrmb-txt {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-left: 20px;
}
.hub-prev {
	text-align: right;
	margin-right: 20px;
}
.brdcrmb-top {
	color: #666666;
	font: 400 14px 'Roboto', sans-serif;
	display: block;
}
.brdcrmb-botm a {
	font: 600 18px 'Roboto', sans-serif;
	color: #000;
}
.hub-prev .brdcrmb-botm a {
	padding: 0 0 0 10px;
}
.crmhub-mobnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	z-index: 3;
}
.crmhub-mobnav-tlt {
	border-bottom: 1px solid #f2f2f2;
	padding: 15px 20px;
	font: 18px var(--zf-primary-bold), sans-serif;
	background: #fff;
	cursor: pointer;
}
.hub-moblist {
	display: none;
	background: #fff;
	width: 100%;
	height: 100vh;
}
.hub-moblist li {
	list-style-type: none;
	padding: 15px 20px;
	font: 18px var(--zf-primary-regular), sans-serif;
	cursor: pointer;
}
.hub-moblist li:first-child {
	padding-top: 30px;
}
.hub-nav-hide {
	opacity: 0;
}
.crm-hub-imgsec {
	position: relative;
	margin-top: 65px;
}
.scl-img {
	position: absolute;
	box-shadow: 0px 20px 60px 0px rgba(18, 26, 52, 0.2);
	border: 2px solid rgb(41, 78, 209);
	top: -45px;
	left: 233px;
	transition: all 0.5s linear;
	opacity: 0;
	transform: scale(.8);
}
.scl-img.active {
	opacity: 1;
	transform: scale(1);
}
.bg_lazy_loaded .crm-hub-intg .svg-sprites {
	background-image: url("/sites/default/files/crm/features/smb-integrate-sprite.png");
	background-repeat: no-repeat;
	display: inline-block;
	background-size: 735px;
}
.sel-img {
	position: absolute;
	right: 72px;
	top: -110px;
}
.hubinte-txt {
	font: 200 12px 'Roboto', sans-serif;
	display: block;
	margin-top: 5px;
}
.strt-dwn {
	box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #dfe1e5;
	cursor: pointer;
	height: 36px;
	width: 36px;
	position: fixed;
	right: 2%;
	bottom: 10%;
	max-width: inherit;
	transform: rotate(-180deg);
	background: #fff;
	border-radius: 50%;
	z-index: 25;
	display: none;
}
.lrn-arw {
	background-position: -34px -20px;
	width: 15px;
	height: 11px;
	position: absolute;
	left: 98%;
	bottom: 3px;
	display: inline-block;
	transition: .3s linear;
}
.brdcrmb-secn .lrn-arw {
	bottom: 5px;
}
.arw-prev {
	left: -10px;
	transform: rotate(180deg);
}
.hub-lrn:hover .lrn-arw {
	left: 100%;
}
.hub-lrn:hover .lrn-arw.arw-prev {
	left: -15px;
}
.hub-lrn {
	color: #0067ff;
	text-decoration: none;
	font: 500 16px 'Roboto', sans-serif;
	position: relative;
	padding-right: 9px;
	display: inline-block;
}
.bg_lazy_loaded .hub-lrn:after {
	content: '';
	position: absolute;
	right: -10px;
	top: 5px;
	display: inline-block;
	background-position: -34px -20px;
	width: 15px;
	height: 11px;
	transition: all ease 0.3s;
}
.hub-lrn:hover:after {
	transform: translateX(3px);
}
.topscrl {
	background-position: -326px -21px;
	width: 8px;
	height: 13px;
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translate(-50%, -50%) rotate(90deg);
}
.bg_lazy_loaded .hub-cmn-sprit, .bg_lazy_loaded .hub-testi-cnt h3:before, .bg_lazy_loaded .vidbtn-icon::after, .bg_lazy_loaded .hub-lrn:after {
	background-image: url(/sites/default/files/crm/features/crm-subfeatures-sprite.svg);
	display: inline-block;
}
.bg_lazy_loaded .hub-fetr-sprit {
	background-image: url(/sites/default/files/crm/features/hub-ftr-sprite.svg);
	display: inline-block;
	vertical-align: middle;
}
.hubpre-icn {
	background-position: -482px -19px;
	width: 37px;
	height: 37px;
}
.hubnxt-icn {
	background-position: -165px -21px;
	width: 38px;
	height: 36px;
}
.bg_lazy_loaded .hub-testi-cnt h3:before {
	content: '';
	background-position: -81px -8px;
	width: 48px;
	height: 35px;
	display: inline-block;
	position: absolute;
	right: -120px;
	top: 5px;
	transform: rotateY(180deg);
}
.bg_lazy_loaded .hub-testi-pnch {
	background-position: -81px -8px;
	width: 48px;
	height: 35px;
	display: none;
	margin: 0 auto;
}
.hub-dwnicn {
	background-position: -732px -30px;
	width: 21px;
	height: 12px;
	float: right;
	margin-top: 5px;
}
.hub-cntlist {
	margin-left: 30px;
	max-width: 700px;
}
.slider-innersec {
	display: block;
	margin: 0 auto;
	max-width: 960px;
	width: 90%;
}
.mT50 {
	margin-top: 50px;
}
.cB {
	clear: both;
}
.testi-cust {
	margin-bottom: 10px;
}
.test-pnch {
	background-position: -235px -2px;
	width: 31px;
	height: 46px;
	margin-bottom: 10px;
	display: none;
}
.media-anim {
	transform: translateY(10rem);
	opacity: 0;
	transition: all 0.9s ease-in-out 0s;
}
.img-animate {
	transform: translateY(0px);
	opacity: 1;
}
/*Integ sec*/
.bg_lazy_loaded .crm-hub-integr-bg, .crm-hub-selbg {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #F1F5FD;
	background-image: url(/sites/default/files/crm/features/integ-bg.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.crm-hub-selbg {
	background: #0057d9;
	background-image: none;
}
/* Breadcrumb CSS start */
.Ncrm_breadcrumb {
	list-style-type: none;
	max-width: 1280px;
	margin: 0 auto;
	width: 90%;
}
.Ncrm_breadcrumb li {
	display: inline-block;
	margin: 0 25px 0 0;
	font: 12px/1.2 var(--zf-primary-semibold);
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.Ncrm_bcLnk {
	color: #8cbaff;
	position: relative;
	display: inline-block;
}
.Ncrm_bcLnk:before {
	content: ">";
	position: absolute;
	right: -15px;
	display: inline-block;
}
.Ncrm_bcLnk:after {
	content: '';
	display: block;
	position: absolute;
	left: auto;
	right: 0;
	bottom: -4px;
	height: 1px;
	width: 0px;
	background: #ffffff;
	transition: all .3s linear;
}
.Ncrm_bcLnk:hover {
	color: #ffffff;
}
.Ncrm_bcLnk:hover:after {
	width: 100%;
	left: 0;
	right: auto;
	transition: all .2s linear;
}
.hup-arow-up {
	background-position: -835px -31px;
	width: 10px;
	height: 7px;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}
.hub-bakicn {
	background-position: -372px -20px;
	width: 15px;
	height: 11px;
	position: absolute;
	top: 126px;
	left: 18px;
	padding: 0px 10px;
	display: inline-block;
	box-sizing: border-box;
}
.add-clr .hup-arow-up {
	background-position: -848px -31px;
}
.testi-cnt {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 99;
	width: 100%;
	transform: translateY(-50%);
}
.crm-hub-sinup:hover:before, .btm-cta:hover:before {
	transform: scaleX(1.03);
	-webkit-transform: scaleX(1.03);
}
.crm-hub-sinup:before, .btm-cta:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(235, 76, 73);
	z-index: -1;
	transition: all ease 0.3s;
}
.crm-hub-plansbtn:before {
	background: transparent;
	border: 2px solid #fff;
	box-sizing: border-box;
}
.btm-cta.access, .crm-hub-sinup.access, .umain .btm-cta.gt-strt, .umain .crm-hub-sinup.gt-strt, .brdcrmb-secn .hub-lrn:after, .show-cnt, .testi-cnt, .inner-sec, .inner-sec h3, .test-pnch, .umain .crm-hub-sell, .hide-action, .crm-hub-brdcrmb {
	display: none;
}
.umain .btm-cta.access, .umain .crm-hub-sinup.access, .test-noimg, .list-container {
	display: inline-block;
}
.Nc_wrap {
	white-space: nowrap;
	font-family: var(--zf-primary-bold);
}
.umain .crm-hub-brdcrmb {
	margin-top: 130px;
}
.bg_lazy_loaded .hub-dotsec {
	position: absolute;
	width: 190px;
	height: 180px;
	right: 401px;
	top: -180px;
	background-image: url(https://www.zoho.com/sites/default/files/crm/smb_repeat_circle_bg.svg);
	background-size: 15px;
	z-index: -1;
}
.bxnon {
	box-shadow: none;
}
.icon-rotat {
	transform: rotate(180deg);
}
/*ar css*/
.i18n-ar .crm-hub-header, .footer-opt-in .opt-in-bar {
	text-align: center;
}
.i18n-ar .crm-featur-nav ul li.activecls::before {
	right: -15px;
}
.i18n-ar .crm-hub-container {
	margin: 125px 295px 130px 0;
}
.i18n-ar .hub-lftsec {
	margin: 45px 0 0 50px;
}
.i18n-ar .lrn-arw, .i18n-ar .hub-bakicn {
	display: none!important;
}
.i18n-ar .brdcrmb-txt {
	margin: 0 20px;
}
.i18n-ar .brdcrmb-botm a {
	color: #0067ff;
}
.i18n-ar .crm-hub-sell {
	margin: 250px 270px 0 0;
	padding: 60px 30px 60px 80px;
}
.i18n-ar .crm-hub-plansbtn {
	margin-right: 30px;
}
.i18n-ar .sel-img {
	left: 72px;
	right: inherit;
}
.i18n-ar .hub-dotsec {
	left: 401px;
	right: inherit;
}
.i18n-ar .bottom-promo .content-wrap {
	max-width: 960px;
}
.i18n-ar .Ncrm_bcLnk:before {
	left: -15px;
	right: inherit;
}
.i18n-ar .hub-lrn:after {
	left: -20px;
	right: inherit;
	transform: rotate(180deg);
}
.i18n-ar .hub-lrn:hover:after {
	transform: translateX(-3px) rotate(180deg);
}
.i18n-ar .crm-hub-selbg {
	right: 0;
	left: inherit;
}
.other-lang .crm-hub-header h1 {
	word-break: break-word;
}
.hub-last {
	margin-bottom: 140px;
}
.footer-opt-in {
	background-color: #292929;
	min-height: 50px;
	width: 100%;
	padding: 10px 30px;
	box-sizing: border-box
}
.footer-opt-in.st-fixed {
	position: fixed;
	bottom: 0;
	z-index: 5;
}
.footer-opt-in.fix-bottom {
	bottom: auto;
}
.footer-opt-in span {
	color: #fff;
	font: 14px/1.5 var(--zf-primary-regular);
	padding: 0 30px 0 0;
}
.footer-opt-in .footer-optin-btn {
	margin: 0;
	padding: 6px 20px;
	font: 14px/30px var(--zf-primary-regular);
	background-color: rgb(240, 72, 62);
	color: #fff;
	text-transform: uppercase;
}
.footer-opt-in.st-fixed .hide-action {
	right: 50px;
	position: absolute;
	font: 24px/1.2 var(--zf-primary-regular);
	top: 8px;
	cursor: pointer;
	display: block;
	opacity: 0.4;
	padding: 0;
	transition: all ease 0.2s
}
.footer-opt-in.st-fixed .hide-action:hover {
	opacity: 1
}

/*Media query starts*/
@media screen and (max-width: 1330px) {
.hub-dotsec {
	right: 338px;
}
.sel-img {
	right: 0;
}
}

@media screen and (max-width: 1260px) {
.sel-img, .hub-dotsec {
	display: none
}
.card_inner_box {
	width: 30%;
}
}

@media screen and (max-width: 1080px) {
.i18n-ar .hub-ritsec {
	position: static;
}
.i18n-ar .crm-hub-container {
	margin: 70px 25px 0;
}
.i18n-ar .hub-dwnicn {
	margin-left: 10px;
}
.crm-hub-container {
	max-width: 860px;
	margin: 70px 25px 0;
	display: block;
}
.crm-hub-sell {
	margin: 70px 0 0;
	padding: 65px 20px 70px;
	text-align: center;
}
.crm-featur-nav, .crm-hub-integr-img, .hub-dotsec-testi {
	display: none !important;
}
.crmhub-mobnav {
	display: none;
}
.card_inner_box {
	width: 30%
}
.crm-hub-sell h3 {
	max-width: inherit;
}
.crm-hub-testimo, .umain .crm-hub-brdcrmb {
	margin-top: 0;
}
.i18n-ar .hub-last, .hub-last {
	margin-bottom: 70px !important;
}
.i18n-ar .crm-hub-sell {
	margin: 70px auto;
}
}

@media screen and (max-width: 1023px) {
.crm-hub-header {
	padding: 145px 0 75px;
}
.Nc_wrap {
	white-space: inherit;
}
.Ncrm_breadcrumb {
	width: 93%;
}
.other-lang .brdcrmb-botm a {
	font: 500 16px 'Roboto', sans-serif;
	color: #0067ff;
}
.other-lang .brdcrmb-secn .lrn-arw {
	display: none;
}
}

@media screen and (max-width: 992px) {
.i18n-ar .hub-inte-cnt h2, .i18n-ar .inte-list, .i18n-ar .hub-inte-cnt, .i18n-ar .hub-intimain, .i18n-ar .hub-inte-rit {
	text-align: center;
}
.crm-hub-titlesec {
	margin: 0 25px;
}
.scl-img {
	display: none
}
.crm-hub-header h1 {
	font: 42px/1.1 var(--zf-primary-bold);
	width: 100%;
}
.crm-hub-main p {
	font-size: 16px;
}
.crm-hub-main h2 {
	font-size: 32px;
}
.crm-hub-main h3 {
	font-size: 28px;
}
.media-anim {
	transform: inherit;
	opacity: 1;
	transition: inherit;
}
.ftrs-lt-con {
	padding-top: unset;
}
.card_inner_box {
	float: none;
	margin: 30px 0 0;
	max-width: 600px;
	width: 100%;
}
.crm-icon-cord {
	margin: 70px 30px 0;
}
.crm-hub-inte {
	padding: 90px 0;
	text-align: center;
}
.crm-hub-inte .hub-lrn {
	color: #0067ff;
}
.crm-hub-inte .hub-lrn:after {
	background-position: -34px -20px;
}
.other-lang .brdcrmb-cnt-rit {
	margin-right: 25px;
}
.other-lang .brdcrmb-cnt {
	margin-left: 25px;
}
}

@media screen and (max-width: 768px) {
.crm-hub-sell {
	padding: 65px 20px 70px;
	text-align: center;
}
.crm-hub-imgsec {
	margin-top: 30px;
}
.crm-hub-sinup {
	font-size: 16px;
	padding: 12px 24px;
}
.crm-hub-vidbtn span {
	font-size: 16px;
}
.crm-hub-sell h3 {
	margin-bottom: 20px;
}
.crm-hub-inte {
	padding: 70px 0px;
	text-align: center
}
.hub-testi-cnt h3:before, .speaker-inner-details:before, .Ncrm_breadcrumb {
	display: none;
}
.brdcrmb-cnt-rit {
	margin-right: 25px;
}
.brdcrmb-cnt {
	margin-left: 25px;
}
.i18n-ar .crm-hub-plansbtn {
	margin-left: 0;
}
.crm-hub-header h1 {
	font: 36px/1.1 var(--zf-primary-bold);
}
.crm-hub-main h2 {
	font-size: 32px;
}
.footer-opt-in.st-fixed {
	display: none !important
}
.footer-opt-in {
	padding: 30px;
	box-sizing: border-box
}
.footer-opt-in span {
	display: block;
	padding: 0 0 15px;
}
.footer-opt-in .footer-optin-btn {
	margin: 10px 0 0;
}
.footer-opt-in span.hide-action {
	display: none;
	padding: 0
}
}

@media screen and (max-width: 640px) {
.btm-cta {
	padding: 10px 28px;
	font-size: 14px;
	font-family: var(--zf-primary-bold);
}
.crm-hub-ctasec {
	position: static;
}
}

@media screen and (max-width: 550px) {
.slider-innersec {
	width: 65%;
}
.brdcrmb-icn {
	margin-right: 10px;
}
.brdcrmb-botm a {
	font: 500 16px 'Roboto', sans-serif;
	color: #0067ff;
}
.brdcrmb-top {
	font: 400 14px 'Roboto', sans-serif;
	margin-bottom: 0;
}
.hubpre-icn, .hubnxt-icn, .brdcrmb-secn .lrn-arw {
	display: none !important;
}
.hub-prev, .brdcrmb-txt {
	margin: 0;
}
.inte-list {
	max-width: inherit;
	text-align: center;
}
.crm-hub-plansbtn {
	margin-left: 20px;
}
.brdcrmb-secn {
	padding: 15px 0;
}
.i18n-ar .inte-list li {
	margin: 0 0 10px 10px;
}
.i18n-ar .inte-list li:nth-child(even) {
	margin-left: 0;
}
}

@media screen and (max-width: 450px) {
.inte-list li:nth-child(even) {
	margin-right: 0;
}
.inte-list li {
	width: 170px;
}
}

@media screen and (max-width: 400px) {
.crm-hub-vidbtn {
	margin: 25px 0 0;
	display: block;
}
.crm-hub-plansbtn {
	margin: 20px 0 0;
}
}
/*Media query ends*/
#mini-panel-product_menu .product-nav-links .menu > li > a {
	color: #fff;
}
#mini-panel-product_menu .expanded.dropdown .caret {
	background-position: -168px 0px;
}
#mini-panel-product_menu .menu-icon-help-header .product-title a, #mini-panel-product_menu .product-nav-links li .nolink {
	color: #fff !important;
}