@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}
::-moz-selection {
	background: #f00;
	text-shadow: none;
	color: #fff;
}
::selection {
	color: #fff;
	background: #f00;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #4d4d4d;
	margin: 1em 0;
	padding: 0;
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */






.gutter-20.row {
	margin-right: -10px;
	margin-left: -10px;
}
.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
.gutter-14.row {
	margin-right: -7px;
	margin-left: -7px;
}
.gutter-14 > [class^="col-"], .gutter-20 > [class^=" col-"] {
	padding-right: 7px;
	padding-left: 7px;
}
.gutter-10.row {
	margin-right: -5px;
	margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
	padding-right: 5px;
	padding-left: 5px;
}
.gutter-0.row {
	margin-right: 0;
	margin-left: 0;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
	display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*, *:before, *:after {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	/*
         * Don't show links that are fragment identifiers,
         * or use the `javascript:` pseudo protocol
         */

	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	/*
         * Printing Tables:
         * http://css-discuss.incutio.com/wiki/Printing_Tables
         */

	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type=submit], input, input[type=text], textarea, select, input[type=password], address, input[type=file], input[type=hidden], button, input[type=image], blockquote {
	color: #fff;
	font-size: 14px;
}
@font-face {
	font-family: 'fontawesome';
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#MuseoSans-300') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'museosans-light';
	src: url('../fonts/MuseoSans-300.eot');
	src: url('../fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans-300.woff2') format('woff2'), url('../fonts/MuseoSans-300.woff') format('woff'), url('../fonts/MuseoSans-300.ttf') format('truetype'), url('../fonts/MuseoSans-300.svg#MuseoSans-300') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'museosans-medium';
	src: url('../fonts/MuseoSans-500.eot');
	src: url('../fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans-500.woff2') format('woff2'), url('../fonts/MuseoSans-500.woff') format('woff'), url('../fonts/MuseoSans-500.ttf') format('truetype'), url('../fonts/MuseoSans-500.svg#MuseoSans-500') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Zurich Lt BT';
	src: url('../fonts/ZurichBT-Light.eot');
	src: url('../fonts/ZurichBT-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ZurichBT-Light.woff2') format('woff2'), url('../fonts/ZurichBT-Light.woff') format('woff'), url('../fonts/ZurichBT-Light.ttf') format('truetype'), url('../fonts/ZurichBT-Light.svg#ZurichBT-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Zurich LtCn BT';
	src: url('../fonts/ZurichBT-LightCondensed.eot');
	src: url('../fonts/ZurichBT-LightCondensed.eot?#iefix') format('embedded-opentype'), url('../fonts/ZurichBT-LightCondensed.woff') format('woff'), url('../fonts/ZurichBT-LightCondensed.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
body {
	overflow-x: hidden;
}
body, .body {
	background-color: #272727;
	color: #fff;
	font-family: 'museosans-light';
}
h3 {
	font-weight: 500;
}
h5, h6 {
	font-weight: 300;
}
ul {
	margin-left: 17px;
	margin-bottom: 20px;
}
ul li {
	font-size: 14px;
	color: #fff;
	margin-bottom: 7px;
}
textarea {
	padding-left: 15px;
	width: 100%;
	margin: 0;
}
input, textarea {
	background: #3b3b3b;
	color: rgba(255,255,255,0.7);
	border: 0;
	box-sizing: border-box;
}
input[type="text"].validation-error, input[type="password"].validation-error {
	background-color: #3b3b3b;
	border: 1px solid #ec0d15;
}
select {
	background-color: #3b3b3b;
	border: 0;
	box-sizing: border-box;
	height: 45px;
}
figure img{
	max-width: 100%;
}
.widget-form .form-row input {
	height: 45px;
	border: 0;
	padding-left: 15px;
	width: 100%;
	margin: 0;
}
.widget-form textarea{
	border: 0;
	height: 150px;
	padding-top: 7px;
	width: 100%;
}
input[type=radio], input[type=checkbox] {
	border: none;
	background: none;
	height: auto!important;
	width: auto!important;
}
.widget-form .double-input-row, .widget-form .single-input-row, .widget-form .triple-input-row {
	margin-bottom: 20px;
}
.widget-form .double-input-row .form-row {
	box-sizing: border-box;
	float: left;
	padding: 0 15px;
	width: 50%;
	margin: 0;
}
.widget-form .triple-input-row .form-row {
	box-sizing: border-box;
	float: left;
	padding: 0px 15px;
	margin: 0;
}
.widget-snippet a {
	color: inherit;
}
.widget-snippet p {
	margin: 0 0 10px;
}
.widget-snippet .btn {
	margin-top: 0;
}
.m-top-50 {
	margin-top: 50px!important;
}
p {
	color: #fff;
	font-size: 14px;
	font-family: 'museosans-light';
	line-height: 23px;
	padding-bottom: 20px;
}
a {
	color: inherit;
	text-decoration: none;
}
.article-content p{
	padding-bottom: 15px;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
h1, h2, h3, h4, h4, h5, h6 {
	color: #fff;
	font-family: 'museosans-light';
	font-weight: 300;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 40px;
}
h3 {
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 15px;
}
h4 {
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 15px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
input[type="submit"], input[type="button"], button, .button, a.button {
	background: #d5171e none repeat scroll 0 0;
	color: #ffffff;
	padding: 12px 30px;
	text-transform: uppercase;
	vertical-align: middle;
}
table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #333;
}
table {
	border: 1px solid #444;
}
table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #444;
	border-top: 2px solid #444;
}
th {
	text-align: left;
	font-weight: 500;
	font-family: 'museosans-medium';
}
strong, b {
	font-weight: 500;
	font-family: 'museosans-medium';
}
input[type="submit"][disabled], input[type="button"][disabled], button[disabled], .button.disabled, a.button.disabled {
	background: #404040 none repeat scroll 0 0 ;
	color: #717171;
	font-weight: 500;
	text-shadow: none;
}
table > tbody > tr:nth-of-type(2n+1) {
	background-color: #333333;
}
.confirm-step-form .cart-item {
	border: medium none;
}
.form-row label {
	color: #fff;
}
.error-field-error.inline-error, .validation-error {
	background-color: #3b3b3b;
	border: 1px solid #FF0000;
	color: #FF0000;
}
#webcommander-page.page-home .header {
	margin-bottom: 0;
}
#webcommander-page > .header {
	background: url(../images/header-bg.jpg) bottom;
	background-repeat: repeat-x;
	margin-bottom: 75px;
}
.header-login {
	text-align: right;
}
.header-login .navigation-item.last a::after {
	display: none;
}
.header-login .navigation-item a::after {
	content: "";
	position: absolute;
	height: 10px;
	width: 1px;
	background: rgba(255,255,255,0.6);
	right: 0;
	top: 0;
}
.header-login .nav-wrapper.horizontal {
	line-height: 1;
}
.header-login .navigation-item:not(.last) a {
	padding-right: 9px;
	margin-right: 5px;
}
.header-login .navigation-item a:hover {
	color: #d5171e;
}
.header-login .navigation-item a {
	text-transform: uppercase;
	color: rgba(255,255,255,0.6);
	font-size: 11px;
	position: relative;
	padding-top: 0;
}
.header-cart .quick-cart {
	display: block;
	overflow: hidden;
	text-align: right;
	padding-right: 35px;
}
.header-cart .quick-cart .cart-widget-img {
	background: url(../images/header-cart.png) no-repeat left top;
	display: inline-block;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	position: absolute;
	right: 0;
}
.header-cart .quick-cart .cart-widget-text {
	font-size: 15px;
	color: rgba(255,255,255,0.9);
}
.main-menu {
	position: relative;
}
.main-menu .horizontal .navigation-item.has-child {
	position: static;
}
.main-menu .horizontal > .navigation-item.first a {
	padding-left: 0;
}
.main-menu .horizontal > .navigation-item a:hover {
	color: #d5171e;
}
.main-menu .horizontal > .navigation-item.has-child {
	padding-left: 0;
}
.main-menu .horizontal > .navigation-item a {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	padding: 22px 25px;
}
.main-menu .navigation-item .navigation-item-child-container {
	background: transparent;
	left: 0;
	top: 63px;
	z-index: 10000;
	right: 0;
	position: absolute;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 40px;
	text-align: center;
}
.main-menu .navigation-item-child-container::before {
	background: rgba(0,0,0,0.8);
	content: "";
	height: 100%;
	left: calc(-50vw + 49.5%);
	position: absolute;
	width: 100vw;
	top: 0;
	border-top: 4px solid #d5171e;
}
.widget-navigation .image-wrapper img {
	padding-right: 0;
}
.main-menu> .horizontal> .navigation-item.has-child>a span.label {
	position: relative;
}
.main-menu> .horizontal> .navigation-item.has-child>a span.label::after {
	position: absolute;
	content: "\f107";
	z-index: 99;
	font-family: 'FontAwesome';
	font-size: 19px;
	right: -23px;
	top: -1px;
	height: 22px;
	line-height: 1;

}
.main-menu .horizontal > .navigation-item.has-child > a {
	padding-right: 35px;
}
.main-menu .navigation-item .navigation-item-child-container .navigation-item {
	padding: 0;
}
.main-menu .navigation-item .navigation-item-child-container .navigation-item:hover .image-wrapper{
	opacity: 0.9;
}
.main-menu .navigation-item .navigation-item-child-container .navigation-item a {
	display: block;
	margin-bottom: 15px;
	border: 0;
}
.main-menu .navigation-item .navigation-item-child-container .navigation-item span.label {
	display: block;
	margin-top: 20px;
	text-align: center;
}
.main-menu .navigation-item-child-container .navigation-item a {
	padding: 15px;
}
.main-menu .navigation-item-child-container .navigation-item a .image-wrapper img {
	max-width: 100%;
}
.main-menu .navigation-item-child-container .navigation-item {
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
}
.header-search .search-menu-button {
	width: 100%;
	height: 100%;
	background: #d5171e;
	text-align: center;
	line-height: 64px;
}
.search-form.show {
	width: 420px;
	float: right;
	background: #3b3b3b;
}
.page-content .v-split-container > .v-split {
	margin: auto;
	width: 1170px;
}
.home-finance{
	margin-bottom: 135px;
}
.widget-snippet {
	font-family: 'museosans-light';
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.widget.widget-tabAccordion .bmui-tab .bmui-tab-body-container {
	border: 0;
	border-top-width: 0;
	padding: 90px 0 20px;
}
.widget.widget-tabAccordion .bmui-tab-header-container {
	text-align: center;
}
.widget.widget-tabAccordion .bmui-tab .bmui-tab-header.bmui-tab-active {
	background-color: #d5171e;
}
.widget.widget-tabAccordion.home-tab-section .bmui-tab .bmui-tab-header.bmui-tab-active::after {
	content: "";
	width: 30px;
	height: 30px;
	background: #d5171e;
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -15px;
	transform: rotate(45deg);
}
.widget.widget-tabAccordion.home-tab-section .bmui-tab .bmui-tab-header:nth-of-type(1) {
	background-image: url(../images/finance-icon.png);
	background-repeat: no-repeat;
	background-position: center 25px;
}
.widget.widget-tabAccordion.home-tab-section .bmui-tab .bmui-tab-header:nth-of-type(2) {
	background-image: url(../images/accessories-icon.png);
	background-repeat: no-repeat;
	background-position: center 25px;
}
.widget.widget-tabAccordion.home-tab-section .bmui-tab .bmui-tab-header:nth-of-type(3) {
	background-image: url(../images/spare-icon.png);
	background-repeat: no-repeat;
	background-position: center 25px;
}
.widget.widget-tabAccordion.home-tab-section .bmui-tab .bmui-tab-header:nth-of-type(4) {
	background-image: url(../images/service-icon.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}
.widget.widget-tabAccordion .bmui-tab .bmui-tab-header {
	border: 0;
	background: #3f3f3f;
	border-radius: 0;
	width: 170px;
	text-align: center;
	height: 122px;
	line-height: 122px;
	text-transform: uppercase;
	display: inline-block;
	box-sizing: border-box;
	margin: 3px;
	font-family: 'Zurich LtCn BT';
	font-size: 20px;
	padding-top: 25px;
	position: relative;
}
/* jssor slider css */
.jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.jssor-slider-container{
	margin: 0 auto;
}
/*
div.jssor-slider-container .container, div.jssor-slider-container {
	min-height: 640px;
	min-width: 100%;
}*/
div.jssor-slider-container .container, div.jssor-slider-container {
	margin: auto;
	width: 1920px;
	height: 640px;
}
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
	width: 27px!important;
	height: 5px!important;
	text-align: center;
	line-height: 21px;
	color: white;
	overflow: hidden;
	cursor: pointer;
	background: #fff!important;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -99999px!important;
}
.jssor-slider-container .jssorb03 .av, .jssor-slider-container .jssorb03 .dn {
	background: #d5171e!important;
}
.jssor-slider-container .jssora20l, .jssora20r {
	display: none!important;
}
.jssor-slider-container .container [u="caption"] {
	color: #fff;
	height: 130px;
	left: 19.5% !important;
	position: absolute;
	top: 35%!important;
	width: 650px;
	font-family: 'museosans-light';
	text-align: left;
	letter-spacing: 1px;
}
.jssor-slider-container .title.jssor-caption-1 {
	text-transform: uppercase;
	font-family: 'Zurich LtCn BT'!important;
	font-size: 40px;
	line-height: 1;
}
.jssor-slider-container .description.jssor-caption-2 {
	margin-top: 110px;
}
.jssor-slider-container a.btn.banner-btn {
	background: #d5171e;
	padding: 13px 25px;
	text-transform: uppercase;
	transition: 400ms;
}
.jssor-slider-container a.btn.banner-btn:hover {
	background: #121212;
}
div.jssor-slider-container .slide {
	display:none;
}
div.jssor-slider-container[jssor-slider="true"] .slide  {
	display:block;
}
/* tab section */
.home-tab-section {
	padding: 90px 0 100px;
}
.home-tab-section h3 {
	font-family: 'museosans-light';
	font-weight: 300;
	color: #ef1a22;
	font-size: 26px;
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.3;
}
.home-tab p {
	font-family: 'museosans-light';
	font-weight: 300;
	color: rgba(255,255,255,0.7);
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
}
.home-tab-section h5 {
	color: #ef1a22;
	font-family: 'Zurich LtCn BT';
	font-size: 18px;
}
.home-tab.accessories-tab .article-content, .home-tab.service-tab .article-content {
	text-align: center;
}
.home-tab .article-content {
	max-width: 1000px;
	margin: 0 auto;
}
.home-tab .article-content ul {
	text-align: left;
}
.footer .widget.widget-newsletter.newsletter-section {
	overflow: visible;
}
.newsletter-section {
	text-align: center;
	position: relative;
	padding: 35px 0 35px;
}
.page-home .newsletter-section {
	margin-top: 0;
}
.newsletter-section .valid-verify-form {
	max-width: 520px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 35px;
}
.newsletter-section.widget-newsletter label {
	width: auto;
}
.newsletter-section.widget-newsletter .form-row.mandatory label:after {
	display: none;
}
.newsletter-section.widget-newsletter .form-row.mandatory label {
	font-family: 'Zurich LtCn BT';
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	margin-right: 30px;
}
.newsletter-section .form-row.mandatory {
	float: left;
}
.newsletter-section .form-row.button-container label {
	display: none;
}
.newsletter-section .form-row.button-container {
	float: left;
	position: relative;
}
.newsletter-section .form-row input[type="text"] {
	background: transparent;
	border-width: 0 0 2px 0;
	border-color: #fff;
	color: #fff;
	width: 285px;
	padding: 7px 0px 7px 0px;
	box-sizing: border-box;
}
.newsletter-section button.newsletter-subscription.submit-button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	font-size: 24px;
	padding: 12px;
	position: absolute;
	right: -3px;
	text-indent: -999999px;
	top: 2px;
}
button.newsletter-subscription.submit-button::after {
	content: '\f105';
	position: absolute;
	font-family: 'Fontawesome';
	font-weight: 400;
	font-size: 24px;
	top: 14px;
	right: 5px;
	text-indent: 0;
}
.newsletter-section ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	font-family: 'museosans-light';
	font-size: 15px;
}
.newsletter-section ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	font-family: 'museosans-light';
	font-size: 15px;
}
.newsletter-section :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	font-family: 'museosans-light';
	font-size: 15px;
}
.newsletter-section :-moz-placeholder { /* Firefox 18- */
	color: #fff;
	font-family: 'museosans-light';
	font-size: 15px;
}
.widget-newsletter .message-block {
	width: 285px;
	background: #000;
	text-align: center!important;
	padding: 4px!important;
	border-radius: 2px;
	font-family: 'museosans-medium';
	position: absolute;
	right: 0;
	bottom: 10px;
	top: auto;
	overflow: hidden;
	z-index: 999999;
	border: 0;
}
.newsletter .message-block.info-message {
	background-color: #008000;
	border: 2px solid #008000 !important;
	border-radius: 0 !important;
	bottom: 0;
	color: #ffffff !important;
	font-size: 14px;
	position: absolute;
	right: 0;
}
.simpleCaptcha-container .errorlist.after .message-block {
	text-align: right;
}
#webcommander-page > .footer {
	background: #101010 url("../images/footer-bg.jpg") repeat-x left top;
	padding: 0px 0 200px;
}
.widget.widget-navigation .vertical .navigation-item a {
	border: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: rgba(255,255,255, 0.6);
	font-family: 'museosans-light';
	font-weight: 300;
	line-height: 18px;
}
.widget.widget-navigation .vertical .navigation-item a:hover {
	color: #d5171e;
}
.footer-social {
	text-align: center;
}
.footer-social .widget-title {
	text-transform: uppercase;
	color: rgba(255,255,255,0.6);
}
.footer-social .social-media-link a.youtube::after {
	content: "\f16a";
	position: absolute;
	font-family: 'fontawesome';
	font-size: 22px;
	width: 100%;
	left: 0;
	right: 0;
	line-height: 40px;
	color: rgba(255,255,255,0.6);
}
.footer-social .social-media-link a.twitter::after {
	content: "\f099";
	position: absolute;
	font-family: 'fontawesome';
	font-size: 22px;
	width: 100%;
	left: 0;
	right: 0;
	line-height: 40px;
	color: rgba(255,255,255,0.6);
}
.footer-social .social-media-link a.facebook::after {
	content: "\f09a";
	position: absolute;
	font-family: 'fontawesome';
	font-size: 22px;
	width: 100%;
	left: 0;
	right: 0;
	line-height: 40px;
	color: rgba(255,255,255,0.6);
}
.footer-social .social-media-link a.linkedin::after {
	content: "\f0e1";
	position: absolute;
	font-family: 'fontawesome';
	font-size: 22px;
	width: 100%;
	left: 0;
	right: 0;
	line-height: 40px;
	color: rgba(255,255,255,0.6);
}
.footer-social .social-media-link a {
	display: inline-block;
	height: 40px;
	width: 44px;
	background: transparent;
	border: 1px solid #707070;
	position: relative;
	margin: 0 7px;
}
.footer-social .social-media-link a:hover {
	background: #ec0d15;
	color: #fff;
	border-color: #ec0d15;
}
.footer-social .social-media-link a:hover::after {
	color: #fff;
}
.copyright-text p {
	color: rgba(255,255,255,0.6);
	font-size: 12px;
}
.footer-social.widget .widget-title {
	margin-bottom: 5px;
	font-family: 'museosans-light';
	font-size: 15px;
}
.body .page-content {
	min-height: 300px;
	padding-bottom: 100px;
}
.page-home .body .page-content {
	padding: 0px;
}
.contact-form {
	text-align: center;
	padding: 100px 0 50px;
	max-width: 670px;
	margin: 0 auto;
}
.contact-form .simple-captcha-reload, .contact-form .simple-captcha-reload, .form-row.simple_captcha_help_text, .form-row.simple_captcha_help_text label, .form-row.simple-captcha label {
	display: none;
}
.contact-form .form-row {
	position: relative;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field label {
	height: 50px;
	padding: 15px 0 0;
	box-sizing: border-box;
	margin-right: 0;
	width: 143px;
}
.widget-form .form-row label{
	padding-right: 0;
}
.contact-form .simpleCaptcha-container .form-row.simple_captcha_input_field label, .contact-form .simpleCaptcha-container .form-row.simple_captcha_input_field input {
}
.contact-form .simpleCaptcha-container {
	overflow: hidden;
	margin-bottom: 15px;
}
.contact-form .form-row.simple-captcha img {
	width: 100%;
	height: 45px;
}
.contact-form .form-row.simple-captcha {
	width: 120px;
}
.contact-form.widget-form .form-row label[for="captcha"] {
	height: 45px;
	padding-top: 14px;
	color: #fff;
}
.contact-form .form-row.btn-row label {
	display: none;
}
.contact-form .form-row.btn-row .errorlist {
}
.contact-form .submit-button, .service-form .submit-button, .finance-enquiry-form .submit-button, .Enquiry-form .submit-button {
	width: 100%;
	padding: 12px;
	text-transform: uppercase;
	font-family: 'museosans-medium';
	font-size: 18px;
	background: #ec0d15;
	color: #fff;
}
.contact-form .submit-button:hover, .service-form .submit-button:hover, .finance-enquiry-form .submit-button:hover, .Enquiry-form .submit-button:hover {
	background: #666;
}
.contact-form .errorlist.after {
	margin-bottom: 20px;
}
.contact-form .errorlist.after .message-block {
	color: #fff;
	margin: 0;
	text-align: left;
	position: absolute;
	width: 250px;
	background: #d5171e;
	padding: 3px;
	bottom: -4px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-left: 10px;
	font-size: 13px;
}
.contact-form .simpleCaptcha-container .errorlist.after .message-block {
	left: auto;
	right: 0;
}
.contact-form .form-row.recaptcha-row > label {
	display: none;
}
.contact-form .form-row.recaptcha-row {
	text-align: center;
	margin-bottom: 15px;
}
.contact-form .recaptcha-container {
	margin-left: 0;
}
.category-details-container, .subcategory-container {
	padding: 0;
}
.widget-title {
	font-family: 'Zurich LtCn BT';
	font-size: 24px;
}
.widget > .widget-title, .checkout-page-options > h1, .page-heading {
	font-family: 'Zurich LtCn BT';
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 300;
	padding-bottom: 15px;
	line-height: 1.4;
}
.contact-details .widget-title {
	font-family: 'Zurich LtCn BT';
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 25px;
}
.contact-form .widget-title {
	font-size: 18px;
	padding-bottom: 30px;
}
.login-form {
	background-color: #272727;
	padding: 30px 0px 30px;
	width: 340px;
	text-align: center;
}
.page-login .login-form{
	margin: 140px auto;
}
input[type=text], input[type=password], select {
	height: 40px;
	color: #fff;
	padding-left: 15px;
}
input[type=text], input[type=password], select, textarea {
	border: 1px solid #3b3b3b;
	font-family: 'museosans-light';
}
select option {
	color: #333;
}
.login-form .form-row label {
	color: #fff;
	display: none;
}
.login-form .form-row {
	margin-bottom: 15px;
	position: relative;
	float: none;
}
.login-form button {
	background: #d5171e;
	padding: 10px 30px;
	text-transform: uppercase;
	font-family: 'museosans-medium';
	width: 100%;
}
.login-form input {
	width: 100%;
	border: 0;
}
.login-form .title {
	font-family: 'Zurich LtCn BT';
	font-size: 35px;
	text-transform: uppercase;
}
.login-form .remember {
	width: auto;
	float: right;
}
.login-form .form-row:nth-of-type(5) {
	margin-bottom: 0;
	overflow: hidden;
}
.login-form .account-register a {
	color: #f00;
}
.login-form .account-register a:hover {
	color: #fff;
}
.auto-page .page-content {
	max-width: 1170px;
	margin: 0 auto;
}
.login-form .errorlist.after .message-block {
	color: #fff;
	margin: 0;
	text-align: left;
	position: absolute;
	width: 250px;
	background: #d5171e;
	padding: 3px;
	bottom: -12px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-left: 10px;
	font-size: 13px;
}
.login-form .errorlist.after {
	height: 7px;
	margin-bottom: 25px;
}
.login-form .form-row:last-child {
	width: 100%;
	margin-top: 25px;
	display: block;
	text-align: center;
}
.login-form span.lost-password {
	float: left;
	margin-top: 10px;
}
.login-form .form-row.submit-row {
	float: none;
}
/* Registration page css */
.registration-form {
	overflow: hidden;
}
.registration-form .title {
	text-align: center;
	font-family: 'Zurich LtCn BT';
	font-size: 35px;
	text-transform: uppercase;
}
.registration-form input[type=text], .registration-form input[type=password], .registration-form select, .registration-form input {
	width: 100%;
	height: 40px;
}
.registration-form .form-row label {
	color: rgba(255, 255,255,0.8);
	width: 100%;
	font-size: 15px;
}
.registration-form > .form-row {
	width: 50%;
	float: left;
	padding: 7px 15px;
	box-sizing: border-box;
	position: relative;
}
.registration-form .form-row .suggestion {
	display: inline-block;
	padding-left: 10px;
	color: #757575;
	font-style: italic;
	font-weight: 500;
	position: absolute;
}
.registration-form .errorlist.after .message-block {
	color: #fff;
	margin: 0;
	text-align: left;
	position: absolute;
	width: 250px;
	background: #d5171e;
	padding: 3px;
	bottom: -12px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-left: 10px;
	font-size: 13px;
}
.registration-form .simpleCaptcha-container {
	padding: 15px;
}
.registration-form .simpleCaptcha-container .form-row {
	float: left;
}
.registration-form .form-row.simple_captcha_input_field {
	overflow: hidden;
	margin-left: 25px;
	width: calc(100% - 135px);
	padding-bottom: 18px;
	position: relative;
}
.registration-form .simple-captcha-reload {
	display: none;
}
.registration-form .form-row.simple_captcha_input_field label {
	padding-top: 10px;
}
.registration-form .form-row.simple_captcha_input_field input {
	width: calc(100% - 130px);
}
.registration-form .form-row.simple_captcha_input_field input {
	margin-top: 0;
}
.registration-form .form-row input[type="radio"]:not(:first-of-type) {
	margin-left: 15px;
	margin-right: 3px;
}
.registration-form .form-row.submit-row {
}
.registration-form .form-row.submit-row label {
	display: none;
}
.registration-form .form-row.submit-row button {
	padding: 12px 30px;
	background: #ec0d15;
	width: 100%;
}
.registration-form .simpleCaptcha-container {
	box-sizing: border-box;
	overflow: hidden;
	padding: 15px 15px 7px;
}
.registration-form .form-row.simple_captcha_input_field.mandatory .errorlist.after .message-block {
	right: 0;
	width: 244px;
	bottom: 0;
}
.registration-form .form-row.recaptcha-row > label {
	display: none;
}
.registration-form .form-row.recaptcha-row {
	text-align: center;
	width: 100%;
}
.registration-form .recaptcha-container {
	margin-left: 0;
	padding-left: 0;
}
.google-map {
	text-align: right;
}
.shipment-calculator-form .form-row select, .shipment-calculator-form .form-row input {
	width: 100%;
}
.shipment-calculator-popup .header .status-message {
	font-size: 21px;
}
.shipment-calculator-form .form-row {
	margin-bottom: 20px;
}
/* profile page css */

#bmui-tab-available-page h2 {
	font-size: 20px;
	line-height: 45px;
}
#bmui-tab-overview .view-item {
	color: #ff252e;
	cursor: pointer;
	text-decoration: underline;
}
.search-form.show {
	position: relative;
	z-index: 999;
}
.widget-snippet .btn {
	font-weight: 300;
}
.widget-snippet a:hover, .widget-snippet a:focus {
	color: #ec0d15;
	text-decoration: none;
}
.horizontal .navigation-item.active > a {
	color: #ff2830;
}
/* 404 page css */
.page_404 {
	margin: 100px 0;
	text-align: center;
	background: #272727;
}
.page_404 .ops {
	color: #D5171E;
	font-size: 75px;
	font-weight: 700;
	line-height: normal;
}
.page_404 .ops-small {
	color: #a6a6a6;
	font-size: 75px;
	font-weight: 700;
	line-height: normal;
}
.page_404 .ops .big_font {
	color: #a7adba;
	font-size: 104px;
	margin-right: -17px;
}
.page_404 .big {
	color: #a7adba;
	font-size: 104px;
	margin-left: -19px;
}
.page_404 .error {
	color: #ffffff;
	font-size: 36px;
}
.page_404 p {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 14px;
	margin-top: 20px;
	text-align: center;
}
.shopping-cartitem.empty-cart {
	text-align: center;
}
.shopping-cartitem.empty-cart .empty-cartitem-text {
	margin-bottom: 25px;
}
.shopping-cartitem.empty-cart h1 {
	text-align: center;
	float: none;
}
.shopping-cartitem .header-wrapper {
}
.shopping-cartitem h1 {
	text-transform: uppercase;
	font-family: 'Zurich LtCn BT';
}
.search-form.show .search-text {
	margin: 0;
	text-align: left;
	padding: 0;
	width: 351px;
	display: inline-block;
	height: 60px;
	padding-left: 25px;
	font-size: 16px;
	font-family: 'museosans-light';
}
.search-form.show button {
	padding: 15px;
	background: #ec0d15;
	color: #fff;
	width: 65px;
	text-align: center;
	text-transform: uppercase;
	height: 60px;
	font-weight: 500;
	font-family: 'museosans-medium';
	font-size: 16px;
}
.search-form.show button:hover {
	background: #121212;
}
.search-form.show .search-text {
	float: left;
}
.search-form.show button {
	float: right;
}
.simpleCaptcha-container .captcha img {
	max-width: 100px;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field input {
	width: calc(100% - 147px);
}
.simpleCaptcha-container .form-row.simple-captcha {
	width: 100px;
	display: inline-block;
}
.form-row.simple_captcha_input_field.mandatory {
	width: calc(100% - 125px);
	display: inline-block;
	margin-left: 21px;
	margin-top: 0;
	vertical-align: top;
}
/* Service form */
.service-text.widget > .widget-title {
	margin: 0 auto;
	max-width: 690px;
	text-align: center;
}
.service-form.widget-form .single-input-row {
	margin-bottom: 0;
}
.service-form.widget-form .single-input-row > .form-row >label {
	width: 100%;
	margin-bottom: 7px;
}
.service-form.widget-form .radio-checkbox-row {
	margin-bottom: 20px;
}
.service-form.widget-form .radio-checkbox-row .radio {
	display: inline-block;
}
.service-form.widget-form .form-row.recaptcha-row > label {
	display: none;
}
.service-form.widget-form .form-row.recaptcha-row {
	text-align: center;
}
.service-form.widget-form .recaptcha-container {
	margin-left: 0;
}
/* Finanace Enquiry page */
.finance-article h2 {
	font-family: 'Zurich LtCn BT';
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 300;
	padding-bottom: 15px;
	line-height: 1.4;
}
.finance-enquiry-form, .service-form, .Enquiry-form {
	max-width: 690px;
	margin: 0 auto;
}
.simple-captcha-reload {
	display: none;
}
.finance-enquiry-form .simple-captcha-reload {
	display: none;
}
.finance-enquiry-form .form-row > label {
	width: auto;
	margin-right: 30px;
	display: inline-block;
}
.finance-enquiry-form .double-input-row > .form-row > label, .finance-enquiry-form .triple-input-row > .form-row > label {
	margin-bottom: 7px;
}
.finance-enquiry-form .radio-checkbox-row {
	display: inline-block;
}
.finance-enquiry-form .radio label {
	width: auto;
	margin-right: 15px;
	padding-left: 2px;
}
.finance-enquiry-form .form-row.year-row input, .finance-enquiry-form .form-row.month-row input {
	width: 70px;
	padding: 10px;
}
.finance-enquiry-form .form-row.net-inc-row {
	width: 50%;
	margin-left: 3px;
}
.finance-enquiry-form .form-row.year-row {
	width: 37%;
	padding-right: 0px;
}
.finance-enquiry-form .form-row.month-row {
	width: 90px;
	padding-left: 9px;
}
/*.widget-form .radio{*/
/*	padding-left: 0;*/
/*}*/
.page-service .widget-form .form-row label {
	width: 150px;
}
.finance-enquiry-form .radio {
	display: inline-block;
}
.finance-enquiry-form .Zebra_DatePicker_Icon_Wrapper {
	width: 100%;
	background: #3b3b3b;
}
.finance-enquiry-form button.Zebra_DatePicker_Icon {
	background: transparent url ("../images/calendar.png") no-repeat scroll 95% 3px;
}
.finance-enquiry-form .single-input-row .form-row.label-box, .service-form .single-input-row .form-row.label-box, .Enquiry-form .single-input-row .form-row.label-box {
	text-align: center;
	border-top: 1px solid #505050;
	margin-top: 70px;
	margin-bottom: 35px;
}
.simpleCaptcha-container .simple-captcha label[for="captcha"] {
	display: none;
}
.finance-enquiry-form .single-input-row .form-row.label-box label, .service-form .single-input-row .form-row.label-box label, .Enquiry-form .single-input-row .form-row.label-box label {
	margin-bottom: 0;
	margin-top: 40px;
	box-sizing: border-box;
	font-family: 'Zurich LtCn BT';
	font-size: 20px;
	border: 1px solid #505050;
	padding: 7px 25px;
	border-radius: 2px;
	display: inline-block;
	width: auto!important;
	text-align: center;
	margin-top: -22px;
	background: #272727;
	margin-right: 0;
}
.widget-form.finance-enquiry-form .form-row input {
	height: 38px;
	border: 0;
	padding-left: 15px;
	width: 100%;
	margin: 0;
}
.finance-enquiry-form .form-row.recaptcha-row > label {
	display: none;
}
.finance-enquiry-form .form-row.recaptcha-row {
	text-align: center;
}
.finance-enquiry-form .recaptcha-container {
	margin-left: 0;
}
/* about page */
.about-us-image img {
	width: 100%;
}
/* Product Details Page */
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator{
	background-image: url(../images/product-details-image-slider-arrow.png);
}
.product-widget h1.product-name {
	font-size: 40px;
	font-family: 'Zurich LtCn BT';
	margin-bottom: 20px;
}
.product-widget.widget-productSummary .title {
	font-size: 22px;
	font-family: 'Zurich LtCn BT';
	text-transform: uppercase;
}
.product-widget.widget-stockMark, .product-widget.widget-productCategory {
	display: none;
}
.widget-productSku{
	font-size: 16px;
}
.widget-productSku label{
	font-weight: 500;
}
.widget-price.widget-price {
	padding: 25px 0 25px;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	margin-top: 25px;
	margin-bottom: 25px;
}
.product-widget.widget-addCart {
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}
.product-widget.widget-addCart .add-to-cart-button.button.disabled {
	display: none;
}
.product-widget.widget-addCart .add-to-cart-button {
	display: block;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	padding: 12px;
	position: relative;
	order: 3;
}
span.add-to-wish-list.button.et_pdp_add_to_wish_list {
	order: 2;
	font-size: 16px;
	background: transparent;
	border: 0;
	width: 193px;
	position: absolute;
	right: 0;
	color: #fff;
	text-align: right;
	box-sizing: border-box;
	top: 0;
}
.product-widget.widget-addCart .add-to-cart-button::before {
	content: url(../images/cart-ico.png);
	position: absolute;
	left: 33%;
}
.product-widget .label-for-expect-to-pay, .product-widget .label-for-base-price {
	color: #d5171e;
}
.page-product .widget-likeus {
	margin-top: 0px;
}
.product-widget.widget-price .expect-to-pay-container, .product-widget.widget-price .current-price-container {
	display: inline-block;
	font-family: 'Zurich LtCn BT';
	text-transform: uppercase;
	font-size: 22px;
}
.widget-price .previous-price.price {
	color: #ffffff;
	font-size: 22px;
	padding-right: 10px;
}
.product-widget .product-downloadable-spec > a {
	background: none repeat scroll 0 0 #343434;
	border: 1px solid #343434;
	border-radius: 0px;
	font-size: 15px;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 12px;
	line-height: 22px;
	text-transform: uppercase;
	margin-top: 20px;
	text-indent: -999999px;
	position: relative;
	box-sizing: border-box;
}
.product-widget .product-downloadable-spec > a:hover {
	background: #d5171e;
}
.product-widget .product-downloadable-spec > a:hover::after {
	color: #fff;
}
.product-widget .product-downloadable-spec > a::before {
	content: "Download";
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	text-indent: 0;
	line-height: 47px;
	font-family: 'Zurich LtCn BT';
	font-size: 16px;
}
.product-widget .product-downloadable-spec > a::after {
	content: "\f1c1";
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	left: 39%;
	text-indent: 0;
	line-height: 47px;
	font-size: 16px;
	color: #f00;
}
.widget-productSummary .summary {
	font-size: 15px;
	color: rgba(255,255,255,0.7);
	line-height: 24px;
}
.widget-productImage .multi-image-scroll-wrapper {
	border: 0;
	max-width: 565px;
}
.widget-productImage .multi-image-scroll-wrapper  .image-thumb-container .thumb-image {
	cursor: pointer;
}
.widget-productImage .image-thumb-container .thumb-image {
	padding: 0px;
	border: 0;
}
.widget-productImage .image-thumb-container .thumb-image.active {
	border: 0;
	position: relative;
}
.product-widget .bmui-tab-header-container {
	letter-spacing: inherit;
	word-spacing: -3px;
	text-align: center;
}

.widget-productImage .image-thumb-container .thumb-image.active::before {
	border: 4px solid #d5171e;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
	padding: 10px 0 0 0;
}
.widget-productImage .image-thumb-container .thumb-image.active::after {
	border-color: #d5171e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 12px 12px 0;
	content: "";
	height: 20px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	top: -17px;
	transform: rotate(-178deg);
}
.product-widget .bmui-tab .bmui-tab-header.bmui-tab-active {
	background-color: #d5171e;
	position: relative;
}
.bmui-tab-header.bmui-state-default.bmui-tab-active.bmui-state-active::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #d5171e;
	transform: rotate(45deg);
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
.product-widget .bmui-tab .bmui-tab-header {
	background-color: #343434;
	border: 0;
	border-radius: 0;
	font-family: 'Zurich LtCn BT';
	text-transform: uppercase;
	font-size: 16px;
	padding: 20px 45px;
	line-height: 15px;
	padding: 20px 45px;
}
.product-widget .bmui-tab .bmui-tab-body-container {
	border: 0;
	border-top-width: 3px;
	padding: 40px 0 20px;
}
.product-widget #bmui-tab-description .title {
	display: none;
}
.product-widget #bmui-tab-description p {
	font-size: 15px;
	color: rgba(255,255,255,0.7);
	line-height: 24px;
	padding-bottom: 12px;
	text-align: center;
}
.product-widget #bmui-tab-reviewAndRating .review-form-container .form-row.btn-row {
	padding-left: 0;
	margin-top: 20px;
}
.review-form-container input[type=text] {
	width: 100%;
}
.product-widget #bmui-tab-reviewAndRating .simpleCaptcha-container {
	margin-top: 20px;
}
.product-widget #bmui-tab-reviewAndRating .review-form-container {
	max-width: 500px;
	margin: 0 auto;
}
.product-widget #bmui-tab-reviewAndRating .form-row.btn-row button {
	width: 48%;
}
.product-widget #bmui-tab-reviewAndRating .form-row.btn-row button[type="submit"] {
	margin-right: 1%;
}
.product-widget #bmui-tab-reviewAndRating .review-panel {
	font-size: 15px;
	color: rgba(255,255,255,0.7);
	line-height: 24px;
}
.product-widget #bmui-tab-reviewAndRating .review-form > .form-row > label {
	display: block;
	text-align: center;
	font-size: 15px;
	width: 100%;
	margin-bottom: 10px;
}
.review-form textarea {
	height: 150px;
	width: 100%;
}
.product-widget #bmui-tab-description h4 {
	font-family: 'Zurich LtCn BT';
	font-size: 21px;
	text-transform: uppercase;
	text-align: center;
}
.pro-content-top a {
	background-color: #ec0d15;
	font-family: 'Zurich LtCn BT';
	padding: 14px 25px;
	width: 100%;
	text-transform: uppercase;
	max-width: 550px;
	text-align: center;
	display: inline-block;
	text-shadow: none;
	color: #fff;
	font-size: 21px;
	box-sizing: border-box;
}
.pro-content-top p {
	padding-bottom: 0;
}
.pro-content-top p br{
	display: none;
}
.product-widget.widget-information {
	margin-top: 50px;
	margin-bottom: 50px;
}
.product-widget.widget-related .title {
	font-family: 'Zurich LtCn BT';
	text-transform: uppercase;
	text-align: center;
	font-size: 25px;
}
.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
	border: 0;
}
.category-details-container .title {
	font-size: 30px;
	font-family: 'Zurich LtCn BT';
	text-transform: uppercase;
	line-height: 1;
}
.product-container .title {
	display: none;
}
.product-view.image-view .product-name, .product-view.scrollable-view .product-name {
	color: #ffffff;
	font-family: "Zurich LtCn BT";
	font-size: 18px;
	height: auto;
	line-height: 1.2;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
}
.product-view.scrollable-view img, .product-view.image-view img {
	height: 200px;
	max-height: 240px;
	width: 100%;
}
.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
	box-sizing: border-box;
	text-align: center;
}
.product-image-view-height {
	height: 190px;
}
.product-image-view-width {
	width: 290px;
}
.page-product .widget-likeus .tell-friend {
	display: none;
}
.product-widget.widget-addCart.purchase-restricted {
	display: none;
}
.stepper {
	border-radius: 0;
	padding-left: 40px;
	position: relative;
	width: 105px;
}
.stepper .stepper-input {
	background: #343434;
	color: #fff;
	font-family: 'museosans-light';
	font-size: 16px!important;
	text-align: center;
	border-radius: 0;
	border: 0;
}
.stepper .stepper-input:focus {
	background-color: #2f2f2f;
}
.stepper .stepper-arrow {
	background: #343434 url("../images/stepper-arrows.png") no-repeat scroll 0 0;
	border: 1px solid #343434;
}

