@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 767px) {
	#drift-frame-controller {
		bottom: 70px !important;
	}
}
/* -------header-------*/
.top_wrapper {
    background-color: #333;
}
.container {
	padding: 75px 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
.container {
    width: 750px;
}
}
@media (min-width: 992px){
.container {
    width: 970px;
}
}
@media (min-width: 1200px) {
.container {
    width: 1170px;
}
}
.container:before, .container:after {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}
.btn-topsection {
    padding: 4px 13px;
}
@media screen and (max-width: 767px) {
	.btn-topsection {
		position: fixed;
    	z-index: 998;
    	background: #6b6b6b;
    	bottom: 0px;
    	width: 100%;
		padding: 10px 0px 30px;
		-webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.84); 
		box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.84);
	}
}
@media screen and (max-width: 991px) {
.container.btn-topsection.nobtmbtn {
    display: none;
}
}
.nav_sales {
    display: none;
	color: #444;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    border: none;
    background-color: #ff9e18;
    font-weight: 600;
    line-height: 27px;
    width: fit-content;
    float: none;
    border: none;
    margin: auto;
    padding: 10px;
}
@media (max-width: 767px) {
	.nav_sales {
    display: block;
	}
}
.btn-group .nav_sales {
	display: inline-block;
	color: #fff;
    font-family: 'Montserrat', sans-serif;
    width: fit-content;
    font-weight: bold;
	background: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.nav_sales a.phonelink, .nav_sales button.phonelink {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin: 0px 14px 0px 2px;
	text-decoration: none;
	font-weight: bold;
}
.nav_sales a.phonelink:hover, .nav_sales button.phonelink:hover {
    color: #fff;
    text-decoration: none;
    /*border-bottom: 2px solid #ff9e18;*/
    font-weight: bold;
}
.btn-group .nav_sales button.btn {
    background-color: #ff9e18;
    color: #444;
    border-color: #ff9e18;
    font-family: "Montserrat", sans-serif;
    padding: 3px 10px;
    font-weight: 600;
    white-space: nowrap;
    margin: 0 10px;
    font-size: 12px;
}
.btn-group .nav_sales button.btn:hover {
	background-color: #df8c14;
}
.btn-group .nav_sales a.btn.btn-y {
    background-color: #ff9e18;
    color: #444;
    border-color: #ff9e18;
    font-family: "Montserrat", sans-serif;
    padding: 6px 10px;
    font-weight: 600;
    white-space: nowrap;
    margin: 0 10px;
    font-size: 12px;
}
.btn-group .nav_sales a.btn.btn-y:hover {
	background-color: #df8c14;
}
@media screen and (max-width: 767px) {
.nav_sales a.phonelink, .nav_sales button.phonelink {
    color: #444;
    margin: 0;
}
.nav_sales a.phonelink:hover, .nav_sales button.phonelink:hover {
    color: #444;
    text-decoration: underline;
}
}
@media screen and (max-width: 334px){
.xxs-noshow {
    display: none !important;
}
}
@media screen and (max-width: 767px){
.btn-topsection .btn-group {
    display: none;
    padding: 10px 5px 10px 2px;
}
}
.btn-topsection .btn-group {
    float: right;
}
.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin: 0px 12px;
    line-height: 1em;
    font-size: 13px;
}
.btn-group a:hover {
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #ff9e18;
}
#header {
	display: block;
    background-color: #ffffff;
	border-bottom: 1px solid #cdcdcd;
}
#header .container {
    padding: 0px 15px;
}
#header .row {
    margin-right: -15px;
    margin-left: -15px;
}
@media screen and (max-width: 991px) {
#header .row {
margin-left: 18px;
    margin-right: 8px;
}
}
#header .row:before, .row:after {
    display: table;
    content: " ";
}
@media screen and (max-width: 767px){
.header {
    height: auto;
}
}
.logo {
    padding: 15px 10px 10px;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
@media screen and (max-width: 1199px) {
.logo {
    padding: 17px 0px 0px 0px;
}
}
@media screen and (max-width: 991px) {
.logo {
    padding: 5px 0px;
    z-index: 100;
    position: absolute;
    width: 36%;
}
}
@media screen and (max-width: 767px) {
.logo {
    max-width: 200px;
    margin: 0px;
    padding-left: 10px;
}
}
.logo .hidden-xs {
	display: block;
}
	.logo .visible-xs {
	display: none;
}
@media screen and (max-width: 767px) {
.logo .visible-xs {
	display: block;
}
	.logo .hidden-xs {
	display: none;
}
}
.logo img {
	border: 0;
	vertical-align: middle;
	max-width: 170px;
}
.navbar {
	margin-bottom: 0px;
    display: inline-block;
    width: 73%;
    vertical-align: top;
    padding-top: 7px;
	position: relative;
	min-height: 50px;
	border: 1px solid transparent;
	}
@media (min-width: 768px){
.navbar {
    border-radius: 4px;
}
}
@media screen and (max-width: 991px){
.navbar {
    padding: 0 16px 13px 0;
    width: -webkit-fill-available;
}
}
.navbar:before, .navbar:after {
    display: table;
    content: " ";
}
.navbar li:before {
    content: none;
}
@media (min-width: 992px) {
.navbar-header {
    float: left;
}
}
.navbar-header {
    float: none;
}
.navbar-header:before, .navbar-header:after {
    display: table;
    content: " ";
}
.navbar-header:after {
    clear: both;
}
/*button.navbar-toggle {
	text-transform: none;
	cursor: pointer;
	-webkit-appearance: button;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}*/
@media (min-width: 768px) {
.navbar-toggle {
    display: none;
}
}
@media (max-width: 991px) {
.navbar-toggle {
    display: block;
    margin-top: -2px;
    margin-right: -8px;
}
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
@media (max-width: 991px) {
div#mobile-menu {
    padding-bottom: 40px;
}
}
.mobile-menu-button {
    
}
@media (max-width: 991px) {
.mobile-menu-button {
    float: right;
    display: block;
    position: absolute;
    right: 15px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
	padding: 4px 15px;
    background-color: #ff9e18;
    top: 8px;
    font-size: 24px;
}
}
.navbar-header a.cart-header {
    color: #333;
    float: right;
    padding: 16px 65px 0 0;
    font-size: 20px;
}
@media (min-width: 992px) {
	.navbar-header a.cart-header {
		display: none;
	}
}
.collapse {
    display: none;
}
.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px){
.navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
}
}
@media (min-width: 992px) {
.navbar-collapse {
    padding-right: 5px;
}
}
@media (max-width: 991px) {
.navbar-collapse {
    border-top: 1px solid transparent;
    /* box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); */
    max-height: none;
    padding-right: 0px;
    padding-left: 0px;
}
}
@media (min-width: 768px)
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
@media (max-width: 991px) {
.navbar-collapse.collapse {
    display: none!important;
}
}
.navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " ";
}
@media (max-width:991px) {
 .navbar-collapse.in {
        overflow-y: scroll;
        height: calc(100vh - 105px) !important;
        width: 100vw !important;
		margin-top: 20px;
    }
}
@media (max-width:767px) {
        .navbar-collapse.in {
        overflow-y: scroll;
        height: calc(100vh - 160px) !important;
        width: 100vw !important;
        max-width: 100%;
    }
}

