@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa, .search-product .icon-search ,.red-cart .cart-widget-img {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body{
	font-family: 'Roboto', sans-serif;
}
.fa-map-signs:before {
  content: "\f277";
}

.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-o:before {
  content: "\f003";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-up:before{
  content: "\f106";
}

.fa-search:before, .search-product .icon-search:before {
  content: "\f002";
}

.fa-shopping-cart:before,.red-cart .cart-widget-img:before {
  content: "\f07a";
}

.fa-phone:before {
  content: "\f095";
}
.fa-phone-square:before {
  content: "\f098";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before {
  content: "\f0e1";
}
.fa-fax:before {
  content: "\f1ac";
}

.fa-map-marker:before {
  content: "\f041";
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 
 
 ::-moz-selection { /* Code for Firefox */
    color:#FFF;
    background:#e21515;
}

::selection {
    color:#FFF;
    background:#e21515;
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*===============================================common css start================================*/




body > .footer {
    background: rgba(255, 255, 255, 1) url("/template/images/footer-bg.jpg") repeat-x scroll left bottom;
    border-top: 1px solid #ddd;
    box-shadow: 16px -72px 9px -75px rgba(0, 0, 0, 0.26);
}


.header {
	background: rgba(0, 0, 0, 0) url("/template/images/header-bg.jpg") repeat-x scroll left top;
	border-bottom: 1px solid #ddd;
}

.login-nav .first {
    margin-right: 30px;
    position: relative;
}


.widget.widget-navigation.login-nav a {
    color: #626264;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: capitalize;
}


.login-nav .first a::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #b2b2b2;
    bottom: 6px;
    content: "";
    left: auto;
    position: absolute;
    right: -10px;
	font-weight:500;
}

.social-icon {
    display: block;
    height: 28px;
}


.social-icon a {
    color: #969697;
    display: inline-block;
    font-size: 18px;
    margin-right: 25px;
}

.social-icon a:hover{
    color: #fa3139;
    display: inline-block;
    font-size: 18px;
    margin-right: 25px;
}

.social-icon > a:last-child {
    margin-right: 0;
}


.social-icon > a:last-child {
    margin-right: 0;
}

.search-product input[type="text"] {
    border-color: #bbbbbb #dddddd #dddddd -moz-use-text-color;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    margin: 0 0 0 -5px;
    padding: 0 30px 0 8px;
    vertical-align: middle;
    width: 340px;
}

.search-product button[type="submit"] {
    background: transparent;
    font-size: 16px;
    left: auto;
    position: relative;
    right: 45px;
    top: 0px;
    width: 10px;
}
.search-results .page{ 
	font-size:13px;
  margin-bottom:25px;
}
.search-results .title{
  margin-bottom:25px;
}
.search-results .page .summary{ 
	font-size:13px;
  line-height:22px;
  text-transform:none;
}
.search-result.categories .content {
    text-align: left;
}
.search-result .product-view.image-view .product-block{
  margin:7px 3px;
}

.search-result .pagination-literal-status, .search-result .pagination{
  font-size:14px;
}
.search-result {
  border-bottom:1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.search-results .title{
  font-size:20px;
}
.search-results .page a{
  color:#fa3139;
}


.cart-widget-text {
    font-size: 15px;
    font-weight: 700;
    padding-left: 3px;
    vertical-align: middle;
}


.red-cart .cart-widget-img {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    font-size: 24px;
    width: 25px;
}



.widget.widget-cart.red-cart {
    background: #fa3139 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    padding: 7px 0 5px 16px;
}

.search-product select {
    height: 40px;
    width: 200px;
	border-color: #bbbbbb #dddddd #dddddd #aaaaaa;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    padding:0;
    vertical-align: middle;
}

.search-product select {
    -moz-appearance: none;
   -webkit-appearance: none;
    appearance: none;
}

.search-product input[type="text"] {
    border-color: #d1d1d1;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    margin: 0 0 0 -5px;
    padding: 0 30px 0 8px;
    vertical-align: middle;
    width: 340px;
}


.search-product select {
    background: rgba(0, 0, 0, 0) url("/template/images/search-aro.png") no-repeat scroll 176px 15px;
    cursor: pointer;
    padding-left: 12px;

}
.search-product .icon-search.et_ecommerce_search {
    color: #acacac;
}


.main-nav .navigation-item a {
    background:#fff;
    font-size: 15px;
    margin: 0 15px;
    padding: 23px 5px;
    text-transform: uppercase;
	font-weight: 700;
	color:#58585a;
    line-height: 1.42857;
	
}

.main-nav .horizontal > .navigation-item.first a {
    padding-left: 5px;
}


.main-nav .horizontal > .navigation-item.last a {
    padding-right: 5px;
}

.main-nav .navigation-item a:hover{
    border-bottom: 3px solid #ed1c24;
	color:#ee393e;
}

.horizontal .navigation-item.active > a {
     border-bottom: 3px solid #ed1c24;
	 color:#ee393e;
	}



.hotline {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #eeeeee none repeat scroll 0 0;
    border-color: -moz-use-text-color #d9d9d9 navy;
    border-image: none;
    border-style: none solid;
    border-width: medium 1px;
    padding: 24px;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    line-height: 1.42857;
}

.hotline > span {
    font-family: roboto;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
	color:#58585a;
}


.hotline > i {
    font-size: 20px;
    padding: 0 10px;
	color:#58585a;
}


.hotline > a{
    font-size: 20px;
    letter-spacing: 1px;
	color:#646465;
}
.hotline > a:hover {
    font-size: 20px;
    letter-spacing: 1px;
	color:#646465;
}

.home-moto {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-left: 4px solid #ed1c24;
    box-sizing: border-box;
    font-family: roboto;
    font-weight: 300;
    height: 150px;
    padding: 35px;
    width: 750px;
}

.home-moto p {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
}

.slider-content {
    background: #ff0000 none repeat scroll 0 0;
    box-sizing: border-box;
    display: inline-block;
    height: 550px;
    padding: 44px 10px;
	position:relative;
	width:360px;
}


.slider-content .in-block {
    background: black none repeat scroll 0 0;
    display: inline-block;
    height: 220px;
    margin: 5px 0;
	width:340px;
   
}

.slider-content .in-block{
width:340px;
height:220px;
background:black;
}

.cargo-containment.in-block {
    background-image: url("/template/images/product-09.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.digital-fit.in-block {
    
	background-image: url("/template/images/product-01.jpg");
	background-repeat: no-repeat;
    background-size: cover;
}


.slider-content .in-block > a {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 19px;
    margin-top: 151px;
    padding: 25px 15px;
	position:relative;
}

.slider-content .in-block > a::after {
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    content: "";
    position: absolute;
    right: 30px;
    top: 33px;
}



.slider-content::after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/template/images/contect-top-aro.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    height: 35px;
    left: 170px;
    position: absolute;
    top: 18px;
    width: 35px;
    display: none;
}


.slider-content::before {
    background: rgba(0, 0, 0, 0) url("/template/images/contect-bottom-aro.png") no-repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 35px;
    left: 170px;
    position: absolute;
    width: 35px;
    display: none;
}

/*
.news-article .read-more {
    display: none;
}*/

.home-welcome {
    text-align: left;
    width: 660px;
}

.home-welcome h3 {
    color: #ee393e;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 35px;
    padding: 0;
}

.home-welcome h2 {
    color: #58585a;
    font-family: roboto;
    font-size: 34px;
    font-weight: 600;
    padding: 0 0 40px;
    text-transform: uppercase;
	position:relative;
}

.home-welcome > p {
    font-size: 15px;
    line-height: 25px;
	padding-bottom:35px;
}

.home-welcome a.read-more {
  color: #58585a;
	display: none;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}

.home-welcome a.read-more :hover {
	color:#ff0000;
}



.home-welcome .read-more::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 20px;
    width: 75px;
}

.home-welcome .read-more::after {
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ff0000;
    border-top: 7px solid transparent;
    content: "";
    left: 87px;
    position: absolute;
    top: 6px;
}


.home-welcome h2::after {
    background: red none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 52px;
    width: 45px;
}

.widget-news .read-more a {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
	position:relative;

}


.widget-news .read-more a:hover{
   border-bottom: 1px solid #ccc;
	color: #ccc;
	font-size: 15px;
	font-weight: 700;
	position: relative;
}




.read-more > a::after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    content: "";
    position: absolute;
    right: -12px;
    top: 8px;
}
/*
.product-view.scrollable-view img, .product-view.image-view img {
    height: 210px;
    width: 285px;
}
*/

/*product css start*/
.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
    border: 0 none;
    display: inline-block;
    margin-bottom: 1px;
    margin-left: 0;
    margin-right: 1px;
    padding: 0;
    position: relative;
    vertical-align: top;
	background:#000;
}

/*product hover css start*/

.add-to-cart-button.button.et_pdp_add_to_cart{
    border: medium none;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
	padding:10px 20px;
}

.add-to-cart-button.button.et_pdp_add_to_cart:hover{
    border: medium none;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
	padding:10px 20px;
}

.product-block .price-n-cart{
	display:none;
	-webkit-transition: all 2s; /* Safari */
    transition: all 1s;
	}

.product-block:hover .price-n-cart{
	display:inline-block;
	}

.product-block img{
	-webkit-transition: all .5s; /* Safari */
    transition: all .5s;
	}
	
.product-block:hover img{
	opacity:0.3;
	}
.product-block:hover .product-image .add-to-cart-button, .product-block:hover .product-image .call-for-price{
	transform:translate(0px, -75px);
	opacity:1;
}
.product-image .call-for-price {
    opacity: 0;
    transform: translate(0px, 100%);
    transition: all 0.3s ease 0s;
}
.price-n-cart {
    left: calc(50% - 60px);
    position: absolute;
    text-align: center;
    top: calc(50% - 59px);
	
}

/*css hover*/



#bs-24F321DE-8EE9-4E28-AD2A-4E9AB5528C2E.body-section {
    background: #fc333b none repeat scroll 0 0;
    padding:30px 0;
}


#bs-07581443-46FA-4098-AB94-736776DC1E99.body-section {
    background: #fff none repeat scroll 0 0;
    padding: 105px 0;
}