.stepper::before {
	content: "QTY:";
	position: absolute;
	font-family: 'Zurich LtCn BT';
	left: 0;
	font-size: 18px;
	top: 6px;
}
.stepper:hover .stepper-input {
	background-color: #343434;
}
.add-to-wish-list:after {
	margin-left: 0;
	left: 17px;
	top: 7px;
	position: absolute;
	font-size: 15px;
}
.review-panel {
	text-align: center;
}
.total-result {
	color: #ec0d15;
}
.footer-category-menu {
	text-align: center;
}
.footer-category-menu .horizontal {
	display: flex;
	justify-content: center;
}
.footer-category-menu .horizontal > .navigation-item {
	display: flex;
	flex: 0 0 200px;
	padding: 0 15px;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.footer-category-menu .horizontal .navigation-item a {
	padding: 0;
}
.footer-category-menu .horizontal > .navigation-item .image-wrapper {
	margin-right: 15px;
}
.footer-category-menu .horizontal > .navigation-item:nth-of-type(1) .label {
	display: none;
}
.footer-category-menu .horizontal > .navigation-item:nth-of-type(1) .image-wrapper {
	margin-right: 0px;
}
.footer-category-menu .horizontal > .navigation-item .label {
	text-transform: uppercase;
	font-family: 'Zurich LtCn BT';
	color: rgba(255,255,255,0.8);
	font-size: 19px;
}
/* sitemap page */

.sitemap-nav .vertical .navigation-item .navigation-item-child-container {
	display: block;
	padding-left: 25px;
}
.widget.widget-navigation.sitemap-nav .vertical .navigation-item a {
	color: #ff0000;
	font-size: 14px;
	line-height: 18px;
}
.sitemap-nav .vertical .navigation-item .navigation-item-child-container .navigation-item a {
	padding-left: 20px;
	position: relative;
	display: inline-block;
}
.sitemap-nav .vertical .navigation-item .navigation-item-child-container .navigation-item a::before {
	background: #ff0000 none repeat scroll 0 0;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 7px;
}
.widget.widget-navigation.sitemap-nav .vertical > .navigation-item > a::before {
	content: "\f04b";
	font-family: fontawesome;
	font-size: 10px;
	left: 0;
	position: absolute;
}
.widget.widget-navigation.sitemap-nav .vertical > .navigation-item > a {
	padding-left: 20px;
	display: inline-block;
}
.widget.widget-navigation.sitemap-nav .vertical .navigation-item a:hover {
	color: #ffffff;
	transition: all 0.4s ease 0s;
}
.sitemap-nav .vertical .navigation-item .navigation-item-child-container .navigation-item a:hover::before {
	background: #ffffff none repeat scroll 0 0;
	color: #ffffff;
}
/* Enquiry Form */
.enquiry-form-wrap.widget > .widget-title {
	text-align: center;
	padding-bottom: 0;
}
.enquiry-form-wrap .form-row.recaptcha-row > label {
	display: none;
}
.enquiry-form-wrap .form-row.recaptcha-row {
	text-align: center;
}
.enquiry-form-wrap .recaptcha-container {
	margin-left: 0;
}
/* category listing */
.category-image-view.category {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	box-sizing: border-box;
	margin: 0 0 0 10px;
	vertical-align: top;
	width: 277px;
	transition: all 0.2s linear;
}
.category-image-view.category:hover {
	opacity: 0.8;
}
.category.category-image-view .category-name {
	color: #ffffff;
	font-family: "Zurich LtCn BT";
	font-size: 18px;
	height: auto;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}
.category-image-view-height {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 190px;
}
.category-image-view img {
	height: 190px;
	max-height: 190px;
	max-width: 100%;
}
/*------------------registration page----------------*/



.page-registration .registration-form {
	margin: 0 auto;
	max-width: 690px;
}
.registration-form .password-meter-wrap {
	left: 100px;
	position: absolute;
	top: 0;
}
.registration-form .form-row.submit-row {
	width: 100%;
}
.registration-form .form-row.submit-row button:hover {
	background: #aa0202 none repeat scroll 0 0;
	transition: all 0.4s ease 0s;
}
/*--------------------pop up scereen--------*/
.save-cart-init-form label {
	display: block;
}
.save-cart-init-form input {
	width: 100%;
}
.popup .close-icon:after {
	content: '';
	font-size: 15px;
	font-family: sans-serif;
	background: #000 url(/template/4a02c700/images/cross-icon.png) no-repeat scroll center;
	position: absolute;
	height: 20px;
	width: 20px;
	top: -29px;
	right: -20px;
	padding: 20px;
	border-radius: 50%;
	background-size: 37%;
}
.popup .body {
	background-color: #333333;
	padding: 30px 0;
}
.add-to-cart-popup td.product-img {
	padding-left: 0;
}
.add-to-wishlist-popup .header .status-message {
	text-transform: uppercase;
}
.popup .button-line, .popup .footer {
	text-align: center;
}
.popup {
	box-shadow: none;
	padding: 30px 50px;
	background: #333;
	box-sizing: border-box;
}
.add-to-cart-popup .cart-summary, .add-cart-information-popup .cart-summary {
	clear: none;
	color: #ffffff;
	display: block;
	float: none;
	text-align: left;
}
.add-to-cart-popup .cart-summary-header, .add-cart-information-popup .cart-summary-header {
	color: #fff;
	float: none;
	font-size: 16px;
	padding-right: 10px;
	text-align: left;
}
.add-to-cart-popup .status-bar-product-name, .add-cart-information-popup .status-bar-product-name {
	color: #ffffff;
	font-family: "museosans-medium";
	font-size: 15px;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	text-align: left;
}
.popup .header {
	background-color: #333;
	border-bottom: 1px solid #454545;
	color: #ffffff;
	font-size: 15px;
	padding: 20px 0;
}
.check-out-total .total-order .price {
	font-size: 15px;
}
.popup .button-item {
	text-align: left;
	margin: 25px 0 0px;
}
.popup .button-item .continue-shopping-btn, .popup .button-item .cart-page-button {
	width: 48%;
	box-sizing: border-box;
	text-align: center;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart {
	margin-left: 3%;
}
.popup button {
	width: 48%;
	margin-left: 0;
}
.popup button:nth-of-type(1) {
	margin-right: 2%;
}
.widget-productImage .image-preview-box {
	text-align: center;
	position: relative;
}
button.submit-button.create-wish-list {
	margin-left: 0;
	margin-right: 2%;
}
.popup .button-line, .popup .footer {
	background-color: #333333;
	border-top: 1px solid #454545;
	padding: 25px 0px;
}
.image-popup-container .image-wrapper {
	border: 0;
	background-color: #191919;
}
.image-popup-container.popup, .image-popup-container.popup .image-popup-mask {
	background: none;
}
.add-to-cart-popup table {
	border: medium none;
}
.add-to-cart-popup .current-price {
	font-size: 16px;
}
.add-to-cart-popup .short-info .item {
	padding-bottom: 0;
}
.add-to-cart-popup .short-info .item > span{
	display: none;
}
.add-to-cart-popup .prodict-name {
	font-size: 18px;
	padding-bottom: 10px;
}
.add-to-cart-popup .stepper {
	float: none;
}
.add-to-wishlist-popup {
	text-align: left;
}
.image-popup-container .close-button {
	background: #000 url(../images/cross-icon.png) no-repeat;
	background-position: center !important;
	border-radius: 50%;
	background-size: 14px;
}
/*------------------Shopping cart page----------*/


.discount-coupon-code-form label {
	display: block;
	font-family: "museosans-light";
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: capitalize;
	width: 100%;
}
.discount-coupon-code-form {
	border: 1px solid #272727;
	padding: 30px;
	width: 400px;
	background: #202020;
}
.discount-coupon-code-form .form-row {
	margin: 0 0 15px;
}
.discount-coupon-code-form input {
	width: 100%;
}
.discount-coupon-code-form .btn-row label {
	display: none;
}
.discount-coupon-code-form .apply-discount-coupon {
	margin-top: 6px;
	width: 100%;
}
.product-thumb-view img {
	max-height: 75px;
	max-width: 100%;
}
.page-cart .discount-coupon-code-form .errorlist.after .message-block {
	position: absolute;
	font-size: 12px;
	top: -4px;
}
.page-cart .errorlist.after {
	position: absolute;
}
.discount-coupon-code-form .errorlist.after .message-block {
	position: absolute;
	font-size: 12px;
	bottom: 55px;
}
.shipment-calculator.button {
	height: auto;
	margin-right: 10px;
}
.shipment-calculator.button, .save-cart-popup.button, .empty-cartitem-btn.cartitem-btn.button, .update-cartitem-btn.cartitem-btn.button {
	background: transparent;
	border: 1px solid #bdbdbd;
	text-transform: uppercase;
	padding: 10px 30px;
}
a.update-cartitem-btn.cartitem-btn.button.et_cartp_update_cart {
	margin-right: 10px;
}
.save-cart-popup.button {
	margin-right: 10px;
}
.shopping-cartitem {
}
table.cartitem-table {
	margin: 30px 0 50px;
}
table.cartitem-table.product-thumb-view, .cartitem-table th, .cartitem-table td {
	border: 0;
	text-align: center;
}
.shipment-calculator.button:hover, .save-cart-popup.button:hover, .empty-cartitem-btn.cartitem-btn.button:hover, .update-cartitem-btn.cartitem-btn.button:hover {
	background: #d5171e;
	transition: .4s;
	border: 1px solid #d5171e;
}
.check-out-total table, .shopping-cart-total table {
	background: #272727 none repeat scroll 0 0;
	border: 1px solid #272727;
	display: block;
	margin-bottom: 0;
	padding: 0px;
	text-align: left;
}
.check-out-total tr, .shopping-cart-total tr {
	border: medium none;
}
.cartitem-table .action-column {
	width: 95px;
}
.cartitem-table .unit-price-column {
	width: 150px;
}
.cartitem-table .quantity-column {
	width: 150px;
}
.cartitem-table .total-price-column {
	width: 125px;
}
.shopping-cart-total .wrapper > span {
	font-family: museosans-medium;
	font-size: 14px;
	font-weight: 500;
}
.cartitem-table .product-name a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
}
.shopping-cartitem table > tbody > tr {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.shopping-cartitem .stepper::before {
	display: none;
}
.shopping-cartitem .stepper {
	padding-left: 0;
	text-align: center;
	margin: 0 auto !important;
	float: none;
}
.shopping-cartitem .stepper {
	padding-left: 0;
}
.cartitem-table td.remove {
	width: 30px;
}
.shopping-cartitem .remove-cartitem {
	background: url(../images/cross-icon.png) no-repeat scroll center;
	border-radius: 0;
	display: inline-block;
	height: 7px;
	padding: 8px 8px;
	width: 6px;
}
.cartitem-table td.total-label, .cartitem-table td.price {
	font-weight: 500;
	font-family: 'museosans-medium';
}
.cartitem-table td.remove {
	padding: 5px;
}
.cartitem-table th, .cartitem-table td {
	vertical-align: middle;
	font-weight: 400;
	font-family: 'museosans-light';
	font-size: 16px;
}
.shopping-cartitem .stepper {
	margin: 0;
}
/*-------------------*/
/*-------------------*/
.checkout-page-options .new-customer h1, .checkout-page-options .registered-customer h1 {
	font-size: 20px;
	font-weight: normal;
}
.quick-cart-content .save-cart-popup.action-icon.save {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: auto;
	margin: 0 1px;
	padding-bottom: 5px;
	width: auto;
}
.quick-cart-content .save-cart-popup.action-icon.save::after {
	color: #ff0000;
	content: "\f0c7 ";
	font-family: fontawesome;
	font-size: 18px;
}
.quick-cart-content {
	background: #272727 none repeat scroll 0 0;
	border: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 35px;
	width: 345px;
	z-index: 99999;
	padding: 18px;
	border: 4px solid #d5171e;
}
.quick-cart-content::before {
	content: "";
	margin-left: -10px;
	top: -14px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #d5171e transparent;
	right: 50px;
}
.quick-cart-content .cart-details-link {
	margin-top: 10px;
}
.quick-cart-content table th.product-name {
	width: 50%;
}
.quick-cart-content table th.quantity {
	width: 20%;
}
.quick-cart-content table th.price {
	width: 30%;
}
.quick-cart-content table th {
	font-weight: 500;
}
.quick-cart-content table th.product-name {
	text-align: left;
}
.quick-cart-content table th.quantity {
	text-align: center;
}
.quick-cart-content table th.price {
	text-align: right;
}
.quick-cart-content table td {
	font-size: 13px;
	border: 1px solid #444;
	background: #272727;
	vertical-align: middle;
}
.header-cart .quick-cart-content table tr {
	background: #333333 none repeat scroll 0 0;
}
.quick-cart-content table td.total {
	background-color: #333333;
}
.quick-cart-content table th {
	background: #000000 none repeat scroll 0 0;
	border: 1px solid #535353;
	color: #ffffff;
}
.quick-cart-content table th {
	background: #000000 none repeat scroll 0 0;
	color: #ffffff;
}
.quick-cart-content table td.total-price {
	background-color: #333333;
	text-align: right;
}
/* Checkout */
.checkout-page-options .registered-customer input[type=text], .checkout-page-options .registered-customer input[type=password] {
	width: 70%;
	float: right;
}
.checkout-page-options .registered-customer .errorlist.after {
	clear: left;
	float: right;
	min-width: inherit;
	width: 70%;
}
.checkout-page-options .registered-customer {
	border-left: 1px solid #3e3b3b;
	display: inline-block;
	padding-left: 10%;
	width: 47%;
}
.checkout-page-options .registered-customer button.login-submit {
	width: 100%;
	margin-top: 5px;
	text-transform: uppercase;
	float: right;
	max-width: 70%;
}
.checkout-page-options .registered-customer p {
	padding-bottom: 10px;
	font-weight: 500!important;
}
.checkout-page-options .new-customer .checkout-option {
	margin-top: 25px;
	width: 100%;
	text-transform: uppercase;
	max-width: 300px;
}
.checkout-page-options .new-customer {
	display: inline-block;
	padding-left: 3%;
	padding-right: 6%;
	vertical-align: top;
	width: 47%;
}
.checkout-page-options .new-customer .new-customer-from .option {
}
.checkout-address-selector .edit-address {
	background-size: 30%;
}
.chosen-container .chosen-drop {
	background: none repeat scroll 0 0 #272727;
	border: 1px solid #121212;
}
.checkout-page-options .item-head {
	background: #121212;
}
.checkout-page-options .content-wrapper {
	border-color: #121212;
}
span.address-option.same-for-shipping {
	margin-right: 25px;
}
.zoomLens {
	border: 0!important;
}
.zoomWindowContainer > div {
	border: 0!important;
}
.footer-category-menu .navigation-item > a:hover .label {
	color: #d5171e;
}
.Zebra_DatePicker {
	background: none repeat scroll 0 0 #d5171e;
	border: 3px solid #d5171e;
}
button.Zebra_DatePicker_Icon {
	background: transparent url ("../images/calendar.png") no-repeat scroll right 5px;
	padding: 0 40px 0 0;
}
.accordion-panel > .label-bar {
	background: none repeat scroll 0 0 #121212;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	height: 50px;
	margin-bottom: 8px;
	overflow: hidden;
	padding: 0 9px 0 45px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 50px;
	font-size: 17px;
}
.accordion-panel > .label-bar.expanded {
	background: transparent;
	color: #ffffff;
	margin: 0;
	border: 1px solid #8a8a8a;
	border-bottom: 0;
}
.accordion-panel > .label-bar:hover {
	background: none repeat scroll 0 0 #d5171e;
}
.accordion-panel > .label-bar .toggle-icon {
	left: 25px;
	top: 14px;
}
.accordion-panel > .accordion-item.expanded {
	display: block;
	border: none;
	padding: 15px 45px 35px;
}
.edit-address-mode-block .button {
	width: 49%;
}
.edit-address-mode-block .form-row {
	margin-bottom: 20px;
}
.edit-address-mode-block input, .edit-address-mode-block select {
	width: 100%;
}
.accordion-item {
	background: none repeat scroll 0 0 #121212;
}
.accordion-item.expanded {
	background: transparent;
	border: 1px solid #8a8a8a!important;
	border-top: 0!important;
}
.accordion-panel > .label-bar .toggle-icon {
	background-image: none;
}
.accordion-panel > .label-bar:before {
	position: absolute;
	content: "\f107";
	z-index: 99;
	font-family: 'FontAwesome';
	font-size: 19px;
	left: 25px;
	top: 14px;
	height: 22px;
	line-height: 1;
	transform: rotate(-90deg);
}
.gift-certificate-code-panel input[type="text"] {
	width: 100%;
}
.gift-certificate-code-panel {
	background-color: #121212;
	border: 0;
	display: inline-block;
	margin: 5px 0;
	padding: 40px 60px 50px;
	text-align: center;
	width: 400px;
	box-sizing: border-box;
	max-width: 100%;
}
.discount-coupon-code-form {
	background: #121212;
	border: 0;
	display: inline-block;
	margin: 5px 0;
	padding: 40px 60px 50px;
	text-align: center;
	width: 400px;
	box-sizing: border-box;
	max-width: 100%;
	position: relative;
}
.gift-certificate-code-panel .button, .discount-coupon-code-form .apply-discount-coupon {
	display: block;
	padding: 9px 15px;
	vertical-align: middle;
	background: transparent;
	border: 2px solid #8a8a8a;
	color: #ffffff;
	margin-top: 15px;
	box-sizing: border-box;
}
.discount-coupon-code-form .apply-discount-coupon[disabled], .discount-coupon-code-form .apply-discount-coupon[disabled]:hover {
	background: #404040 none repeat scroll 0 0;
	border: 2px solid #404040;
	color: #717171;
}
.gift-certificate-code-panel .button:hover, .discount-coupon-code-form .apply-discount-coupon:hover {
	background: #d6171f;
	border-color: #d6171f;
}
.check-out-total .price, .shopping-cart-total .price {
	font-weight: 500;
	vertical-align: middle;
}
.check-out-total td.total-label, .shopping-cart-total td.total-label {
	padding: 10px 30px 10px 15px;
	border: 0;
}
.check-out-total .price, .shopping-cart-total .price {
	font-weight: 400;
	text-align: right;
	border: 0;
	vertical-align: middle;
}
.multi-column.two-column .columns {
	width: 49%;
}
.multi-column.two-column .columns.first-column {
	margin-right: 2%;
}
.check-out-total *, .shopping-cart-total * {
	font-size: 15px;
}
td.payment-gateway-label {
	vertical-align: middle;
}
.gift-certificate-code-panel label {
	margin-right: 10px;
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}
.accordion-panel > .label-bar.expanded::before {
	transform: rotate(0deg);
}
.checkout-address-selector .down-arrow {
	background: url(../../images/site/custom-select-arrow_40.png) no-repeat center #686868;
	border: 1px #6B6B6B solid;
	height: 30px;
	position: absolute;
	right: 14px;
	top: 15px;
	width: 30px;
	cursor: pointer;
	box-shadow: none;
	background-size: 30%;
	border-radius: 0;
}
.checkout-address-selector .down-arrow, .checkout-address-selector .down-arrow:hover {
	border: none;
	background: none;
}
.checkout-address-selector .down-arrow:after {
	position: absolute;
	content: "\f107";
	z-index: 99;
	font-family: 'FontAwesome';
	font-size: 19px;
	height: 22px;
	line-height: 1;
	transform: rotate(0deg);
	margin: 7px 0 0 8px;
}
.checkout-address-selector .edit-address:after {
	position: absolute;
	content: "\f040";
	z-index: 99;
	font-family: 'FontAwesome';
	font-size: 19px;
	height: 22px;
	line-height: 1;
	transform: rotate(0deg);
	margin: 20px 0 0 -25px;
}
.checkout-address-selector .edit-address {
	width: auto;
	height: auto;
}
.checkout-address-selector .chosen-container {
	margin-right: 45px;
	margin-bottom: 30px;
}
.category-details {
	position: relative;
}
.product-view.image-view .footer .per-page-count {
	float: right;
}
.product-view.image-view .footer .pagination {
	float: left;
	padding-top: 10px;
}
.product-view.image-view .footer {
	background-color: #272727;
	border: 0;
	border-top: 1px solid #4d4d4d;
	padding-left: 0;
	padding-top: 20px;
	overflow: hidden;
}
.product-view.image-view .pagination {
}
.product-view.image-view .header .pagination {
	display: none;
}
.product-view.image-view .header .product-sorting {
	background: transparent;
	border-color: #272727;
	border-bottom-color: #545454;
	padding-left: 0;
}
.product-view.image-view .header select.per-page-count, .product-view.image-view .footer select.per-page-count {
	background: transparent;
	border-color: #272727;
	border-bottom-color: #545454;
	padding-left: 0;
}
.product-view.image-view .header {
	background-color: #272727;
	border-bottom: 2px solid #272727;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}
.pagination-literal-status {
	display: none;
}
.pagination span {
	background-color: transparent;
	border: 0;
	color: #9f9f9f;
	cursor: pointer;
	display: inline-block;
	margin: 0 2px;
	padding: 3px 9px;
	box-shadow: none;
	font-size: 14px;
}
.pagination span.current {
	background: transparent;
	border: 0;
	color: #d5171e;
	font-size: 20px;
}
.pagination span.disabled {
	color: #ccc;
}
.pagination .first, .pagination .last {
	display: none;
}
.pagination span.prev {
	text-indent: -999999px;
	position: relative;
	width: 13px;
}
.pagination span.prev::before {
	content: "Prev";
	text-indent: 0;
	position: absolute;
	color: #9f9f9f;
	left: 0;
}
.pagination span.next {
	text-indent: -999999px;
	position: relative;
	width: 13px;
}
.pagination span.next::before {
	content: "Next";
	text-indent: 0;
	position: absolute;
	color: #9f9f9f;
	left: 0;
}

.checkout-page .section.loaded > .header .icon {
	background-color: #d5171e;
}
.checkout-page .section.loaded > .header .title {
	color: #ffffff;
}
.checkout-page .address-edit-from-wrap form {
	background-color: #272727;
	border: medium none;
	padding: 30px;
}
.checkout-page .form-row input, .checkout-page .form-row select, .checkout-page .form-row textarea {
	background: #3b3b3b none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
}
.checkout-page .address-edit-from-wrap .form-row label {
	color: #ffffff;
}
.checkout-page .toolbar-btn {
	background: #ff0000 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
}
.address-selection-popup .create-address:hover,
.checkout-page .toolbar-btn:hover {
	background-color: #666666;
	color: #ffffff;
}
.checkout-page .address-view .address {
	background-color: #3b3b3b;
}
.address-selection-popup .name {
	color: #ffffff;
	font-size: 14px;
}
.address-selection-popup .address {
	color: #818585;
}
.address-selection-popup .addresses > .address {
	border-bottom: medium none;
	padding: 15px 0;
}
.address-selection-popup .create-address {
	background-color: #d5171e;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
}
.checkout-page .address-view > .header .title {
	color: #818585;
}
.checkout-page .payment-option > .header:hover, .checkout-page .payment-option.active > .header {
	color: #ff0000;
}
.checkout-page .payment-option > .header::before {
	top: 17px;
}
.checkout-page .payment-option > .header {
	color: #ffffff;
}
.order-comment-row .label, .payment-gateway .payment-gateway-label {
	color: #818585;
	font-size: 15px;
}
.confirm-step-form .right-panel {
	background-color: #3b3b3b;
}
.check-out-total > .price-row .label, .check-out-total > .price-row .price {
	display: inline;
}
.page-checkout .two-column .column-content input, .page-checkout .two-column .column-content select {
	height: 40px;
}

/*start:shop online*/
.category-list-split .widget-title {
	position: relative;
	font-size: 20px;
	margin-bottom: 15px;
	max-width: 80%;
}
.category-list-split .widget-title::after {
	top: 100%;
	width: 170px;
	height: 1px;
	content: "";
	position: absolute;
	background: #3a3838;
	left: 0;
}
.category-list-split .nav-wrapper .navigation-item {
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
}
.category-list-split .nav-wrapper .navigation-item::before {
	color: #d5171e;
	content: '\f105';
	height: 5px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 5px;
	font-family: FontAwesome;
}
#webcommander-page .category-list-split .navigation-item a {
	color: #fff;
	font-size: 15px;
	font-family: "Zurich LtCn BT";
}
#webcommander-page .category-list-split .navigation-item a:hover {
	color: #d5171e;
}
/*end:shop online*/



/*start:breadcrumb*/
.widget-breadcrumb {
	margin-bottom: 40px;
}
.breadcrumb-item, .breadcrumb-item.root .icon::before, .breadcrumb-item .label {
	color: rgba(255, 255, 255, 0.5);
	font-family: "Zurich Lt BT";
	font-size: 12px;
	text-transform: uppercase;
}
.breadcrumb-item .separator {
	font-size: 16px;
	margin-left: 4px;
	padding: 0 8px 0 10px;
}
.breadcrumb-item.root .icon {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	position: relative;
	width: 36px;
}
.breadcrumb-item.root .icon:before {
	content: 'Home';
	left: 0;
	position: absolute;
	top: 4px;
}
.breadcrumb-item .separator {
	visibility: hidden;
	position: relative;
}
.breadcrumb-item .separator::after {
	content: "\f105";
	font-family: 'Fontawesome';
	position: absolute;
	visibility: visible;
	font-size: 20px;
	left: 10px;
	top: -4px;
	color: rgba(255, 255, 255, 0.8);
}
.breadcrumb-item.current {
	color: #d5171e;
}
/*end:breadcrumb*/
.shopping-cartitem .cartitem-btn {
	height: auto;
	margin-left: 0;
	text-transform: uppercase;
}
a.checkout-btn.cartitem-btn.button.et_cartp_continue_shopping {
	margin-right: 10px;
}
.widget.widget-storeLogo img {
	max-width: 100%;
}
.header-contact-info {
	position: relative;
}
.header .header-login::before {
	background: #525252;
	content: "";
	height: 45px;
	position: absolute;
	right: 185px;
	top: 0;
	width: 1px;
}
.page-product .widget-likeus .facebook-like-us iframe, .page-product .widget-likeus .twitter-like-us iframe{
	width: 80px;
	height: 50px;
}
.newsletter-section input:-webkit-autofill, .newsletter-section input:-webkit-autofill:hover, .newsletter-section input:-webkit-autofill:focus, .newsletter-section input:-webkit-autofill {
	border: inherit;
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0px 1000px rgb(214, 23, 31) inset;
	padding: 0 5px !important;
	border-bottom: 2px solid;
}
.subcategory-container .title {
	display: none;
}
.page-product .widget-likeus .googleplus-like-us {
	margin-top: -1px;
}
.page-category .subcategory-container .content {
	margin-left: -15px;
	text-align: center;
}
.product-view .content {
	margin-left: -15px;
}
.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
	margin: 0;
	padding: 15px;
	transition: linear 0.2s;
}
.product-view.image-view .product-block:hover, .product-view.scrollable-view .product-block:hover{
	opacity: 0.8;
}
.page-checkout .accordion-item .chosen-container .chosen-drop {
	height: auto !important;
	padding: 12px 10px !important;
}
#order-list .action-col {
	width: 110px;
}
button.Zebra_DatePicker_Icon, .finance-enquiry-form button.Zebra_DatePicker_Icon {
	background: rgba(0, 0, 0, 0) url("../images/calender-icon.png") no-repeat scroll right 15px;
	z-index: 99;
}
.page-finance-enquiry .finance-enquiry-form button.Zebra_DatePicker_Icon {
	left: -12px;
	background-position: right 8px;
}
.page-home .bmui-tab .bmui-tab-header::before, .page-product .bmui-tab .bmui-tab-header::before {
	display: none;
}
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator {
	cursor: pointer;
}
.registered-customer .form-row {
	overflow: hidden;
}
.registered-customer .form-row.lost-password-row {
	padding-left: 123px;
}
form.password-reset-form.valid-verify-form {
	text-align: center;
}
.password-reset-form .form-row input {
	width: 320px;
	max-width: 100%;
}
.password-reset-form .form-row label {
	text-align: center;
}
.password-reset-form .form-row.submit-row button {
	margin-left: 3px;
	width: 100%;
	max-width: 320px;
}
.password-reset-form .form-row {
	display: block;
}
.password-reset-form .lost-password-text {
	color: #ffffff;
	font-size: 16px;
	padding: 5px 0;
	margin-bottom: 20px;
}
.topf-content > iframe {
	max-width: 100%;
}
.google-map-iframe-container > iframe {
	width: 100%;
}
.google-map-iframe-container {
	margin-top: 15px;
}
.chosen-container-active .chosen-drop {
	border: 1px solid #d5171e;
	border-top: 0;
}
.chosen-container-active .chosen-single {
	border: 1px solid #d5171e;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

}
.chosen-container-active.chosen-with-drop .chosen-single {
	border : 1px solid #d5171e;	border-bottom: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left : none;
	background  : transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position : -18px 2px;
}
.chosen-container-active .chosen-choices {
	border     : 1px solid #d5171e;
	box-shadow : 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-single .chosen-single {
	background-color: transparent;
	border: 1px solid #4d4d4d;
	border-radius: 0;
}
.variation-container {
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #4d4d4d;
	padding-bottom: 25px;
}
.variation-container .variation-type:nth-of-type(2) {
	margin-left: 5px;
}
.variation-container .variation-type:nth-of-type(2) label{
	margin-left: 26px;
}
.variation-container .variation-type label.type-label {
	font-weight: 400;
	font-family: 'Zurich LtCn BT';
	font-size: 17px;
	text-transform: uppercase;
	padding-right: 0px;
	display: inline-block;
	vertical-align: middle;
}
.variation-container .variation-type {
	padding-bottom: 5px;
	width: 49%;
	display: inline-block;
}
.chosen-container-single {
	min-width: inherit;
	padding-right: 0;
	margin-left: 10px !important;
	margin-top: 2px;
	vertical-align: middle;
}
.chosen-container-single .active-result{
	background: #272727;
	color: #fff;
}
.chosen-container .chosen-results .highlighted {
	background-color: #d5171e;
	color            : #fff;
}

.chosen-container .chosen-results .chosen-result{
	color: #e5e5e5;
}
.widget-form .radio input[type="radio"]:focus + label::before{
	outline: 0;
}
.widget-form .checkbox input[type="checkbox"]:checked + label::before, .widget-form .radio input[type="radio"]:checked + label::before {
	background-color: #ffffff;
	border-color: #000000;
	outline: 0;
}
.widget-form .radio label::after {
	background-color: rgba(255, 255, 255, 0.7);
	border-color: #000000;
	outline: 0;
	color: #353535;
}
.wish-list-popup label{
	width: 100%;
}
.add-to-compare-button:hover, .add-to-wish-list:hover, .remove-from-compare-button:hover, .add-to-wish-list.disabled:hover {
	background: #666;
}
.add-to-wishlist-popup .form-row label,
.add-to-wishlist-popup label{
	width: 100%;
}
.add-to-wishlist-popup select{
	width: 100%;
}
.add-to-wish-list-popup table td{
	border-top: 0;
	vertical-align: middle;
}
.add-to-wish-list-popup table .product-img {
	padding-right: 20px;
	width: 100px;
}
.payment-method .payment-info {
	margin: 20px 0;
}
.payment-method .step-header{
	margin-bottom: 0;
}
.payment-item{
	display: block;
	margin: 10px 0;
	padding: 0;
	border: 0;
	box-shadow: none;
}
.gateway-thumb {
	border: 0;
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	width: 78px;
	background-size: 80% !important;
}
.payment-item label {
	display: inline;
}
.page-checkout .confirm-order .editable select{
	width: 100%;
}
.page-checkout .confirm-order .editable.editing .button.apply{
	display: inline-block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.product-widget #bmui-tab-custom-information-2 h6 , .product-widget #bmui-tab-custom-information-1 h6 {
	font-size: 19px;
	text-align: center;
	font-family: 'Zurich LtCn BT';
	margin-bottom: 5px;
	text-transform: uppercase;
	max-width: 750px;
	margin: 0 auto;
	padding: 7px 20px;
	background: #5b5b5b;
	box-sizing: border-box;
}
.product-widget #bmui-tab-custom-information-2 table, .product-widget #bmui-tab-custom-information-1 table {
	border: 1px solid #444;
	max-width: 750px;
	margin: 0 auto 40px;
	border: 0;
}
.product-widget #bmui-tab-custom-information-1 {
	max-width: 750px;
	margin: 0 auto;
}
.product-widget #bmui-tab-custom-information-2 table>tbody>tr:nth-of-type(even), .product-widget #bmui-tab-custom-information-1 table>tbody>tr:nth-of-type(even) {
	background-color: #333;
}
.product-widget #bmui-tab-custom-information-2 table>tbody>tr:nth-of-type(odd), .product-widget #bmui-tab-custom-information-1 table>tbody>tr:nth-of-type(odd) {
	background-color: inherit;
}
.search-result {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
}
.search-result .pagination {
	display: block;
	float: none;
}
.entire-search .total-result {
	color: #ec0d15;
	margin-bottom: 10px;
}
.entire-search h2  {
	font-size: 25px;
	margin-bottom: 0;
	padding-bottom: 6px;
}
.product-view.image-view .product-image-link, .product-view.scrollable-view .product-image-link{
	display: block;
}
#bmui-tab-custom-information-6{
	text-align: center;
}
#bmui-tab-custom-information-6 p{
	font-size: 18px;
}
#bmui-tab-custom-information-6 p a{
	color: #ec0d15;
	text-decoration: underline;
}
#bmui-tab-custom-information-6 p a:hover{
	color: #fff;
}
.password-reset-form .errorlist.after .message-block{
	text-align: center;
}
.password-reset-form .errorlist.after {
	right: 0;
	text-align: center;
	width: 100%;
	height: 30px;
	bottom: -80px;
	top: auto;
}
.image-view .product-view-height-width .image{
	height: auto;
}
.product-widget.widget-related {
	text-align: center;
}
.page-post-payment .product-name-column {
	width: 250px;
}
.page-post-payment .payment-success-total > table .total-order td{
	font-size: 14px;
	font-weight: 400;
}
.page-post-payment span.custom-message.pending-message p br{
	display: none;
}
.page-post-payment .payment-success-total > table td {
	padding: 8px 35px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 14px;
}
.page-post-payment .post-order-contact-us, .page-post-payment .order-info{
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
}
.page-post-payment  .post-order-contact-us a{
	color: #d5171e;
}
.page-post-payment .page-content{
	max-width: 1000px;
}
.page-post-payment .order-details{
	margin-top: 20px;
	text-align: center;
	margin: 20px auto 0;
}
.page-post-payment span.custom-message.pending-message p{
	font-size: 17px;
	text-align: center;
	padding-bottom: 5px;
}
span.custom-message.pending-message h4 {
	font-size: 22px;
	margin-top: 15px;
	padding-bottom: 6px;
}
.page-post-payment table.cartitem-table{
	margin-top: 0;
}
.page-cart .cartitem-table th {
	background: #1b1b1b;
}
.page-cart .cartitem-table tr:nth-child(even) td{
	background: #1b1b1b;
}
.page-cart .checkout-page .shipping-method table td {
	border: 1px solid #ccc;
	padding: 12px 25px;
}
.product-widget.widget-information div#bmui-tab-description{
	max-width: 1000px;
	margin: 0 auto;
}
.pro-content-top a:hover {
	background: #d80007;
}
.search-menu-button.responsive-menu-btn:hover {
	background: #d5171e;
}
.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
	background-color: #272727;
	border: 1px solid #272727;
	margin-top: 10px;
	padding: 10px;
}
/*new customer profile */
.product-view.image-view .product-name a, .product-view.scrollable-view .product-name a {
	color: #ffffff;
}
.product-view.image-view .price-block-container span.tax-message, .product-view.scrollable-view .price-block-container span.tax-message {
	color: #999999;
	display: block;
	font-size: 12px;
	margin: 10px 0;
	text-align: center;
}