.nav {
    list-style: none;
}
.navbar-nav {
    float: right;
    padding: 0 0 0 0;
    margin: 0;
    list-style-type: none;
    height: auto;
    position: relative;
}
@media (max-width: 991px) {
.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
    width: 685px;
}
}
@media (max-width: 767px) {
.navbar-nav {
    width: auto;
}
}
@media (max-width: 767px){
.navbar-nav {
    width: auto;
}
}
.nav > li {
	    text-align: -webkit-match-parent;
	     font-weight: 700;
	font-size: 16px;
    line-height: 2;
	display: block;
	    float: left;
    margin-right: 0px;
}
li.dropdown {
	float: left;
    margin: 0px;
	padding: 0px;
    position: static !important;
}
@media (max-width: 991px) {
.navbar-nav>li {
    float: none;
    padding-left: 10px;
}
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
	    background-color: transparent;
}
.navbar-nav>li>a {
    line-height: 20px;
	color: #333;
	font-weight: 600;
}
@media (min-width: 992px) {
.navbar-nav > li > a {
    height: 69px;
    padding: 28px 15px 10px;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
}
@media (max-width: 991px){
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}
}
@media (max-width: 575px){
.navbar-nav>li>a {
    padding: 20px 0px;
}
}
.navbar-nav > li:hover > a {
    color: #666;
    z-index: 1000 !important;
    font-weight: 600;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
	border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
@media (min-width: 992px) {
.navbar-nav > li.dropdown:hover > a:before {
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10.5px 10px 10.5px;
    margin-left: -5px;
    border-color: transparent transparent #333 transparent;
    content: "";
    z-index: 2000;
}
}
@media (max-width: 991px) {
.navbar-nav > li.dropdown.open > a:before {
    position: absolute;
    left: 10%;
    bottom: -1px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10.5px 10px 10.5px;
    margin-left: -5px;
    border-color: transparent transparent #333 transparent;
    content: "";
    z-index: 2000;
	}
}
@media (max-width: 991px) {
.navbar-nav > li.dropdown > a:after {
    content: '+';
    padding: 0px 20px;
    font-size: 23px;
    display: inline-block;
}
.navbar-nav > li.dropdown.open > a:after {
    content: '\2013';
}
}
@media (min-width: 992px){
.dropdown:hover .dropdown-menu {
    display: block;
    border-radius: 0px;
	border: 2px solid #333;
    padding: 0;
    margin-top: -1px;
}
}
/*@media (max-width: 575px){
#header .dropdown:hover .dropdown-menu {
	margin-left: 0;
	}
}*/
@media (max-width: 991px) {
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #ffffff;
    border: 2px solid #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    margin-left: 18px;
    margin-right: 8px;
}
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    border-color: none;
}
.dropdown-menu li {
	margin: 0;
	padding: 0;
}
li.mmcolumn {
    padding: 8px 20px;
    display: table-cell;
}
@media (max-width: 991px) {
li.mmcolumn {
    display: block;
    padding: 0 20px;
}
}
.dropdown-menu li a {
    white-space: nowrap;
    color: #333;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    padding-top: 5px;
}
.dropdown-menu li a:hover {
	text-decoration: none;
}
svg.mmnavicon {
    width: 39px;
    margin-right: 5px;
    fill: #6e6e6e;
}
@media (max-width: 576px){
svg.mmnavicon {
   display: none;
	margin: 0;
}
}
.mmicontext {
    height: fit-content;
	line-height: 36px;
}
@media (max-width: 576px) {
.mmicontext {
    font-size: 18px;
    padding-bottom: 20px;
    white-space: normal;
    line-height: 1.2em;
}
}
li.mmcolumn li:hover svg.mmnavicon {
    fill: #6e6e6e;
}
@media (min-width: 576px){
	li.mmcolumn li:hover .mmicontext {
    border-bottom: 2px solid #ff9e18;
		margin-bottom: -2px;
}
}
li.morelink {
    text-align: right;
}
@media (max-width: 991px){
li.morelink {
    padding: 5px 28px 20px 0px;
    text-align: left;
    padding-left: 28px;
}
}
li.mmcolumn ul ul li.morelink a {
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
}