#bs-CC6BE016-9760-47FD-9B2B-EFE497C99300.body-section {
    padding: 100px 0;
}

div#bs-A239716B-7D40-4A53-922F-C35B5EC0D1E3 .widget-container {
    width: 100%;
}

.page-category #bs-24F321DE-8EE9-4E28-AD2A-4E9AB5528C2E.body-section {
  background: transparent none repeat scroll 0 0;
  padding: 30px 0;
}

/*product css start*/



.product-view.image-view .product-name, .product-view.scrollable-view .product-name {
    background: rgba(0, 0, 0, 0.58) none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    color: red;
    display: block;
    height: auto;
    left: 0;
    line-height: 25px;
    margin: 0;
    padding: 10px;
    right: 0;
    text-overflow: ellipsis;
    top: auto;
}

.price-block-container {
    color: #fff;
}

.price-n-cart .price {
    display: block;
    font-size: 19px;
    font-weight: 600;
}


.product-name-link.title-link.link {
    color: #fff;
    font-size: 17px;
    font-weight: 300;

}

.product-name a::after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    content: "";
    left: auto;
    position: absolute;
    right: 9px;
    top: 18px;
}

.product-block .tax-message {
    display: inline;
    font-size: 11px;
}

/*product css end*/


.title-center {
    text-align: center;
}