.product-view.scrollable-view .scroller span::before {
	color: #666666;
	font-family: fontawesome;
	font-size: 16px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 6px;
}

.floating-panel-popup.popup.active {
	overflow: visible;
}
.page-checkout .address-selection-popup.popup {
	max-width: 100%;
	padding: 0;
	width: 300px !important;
}
.address-selection-popup .create-address {
	padding: 10px;
	text-align: left;
}
.address-selection-popup .addresses > .address {
	padding: 10px;
	text-align: left;
}
.floating-panel-popup.popup {
	padding: 10px;
	background-color: #333333 none repeat scroll 0 0;
	max-width: 150px;
	min-width: 0;
}
.floating-panel-popup .action-item:hover {
	background-color: #d5171e;
}

.site-popup.popup.active .title-bar, .confirm-popup .header-line {
	background-color: #d5171e;
	padding: 12px 40px 12px 25px;
}
.confirm-popup.popup {
	background-color: #333333;
	padding: 0;
}
.message {
	background: none;
	color: #ffffff;
	font-size: 13px;
}
.site-popup .button-line, .confirm-popup .button-line {
	padding: 15px 25px;
	text-align: right;
}
.confirm-popup .button-line button {
	background: #d5171e none repeat scroll 0 0;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	min-width: 75px;
	padding: 7px 15px;
	width: auto;
}
.site-popup .button-line button + button, .confirm-popup .button-line button + button {
	margin-left: 0;
}
.confirm-popup .button-line button:hover {
	background: #666666 none repeat scroll 0 0;
}
.confirm-popup .header-line .close::before, .site-popup .window-corner-toolbar .close::before {
	color: #ffffff;
}
.site-popup .title-bar .close, .confirm-popup .header-line .close {
	height: 24px;
	right: 10px;
	top: 10px;
	width: 24px;
}
.site-popup.popup {
	max-width: 400px;
	min-width: 290px;
	padding: 0;
}
.site-popup.popup.active .title-bar, .confirm-popup .header-line {
	background-color: #d5171e;
	padding: 12px 40px 12px 25px;
}
.site-popup .title-bar, .confirm-popup .header-line {
	font-weight: 500;
}
.site-popup .content, .confirm-popup .body {
	background: #1f1f1f none repeat scroll 0 0;
	padding: 25px;
}
.site-popup.popup .payment-form.site-popup-form .header-wrapper > h1 {
	font-size: 22px;
	line-height: normal;
	margin: 0 0 15px;
	padding: 0;
}
.payment-form .double-input-row label,
.payment-form .form-row label, .payment-form .double-input-row label {
	display: block;
	padding-bottom: 5px;
	width: auto;
}
.payment-form input[type="text"] {
	height: 38px;
	margin: 0;
	width: 350px;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
	width: 148px;
	vertical-align: top;
}
.payment-form .double-input-row > * {
	vertical-align: middle;
}
#order-details .info-row .value {
	color: #ffffff;
}
.payment-form.site-popup-form input[type="text"] {
	width: 100%;
}
.payment-form .mandatory-chosen-wrapper select+.errorlist.after {
	position: static;
	width: auto;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper select {
	margin: 0;
	width: 100%;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row > .form-type-info {
	color: #999999;
	font-size: 20px;
	height: 40px;
	line-height: 37px;
	margin: 0 -3px;
	text-align: center;
	width: 48px;
}
.payment-form .double-input-row > .form-type-info {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-bottom: medium none;
	border-top: medium none;
	color: #999999;
	font-size: 17px;
	height: 35px;
	line-height: 34px;
	margin: 0 -3px;
	text-align: center;
	width: 38px;
}
.site-popup .button-line button {
	width: auto;
}


/* search result page */
.search-result.products .image-view .header {
	position: unset;
}
.search-result.products .image-view .footer .per-page-count {
	 /* float: unset; */
 }
.search-results .page {
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	margin: 14px 0;
	padding-right: 0;
	width: auto;
}
.search-results .page .title {
	color: #ffffff;
	font-size: 18px;
	margin: 0 5px 0 0;
	text-transform: uppercase;
}
.search-results .page .title:hover{
	color: #ccc;
}
/* end search result page */

/*customer new password*/
.customer-new-password .form-row input {
	width: 300px;
}
.customer-new-password span.title {
	padding-bottom: 20px;
}

.customer-new-password .form-row .errorlist.after {
	padding-left: 155px;
}

.customer-new-password .form-row label {
	width: 150px;
}
.customer-new-password .form-row.submit-row {
	padding-top: 4px;
}

/* Checkout page after login
******************************/
.checkout-page .section.loaded {
  border: 2px solid #121212;
  background: #121212;
}
.checkout-page .section{
  border: 0;
  color: #fff;
  height: auto;
  line-height: 27px;
  margin-bottom: 15px;
  position: relative;
  text-overflow: ellipsis;
  white-space: normal;
  letter-spacing: 1px;
  padding: 0;
}
.checkout-page .section .header .icon{
   display: none;
}
.checkout-page .section.loaded .header .title{
    padding-top: 0;
    display: inline-block;
    color: #fff;
    padding-left: 15px;
	font-weight: normal;
}
.checkout-page .section.loaded .body .header >.title,
.checkout-page .section .body .header > .title{
    font-size: 17px;
    padding-left: 0;
    color: #f8ffff;
    font-family: 'Gilroy';
    font-weight: normal;
}
.checkout-page .section > .header .title {
    color: #cfcfcf;
    font-size: 17px;
}
.checkout-page .section > .body {
  padding: 20px 30px;
}
.checkout-page .address-view .address{
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  background: #121212;
}
.checkout-page .section .section.delivery-types {
  margin-top: 0;
  margin-bottom: 0;
}
.section.delivery-types {
}
.checkout-page .address-edit-from-wrap > .header {
  margin-bottom: 15px;
}
.checkout-page .delivery-types .different-shipping{
    font-size: 17px;
    color: #fff;
    font-weight: normal;
	margin-left: 0;
}
.page-checkout .address-selection-popup.popup {
    max-width: 100%;
    padding: 0;
    width: 270px !important;
    left: 30px !important;
}
.checkout-page .address-edit-from-wrap .country-selector-row,
.checkout-page .address-edit-from-wrap .state-selector-row{
}
.checkout-page .section .step-continue-button {
  margin-top: 30px;
  padding: 10px 20px;
  width: 100%;
  background: #d5171e;
  color: #fff;
}
.checkout-page .section .step-continue-button:hover {
}
.checkout-page .address-edit-from-wrap form .multi-column {
    margin-bottom: 0;
}
.checkout-page .address-view > .header {
  margin-bottom: 7px;
}
.checkout-page .toolbar-btn{
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 7px 17px;
    font-size: 12px;
    line-height: 1;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.2);
}
.checkout-page .toolbar-btn:hover{
    border-color: #d5171e;
    background: #d5171e;
}
.checkout-page .toolbar-btn {    text-transform: uppercase;}
.checkout-page .confirm-order-btn-row .confirm-order-button {
  padding: 12px 40px;
  font-size: 15px;
  width: 100%;
}
.checkout-page .address-edit-from-wrap .form-row label {
}
.checkout-page .address-edit-from-wrap form {
    background-color: transparent;
    padding: 0;
}
.checkout-page .form-row input, .checkout-page .form-row select, .checkout-page .form-row textarea{
}
.check-out-total > .price-row {
  padding-top: 0;
  padding-bottom: 0;
}
.confirm-step-form .left-panel {
  width: 50%;
  background: #272727;
  padding: 40px;
  padding: 0px 40px 0;
  padding-left: 15px;
  padding-left: 0;
}
.confirm-step-form .cart-item .details .price{
    padding: 0;
}
.confirm-step-form .right-panel {
    padding: 0 0 0 30px;
    background-color: #272727;
    width: 50%;
}
.checkout-page .section.confirm  form > div + div span strong{
  font-size: 15px;
  vertical-align: top;
}
.confirm-step-form .left-panel > .header .title {
  padding-top: 0 !important;
  padding-left: 0 !important;
  text-transform: capitalize !important;
  letter-spacing: 1px !important;
  font-weight: 700;
}
.checkout-page .payment-option > .header {
    border-top: 0;
    text-transform: uppercase;
}
.checkout-page .payment-options {
  border-bottom: 0;
}
.confirm-step-form .cart-item .details {
  padding-left: 15px;
}
.payment-gateway {
  padding-top: 10px;
  margin-bottom: 40px;
}
.cartitem-table .total-price-column {
    min-width: 106px;
    width: 106px;
}
.check-out-total > .price-row .price {
    font-weight: 500;
}
.checkout-page .message-block.error-message,
.checkout-page .message-block.error {
    background-color: transparent;
    border: 0;
    color: #c23a39;
    text-align: left;
}
.payment-option .row .info,
.payment-option .row .price-row{
    width: auto;
}
.checkout-page .payment-option:first-child > .body {
    padding: 15px;
}
.checkout-page .payment-option > .body {
    padding: 0;
}
.payment-option .code-submit-form button {
    height: 40px !important;
    margin-left: 0;
    width:100%;
}
.discount-coupon-code-form .payment-option .code-submit-form input {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 0;
}
.check-out-total > .price-row .remove {
    right: -29px;
    top: 0;
}
.checkout-page .section > .header {
    padding: 10px 15px;
}
.checkout-page .content-wrapper > .section {
    background: #000;
}

.price-row.total-order {
    padding-top: 10px;
}
/*.fee .popup {
    padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
	margin: 0 30px 20px !important;
}
 .fee .widget-image-edit-popup .fee-pu-content-footer {
	max-width: 500px
}
.fee p, .fee h1, .fee h2, .fee h3, .fee h4, .fee h5, .fee h6, .fee a.btn, .fee a, .fee label, .fee .widget-title {
   color: #919191 !important;
}
.fee.page-spare-parts  .widget-html {
   color: #919191 !important;
}
*/
.widget-snippet .header-contact-info p,
.widget-snippet .header-contact-info h3,
.widget-snippet .single-row .contact-detail-col p{
	padding: 0;
}
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
	width: auto;
}
.footer-top.flex-container .flex-item .aside-text h4 {
	margin: 0;
}
div.finance-tab .finance-left-text {
	max-width: 615px;
}
.finance-tab .finance-left-text h2 {
	padding: 0;
}
.fee-gallery-jssor .jssor-slider-container .container [u="caption"] {
	height: auto;
	width: auto;
	position: static;
	text-align: center;
	letter-spacing: normal;
}
.fee-gallery-jssor2 .jssor-slider-container .container [u="caption"]{
	height: auto;
	width: auto;
	position: static;
	letter-spacing: normal;
}
.widget-product.fee-widget-product-scroll-view .widget-title, .widget-product.fee-widget-product-image-view .widget-title,
.widget-product.fee-widget-product-list-view .widget-title, .widget-product.fee-widget-product-tabular-view .widget-title {
	color: #fff;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name a {
	color: #fff;
}