li.mmcolumn ul ul {
    margin-top: -5px;
	margin-bottom: 0;
}
li.mmcolumn ul ul a {
    font-weight: normal;
    padding-left: 60px;
    padding-top: 0px;
}
@media (max-width: 576px){
	li.mmcolumn ul ul a {
		padding-left: 40px;
	}
}
li.mmcolumn ul ul li a .mmtext {
    margin-bottom: 2px;
}
@media (max-width: 576px) {
li.mmcolumn ul ul li a .mmtext {
    margin-bottom: 15px;
    white-space: normal;
    line-height: 1.2em;
}
}
@media (min-width: 576px){
	li.mmcolumn ul ul li:hover a .mmtext {
    border-bottom: 2px solid #ff9e18;
    margin-bottom: 0px;
}
}
.mmtext .mmicontext {
    font-weight: 100;
}
.dropdown-menu li.mmbutton {
    background-color: #ff9e18;
    text-align: center;
    padding: 4px 5px 6px;
    margin: 20px 0px;
}
.dropdown-menu li.mmbutton a {
    color: #444;
    text-transform: uppercase;
    display: block;
}
li.mmcolumn li.mmbutton:hover {
	background-color: #FFB043;
}
li.mmcolumn li.mmbutton:hover .mmicontext {
    border-bottom: none;
}
li.btn-head {
    background-color: transparent;
}
@media (max-width: 991px){
	li.btn-head {
	display: none;
}
}
li.btn-head:hover {
    background-color: transparent;
}
.navbar-nav > li.btn-head > a.cart-header {
    background: none;
    color: #fff;
}
.navbar-nav > li:last-child {
    margin-right: 0;
}
.navbar-nav > li.btn-head > a {
    height: auto;
    font-family: 'Montserrat', sans-serif;
    margin: 15px 0px 0px;
    line-height: 1em;
    padding: 10px 10px;
    font-size: 13px;
    text-transform: none;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.navbar-nav > li:last-child > a {
    margin-right: 0;
}
.navbar-nav > li.btn-head > a.cart-header {
    background: none;
    color: #fff;
}
.navbar-nav > li.btn-head > a.cart-header > i {
    font-size: 20px;
    color: #333;
    opacity: 100;
    margin: 0px 0px 0px 8px;
}
.navbar-nav > li.btn-head > a.cart-header:hover {
    padding: 8px;
}
.navbar-nav > li.btn-head > a.cart-header:hover > i {
    font-size: 24px;
}
@media (min-width: 768px){
	.mm_mobileonly {
	display: none !important;
}
}
li.mm_mobileonly {
    margin-bottom: 0;
}
/* sticky header */
.sticky-header {
    position: fixed !important;
    z-index: 1020;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 1px 2px #cccccc;
    -moz-box-shadow: 0 1px 2px #cccccc;
    box-shadow: 0 1px 2px #cccccc;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.98;
    max-height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: none !important;
    transition: none !important;
    overflow: visible !important;
}
.sticky-header .header {
    height: auto;
}
.sticky-header .header .logo {
    padding-top: 12px;
    padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
.sticky-header .header .logo {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 7px;
    margin-bottom: 3px;
}
}
@media (max-width: 991px) {
.sticky-header .navbar-collapse.in {
    height: calc(100vh - 85px) !important;
}
}
/* end sticky header */
/* -------end header-------*/
/* start footer */
footer {
    background-color: #333;
}
@media (max-width: 767px) {
.bottom-section {
	margin-bottom: 50px;
}
}
.btm-logo-sct:before, .btm-logo-sct:after {
    display: table;
    content: " "
}
.btm-logo-sct {
    margin-right: -15px;
    margin-left: -15px;
}
.btm-logo-sct .logo-div {
    width: 25%;
    display: inline-block;
}
@media (max-width: 991px) {
	.btm-logo-sct .logo-div {
    display: block;
    margin: 0px auto;
    width: 33%;
}
}
@media (max-width: 575px) {
	.btm-logo-sct .logo-div {
    width: 50%;
}
}
.btm-logo-sct .cust-div {
    width: 74%;
    display: inline-block;
    text-align: right;
    vertical-align: bottom;
    padding-bottom: 5px;
}
@media (max-width: 991px) {
	.btm-logo-sct .cust-div {
    text-align: center;
    width: 100%;
		margin-top: 15px;
	}
}
.btm-logo-sct .cust-div a{
	color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: 0px 18px;
}
@media (max-width: 575px) {
	.btm-logo-sct .cust-div a{
		display: block;
	}
}
.btm-logo-sct .cust-div a:hover {
	border-bottom: 2px solid #ff9e18;
	text-decoration: none;
}
@media (max-width: 575px) {
	.btm-logo-sct .cust-div a:hover {
	border-bottom: none;
	text-decoration: underline;
}
}
.btm-nav-section:before, .btm-nav-section:after {
    display: table;
    content: " "
}
.btm-nav-section {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 991px) {
	.btm-nav-section {
		display: inline-block;
		margin: 40px 0px 40px 80px;
	}
}
@media (max-width: 768px) {
	.btm-nav-section {
		margin: 40px 0px;
	}
}
.btm-nav-section .btm-nav-col{
	flex: 1 auto;
    margin: 20px 30px 0px 0px;
}
@media (max-width: 991px) {
	.btm-nav-section .btm-nav-col{
		display: inline-block;
		width: 45%;
		vertical-align: text-top;
	}
}
@media (max-width: 768px) {
	.btm-nav-section .btm-nav-col{
		width: 100%;
	}
}
@media (min-width: 992px) {
.btm-nav-section .btm-nav-col:last-child {
	margin-right: 0;
}
}
@media (min-width: 1200px) {
	.btm-nav-section .btm-nav-col:last-child {
	width: min-content;
	}
}

.btm-nav-section a {
    color: #fff;
	display: table;
	font-family: 'Montserrat';
    font-size: 19px;
    font-weight: bold;
	line-height: 1.4em;
	border-bottom: 2px solid transparent;
}
@media (max-width: 768px) {
	.btm-nav-section a {
    text-align: center;
    display: block;
		border: none;
}
}
.btm-nav-section a:hover {
    text-decoration: none;
	border-bottom: 2px solid #ff9e18;
}
@media (max-width: 768px) {
	.btm-nav-section a:hover {
    text-decoration: underline;
	border-bottom: none;
}
}
.btm-nav-section a.footer_sublink {
	font-weight: 100;
	font-size: 17px;
}
.btm-about {
    padding-top: 50px;
	color: #fff;
}
.btm-about-left {
    width: 44%;
    display: inline-block;
}
@media (max-width: 991px) {
	.btm-about-left {
		width: 100%;
		text-align: center;
	}
}
.btm-about-social a {
    display: inline-block;
    padding: 0 12px 0 0;
}
.btm-about-social a svg {
    fill: #fff;
}
.btm-about-social a:hover svg {
    fill: #ff9e18;
}
.btm-about-phone {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
	line-height: 1em;
}
.btm-about-phone a{
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #ff9e18;
}
.btm-about-right {
	display: inline-block;
    width: 55%;
    text-align: right;
}
@media (max-width: 991px) {
	.btm-about-right {
		width: 100%;
		text-align: center;
		margin: 30px 0px;
	}
}
.btm-about-right a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
	margin: 0px 12px;
    line-height: 1.2em;
	white-space: nowrap;
}
@media (max-width: 991px) {
	.btm-about-right a {
	margin: 0px 24px 0px 0px;
    line-height: 2em;
	}
}
@media (max-width: 575px) {
	.btm-about-right a {
    display: block;
    margin: 0;
	}
}
.btm-about-right a:hover {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 2px solid #ff9e18;
}
@media (max-width: 575px) {
	.btm-about-right a:hover {
		text-decoration: underline;
    border: none;
	}
}
.dropdownhovericon {
    width: 39px;
    height: auto;
     background-color: #cdcdcd;
	margin-right: 10px;
}
li.mmcolumn li:hover .dropdownhovericon {
    background-color: #cdcdcd;
}
.dropdownhovericon img {
    width: 100%;
    opacity: 0;
}
/* no nav support */
@media (min-width: 768px) {
.container.btn-topsection.no-nav {
    padding: 0;
}
}
.navbar h3.nonavtext {
    text-align: right;
    color: #063c82;
}
@media (max-width: 768px) {
	.nonavtextdiv {
		display: flex;
    	padding: 44px 0 0 10px  ;
	}
	.navbar h3.nonavtext {
    text-align: left;
}  
}
@media (max-width: 450px) {
	.nonavtextdiv {
		display: flex;
    	padding: 35px 0 0 10px ;
	}
}
/*sf chat overlay css */
.sfchatoverlay {
	position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
.sfchatoverlay {
    bottom: 55px;
}
}
@media screen and (max-width: 576px) {
	.sfchatoverlay {
    bottom: 95px;
}
}
.sfchatoverlay:before {
        content: "";
    position: absolute;
    top: 22px;
    left: 82px;
    height: 15px;
    width: 15px;
    background: white;
    box-sizing: border-box;
    transform: rotate(135deg) translate(-50%);
    border-bottom: 1px solid;
    border-right: 1px solid;
    box-shadow: inherit;
}
.sfchatoverlay .overlaytextbox {
	background: #fff;
    width: 175px;
    padding: 6px 25px 6px 8px;
    text-align: center;
    border: 1px solid;
    margin-left: 10px;
    border-radius: 10px;
    display: inline-block;
    float: inline-end;
    min-height: 85px;
}
.sfchatoverlay .overlaytextbox .chatclose {
	position: absolute;
    right: 10px;
    top: 0;
}
.sfchatoverlay .overlaytextbox .chatclose a.close {
	text-transform: none;
}
.sfchatoverlay .overlaytextbox p {
	font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}
.sfchatoverlay img.chatimg {
	border-radius: 45px;
    height: 85px;
    width: 85px;
    border: 6px solid #ff9e18;
    float: right;
}
div[class^='LinxupNavbar_root'] {
	background-color: #fff;
	border-bottom: 1px solid #E6E6E6;
}
span[class^='CartButton_bagCount'] {
	color: #333 !important;
}
li[class^='UserNav_item'] svg {
	color: #333 !important;
}
.dropdownhovericon span {
	display: inline !important;
}