.title-center h1 {
    color: #fff;
    font-size: 31px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 50px;
    word-spacing: 2px;
}


.title-center h1 span {
    font-weight: 600;
    text-transform: uppercase;
}

.title-center::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: 50px;
    width: 50px;
}


/*newslatter css start*/


.mc-field-group{
    display: inline-block;
    position: relative;
    width: auto;
}

.mc-field-group input {
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: 44px;
    margin-left:20px;
    padding: 5px 10px;
    width: 319px;
}


.response {
    position: absolute;
    right: 0;
    top: 35px;
}
div#mc_embed_signup div.mce_inline_error {
    background-color: rgba(252, 51, 59, 1);
    border: 0 none;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 1em;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 45px;
    width: 200px;
    z-index: 1;
}

.clear {
    display: inline-block;
}

.mc-field-group > label {
    display: none;
}


#mc_embed_signup_scroll > h2 {
    color: #979797;
    display: inline;
    float: left;
    font-family: roboto,FontAwesome;
    font-size: 25px;
    font-weight: 300;
    padding-top: 10px;
}

.indicates-required {
    display: none;
}

div#mc_embed_signup input.mce_inline_error {
   border:1px solid #ddd;
}


.clear input.button,
.clear input.button:hover {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    height: 43px;
    margin-left: 15px;
    text-transform: uppercase;
    width: 200px;
}

/*footer css start*/

.copyright-footer p {
    color: #979797;
    font-size: 13px;
    line-height: 25px;
}


.address-footer > p {
    color: #979797;
    font-size: 13px;
    line-height: 25px;
    padding-bottom: 30px;
}


.footer-nav .vertical .navigation-item a {
    color: #979797;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
	border-bottom:0 none;
}


.footer-nav .vertical .navigation-item a:hover{
    border-bottom: 0 none;
    color: #a6a6a6;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

.footer-social .social-icon a {
    margin-right: 15px;
    padding: 0;
}


.footer-social .widget-title {
    color: #979797;
    padding-bottom: 28px;
}

.social-icon > a:last-child {
    margin-right: 0;
    padding-right: 0;
}


div#mc_embed_signup div.mce_inline_error::after {
    border-bottom: 10px solid #fc333b;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: 90px;
    position: absolute;
    top: -4px;
}

/* Slider css start */
div#dock-4A3D34A7-A585-47BB-9C90-AF4E47D911F3{
z-index:999;
}

.dockable {
    background-color: transparent;
}

.nivoSlider img {
    left: 50% !important;
    margin-left: -950px !important;
    width: auto !important;
}

/*Login page css start*/

.login-form {
    background:transparent;
    box-sizing: border-box;
    padding: 50px;
    width: 505px;
	/*-webkit-box-shadow: 2px 3px 24px 0px rgba(0,0,0,0.03);
-moz-box-shadow: 2px 3px 24px 0px rgba(0,0,0,0.03);
box-shadow: 2px 3px 24px 0px rgba(0,0,0,0.03);*/
}


.login-form .form-row {
    display: inline-block;
    font-family: roboto;
    font-size: 15px;
    font-weight: normal;
}

.login-form .title {
    font-weight: 600;
    text-align: center;
    width: 400px;
}

.login-form label {
    display: none;
}


.form-row .no-account-label {
    display: block;
    padding: 11px 0;
}


.login-form input {
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: block;
    height: 45px;
    padding: 5px 10px;
    width: 400px;
}

.login-form .error-field-error.validation-error {
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
}

.login-form .submit-row, .login-button {
    background: #58585a none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: none;
    font-size: 20px;
    font-weight: 300;
    height: 45px;
    width: 400px;
}

.login-form .submit-row, .login-button:hover {
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: none;
    font-size: 20px;
    font-weight: 300;
    height: 45px;
    width: 400px;
	background:#fa3139;
}


.login-form .account-register a {

	background:#fa3139;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 300;
    height: 45px;
    padding: 8px 0 10px;
    text-align: center;
    width: 400px;
}

.login-form .account-register a:hover {
    color: #FFF;
	background: #58585a none repeat scroll 0 0;
}


.form-row .no-account-label {
    display: block;
    margin-top: 5px;
    padding: 10px 0;
}

.form-row .lost-password {
    display: inline-block;
    text-align: right;
    width: 200px;
}


.login-form .lost-password a {
    color: #4d4d4d;
}