#customer-profile-tabs.customer-profile-v2 th,
#customer-profile-tabs.customer-profile-v2 td {
	word-break: break-word;
	font-family: "Montserrat",sans-serif;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
	background: none;
	border: none;
}

#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .title:after {
	display: none;
}

#customer-profile-tabs.customer-profile-v2 .button.profileLogout a:hover,
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title,
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header:hover .title {
	color: #000 !important;
}

#customer-profile-tabs.customer-profile-v2 .button.profileLogout,
#customer-profile-tabs.customer-profile-v2 .button.profileLogout:hover {
	border: none;
}

#customer-profile-tabs.customer-profile-v2 .profileLogout a,
#customer-profile-tabs.customer-profile-v2 .button.profileLogout a:hover {
	background: none;
	font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-name {
	height: auto;
}
.customer-profile-v2 .profile-pic-wrapper>.customer-name-text {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	padding-bottom: 20px;
}

#customer-profile-tabs.customer-profile-v2 button {
	background: #ec0d15;
}

#customer-profile-tabs.customer-profile-v2 button:hover {
	background: #666;
	color: #fff;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.current {
	background-color: #ec0d15;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top.bmui-tab-active {
	border-bottom: 2px #ec0d15 solid;
}
#customer-profile-tabs.customer-profile-v2 input[type="checkbox"] {
	padding: 0;
}