.login-form .lost-password a:hover {
    color: #4d4d4d;
}

.login-form .remember {
    margin-bottom: 10px;
    margin-top: 20px;
    width: 200px;
}


.errorlist.after .message-block {
    color: #f00;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
}

/*#bs-889B4C30-692B-49AC-9BB0-413600CC901A.body-section {
    background: #f8f7f7 none repeat scroll 0 0;
}*/

.form-row.remember > input[type="checkbox"] {
    -moz-appearance: none;
    background: red none repeat scroll 0 0;
    height: 25px;
    width: 25px;
}

/*Login page css end*/

/*Registration css start*/

.registration-form .form-row{
	position:relative;
	margin:25px 0;
}

.registration-form .form-row .message-block.message-text {
  left: 0;
  position: absolute;
}

.registration-form .form-row label {
  display: block;
  font-size: 17px;
  font-weight: 600;
  width: 150px;
}

.registration-form input, .registration-form select {
    border: 1px solid #bbb;
    box-sizing: border-box;
    display: inline-block;
    height: 45px;
    margin: 5px 0;
    padding: 5px 10px;
    width: 400px;
}

form-row input.radio {
    display: inline-block;
}

.registration-form .form-row.submit-row > button {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    height: 45px;
    width: 400px;
}


.registration-form .form-row.submit-row > button:hover {
    background: #fa3139 repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    height: 45px;
    width: 400px;
}


.registration-form .large.error-field-error.validation-error {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bbb;
}

.registration-form {
    background: #eeeeee none repeat scroll 0 0;
    padding: 50px 0 80px 70px;
}

.registration-form .title {
  color: #e21515;
	display: block;
	margin: 10px 0;
	text-align: left;
	text-transform: uppercase;
}


.registration-form .errorlist.after {
    padding-left: 155px;
}

.form-row{
	margin:15px 0;
	
}



/*typography css*/

	p {
	  color: #717173;
	  font-size: 15px;
	  line-height: 24px;
	  padding-bottom: 35px;
	}


	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
  color: #58585a;
  padding-bottom:15px;

  }

	h1 {
  font-size: 33px;
  font-weight: 700;
  line-height: 42px;
}

h2 {
  font-size: 31px;
  font-weight: 400;
  line-height: 42px;
}

h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}


h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}


h6{
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}



hr {
  box-sizing: content-box;
  color: #eaeaea;
  height: 0;
  opacity: 0.5;
}

hr.dotted {
  border-style: dotted;
  box-sizing: content-box;
  color: #ddd;
}

a.et_ecommerce_view_cart {
  color: #fff;
  font-weight:300;
}

a.et_ecommerce_view_cart:hover {
  color: #fff;
}

li {
	background: rgba(0, 0, 0, 0) url("/template/images/li-arro.png") no-repeat scroll 0 8px / 20px 20px;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
	list-style: outside none none;
	padding-left: 40px;
	text-transform: capitalize;
}

td, th {
	border: 1px solid #ddd;
	color: #58585a;
	font-size: 16px;
	padding: 10px;
	text-align: center;
}

/*inner page css*/

	h3.left-heading {
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 50px;
	position: relative;
	text-transform: uppercase;
	}
	
	h3.left-heading::after {
	  background: #fc333b none repeat scroll 0 0;
	  content: "";
	  height: 3px;
	  left: 0;
	  position: absolute;
	  top: 45px;
	  width: 50px;
	}
	
	.span-text {
  font-size: 16px;
  line-height: 25px;
}


	a.web-link,
	a.mail-link 
	{
	  background: rgba(102, 102, 102, 0.2) none repeat scroll 0 0;
	  color: #000;
	  font-size: 15px;
	  font-weight: 500;
	}
	
	a.web-link:hover,
	.widget-article  a.mail-link:hover
	{
	color: #fa3139;
	}
	
.youtube-video {
  border: 5px solid #bdc3c7;
  height: 250px;
  margin: 10px 0;
}

/*contact page css*/

.page-contact-us .page-content {
  padding: 90px 0;
}

.contact-addr span {
color: #717173;
float: left;
font-size: 20px;
padding-top: 5px;
font-size:24px;
}

.contact-addr > p {
  padding-left: 35px;

}

 .contact-ph-fx span
 {
  color: #717173;
  padding-right: 15px;
}


.address-area a:hover,
.contact-ph-fx span:hover,
.address-footer a:hover,
.contact-addr span:hover{
	color:rgb(250,49,57);
}


.google-map {
  width: 100%;
  height: 270px;
}

.contact-form-x .single-input-row {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.contact-form-x .single-input-row .errorlist.after .message-block.message-text {
  bottom: -3px;
  left: 11px;
  position: absolute;
  top: auto;
}

.contact-form-x .form-row label {
  color: #555555;
  display: none;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  width: 150px;
}



.contact-form-x .form-row input[type="text"] {
  box-sizing: border-box;
  display: inline-block;
  height: 45px;
  margin: 0 10px;
  padding: 5px 10px;
  width: 263px;
}

.contact-form-x textarea {
  box-sizing: border-box;
  height: 246px;
  margin: 0 10px;
  padding: 5px 10px;
  width: 550px;
}

.form-row.simple_captcha_help_text {
  display: none; 
}

.form-row.simple_captcha_input_field.mandatory {
	display: inline-block;
	position: relative;
	width: 242px;
}

.simple-captcha-reload.text {
  display: none;
}

.form-row.btn-row {
  display: inline-block;
  vertical-align: top;
}


.simple-captcha-reload {
  display: none;
}

.simpleCaptcha-container {
  display: inline-block;
}

.simpleCaptcha-container .form-row {
  float: left;
}

.form-row.simple_captcha_input_field.mandatory > input {
  width: 165px;
}

button.submit-button {
	background: rgb(88, 88, 90) none repeat scroll 0 0;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	height: 45px;
	text-transform: uppercase;
	width: 200px;
}

/*about us page image css*/

img.left-img {
  float: left;
  height: 220px;
  margin-right: 25px;
  width: 250px;
  border: 5px solid #ddd;
  box-sizing: border-box;
}


img.right-img {
  border: 5px solid #ddd;
  box-sizing: border-box;
  float: right;
  height: 241px;
  margin-left: 20px;
  vertical-align: top;
  width: 250px;
}

.about-us .x-content {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}

.dir-pro-prant .dir-profile {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}

.x-content.mission-right {
  background: #f0f0f0 none repeat scroll 0 0;
  border: 5px solid #bdc3c7;
  box-sizing: border-box;
  padding: 15px 20px 0;
}

.x-content.mission-right, .youtube-video {
  margin-left: 32px;
}

.about-2ndcnt {
  padding: 60px 0 70px;
}
.dir-profile.robert{
	 text-align: justify;
}
.dir-profile.edward {
  margin-left: 111px;
  text-align: justify;
}

.page-about-us .body > .body-section > .widget-container {
  width: 100%;
}

.container{
	width:1170px;
	margin: 0 auto;
}
.container-full{
	width:100%!importent;
	 padding:60px 0 70px
}


.container-full.dir-pro-prant{
background:#f6f6f6;
}

.dir-profile h6 {
  padding-bottom: 30px;
}


.x-content.customer-satisfaction p {
  line-height: 30px;
  width: 85%;
}

.x-content.about-left p {
  line-height: 30px;
  width: 70%;
}



/*blog page css*/
/**.widget.widget-blogPost.kruger-blog ,
.page-our-products .widget.widget-product {
  padding: 90px 0;
}**/

.page-content{
  padding: 90px 0;
}


.kruger-blog .title > a,
.blog-post-details span.title {
	color: #fa3139;
	display: block;
	font-size: 25px;
	font-weight: 600;
	padding: 5px 0 25px;
	position: relative;
	text-transform: uppercase;
}

.kruger-blog .blog-post-content span.content {
color: #717173;
display: inline-block;
font-size: 14px;
line-height: 24px;
padding: 20px 0 45px;
}



.latest-news {
  background: #58585a none repeat scroll 0 0;
  height: 280px;
  padding: 15px;
  width: 330px;
}

.news-box .latest-nsw-title::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 42px;
    width: 35px;
}
.news-box .latest-nsw-title {
    color: #fff;
    font-family: roboto;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 40px;
    position: relative;
    text-transform: capitalize;
}

.news-box {
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 278px;
  padding: 10px;
  width: 330px;
}


.news-box h4 {
  color: #fff;
	font-size: 19px;
	font-weight: 600;
	padding: 0 0 15px;
	text-transform: capitalize;
}

.news-box p {
    color: #fff;
	font-size: 15px;
	line-height: 25px;
	padding-bottom: 5px;
}


.news-box a.read-more {
	border-bottom: 1px solid #fff;
	color: #ccc;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}

.news-box .read-more::after {
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ccc;
  border-top: 7px solid transparent;
  content: "";
  left: 87px;
  position: absolute;
  top: 6px;
}


.news-box.read-more::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 75px;
}

.blog-post-item span.title a,
.post-list-view-width span.image a {
  pointer-events: none;
}

.blog-post-item .details-link.link a {
  background: #fa3139 none repeat scroll 0 0;
  color: #fff;
  padding: 5px 10px;
}

.kruger-blog  .blog-post-info span {
  color: #646464;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	
}

.kruger-blog .blog-post-content span.content {
  color: #717173;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0 45px;
}

.blog-post-item .title {
  display: block;
}

.post .post-list-view-width {
  padding-right: 25px;
  width: 400px;
}

.post.post-list-view-height {
display: inline-block;
float: left;
height: 30%;
width: 30%;
}

.kruger-blog .post.post-list-view img {
  border: 5px solid #eaeaea;
}


.blog-post-details span.image {
  background: #eaeaea none repeat scroll 0 0;
	border: 5px solid #eaeaea;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
	margin-right: 30px;
	padding: 5px;loat: left;
	  margin-right: 30px;
}

.page-blog-post .blog-post-details {
  padding: 0 0 83px;
}

.tab-content-title {
 color: #fa3139;
font-size: 25px;
padding: 30px 0;
position: relative;
text-decoration: underline;
text-transform: capitalize;
}

.max-character {
  display: none;
}

.comment-post-panel  .form-row input {
  box-sizing: border-box;
  height: 40px;
  padding: 0 5px;
  width: 350px;
}

.comment-post-panel .form-row.simple_captcha_input_field.mandatory > input {
  width: 210px;
}