#webcommander-page.page-profile .notification.popup {
	font-family: "Montserrat", sans-serif;
	background-color: #fff;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 30px 20px 20px;
	border: none;
	max-width: 600px;
	min-width: 300px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25)
}

@media (max-width: 767px) {
	#webcommander-page.page-profile .notification.popup {
		max-width: calc(100vw - 40px);
		min-width: 300px
	}
}

#webcommander-page.page-profile .notification.popup .icon {
	display: block;
	float: none;
	width: 24px;
	height: 24px;
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

#webcommander-page.page-profile .notification.popup.info .icon {
	background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022Z%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%208V12%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2016H12.01%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup.success .icon {
	background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M22%2011.0799V11.9999C21.9988%2014.1563%2021.3005%2016.2545%2020.0093%2017.9817C18.7182%2019.7088%2016.9033%2020.9723%2014.8354%2021.5838C12.7674%2022.1952%2010.5573%2022.1218%208.53447%2021.3744C6.51168%2020.6271%204.78465%2019.246%203.61096%2017.4369C2.43727%2015.6279%201.87979%2013.4879%202.02168%2011.3362C2.16356%209.18443%202.99721%207.13619%204.39828%205.49694C5.79935%203.85768%207.69279%202.71525%209.79619%202.24001C11.8996%201.76477%2014.1003%201.9822%2016.07%202.85986%22%20stroke%3D%22%2304B100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M22%204L12%2014.01L9%2011.01%22%20stroke%3D%22%2304B100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup.warning .icon {
	background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10.2898%203.8602L1.81978%2018.0002C1.64514%2018.3026%201.55274%2018.6455%201.55177%2018.9947C1.55079%2019.3439%201.64127%2019.6873%201.8142%2019.9907C1.98714%2020.2941%202.2365%2020.547%202.53748%2020.7241C2.83847%2020.9012%203.18058%2020.9964%203.52978%2021.0002H20.4698C20.819%2020.9964%2021.1611%2020.9012%2021.4621%2020.7241C21.7631%2020.547%2022.0124%2020.2941%2022.1854%2019.9907C22.3583%2019.6873%2022.4488%2019.3439%2022.4478%2018.9947C22.4468%2018.6455%2022.3544%2018.3026%2022.1798%2018.0002L13.7098%203.8602C13.5315%203.56631%2013.2805%203.32332%2012.981%203.15469C12.6814%202.98605%2012.3435%202.89746%2011.9998%202.89746C11.656%202.89746%2011.3181%202.98605%2011.0186%203.15469C10.7191%203.32332%2010.468%203.56631%2010.2898%203.8602Z%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%209V13%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2017H12.01%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup.alert .icon,
#webcommander-page.page-profile .notification.popup.error .icon {
	background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M7.86%202H16.14L22%207.86V16.14L16.14%2022H7.86L2%2016.14V7.86L7.86%202Z%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%208V12%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2016H12.01%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup .message {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px #ddd solid;
	text-align: left;
}

#webcommander-page.page-profile .notification.popup .type {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 0 10px;
	color: #000;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

#webcommander-page.page-profile .notification.popup.success .type {
	color: green
}

#webcommander-page.page-profile .notification.popup.warning .type {
	color: orange
}