.comment-post-panel .form-row.simple_captcha_input_field.mandatory > label {
  display: none;
}
.comment-post-panel  .form-row.simple-captcha {
  display: inline-block;
  vertical-align: bottom;
 width: 138px;
}
.comment-post-panel .form-row.simple_captcha_input_field.mandatory {
  display: inline-block;
  margin-left: 0;
  vertical-align: bottom;
}

.comment-post-panel .form-row textarea {
  box-sizing: border-box;
  height: 92px;
  padding: 5px;
  width: 350px;
}


.comment-post-panel .form-row > button {
  color: #fff;
  font-size: 17px;
  height: 45px;
  margin-top: 10px;
  text-transform: uppercase;
  width: 356px;
}

.comment-post-panel {
  background: #eaeaea none repeat scroll 0 0;
  box-sizing: border-box;
  margin-top: 50px;
  padding: 0 25px 30px;
}

.comment-post-panel .message-block.message-text {
  position: absolute;
}

.blog-post-details span.image > img {
  max-width: 510px;
}

.blog-post-details span.image > img:hover {
 cursor: crosshair;
 opacity: 0.5;
}

.blog-post-details .social-media-share-bar .social-media-share {
  background: #eaeaea none repeat scroll 0 0;
  border: 1px solid #ddd;
  display: inline-block;
  margin: 0 2px;

}

.blog-post-details .social-media-share-bar {
  display: block;
  padding-top: 15px;
}

.blog-post-details .comment-post-panel label {
  display: block;
  padding: 5px 0;
}

#blog-post-create-comment-panel .max-character {
  color: #999;
  display: none;
  font-size: 11px;
  font-style: italic;
  padding-left: 5px;
  padding-right: 370px;
  text-align: right;
}

/*cart page css*/

.empty-cartitem-text {
  color: #58585a;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  padding-bottom: 25px;
  position: relative;
  width: 100%;
}

.page-cart .shopping-cartitem {
  padding: 90px 0;
}


.shopping-cartitem h1 {
  color: #fa3139;
  float: left;
  font-size: 30px;
  line-height: 25px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.cartitem-table th {
  color: #fa3139;
  font-weight: bold;
}

.cartitem-btn-wrapper.top a.button {
  background: #fa3139 none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  height: 40px;
  padding: 10px 20px;
}

.shopping-cartitem .cartitem-btn {
  background:#fa3139 none repeat scroll 0 0;
  color: #fff;
  height: 18px;
  margin-left: 10px;
}


.cartitem-table th, .cartitem-table td {
  border: 3px solid #eaeaea;
  font-size: 13px;
  padding: 10px;
  text-align: left;
}

.check-out-total, .shopping-cart-total {
  font-size: 0;
  padding-bottom: 35px;
  padding-top: 12px;
}

.cartitem-table td.remove {
  padding: 5px;
  width: 30px;
}
div#spltr-41596E66-AFE0-4070-A461-085C93BE0177 {
  box-sizing: border-box;
  padding-left: 30px;
}



/*checkout page*/

.page-checkout .page-content {
  padding: 40px 0 95px;
}

.checkout-page-options .item-head {
  background: #fa3139 none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  padding: 7px 10px;
}
.checkout-option {
  background: #fa3139 none repeat scroll 0 0;
  color: #fff;
  height: auto;
  width: auto;
}
.checkout-page-options > h1 {
  color: #fa3139;
  font-size: 25px;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
}

.checkout-page-options .new-customer .option {
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
}

.checkout-page-options .registered-customer .form-row input {
  background: #eaeaea none repeat scroll 0 0;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #000;
  height: 40px;
  padding: 5px;
  width: 280px;
}
.checkout-page-options .registered-customer .form-row {
  position: relative;
  margin:25px 0;
}

.checkout-page-options .registered-customer .form-row .message-block.message-text {
left: 0;
position: absolute;
top: 70px;
}

.login-submit.et_cartp_checkout_as_customer {
  background: #fa3139 none repeat scroll 0 0;
  color: #fff;
  font-size: 14px;
  height: 30px;
  padding: 5px 10px;
  text-shadow: 0 0;
  width: 65px;
}

.checkout-page-options .registered-customer .form-row label {
  width: 80px;
  display: block;
  padding-bottom: 5px;
}


.checkout-page-options .registered-customer .form-row .lost-password {
  display: inline-block;
  padding-top: 10px;
  text-align: left;
  text-decoration: underline;
  width: 200px;
}


.simpleCaptcha-container .message-block.message-text {
  left: 0;
  position: absolute;
}

/*Reset Password CSS*/

.page-reset-password .page-content {
  padding: 60px 0 90px;
  
}
 
.password-reset-form.valid-verify-form .title {
  color: #fa3139;
  font-size: 25px;
  text-transform: uppercase;
}

.password-reset-form .lost-password-text {
  color: #58585a;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	padding: 25px 0;
}

.password-reset-form .form-row.submit-row button {
  font-size: 15px;
  height: 44px;
  margin-left: -4px;
  width: 131px;
}

.password-reset-form .form-row input {
  box-sizing: border-box;
  height: 43px;
  padding: 5px;
  width: 250px;
}

.password-reset-form .message-block.message-text {
  bottom: 0;
  left: -80px;
  position: absolute;
  top: 46px;
}

/*product detail page*/

h1.product-name {
  color: #fa3139;
  font-size: 30px;
  font-weight: 300;
  padding-top: 0px;
}

.widget-productSummary .title {
  color: #404040;
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
}

.widget-productSummary .summary {
  color: #6a6a6a;
  font-size: 14px;
  padding-bottom: 25px;
}

.product-widget.widget-productSku {
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
color: #404040;
font-size: 20px;
padding: 20px 0;
}

.current-price-container {
  color: #404040;
  font-size: 20px;
  padding: 15px 0;
}

.product-widget.widget-stockMark {
  color: #404040;
  font-size: 20px;
  padding: 15px 0;
}

.auto-page.page-product .add-to-cart-button.button.et_pdp_add_to_cart {
 font-size: 20px;
text-align: center;
text-transform: uppercase;
width: 100%;
}

.auto-page.page-product .add-to-cart-button.button.et_pdp_add_to_cart:hover {
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  padding: 10px 20px;
}

.product-widget.widget-properties {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #404040;
  font-size: 20px;
  padding: 20px 0;
  text-align: left;
}

.info-row.condition > label {
    display: block;
	font-weight: bold;
	padding-bottom: 5px;
}

.info-row.sku > label {
  display: block;
  padding-bottom: 5px;
}

.available.stock-mark {
  display: inline-block;
  padding: 10px 35px 25px;
  position: relative;
}

.available.stock-mark {
  background: rgba(0, 0, 0, 0) url("/template/images/avelable.png") no-repeat scroll 0 8px / 30px 30px;
  color: #cf3137;
  display: inline-block;
  padding: 10px 50px 25px;
  position: relative;
}

.product-widget.widget-addCart .stepper {
  display: inline-block;
  float: right;
  margin-bottom: 46px;
  margin-top: -65px;
}


.product-widget.widget-addCart * {
  box-sizing: border-box;
  color: #cf3137;
  font-size: 15px;
 
}

.product-widget.widget-likeus {
  box-sizing: border-box;
  padding: 20px 0 0;
}
.product-block .previous-price {
    color: red;
    position: ;
    text-decoration: line-through;
    width: 100%;
    text-align: center;
}
.product-block > .price {
    left: 50%;
    margin-left: -61px;
    opacity: 0;
    position: absolute;
    top: 10%;
    transition: all 300ms ease 0s;
}
.product-block:hover .price {
	opacity:1;
	transition:all 300ms ease 0s;
}
.product-block .current-price.price {
    display: inline;
    font-size: 17px;
    text-align: center;
}
.price-waper {
    padding: 0 10px 10px;
}
.bmui-tab-header.bmui-state-default.bmui-tab-active.bmui-state-active .title {
 color: #fff;
font-weight: 700;
text-transform: uppercase;
}
.bmui-tab .bmui-tab-header.bmui-tab-active {
  background: #fa3139 none repeat scroll 0 0;
}
.bmui-tab .bmui-tab-body-container {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e6e6e6;
  border-image: none;
  border-style: solid;
  border-width: 9px 6px 5px;
  padding: 20px;
}

.page-product .page-content {
  margin: 25px 0 100px;
}

/*our product page  new css*/
 .page-category .body,
.page-our-products .body 
{
  background: rgba(0, 0, 0, 0) url("/template/images/make-page-bg.jpg") no-repeat scroll 0 0;
}

.inner-page-title {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border-left: 5px solid #ed1c24;
  box-sizing: border-box;
  height: 85px;
  margin-top: -5px;
  padding: 5px 0 0 32px;
}

.inner-page-title h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  text-transform: capitalize;
}

.inner-page-heading {
  padding: 100px 0 50px;
  text-align: center;
}

.category-image-view.category {
border: 0 none;
box-sizing: border-box;
display: inline-block;
height: 234px;
margin: 5px 0;
padding: 0;
position: relative;
vertical-align: top;
}

.inner-page-heading h2 {
  color: #000;
  font-size: 30px;
  font-weight: 400;
}


.category .category-name {
  background: rgba(0, 0, 0, 0.84) none repeat scroll 0 0;
  bottom: 24px;
  color: #555555;
  display: block;
  font-size: 15px;
  height: 45px;
  margin-top: 0;
  padding-left: 15px;
  position: absolute;
  text-align: left;
  top: auto;
  width: 275px;
}

.category-name.et_ecommerce_category a::after {
background: transparent none repeat scroll 0 0;
border-bottom: 6px solid transparent;
border-left: 6px solid #fff;
border-top: 6px solid transparent;
content: "";
left: auto;
position: absolute;
right: 9px;
top: 17px;
}

.category-name.et_ecommerce_category a {
 box-sizing: border-box;
color: #fff;
display: block;
height: 45px;
line-height: 45px;
padding: 0 6px;
position: relative;
text-transform: uppercase;
}

.category-image-view img {
  height: 235px;
  width: 290px;
}

.page-category .subcategory-container .title, .product-container .title {
  display: none;
  font-size: 18px;
  padding-bottom: 15px;
}

.page-category .category-details-container .title {
  display: none;
  font-size: 22px;
  padding-bottom: 20px;
}

.inner-page-title.model {
  display: inline-block;
  margin-top: 85px;
  width: 100%;
}

.inner-page-heading.model-text {
  padding-bottom: 0;
}

.page-category .page-content {
  padding-top: 20px;
}

.button.profileLogout {
  background: #fa3139 none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  text-shadow: 0 0;
}


.page-profile .item-header.title {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0;
}