#webcommander-page.page-profile .notification.popup.alert .type,
#webcommander-page.page-profile .notification.popup.error .type {
	color: red
}

#webcommander-page.page-profile .notification.popup .close {
	height: 16px;
	width: 16px;
	background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12.1953%204.9541L4.19531%2012.9541%22%20stroke%3D%22%234D4D4D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M4.19531%204.9541L12.1953%2012.9541%22%20stroke%3D%22%234D4D4D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center;
	position: absolute;
	right: 7px;
	top: 5px
}

#webcommander-page.page-profile .site-popup .title-bar {
	padding: 15px 20px;
	background-color: #fff;
	border-bottom: 1px #f0f3f4 solid;
	border-radius: 4px 4px 0 0;
	text-align: left;
}

#webcommander-page.page-profile .site-popup .title-bar .title {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #000;
}

#webcommander-page.page-profile .site-popup .window-corner-toolbar .close::after {
	display: none;
}

#webcommander-page.page-profile .site-popup .form-row {
	margin: 0;
}
#webcommander-page.page-profile .site-popup .button-line {
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 10px;
}
#webcommander-page.page-profile .site-popup .button-line button {
	width: auto;
	background-color: #ec0d15;
	border: 1px #ec0d15 solid;
	margin: 0;
	letter-spacing: normal;
}