.page-profile .order-status {
  color: #fa3139;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

#customer-profile-tabs .bmui-tab-body-container h1 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.bmui-tab.left-side-header .bmui-tab-body-container {
  padding: 10px 10px 44px 30px;
}

.page-profile .form-row.mandatory textarea {
  margin: 13px 0 0;
}

.page-profile .edit-address-form .submit-button {
  margin-top: 15px;
}
.page-profile .edit-address-form .submit-button:hover {
  background: #fa3139 none repeat scroll 0 0;
  
}

.back-button {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  height: 43px;
  padding: 10px;
  text-transform: uppercase;
  width: 80px;
}
.cartitem-btn-wrapper {
  text-align: right;
}
.add-to-cart-popup.popup .body {
  background:#fff;
}
.add-to-cart-popup .status-bar-product-name, .add-cart-information-popup .status-bar-product-name {
    font-size: 18px;
    font-weight: 400;
}
.add-to-cart-popup .header {
    background: #58585a none repeat scroll 0 0;
    color: #fff;
    padding: 15px 30px 15px 15px;
}
.popup .close-icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    position: absolute;
    right: 11px;
    text-align: center;
    top: 12px;
    width: 22px;
}
.popup .close-icon::after {
    content: "X";
    font-size: 23px;
    font-weight: 300;
}
.add-to-cart-popup table td, .add-cart-information-popup table td {
    border: medium none;
}
.add-to-cart-popup table td.short-info, .add-cart-information-popup table td.short-info {
    font-size: 14px;
    text-align: left;
}
.add-to-cart-popup .short-info div.prodict-name, .add-cart-information-popup .short-info div.prodict-name {
    color: #ee393e;
    font-size: 18px;
    font-weight: 600;
  padding-bottom:7px;
}
.add-to-cart-popup .short-info div, .add-cart-information-popup .short-info div {
    padding-bottom: 0;
}

.widget.widget-pageHeading h1 {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  border-left: 4px solid #ff0000;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  font-weight: 300;
  height: 85px;
  line-height: 40px;
  margin-top: 84px;
  padding-left: 15px;
  padding-top: 25px;
  text-transform: uppercase;
  width: 100%;
}

/*responsive menu*/
.mob_menu_btn {
    display: block;
    height: 25px;
    padding: 5px;
    position: relative;
    width: 30px;
}
.mob_menu_btn span {
	background-color: #fa3139;
	border-radius: 2px;
	display: block;
	height: 3px;
	margin: 8px 0;
	transition: all 200ms ease 0s;
	width: 100%;
	}
.mob_menu_btn.close span.mob_btn_topLine {
    transform: translate(0px, 5px) rotate(45deg);
}
.mob_menu_btn.close span.mob_btn_middleLine {
    opacity: 0;
}
.mob_menu_btn.close span.mob_btn_bottomLine {
    transform: translate(0px, -5px) rotate(135deg);
}
.wi_mobile_menu {
    display: none;
}

/*product detai plage*/
 
.widget-addCart .button.call-for-price {
	background: #eaeaea none repeat scroll 0 0;
	border: 1px solid #ff0000;
	bottom: 1px;
	box-sizing: border-box;
	font-size: 18px;
	margin: 40px 0;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	}


	.product-block .price-n-cart .button.call-for-price {
	background: #ff0000 none repeat scroll 0 0;
	border-left: 1px solid #fff;
	font-size: 15px;
	font-weight: 600;
	margin-top: 18px;
	padding: 5px;
	width: 100%;
	}



/*404 PAGE DESIGN*/
.page_404 {
    text-align: center;
}

.page_404 .title {
    color: #FA3139;
    font-size: 36px;
    font-weight: 700;
    line-height: 49px;
    margin-bottom: 100px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}
.page_404 .title::after {
    background-color: #FA3139;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 56px;
}
.page_404 .ops {
    color: #FA3139;
    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 {
    font-size: 36px;
}
.page_404 p {
    color: #666;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 20px;
    text-align: center;
}
input[type="text"], input[type="password"], select, textarea {
  border: 1px solid #ddd;
  height: auto;
  padding: 10px;
}
input[type="submit"], input[type="button"], button, .button, a.button {
    background: #FA3139;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    height: auto;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover, a.button:hover {
    background: #58585A;
}
.accordion-panel > .label-bar.expanded {
  color: #fa3139;
}
.header-wrapper h1 {
  color: #fa3139;
}
.payment-form input[type="text"] {
  height: auto;
  width: 240px;
}
.address-option.same-for-shipping {
  display: inline-block;
  margin-bottom: 10px;
}
.payment-item.selected {
  border: 1px solid #fa3139;
}
.login-form .title {
  color: #fa3139;
}
.payment-method .errorlist.after .message-block {
  margin: 10px 0;
  position: static;
}

  
.post-description .blog-post-info {
  display: inline-block;
  padding-bottom: 20px;
font-family: "Roboto",sans-serif;
    font-weight: 700;
}

.form-row.simple_captcha_input_field.mandatory > label {
  display: none;
}

.product-widget .form-row.simple_captcha_input_field.mandatory {
  margin-left: 30px;
}
    
.category-view.image-view {
  text-align: center;
}
#customer-profile-manage-account .form-row button {
    font-size: 14px;
    height: 40px;
    margin-top: 0;
}
 