#webcommander-page.page-profile .site-popup .button-line button:hover {
	width: auto;
	background-color: #666;
	border: 1px #666 solid;
}
#webcommander-page.page-profile .site-popup .button-line button[disabled] {
	background: #bfbfbf none repeat scroll 0 0 !important;
	border: 1px #bfbfbf solid;
}
#webcommander-page.page-profile .confirm-popup .header-line .close::after {
	display: none;
}

.page-profile .confirm-popup .button-line button {
	width: auto;
}

.page-profile .confirm-popup .button-line button.yes-button {
	background-color: #ec0d15;
	border: 1px #ec0d15 solid;
}

.page-profile .confirm-popup .button-line button.yes-button:hover {
	background-color: #666;
	border: 1px #666 solid;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px 24px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .02), 0 -2px 10px 0 rgba(0, 0, 0, .05);
	margin-bottom: 24px;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card h1 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 36px;
	color: #000;
	font-weight: 600;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-status {
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	padding: 3px 8px;
	background-color: #666;
	border-radius: 30px;
	text-transform: capitalize;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-header-left-bottom {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px rgba(0, 0, 0, .08) solid;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-created {
	font-size: 14px;
	line-height: 20px;
	color: #4F4F4F;
	font-weight: 400;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .track-order-action {
	font-size: 13px;
	line-height: 20px;
	color: #000;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 4px;
	margin-left: 10px;
	cursor: pointer;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header {
	border: none;
	padding: 0;
	margin: 0;
	justify-content: unset;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
	width: 50%;
	flex-grow: 0;
	flex-shrink: 0;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left {
	padding-right: 24px;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
	padding-left: 24px;
	border-left: 1px rgba(0, 0, 0, .05) solid;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header .title {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #212529;
	text-transform: uppercase;
	margin-bottom: 8px;
	display: block;
}

#customer-profile-tabs .bmui-tab-panel .panel-header .address span:first-child {
	font-weight: 500;
	display: block;
	color: #555;
	margin: 15px 0 3px;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address span,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address-details>span {
	font-size: 14px;
	font-weight: 500;
	color: #4F4F4F;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address .name,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address-details .name {
	font-size: 17px;
	font-weight: 600;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.4;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .bmui-tab-body-container .panel-header .panel-header-left .link-btn {
	font-size: 13px;
	line-height: 20px;
	color: #333;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 4px;
	margin-left: 10px;
	cursor: pointer;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap {
	width: 320px;
	margin-left: auto;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .02), 0 -2px 10px 0 rgba(0, 0, 0, .05);
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row {
	margin: 0;
	padding: 14px 16px;
	border-bottom: 1px rgba(0, 0, 0, .05) solid;
	display: flex;
	float: none;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child {
	border-bottom: none;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row .value,
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row label {
	font-size: 14px;
	font-weight: 500;
	color: #626262;
	width: 50%;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row .value {
	color: #000;
	font-weight: 600;
	text-align: right;
	padding-left: 5px;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row label {
	text-align: left;
	padding-right: 5px;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child {
	border-top: none;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child label,
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child .value {
	font-weight: 600;
	color: #000;
	font-size: 15px;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child:after {
	font-size: 14px;
	right: 16px;
	bottom: 9px;
	line-height: 16px;
}

.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap thead tr th:first-child,
.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap tbody tr td:first-child {
	width: 40%;
}

.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap tbody tr td .wrapper {
	display: flex;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper img {
	max-width: 60px;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details {
	font-size: 16px;
	line-height: 20px;
	padding: 8px 10px;
	width: 70%;
	padding-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

#customer-profile-tabs .bmui-tab-panel #order-details .id {
	font-weight: 600;
}

#customer-profile-tabs .bmui-tab-panel #order-details .name {
	font-size: 14px;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share {
	padding: 4px 14px;
	max-width: max-content;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	margin-top: 10px;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 22px;
	background: #ec0d15;
	font-weight: 600;
	width: auto;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share:hover {
	background: #666;
}

.floating-panel-popup.product-share-option.popup .customer-share-options label {
	font-size: 16px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	display: block;
	border-bottom: 1px solid #f7f7f9;
	transition: all 300ms ease-out 0s;
	display: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div {
	margin-bottom: 15px;
	cursor: pointer;
	color: #111;
	padding-left: 30px;
	position: relative;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:last-child {
	margin: 0;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .facebook-share:before {
	content: "\f09a";
	font-family: 'FontAwesome';
	position: absolute;
	left: 3px;
	font-size: 21px;
	color: #313131;
	background: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .twitter-share:before {
	content: "\f099";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	font-size: 21px;
	color: #313131;
	background: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .linkedin-share:before {
	content: "\f0e1";
	font-family: 'FontAwesome';
	position: absolute;
	left: 1px;
	font-size: 20px;
	color: #313131;
	top: -2px;
	background: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover {
	color: #ec0d15;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover:before {
	color: #ec0d15;
}

.floating-panel-popup .action-item:hover {
	background-color: #f5f5f5;
	color: #000;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div img {
	display: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover img {
	border: 1px solid #ccc
}

.floating-panel-popup.product-share-option .share-medium div[class$="-share"]:hover {
	background: none;
}

#customer-profile-tabs.customer-profile-v2 td {
	word-break: break-word;
}

#customer-profile-tabs.customer-profile-v2 button.back-button {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	padding: 6px 16px;
	background: none;
	border: 1px rgba(0, 0, 0, .2) solid;
	border-radius: 4px;
	height: 32px;
}

#customer-profile-tabs.customer-profile-v2 button.back-button:hover {
	border: 1px rgba(0, 0, 0, .4) solid;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-details .form-row.btn-row {
	display: flex;
	column-gap: 10px;
}

#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list {
	margin-top: 0;
	width: auto;
	font-family: "Montserrat",sans-serif;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .wrapper[data-label="Actions:"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon {
	margin: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.details {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M8.9985%203.75C5.94%203.75%203.192%206.06975%201.60875%208.61225C1.53675%208.7315%201.5%208.86575%201.5%209C1.5%209.13425%201.536%209.2685%201.608%209.38775C3.192%2011.9303%205.94%2014.25%208.9985%2014.25C12.1058%2014.25%2014.8455%2011.9325%2016.3965%209.38025C16.4655%209.26325%2016.5%209.13125%2016.5%209C16.5%208.86875%2016.4655%208.73675%2016.3965%208.61975C14.8455%206.0675%2012.1058%203.75%208.9985%203.75ZM15.3082%209C13.9305%2011.1585%2011.6355%2013.125%208.9985%2013.125C6.39975%2013.125%204.0995%2011.151%202.6955%209C4.09875%206.849%206.39975%204.875%208.9985%204.875C11.637%204.875%2013.9327%206.843%2015.3082%209ZM9%206C10.656%206%2012%207.344%2012%209C12%2010.656%2010.656%2012%209%2012C7.344%2012%206%2010.656%206%209C6%207.344%207.344%206%209%206ZM9%207.125C7.965%207.125%207.125%207.965%207.125%209C7.125%2010.035%207.965%2010.875%209%2010.875C10.035%2010.875%2010.875%2010.035%2010.875%209C10.875%207.965%2010.035%207.125%209%207.125Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.add-to-cart {
	background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M18%202.25L17.4427%203.75H15.996L13.3905%2012.75H3.46125L0%204.5H12.609L12.186%206H2.256L4.45875%2011.25H12.2797L14.8538%202.25H18ZM6.375%2013.5C5.754%2013.5%205.25%2014.004%205.25%2014.625C5.25%2015.2467%205.754%2015.75%206.375%2015.75C6.996%2015.75%207.5%2015.2467%207.5%2014.625C7.5%2014.004%206.996%2013.5%206.375%2013.5ZM10.125%2013.5C9.504%2013.5%209%2014.0033%209%2014.625C9%2015.2467%209.504%2015.75%2010.125%2015.75C10.746%2015.75%2011.25%2015.2467%2011.25%2014.625C11.25%2014.004%2010.746%2013.5%2010.125%2013.5Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.delete {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cmask%20id%3D%22mask0_1757_1068%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2218%22%20height%3D%2218%22%3E %3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22%23D9D9D9%22%2F%3E %3C%2Fmask%3E %3Cg%20mask%3D%22url%28%23mask0_1757_1068%29%22%3E %3Cpath%20d%3D%22M5.48077%2015.3756C5.10674%2015.3756%204.78727%2015.2431%204.52237%2014.9782C4.25746%2014.7133%204.125%2014.3938%204.125%2014.0198V4.50059H3.375V3.37561H6.74998V2.71216H11.25V3.37561H14.625V4.50059H13.875V14.0198C13.875%2014.3986%2013.7437%2014.7193%2013.4812%2014.9818C13.2187%2015.2443%2012.898%2015.3756%2012.5192%2015.3756H5.48077ZM12.75%204.50059H5.24998V14.0198C5.24998%2014.0871%205.27162%2014.1424%205.31489%2014.1857C5.35817%2014.229%205.41346%2014.2506%205.48077%2014.2506H12.5192C12.5769%2014.2506%2012.6298%2014.2266%2012.6779%2014.1785C12.7259%2014.1304%2012.75%2014.0775%2012.75%2014.0198V4.50059ZM7.05289%2012.7506H8.17787V6.00059H7.05289V12.7506ZM9.82209%2012.7506H10.9471V6.00059H9.82209V12.7506Z%22%20fill%3D%22%231C1B1F%22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E");
}

#webcommander-page.page-profile .payment-form.site-popup-form .header-wrapper>h1 {
	font-family: "Montserrat",sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: normal;
	margin: 0 0 15px;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row {
	padding-bottom: 15px;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row input,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select {
	width: 100%;
	background: transparent;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row input:focus,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select:focus {
	border: 1px #000000 solid;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row label,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row label {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	display: block;
	padding: 0 0 5px;
	line-height: 1.4;
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row {
	display: flex;
	flex-wrap: wrap;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms {
	position: relative;
	padding: 0 0 0 22px;
	background: none;
	border: none;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms input.checkbox {
	width: auto;
	margin: 0;
	position: absolute;
	top: 3px;
	left: 0;
}

#webcommander-page.page-profile .payment-form.site-popup-form .terms_and_condition_title {
	font-size: 14px;
	color: #222;
	line-height: normal;
	font-weight: 400;
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row label {
	width: 100%;
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
	width: calc(50% - 15px);
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row>.form-type-info {
	color: #999;
	font-size: 20px;
	height: 40px;
	line-height: 37px;
	margin: 0;
	text-align: center;
	width: 30px;
	background: none;
	border: none;
}

#webcommander-page.page-profile .site-popup .button-line button.cancel-button {
	color: #000;
	background: none;
	border: 1px rgba(0, 0, 0, .20) solid;
}

#webcommander-page.page-profile .site-popup .button-line button.cancel-button:hover {
	border: 1px rgba(0, 0, 0, .40) solid;
	background: none;
}

#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn {
	background: #ec0d15;
}

#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn:hover {
	background: #666;
}

#customer-profile-tabs.customer-profile-v2 #order-list table {
	margin-bottom: 0;
}

#customer-profile-tabs.customer-profile-v2 .pagination {
	margin: 0;
	width: auto;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.page-number.current:after {
	display: none;
}
#customer-profile-tabs.customer-profile-v2 .pagination span {
	width: auto;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.next:after,
#customer-profile-tabs.customer-profile-v2 .pagination span.prev:after {
	display: none;
}
.bmui-tab.left-side-header.customer-profile-v2 .customer-profile-left .bmui-tab-header-container {
	display: block;
}

#customer-profile-tabs.customer-profile-v2 #order-details .order-items-wrap table {
	margin-bottom: 0;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left:before,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right:before {
	display: none;
}
#customer-profile-tabs.customer-profile-v2 .scroller [class^="scroll-"]:after {
	top: 0;
}
#customer-profile-tabs.customer-profile-v2 .scrollable-view .content {
	margin: 18px 0 0;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block {
	width: 257px;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .current-price .tax-message {
	display: block;
	font-size: 13px;
	color: #999;
	margin-top: 5px;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .block-content-wrap > .price-waper {
	display: block;
}
#webcommander-page.page-profile .site-popup .title-bar .close {
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
	position: absolute;
	right: 15px;
	top: 17px;
}
#webcommander-page.page-profile .site-popup .title-bar .close:before {
	display: none;
}
#webcommander-page.page-profile .confirm-popup .header-line .close {
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
	position: absolute;
	right: 15px;
	top: 17px;
}
#webcommander-page.page-profile .confirm-popup .header-line .close:before {
	display: none;
}
#webcommander-page.page-profile .confirm-popup .button-line button {
	height: auto;
	margin: 0;
	letter-spacing: normal;
}
.page-profile .confirm-popup .button-line button.no-button:hover {
	color: #000!important;
}
#webcommander-page.page-profile .confirm-popup .header-line {
	text-align: left;
}
#webcommander-page.page-profile .confirm-popup .header-line .title {
	color: #000;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing {
	overflow-x: auto;
}
#customer-profile-tabs.customer-profile-v2 .errorlist.after {
	position: static;
	margin-top: 3px;
	line-height: normal;
}
#customer-profile-tabs.customer-profile-v2 .errorlist.after .message-block {
	font-family: "Montserrat",sans-serif;
	font-size: 13px;
	font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-body .address-card-item-value,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-body .address-card-item-value {
	font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .create-new,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .create-new {
	font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
	line-height: normal;
}
.page-profile .site-popup .errorlist.after {
	position: static;
}
.page-profile .site-popup .errorlist.after .message-block {
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin-top: 3px;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-suggest {
	font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-header-container.top-box {
	overflow-x: auto;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top {
	white-space: nowrap;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header {
	text-transform: none;
	font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing .no-data {
	font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 table {
	table-layout: fixed;
}
.page-profile .confirm-popup .button-line button.no-button {
	background: none;
}
#customer-profile-tabs .all_order .customer-profile-order-details-v2-view .order-basic-info-top {
	margin: 0;
	padding: 0;
	border: none;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .featured.tag-mark {
	font-size: 0;
}

/* exception popup */
#webcommander-page.page-profile .exception-popup {
	width: 600px!important;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 25px 0 rgba(0,0,0,.30);
	box-shadow: 0 4px 25px 0 rgba(0,0,0,.30);
	font-family: "Montserrat",sans-serif;

}
#webcommander-page.page-profile .exception-popup .header {
	padding: 15px 41px 15px 20px;
	background-color: #fff;
	border-bottom: 1px #f0f3f4 solid;
	border-radius: 4px 4px 0 0;
}

#webcommander-page.page-profile .exception-popup .header .close-popup {
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
	position: absolute;
	right: 15px;
	top: 17px;
}
#webcommander-page.page-profile .exception-popup .header .close-popup:before,
#webcommander-page.page-profile .exception-popup .header .close-popup:after {
	display: none;
}

#webcommander-page.page-profile .exception-popup .header .status-message {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

#webcommander-page.page-profile .exception-popup .footer {
	padding: 15px 20px;
	background-color: #fff;
	border-top: 1px #f0f3f4 solid;
	border-radius: 0 0 4px 4px;
	text-align: right;
}

#webcommander-page.page-profile .exception-popup .footer .button-item {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 10px;
}

#webcommander-page.page-profile .exception-popup .footer .button-item .button {
	font-family: "Montserrat",sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	color: #fff;
	padding: 6px 16px;
	border-radius: 4px;
	background-color: #ec0d15;
}
#webcommander-page.page-profile .exception-popup .footer .button-item .button:hover {
	background-color: #666;
}
#webcommander-page.page-profile .exception-popup table {
	table-layout: fixed;
}
#webcommander-page.page-profile .exception-popup table th,
#webcommander-page.page-profile .exception-popup table td {
	border: 1px solid #e9e7e7;
	font-size: 14px;
}
#webcommander-page.page-profile .exception-popup table th {
	font-weight: 500;
	color: #000;
}
.page-profile .floating-panel-popup {
	width: 180px !important;
}
.auto-page #bs-2D6AC9DF-2B9B-42B4-B53C-93B886736981 {
	padding: 0;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header::after,
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header::before{
	content: none;
}
#customer-profile-tabs.customer-profile-v2 input[type="text"], #customer-profile-tabs.customer-profile-v2 input[type="email"], #customer-profile-tabs.customer-profile-v2 input[type="password"] {
	background: transparent;
}
#customer-profile-tabs .wish-list-list table {
	margin-bottom: 20px;
}
#customer-profile-tabs.customer-profile-v2 .store-credit-request-form textarea {
	background: transparent;
}
.page-profile .confirm-popup .body .message {
	color: #000;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .block-content-wrap {
	color: #000;
}
#customer-profile-tabs.customer-profile-v2 table tr:last-child td:first-child {
	border-radius: unset;
}
#customer-profile-tabs.customer-profile-v2 table tr:last-child td:last-child {
	border-radius: unset;
}
.page-profile p,
.page-profile .body {
	color: #000;
	font-size: 14px;
}
.page-profile .floating-panel-popup {
	width: 180px !important;
}

.saved-cart-items-wrap {
	overflow-y: auto;
}
#customer-profile-tabs .saved-cart-items-wrap table {
	padding-bottom: 20px;
	margin-bottom: 20px;
	min-width: 815px;
}
#customer-profile-tabs tr {
	background: transparent;
}
#webcommander-page.page-profile > .header {
	margin-bottom: 0;
}
#webcommander-page.page-profile .page-content {
	max-width: 100%;
	padding: 0;
}

@media(max-width: 767px) {
	#webcommander-page.page-profile .exception-popup {
		width: calc(100vw - 40px)!important;
		min-width: unset;
	}
}
/* exception popup:end */
@media(max-width: 991px) {
	.customer-profile-v2-wrapper {
		padding: 30px 20px;
	}

	.customer-profile-v2 .customer-welcome-profile {
		margin-bottom: 0;
	}

	.bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right>.bmui-tab-body-container {
		margin-top: 30px;
	}

}

@media(max-width: 767px) {
	#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
		width: 100%;
		margin-bottom: 15px;
	}
	#customer-profile-tabs.customer-profile-v2 #saved-cart-listing table {
		width: 600px;
		margin-bottom: 20px !important;
		max-width: unset;
	}
 .finance-enquiry-form .radio-checkbox-row {
    padding-left: 15px;
}
}

@media(max-width: 575px) {
	#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header {
		flex-wrap: wrap;
	}
	#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left {
		width: 100%;
		padding-right: 0;
	}
	#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
		padding-left: 0;
		width: 100%;
		margin-top: 20px;
		border-left: none;
	}
	#customer-profile-tabs.customer-profile-v2 .pending_order .panel-header:has(.order-comment) {
		display: block;
	}
	#customer-profile-tabs.customer-profile-v2 .pending_order .panel-header:has(.order-comment) .header-right {
		margin-top: 7px;
	}
	#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .manage-password {
		justify-content: space-between;
		flex-wrap: wrap;
		display: flex;
	}
	#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-change-title {
		margin: 10px 0;
	}
	#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
		margin-top: 0;
	}
}


